﻿@import"https://fonts.googleapis.com/css2?family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap";
@import"https://cdn-uicons.flaticon.com/2.5.1/uicons-brands/css/uicons-brands.css";
@import"https://cdn-uicons.flaticon.com/2.5.1/uicons-regular-rounded/css/uicons-regular-rounded.css";
@import"https://cdn-uicons.flaticon.com/2.5.1/uicons-solid-rounded/css/uicons-solid-rounded.css";

body {
    background-color: #d7ece3;
    color: #1b1212
}

.surface-basic {
    background-color: #fff
}

.surface-secondary-1 {
    background-color: #f3f6f8
}

.surface-secondary-2 {
    background-color: #ecf1f4
}

.badge-green {
    background-color: #f2fbfa;
    color: #00ab94
}

.badge-yellow {
    background-color: #fbf8f2;
    color: #b98000
}

.badge-blue {
    background-color: #f2f8fb;
    color: #0377df
}

.status {
    padding: .1rem .5rem;
    border-radius: 2rem;
    min-width: 5rem;
    display: inline-block
}

.status-yellow {
    color: #b98000
}

.status-green {
    color: #00ab94
}

.status-red {
    color: #de574d
}

.status-blue {
    color: #0377df
}

.text-brand {
    color: #0377df
}

.text-secondary {
    color: #666
}

.text-red {
    color: #de574d !important
}

.be-yellow {
    background-color: #b98000
}

.bg-green {
    background-color: #00ab94
}

.bg-red {
    background-color: #de574d
}

.bg-blue {
    background-color: #0377df
}

.text-yellow {
    color: #b98000
}

.text-green {
    color: #00ab94
}

.text-red {
    color: #de574d
}

.text-blue {
    color: #0377df
}

.text-grey {
    color: #666
}

.surface-primary-50 {
    background-color: #f2f8fb
}

.surface-primary-100 {
    background-color: #c7e4ff
}

.surface-primary-200 {
    background-color: #8bc0f0
}

.surface-primary-300 {
    background-color: #56a4ea
}

.surface-primary-400 {
    background-color: #3592e5
}

.surface-primary-500 {
    background-color: #0377df
}

.surface-secondary-50 {
    background-color: #f3f6f8
}

.surface-secondary-100 {
    background-color: #ecf1f4
}

.surface-secondary-200 {
    background-color: #dfe5eb
}

.surface-secondary-300 {
    background-color: #557490
}

.surface-secondary-400 {
    background-color: #34597a
}

.surface-secondary-500 {
    background-color: #213555
}

.minHeight-500 {
    min-height: 33.25rem
}

.radius-4 {
    border-radius: .25rem
}

.radius-8 {
    border-radius: .5rem
}

.radius-12 {
    border-radius: .75rem
}

.radius-16 {
    border-radius: 1rem
}

.radius-20 {
    border-radius: 1.25rem
}

.radius-24 {
    border-radius: 1.5rem
}

.radius-28 {
    border-radius: 1.75rem
}

.radius-32 {
    border-radius: 2rem
}

.radius-36 {
    border-radius: 2.25rem
}

.radius-40 {
    border-radius: 2.5rem
}

.shadow-sm {
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,.1)
}

html, body {
    text-align: left !important;
    direction: ltr !important
}

html, body {
    font-family: "Zain",sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden !important;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative
}

@media screen and (min-width: 1200px)and (max-width: 1600px) {
    html, body {
        font-size: 14px
    }
    body.rtl {
        font-size: 13px
    }
}

@media screen and (max-width: 1200px) {
    html, body {
        font-size: 14px
    }

        body.rtl {
            font-size: 13px
        }
}

.extralight {
    font-weight: 200
}

.light {
    font-weight: 300
}

.regular {
    font-weight: 400
}

.bold {
    font-weight: 700
}

.extrabold {
    font-weight: 800
}

.black {
    font-weight: 900
}

.fsize-56 {
    font-size: 3.5rem
}

.fsize-52 {
    font-size: 3.25rem
}

.fsize-48 {
    font-size: 3rem
}

.fsize-44 {
    font-size: 2.75rem
}

.fsize-40 {
    font-size: 2.5rem
}

.fsize-36 {
    font-size: 2.25rem
}

.fsize-32 {
    font-size: 2rem
}

.fsize-28 {
    font-size: 1.75rem
}

.fsize-26 {
    font-size: 1.625rem
}

.fsize-24 {
    font-size: 1.5rem
}

.fsize-22 {
    font-size: 1.375rem
}

.fsize-20 {
    font-size: 1.25rem
}

.fsize-18 {
    font-size: 1.125rem
}

.fsize-16 {
    font-size: 1rem
}

.fsize-14 {
    font-size: .875rem
}

.fsize-12 {
    font-size: .75rem
}

.fcolor-primary {
    color: #036ccb
}

.fcolor-secondary {
    color: #012c51
}

.fcolor-gray {
    color: #666
}

.fcolor-black {
    color: #1b1b2b
}

ul, dl, li {
    list-style: none;
    margin: 0px;
    padding: 0px
}

a, strong, i, big {
    font-weight: normal;
    font-style: normal
}


.action-btn {
    padding: .1rem .75rem 0rem .75rem !important;
    border-radius: .5rem;
    display: inline-flex;
    justify-content: center !important;
    align-items: center !important;
    gap: .4rem;
    text-transform: capitalize !important;
    outline: 0px;
    border: 0px;
    background-color: #ecf1f4
}

    .action-btn i {
        color: #0377df;
        margin-top: .4rem
    }

    .action-btn:hover {
        background-color: #fff
    }

.btn-32 {
    height: 2rem !important;
    font-size: 1.125rem
}

.btn-36 {
    height: 2.25rem !important;
    font-size: 1.125rem
}

    .btn-36 i {
        margin-top: .3rem
    }

.btn-40 {
    height: 2.5rem !important;
    font-size: 1.125rem
}

.btn-44 {
    height: 2.75rem !important;
    font-size: 1.125rem
}

.btn-48 {
    height: 3rem !important;
    font-size: 1.125rem
}

.btn-52 {
    height: 3.25rem !important;
    font-size: 1.125rem
}

