[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;
}

@media (max-width: 767px) {
    .fs-17 {
        font-size: 15px !important;
    }
    .fs-16 {
        font-size: 15px !important;
    }
    .fs-19 {
        font-size: 18px !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;
}
.text-sub {
    color: #2541b2 !important;
}
.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free" !important;
}
.validate-div {
    margin-top: -10px;
    margin-left: 2.2rem !important;
}
.carousel-indicators li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #373737;
    opacity: 1;
}
.carousel-indicators li.active {
    background-color: #1231b2 !important;
}
.carousel-control-prev {
    left: -12% !important;
    opacity: 1;
}
.carousel-control-next {
    right: -12% !important;
    opacity: 1;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 19px !important;
    height: 27px !important;
}
.carousel-control-prev-icon {
    background-image: url("../img_front/prv.png") !important;
}
.carousel-control-next-icon {
    background-image: url("../img_front/next.png") !important;
}

.moblie-box {
    display: none !important;
}
.btn-promotion {
    background-color: #ed3c53;
    width: 65% !important;
    font-weight: 400px;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}
.btn-desktop-promotion {
    background-color: #ed3c53;
    width: 30% !important;
    font-weight: 400px;
}
.img-moblie {
    display: none !important;
}
.img-desktop {
    display: block !important;
}
@media (max-width: 1024px) {
    .carousel-control-prev {
        left: -10% !important;
        opacity: 1;
    }
    .carousel-control-next {
        right: -10% !important;
        opacity: 1;
    }
    .moblie-box {
        display: none !important;
    }
    .btn-desktop-promotion {
        width: 50% !important;
    }
}
@media (max-width: 991px) {
    .carousel-control-prev,
    .carousel-control-next,
    .countdown {
        display: none !important;
    }
    .moblie-box {
        display: block !important;
    }
    .btn-promotion {
        width: 45% !important;
    }
}
@media (max-width: 767px) {
    .carousel-control-prev,
    .carousel-control-next,
    .countdown {
        display: none !important;
    }
    .moblie-box {
        display: block !important;
    }
    .btn-promotion {
        width: 65% !important;
    }
    .img-desktop {
        display: none !important;
    }
    .img-moblie {
        display: block !important;
    }
}
@media (max-width: 575px) {
    .carousel-control-prev,
    .carousel-control-next,
    .countdown {
        display: none !important;
    }
    .moblie-box {
        display: block !important;
    }
}
.countdown {
    z-index: 1999;
    position: fixed;
    bottom: 0%;
    width: 100%;
    opacity: 1;
    height: 140px;
    background: #03256c;
    box-shadow: 0px -9px 15px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.img-countdown {
    width: 288px;
    height: 112px;
}
.select2 {
    margin-top: 0.5rem !important;
}
.border_danger {
    border: 1px solid red !important;
}
.border_normal {
    border: 1px solid #ced4da !important;
}
