@media (max-width: 767px) {
    body {
      font-size: .95rem;
      line-height: 1.6; 
    } 
}

.bg-main {
    background: #14a6a3;
}

.text-main {
    color: #14a6a3;
}

.border-main {
    border: 1px solid #14a6a3;
}

.form-control:focus{
    border-color: #b3e0e0;
    box-shadow: 0 0 0 0.2rem rgba(25,197,193,.25);
}

a {
    color: #14a6a3;
}

a:active {
    background: #14a6a3!important;
}

a:hover {
    color: #0e9390;
}

a:focus {
    color: #0e9390;
}

.btn-main {
    color:#fff;
    background: #14a6a3;
    border: 1px solid #14a6a3;
}

.btn-main:focus {
    color:#fff;
    background: #0e9390;
    border: 1px solid #14a6a3;
    box-shadow: 0 0 0 0.2rem rgba(25,197,193,.25);
}

.btn-main:hover {
    color:#fff;
    background: #0e9390;
    border: 1px solid #14a6a3;
}

.btn-outline-main {
    color:#14a6a3;
    border: 1px solid #14a6a3;
}

.btn-outline-main:focus {
    color:#fff;
    background: #0e9390;
    border: 1px solid #14a6a3;
    box-shadow: 0 0 0 0.2rem rgba(25,197,193,.25);
}

.btn-outline-main:hover {
    color:#fff;
    background: #0e9390;
    border: 1px solid #14a6a3;
}

.bg-login {
    background: #14a6a3;
    padding-top: 5rem;
}

.btn-login {
    color:#fff;
    font-size: 1rem;
    border-radius: 10rem;
    padding: 0.75rem 1rem;
    background: #14a6a3;
    border: 1px solid #14a6a3;
}

.btn-login:focus {
    color:#fff;
    background: #0e9390;
    border: 1px solid #14a6a3;
    box-shadow: 0 0 0 0.2rem rgba(25,197,193,.25);
}

.btn-login:hover {
    color:#fff;
    background: #0e9390;
    border: 1px solid #14a6a3;
}

.login-form {
    font-size: .8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem;
}

.login-logo {
    position: relative;
}

.login-logo div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 200px;
    height: 150px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
}

.login-logo div img {
    margin-bottom: .5rem;
}

.loader {
    display: inline-block
}

.line-spin-fade-loader{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:10000;
}

.line-spin-fade-loader > div:nth-child(1){
    top: 20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; 
}

.line-spin-fade-loader > div:nth-child(2){
    top: 13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(3){
    top: 0;
    left: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; 
}

.line-spin-fade-loader > div:nth-child(4){
    top: -13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(5){
    top: -20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(6){
    top: -13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(7){
    top: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(8){
    top: 13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; 
}

.line-spin-fade-loader > div{
    background-color: #0064ff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 5px;
    height: 15px;
}

.question-title{
    background: #efefef;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.border-main-bold {
    border: 3px solid #14a6a3;
    border-radius: 15px;
}

.triangle-success {
    position: relative;
}

.triangle-success::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 1.25em solid transparent;
    border-left: 1.25em solid #28a745;
    position: absolute;
    z-index: 100;
}

.triangle-danger {
    position: relative;
}

.triangle-danger::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 1.25em solid transparent;
    border-left: 1.25em solid #dc3545;
    position: absolute;
    z-index: 100;
}

.triangle-warning {
    position: relative;
}

.triangle-warning::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 1.25em solid transparent;
    border-left: 1.25em solid #ffc107;
    position: absolute;
    z-index: 100;
}

.fade-enter-from {
    opacity: 0;
}

.fade-enter-active {
    transition: all 1s;
}

.fade-enter-to {
    opacity: 1;
}

.fade-leave-from {
    opacity: 1;
}

.fade-leave-active {
    transition: all 0s;
}

.fade-leave-to {
    opacity: 0;
}

.bread ul{
    display:flex;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
}
  
.bread ul li{
    list-style:none;
}

.bread ul::-webkit-scrollbar {
    display: none;
}

@media (max-width:991px){
    .question-title{
        margin-right:-15px;
        margin-left:-15px;
    }
}
.question-title p{
    margin-bottom: 0;
}

@-webkit-keyframes line-spin-fade-loader{
    50%{
        opacity:0.3;
    }
    100%{
        opacity: 1;
    }
}
@keyframes line-spin-fade-loader{
    50%{
        opacity:0.3;
    }
    100%{
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .login-logo div {
        position: relative;
        width: 120px;
        height: auto;
    }
    .bg-login {
        padding-top: 2rem;
    }
}

