body {
    font-family: 'Roboto', sans-serif;
    color: rgb(21, 41, 53);
    background-color: #F2F5F8;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility !important;
    text-size-adjust: 100% !important;
    font-size: 15px;
}

@font-face {
    font-family: 'Cairo Regular';
    src: url("/css/Cairo-Bold.ttf");
}

div.text-subdued,
span.text-subdued,
p.text-subdued {
    color: #566B76;
    font-size: 13px;
}

.mb-32 {
    margin-bottom: 32px;
}

#appContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

#cardAccount {
    margin-top: 8px;
    margin-bottom: 8px;
    width: 520px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

    #cardAccount .card-header {
        background-color: white;
        padding: 0 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        height: 36px;
    }

    #cardAccount .card-body {
        padding: 48px 80px 32px 80px;
        min-height: 512px;
    }

    #cardAccount .card-footer {
        border-top: none;
        background-color: inherit;
        font-size: 12px;
        padding: 8px 0;
        text-align: center;
        padding-left: 22px;
    }

.div-border {
    width: 100%;
    height: 10px;
    border-style: solid;
    border-width: 0;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #83BEE8 0%, #83BEE8 12.5%, #499DD5 12.5%, #499DD5 25%, #3062A6 25%, #3062A6 37.5%, #20448C 37.5%, #20448C 50%, #B0296B 50%, #B0296B 62.5%, #D54372 62.5%, #D54372 75%, #DD7054 75%, #DD7054 87.5%, #EDB450 87.5%, #EDB450 100%);
    border: none;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    background: white url("/images/loading.gif") no-repeat center;
    display: none;
    z-index: 5000;
}

.text-bold {
    font-size: 20px;
    font-weight: 900;
}

b,
strong {
    font-weight: 900;
}

h3.title,
h2.title {
    color: #004E75;
    text-align: left;
    font-weight: 900;
    margin: 0;
    margin-bottom: 2px;
    font-size: 24px;
    letter-spacing: 0.2px;
    font-family: 'Cairo Regular', sans-serif;
    font-style: normal;
    line-height: 32px;
}

.subtitle {
    color: rgb(21, 41, 53);
    font-size: 14px;
    letter-spacing: 0.25px;
}

.bm-space {
    margin-bottom: 24px;
}

input.form-control,
select.form-control {
    background-color: #F5F8FA;
    border: 1px solid #C9CDCF;
    color: #1F292E;
}

.form-control-lg {
    height: 40px;
    padding: 0px 8px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
}

.popover {
    max-width: 344px;
    background-color: #005075;
}

.popover-header {
    color: white;
    background-color: #005075;
    padding: 12px 16px;
    border-bottom: 0;
    font-weight: 900;
}

    .popover-header::before {
        display: none !important;
    }

.popover-body {
    color: white;
    padding: 16px;
    font-size: 13px;
}

.bs-popover-bottom .arrow::after {
    border-bottom-color: #005075 !important;
}

.bs-popover-right .arrow::after {
    border-right-color: #005075 !important;
}

.bs-popover-top .arrow::after {
    border-top-color: #005075 !important;
}

.bs-popover-right .popover-body {
    padding: 4px 8px;
}

.bs-popover-top .popover-body {
    padding: 4px 8px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9b9b9b !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9b9b9b !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #9b9b9b !important;
}

input:autofill {
    background: #F5F8FA
}

.passwordChecksContainer {
    padding-top: 6px;
    padding-left: 3px;
    color: rgb(90, 104, 114);
}

    .passwordChecksContainer > div {
        display: flex;
        align-items: center;
    }

        .passwordChecksContainer > div > span:not(:first-child) {
            font-size: 14px;
            margin-bottom: 1px;
        }

        .passwordChecksContainer > div > span.icon-circle-thin {
            font-size: 12px;
            width: 20px;
            margin-bottom: 2px;
            padding-left: 2px;
        }

        .passwordChecksContainer > div > span.icon-check-circle {
            font-size: 17px;
            width: 20px;
            margin-bottom: 3px;
        }

