
body {
    overflow: hidden;
}

body {
    --primary-dark-50: #a8bfd0;
    --primary-dark-400: #1e4a6c;
    --primary-dark-500: #103755;
    --grey-neutral-10: #f9fcfe;
    --grey-neutral-25: #f4faff;
    --grey-neutral-50: #eef6fc;
    --grey-neutral-100: #e0e9f0;
    --grey-neutral-200: #c1d7e8;
    --grey-neutral-300: #a7bfd2;
    --grey-neutral-400: #8fa8bc;
    --grey-neutral-500: #7994a9;
    --grey-neutral-600: #658196;
    --states-error-50: #fef3f2;
    --states-error-100: #fee4e2;
    --states-error-300: #d47477;
    --states-error-500: #b1070a;
    --states-error-150: #fd927f;
    --primary-light-200: #d1f3f4;
    --primary-light-300: #b3e7e9;
    --primary-light-500: #61c1c4;
    --grey-true-25: #fcfcfc;
    --base-white: white;
    --menu-bg: white;
    --mainBody-bg: white;
    --primary-palette-primary-4: #103755;
    --primary-dark-600: #022845;
    --states-success-500: #12b76a;
    --states-success-100: #d1fadf;
    --states-success-200: #a6f4c5;
    --states-error-200: #eab2b4;
    --states-success-100: #d1fadf;
    --states-success-200: #a6f4c5;
    --states-success-50: #ecfdf3;
    --states-warning-500: #fad4a3;
    --states-warning-100: #fef0c7;
    --popup-box-padding: 24px;
    --lights-darks-white: #fff;
}

.zindex {
    z-index: 999 !important;
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Antonio/Antonio-Regular.ttf);
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter/Inter-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.loginBody .inputbox {
    margin-top: 28px;
}

.inputbox {
    margin-top: 36px;
}

label.form-label {
    color: var(--primary-dark-500);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 6px;
    margin: 0px;
}

.form-control, .form-select {
    border-radius: 12px;
    border: 1px solid var(--grey-neutral-500);
    color: var(--primary-dark-500);
    height: 44px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400; /*600;*/
    line-height: 20px; /* 142.857% */
}

.font12 {
    font-size: 12px !important;
}

.select2-container--bootstrap-5 .select2-selection {
    border-radius: 12px;
    border: 1px solid var(--grey-neutral-500);
    color: var(--primary-dark-500);
    height: 44px;
    padding: 10px 16px 10px 8px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    border-radius: 8px;
    padding: 4px 10px;
    background: var(--grey-neutral-100);
    color: var(--primary-dark-500);
    text-align: center;
    font-family: Inter;
    margin-bottom: 3px;
    position: relative;
    padding-right: 28px;
    border: 0.5px solid var(--grey-neutral-200);
    background: var(--grey-neutral-50);
    text-align: center;
    /* Body Copy/Body S/Semi */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
    margin-top: 3px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
    margin-top: -3px;
}

    .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
        width: 10px;
        height: 10px;
        position: absolute;
        right: 7px;
    }

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    height: 0px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background: var(--primary-dark-500);
}

.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: var(--states-error-300);
    background-size: 26px 24px !important;
    background-image: url(../../assets/images/icons/eye-off.svg);
    box-shadow: 0px 0px 6px 0px rgba(254, 228, 226, 0.80);
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: var(--states-error-300);
    background-position: right calc(0.375em + 7px) center;
    z-index: 2;
    position: relative;
    background-size: 26px 24px;
    background-image: url(../../assets/images/icons/eye-off.svg);
    box-shadow: 0px 0px 6px 0px rgba(254, 228, 226, 0.80);
}

.invalid-feedback {
    margin-top: 5px;
    color: var(--states-error-500);
    /* Body Copy/Body S/Med */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: unset;
    background-image: unset;
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: unset;
    border: 1px solid var(--primary-dark-500);
}

.form-select:focus, .form-control:focus {
    border-color: var(--primary-dark-50);
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: unset !important;
    box-shadow: 0px 0px !important;
}

.is-valid + .select2-container--bootstrap-5 .select2-selection, .was-validated select:valid + .select2-container--bootstrap-5 .select2-selection {
    border-color: unset;
}

.inputBorder {
    /*border-color: var(--primary-dark-500);*/
}

.select2-container--bootstrap-5 .select2-dropdown {
    border: 1px solid var(--grey-neutral-500);
}

    .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
        font-size: 90%;
    }

.form-select.is-valid:focus, .was-validated .form-select:valid:focus, .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: unset;
    box-shadow: 0px 0px;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    box-shadow: 0px 0px 6px 0px rgba(254, 228, 226, 0.80);
}

.is-invalid + .select2-container--bootstrap-5 .select2-selection, .was-validated select:invalid + .select2-container--bootstrap-5 .select2-selection {
    background-position: right calc(0.375em + 7px) center;
    z-index: 2;
    position: relative;
    background-size: 26px 24px;
    background-image: url(../../assets/images/icons/eye-off.svg);
    box-shadow: 0px 0px 6px 0px rgba(254, 228, 226, 0.80);
    background-repeat: no-repeat;
}



textarea.form-control {
    height: auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
}

