/* Montserrat Font --*/
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../assets/fonts/montserrat/Montserrat-ExtraBold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../assets/fonts/montserrat/Montserrat-Bold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../assets/fonts/montserrat/Montserrat-SemiBold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../assets/fonts/montserrat/Montserrat-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../assets/fonts/montserrat/Montserrat-Medium.ttf');
    font-display: swap;
}
/* Palanquin Font */
@font-face {
    font-family: 'Palanquin-Regular';
    src: url('../assets/fonts/palanquin/Palanquin-Regular.ttf');
    font-display: swap;
}

.bullet {
    margin-right: 10px;
    margin-left: 5px;
}

.content ul li {
    display: flex;
}

a {
    cursor: pointer;
}

.container main {
    padding: 40px 0;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

h3 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

.container {
    min-width: 100%;
}

.modal {
    background-color: #ffffff !important;
    padding: 25px 10px !important;
}

.modal-view {
    min-width: 100%;
    position: relative;
    min-height: 100%;
}

.capture {
    min-width: 100%;
}

.helper-text {
    font-family: Montserrat-Medium;
    font-size: 12px;
    color: #747474;
}

.match-error {
    font-family: Montserrat-Medium;
    font-size: 12px;
    color: #CF082C;
    display: none;
}

.input-field {
    position: relative;
}

    .input-field .eye-icon-holder {
        position: absolute;
        right: 10px;
        top: 10px;
        background-color: #ffffff;
        z-index: 999;
    }

    .input-field .btn {
        font-family: Montserrat-Medium;
        font-size: 14px;
        color: #ffffff;
    }

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}
/*Create Profile - Personal Details*/
.input-field .continue {
    width: 100%;
    border-radius: 25px;
    box-shadow: none;
    background-image: linear-gradient(to right, #009677 0%, #60B848 100%);
    color: #ffffff;
}

    .input-field .continue:hover {
        box-shadow: none;
    }

.input-field button:disabled, .input-field button[disabled] {
    background-image: none;
    background-color: #DCDDDE;
    color: #A7A9AC;
}

.input-field button:enabled {
    background-image: linear-gradient(to right, #009677 0%, #60B848 100%);
    color: #ffffff;
}

.input-field input {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    color: #1E1E1E;
    border-bottom: 1px solid #747474 !important;
    /*box-shadow: 0 1px 0 0 #747474 !important;*/
}

.input-field label {
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    color: #747474 !important;
}

select option {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    padding: 8px 20px;
    color: #747474;
}

.id-type span {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    color: #1E1E1E;
}

.header-thin {
    font-family: 'Montserrat-Regular';
    color: #282828;
    font-size: 28px;
}

.header-semi-bold {
    font-family: Montserrat-SemiBold;
    color: #ffffff;
    font-size: 12px;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-thick {
    font-family: 'Montserrat-Medium';
    color: #282828;
    font-size: 28px;
}

.sub-header-main {
    font-family: 'Montserrat-SemiBold';
    font-size: 12px;
    color: #58595B;
    display: flex;
    justify-content: left;
}

.sub-header {
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    color: #282828;
    display: flex;
    justify-content: left;
}

.terms {
    font-family: 'Montserrat-Medium';
    font-size: 13px;
    color: #1E1E1E;
    padding-top: 5px;
    margin-left: 15px
}

.underline {
    text-decoration: underline;
}
/*Create Profile - Username And Password*/
.password-attributes-header {
    font-family: 'Montserrat-SemiBold';
    font-size: 14px;
    color: #282828;
    display: flex;
    justify-content: left;
}

.password-attributes .attributes-holder input:disabled {
    color: #2196F3 !important;
}

.password-attributes .attributes-holder {
    margin-top: 20px;
}

    .password-attributes .attributes-holder .checkbox-label {
        font-family: 'Montserrat-SemiBold';
        font-size: 12px;
        color: #747474;
    }

.form-control--otp {
    font-size: 50px !important;
    height: 60px !important;
    font-family: Palanquin-Regular;
    text-align: center;
    margin: 0 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resend-otp-url {
    font-family: Montserrat-SemiBold;
    font-size: 16px !important;
    color: #A7A9AC;
}

.otp-message {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: #888888;
}

.bold {
    font-family: 'Montserrat-Bold';
}

.time-remaining {
    padding: 4px 10px;
    font-family: 'Montserrat-Regular';
    font-size: 12px;
}

.otp-btn-holder .btn {
    width: 80%;
}

.received-otp {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    color: #282828;
}

.resend-otp {
    font-family: 'Montserrat-Bold';
    color: #A7A9AC;
    margin-top: 30px;
}
/* ForgonLogin - Choose Option*/
#img_logo {
    width: 45px;
    height: 45px;
    margin-right: 10px
}

.header {
    font-family: 'Montserrat-Medium';
    font-size: 22px;
    color: #282828;
    display: flex;
    justify-content: left;
    margin-bottom: 24px
}

.header-text {
    font-family: 'Montserrat-Medium';
    font-size: 22px;
    color: #282828;
    display: flex;
    justify-content: left;
}

.send-username-msg {
    margin: 10px 0;
}

    .send-username-msg .msg {
        font-family: 'Montserrat-Regular';
        font-size: 14px;
        color: #888888;
    }
/* Terms and conditions*/
.terms-and-conditions {
    position: relative;
    padding: 0 10px;
}

    .terms-and-conditions .header {
        text-align: left;
        margin: 0;
        margin-bottom: 3px;
    }

        .terms-and-conditions .header h2 {
            font-family: 'Montserrat-Bold';
            font-size: 12px;
            color: #282828;
            margin: 0;
        }

    .terms-and-conditions .content {
        text-align: left;
        margin-bottom: 20px;
    }

        .terms-and-conditions .content p {
            font-family: 'Montserrat-Regular';
            font-size: 12px;
            color: #282828;
            line-height: 20px;
        }

.accept-btn-holder {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    display: flex;
    justify-content: center;
}

.accept-btn {
    border-radius: 25px;
    font-family: 'Montserrat-SemiBold';
    font-size: 15px;
    padding: 10px 35px;
    border: 0;
    background-image: linear-gradient(to right, #009677 0%, #60B848 100%);
    box-shadow: none;
    color: #ffffff;
}
/*************************************/
/* select starting stylings ------------------------------*/
.select {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    position: relative;
    padding: 0.25em 0.5em;
}

.request-username select {
    margin-bottom: 8px;
}

.request-username .input-field {
    margin-bottom: 20px;
}

option {
    padding: 6px 0 6px 40px !important;
}

.select-text {
    position: relative;
    background-color: transparent;
    width: 100%;
    padding: 10px 10px 10px 0;
    font-size: 16px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #747474 !important;
    /* box-shadow: 0 1px 0 0 #747474 !important; */
}
    /* Remove focus */
    .select-text:focus {
        outline: none;
        box-shadow: none;
        border-bottom: 1px solid #747474 !important;
        /* box-shadow: 0 1px 0 0 #747474 !important; */
    }
/* Use custom arrow */
.select .select-text {
    appearance: none;
    -webkit-appearance: none
}

.select:after {
    position: absolute;
    top: 18px;
    right: 10px;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.12);
    pointer-events: none;
}
/* LABEL ======================================= */
.select-label {
    color: rgba(0,0,0, 0.26);
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 0.2s ease all;
}
/* active state */
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
    color: #50B848;
    top: -20px;
    transition: 0.2s ease all;
    font-size: 14px;
}
/* BOTTOM BARS ================================= */
.select-bar {
    position: relative;
    display: block;
    width: 100%;
}

    .select-bar:before, .select-bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #50B848;
        transition: 0.2s ease all;
    }

    .select-bar:before {
        left: 50%;
    }

    .select-bar:after {
        right: 50%;
    }
/* active state */
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
    width: 50%;
}
/* HIGHLIGHTER ================================== */
.select-highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.input-field .disable {
    background-color: gray;
}

