/* -------------------------------------- Common Style Sheet Start -------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primaryColor: #8A5695;
    --primaryBgColor: #8A569538;
    --primaryColorHover: #006236;
    --secondaryColor: #986AA2;
    --secondaryColorHover: #51c951;
    --primaryFontFamily: 'Montserrat', Arial, Helvetica, sans-serif;
    --secondaryFontFamily: 'Montserrat', Arial, Helvetica, sans-serif;
    --primary-purple: #8A5695;
    --accent-green: #2d8a57;
    --dot-green: #3aaa6e;
    --border-active: #e8b84b;
    --text-dark: #333333;
    --text-muted: #555;
    --shadow: 0 8px 32px rgba(0,0,0,0.10);
    --transition: all 0.22s ease;
    --acc_color_1: #8A5695;   /* Theme Primary Color */
    --acc_color_2: #fff;      /* Text / Background */
    --border_radius: 25px;
}

.btn:hover{
    background-color: #F47C48;
    color: #fff;
    /* border: 1px solid #F47C48; */
}

.btn.btn-default:hover{
    border: none;
}
/* .btn.sidebarFromSection__addInputGroup:hover img{
    background-color: #fff;
    border: 1px solid var(--primaryColor);
    filter: brightness(0) saturate(100%) invert(58%) sepia(60%) saturate(600%) hue-rotate(330deg) brightness(103%) contrast(95%);
} */
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    transition: all 0.25s linear;
}

.loader .preloader {
    display: none;

}

body {
    font-family: var(--primaryFontFamily);
    font-size: clamp(12px, 0.729vw, 16px);
    line-height: 1.5;
    color: var(--text-dark);
    overflow-x: hidden;
}

*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

*::-webkit-scrollbar-thumb {
    background-color: #999999;
    outline: none;
    border-radius: 4px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primaryFontFamily);
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

dl,
ol,
ul {
    padding: 0;
    margin: 0;
}

#toast-container {
    z-index: 9999999999 !important;
}

#toast-container>div {
    opacity: 1 !important;
}

.modal-backdrop {
    display: none !important;
}

.select2-container {
    width: 100% !important;
}

.help-block {
    color: red;
    font-size: clamp(12px, 0.625vw, 12px);
    /* position: absolute;
    top: 100%;
    left: 0;
    width: 100%; */
}

.dropdown-menu {
    z-index: 1001;
}

.dropdown-item {
    white-space: normal !important;
}

.characterLimit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;

    max-width: 500px;
}

.characterLimit.oneLine {
    line-clamp: 1;
    -webkit-line-clamp: 1;
}

.characterLimit.twoLine {
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.characterLimit.threeLine {
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.characterLimit.fourLine {
    line-clamp: 4;
    -webkit-line-clamp: 4;
}

.characterLimit.fiveLine {
    line-clamp: 5;
    -webkit-line-clamp: 5;
}

.tooltip {
    z-index: 999999 !important;
}

.customTooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: 0;
    border-top-color: rgba(0, 0, 0, 0.8);
}

.customTooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: 0;
    border-right-color: rgba(0, 0, 0, 0.8);
}

.customTooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: 0;
    border-bottom-color: rgba(0, 0, 0, 0.8);
}

.customTooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: 0;
    border-left-color: rgba(0, 0, 0, 0.8);
}

.customTooltip.tooltip .tooltip-inner {
    max-width: 500px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 1px 22px 0 rgba(0, 0, 0, 0.1);
    text-align: left;
    line-height: 1.2;
}

input[type="date"i]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none !important;
    width: 25px;
    height: 25px;
    cursor: pointer;
    outline: none !important;
}

/* input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type="date"] {
    -moz-appearance: textfield;
    appearance: textfield;
} */

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* .table.table-empty {
    height: 100%;
    margin: 0;
} */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: var(--primaryColor);
}

input:focus+.slider {
    box-shadow: 0 0 1px var(--primaryColor);
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.customCheckbox {
    width: 16px;
    height: 16px;
    accent-color: var(--primaryColor);
}

.dt-scroll-foot {
    display: none !important;
}

/* div.dt-container div.dt-layout-full>*:only-child {
    height: 100%;
} */

div.dt-container.dt-empty-footer .dt-scroll-body {
    height: calc(100% - 44.19px);
}

div.dt-container.dt-empty-footer .dt-scroll-body tbody>tr:last-child>*>*:last-child {
    margin-bottom: 0;
}

.dataTableSection .dataTableSection__tableSection .table-responsive .dt-container .dt-layout-row:has(+ .dt-autosize) {
    padding: 10px 0 0;
}

.ck-content ul,
.ck-content ol {
    margin-top: 20px;
    padding-left: 30px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;

    border: none;
    border-radius: 10px;
    box-shadow: none;
    padding: 5px 30px;

    font-family: var(--secondaryFontFamily);
    font-size: clamp(12px, 0.833vw, 16px);
    line-height: 1.2;
    font-weight: 600;
    min-width: 105px;
    height: 40px;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    opacity: 0.5;
    pointer-events: none;
    background-color: var(--primaryColor);
}
.btn.btn-primary:disabled{
    background-color: #F47C48;
}
.btn.btn-sm {
    padding: 5px 18.78px;
    font-size: clamp(12px, 0.625vw, 12px);
    min-width: 70px;
    height: 24px;
}

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: auto;
    padding: 0;
    width: 35px;
    height: 35px;
    border-radius: 8px;
}

.btn-icon img {
    width: 50%;
}

.btn-primary {
    background-color: #F47C48;
    color: #FFFFFF;
}

.btn-check:checked+.btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:first-child:active,
:not(.btn-check)+.btn.btn-primary:active {
    background-color: var(--primaryColor);
    border-color: transparent;
}

.btn-primary-border {
    border: 1px solid var(--primaryColor);
    color: var(--primaryColor);
}

.btn-primary-border:hover {
    background-color: var(--primaryColor);
    color: #FFFFFF;
}

.btn-default {
    background-color: #999999;
    color: #FFFFFF;
}

.btn-default:hover {
    background-color: #555555;
    color: #FFFFFF;
}

.btn-default-border {
    border: 1px solid #999999;
    color: #999999;
}

.btn-default-border:hover {
    border: 1px solid #ffffff;
    background-color: #999999;
    color: #FFFFFF;
}

.sidebarFromSection__formGroupBox:has(+ .dataTableSection) {
    padding-bottom: 30px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 30px;
}

.sidebarFromSection__formGroupBox:has(+ .dataTableSection) .sidebarFromSection__formGroup.sidebarFromSection__formGroupBox--withBackground {
    padding: 20px;
    background-color: #F9F9F9;
}

.myDataTable.table thead tr th:first-child {
    min-width: 40px;
}

.dt-empty {
    height: calc(100vh - 299px) !important;
}

.commonModalStyling .dt-empty {
    height: calc(100vh - 416px) !important;
}

.commonModalStyling#galleryeleteModalComponent{
    z-index:99999 !important;
}


/* -------------------------------------- Select Plugin Style Sheet Start -------------------------------------- */

.customFormBox .form-group span.select2.select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-direction: row-reverse; */

    padding: 7px 14px;
    height: 40px;
    border: 1px solid #CED4DA;
    background: #ffffff url(../../img/chevronDown.svg) no-repeat right 15px center / 12px;
    padding-right: 40px;
}
.customFormBox .form-group span.select2.select2-container .select2-selection--multiple{
    padding: 7px 14px;
    height: 40px;
    border: 1px solid #CED4DA;
    background: #ffffff url(../../img/chevronDown.svg) no-repeat right 15px center / 12px;
    padding-right: 40px;
}
.customFormBox .form-group span.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    padding: 0;
    float: left;
    display: inline-block;
    width: auto;
}
.customFormBox .form-group span.select2.select2-container .select2-selection--multiple span.select2-search.select2-search--inline textarea.select2-search__field {
    margin: 0;
    line-height: 1;
    height: 16px;
    resize: none;
}
.customFormBox .form-group span.select2.select2-container .select2-selection--multiple {
    height: auto !important;
    display: inline-block;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__clear, .select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: normal;
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;
    color: var(--text-dark);
    font-size: clamp(17.5px, 1.823vw, 35px);
    line-height: 1;
    /* opacity: 0; */
    background: #ffffff url(../../img/chevronDown.svg) no-repeat center center / 12px;

    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear span, .select2-container--default .select2-selection--multiple .select2-selection__clear span {
    opacity: 0;
}

.customFormBox .form-group .select2-container--default .select2-selection--single .select2-selection__rendered, .customFormBox .form-group .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    display: none !important;
}
 .customFormBox .form-group .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    z-index: 1;
 }
/* .customFormBox .form-group span.select2.select2-container .select2-selection--multiple span.select2-search {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    padding-left: 14px;
} */
/* .customFormBox .form-group span.select2.select2-container .select2-selection--multiple span.select2-search textarea.select2-search__field {
    width: 100%;
    height: 40px;
    margin: 0px;
    resize: none;
    line-height: 40px;
} */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
    background: none;
    border: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    border: none;
    margin-top: 0;
    margin-bottom: 2px;
}


.preloader,
div.dt-processing .dt-loader {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 99999999;
}
.preloader{
    text-align: center;
    align-content: center;
}
.homePage.loader .preloader {
    display: flex;
}

div.dt-processing {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
}

div.dt-processing .dt-loader {
    display: flex;
    position: absolute;
}

.ck.ck-editor__editable_inline {
    min-height: 150px;
}

table.dataTable thead>tr>th.dt-orderable-asc,
table.dataTable thead>tr>th.dt-orderable-desc,
table.dataTable thead>tr>td.dt-orderable-asc,
table.dataTable thead>tr>td.dt-orderable-desc {
    white-space: nowrap;
}

/* ----------------------------------------------------------------------------------------------------------------- */

.select2-container.select2-container--default.select2-container--open {
    z-index: 99999;
}

.select2-dropdown {
    border: 1px solid #CED4DA;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: #fff;
    color: #333;
    padding: 8px 10px;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    box-shadow: none !important;
    outline: none !important;
}
.select2-results__option--selected{
    background-color: #dddddd;
}
/* -------------------------------------- Select Plugin Style Sheet End -------------------------------------- */

/* -------------------------------------- Burger Navigation Style Sheet Start -------------------------------------- */

.burgerNavigationComponent {
    display: flex;
    align-items: center;
    justify-content: center;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 99999;
    transform: scale(0);
}

.burgerNavigationComponent.show {
    transform: scale(1);
}

.burgerNavigationComponent .burgerNavigationComponent__burgerMenuButton {
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
}

.burgerNavigationComponent .burgerNavigationComponent__burgerMenuButton span.line {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
}

.burgerNavigationComponent .burgerNavigationComponent__burgerMenuButton span.line.first {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.burgerNavigationComponent .burgerNavigationComponent__burgerMenuButton span.line.second {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.burgerNavigationComponent ul {
    display: flex;
    flex-direction: column;

    margin: 0;
    padding: 0;
}

.burgerNavigationComponent ul li {
    display: block;
    padding: 10px 0;
}

.burgerNavigationComponent ul li a {
    display: block;
    font-family: var(--primaryFontFamily);
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.5;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}

.burgerNavigationComponent ul li:hover a {
    color: var(--primaryColor)
}

.ck-rounded-corners .ck.ck-balloon-panel, .ck.ck-balloon-panel.ck-rounded-corners{
    z-index: 999999;
}

/* -------------------------------------- Burger Navigation Style Sheet Start -------------------------------------- */

/* -------------------------------------- Common Modal Style Sheet Start -------------------------------------- */

.commonModalStyling {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99992;
}

.commonModalStyling .modal-dialog {
    width: 96%;
}

.commonModalStyling .modal-dialog.modal-xxs {
    max-width: 400px;
}

.commonModalStyling .modal-dialog.modal-xs {
    max-width: 600px;
}

.commonModalStyling .modal-dialog.modal-sm {
    max-width: 800px;
}

.commonModalStyling .modal-dialog.modal-md {
    max-width: 1000px;
}

.commonModalStyling .modal-dialog.modal-lg {
    max-width: 1200px;
}

.commonModalStyling .modal-dialog.modal-xl {
    max-width: 1400px;
}

.commonModalStyling .modal-dialog.modal-xxl {
    max-width: 1600px;
}

.commonModalStyling .modal-content {
    border-radius: 4px;
    border: none;
}

.commonModalStyling .modal-content .modal-header,
.commonModalStyling .modal-content .modal-body,
.commonModalStyling .modal-content .modal-footer {
    padding: 20px;
}

.commonModalStyling .modal-content .modal-body.customPadding {
    padding: 50px;
}

.commonModalStyling .modal-content .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: var(--primaryColor);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.commonModalStyling .modal-content .modal-header h2 {
    font-size: clamp(12px, 0.833vw, 16px);
    line-height: 1.2;
    font-family: var(--primaryFontFamily);
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.commonModalStyling .modal-content .modal-header .commonModalStyling__close {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;
}

.commonModalStyling .modal-content .modal-header .commonModalStyling__close img {
    width: 50%;
}

.commonModalStyling.adminProfileDetails .modal-content .modal-header .commonModalStyling__close img,
.commonModalStyling.adminChangePassword .modal-content .modal-header .commonModalStyling__close img {
    filter: invert(97%) sepia(0%) saturate(7476%) hue-rotate(67deg) brightness(107%) contrast(100%);
}

.commonModalStyling .modal-content .modal-header .commonModalStyling__close+.commonModalStyling__logo {
    display: none;
}

.commonModalStyling .modal-content .modal-body:has(.confirmationDelete) {
    padding: 30px;
}

.commonModalStyling .modal-content .modal-body .commonModalStyling__buttonSection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.commonModalStyling .modal-content .modal-body .commonModalStyling__buttonSection button {
    min-width: 104px;
}

.commonModalStyling.adminChangePassword .modal-content .modal-body .customFormBox h2 {
    display: none;
}

.commonModalStyling .modal-content .modal-footer {
    justify-content: center;
    gap: 20px;

    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top: none;
    padding: 0 15px 10px;
}

.commonModalStyling .modal-content .modal-footer>* {
    margin: 0;
}

.commonModalStyling .modal-content .sidebarFromSection.sidebarFromSection__formSection+.sidebarFromSection__overlay {
    position: absolute;
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    background-color: rgba(0, 0, 0, 0.3);
}

.commonModalStyling .modal-content .sidebarFromSection.sidebarFromSection__formSection {
    position: absolute;
    top: 50px;
    height: calc(100% - 50px);
}

.commonModalStyling .modal-content .sidebarFromSection.sidebarFromSection__formSection .sidebarFromSection__modalButton {
    top: 19px;
}

.commonModalStyling.keyModuleModalComponent .modal-content div.dt-container div.dt-layout-row:first-child div.dt-layout-cell.dt-layout-end,
.commonModalStyling.reviewModalComponent .modal-content div.dt-container div.dt-layout-row:first-child div.dt-layout-cell.dt-layout-end {
    padding-right: 40px;
}

.commonModalStyling .commonModalStyling__buttonSection {
    display: flex;
    align-items: center;
    justify-content: center;
}

.commonModalStyling .commonModalStyling__workGroupList {
    display: flex;
    flex-direction: column;
}

.commonModalStyling .commonModalStyling__workGroupList .commonModalStyling__searchSection {
    margin: 0 0 30px;
}

.commonModalStyling .commonModalStyling__workGroupList .commonModalStyling__searchSection input {
    outline: none !important;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    width: 100%;
    box-shadow: none !important;
    padding: 8px 16px;
    font-size: clamp(12px, 0.625vw, 12px);
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    height: 40px;
}

.commonModalStyling .commonModalStyling__workGroupList .commonModalStyling__searchSection input.searchInput {
    background: #ffffff url(../../img/dashboard/searchIcon-t.svg) no-repeat right 15px center / 12px;
    padding-right: 40px;
}

.commonModalStyling .commonModalStyling__workGroupList ul {
    display: flex;
    flex-direction: column;

    margin: 0;
    padding: 0;
    max-height: 400px;
    height: 45vh;
    overflow: auto;
}

.commonModalStyling .commonModalStyling__workGroupList ul li {
    display: block;
    font-size: clamp(12px, 0.729vw, 14px);
    line-height: 1.75;
    font-family: var(--secondaryFontFamily);
    font-weight: 400;
    padding: 7.5px 12px;
    color: #000;
}

.commonModalStyling .commonModalStyling__workGroupList ul li input {
    width: 18px;
    height: 18px;
    box-shadow: none !important;
    outline: none !important;
    margin-right: 5px;
    border: 1px solid #dee2e6;
}

.commonModalStyling .commonModalStyling__workGroupList ul li input:checked {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.forgot-top-bar {
    display: flex;
    justify-content: center;  
    align-items: center;  
}

.logo-shield {
    width: clamp(290px, 21vw, 400px);
    height: auto;
    object-fit: contain;
    padding-bottom: clamp(15px,1.25vw,30px);
}

/* -------------------------------------- Common Modal Style Sheet Start -------------------------------------- */
/* -------------------------------------- Delete Modal Style Sheet Start -------------------------------------- */
.confirmationDelete {
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: clamp(12px, 0.833vw, 16px);
    font-weight: 500;
    color: #000000;
    margin: 0 0 50px;
}

.commonModalStyling .modal-content .modal-body:has(.confirmationDelete) .confirmationDelete {
    margin: 0 0 30px;
}

/* -------------------------------------- Delete Modal Style Sheet Start -------------------------------------- */
/* -------------------------------------- Data Table Style Sheet Start -------------------------------------- */

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left;
}

.dataTableSection {
    padding: 10px 0;
    height: 100%;
    position: relative;
}

.dataTableSection.dataTableSection--classificationType {
    /* padding-top: 16px; */
    padding-top: 8px;
}

.modal .dataTableSection {
    padding: 0;
}

.modal .tab-content .dataTableSection {
    padding: 20px 0;
}

.dataTableSection .dataTableSection__classificationSection {
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    min-width: 280px;
}

.policyTable .dataTableSection__classificationSection {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    left: 15%;
}

.dataTableSection .dataTableSection__classificationSection span.select2.select2-container {
    display: block;
}

.dataTableSection .dataTableSection__tableSection {
    height: 100%;
}

.dataTableSection .dataTableSection__tableSection .table-responsive {
    height: 100%;
}

.dataTableSection .dataTableSection__tableSection .table-responsive .dt-container {
    height: 100%;
    position: relative;
    padding: 55px 0 40px;
}

.dataTableSection .dataTableSection__tableSection .table-responsive .dt-container .dt-layout-row {
    margin: 0;
}

/* .dataTableSection .dataTableSection__tableSection .table-responsive .dt-container .dt-layout-row:first-child {
    padding-left: 15px;
} */

.dataTableSection .dataTableSection__tableSection .table-responsive .dt-container .dt-layout-row:first-child,
.dataTableSection .dataTableSection__tableSection .table-responsive .dt-container .dt-layout-row:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #ffffff;
}

.dataTableSection .dataTableSection__tableSection .table-responsive .dt-container .dt-layout-row:last-child {
    top: auto;
    bottom: 0;
}

.dataTableSection .dataTableSection__tableSection .table-responsive .dt-container .dt-layout-row.dt-layout-table {
    height: 100%;
}

.dataTableSection .dataTableSection__tableSection .table-responsive .dt-container .dt-layout-row.dt-layout-table .dt-layout-cell.dt-layout-full {
    height: 100%;
    overflow: auto;
    position: relative;
}

.dataTableSection .dataTableSection__tableSection .table-responsive .dt-container .dt-layout-row .dt-length {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dataTableSection .dataTableSection__tableSection .table-responsive .dt-container .dt-layout-row .dt-length label, .policy-header .dt-length label {
    font-size: clamp(12px, 0.625vw, 12px);
    line-height: 1.2;
    font-family: var(--secondaryFontFamily);
    font-weight: 500;
    color: #767676;
    margin-right: 5px;
    display: flex;
    align-items: center;
    gap: calc(2px + 0.5vw);
}

.dataTableSection .dataTableSection__tableSection .table-responsive .dt-container .dt-layout-row .dt-length select, .policy-header .dt-length select {
    border-radius: 2px;
    border: 1px solid #D1D1D1;
    font-size: clamp(12px, 0.729vw, 14px);
    line-height: 1.2;
    font-family: var(--secondaryFontFamily);
    font-weight: 500;
    color: #767676;
    outline: none !important;
}

.policy-header .dt-length select {
    padding: 4px;
    background-color: transparent;
}

.dataTableSection .dataTableSection__tableSection .table-responsive .dt-container .dt-layout-row .dt-search input {
    width: 100%;
    height: 45px;
    outline: none !important;
    margin: 0;
    padding: 6px 12px;
    border: 1px solid #D1D1D1;
    border-radius: 2px;
    background: transparent url(../../img/dataTableSearchIcon.svg) no-repeat right 15px center / 20px;
    padding-right: 50px;
    font-size: clamp(12px, 0.729vw, 14px);
    line-height: 1.2;
    font-family: var(--secondaryFontFamily);
    font-weight: 500;
    color: #767676;
}

.myDataTable.table thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

.myDataTable.table thead tr th {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    background-color: #FAF1FF;
    font-size: clamp(11px, 0.833vw, 16px);
    line-height: 1.2;
    font-weight: 700;
    padding: clamp(8px, 0.63vw, 12px);
    color: #333333;
    outline: none !important;
}

.myDataTable.table thead tr th:first-child,
.myDataTable.table tbody tr td:first-child {
    padding: 0;
}
.manageTableOragn .myDataTable.table thead tr th:first-child,
.manageTableOragn .myDataTable.table tbody tr td:first-child {
    padding: clamp(8px, 0.63vw, 12px);
}

.myDataTable.table thead tr th:first-child,
.myDataTable.table tbody tr td:first-child {
    text-align: center;
    vertical-align: middle;
}
.manageTableOragn .myDataTable.table thead tr th:first-child,
.manageTableOragn .myDataTable.table tbody tr td:first-child {
    /* text-align: left; */
    vertical-align: middle;
}

.myDataTable.table thead tr th:first-child .dt-column-order {
    display: none;
}

.myDataTable.table tbody tr td {
    border: none !important;
    border-bottom: 1px solid #E1E1E1 !important;
    font-size: clamp(11px, 0.729vw, 14px);
    line-height: 1.75;
    font-family: var(--secondaryFontFamily);
    font-weight: 400;
    padding: 5px clamp(8px, 0.63vw, 12px);
    color: #000;
    vertical-align: middle;
    outline: none !important;
}

.myDataTable.table tbody tr:nth-of-type(odd),
.myDataTable.table tbody tr:nth-of-type(odd) td {
    --bs-table-color-type: none;
    --bs-table-bg-type: none;
    background-color: #ffffff;
}

.myDataTable.table tbody tr:nth-of-type(even),
.myDataTable.table tbody tr:nth-of-type(even) td {
    background-color: #FAFAFA;
}

.myDataTable.table tbody tr td a {
    display: inline-block;
    width: 10px;
    color: #000;
}

.myDataTable.table tbody tr td a img {
    width: 100%;
}

.myDataTable.table tbody tr td i,
.myCommonTable.table tbody tr td i {
    color: #999999;
}

.myDataTable.table tbody tr td i.popular,
.myCommonTable.table tbody tr td i.popular {
    color: #FFD600
}

.myDataTable.table tbody tr td .dropdown {
    display: block;
    width: 90px;
}

.myDataTable.table tbody tr td .dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    padding: 8px 12px;
    border: 1px solid #E1E1E1;
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 2px;
    font-size: clamp(12px, 0.625vw, 12px);
    line-height: 1.2;
    font-family: var(--secondaryFontFamily);
    font-weight: 400;
    color: #666666;
}

.myDataTable.table tbody tr td .dropdown .dropdown-toggle::after {
    margin-left: 0;
    content: "";
    border: none;
    background: transparent url(../../img/chevronDown.svg) no-repeat center center / cover;
    width: 10px;
    height: 6px;
}

.myDataTable.table tbody tr td .dropdown .dropdown-toggle.show {
    background-color: var(--primaryColor);
    color: #ffffff;
}

.myDataTable.table tbody tr td .dropdown .dropdown-toggle.show::after {
    filter: brightness(1000%);
}

.myDataTable.table tbody tr td .dropdown .dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-block: none;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18);
    width: 100%;
    min-width: auto;
    border-radius: 2px;
    padding: 0;
}

.myDataTable.table tbody tr td .dropdown .dropdown-menu li {
    display: block;
}

.myDataTable.table tbody tr td .dropdown .dropdown-menu li .dropdown-item {
    display: block;
    padding: clamp(6px, 0.52vw, 10px) clamp(8px, 0.63vw, 12px);
    border-bottom: 1px solid #EAEAEA;
    width: 100%;
    font-size: clamp(11px, 0.729vw, 14px);
    line-height: 1.2;
    font-family: var(--secondaryFontFamily);
    font-weight: 400;
    color: #666666;
}

.myDataTable.table tbody tr td .dropdown .dropdown-menu li .dropdown-item.active,
.myDataTable.table tbody tr td .dropdown .dropdown-menu li .dropdown-item:active,
.myDataTable.table tbody tr td .dropdown .dropdown-menu li .dropdown-item:focus,
.myDataTable.table tbody tr td .dropdown .dropdown-menu li .dropdown-item:hover {
    background-color: var(--primaryColor);
    color: #ffffff;
}

.dataTableSection .dt-container .dt-info {
    font-size: clamp(12px, 0.625vw, 12px);
    line-height: 1.2;
    font-family: var(--secondaryFontFamily);
    font-weight: 500;
    color: #666666;
}

.dataTableSection .dt-container .dt-paging nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dataTableSection .dt-container .dt-paging nav .dt-paging-button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;
    padding: 0;
    margin-left: 10px;
    color: #3E3E3E !important;
    border: none !important;
    border-radius: 4px;
    background: #F5F5F5;
    font-size: clamp(12px, 0.625vw, 12px);
    font-family: var(--secondaryFontFamily);
    font-weight: 500;
    line-height: 1.2;
}

.dataTableSection .dt-container .dt-paging nav .dt-paging-button.first,
.dataTableSection .dt-container .dt-paging nav .dt-paging-button.previous,
.dataTableSection .dt-container .dt-paging nav .dt-paging-button.next,
.dataTableSection .dt-container .dt-paging nav .dt-paging-button.last {
    font-size: clamp(16px, 1.042vw, 20px);
    line-height: 1;
}

.dataTableSection .dt-container .dt-paging nav .dt-paging-button:hover,
.dataTableSection .dt-container .dt-paging nav .dt-paging-button.current,
.dataTableSection .dt-container .dt-paging nav .dt-paging-button.current:hover,
.dataTableSection .dt-container .dt-paging nav .dt-paging-button.current:active {
    background: var(--primaryColor);
    color: #ffffff !important;
}

.dataTableSection .dt-container .dt-paging nav .dt-paging-button.disabled,
.dataTableSection .dt-container .dt-paging nav .dt-paging-button.disabled:hover,
.dataTableSection .dt-container .dt-paging nav .dt-paging-button.disabled:active {
    cursor: not-allowed;
    color: #3E3E3E !important;
    background-color: transparent !important;
}

/* -------------------------------------- Data Table Style Sheet End -------------------------------------- */

/* -------------------------------------- Tabs Navigation Style Sheet Start -------------------------------------- */

.tabsNavigationSection {
    display: flex;
    flex-direction: column;
}

.tabsNavigationSection .nav.nav-tabs {
    display: flex;
    flex-direction: row;
}

.tabsNavigationSection .nav.nav-tabs .nav-item {
    margin-right: 20px;
}

.tabsNavigationSection .nav.nav-tabs .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #F5F2FF;
    border: none;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 9.11px 55px 9.105px 10px;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.tabsNavigationSection .nav.nav-tabs .nav-item .nav-link .name {
    display: inline-block;
    font-size: clamp(12px, 0.729vw, 14px);
    line-height: 1.2;
    font-family: var(--secondaryFontFamily);
    font-weight: 500;
    color: #000000;
}

.tabsNavigationSection .nav.nav-tabs .nav-item .nav-link .counter {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    background-color: #E5DDFF;
    font-size: clamp(12px, 0.729vw, 14px);
    line-height: 1.2;
    font-family: var(--secondaryFontFamily);
    font-weight: 500;
    color: #000000;
}

.tabsNavigationSection .nav.nav-tabs .nav-item .nav-link.active {
    background-color: var(--primaryColor);
}

.tabsNavigationSection .nav.nav-tabs .nav-item .nav-link.active .name {
    color: #ffffff;
}

.tabsNavigationSection .nav.nav-tabs .nav-item .nav-link.active .counter {
    background-color: #381FAB;
    color: #ffffff;
}

/* -------------------------------------- Tabs Navigation Style Sheet End -------------------------------------- */

/* -------------------------------------- Sidebar Form Style Sheet Start -------------------------------------- */

.customFormBox {
    display: flex;
    flex-direction: column;

    width: 100%;
    position: relative;
}
/* .customFormBox.gb-policy{
    width:49.33%;
    margin-right: clamp(82px, 5vw, 96px);
} */
.customFormBox .form-group {
    position: relative;
    margin: 0 0 clamp(15px, 1.563vw, 30px);
}

.customFormBox .form-group:last-child {
    margin: 0;
}

/* .customFormBox .form-group.has-error {
    margin: 0;
} */

.customFormBox .form-group .form-label,
.sidebarFromSection__browseImageBox label.form-label {
    /* display: flex;
    align-items: center;
    justify-content: flex-start; */

    font-family: var(--secondaryFontFamily);
    font-size: clamp(12px, 0.625vw, 12px);
    font-weight: 600;
    line-height: 1;
    color: #000000;
    margin: 0 0 5px;
    /* height: 100%; */
}

.sidebarFromSection__browseImageBox label.form-label.resource-label{
    margin-top:10px;
}



.customFormBox .form-group .form-label img,
.sidebarFromSection__browseImageBox label.form-label img {
    width: 100%;
}

.customFormBox .form-group a.resetButton {
    position: absolute;
    top: -15px;
    right: 0;
    font-family: var(--secondaryFontFamily);
    font-size: clamp(12px, 0.625vw, 12px);
    font-weight: 600;
    line-height: 1;
    color: var(--primaryColor);
    text-decoration: underline;
}

.customFormBox a.forgotPassword {
    display: inline-block;
    font-family: var(--primaryFontFamily);
    font-size: clamp(12px, 0.625vw, 12px);
    font-weight: 500;
    line-height: 1.4;
    color: #000000;
}

.required {
    color: red;
    font-size: 12px;
}

.dataTableSection.dataTableSection--classificationType .customFormBox .form-group .form-label {
    color: #666666;
    position: absolute;
    top: -8px;
    left: 8px;
    background-color: #ffffff;
    padding: 2px 4px;
    z-index: 1;
    font-weight: 400;
    font-size: clamp(10px, 0.63vw, 12px);
}

.customFormBox .form-group .form-control.forget-email {
    background-color: #FFFFFF;
    border-radius: 0px !important;
    border: none !important;              /* remove all borders */
    border-bottom: 1px solid #CED4DA !important;  /* add only bottom border */
    width: 100%;
    box-shadow: none !important;
    padding: 8px 16px;
    font-size: clamp(12px, 0.625vw, 12px);
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    height: 40px;
    position: relative;
}

.customFormBox .form-group textarea.form-control {
    min-height: 120px;
    resize: none;
}

.customFormBox .form-group select.form-control {
    background: #ffffff url(../../img/chevronDown.svg) no-repeat right 15px center / 12px;
}

.customFormBox .form-group input.form-control.envelopIcon {
    background: #ffffff url(../../img/dashboard/envelopIcon-m.svg) no-repeat right 15px center / 16px;
}

.customFormBox .form-group input.form-control.eyeIcon {
    background: #ffffff url(../../img/dashboard/eyeIcon2-m.svg) no-repeat right 15px center / 18px;
}

.customFormBox .form-group input.form-control.textIcon {
    background: #ffffff url(../../img/dashboard/typingIcon.svg) no-repeat right 15px center / 16px;
}

.customFormBox .form-group input.form-control.calendarIcon {
    background: #ffffff url(../../img/dashboard/calenderIcon.svg) no-repeat right 15px center / 18px;
}

.customFormBox .form-group input.form-control.calendarIcon2 {
    background: #ffffff url(../../img/calendarIcon-b.svg) no-repeat right 15px center / 18px;
    font-size: clamp(12px, 0.83vw, 16px);
}

.customFormBox .form-group input.form-control:has(+ a.showHidePassword) {
    padding-right: 40px;
}

.customFormBox .form-group .openInvitationButton {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 10px;
}

.customFormBox .form-group .openInvitationButton img {
    width: 100%;
}

.customFormBox .form-group .workGroupPopupButton {
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

.customFormBox .form-group .workGroupPopupButton img {
    width: 12px;
}

.customFormBox .form-group small.maximumLimit {
    display: block;
    font-size: clamp(12px, 0.521vw, 12px);
    font-family: var(--secondaryFontFamily);
    line-height: 1;
    font-weight: 400;
    text-align: right;
    margin-top: 10px;
}

.customFormBox .form-group .forgotPassword {
    margin: 0;
}

label.error {
    color: red;
    font-size: 12px;
}

.showHidePassword {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.showHidePassword .hideImage {
    display: none;
}

.showHidePassword .showImage {
    display: block;
}

.showHidePassword.show .hideImage {
    display: block;
}

.showHidePassword.show .showImage {
    display: none;
}

.sidebarFromSection__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.6);
}

.sidebarFromSection__overlay.show {
    display: block;
}

.sidebarFromSection {
    position: fixed;
    top: 60px;
    height: calc(100vh - 60px);
    z-index: 9997;
    background-color: #ffffff;
}

.sidebarFromSection.show {
    right: 0 !important;
    z-index: 999999;
}

.sidebarFromSection.sidebarFromSection--fiftyPercentWidth {
    width: 50%;
    right: -50%;
}

.sidebarFromSection.sidebarFromSection--customWidth {
    width: 1200px;
    right: -1200px;
}

.sidebarFromSection .sidebarFromSection__slideButton,
.sidebarFromSection .sidebarFromSection__modalButton {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 35px;
    right: 100%;
    width: 45px;
    height: 45px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: var(--primaryColor);
    cursor: pointer;
}

.sidebarFromSection .sidebarFromSection__slideButton.withDropdown {
    top: 50px;
}

.sidebarFromSection.show .sidebarFromSection__slideButton {
    top: 0;
}

.sidebarFromSection.sidebarFromSection--sendInvites .sidebarFromSection__slideButton {
    right: auto;
}

.sidebarFromSection.sidebarFromSection--sendInvites.show .sidebarFromSection__slideButton {
    right: 100%;
}

/* .sidebarFromSection .sidebarFromSection__slideButton {
    top: 35px;
    top: 58px;
} */

.sidebarFromSection.sidebarFromSection--classificationType.show .sidebarFromSection__slideButton {
    top: 0;
}

.sidebarFromSection .sidebarFromSection__slideButton img,
.sidebarFromSection .sidebarFromSection__modalButton img {
    width: 16px;
}

.sidebarFromSection.show .sidebarFromSection__slideButton img,
.sidebarFromSection.show .sidebarFromSection__modalButton img {
    transform: rotate(45deg);
}