.btn-56 {
    height: 3.5rem !important;
    font-size: 1.125rem
}

.btn-primary {
    color: #fff;
    background-color: #0377df;
    border-color: #0377df;line-height:normal;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #036ccb !important;
        border-color: #036ccb !important
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem #8bc0f0 !important;
        background-color: #036ccb !important;
        border-color: #036ccb !important
    }

.btn-primary-revers {
    color: #0377df;
    background-color: #f2f8fb !important;
    border-color: #c7e4ff !important
}

    .btn-primary-revers:hover {
        color: #0377df !important;
        background-color: #c7e4ff !important;
        border-color: #c7e4ff !important
    }

    .btn-primary-revers.focus, .btn-primary-revers:focus {
        box-shadow: 0 0 0 .2rem #8bc0f0 !important;
        background-color: #c7e4ff !important;
        border-color: #c7e4ff !important
    }

.btn-outline-primary {
    color: #0377df;
    background-color: #fff;
    border-color: #0377df;
    box-shadow: none
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #0377df;
        border-color: #0377df
    }

.btn-secondary {
    color: #fff;
    background-color: #213555;
    border-color: #213555
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #012c51;
        border-color: #012c51
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem #dfe5eb
    }

.btn-outline-secondary {
    color: #213555;
    background-color: #fff;
    border-color: #213555;
    box-shadow: none
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #213555;
        border-color: #213555
    }

.btn-light {
    color: #0377df;
    background-color: #f3f6f8;
    border-color: #f3f6f8
}

    .btn-light:hover {
        color: #0377df;
        background-color: #ecf1f4 !important;
        border-color: #ecf1f4 !important
    }

    .btn-light.focus, .btn-light:focus {
        box-shadow: 0 0 0 .2rem #f3f6f8 !important;
        background-color: #ecf1f4 !important;
        border-color: #ecf1f4 !important
    }

:disabled {
    background-color: #d4d4d4 !important;
    border-color: #d4d4d4 !important;
    color: #313131 !important;
    cursor: not-allowed !important
}

.disabled {
    background-color: #d4d4d4 !important;
    border-color: #d4d4d4 !important;
    color: #313131 !important;
    cursor: not-allowed !important
}

.custom-tooltip {
    font-size: .75rem
}

.icon-item {
    display: flex;
    gap: 1rem;
    align-items: center
}

    .icon-item .fi {
        padding-top: .2rem;
        color: #747474
    }

    .icon-item img {
        width: 1.375rem;
        height: 1.375rem
    }

.btn-icon {
    display: inline-flex;
    gap: .5rem;
    align-items: center
}

    .btn-icon .fi {
        padding-top: .2rem
    }

    .btn-icon img {
        width: 1.375rem;
        height: 1.375rem
    }

.help-btns-group .btn {
    background-color: none;
    border: 1px solid rgba(0,0,0,.1);
    font-weight: 500
}

    .help-btns-group .btn i {
        color: rgba(0,0,0,.6);
        padding-top: .5rem
    }

    .help-btns-group .btn:hover {
        background-color: rgba(0,0,0,.1)
    }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.mt-4 {
    margin-top: .25rem
}

.mt-8 {
    margin-top: .5rem
}

.mt-12 {
    margin-top: .75rem
}

.mt-16 {
    margin-top: 1rem
}

.mt-20 {
    margin-top: 1.25rem
}

.mt-24 {
    margin-top: 1.5rem
}

.mt-28 {
    margin-top: 1.75rem
}

.mt-32 {
    margin-top: 2rem
}

.mt-36 {
    margin-top: 2.25rem
}

.mt-40 {
    margin-top: 2.5rem
}

.mb-4 {
    margin-bottom: .25rem
}

.mb-8 {
    margin-bottom: .5rem
}

.mb-12 {
    margin-bottom: .75rem
}

.mb-16 {
    margin-bottom: 1rem
}

.mb-20 {
    margin-bottom: 1.25rem
}

.mb-24 {
    margin-bottom: 1.5rem
}

.mb-28 {
    margin-bottom: 1.75rem
}

.mb-32 {
    margin-bottom: 2rem
}

.mb-36 {
    margin-bottom: 2.25rem
}

.mb-40 {
    margin-bottom: 2.5rem
}

.p-4 {
    padding: .25rem !important
}

.p-8 {
    padding: .5rem
}

.p-12 {
    padding: .75rem
}

.p-16 {
    padding: 1rem
}

.p-20 {
    padding: 1.25rem
}

.p-24 {
    padding: 1.5rem
}

.p-28 {
    padding: 1.75rem
}

.p-32 {
    padding: 2rem
}

.p-36 {
    padding: 2.25rem
}

.p-40 {
    padding: 2.5rem
}

.pt-4 {
    padding-top: .25rem
}

.pt-8 {
    padding-top: .5rem
}

.pt-12 {
    padding-top: .75rem
}

.pt-16 {
    padding-top: 1rem
}

.pt-20 {
    padding-top: 1.25rem
}

.pt-24 {
    padding-top: 1.5rem
}

.pt-28 {
    padding-top: 1.75rem
}

.pt-32 {
    padding-top: 2rem
}

.pt-36 {
    padding-top: 2.25rem
}

.pt-40 {
    padding-top: 2.5rem
}

.pb-4 {
    padding-bottom: .25rem
}

.pb-8 {
    padding-top: .5rem
}

.pb-12 {
    padding-bottom: .75rem
}

.pb-16 {
    padding-bottom: 1rem
}

.pb-20 {
    padding-bottom: 1.25rem
}

.pb-24 {
    padding-bottom: 1.5rem
}

.pb-28 {
    padding-bottom: 1.75rem
}

.pb-32 {
    padding-bottom: 2rem
}

.pb-36 {
    padding-bottom: 2.25rem
}

.pb-40 {
    padding-bottom: 2.5rem
}

.form-label {
    font-weight: 500;
    margin: .2rem 0px
}

    .form-label span {
        color: #de574d
    }

.form-control-28 {
    height: 1.75rem
}

    .form-control-28::placeholder {
        font-size: .8rem
    }

.form-control-32 {
    height: 2rem
}

    .form-control-32::placeholder {
        font-size: .9rem
    }