.input-note {
    position: absolute;
    top: 0;
    right: 20px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.text-note {
    font-size: 12px;
    font-style: oblique;
}

input[type="submit"].submitAnchor:hover {
    text-decoration: underline;
}

input[type="submit"].submitAnchor {
    background-color: white;
    border: none;
}

span.text-danger {
    color: rgb(216, 40, 41) !important;
    margin-left: 2px;
}

    span.text-danger.field-validation-error {
        font-size: 14px;
    }

span.text-neutral {
    color: rgb(90, 104, 114) !important;
    margin-left: 2px;
}

label {
    color: rgb(21, 41, 53);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-left: 2px;
}

span.label {
    color: #152935;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-left: 2px;
    display: inline-block;
}

.consent-container {
    color: rgb(21, 41, 53);
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.25px;
    line-height: 20px;
}

.cb_consent {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}

.cb_consent_label {
    color: rgb(21, 41, 53);
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin-left: 6px;
}

a {
    color: rgb(0, 144, 209);
}

.step {
    color: rgb(90, 104, 114);
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 8px;
    letter-spacing: 0.4px;
}

.alert-success {
    background-color: white;
    color: rgb(21, 41, 53);
    position: absolute;
    top: 52px;
    right: 52px;
    border: 1px solid #09822A;
    border-bottom-width: 4px;
    letter-spacing: 0.44px;
    width: 100%;
    margin: 0;
}

    .alert-success .icon-check-circle {
        float: left;
        font-size: 22px;
        color: #09822A;
    }

.alert-warning,
.alert-danger {
    background-color: white;
    color: rgb(21, 41, 53);
    position: absolute;
    top: 52px;
    right: 52px;
    border: 1px solid #FDB927;
    border-bottom-width: 4px;
    letter-spacing: 0.44px;
    width: 100%;
    margin: 0;
}

    .alert-warning .icon-exclamation-triangle,
    .alert-danger .icon-exclamation-triangle {
        float: left;
        font-size: 22px;
        color: #FDB927;
    }

.dropdown-menu {
    padding: 0;
}

#btnSelectLanguage {
    background-color: white;
    border: none;
    color: #009CD6;
    width: 88px;
    padding: 0;
    font-size: 14px;
}

.dropdown-item {
    border: 1px solid white;
    padding: 10px 16px;
}

    .dropdown-item.active {
        background-color: #F2F5F8;
        border: 1px solid #009CD6;
        color: inherit;
    }

    .dropdown-item:not(.active):hover {
        border: 1px solid #009CD6;
        background-color: inherit;
    }

#countrySelection {
    position: absolute;
    left: 8px;
    bottom: 8px;
}

span.icon-eye {
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 11px;
    font-size: 16px;
    color: #008FD6;
}

span.icon-eye-slash {
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 9px;
    font-size: 20px;
    color: #008FD6;
}


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

#selectPassword {
    padding-right: 40px;
}

/* only MOBILE */
@media screen and (max-width: 767px) {

    html,
    body {
        height: 100%;
        position: relative;
        display: block;
    }

    body {
        background-color: #fff;
    }

    .alert-success,
    .alert-danger,
    .alert-warning {
        top: 0;
        right: 0;
        left: 0;
    }

    #appContainer {
        min-height: 100%;
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: auto;
        display: flex;
        justify-content: initial;
        align-items: initial;
    }

    #cardAccount {
        margin-top: 0px;
        border: none;
        width: 100%;
        box-shadow: none;
        border-radius: initial;
        margin-bottom: 0px;
    }

        #cardAccount .card-header {
            padding: 8px 16px;
            display: block;
            height: 56px;
            font-size: 11px;
            color: #566B76;
            line-height: 16px;
        }

        #cardAccount .card-body {
            padding: 24px 32px;
        }

        #cardAccount .card-footer {
            position: absolute;
            bottom: 0;
            width: 100%;
            padding: 0;
            height: 24px;
        }

    #countrySelection {
        left: 50%;
        transform: translateX(-50%);
        bottom: 32px;
    }

    .div-border {
        height: 4px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

@media screen and (max-width: 396px) {
    #SpidBtn {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: hidden;
    }
}
