#overlay {
    background: #fff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.loader {
    position: fixed;
    z-index: 999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #5F5F5F;
    width: 48px;
    height: 48px;
    border: 2px solid #ab0000;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

    .loader::after,
    .loader::before {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
        background: #FF3D00;
        width: 6px;
        height: 6px;
        border-radius: 50%;
    }

    .loader::before {
        left: auto;
        top: auto;
        right: 0;
        bottom: 0;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

[v-cloak] {
    display: none;
}

.app-brand-link img {
    height: 30px;
}

.footer-brand-link img {
    height: 50px;
}

.menu-vertical .menu-inner {
    background: #264c7a;
}

.menu-vertical .menu-item .menu-link {
    font-size: 1.1rem;
    color: #fff;
}

    .menu-vertical .menu-item .menu-link:hover {
        color: #5d596c;
    }

.bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
    background: #f8f8f8;
    box-shadow: none;
    font-weight: 400;
    color: #5d596c !important;
}

.bg-menu-theme.menu-vertical .menu-item.sactive > .menu-link:not(.menu-toggle),
.bg-menu-theme.menu-vertical .menu-item.sactive > .menu-link:not(.menu-toggle):hover {
    background: linear-gradient(72.47deg, #264c7a 22.16%, rgb(47 94 151) 76.47%) !important;
    box-shadow: 0px 2px 6px 0px rgb(229 229 229 / 48%) !important;
    color: #fff !important;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.mobile-prefix {
    border-radius: .375rem 0 0 .375rem;
}

.mobile-number {
    border-radius: 0 .375rem .375rem 0;
}

.mobile-input-width {
    width: 73%;
}

.mobile-prefix-width {
    width: 27%;
}

.cursor-pointer {
    cursor: pointer;
}

.pointer-none {
    pointer-events: none;
}

.badge-center {
    margin-top: -1px;
}

.tab-content {
    box-shadow: none !important;
}

.toast-container {
    width: 100%;
    max-width: 400px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1075;
    padding: 1rem;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.toast {
    width: 100%;
    max-width: 400px;
    pointer-events: auto
}

    .toast[data-type] {
        position: relative;
        border: 0;
        color: #f8f9fa;
        background: linear-gradient(to bottom right,#4A4A4A,#2B2B2B);
        box-shadow: 0 2px 4px rgba(0,0,0,.5)
    }

        .toast[data-type] .toast-content {
            display: flex;
            align-items: center;
            padding-left: 1rem
        }

        .toast[data-type] .toast-icon svg {
            width: 35px;
            height: 35px;
            display: block
        }

        .toast[data-type] .toast-body {
            width: 100%;
            padding-left: 1rem;
            text-align: left;
        }

        .toast[data-type] .close {
            background: transparent;
            border: 0;
            position: absolute;
            top: 5px;
            right: .25rem;
            color: inherit
        }

    .toast[data-type="info"] {
        background: linear-gradient(to bottom right,#007bff,#1d93d2)
    }

    .toast[data-type="warning"] {
        background: linear-gradient(to bottom right,#FF9500,#FC0);
        color: #343a40 !important
    }

    .toast[data-type="error"] {
        background: linear-gradient(to bottom right,#FF2A68,#FF5E3A)
    }

    .toast[data-type="success"] {
        background: linear-gradient(to bottom right,#28a745,#84b42d)
    }

    .toast[data-type="other"] {
        background: linear-gradient(to bottom right,#4A4A4A,#2B2B2B)
    }

    .toast[data-type="facebook"] {
        background: linear-gradient(to bottom right,#3B5998,#6d84b4)
    }

    .toast[data-type="github"] {
        background: linear-gradient(to bottom right,#333,#373737)
    }

    .toast[data-type="instagram"] {
        background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)
    }

    .toast[data-type="linkedin"] {
        background: linear-gradient(to bottom right,#0077B5,#00a0dc)
    }

    .toast[data-type="paypal"] {
        background: linear-gradient(to bottom right,#003087,#009cde)
    }

    .toast[data-type="skype"] {
        background: linear-gradient(to bottom right,#00aff0,#0078d7)
    }

    .toast[data-type="twitter"] {
        background: linear-gradient(to bottom right,#1DA1F2,#0084b4)
    }

    .toast[data-type="wikipedia"] {
        background: linear-gradient(to bottom right,#636466,#000)
    }

    .toast[data-type="youtube"] {
        background: linear-gradient(to bottom right,#f00,#e62117)
    }

.notification-badge {
    background-color: red;
    color: white;
    border-radius: 12px;
    padding: 2px 6px;
    font-size: 12px;
    margin-left: 5px;
    display: none;
}


.li-icon-user {
    background: rgb(233, 233, 233);
    padding: 5px;
}

.nav-tabs.widget-nav-tabs .nav-link.sactive .badge {
    background-color: rgba(115,103,240,.08) !important;
    color: #f3cd05 !important;
}

.nav-tabs.widget-nav-tabs .nav-link.sactive {
    border-color: #f3cd05;
    box-shadow: none !important;
}

.solution-input {
    border-bottom: 1px solid #dbdade;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 0;
}

    .solution-input:focus {
        box-shadow: none;
        outline: none;
    }

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.4s 0.4s ease;
    text-indent: -100%;
    opacity: 1;
}

.bs-stepper.vertical .bs-stepper-header {
    flex-direction: row;
}

.ml-19 {
    margin-left: 23px;
}

.exam-div {
    border: 1px dashed transparent;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 5px;
}

.exam-div {
    border: 1px dashed #fff;
}

.exam-div-invalid {
    border: 1px dashed red !important;
}

.exam-div {
    border: 1px dashed #fff;
    border-radius: 5px;
    padding: 0 10px;
    margin-bottom: 5px;
}

.pg-danger {
    --bs-bg-opacity: 1;
    color: #fff !important;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.pg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.ml-20 {
    margin-left: 24px;
}

.custom-input-border {
    padding: 1.07em;
    border: 1px solid #c9c8ce;
    border-radius: .375rem;
}

.custom-width-exam {
    min-width: 250px;
    display: inline-block;
}

.slide-fade-enter-active {
    transition: all .3s ease;
}

.slide-fade-leave-active {
    transition: all .2s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active below version 2.1.8 */ {
    transform: translateX(10px);
    opacity: 0;
}

.highlight {
    background-color: yellow;
}

.accordion-button {
    font-size: 20px;
    gap: 10px;
    align-items: center;
    font-weight: 600;
}

.list-group-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.new-alert {
    color: white;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    background: #F91F3E;
}

body {
    font-size: 18px;
}

h5, .h5 {
    font-size: 1.3rem;
}

h6, .h6 {
    font-size: 1.1rem;
}

.bg-question-list {
    background: #f1f1f2;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    padding: 5px;
    font-size: 18px;
    text-align: center;
}

    .bg-question-list span {
        color: red;
    }

.btn-question.active {
    background: #264c7a !important;
    color: #fff !important;
    border-color: #264c7a !important;
}

.btn-question {
    width: 40px;
    text-align: center;
}

.misc-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center
}

.misc-bg-wrapper {
    position: relative
}

    .misc-bg-wrapper img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: -1
    }

@media(max-width: 1499.98px) {
    .misc-bg-wrapper img {
        height: 250px
    }

    .misc-under-maintenance-bg-wrapper img {
        height: 270px !important
    }
}

.fs-100 {
    font-size: 100px !important;
}

.packages-radio {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    margin-top: 8px;
    margin-bottom: 8px;
}

.package-btn-free {
    color: #264c7a;
    border-radius: 5px;
}

.package-btn-success {
    color: #28c76f;
    padding: 5px;
    border-radius: 5px;
}

.muraciet-btn {
    min-width: 200px;
}

.mh-50 {
    min-height: 50vh;
}

.answer-field {
    box-shadow: 0 0.125rem 0.25rem rgba(165,163,174,.3);
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 5px;
}

.bal-view {
    display: contents;
}

.question-header {
    align-items: center;
}

body {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.red-border {
    border: 1px solid red !important;
}

.green-border {
    border: 1px solid green !important;
}

.mh-80 {
    min-height: 80vh !important;
}

.fs-179 {
    font-size: 179px;
}

.fs-28 {
    font-size: 28px;
}

.mt-11 {
    margin-top: 11px;
}