.form-control-36 {
    height: 2.25rem
}

    .form-control-36::placeholder {
        font-size: .9rem
    }

.form-control-40 {
    height: 2.5rem
}

    .form-control-40::placeholder {
        font-size: .9rem
    }

.form-control-44 {
    height: 2.75rem
}

    .form-control-44::placeholder {
        font-size: .9rem
    }

.form-control-48 {
    height: 3rem
}

    .form-control-48::placeholder {
        font-size: .9rem
    }

.form-control-52 {
    height: 3.25rem
}

    .form-control-52::placeholder {
        font-size: .8rem
    }

.form-control-56 {
    height: 3.5rem
}

    .form-control-56::placeholder {
        font-size: .8rem
    }

.form-select-28 {
    height: 1.75rem;
    font-size: .9rem
}

.form-select-32 {
    height: 2rem;
    font-size: .9rem
}

.form-select-36 {
    height: 2.25rem;
    font-size: .9rem
}

.form-select-40 {
    height: 2.5rem;
    font-size: .9rem
}

.form-select-44 {
    height: 2.75rem;
    font-size: 1rem
}

.form-select-48 {
    height: 3rem;
    font-size: .9rem
}

.form-select-52 {
    height: 3.25rem;
    font-size: 1rem
}

.form-select-56 {
    height: 3.5rem;
    font-size: 1rem
}

.form-textarea-44::placeholder {
    font-size: .8rem
}

.form-check-label {
    cursor: pointer
}

*::-webkit-scrollbar {
    width: .33rem;
    height: .33rem
}

*::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.1)
}

*::-webkit-scrollbar-thumb {
    background-color: #557490;
    border-radius: 1.1rem
}

.container {
    max-width: 96rem !important
}

.iti {
    position: relative;
    display: inline-block
}

    .iti * {
        box-sizing: border-box;
        -moz-box-sizing: border-box
    }

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid rgba(0,0,0,0);
    border-right: 3px solid rgba(0,0,0,0);
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media(max-width: 500px) {
    .iti__country-list {
        white-space: normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: none
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0,0,0,.05)
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle
}

.iti__flag-box, .iti__country-name {
    margin-right: 6px
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

    .iti--allow-dropdown .iti__flag-container:hover {
        cursor: pointer
    }

        .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
            background-color: rgba(0,0,0,.05)
        }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default
}

    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
        background-color: rgba(0,0,0,0)
    }

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0,0,0,.05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

    .iti--container:hover {
        cursor: pointer
    }

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

    .iti__flag.iti__be {
        width: 18px
    }

    .iti__flag.iti__ch {
        width: 15px
    }

    .iti__flag.iti__mc {
        width: 19px
    }

    .iti__flag.iti__ne {
        width: 18px
    }

    .iti__flag.iti__np {
        width: 13px
    }

    .iti__flag.iti__va {
        width: 15px
    }

@media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px
}

.iti__flag {
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("../images/flags.png");
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../images/flags@2x.png")
    }
}

.iti__flag.iti__np {
    background-color: rgba(0,0,0,0)
}

.phone-flag {
    padding-left: 100px !important;
    width: 100% !important
}

.iti {
    width: 100% !important
}

.iti__country-list {
    left: 0;
    direction: ltr;
    font-size: .8rem
}

.iti__flag-container {
    direction: ltr
}

.video-cover {
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip
}

video::-webkit-media-controls {
    display: none
}

video::-webkit-media-controls-play-button {
    display: none
}

video::-webkit-media-controls-volume-slider {
    display: none
}

video::-webkit-media-controls-mute-button {
    display: none
}

video::-webkit-media-controls-timeline {
    display: none
}

video::-webkit-media-controls-current-time-display {
    display: none
}

img {
    border: none
}

    img[src=""] {
        display: none
    }

a {
    text-decoration: none;
    transition: all .3s ease;
    color: inherit;
    cursor: pointer
}

.highcharts-credits {
    display: none !important
}

.custom-pills-tabs .nav-pills {
    gap: .25rem
}

    .custom-pills-tabs .nav-pills .nav-item .nav-link {
        background-color: #f3f6f8;
        border: 1px solid #f3f6f8;
        border-top: .25rem solid #f3f6f8;
        color: #1b1212;
        font-size: 1rem
    }

        .custom-pills-tabs .nav-pills .nav-item .nav-link:hover {
            color: #0377df
        }

    .custom-pills-tabs .nav-pills .nav-item .active {
        background-color: #fff;
        border-top: .25rem solid #0377df;
        color: #0377df;
        border-bottom-color: #fff;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px
    }

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url("../images/ripple.gif");
    background-repeat: no-repeat;
    background-color: #f3f6f8;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center
}

    .preloader img {
        width: 6rem;
        height: 6rem
    }

.modal .modal-content {
    border: none !important;
    box-shadow: 0rem 1rem 1rem rgba(0,0,0,.1)
}

.modal .modal-header {
    background-color: #0377df !important;
    color: #fff !important;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.modal-xl {
    max-width: 90rem
}

.sticky-navigation-bar {
    background-color: #213555 !important;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000
}

@media screen and (max-width: 1200px) {
    .sticky-navigation-bar {
        padding-block: .4rem
    }
}