.form-select:invalid, .form-select [disabled] {
    color: var(--grey-neutral-500);
    /* Body Copy/Body M/Med */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.form-control::placeholder, .form-select::placeholder {
    color: var(--grey-neutral-500);
    /* Body Copy/Body M/Med */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    opacity: 1 !important;
    line-height: 20px;
}

textarea::placeholder, .form-select::placeholder {
    color: var(--grey-neutral-500);
    /* Body Copy/Body M/Med */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    opacity: 1 !important;
    line-height: 20px;
    /*padding-left: 6px;*/
}


.input-group-text {
    color: var(--primary-dark-500);
    border-color: var(--grey-neutral-500);
    background: transparent;
    border-radius: 12px;
    padding: 4px 12px;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.error {
    border: 1px solid var(--states-error-300);
}

.loginBody .error-message {
    color: var(--states-error-500);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-top: 5px;
}

.error-message {
    color: var(--states-error-300);
    font-family: Inter;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
}


.mt-105 {
    margin-top: 105px;
}

.mb12 {
    margin-bottom: 12px;
}
/*==================== Button ======================*/
.newBtn {
    min-width: 10vh;
    border-radius: 12px;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400; /*600;*/
    line-height: 18px;
    margin-left: 5px;
}

    .newBtn img.right {
        margin-left: 11px;
    }

/***********************************************/
.close-button {
    color: var(--primary-dark-500);
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-Spacing-2, 8px);
    border-radius: var(--Spacing-Radius-radius-10, 10px);
    border: 1px solid var(--Colours-Brand-Dark-500, #103755);
    background: var(--Backgrounds-background-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

    .close-button:focus, .close-button.active {
        border: 1px solid var(--primary-dark-400);
        background: var(--primary-dark-400);
        box-shadow: 0px 7px 14px -1px rgba(16, 55, 85, 0.17);
        color: var(--base-white);
    }

    .close-button:hover {
        background: var(--primary-light-300);
        box-shadow: 0px 0px 5px -1px var(--primary-light-300);
    }

    .close-button:disabled {
        background: var(--base-white) !important;
        border: 1px solid var(--grey-neutral-100);
        color: var(--grey-neutral-100) !important;
    }

/***********************************************/
.goto-button {
    border: 1px solid var(--primary-dark-500);
    background: var(--primary-dark-500);
    color: var(--base-white);
    justify-content: center;
    align-items: center;
    gap: 11px;
    box-shadow: 0px 7px 14px -1px rgba(16, 55, 85, 0.17);
    font-size: 14px;
    border-radius: 14px;
    line-height: 20px;
}

    .goto-button:focus, .goto-button.active {
        border: 1px solid var(--primary-dark-400);
        background: var(--primary-dark-400);
        box-shadow: 0px 7px 14px -1px rgba(16, 55, 85, 0.17);
        color: var(--base-white);
    }

    .goto-button:hover {
        background: var(--primary-light-300);
        border-color: var(--primary-light-300);
        box-shadow: 0px 0px 5px -1px var(--primary-light-300);
        color: var(--base-white);
    }

    .goto-button:disabled {
        background: var(--grey-neutral-100) !important;
        border: 1px solid var(--grey-neutral-100);
    }

    .goto-button img {
        margin-left: 11px;
    }

/***********************************************/
.edit-button {
    border: 1px solid var(--primary-dark-500);
    background: var(--primary-dark-500);
    color: var(--base-white);
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 11px;
}

    .edit-button:focus, .edit-button.active {
        border: 1px solid var(--primary-dark-400);
        background: var(--primary-dark-400);
        box-shadow: 0px 7px 14px -1px rgba(16, 55, 85, 0.17);
        color: var(--base-white);
    }

    .edit-button:hover {
        background: var(--primary-light-300);
        border-color: var(--primary-light-300);
        box-shadow: 0px 0px 5px -1px var(--primary-light-300);
        color: var(--base-white);
    }

    .edit-button:disabled {
        background: var(--grey-neutral-100) !important;
        border: 1px solid var(--grey-neutral-100);
    }


/***********************************************/
.next-button {
    border: 1px solid var(--primary-dark-500);
    background: var(--primary-dark-500);
    color: var(--base-white);
    justify-content: center;
    align-items: center;
    gap: 11px;
}

    .next-button:focus, .next-button.active {
        border: 1px solid var(--primary-dark-400);
        background: var(--primary-dark-400);
        box-shadow: 0px 7px 14px -1px rgba(16, 55, 85, 0.17);
        color: var(--base-white);
    }

    .next-button:hover {
        background: var(--primary-light-300);
        border-color: var(--primary-light-300);
        box-shadow: 0px 0px 5px -1px var(--primary-light-300);
        color: var(--base-white);
    }

    .next-button:disabled {
        background: var(--grey-neutral-100) !important;
        border: 1px solid var(--grey-neutral-100);
    }

.goto-button:disabled {
    background: var(--grey-neutral-100) !important;
    border: 1px solid var(--grey-neutral-100);
}

.next-button img {
    margin-left: 9px;
}



/***********************************************/
.back-button {
    color: var(--primary-dark-500);
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 11px;
}

    .back-button:focus, .back-button.active {
        border: 1px solid var(--primary-dark-400);
        box-shadow: 0px 7px 14px -1px rgba(16, 55, 85, 0.17);
    }

    .back-button:hover {
        background: var(--primary-light-300);
        border-color: var(--primary-light-300);
        box-shadow: 0px 0px 5px -1px var(--primary-light-300);
    }

    .back-button:disabled {
        background: var(--grey-neutral-100) !important;
        border: 1px solid var(--grey-neutral-100);
    }

    .back-button img {
        margin-right: 9px;
    }






.add-button {
    color: var(--primary-dark-500);
    padding: 0px;
    border: 0;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

    .add-button img {
        margin-right: 6px;
    }

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background: var(--grey-neutral-100);
    color: var(--base-white);
}

.smallBtn {
    height: 32px;
    line-height: 10px;
    min-width: auto;
    padding: 10px 16px;
}


.bb1 {
    border-bottom: 1px #8FA8BC solid;
    padding-bottom: 17px !important;
}

.display-inline-block {
    display: inline-block;
}

.text-error {
    color: var(--states-error-500) !important;
}


/*==================== Accordion One ======================*/
.accordionOne .accordion-item {
    border: 0px;
    border-radius: 16px;
    background: var(--base-white);
    box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.06);
    margin-bottom: 12px;
}

    .accordionOne .accordion-item .accordion-header {
        color: var(--primary-dark-500);
        font-family: 'Inter';
        display: flex;
        height: 60px;
        padding: 24px;
        align-items: center;
        gap: 204px;
        font-size: 18px !important;
    }

        .accordionOne .accordion-item .accordion-header .accordion-button {
            padding: 0px;
            border-radius: 10px !important;
            display: flex;
            align-items: center;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 24px;
            letter-spacing: -0.36px;
            color: var(--Primary-Dark-500);
        }

            .accordionOne .accordion-item .accordion-header .accordion-button:not(.collapsed) {
                border-color: transparent;
                background-color: transparent;
                box-shadow: 0px 0px 0px;
                color: var(--primary-dark-500);
            }

            .accordionOne .accordion-item .accordion-header .accordion-button:focus {
                border-color: transparent;
                box-shadow: 0px 0px;
            }

    .accordionOne .accordion-item .accordion-button::after {
        background: url(../../assets/images/icons/Success.svg);
        background-size: 20px 20px;
    }

    .accordionOne .accordion-item .accordion-button:not(.collapsed)::after {
        transform: rotate(-360deg);
    }

.accordionOne .accordion-body {
    padding: 0px 5vh 24px 37px; /*0px 5vh 24px 5vh;*/
}

    .accordionOne .accordion-body .ACRDbody {
        border-top: 1px #8FA8BC solid;
        padding-top: 17px;
        padding-bottom: 17px;
        border-bottom: 1px #8FA8BC solid;
    }

        .accordionOne .accordion-body .ACRDbody .Ptext {
            padding: 0px;
        }

            .accordionOne .accordion-body .ACRDbody .Ptext p {
                color: var(--primary-dark-500);
                font-family: Inter;
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 20px;
                margin: 0px;
                margin-bottom: 12px;
            }

                .accordionOne .accordion-body .ACRDbody .Ptext p strong {
                    margin-left: 9px;
                }

                .accordionOne .accordion-body .ACRDbody .Ptext p.text-error strong {
                    margin-left: 0px;
                    margin-right: 9px;
                }

                .accordionOne .accordion-body .ACRDbody .Ptext p:last-child {
                    margin-bottom: 0px;
                }

                .accordionOne .accordion-body .ACRDbody .Ptext p.heading {
                    color: var(--Primary-Dark-500, #103755);
                    font-family: Inter;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 20px;
                }

                .accordionOne .accordion-body .ACRDbody .Ptext p.heading1 {
                    color: var(----primary-palette-primary-4);
                    font-size: 16px;
                    font-weight: 700;
                }

        .accordionOne .accordion-body .ACRDbody .SectorBox {
            color: var(--primary-dark-500);
            text-align: center;
            font-size: 12px;
            margin-right: 6px;
            border-radius: 8px;
            border: 0.5px solid var(--Grey-Neutral-200, #C1D7E8);
            background: var(--Grey-Neutral-50, #EEF6FC);
            padding: 4px var(--spacing-lg, 12px);
            display: inline-block;
            margin-bottom: 6px;
        }

    .accordionOne .accordion-body .ACRDfooter {
        padding-top: 14px;
    }

        .accordionOne .accordion-body .ACRDfooter .col-12 {
            padding: 0px;
        }

.accordionOne .accordion-item.MissingInfo .accordion-button::after {
    background: url(../../assets/images/icons/Warning.svg);
    background-size: 20px 20px;
}




.accordionBorder {
    border-top: 1px var(--grey-neutral-500) solid;
    border-bottom: 1px var(--grey-neutral-500) solid;
}

    .accordionBorder .accordion-item {
        border-bottom: 1px var(--grey-neutral-500) solid;
    }


/*==================== Accordion Two ======================*/
.accordionTwo .accordion-item {
    border-bottom: 1px var(--grey-neutral-400) solid;
    border-radius: 0px;
    background: var(--base-white);
    box-shadow: 0px 0px;
    margin-bottom: 0vh;
}

    .accordionTwo .accordion-item .accordion-header {
        border-radius: 0px;
        background: transparent;
        box-shadow: 0px 0px;
        margin-bottom: 0vh;
        padding: 9px 0px;
        height: 53px;
    }

        .accordionTwo .accordion-item .accordion-header .accordion-button {
            padding: 8px 0px;
            border-radius: 0px !important;
            font-family: 'Antonio';
        }

            .accordionTwo .accordion-item .accordion-header .accordion-button:not(.collapsed) {
                border-color: transparent;
                background-color: transparent;
                box-shadow: 0px 0px 0px;
                color: var(--primary-dark-500);
            }

            .accordionTwo .accordion-item .accordion-header .accordion-button:focus {
                border-color: transparent;
                box-shadow: 0px 0px;
            }

        .accordionTwo .accordion-item .accordion-header .accordion-button {
            margin: 0px;
            display: flex;
            align-items: center;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }

    .accordionTwo .accordion-item .accordion-button::after {
        background: url(../../assets/images/icons/A-Open.svg);
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }

    .accordionTwo .accordion-item .accordion-button:not(.collapsed)::after {
        transform: rotate(-360deg);
        background: url(../../assets/images/icons/A-Close.png);
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }

.accordionTwo .accordion-body {
    padding: 0px 2vh 2vh 2vh;
}

    .accordionTwo .accordion-body .ACRDbody {
        border-top: 0px;
        padding-top: 0vh;
        padding-bottom: 0px;
        border-bottom: 0px;
    }

        .accordionTwo .accordion-body .ACRDbody .Ptext {
            padding: 0px;
        }

            .accordionTwo .accordion-body .ACRDbody .Ptext p {
                color: var(--primary-dark-500);
                font-family: Inter;
                font-size: 14px;
                margin-bottom: 12px;
            }

                .accordionTwo .accordion-body .ACRDbody .Ptext p.heading {
                    color: var(--grey-neutral-500);
                    font-weight: 700;
                }

                .accordionTwo .accordion-body .ACRDbody .Ptext p.heading1 {
                    color: var(----primary-palette-primary-4);
                    font-size: 16px;
                    font-weight: 700;
                }

        .accordionTwo .accordion-body .ACRDbody .SectorBox {
            padding: 2px 8px;
            border-radius: 8px;
            background: var(--grey-neutral-100);
            color: var(--primary-dark-500);
            text-align: center;
            font-size: 12px;
            font-style: normal;
            margin-bottom: 6px;
        }

    .accordionTwo .accordion-body .ACRDfooter {
        padding-top: 2vh;
    }

        .accordionTwo .accordion-body .ACRDfooter .col-12 {
            padding: 0px;
        }

.accordionOne .accordion-item.MissingInfo .accordion-item .accordion-button::after {
    background: url(../../assets/images/icons/A-Open.svg);
    background-size: 20px 20px;
}

.accordionOne .accordion-item.MissingInfo .accordion-item .accordion-button:not(.collapsed)::after {
    transform: rotate(-360deg);
    background: url(../../assets/images/icons/A-Close.png);
    background-size: 20px 20px;
}

/*==================== Frozen Table Left ======================*/

.tableZoom {
    zoom: 80%;
    overflow: unset !important;
}


.table-container::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}

.table-container::-webkit-scrollbar-thumb {
    background-color: #103755;
    border: 2px solid #103755;
}

.table-container {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 10px;
    border: 1px #E0E9F0 solid;
}

    .table-container th, .table-container td {
        font-size: 100%;
    }

    .table-container tr th {
        font-weight: 500;
        background: #E0E9F0;
        color: #7994A9;
    }

    .table-container tr > :first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        vertical-align: middle;
        font-weight: 400;
    }

    .table-container tr:last-child > :first-child {
        border-bottom-left-radius: 10px;
    }

    .table-container tr:first-child {
        border-top-left-radius: 10px;
    }
    /* .table-container tr:last-child > :last-child{border-bottom-right-radius: 10px;} */
    .table-container .form-check-dark .form-check-input:checked {
        background-color: #C1D7E8;
        border-color: #C1D7E8;
    }



/*==================== Frozen Table Left ======================*/

.table-container1::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}

.table-container1::-webkit-scrollbar-thumb {
    background-color: #103755;
    border: 2px solid #103755;
}

.table-container1 {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 10px;
    border: 1px var(--grey-neutral-300) solid;
}

    .table-container1 table tr th:first-child {
        border-right: 1px var(--grey-neutral-300) solid;
    }

    .table-container1 th, .table-container1 td {
        color: var(--primary-dark-500);
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px; /* 150% */
    }

    .table-container1 tr th {
        background: var(--grey-neutral-25);
        color: var(--primary-dark-500);
    }

    .table-container1 tr > :first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        vertical-align: middle;
    }

    .table-container1 tr:last-child > :first-child {
        border-bottom-left-radius: 10px;
    }

    .table-container1 tr:first-child {
        border-top-left-radius: 10px;
    }

    .table-container1 tr:last-child > :last-child {
        border-bottom-right-radius: 10px;
    }

    .table-container1 .table-striped > tbody > tr:nth-of-type(odd) > * {
        --bs-table-accent-bg: var(--base-white);
    }

    .table-container1 .table-striped > tbody > tr:nth-of-type(even) > * {
        background-color: var(--grey-neutral-10);
    }

    .table-container1 .table > :not(caption) > * > * {
        box-shadow: 0px 0px;
        border-color: var(--grey-neutral-300);
    }

    .table-container1 .form-check {
        min-height: auto;
    }

    .table-container1 .form-check-dark .form-check-input {
        border: 1px solid var(--grey-neutral-500);
        background-color: var(--grey-neutral-25);
        width: 18px;
        height: 18px;
        border-radius: 6px;
    }

        .table-container1 .form-check-dark .form-check-input:checked {
            background-color: #103755;
            border-color: #103755;
        }




/*==================== Radio Trogale ======================*/
.form-check-esgone .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

    .form-check-esgone .form-check-input:checked {
        background-color: var(--primary-dark-500);
        border-color: var(--primary-dark-500);
    }

.form-check-esgone .form-check-input {
    width: 36px;
    height: 20px;
    border-radius: 12px;
    --bs-form-check-bg: var(--grey-neutral-100);
    border-color: var(--grey-neutral-100);
    margin-top: 0px;
    margin-right: 8px;
    cursor: pointer;
}


.nowrap {
    white-space: nowrap;
}

/*==================== Table ======================*/

.table-responsive {
    border: 1px var(--grey-neutral-300) solid;
    border-radius: 10px;
}

.table {
    --bs-table-border-color: var(--grey-neutral-300)
}

table tbody tr:nth-child(even) {
    background-color: var(--grey-neutral-10);
}

table tbody tr:hover {
    background-color: #F0F9F9 !important;
    border: 1px 0 solid rgba(136, 208, 211, 0.50);
}

table thead th, table thead td {
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    background-color: var(--grey-neutral-50) !important;
}

table tbody th, table tbody td {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

table > :not(caption) > * > * {
    color: var(--primary-dark-500);
    font-family: Inter;
    padding: 6px 10px;
    vertical-align: middle;
}


/*==================== Overview Dashboard ======================*/
.ownershipDemographics {
    margin-top: 22px;
}

    .ownershipDemographics .inputbox {
        margin-top: 14px;
    }

/*==================== Overview Dashboard ======================*/

.overviewDashboard {
    height: 100vh;
    overflow: auto;
}

    .overviewDashboard .dashboardLeft {
        background: var(--primary-light-500);/*var(--bs-dark-text);*/
        padding: 0px 24px 0px 58px;
    }

        .overviewDashboard .dashboardLeft .LogoBox {
            padding-top: 53px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 7.73px;
        }

            .overviewDashboard .dashboardLeft .LogoBox .logo {
                /*width: 105px;*/
                height: 40px;
            }

        .overviewDashboard .dashboardLeft .DLBody {
            min-height: 65vh;
            padding-top: 80px;
        }

        .overviewDashboard .dashboardLeft .Heading {
            color: var(--base-white);
            font-family: Inter;
            font-size: 48px;
            font-style: normal;
            font-weight: 400;
            line-height: 68px;
            letter-spacing: -0.96px;
        }

        .overviewDashboard .dashboardLeft .SubHeading {
            margin: 0px;
            color: var(--base-white);
            font-family: Inter;
            font-size: 18px;
            font-style: normal;
            font-weight: 400; /*600;*/
            line-height: 28px; /* 155.556% */
        }

        .overviewDashboard .dashboardLeft .SubHeading1 {
            margin-top: 25px;
            color: var(--base-white);
            font-family: Inter;
            font-size: 18px;
            font-style: normal;
            font-weight: 400; /*600;*/
            line-height: 28px; /* 155.556% */
        }

        .overviewDashboard .dashboardLeft .logOut {
            height: 20vh;
            display: flex;
            align-items: flex-end;
            /*MANU padding-bottom: 4vh;*/
            padding-left: 0px;
        }

            .overviewDashboard .dashboardLeft .logOut a {
                color: var(--base-white);
                font-family: Inter;
                font-size: 16px;
                font-style: normal;
                font-weight: 400; /*600;*/
                line-height: normal;
            }

            .overviewDashboard .dashboardLeft .logOut img {
                height: 16px;
                margin-right: 1vh;
            }

        .overviewDashboard .dashboardLeft .DleftIcon {
            height: 20vh;
            text-align: right;
            padding: 0px;
        }

            .overviewDashboard .dashboardLeft .DleftIcon img {
                height: 20vh;
            }

    .overviewDashboard .dashboardRight {
        background: var(--grey-true-25);
        height: 100vh;
        overflow: auto;
    }

        .overviewDashboard .dashboardRight .Support {
            color: var(--primary-dark-500);
            margin-top: 55px;
            margin-bottom: 105px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px;
        }

            .overviewDashboard .dashboardRight .Support a {
                color: var(--primary-light-500);
                font-weight: 700;
            }

        .overviewDashboard .dashboardRight .SupportBody {
            min-height: 80vh;
            overflow: auto;
        }

        .overviewDashboard .dashboardRight .SupportFoot {
            display: flex;
            justify-content: flex-end;
            margin-top: 75px;
            margin-bottom: 40px;
        }

/*==================== All Body ======================*/
.menuList {
    background: var(--menu-bg);
    min-height: 100vh;
    position: relative;
    box-shadow: 0px 47px 36px 0px rgba(49, 49, 49, 0.07);
    overflow: auto;
    padding-left: 50px;
    padding-right: 32px;
}

    .menuList .LogoBox {
        margin-top: 45px;
        display: flex;
        align-items: center;
    }

        .menuList .LogoBox .logo {
            max-width: 175px;
            max-height: 50px;
        }

    .menuList .menuBody {
        min-height: 85vh;
        padding-top: 50px;
        min-width: 250px;
    }

        .menuList .menuBody ol {
            padding: 0;
            color: var(--grey-neutral-200);
            font-family: Inter;
            font-size: 150%;
        }

            .menuList .menuBody ol li {
                list-style: none;
                counter-increment: li;
                cursor: pointer;
                margin-bottom: 24px;
                font-family: Inter;
                font-size: 18px;
                font-weight: 400;
                line-height: 24px; /* 120% */
                font-style: normal;
                letter-spacing: -0.4px;
                width: -webkit-fill-available;
                display: inline-flex;
                align-items: center;
                flex-wrap: wrap;
                text-transform: capitalize;
            }

                .menuList .menuBody ol li span {
                    color: var(--grey-neutral-200);
                    font-family: Inter;
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 20px; /*18px;*/
                    border: 1px var(--grey-neutral-200) solid;
                    width: 22px;
                    height: 22px;
                    border-radius: 50%;
                    margin-right: 24px;
                    text-align: center;
                    display: block;
                    margin-top: 2px;
                }


                .menuList .menuBody ol li.menuActive {
                    color: var(--primary-dark-500);
                    font-family: Inter;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 26px; /* 118.182% */
                    letter-spacing: -0.22px;
                }

                    .menuList .menuBody ol li.menuActive span {
                        background: var(--primary-dark-500);
                        color: var(--base-white);
                        font-weight: 600;
                    }

                    .menuList .menuBody ol li.menuActive ol {
                        color: var(--grey-neutral-200);
                        font-family: Inter;
                        font-weight: 500;
                        margin: 10px 0px 10px 35px;
                        display: flex;
                        flex-wrap: wrap;
                        margin-left: 37px;
                        margin-bottom: 0px;
                        margin-top: 14px;
                        width: 100%;
                    }

                        .menuList .menuBody ol li.menuActive ol li {
                            padding: 8px 15px;
                            margin-bottom: 4px;
                            font-family: Inter;
                            font-size: 14px;
                            font-style: normal;
                            font-weight: 500;
                            line-height: 20px;
                            color: var(--grey-neutral-500);
                        }

                            .menuList .menuBody ol li.menuActive ol li:last-child {
                                margin-bottom: 0px;
                            }

                            .menuList .menuBody ol li.menuActive ol li.menuSubActive {
                                border-radius: 8px;
                                background: var(--primary-light-200);
                                color: var(--primary-dark-500);
                                display: flex;
                                justify-content: space-between;
                                font-weight: 600;
                            }








.mainBody {
    background: var(--grey-true-25);
    min-height: 100vh;
}

    .mainBody .headerImg {
        position: relative;
    }

        .mainBody .headerImg img {
            position: absolute;
            width: 20%;
            left: -126.1px;
            top: 21.26px;
        }

    .mainBody .header {
        color: var(--primary-dark-500);
        font-family: Inter;
        font-size: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 40px;
        margin-bottom: 22px;
    }

        .mainBody .header a {
            color: var(--primary-light-500);
            font-weight: 700;
        }

    .mainBody .boxBody {
        background: var(--mainBody-bg);
        box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.06), 0px 0px 44px 0px rgba(0, 0, 0, 0.04);
        border-radius: 20px;
        padding: 32px;
        margin-bottom: 68px;
    }

        .mainBody .boxBody .headerFont {
            color: var(--primary-dark-500);
        }

            .mainBody .boxBody .headerFont h4 {
                font-family: Inter;
                font-size: 20px;
                font-style: normal;
                font-weight: 600;
                line-height: 6px;
                /*letter-spacing: -0.26px;*/
                margin-bottom: 10px;
                text-transform: capitalize;
            }

            .mainBody .boxBody .headerFont p {
                margin: 0px;
                font-family: Inter;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 23px;
                margin-bottom: 13px;
            }

    .mainBody .footerImg img {
        position: absolute;
        width: 10%;
        bottom: 18.17px;
        right: 23.4px;
    }

.bodyFooter {
    margin-top: 100px;
}

.myFlexbox {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.bR-12 {
    border-radius: 0px 12px 12px 0px !important;
}



.bg-none {
    background: none !important;
}

.border-0 {
    border: 0px !important;
}

.shadow-0 {
    box-shadow: 0px 0px !important;
}

/*==================== ChechBox ======================*/

.myCheckbox input[type="checkbox"] {
    display: none;
}

    .myCheckbox input[type="checkbox"] + label {
        position: relative;
        width: 100%;
        min-height: 50px;
        border-radius: 16px;
        color: var(--primary-dark-500);
        background: var(--base-white);
        box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.06), 0px 0px 44px 0px rgba(0, 0, 0, 0.04);
        padding: 16px;
        align-items: center;
        font-family: Inter;
        font-size: 16px;
        text-transform: capitalize;
    }

        .myCheckbox input[type="checkbox"] + label:before {
            content: "";
            width: 20px;
            height: 20px;
            position: absolute;
            right: 4%;
            top: 35%;
            border-radius: 7px;
            border: 1px solid var(--grey-neutral-500);
            background: var(--grey-neutral-25);
        }

    .myCheckbox input[type="checkbox"]:checked + label {
        border: 1px solid var(--primary-dark-500)
    }

        .myCheckbox input[type="checkbox"]:checked + label:after {
            content: "";
            width: 13px;
            height: 5px;
            border: 2px solid var(--base-white);
            border-right: 0;
            border-top: 0;
            transform: rotate(-55deg);
            position: absolute;
            right: 5%;
            top: 43%;
        }

        .myCheckbox input[type="checkbox"]:checked + label:before {
            border: 1px solid var(--primary-dark-500);
            background: var(--primary-dark-500);
        }


/*==================== RadioBox ======================*/

/*.myRadiobox input[type=radio] + .radioBox {
    color: var(--grey-neutral-500);
    font-family: Inter;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
}*/
.myRadiobox input[type=radio] + .radioBox {
    font-family: Inter;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    line-height: 24px;
}

.myRadiobox input[type=radio]:checked + .radioBox {
    color: var(--primary-dark-500);
}

.myRadiobox input[type=radio] {
    position: absolute;
    opacity: 0;
}

    .myRadiobox input[type=radio] + .radioBox:before {
        content: "";
        border-radius: 100%;
        display: inline-block;
        width: 24px;
        height: 24px;
        position: relative;
        margin-right: 8px;
        vertical-align: bottom;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease;
        background: var(--grey-neutral-25);
        border: 1px var(--grey-neutral-500) solid;
    }

    .myRadiobox input[type=radio]:checked + .radioBox:before {
        background-color: var(--primary-dark-500);
        box-shadow: inset 0 0 0 4px var(--grey-neutral-25);
        border: 1px var(--primary-dark-500) solid;
    }




/*==================== sales Footprint ======================*/

.salesFootprintHeading {
    color: var(--primary-dark-500);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.24px;
    margin-bottom: 10px;
}

.salesFootprintSubHeading {
    color: var(--primary-dark-500);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0px;
}


/*==================== TollTips ======================*/
.tooltip {
    --bs-tooltip-max-width: 235px;
    --bs-tooltip-font-size: 12px;
    --bs-tooltip-color: var(--base-white);
    --bs-tooltip-bg: var(--primary-palette-primary-4);
    --bs-tooltip-font-family: Inter;
    --bs-tooltip-font-style: normal;
    --bs-tooltip-font-weight: 500;
    --bs-tooltip-line-height: 18px;
    --bs-tooltip-text-align: left;
}

[data-toggle=tooltip] {
    top: 0;
    position: relative;
    display: inline-block
}

    [data-toggle=tooltip]::before {
        content: "";
        position: absolute;
        top: -6px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 4px 6px 0;
        border-style: solid;
        border-color: #181919 transparent transparent;
        z-index: 99;
        opacity: 0
    }

[data-placement=left]::before {
    left: 0;
    top: 50%;
    margin-left: -12px;
    transform: translateY(-50%) rotate(-90deg)
}

[data-placement=top]::before {
    left: 50%
}

[data-placement=bottom]::before {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(-100%) rotate(-180deg)
}

[data-placement=right]::before {
    left: 100%;
    top: 50%;
    margin-left: 1px;
    transform: translateY(-50%) rotate(90deg)
}

[data-toggle=tooltip]::after {
    content: attr(tooltip-title);
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%) translateY(-100%);
    background: var(--primary-dark-500);
    text-align: center;
    color: var(--lights-darks-white);
    font-size: 12px;
    min-width: 150px;
    border-radius: 12px;
    pointer-events: none;
    padding: 14px;
    z-index: 99;
    opacity: 0;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    width: 500px
}

[data-placement=left]::after {
    left: 0;
    top: 50%;
    margin-left: -7px;
    transform: translateX(-100%) translateY(-50%)
}

[data-placement=top]::after {
    left: 50%
}

[data-placement=bottom]::after {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(0)
}

[data-placement=right]::after {
    left: 100%;
    top: 50%;
    margin-left: 8px;
    transform: translateX(0) translateY(-50%)
}

[data-toggle=tooltip]:hover::after, [data-toggle=tooltip]:hover::before {
    opacity: 1
}

[data-toggle=tooltip-small]::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-10%) translateY(75%);
    border-width: 10px 6px 0;
    border-style: solid;
    border-color: var(--primary-dark-500) transparent transparent transparent;
    z-index: 99;
    opacity: 0
}