.sidebarFromSection .sidebarFromSection__formBox {
    display: flex;
    flex-direction: column;

    height: 100%;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__mainHeading {
    display: flex;
    flex-direction: column;

    padding: 20px 0 0 20px;
    margin: 0 0 20px;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__mainHeading h3 {
    display: flex;
    flex-direction: row;

    position: relative;
    margin: 0;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__mainHeading h3::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #CED4DA;
    width: 100%;
    height: 1px;
    z-index: -1;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__mainHeading h3 span {
    font-family: var(--secondaryFontFamily);
    font-size: clamp(12px, 0.833vw, 16px);
    font-weight: 600;
    line-height: 1.2;
    color: var(--text-dark);
    padding-right: 20px;
    background-color: #ffffff;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form {
    display: flex;
    flex-direction: column;

    padding: 20px 40px 40px;
    height: calc(100% - 121px);
    overflow: auto;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox {
    display: flex;
    flex-direction: column;

    margin: 0 0 30px;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox.wrapper-formbox {
    flex-direction: row;
    /* justify-content: space-between; */
    width: 100%;
    padding: 0 40px;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox.wrapper-formbox.policy-guide-formbox{
   padding: 0 20px;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox.resource-doc-image-box {
    position: relative;
    width: 50%;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox.resource-doc-image-box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 8%;
    width: 1px;
    height: 100%;
    background: #E1E1E1;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox.wrapper-formbox .sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__addedImage .sidebarFromSection__removeImage{
    position:static;
    width: 28px;
    height: 0px;
}

/* .sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox.resource-doc-image-box:first-child{
    padding-right: 20px;
} */

.resource-doc-image-box:last-child::after {
    display: none;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox:last-child {
    margin: 0;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__eventSpeakersMainBox {
    background-color: #FAFAFA;
    padding: 20px 70px 20px 20px;
    border-radius: 4px;
    margin: 0 -20px;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__eventSpeakersMainBox .sidebarFromSection__formGroupBox {
    background-color: #ffffff;
    padding: 20px 0;
    position: relative;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__eventSpeakersMainBox .sidebarFromSection__formGroupBox .sidebarFromSection__addInputGroup,
.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__eventSpeakersMainBox .sidebarFromSection__formGroupBox .sidebarFromSection__deleteInputGroup {
    position: absolute;
    bottom: 0;
    left: calc(100% + 20px);
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__eventSpeakersMainBox .sidebarFromSection__formGroupBox .sidebarFromSection__deleteInputGroup {
    padding: 0;
    min-width: auto;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox+.sidebarFromSection__heading {
    display: flex;
    flex-direction: column;

    margin: 0;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__heading:has(+ .sidebarFromSection__formGroup),
.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__heading:has(+ .sidebarFromSection__browseImageBox) {
    padding-left: 20px;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__heading h3 {
    font-family: var(--secondaryFontFamily);
    font-size: clamp(12px, 0.729vw, 14px);
    font-weight: 600;
    line-height: 1.2;
    color: var(--text-dark);
    margin: 0;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__formGroup {
    position: relative;
    padding: 0 20px;
    margin: 15px 0 0;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__formGroup+.sidebarFromSection__formGroup {
    margin-top: 30px;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__formGroup:first-child {
    margin: 0;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__formGroup.sidebarFromSection__formGroupBox--withBackground {
    padding: 20px;
    background-color: #F9F9F9;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__formGroup.sidebarFromSection__formGroupBox--withIcons {
    padding-right: 80px;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__formGroup .sidebarFromSection__addInputGroup,
.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__formGroup .sidebarFromSection__deleteInputGroup {
    position: absolute;
    top: 24px;
    left: calc(100% + 20px);
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__formGroup .sidebarFromSection__deleteInputGroup img {
    width: 20px;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox {
    display: flex;
    flex-direction: column;

    /* padding-left: 20px; */
    margin: 15px 0 0;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox.policy-guide-formbox{
    padding-left: 0px;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__formGroup+.sidebarFromSection__browseImageBox {
    margin-top: 30px;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox .sidebarFromSection__top {
    /* display: flex; */
    align-items: center;
    justify-content: flex-start;

    margin-bottom: 10px;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox .sidebarFromSection__top.resource-doc{
    margin-bottom: 0px;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__browseImage {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    position: relative;
    margin-right: 20px;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__browseImage button {
    position: relative;
    z-index: 0;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__browseImage input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 0;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__addedImage {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    position: relative;
    /* min-height: 40px; */
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__addedImage p {
    font-family: var(--secondaryFontFamily);
    font-size: clamp(12px, 0.625vw, 12px);
    font-weight: 400;
    line-height: 1.2;
    font-style: italic;
    color: var(--text-dark);
    margin: 0;
    padding-right: 30px;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox.resource-doc-image-box .sidebarFromSection__top .sidebarFromSection__addedImage p {
    padding-right: 0px;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__addedImage .sidebarFromSection__removeImage {
    display: flex;
    align-items: center;
    justify-content: center;
    
    width: 17px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__addedImage .sidebarFromSection__removeImage img {
    width: 100%;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox.wrapper-formbox .sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__addedImage .sidebarFromSection__removeImage img {
    width:18px;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox .sidebarFromSection__bottom {
    display: flex;
    flex-direction: column;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox .sidebarFromSection__bottom p,
.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__formGroup .sidebarFromSection__bottom p {
    font-family: var(--secondaryFontFamily);
    font-size: clamp(12px, 0.521vw, 12px);
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    margin: 0;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox .sidebarFromSection__bottom p strong {
    font-weight: 600;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__buttonSection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

    border-top: 1px solid #DEE2E6;
    padding: 10px 0;
}

.sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__infoIcon {
    display: flex;
    align-items: center;
    gap:15px;
    width: 100%;
    padding-right: 10px;
}

.sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__infoIcon span {
    color: #666;
    width: 50%;
    font-size: clamp(13px, 0.94vw, 18px);
}

.sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__infoIcon .uploadHeading {
    background: #F6F6F6;
    padding: 10px 8px;
    position: relative;
    width: 50%;
    display: block;
    font-size: clamp(10px, 0.63vw, 12px) !important;
}

.sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__infoIcon .uploadHeading::before {
    content: "";
    background: #F47C48;
    width: 3px;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__infoIcon img {
    width: 18px;
    cursor: pointer;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox.resource-doc-image-box .sidebarFromSection__bottom p {
    font-size: clamp(10px, 0.63vw, 12px);
}
.treeviewDropdown .dropdown-toggle {
    background: none;
    text-align: left;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: clamp(13px, 0.83vw, 16px);
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.treeviewDropdown .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    bottom: 0;
    margin: auto;
    top: 0;
    height: 10px;
    background: url('../../img/sidebar/arrowDown.svg') no-repeat center center;
    width: 10px;
    background-size: 100%;
    border: none;
}
.treeviewDropdown .dropdown-menu {
    width: 100%;
    padding: 10px;
}
.treeviewDropdown .dropdown-menu .custom-search-input input {
    font-size: clamp(12px, 0.73vw, 14px);
    color: #333;
}
.treeviewDropdown .dropdown-menu .areaListTree {
    list-style-type: none;
    padding: 0 0 0 5px;
    margin-top: 10px;
}
.treeviewDropdown .dropdown-menu .areaListTree label.area-item {
    font-size: clamp(13px, 0.83vw, 16px);
    color: #333;
}

.treeviewDropdown .dropdown-menu .areaListTree li .caret::before {
    content: "";
    display: inline-block;
    margin-right: 0;
    border-top: 5px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #333;
}

.treeviewDropdown .dropdown-menu .areaListTree li .caret-down::before {
  -ms-transform: rotate(90deg); 
  -webkit-transform: rotate(90deg); 
  transform: rotate(90deg);  
}
.treeviewDropdown .dropdown-menu .areaListTree li span.caret {
    display: inline-flex;
    cursor: pointer;
    margin-right: 3px;
}

.treeviewDropdown .dropdown-menu .areaListTree li .nested {
  display: none;
}

.treeviewDropdown .dropdown-menu .areaListTree li .nested.active {
  display: block;
}
.treeviewDropdown .dropdown-menu .areaListTree li ul.nested {
    list-style-type: none;
    padding-left: 16px;
}
.treeviewDropdown .dropdown-menu .areaListTree li ul.nested.noCaret:has(.noList) li {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 5px;
}
.treeviewDropdown .dropdown-menu .areaListTree li ul.nested li .noList{
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 100%;
}

/* Add Support Service Page */
.treeviewDropdown .dropdown-menu .mb-2 #areaFilter{
    font-size: clamp(12px, 0.73vw, 14px);
    color: #333;
}

.treeviewDropdown .dropdown-menu .areaListTree .tree-item{
    gap: 0;
}

.treeviewDropdown .dropdown-menu .areaListTree .tree-item .tree-arrow{
    width: 7px;
    font-size: 9px;
}

.treeviewDropdown .dropdown-menu .areaListTree .tree-item .area-item{
    font-size: clamp(13px, 0.83vw, 16px);
    color: #333;
}
.treeviewDropdown .dropdown-menu .areaListTree .tree-item .area-item.selected{
    background: none;
    font-weight: 400;
}

.treeviewDropdown .dropdown-menu .areaListTree .tree-item .area-item:hover {
    background: transparent;
}

.treeviewDropdown .dropdown-menu .areaListTree .tree-item .tree-dot{
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 100%;
    color: transparent;
}
/* -------------------------------------- Sidebar Form Style Sheet End -------------------------------------- */

/* --------------------------------- Profile Picture Start --------------------------------- */
/* #profileDetailsModal.commonModalStyling .modal-dialog.modal-sm {
    max-width: 570px;
} */

.commonModalStyling--signUpModal .modal-dialog.modal-dialog-LeftBottom {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    max-width: none;
    margin: var(--bs-modal-margin);
}

.commonModalStyling--signUpModal .modal-dialog.modal-dialog-LeftBottom .modal-content {
    width: 600px;
}

.profilePicture.commonModalStyling .modal-dialog.modal-sm {
    max-width: 480px;
}

.profilePicture.commonModalStyling .modal-content .modal-body.customPadding {
    padding: 2.344vw 1.042vw 1.042vw;
}

.profilePicture .modal-body p {
    font-size: clamp(12px, 0.833vw, 16px);
    color: #000;
    margin-bottom: 0;
}

.pp_imgChange {
    width: clamp(150px, 9.271vw, 178px);
    height: clamp(150px, 9.271vw, 178px);
    border-radius: 100%;
    margin: 1.563vw auto;
    overflow: hidden;
}

.pp_imgChange img {
    width: 100%;
    height: 100%;
}

.profilePicture .modal-body span {
    display: block;
    font-size: clamp(12px, 0.625vw, 12px);
    color: #999;
}

.addProfileBtn {
    width: 100%;
    border: none;
    margin-bottom: 5px;
    background: #F4F1FF;
    transition: all .3s ease-in-out;
    border-radius: 8px;
    font-size: clamp(14px, 0.833vw, 16px);
    color: #000;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    cursor: pointer;
}

.addProfileBtn img {
    transition: all .3s ease-in-out;
}

.addProfileBtn:hover {
    background-color: #8A5695;
    color: #fff;
}

.addProfileBtn:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7499%) hue-rotate(255deg) brightness(101%) contrast(102%);
}

.addProfileBtn input[type="file"] {
    display: none;
}

.arrow_left {
    display: flex;
    align-items: center;
    justify-content: center;

    /* position: absolute;
    left: 20px;
    top: 0;
    bottom: 0; */
    margin-right: 10px;
    border: 1.5px solid white;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.arrow_left img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(58deg) brightness(103%) contrast(103%);
    ;
    transition: all .3s ease-in-out;
}

.arrow_left:hover {
    background: white;
}

.arrow_left:hover img {
    filter: invert(23%) sepia(86%) saturate(4001%) hue-rotate(247deg) brightness(95%) contrast(89%);
}

#addPicture.profilePicture.commonModalStyling .modal-content .modal-body.customPadding {
    padding: 2.5vw 1.042vw;
}

.ap_box {
    width: 250px;
    height: 250px;
    margin: 0 auto 50px;
}

.ap_box .result {
    width: 100%;
    height: 100%;
    background: #f6f6f6;
}

.ap_box .result .cropper-container.cropper-bg {
    width: 100% !important;
    height: 100% !important;
}

.profilePicture .modal-body span.cropper-face.cropper-move,
.profilePicture .modal-body span.cropper-view-box {
    border-radius: 100%;
    outline: none;
    border: none;
}

.border-radius-100 {
    border-radius: 100%;
}

/* .profilePicture .modal-body span.cropper-point,
.profilePicture .modal-body span.cropper-line,
.profilePicture .modal-body span.cropper-dashed {
    display: none !important;
} */

/* ---------------------------------- Profile Picture End ---------------------------------- */

/* -------------------------------------- Role Permissions Style Sheet Start -------------------------------------- */

.rolePermissionsBox {
    padding: 20px 20px 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.rolePermissionsBox .rolePermissionsBox__header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;

    background-color: #F5F2FF;
}

.rolePermissionsBox .rolePermissionsBox__header .rolePermissionsBox__headTitle {
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: var(--primaryFontFamily);
    font-size: clamp(12px, 0.833vw, 16px);
    font-weight: 500;
    line-height: 1.2;
    color: var(--text-dark);
    padding: 12.92px 10px;
    width: 15%;
}

.rolePermissionsBox .rolePermissionsBox__header .rolePermissionsBox__headTitle:first-child {
    justify-content: flex-start;

    width: 40%;
    padding-left: 40px;
}

.rolePermissionsBox .rolePermissionsBox__body {
    display: flex;
    flex-direction: column;
}

.rolePermissionsBox .rolePermissionsBox__body.rolePermissionsBox__body--secondLevel,
.rolePermissionsBox .rolePermissionsBox__body.rolePermissionsBox__body--thirdLevel {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}

.rolePermissionsBox .rolePermissionsBox__body.rolePermissionsBox__body--secondLevel.open,
.rolePermissionsBox .rolePermissionsBox__body.rolePermissionsBox__body--thirdLevel.open {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}

.rolePermissionsBox .rolePermissionsBox__body .rolePermissionsBox__row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;

    background-color: #F5F2FF;
    border-bottom: 1px solid #DDDDDD;
}

.rolePermissionsBox .rolePermissionsBox__body .rolePermissionsBox__row:nth-child(odd) {
    background-color: #ffffff;
}

.rolePermissionsBox .rolePermissionsBox__body .rolePermissionsBox__row:nth-child(even) {
    background-color: #F9F9F9;
}

.rolePermissionsBox .rolePermissionsBox__body .rolePermissionsBox__row .rolePermissionsBox__moduleName {
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: var(--primaryFontFamily);
    font-size: clamp(12px, 0.833vw, 16px);
    font-weight: 500;
    line-height: 1.2;
    color: var(--text-dark);
    padding: 12.92px 10px;
    width: 15%;
    position: relative;
}

.rolePermissionsBox .rolePermissionsBox__body .rolePermissionsBox__row .rolePermissionsBox__moduleName:first-child {
    justify-content: flex-start;

    width: 40%;
    padding-left: 40px;
}

.rolePermissionsBox .rolePermissionsBox__body.rolePermissionsBox__body--secondLevel .rolePermissionsBox__row .rolePermissionsBox__moduleName:first-child {
    padding-left: 65px;
}

.rolePermissionsBox .rolePermissionsBox__body .rolePermissionsBox__row .rolePermissionsBox__moduleName .subMenuToggleButton {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #666666;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.rolePermissionsBox .rolePermissionsBox__body.rolePermissionsBox__body--secondLevel .rolePermissionsBox__row .rolePermissionsBox__moduleName .subMenuToggleButton {
    left: 30px;
}

.rolePermissionsBox .rolePermissionsBox__body .rolePermissionsBox__row .rolePermissionsBox__moduleName .subMenuToggleButton::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    width: 50%;
    height: 2px;
    transform: translate(-50%, -50%);
}

.rolePermissionsBox .rolePermissionsBox__body .rolePermissionsBox__row .rolePermissionsBox__moduleName .subMenuToggleButton::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    width: 2px;
    height: 50%;
    transform: translate(-50%, -50%);
}

.rolePermissionsBox .rolePermissionsBox__body .rolePermissionsBox__row .rolePermissionsBox__moduleName .subMenuToggleButton.opened::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.rolePermissionsBox .rolePermissionsBox__body.rolePermissionsBox__body--secondLevel .rolePermissionsBox__body.rolePermissionsBox__body--thirdLevel .rolePermissionsBox__row .rolePermissionsBox__moduleName:first-child {
    padding-left: 90px;
}

/* -------------------------------------- Role Permissions Style Sheet End -------------------------------------- */

.mainContainer {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;

    padding: 0;
}

/* -------------------------------------- Common Style Sheet End -------------------------------------- */

/* -------------------------------------- Login Style Sheet Start -------------------------------------- */

.page-wrapper {
  /* min-height: 100vh; */
  background: #fafafa;
  position: relative;
  overflow: hidden;
}

.page-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/assets/img/loginMask.svg'); /* FIX PATH */
  background-repeat: no-repeat;
  background-size: cover; /* or 'contain' if needed */
  background-position: center;
  opacity: 0.2; /* adjust visibility */
  z-index: 0;
}

/* make content stay above bg */
.page-wrapper > * {
  position: relative;
  z-index: 1;
}

.top-bar {
  position: relative;
  z-index: 2;
  padding: 0px 40px;
}

.top-bar img {
  width: 165px;
}

/* layout */
/* .main-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-evenly;
  min-height: calc(100vh - 100px);
  padding: clamp(20px, 1.56vw, 100px) 90px 0
} */

/* left */
.hero-col {
  width: 42%;
  position: relative;
}

.hero-figure{
    position: absolute;
    bottom: 0;
}

.hero-figure img {
    width: clamp(350px, 18.75vw, 360px);
    max-width: 100%;
    display: block;
}

/* decorative box */
.square-wrapper {
    position: absolute;
    bottom: 175px;
    left: 14px;
    z-index: 3;
}

.deco-square-outer {
    width: 120px;
    height: 120px;
    border: 1px solid #d9b650;
    position: absolute;
    z-index: 1;
}

.deco-square-inner {
    width: 120px;
    height: 120px;
    background: var(--primary-purple);
    position: absolute;
    left: -14px;
    top: 12px;
}

/* right */
.form-col {
    flex: 0 0 44%;
    max-width: 100%;
    margin: auto 0;
}

.tagline {
  font-size: clamp(12px, 1.33vw, 24px);
  font-weight: 600;
  color: #FFAC00;
  margin-bottom: clamp(8px, 0.59vw, 14px);
  letter-spacing: 1px;
}

.headline {
  font-size: clamp(30px, 2.5vw, 50px);
  line-height: 1.28;
  font-weight: 600;
  color: var(--primary-purple);
  margin-bottom: 22px;
}

.sub-copy {
    font-size: clamp(10px,0.94vw,15px);
    line-height: 1.8;
    color: #5b5b5b;
    margin-bottom: clamp(15px, 1.2vw, 24px); 
}

.sub-copy strong,
.highlight-orange {
  color: var(--primary-purple);
}

/* ── Login Form ── */
.login-form {
    max-width: clamp(380px, 31.35vw, 600px);
    display: flex;
    flex-direction: column;
}

.login-form .form-control,
.login-form .form-select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  background: transparent;
  padding: 12px 4px;
  font-size: clamp(13px, 0.83vw, 16px) !important;
  color: #333;
  box-shadow: none !important;
  outline: none;
  resize: none;
}

.login-form .form-control::placeholder,
.login-form .form-select {
  color: #999;
  font-size: 13.5px;
}

.login-form .form-control:focus,
.login-form .form-select:focus {
  border-bottom-color: #1a5c2e;
  background: transparent;
}

.login-form .form-select {
  color: #999;
  -webkit-appearance: none;
  appearance: none;
}

.login-form .mb-field {
  margin-bottom: 18px;
}

.mb-field {
  margin-bottom: 22px;
}

/* forgot password */
/* .forgot-wrap {
  text-align: right;
  margin-top: -10px;
  margin-bottom: 18px;
} */

.forgot-wrap a {
  font-size: 12px;
  color: var(--primaryColor);;
  text-decoration: none;
}

.forgot-wrap a:hover {
  text-decoration: underline;
}

/* CAPTCHA layout */
.captcha-group {
  display: flex;
  align-items: center;
  gap: 12px; /* better breathing space */
  margin-bottom: clamp(15px, 0.98vw, 30px)
}

/* captcha image container */
.captcha-img {
  display: flex;
  align-items: center;
}

.captcha-img img {
  height: 44px;
  min-width: 120px; /* keeps width consistent */
  object-fit: cover;
}

/* refresh button */
.captcha-refresh {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px; /* match image height */
  width: 36px;
  border: none;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s ease;
}

/* .captcha-refresh:hover {
  background: #e8f5ef;
} */

.captcha-refresh img {
    width: 18px;
    filter: brightness(0) saturate(100%) invert(38%) sepia(32%) saturate(800%) hue-rotate(255deg) brightness(90%) contrast(90%);
}

/* input */
.captcha-input {
  flex: 1;
}

.captcha-input .form-control {
  height: 44px; /* match everything */
}
.btn-login {
    background: var(--primary-purple);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 12px 36px;
    border: none;
    border-radius: 8px;
    /* margin-top: 14px; */
    cursor: pointer;
    transition: background 0.2s;
}

.btn-login:hover {
  background: #006236;
}

.signUpButtonBox {
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: var(--primaryFontFamily);
    font-size: clamp(12px, 0.729vw, 14px);
    line-height: 1.2;
    font-weight: 500;
    color: var(--text-dark);
    margin: 0 0 20px;
    text-align: center;
    margin: clamp(18px, 1.32vw, 30px) 0 clamp(18px, 2.02vw, 50px) 0;
}

.loginAccBtn {
    margin-left: 0 !important;
}

.signUpButtonBox a {
    display: inline-block;
    font-weight: 500;
    color: var(--primary-purple);
    text-decoration: underline;
    margin-left: 6px;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    display: flex;
    align-items: center;
    user-select: none;
}

.password-toggle:hover {
    color: var(--primary-purple);
}

.login-content-box{
    display: flex;
    flex-direction: column;
}

/* 1920 100% */
@media(min-width:1900px){
    .hero-figure img {
        width: clamp(330px, 23.18vw, 450px);
    }

    .sub-copy-login {
        font-size: clamp(10px, 0.94vw, 16px);
    }

    .login-content-box{
        gap: 15px;
        margin-top: 45px;
    }

    .login-form{
        gap: 30px;
    }

    .signUpButtonBox.signIn-btn{
        margin: clamp(18px, 2.02vw, 40px) 0 clamp(18px, 2.02vw, 40px) 0;
    }
}

/* for smaller screen  */
@media (min-width:1200px) and (max-width:1250px) {
    .hero-figure img {
       width: clamp(280px, 21.08vw, 380px);
    }

    .deco-square-outer,.deco-square-inner {
        width: 90px;
        height: 90px;
    }

    .square-wrapper {
        bottom: 135px;
    }
}

/* -------------------------------------- Login Style Sheet End -------------------------------------- */

/* -------------------------------------- Signup Style Sheet Start -------------------------------------- */
/* form */

    .form-col-signup {
      flex: 0 0 44%;
      max-width: 100%;
      margin: auto 0;
    }

    .signup-headline {
        font-size: clamp(30px,2.5vw,50px);
        line-height: 1.22;
        font-weight: 600;
        letter-spacing: 1px;
        color: var(--primary-purple);
        margin-bottom: clamp(12px, 0.88vw, 22px);
    }

    .rightSideForm{
        display: flex;
        flex-direction: column;
    }

.hero-figure-signup img {
    width: clamp(270px, 24.48vw, 360px);
    max-width: 100%;
    display: block;
    pointer-events: none;
}
 
    .signup-form .form-control,
    .signup-form textarea.form-control {
      width: 100%;
      border: none;
      border-bottom: 1px solid #d9d9d9;
      border-radius: 0;
      background: transparent;
      padding: 12px 4px;
      font-size: 14px;
      color: #333;
      box-shadow: none !important;
      outline: none;
      resize: none;
    }
    .signup-form .form-control::placeholder,
    .signup-form textarea.form-control::placeholder {
      color: #999;
      font-size: 13.5px;
    }
    .signup-form .form-control:focus,
    .signup-form textarea.form-control:focus {
      border-bottom-color: var(--primary-purple);
      background: transparent;
    }
 
    /* textarea gets a full visible border box */
    .signup-form textarea.form-control {
      border: 1px solid #d9d9d9;
      border-radius: 3px;
      padding: 10px 12px;
      min-height: 110px;
    }
    .signup-form textarea.form-control:focus {
      border-color: var(--primary-purple);
    }
 
    .signup-form .mb-field {
      margin-bottom: clamp(12px, 0.78vw, 25px);
    }
 
    /* Two-column row: Full Name + Email side by side */
    .signup-form .row-two {
      display: flex;
      gap: 24px;
      margin-bottom: clamp(5px, 0.5vw, 22px);
    }

    .signup-form .row-two .form-group {
      width: 100%;
      /* display: flex; */
    }
    
    .signup-form .row-two .form-control {
      flex: 1;
      min-width: 0;
    }
 
    /* Join Now button */
    .btn-join {
      background: #F47C48;
      color: #fff;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 12px 36px;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      transition: background 0.2s;
      width: 160px;
    }
    
    /* .btn-join:hover {
      background: #630177;
    } */

    /* ═══════════════════════════════════════
   BLOCK: upload-document
═══════════════════════════════════════ */

.upload-document {
  margin-bottom: 18px;
}

.upload-document__label {
  font-size: 13.5px;
  color: #999;
  margin-bottom: 8px;
  font-family: 'Montserrat', sans-serif;
}

.upload-document__dropzone {
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 6px;
  background: transparent;
  transition: border-color 0.2s, background 0.2s;
}

.upload-document__dropzone:hover {
  border-color: var(--primary-purple);
  background: #f6fbf8;
}

/* hidden native file input */
/* .upload-document__input {
  display: none;
} */

/* "Browse File" green button */
.upload-document__btn {
  background: var(--primary-purple);
  color: #fff;
  font-weight: 500;
  font-size: 13.5px;
  padding: 10px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
  flex-shrink: 0;
}
.upload-document__btn:hover {
  background: var(--primaryColorHover);
}

/* filename shown after selection */
.upload-document__filename {
  font-size: 13px;
  color: var(--text-dark);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
 
.sidebarFromSection__browseImageBox .sidebarFromSection__top.main_image {
    margin-bottom: clamp(5px, 0.52vw, 10px)
}

.signup-form .mb-field {
    margin-bottom: clamp(12px, 0.78vw, 25px);
    position: relative;
}

.input-info-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    cursor: pointer;
    z-index: 2;
}

.signup-form .form-control {
    padding-right: 45px;
}

.signup-content-box{
    display: flex;
    flex-direction: column;
}

.signup-form{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hero-figure-signup{
    position: absolute;
    bottom: 0;
}

/* File chip wrapper — tooltip anchor */
.sidebarFromSection__addedImage {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 180px;
    box-sizing: border-box;
}

/* Truncate the filename to one line */
.sidebarFromSection__addedImage .fileName {
    flex: 1;
    min-width: 0;
    font-size: clamp(11px, 0.78vw, 15px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

/* Delete icon */
.sidebarFromSection__addedImage .removeFile {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    opacity: 0.6;
    transition: opacity 0.15s;
    margin-left: 2px;
}
.sidebarFromSection__addedImage .removeFile:hover {
    opacity: 1;
}

/* Tooltip */
.sidebarFromSection__addedImage .fileNameTooltip {
    display: none;
    position: absolute;
    bottom: calc(100% + 6px);
    left: 0;
    background: #222;
    color: #fff;
    font-size: 12px;
    padding: 5px 9px;
    border-radius: 5px;
    /* white-space: nowrap; */
    cursor: pointer;
    z-index: 999;
    max-width: 320px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}
.sidebarFromSection__addedImage .fileNameTooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 14px;
    border: 5px solid transparent;
    border-top-color: #222;
}
.sidebarFromSection__addedImage:hover .fileNameTooltip {
    display: block;
}

.upload-para, .fileSize{
    margin-bottom: clamp(5px, 0.52vw, 10px);
    color: #999;
    font-size: clamp(9px, 0.63vw, 12px) !important;
}

.fileSize {
    margin-left: clamp(7px, 0.57vw, 11px); 
}

/* 1920 100%  */
@media (min-width: 1900px){
    .container{
        max-width: 1600px;
    }

    .form-col-signup {
      margin: auto 0;
    }

    .rightSideForm{
        gap: 5px;
    }

    .signup-content-box{
        gap: 10px;
        margin-top: 21px;
    }

    .signup-form{
        gap: 20px;
    }

    .hero-figure-signup img{
        width: clamp(270px, 25.48vw, 470px);
    }
}

/* 1920 125% */
@media (max-width: 1536px) and (min-width: 1510px) {
    .hero-figure-signup img {
        width: clamp(270px, 24.48vw, 350px);
    }
    .signup-content-box{
        margin-top: 15px;
    }
}

/* 1600 100% */
@media (min-width: 1450px) and (max-width:1600px){
    .signup-content-box{
        margin-top: 10px;
        /* gap: 10px; */
    }
}

@media (min-width:1200px) and (max-width:1300px){
    .container{
        max-width: 1050px;
    }

    .signup-headline{
        font-size: clamp(20px, 2vw, 50px);
    }

    .hero-figure-signup img{
        width: clamp(270px, 24.48vw, 360px);
    }

    .signup-content-box {
        margin-top: 15px;
    }

    .signup-form {
        gap: 0;
    }

    .tagline {
        font-size: clamp(12px, 1.03vw, 24px);
    }

    .sidebarFromSection__infoIcon span.mb-0{
        font-size: 11px;
    }

    .signup-form .mb-field {
        margin-bottom: 10px;
    }

    .sidebarFromSection__browseImageBox .sidebarFromSection__top.main_image {
        margin-bottom: 12px;
    }

    .sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__browseImage button {
        font-size: 10px;
        width: 27.5%;
        padding: 12px 16px;
    }

    .captcha-group{
       margin-bottom: 12px; 
    }

    .captcha-img img {
        height: 34px;
    }    
    
    .btn-join {
        font-size: 10px;
        width: 27.5%;
        padding: 12px 16px;
    }
}

/* ======================================== Signup Thank You Modal Start =================================== */


/* overlay */
.signup-thankyou-modal__overlay {
    position: fixed;
    inset: 0;
    /* top: 60px; */
    background: rgba(30, 40, 32, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
/* card */
.signup-thankyou-modal__card {
  background: #ffffff;
  border-radius: 20px;
  padding: clamp(40px, 3.13vw, 60px) 36px clamp(34px, 3.75vw, 72px);
  position: relative;
  pointer-events: auto;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
  text-align: center;
  animation: signupThankyouModalIn 0.35s cubic-bezier(.22,.68,0,1.2) both;
}

@keyframes signupThankyouModalIn {
  from { opacity: 0; transform: scale(0.88) translateY(16px); }
  to   { opacity: 1; transform: scale(1)   translateY(0);     }
}

/* close button */
.signup-thankyou-modal__close {
  position: absolute;
  top: 18px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer !important;
  color: #b0b8b1;
  font-size: 20px;
  line-height: 1;
  padding: 4px;
  transition: color .2s;
}
.signup-thankyou-modal__close:hover {
  color: var(--primary-purple);
}

/* check icon circle */
.signup-thankyou-modal__check-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto clamp(20px, 2.08vw, 40px);
    width: clamp(50px, 4.17vw, 80px);
    height: clamp(50px, 4.17vw, 80px);
    background: #F6ECFD;
    border-radius: 50%;
}
.signup-thankyou-modal__check-icon img {
    width: clamp(25px, 2.08vw, 40px);
    height: clamp(25px, 2.08vw, 40px);
    filter: brightness(0) saturate(100%) invert(41%) sepia(10%) saturate(2539%) hue-rotate(244deg) brightness(90%) contrast(83%);
}

/* heading */
.signup-thankyou-modal__heading {
  font-size: clamp(16px, 1.46vw, 28px);
  font-weight: 700;
  color: #1a2b1e;
  margin-bottom: clamp(20px, 1.46vw, 28px);
  line-height: 1.286;
  letter-spacing: -0.3px;
}

/* subtitle e.g. user's name or email */
.signup-thankyou-modal__subtitle {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-purple);
  margin-bottom: 3px;
}

/* supporting message below subtitle */
.signup-thankyou-modal__message {
  font-size: 14px;
  font-weight: 400;
  color: #5a6b5e;
  margin-bottom: 28px;
  letter-spacing: 0.2px;
  line-height: 1.5;
}

/* avatar / welcome illustration wrap */
.signup-thankyou-modal__avatar-wrap {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8f5ec 0%, #c8e6d0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(46, 125, 71, 0.18);
}
.signup-thankyou-modal__avatar-wrap img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

/* user info block (name + email) */
/* .signup-thankyou-modal__user-info {
  margin-bottom: 28px;
} */

.signup-thankyou-modal__user-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a2b1e;
  margin-bottom: 2px;
}
.signup-thankyou-modal__user-info {
    width: 70%;
    margin: 0 auto;
}
.signup-thankyou-modal__user-email {
    font-size: clamp(14px, 0.94vw, 18px);
    color: #3E4941;
    font-weight: 400;
    line-height: 1.446;
    margin-bottom: clamp(30px, 2.92vw, 56px);
}

/* divider */
.signup-thankyou-modal__divider {
  border: none;
  border-top: 1px solid #e8ede9;
  margin: 0 0 24px;
}

/* actions row */
.signup-thankyou-modal__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}

/* shared button base */
.signup-thankyou-modal__btn {
  flex: 1;
  max-width: 180px;
  padding: 9px;
  border-radius: 10px;
  font-size: clamp(12px, 0.83vw, 16px);
  font-weight: 500;
  cursor: pointer;
  transition: background .2s, color .2s, box-shadow .2s;
}

/* outline modifier */
.signup-thankyou-modal__btn--outline {
  border: none;
  background: transparent;
  color: var(--primary-purple);
}
.signup-thankyou-modal__btn--outline:hover {
  background: #f0f8f2;
  box-shadow: 0 2px 10px rgba(46, 125, 71, .15);
}

.signup-thankyou-modal__overlay {
    display: none;
}

.signup-thankyou-modal__overlay.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ======================================== Signup Thank You Modal End =================================== */
    /* ── Responsive tweaks ── */
    @media (max-width: 768px) {
      .hero-col { display: none; }
      .form-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px;
      }
      .headline { font-size: 28px; }
    }

    /* @media (max-width: 1536px) and (min-width: 1510px) {

        .signup-headline{
            margin-bottom: clamp(8px, 0.58vw, 18px);
        }

        .sub-copy{
            margin-bottom: clamp(8px, 0.6vw, 16px);
        }

        .signup-form .mb-field {
            margin-bottom: clamp(8px, 0.78vw, 16px);
        }

        .sidebarFromSection__browseImageBox .sidebarFromSection__top.main_image {
            margin-bottom: clamp(8px, 0.78vw, 16px);
        }

        .captcha-group{
            margin-bottom: clamp(8px, 0.78vw, 16px);
        }
    } */


/* -------------------------------------- Signup Style Sheet End -------------------------------------- */

/* -------------------------------------- Header Style Sheet Start -------------------------------------- */

.mainContainer .mainHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 60px; */
    padding: 0;
    z-index: 9999;
    background-color: #ffffff;
}

.mainContainer .mainHeader.mainMenuOpened {
    background-color: var(--text-dark);
}

.mainContainer .mainHeader .mainHeader__main {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: clamp(5px, 1.61vw, 31px);
    padding-right: clamp(20px, 2.6vw, 50px);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__left {
    width: 50%;
}

/* .mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__left .mainHeader__mainLogo {
    width: auto;
    height: clamp(25px, 4.53vw, 110px);
    padding: 8px;
} */

.mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__left .mainHeader__mainLogo a {
    display: inline-block;
    width: auto;
    height: 100%;
}

/* .mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__left .mainHeader__mainLogo a img {
    width: auto;
    height: 100%;
} */


.mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__right .mainHeader__burgerMenu {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 60px;
    height: 60px;
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__right .mainHeader__burgerMenu .mainHeader__burgerMenuButton {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 16px;
    position: relative;
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__right .mainHeader__burgerMenu .mainHeader__burgerMenuButton span.line {
    position: absolute;
    left: 0;
    transform: translateY(50%);
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--text-dark);
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__right .mainHeader__burgerMenu .mainHeader__burgerMenuButton span.line.first {
    top: 0;
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__right .mainHeader__burgerMenu .mainHeader__burgerMenuButton span.line.second {
    top: 6px;
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__right .mainHeader__burgerMenu .mainHeader__burgerMenuButton span.line.third {
    top: 12px;
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__right .mainHeader__burgerMenu .mainHeader__burgerMenuButton.opened span.line.first {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__right .mainHeader__burgerMenu .mainHeader__burgerMenuButton.opened span.line.second {
    opacity: 0;
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__right .mainHeader__burgerMenu .mainHeader__burgerMenuButton.opened span.line.third {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__right .mainHeader__adminOptions {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 60px;
    height: 60px;
    background-color: #6242E5;
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__right .mainHeader__adminOptions .mainHeader__adminOptionsButton {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__right .mainHeader__adminOptions .mainHeader__adminOptionsButton.dropdown-toggle::after {
    display: none;
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__right .mainHeader__adminOptions .mainHeader__adminOptionsButton img {
    width: 22px;
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__right .mainHeader__adminOptions .dropdown-menu {
    transform: translate(0, 0) !important;
    top: 100% !important;
    left: auto !important;
    right: 50% !important;
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__right .mainHeader__adminOptions .dropdown-menu li {
    display: block;
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__right .mainHeader__adminOptions .dropdown-menu li a {
    font-size: clamp(12px, 0.833vw, 16px);
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__bottom {
    display: flex;
    flex-direction: column;

    background-color: #F5F2FF;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding: 6.32px 0;
    width: calc(100% - 280px);
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__bottom .mainHeader__heading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__bottom .mainHeader__heading h3 {
    font-family: var(--headingFontFamily);
    font-size: clamp(12px, 0.938vw, 18px);
    line-height: 1.4;
    font-weight: 400;
    color: var(--text-dark);
    margin: 0;
}

.mainContainer .mainHeader .mainHeader__main .mainHeader__bottom .mainHeader__heading h3 span {
    display: inline-block;
    font-weight: 500;
}

/* .mainContainer .mainHeader .mainHeader__main .mainHeader__bottom .mainHeader__heading h3 span.submenu::after {
    content: ">";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-weight: 400;
} */

.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__notificationButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__notificationButton .unreadNotification {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% + 6px);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--secondaryColor);
    display: none;
    z-index: 1;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__notificationButton img {
    width: 19px;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox {
    transform: translate(0, 0) !important;
    top: calc(100% + 10px) !important;
    left: auto !important;
    right: -25px !important;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    min-width: clamp(350px, 21.35vw, 410px);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
    z-index: 99999;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F4F1FF;
    padding: 0 clamp(10px, 1.04vw, 20px);
    border-bottom: 1px solid #D0CCE1;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__header .notificationBox__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__header .notificationBox__left h3 {
    font-family: var(--primaryFontFamily);
    font-size: clamp(14px, 1.042vw, 20px);
    line-height: 1.2;
    font-weight: 500;
    color: var(--primaryColor);
    margin: 0;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__header .notificationBox__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__header .notificationBox__right a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__header .notificationBox__right a img {
    width: clamp(12px, 0.73vw, 14px);
    filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(85%);
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__header .notificationBox__right a:hover img{
    filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(85%);
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: clamp(10px, 1.04vw, 20px);
    max-height: calc(100vh - 275px);
    overflow: auto;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main:last-child {
    margin: 0;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main .notificationBox__heading h4 {
    font-family: var(--primaryFontFamily);
    font-size: clamp(12px, 0.729vw, 14px);
    line-height: 1.2;
    font-weight: 500;
    color: #000000;
    margin: 0 0 15px;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main .notificationBox__box {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    margin: 0 0 20px;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main .notificationBox__box:last-child {
    margin: 0;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main .notificationBox__box .notificationBox__image {
    width: clamp(24px, 2.6vw, 50px);
    height: clamp(24px, 2.6vw, 50px);
    border-radius: 50%;
    margin-right: clamp(7px, 0.52vw, 10px);
    border: 1px solid #333;
    padding: 2px;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main .notificationBox__box .notificationBox__image img {
    width: 100%;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main .notificationBox__box .notificationBox__content {
    display: flex;
    flex-direction: column;

    width: calc(100% - clamp(29px, 3.13vw, 60px));
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main .notificationBox__box .notificationBox__content .notificationBox__timePeriod {
    display: block;
    font-family: var(--primaryFontFamily);
    line-height: 1.2;
    font-weight: 500;
    font-size: clamp(9px, 0.625vw, 12px);
    color: #999999;
    margin: 0 0 5px;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main .notificationBox__box .notificationBox__content p {
    font-family: var(--primaryFontFamily);
    font-size: clamp(11px, 0.729vw, 14px);
    line-height: 1.2;
    /* font-weight: 500; */
    font-weight: 400;
    color: #000000;
    margin: 0;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main .notificationBox__box .notificationBox__content p .notificationBox__userName {
    display: inline-block;
    font-weight: 500;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__footer {
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-top: 0;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__footer .notificationBox__buttonSection {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__footer .notificationBox__buttonSection #loadMoreNotifications {
    padding: clamp(10px, 0.75vw, 14.41px) clamp(20px, 1.56vw, 30px);
    border-radius: 6px;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__adminOptionsButton img {
    width: 17px;
    filter: brightness(0) saturate(100%) invert(41%) sepia(11%) saturate(2118%) hue-rotate(243deg) brightness(91%) contrast(87%);
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .adminOptionsBox {
    transform: translate(0, 0) !important;
    top: calc(100% + 10px) !important;
    left: auto !important;
    right: 0 !important;
    padding: 10px 0;
    border-radius: 10px;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .adminOptionsBox li {
    display: block;
    width: 100%;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .adminOptionsBox li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    font-family: var(--primaryFontFamily);
    font-size: clamp(12px, 0.729vw, 14px);
    line-height: 1.2;
    font-weight: 500;
    color: #000000;
    padding: 10px 20px;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .adminOptionsBox li a:hover {
    color: #ffffff;
    background-color: var(--primaryColor);
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .adminOptionsBox li a span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .adminOptionsBox li a span img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .adminOptionsBox li a:hover span img {
    filter: invert(100%) sepia(0%) saturate(7496%) hue-rotate(142deg) brightness(102%) contrast(102%);
}

.mainHeader .dropdown-toggle::after {
    content: none;
}

/* -------------------------------------- Header Style Sheet End -------------------------------------- */

/* -------------------------------------- Sidebar Style Sheet Start -------------------------------------- */

.mainContainer .mainSidebar {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 9999;
    width: 280px;
    height: calc(100vh - 60px);
    overflow: auto;
    background-color: #ffffff;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
}

.mainContainer .mainSidebar>ul {
    display: flex;
    flex-direction: column;

    margin: 0;
    padding: 0;
}

.mainContainer .mainSidebar>ul>li {
    display: flex;
    flex-direction: column;
}

.mainContainer .mainSidebar>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    padding: clamp(10px, 0.78vw, 15px);
    background-color: #F8F8F8;
    border-bottom: 1px solid #E0E0E0;
    text-decoration: none;
}

.mainContainer .mainSidebar>ul>li:hover>a,
.mainContainer .mainSidebar>ul>li.active>a {
    background-color: #6242E5;
}

.mainContainer .mainSidebar>ul>li>a>.mainSidebar__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 35px;
    height: 35px;
    margin-right: 20px;
}

.mainContainer .mainSidebar>ul>li>a>.mainSidebar__icon>img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
}

.mainContainer .mainSidebar>ul>li>a>.mainSidebar__text {
    display: inline-block;
    font-family: var(--secondaryFontFamily);
    font-size: clamp(12px, 0.833vw, 16px);
    line-height: 1.4;
    font-weight: 500;
    color: var(--text-dark);
    width: calc(100% - 55px);
}

.mainContainer .mainSidebar>ul>li>a>.mainSidebar__carat {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 15px;
    height: 15px;
}

.mainContainer .mainSidebar>ul>li.active>a>.mainSidebar__carat {
    transform: rotate(180deg);
}

.mainContainer .mainSidebar>ul>li>a>.mainSidebar__carat>img {
    width: 12px;
}

.mainContainer .mainSidebar>ul>li:hover>a>.mainSidebar__icon img,
.mainContainer .mainSidebar>ul>li:hover>a>.mainSidebar__carat img,
.mainContainer .mainSidebar>ul>li.active>a>.mainSidebar__icon img,
.mainContainer .mainSidebar>ul>li.active>a>.mainSidebar__carat img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(340deg) brightness(103%) contrast(102%);
}

.mainContainer .mainSidebar>ul>li:hover>a>.mainSidebar__text,
.mainContainer .mainSidebar>ul>li.active>a>.mainSidebar__text {
    color: #ffffff;
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation {
    display: flex;
    flex-direction: column;

    margin: 0;
    padding: 0;
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}

.mainContainer .mainSidebar>ul>li.active>.firstSubNavigation {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
    margin-top: 5px;
    margin-bottom: 5px;
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li {
    display: flex;
    flex-direction: column;
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    padding: 5px 15px 5px 10px;
    background-color: #ffffff;
    border-bottom: 1px solid #E0E0E0;
    text-decoration: none;
    border-left: 6px solid transparent;
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li:hover>a,
.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li.active>a {
    border-left: 6px solid #6242E5;
    background-color: #F9F8FD;
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li>a>.firstSubNavigation__square {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;
    position: relative;
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li>a>.firstSubNavigation__square::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--text-dark);
    width: 5px;
    height: 5px;
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li>a>.firstSubNavigation__text {
    display: inline-block;
    font-family: var(--secondaryFontFamily);
    font-size: clamp(12px, 0.625vw, 12px);
    line-height: 1.4;
    font-weight: 500;
    color: var(--text-dark);
    width: calc(100% - 45px);
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li>a>.firstSubNavigation__carat {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 15px;
    height: 15px;
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li.active>a>.firstSubNavigation__carat {
    transform: rotate(180deg);
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li>a>.firstSubNavigation__carat>img {
    width: 12px;
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li>.secondSubNavigation {
    display: flex;
    flex-direction: column;

    margin: 0;
    padding: 0;
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li.active>.secondSubNavigation {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li>.secondSubNavigation>li {
    display: flex;
    flex-direction: column;
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li>.secondSubNavigation>li>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    padding: 11.1px 15px 11.1px 10px;
    background-color: #ffffff;
    border-bottom: 1px solid #E0E0E0;
    text-decoration: none;
    border-left: 6px solid transparent;
    padding-left: 25px;
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li>.secondSubNavigation>li:hover>a,
.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li>.secondSubNavigation>li.active>a {
    border-left: 6px solid #6242E5;
    background-color: #F9F8FD;
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li>.secondSubNavigation>li>a>.secondSubNavigation__circle {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;
    position: relative;
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li>.secondSubNavigation>li>a>.secondSubNavigation__circle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--text-dark);
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li>.secondSubNavigation>li>a>.secondSubNavigation__text {
    display: inline-block;
    font-family: var(--secondaryFontFamily);
    font-size: clamp(12px, 0.625vw, 12px);
    line-height: 1.4;
    font-weight: 500;
    color: var(--text-dark);
    width: calc(100% - 45px);
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li>.secondSubNavigation>li>a>.secondSubNavigation__carat {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 15px;
    height: 15px;
}

.mainContainer .mainSidebar>ul>li>.firstSubNavigation>li>.secondSubNavigation>li>a>.secondSubNavigation__carat>img {
    width: 12px;
}

/* -------------------------------------- Sidebar Style Sheet End -------------------------------------- */

/* -------------------------------------- Welcome Style Sheet Start -------------------------------------- */
.mainContainer .mainSection{
    width: calc(100% - clamp(250px, 17.19vw, 330px));
    height: calc(100vh - clamp(60px, 4.63vw, 110px));
    margin-top: clamp(60px, 4.63vw, 110px);
}
.pageTitle {
    background-color: #8A569542;
    border-top: 1px solid #8A569542;
    border-bottom: 1px solid #8A569542;
    padding: 5px 0;
    text-align: center;
    font-size: clamp(12px, 0.83vw, 16px);
    line-height: 1.4;
    font-weight: 700;
    color: var(--primaryColor);;
    margin: 0;
    height: clamp(29px, 1.88vw, 36px);
}
.mainContainer .mainContent {
    /* width: calc(100% - clamp(280px, 20.42vw, 392px)); */
    /* height: calc(100vh - clamp(85px, 5.73vw, 110px)); */
    width: 100%;
    height: calc(100% - clamp(29px, 1.88vw, 36px));
    overflow: auto;
    padding: 0 55px 0 40px;
    position: relative;
}

.mainContainer .mainContent .welcomeSection {
    display: flex;
    flex-direction: column;

    padding-top: 20px;
}

.mainContainer .mainContent .welcomeSection .welcomeSection__heading {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 0 50px;
}

.mainContainer .mainContent .welcomeSection .welcomeSection__heading h2 {
    font-family: var(--primaryFontFamily);
    font-size: clamp(20px, 2.083vw, 40px);
    line-height: 1.4;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
}

.mainContainer .mainContent .welcomeSection .welcomeSection__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainContainer .mainContent .welcomeSection .welcomeSection__image img {
    width: 29.844vw;
}

/* -------------------------------------- Welcome Style Sheet End -------------------------------------- */

/* -------------------------------------- Summary Style Sheet Start -------------------------------------- */

.mainContainer .mainContent .summarySection {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;

    padding-top: 30px;
}

.mainContainer .mainContent .summarySection .summarySection__box {
    display: flex;
    flex-direction: column;

    width: calc(100% / 3 - 26.6666666667px);
    margin-right: 40px;
    margin-top: 40px;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.mainContainer .mainContent .summarySection .summarySection__box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 235%;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(0deg);
}

.mainContainer .mainContent .summarySection .summarySection__box:hover::after {
    transform: translate(-50%, -50%) rotate(180deg);
}

.mainContainer .mainContent .summarySection .summarySection__box:nth-child(3n + 3) {
    margin-right: 0;
}

.mainContainer .mainContent .summarySection .summarySection__box:nth-child(1),
.mainContainer .mainContent .summarySection .summarySection__box:nth-child(2),
.mainContainer .mainContent .summarySection .summarySection__box:nth-child(3) {
    margin-top: 0;
}

.mainContainer .mainContent .summarySection .summarySection__box.summarySection__box--first::after {
    background: rgb(149, 126, 207);
    background: -moz-linear-gradient(135deg, rgba(149, 126, 207, 1) 0%, rgba(180, 158, 233, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(149, 126, 207, 1) 0%, rgba(180, 158, 233, 1) 100%);
    background: linear-gradient(135deg, rgba(149, 126, 207, 1) 0%, rgba(180, 158, 233, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#957ecf", endColorstr="#b49ee9", GradientType=1);
}

.mainContainer .mainContent .summarySection .summarySection__box.summarySection__box--second::after {
    background: rgb(241, 39, 17);
    background: -moz-linear-gradient(135deg, rgba(241, 39, 17, 1) 0%, rgba(245, 175, 25, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(241, 39, 17, 1) 0%, rgba(245, 175, 25, 1) 100%);
    background: linear-gradient(135deg, rgba(241, 39, 17, 1) 0%, rgba(245, 175, 25, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f12711", endColorstr="#f5af19", GradientType=1);
}

.mainContainer .mainContent .summarySection .summarySection__box.summarySection__box--third::after {
    background: rgb(47, 128, 237);
    background: -moz-linear-gradient(135deg, rgba(47, 128, 237, 1) 0%, rgba(86, 204, 242, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(47, 128, 237, 1) 0%, rgba(86, 204, 242, 1) 100%);
    background: linear-gradient(135deg, rgba(47, 128, 237, 1) 0%, rgba(86, 204, 242, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f80ed", endColorstr="#56ccf2", GradientType=1);
}

.mainContainer .mainContent .summarySection .summarySection__box.summarySection__box--fourth::after {
    background: rgb(245, 124, 159);
    background: -moz-linear-gradient(135deg, rgba(245, 124, 159, 1) 0%, rgba(217, 84, 116, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(245, 124, 159, 1) 0%, rgba(217, 84, 116, 1) 100%);
    background: linear-gradient(135deg, rgba(245, 124, 159, 1) 0%, rgba(217, 84, 116, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f57c9f", endColorstr="#d95474", GradientType=1);
}

.mainContainer .mainContent .summarySection .summarySection__box.summarySection__box--fifth::after {
    background: rgb(135, 222, 193);
    background: -moz-linear-gradient(135deg, rgba(135, 222, 193, 1) 0%, rgba(94, 199, 151, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(135, 222, 193, 1) 0%, rgba(94, 199, 151, 1) 100%);
    background: linear-gradient(135deg, rgba(135, 222, 193, 1) 0%, rgba(94, 199, 151, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#87dec1", endColorstr="#5ec797", GradientType=1);
}

.mainContainer .mainContent .summarySection .summarySection__box.summarySection__box--sixth::after {
    background: rgb(214, 208, 51);
    background: -moz-linear-gradient(135deg, rgba(214, 208, 51, 1) 0%, rgba(146, 141, 2, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(214, 208, 51, 1) 0%, rgba(146, 141, 2, 1) 100%);
    background: linear-gradient(135deg, rgba(214, 208, 51, 1) 0%, rgba(146, 141, 2, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6d033", endColorstr="#928d02", GradientType=1);
}

.mainContainer .mainContent .summarySection .summarySection__box.summarySection__box--seventh::after {
    background: rgb(195, 119, 226);
    background: -moz-linear-gradient(135deg, rgba(195, 119, 226, 1) 0%, rgba(142, 68, 173, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(195, 119, 226, 1) 0%, rgba(142, 68, 173, 1) 100%);
    background: linear-gradient(135deg, rgba(195, 119, 226, 1) 0%, rgba(142, 68, 173, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c377e2", endColorstr="#8e44ad", GradientType=1);
}

.mainContainer .mainContent .summarySection .summarySection__box.summarySection__box--eighth::after {
    background: rgb(214, 106, 124);
    background: -moz-linear-gradient(135deg, rgba(214, 106, 124, 1) 0%, rgba(170, 30, 55, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(214, 106, 124, 1) 0%, rgba(170, 30, 55, 1) 100%);
    background: linear-gradient(135deg, rgba(214, 106, 124, 1) 0%, rgba(170, 30, 55, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d66a7c", endColorstr="#aa1e37", GradientType=1);
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__top {
    display: flex;
    align-items: normal;
    justify-content: flex-start;
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__top .summarySection__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    width: 25%;
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__top .summarySection__left .summarySection__img {
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__top .summarySection__left .summarySection__img img {
    width: 100%;
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__top .summarySection__right {
    display: flex;
    flex-direction: column;

    width: 75%;
    padding-left: 20px;
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__top .summarySection__right .summarySection__rightTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__top .summarySection__right .summarySection__rightTop .summarySection__heading {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 64px;
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__top .summarySection__right .summarySection__rightTop .summarySection__heading h2 {
    font-family: var(--primaryFontFamily);
    font-size: clamp(20px, 1.25vw, 24px);
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__top .summarySection__right .summarySection__rightTop .summarySection__heading h2 span {
    display: block;
    font-size: clamp(12px, 0.833vw, 16px);
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__top .summarySection__right .summarySection__rightTop .summarySection__value {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;

    min-width: 90px;
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__top .summarySection__right .summarySection__rightTop .summarySection__value h1 {
    font-family: var(--primaryFontFamily);
    font-size: clamp(24px, 2.5vw, 48px);
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__top .summarySection__right .summarySection__rightTop .summarySection__value h1 img {
    width: 22px;
    margin-bottom: -5px;
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__top .summarySection__right .summarySection__rightBottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    min-height: 120px;
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__top .summarySection__right .summarySection__rightBottom .summarySection__heading {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;

    margin-right: 15px;
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__top .summarySection__right .summarySection__rightBottom .summarySection__heading:last-child {
    margin-right: 0;
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__top .summarySection__right .summarySection__rightBottom .summarySection__heading h2 {
    font-family: var(--secondaryFontFamily);
    font-size: clamp(12px, 0.833vw, 16px);
    line-height: 1.4;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__top .summarySection__right .summarySection__rightBottom .summarySection__heading h1 {
    font-family: var(--secondaryFontFamily);
    font-size: clamp(17px, 1.771vw, 34px);
    line-height: 1.4;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    position: absolute;
    right: 20px;
    bottom: 10px;
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__bottom p {
    font-family: var(--secondaryFontFamily);
    font-size: clamp(12px, 0.573vw, 12px);
    line-height: 1.4;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.mainContainer .mainContent .summarySection .summarySection__box .summarySection__bottom p span {
    display: inline-block;
}

.mainContent.no-padding-right{
    padding-right:0 !important;
    overflow-x: hidden;
}

/* -------------------------------------- Summary Style Sheet End -------------------------------------- */

/* -------------------------------------- Footer Style Sheet Start -------------------------------------- */

.mainContainer .mainFooter {
    position: fixed;
    bottom: 0;
    right: 0;
    width: calc(100% - 280px);
    padding: 10.61px 20px;
    z-index: 999;
    background-color: #F3F3F3;
    border: 1px solid #D1D1D1;
}

.mainContainer .mainFooter .mainFooter__main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainContainer .mainFooter .mainFooter__main .mainFooter__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    width: 50%;
}

.mainContainer .mainFooter .mainFooter__main .mainFooter__left .mainFooter__copyright {
    display: flex;
    flex-direction: column;
}

.mainContainer .mainFooter .mainFooter__main .mainFooter__left .mainFooter__copyright p {
    font-family: var(--primaryFontFamily);
    font-size: clamp(12px, 0.625vw, 12px);
    line-height: 1.2;
    font-weight: 400;
    color: rgba(12, 1, 21, 0.5);
    margin: 0;
}

.mainContainer .mainFooter .mainFooter__main .mainFooter__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    width: 50%;
}

.mainContainer .mainFooter .mainFooter__main .mainFooter__right .mainFooter__poweredBy {
    display: flex;
    flex-direction: column;
}

.mainContainer .mainFooter .mainFooter__main .mainFooter__right .mainFooter__poweredBy p {
    font-family: var(--primaryFontFamily);
    font-size: clamp(12px, 0.521vw, 12px);
    line-height: 1.2;
    font-weight: 400;
    color: #666666;
    margin: 0;
}

.mainContainer .mainFooter .mainFooter__main .mainFooter__right .mainFooter__poweredBy p a {
    display: inline-block;
    font-size: clamp(12px, 0.729vw, 14px);
    font-weight: 800;
    color: #666666;
    margin-left: 10px;
    text-decoration: none;
}

/* -------------------------------------- Footer Style Sheet End -------------------------------------- */

/* -------------------------------------- Send Invites Modal Style Sheet Start -------------------------------------- */

.sendInvitesModal {
    display: flex;
    flex-wrap: wrap;
}

.sendInvitesModal .sendInvitesModal__left,
.sendInvitesModal .sendInvitesModal__right {
    display: flex;
    flex-direction: column;

    width: calc(50% - 25px);
    margin-right: 50px;
}

.sendInvitesModal .sendInvitesModal__right {
    margin: 0;
}

.sendInvitesModal .sendInvitesModal__left h3,
.sendInvitesModal .sendInvitesModal__right h3 {
    font-family: var(--primaryFontFamily);
    font-size: clamp(12px, 0.833vw, 16px);
    font-weight: 500;
    line-height: 1.2;
    color: var(--primaryColor);
    margin: 0 0 10px;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box {
    background-color: #FAFAFA;
    padding: 25px 5px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    position: relative;
    height: 100%;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .customFormBox {
    padding: 0 15px;
    margin: 0 0 15px;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailSearch,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailSearch {
    position: absolute;
    top: 50%;
    right: 0;
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
}

/* .sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailSearch {
    top: 25px;
} */

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailSearch.show,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailSearch.show {
    width: 100%;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailSearch input,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailSearch input {
    width: 100%;
    height: 100%;
    border: 1px solid #D1D1D1;
    background-color: #FAFAFA;
    box-shadow: none !important;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailSearch.show input,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailSearch.show input {
    padding-right: 45px;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailSearch button,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailSearch button {
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: 1px;
    right: 1px;
    width: 33px;
    height: 33px;
    border: none;
    background-color: #FAFAFA;
    padding: 0;
    border-radius: 6px;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailSearch button img,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailSearch button img {
    width: 12.5px;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailList,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailList {
    display: flex;
    flex-direction: column;

    height: 250px;
    overflow: auto;
    padding: 0 15px;
}

.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailList {
    height: 320px;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailList p {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
    margin: 0;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailList ul,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailList ul {
    display: flex;
    flex-direction: column;

    margin: 0;
    padding: 0;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailList .sendInvitesModal__newEmailList {
    justify-content: flex-end;
    flex-direction: row;
    gap: 15px;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailList ul li,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailList ul li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    margin: 0 0 15px;
    min-height: 35px;
    position: relative;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailList .sendInvitesModal__newEmailList li {
    margin: 0;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailList ul li:last-child,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailList ul li:last-child {
    margin: 0;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailList ul li .sendInvitesModal__allEmailListLeft,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailList ul li .sendInvitesModal__allEmailListLeft {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    width: calc(100% - 135px);
    min-height: 35px;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailList ul li .sendInvitesModal__allEmailListCenter,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailList ul li .sendInvitesModal__allEmailListCenter {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    width: 100px;
    min-height: 35px;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailList ul li .sendInvitesModal__allEmailListLeft span,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailList ul li .sendInvitesModal__allEmailListLeft span {
    color: #000000;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailList ul li .sendInvitesModal__allEmailListRight,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailList ul li .sendInvitesModal__allEmailListRight {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    width: 35px;
    min-height: 35px;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailList ul li label,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailList ul li label {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailList ul li:first-child label,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailList ul li:first-child label {
    align-items: center;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailList ul li label input[type="checkbox"],
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailList ul li label input[type="checkbox"] {
    margin-top: 2px;
    margin-right: 5px;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailList ul li:first-child label input[type="checkbox"],
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailList ul li:first-child label input[type="checkbox"] {
    margin-top: 0;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailList ul li label .sendInvitesModal__emailDetails,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailList ul li label .sendInvitesModal__emailDetails {
    display: flex;
    flex-direction: column;

}

.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailList ul li:nth-child(2) label .sendInvitesModal__emailDetails {
    flex-direction: row;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailList ul li label .sendInvitesModal__emailDetails span,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailList ul li label .sendInvitesModal__emailDetails span {
    display: inline-block;
    font-family: var(--primaryFontFamily);
    font-size: clamp(12px, 0.729vw, 14px);
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    margin: 0 0 2px;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailList ul li:first-child label .sendInvitesModal__emailDetails span,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailList ul li:nth-child(2) label .sendInvitesModal__emailDetails span {
    font-size: clamp(12px, 0.833vw, 16px);
    margin: 0;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__allEmailList ul li label .sendInvitesModal__emailDetails small,
.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailList ul li label .sendInvitesModal__emailDetails small {
    display: inline-block;
    font-family: var(--primaryFontFamily);
    font-size: clamp(12px, 0.625vw, 12px);
    font-weight: 500;
    line-height: 1.2;
    color: #666666;
}

.sendInvitesModal .sendInvitesModal__right .sendInvitesModal__box .sendInvitesModal__allEmailList ul li:nth-child(2) label .sendInvitesModal__emailDetails small {
    padding-left: 10px;
    border-left: 1px solid #999999;
    margin-left: 10px;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__pushAllEmail {
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    bottom: 30px;
    right: 30px;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__pushAllEmail a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__pushAllEmail a.disabled {
    pointer-events: none;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__pushAllEmail a .arrowIcon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--primaryColor);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__pushAllEmail a.disabled span.arrowIcon {
    background-color: #999999;
}

.sendInvitesModal .sendInvitesModal__left .sendInvitesModal__box .sendInvitesModal__pushAllEmail a .arrowIcon img {
    width: 50%;
}

.sendInvitesModal .sendInvitesModal__bottom {
    display: flex;
    flex-direction: column;

    width: 100%;
    margin: 20px 0 0;
}

.sendInvitesModal .sendInvitesModal__button {
    display: flex;
    align-items: center;
    justify-content: center;

    padding-top: 35px;
    width: 100%;
}

.exportEmailModalBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    padding: 30px;
}

.exportEmailModalBox .exportEmailModalBox__image {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 50px;
}

.exportEmailModalBox .exportEmailModalBox__image img {
    width: 45px;
}

.exportEmailModalBox .exportEmailModalBox__buttonSection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.exportEmailModalBox .exportEmailModalBox__buttonSection:has(+ .exportEmailModalBox__tableSection) {
    margin-bottom: 50px;
}

.exportEmailModalBox .exportEmailModalBox__buttonSection button,
.exportEmailModalBox .exportEmailModalBox__buttonSection label {
    min-width: 154px;
}

.exportEmailModalBox .exportEmailModalBox__tableSection {
    width: 100%;
}

.exportEmailModalBox .exportEmailModalBox__tableSection table.table {
    width: 100%;
    margin: 0;
}

.addEmailModalBox {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

.addEmailModalBox .addEmailModalBox__addingEmailsBox {
    display: flex;
    flex-direction: column;

    background-color: #FFFFFF;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    padding: 10px;
    height: 250px;
}

.addEmailModalBox .addEmailModalBox__addingEmailsBox ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    height: auto;
    margin-bottom: 10px;
}

.addEmailModalBox .addEmailModalBox__addingEmailsBox ul li {
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #ffffff;
    border: 1px solid #CED4DA;
    border-radius: 16px;
    padding: 6px 6px 6px 8px;
    font-family: var(--primaryFontFamily);
    font-size: clamp(12px, 0.729vw, 14px);
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    height: 30px;
}

.addEmailModalBox .addEmailModalBox__addingEmailsBox ul li img {
    width: 14px;
    margin-left: 10px;
}

.addEmailModalBox .addEmailModalBox__addingEmailsBox .addEmailModalBox__addingEmailInput {
    width: 100%;
    height: 100%;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 5px 10px;
    resize: none;
    /* background-color: #f9f9f9; */
}

.addEmailModalBox .emailLimit {
    font-family: var(--primaryFontFamily);
    font-size: clamp(12px, 0.521vw, 12px);
    font-weight: 400;
    line-height: 1.2;
    color: #767676;
    margin: 10px 0 0;
}

/* -------------------------------------- Send Invites Modal Style Sheet End -------------------------------------- */

/* -------------------------------------- Profile Modal Style Sheet Start -------------------------------------- */

.profilePictureBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    margin: 0 0 30px;
}

.profilePictureBox .profilePictureBox__image {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 88px;
    height: 88px;
    border-radius: 50%;
    position: relative;
    margin: 0 0 15px;
}

.profilePictureBox .profilePictureBox__image img {
    width: 100%;
}

.profilePictureBox .profilePictureBox__image .profilePictureBox__editButton {
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    bottom: 0;
    right: 0;
    width: 26px;
    height: 26px;
    border: 1px solid var(--primaryColor);
    border-radius: 50%;
    background-color: #ffffff;
}

.profilePictureBox .profilePictureBox__image .profilePictureBox__editButton img {
    width: 14px;
}

.profilePictureBox .profilePictureBox__userName {
    display: flex;
    flex-direction: column;
}

.profilePictureBox .profilePictureBox__userName h4 {
    font-family: var(--primaryFontFamily);
    font-size: clamp(14px, 0.938vw, 18px);
    line-height: 1.2;
    font-weight: 500;
    color: #000000;
    margin: 0;
}
.teaserModalComponent .modal-body .dataTableSection .dataTableSection__tableSection .table-responsive .dt-search,
.brochureModalComponent .modal-body .dataTableSection .dataTableSection__tableSection .table-responsive .dt-search{
    padding-right: 40px;
}
/* .teaserModalComponent .modal-body .dataTableSection .dataTableSection__tableSection .table-responsive table,
.brochureModalComponent .modal-body .dataTableSection .dataTableSection__tableSection .table-responsive table{
    min-height: 55vh;
} */

.download-arrow, .download-policy {
    width: clamp(15px, 1.04vw, 20px) !important;
    height: clamp(15px, 1.04vw, 20px);
    filter: brightness(0) saturate(100%) invert(42%) sepia(1%) saturate(2123%) hue-rotate(62deg) brightness(92%) contrast(89%);
}
.brochureModalComponent .myDataTable.table tbody tr:nth-of-type(odd) .dt-empty, .brochureModalComponent .myDataTable.table tbody tr:nth-of-type(odd) td.dt-empty
{
 height: 52vh !important;
}
.teaserModalComponent .myDataTable.table tbody tr:nth-of-type(odd) .dt-empty, .teaserModalComponent .myDataTable.table tbody tr:nth-of-type(odd) td.dt-empty
{
 height: 52vh !important;
}
.teaserModalComponent .sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox
.sidebarFromSection__top .sidebarFromSection__browseImage button{
    width: 150px;
}

/* -------------------------------------- Profile Modal Style Sheet End -------------------------------------- */

.w-fit-content {
    width: fit-content;
}

/* -------------------------------------- Responsive Style Sheet Start -------------------------------------- */

div.dt-processing>div:last-child {
    display: none !important;
}

/* -------------------------------------- Summary Style Sheet Start -------------------------------------- */
.summarySection {
    padding-bottom: 3.646vw;
}

.summary_parent {
    padding-top: 3.125vw;
}

.sp_heading h2 {
    font-size: clamp(15px, 1.563vw, 30px);
    color: #6143e6;
    font-weight: 500;
    margin-bottom: 0.885vw;
}

.summary_column {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: -1px 1px 55px 1px rgba(0, 0, 0, 0.07);
    padding: 20px;
    height: 100%;
}

.sc_top {
    padding-bottom: 1.042vw;
}

.sc_top h3 {
    font-size: clamp(16px, 1.25vw, 24px);
    color: #666;
    font-weight: 400;
    margin-bottom: 5px;
}

.sc_top ul.sct_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1.563vw;
}

.sc_top ul.sct_list li h4 {
    font-size: clamp(16px, 1.25vw, 24px);
    color: #333;
    font-weight: 400;
}

.sc_top ul.sct_list li .dropdown .dropdown-toggle {
    padding: 0;
    height: auto;
    min-width: 90px;
    background: none;
    font-size: clamp(12px, 0.729vw, 14px);
    color: #666;
    line-height: 21px;
    justify-content: flex-start;
}

.sc_top ul.sct_list li .dropdown ul.dropdown-menu {
    border: none;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
    padding: 0;
    overflow: hidden;
}

.sc_top ul.sct_list li .dropdown ul.dropdown-menu li a.dropdown-item {
    padding: 12px 20px;
    line-height: 1;
    color: #333;
    font-size: clamp(12px, 0.729vw, 14px);
    transition: all .3s ease-in-out;
}

.sc_top ul.sct_list li .dropdown ul.dropdown-menu li a.dropdown-item.active,
.sc_top ul.sct_list li .dropdown ul.dropdown-menu li a.dropdown-item:hover {
    background: #6242E5;
    color: #fff;
}

.sc_top ul.sct_list li .dropdown .dropdown-toggle::after {
    content: "";
    border: none;
    margin: 0 0 0 6px;
    background: url('../../img/sidebar/arrowDown.svg') no-repeat center center;
    background-size: 100%;
    width: 10px;
    height: 6px;
    filter: brightness(0) saturate(100%) invert(40%) sepia(0%) saturate(1%) hue-rotate(341deg) brightness(98%) contrast(93%);
}

.sc_bottom {
    height: 300px;
    width: 100%;
}

.sc_bottom img {
    height: 100%;
    max-width: 100%;
}

.summary_menu .btn-group .dropdown-toggle {
    background: none;
    padding: 0;
    min-width: auto;
    height: auto;
}

.summary_menu .btn-group .dropdown-toggle:after {
    display: none;
}

.summary_menu .btn-group .dropdown-toggle:hover img,
.summary_menu .dropdown .dropdown-toggle.show img {
    filter: brightness(0) saturate(100%) invert(25%) sepia(70%) saturate(2637%) hue-rotate(242deg) brightness(91%) contrast(98%);
}

.summary_menu .btn-group ul.dropdown-menu {
    border: none;
    min-width: auto;
    padding: 6px 0;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
    margin-top: 9px !important;
    border-radius: 3px;
}

.submit-custom-next-btn {
    font-size: clamp(16px, 1.15vw, 22px);
    background: #EF651E;
    font-weight: 500;
    color: #fff;
    line-height: 1.25;
    display: block;
    border-radius: 10px;
    padding: clamp(9px, 0.63vw, 12px) clamp(6px, 0.52vw, 10px) clamp(8px, 0.57vw, 11px);
    width: clamp(200px, 15.63vw, 300px);
    border: 1px solid #EF651E;
    position: absolute;
    right: 0;
}
.submit-custom-next-btn:hover{
    background-color: #d04700;
    border-color: #d04700;
}
.summary_menu .btn-group ul.dropdown-menu li {
    position: relative;
}

.summary_menu .btn-group ul.dropdown-menu li a.dropdown-item {
    display: flex;
    padding: 5px 11px;
    line-height: 1;
    background: none;
}

.summary_menu .btn-group ul.dropdown-menu li img {
    height: 16px;
    width: 16px;
}

.summary_menu .btn-group ul.dropdown-menu li ul {
    position: absolute;
    left: -40px;
    background: #fff;
    list-style-type: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: none;
    top: 0;
    padding: 5px 0;
}

.summary_menu .btn-group ul.dropdown-menu li.subDrop:before {
    position: absolute;
    left: 3px;
    top: 0;
    content: "";
    bottom: 0;
    margin: auto;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #333;
    width: 0px;
    height: 0px;
}

.summary_menu .btn-group ul.dropdown-menu li:hover ul {
    display: block;
}

.pe-20 {
    padding-right: 20px;
}

.ps-20 {
    padding-left: 20px;
}

.courses p {
    font-size: clamp(12px, 0.729vw, 14px);
    margin: 0;
    color: #666;
}

.courses h4 {
    font-size: clamp(20px, 2.292vw, 44px);
    color: #6242e5;
    font-weight: 500;
    line-height: 1;
}

.summary_column .table thead tr th {
    background: #F5F2FF;
}

.summary_column .table thead tr th {
    background: #F5F2FF;
    font-size: clamp(12px, 0.833vw, 16px);
    color: #333;
    font-weight: 500;
    padding: 13.5px 12px;
    line-height: 1;
    border: none;
}

.summary_column .table thead tr th:first-child {
    padding-left: 30px;
}

.summary_column .table tbody tr td {
    padding: 11px 12px;
    font-size: clamp(12px, 0.729vw, 14px);
    color: #333;
    border: none;
}

.summary_column .table tbody tr td:first-child {
    padding-left: 30px;
}

.summary_column .table.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #fff;
}

.summary_column .table.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-bg-type: #FAFAFA;
}

.sc_bottom .table-responsive {
    max-height: 300px;
}

.sc_bottom .table-responsive.serviceTble {
    max-height: 231px;
}

.sc_bottom .fixed-header-table thead {
    position: sticky;
    top: 0;
    z-index: 2;
}

.chartExpendColumn.expendView {
    position: fixed;
    z-index: 9999;
    width: 100%;
    margin: auto;
    top: 0;
    right: 0;
    background: #fff;
    height: 100%;
    padding: 20px;
}

input.daterangeInput {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 0;
    top: 0;
}

.profilePictureBox__image img {
    border-radius: 50%;
}

.daterangepicker:before,
.daterangepicker:after {
    display: none;
}

.daterangepicker {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    border: none;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

.drp-calendar.left {
    border-right: 1px solid #ddd;
}

.daterangepicker {
    margin: 0;
}

.daterangepicker td.in-range {
    background-color: #EEECF4;
    color: #6242e5;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #6242e5;
    color: #fff;
}

.daterangepicker .drp-selected {
    display: none;
}

.daterangepicker.show-calendar .drp-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_height {
    height: calc(100% - 54px);
}

.sidebarFromSection .sidebarFromSection__formBox .form_height .sidebarFromSection__form {
    height: calc(100% - 61px);
}

/* .customFormBox .form-group span.select2.select2-container.select2-container--disabled .select2-selection--single {
    justify-content: flex-end;
} */

.form-group.select2Error.has-error {
    display: flex;
    flex-direction: column;
}

.form-group.select2Error.has-error label.form-label {
    order: 1;
}

.form-group.select2Error.has-error select {
    order: 2;
}

.form-group.select2Error.has-error span.select2.select2-container {
    order: 3;
}

.form-group.select2Error.has-error .help-block {
    order: 4;
    margin-top: 1px;
    color: red;
    font-size: 12px;
}

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

/* -------------------------------------- Document Modal Start -------------------------------------- */
.documentModal.commonModalStyling .modal-content .modal-body {
    padding-left: 50px;
    padding-right: 50px;
    overflow-x: hidden;
    padding-bottom: 0;
}

.commonModalStyling .modal-content .modal-body .dataTableSection {
    height: calc(76vh - 40px);
    padding-bottom: 10px;
}

.documentForm.sidebarFromSection {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    right: -50%;
    height: 100%;
}

.document__slideButton {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 100%;
    width: 45px;
    height: 45px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: var(--primaryColor);
    cursor: pointer;
}

.sidebarFromSection.show .document__slideButton img {
    transform: rotate(45deg);
}

.document__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

.document__overlay.show {
    display: block;
}

.documentForm.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__addedImage .sidebarFromSection__removeImage {
    right: 6px;
}

.documentForm.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__browseImage button {
    white-space: nowrap;
}

.documentForm .removeFile {
    margin-left: 5px;
}

div#captha_loader {
    display: flex;
}

div#captha_loader p {
    margin: auto;
    font-weight: 700;
}

/* --------------------------------------- Document Modal End --------------------------------------- */
.errorMsg .help-block {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -50px;
    white-space: nowrap;
}

#reviewModalComponent.microReviewTable .myDataTable.table thead tr th:nth-child(3) {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#reviewModalComponent.microReviewTable .myDataTable.table tbody tr td:nth-child(3) {
    max-width: 300px;
    word-wrap: break-word;
}

.modal-header.reviewModal{
    padding-top:15px !important; 
    padding-bottom:14px !important
}

#is_academic{
    height: 14px;
    width: 14px;
    accent-color:#6242e5;
}
/* --------------------------------------- Summary Style Sheet End --------------------------------------- */

@media (max-width: 1600px) {
    .authenticationPage .authenticationPage__right .authenticationPage__loginBox .authenticationPage__header h2 {
        font-size: 1.5rem;
    }

    .authenticationPage .authenticationPage__right .authenticationPage__loginBox .authenticationPage__body .authenticationPage__BottomBox .googleButtonBox a {
        font-size: clamp(12px, 0.729vw, 14px);
        padding: 10px 20px;
    }

    .authenticationPage .authenticationPage__right .authenticationPage__loginBox .authenticationPage__body .authenticationPage__BottomBox .googleButtonBox a svg {
        width: 18px;
        margin-right: 7.5px;
    }

    .mainContainer .mainSidebar>ul>li>.firstSubNavigation>li>.secondSubNavigation>li>a {
        padding: 5px 15px 5px 10px;
    }
}

@media (max-width: 1440px) {}

@media (max-width: 1368px) {

    .mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__right .mainHeader__burgerMenu,
    .mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__right .mainHeader__adminOptions {
        width: 50px;
        height: 50px;
    }

    .mainContainer .mainHeader .mainHeader__main .mainHeader__bottom,
    .mainContainer .mainFooter {
        width: calc(100% - 220px);
    }

    .mainContainer .mainSidebar {
        top: 50px;
        width: 220px;
        height: calc(100vh - 50px);
    }

    /* .mainContainer .mainSidebar>ul>li>a {
        padding: 12px;
    } */

    .mainContainer .mainSidebar>ul>li>a>.mainSidebar__icon {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    .mainContainer .mainSidebar>ul>li>a>.mainSidebar__text {
        width: calc(100% - 35px);
    }

    .mainContainer .mainContent {
        padding-right: 45px ;
        padding-left: 30px;
    }
    .prof-deco-wrapper {
        right: -45px !important;
    }

    .sidebarFromSection {
        top: 50px;
        height: calc(100vh - 50px);
    }

    .sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form {
        padding: 20px;
    }

    .sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form.resources-sidebarFromSection{
        padding: 0 0 20px 0;
    }

    .sidebarFromSection .sidebarFromSection__modalButton,
    .sidebarFromSection .sidebarFromSection__slideButton.withDropdown{
        width: 35px;
        height: 35px;
        top: 51px;
    }

    .dataTableSection .dataTableSection__tableSection .table-responsive .dt-container .dt-layout-row .dt-search input {
        height: 35px;
        background: transparent url(../../img/dataTableSearchIcon.svg) no-repeat right 10px center / 15px;
        padding-right: 30px;
        min-width: 200px;
    }

    .customFormBox .form-group span.select2.select2-container .select2-selection--single {
        padding: 5px 10px;
        height: 30px;
        background: #ffffff url(../../img/chevronDown.svg) no-repeat right 10px center / 10px;
    }

    /* .customFormBox .form-group .form-label,
    .sidebarFromSection__browseImageBox label.form-label {
        margin: 0;
    } */

    .dataTableSection .dataTableSection__tableSection .table-responsive .dt-container {
        padding-top: 45px;
    }
    .commonModalStyling .modal-content .sidebarFromSection.sidebarFromSection__formSection+.sidebarFromSection__overlay{
        top: 50px;
        height: calc(100% - 50px);
    }
    .commonModalStyling .modal-content .sidebarFromSection.sidebarFromSection__formSection .sidebarFromSection__modalButton {
        top: 9px;
    }
}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {}

@media (max-width: 767px) {}

/* -------------------------------------- Responsive Style Sheet End -------------------------------------- */

/* ===================================== New Design ======================================== */
.mainHeader__right ul {
    /* display: flex; */
    list-style-type: none;
    padding: 0;
    margin: 0;
    align-items: center;
    gap: clamp(17px, 1.77vw, 34px);
}
.mainHeader__right ul li a{
    display: block;
}
.mainHeader__right ul li a img {
    filter: brightness(0) saturate(100%) invert(24%) sepia(78%) saturate(3946%) hue-rotate(152deg) brightness(87%) contrast(103%);
    height: clamp(38px, 2.71vw, 52px);
    transition: unset !important;
}
.mainHeader__right ul li a img.bell_icon{
    height: clamp(24px, 1.77vw, 34px);
}
.mainHeader__right ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(71%) sepia(15%) saturate(3413%) hue-rotate(349deg) brightness(110%) contrast(98%);
}
.mainHeader__right ul li a.mainHeader__burgerMenuButton img {
    max-width: clamp(28px, 1.82vw, 35px);
}
.sidebar {
    padding-top: clamp(105px, 6.25vw, 120px);
    width: clamp(250px, 17.19vw, 330px);
    padding-left: clamp(8px, 0.83vw, 16px);
    padding-right: clamp(8px, 0.83vw, 16px);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    max-height: 100vh;
    overflow: auto;
    padding-bottom: 10px;
}

.sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sidebar ul li:not(:last-child){
    margin-bottom: clamp(10px, 1.04vw, 20px);
}
.sidebar ul li a, .dropdownBtn {
    display: flex;
    padding: clamp(6px, 0.52vw, 10px) clamp(12px, 0.94vw, 18px);
    border-radius: 10px;
    align-items: center;
    gap: clamp(8px, 0.68vw, 13px);
}
.sidebar ul li a img, .dropdownBtn img {
    height: clamp(30px, 2.08vw, 40px);
}
.sidebar ul li a span, .dropdownBtn span {
    font-size: clamp(14px, 1.04vw, 20px);
    color: #333;
}
.sidebar ul li a:hover, .sidebar ul li a.active, .sidebar ul li a.show, .dropdownBtn.show, .dropdownBtn.active, .dropdownBtn:hover{
    background-color: var(--primaryColor);;
}
.sidebar ul li a:hover span, .sidebar ul li a.active span, .sidebar ul li a.show span, .dropdownBtn.show span, .dropdownBtn.active span, .dropdownBtn:hover span{
    color: #fff;
}
.sidebar ul li a img.arrowDrop, .dropdownBtn img.arrowDrop {
    position: absolute;
    right: 10px;
    width: 11px;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-90deg);
}
.sidebar ul li a:hover img.arrowDrop, .sidebar ul li a.active img.arrowDrop, .sidebar ul li a.show img.arrowDrop, .dropdownBtn:hover img.arrowDrop, .dropdownBtn.active img.arrowDrop, .dropdownBtn.show img.arrowDrop{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(33deg) brightness(106%) contrast(101%);
}
.sidebar ul li a.show img.arrowDrop, .dropdownBtn.show img.arrowDrop {
    transform: unset;
}

.sidebar ul li.dropdown ul.dropdown-menu {
    position: relative !important;
    transform: unset !important;
    border: none;
}
.sidebar ul li.dropdown ul.dropdown-menu li a.dropdown-item span {
    font-size: clamp(12px, 0.83vw, 16px);
}
.sidebar ul li.dropdown ul.dropdown-menu li {
    margin-top: 10px;
    margin-bottom: 0;
}
.sidebar ul li.dropdown ul.dropdown-menu li a {
    padding-left: clamp(38px, 2.4vw, 46px);
    position: relative;
    line-height: 1;
    padding-top: clamp(14px, 0.89vw, 17px);
    padding-bottom: 14px;
}
.sidebar ul li.dropdown ul.dropdown-menu li a:after{
    position: absolute;
    left: clamp(25px, 1.56vw, 30px);
    top: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #333;
    content: "";
    margin: auto;
}
.sidebar ul li.dropdown ul.dropdown-menu li a:hover:after, .sidebar ul li.dropdown ul.dropdown-menu li a.active:after{
    background: #fff;
}
.mainContainer .mainHeader .mainHeader__main .mainHeader__top .mainHeader__left.mhlLogo{
    width: clamp(280px, 20.42vw, 392px);
}
.caLeft {
    padding-top: clamp(7px, 0.52vw, 10px);
    padding-bottom: clamp(7px, 0.52vw, 10px);
    display: none;
    align-items: center;
}
.caLeftBox{
    height: 100%;
}
.caLeftBox h3 {
    font-size: clamp(20px, 1.67vw, 32px);
    padding-left: clamp(8px, 0.63vw, 12px);
    padding-right: clamp(8px, 0.63vw, 12px);
    color: var(--primaryColor);;
    font-weight: 600;
}
.analytics_icon{
    width: clamp(30px, 2.5vw, 48px);
}
.verity_icon{
    width: clamp(28px, 1.46vw, 28px);
}
.corpIntel_Analytics {
    padding-top: clamp(20px, 1.67vw, 32px);
}
.corpIntel_Analytics .ca_head h3 {
    font-size: clamp(18px, 1.46vw, 28px);
    font-weight: 500;
    color: #333;
}
.ca_tabs {
    padding-top: clamp(24px, 2.19vw, 42px);
}
/* .ca_tabs .nav-tabs:after{
    position: absolute;
    bottom: 0;
    height: clamp(5px, 0.42vw, 8px);
    width: 100%;
    content: "";
    background: #E8E8E6;
    left: 0;
    border-radius: 50px;
} */
.ca_tabs .nav-tabs li.nav-item .nav-link {
    border: none;
    padding: 0;
    margin: 0;    
    text-align: left;
    width: 100%;
    line-height: 1;
    padding: clamp(14px, 1.2vw, 23px) clamp(12px, 1.25vw, 24px);
    position: relative;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 0;
    color: #333;
    display: flex;
    align-items: center;
    gap: clamp(8px,0.63vw,12px);
}
/* .ca_tabs .nav-tabs li.nav-item:last-child .nav-link{
    border-bottom: none;
} */
.ca_tabs .nav-tabs li.nav-item .nav-link span {
    font-weight: 400;
    color: #333;
    margin-left: auto;
    padding: 4px 13px;
    border-radius: 5px !important;
    background: #F1EBF8;
    box-shadow: 0px 1px 4px 0px #8A5695;
}
.ca_tabs .nav-tabs li.nav-item{
    /* width: calc(100% / 3); */
    width: 100%;
}
/* .ca_tabs .nav-tabs li.nav-item .nav-link.active {
    font-weight: 700;
    color: var(--primaryColor);;
} */
/* .ca_tabs .nav-tabs:before{
    position: absolute;
    bottom: 0;
    height: clamp(5px, 0.42vw, 8px);
    width: var(--tab-progress-width, 33.33%);
    content: "";
    background: var(--primaryColor);;
    left: 0;
    border-radius: 50px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
} */
.ca_tabs .tab-content {
    padding-top: 0;
}
.ca_tabs .tab-content table.table{
    margin-bottom: 0;
}
.ca_tabs .tab-content table.table thead tr th, #rapidAssessmentModal table.table thead tr th {
    border: none;
    padding: 0 5px 5px;
    font-size: clamp(14px, 0.94vw, 18px);
    font-weight: 600;
    color: #333;
    text-align: center;
}
.ca_tabs .tab-content table.table thead tr th:first-child, #rapidAssessmentModal table.table thead tr th:first-child {
    text-align: start;
    padding-left: clamp(30px, 2.08vw, 40px);
}
.ca_tabs .tab-content table.table thead tr th:not(:first-child) {
    width: 115px;
}
.ca_tabs .tab-content table.table tbody tr.tableColumn {
    /* background: #F9FFFA; */
    /* border: 1px solid #ddd; */
}


.ca_tabs .tab-content table.table, #rapidAssessmentModal table.table{
    border-collapse: separate;
    border-spacing: 0 clamp(10px, 1.04vw, 20px);
}
.ca_tabs .tab-content table.table tbody tr.tableColumn td, #rapidAssessmentModal .tableColumn td{
    background: #FFF9F9;
    /* border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD; */
    /* padding:clamp(15px, 1.88vw, 36px) 0; */
    padding: 12px 5px;
    align-content: center;
}

.ca_tabs .tab-content table.table tbody tr.tableColumn td:first-child, #rapidAssessmentModal table.table tbody tr.tableColumn td:first-child {
    /* border-left: 1px solid #DDDDDD;
    border-radius: 10px 0 0 10px; */
    padding-left: 0;
}
.ca_tabs .tab-content table.table tbody tr.tableColumn td:last-child, #rapidAssessmentModal table.table tbody tr.tableColumn td:last-child {
    /* border-right: 1px solid #DDDDDD;
    border-radius: 0 10px 10px 0; */
}
.ca_tabs .tab-content table.table tbody tr.tableColumn td:not(:first-child){
    text-align: center;
}
#rapidAssessmentModal .table_policy {
    width: clamp(300px, 22.4vw, 430px);
}

#rapidAssessmentModal .table_policy p {
    width: 500px;
}
#rapidAssessmentModal .tableColumn input[type="radio"]{
    width: 16px;
    height: 16px;
    accent-color: #f96526;
}

#rapidAssessmentModal table.table th:nth-child(2),
#rapidAssessmentModal table.table th:nth-child(3){
    width: 200px;
}

#rapidAssessmentModal .tableColumn td:nth-child(2),
#rapidAssessmentModal .tableColumn td:nth-child(3) {
    vertical-align: middle;
}

#rapidAssessmentModal .tableBox {
    height: 70vh;
}

#singleMaturityAssessmentModal .ca_tabs .tab-content {
    width: calc(100% - clamp(240px, 17.97vw, 345px));
}

   .score-btn.selected{
    background: #F47C48;;
    color: #fff;
    border: 1px solid #F47C48;;
}

 .score-download.selected{
    background: var(--primaryColor);
    color: #fff;
    border: 1px solid var(--primaryColor);
}

.ca_tabs .nav-tabs .nav-item .nav-link.active, .ca_tabs .nav-tabs .nav-item .nav-link.active span{
    background: #8A5695 !important;
    color: #ffffff;
}

.ca_tabs .nav-tabs .nav-item .nav-link.active + .framework-submenu li.sub-tab-item.active-sub {
    background: #97359612;
}    

.ca_tabs .nav-tabs .nav-item .nav-link.active span {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.125) !important;
    padding: 6px 13px;
    border-radius: 10px !important;
    box-shadow: none;
}

/* ------------------------- new ------------------------- */

#singleMaturityAssessmentModal.commonModalStyling .modal-dialog.modal-lg {
    max-width: 90%;
}
.ca_tabs ul.nav-tabs {
    width: clamp(240px, 17.97vw, 345px);
    display: flex;
    /* flex-direction: column; */
    border: 1px solid #DDDDDD;
    background: #FFF9F9;
    height: calc(100% - 10px);
    overflow-y: auto;
}
.ca_tabs .nav-tabs li.nav-item .nav-link.current-tab {
    background: var(--primaryColor);;
    color: #fff;
}
.ca_tabs .nav-tabs li.nav-item .nav-link.current-tab span{
    color: #fff;
}
.nav-item .framework-submenu {
    padding: 0;
    margin: 0;
}
.nav-item .framework-submenu li {
    display: block;
    width: 100%;
    padding: clamp(14px, 1.41vw, 27px) 12px;
    padding-left: clamp(30px, 3.02vw, 58px);
    border-bottom: 1px solid #C4C4C4;
    box-sizing: border-box;
    font-size: clamp(12px, 0.94vw, 18px);
    position: relative;
    cursor: pointer;
    line-height: 1.17;
    color: var(--acc_color_1);
}
.nav-item .framework-submenu li::before {
    content: "";
    position: absolute;
    left: clamp(25px, 2.19vw, 42px);
    top: 0;
    background: #8A5695;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    bottom: 0;
    margin: auto;
}
.framework-submenu.active li {
    background: var(--primaryColor);
    color: #fff;
}

.framework-submenu.active li::before {
    color: #fff;
}
.nav-item .framework-class {
    /* margin-left: clamp(5px, 0.94vw, 18px); */
    font-size: clamp(12px, 0.83vw, 16px);
    font-weight: 500;
    color: #8A5695;
}
.nav-item .nav-link.active .framework-class {
    color: #fff;
}
.nav-item .framework-icon {
    width: clamp(20px, 1.41vw, 27px);
    height: clamp(16px, 1.2vw, 23px);
    filter: brightness(0) saturate(100%) invert(41%) sepia(12%) saturate(1778%) hue-rotate(243deg) brightness(93%) contrast(93%); 
}
.ca_tabs .nav-tabs .nav-item .nav-link.active .framework-icon {
    filter: brightness(0) invert(1);
}
#singleMaturityAssessmentModal .modal-body.org_form{
    height: 80vh;
    overflow: auto;
}

#singleMaturityAssessmentModal .modal-body.org_form{
    min-height: 400px;
    /* height: 405px; */
    overflow: auto;
    padding: 20px;
}



/* #maturityAssessmentDownloadModal .modal-body.org_form .tableBox{
        height: 297px;
} */

#singleMaturityAssessmentModal .ca_tabs, .ca_tabs .tab-content, .ca_tabs .tab-content .tab-pane, #rapidAssessmentModal .ca_tabs, .ca_tabs .tab-content, .ca_tabs .tab-content .tab-pane,
.assessment_url .ca_tabs, .ca_tabs .tab-content, .ca_tabs .tab-content .tab-pane{
    height: 100%;
}
#rapidAssessmentModal.commonModalStyling .modal-dialog.modal-lg {
    max-width: 75%;
}

/* #rapidAssessmentModal .modal-body.org_form {
    height: 65vh;
} */
.ca_tabs .tab-content table.table thead{
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
}
.tableBox{
    height: calc(100% - 0px);
    overflow: auto;
    padding: 0 20px;
}
.tabFooter {
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* ------------------------- new ------------------------- */
.table_policy {
    padding-left: clamp(15px, 2.08vw, 40px);
}
.table_policy p {
    /* margin: 0 0 clamp(18px, 2.03vw, 39px); */
    margin: 0 0 12px;
    font-size: clamp(12px, 0.89vw, 17px);
    color: #333;
    font-weight: 500;
    width: clamp(240px,17.71vw,340px);
}
.table_policy_ap {
    display: flex;
    align-items: center;
    /* gap: clamp(15px, 2.03vw, 39px); */
    gap: 7px;
}
.table_policy_ap span {
    font-size: clamp(12px, 0.73vw, 14px);
    font-weight: 500;
    color: #666;
}
.table_policy_ap ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: clamp(10px, 0.99vw, 19px);
}
.table_policy_ap ul li {
    width: clamp(20px, 1.67vw, 32px);
    height: clamp(20px, 1.67vw, 32px);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    background: #C8E7DA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: clamp(11px, 0.73vw, 14px);
    line-height: 1;
    border-radius: 100%;
}
.arrow_up img{
    filter: brightness(0) saturate(100%) invert(58%) sepia(60%) saturate(600%) hue-rotate(330deg) brightness(103%) contrast(95%);
}
/* .arrow_up:hover img{
    filter: brightness(0) saturate(100%) invert(34%) sepia(29%) saturate(1512%) hue-rotate(109deg) brightness(99%) contrast(102%);
} */
.tableCount {
    border-radius: 8px;
    /* width: clamp(32px, 2.5vw, 48px); */
    width: clamp(28px, 2.08vw, 40px);
    border: 1px solid #666666;
    /* height: clamp(32px, 2.5vw, 48px); */
    height: clamp(28px, 2.08vw, 40px);
    background: none;
    font-size: clamp(12px, 0.73vw, 14px);
    font-weight: 500;
    color: #333;
    line-height: clamp(28px, 2.08vw, 40px);
    display: inline-flex;
    justify-content: center;
}
.tableCount:hover, .tableCount.active{
    border-color: #F47C48;;
    background-color: #F47C48;;
    color: #fff;
}
.tableHead_practice td {
    padding: 0;
    border: none;
}
.tableHead_practice td h4 {
    font-size: clamp(14px, 1.04vw, 20px);
    font-weight: 600;
    line-height: 1;
    padding-left: clamp(30px, 2.08vw, 40px);
    padding-top: clamp(14px, 1.25vw, 24px);
    padding-bottom: clamp(5px, 0.36vw, 7px);
    color: #333;
}
.saveBtn {
    min-width: clamp(164px, 10.21vw, 196px);
    border-radius: 10px;
    background: #EF651E;
    text-align: center;
    border: 1px solid #EF651E;
    font-size: clamp(14px, 1.04vw, 20px);
    color: #fff;
    font-weight: 500;
    line-height: 1.85;
    padding: 5px 14px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.saveBtn:hover{
    background-color: #d04700;
    border-color: #d04700;
}

.downloadBtn {
    min-width: clamp(164px, 10.21vw, 196px);
    border-radius: 10px;
    background: var(--primaryColor);;
    text-align: center;
    border: 1px solid var(--primaryColor);;
    font-size: clamp(14px, 1.04vw, 20px);
    color: #fff;
    font-weight: 500;
    line-height: 1.85;
    padding: 5px 14px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.downloadBtn:hover{
    color: var(--primaryColor);;
    background-color: #fff;
}

.table-header{
    font-size: 14px;
    color: var(--primaryColor);
}

.saveBtn.prevBtn{
    border-color: #666;
    color: #666;
    background-color: #fff;
}
.saveBtn.prevBtn:hover{
    background-color: var(--primaryColor);;
    color: #fff;
}
.saveBtn.prevBtn.disabled{
    pointer-events: none;
    background-color: #E5E5E5;
    border-color: #E5E5E5;
}
.submitBtn {
    min-width: clamp(164px, 10.21vw, 196px);
    border-radius: 10px;
    background: var(--primaryColor);
    text-align: center;
    border: 1px solid var(--primaryColor);
    font-size: clamp(14px, 1.04vw, 20px);
    color: #fff;
    font-weight: 500;
    line-height: 1.85;
    padding: 5px 14px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.submitBtn:hover{
    color: var(--primaryColor);
    background-color: #fff;
}

.submitBtn.disabled {
    pointer-events: none;
    opacity: 0.5;
}

/* .policy_builder {
    padding-top: clamp(20px, 1.67vw, 32px);
} */

.policy_builder .policy_heading h3 {
    font-size: clamp(18px, 1.46vw, 28px);
    font-weight: 500;
    color: #333;
}

.policy_builder .policy_band {
    background: var(--primaryColor);;
    padding: clamp(16px, 1.05vw, 24px) clamp(44px, 3.02vw, 58px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    margin-top: clamp(18px, 1.15vw, 22px);
}

.policy_builder .policy_band .policy_band_heading h4{
    font-size: clamp(15px, 1.04vw, 20px);
    font-weight: 500;
    color: #fff;
}

.policy_builder .policy_band .policy_band_img img {
    width: clamp(18px, 1.3vw, 25px);
    height: clamp(18px, 1.3vw, 25px);
    cursor: pointer;
}

.policy_builder .page-wrapper-policy {
    padding: clamp(14px, 1.04vw, 20px) clamp(44px, 3.02vw, 58px);
}

.policy_builder .page-wrapper-policy .page-title h3 {
    color: var(--primaryColor);;
    font-weight: 500;
    font-size: clamp(17px, 1.25vw, 24px);
}

.policy_builder .page-wrapper-policy .page-title img {
    width: clamp(14px, 0.94vw, 18px);
    height: clamp(15px, 0.99vw, 19px);
}

.policy_builder .page-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.35rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 6px;
}
 
.policy_builder .page-subtitle {
    font-size: clamp(10px, 0.73vw, 14px);
    color: #333;
    margin-bottom: 22px;
}

.policy_builder .clauses-container {
    max-height: 347px;
    overflow-y: auto;
}

.policy_builder .clauses-container .clause_form {
    padding: 0 clamp(30px, 2.34vw, 45px);
}

.policy_builder .clauses-container::-webkit-scrollbar {
    width: 6px;
}

.policy_builder .clauses-container::-webkit-scrollbar-thumb {
    background: var(--primaryColor);;
    border-radius: 10px;
}

.policy_builder .clause-card {
    background: #ffffff;
    border-radius: 3px;
    padding: clamp(10px, 0.83vw, 16px) clamp(15px, 1.15vw, 22px);
    display: flex;
    align-items: flex-start;
    gap: 14px;
    position: relative;
}

.policy_builder .clause-card.active {
    background: #F0FFF9;
}

.policy_builder .clauses-container .claude_line {
    width: 100%;
    height: 2px;
    background: #DDD;
    margin: 5px 0;
}

.policy_builder .clause-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy_builder .clause-icon input {
    width: clamp(15px, 1.04vw, 20px);
    height: clamp(15px, 1.04vw, 20px);
    border-radius: 50%;
}

.policy_builder .clause-content {
    flex: 1;
    min-width: 0;
}

.policy_builder .clause-title {
    font-size: clamp(13px, 0.83vw, 16px);
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 3px;
}

.policy_builder .clause-card.active .clause-title {
    color: var(--primaryColor);;
}
 
.policy_builder .clause-title.muted {
    color: #333;
    font-weight: 400;
}

.policy_builder .clause-desc {
    font-size: clamp(11px, 0.73vw, 14px);
    color: #333;
    font-weight: 400;
    line-height: 1.55;
}
 
.policy_builder .clause-action {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding-top: 2px;
}

.policy_builder .mandatory_field_policy .form-check-input:checked {
    background-color: var(--primaryColor);;
    border-color: var(--primaryColor);;
    border-radius: 50%;
}

.policy_builder .mandatory_field_policy .no-click {
    pointer-events: none;   /* prevents clicking */
    opacity: 1;      
}

.policy_builder .mandatory_field_policy .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: none !important;
}

.policy_builder .mandatory_field_policy .form-check-input:checked[type=checkbox] {
    background-image: url("assets/img/dashboard/form_control_checked.svg");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.policy_builder .other_policy_field .form-check-input:checked {
    background-color: var(--primaryColor);;
    border-color: var(--primaryColor);;
}

.policy_builder .clause_indicator .clause_indicator_teller p {
    color: #333;
    font-size: clamp(11px, 0.73vw, 14px);
}

.policy_builder .clause_indicator .clause_indicator_teller img {
    width: clamp(15px, 1.04vw, 20px);
    height: clamp(15px, 1.04vw, 20px);
}

.policy_builder .clause_indicator .clause_indicator_teller {
    display: flex;
    align-items: center;
    gap: 20px;
}

.policy_builder .clause_indicator {
    margin-top: clamp(50px, 3.91vw, 75px);
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.viewMoreButton a {
    background: var(--primaryColor);;
    color: #fff;
    padding: 10px clamp(40px, 3.13vw, 60px);
    border-radius: 8px;
    font-size: clamp(15px, 1.04vw, 20px);
}

.policy_builder .clause_indicator .clause_teller_button {
    display: flex;
    gap: 20px;
}

.policy_builder .clause_indicator .clause_teller_button .clause_btn_save a{
    background-color: transparent;
    color: var(--primaryColor);;
    border: 1px solid #F0FFF9;
}

.policy_builder .clause_indicator .clause_teller_button .clause_btn_save a:hover{
    background-color: var(--primaryColor);;
    color: #fff;
    border: 1px solid var(--primaryColor);;
}

.policyBuliderModal {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999999;
}

.policyBuliderModal .modal-dialog {
    width: 42%;
}

.policyBuliderModal .modal-header {
    background: var(--primaryColor);;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.policyBuliderModal .modal-header a img {
    filter: brightness(0) saturate(100%) invert(90%) sepia(100%) saturate(33%) hue-rotate(306deg) brightness(112%) contrast(98%);
    width: clamp(15px, 1.04vw, 20px);
    height: clamp(15px, 1.04vw, 20px);
    cursor: pointer;
}

.policyBuliderModal .modal-title {
    font-size: clamp(15px, 1.04vw, 20px);
    font-weight: 500;
}

.policyBuliderModal .modal-body label {
    width: 100%;
    color: #333;
    font-weight: 400;
    font-size: clamp(14px, 1.04vw, 20px);
    margin-top: clamp(15px, 1.09vw, 21px);
    margin-bottom: clamp(10px, 0.78vw, 15px);
}

.policyBuliderModal .modal-body input {
    width: 100% !important;
    border: 1px solid #CACACA;
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    margin-bottom: clamp(15px, 1.09vw, 21px);
}

.policyBuliderModal .modal-footer button {
    background: var(--primaryColor);;
    color: #fff;
    padding: 5px clamp(30px, 2.34vw, 45px);
    border-radius: 8px;
    font-size: clamp(13px, 0.94vw, 18px);
}

/* #notificationModal .modal-dialog {
    width: 72%;
} */

#notificationModal .modal-body .notification_box .notification_content {
    display: flex;
    align-items: center;
    gap: 20px;
}

#notificationModal .modal-body .notification_box .notification_content .not_img {
    width: clamp(150px, 9.38vw, 180px);
    height: clamp(150px, 9.38vw, 180px);
}

#notificationModal .modal-body .notification_box .notification_content .not_img img {
    width: 100%;
    height: 100%;
}

#notificationModal .modal-body .notification_box .notification_content p {
    font-size: clamp(12px, 0.94vw, 18px);
    color: #333;
}
/* ===================================== New Design ======================================== */
.rim_modal {
    z-index: 99999;
}
.rim_modal {
    background: rgba(0, 0, 0, 0.5);
}
.rim_modal .modal-dialog .modal-content {
    border: none;
}
.org_form .form_details .organisation_form {
    background: #FCFCFC;
    /* box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); */
    padding: clamp(33px, 2.81vw, 54px) clamp(40px, 2.81vw, 54px);
    padding-top: 0;
}

.org_form .form_details .organisation_form .heading_toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.org_form .form_details .organisation_form .org_heading h3 {
    color: var(--primaryColor);;
    font-size: clamp(24px, 1.67vw, 32px);
    font-weight: 500;
    margin: clamp(40px, 2.86vw, 55px) 0;
}

.org_form .form_details .organisation_form .org_toogle .switch {
  position: relative;
  display: inline-block;
  width: clamp(48px, 3.07vw, 59px);
  height: clamp(20px, 1.41vw, 27px);
}

.org_form .form_details .organisation_form .org_toogle .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.org_form .form_details .organisation_form .org_toogle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  box-shadow: inset 0 0 8px 2px #a3a3a3;
}

.org_form .form_details .organisation_form .org_toogle .slider:before {
  position: absolute;
  content: "";
  height: clamp(15px, 1.04vw, 20px);
  width: clamp(15px, 1.04vw, 20px);
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  transition: .4s;
  box-shadow: 1px 1px 4px 0px #0000006b;
}

.org_form .form_details .organisation_form .org_toogle input:checked + .slider {
  background-color: var(--primaryColor);;
}

.org_form .form_details .organisation_form .org_toogle input:focus + .slider {
  box-shadow: 0 0 1px var(--primaryColor);;
}

.org_form .form_details .organisation_form .org_toogle input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded */
.org_form .form_details .organisation_form .org_toogle .slider.round {
  border-radius: 34px;
}

.org_form .form_details .organisation_form .org_toogle .slider.round:before {
  border-radius: 50%;
}

.org_form .form_details .organisation_form .org_toogle .toggle_text {
    color: #333;
    font-size: clamp(15px, 1.04vw, 20px);
    font-weight: 400;
    margin-left: 4px;
}

.org_form .form_details .organisation_form .form_start label {
    width: 100%;
    color: #333;
    font-weight: 400;
    font-size: clamp(14px, 1.04vw, 20px);
    margin-top: clamp(15px, 1.09vw, 21px);
    margin-bottom: clamp(10px, 0.78vw, 15px);
}

.org_form .form_details .organisation_form .form_start .form_grid .form_name input {
    width: 100% !important;
    border: 1px solid #CACACA;
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
}

.org_form .form_details .organisation_form .form_start .form_grid .form_name .date_input {
    text-transform: uppercase;
}

.org_form .form_details .organisation_form .form_start .dropdown {
    margin-bottom: clamp(19px, 1.56vw, 30px);
}

.org_form .form_details .organisation_form .form_start .dropdown .dropdown-toggle {
    width: 100% !important;
    border: 1px solid #CACACA;
    background-color: #fff;
}

.org_form .form_details .organisation_form .form_start .dropdown .dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: auto !important;
    width: 13px;   /* now works */
    height: 13px;
    background: url("../../img/dashboard/dropdown_black.svg") no-repeat center;
    background-size: contain;
    border: none;
}

.org_form .form_details .organisation_form .form_start .dropdown .dropdown-menu .dropdown-item {
    color: #333;
    font-weight: 400;
    font-size: clamp(14px, 1.04vw, 20px);
}

.org_form .form_details .organisation_form .form_start .form_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 50px;
}

.org_form .form_details .organisation_form .form_start textarea {
    width: 100%;
    height: 250px;
    border: 1px solid #CACACA;
    background-color: #fff;
    resize: none;
}
.viewMoreButton a {
    background: var(--primaryColor);;
    color: #fff;
    padding: 10px clamp(40px, 3.13vw, 60px);
    border-radius: 8px;
    font-size: clamp(15px, 1.04vw, 20px);
    margin-top: clamp(30px, 2.92vw, 56px);
    display: inline-block;
}

#rapidAssessmentDownloadTab .tableBox{
    overflow: auto;
    height: 440px;
}

#rapidAssessmentDownloadTab .tableBox .table thead{
    position: sticky;
    top: 0;
    z-index: 1;
}

/* -------------------------------------- Burger Navigation Style Sheet Start -------------------------------------- */

.burgerNavigation {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -50vw;
    width: 50vw;
    height: 100vh;
    background:  #ffffff ;
    z-index: 99999;
}

.burgerNavigation.show {
    display: flex;
    right: 0vw;
}

.burgerNavigation+.burgerNavigation__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background-color: rgba(0, 0, 0, 0.8);
}

.burgerNavigation+.burgerNavigation__overlay.show {
    display: block;
}

.burgerNavigation .burgerNavigation__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(10px, 1.04vw, 20px) clamp(30px, 3.13vw, 60px);
    /* border-bottom: 1px solid #DDDDDD; */
}

.burgerNavigation .burgerNavigation__header .burgerNavigation__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.burgerNavigation .burgerNavigation__header .burgerNavigation__left h4 {
    font-family: var(--primaryFontFamily);
    font-size: clamp(16px, 1.042vw, 20px);
    line-height: 1.5;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.burgerNavigation .burgerNavigation__header .burgerNavigation__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.burgerNavigation .burgerNavigation__header .burgerNavigation__right .burgerNavigation__burgerMenuButton {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: clamp(20px, 1.56vw, 30px);
    height: clamp(20px, 1.56vw, 30px);
}

.burgerNavigation .burgerNavigation__header .burgerNavigation__right .burgerNavigation__burgerMenuButton span.line {
    position: absolute;
    left: 0;
    transform: translateY(50%);
    display: block;
    width: 100%;
    height: clamp(1.5px, 0.16vw, 3px);
    background-color: var(--primaryColor);
}

.burgerNavigation .burgerNavigation__header .burgerNavigation__right .burgerNavigation__burgerMenuButton span.line.first {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.burgerNavigation .burgerNavigation__header .burgerNavigation__right .burgerNavigation__burgerMenuButton span.line.second {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.burgerNavigation .burgerNavigation__body {
    display: flex;
    flex-direction: column;
    max-height: calc(100% - clamp(60px, 5.73vw, 110px));
    overflow: auto;
}

.burgerNavigation .burgerNavigation__body>ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.burgerNavigation .burgerNavigation__body>ul>li {
    display: block;
    padding: clamp(12px, 1.17vw, 22.5px) clamp(30px, 3.13vw, 60px);
    background-color: #ffffff;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}

.burgerNavigation .burgerNavigation__body>ul>li:first-child {
    border-top: 1px solid #DDDDDD;
}

.burgerNavigation .burgerNavigation__body>ul>li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 100%;
    background-color: var(--primaryColor);
}

.burgerNavigation .burgerNavigation__body>ul>li:hover,
.burgerNavigation .burgerNavigation__body>ul>li.active {
    background-color: #F8F8F8;
}

/*---------------------------------- Dashboard Design Start ------------------------------------*/
.subtitle-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.plus-btn {
    width: clamp(130px, 8.75vw, 180px);
    height: 36px;
    border-radius: 5px;
    border: none;
    background: var(--primaryColor);;
    color: #fff; /* controls SVG color */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: clamp(8px, 0.73vw, 15px);
    font-weight: 500;
}

.plus-btn:hover {
  background: #79DAA4;
  color: #000;
  transform: scale(1.1);
}

.inci-btn {
    width: clamp(300px, 24.75vw, 450px);
    height: 56px;
    border-radius: 5px;
    border: none;
    background: var(--primaryColor);;
    color: #fff; /* controls SVG color */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: clamp(12px, 0.88vw, 20px);
    font-weight: 600;
}

.inci-btn:hover {
  background: #79DAA4;
  color: #000;
  transform: scale(1.1);
}

.page-subtitle {
    font-size: clamp(12px, 1.2vw, 14px);
    color: var(--text-dark);
    padding: 32px 0;
}
.card-panel {
    background: #ffffff;
    border-radius: 14px;
    padding: clamp(18px, 2.2vw, 28px) clamp(18px, 2.2vw, 28px) 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.card-panel.maturity-card {
    border-left: 4px solid var(--primaryColor);;
    padding-left: clamp(16px, 2vw, 24px);
}

.score-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: clamp(10px, 1.1vw, 20px);
}
 
    .shield-badge {
      width: 46px;
      height: 46px;
      background: #FDF6EC;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .shield-badge img{
        width: 20px;
        height: 20px;
    }

.action-row {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-top: 24px;
}

/* ── Card Wrapper ── */
.cases-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin: 30px 0;
}

/* ── Header ── */
.cases-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(14px, 1.5vw, 20px) clamp(16px, 2vw, 28px) 0px;
    flex-wrap: wrap;
    gap: 12px;
}

.cases-title {
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: 500;
    color: var(--primary-purple);
    margin: 0;
}

.status-badges {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* Badge base */
.status-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 5px;
    padding: 6px 26px;
    font-size: clamp(11px, 1vw, 13.5px);
    font-weight: 500;
}

.status-badge .badge-count {
    font-size: clamp(15px, 1.5vw, 20px);
    font-weight: 800;
    line-height: 1;
}

.status-badge .badge-label {
    font-size: clamp(11px, 1vw, 13px);
    font-weight: 500;
}

/* Open — red tones */
.badge-open {
    background: #F5DDDD;
    color: #BA1A1A;
}
.badge-open .badge-count { color: #BA1A1A; }

/* In Process — amber/orange tones */
.badge-inprocess {
    background: #F1E7DA;
    color: #A16207;
}
.badge-inprocess .badge-count { color: #A16207; }

/* Closed — green tones */
.badge-closed {
    background: #D9ECE4;
    border-color: #b2dfc5;
    color: var(--primary-purple);
}
.badge-closed .badge-count { color: var(--primary-purple); }

/* ── Table ── */
.cases-table-wrap {
    overflow-x: auto;
    padding:clamp(14px, 1.5vw, 20px) clamp(16px, 2vw, 28px) 0px;
}

/* thead tr {
    background: #DFF1EA;
} */

.case-id {
    font-weight: 400;
    color: var(--text-dark);
    font-size: clamp(12px, 1.1vw, 13.5px);
}

.complainant-name {
    color: #374151;
    font-size: clamp(12px, 1.1vw, 14px);
}

.complaint-cell {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4b5563;
    font-size: clamp(12px, 1.1vw, 13.5px);
}

.complaint-cell .info-icon {
    flex-shrink: 0;
    color: #9ca3af;
    cursor: pointer;
    transition: color 0.2s;
}

.complaint-cell .info-icon:hover { color: #2a9d5c; }

/* Status text colors */
.status-open       { color: #BA1A1A; font-weight: 500; font-size: clamp(12px, 1.1vw, 13.5px); }
.status-inprocess  { color: #A16207; font-weight: 500; font-size: clamp(12px, 1.1vw, 13.5px); }
.status-closed     { color: var(--primary-purple); font-weight: 500; font-size: clamp(12px, 1.1vw, 13.5px); }

/* ── Footer ── */
.cases-footer {
    display: flex;
    justify-content: center;
    padding: clamp(14px, 1.5vw, 20px) clamp(16px, 2vw, 28px) 24px;
    border-top: 1px solid #f0f0f0;
}

.btn-view-all {
    background: var(--primary-purple);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 36px;
    font-size: clamp(12px, 1.1vw, 14px);
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    letter-spacing: 0.2px;
}

.btn-view-all:hover { background: var(--primaryColorHover); }

/* Scrollbar styling */
.cases-table-wrap::-webkit-scrollbar { height: 4px; }
.cases-table-wrap::-webkit-scrollbar-track { background: #f1f1f1; }
.cases-table-wrap::-webkit-scrollbar-thumb { background: #d1d5db; border-radius: 4px; }

.complaint-para {
    font-size: clamp(12px, 0.88vw, 20px);
    color: var(--text-dark);
    margin-bottom: 8px;
    font-weight: 500;
}

.complaintModalContent{
    height: 80vh;
}

/* ── DASHBOARD PAGE DECORATIVE SQUARES (bottom-right) ── */
.dash-deco-wrapper {
  position: absolute;
  bottom: clamp(-120%, calc(-30.5% - 0vw), -43.8%);
  right: clamp(8px, calc(14px + 1vw), 14px);
  left: auto;
  z-index: 3;
}
.dash-deco-outer {
  width: 120px;
  height: 120px;
  border: 1px solid #d9b650;
  position: relative;  /* ✅ changed to relative */
  z-index: 1;
}

.dash-deco-inner {
  width: 120px;
  height: 120px;
  background: var(--primary-purple);
  position: absolute;
  right: -14px;
  left: auto;
  top: 12px;
}

.status-dropdown {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 14px;
  cursor: pointer;
}

/* Different colors based on value (optional via JS later) */
.status-dropdown.open {
  background-color: #ffecec;
  color: #d9534f;
}

.status-dropdown.process {
  background-color: #fff8e1;
  color: #f0ad4e;
}

.status-dropdown.closed {
  background-color: #e6ffed;
  color: #28a745;
}

#complainTable tbody td.dt-empty {
    text-align: center !important;
    vertical-align: middle !important;
    height: 220px !important;
    font-size: clamp(12px, 0.83vw, 16px);
    color: var(--text-muted);
    font-weight: 500;
}

@media (max-width: 576px) {
    .score-wrap { flex-direction: column; align-items: flex-start; }
}
/*---------------------------------- Dashboard Design End ------------------------------------*/

.burgerNavigation .burgerNavigation__body>ul>li:hover::after,
.burgerNavigation .burgerNavigation__body>ul>li.active::after {
    width: clamp(8px, 0.63vw, 12px);
}

.burgerNavigation .burgerNavigation__body>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--primaryFontFamily);
    font-size: clamp(16px, 1.563vw, 30px);
    line-height: 1.2;
    font-weight: 500;
    color: #000000;
}

.burgerNavigation .burgerNavigation__body>ul>li:hover>a {
    color: var(--primaryColor);
    background-color: #F8F8F8;
}
.burgerNavigation .burgerNavigation__body>ul>.disable-btn:hover>a{
    cursor: not-allowed;
}

.burgerNavigation .burgerNavigation__body>ul>li>a span {
    display: none;
}

.burgerNavigation .burgerNavigation__body ul li ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.burgerNavigation .burgerNavigation__body ul li ul li {
    display: block;
    border: none;
    padding: 0;
    padding-right: 30px;
    border-right: 1px solid #000000;
    margin-right: 30px;
}

.burgerNavigation .burgerNavigation__body ul li:has(> a) ul li {
    margin-top: 22.5px;
}

.burgerNavigation .burgerNavigation__body ul li ul li:last-child,
.burgerNavigation .burgerNavigation__body ul li ul li:has(+ .linkedInIcon) {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}

.burgerNavigation .burgerNavigation__body ul li ul li.linkedInIcon {
    margin-left: auto;
}
.burgerNavigation .burgerNavigation__body ul li ul li.linkedInIcon a img{
    width: clamp(20px, 1.51vw, 29px);
}
.burgerNavigation .burgerNavigation__body ul li ul li a {
    display: block;
    font-family: var(--primaryFontFamily);
    font-size: clamp(10px, 0.833vw, 16px);
    line-height: 1.2;
    font-weight: 500;
    color: #000000;
}

.burgerNavigation .burgerNavigation__body ul li ul li:hover a,
.burgerNavigation .burgerNavigation__body ul li ul li.active a {
    color: var(--primaryColor);
}

.burgerNavigation .burgerNavigation__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px 60px;
}

.burgerNavigation .burgerNavigation__footer ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.burgerNavigation .burgerNavigation__footer ul li {
    display: block;
}

.burgerNavigation .burgerNavigation__footer ul li a {
    display: block;
    width: 30px;
}

.burgerNavigation .burgerNavigation__footer ul li a img {
    width: 100%;
}

.btn-join:disabled,button:disabled,.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* -------------------------------------- Burger Navigation Style Sheet Start -------------------------------------- */

/* -------------------------------------- Profile Section Start ---------------------------------------------------- */

/* ── PROFILE PAGE ── */
.prof-page-wrapper {
  display: flex;
  gap: 0;
  min-height: 100vh;
}

.prof-top-action {
  display: flex;
  justify-content: flex-end;
  padding: 18px 28px 0 0;
  margin-bottom: 16px;
}

.prof-btn-save {
  background: var(--primaryColor);
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 10px 22px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.01em;
}

.prof-btn-save:hover { background: var(--primaryColorHover); }

.prof-main-content {
    flex: 1;
    padding: clamp(18px, 1.72vw, 33px) clamp(20px, 2.29vw, 44px) clamp(30px, 2.55vw, 49px);
    border: none;
    border-radius: 10px;
    background: #ffffff;
    max-width: 100%;
    box-shadow: 0 4px 20px -4px rgba(51, 51, 51, 0.2);
    margin-bottom: clamp(40px, 3.13vw, 60px);
}

.prof-section-title {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
  color: var(--primary-purple);
  margin-bottom: clamp(22px, 2.29vw, 44px);
  margin-top: 0;
}

/* .prof-section-block {
  padding-bottom: 32px;
  margin-bottom: 10px;
} */

.prof-section-block + .prof-section-block {
  border-top: 1px solid #efefef;
  padding-top: 28px;
}

.prof-form-label {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}

.prof-field-group {
  margin-bottom: 16px;
}

.prof-input {
  width: 100%;
  /* background: #F4F4F1; */
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  padding: 9px 12px;
  font-size: 13.5px;
  color: #1a1a1a;
  outline: none;
  font-family: inherit;
  transition: border 0.18s;
}
.prof-input-select{
    width: 100%;
    background: #ffffff !important;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    padding: 9px 12px;
    font-size: 13.5px;
    color: #1a1a1a;
    outline: none;
    font-family: inherit;
    transition: border 0.18s;

}

.prof-input:focus {
  border-color: var(--primaryColor);
  background: #fff;
}

.prof-input::placeholder { color: #c0c0c0; }

/* Other address + button */
.prof-other-address-wrap { position: relative; }

.prof-other-address-wrap .prof-input { padding-right: 38px; }

.prof-plus-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    background: none;
}

/* Password */
.prof-pw-wrap { position: relative; }

.prof-pw-wrap .prof-input {
  padding-right: 38px;
  letter-spacing: 3px;
}

.prof-eye-toggle {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #9a9a9a;
  display: flex;
  align-items: center;
}

.prof-eye-toggle svg { width: 17px; height: 17px; }

.prof-btn-update-pw {
  background: var(--primary-purple);
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 9px 20px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  height: 40px;
  align-self: flex-end;
  font-family: inherit;
}

.prof-btn-update-pw:hover { background: #154d30; }

/* ── SIDEBAR ── */
.prof-sidebar {
  width: 290px;
  flex-shrink: 0;
  padding: 18px 24px 24px 24px;
  display: flex;
  flex-direction: column;
}

.prof-side-card {
  padding: 18px 16px;
  border: none;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
  margin-bottom: 16px;
  box-shadow: 
    0 4px 6px rgba(0, 0, 0, 0.08),
    0 10px 20px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.prof-side-card:hover {
  box-shadow: 
    0 6px 12px rgba(0, 0, 0, 0.10),
    0 14px 28px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.prof-side-card:first-child { padding-top: 18px; }

.prof-side-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}

.prof-side-icon-box {
  width: 40px;
  height: 40px;
  background: #f1f4f1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.prof-side-icon-box svg { width: 20px; height: 20px; stroke: #555; }

.prof-arrow-right {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 300;
  line-height: 1;
  margin-top: 2px;
}

.prof-side-card-title {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 5px;
}

.prof-side-card-desc {
  font-size: 12.5px;
  color: var(--text-dark);
  line-height: 1.5;
}

/* Sidebar Scrollbar */
.sidebar::-webkit-scrollbar {
    width: 6px;
}

.sidebar::-webkit-scrollbar-track {
    background: #f0e8e3;
}

.sidebar::-webkit-scrollbar-thumb {
    background: #c7b8ae;
    border-radius: 10px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background: #b39f92;
}

/* .prof-divider {
  height: 1px;
  background: #e5e5e5;
  margin-top: 18px;
} */

/* ── ORGANIZATION LOGO CARD ── */
.orgainisationBox {
    display: flex;
    align-items: start;
    justify-content: space-between;
    /* justify-content: center; */
    margin-bottom: clamp(30px, 2.29vw, 44px);
}



.prof-logo-card {
    background: #ffffff;
    border: none;
    border-radius: clamp(8px, 0.63vw, 12px);
    padding: clamp(15px, 1.04vw, 20px);
    text-align: center;
    /* margin: 16px 0; */
    width: clamp(280px, 18.75vw, 350px);
    box-shadow: 0 4px 20px -4px rgba(51, 51, 51, 0.2);
    min-width: clamp(280px, 18.75vw, 360px);
    margin-top: clamp(40px, 2.86vw, 55px);
}

.prof-logo-title {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
  color: var(--primary-purple);
  margin-bottom: clamp(10px, 0.89vw, 17px);
}

.prof-logo-subtitle {
  font-size: clamp(11px, 0.73vw, 14px);
  color: #64748B;
  margin-bottom: clamp(20px, 1.56vw, 30px);
  line-height: 1.5;
}

.prof-drop-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.prof-drop-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 14px;
}

.prof-drop-icon svg {
  width: 100%;
  height: 100%;
}

.prof-drop-text {
  font-size: clamp(11px, 0.73vw, 14px);
  font-weight: 500;
  color: var(--primaryColor);;
  margin: 0 0 clamp(8px, 0.73vw, 14px);
}
.fileName {
    color: #333;
    margin-top: 9px;
    font-size: 13px;
    line-height: 1;
    word-break: break-all;
}
.fileName:empty{
    display: none;
}
.prof-browse-link {
  color: var(--primaryColor);;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
}

.prof-browse-link:hover {
  color: #154d30;
}

.prof-drop-hint {
  font-size: clamp(10px, 0.63vw, 12px);
  color: #94A3B8;
  font-weight: 500;
  margin: 0;
}

/* Drag over state */
.prof-drop-zone.dragover {
  background: #f0f8f3;
  border-radius: 8px;
}

/* ── PROFILE PAGE DECORATIVE SQUARES (bottom-right) ── */
/* .prof-deco-wrapper {
  position: absolute;
  bottom: clamp(-120%, calc(-100.5% - 0vw), -80%);
  right: clamp(8px, calc(14px + 1vw), 14px);
  left: auto;
  z-index: 3;
} */
 .prof-deco-wrapper {
    position: absolute;
    bottom: 0;
    right: -55px;
    left: auto;
    z-index: 3;
}
.prof-deco-outer {
  width: clamp(104px, 6.98vw, 134px);
  height: clamp(102px, 6.88vw, 132px);
  border: 1px solid #d9b650;
  position: relative;  /* ✅ changed to relative */
  /* z-index: 1; */
}

.prof-deco-inner {
  width: clamp(90px, 6.25vw, 120px);
  height: clamp(90px, 6.25vw, 120px);
  background: var(--primary-purple);
  position: absolute;
  right: 0;
  left: auto;
  top: 12px;
  z-index: 1;
}

.prof-phone-input .prof-input.prof-contact{
    width: 50px;
}

.prof-drop-zone.drag-over {
  border-color: #0d6efd;
  background-color: rgba(13, 110, 253, 0.05);
}

input:disabled,.disabled-input {
    background: #f5f5f5;
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none;
}
/* -------------------------------------- Profile Section End ---------------------------------------------------- */
.policy_builderTable .myDataTable.table tbody tr td{
    vertical-align: unset;
    padding: 10px 10px;
}
.policy_builderTable .myDataTable.table tr th:first-child {
    text-align: left;
    padding-left: 10px;
}
.policy_builderTable .myDataTable.table tr th{
    padding: 10px;
}
.resize-none {
    resize: none;
}
.actionBtnList {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 15px;
    align-items: center;
}
.actionBtnList a {
    width: 20px !important;
}
.actionBtnList a:hover img{
    filter: brightness(0) saturate(100%) invert(36%) sepia(21%) saturate(2264%) hue-rotate(110deg) brightness(97%) contrast(98%);
}

#maturityScoreModel .modal-dialog {
    max-width: 600px;
}

#maturityScoreModel .component-row tr td:last-child {
    min-width: clamp(50px, 4.58vw, 88px);
    position: relative;
    text-align: center;
    color: #8A5695;
    font-weight: 700;
    line-height: 0.5;
    vertical-align: middle;
}

#maturityAssessmentChart {
    width: 250px !important;
    height: 250px !important;
    margin: 0 auto;
}

#maturityScoreModel .component-row tr td:last-child:after {
    width: 1px;
    content: "";
    height: 100%;
    background-color: #8F8F8F;
    opacity: 0.4;
    position: absolute;
    left: clamp(45px, 3.13vw, 60px);
    bottom: 0;
}

#maturityScoreModel .scoreModelSpan {
    font-size: 11px;
}
#maturityScoreModel .modal-body.org_form{
    min-height: 40vh;
}
#maturityAssessmentDownloadModalDashboard .modal-body.org_form{
    min-height: 400px;
    height: 405px;
    overflow: auto;
}

/* ======================================== Maturity Thank You Modal Start =================================== */

 /* ═══════════════════════════════════════════
       BLOCK : maturity-thankyou-modal
       All classes follow BEM:
         maturity-thankyou-modal           (block)
         maturity-thankyou-modal__element  (element)
         maturity-thankyou-modal--modifier (modifier)
    ═══════════════════════════════════════════ */
 #maturityThankyouModal {
    display: none !important;
}

#maturityThankyouModal.active {
    display: flex !important;
}

#rapidThankyouModal {
    display: none;
}

#rapidThankyouModal.active {
    display: flex;
}
    /* overlay */
    .maturity-thankyou-modal__overlay {
        position: fixed;
        inset: 0;
        top: 60px;
        background: rgba(30, 40, 32, 0.35);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999;
    }

    #maturityThankyouModal .modal-dialog {
        max-width: 600px !important;
    }

    #rapidThankyouModal .modal-dialog {
        max-width: 600px !important;
    }

    #rapidThankyouModal {
        padding-top: 20px !important;
    }

    #rapidThankyouModal .maturity-thankyou-modal__card {
        padding: 20px 36px 36px;
    }
 
    /* card */
    .maturity-thankyou-modal__card {
      background: #ffffff;
      border-radius: 20px;
      pointer-events: auto;
      padding: 20px 36px 36px;
      position: relative;
      box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
      text-align: center;
      animation: maturityThankyouModalIn 0.35s cubic-bezier(.22,.68,0,1.2) both;
    }
 
    @keyframes maturityThankyouModalIn {
      from { opacity: 0; transform: scale(0.88) translateY(16px); }
      to   { opacity: 1; transform: scale(1)   translateY(0);     }
    }
 
    /* close button */
    .maturity-thankyou-modal__close {
      position: absolute;
      top: 18px;
      right: 20px;
      background: none;
      border: none;
      cursor: pointer !important;
      color: #b0b8b1;
      font-size: 20px;
      line-height: 1;
      padding: 4px;
      transition: color .2s;
    }
    .maturity-thankyou-modal__close:hover {
      color: #2e7d47;
    }
 
    /* check icon circle */
    .maturity-thankyou-modal__check-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 22px;
    }
    .maturity-thankyou-modal__check-icon img {
      width: 36px;
      height: 36px;
      filter: brightness(0) saturate(100%) invert(58%) sepia(60%) saturate(600%) hue-rotate(330deg) brightness(103%) contrast(95%);
    }
 
    /* heading */
    .maturity-thankyou-modal__heading {
      font-size: 1.55rem;
      font-weight: 700;
      color: #1a2b1e;
      margin-bottom: 6px;
      letter-spacing: -0.3px;
    }
 
    /* maturity level name e.g. "Developing Awareness" */
    .maturity-thankyou-modal__level {
      font-size: 18px;
      font-weight: 500;
      color: var(--primary-purple);
      margin-bottom: 3px;
    }
 
    /* "Total Maturity Score" label */
    .maturity-thankyou-modal__score-label {
      font-size: 16px;
      font-weight: 500;
      color: #3b4a3e;
      margin-bottom: 28px;
      letter-spacing: 0.2px;
    }
 
    /* ring wrapper */
    .maturity-thankyou-modal__ring-wrap {
      position: relative;
      width: 150px;
      height: 150px;
      margin: 0 auto 32px;
    }
    .maturity-thankyou-modal__ring-wrap svg {
      transform: rotate(-90deg);
      width: 150px;
      height: 150px;
    }
 
    /* ring background track */
    .maturity-thankyou-modal__ring-track {
      fill: none;
      stroke: #e8ede9;
      stroke-width: 10;
    }
 
    /* ring progress arc */
    .maturity-thankyou-modal__ring-arc {
      fill: none;
      stroke: url(#maturityThankyouModalGradient);
      stroke-width: 10;
      stroke-linecap: round;
      stroke-dasharray: 408;    /* 2π × r(65) ≈ 408 */
      stroke-dashoffset: 163;   /* 408 × (1 − 2.1/4) ≈ 163 */
      transition: stroke-dashoffset 1.2s cubic-bezier(.4,0,.2,1);
    }
 
    /* ring center text group */
    .maturity-thankyou-modal__ring-center {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      line-height: 1.1;
    }
 
    /* numeric score */
    .maturity-thankyou-modal__ring-score {
      font-size: 2.4rem;
      font-weight: 700;
      color: var(--primary-purple);
      letter-spacing: -1px;
    }
 
    /* denominator "of 4" */
    .maturity-thankyou-modal__ring-denom {
      font-size: 0.85rem;
      color: var(--text-dark);
      font-weight: 500;
    }
 
    /* actions row */
    .maturity-thankyou-modal__actions {
      display: flex;
      gap: 12px;
      justify-content: center;
    }
 
    /* shared button base */
    .maturity-thankyou-modal__btn {
      flex: 1;
      max-width: 100%;
      padding: 11px 9px;
      border-radius: 10px;
      font-size: 0.9rem;
      font-weight: 500;
      cursor: pointer;
      transition: background .2s, color .2s, box-shadow .2s;
    }
 
    /* outline modifier */
    .maturity-thankyou-modal__btn--outline {
      border: 1px solid var(--primaryColor);;
      background: transparent;
      color: var(--primaryColor);;
    }
    
    /* .maturity-thankyou-modal__btn--outline:hover {
      background: #f0f8f2;
      box-shadow: 0 2px 10px rgba(46, 125, 71, .15);
    } */
 
    /* solid modifier */
    .maturity-thankyou-modal__btn--solid {
      border: 2px solid transparent;
      background: var(--primaryColor);;
      color: #ffffff;
    }
    /* .maturity-thankyou-modal__btn--solid:hover {
      background: var(--primaryColorHover);
      box-shadow: 0 4px 14px rgba(46, 125, 71, .35);
    } */


/* ======================================== Maturity Thank You Modal End =================================== */

/* ======================================== Maturity Delete Modal Start =================================== */

/* overlay */
.delete-confirmation-modal__overlay {
    position: fixed;
    inset: 0;
    background: rgba(30, 40, 32, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

/* card */
.delete-confirmation-modal__card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 36px 36px;
    pointer-events: auto;
    position: relative;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
    text-align: center;
    animation: deleteConfirmationModalIn 0.35s cubic-bezier(.22,.68,0,1.2) both;
    max-width: 480px;
    width: 100%;
}

@keyframes deleteConfirmationModalIn {
    from {
        opacity: 0;
        transform: scale(0.88) translateY(16px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* close button */
.delete-confirmation-modal__close {
    position: absolute;
    top: 18px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer !important;
    padding: 4px;
    transition: .2s ease;
}

.delete-confirmation-modal__close:hover {
    transform: rotate(90deg);
}

/* delete icon */
.delete-confirmation-modal__delete-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: #fff3f3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delete-confirmation-modal__delete-icon img {
    width: 38px;
    height: 38px;
}

/* heading */
.delete-confirmation-modal__heading {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

/* description */
.delete-confirmation-modal__description {
    font-size: 16px;
    line-height: 1.6;
    color: #6b7280;
    margin-bottom: 32px;
}

/* actions */
.delete-confirmation-modal__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

/* button base */
.delete-confirmation-modal__btn {
    min-width: 160px;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    transition: .3s ease;
    cursor: pointer;
}

/* cancel button */
.delete-confirmation-modal__btn--outline {
    border: 1px solid var(--primary-purple);
    background: transparent;
    color: var(--primary-purple);
}

.delete-confirmation-modal__btn--outline:hover {
    background: #f0f8f2;
    box-shadow: 0 2px 10px rgba(46, 125, 71, .15);
}

/* delete button */
.delete-confirmation-modal__btn--solid {
    border: 2px solid transparent;
    background: var(--primary-purple);
    color: #ffffff;
}

.delete-confirmation-modal__btn--solid:hover {
    background: var(--primaryColorHover);
    box-shadow: 0 4px 14px rgba(46, 125, 71, .35);
}

/* responsive */
@media(max-width: 575px) {

    .delete-confirmation-modal__card {
        padding: 30px 20px;
        margin: 15px;
    }

    .delete-confirmation-modal__actions {
        flex-direction: column;
    }

    .delete-confirmation-modal__btn {
        width: 100%;
    }

    .delete-confirmation-modal__heading {
        font-size: 24px;
    }
}

/* ======================================== Maturity Delete Modal End =================================== */
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: var(--primaryColor);
}
.select2-results__option {
    padding: 10px;
}
.importModal .modal-body.org_form {
    height: 70vh;
    overflow: auto;
}
.addBtn {
    min-width: clamp(22px, 1.56vw, 30px);
    width: clamp(22px, 1.56vw, 30px);
    min-height: clamp(22px, 1.56vw, 30px);
    background: var(--primaryColor);;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: clamp(-40px, -2.08vw, -25px);
    top: clamp(23px, 1.41vw, 27px);
    padding: 0;
    cursor: pointer;
}
.addBtn img{
    width: 45%;
}
.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form.pr_60{
    padding-right: 60px;
}
.myDataTable.table tbody tr td a.tableLink{
    width: clamp(16px, 1.04vw, 20px);
}
.tableLink:hover img{
    filter: brightness(0) saturate(100%) invert(41%) sepia(21%) saturate(1160%) hue-rotate(243deg) brightness(89%) contrast(86%);
}
.arrow_up {
    width: 16px;
    display: inline-block;
}
.iloPolicy h4{
    font-size: clamp(14px, 0.94vw, 18px);
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}
.iloPolicy ul {
    list-style-type: none;
    padding: 0;
}
.iloP_input input{
    accent-color: var(--primaryColor);
}
.iloP_text h3 {
    font-size: clamp(13px, 0.83vw, 16px);
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    /* margin-left: 17px; */
}
.iloP_text p {
    margin: 0;
    font-size: clamp(12px, 0.73vw, 14px);
    color: #333;
    /* margin-left: 54px; */
}
.iloPolicy thead tr th, .iloPolicy tbody tr td {
    border-bottom: 1px solid #bb94ba;
    border-top: 1px solid #bb94ba;
}
.iloPolicy thead tr th{
    background: rgba(200, 231, 218, 1);
    font-size: clamp(13px, 0.83vw, 16px);
    font-weight: 600;
    color: #333;
}
.iloPolicy tbody tr:nth-child(even) td{
    background-color: #f5f5f5;
}
.policyModal {
    z-index: 9999999;
}
.policyModal.commonModalStyling .modal-dialog.modal-lg {
    max-width: 60%;
}
.policyModal.commonModalStyling .modal-dialog .modal-body {
    height: 70vh;
    overflow: auto;
}
.policyModal.commonModalStyling .modal-content .modal-footer, .keyModuleModalComponent.commonModalStyling .modal-content .modal-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.policyModal.commonModalStyling .modal-content .modal-footer .btn.btn-primary{
    line-height: 1;
    height: 34px;
}
.cloneTitle {
    background: #fff;
    padding: 10px;
}
.addContent .addBtn{
    right: 0;
    top: 0;
    margin-left: auto;
}
.addContent {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-left: auto;
    font-size: clamp(12px, 0.73vw, 14px);
    font-weight: 500;
    justify-content: end;
}
.addBox {
    background: #f5f5f5;
    padding: 10px 40px 10px 10px;
}
.sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__browseImage input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 0;
}

.sidebarFromSection__addedImage {
    display: none;
}

.sidebarFromSection__addedImage:has(.fileName) {
    display: block;
}
.sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__browseImage button {
    position: relative;
    z-index: 0;
    white-space: nowrap;
}
.keyModuleModalComponent.commonModalStyling .modal-content .modal-body{
    padding-top: 10px;
}
.keyModuleModalComponent.commonModalStyling .modal-content .sidebarFromSection.sidebarFromSection__formSection .sidebarFromSection__modalButton {
    top: 10px;
}
.keyModuleModalComponent.commonModalStyling.keyModuleModalComponent .modal-content div.dt-container div.dt-layout-row:first-child div.dt-layout-cell.dt-layout-end{
    padding-right: 30px;
}
.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form.pe_60{
    padding-right: 50px;
}
.addTopicBox{
    background: #f5f5f5;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 20px;
}
.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__formGroup .addTopicBox .sidebarFromSection__addInputGroup, .sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__formGroup .addTopicBox .sidebarFromSection__deleteInputGroup{
    position: absolute;
    right: -38px;
    top: 0;
    left: auto;
    width: 30px;
    height: 30px;
}
.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__formGroup .addTopicBox .resourceAdd .sidebarFromSection__addInputGroup, .sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__formGroup .addTopicBox .resourceAdd .sidebarFromSection__deleteInputGroup{
    right: -59px;
    top: 23px;
}
.resourceAdd .btn:hover img, .sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__formGroup .addTopicBox .sidebarFromSection__addInputGroup:hover img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(75%) saturate(656%) hue-rotate(329deg) brightness(98%) contrast(95%);
}
/* .sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__formGroup .sidebarFromSection__addInputGroup {
    top: -46px !important;
} */
.addTopicBox h4 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 17px;
}
.without-plus.ma_section .dataTableSection__tableSection .dt-layout-cell.dt-layout-end .dt-search{
    margin-right:45px;
}
.ma_section .dataTableSection__tableSection .dt-layout-cell.dt-layout-end .dt-search {
    margin-right: 55px;
}
.ma_section .sidebarFromSection.sidebarFromSection--fiftyPercentWidth{
    right: 0;
    width: 45px;
    position: absolute;
    top: 8px;
    height: 45px;
    overflow: visible;
    transform: unset;
}
.ma_section .sidebarFromSection.sidebarFromSection--fiftyPercentWidth .sidebarFromSection__slideButton {
    right: 0;
    top: 0;
}

@media (max-width: 1368px) {
    .ma_section .dataTableSection__tableSection .dt-layout-cell.dt-layout-end .dt-search {
        margin-right: 45px;
    } 
    .ma_section .sidebarFromSection.sidebarFromSection--fiftyPercentWidth{
        width: 35px;
        height: 35px;
    }
}



.mainHeader .mainHeader__main {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 clamp(12px, 1.56vw, 30px);
}

.mainHeader .mainHeader__main .mainHeader__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mainHeader .mainHeader__main .mainHeader__left .mainHeader__mainLogo {
    /* width: clamp(180px, 10.42vw, 260px); */
    height: auto;
    /* padding-right: clamp(15px, 1.56vw, 30px);
    margin-right: clamp(15px, 1.56vw, 30px); */
    position: relative;
}

.mainHeader .mainHeader__main .mainHeader__left .mainHeader__mainLogo::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 44px;
    background-color: #ffffff;
}

/* .mainHeader .mainHeader__main .mainHeader__left .mainHeader__mainLogo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;

    width: 100%;
    height: auto;
} */

.mainHeader .mainHeader__main .mainHeader__left .mainHeader__mainLogo a img {
    width: auto;
    height: clamp(25px, 4.53vw, 110px);
    padding: 8px;
}

.mainHeader .mainHeader__main .mainHeader__right>ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(5px, 0.52vw, 10px);
    padding: 0;
    margin: 0;
}

.mainHeader .mainHeader__main .mainHeader__right>ul.header-icon{
    margin: -3px 0 0 0;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li {
    display: block;
    width: clamp(30px, 2.5vw, 48px);
    height: clamp(30px, 2.5vw, 48px);
    background-color: #ffffff;
    border-radius: clamp(6px, 0.63vw, 12px);
    /* overflow: hidden; */
}
.mainHeader .mainHeader__main .mainHeader__right>ul>li.dropdown.overview-unset {
    overflow: unset;
}
.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__adminOptionsButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    
}
.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__adminOptionsButton:hover, .mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__accessibilityButton:hover, .mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__adminOptionsButton.userActive{
    background: var(--primaryColor);;
    border-radius: clamp(6px, 0.63vw, 12px);
}
.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__adminOptionsButton::after {
    display: none;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__accessibilityButton img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(41%) sepia(11%) saturate(2118%) hue-rotate(243deg) brightness(91%) contrast(87%);
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__adminOptionsButton img {
    width: 17px;
    filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(85%);
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__adminOptionsButton:hover img,.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__accessibilityButton:hover img, .mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__adminOptionsButton.userActive img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

/* .mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__adminOptionsButton.dropdown-toggle:hover img {
    filter: unset;
} */
/* .mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__adminOptionsButton img.loggedIn {
    filter: invert(93%) sepia(24%) saturate(1264%) hue-rotate(53deg) brightness(101%) contrast(101%);
} */

.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__adminOptionsButton img.profilePic {
    width: 100%;
    border-radius: clamp(6px, 0.63vw, 12px);
    border: 2px solid #ffffff;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .adminOptionsBox {
    transform: translate(0, 0) !important;
    top: calc(100% + 10px) !important;
    left: auto !important;
    right: 0 !important;
    padding: 10px 0;
    border-radius: 10px;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .adminOptionsBox li {
    display: block;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .adminOptionsBox li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    font-family: var(--primaryFontFamily);
    font-size: clamp(12px, 0.729vw, 14px);
    line-height: 1.2;
    font-weight: 500;
    color: #000000;
    padding: 10px 20px;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .adminOptionsBox li a:hover {
    color: #ffffff;
    background-color: var(--primaryColor);
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .adminOptionsBox li a span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .adminOptionsBox li a span img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(90%);
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .adminOptionsBox li a:hover span img {
    filter: invert(100%) sepia(0%) saturate(7496%) hue-rotate(142deg) brightness(102%) contrast(102%);
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__burgerMenuButton {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
}
.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__burgerMenuButton:hover{
    background: var(--primaryColor);;
    border-radius: clamp(6px, 0.63vw, 12px);
}
.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__burgerMenuButton img {
    width: 18px;
    filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(85%);
}
.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__burgerMenuButton:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
/* .mainHeader .mainHeader__main .mainHeader__right > ul > li .mainHeader__languageButton {} */

.mainHeader .mainHeader__main .mainHeader__right>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
    font-family: var(--primaryFontFamily);
    font-size: clamp(16px, 1.042vw, 20px);
    line-height: 1.2;
    font-weight: 500;
    color: var(--primaryColor);
    text-transform: capitalize;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li>a>span {
    margin-right: 0;
    font-size: clamp(16px, 1.042vw, 20px);
    vertical-align: middle;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li>a>span:last-child {
    display: none;
}

/* .mainHeader .mainHeader__main .mainHeader__right > ul > li .mainHeader__languageButton img {
    width: 23px;
} */

.mainHeader .mainHeader__main .mainHeader__right>ul>li>.gt_black_overlay {
    display: none !important;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .gt_white_content {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: auto;
    right: 0;
    width: 120px;
    height: auto;
    margin: 0;
    padding: 10px 0;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.175);
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .gt_white_content .gt_languages {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    max-height: none;
    overflow-x: hidden;
}
.addProfileBtn:hover
.mainHeader .mainHeader__main .mainHeader__right>ul>li .gt_white_content .gt_languages a {
    display: flex;
    padding: 10px;
    border-bottom: none;
    white-space: nowrap;
    line-height: 1;
    flex-basis: auto;
    box-sizing: border-box;
    width: 100%;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .gt_white_content .gt_languages a:hover {
    color: #ffffff;
    background-color: var(--primaryColor);
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .gt_white_content .gt_languages a span {
    display: block;
    font-family: var(--primaryFontFamily);
    font-size: clamp(12px, 0.729vw, 14px);
    line-height: 1.2;
    font-weight: 500;
    color: #000000;
    margin-right: 0;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .gt_white_content .gt_languages a:hover span {
    color: #ffffff;
    background-color: var(--primaryColor);
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__notificationButton {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
    position: relative;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__notificationButton .unreadNotification {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% + 6px);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--secondaryColor);
    display: none;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__notificationButton img {
    width: 19px;
    filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(85%);
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__notificationButton:hover img {
    width: 19px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .mainHeader__notificationButton:hover{
    background: var(--primaryColor);;
    border-radius: clamp(6px, 0.63vw, 12px);
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox {
    transform: translate(0, 0) !important;
    top: calc(100% + 10px) !important;
    left: auto !important;
    right: 0 !important;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    min-width: clamp(350px, 21.35vw, 410px);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: #F4F1FF;
    padding: clamp(10px, 0.94vw, 18px) clamp(10px, 1.04vw, 20px);
    border-bottom: 1px solid #D0CCE1;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__header .notificationBox__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__header .notificationBox__left h3 {
    font-family: var(--primaryFontFamily);
    font-size: clamp(14px, 1.042vw, 20px);
    line-height: 1.2;
    font-weight: 500;
    color: var(--primaryColor);
    margin: 0;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__header .notificationBox__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__header .notificationBox__right a {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__header .notificationBox__right a img {
    width: clamp(12px, 0.73vw, 14px);
} */

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body {
    display: flex;
    flex-direction: column;

    background-color: #ffffff;
    padding: clamp(10px, 1.04vw, 20px);
    max-height: calc(100vh - 275px);
    overflow: auto;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main {
    display: flex;
    flex-direction: column;

    margin: 0 0 30px;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main:last-child {
    margin: 0;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main .notificationBox__heading {
    /* display: flex; */
    align-items: center;
    justify-content: flex-start;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main .notificationBox__heading h4 {
    font-family: var(--primaryFontFamily);
    font-size: clamp(12px, 0.729vw, 14px);
    line-height: 1.2;
    font-weight: 500;
    color: #000000;
    margin: 0 0 15px;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main .notificationBox__box {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    margin: 0 0 20px;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main .notificationBox__box:last-child {
    margin: 0;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main .notificationBox__box .notificationBox__image {
    width: clamp(24px, 2.6vw, 50px);
    height: clamp(24px, 2.6vw, 50px);
    border-radius: 50%;
    margin-right: clamp(5px, 0.52vw, 10px);
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main .notificationBox__box .notificationBox__image img {
    width: 100%;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main .notificationBox__box .notificationBox__content {
    display: flex;
    flex-direction: column;

    width: calc(100% - clamp(29px, 3.13vw, 60px));
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main .notificationBox__box .notificationBox__content .notificationBox__timePeriod {
    display: block;
    font-family: var(--primaryFontFamily);
    line-height: 1.2;
    font-weight: 500;
    font-size: clamp(9px, 0.625vw, 12px);
    color: #999999;
    margin: 0 0 5px;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main .notificationBox__box .notificationBox__content p {
    font-family: var(--primaryFontFamily);
    font-size: clamp(11px, 0.729vw, 14px);
    line-height: 1.2;
    /* font-weight: 500; */
    font-weight: 400;
    color: #000000;
    margin: 0;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__body .notificationBox__main .notificationBox__box .notificationBox__content p .notificationBox__userName {
    display: inline-block;
    font-weight: 500;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__footer {
    display: flex;
    flex-direction: column;

    padding: 20px;
    padding-top: 0;
}

.mainHeader .mainHeader__main .mainHeader__right>ul>li .notificationBox .notificationBox__footer .notificationBox__buttonSection {
    display: flex;
    align-items: center;
    justify-content: center;
}


.nav-border-indicator {
    position: absolute;
    border-radius: 6px;
    pointer-events: none;
    transition: all 0.35s ease;
    top: 0;
    left: 0;
    width: 76px;
    height: 45px;
    box-sizing: border-box;
    }

    /* Custom half-border */
    .nav-border-indicator::before {
        content: "";
        position: absolute;
        top: -5px;
        left: 27px;
        width: 65%;
        height: 90%; /* 👈 control how much border you want */
        
        border: 1px solid var(--primaryColor);
    }

    /* ── Brand ── */
    .brand-logo {
      width: 52px;
      height: 52px;
      object-fit: contain;
    }

    /* SVG logo embedded inline */
    .brand-logo-svg {
      width: 52px;
      height: 52px;
      flex-shrink: 0;
    }

    .brand-text {
      display: flex;
      flex-direction: column;
      line-height: 1.25;
    }

    .brand-title {
      font-size: 0.75rem;
      font-weight: 800;
      color: var(--primary-purple);
      letter-spacing: 0.07em;
      text-transform: uppercase;
    }

    .brand-subtitle {
      font-size: 0.57rem;
      color: var(--text-dark);
      max-width: 130px;
      line-height: 1.35;
    }

    /* ── Nav Links ── */
    .custom-nav-link {
      font-size: 16px;
      font-weight: 400;
      color: var(--text-dark) !important;
      padding: 0.48rem 0.85rem !important;
      border-radius: 4px;
      position: relative;
      transition: var(--transition);
      cursor: pointer;
      white-space: nowrap;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .custom-nav-link:hover {
      color: var(--primary-purple) !important;
      background: rgba(26,92,58,0.06);
    }
    
    @media (min-width:1200px) and (max-width:1300px){
        /* .mainHeader .mainHeader__main .mainHeader__left .mainHeader__mainLogo a img{
            width: calc(60% + 20px);
        } */

        .custom-nav-link {
            font-size: 12px;
        }
    }


/* -------------------------------------- Footer Style Sheet Start -------------------------------------- */


.footer {
  background: linear-gradient(180deg, #AD6ABC 0%, #8A5695 100%); 
  color: #ffffff;
}
.footer_top {
    padding: clamp(30px, 2.6vw, 50px) clamp(15px, 5.21vw, 100px) clamp(25px, 1.82vw, 35px);
}
.footer_top .footer-logos {
    width: clamp(170px, 13.28vw, 255px);
    min-width: clamp(170px, 13.28vw, 255px);
    gap: clamp(15px, 1.56vw, 30px);
}
.coalition-logo{
    width: clamp(170px, 13.28vw, 255px);
}
.gbvf-logo{
    width: clamp(150px, 11.61vw, 223px);
}
.unfpa-logo{
    width: clamp(120px, 9.17vw, 176px);
}
.footer-logos{
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer .footerNav .footer-links {
    /* margin-bottom: clamp(15px, 1.25vw, 24px); */
    margin-bottom: 0;
    padding-bottom: clamp(10px, 0.78vw, 15px);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: clamp(10px, 2.29vw, 44px);
    padding-right: clamp(10px, 2.29vw, 44px);
    height: 50%;
}
.footer .footer-divider {
    width: 100%;
    margin: 0;
}

/* we */
.footerNav {
    width: 100%;
    padding: 0 clamp(15px, 7.29vw, 140px);
    display: flex;
    /* justify-content: space-between; */
}

.footer .footerNav .footer-links:first-child{
    padding-left: 0;
}

.footer .footerNav .footer-links:last-child{
    padding-right: 0;
}
.footer-links a {
  color: #ffffff;;
  text-decoration: none;
  font-size: clamp(12px, 0.83vw, 16px);
  font-weight: 400;
  line-height: 2.223;
}
.footer-links a:hover{
    color: #F47C48;
}
.footer_contact {
    width: 30%;
    min-width:30%;
}
.footer-title {
  font-weight: 600;
  margin-bottom: clamp(16px, 1.67vw, 32px);
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1.334;
}

.footer p {
  color: #FFFFFF;
  font-size: clamp(14px, 0.94vw, 18px);
  line-height: 1.67;
  font-weight: 400;
  margin-bottom: clamp(20px, 1.56vw, 30px);
}
.footer p a {
    color: #fff;
}
.footer p a:hover {
    color: #F47C48;
}
.footer .footer-links li{
    background: transparent;
    padding: 0 8px;
}
/* .footer .footer-links li:first-child {
    padding-left: 0;
} */
.footer .footer-links li:last-child {
    padding-right: 0;
}
/* .footer .footer-links li:hover{
    background: var(--primaryColor);
    border-radius: 4px;
} */

.social-icons {
  display: flex;
  gap: 14px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(32px,2vw,40px);
    height: clamp(32px,2vw,40px);
    background: #fff;
    border-radius: 50%;
    transition: all 0.25s ease;
}
.social-icons a .fb-icon{
    width: 30px;
    height: 30px;
}

.social-icons a.fb-wrapper{
    background: transparent !important;
}

.social-icons a img {
    width: clamp(20px, 1.34vw, 30px);
    height: clamp(20px, 1.34vw, 30px);
    transition: all 0.25s ease;
}

.social-icons a img.twitter-icon,.social-icons a img.youtube-icon{
    filter: brightness(0) saturate(100%) invert(38%) sepia(32%) saturate(800%) hue-rotate(255deg) brightness(90%) contrast(90%); 
}

.social-icons a:hover img.fb-icon {
    transform: scale(1.15);
    /* filter: brightness(0) saturate(100%) invert(58%) sepia(60%) saturate(600%) hue-rotate(330deg) brightness(103%) contrast(95%); */
}

.social-icons a:hover{
    transform: scale(1.15) !important;
    /* background: #986AA2 !important; */
}

.footer-bottom {
  background-color: #FFFFFF;
  color: #333;
  font-size: 13px;
  padding: 10px 0;
}
.footer-bottom a {
    color: #333;
}

/* -------------------------------------- Footer Style Sheet End ---------------------------------------- */

#importModal .dataTableSection .dataTableSection__classificationSection {
    top: 4px;
}
body:has(.select2-container--open) .dataTableSection.dataTableSection--classificationType .customFormBox .form-group .form-label {
    z-index: 999999;
}
#importModal.policyModal.commonModalStyling .modal-dialog.modal-lg {
    max-width: 75%;
}
#importModal.policyModal.commonModalStyling .modal-dialog .modal-body {
    height: 73vh;
}
#importModal.commonModalStyling .modal-content .modal-body .dataTableSection {
    height: calc(76vh - 27px);
}
#importModal.commonModalStyling .dt-empty {
    height: 100% !important;
}
.commonModalStyling table:has(.dt-empty) {
    height: 100%;
}
.iloP_input {
    display: flex;
    align-items: center;
    justify-content: center;
}
#descriptionModal.commonModalStyling {
    z-index: 99999;
}
.myDataTable.table tbody tr td a.viewDescription{
    width: 14px;
}
.myDataTable.table tbody tr td a.viewDescription img{
    filter: brightness(0) saturate(100%) invert(14%) sepia(88%) saturate(22%) hue-rotate(69deg) brightness(87%) contrast(83%);
}
.myDataTable.table tbody tr td a.viewDescription img:hover{
    filter: brightness(0) saturate(100%) invert(41%) sepia(12%) saturate(1813%) hue-rotate(243deg) brightness(93%) contrast(91%);
}
#descriptionModal.policyModal.commonModalStyling .modal-dialog .modal-body {
    height: 50vh;
    max-height: 70vh;
}

.welcome_ma {
    height: 100%;
    display: block;
    align-content: center;
    text-align: center;
}
.wma_content h2 {
    font-size: clamp(20px, 1.82vw, 35px);
    font-weight: 500;
    color: #1f694b;
    line-height: 1.26;
    margin-bottom: 3px;
    color: #333333;
}
.wma_content img {
    height: 65vh;
    margin-bottom: 3px;
}
.welcome_pb .wma_content img{
    height: clamp(130px, 9.17vw, 176px);
    margin-bottom: clamp(40px, 4.64vw, 89px);
}
.wma_content ul {
    display: flex;
    gap: clamp(20px, 1.56vw, 30px);
    list-style-type: none;
    padding: 0;
    justify-content: center;
    margin-bottom: clamp(22px, 2.4vw, 46px);
}
.wma_content ul li a {
    font-size: clamp(16px, 1.15vw, 22px);
    background: #EF651E;
    border: 1px solid #EF651E;
    font-weight: 500;
    color:#fff;
    line-height: 1.25;
    display: block;
    border-radius: clamp(8px, 0.63vw, 12px);
    /* border: 1px solid var(--primaryColor);; */
    padding: clamp(9px, 0.63vw, 12px) clamp(6px, 0.52vw, 10px) clamp(8px, 0.57vw, 11px);
    width: clamp(200px, 15.63vw, 300px);
}
.wma_content ul li a:hover{
    background-color: #d04700;
    border-color: #d04700;
}
.viewReportPopup{
    font-size: clamp(16px, 1.15vw, 22px);
    background: #EF651E;
    border: 1px solid #EF651E;
    font-weight: 500;
    color:#fff;
    line-height: 1.25;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: clamp(8px, 0.63vw, 12px);
    /* border: 1px solid var(--primaryColor);; */
    padding: clamp(9px, 0.63vw, 12px) clamp(6px, 0.52vw, 10px) clamp(8px, 0.57vw, 11px);
    width: clamp(200px, 15.63vw, 300px);
}
.viewReportPopup:hover{
    background-color: #d04700;
    border-color: #d04700;
}
.viewReportPopup img{
    filter: brightness(0) invert(1);
}

.downloadRapid {
    position: absolute;
    top: 9px;
    z-index: 9;
    left: clamp(89px, 5.05vw, 97px);
    margin-left: 15px;
    border-left: 1px solid #999;
    padding-left: 15px;
}
.downloadRapid a{
    font-size: clamp(13px, 0.83vw, 16px);
    color: var(--primaryColor);;
    font-weight: 500;
    line-height: 1.25;
    display: block;
    border-radius: clamp(8px, 0.63vw, 12px);
    border: 1px solid var(--primaryColor);;
    padding: clamp(9px, 0.63vw, 12px) clamp(12px, 0.78vw, 15px) clamp(8px, 0.57vw, 11px);
    background: #fff;
}
.downloadRapid a:hover{
    background: var(--primaryColor);;
    color: #fff;
}
.profBtn{
    margin-bottom: clamp(70px, 5.21vw, 100px);
}
.profBtn a {
    font-size: clamp(13px, 0.83vw, 16px);
    color: #fff;
    font-weight: 500;
    line-height: 1.25;
    display: block;
    border-radius: clamp(8px, 0.63vw, 12px);
    border: 1px solid var(--primaryColor);;
    padding: clamp(9px, 0.63vw, 12px) clamp(18px, 1.56vw, 30px) clamp(8px, 0.57vw, 11px);
    background: var(--primaryColor);;
    display: inline-block;
}
.profBtn a:hover{
    background-color: #fff;
    color: #333;
}
.mainLeftBox {
    padding-right: 6.25vw;
}
.dropdown-opt .dropdown {
    width: 100% !important;
}
.associated_input {
    position: relative;
}
.associated_input .ai_arrow {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(14%) sepia(88%) saturate(22%) hue-rotate(69deg) brightness(87%) contrast(83%);
}
.associated_input .ai_arrow:hover{
    filter: brightness(0) saturate(100%) invert(41%) sepia(12%) saturate(1813%) hue-rotate(243deg) brightness(93%) contrast(91%);
}
.myDataTable.table tbody tr td a.viewPolicyAssociated{
    width: 16px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(88%) saturate(22%) hue-rotate(69deg) brightness(87%) contrast(83%);
}
.viewPolicyAssociated:hover{
    filter: brightness(0) saturate(100%) invert(41%) sepia(12%) saturate(1813%) hue-rotate(243deg) brightness(93%) contrast(91%);
}
.ap_Modal .dataTableSection .dataTableSection__classificationSection {
    top: 4px;
}
body:has(.select2-container--open) .dataTableSection.dataTableSection--classificationType .customFormBox .form-group .form-label {
    z-index: 999999;
}
.ap_Modal.policyModal.commonModalStyling .modal-dialog.modal-lg {
    max-width: 75%;
}
.ap_Modal.policyModal.commonModalStyling .modal-dialog .modal-body {
    height: 73vh;
}
.ap_Modal.commonModalStyling .modal-content .modal-body .dataTableSection {
    height: calc(76vh - 27px);
}
.ap_Modal.commonModalStyling .dt-empty {
    height: 100% !important;
}

/* 1920 100% */
@media (min-width: 1900px) {
    .sidebarFromSection .sidebarFromSection__slideButton {
        top: 72px;
    }
}

/* 1920 125% */
@media (max-width: 1536px) and (min-width: 1510px) {
    .sidebarFromSection .sidebarFromSection__slideButton {
        top: 47px;
    }
    .without-plus.ma_section .dataTableSection__tableSection .dt-layout-cell.dt-layout-end .dt-search {                     
        margin-right: 65px;
    }
}

/* 1600 100% */
@media (min-width:1550px) and (max-width:1600px){
    .sidebarFromSection .sidebarFromSection__slideButton {
        top: 52px;
    }
}

/* 1600 125% */
@media (min-width:1250px) and (max-width:1300px) {
    .sidebarFromSection .sidebarFromSection__slideButton {
        width: 35px;
        height: 35px;
        top: 45px;
    }
}

/* 1300 100% */
@media (min-width:1350px) and (max-width:1400px) {
    .sidebarFromSection .sidebarFromSection__slideButton {
        width: 35px;
        height: 35px;
        top: 49px;
    }
}

/* ====================================================== */
#viewDeatilsModal.commonModalStyling .modal-content .modal-body{
    min-height: 50vh;
}
#viewDeatilsModal.commonModalStyling .modal-dialog.modal-lg {
    max-width: 75%;
}
.profile_area--top {
    display: flex;
    flex-direction: row;
    margin-bottom: 4.25rem;
}
.profile_img {
    height: 100%;
    max-width: clamp(140px, 11.98vw, 230px);
}
.profile_area .profile_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: clamp(8px, 0.52vw, 10px) solid #FFEFEF;
    box-shadow: 0 26px 12px -22px #00000040;
}
.profile_area .profile_details {
    padding-left: clamp(40px, 5.21vw, 100px);
    display: flex;
    flex-direction: column;
    width: calc(100% - clamp(140px, 11.98vw, 230px));
}
.profile_area .profile_details ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    width: 100%;
}
.profile_area .profile_details ul li {
    display: flex;
    align-items: flex-start;
    width: 33.33%;
    margin-bottom: clamp(20px, 1.56vw, 30px);
    padding-right: 10px;
}
.profile_area .profile_details ul li .p_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFEFEF;
    width: clamp(28px, 1.72vw, 33px);
    height: clamp(28px, 1.72vw, 33px);
    border-radius: 100%;
    border: 1px solid #FFCECE;
}

.profile_area .profile_details ul li .p_icon img{
    filter: brightness(0) invert(40%);
    width: 15px;
}
.profile_area .profile_details ul li .p_name {
    padding-left: clamp(12px, 1.04vw, 20px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: calc(100% - clamp(28px, 1.72vw, 33px));
}
.profile_area .profile_details ul li .p_name span {
    font-size: clamp(11px, 0.73vw, 14px);
    color: #666;
    line-height: 1rem;
}
.profile_area .profile_details ul li .p_name p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-size: clamp(12px, 0.83vw, 16px);
    color: #333;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 500;
    width: 100%;
}
.tooltip-inner {
    background-color: #cfcfcf !important;
    font-size: 12px !important;
    color: #000 !important;
    opacity: 1;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before{
    border-left-color: #cfcfcf !important;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before{
    border-right-color: #cfcfcf !important;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before{
    border-top-color: #cfcfcf !important;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before{
    border-bottom-color: #cfcfcf !important;
}
/* ============================ Dashboard Design ============================ */
.db_para{
    font-size: clamp(13px, 0.83vw, 16px);
    color: #333;
    padding-top: 10px;
    padding-bottom: clamp(20px, 2.86vw, 55px);
    margin-bottom: 0;
}
.db_column {
    margin-bottom: 60px;
}
.db_column ul{
    display: flex;
    list-style-type: none;
    padding: 0;
}
.db_column ul li {
    padding: 0 clamp(10px, 1.67vw, 32px);
    width: 40%;
}
.dbc_box{
    border-radius: clamp(8px, 0.63vw, 12px);
    border-left: clamp(4px, 0.31vw, 6px) solid #8A5695;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    padding: clamp(8px, 0.57vw, 11px) clamp(13px, 0.99vw, 19px) clamp(15px, 1.25vw, 24px);
    height: 100%;
}
.dbc_box .gbvh-box-icon {
    width: clamp(40px, 2.6vw, 50px);
    height: clamp(40px, 2.6vw, 50px);
    margin-right: clamp(12px, 1.25vw, 24px);
}
.dbc_box h3 {
    font-size: clamp(20px, 1.67vw, 32px);
    text-align: center;
    color: #8A5695;
    font-weight: 500;
    /* line-height: 1.814; */
    margin-bottom: 8px;
    /* margin-bottom: 8px; */
}
.dbc_box .progess-image img, .dbc_box .progess-image-policy img {
    width: clamp(300px, 19.64vw, 377px);
    /* height: clamp(200px, 13.07vw, 251px); */
}

.dbc_box .progess-image-policy img {
    width: clamp(250px, 16.41vw, 351px);
    height: clamp(220px, 13.07vw, 251px);
}

.dbc_box .progess-image-policy {
    margin-top: -10px;
}

.progress-circle {
    --size: clamp(180px, 13.02vw, 250px);
    --border: clamp(12px, 0.83vw, 16px);
    --progress: 0;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: conic-gradient(
        #8A5695 calc(var(--progress) * 1%),
        #F1F1EF 0
    );
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto clamp(10px, 0.94vw, 18px);
}

.progress-circle::before {
    content: "";
    position: absolute;
    width: calc(var(--size) - (var(--border) * 2));
    height: calc(var(--size) - (var(--border) * 2));
    background: #fff;
    border-radius: 50%;
}

.progress-circle span {
    position: relative;
    font-size: 40px;
    font-weight: bold;
}
.progressContent {
    z-index: 1;
    /* text-align: center; */
    padding: 15px;
    padding-left: 30px;
    padding-top: 14%;
    width: calc(var(--size) - (var(--border) * 2));
    height: calc(var(--size) - (var(--border) * 2));
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}
.progressContent h5 {
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: 500;
    color: #8A5695;
    line-height: 1.05;
    margin-bottom: clamp(10px, 0.83vw, 16px);
}
.progressContent h4 {
    margin: 0;
    font-size: clamp(24px, 2.4vw, 46px);
    font-weight: 600;
    color: #8A5695;
    line-height: 1;
    padding-top: 10px;
}
.progressContent p {
    font-size: clamp(16px, 1.2vw, 23px);
    font-weight: 500;
    color: #333;
    margin-bottom: 0;
    line-height: 1.1;
}
.dbc_box .progress-content .progressContent ul {
    display: block;
    padding-left: 0;
    margin: 0;
}
.dbc_box .progress-content .progressContent ul li {
    text-align: left;
    width: 100%;
    color: #374151;
    font-size: clamp(12px, 0.83vw, 16px);
    margin-bottom: clamp(10px, 0.83vw, 16px);
    position: relative;
    padding-left: clamp(15px, 1.04vw, 20px);
}
.progress-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: clamp(6px, 0.52vw, 10px);
    width: 6px;
    height: 6px;
    background: #8A5695; 
    border-radius: 50%;
}

.dbc_box .msc_head {
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: 500;
    color: #8A5695;
    line-height: 1.335;
}
.dbc_box p.msc_para {
    font-size: clamp(10px, 0.63vw, 12px);
    color: #666;
    line-height: 1;
    margin-bottom: clamp(8px, 0.63vw, 12px);
}
.component-row tr td {
    border: none;
    background: #F8F5F9;
    font-size: clamp(11px, 0.83vw, 16px);
    font-weight: 600;
    color: #333;
}
.component-row tr:nth-child(even) td{
    background-color: #F1EBF3;
}
.component-row td.icon-box {
    width: 19px;
    padding: 0 5px 0 12px;
    text-align: center;
    vertical-align: middle;
}
.component-row td.icon-box img {
    max-height: 16px;
}
.component-row tr td:last-child{
    min-width: clamp(50px, 4.58vw, 88px);
    position: relative;
    text-align: center;
    color: #8A5695;
    font-weight: 700;
    line-height: 0.5;
    vertical-align: middle;
}
.component-row tr td:last-child:after{
    width: 1px;
    content: "";
    height: 100%;
    background-color: #8F8F8F;
    opacity: 0.4;
    position: absolute;
    left: 0;
    bottom: 0;
}
.component-row tr:first-child td:last-child:after {
    height: calc(100% - clamp(6px, 0.52vw, 10px));
}
.component-row tr:last-child td:last-child:after {
    height: calc(100% -  clamp(6px, 0.52vw, 10px));
    top: 0;
}
.dbc_box .msc_table {
    min-height: clamp(107px, 6.25vw, 120px);
    margin-bottom: 6px;
}
.dbc_box .msc_table table{
    margin-bottom: 0;
}
.viewMore {
    font-size: clamp(11px, 0.68vw, 13px);
    color: #8A5695;
    font-weight: 500;
}
.viewMore img {
    width: 16px;
}
.viewMore:hover{
    color: #8f350e;
}
.viewMore:hover img{
    filter: brightness(0) saturate(100%) invert(21%) sepia(35%) saturate(3336%) hue-rotate(357deg) brightness(96%) contrast(92%);
}
.db_assessment{
    display: block;
    width: 70%;
    border-radius: 10px;
    background: #EF651E;
    text-align: center;
    border: 1px solid #EF651E;
    line-height: 1.45;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 8px;
    font-size: clamp(12px, 0.83vw, 16px);
    font-weight: 600;
    color: #ffff;
    display: flex;
    justify-content: center;
    /* margin: auto; */
}
.db_assessment:hover{
    background-color: #d04700;
    border-color: #d04700;
}
/* .db_assessment:hover{
    background: #fff;
    color: #F47C48;
} */

.db_download {
    display: block;
    width: 100%;
    background: #EF651E;
    border-radius: 10px;
    border: 1px solid #EF651E;
    line-height: 1.45;
    padding: 10px;
    margin-top: clamp(8px, 0.63vw, 12px);
    font-size: clamp(12px, 0.83vw, 16px);
    font-weight: 600;
    color: #fff;
    display: flex;
    gap: clamp(5px, 0.42vw, 8px);
    justify-content: center;
}
.db_download img {
    width: clamp(13px, 0.83vw, 16px);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(35deg) brightness(102%) contrast(106%);
}
.db_download:hover{
    background-color: #d04700;
    border-color: #d04700;
}
/* .db_download:hover{
    background: #fff;
    color: #F47C48;
}
.db_download:hover img{
    filter: brightness(0) saturate(100%) invert(68%) sepia(59%) saturate(4863%) hue-rotate(346deg) brightness(104%) contrast(101%);
} */
.lastAssessed {
    /* margin-top: clamp(8px, 0.73vw, 14px); */
    font-size: clamp(8px, 0.63vw, 12px);
    color: #666;
}

/* NEW — matches ECharts responsive behavior */
.preventing_img {
    width: 100%;
    height: 250px;
    aspect-ratio: 1 / 1;       /* square like the donut chart in your image */
    max-width: 160px;           /* caps max size, same as your old clamp max */
    margin: 0 auto;             /* center it inside the card */
    /* margin-bottom: clamp(2px, 0.5vw, 18px); */
    text-align: center;
}
.preventing_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;        /* scales proportionally, no crop */
    display: block;
}
.ph_min_h{
    min-height: clamp(42px, 2.92vw, 56px);
}
.dbc_box .msc_table.preventing_table {
    margin-bottom: clamp(10px, 0.70vw, 41px);
}
.dbc_box .msc_table.preventing_table .component-row td.icon-box img {
    max-height: fit-content;
}
.dbc_box .msc_table.preventing_table .component-row tr td{
    line-height: 1;
}
.dbc_box .msc_table.preventing_table .component-row p {
    font-size: clamp(12px, 0.83vw, 16px);
    margin: 0;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
}
.dbc_box .msc_table.preventing_table .component-row span {
    font-weight: 500;
    font-size: clamp(9px, 0.63vw, 12px);
    line-height: 1;
}
.dbc_box .msc_table.preventing_table .component-row td:last-child {
    min-width: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
}
.dbc_box .msc_table.preventing_table .component-row td:last-child:after{
    display: none;
}
.edit_icon {
    cursor: pointer;
}
.edit_icon:hover{
    filter: brightness(0) saturate(100%) invert(68%) sepia(59%) saturate(4863%) hue-rotate(346deg) brightness(104%) contrast(101%);
}
/* ============================ Dashboard Design ============================ */
#rejectModal .modal-dialog.modal-sm {
    max-width: 600px;
}

#rejectModal .modal-dialog textarea {
    resize: none;
}
.ui-widget.ui-widget-content{
    z-index: 99999;
    transition: unset;
}
.download_icon {
    width: clamp(16px, 1.04vw, 20px) !important;
    filter: brightness(0) saturate(100%) invert(19%) sepia(4%) saturate(22%) hue-rotate(50deg) brightness(91%) contrast(91%);
}
.download_icon:hover{
    filter: brightness(0) saturate(100%) invert(73%) sepia(75%) saturate(4333%) hue-rotate(344deg) brightness(100%) contrast(103%);
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order {
    position: relative;
    right: 0;
    margin: 0;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    opacity: 0.4;
}
.dataTableSection__tableSection table.dataTable thead > tr > th div.dt-column-header, .dataTableSection__tableSection table.dataTable thead > tr > th div.dt-column-footer, .dataTableSection__tableSection table.dataTable thead > tr > td div.dt-column-header, .dataTableSection__tableSection table.dataTable thead > tr > td div.dt-column-footer, .dataTableSection__tableSection table.dataTable tfoot > tr > th div.dt-column-header, .dataTableSection__tableSection table.dataTable tfoot > tr > th div.dt-column-footer, .dataTableSection__tableSection table.dataTable tfoot > tr > td div.dt-column-header, .dataTableSection__tableSection table.dataTable tfoot > tr > td div.dt-column-footer{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
}
.dataTableSection__tableSection table.dataTable thead > tr > th div.dt-column-header .dt-column-title, .dataTableSection__tableSection table.dataTable thead > tr > th div.dt-column-footer .dt-column-title, .dataTableSection__tableSection table.dataTable thead > tr > td div.dt-column-header .dt-column-title, .dataTableSection__tableSection table.dataTable thead > tr > td div.dt-column-footer .dt-column-title, .dataTableSection__tableSection table.dataTable tfoot > tr > th div.dt-column-header .dt-column-title, .dataTableSection__tableSection table.dataTable tfoot > tr > th div.dt-column-footer .dt-column-title, .dataTableSection__tableSection table.dataTable tfoot > tr > td div.dt-column-header .dt-column-title, .dataTableSection__tableSection table.dataTable tfoot > tr > td div.dt-column-footer .dt-column-title {
    flex-grow: unset;
    display: inline-block;
    width: fit-content;
}
.dataTableSection__tableSection table.dataTable thead > tr > th .dt-column-title{
    margin-right: 5px;
}
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    opacity: 1;
}
.logoPreviewSize{
    width: 100%;
    height: 100%;
    /* border-radius: 100%; */
}

.ui-widget.ui-widget-content{
    z-index: 9999999999;
    transition: unset;
    list-style-type: none;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
}
.ui-widget.ui-widget-content li.ui-menu-item .ui-menu-item-wrapper {
    font-size: clamp(13px, 0.83vw, 16px);
    padding: 10px;
    width: 100%;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
}
.ui-widget.ui-widget-content li.ui-menu-item .ui-menu-item-wrapper:hover{
    background-color: var(--primaryColor);
    color: #fff;
}
.ui-widget.ui-widget-content li.ui-menu-item:last-child .ui-menu-item-wrapper{
    border-bottom: none;
}

button.plusIcon{
    padding: 5px 10px;
    min-width: 40px;
    border-radius: 10px;
}
.remove.plusIcon {
    background: transparent;
}
button.plusIcon:hover img{
    filter: brightness(0) saturate(100%) invert(56%) sepia(66%) saturate(951%) hue-rotate(330deg) brightness(100%) contrast(92%);
}
button.add.plusIcon img{
    transition: none;
}
button.add.plusIcon:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(277deg) brightness(109%) contrast(103%);
}
.policyReportList {
    padding: 0 20px;
}
.policyReportList ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.policyReportList ul li {
    margin-top: 10px;
}
.policyReportList ul li h4 {
    font-size: clamp(14px, 0.94vw, 18px);
    font-weight: 500;
}
.policyReportList ul li ul {
    padding-left: 30px;
}
.policyReportList ul li ul li h4 {
    font-size: clamp(13px, 0.83vw, 16px);
}
.policyReportList ul li ul li p {
    font-size: clamp(13px, 0.83vw, 16px);
}
.iloPolicy.policyReport thead tr th{
    background-color: #97359612;
    padding-left: 25px;
}
.iloPolicy.policyReport tbody tr td {
    padding-left: 40px;
}
.iloPolicy .policyName p{
    margin: 0;
    font-size: clamp(13px, 0.83vw, 16px);
    font-weight: 600;
    color: #333;
}
.iloPolicy .policyName {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    background: transparent;
    padding: .5rem 0;
}

.tablePolicy .table thead tr th{
    padding-bottom: 5px;
    border: none;
    padding-left: 0;
    text-transform: uppercase;
    display: flex;
    background: transparent;
    align-items: center;
}

.tablePolicy .table thead tr th span{
    width: 25px;
    text-align: center;
    background: #fde2d7;
    border-radius: 5px;
    height: 25px;
    margin-right: 8px;
    padding: 4px 10px;
}

.tablePolicy .table tbody tr td{
    padding-left:0 ;
    border: none;
    background-color: transparent;
}

.tablePolicy .table tbody tr td h3 span{
    width: 25px;
    text-align: left;
    border-radius: 5px;
    display: inline-block;
    margin-right: 8px;
    font-weight: 600;
}

/* ==================================== accessibility cdn menu start ========================== */
#accessibility-modal{
    top: clamp(4px, 0.49vw, 25px) !important;
    z-index: 9999 !important;
}

.accessibility-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

#accessibility-modal.close:hover #closeBtn{
    filter: opacity(1) !important;
}

#accessibility-modal.close {
    right: clamp(127px, 11.34vw, 258px) !important;
    width: 45px !important;
    height: 45px !important;
    box-shadow: none !important;
}

#accessibility-modal.right {
    right: clamp(127px, 11.34vw, 258px) !important;
}

/* Header */
#accessibility-modal #headerContent {
    background: #8A5695 !important;
    color: #fff !important;
}

/* Close Button */
#accessibility-modal #closeBtn {
    background: #8A5695 !important;
    color: #fff !important;
    width: 45px !important;
    height: 45px !important;
}

#accessibility-modal.right #headerContent{
    padding: 10px !important;
}

#accessibility-modal #headerContent p{
    margin-bottom: 0 !important;
}

/* Active Card */
.acc-child.active {
    background: #8A5695 !important;
    border-color: #8A5695 !important;
    color: #fff !important;
}

/* Progress Active */
.acc-child.active .acc-progress-child.active {
    background: #fff !important;
}

/* Tool Hover */
.acc-item:hover .acc-child {
    border-color: #8A5695 !important;
    box-shadow: 0 0 10px rgba(244,124,72,0.35) !important;
}

/* Footer */
#change-positions {
    background: #8A5695 !important;
    display: none !important;
}

/* Footer Buttons */
#change-positions button {
    background: #8A5695 !important;
}

/* Active Footer Button */
#change-positions button.active {
    background: #fff !important;
}

#change-positions button.active svg {
    fill: #8A5695 !important;
}
#accessibility-tools{
    margin-bottom: 80px !important;
}
/* Reset Button */
#accessibility-modal.close #reset-all{
    width: calc(100% - 60px) !important;
    height: 45px !important;
}

#reset-all {
    background: #8A5695 !important;
    color: #fff !important;
    border: none !important;
}

/* Scrollbar */
#accessibility-tools::-webkit-scrollbar-thumb {
    background: #8A5695 !important;
}

/* Default Cards Border */
.acc-child {
    border: 1px solid #8A5695 !important;
    color: var(--primaryColor) !important;
}

.acc-child svg path{
    fill:var(--primaryColor) !important;
}

/* SVG Icon Color */
#change-positions button svg {
    fill: #fff !important;
}

/* Hover Footer Button */
#change-positions button:hover {
    background: #fff !important;
}

#change-positions button:hover svg {
    fill: #8A5695 !important;
}

/* Accessibility Floating Icon Closed State */
#accessibility-modal.close #closeBtn {
    background: #ffffff !important;
    width: 45px !important;
    height: 45px !important;
}

#accessibility-modal.close #closeBtn svg {
    width: 33px !important;
    height: 33px !important;
    filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(85%);
}


/* Focus */
#accessibility-modal *:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* =============== responsive  =========== */

/* 1920 100% */
@media (min-width:1900px){
    #accessibility-modal{
        top:clamp(4px, 0.87vw, 25px) !important;
    }
}
/* ==================================== accessibility cdn menu end ========================== */

body.modal-open:has(#importModal.show) .select2-container.select2-container--default.select2-container--open {
    z-index: 9999999;
}
body:has(#importModal .select2-container--open) .dataTableSection.dataTableSection--classificationType .customFormBox .form-group .form-label {
    z-index: 99999999;
}
.dataTableSection__tableSection table.dataTable thead > tr > th .dt-column-title:has(.iloP_input) {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
}
input.detailCheckbox {
    accent-color: var(--primaryColor);
    margin: auto;
    display: block;
}
.noDataBox{
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    /* height: calc(100% - 45px); */
}
.noDataBox p{
    font-size: clamp(13px, 0.83vw, 16px);
}
.min-h-400{
    min-height: 400px;
}
.cke_dialog_container, .cke_combopanel{
    
    z-index: 999999999 !important;
    background: rgba(0, 0, 0, 0.5) !important;

}

/* .cke_reset_all.cke_dialog_container.cke_1.cke_editor_description_dialog {
    z-index: 999999 !important;
} */

.dashboard-section h2{
    /* margin-top: clamp(5px, 0.4vw, 20px); */
    color: #333;
    font-size: clamp(16px,1.45vw,24px);
    font-weight: 600;
    margin-bottom: 0;
}

.dashboard-section h4{
    margin-top: clamp(5px, 0.4vw, 20px);
    color: #333;
    font-size: clamp(12px, 0.94vw, 18px);
    font-weight: 600;
    margin-bottom: 0;
}

.summary_data{
    padding-bottom: clamp(20px, 1.56vw, 30px);
    margin-top: clamp(20px, 1.5vw, 40px);
}
.summary_data ul {
    gap: clamp(12px, 1.25vw, 24px);
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 100%;
}
.summary_data ul li.first-li {
    width: calc(100% / 2);
    /* height: 32vh; */
}
.summary_data ul li.second-li{
    width: calc(100% / 3);
    /* height: 32vh; */
}
.summary_data ul li .sd_box {
    background: #fff;
    border-radius: clamp(10px, 0.83vw, 16px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    /* display: flex;
    align-items: end; */
    position: relative;
    padding: clamp(15px, 1.04vw, 20px);
    height: 200px;
    border-top: clamp(4px, 0.31vw, 6px) solid #8A5695;
    min-height: clamp(150px, 10.42vw, 200px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.summary_data ul li .sd_box img.sd_icon {
    position: absolute;
    right: 6px;
    top: 6px;
    width: clamp(10px, 0.83vw, 16px);
    cursor: pointer;
    z-index: 1;
}
.summary_data ul li .sd_box img.sd_icon:hover{
    filter: brightness(0) saturate(100%) invert(37%) sepia(30%) saturate(633%) hue-rotate(105deg) brightness(95%) contrast(95%);
}
.sdb_top {
    display: flex;
    margin-bottom: 10px;
}
.summary_data ul li .sd_box .sdb_left {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.summary_data ul li .sd_box .progress{
    height: 6px; 
    border-radius: 10px; 
    background-color: #f0e8e3;
}

.summary_data ul li .sd_box .progress .progress-bar{
    background-color: var(--secondaryColor); 
    border-radius: 10px;
}

.summary_data ul li .sd_box .progress-num small{
    color:  var(--secondaryColor);
    font-weight: 600;
}

.summary_data ul li .sd_box .sdb_left img {
    height: clamp(22px, 1.67vw, 32px);
    margin-bottom: clamp(5px, 0.47vw, 9px);
}

.summary_data ul li .sd_box .sdb_left .i-report {
    background: #8A5695;
    border-radius: 8px;
    padding: 4px;
}
.summary_data ul li .sd_box .sdb_left .i-report img{
    filter: brightness(0) invert(1);
    height: clamp(12px, 1.07vw, 32px);
    margin-bottom: 0;
}

.summary_data ul li .sd_box .sdb_right{
    width: 50%;
    text-align: end;
}
.summary_data ul li .sd_box .sdb_right p{
    font-size: clamp(13px, 0.83vw, 16px);
    font-weight: 500;
}
.summary_data ul li .sd_box .sdb_left h4 {
    font-size: clamp(12px, 0.94vw, 18px);
    margin-bottom: clamp(5px, 0.47vw, 9px);
    font-weight: 600;
}

.summary_data ul li .sd_box .sdb_bottom{
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.summary_data ul li .sd_box .sdb_bottom h2 {
    margin: 0;
    font-size: clamp(22px, 2.5vw, 48px);
    font-weight: 700;
    color: #333;
}
.summary_data ul li .sd_box .sdb_bottom span{
    margin: 0;
    font-size: clamp(18px, 1.4vw, 48px);
    font-weight: 500;
    color: #333333d4;
}
.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__addedImage.documentName {
    max-width: calc(100% - 160px);
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox.wrapper-formbox .sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__addedImage.documentName {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: calc(100% - 60px);
}
.view-description {
    margin-left: 5px;
}
.view-description img {
    width: 9px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(10%) saturate(16%) hue-rotate(332deg) brightness(97%) contrast(80%);
}
.view-description img:hover{
    filter: brightness(0) saturate(100%) invert(75%) sepia(32%) saturate(6848%) hue-rotate(330deg) brightness(99%) contrast(92%);
}

.prof-field-group.sector-field .select2-container--default
.select2-selection--single,
.prof-field-group.employee-count-field .select2-container--default
.select2-selection--single {
    width: 100%;
    height: 38px;
    background: #ffffff !important;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    font-size: 13.5px;
    color: #1a1a1a;
    outline: none;
    font-family: inherit;
    transition: border 0.18s;
}

/* Remove all Select2 animation */
.select2-container,
.select2-dropdown,
.select2-results__options {
    transition: none !important;
    animation: none !important;
}

/* Plain dropdown appearance */
.select2-dropdown {
    border: 1px solid #E2E8F0 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}

/* Remove any fade/slide effect */
.select2-container--open .select2-dropdown {
    animation: none !important;
    transition: none !important;
}

/* Search input */
.select2-search__field {
    transition: none !important;
    animation: none !important;
}

/* Option hover */
.select2-results__option {
    transition: none !important;
}



.myDataTable:has(.dt-empty) {
    height: 100%;
}
.dt-empty{
text-align:center !important;
}
/* ================================== Welcome Modal ================================== */
.welcomeModal .modal-dialog.modal-lg {
    max-width: 78%;
}
.welcomeModal .modal-content {
    border-radius: 0;
}
.commonModalStyling.welcomeModal .modal-content .modal-body {
    padding: clamp(20px, 2.81vw, 54px) clamp(20px, 2.5vw, 48px);
    max-height: 92vh;
    overflow: auto;
}

.commonModalStyling.welcomeModal.permissionModal .modal-content .modal-body {
    /* padding: clamp(20px, 2.81vw, 54px) clamp(20px, 2.5vw, 48px); */
    max-height: 42vh;
    overflow: hidden;
}

.commonModalStyling.welcomeModal.permissionModal .modal-content .modal-body .dataTableSection {
    height: calc(45vh - 40px);
    padding-bottom: 10px;
}
.commonModalStyling.welcomeModal .modal-content .modal-body a.commonModalStyling__close {
    position: absolute;
    right: clamp(15px, 1.56vw, 30px);
    top: clamp(15px, 1.3vw, 25px);
    width: clamp(15px, 0.94vw, 18px);
    height: clamp(15px, 0.94vw, 18px);
    display: flex;
}
.commonModalStyling.welcomeModal .modal-content .modal-body a.commonModalStyling__close img {
    width: 100%;
    filter: brightness(0.5);
}
.w-80{
    width: 86%;
    margin: 0 auto;
}
.wmContent h2 {
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: 600;
    color: #333;
    line-height: 1.15;
    margin-bottom: clamp(20px, 1.72vw, 33px);
}
.wmContent h2 span {
    color: #F47C48;
}
.wmContent p {
    font-size: clamp(12px, 0.83vw, 16px);
    line-height: 1.85;
    color: #333333;
}

.wmContent .letsBegin p {
    font-size: clamp(14px, 0.94vw, 18px);
}

.wmContent p.text-center{
    font-size: clamp(12px, 0.73vw, 14px);
    color:#666666;
}

.wmContent h3 {
    font-size: clamp(14px, 1.04vw, 20px);
    font-weight: 600;
    line-height: 1.48;
    margin-bottom: clamp(20px, 2.24vw, 43px);
}
.wmContent ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wmContent ul li {
    text-align: center;
}
.wmContent ul li .assessment_cover {
    width: clamp(45px, 3.75vw, 72px);
    height: clamp(45px, 3.75vw, 72px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 3px;
    background: #F1EBF8;
    border-radius: 100%;
}
.wmContent ul li .assessment_cover img{
    filter: brightness(0) saturate(100%) invert(38%) sepia(64%) saturate(414%) hue-rotate(243deg) brightness(89%) contrast(84%);
    width: 19px;
    height: 19px;
}
.wmContent ul li h5 {
    font-size: clamp(16px, 1.15vw, 22px);
    font-weight: 500;
    line-height: 1.35;
    color: #8A5695;
}
.assessmentDomains {
    margin-bottom: clamp(30px, 3.28vw, 63px);
}
.letsBegin {
    margin-top: clamp(30px, 4.38vw, 84px);
    text-align: center;
}
.letsBegin .btn.btn-primary {
    margin: 0 auto;
}
.pe-73{
    padding-right: clamp(12px, 3.8vw, 73px);
}
.ps-73{
    padding-left: clamp(12px, 3.8vw, 73px);
}
.mt-34{
    margin-top: clamp(20px, 1.77vw, 34px);
}
.commonModalStyling.notYetModal .modal-dialog.modal-sm {
    max-width: 580px;
}
.commonModalStyling.notYetModal .modal-content .modal-body{
    padding-top: 12px;
}
.notYetModal p {
    margin:clamp(12px, 0.99vw, 19px) 0 0;
    text-align: center;
    font-size: clamp(14px, 0.94vw, 18px);
    line-height: 2;
}
.notYetModal p strong {
    display: block;
    font-size: clamp(16px, 1.15vw, 22px);
    font-weight: 600;
    color: #8A5695;
}
.notYetModal p span {
    font-weight: 500;
}
.commonModalStyling.welcomeModal.complianceModal .modal-content .modal-body {
    padding-top: clamp(30px, 5vw, 96px);
    padding-left: clamp(12px, 5.31vw, 102px);
    padding-right: clamp(12px, 5.31vw, 102px);
}
.complianceModal .complianceContent p {
    font-size: clamp(12px, 0.83vw, 16px);
    line-height: 1.63;
    margin-bottom: clamp(8px, 0.57vw, 11px);
    color: #333;
}
.complianceModal .complianceContent p span {
    font-weight: 600;
}
.complianceModal .complianceContent h4 {
    font-size: clamp(18px, 1.46vw, 28px);
    font-weight: 500;
    line-height: 2.14;
    color: #333;
}
.complianceModal .complianceContent h2 {
    font-weight: 500;
    font-size: clamp(30px, 2.71vw, 52px);
    color: #333;
    line-height: 1.16;
}
.csLeft{
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: clamp(350px, 21.98vw, 422px);
}
.csLeft ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: clamp(6px, 0.57vw, 11px);
    margin-top: clamp(10px, 0.94vw, 18px);
}
.csLeft ul li span {
    display: block;
    font-size: clamp(9px, 0.63vw, 12px);
    font-weight: 600;
    color: #F47C48;
    line-height: 1;
}

.complianceScore .csLeft .complianceData{
    min-height: 100px;
}
.complianceModal .complianceContent .csLeft ul li p {
    color: #333;
    margin: 0;
    font-size: clamp(8px, 0.52vw, 10px);
}

.progress-circle {
    --size: clamp(200px, 14.58vw, 280px);;
    --value: 75;
    --primary: #F47C48;
    --secondary: #E3E4E3;

    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: conic-gradient(
        var(--primary) calc(var(--value) * 1%),
        var(--secondary) 0
    );

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.progress-circle::before {
    content: "";
    position: absolute;
    width: clamp(192px, 13.59vw, 261px);
    height: clamp(192px, 13.59vw, 261px);
    background: white;
    border-radius: 50%;
}

.progress-circle span {
    position: relative;
    font-size: 24px;
    font-weight: bold;
}
.pcCount {
    text-align: center;
    position: relative;
}
.pcCount h3 {
    font-size: clamp(34px, 3.23vw, 62px);
    font-weight: 500;
    color: #333;
    line-height: 1.226;
}
.progress-circle .pcCount h3 span {
    font-size: clamp(20px, 1.77vw, 34px);
    font-weight: 500;
}
.complianceContent .progress-circle .pcCount h4 {
    font-size: clamp(14px, 1.04vw, 20px);
    font-weight: 400;
    line-height: 1;
}
.complianceContent .progress-circle .pcCount h4 span{
    font-size: clamp(20px, 1.46vw, 28px);
    font-weight: 400;
}
.csRight {
    width: calc(100% - clamp(350px, 21.98vw, 422px));
    padding-left: clamp(12px, 3.65vw, 70px);
}
.complianceScore{
    display: flex;
    margin-top: clamp(20px, 2.34vw, 45px);
}
.csRight h5 {
    font-size: clamp(16px, 1.15vw, 22px);
    color: #333;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: clamp(20px, 1.56vw, 30px);
}
.complianceModal .complianceContent .csRight p {
    font-size: clamp(12px, 0.83vw, 16px);
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: clamp(20px, 1.56vw, 30px);
}
.complianceModal .complianceContent .csRight p:last-child{
    margin-bottom: 0;
}
.viewReport .btn-primary {
    margin-top: clamp(30px, 4.32vw, 83px);
    display: inline-flex;
    gap: clamp(10px, 1.46vw, 28px);
    align-items: center;
    line-height: 1.4;
    font-size: clamp(14px, 0.94vw, 28px);
    font-weight: 500;
    padding: 11.5px 50px;
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--primary-purple);
}
.viewReport .btn-primary img {
    width: 25px;
    filter: brightness(0) saturate(100%) invert(97%) sepia(95%) saturate(5%) hue-rotate(261deg) brightness(105%) contrast(100%);
}
.viewReport .btn-primary:hover img{
    filter: brightness(0) saturate(100%) invert(82%) sepia(46%) saturate(6750%) hue-rotate(330deg) brightness(100%) contrast(92%);
}

.viewReportModal .modal-dialog.modal-lg {
    max-width: 90%;
}
.viewReportModal .modal-content {
    border-radius: 0;
    position: relative;
}
.viewReportModal .modal-content a.commonModalStyling__close {
    position: absolute;
    width: clamp(35px, 3.65vw, 70px);
    height: clamp(35px, 3.65vw, 70px);
    top: 0;
    z-index: 1;
    left: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8A5695;
}
.viewReportModal .modal-content a.commonModalStyling__close img {
    width: clamp(18px, 1.2vw, 23px);
}
.viewReportModal .modal-content a.commonModalStyling__close:hover{
    background-color: var(--primaryColor);
}

.viewReportModal .modal-content a.commonModalStyling__download {
    position: absolute;
    width: clamp(35px, 3.65vw, 70px);
    height: clamp(35px, 3.65vw, 70px);
    top: clamp(60px,4.17vw,80px);
    z-index: 2;
    left: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8A5695;
}
.viewReportModal .modal-content a.commonModalStyling__download img {
    width: clamp(18px, 1.2vw, 23px);
    filter: brightness(0) invert(1);
}
.viewReportModal .modal-content a.commonModalStyling__download:hover{
    background-color: var(--primaryColor);
}



/* ====================================== View Report Design ========================== */
.custom-navbar .container-fluid {
 display: flex;
 align-items: center;
}

.nav-left,
.nav-center,
.nav-right {
 flex: 1;
}

.nav-center {
 display: flex;
 justify-content: center;
}

.nav-right {
 display: flex;
 justify-content: flex-end;
}

.navbar-brand {
 margin: 0;
}

.navbar-brand img,
.nav-right img {
 display: block;
 max-height: 60px;
 width: auto;
}


.hero-section {
 background: #FFFFFF;
 /* min-height: 100vh; */
 display: flex;
 align-items: center;
 padding: 40px 0;
 overflow: hidden;
 border-bottom: 3px solid #999999;
 font-family: 'Montserrat', sans-serif;
}

.hero-section .container {
 margin: 0 auto;
 width: 100%;

}

.hero-section .row {
 align-items: center;
 position: relative;
}

.hero-left {
 display: flex;
 flex-direction: column;
 justify-content: center;
 padding-left: 40px;
}

.header-content h1 {
 font-size: clamp(60px, 7vw, 110px);
 line-height: 0.95;
 font-weight: 700;
 color: #F47C48;
 margin-bottom: 0;
 font-family: 'Montserrat', sans-serif;
}

.header-content h4 {
 font-size: clamp(40px, 5vw, 75px);
 line-height: 1;
 font-weight: 700;
 margin-top: 10px;
 color: #F47C48;
 font-family: 'Montserrat', sans-serif;
}

.header-content .assessmentText {
    color: #F47C48;
}

.header-content h4 br+text,
.header-content h4 {
 color: #8A5695;
}

.hero-left hr {
 width: 120px;
 height: 3px;
 background: #F47C48;
 border: none;
 opacity: 1;
 margin: 35px 0;
}

.hero-left .build-para {
 font-size: clamp(20px, 1.8vw, 34px);
 line-height: 1.2;
 color: #333333;
 max-width: 300px;
 width: clamp(240px,15.1vw,290px);
 font-weight: 600;
 font-family: 'Montserrat', sans-serif;
}

.head-span {
 color: #F47C48;
 font-weight: 700;
}

.hero-section {
 /* min-height: 100vh; */
 background-color: #FFFFFF;
 background-image: url('./image/hero-right.svg');
 background-repeat: no-repeat;
 background-position: right center;
 background-size: 37% auto;
 display: flex;
 align-items: center;
 overflow: hidden;
 height: 940px;
}

.summary-section {
 background: #FFFFFF;
 padding: 40px 0;
 font-family: 'Montserrat', sans-serif;
 border-bottom: 3px solid #683873;
}

.summary-section h3 {
 font-size: clamp(35px,2.34vw,45px);
 font-weight: 600;
 line-height: 1.17;
 color: #F47C48;
 margin-bottom: 30px;
 font-family: 'Montserrat', sans-serif;
}

.summary-section h3 span {
 display: block;
 font-size: clamp(22px,1.67vw, 32px);
 font-weight: 500;
}

.summary-section .row {
 align-items: center;
}

/* LEFT CARD */
.summary-section .col-md-6:first-child {
 display: flex;
 background: linear-gradient(156deg, #e87d43 0%, #5b4b9f 100%);
 border-radius: 12px;
 overflow: hidden;
 color: #fff;
 min-height: 125px;
}

.level-left,
.level-right {
 flex: 1;
 padding: 18px 22px;    
}

.level-left>p,
.level-right>p {
 font-size: clamp(20px,1.51vw,29px);
 margin-bottom: 15px;
 font-weight: 600;
 letter-spacing: 0.94px;
}

.level-left>div {
 display: flex;
 align-items: center;
 gap: 15px;
}

.level-left>div>div {
 width: clamp(38px,3.75vw,97px);
 height: clamp(38px,3.75vw,97px);
 border-radius: 50%;
 background: #fff;
 display: flex;
 align-items: center;
 justify-content: center;
}

.level-left img {
 width: 22px;
 height: 22px;
}

.level-left>div>p {
 margin: 0;
 font-size: 22px;
 font-weight: 700;
 line-height: 1.25;
 text-transform: uppercase;
}

.level-right>div {
 display: flex;
 align-items: flex-end;
 gap: 10px;
}

.level-right>div p:first-child {
 margin: 0;
 font-size: clamp(56px,4.11vw,79px);
 font-weight: 500;
 line-height: 1;
}

.level-right>div p:last-child {
 margin: 0;
 font-size: clamp(22px,1.46vw,28px);
 font-weight: 500;
}

/* RIGHT CONTENT */
.summary-section .col-md-6:last-child {
 padding-left: 35px;
}

.summary-section .col-md-6:last-child p:first-child {
 font-size: clamp(16px, 1.04vw, 20px);
 font-weight: 600;
 color: #333333;
 margin-bottom: 5px;
}

.summary-section .col-md-6:last-child p:last-child {
 margin: 0;
 color: #333333;
 font-size: clamp(12px, .83vw, 16px);
 line-height: 1.8;
}

.divide {
 width: 1px;
 background: rgba(255, 255, 255, 0.3);
 align-self: stretch;
 margin: 15px 0;
}

.scorecard-section {
 padding: 40px 0;
 background: #FFFFFF;
}

.scorecard-section .row>p {
 font-size: clamp(20px, 1.35vw, 26px);
 font-weight: 600;
 color: #8A5695;
 margin-bottom: 15px;
}

/* TABLE */
.scorecard-section table {
 width: 100%;
 border-collapse: separate;
 border-spacing: 0;
 background: transparent;
}

/* HEADER */
.scorecard-section thead th {
 background: #8A5695;
 color: #fff;
 font-size: clamp(12px, 0.83vw, 16px);
 font-weight: 600;
 text-transform: uppercase;
 padding: 14px 12px;
 text-align: left;
}

.scorecard-section thead th:first-child {
 width: 40px;
}

/* BODY */
.scorecard-section tbody tr {
 background: #FFFFFF;
}

.scorecard-section tbody tr:nth-child(even) {
 background: #F7F7F7;
}


.scorecard-section tbody td {
 padding: 14px 12px;
 border-bottom: 1px solid #dddddd;
 vertical-align: middle;
}

.scorecard-section tbody td span{
    font-size: 10px;
    font-weight: 400;
}

.scorecard-section tbody .first-td {
    font-size: clamp(10px, 0.83vw, 16px);
    color: #333333;
    font-weight: 600;
}

.scorecard-section tbody td.score {
 color: #F47C48;
 font-size: clamp(12px, 0.83vw, 16px);
 font-weight: 600;
}

.scorecard-section tbody td span.level{
    color:#8A5695;
    font-weight: 600;
}

/* ICONS */
.scorecard-section tbody td:first-child {
 width: 40px;
}

.scorecard-section tbody td:first-child img {
 width: 20px;
 height: 20px;
 display: block;
}

/* DOMAIN */
.domain-name {
 font-size: 18px;
 font-weight: 500;
 color: #333333;
}

/* OVERALL ROW */
.overall-row .domain-name {
 color: #8A5695;
 font-weight: 700;
}

/* SCORE */
.score-value {
 color: #F47C48;
 font-size: 34px;
 font-weight: 700;
 line-height: 1;
}

.score-value span {
 font-size: 14px;
 font-weight: 500;
}

/* MATURITY */
.maturity {
 color: #8A5695;
 font-size: 14px;
}

/* PROGRESS AREA */
.progress-wrapper {
 min-width: 320px;
}

.progress-item {
 display: flex;
 align-items: center;
 gap: 10px;
 margin-bottom: 6px;
}

.progress-item:last-child {
 margin-bottom: 0;
}

.progress-track {
 flex: 1;
 height: 12px;
 background: #d3d3d3;
 position: relative;
 height: 18px;
}

.progress-fill {
 height: 100%;
 display: flex;
 align-items: center;
 justify-content: flex-end;
 padding-right: 6px;
 color: #fff;
 font-size: 11px;
 font-weight: 600;
}

.progress-fill.policy {
 background: #F47C48;
 height: 18px;
}

.progress-fill.practice {
 background: #8A5695;
 height: 18px;
}

.progress-score {
 width: 45px;
 text-align: right;
 font-size: 12px;
 color: #333333;
}

/* LEGEND */
.score-legend {
 display: flex;
 justify-content: flex-end;
 gap: 40px;
 margin-top: 15px;
}

.score-legend span {
 display: flex;
 align-items: center;
 gap: 8px;
 font-size: 13px;
 color: #444;
}

.score-legend span::before {
 content: "";
 width: 12px;
 height: 12px;
 display: block;
}

.score-legend .policy::before {
 background: #F47C48;
}

.score-legend .practice::before {
 background: #8A5695;
}

.policy-legend,
.pratice-legend {
 display: flex;
 align-items: center;
 gap: 6px;
 margin-left: 20px;
}

.policy-legend div {
 width: 14px;
 height: 14px;
 border-radius: 3px;
 background-color: #F47C48;
}

.pratice-legend div {
 width: 14px;
 height: 14px;
 border-radius: 3px;
 background-color: #7b4a9f;
}

.policy-legend p,
.pratice-legend p {
 margin: 0;
 font-size: 13px;
 font-weight: 500;
 color: #333333;
 font-family: 'Montserrat', sans-serif;
}

/* ========================================
   ASSESSMENT SECTION
======================================== */

.assessment-section {
 padding: 40px 0;
 background: #FFFFFF;
 border-bottom: 3px solid #683873;
}

.assessment-section h1 {
 color: #F47C48;
 font-size: clamp(35px, 2.34vw, 45px);
 font-weight: 600;
 line-height: 1.17;
 margin-bottom: 30px;
}

.assessment-section h1 span {
 display: block;
 font-size: clamp(22px, 1.67vw, 32px);
 font-weight: 500;
}

/* ========================================
   CARD CONTAINER
======================================== */

.assessment-section .up-section,
.assessment-section .down-section {
 background: #ffffff;
 border-radius: 24px;
 padding: 35px 20px;
 box-shadow: 0 0px 12px rgba(0, 0, 0, 0.08);
}
.up-section{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 24px;
}

/* Override bootstrap col-md-4 */
.up-section .assessment-card{
    flex: 1 1 0;
    max-width: none;
    width: auto;
    padding: 0 20px;
}

.divide-card{
    flex: 0 0 1px;
    width: 1px;
    min-width: 1px;
    padding: 0 !important;
    display: flex;
    justify-content: center;
}

.divide-card::before{
    content: "";
    width: 1px;
    height: 100%;
    background: #e2e2e2;
    display: block;
}

/* ========================================
   ICON
======================================== */

.assessment-icon {
 width: 42px;
 height: 42px;
 border-radius: 50%;
 background: #FCEBFF;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 20px;
}

.assessment-icon img {
 width: 18px;
 height: 18px;
 display: block;
}

/* ========================================
   HEADER
======================================== */

.assessment-header {
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 gap: 15px;
 margin-bottom: 8px;
}

.assessment-title p:first-child {
 font-size: clamp(18px, 1.6vw, 26px);
 font-weight: 600;
 color: #333333;
 margin-bottom: 3px;
}

.assessment-title p:last-child {
 font-size: clamp(14px, 0.94vw, 18px);;
 color: #333333;
 margin: 0;
 font-weight: 500;
}

.assessment-title p:last-child span {
 color: #F47C48;
 font-weight: 500;
}

/* ========================================
   SCORE
======================================== */

.assessment-score {
 text-align: right;
}

.assessment-score p:first-child {
 font-size: clamp(20px,1.46vw,28px);
 font-weight: 500;
 color: #333333;
 text-align: left;
 margin-bottom: 0px;
}

.assessment-score p:last-child {
 display: flex;
 align-items: center;
 justify-content: flex-end;
 gap: 8px;
 margin: 0;
 font-size: 13px;
 color: #333333;
 font-weight: 500;
}

/* Progress Line */

.assessment-score p:last-child span {
 display: block;
 width: 90px;
 height: 3px;
 border-radius: 30px;
 background: linear-gradient(to right,
   #F47C48 68%,
   #e4d1ef 68%);
}

/* ========================================
   DESCRIPTION
======================================== */

.assessment-description {
 margin: 20px 0 16px;
 padding-top: 28px;
 position: relative;
 min-height: 0;
}

.assessment-description::before {
 content: '';
 display: block;
 width: 100%;
 height: 2px;
 background-image: url('../../img/line.svg');
 background-repeat: no-repeat;
 background-size: 100% 100%;
 margin-bottom: 20px;
}

.assessment-description p {
 margin: 0;
 color: #333333;
 font-size: clamp(12px,0.83vw,16px);
 line-height: 1.9;
}

/* ========================================
   INDICATORS
======================================== */

.assessment-indicators h6 {
    font-size: clamp(15px, 1.04vw, 20px);
    font-weight: 500;
    color: #333333;
    margin-bottom: 10px;
}

.assessment-indicators ul {
 list-style: none;
 padding: 0;
 margin: 0;
}

.assessment-indicators ul li {
 position: relative;
 padding-left: 18px;
 margin-bottom: 18px;
 color: #333333;
 font-size: clamp(12px,0.83vw,16px);
 line-height: 1.5;
}

.assessment-indicators ul.downf-ul li,.assessment-indicators ul.downs-ul li{
position: relative;
 padding-left: 18px;
 margin-bottom: 18px;
 color: #333333;
 font-size: clamp(12px,0.83vw,16px);
 line-height: 1.5;
}

.assessment-indicators ul li:last-child {
 margin-bottom: 0;
}

.assessment-indicators ul li::before {
 content: "";
 position: absolute;
 left: 0;
 top: 4px;
 width: 3px;
 height: 14px;
 border-radius: 10px;
 background: #683873;
}

.downf-ul {
 width: 50%;
}

.downs-ul {
 width: 50%
}


/* ========================================
   ACTION SECTION
======================================== */

.action-section {
 padding: 40px 0;
 background: #FFFFFF;
 border-bottom: 3px solid #683873;
}

.action-section h1 {
 color: #F47C48;
 font-size: clamp(35px, 2.34vw, 45px);
 font-weight: 600;
 line-height: 1.17;
 margin-bottom: 30px;
}

.action-section h1 span {
 display: block;
 font-size: clamp(22px, 1.67vw, 32px);
 font-weight: 500;
}

/* ========================================
   OBJECTIVE
======================================== */

.action-objective {
 margin-bottom: 25px;
}

.action-objective p {
 margin: 0;
 font-size: clamp(16px, 1.25vw, 24px);
 font-weight: 500;
 color: #333333;
}

.action-objective p span {
 color: #8A5695;
 font-weight: 600;
 margin-right: 4px;
}

/* ========================================
   ROW
======================================== */

.action-row {
 display: flex;
 justify-content: space-between;
 row-gap: 20px;
}

.action-row .action-card {
 width: 48%;
 flex: 0 0 48%;
 padding: 20px 30px;
}

/* ========================================
   CARD
======================================== */

.action-card {
 background: #fff;
 border-radius: 18px;
 padding: 22px 48px;
 box-shadow: 0 0px 12px rgba(0, 0, 0, 0.08);
}

.action-card-title {
 color: #8A5695;
 font-size: clamp(20px,1.35vw,26px);
 font-weight: 600;
 margin-bottom: 20px;
}

/* ========================================
   LIST WRAP
======================================== */

.action-list-wrap {
 display: flex;
 justify-content: space-between;
 gap: 40px;
}

.action-list {
 flex: 1;
 list-style: none;
 padding: 0;
 margin: 0;
}

/* ========================================
   LIST ITEMS
======================================== */

.action-list li {
 position: relative;
 padding-left: 16px;
 margin-bottom: 18px;
 color: #333333;
 font-size: clamp(12px, 0.83vw, 16px);
 line-height: 1.4;
}

.action-list li:last-child {
 margin-bottom: 0;
}

.action-list li::before {
 content: "";
 position: absolute;
 left: 0;
 top: 3px;
 width: 3px;
 height: 14px;
 background: #683873;
 border-radius: 10px;
}

/* ========================================
   ROADMAP SECTION
======================================== */

.roadmap-section {
    padding: 40px 0;
    background: #FFFFFF;
}

.roadmap-section h1 {
    color: #F47C48;
    font-size: clamp(35px, 2.34vw, 45px);
    font-weight: 600;
    line-height: 1.17;
    margin-bottom: 5px;
}

.roadmap-section h1 span {
    display: block;
    font-size: clamp(22px, 1.67vw, 32px);
    font-weight: 500;
}

.roadmap-title {
    font-size: clamp(18px, 1.35vw, 26px);
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}

/* ========================================
   ROW
======================================== */

.roadmap-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 24px;
    margin-left: 0;
    margin-right: 0;
}

/* ========================================
   CARD
======================================== */

.roadmap-row .roadmap-card {
    flex: 0 0 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);

    background: #fff;
    border-radius: 18px;
    padding: 36px 34px;

    box-shadow: 0 3px 12px rgba(0, 0, 0, .08);

    display: flex;
    flex-direction: column;
}

/* ========================================
   HEADER
======================================== */

.roadmap-header {
    margin-bottom: 28px;
}

.roadmap-header p {
    color: #F47C48;
    font-size: clamp(14px,0.94vw,18px);
    font-weight: 500;
    margin-bottom: 5px;
}

.roadmap-header h2 {
    color: #8A5695;
    font-size: clamp(20px,1.46vw,28px);
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
    min-height: 52px;
}

/* ========================================
   DIVIDER LINE
======================================== */

/* Card 1 & Card 3 */
.roadmap-header::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 22px;
    background: url('../../img/oLine.svg') no-repeat center;
    background-size: 100% 100%;
}

/* Card 2 */
.roadmap-card:nth-child(2) .roadmap-header::after {
    background: url('../../img/line.svg') no-repeat center;
    background-size: 100% 100%;
}

/* ========================================
   CONTENT
======================================== */

.roadmap-content {
    padding-top: 6px;
}

.roadmap-content h6 {
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: 500;
    color: #333333;
    margin-bottom: 24px;
    line-height: 1.5;
}

.roadmap-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.roadmap-content ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 18px;

    color: #333333;
    font-size: clamp(12px, 0.83vw, 16px);
    line-height: 1.7;
}

.roadmap-content ul li:last-child {
    margin-bottom: 0;
}

.roadmap-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;

    width: 3px;
    height: 14px;

    background: #683873;
    border-radius: 10px;
}


/* ========================================
   TIMELINE CARD
======================================== */

.timeline-card{
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 70px 25px 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    margin-top: 20px;
}

/* black road image */

.timeline-card::after{
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    top: 115px;
    height: 16px;

    background-color: #333333;
    background-image: url(../../img/whiteLine.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;

    border-radius: 20px;
}

/* ========================================
   COLUMN
======================================== */

.timeline-column{
    position: relative;
    /* z-index: 2; */
}

/* ========================================
   MONTH TAG
======================================== */

.timeline-month{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F47C48;
    color: #fff;
    border-radius: 30px;
    padding: 8px 16px;
    margin-bottom: 55px;
}

.timeline-month p{
    margin: 0;
    color: #fff;
    font-size: clamp(16px,1.25vw,24px);
    font-weight: 600;
    line-height: 1;
}

.timeline-month-purple{
    background: #8A5695;
}

/* ========================================
   LIST
======================================== */

.timeline-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.timeline-list li{
    position: relative;
    padding-left: 16px;
    margin-bottom: 18px;
    color: #333333;
    font-size: clamp(12px, 0.83vw, 16px);
    line-height: 1.5;
}

.timeline-list li:last-child{
    margin-bottom: 0;
}

.timeline-list li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 14px;
    border-radius: 10px;
    background: #683873;
}

/* ========================================
   KPI CARD
======================================== */

.kpi-card-row{
    margin-top: 24px;
}

.kpi-card-row .kpi-card{
    background: #fff;
    border-radius: 20px;
    padding: 24px 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.kpi-title{
    margin-bottom: 20px;
}

.kpi-title p{
    margin: 0;
    font-size: clamp(16px, 1.04vw, 20px);
    font-weight: 600;
    color: #333333;
}

/* ========================================
   KPI LISTS
======================================== */

.kpi-list-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.kpi-list{
    flex: 1;
    margin: 0;
}

.kpi-list li{
    position: relative;
    padding-left: 18px;
    margin-bottom: 22px;
    color: #333333;
    font-size: clamp(12px, 0.83vw, 16px);
    line-height: 1.5;
}

.kpi-list li:last-child{
    margin-bottom: 0;
}

.kpi-list li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 14px;
    border-radius: 10px;
    background: #683873;
}

/* ========================================
   ADVANCEMENT GOAL
======================================== */

.advancement-row{
    margin-top: 10px;
}

.advancement-row .advancement-card{
    background: #fff;
    border-radius: 20px;
    padding: 22px 28px;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.advancement-content{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.advancement-level{
    margin: 0;
    color: #F47C48;
    font-size: clamp(16px, 1.04vw, 20px);
    font-style: italic;
    font-weight: 600;
    line-height: 1.4;
}

.advancement-text{
    margin: 0;
    color: #333333;
    font-size: clamp(12px, 0.83vw, 16px);
    font-style: italic;
    line-height: 1.67;
}

.viewReportModal .modal-body {
    max-height: 93vh;
    overflow: auto;
}
.viewReportModal header {
    position: sticky;
    top: 0;
    z-index: 1;
}

.assessmentProgress {
    padding: 0 20px;
}
.assessmentProgress h4 {
    font-size: clamp(14px, 1.04vw, 20px);
    font-weight: 400;
    padding-bottom: clamp(10px, 0.89vw, 17px);
}
.assessmentProgress .progress {
    height: 8px;
    background: #E8E8E6;
}
.assessmentProgress .progress .progress-bar {
    background: #F47C48;
    border-radius: 50px;
}
#singleMaturityAssessmentModal .frameworkTabContent{
    height: calc(100% - 53px);
}
.frameworkTabContent .tab-pane .sub-content-pane {
    height: calc(100% - clamp( 70px, 4.9vw, 94px));
}
.frameworkTabContent .tab-pane .sub-content-pane:not(.active-sub-pane) {
    display: none !important;
}

.startAssessmentPopup{
    min-width: clamp(164px, 10.21vw, 196px);
    border-radius: 10px;
    background: #EF651E;
    border: 1px solid #EF651E;
    text-align: center;
    border: none;
    font-size: clamp(14px, 1.04vw, 20px);
    color: #fff;
    font-weight: 500;
    line-height: 1.85;
    padding: 5px 14px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.startAssessmentPopup:hover{
    background-color: #d04700;
    border-color: #d04700;
}
.custom-btn, #deleteModalComponent .custom-btn{
    min-width: clamp(94px, 6.56vw, 126px);
    border-radius: 3px;
    background: #EF651E;
    text-align: center;
    border: none;
    font-size: clamp(14px, 1.04vw, 20px);
    color: #fff;
    font-weight: 500;
    line-height: 1.85;
    padding: 5px 14px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.custom-btn:hover, #deleteModalComponent .custom-btn:hover{
    background-color: #d04700;
}
#deleteModalComponent .custom-btn {
    background: var(--primaryColor) !important;
    border: 1px solid var(--primaryColor) !important;
}

.orgName{
    display: flex;
    align-items: center;
    gap: 5px;
}
.orgName p{
    font-size: clamp(14px, 1.04vw, 20px);
    font-weight: 600;
    color: #333;
    margin: 0;
}

.input-wrapper {
    position: relative;
}

.required-star {
    position: absolute;
    left: 0px;
    top: 9px;
    /* transform: translateY(-50%); */
    color: red;
    font-size: 18px;
    z-index: 1;
}

#organisation, #email {
    padding-left: 11px; /* make space for the star */
}

/* #message{
    font-size:clamp(10px,0.63vw,12px)
} */

.sidebarFromSection__formGroup .customFormBox .form-group .form-control{
    font-size:clamp(13px,0.83vw,16px)
}

#viewReportModal.viewReportModal .modal-content a.commonModalStyling__close {
    width: 40px;
    height: 40px;
    top: -20px;
    z-index: 2;
    right: -20px;
    background-color: #fff;
    border-radius: 50px;
    left: auto;
}
#viewReportModal.viewReportModal .modal-content a.commonModalStyling__close img {
    width: 15px;
    filter: brightness(0) saturate(100%) invert(27%) sepia(0%) saturate(5067%) hue-rotate(134deg) brightness(82%) contrast(110%);
}
#viewReportModal.viewReportModal .modal-content a.commonModalStyling__close:hover{
    background-color: #8A5695;
}
#viewReportModal.viewReportModal .modal-content a.commonModalStyling__close:hover img{
    filter: unset;
}
#viewReportModal.viewReportModal .modal-content a.commonModalStyling__download {
    position: absolute;
    width: clamp(35px, 3.65vw, 70px);
    height: clamp(35px, 3.65vw, 70px);
    top: 30px;
}

.communication_box {
    min-height: 400px;
    height: calc(100% - 41px);
    overflow: auto;
    z-index: 99999;
}
.communication_box .communication_inner_box {
    background: #fff;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: clamp(30px, 2.08vw, 40px);
    border-radius: 8px;
    margin-bottom: clamp(30px, 2.08vw, 40px);
    margin-top: clamp(20px, 2.08vw, 40px);
}

#communicationBox {
    padding-right: 55px;
}

.communication_box .communication_inner_box .comm_inner_img img {
    width: 100%;
    height: clamp(175px, 10.16vh, 195px);
    border-radius: 8px;
    object-fit: cover;
}

.communication_box .communication_inner_box .comm_inner_content h5 a{
    color: #8A5695;
    font-size: clamp(13px, 0.938vw, 18px);
    font-weight: 500;
}

.communication_box .communication_inner_box .comm_inner_content p {
    margin: clamp(12px, 1.04vw, 20px) 0;
    color: #333;
    font-size: clamp(12px, 0.83vw, 16px);
    font-weight: 400;
    line-height: 1.75;
}

.communication_box .communication_inner_box .comm_inner_content .comm_inner_btn {
    margin-top: clamp(26px, 1.88vw, 36px);
}

.communication_box .communication_inner_box .comm_inner_content .comm_inner_btn a {
    border: 1px solid #8A5695;
    background-color: #fff;
    border-radius: 10px;
    padding: 8px clamp(20px, 1.56vw, 30px);
    color: #8A5695;
    transition: all 0.2s ease-in-out;
}

 .communication_box .communication_inner_box .comm_inner_content .comm_inner_btn a:hover {
    border: 1px solid #8A5695;
    background-color: #8A5695;
    color: #fff;
}
.communication_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.communication_card_title{
    margin-bottom: 5px;
}
.communication_card {
    margin-bottom: 10px;
    width: 250px;
}

.communication_card p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

.table{
    /* margin-top:45px; */
}

.gbv-policy-table {
    margin-bottom: 0;
    height: 100%;
    padding-top: 0; 
}
.organisationsName .analytics_icon, .viewReportModal #company-logo {
    height: clamp(40px, 2.6vw, 50px);
    width: clamp(40px, 2.6vw, 50px);
}
.organisationsName .caLeftBox h3 {
    font-size: clamp(18px, 1.25vw, 24px);
}

.gender-arrow{
    width: 8px;
    height: 8px;
    object-fit: contain;
    cursor: pointer;
}

.gender-arrow img{
    width: 100%;
    height:100%;
    filter:brightness(0) saturate(100%) invert(42%) sepia(1%) saturate(2123%) hue-rotate(62deg) brightness(92%) contrast(89%);
}

#permissionFilter,#gender1 {
    font-size: clamp(13px, 0.83vw, 16px) !important;
    color: #333;
}

.common-input{
    font-size: clamp(13px, 0.83vw, 16px) !important;
    color: #333; 
}

.textarea-h{
    height: 260px;
}

.permission-item{
    font-size: clamp(13px, 0.83vw, 16px) !important;
    color: #333;
}
* { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
/* @media print {
    .mainContainer .mainHeader, .sidebar, .corpIntel_Analytics, .pageTitle, #viewReportModal.viewReportModal .modal-content a.commonModalStyling__close, .dashboard-section{
        display: none;
    }
    .viewReportModal .modal-dialog.modal-lg {
        max-width: 100% !important;
        width: 100% !important;
    }
    .commonModalStyling__download, .commonModalStyling__close, #accessibility-modal.close, #closeBtn, #welcomeModal, .welcome_ma, #complianceModal{
        display: none;
    }
    .modal,
    .modal-dialog,
    .modal-content,
    .modal-body {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    body {
        overflow: visible !important;
    }
    #viewReportModal{
        position: relative;
    }
    .mainContainer .mainSection{
        height: auto !important;
        padding: 0 !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .mainContainer .mainContent{
        padding: 0 !important;
        height: fit-content;
        overflow: visible;
    }
    .container{
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    *, div {
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .modal-body {
        page-break-inside: avoid;
        break-inside: avoid;
    }
    .assessment-section .up-section, .assessment-section .down-section {
        padding-left: 10px;
        padding-right: 10px;
        gap: 0;
    }
    .up-section .assessment-card{
        padding-left: 5px;
        padding-right: 5px;
    }
    .divide-card{
        display: none;
    }
    .assessment-description p{
        font-size: 12px;
    }
    .assessment-description{
        margin-top: 10px;
        padding-top: 0;
    }
    .assessment-title p:first-child, .assessment-score p:first-child{
        font-size: 16px;
    }
    .assessment-title p:last-child {
        font-size: 12px;
    }
    .assessment-score p:last-child {
        gap: 5px;
        font-size: 11px;
    }
    .assessment-indicators h6 {
        font-size: 15px;
    }
    .assessment-indicators ul li {
        padding-left: 15px;
        margin-bottom: 14px;
        font-size: 12px;
    }
    @page {
        margin: 0;
    }

    body {
        margin: 0;
        padding: 0;
    }
    .custom-navbar .container-fluid{
        padding-left: 30px;
        padding-right: 30px;
    }
    .assessment-section .row {
        padding-top: 10px;
        margin: 0;
    }
    .row {
        margin: 0;
        row-gap: 0;
    }
    .viewReportModal .modal-body{
        max-height: fit-content !important;
    }
    .assessment-section .row.printpt-4{
        padding-top: 35px !important;
    }
    .timeline-card{
        flex-wrap: nowrap;
    }
    .timeline-column{
        width: 33.33%;
    }
    .viewReportModal header{
        position: relative;
    }
    .summary-section .col-md-6:first-child, .summary-section .col-md-6:last-child{
        width: 50%;
    }
    .hero-section p.date {
        top: 620px !important;
    }

    .level-left>div>div{
        width: 50px;
        height: 50px;
    }
} */

 @media print {

    /* ================================
       GENERAL PRINT RESET
    ================================= */

    html,
    body {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    body {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }


    /* ================================
       HIDE UI ELEMENTS
    ================================= */

    .mainContainer .mainHeader,
    .sidebar,
    .corpIntel_Analytics,
    .pageTitle,
    .dashboard-section,
    .commonModalStyling__download,
    .commonModalStyling__close,
    #accessibility-modal.close,
    #closeBtn,
    #welcomeModal,
    .welcome_ma,
    #complianceModal,
    #viewReportModal.viewReportModal .modal-content a.commonModalStyling__close {
        display: none !important;
    }


    /* ================================
       MODAL / REPORT
    ================================= */

/* ================================
   MODAL / REPORT - PRINT
================================= */

#viewReportModal {
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: auto !important;

    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    transform: none !important;

    /* Force report to start from the first printable page */
    page-break-before: avoid !important;
    break-before: avoid-page !important;

    page-break-after: auto !important;
    break-after: auto !important;
}

/* Remove any empty printable space before the report */
body > *:not(#viewReportModal) {
    page-break-after: avoid !important;
}

body {
    overflow: visible !important;
}

#viewReportModal .modal-dialog,
#viewReportModal .modal-dialog.modal-lg {
    position: static !important;

    width: 100% !important;
    max-width: 100% !important;

    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    transform: none !important;
}

#viewReportModal .modal-content {
    width: 100% !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    box-shadow: none !important;

    overflow: visible !important;
}

#viewReportModal .modal-body {
    width: 100% !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;
}

    .modal,
    .modal-dialog,
    .modal-content,
    .modal-body {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .viewReportModal .modal-body {
        max-height: none !important;
        height: auto !important;
        overflow: visible !important;
        padding: 0 !important;
    }


    /* ================================
       MAIN CONTAINER
    ================================= */

    .mainContainer .mainSection {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .mainContainer .mainContent {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 35px !important;
        padding-right: 35px !important;
        margin: 0 auto !important;
    }


    /* ================================
       IMPORTANT:
       REMOVE FIXED SCREEN HEIGHTS
    ================================= */

    .hero-section {
        height: 1335px !important;
        min-height: auto !important;
        max-height: none !important;

        padding: 25px 0 145px !important;
        margin-bottom: 30px !important;

        overflow: visible !important;

        background-size: 32% auto !important;
        background-position: right center !important;
        background-repeat: no-repeat !important;

        page-break-before: auto !important;
        page-break-after: auto !important;
        break-before: auto !important;
        break-after: auto !important;

        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    .hero-section .container,
    .hero-section .row {
        height: auto !important;
        min-height: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .hero-section .row {
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    .hero-left {
        height: auto !important;
        min-height: 0 !important;
        padding-left: 30px !important;
    }

    .hero-section p.date {
        position: static !important;
        margin-top: 20px !important;
    }

    .summary-section,
    .scorecard-section,
    .assessment-section,
    .action-section,
    .roadmap-section {
        height: auto !important;
        min-height: 0 !important;
        padding-top: 40px !important;
        padding-bottom: 25px !important;
        overflow: visible !important;
    }

    .summary-section .row > .divide-card {
        width: 1px !important;
        background: rgba(255, 255, 255, 0.3) !important;
        align-self: stretch !important;
        margin: 15px 0 !important;
    }

    .assessment-section .up-section .divide-card::before {
        content: "";
        width: 1px !important;
        height: 100% !important;
        background: #e2e2e2 !important;
        display: block !important;
    }
    


    /* ================================
       SECTION SPACING
    ================================= */

    .summary-section h3,
    .assessment-section h1,
    .action-section h1 {
        margin-bottom: 18px !important;
    }

    .action-objective {
        margin-bottom: 15px !important;
    }

    .roadmap-title {
        margin-bottom: 10px !important;
    }


    /* ================================
       ROW RESET
    ================================= */

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        row-gap: 0 !important;
    }

    .assessment-section .row {
        padding-top: 10px !important;
        margin: 0 !important;
    }

    .assessment-section .row.printpt-4 {
        padding-top: 25px !important;
    }


    /* ================================
       SUMMARY
    ================================= */

    .summary-section .col-md-6:first-child{
        width: 55% !important;
    }
    .summary-section .col-md-6:last-child{
        width: 45%;
    }

    .summary-section .col-md-6:last-child {
        padding-left: 25px !important;
    }


    /* ================================
       ASSESSMENT
    ================================= */

    .assessment-section .up-section,
    .assessment-section .down-section {
        padding: 20px 10px !important;
        gap: 0 !important;
    }

    .up-section {
        flex-wrap: nowrap !important;
    }

    .up-section .assessment-card {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .assessment-description {
        margin-top: 8px !important;
        margin-bottom: 10px !important;
        padding-top: 0 !important;
    }

    .assessment-description p {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }

    .assessment-indicators ul li,
    .assessment-indicators ul.downf-ul li,
    .assessment-indicators ul.downs-ul li {
        margin-bottom: 10px !important;
        line-height: 1.4 !important;
    }


    /* ================================
       ACTION
    ================================= */

    .action-row {
        row-gap: 15px !important;
    }

    .action-row .action-card {
        padding: 15px 20px !important;
    }

    .action-card {
        padding: 15px 20px !important;
    }

    .action-card-title {
        margin-bottom: 12px !important;
    }

    .action-list li {
        margin-bottom: 10px !important;
        line-height: 1.35 !important;
    }


    /* ================================
       ROADMAP
    ================================= */

    .roadmap-row {
        gap: 15px !important;
    }

    .roadmap-row .roadmap-card {
        padding: 20px !important;
    }

    .roadmap-header {
        margin-bottom: 15px !important;
    }

    .roadmap-header h2 {
        min-height: 0 !important;
    }

    .roadmap-content h6 {
        margin-bottom: 15px !important;
    }

    .roadmap-content ul li {
        margin-bottom: 10px !important;
        line-height: 1.45 !important;
    }

    .roadmap-title{
        margin-top: 72px !important;
    }


    /* ================================
       TIMELINE
    ================================= */

    .timeline-card {
        flex-wrap: nowrap !important;
    }

    .timeline-column {
        width: 33.33% !important;
    }


    /* ================================
       NAVBAR
    ================================= */

    .custom-navbar .container-fluid {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .viewReportModal header {
        position: relative !important;
    }


    /* ================================
       HERO DATE
    ================================= */

    .hero-section p.date {
        top: auto !important;
        bottom: 20px !important;
    }


    /* ================================
       LEVEL ICON
    ================================= */

    .level-left > div > div {
        width: 50px !important;
        height: 50px !important;
    }


    /* ================================
       PAGE BREAKS
    ================================= */

    .hero-section,
    .summary-section,
    .scorecard-section,
    .assessment-section,
    .action-section,
    .roadmap-section {
        break-inside: auto !important;
        page-break-inside: auto !important;
    }

    .assessment-card,
    .action-card,
    .roadmap-card {
        break-inside: avoid !important;
        page-break-inside: avoid !important;
    }

    table {
        break-inside: auto !important;
        page-break-inside: auto !important;
    }

    tr {
        break-inside: avoid !important;
        page-break-inside: avoid !important;
    }


    /* ================================
       PAGE
    ================================= */

    @page {
        margin: 10mm;
    }

    #viewReportModal {
        page-break-before: avoid !important;
        break-before: avoid-page !important;

        margin-top: 0 !important;
    }

    #viewReportModal::before {
        display: none !important;
    }
}

.tq_top {
    font-size: clamp(14px, 0.94vw, 18px);
    font-weight: 600;
    color: #333;
    line-height: 24px;
    margin-bottom:20px;
}
.tq_top span {
    min-width: 35px;
    display: inline-block;
}
.table_policy .tableQus p{
    font-size: clamp(12px, 0.83vw, 16px);
    line-height: 1.65;
    font-weight: 400;
    padding-left: 40px;
    margin: 0;
    width: 100%;
}
.ca_tabs .tab-content table.table tbody tr.tableColumn td{
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 35px;
}
.ca_tabs .tab-content table.table{
    border-spacing: 0;
}

.iti .iti__dropdown-content {
    bottom: 100% !important;
    top: auto !important;
}
#readMoreDescription .modal-dialog-scrollable .modal-body {
    min-height: 50vh;
    max-height: 75vh;
    overflow: auto;
}
.communication_footer .comm_record_page {
    border-top: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.communication_footer .comm_record_page .comm_record p {
    font-size: clamp(9px, 0.63vw, 12px);
    color: #333;
    font-weight: 400;
    margin-top: 5px;
}
.communication_footer .comm_pagination .page_button img {
    background: #F5F5F5;
    border-radius: 8px;
    padding: 9px;
    margin-right: clamp(6px, 0.52vw, 10px);
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.communication_footer .comm_pagination .page_button .pagination_number {
    border: 1px solid #F5F5F5;
    border-radius: 8px;
    padding: 5px 10px;
    color: #8A8A8A;
    cursor: pointer;
    margin-right: clamp(6px, 0.52vw, 10px);
}
.communication_footer .comm_pagination .page_button .pagination_number.active {
    background: #8A5695;
    color: #fff;
    border: 1px solid #fff;
}

.communication_search {
    position: relative;
}

.communication_search input[type='search'] {
    border: 1px solid #D1D1D1;
    min-width: clamp(200px, 11.93vw, 229px);
    padding: 6px 12px;
    height: clamp(35px, 2.34vw, 45px);
}

.communication_search input::placeholder {
    color: #767676;
}

.communication_search img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(32%) saturate(800%) hue-rotate(255deg) brightness(90%) contrast(90%);
    position: absolute;
    right: 162px;
    top: clamp(9px, 0.68vw, 13px);
    width: 14px;
    height: 14px;
}
/* -------------------------------------- Update Design -------------------------------------- */
.signup-thankyou-modal__overlay.commonModalStyling .modal-dialog.modal-xs{
    max-width: 47%;
}
.pointer{
    cursor: pointer;
}
button.uploadIcon {
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 10px;
    border:none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F47C48;
    color: #FFFFFF;
}

button.uploadIcon img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    display: block;
    filter:brightness(0) invert(1);
}

/* .sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox.resource-doc-image-box .sidebarFromSection__top{
     !important;
} */
/* .sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__browseImageBox.resource-doc-image-box .sidebarFromSection__top .sidebarFromSection__addedImage{
    display: block;
} */
.customFormBox.gb-policy {
    width: 33.33333333%;
}
.customFormBox.organisationForm {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    align-items: center;
    top: 0;
    bottom: 0;
}
.organisationForm .form-group {
    z-index: 9;
}
.customFormBox.gb-policy .form-group, .customFormBox.organisationForm .form-group {
    width: 280px;
    margin: 0 auto;
}
.customFormBox.organisationForm .form-group {
    margin-top: 10px !important;
}
.gbv-data-table {
    padding-right: 55px;
}
.gbv-data-table  .communication_search {
    width: clamp(210px, 12.86vw, 247px);
    margin-left: auto;
}
.gbv-data-table .communication_search input[type='search'] {
    min-width: 100%;
}
.gbv-data-table .communication_search img {
    right: 10px;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox.wrapper-formbox .sidebarFromSection__browseImageBox .sidebarFromSection__top .sidebarFromSection__browseImage{
    flex-direction: column;
    align-items: flex-start;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox.additional-wrapper .sidebarFromSection__formGroup{
    background: #ddd;
    padding: 15px 40px;
    /* margin:0 20px 30px; */
}

.customFormBox .form-group textarea.form-control.re-h{
    min-height: 0px;
}

.sidebarFromSection .sidebarFromSection__formBox .sidebarFromSection__form .sidebarFromSection__formGroupBox .sidebarFromSection__formGroup.add-p{
    padding: 0 40px;
}

.select2-container--default .select2-selection--single::after{
    top: 35% !important;
}

.prof-field-group.sector-field .select2-container--default .select2-selection--single, 
.prof-field-group.employee-count-field .select2-container--default .select2-selection--single{
    padding: 9px 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 1.4 !important;
}
.noteContent {
    font-size: clamp(10px, 0.63vw, 12px);
    line-height: 1.2;
}
/* 1920 125% */
@media (max-width: 1536px) and (min-width: 1510px) {
    .hero-figure img {
        width: clamp(330px, 22.18vw, 450px);
    }

    .login-form{
        gap: 2px;
    }

    /* .signUpButtonBox.signIn-btn{
        margin: clamp(18px, 1.82vw, 30px) 0 clamp(18px, 2.82vw, 45px) 0;
    } */

     /* .customFormBox.gb-policy {
        width: 46.33%;
    } */

    .communication_search img {
        position: absolute;
        right: 110px;
    }

    .required-star {
        top: 6px;
    }

    .db_assessment{
        margin-top: 14px;
    }
}

/* 1600 100% */
@media (min-width:1550px) and (max-width:1600px){
    .hero-figure img {
        width: clamp(300px, 20.48vw, 400px);
    }

    .login-content-box{
        gap: 5px;
    }
    
    .login-form{
        gap: 6px;
    }

    /* .customFormBox.gb-policy {
        width: 47.33%;
    } */

    .communication_search img {
        position: absolute;
        right: 130px;
        top: 9px;
        width: 14px;
        height: 14px;
    }
}

/* 1600 125% */
@media (min-width:1250px) and (max-width:1300px) {
    .hero-figure img {
        width: clamp(250px, 20.68vw, 350px);
    }

    .form-col .login-content-box .tagline{
        font-size: clamp(12px, 1.03vw, 24px);
    }

    .form-col .login-content-box .headline{
        font-size: clamp(20px, 2vw, 50px);
        margin-bottom: 12px;
    }

    .login-form {
        gap: 0px;
    }

    .login-form .mb-field{
        margin-bottom: 10px;
    }

    .btn-join.login-btn{
        width: 124px;
        padding: 10px 16px;
        font-size: 12px;
    }

    .signUpButtonBox.signIn-btn{
        margin: clamp(18px, 1.42vw, 30px) 0 0 0;
    }

    .deco-square-outer,.deco-square-inner {
        width: 90px;
        height: 90px;
    }

    .square-wrapper {
        bottom: 135px;
    }

    /* .customFormBox.gb-policy {
        width: 40.33%;
        margin-right: 80px;
    } */
    .communication_search img {
        right: 60px;
    }
}

/* 1366 100% */
@media (min-width:1350px) and (max-width:1400px) {
    .custom-nav-link {
        font-size: 14px !important;
    }

    .hero-figure img {
       width: clamp(280px, 22.18vw, 380px);
    }

    .form-col .login-content-box .tagline{
        font-size: clamp(12px, 1.23vw, 24px);
    }

    .form-col .login-content-box .headline{
        font-size: clamp(30px, 2.3vw, 50px);
    }

    .btn-join.login-btn{
        padding: 10px 33px;
        font-size: 12px;
    }

    .login-form .mb-field {
        margin-bottom: 12px;
    }

    .signUpButtonBox.signIn-btn {
        margin: clamp(18px, 1.42vw, 30px) 0 0 0;
    }

    .login-form{
        /* gap: 10px; */
        padding-top: 10px;
    }
        #accessibility-modal{
        top: 4px !important;
    }

    .sidebarFromSection .sidebarFromSection__slideButton{
        width: 35px !important;
        height: 35px !important;
    }

    /* .customFormBox.gb-policy {
        width: 43.33%;
        margin-right: 78px;
    } */

    .communication_search img {
        right: 70px;
    }

    .form-col-signup {
        flex: 0 0 54%;
        margin-left: -50px;
    }


}