.sticky-navigation-bar .container {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

    .sticky-navigation-bar .container .navgation-list > ul {
        display: flex;
        align-items: center
    }

        .sticky-navigation-bar .container .navgation-list > ul > li {
            position: relative;
            padding: 0px .5rem;
            transition: background-color .2s ease;
            border-right: 1px solid rgba(0,0,0,.1);
            cursor: pointer
        }

            .sticky-navigation-bar .container .navgation-list > ul > li > a {
                display: flex;
                align-items: center;
                gap: .3rem;
                font-size: 1rem;
                cursor: pointer;
                color: #ecf1f4
            }

@media screen and (min-width: 1200px) {
    .sticky-navigation-bar .container .navgation-list > ul > li > a {
        padding: .7rem 0px
    }
}

.sticky-navigation-bar .container .navgation-list > ul > li > a i {
    color: rgba(255,255,255,.4);
    font-size: .9rem;
    width: 1.25rem;
    height: 1.5rem;
    text-align: center;
    padding-top: .3rem
}

.sticky-navigation-bar .container .navgation-list > ul > li .drop-menu {
    display: none;
    background-color: #fff;
    padding: .8rem .625rem;
    box-shadow: 0px 2px 3rem 0px rgba(0,0,0,.3)
}

    .sticky-navigation-bar .container .navgation-list > ul > li .drop-menu a {
        font-size: 1.125rem !important;
        font-weight: 400 !important;
        padding: .4rem .6rem;
        min-width: 12rem;
        border-radius: 6px
    }

        .sticky-navigation-bar .container .navgation-list > ul > li .drop-menu a:hover {
            background-color: #ecf1f4
        }

        .sticky-navigation-bar .container .navgation-list > ul > li .drop-menu a:last-of-type {
            border: 0px
        }

@media(min-width: 1200px) {
    .sticky-navigation-bar .container .navgation-list > ul > li .drop-menu {
        left: 0%;
        position: absolute;
        z-index: 30;
        border-bottom-right-radius: .6rem;
        border-bottom-left-radius: .6rem;
        box-shadow: 0px 10px 20px rgba(0,0,0,.06)
    }

        .sticky-navigation-bar .container .navgation-list > ul > li .drop-menu a {
            text-wrap: nowrap
        }
}

.sticky-navigation-bar .container .navgation-list > ul > li .btn-sm {
    width: 159px;
    padding: 10px 0px
}

@media screen and (max-width: 1366px) {
    .sticky-navigation-bar .container .navgation-list > ul > li .btn-sm {
        display: none
    }
}

.sticky-navigation-bar .container .navgation-list > ul > li .btn-sm:hover {
    color: #fff
}

.sticky-navigation-bar .container .navgation-list > ul > li:hover {
    background-color: rgba(255,255,255,.2)
}

    .sticky-navigation-bar .container .navgation-list > ul > li:hover > a {
        color: #fff !important
    }

.sticky-navigation-bar .container .navgation-list .active {
    background-color: rgba(255,255,255,.2)
}

    .sticky-navigation-bar .container .navgation-list .active > a {
        color: #fff !important
    }

.nav-clear {
    height: 2.8rem
}

.nav-btn {
    color: #f3f6f8;
    border: 1px solid #557490;
    border-radius: .4rem;
    height: 2rem;
    display: flex;
    padding: 0px .5rem;
    align-items: center;
    gap: .5rem;
    justify-content: center;
    cursor: pointer;
    display: none
}

    .nav-btn i {
        margin-top: .5rem
    }

@media screen and (max-width: 1200px) {
    .nav-btn {
        display: flex
    }
}

.hide-li {
    display: none
}

@media(max-width: 1199px) {
    .hide-li {
        display: block
    }

    .side-nav {
        display: block !important;
        margin: 0px !important;
        position: fixed;
        top: 0;
        left: 0;
        background: #213555;
        width: 0;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding-left: 0px;
        z-index: 60;
        transition: width .4s ease;
        -webkit-transition: width .4s ease;
        -moz-transition: width .4s ease;
        box-shadow: 2px 2px 20px rgba(0,0,0,.4)
    }

        .side-nav > ul {
            display: block !important;
            width: 250px !important
        }

            .side-nav > ul li {
                width: 100% !important;
                padding: .9rem .8rem !important;
                border-bottom: 1px solid rgba(0,0,0,.3)
            }

                .side-nav > ul li > a {
                    font-size: 1.1rem !important;
                    font-weight: 700;
                    padding-bottom: 0rem !important;
                    gap: .6rem !important
                }

                .side-nav > ul li .btn-sm {
                    display: block !important;
                    width: 100% !important;
                    margin-top: 15px !important
                }

        .side-nav .side-menu-logo {
            display: block
        }

    .sub-menu {
        width: 100% !important;
        display: block;
        position: relative
    }

    .menu-btn {
        display: inline-block
    }
}

.nav-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 59 !important;
    display: none
}

.user-side {
    display: flex;
    gap: .5rem;
    flex-direction: row-reverse
}

    .user-side .user-avatar {
        display: flex;
        align-items: center;
        gap: .5rem;
        cursor: pointer;
        transition: all .3s ease
    }

        .user-side .user-avatar img {
            width: 2rem;
            height: 2rem;
            border-radius: 100%;
            object-fit: contain
        }

        .user-side .user-avatar i {
            color: #ddd
        }

        .user-side .user-avatar div {
            display: flex;
            flex-direction: column
        }

            .user-side .user-avatar div span {
                font-size: .8rem;
                color: #ddd;
                padding: 0px;
                margin: 0px;
                display: block
            }

            .user-side .user-avatar div h6 {
                font-size: 1rem;
                color: #ecf1f4;
                padding: 0px;
                margin-top: -0.25rem;
                width: 3.8rem;
                text-wrap: nowrap;
                text-overflow: ellipsis;
                overflow: hidden
            }

@media screen and (max-width: 400px) {
    .user-side .user-avatar div span, .user-side .user-avatar div h6 {
        display: none
    }
}

.user-side .user-avatar:hover {
    opacity: .8
}

.notifcation-box .dropdown-menu {
    min-width: 18rem !important;
    max-width: 100% !important;
    max-height: 30rem !important;
    overflow-y: auto
}

.notifcation-icon {
    min-width: 2rem;
    height: 2rem;
    border-radius: .25rem;
    color: #fff;
    position: relative;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    padding: 0px .3rem;
    transition: all .3s ease
}

    .notifcation-icon i {
        padding-top: .4rem;
        display: block;
        color: rgba(255,255,255,.8)
    }

    .notifcation-icon span {
        background-color: #de574d;
        padding: 0px .3rem;
        border-radius: .25rem;
        text-align: center;
        height: 1.25rem
    }

    .notifcation-icon:hover {
        background-color: rgba(255,255,255,.2)
    }