.input-field .enable {
    background-image: linear-gradient(to right, #009677 0%, #60B848 100%);
}

.cell-input-holder {
}

.id-type {
    margin-top: 10px;
}

.gender-type {
    margin-top: 10px;
}

    .gender-type span {
        font-family: 'Montserrat-Regular';
        font-size: 16px;
        color: #1E1E1E;
    }

.genderWrapper {
    margin-bottom: 20px;
    margin-top: 20px;
}

.incorrect-msg {
    padding: 14px 20px;
    text-align: left;
    position: absolute;
    background-color: #E83B0C;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    z-index: 999;
}

.icon-holder {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    justify-items: center;
}

    .icon-holder img {
        width: 100%;
        height: 100%;
    }

.error-text {
    display: flex;
    justify-content: left;
    padding: 0;
    width: 90%;
}

.successful-journey {
    border: #239B56 1px solid;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}

.success-wrapper {
    background-color: #1F1C2D;
    width: 100%;
    height: 100vh;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.success-container {
    margin-top: 100px;
}

.success-outer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-icon-holder {
    width: 80px;
    height: 80px;
}

    .success-icon-holder img {
        width: 100%;
        height: 100%;
    }

.success-heading {
    display: flex;
    justify-content: center;
    width: 100%;
}

.success-sub-heading {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.success-heading .success-head-text {
    font-family: 'Montserrat-Regular';
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
    margin-top: 20px;
}

.sub-success-heading .success-sub-text {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    margin-top: 20px;
}

.success-btn-holder {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

    .success-btn-holder .complete-success-btn {
        margin-top: 20px;
        font-family: 'Montserrat-SemiBold';
        font-size: 14px;
        color: #ffffff;
        padding: 12px 50px;
        background-image: linear-gradient(to right, #009677 0%, #60B848 100%);
        border-radius: 50px;
        border: none;
        box-shadow: none;
    }
/************************************************************ Checkbox **********************************************************/
.checkbox-wrapper-18 {
    margin-bottom: 15px;
}

    .checkbox-wrapper-18 .round {
        position: relative;
        margin-right: 15px;
    }

        .checkbox-wrapper-18 .round label {
            background-color: #fff;
            border: 2px solid #747474;
            border-radius: 50%;
            cursor: pointer;
            height: 20px;
            width: 20px;
            display: block;
        }

            .checkbox-wrapper-18 .round label:after {
                border: 2px solid #fff;
                border-top: none;
                border-right: none;
                content: "";
                height: 6px;
                left: 3px;
                top: 6px;
                opacity: 0;
                position: absolute;
                transform: rotate(-45deg);
                width: 12px;
            }

        .checkbox-wrapper-18 .round input[type="checkbox"] {
            visibility: hidden;
            display: none;
            opacity: 0;
        }

            .checkbox-wrapper-18 .round input[type="checkbox"]:checked + label {
                background-color: #50B848;
                border-color: #50B848;
            }

                .checkbox-wrapper-18 .round input[type="checkbox"]:checked + label:after {
                    opacity: 1;
                }

.password-attributes .attributes-holder .black-checkbox-text {
    color: #1E1E1E !important;
}

.cell-field {
    padding-top: 1px !important;
}

input:valid {
    border-bottom: 1px solid #747474 !important;
    /*box-shadow: 0 1px 0 0 #747474 !important;*/
}

    input:valid + label {
        color: #747474 !important;
    }


input:focus:valid + label {
    color: #50B848 !important;
}

.input-field input:focus + label {
    color: #50B848 !important;
}

input:focus {
    border-bottom: 1px solid #50B848 !important;
    box-shadow: 0 1px 0 0 #50B848 !important;
}

    input:focus:invalid {
        border-bottom: 1px solid #CF082C !important;
        box-shadow: 0 1px 0 0 #CF082C !important;
    }

input.invalid:not(.browser-default) {
    border-bottom: 1px solid #CF082C !important;
    box-shadow: 0 1px 0 0 #CF082C !important;
}

    input.invalid:not(.browser-default) + label {
        color: #CF082C !important;
    }

input:focus:invalid + label {
    color: #CF082C !important;
}
/*Helper text*/
input ~ .helper-text {
    color: #747474 !important;
}

input:focus:valid ~ .helper-text[data-error] {
    color: #747474 !important;
}

input:focus:invalid ~ .helper-text[data-error] {
    color: #CF082C !important;
}

input:invalid ~ .helper-text:after {
    color: #CF082C !important;
}
/*username helper-text*/
input:focus:invalid ~ .label-holder .helper-text[data-error] {
    color: #CF082C !important;
}

.country-code-input-field .country-code-label {
    position: absolute;
    top: -26px;
    color: #747474;
    font-size: 12px;
}

.dob-input-filed label {
    position: absolute;
    top: -26px !important;
    color: #747474 !important;
    font-size: 12px !important;
}
/*************************************************************/
.checkbox-holder {
    margin-bottom: 15px;
}

.checkbox-wrapper-46 {
    margin: 0;
}

    .checkbox-wrapper-46 input[type="checkbox"] {
        display: none;
        visibility: hidden;
        margin: 0;
    }

    .checkbox-wrapper-46 .cbx {
        margin: auto;
        -webkit-user-select: none;
        user-select: none;
        cursor: pointer;
    }

        .checkbox-wrapper-46 .cbx span {
            display: inline-block;
            vertical-align: middle;
            transform: translate3d(0, 0, 0);
        }

            .checkbox-wrapper-46 .cbx span:first-child {
                position: relative;
                width: 18px;
                height: 18px;
                border-radius: 3px;
                transform: scale(1);
                vertical-align: middle;
                border: 2px solid #1E1E1E;
                transition: all 0.2s ease;
            }

                .checkbox-wrapper-46 .cbx span:first-child svg {
                    position: absolute;
                    top: 3px;
                    left: 2px;
                    fill: none;
                    stroke: #FFFFFF;
                    stroke-width: 2;
                    stroke-linecap: round;
                    stroke-linejoin: round;
                    stroke-dasharray: 16px;
                    stroke-dashoffset: 16px;
                    transition: all 0.3s ease;
                    transition-delay: 0.1s;
                    transform: translate3d(0, 0, 0);
                }

                .checkbox-wrapper-46 .cbx span:first-child:before {
                    content: "";
                    width: 100%;
                    height: 100%;
                    background: #50B848;
                    display: block;
                    transform: scale(0);
                    opacity: 1;
                    border-radius: 50%;
                }

            .checkbox-wrapper-46 .cbx span:last-child {
                padding-left: 8px;
            }

        .checkbox-wrapper-46 .cbx:hover span:first-child {
            border-color: #1E1E1E;
        }

    .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
        background: #50B848;
        border-color: #50B848;
        animation: wave-46 0.4s ease;
    }

        .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg {
            stroke-dashoffset: 0;
        }

        .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before {
            transform: scale(3.5);
            opacity: 0;
            transition: all 0.6s ease;
        }

@keyframes wave-46 {
    50% {
        transform: scale(0.9);
    }
}
/********************************************************** Radio Buttons ***********************************************************/
[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
    background-color: #50B848 !important;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border: 2px solid #50B848 !important;
}
/****************************************************************************** Spinner *******************************************************************************/
.loader-holder {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center !important;
    margin-top: 50vh;
    z-index: 9999 !important;
}

.loader-overlay {
    position: absolute !important;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: #1F1C2D;
    opacity: 0.6;
    z-index: 999;
}

.loader {
    width: 40px;
    height: 40px;
    margin: 0;
}

.spin {
    background: transparent;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    z-index: 0;
    -webkit-animation: spin2 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spin > div:not(.spin__blocker) {
    width: 50%;
    height: 50%;
    z-index: -1;
}

.spin__blocker {
    position: absolute;
    top: 0;
    left: 0;
    top: 3%;
    left: 7%;
    /* background: #787681;
     */
    background: #1E1B2D;
    width: 90%;
    height: 90%;
    border-radius: 50%;
}

.spin__bottom-left {
    position: absolute;
    top: 50%;
    left: 0;
    background: -webkit-linear-gradient(top left, #009677 0%, #60B848 100%);
    background: linear-gradient(to bottom right, #009677 0%, #60B848 100%);
}

.spin__bottom-right {
    position: absolute;
    top: 50%;
    left: 50%;
    background: -webkit-linear-gradient(bottom left, #60B848 0%, #009677 100%);
    background: linear-gradient(to top right, #60B848 0%, #009677 100%);
}

.spin__top-left {
    position: absolute;
    top: 0;
    left: 50%;
    background: -webkit-linear-gradient(top left, #60B848 0%, #009677 100%);
    background: linear-gradient(to bottom right, #60B848 0%, #009677 100%);
}

.spin__blocker {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
}

.label-holder {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.helper-text-username {
    width: calc(100% - 40px);
    float: left;
}

.helper-text-counter {
    width: 38px;
    text-align: right;
    float: right;
    opacity: 0;
}
/********************************************************* Alerts **********************************************************/
.alert {
    padding: 14px 20px;
    background-color: #E83B0C;
    color: #ffffff;
    display: flex;
    justify-content: start;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    z-index: 999;
}

.error-text {
    width: 90%;
    text-align: left;
    padding: 0;
}

.icon-holder {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

    .icon-holder img {
        width: 100%;
        height: 100%;
    }
/*OTP*/
.otp-input-holder {
    padding: 0 10px;
    margin-top: 35px;
}

    .otp-input-holder .input-field label {
        margin-left: -10px;
    }

    .otp-input-holder .input-field input {
        padding-left: 0 !important;
        font-family: "Montserrat-Regular";
        font-size: 16px;
    }

.input-group input {
    width: 23% !important;
    font-family: "Palanquin-Regular" !important;
    font-size: 14px !important;
    text-align: center !important;
}

.iidentifii-message-container {
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.iidentifii-message-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
    background-color: #f9f9f9;
    padding: 32px;
    font-family: "Montserrat-Medium";
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
}

    .iidentifii-message-wrapper span {
        font-weight: 600;
    }

.iidentifii-message-button {
    display: flex;
    border: 1px solid #dcddde;
    flex-direction: row;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 16px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 200px;
    align-items: center;
    background-color: #fff !important;
    font-family: "Montserrat-Medium";
    text-decoration: none !important;
    color: #1e1e1e !important;
}

    .iidentifii-message-button:active {
        opacity: 0.8;
        text-decoration: none !important;
        color: #1e1e1e !important;
    }

    .iidentifii-message-button:hover {
        text-decoration: none !important;
        color: #1e1e1e !important;
    }

    .iidentifii-message-button:visited {
        text-decoration: none !important;
        color: #1e1e1e !important;
    }

.iidentifii-message-heading-container {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.iidentifii-message-header {
    font-weight: 600;
}

/************** Terms & Conditions Style ***********************/
.terms-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

.terms-container h1 {
    font-size: 1.8em;
    margin-bottom: 1em;
    color: #003366;
}

.terms-container h2 {
    font-size: 1.3em;
    text-transform: uppercase;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5em;
    margin-top: 2em;
    margin-bottom: 1.5em;
}

.terms-container p {
    margin-bottom: 1em;
}

.terms-container .intro-warning {
    font-weight: bold;
    text-transform: uppercase;
}

.terms-list {
    list-style: none;
    padding-left: 0;
    counter-reset: section;
}

.terms-list > li {
    counter-increment: section;
    margin-bottom: 2em;
}

.terms-list > li > h3 {
    font-size: 1.2em;
    margin-bottom: 1em;
}

.terms-list > li > h3::before {
    content: counter(section) ". ";
    font-weight: bold;
}

.terms-list ol {
    list-style: none;
    padding-left: 1.5em;
    margin-top: 1em;
    counter-reset: subsection;
}

.terms-list ol > li {
    counter-increment: subsection;
    margin-bottom: 1em;
    padding-left: 2.5em;
    position: relative;
}

.terms-list > li > ol > li::before {
    content: counter(section) "." counter(subsection) " ";
    position: absolute;
    left: 0;
}

.terms-list > li > ol > li > ol > li::before {
    content: counter(section) "." counter(subsection, decimal) "." counter(list-item, decimal) " ";
    counter-increment: list-item;
}

.terms-container ul {
    padding-left: 40px !important;
    margin-bottom: 1rem;
}

.terms-container ul li {
    display: list-item !important;
    list-style-type: disc !important;
    list-style-position: inside !important;
    margin-bottom: 0.5rem;
}

.TermsModal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
}

.TermsModal-header .logo {
    /***height: 60px;***/
    width: auto;
}

.TermsModal-header .close {
    cursor: pointer;
}

.TermsModal-header .close img {
    width: 24px;
    height: 24px;
}
