[v-cloak] {
    display: none;
}
.text-info {
    color: #0099da !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.box-number-question {
    width: 4% !important;
}
@media (max-width: 767px) {
    .box-number-question {
        width: 15% !important;
    }
    .fs-17 {
        font-size: 15px !important;
    }
    .fs-16 {
        font-size: 15px !important;
    }
    .fs-19 {
        font-size: 18px !important;
    }
}
@media (max-width: 575px) {
    .box-number-question {
        width: 15% !important;
    }
}
/* Loading */
.d-none-loding {
    opacity: 1;
    display: none !important;
}
.loading-page {
    display: flex;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 4000;
    height: 100vh;
    width: 100vw;
    background-color: rgb(000, 000, 000, 0.5);
}

.loader-box {
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    position: relative;
    transform: translate(-50%, -50%);
}
.swal2-popup {
    width: 500px !important;
    height: 300px !important;
    font-size: 15px !important;
}

.card {
    border: 1px solid #c4c4c4 !important;
    box-sizing: border-box !important;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15) !important;
    border-radius: 10px 10px 10px 10px !important;
}

.card-header-custom {
    background-color: rgba(3, 37, 108, 0.15) !important;
}
.text-main {
    color: #03256c !important;
}
.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free" !important;
}
.validate-div {
    margin-top: -10px;
    margin-left: 2.2rem !important;
}

.form-control-custom-search {
    height: 45px;
}