.language-box {
    display: flex;
    gap: .375rem;
    padding: 0rem .25rem
}

    .language-box a {
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .4rem;
        border: 1px solid rgba(255,255,255,.2);
        color: rgba(255,255,255,.8);
        border-radius: .25rem;
        padding: 0rem .5rem;
        transition: all .3s ease
    }

        .language-box a img {
            width: 1.25rem;
            height: auto
        }

        .language-box a:hover {
            background-color: rgba(255,255,255,.2)
        }

    .language-box .active {
        color: #fff;
        background-color: rgba(255,255,255,.2) !important
    }

.boxes-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.tabel-box-item {
    background-color: #fff;
    border-radius: .5rem;
    padding: 1rem;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    gap: .75rem
}

    .tabel-box-item .box-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: .5rem
    }

        .tabel-box-item .box-head .box-name {
            display: flex;
            flex-direction: column;
            gap: .25rem
        }

            .tabel-box-item .box-head .box-name h3 {
                font-size: 1.75rem;
                font-style: normal;
                font-weight: 700;
                text-transform: capitalize;
                line-height: 1.396rem
            }

            .tabel-box-item .box-head .box-name p {
                font-size: 1rem;
                font-style: normal;
                font-weight: 400;
                color: #6a6a6a;
                line-height: 1.396rem;
                display: none
            }

@media screen and (min-width: 768px) {
    .tabel-box-item .box-head .box-name p {
        display: block
    }
}

.tabel-box-item .btn {
    min-width: 4rem
}

.gap-0 {
    gap: 0
}

.note-dot {
    width: .5rem;
    height: .5rem;
    border-radius: 100%;
    display: inline-block
}

@media screen and (max-width: 767px) {
    .tabs-responsive {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        gap: 1rem
    }

        .tabs-responsive .box-name p {
            display: none
        }
}

@media screen and (max-width: 414px) {
    .p-xs-0 {
        padding: 0px !important
    }
}

.table-sub-head {
    background-color: #ecf1f4
}

    .table-sub-head td {
        padding-top: .25rem;
        padding-bottom: .25rem;
        text-align: center !important
    }

    .table-sub-head th {
        padding-top: .25rem;
        padding-bottom: .25rem;
        text-align: center !important
    }

.tabel-item-name {
    display: flex;
    flex-direction: column
}

    .tabel-item-name a {
        font-size: 1.1rem !important;
        font-weight: 700;
        text-decoration: underline
    }

    .tabel-item-name h4 {
        font-size: 1.1rem !important;
        font-weight: 700
    }

    .tabel-item-name p {
        color: #666;
        display: block;
        margin-top: -0.2rem
    }

.striped tr td {
    transition: background-color .2s ease
}

.striped tr:nth-child(odd) td {
    background-color: #fff
}

.striped tr:nth-child(odd):hover td {
    background-color: #f2f8fb !important
}

    .striped tr:nth-child(odd):hover td .dropdown-toggle {
        background-color: #fff
    }

.striped tr:nth-child(even) td {
    background-color: #f8f8f8
}

.striped tr:nth-child(even):hover td {
    background-color: #f2f8fb !important
}

    .striped tr:nth-child(even):hover td .dropdown-toggle {
        background-color: #fff
    }

.dt-container .dt-length, .dt-container .dt-search {
    padding-bottom: .5rem
}

.dt-container .dt-info, .dt-container .dt-paging {
    padding-top: .5rem
}

.hide-dt-space .mt-2 {
    margin-top: 0px !important
}

.hide-dt-search .dt-container .dt-search {
    display: none
}

.hide-dt-length .dt-container .dt-length {
    display: none
}

.hide-dt-info .dt-info {
    display: none
}

.hide-dt-paging .dt-paging {
    display: none
}

.table-dark-bar {
    margin: 0px !important
}

    .table-dark-bar thead tr th {
        background-color: #213555 !important;
        color: #fff;
        border-color: rgba(255,255,255,.2) !important;
        text-align: center !important;
        font-size: 1.125rem !important;
        font-weight: 700
    }

        .table-dark-bar thead tr th:first-of-type {
            border-top-left-radius: .5rem
        }

        .table-dark-bar thead tr th:last-of-type {
            border-top-right-radius: .5rem
        }

    .table-dark-bar tbody tr {
        transition: background-color .2s ease
    }

        .table-dark-bar tbody tr td {
            text-align: center !important;
            vertical-align: middle;
            border-bottom: 1px solid #ddd
        }

            .table-dark-bar tbody tr td .dropdown-toggle {
                transition: background-color .2s ease
            }

        .table-dark-bar tbody tr:hover {
            background-color: #f3f6f8 !important
        }

            .table-dark-bar tbody tr:hover .dropdown-toggle {
                background-color: #fff
            }

        .table-dark-bar tbody tr:last-of-type td {
            border-bottom: 1px solid #ddd !important
        }

.text-start {
    text-align: start !important
}

    .text-start .tabel-item-name {
        text-align: start !important
    }

.dt-paging .pagination .page-item .page-link {
    padding: .1rem .5rem !important;
    color: #666;
    box-shadow: none !important
}

.dt-paging .active .page-link {
    background-color: #213555 !important;
    border-color: #213555 !important;
    color: #fff !important
}

.dt-info {
    color: #666;
    font-size: 1rem
}

.dt-column-order::after {
    margin-top: 2px !important
}

.dt-scroll-body {
    height: 500px !important;
    max-height: 500px
}

.dropdown-menu {
    box-shadow: 0px 2px 3rem 0px rgba(0,0,0,.2);
    border: 0px !important
}