[data-toggle=tooltip-small] {
    top: 0;
    position: relative;
    display: inline-block;
    left: 0
}

    [data-toggle=tooltip-small]::after {
        content: attr(tooltip-title);
        position: absolute;
        left: 50%;
        top: 20px;
        transform: translateX(3%) translateY(-113%);
        background: var(--primary-dark-500);
        text-align: center;
        color: var(--lights-darks-white);
        font-size: 12px;
        min-width: 120px;
        border-radius: 7px;
        pointer-events: none;
        padding: 5px;
        z-index: 99;
        opacity: 0;
        font-family: Inter;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        width: 500px
    }

    [data-toggle=tooltip-small]:hover::after, [data-toggle=tooltip-small]:hover::before {
        opacity: 1
    }
/*==================== Subsidiary ======================*/

/*.addSubsidiary {
    border-top: 1px var(--grey-neutral-500) solid;
    border-bottom: 1px var(--grey-neutral-500) solid;
    margin: 0px;
    margin-top: 49px;
    padding: 10px 0px;
    height: 67px;
    justify-content: space-evenly;
    align-content: center;
}*/

.addSubsidiary h4 {
    color: var(--primary-dark-500);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0px;
}

.addSubsidiary a.Delete {
    color: var(--grey-neutral-500);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

/*    .addSubsidiary a.Edit {
        color: var(--primary-dark-500);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        margin-left: 30px;
    }*/


/*==================== business Units ======================*/

.businessUnitspopup {
    padding: 24px;
    border-radius: 20px;
    background: var(--base-white);
    box-shadow: 1px 6px 8px 2px rgba(0, 0, 0, 0.06), 0px 0px 26px 0px rgba(0, 0, 0, 0.03);
}

    .businessUnitspopup .header {
        margin-bottom: 30px;
    }

        .businessUnitspopup .header span {
            border-radius: 28px;
            border: 8px solid var(--states-error-50);
            background: var(--states-error-100);
            width: 48px;
            height: 48px;
            display: block;
        }

            .businessUnitspopup .header span img {
                width: 24px;
                height: 24px;
                margin-top: 4px;
                margin-left: 1px;
            }

    .businessUnitspopup .heading {
        color: var(--primary-palette-primary-4);
        font-family: Inter;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 38px;
        letter-spacing: -0.32px;
        margin: 0px;
        margin-bottom: 20px;
    }

    .businessUnitspopup .body .text {
        color: var(--primary-dark-500);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 23px;
        margin: 0px;
        margin-bottom: 30px;
    }

    .businessUnitspopup .fotter .btn {
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        padding: 10px 18px;
        border-radius: 12px;
        width: 48%;
    }

    .businessUnitspopup .fotter .btn-secondary {
        border: 1px solid var(--primary-dark-500);
        color: var(--primary-dark-500);
        background: var(--base-white);
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    }

    .businessUnitspopup .fotter .btn-danger {
        border: 1px solid var(--states-error-500);
        color: var(--base-white);
        background: var(--states-error-500);
        box-shadow: 0px 1px 3px 1px rgba(234, 178, 180, 0.50);
    }


/*==================== reporting Preferences ======================*/
.reportingPreferences {
    border-top: 1px var(--grey-neutral-500) solid;
    border-bottom: 1px var(--grey-neutral-500) solid;
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 32px;
}

    .reportingPreferences .inputbox {
        margin-top: 25px;
    }

.Optvisible {
    display: block;
}

.Opthidden {
    display: none;
}

.OptbodyBox {
    border-top: 1px var(--grey-neutral-500) solid;
    margin-top: 37px;
    padding-top: 24px !important;
}

.Optlabel {
    color: var(--grey-neutral-500);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.OptActive {
    color: var(--primary-dark-500);
}

/*==================== Checkbox ======================*/
.form-check {
    min-height: auto;
    cursor: pointer;
}

    .form-check span {
        color: var(--primary-dark-500);
        /* Body Copy/Body M/Bold */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
    }

.form-check-dark .form-check-input:checked {
    background-color: #212529;
    border-color: #212529;
}

.form-check-dark .form-check-input {
    border: 1px solid var(--grey-neutral-500);
    background-color: var(--grey-neutral-25);
    width: 18px;
    height: 18px;
    margin-right: 14px;
    border-radius: 6px;
    margin-top: 0px;
}

/*==================== Tree ======================*/

.folder-tree {
    list-style: none;
    cursor: pointer;
    padding-left: 0px;
}

    .folder-tree li {
        color: var(--primary-dark-500);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        transition: all .4s ease;
        position: relative;
        border-top: 0.5px solid var(--grey-neutral-300);
        padding: 12.961px 30.44px 12.961px 0px;
    }

        .folder-tree li:last-child {
            border-bottom: 0.5px solid var(--grey-neutral-300);
        }

        .folder-tree li ul li:last-child {
            border: 0px;
        }

        .folder-tree li ul {
            padding-left: 45px;
            padding-top: 13px;
        }

    .folder-tree ul {
        display: none;
        position: relative;
    }

    .folder-tree li ul li {
        display: block;
        margin-bottom: 6px;
        border: 0px;
        padding: 0px;
    }

    .folder-tree .arrow {
        display: inline-block;
        transition: all .4s ease;
        margin-left: 8px;
    }

        .folder-tree .arrow i {
            color: #595959;
            transition: all .4s ease;
        }

        .folder-tree .arrow:hover i {
            color: #292929;
        }

    .folder-tree li.expanded > ul {
        display: block;
    }

        .folder-tree li.expanded > ul li .form-check-dark .form-check-input {
            width: 16px;
            height: 16px;
            margin-right: 10px;
        }

    .folder-tree li.expanded > .arrow {
        transform: rotate(-180deg);
    }

    .folder-tree li.expanded > ul li ul {
        display: block;
        padding-top: 6px;
    }

    .folder-tree li.expanded > ul li .form-check span {
        font-weight: 500;
    }

    .folder-tree li.expanded > ul li ul li .form-check span {
        color: var(--primary-dark-500);
        font-family: Inter;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 20px;
    }


/*==================== Scrollbar ======================*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #103755;
    border: 2px solid #103755;
}

.ESGWelcome .WelcomeBody p.text-logo {
    color: var(--base-white);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
    letter-spacing: 1.4px;
}

/* 
--------------------------------------for welcome popup start-- */
.cat-box {
    border: 1px solid var(--grey-neutral-200);
}

.max-w-800 {
    max-width: 800px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.cardsection-popup {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    top: -30px;
}

    .cardsection-popup .card {
        width: 230px;
        height: var(--cardHeight);
        padding: 10px;
        /* width: 32.4%;
     */
        margin: 0;
        /* box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.06), 0px 0px 44px 0px rgba(0, 0, 0, 0.04);
	border-radius: 16px; */
        border: 1px solid var(--grey-neutral-200);
    }

.cardsection-text {
    color: var(--primary-dark-500);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    height: 40px;
}

.footerNew {
    display: flex;
    justify-content: flex-start;
    gap: 70px;
    align-items: center;
    width: 100%;
    top: -10px;
    position: relative;
}

    .footerNew .Qsection {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 70%;
        gap: 10px;
    }

        .footerNew .Qsection h3 {
            font-size: 14px;
            font-weight: 600;
            color: var(--primary-dark-500);
            margin: 0;
        }

        .footerNew .Qsection p {
            font-size: 14px;
            font-weight: normal;
            color: var(--primary-dark-500);
            margin: 0;
        }

.rightalign {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.w-100 {
    width: 100% !important;
}

.cardsection-popup .card .cardcontent {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

    .cardsection-popup .card .cardcontent .cardheader {
        color: var(--primary-palette-primary-4);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        border-bottom: 1px solid var(--grey-neutral-200);
        padding-bottom: 0px;
        display: flex;
        gap: 5px;
    }

.fs-15 {
    font-size: 15px !important;
}

.cardsection-popup .card .cardcontent .cardheader .circleIcon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    background-color: var(--grey-neutral-10);
    line-height: 9px;
    margin-right: 10px;
}

    .cardsection-popup .card .cardcontent .cardheader .circleIcon span {
        font-size: 32px;
        color: var(--primary-dark-500);
        font-family: Inter;
    }

.success {
    color: var(--states-success-500) !important;
}

.warning {
    color: var(--states-warning-500) !important;
}

.danger {
    color: var(--states-error-500) !important;
}

.cardsection-popup .card .cardcontent .cardsection-popup {
    color: var(--primary-dark-500);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

/*.cardsection-popup .card .cardcontent .cardfooter {
    display: flex;
    flex-direction: row;
    align-items: center;
}*/

.disclosed {
    color: var(--primary-dark-500);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.677px;
    letter-spacing: -0.14px;
}

.p-25 {
    padding: 25px !important;
}

.border-none {
    border: none !important;
}

.count {
    border-radius: 8px;
    padding: 0px 8px !important;
    border: 0.5px solid var(--grey-neutral-300);
    background: var(--base-white);
    line-height: 17px;
}

    .count strong {
        color: var(--primary-palette-primary-4);
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }

.added-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 4px;
}

    .added-circle .darkpurple-circle {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        padding: 9px;
        line-height: 0px;
    }

        .added-circle .darkpurple-circle img {
            width: 11px;
            height: 11px;
            border-radius: 50%;
        }

            .added-circle .darkpurple-circle img.imgD {
                width: 14px !important;
                height: 14px !important;
            }

.p-7 {
    padding: 7px !important;
}

.add-bg-light {
    background-color: var(--states-success-100) !important;
}

.add-bg-dark {
    background-color: var(--states-success-200) !important;
}

.modified-bg-light {
    background-color: var(--states-warning-100) !important;
}

.modified-bg-dark {
    background-color: var(--states-warning-500) !important;
}

.del-bg-light {
    background-color: var(--states-error-100) !important;
}

.del-bg-dark {
    background-color: var(--states-error-150) !important;
}

.popHead {
    margin: 20px 0;
}

.header-confirm {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /*flex-direction: column;*/
    margin-bottom: 10px;
    position: relative;
    top: -40px;
}

    .header-confirm h3 {
        color: var(--primary-palette-primary-4);
        font-family: Inter;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 38px;
        letter-spacing: -0.96px;
        margin: 0;
    }

.popHead h2 {
    color: var(--primary-palette-primary-4);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.96px;
    margin: 0;
}

.circleWave.Success {
    border: 8px solid var(--states-success-50);
    background: var(--states-success-100);
}

.circleWave {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    margin-right: 10px;
    display: flex;
    justify-content: center;
}
/* 
--------------------------------------for welcome popup start-- */
/****************for Company setup ******************************/

.btnsub {
    border-radius: var(--Spacing-Radius-radius-14, 14px);
    border: 1px solid var(--Colours-Brand-Dark-500, #103755);
    background: var(--Backgrounds-background-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: var(--Spacing-Spacing-3, 12px) var(--Radius-radius-16, 16px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-top: 40px;
    width: 100%;
    height: 50px;
}

    .btnsub img.left {
        margin-right: 8px;
        width: 14px;
        height: 14px
    }


    .btnsub.secondary-button {
        color: var(--Buttons-button-primary, #103755);
        border-radius: 12px;
        border: 1px solid var(--primary-dark-500);
        background: var(--base-white);
        box-shadow: 0 1px 2px 0 rgba(16,24,40,.05);
    }

    .btnsub.primary-button {
        color: var(--base-white);
        border: 1px solid var(--primary-dark-500);
        background: var(--primary-dark-500)
    }

.modal-body.NewModal .closeBTNSub, .modal-body.deleteBox .closeBTNSub {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    background: 0 0
}

.modal-content {
    padding: 40px 32px 32px 32px;
    height: 103vh;
    overflow-y: auto;
}

.small-modal {
    overflow-y: auto !important;
    height: auto !important;
    padding: 20px;
}

.setuphead {
    margin-top: 20px;
}

.setupheadfont h3 {
    color: var(--Primary-Dark-500, #103755);
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.setupinputbox {
    margin-top: 24px;
}

    .setupinputbox label {
        color: var(--Colours-Brand-Dark-500, var(--Buttons-button-primary, #103755));
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }


.btnfoot {
    padding: 8px 14px;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    background: var(--base-white);
    box-shadow: 0 1px 2px 0 rgba(16,24,40,.05);
    border-radius: 12px;
    margin-top: 30px;
}

    .btnfoot.secondary-button {
        color: var(--primary-dark-500);
        border-radius: 12px;
        border: 1px solid var(--primary-dark-500);
        background: var(--base-white);
        box-shadow: 0 1px 2px 0 rgba(16,24,40,.05);
        /*     padding: 10px 18px;
        width: 37%;*/
        border-radius: 12px;
        margin-left: 0;
        display: inline-block;
    }

    .btnfoot.primary-button {
        color: var(--base-white);
        border: 1px solid var(--primary-dark-500);
        background: var(--primary-dark-500);
        /*  padding: 10px 18px;
        width: 37%;*/
        border-radius: 12px;
        display: inline-block;
    }

.addSubsidiary {
    border-radius: 8px;
    border: 1px solid var(--Tables-table-border, #E0E9F0);
    background: var(--Colours-Base-White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    margin: 0px;
    margin-top: 12px;
    /* height: 67px; */
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
}

    .addSubsidiary a.Edit {
        border-radius: 16px;
        color: var(--primary-dark-500);
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        height: 30px;
        padding: var(--Spacing-Spacing-3, 12px) var(--Radius-radius-14, 14px);
        justify-content: center;
        align-items: center;
    }

.pr-36 {
    padding-right: 36px;
}

.pd-15 {
    padding: 0px 15px 0px 0px;
}

.txtrignt {
    text-align: right;
}

button:focus {
    outline: none;
}

/**********************************************/


/* The sidepanel menu */
.sidepanel {
    min-height: 100vh;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.2s;
    background-color: #FFF;
    bottom: 0;
}

    /* Position and style the close button (top right corner) */
    .sidepanel .closebtn {
        position: absolute;
        top: -14px;
        right: -5px;
        font-size: 34px;
        cursor: pointer;
        background: transparent;
        border: none;
    }

/* Style the button that is used to open the sidepanel */
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover {
        background-color: #444;
    }

.contentpadding {
    /* Manu border-radius: var(--popup-box-radius);*/
    padding: 20px 27px 20px 27px;
}

.overlay {
    width: 100%;
    height: 100%;
    scroll-behavior: revert;
    background-color: #666;
    position: fixed;
    z-index: 9999;
    opacity: .7;
    display: none
}

.modal-body.NewModal1 {
    padding: 10px;
}

.modalpadding {
    padding: var(--popup-box-padding);
}


.atextGray1:active, .atextGray1:focus, .atextGray1:hover {
    font-weight: 700;
    text-decoration: underline
}

.deep-blue {
    color: var(--primary-palette-primary-4) !important;
}

.standardtopic {
    font-family: Inter !important;
    color: var(--primary-dark-500);
}

    .standardtopic h4 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px !important;
    }

    /*    .standardtopic p {
        font-size: 16px;
    }
*/
    .standardtopic ul {
        margin-left: 8px;
    }

        .standardtopic ul li {
            font-size: 16px;
            padding-bottom: 10px;
        }

.standardLogo {
    display: flex;
    align-items: center;
}


.mt-32 {
    margin-top: 32px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.border-bottom {
    border-bottom: 1px solid var(--grey-neutral-200) !important;
    padding-bottom: 5px;
    margin-bottom: 20px
}

.sidepanel .closebtn {
    position: absolute;
    top: -24px;
    right: -7px;
    font-size: 36px;
    cursor: pointer;
    background: transparent;
}


.dvStdLogo {
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    box-shadow: 0px 4px 8px #0000000f, 0px 0px 4px #0000000a;
    object-fit: cover;
}

.dvStdLogodet {
    min-width: 50px;
    min-height: 50px;
    border: 1px solid #eee;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: 0%;
    background-size: cover;
    box-shadow: 0px 4px 8px #0000000f, 0px 0px 4px #0000000a;
    margin-right: 20px;
}

.stickyHeader {
    position: sticky;
    top: -40px;
    z-index: 999;
}

.stickyHeaderMain {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #FFF;
}

.stickyHeaderTop72 {
    top: 72px !important;
    background-color: var(--grey-true-100, #F5F5F5);
    padding: 0px;
    width: 100%;
}

.CompanySelectBox {
    display: flex;
    height: 65px;
    padding: 24px 14px 24px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #9AC1DD;
    background: #FFF;
    /*box-shadow: 0px 0px 0px 4px rgba(166, 220, 222, 0.50), 0px 1px 2px 0px rgba(16, 24, 40, 0.05);*/
}

.CompSelRdoBtn {
    width: 20px;
    height: 20px;
}

.CompanySelectBox h4 {
    color: #103755;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 187.5% */
    letter-spacing: -0.16px;
}

/*.CompSelRdoBtn input[type='radio']:after {
    width: 20px;
    height: 20px;
    background: var(--grey-neutral-25);
    border: 1px var(--grey-neutral-500) solid
}

.CompSelRdoBtn input[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    background: var(--grey-neutral-25);
    border: 1px var(--grey-neutral-500) solid
}*/

.suggestedstnd {
    height: 30px;
    padding: 5px;
    border-radius: 5px;
    border: 0.85px solid #088AB2;
    background: #ECFDFF;
    margin-left: 10px;
}

.suggestedstndtxt {
    width: 68px;
    align-self: stretch;
    overflow: hidden;
    color: #088AB2;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.StndMatchBox {
    display: inline-block;
    /*width: max-content;*/
    height: auto;
    padding: 4px 8px;
    border-radius: 6px;
    border: 0.5px solid #C1D7E8;
    margin: 4px;
    background: #EEF6FC;
}

.MatchBoxCrossIcon {
    border-radius: 10px;
    border: 1px solid #B1070A;
    width: 12px;
}

.border-right-mate-menu {
    border-right: 1px solid var(--grey-neutral-200)
}

.mb-36 {
    margin-bottom: 36px !important;
}

.ml-3 {
    margin-left: 3px !important;
}

.StndBox {
    width: max-content;
    height: auto;
    padding: 6px 12px;
    align-items: center;
    border-radius: 99px;
    border: 1px solid #088AB2;
    background: #ECFDFF;
    margin-right: 5px;
}

.StndBoxtxt {
    color: #088AB2;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.display-flex {
    display: flex;
}


.display-flex-grow-100 {
    flex-grow: 100;
}

.font-size-16 {
    font-size: 16px;
    word-wrap: break-word;
}

.word-break-all {
    word-break: break-all;
}

h3 {
    color: var(--Primary-Dark-500, #103755);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.border-blue {
    border-radius: 14px;
    padding: 14px 20px 20px 20px;
    border: 1px solid var(--Tables-table-border, #E0E9F0);
    background: var(--Backgrounds-background-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.AssignQueDetail {
    color: var(--primary-dark-500);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.AssignQueHeading {
    color: var(--Primary-Dark-500);
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.table-responsive-assign {
    border: 1px solid var(--grey-neutral-300);
    border-radius: 12px;
}

.myRadiobox input[type=radio]:checked + .radioBox:before {
    background-color: var(--primary-dark-500);
    box-shadow: inset 0 0 0 4px var(--grey-neutral-25);
    border: 1px var(--primary-dark-500) solid;
}

.myRadiobox input[type=radio] + .radioBox:before {
    content: "";
    border-radius: 100%;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 8px;
    vertical-align: bottom;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    background: var(--grey-neutral-25);
    border: 1px var(--grey-neutral-500) solid;
}

button.btn.primary-button {
    color: var(--base-white);
    border: 1px solid var(--primary-dark-500);
    background: var(--primary-dark-500);
    font-size: 13px;
    padding-right: 30px;
    padding-left: 30px;
}

button.btn.secondary-button {
    color: var(--primary-dark-500);
    border: 1px solid var(--primary-dark-500);
    background: var(--base-white);
    font-size: 13px;
    padding-right: 30px;
    padding-left: 30px;
}

.myRadiobox {
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    border-radius: var(--xs-card-padding, 12px);
    border: 1px solid var(--Colours-Brand-Dark-200, #9AC1DD);
    /*background: var(--grey-neutral-25);*/
}

    .myRadiobox:hover {
        padding: 15px;
        box-shadow: 0px 0px 0px 4px rgba(166, 220, 222, 0.50), 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    }

    .myRadiobox.selected {
        border-color: #007bff;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

.SubHeading {
    font-size: 18px !important;
}

.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.overlaylockscreen {
    width: 100%;
    height: 100%;
    scroll-behavior: revert;
    background-color: #666;
    position: fixed;
    z-index: 999999999;
    opacity: .7;
    display: none
}

.zindexlockscreen {
    z-index: 9999999999;
}

/*==================== New ToolTip ======================*/
.tooltip-box {
    position: absolute;
    left: 46%;
    transform: translateX(-50%) translateY(-100%);
    background: var(--primary-dark-500);
    text-align: center;
    color: var(--lights-darks-white);
    font-size: 12px;
    min-width: 150px;
    border-radius: 12px;
    pointer-events: none;
    padding: 14px;
    z-index: 99;
    opacity: 0;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    width: 500px
}

.tooltip-container:hover .tooltip-box {
    opacity: 1;
}


.modal-body.NewModal .closeBTN, .modal-body.deleteBox .closeBTN {
    position: absolute;
    top: -10px;
    right: -4px;
    border: 0;
    background: 0 0;
}

.modal-body.deleteBox .NewBody .RalewayFont14, .modal-body.deleteBox .NewBody .newHeading {
    margin-top: 22px !important
}

.newHeading {
    color: var(--primary-dark-500);
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    margin-right: 10px !important;
}

.RalewayFont14, .RalewayFont16, .RalewayFont18, .myCheckbox input[type=checkbox] + label {
    color: var(--primary-dark-500);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.modal-body.deleteBox .NewBody .footBtnBox {
    margin-top: 32px;
    padding: 0
}

    .modal-body.deleteBox .NewBody .footBtnBox .secondary-button {
        width: 45%;
        margin-left: 0
    }

    .modal-body.deleteBox .NewBody .footBtnBox .primary-button {
        width: 47%;
    }