.actions-mega-menu {
    box-shadow: 0px 2px 3rem 0px rgba(0,0,0,.4);
    border: 0px !important;
    background-color: #fff;
    padding: .75rem
}

    .actions-mega-menu .actions-list {
        min-width: 10rem
    }

        .actions-mega-menu .actions-list h4 {
            font-size: 1.2rem;
            padding: .25rem .5rem;
            display: flex;
            gap: .25rem;
            margin-bottom: .5rem;
            border-bottom: 2px solid
        }

            .actions-mega-menu .actions-list h4 i {
                font-size: .9rem;
                padding-top: .3rem
            }

        .actions-mega-menu .actions-list h6 {
            font-weight: 600;
            padding-top: .5rem
        }

        .actions-mega-menu .actions-list a {
            display: block;
            font-size: 1rem;
            border-bottom: 1px solid #ddd;
            padding: .4rem 0rem;
            line-height: 1.2rem
        }

            .actions-mega-menu .actions-list a:last-of-type {
                border-bottom: 0px
            }

    .actions-mega-menu .green-view h4, .actions-mega-menu .green-view h6 {
        color: #00ab94
    }

    .actions-mega-menu .green-view a:hover {
        color: #00ab94
    }

    .actions-mega-menu .yellow-view h4, .actions-mega-menu .yellow-view h6 {
        color: #cd6133
    }

    .actions-mega-menu .yellow-view a:hover {
        color: #cd6133
    }

    .actions-mega-menu .blue-view h4, .actions-mega-menu .blue-view h6 {
        color: #0377df
    }

    .actions-mega-menu .blue-view a:hover {
        color: #0377df
    }

    .actions-mega-menu .purple-view h4, .actions-mega-menu .purple-view h6 {
        color: #9b59b6
    }

    .actions-mega-menu .purple-view a:hover {
        color: #9b59b6
    }

@media screen and (max-width: 768px) {
    .actions-mega-menu .d-flex {
        flex-direction: row;
        flex-wrap: wrap !important;
        width: 24rem !important
    }

        .actions-mega-menu .d-flex .actions-list {
            width: 47% !important
        }
}

.multiple-select-dropdown {
    cursor: pointer !important
}

    .multiple-select-dropdown .dropdown-toggle {
        background-color: #fff;
        padding: .1rem .5rem 0px .5rem;
        border-radius: .5rem;
        border: 1px solid #ddd;
        width: 100%;
        position: relative;
        height: 2.75rem
    }

        .multiple-select-dropdown .dropdown-toggle label {
            display: block;
            height: 1.25rem;
            cursor: pointer !important
        }

        .multiple-select-dropdown .dropdown-toggle .selected-items {
            font-size: .9rem;
            color: #666;
            width: 96%;
            display: inline-block;
            text-wrap: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            margin-bottom: 0px
        }

            .multiple-select-dropdown .dropdown-toggle .selected-items span {
                padding-right: .1rem
            }

                .multiple-select-dropdown .dropdown-toggle .selected-items span::after {
                    content: ","
                }

        .multiple-select-dropdown .dropdown-toggle::after {
            top: 0;
            right: 0;
            margin: 1.8rem .5rem;
            position: absolute !important
        }

    .multiple-select-dropdown .dropdown-menu {
        width: 100%;
        padding: .5rem;
        max-height: 12rem;
        overflow-y: auto
    }

        .multiple-select-dropdown .dropdown-menu .form-check:hover {
            background-color: #ecf1f4
        }

        .multiple-select-dropdown .dropdown-menu .form-check-label {
            cursor: pointer;
            font-size: 1rem;
            display: block
        }

    .multiple-select-dropdown:hover .dropdown-toggle label {
        color: #0377df
    }

.graph-filter-bar {
    background-color: #ecf1f4;
    border-radius: .5rem;
    padding: .5rem
}

    .graph-filter-bar .filter-row {
        display: flex;
        gap: .5rem;
        align-items: center
    }

        .graph-filter-bar .filter-row .btn {
            min-width: 2.5rem !important;
            font-size: .9rem !important
        }

            .graph-filter-bar .filter-row .btn i {
                padding-top: .2rem
            }

.graph-filter-result-bar {
    padding-top: .5rem
}

    .graph-filter-result-bar p {
        display: flex;
        align-items: center;
        gap: .5rem
    }

        .graph-filter-result-bar p span {
            font-size: 1rem;
            color: #666
        }

        .graph-filter-result-bar p b {
            font-size: 1.25rem;
            color: #0377df
        }

.mouse-pointer-note {
    padding-top: .5rem;
    font-size: 1rem;
    color: #666;
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    text-transform: capitalize
}

    .mouse-pointer-note i {
        color: #0377df;
        margin-top: .2rem
    }

.inline-graph {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: .75rem
}

    .inline-graph #examStatisticsChart {
        padding: 0px !important;
        width: 24rem;
        height: 18rem;
        margin-right: -1rem
    }

    .inline-graph .chart-content-box {
        width: 12.81588rem;
        background-color: #ecf1f4;
        padding: .75rem;
        border-radius: .5rem;
        display: flex;
        flex-direction: column;
        gap: .25rem
    }

        .inline-graph .chart-content-box .content-item {
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .inline-graph .chart-content-box h6 {
            background-color: rgba(255,255,255,.7);
            border-radius: .2rem;
            padding: .2rem .4rem 0rem .4rem;
            margin-left: -0.5rem;
            margin-right: -0.5rem;
            font-weight: 700;
            color: #0377df
        }

@media screen and (max-width: 576px) {
    .inline-graph {
        flex-direction: column-reverse
    }

        .inline-graph .chart-content-box, .inline-graph .pie-chart-box {
            width: 100%
        }

        .inline-graph .pie-chart-box {
            text-align: center;
            justify-content: center;
            display: flex
        }

            .inline-graph .pie-chart-box #examStatisticsChart {
                margin-right: 0rem
            }
}

#CourseStatisticsChart {
    height: 20.3rem
}

#examConditionStatisticsChart {
    height: 17.9rem
}

.main-header {
    background-color: #fff
}

    .main-header .head-bar {
        padding: .5rem 0px;
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,.1);
        position: relative
    }

        .main-header .head-bar .logo {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            position: absolute;
            top: 50%;
            transform: translate(0%, -50%);
            gap: .2rem;
            padding-left: .75rem
        }

            .main-header .head-bar .logo img {
                max-height: 2.8rem;
                width: auto
            }

            .main-header .head-bar .logo span {
                font-size: 1.25rem;
                font-weight: 600
            }

@media screen and (min-width: 768px) {
    .main-header .head-bar .logo {
        gap: .5rem;
        align-items: center;
        flex-direction: row
    }
}

@media screen and (min-width: 992px) {
    .main-header .head-bar .logo {
        padding-left: 0px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

.main-header .head-bar .logo:hover {
    color: #0377df
}

@media screen and (max-width: 780px) {
    .head-row {
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: flex-end !important
    }
}

.quick-access-dropdown {
    min-width: 100% !important
}

    .quick-access-dropdown .dropdown-item {
        font-size: 1.125rem
    }

.quick-access-menu {
    min-width: 15rem !important;
    height: 2.5rem;
    color: #0377df !important;
    border-radius: .5rem;
    font-size: 1.125rem;
    font-weight: 600;
    display: flex;
    gap: .4rem;
    align-items: center;
    justify-content: center;
    padding: 0px .75rem;
    transition: all .2s ease
}

@media screen and (max-width: 780px) {
    .quick-access-menu {
        min-width: 19.5rem !important
    }
}

.quick-access-menu i {
    padding-top: .4rem
}

.quick-access-menu:hover {
    background-color: #f2f8fb
}

.role-box {
    display: flex;
    align-items: center;
    gap: .25rem
}

    .role-box .form-floating {
        box-shadow: none !important
    }

        .role-box .form-floating .form-select {
            border: 0px !important;
            height: 3rem;
            padding-top: 1.4rem;
            cursor: pointer;
            box-shadow: none !important;
            transition: all .2s ease;
            background-color: #f2f8fb
        }

            .role-box .form-floating .form-select:hover {
                background-color: #f2f8fb
            }

        .role-box .form-floating label {
            color: #0377df;
            opacity: 1;
            font-weight: 600;
            padding-left: .6rem
        }

.page-title {
    padding: 1rem 0px
}

    .page-title .breadcrumb {
        margin-bottom: 0px
    }

.search-box-group {
    border: 1px solid #ddd;
    border-radius: .5rem;
    background-color: #fff;
    display: flex;
    gap: .2rem;
    padding: .25rem
}

    .search-box-group .form-control {
        border: 0px;
        box-shadow: none !important
    }

    .search-box-group .btn {
        width: 2rem;
        font-size: .8rem;
        border-radius: .4rem
    }

        .search-box-group .btn i {
            padding-top: .2rem;
            font-weight: 700
        }

@media screen and (max-width: 768px) {
    table.bt thead, table.bt tbody th {
        display: none
    }

    table.bt tfoot th, table.bt tfoot td, table.bt tbody td {
        border: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        vertical-align: top;
        float: left\9;
        width: 100% \9;
        padding: 0px !important;
        background-color: #fff !important
    }

        table.bt tfoot th::before, table.bt tfoot td::before, table.bt tbody td::before {
            content: attr(data-th) ": ";
            display: inline-block;
            -webkit-flex-shrink: 0;
            -ms-flex-shrink: 0;
            flex-shrink: 0;
            font-weight: bold;
            width: 8rem;
            background-color: #213555 !important;
            color: #fff;
            padding: .4rem .3rem;
            border-bottom: 1px solid #4d5d77 !important;
            text-align: start
        }

        table.bt tfoot th.bt-hide, table.bt tfoot td.bt-hide, table.bt tbody td.bt-hide {
            display: none
        }

        table.bt tfoot th .bt-content, table.bt tfoot td .bt-content, table.bt tbody td .bt-content {
            vertical-align: middle
        }

    .bt-wrapper.active {
        max-height: 310px;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    table.bt.bt--no-header tfoot td::before, table.bt.bt--no-header tbody td::before {
        display: none
    }

    .table-responsive-view {
        width: 100% !important
    }

        .table-responsive-view colgroup {
            width: 100% !important;
            display: block
        }

        .table-responsive-view tbody tr {
            background-color: #eee;
            gap: 0px
        }

            .table-responsive-view tbody tr td {
                border-right: 1px solid rgba(0,0,0,.1) !important
            }

                .table-responsive-view tbody tr td .bt-content {
                    padding: .4rem .6rem;
                    width: 100% !important;
                    border-bottom: 1px solid #eee;
                    text-align: start
                }

                .table-responsive-view tbody tr td .status {
                    min-width: auto;
                    padding: 0px
                }

                .table-responsive-view tbody tr td:last-of-type {
                    border-bottom: 1rem solid #eee !important
                }

                    .table-responsive-view tbody tr td:last-of-type .bt-content {
                        padding-bottom: 1.6rem
                    }

        .table-responsive-view .action-btn {
            width: 14rem !important
        }
}

.qs-datepicker-container {
    width: 100%;
    font-size: 1rem;
    font-family: inherit;
    color: #000;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: .263921875em;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 3px 33px rgba(0,0,0,.16);
    -webkit-box-shadow: 0px 3px 33px rgba(0,0,0,.16);
    padding-bottom: 30px
}

    .qs-datepicker-container * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.qs-centered {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.qs-hidden {
    display: none
}

.qs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.75);
    color: #fff;
    width: 100%;
    height: 100%;
    padding: .5em;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .qs-overlay.qs-hidden {
        opacity: 0;
        z-index: -1
    }

    .qs-overlay .qs-overlay-year {
        background: rgba(0,0,0,0);
        border: none;
        border-bottom: 1px solid #fff;
        border-radius: 0;
        color: #fff;
        font-size: .875em;
        padding: .25em 0;
        width: 80%;
        text-align: center;
        margin: 0 auto;
        display: block
    }

        .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
            -webkit-appearance: none
        }

    .qs-overlay .qs-close {
        padding: .5em;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0
    }

    .qs-overlay .qs-submit {
        border: 1px solid #fff;
        border-radius: .263921875em;
        padding: .5em;
        margin: 0 auto auto;
        cursor: pointer;
        background: rgba(128,128,128,.4)
    }

        .qs-overlay .qs-submit.qs-disabled {
            color: gray;
            border-color: gray;
            cursor: not-allowed
        }

    .qs-overlay .qs-overlay-month-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .qs-overlay .qs-overlay-month {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 33.3333333333%;
        cursor: pointer;
        opacity: .5;
        -webkit-transition: opacity .15s;
        transition: opacity .15s
    }

        .qs-overlay .qs-overlay-month.active, .qs-overlay .qs-overlay-month:hover {
            opacity: 1
        }

.qs-controls {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s,-webkit-filter .3s;
    padding: 20px 30px
}

    .qs-controls.qs-blur {
        -webkit-filter: blur(5px);
        filter: blur(5px)
    }

.qs-arrow {
    height: 1.5625em;
    width: 1.5625em;
    position: relative;
    cursor: pointer;
    border-radius: .263921875em;
    -webkit-transition: background .15s;
    transition: background .15s
}

    .qs-arrow:hover {
        background: rgba(0,0,0,.1)
    }

        .qs-arrow:hover.qs-left:after {
            border-right-color: #000
        }

        .qs-arrow:hover.qs-right:after {
            border-left-color: #000
        }

    .qs-arrow:after {
        content: "";
        border: .390625em solid rgba(0,0,0,0);
        position: absolute;
        top: 50%;
        -webkit-transition: border .2s;
        transition: border .2s
    }

    .qs-arrow.qs-left:after {
        border-right-color: gray;
        right: 50%;
        -webkit-transform: translate(25%, -50%);
        -ms-transform: translate(25%, -50%);
        transform: translate(25%, -50%)
    }

    .qs-arrow.qs-right:after {
        border-left-color: gray;
        left: 50%;
        -webkit-transform: translate(-25%, -50%);
        -ms-transform: translate(-25%, -50%);
        transform: translate(-25%, -50%)
    }

.qs-month-year {
    font-weight: 700;
    -webkit-transition: border .2s;
    transition: border .2s;
    border-bottom: 1px solid rgba(0,0,0,0)
}

    .qs-month-year:not(.qs-disabled-year-overlay) {
        cursor: pointer
    }

        .qs-month-year:not(.qs-disabled-year-overlay):hover {
            border-bottom: 1px solid gray
        }

    .qs-month-year:active:focus, .qs-month-year:focus {
        outline: none
    }

.qs-month {
    padding-right: .5ex
}

.qs-year {
    padding-left: .5ex
}

.qs-squares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s,-webkit-filter .3s;
    font-size: 1rem
}

@media screen and (max-width: 576px) {
    .qs-squares {
        font-size: .9rem
    }
}

.qs-squares.qs-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.qs-square {
    width: 14.2857142857%;
    padding: 8px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: background .1s;
    transition: background .1s;
    border-radius: .263921875em
}

    .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
        background: #0377df;
        color: #fff
    }

.qs-current {
    font-weight: 700;
    text-decoration: underline
}

.qs-active, .qs-range-end, .qs-range-start {
    background: #0377df;
    color: #fff
}

    .qs-range-start:not(.qs-range-6) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.qs-range-middle {
    background: #d4ebf2
}

    .qs-range-middle:not(.qs-range-0):not(.qs-range-6) {
        border-radius: 0
    }

    .qs-range-middle.qs-range-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .qs-range-end:not(.qs-range-0), .qs-range-middle.qs-range-6 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.qs-disabled, .qs-outside-current-month {
    opacity: .2
}

.qs-disabled {
    cursor: not-allowed
}

.qs-day, .qs-empty {
    cursor: default
}

.qs-day {
    color: #444;
    font-size: .9rem;
    padding-bottom: 10px
}

.qs-event {
    position: relative
}

    .qs-event:after {
        content: "";
        position: absolute;
        width: .46875em;
        height: .46875em;
        border-radius: 50%;
        background: #07f;
        bottom: 0;
        right: 0
    }

.datepickerInput {
    position: relative
}

    .datepickerInput::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1rem;
        height: 1rem;
        margin: .6rem .5rem;
        background: url(../images/calendar-icon.svg) no-repeat;
        background-size: contain
    }

    .datepickerInput input {
        cursor: pointer
    }

.login-main-page {
    background-color: #c7e4ff;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    display: flex;
    justify-content: center;
    padding: 6rem 1rem 1rem 1rem;
    background-image: url(../../Content/images/login_vector.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (min-width: 576px) {
    .login-main-page {
        align-items: center;
        padding: 1rem 1rem 1rem 1rem
    }
}

.login-main-page .login-card {
    width: 28.625rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem
}

    .login-main-page .login-card .login-card-header {
        text-align: center
    }

    .login-main-page .login-card .login-card-body {
        background-color: #fff;
        padding: 2.125rem;
        border-radius: 1rem;
        box-shadow: 0rem 1rem 2rem rgba(0,0,0,.1)
    }

    .login-main-page .login-card h4 {
        text-align: center;
        color: #073f6f
    }

.login-main-page .btn-link {
    padding: 0px !important;
    color: #036ccb;
    font-weight: 600;
    text-decoration: none
}

.login-main-page .language-box {
    padding: .75rem;
    border-radius: .5rem;
    position: absolute;
    top: 0;
    right: 0
}

    .login-main-page .language-box a {
        color: #1b1212;
        border-color: #3592e5
    }

    .login-main-page .language-box .active {
        background-color: #fff !important;
        border-color: #fff !important;
        border-color: #3592e5
    }

.password-input {
    position: relative
}

    .password-input .fi {
        position: absolute;
        top: 0;
        right: 0;
        margin: 1rem;
        cursor: pointer;
        color: #666
    }

.input-with-go-btn {
    position: relative
}

    .input-with-go-btn .arrow-btn {
        width: 2rem;
        height: 2rem;
        border-radius: 100%;
        position: absolute;
        top: 0;
        right: 0;
        margin: .438rem;
        cursor: pointer;
        font-size: 1.25rem
    }

        .input-with-go-btn .arrow-btn .fi {
            margin-top: .6rem
        }

    .input-with-go-btn .eye {
        margin-right: 3.25rem
    }

.digit-input {
    text-align: center;
    font-size: 1rem;
}
.btn.btn-link.back-btn{
    padding:0 !important;
}
.QR-img {
    border-radius: .5rem
}

    .QR-img img {
        width: 11.25rem;
        height: auto
    }

.login-card-header img {
    width: 150px;
}

.login-card-footer img {
    width: 80px;
}

input[type="password"]::-ms-reveal {
    display: none;
}

input[type="password"]::-ms-clear {
    display: none;
}

input[type="password"]::-webkit-contacts-auto-fill-button,
input[type="password"]::-webkit-credentials-auto-fill-button {
    display: none !important;
}

input[type="password"]::-webkit-clear-button {
    display: none;
}
