body {
    -webkit-print-color-adjust: exact !important;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-size: 14px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* background-color: #cce3fc; */
    /* background-color: var(--body-screen-bg); */
    letter-spacing: normal !important;
    color: var(--text-black-to-white) !important;
    padding-bottom: 0px !important;
    -webkit-touch-callout: none;
    text-rendering: optimizeLegibility;
}

/* Dark theme css */

/* Light Theme Variables */
:root {
    --background-light: #ffffff;
    --background-light-nav: #FDFDFD;
    --text-black-to-white: #000;
    --text-white-to-black: #ffffff;
    --card-background-light: #f4f4f4;
    --card-header-light: #007bff;
    --light-red: #ff9090;
    --dark-blue: #2f58b7;
    --dirt-color: #707070;
    --primary-light: #007bff;
    --secondary-light: #28a745;
    --icon-background-light: #f4f4f4;
    --dark-sky-blue: #1097D4;
    --box-background-light: #fff;
    --dark-grey-border :#CACED0;
    --icon-box-background-light: rgba(0, 0, 0, 0.1);
    --table-header-background: #004488;
    --table-body-background: #E6EBF4;
    --table-body-border: #ffffff;
    --breadcrumb-icon-text-color: #5E656A;
    --breadcrumb-icon-text-color-new: #373B3E;
    --breadcrumb-selected-hover-bg: #E6EBF4;
    --light-white-color:#D9D9D9;
    --breadcrumb-selected-hover-bg-new: #9CC2EB;
    --card-blue2-primary: #00448B;
    --blue-tertiary-color: #29417C;
    --light-blue-old-theme: #0d84f2;
    --brand-Secodary-background: #2D837E;
    --btn-success-primary: #058b62;
    --green-secondary-2: #EFF4E4;
    --grey-light-default-background: #E6EBF4;
    --profile-block-navbar:#EFEFEF;
    --Border-Border-Primary-2: #E6EBF4;
    --Text-text-teritary: #5E656A;
    --cyan-blue: #0c9a93;
    --light-blue-card: #f1f3f4;
    --dirt-color-card: #f1f3f4;
    --text-light-darker-black-color: #303031;
    --attachment-progress-color: #DCE3F3;
    --background-card-brand-primary: #004488;
    --darker-blue-color: #08448b;
    --darker-grey-color: #444345;
    --dark-grey-color: #747374;
    --card-sand-color: #CCC5B9;
    --background-card-brand-primary-light: #DCE3F3;
    --background-card-grey-light-default: #E6EBF4;
    --toggle-label-blue-border: #004488;
    --text-blue-to-white: #004488;
    --release-note-navbar: #e8e9ec;
    --active-new-menuhover: #fff;
    --profile-active-border: #E6EBF4;
    --text-name-hover-profile: #606266;
    --text-teritary-profile: #A5ABAE;
    --search-custom-note-bg: #F0F6F7;
    --product-bg-white-dark: #fff;
    --exp-content-report: #f4f6fd;
}

/* Dark Theme Variables */
[data-theme='dark'] {
    --background-light: #0C111D;
    --background-light-nav: #000000;
    --text-black-to-white: #ffffff;
    --text-white-to-black: #000;
    --card-background-light: #333333;
    --card-header-light: #1a73e8;
    --primary-light: #2196f3;
    --secondary-light: #4caf50;
    --icon-background-light: rgba(255, 255, 255, 0.1);
    --box-background-light: #222;
    --icon-box-background-light: rgba(255, 255, 255, 0.2);
    --table-header-background: #98B3F4;
    --table-body-background: #202634;
    --table-body-border: #0C111D;
    --breadcrumb-icon-text-color: #A5ABAE;
    --breadcrumb-icon-text-color-new: #A5ABAE;
    --breadcrumb-selected-hover-bg: #202634;
    --breadcrumb-selected-hover-bg-new: #202634;
    --card-blue2-primary: #0671E1;
    --brand-Secodary-background: #2D837E;
    --green-secondary-2: #2F403C;
    --grey-light-default-background: #202634;
    --Text-text-teritary: #A5ABAE;
    --attachment-progress-color: #161B26;
    --background-card-brand-primary: #98B3F4;
    --background-card-brand-primary-light: #004488;
    --background-card-grey-light-default: #202634;
    --toggle-label-blue-border: #FFF;
    --dusty-blue: #586985;
    --text-blue-to-white: #FFF;
    --release-note-navbar: #202736;
    --active-new-menuhover: #202736;
    --profile-active-border: #202736;
    --text-name-hover-profile: #ffffff;
    --text-teritary-profile: #A5ABAE;
    --search-custom-note-bg: #000;
    --product-bg-white-dark: #202736;
    --exp-content-report: #202736;
}

/* Navbar css Darktheme */
.release-note {
    /* width: 50% !important; */
    display: inline-flex;
    padding-top: 7px !important;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: var(--release-note-navbar) !important;
    border: none !important;
    height: 60px !important;
}
.release-note{
    display: inline-flex;
    padding-top: 7px !important;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: var(--profile-block-navbar) !important;
    border: 1px solid var(--Border-Border-Primary-2) !important;
    height: 60px !important;
}

.active-new-menu {
    background-color: #000000;
    color: #fff !important;
    border-radius: 100px;
    padding: 13px 20px 13px 20px;
}

.active-new-menuhover {
    color: var(--text-black-to-white);
}

.active-new-menuhover:hover {
    background-color: var(--active-new-menuhover) !important;
    color: #00448b !important;
    border-radius: 100px !important;
    border: 1px solid #00448b !important;
    padding: 13px 19px;
    font-weight: 600 !important;
}
.admin-dashboard .display-time-boxes{
    padding:5px 10px !important;
    outline:none
}

.menu-link {
    color: var(--text-black-to-white);
}
.dark-grey-color{
    color: var(--dark-grey-color);
}

.card-sand-color-bg{
    background: var(--card-sand-color) !important;
}

.text-light-darker-black-color{
    color: var(--text-light-darker-black-color);
}
.products-button {
    /* background-image: linear-gradient(to bottom, #18bcc4, #18a3aa); */
    background-color: var(--release-note-navbar);
    color: var(--text-black-to-white);
    height: 3.8rem !important;
    line-height: 3.8rem !important;
    border-radius: 30px !important;
    padding: 0px 5px !important;
    width: 120px;
    text-transform: capitalize !important;
    max-width: 120px;
    outline: none
}

.products-button:hover {
    /* background-image: linear-gradient(to bottom, #18bcc4, #18a3aa); */
    background-color: #CACED0 !important;
    color: #29417C !important;
}

.light-blue-old-theme{
    color: var(--light-blue-old-theme);
}
.cyan-blue-bg{
    background-color: var(--cyan-blue) !important;
}
.text-cyan-blue{
    color: var(--cyan-blue) !important;
}
.text-hover {
    color: var(--text-black-to-white);
}
.dirt-color{
    color: var(--dirt-color)
}
.product-active {
    background: var(--release-note-navbar);
}
.text-darker-blue-color{
    color: var(--darker-blue-color);
}
.darker-grey-color-bg{
    background: var(--darker-blue-color);
}
.text-darker-grey-color{
    color: var(--darker-blue-color);
}
.color-icon {
    color: var(--text-black-to-white);
}
.dark-blue{
    background: var(--dark-blue);
}
.profile-active {
    /* background: var(--release-note-navbar);
    border: solid 1px var(--profile-active-border) !important; */
}
.bottom-background {
    background: var(--profile-active-border);
}
.list-style-none{
    list-style: none;
}
.setting-active {
    background: var(--background-light);
    border: solid 1px var(--background-light) !important;
}
.setting-active-profile {
    background: var(--release-note-navbar) !important;
}
.text-hover-settings {
    color: var(--text-black-to-white);
}
.text-name-hover {
    color: var(--text-name-hover-profile)
}
.dropdown-menu {
    background: var(--background-light) !important;
}
.el-dropdown-menu {
    background-color: var(--background-light) !important;
}
.breadcrumb-selected-hover-bg{
    background-color: var(--breadcrumb-selected-hover-bg);
}
.timezone-bottom {
    color: var(--text-black-to-white);
}
.rotate-icon {
    color: var(--text-black-to-white);
}
.light-red{
    color: var(--light-red);
}
.search-custom-note {
    background: var(--release-note-navbar) !important;
}

.search-custom-note:hover {
    background: var(--search-custom-note-bg) !important;
}

.search-custom-note.selected {
    background: var(--search-custom-note-bg) !important;
}

.search-custom-note-inactive {
    background: var(--product-bg-white-dark) !important;
    border-radius: 4px;
    /* color: #676767 !important; */
    color: #130e0e !important
}

.search-custom-note-inactive:hover {
    border-radius: 4px;
    background: #F0F6F7 !important;
    color: var(--text-white-to-black) !important;
}

.dusty-blue{
    background-color: #586985 !important;
}
.light-white-color{
    background-color: var(--light-white-color);
}
.messageText {
    color: var(--text-black-to-white);
}
.admin-width {
    background: var(--background-light);
}
.dropdown-width-responsive {
    background: var(--background-light);
}
.text-blue-to-white {
    color: var(--text-blue-to-white);
}
.dark-sky-blue{
    background: var(--dark-sky-blue);
}
.grey-light-default-background{
    background-color: var(--grey-light-default-background) !important;
}
.product-new-border {
    background: var(--product-bg-white-dark);
}
/* sidebar css */
.bg-img-menu {
    background: var(--release-note-navbar);
}
.main-menu-hover {
    background: var(--release-note-navbar);
}
.menu-hover:hover {
    background: var(--background-light);
}
.submenu-list-active {
    background: var(--background-light);
}
.dark-bg {
    background-color: var(--background-light) !important;
}
.horizontal-layout-1 #main>.digicontainer>.dccontainer>.ps-container .bigcontainer {
    position: relative;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    min-width: 100%;
    height: 100%;
    background-color: var(--background-light) !important;
}

.text-black-white {
    color: var(--text-black-to-white) !important;
}
.text-white-black {
    color: var(--text-white-to-black) !important;
}
.text-black {
    color: #000 !important;
}
.bg-white {
    background: var(--background-light) !important;
}
.height-90px {
    height: 90px !important;
}
.height-66px {
    height: 66px !important;
}
.height-66px-expand {
    height: 66px;
    /* initial height */
    overflow: hidden;
    transition: height 0.3s ease;
}
.height-66px-expand.expanded {
    height: 150px;
}

.height-66px-expand.expanded_last {
    height: 150px;
}

.height-66px-expand.expanded_middle {
    height: 150px;
}
.fs-35 {
    font-size: 35px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.pl-45px {
    padding-left: 42px !important;
}
/* icons hover effect */
.eye-icon-hover {
    color: var(--text-black-to-white);
    margin-top: 1px;
    line-height: normal !important;
}

.eye-icon-hover:hover {
    color: #00448B !important;
}
.edit-icon-hover {
    color: var(--text-black-to-white);
    margin-top: 1px;
    line-height: normal !important;
}

.edit-icon-hover:hover {
    color: #00448B !important;
}
.delete-icon-hover {
    color: var(--text-black-to-white);
    margin-top: 1px;
    line-height: normal !important;
}

.delete-icon-hover:hover {
    color: rgb(199, 51, 51) !important;
}
.icon-close {
    line-height: normal !important;
    margin-top: 5px;
    margin-right: 7px !important;
    color: #000;
}
.icon-close-bottom {
    margin-bottom: 2px !important;
}
.icon-chevron-down {
    line-height: 1.2 !important;
}
/* progress bar css */
.progressBar .vue-simple-progress .vue-simple-progress-bar {
    background: var(--attachment-progress-color) !important;
    width: 100%;
    height: 70px !important;
    position: absolute !important;
    transition: 0.5s;
    border-radius: 12px !important;
}
.form-check-label input[type=radio] ~ .radio-icon {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -2px !important;
    left: -10px;
    color: rgba(0, 0, 0, 0.54);
}
.vm--container.scrollable .vm--modal{
    border-radius: 20px !important
}
.preview-modal.vm--container.scrollable .vm--modal {
    top: 25px !important;
}
/* Filter modal css */
.v-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-color: #f5f7f9 !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}
.v-modal-header {
    display: -webkit-box;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 0px solid #E9ECEF;
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
    background-color: var(--table-header-background) !important;
}
.scm-filters-popup-inner-container {
    max-width: 900px !important;
    width: 100% !important;
    margin: 60px 200px 0px 200px;
    background: var(--background-light);
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
/* .scm-filters-popup-inner-container {
    max-width: 900px !important;
    width: 100% !important;
    margin: 0px -11px 0px auto !important;    ;
    background: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
} */
.scm-filters-popup {
    bottom: 0 !important;
    max-width: 100% !important;
    background-color: rgba(0, 0, 0, 0.43) !important;
    width: 100% !important;
    height: 100% !important;
    box-shadow: none !important;
    transition: all 0.5s;
    padding: 20px !important;
    height: 100% !important;
}
.scm-filters-popup-visible {
    visibility: visible !important;
    opacity: 1 !important;
}
.visibility-hidden {
    visibility: hidden !important;
    opacity: 0 !important;
}
.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 61px;
    max-height: 61px;
    min-height: 61px;
    background-color: var(--table-header-background);
    color: var(--text-white-to-black);
}
.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    max-height: 40px;
    min-height: 40px;
    background-color: var(--table-header-background) !important;
    color: var(--text-white-to-black) !important;
    /* border-bottom: 1px solid #e0e0e0; */
}
.new-v-modal-body {
    overflow: auto;
    width: 100%;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.new-filter-header {
    background: var(--table-header-background);
    width: 680px;
    height: 61px;
    flex-shrink: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
}

.new-filter-header-text {
    color: #FFF;
    font-size: 20px !important;
    font-weight: 400 !important;
}
.new-filter-lable-text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.new-theme-text-field .multiselect .multiselect__tags:hover+.new-filter-lable-text {
    color: #29417C !important;
    font-weight: bold;
    transition: all 0.3s ease;
    /* Smooth transition */
}
.new-v-modal-layout .multiselect .multiselect__tags:hover+.new-filter-lable-text {
    color: #29417C !important;
    font-weight: bold;
    transition: all 0.3s ease;
    /* Smooth transition */
}
.new-v-modal-layout .multiselect .multiselect__tags:hover {
    border-radius: 8px !important;
    border: 1px solid #004488 !important;
    /* background: #FFF !important; */
}
.new-v-modal-layout .multiselect .multiselect__tags {
    border-radius: 8px !important;
    border: 1px solid #CACED0 !important;
    background: #FFF !important;
    transition: transform 0.5s ease;
}
.new-v-modal-layout .multiselect .multiselect__tags .multiselect__placeholder {
    color: #5E656A !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.new-v-modal-layout .multiselect .multiselect__select {
    background: url(https://cdn.digicollect.com/cdn/dc_helpdesk_new/images/images-new/arrow-down-s-line.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.new-v-modal-layout .multiselect .multiselect__select:before {
    display: none !important;
}
.multiselect__select {
    right: 10px !important;
}
.bottom-line-grey {
    width: 680px;
    height: 1px;
    background: #CACED0;
}
.new-v-modal-layout .mx-datepicker .mx-input-wrapper {
    border-radius: 8px;
    border: 1px solid #CACED0;
    background: var(--background-light);
    min-height: 43px !important;
    padding: 2px 40px 0 2px;
    transition: transform 0.5s ease;
}

.new-v-modal-layout .mx-datepicker .mx-input-wrapper:hover {
    border-radius: 8px !important;
    border: 1px solid #004488 !important;
    background: #FFF !important;
}

.new-v-modal-layout .mx-datepicker .mx-input-wrapper .mx-input {
    color: #5E656A !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.new-v-modal-layout .mx-datepicker {
    width: 100% !important;
}
.input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
}
.date-picker-input {
    padding-right: 30px;
}
.pad-r-32px{
    padding-right: 32px;
}
.pad-b-30px{
    padding-bottom: 30px !important;
}
.pad-10px-15px{
    padding: 10px 15px;
}
.pad-10px{
    padding: 10px !important;
}

.pad-15px{
    padding: 15px;
}

.mar-r-minus10px{
    margin-right: -10px;
}
.mar-b-2px{
    margin-bottom:2px !important
}
.calendar-icon {
    position: absolute;
    right: 10px;
    font-size: 18px;
    color: #888;
    cursor: pointer;
    top: 20px;
}
.min-max-border {
    display: flex;
    padding: 15.5px 56px 15.5px 14px;
    align-items: center;
    align-self: stretch;
    border-radius: 8px !important;
    border: 1px solid #CACED0 !important;
    background: var(--background-light);
    color: #5E656A !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    transition: transform 0.5s ease;
}

.min-max-border:hover {
    border-radius: 8px !important;
    border: 1px solid #004488 !important;
    background: #FFF !important;
}
.multiselect__tag {
    background: var(--background-light) !important;
    color: #000 !important;
    padding: 4px 19px 4px 8px !important;
    border-radius: 4px !important;
}
.multiselect .multiselect__tags .multiselect__spinner {
    position: absolute;
    right: 4px;
    top: 10px !important;
    width: 34px;
    height: 31px;
    background: var(--background-light) !important;
    display: block;
}
.new-theme-text-field .attendance-ms .multiselect__tags .multiselect__spinner {
    background-color: var(--profile-block-navbar) !important;
}
.multiselect__tag-icon {
    cursor: pointer;
    position: absolute;
    right: -2px !important;
    top: 0px;
    bottom: 0;
    font-weight: 700;
    font-style: normal;
    width: 22px;
    line-height: 17px;
    border-radius: 5px;
    color: var(--text-black-to-white) !important;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
    background: none !important;
}
.icon-close {
    transition: transform 0.3s ease, color 0.3s ease;
    color: white;
    cursor: pointer;
    margin-bottom: 9px;
}

.icon-close:hover {
    transform: rotate(90deg);
    color: red !important;
}
.icon-trash-hover:hover {
    color: red !important;
}
/* el switch css */
.el-switch.is-checked .el-switch__core {
    /* background-color: #7AB221 !important; */
    background-color: #11645F !important;
    color: #FFFFFF !important;
}
.border-tl-bl {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.border-tr-br {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}
.border-tl-tr-12px {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.border-tl-tr-15px {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.border-tl-0{
    border-top-left-radius: 0px !important;
}

.bb-1px-white{
    border-bottom: 1px solid #fff;
}

.border-dark-grey-border{
    border: 1px solid var(--dark-grey-border);
}
.table-body-new td .el-switch__core {
    background: #CACED0 !important;
    border: none !important;
}
.admin-dashboard .attendance-stats-text-bl{
    border-left:2px solid #F87132
}
.admin-dashboard .tasks-text-bl{
    border-left:2px solid #7AB221
}
.time-clock-settings-border-1px{
    border:1px solid #004488;
}
.el-switch__core {
    margin: 0;
    display: inline-block;
    width: 40px;
    height: 20px;
    border: none !important;
    outline: 0;
    border-radius: 10px;
    box-sizing: border-box;
    background: #CACED0 !important;
    cursor: pointer;
    transition: border-color .3s, background-color .3s;
}
.el-checkbox__inner {
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #000 !important;
}
/* botto pagination div css */
.gotopage .multiselect {
    width: 60px !important;
    border: none !important;
}
.gotopage .multiselect .multiselect__select {
    background: url(https://cdn.digicollect.com/cdn/dc_helpdesk_new/images/images-new/arrow-down-s-line.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    right: 4px !important;
}

.gotopage .multiselect .multiselect__tags {
    display: flex;
    height: 32px;
    padding: 13px 9.5px 7px 7px !important;
    justify-content: center;
    align-items: center;
    gap: 8.5px;
    border-radius: 4px !important;
    background: #EFF4E4;
    border: none !important;

}

.gotopage .multiselect .multiselect__tags .multiselect__single {
    color: #11645F !important;
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.gotopage .multiselect .multiselect__select:before {
    display: none !important;
}
.hollow-sphere-btn-loader{
    position: absolute;
    margin: 0;
    top: 22px;
    display: flex;
    justify-content: center;
    width: 100% !important;
}
.admin-dashboard .hollow-sphere-btn-loader-dashboard{
    margin: 0 auto !important;
    margin-top: 30px !important;
}
.bottom-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: 950px; */
}
.bottom-pagination .gotopage {
    color: #344054;
    font-size: 12px;
    font-weight: 400;
}

.bottom-pagination .gotopage .underline {
    text-decoration-line: underline;
}
.gotopage {
    position: relative;
    display: inline-block;
}
.new-arrow-bg {
    border-radius: 4px;
    background: #E6EBF4;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
.img-position-new {
    padding-top: 8px;
    margin-left: 9px;
}
.underline {
    cursor: pointer;
    text-decoration: underline;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.gotopage:hover .dropdown-content {
    display: block;
}
/* Grid new design */
.exp-content-new {
    border: 1px solid #CACED0;
    background: var(--table-body-background);
    min-height: 100px;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
/* table new design css */
.table-body-new .icon-arrow-placement {
    top: 29px;
    position: absolute;
}

table-head-new {
    padding: 15px 45px 13px 15px;
    align-items: center; /* Centers items vertically */
    gap: 12px;
    align-self: stretch;
    border-radius: 12px;
    background-color: #004488 !important;
}

/* .table-head-new th {
    color: var(--text-white-to-black);
    font-size: 14px;
    font-weight: 400;
    padding: 15px 15px 13px 15px;
    background-color: var(--table-header-background) !important;
    text-align: left; 
    white-space: nowrap; 
}
.table-body-new tr .action-btns-show-hide {
    opacity: 0;
    visibility: hidden;
}
.table-body-new tr:hover .action-btns-show-hide {
    opacity: 1;
    visibility: visible;
}
.table-body-new tr td .admin-actions {
    height: 30px !important;
    padding: 0px 15px 13px 15px !important;
}
.icon-hover-effect {
    height: 30px !important;
    padding: 0px 15px 13px 15px !important;
}
.hover-list tbody tr:hover td.table-status {
    display: none !important;
}
.hover-list tbody td.table-admin {
    display: none;
}
.hover-list tbody tr:hover td.table-admin {
    display: block !important;
}
.admin-actions .buttons {
    background: #fff;
    width: auto;
    text-align: left;
}

.hover-list tbody tr:nth-child(even) td.admin-actions .buttons {
    background-color: #ffff;
} */
/* Adjust styling for the checkbox */
/* .table-head-new th .el-checkbox {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
    transform: scale(0.8) !important;
    display: inline-block;
    padding-right: 13px !important;
}

.table-head-new th .el-checkbox__input {
    width: 16px;
    height: 16px;
}
.table-head-new th .checkbox-container {
    display: flex;
    align-items: center;
    gap: 8px;
} */

/* .table-body-new {
    align-items: center;
    align-self: stretch;
    color: var(--Text-text-primary, #000);
    font-size: 12px;
    font-weight: 400;
}

.table-body-new tr {
    background: var(--sidebar-bg);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.table-body-new tr td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 1px solid  #A1C3D9;
}

.table-body-new tr td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: 1px solid  #A1C3D9;
}
.table-body-new td {
    white-space: nowrap; 
    background: var(--sidebar-bg);
    color: var(--text-black-to-white);
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-size: 13px !important;
    font-weight: 400;
    height: 63px;
    align-items: center;
    align-self: stretch;
    padding: 9px 15px 13px 15px;
    border-top: 1px solid  #A1C3D9;
    border-bottom: 1px solid  #A1C3D9;
}

.table-body-new td .el-checkbox {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
    transform: scale(0.8) !important;
    display: inline-block;
}

.table-body-new td .checkbox-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.table-body-new td .el-checkbox__input {
    width: 16px;
    height: 16px;
} */
/* search bar new css */

#searchDiv img.img-focused {
    display: none;
}
#searchDiv:focus-within img.img-not-focused {
    display: none;
}
.search-bar-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* ======================================================================================================================================================== */

/* .search-input-new-box {
    background: var(--background-light) !important;
    border: none !important;
    color: #5E656A;
    font-size: 14px;
    font-weight: 500;
}

.search-input-new {
    border-radius: 44px !important;
    border: 1px solid #CACED0;
    background: var(--background-light) !important;
    display: flex;
    height: 44px;
    padding: 12px 14px 11px 18px;
    justify-content: flex-end;
    align-items: flex-start;
}

.search-input-new:hover {
    border: 1px solid #004488 !important;
    background: var(--background-light) !important;
}

.search-icon-close {
    right: 45px;
    color: #707070;
    cursor: pointer;
    background-color: var(--background-light);
    border-top-right-radius: 10px;
}

.search-icon-close:hover {
    right: 45px;
    color: red !important;
    cursor: pointer;
    background-color: var(--background-light);
    border-top-right-radius: 10px;
} */

/* change tab listview css */
.scroll-nav-bar-new {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-3xl, 24px);
    border-bottom: 2px solid #CACED0;
}

.scroll-navbar-new-text {
    color: #5E656A;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.selected-tab {
    color: #29417C !important;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    border-bottom: 3px solid #29417C;
    padding-bottom: 7px;
}

/* Breadcrumb css new */
.fixed-breadcrumb-position {
    z-index: 999;
    background: var(--background-light) !important;
    padding: 16px 0px;
    width: 90%;
    position: fixed;
}

.w-88 {
    width: 88% !important;
}

.w-87 {
    width: 87% !important;
}

.w-90 {
    width: 90% !important;
}

.w-89 {
    width: 89% !important;
}

.w-86 {
    width: 86% !important;
}

.newbreadcrumb {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-lg, 3px);
}

.newbreadcrumb div span {
    color: var(--breadcrumb-icon-text-color) !important;
    font-size: 14px !important;
    font-weight: 400;
    padding: 0px 2px;
}

.newbreadcrumb span div {
    color: var(--breadcrumb-icon-text-color) !important;
}

.newbreadcrumb div span a {
    text-decoration: none !important;
}

.newbreadcrumb .selected {
    font-size: 12px !important;
    font-weight: 500;
    background: var(--grey-light-default-background);
    color: var(--breadcrumb-icon-text-color-new) !important;
    border-radius: 8px;
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.newbreadcrumb .selected-hover {
    font-size: 12px !important;
    font-weight: 500;
    background: var(--background-light);
    border-radius: 8px;
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    color: var(--breadcrumb-icon-text-color) !important;
}

.newbreadcrumb .selected-hover:hover {
    font-size: 12px !important;
    font-weight: 500;
    background: var(--breadcrumb-selected-hover-bg-new);
    border-radius: 8px;
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    color: var(--breadcrumb-icon-text-color-new) !important;
}


/* new header with buttons layout css */
.newheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    color: var(--text-black-to-white);
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.newheader .description {
    color: var(--Text-text-teritary);
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* liquid css button */

/* .icon-left a {
    font: 700 30px consolas;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    left: 64px;
    border-radius: 50px;
    padding:1px 7px;
    top: 49px;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    transition: 0.2s;
    transform: scale(2);

}

.icon-left a span {
    position: relative;
    z-index: 0;
    color: #000;
    top: -2px;
    font-size: 23px;
}

.icon-left a .liquid {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 99%;
    height: 59px;
    background:rgb(250, 109, 0);
    box-shadow: inset 0 0 50px  rgb(250, 109, 0);
    z-index: -1;
    transition: 0.6s;
}

.icon-left a .liquid::after,
.icon-left a .liquid::before {
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    top: 0;
    left: 0;
    transform: translate(-25%, -75%);
}

.icon-left a .liquid::after {
    border-radius: 45%;
    background: white;
    animation: animate 5s linear infinite;
    opacity: 0.8;
}

.icon-left a .liquid::before {
    border-radius: 40%;
    box-shadow: 0 0 10px  rgb(250, 109, 0),
        inset 0 0 5px  rgb(250, 109, 0);
    background:rgb(250, 109, 0);

    animation: animate 7s linear infinite;
}

@keyframes animate {
    0% {
        transform: translate(-25%, -75%) rotate(0);
    }
    100% {
        transform: translate(-25%, -75%) rotate(360deg);
    }
}
.icon-left a:hover .liquid {
    top: -19px;
}
.icon-left a span:hover {
    color: #fff !important;
}

.icon-left a:hover {
    box-shadow: 0 0 5px  rgb(250, 109, 0), inset 0 0 5px  rgb(250, 109, 0);
    transition-delay: 0.2s;
} */
/* button css */
.btn-black-outline {
    color: var(--text-black-to-white) !important;
    border: 1px solid #474f5c !important;
    padding: 7px 20px;
    border-radius: 4px;
    background-color: var(--background-light);
}

.btn-create-expense-verticle {
    position: relative;
    align-items: center;
    appearance: none;
    background-color: var(--background-light);
    border-radius: 10px;
    color: var(--text-black-to-white);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    height: 145px;
    width: 56px;
    justify-content: center;
    border: 1px solid var(--breadcrumb-icon-text-color);
    overflow: hidden;
}

.btn-create-expense-verticle::before {
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: #004488;
    transition: top 0.5s ease;
    z-index: 0;
}

.btn-create-expense-verticle:hover::before {
    top: 0;
}

.btn-create-expense-verticle:hover {
    color: white;
    z-index: 1;
}
.zIndex-1{
    z-index: 1;
}
.zIndex-0 {
    z-index: 0;
}
.btn-create-expense-verticle span {
    position: relative;
    z-index: 2;
}

.new-btn-grey {
    display: flex;
    padding: 10px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #E6EBF4;
    color: #000;
    font-size: 14px;
    text-transform: capitalize !important;
    font-weight: 500;
    transition: all 0.5s ease;

}

.newheader .new-btn-grey:hover {
    background: #29417C !important;
    color: #fff !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;

}

.search-bar-new .new-btn-grey:hover {
    background: #E6EBF4 !important;
    color: #000 !important;
    box-shadow: 0px 4px 4px 0px rgba(32, 37, 45, 0.09);
}

.new-btn-create-green {
    display: flex;
    padding: 10px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #2D837E;
    color: white;
    font-size: 14px;
    text-transform: capitalize !important;
    font-weight: 500;
    transition: all 0.5s ease;
}

.new-btn-create-green:hover {
    background: #11645F !important;
    color: white;
    box-shadow: 0 4px 8px #E6F4F1 !important;
}

.new-btn-blue-outline {
    display: flex;
    padding: 10px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #004488;
    color: #004488;
    font-size: 14px;
    text-transform: capitalize !important;
    font-weight: 500;
    transition: all 0.5s ease;
    background: transparent;
}

.new-btn-blue-outline:hover {
    background: #29417C !important;
    color: white;
    box-shadow: 0px 4px 4px 0px rgba(64, 90, 154, 0.22);
}

.new-btn-brand-primary-disabled {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    text-transform: capitalize !important;
    background: #76809b;
    transition: all 0.5s ease;
}

.new-btn-brand-primary {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    text-transform: capitalize !important;
    background: #004488;
    transition: all 0.5s ease;
}

.search-bar-new .new-btn-brand-primary:hover {
    background: #29417C !important;
    box-shadow: 0px 4px 4px 0px rgba(64, 90, 154, 0.22);
    color: white;
}

.new-btn-filter-primary {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    text-transform: capitalize !important;
    background: #2D837E;
    transition: all 0.5s ease;
}

.new-btn-filter-primary:hover {
    background: #29417C !important;
    box-shadow: 0px 4px 4px 0px rgba(64, 90, 154, 0.22);
    color: white;
}

.new-btn-white-outline {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    text-transform: capitalize !important;
    background: #FFF;
    border: 1px solid #CACED0;
    transition: all 0.5s ease;
}

.new-btn-white-outline:hover {
    background: #FFF !important;
    /* box-shadow: 0px 4px 4px 0px rgba(64, 90, 154, 0.22); */
    /* color: white; */
}

.new-btn-export-danger {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    text-transform: capitalize !important;
    background: #DC2555;
    transition: all 0.5s ease;
}

.new-btn-export-danger:hover {
    background: #29417C !important;
    box-shadow: 0px 4px 4px 0px rgba(64, 90, 154, 0.22);
    color: white;
}

.new-btn-grid-blue {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    text-transform: capitalize !important;
    background: #004488 !important;
    transition: all 0.5s ease;
}

.new-btn-grid-blue:hover {
    background: #29417C !important;
    box-shadow: 0px 4px 4px 0px rgba(64, 90, 154, 0.22);
    color: white;
}

.btn-new-pending {
    cursor: text !important;
    color: #000 !important;
    display: flex;
    width: 75px;
    height: 26px;
    padding: var(--spacing-xs, 4px) var(--spacing-md, 8px);
    justify-content: center;
    text-transform: capitalize !important;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 2px;
    background: var(--Alerts-warning-yellow-Alert-Yellow, #FDC500);
}

.btn-new-approved {
    /* background: #078a63 !important; */
    border-radius: 2px;
    background: var(--Alerts-success-green-Alert-Brand-Secondary, #7AB221);
    cursor: text !important;
    color: white !important;
    text-transform: capitalize !important;
    display: flex;
    width: 75px;
    height: 26px;
    padding: var(--spacing-xs, 4px) var(--spacing-md, 8px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;

}

.btn-new-rejected {
    display: flex;
    width: 75px;
    height: 26px;
    padding: var(--spacing-xs, 4px) var(--spacing-md, 8px);
    justify-content: center;
    align-items: center;
    text-transform: capitalize !important;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 2px;
    background: var(--Alerts-Error-Red-Alert-Red, #C1121F);
    color: white !important;
}

.btn-new-background-primary {
    display: flex;
    height: 38px;
    padding: 10px var(--spacing-xl, 16px);
    justify-content: center;
    align-items: center;
    text-transform: capitalize !important;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #CACED0;
    background: #FFF;
}

.new-tax{
    display: flex;
    padding: 10px;
    width: fit-content;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    color: #fff;
    background: #01847C;
    font-weight: bold;
    min-width: 140px;
}

.bottom-pagination .btn-new-background-primary:hover {
    border: 1px solid #CACED0;
    background: #CACED0;
}

.new-btn-brand-primary-save {
    display: flex;
    /* width: 240px; */
    height: 48px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    transition: all 0.5s ease;
    background: #29417C;
    text-decoration: none !important;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}

.new-btn-brand-primary-save:hover {
    background: #29417C !important;
    color: #fff !important;
    box-shadow: 0px 4px 4px 0px rgba(64, 90, 154, 0.22) !important;
}

.new-btn-brand-primary-save-outline {
    display: flex;
    /* width: 240px; */
    height: 48px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    transition: all 0.5s ease;
    border: solid 1px #29417C;
    text-decoration: none !important;
    color: #29417C;
    font-size: 14px;
    font-weight: 500;
}

.new-btn-brand-primary-save-outline:hover {
    background: #29417C !important;
    color: #fff !important;
    box-shadow: 0px 4px 4px 0px rgba(64, 90, 154, 0.22) !important;
}

.new-btn-brand-primary-report {
    display: flex;
    width: 155px;
    height: 44px;
    padding-left: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    transition: all 0.5s ease;
    background: #004488;
    text-decoration: none !important;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}

.new-btn-brand-primary-report:hover {
    background: #29417C !important;
    color: #fff !important;
    box-shadow: 0px 4px 4px 0px rgba(64, 90, 154, 0.22) !important;
}

.new-btn-green-create {
    display: flex;
    padding-left: 10px;
    width: 155px;
    height: 48px;
    justify-content: center;
    text-decoration: none !important;
    align-items: center;
    gap: 1px;
    align-self: stretch;
    color: #fff;
    background: #7AB221;
}

.new-btn-green-create:hover {
    background: var #56840C !important;
    box-shadow: 0px 4px 4px 0px rgba(45, 131, 126, 0.22);
    color: #fff !important;
}

.new-btn-green-create-circle {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 10px;
    justify-content: center;
    text-decoration: none !important;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    text-transform: capitalize !important;
    background: #7AB221;
    transition: all 0.5s ease;
}

.new-btn-green-create-circle:hover {
    background: #56840C !important;
    box-shadow: 0px 4px 4px 0px rgba(45, 131, 126, 0.22);
    color: white;
}

.new-btn-brand-secondary {
    display: flex;
    padding: 10px;
    width: 240px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 1px solid #2D837E;
    color: #2D837E;
    background: transparent !important;
}

.new-btn-brand-secondary:hover {
    background: #11645F !important;
    color: #fff !important;
}

.new-btn-danger {
    display: flex;
    padding: 10px;
    width: 240px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 1px solid #CACED0;
    color: var(--text-black-to-white);
    background: transparent !important;
}

.new-btn-danger:hover {
    background: #B20A36 !important;
    box-shadow: 0px 4px 4px 0px rgba(220, 37, 85, 0.20);
    color: #fff !important;
}

.new-btn-green {
    display: flex;
    padding: 10px;
    width: 240px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #fff;
    background: #7AB221;
}

.new-btn-green:hover {
    background: var #56840C !important;
    box-shadow: 0px 4px 4px 0px rgba(45, 131, 126, 0.22);
    color: #fff !important;
}

.new-btn-green-dark {
    display: flex;
    padding: 10px;
    /* width: 240px; */
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 15px;
    color: #fff;
    background: #2D837E;
    font-weight: bold;
}

.new-btn-green-dark:hover {
    background: #27938D !important;
    box-shadow: 0px 4px 4px 0px rgba(45, 131, 126, 0.22);
    color: #fff !important;
}

/* card css */
.exp-content-report {
    background: var(--exp-content-report) !important;
    min-height: 90px;
    border-radius: 4px;
    padding: 10px 6px 6px;
    border: solid 0.5px #c4c4c4 !important;
}

.icon-card-down-custom {
    font-size: 30px !important;
    border-radius: 50%;
    background: #003975;
}

.icon-chevron-down {
    cursor: pointer;
}

.icon-chevron-up {
    transform: rotate(180deg);
    /* rotate chevron when expanded */
}

.transition-height {
    transition: height 0.3s ease;
}

.text-box-new-listview {
    --r: 29px;
    --s: 40px;
    border-radius: var(--r);
    --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
}

.text-box-new-custom {
    --r: 35px !important;
    --s: 50px !important;
    border-radius: var(--r);
    --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
}

.top-right {
    mask:
        right calc(var(--s) + var(--r)) top 0 var(--_m),
        right calc(var(--s) + var(--r)) var(--_m),
        radial-gradient(var(--s) at 100% 0, #0000 99%, #000 101%) calc(-1*var(--r)) var(--r) no-repeat,
        conic-gradient(at calc(100% - var(--s) - 2*var(--r)) calc(var(--s) + 2*var(--r)),
            #0000 25%, #000 0);
}

.card-inner-border-radius {
    border-top-left-radius: 4.25rem;
    border-bottom-left-radius: 4.25rem;
    border-bottom-right-radius: 4.25rem;
}

.card-blue2-primary {
    background: var(--card-blue2-primary) !important;
}

.card-blue2-primary:hover {
    background: var(--card-blue2-primary) !important;
}

.box .blue-hover:hover {
    background: var(--card-blue2-primary) !important;
}

.card-blue2-primary:hover~.box .blue-hover {
    background: var(--card-blue2-primary) !important;
}

.card-header-new {
    color: var(--Text-text-important-cta-text-imp-white, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* height css */
.height-200px {
    height: 200px !important;
}

/* top-right icon css */
.icon-angle {
    display: inline-block;
    transform: rotate(-45deg);
}

.iconBox {
    display: inline-block;
}

.iconBox:hover .arrow {
    display: none;
    margin-top: 4px;
    margin-right: 2px;
}

.iconBox:hover .arrow-hover {
    display: inline-block;
}

.box .icon {
    position: absolute;
    top: 0px;
    right: 0px;
}

.box {
    position: relative;
    background-color: var(--background-light) !important;
}
.admin-dashboard .position-relative-top-minus1{
    position: relative;
    top:-1px;
}

.position-relative{
    position: relative;
}

.position-relative-top20px{
    position: relative;
    top: 20px;
}

.position-relative-top8px{
    position: relative;
    top: 8px;
}

.pl-5px {
    padding-left: 5px !important;
}
.admin-dashboard .locator-position{
    max-width:230px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
}

.box .icon {
    position: absolute;
    /* right: -2.375rem; */
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
}

/* .box .icon:hover .iconBox {
  transform: scale(1.1);
  background:black !important;
  color: white !important;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
} */

.box .icon .iconBox {
    position: absolute;
    inset: 0.625rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.box .icon .iconBox span {
    color: #fff;
    font-size: 1.5rem;
}

.box .blue-hover {
    background: var(--card-blue2-primary);
    transition: all 0.3s ease;
}

.br-card-blue2-primary{
    border-right: 1px solid var(--card-blue2-primary) !important;
}

.br-card-blue2-primary{
    border-right: 1px solid #fff !important;
}

/* colors css */
.text-primary {
    color: #0C0C0C !important;
}

.text-teritary {
    color: #5E656A !important
}

.text-primary {
    color: #0C0C0C !important;
}

.text-teritary {
    color: #5E656A !important
}

.text-secondary {
    color: #0C0C0C !important;
}

.text-primary-white {
    color: #000 !important;
}

.text-secondary-white {
    color: #CACED0 !important;
}

.text-teritary-white {
    color: #A5ABAE !important
}

.brand-primary-dark {
    color: #004488 !important;
}

.brand-primary-active {
    color: #29417C !important;
}

/* Cards Color */
.grey-light-default {
    color: #E6EBF4 !important;
}

.grey-mid-default {
    color: #E6EBF4 !important;
}

.green-base {
    color: #EFF4E4 !important;
}

.green-hover {
    color: #7AB221 !important;
}

.brand-primary-light {
    color: #004488 !important;
}

.border-left-brand-primary-light{
    border-left:2px solid #004488;
    width: 33.33%;
}
.border-left-brand-primary-light-new{
    border-left:2px solid #fff
}
.border-bottom-brand-primary-light-1px{
    border-bottom:1px solid #004488
}

.brand-primary-light-hover {
    color: #29417C !important
}

.brand-primary {
    color: #98B3F4 !important;
}

.brand-primary-hover {
    color: #B5CAFC !important;
}

.brand-Secodary {
    color: #2D837E !important;
}

.brand-secondary-hover {
    color: #11645F !important;
}

.brand-Tertiary {
    color: #DC2555 !important;
}

.w-230px{
    width: 230px !important;
}
.h-230px{
    height: 230px !important;
}
.brand-Tertiary-Hover {
    color: #B20A36 !important;
}

.text-danger {
    color: #C1121F !important;
}

/* background color css */
.background-card-grey-light-default {
    background: var(--background-card-grey-light-default) !important; 
}

.background-card-brand-primary {
    background: var(--background-card-brand-primary);
}

.background-card-brand-primary-light {
    background: var(--background-card-brand-primary-light);
}

.blue-background {
    background: #1F6FC5;
}

.brand-Secodary-background {
    background: var(--brand-Secodary-background) !important;
}

.green-secondary-2 {
    background: var(--green-secondary-2) !important;

}

.green-hover-background {
    background: #7AB221 !important;
}
.green-hover-background-new {
    background: #0E6F9B !important;
    color: #fff;
}
.brand-primary-background {
    background: #004488 !important;
}

.green-base-background {
    background: #EFF4E4 !important;
}

.teritary-background {
    background: #5E656A !important;
}

.main-div {
    background: var(--background-light) !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* badges css  */
.brand-Secodary-badge {
    padding: var(--spacing-xs, 4px) var(--spacing-md, 8px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #2D837E;
    text-transform: capitalize !important;
    color: white
}

.green-hover-badge {
    padding: var(--spacing-xs, 4px) var(--spacing-md, 8px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-transform: capitalize !important;
    background: #7AB221;
    color: white;
}

.text-secondary-white-badge {
    padding: var(--spacing-xs, 4px) var(--spacing-md, 8px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #CACED0;
    text-transform: capitalize !important;
    color: black;
}

.brand-Tertiary-badge {
    padding: var(--spacing-xs, 4px) var(--spacing-md, 8px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-transform: capitalize !important;
    background: #DC2555;
    color: white;
}

/* toggle-switch css */
.toggle-container-listview {
    display: flex;
    width: 36px;
    height: 120px;
    padding: var(--spacing-xs, 4px);
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
}

.toggle-container-listview {
    position: absolute;
    width: 33%;
    border-color: 2px solid #fff;
    left: 84%;
}

.toggle-checkbox {
    display: none;
}

.toggle-container-listview .toggle-checkbox:checked+.toggle-text {
    color: #fff;
}

.toggle-container-listview .toggle-checkbox:checked+.toggle-text-white {
    /* background-color: #fff ; */
    background-color: #fff;
    color: black;
}

.toggle-container-listview .toggle-checkbox:checked+.toggle-text-black {
    /* background-color: #fff ; */
    background-color: black;
    color: #fff;
}

.toggle-container-listview .toggle-checkbox:checked+.toggle-label .toggle-text:first-child {
    opacity: 0;
}

.toggle-container-listview .toggle-checkbox:checked+.toggle-label .toggle-text:last-child {
    opacity: 1;
}

.toggle-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border-radius: 30px;
    cursor: pointer;
    padding: 5px;
    height: 38px;
    transition: background-color 0.3s;
    border: 1px solid white;
    /* White border */
}

.toggle-label-blue-admin-user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--sidebar-bg);
    border-radius: 30px;
    cursor: pointer;
    padding: 6px !important;
    height: 43px;
    width: 225px !important;
    transition: background-color .3s;
    border: 1px solid var(--toggle-label-grey-border);
}

.toggle-label-black {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border-radius: 30px;
    cursor: pointer;
    padding: 5px;
    height: 38px;
    transition: background-color 0.3s;
    border: 1px solid black;
}

.toggle-label-black-listview {
    border-radius: 30px;
    display: flex;
    height: 116px;
    padding: var(--spacing-xs, 4px);
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    background-color: transparent;
    border: 1px solid var(--text-black-to-white);
    padding: 5px;
}

.toggle-container-listview .toggle-checkbox:checked+.toggle-label .toggle-text:first-child {
    opacity: 0;
}

.toggle-container-listview .toggle-checkbox:checked+.toggle-label .toggle-text:last-child {
    opacity: 1;
}

.toggle-text {
    font-weight: 500;
    color: var(--text-black-to-white);
    background-color: var(--text-white-to-black);
    width: 24px;
    height: 24px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%
}

.toggle-container-listview .toggle-text-custom-black {
    font-weight: 500;
    color: var(--text-white-to-black);
    background-color: var(--text-black-to-white);
    width: 24px;
    height: 24px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%
}

.toggle-text-white {
    font-weight: 500;
    color: var(--text-white-to-black);
    width: 33px;
    height: 29px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%
}

.toggle-container-listview .toggle-text-black {
    font-weight: 500;
    color: var(--text-black-to-white);
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%
}

.toggle-text-blue {
    font-weight: 500;
    color: var(--text-blue-to-white);
    width: 33px;
    height: 29px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%
}

/* #list view page css ended */


/* #Dashboard new css file */
* {
    margin: 0;
    padding: 0;
}

.height-200px {
    height: 200px !important;
}

.height-415px {
    height: 415px !important;
}

.height-365px {
    height: 365px !important;
}

.my-teams-chart{
    width: 100% !important;
    height: 300px;
}

#barChartDiv {
    width: 100%;
    height: 400px;
}

.icon-angle {
    display: inline-block;
    transform: rotate(-45deg);
}

.iconBox {
    display: inline-block;
}

.arrow {
    display: inline-block;
}

.arrow-hover {
    display: none;
}

.iconBox:hover .arrow {
    display: none;
    margin-top: 4px;
    margin-right: 2px;
}

.iconBox:hover .arrow-hover {
    display: inline-block;
}

.progress-container {
    /* width: 100%; 
      max-width: 400px; */
    margin: 7px auto;
    font-family: Arial, sans-serif;
}

.progress-label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
    width: 125px;
}

.progress-percent {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
}
.text-black-sidebar{
    color: var(--text-black-sidebar)
}
.progress-bar {
    width: 300px;
    background-color: rgb(185 199 231);
    border-radius: 10px;
    overflow: hidden;
    height: 7px;
}
.bg-navbar {
    border-bottom: 1px solid #c4c7c3;
    background: var(--background-light-nav) !important;
}
.bottom-background-sidebar{
    background:linear-gradient(135deg, #000 0%, #656565 100%) !important;
}
/* .submenu-list-active{
    background: var(--background-light);
    background: none;
} */
.progress {
    height: 20px;
    background-color:rgb(99 130 201); 
    border-radius: 10px;
    transition: width 0.3s ease;
}

.filter-dropdown {
    padding: 4px 8px;
    font-size: 14px;
    color: var(--text-white-to-black);
    background: none;
    border: none;
    border-bottom: 1px solid white;
}

.text-box-new-hover {
    background-color: var(--background-card-brand-primary);
}

.text-box-new-hover:hover {
    background-color: rgb(31 63 142) !important;
    transition-duration: 0.5s;
}

.text-box-new-hover1 {
    background-color: var(--background-card-brand-primary-light)
}

.text-box-new-hover1:hover {
    background-color: rgb(158 184 245) !important;
    transition-duration: 0.5s;
}

.text-box-new-hover1:hover~.icon .iconBox {
    transform: scale(1.1);
    background: black !important;
}

.text-box-new-hover1:hover~.iconBox:hover .arrow {
    display: none;
}

.text-box-new-hover1:hover~.iconBox:hover .arrow-hover {
    display: inline-block;
}

.text-box-new-hover:hover~.iconBox:hover .arrow {
    display: none;
}

.text-box-new-hover:hover~.iconBox:hover .arrow-hover {
    display: inline-block;
}

.text-box-new-hover1:hover~.icon .iconBox .text-white-custom,
.iconBox:hover .text-white-custom {
    color: white !important;
    margin-top: 4px;
    margin-right: 2px;
    font-size: 2.8rem !important;
}

.text-box-new-hover2 {
    background-color: rgb(220, 227, 244)
}

.text-box-new-hover2:hover {
    background-color: #11645F !important;
    transition-duration: 0.5s;
}

.text-box-new-hover2:hover~.icon .iconBox {
    transform: scale(1.1);
    background: black !important;
}

.text-box-new-hover2:hover~.icon .iconBox .text-white-custom,
.iconBox:hover .text-white-custom {
    color: white !important;
    font-size: 2.8rem !important;
}

.text-box-new-hover:hover~.icon .iconBox {
    transform: scale(1.1);
    background: black !important;
}

.text-box-new-hover:hover~.icon .iconBox .text-white-custom,
.iconBox:hover .text-white-custom {
    color: white !important;
    font-size: 2.8rem !important;
}
.position-performance-progress{
    border:10px solid #000000;
    background-color: #DCE3F3;
    color: #7AB221;
    border-radius:50%;
    padding:10px;
    height:80px;
    width:80px;
    position: relative;
    bottom: 10px;
}

.text-white-custom {
    color: black;
}

.text-box-new {
    --r: 25px;
    --s: 40px;
    border-radius: var(--r);
    --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
}

.text-box-new-custom {
    --r: 35px !important;
    --s: 50px !important;
    border-radius: var(--r);
    --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
}

.top-right {
    mask:
        right calc(var(--s) + var(--r)) top 0 var(--_m),
        right calc(var(--s) + var(--r)) var(--_m),
        radial-gradient(var(--s) at 100% 0, #0000 99%, #000 101%) calc(-1*var(--r)) var(--r) no-repeat,
        conic-gradient(at calc(100% - var(--s) - 2*var(--r)) calc(var(--s) + 2*var(--r)),
            #0000 25%, #000 0);
}

.top-left {
    mask:
        calc(var(--s) + var(--r)) 0 var(--_m),
        0 calc(var(--s) + var(--r)) var(--_m),
        radial-gradient(var(--s) at 0 0, #0000 99%, #000 101%) var(--r) var(--r) no-repeat,
        conic-gradient(at calc(var(--s) + 2*var(--r)) calc(var(--s) + 2*var(--r)),
            #000 75%, #0000 0);
}

section a {
    display: inline-block;
    text-decoration: none;
}

section .rowcustom,
section .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 20px;
    align-items: stretch;
    max-width: 100%;
}

section .container-second {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(430px, 1fr)) !important;
    grid-gap: 20px;
    align-items: stretch;
    max-width: 100%;
}

@media (max-width: 1080px) {
    section .rowcustom,
    section .container {
        grid-template-columns: repeat(auto-fill, minmax(430px, 1fr));
    }

    section .container-second {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(630px, 1fr)) !important;
    }

    /* section .container-new {
    grid-template-columns: repeat(auto-fill, minmax(630px, 1fr)) !important;
    } */
}

@media (max-width: 600px) {
    section .rowcustom,
    section .container {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1200px) {
    section .rowcustom,
    section .container {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }
}

@media (min-width: 1400px) {
    section .rowcustom,
    section .container {
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    }
}


section .container-new {
    display: flex !important;
    grid-template-columns: none !important;
    grid-gap: 0px !important;
    align-items: none !important;
    max-width: 100% !important;
}
section .rowcustom .card-inner .box .iconnew-left .iconBox,
section .container .card-inner .box .iconnew-left .iconBox {
    position: absolute;
    inset: 0.625rem;
    /* background: #FF6D00;  */
    border: 1px solid rgb(228 231 233);
    color: var(--text-white-to-black);
    border-radius: 50%;
    display: flex;
    width: 9rem;
    height: 9rem;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    overflow: hidden;
    top: 26px;
    left: 35px;
}
section .rowcustom .card-inner .box .iconnew-left .iconBox::before,
section .container .card-inner .box .iconnew-left .iconBox::before {
    content: "";
    position: absolute;
    bottom: 0%;
    width: 9rem;
    height: 13rem;
    background: #FF6D00;
    transition: bottom 0.5s ease;
    z-index: 0;
    /* border-radius: 50%; */
    clip-path: polygon(80% 100%, 100% 100%, 100% 33%, 11% 32%, 0% 26%, 0% 33%, 0% 100%);
}

section .rowcustom .card-inner .box .iconnew-left:hover .iconBox::before,
section .container .card-inner .box .iconnew-left:hover .iconBox::before {
    bottom: -75%;
}

/* section .container .card-inner .box .iconnew-left:hover .iconBox {
      background: transparent; 
  } */
section .rowcustom .card-inner .box .iconnew-left .iconBox span,
section .container .card-inner .box .iconnew-left .iconBox span {
    z-index: 3 !important;
}

section .rowcustom .card-inner .box .iconnew-left:hover .iconBox span,
section .container .card-inner .box .iconnew-left:hover .iconBox span {
    color: var(--text-black-to-white) !important;
}

.iconnew-left:hover~.text-right .year {
    color: var(--text-black-to-white) !important;
}

section .rowcustom .card-inner .box .icon .iconBox,
section .container .card-inner .box .icon .iconBox {
    background: #000 !important;
    /* background: #E6EBF4; */
}

section .rowcustom .card-new:nth-child(1) .box .icon .iconBox,
section .container .card-new:nth-child(1) .box .icon .iconBox {
    background: #000 !important;
    /* background: #E6EBF4; */
}

section .rowcustom .card-new:nth-child(2) .box .icon .iconBox,
section .container .card-new:nth-child(2) .box .icon .iconBox {
    background: #000 !important;
    /* background: #E6EBF4; */
}

section .rowcustom .card-new:nth-child(3) .box .icon .iconBox,
section .container .card-new:nth-child(3) .box .icon .iconBox {
    background: #000 !important;
    /* background: #E6EBF4; */
}

section .rowcustom .card-new:nth-child(4) .box .icon .iconBox,
section .container .card-new:nth-child(4) .box .icon .iconBox {
    background: #000 !important;
    /* background: #E6EBF4; */
}

section .rowcustom .card-new-custom:nth-child(1) .box .icon .iconBox,
section .container .card-new-custom:nth-child(1) .box .icon .iconBox {
    background: #000 !important;
    /* background: #E6EBF4; */
}

section .rowcustom .card-new-custom:nth-child(2) .box .icon .iconBox,
section .container .card-new-custom:nth-child(2) .box .icon .iconBox {
    background: #000 !important;
    /* background: #E6EBF4; */
    color: white !important;
}

section .rowcustom .card-new-chart:nth-child(1) .box .icon .iconBox,
section .container .card-new-chart:nth-child(1) .box .icon .iconBox {
    background: #000 !important;
    /* background: #E6EBF4; */
}

section .rowcustom .card-new-chart:nth-child(2) .box .icon .iconBox,
section .container .card-new-chart:nth-child(2) .box .icon .iconBox {
    background: #000 !important;
    /* background: #E6EBF4; */
    color: white !important;
}

section .rowcustom .card-new-chart:nth-child(3) .box .icon .iconBox,
section .container .card-new-chart:nth-child(3) .box .icon .iconBox {
    background: #000 !important;
    /* background: #E6EBF4; */
    color: white !important;
}

section .rowcustom .card-new .box,
section .container .card-new .box {
    position: relative;
}

section .rowcustom .card-new .box .icon,
section .container .card-new .box .icon {
    position: absolute;
    top: -1px;
    right: 10px;
}

section .rowcustom .card-new ul,
section .container .card-new ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.flex-wrap{
    flex-wrap: wrap;
}
.height-fit-content{
    height: fit-content !important;
}
.width-fit-content{
    width: fit-content !important;
}

section .rowcustom .card-new ul li,
section .container .card-new ul li {
    text-transform: uppercase;
    background: var(--clr-tag);
    color: #282828;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.375rem 0.625rem;
    border-radius: 0.188rem;
}

section .rowcustom .card-new ul .branding,
section .container .card-new ul .branding {
    color: rgb(228 231 233);
}

section .rowcustom .card-new ul .packaging,
section .container .card-new ul .packaging {
    color: rgb(228 231 233);
}

section .rowcustom .card-new ul .marketing,
section .container .card-new ul .marketing {
    color: rgb(228 231 233);
}

section .rowcustom .card-new .content,
section .container .card-new .content {
    padding: 0.938rem 0.625rem;
}
section .rowcustom .card-new .content h3,
section .container .card-new .content h3 {
    text-transform: capitalize;
    font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 1.8rem);
}

section .rowcustom .card-new .content p,
section .container .card-new .content p {
    margin: 0.625rem 0 1.25rem;
    color: #565656;
}

section .rowcustom .card-inner,
section .container .card-inner {
    position: relative;
    width: inherit;
    /* height: 21.75rem; */
    background: var(--clr);
    border-top-left-radius: 4.25rem;
    border-bottom-left-radius: 4.25rem;
    border-bottom-right-radius: 4.25rem;
    overflow: hidden;
}

section .rowcustom .card-inner-new,
section .container .card-inner-new {
    position: relative;
    min-width: 100% !important;
    height: 365px !important;
    background: var(--clr);
    border-top-left-radius: 4.25rem;
    border-bottom-left-radius: 4.25rem;
    border-bottom-right-radius: 4.25rem;
    overflow: hidden;
}

section .rowcustom .card-inner-custom,
section .container .card-inner-custom {
    border-top-right-radius: 4.25rem;
}

section .rowcustom .card-inner .box,
section .container .card-inner .box {
    width: 100%;
    height: 100%;
    background: var(--background-light);
    border-radius: 1.25rem;
    overflow: hidden;
}

section .rowcustom .card-inner .box .icon,
section .container .card-inner .box .icon {
    position: absolute;
    bottom: -0.375rem;
    right: -0.375rem;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
}

section .rowcustom .card-inner .box .icon-img,
section .container .card-inner .box .icon-img {
    position: absolute;
    top: 5px !important;
    left: 6px;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
}

section .rowcustom .card-inner .box .icon-img-bg,
section .container .card-inner .box .icon-img-bg {
    background: #DC2555 !important;
    width: 6.5rem !important;
    height: 6.5rem !important;
    bottom: 29rem !important;
    left: 10.5px !important;
}

section .rowcustom .card-inner .box .icon:hover .iconBox,
section .container .card-inner .box .icon:hover .iconBox {
    transform: scale(1.1);
    background: black !important;
    color: white !important;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

section .rowcustom .card-inner .box .icon .iconBox,
section .container .card-inner .box .icon .iconBox {
    position: absolute;
    inset: 0.625rem;
    background: #282828;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

section .rowcustom .card-inner .box .icon .iconBox span,
section .container .card-inner .box .icon .iconBox span {
    color: #fff;
    font-size: 1.5rem;
}

/* toggle css */
.toggle-container-custom {
    position: absolute;
    width: 24%;
    border-color: 2px solid #fff;
    left: 61%;
}

.toggle-container-chart {
    position: absolute;
    width: 33%;
    border-color: 2px solid #fff;
    left: 51%;
}

.toggle-container-chart-my {
    position: relative;
    width: 70px;
    border-color: 2px solid #fff;
    right: 75px
}

.toggle-container {
    position: relative;
    width: 70px;
    border-color: 2px solid #fff;
    /* left: 68.5%; */
    right: 75px;
}

.toggle-checkbox {
    display: none;
}

.toggle-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border-radius: 30px;
    cursor: pointer;
    padding: 5px;
    height: 38px;
    transition: background-color 0.3s;
    border: 1px solid white;
    /* White border */
}

.toggle-label-blue {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border-radius: 30px;
    cursor: pointer;
    padding: 5px !important;
    height: 38px;
    transition: background-color 0.3s;
    border: 1px solid var(--toggle-label-blue-border);
}

.toggle-label-black {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border-radius: 30px;
    cursor: pointer;
    padding: 5px;
    height: 38px;
    transition: background-color 0.3s;
    border: 1px solid black;

}

.toggle-text-custom-black {
    font-weight: 500;
    color: #fff;
    background-color: black;
    width: 33px;
    height: 29px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%
}

.toggle-text-custom-blue {
    font-weight: 500;
    color: var(--text-white-to-black);
    background-color: var(--text-blue-to-white);
    width: 33px;
    height: 29px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%
}

.toggle-text-custom-blue-admin {
    font-weight: 600;
    color: var(--text-white-to-black);
    background-color: var(--text-black-to-white);
    height: 36px;
    padding: 3px 35px !important;
    line-height: 28px;
    text-align: center;
    border-radius: 55px;
    transition: background-color .3s ease;
}

.toggle-text-white {
    font-weight: 500;
    color: #fff;
    width: 33px;
    height: 29px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%
}

.toggle-text-black {
    font-weight: 500;
    color: black;
    width: 33px;
    height: 29px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%
}

.toggle-text-blue {
    font-weight: 600;
    color: var(--text-black-to-white);
    height: 36px;
    line-height: 28px;
    text-align: center;
    border-radius: 55px;
    transition: background-color .3s ease;
}
.toggle-text-blue.py-0-px-10{
    padding: 0px 10px !important;
}
.toggle-text-blue-user {
    font-weight: 500;
    /* color: var(--text-blue-to-white); */
    color: #000 !important;
    font-weight: 600;
    width: 100%;
    height: auto;
    padding: 10px 35px;
    border-radius: 30px;
    line-height: 28px;
    text-align: center;
}

.toggle-checkbox:checked+.toggle-text {
    color: #fff;
}

.toggle-checkbox:checked+.toggle-text-white {
    /* background-color: #fff ; */
    background-color: #fff;
    color: black;
}

.toggle-checkbox:checked+.toggle-text-black {
    /* background-color: #fff ; */
    background-color: black;
    color: #fff;
}

.toggle-checkbox:checked+.toggle-label .toggle-text:first-child {
    opacity: 0;
}

.toggle-checkbox:checked+.toggle-label .toggle-text:last-child {
    opacity: 1;
}

.btn-create-expense {
    position: relative;
    align-items: center;
    appearance: none;
    background-color: var(--brand-Secodary-background);
    border-radius: 24px;
    color: var(--text-white-to-black);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    height: 54px;
    width: 70%;
    justify-content: center;
    border: 1px solid var(--breadcrumb-icon-text-color);
    overflow: hidden;
}
.btn-back {
    position: relative;
    align-items: center;
    appearance: none;
    width: 150px;
    background-color: var(--text-black-to-white);
    border-radius: 24px;
    color: white;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    min-width: 8.8rem;
    justify-content: center;
    border: 1px solid var(--breadcrumb-icon-text-color);
    overflow: hidden;
}

/* .btn-create-expense::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #004488;
    transition: left 0.5s ease;
    z-index: 0;
}

.btn-create-expense:hover::before {
    left: 0;
}

.btn-create-expense:hover {
    color: white;
    z-index: 1;
} */

.btn-back span{
/* .btn-create-expense span { */
    position: relative;
    z-index: 2;
}

.w-50per{
    width: 50% !important;
}

@media screen and (min-width:1300px) {
    .fs-24{
        font-size: 24px !important;
    }
    .fs-20{
        font-size: 20px !important;
    }
    .fs-16 {
        font-size: 16px !important;
    }
    .fs-17 {
        font-size: 17px !important;
    }
    .fs-18 {
        font-size: 18px !important;
    }

    .fs-14 {
        font-size: 14px !important;
    }
    .fs-12 {
        font-size: 12px !important;
    }

    .fs-28 {
        font-size: 28px !important;
    }

    .fs-30 {
        font-size: 30px !important;
    }
}

@media screen and (min-width:1100px) and (max-width: 1299px) {
    .fs-24{
        font-size: 22px !important;
    }
    .fs-12 {
        font-size: 11px !important;
    }
    .fs-20{
        font-size: 18px !important;
    }
    .fs-16 {
        font-size: 14px !important;
    }
    .fs-17 {
        font-size: 15px !important;
    }
    .fs-18 {
        font-size: 16px !important;
    }

    .fs-14 {
        font-size: 13px !important;
    }

    .fs-28 {
        font-size: 24px !important;
    }

    .fs-30 {
        font-size: 28px !important;
    }
}

@media screen and (min-width:900px) and (max-width: 1099px) {
    .fs-24{
        font-size: 20px !important;
    }
    .fs-12 {
        font-size: 10px !important;
    }
    .fs-20{
        font-size: 16px !important;
    }
    .fs-16 {
        font-size: 13px !important;
    }
    .fs-17 {
        font-size: 14px !important;
    }
    .fs-18 {
        font-size: 15px !important;
    }

    .fs-14 {
        font-size: 12px !important;
    }

    .fs-28 {
        font-size: 20px !important;
    }

    .fs-30 {
        font-size: 26px !important;
    }
}

@media screen and (min-width:600px) and (max-width: 899px) {
    .fs-24{
        font-size: 19px !important;
    }
    .fs-12 {
        font-size: 9px !important;
    }
    .fs-20{
        font-size: 16px !important;
    }
    .fs-16 {
        font-size: 12px !important;
    }
    .fs-17 {
        font-size: 13px !important;
    }
    .fs-18 {
        font-size: 14px !important;
    }

    .fs-14 {
        font-size: 12px !important;
    }

    .fs-28 {
        font-size: 20px !important;
    }

    .fs-30 {
        font-size: 24px !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 599px) {
    .fs-24{
        font-size: 18px !important;
    }
    .fs-12 {
        font-size: 8px !important;
    }
    .fs-20{
        font-size: 15px !important;
    }
    .fs-16 {
        font-size: 11px !important;
    }
    .fs-17 {
        font-size: 12px !important;
    }
    .fs-18 {
        font-size: 13px !important;
    }

    .fs-14 {
        font-size: 12px !important;
    }

    .fs-28 {
        font-size: 20px !important;
    }

    .fs-30 {
        font-size: 24px !important;
    }
}

:root {
    --background-color: #fff;
    --text-color: #000;
    --card-background: #f8f9fa;
    --primary-color: #004488;
    --secondary-color: #DEE3F0;
    --highlight-color: rgb(250, 109, 0);
    --button-color: #fff;
    --icon-color: #000;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
    :root {
        --background-color: #121212 !important;
        --text-color: #fff !important;
        --card-background: #1e1e1e !important;
        --primary-color: #004488 !important;
        --secondary-color: #333 !important;
        --highlight-color: rgb(250, 109, 0) !important;
        --button-color: #444 !important;
        --icon-color: #fff !important;
    }
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* #dashboard file css ended */

/* #border radius css */
.br-0 {
    border-radius: 0px !important;
}
.br-4 {
    border-radius: 4px !important;
}
.br-5 {
    border-radius: 5px !important;
}
.br-7 {
    border-radius: 7px !important;
}
.br-12 {
    border-radius: 12px !important;
}
.br-10 {
    border-radius: 10px !important;
}
.br-100per {
    border-radius: 100% !important;
}
.br-15 {
    border-radius: 15px !important;
}
.overflow-initial{
    overflow: initial !important;
}
.overflow-x-hidden{
    overflow: hidden !important;
}

.br-50 {
    border-radius: 50px !important;
}
.new-green-text{
    color: #2D837E !important
}

.position-relative-top-3px{
    position: relative;
    top:3px;
}
.position-relative-top-4px{
    position: relative;
    top:4px;
}
.position-relative-top-6px{
    position: relative;
    top:6px;
}
.cursor-nodrop{
    cursor: no-drop;
}
.bg-new-green{
    background-color: #2D837E !important;
}
.pdg-5{
    padding: 5px !important;
}
/* #heading css */
.heading-5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-black-to-white) !important;
}

/* text field css */
.text-field-lable {
    color: var(--text-black-to-white) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.light-blue-card-secondary{
    background-color: #DCE3F3;
    color: #000;
}

.multiselect__content-wrapper {
    background: var(--background-light) !important;
    color: var(--text-black-to-white) !important;
}

.multiselect__single {
    padding-left: 4px !important;
    margin-top: 0px !important;
    margin-bottom: 8px !important;
    background: none !important;
    color: var(--text-black-to-white) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.multiselect__input:focus {
    margin-bottom: 0px !important;
    padding: 0px 56px 10.5px 0px !important;
    background: var(--background-light) !important;
}

.multiselect--disabled {
    background: var(--background-light) !important;
}

.new-theme-text-field .multiselect .multiselect__tags {
    border-radius: 8px !important;
    border: 1px solid #CACED0 !important;
    background: var(--background-light) !important;
    transition: transform 0.5s ease;
    padding: 12.5px 56px 5.5px 14px !important;
}

.new-theme-text-field .multiselect .multiselect__tags:hover {
    border-radius: 8px !important;
    border: 1px solid #004488 !important;
    /* background: var(--background-light) !important; */
}

.new-theme-text-field .multiselect .multiselect__tags .multiselect__placeholder {
    color: #5E656A !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.new-theme-text-field .multiselect .multiselect__select {
    background: url(https://cdn.digicollect.com/cdn/dc_helpdesk_new/images/images-new/arrow-down-s-line.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    top: 7px;
}

.new-theme-text-field-filter .multiselect .multiselect__select {
    background: url(https://cdn.digicollect.com/cdn/dc_helpdesk_new/images/images-new/arrow-down-s-line.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    top: 15px !important;
}

.new-theme-text-field .multiselect .multiselect__select:before {
    display: none !important;
}

.bottom-line-grey {
    width: 680px;
    height: 1px;
    background: #CACED0;
}

.new-btn-brand-primary-save {
    display: flex;
    /* width: 240px; */
    height: 48px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    transition: all 0.5s ease;
    background: #29417C;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}

.new-btn-brand-primary-save:hover {
    background: #29417C !important;
    box-shadow: 0px 4px 4px 0px rgba(64, 90, 154, 0.22) !important;
}

.new-theme-text-field .mx-datepicker .mx-input-wrapper {
    border-radius: 8px;
    border: 1px solid #CACED0;
    background: var(--background-light) !important;
    min-height: 43px !important;
    padding: 8px 40px 8px 2px;
    transition: transform 0.5s ease;
}

.new-theme-text-field .mx-datepicker .mx-input-wrapper:hover {
    border-radius: 8px !important;
    border: 1px solid #004488 !important;
    background: var(--background-light) !important;
}

.new-theme-text-field .mx-datepicker {
    width: 100% !important;
}

.new-theme-text-field .mx-datepicker .mx-input-wrapper .mx-input {
    color: var(--text-black-to-white) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.new-theme-text-field .mx-datepicker .mx-input-wrapper .mx-input::placeholder {
    color: #5E656A !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.input-field-new {
    display: flex;
    padding: 15.5px 56px 15.5px 14px;
    align-items: center;
    align-self: stretch;
    border-radius: 8px !important;
    border: 1px solid #CACED0 !important;
    background: var(--background-light) !important;
    color: var(--text-black-to-white) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    width: 100% !important;
    transition: transform 0.5s ease;
}

.input-field-new.checkbox {
    width: 80px !important;
    height: 40px !important;
    padding: 0px !important;
    justify-content: center !important;
}

/* .input-field-new:hover {
    border-radius: 8px !important;
    border: 1px solid #004488 !important;
    background: var(--background-light) !important;
} */

/* .input-field-new:focus {
    border-radius: 8px !important;
    border: 1px solid #004488 !important;
    background: var(--background-light) !important;
} */

.new-theme-text-field .date-icon .mx-input-append {
    background-image: url(/public/static/images/new-theme2024/calendar.svg) !important;
    display: block !important;
    background-repeat: no-repeat;
}

.new-theme-text-field .date-icon .mx-input-append {
    position: absolute;
    top: 13px !important;
    right: 0px !important;
}

.mx-input {
    background: var(--background-light) !important;
}

.new-upload-icon {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #CACED0;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.click-to-upload {
    color: #2D837E;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.attachment-new {
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #CACED0;
    background: var(--background-light);
}

.uploaded-file-container-new {
    height: 72px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #CACED0;
    background: var(--background-light);
}

.vm--container.scrollable .vm--modal {
    top: 90px !important;
    height: auto !important;
}

.vm--container.expense-view-modal .vm--modal {
    top: 218px !important;
    height: auto !important;
    left: 945px !important;
}



/* .placeholder-text{
font-size: 20px;
font-weight: 600;
line-height: 1.5;
letter-spacing: 0.69px;
align-items: center;
color: #130e0e;
opacity: 0.35;
display: flex;
justify-content: center;
height: 300px;
background: #fff !important;
border:1px solid #CACED0 !important;
border-radius: 8px !important;

} */
.popup-modal-all-width-height-addon-section .vm--modal,
.popup-modal-all-width-height-storage-structure .vm--modal,
.popup-modal-all-width-height .vm--modal,
.popup-modal-all-width-height-add-building .vm--modal,
.popup-modal-all-width-height-qty-breakdown .vm--modal,
.view-attachments-popup-ui-fix .vm--modal,
.cancellation-popup-ui-fix .vm--modal,
.cancellation-reject-popup-ui-fix .vm--modal,
.view-signature-popup-ui-fix .vm--modal {
    height: auto !important;
    -webkit-max-height: unset !important;
    max-height: unset !important;
    margin: 0 auto !important;
    top: 125px !important;
    bottom: auto !important;
    -webkit-max-width: unset !important;
    max-width: 1440px !important;
    width: 100% !important;
    /* -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important; */
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
}




.progressCircle {
    width: 20px;
    height: 25px;
    /* position: relative; */
}

.circle-background {
    stroke: #e6e6e6;
    stroke-width: 3;
}

.circle-progress {
    stroke: #4caf50;
    stroke-width: 5;
    stroke-linecap: round;
    transition: stroke-dasharray 0.3s ease;
}

.error-upload .circle-progress {
    stroke: red;
}

.new-modal-small-new-theme.clock-in-modal .vm--modal{
    border-radius: 30px !important;
    width: 40% !important;
    left: 30% !important;
    right: 30% !important;
}
.new-modal-small-new-theme.clock-out-modal .vm--modal{
    border-radius: 6px !important;
    width: 80% !important;
    left: 10% !important;
    right: 10% !important;
    top: 24px !important;
}
.new-modal-small-new-theme.summary-modal .vm--modal{
    border-radius: 6px !important;
    width: 50% !important;
    left: 25% !important;
}
.revenuechart .apexcharts-bar-series.apexcharts-plot-series .apexcharts-series path {
    clip-path: inset(0 0 5% 0 round 20px)
}
.apexcharts-legend{
    overflow: hidden !important;
}
.legend-item-label {
    display: inline-block;
    min-width: 75px;
    font-size: 15px;
}

.legend-item-value {
    display: inline-block;
    min-width: 25px;
    text-align: right;
    font-size: 20px;
}

.new-btn-create-green:disabled{
    background: #2D837E !important;
    cursor: no-drop !important;
    color: white;
    box-shadow: 0 4px 8px #E6F4F1 !important; 
}
.text-link{
    color: #004488 !important ;
}
/* .list-group{
    background-color: transparent !important;
    padding: 6px;
    border-radius: 50%;
    display: inline;
} */
 .list-group {
  background-color: #E4E7E9; /* fallback background */
  padding: 6px;
  border-radius: 50%;
  display: inline-block;
  object-fit: cover;
}

.profile-img {
  background-color: transparent !important;
  padding: 0;  /* no padding for real profile pic */
  border-radius: 50%;
  display: inline-block;
  object-fit: cover; /* keeps profile pic nicely cropped */
}
.admin-dashboard .arrow-top-right{
    padding: 5px;
    background-color: #FF7900;
}

.admin-dashboard .arrow-top-right-white{
    padding: 4px;
    background-color: #fff;
}

.admin-dashboard .arrow-top-right-green{
    padding: 5px;
    background-color: #2D837E;
}

.pink-card{
    background-color: #DC2555;
}
.pink-card-new {
    background-color: #0E6F9B;
    color: #fff;
}
iframe#webpack-dev-server-client-overlay{
    display: none !important;
}


/* .onboard-profile{
    display: inline-flex;
    align-items: center;
    gap: 0px;
    border-radius: 12px;
    background: #E4E7F9;
    width: 100%;
    overflow: scroll;
} */
.onboard-profile {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    border-radius: 12px;
    width: 100%;
    overflow: scroll;
    background: #E4E7E9 !important;
    border: 1px solid #0F73B63B !important;
    box-shadow: 0px 4px 4px 0px rgba(177, 196, 242, 0.45) !important;
}
.onboard-profile div{
    padding: 18px 0px;
    white-space: nowrap;
    border-bottom: 5px solid #FFF0;
}
.list-count-success{
    /* display: flex; */
    width: 24px;
    height: 24px;
    padding: 4px 10px;
    margin-right: 6px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    background: var(--Light-Blue, #004488);
}
.list-count-pending{
    /* display: flex; */
    width: 24px;
    height: 24px;
    padding: 4px 10px;
    margin-right: 6px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50%;
    color: #000;
    font-weight: 500;
    background-color: #fff;
}

.mx-input:disabled, .mx-input.disabled {
    background-color: #f4f4f4 !important;
    cursor: not-allowed;
}

.month-year {
    width: 200px !important
}
.month-year .mx-input-wrapper .mx-input{
    background-color: transparent !important;
    border-bottom: .5px solid #000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.month-year .mx-input-wrapper .mx-icon-calendar{
    top: 60% !important
}

.list-count-aftesucsess{
    /* display: flex; */
    width: 24px;
    height: 24px;
    padding: 4px 10px;
    margin-right: 6px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    background: var(--Light-Blue, #004488);
}

.table-list tbody tr th{
    background-color: #fff !important;
}
.table-list tbody tr td{
    overflow: visible;
}
.mx-table th,
.mx-table td{
    text-align: center !important;
}
.overflow-visible.vm--container.scrollable .vm--modal{
    overflow: visible !important;
    border-radius: 15px !important;
}
.table-list .mx-icon-calendar, .mx-icon-clear{
    top: 56% !important;
    right: 8px !important;
}
.mx-icon-calendar, .mx-icon-clear {
    font-size: 20px !important;
}
.mx-table-date .today{
    color: #00448b !important;
}
.mx-calendar-content .cell.active{
    color: #fff;
    background-color: #000 !important;
}
.date-select.custom-font .mx-input-wrapper .mx-input,
.mx-input-wrapper .mx-input  {
    font-size: 13px !important;
    font-weight: 400 !important;
    display: flex;
    padding: 15.5px 56px 15.5px 14px;
    align-items: center;
    align-self: stretch;
    border-radius: 8px !important;
    border: 1px solid #C0D9EA !important;
    background: #FFF !important;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    height: 54px !important;
    width: 100% !important;
    transition: transform 0.5s ease;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15) !important;
}
/* .date-select.custom-font .mx-input-wrapper .mx-input:hover{
    border-radius: 8px !important;
    border: 1px solid #004488 !important;
    background: #FFF !important;
} */
.date-select .mx-input-wrapper .mx-input:disabled {
    background: #F4F4F4 !important;
}
.multiselect.select-bg-not-allowed-on-disable .multiselect__select{
    background-color: #fff !important;
    margin-top: 0px !important;
    cursor: not-allowed !important;
}
.dashboard_multiselect .multiselect__tags{
    background: transparent;
    border: none !important;
    border-bottom: 1px solid #000 !important;
}
.dashboard_multiselect .multiselect__tags .multiselect__input{
    background: transparent;
}
.dashboard_multiselect.multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element {
    font-size: 14px;
}
table.dashboard-attendance-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}
table.dashboard-attendance-table th, td {
    padding: 5px;
    text-align: left;
    font-weight: 500 !important;
    color: var(--Text-text-primary, #000);
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
}
table.dashboard-attendance-table td {
    max-width: 75px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
table.dashboard-attendance-table th {
    background-color: #E6EBF4;
}
.gap-point5rem{
    gap: .5rem
}

.diginewtheme-multiselect .multiselect__select{
    top: 8px !important
}
.diginewtheme-multiselect .multiselect__tags{
    height: 50px;
    border-radius: 8px !important;
    padding: 3px 40px 0 8px !important;
}
/* #E4E7E9 */
.digi-timepicker.vue__time-picker{
    width:100%;
}
.digi-timepicker.vue__time-picker input.display-time{
    display: flex;
    padding: 15.5px 56px 15.5px 14px;
    align-items: center;
    align-self: stretch;
    border-radius: 8px !important;
    border: 1px solid #CACED0 !important;
    background: #FFF !important;
    color: #5E656A !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    width: 100% !important;
    height: 100% !important;
    transition: transform 0.5s ease;
}
.input-field-new:disabled,
.input-field-new.disabled{
    background-color: #F4F4F4 !important;
    cursor: not-allowed !important;
}
.digi-timepicker.vue__time-picker input.display-time:disabled, 
.digi-timepicker.vue__time-picker input.display-time.disabled{
    background-color: #F4F4F4 !important;
    cursor: not-allowed !important;
}
.digi-timepicker.vue__time-picker .dropdown,
.digi-timepicker.vue__time-picker .dropdown.drop-up{
    top:auto !important;
    bottom: auto !important;
}
.digi-timepicker.vue__time-picker  ul li{
    padding: .5em 0 !important
}
.vue__time-picker .dropdown ul li:not([disabled]).active, 
.vue__time-picker .dropdown ul li:not([disabled]).active:hover, 
.vue__time-picker .dropdown ul li:not([disabled]).active:focus, 
.vue__time-picker-dropdown ul li:not([disabled]).active, 
.vue__time-picker-dropdown ul li:not([disabled]).active:hover, 
.vue__time-picker-dropdown ul li:not([disabled]).active:focus{
    background-color: #004488 !important;
}
[class^="digi-timepicker"], [class*=" digi-timepicker"] {
    font-family: "Poppins", "Helvetica Neue", sans-serif !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15) !important;
    border-radius: 10px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.diginewtheme-multiselect.multiselect--disabled .multiselect__tags,
.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select{
    background-color: #F4F4F4 !important;
}
.prefix-input > div {
    height: 54px;
    background-color: #f1f1f1 !important;
    color: #303031;    
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: solid 0.3px #CACED0 !important;
}
.prefix-input > input {
    height: 54px;
} 
.multiselect.multiselect--disabled .multiselect__tags{
    background: #F4F4F4 !important;
}
.filter-date.el-date-editor .el-range-separator{
    width: 10% !important
}
.vdp-datepicker input{
    display: flex;
    padding: 15.5px 56px 13.1px 14px;
    align-items: center;
    align-self: stretch;
    border-radius: 8px !important;
    border: 1px solid #CACED0 !important;
    background: var(--background-light) !important;
    width: 100% !important;
    color: var(--text-black-to-white) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    width: 100% !important;
    transition: transform 0.5s ease;
}
.vdp-datepicker input:disabled{
    background-color: #F4F4F4 !important;
    cursor: not-allowed !important
}
.mx-datepicker.disabled .mx-input-wrapper,
.new-theme-text-field .mx-datepicker .mx-input-wrapper .mx-input:disabled{
    /* background-color: #F4F4F4 !important; */
}
.el-checkbox__label{
    font-weight: 500;   
}
.word-break{
    word-wrap: break-word;
}
.mx-width-220{
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.otp-input {
    border: 1px solid rgba(0, 0, 0, 0.41) !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 5px !important;
    text-align: center !important;
    margin-right: 15px !important;
}
.otp-input-auth {
    border: 0px solid rgba(0, 0, 0, 0.41) !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 5px !important;
    text-align: center !important;
    margin-right: 15px !important;
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16) !important;
    background-color: #fff !important;
    font-weight: 500 !important;
}
.otp-input-warning {
    border: 1px solid #ff3b3b !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 5px !important;
    text-align: center !important;
    margin-right: 15px !important;
}


/* .onboard-profile{
    padding: 15px 20px 0px;
} */
.not-selected{
    padding-bottom:10px;
}
.selected_tab{
    border-bottom: 5px solid #29417C !important;
    padding-bottom: 10px;
}
.selected_tab span {
    color: #29417C;
}
.info-card{
    width: 250px;
    height: 100vh;
    background-color: #E6EBF4;
    border: 0.5px solid #D9D9D9;
    padding: 20px;
    border-radius: 8px;
}
.info-card-new {
    width: 250px;
    height: 100vh;
    background: #F5F7F9 !important;
    border: 1px solid #0F73B63B !important;
    box-shadow: 0px 4px 4px 0px rgba(177, 196, 242, 0.45) !important;
    padding: 20px;
    border-radius: 8px;
}
.info-card .profile_pic{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin: 0px auto 10px;
    display: block;
}
.info-card-new .profile_pic{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin: 0px auto 10px;
    display: block;
}
.overflowing-text{
    text-overflow: ellipsis;
    overflow: hidden;
}
.acknowledged-data{
    background-color: #E6EBF4;
    border: 0.5px solid #D9D9D9;
    padding:20px;
    border-radius: 10px;
}
.acknowledged-data .sub-header-logo{
    background-color: #7AAD4B;
    padding: 10px;
    width: fit-content;
    border-radius: 100%;
}
.not-accessable{
    opacity: .5;
    cursor: not-allowed;
}
.daterange-el-picker.el-input__inner{
    height: 50px !important;
    border-radius: 10px
}
.daterange-el-picker.el-date-editor .el-range-separator{
    margin-top: 10px !important
}
input[type="file"]{
    display: none;
}
.vm--overlay{
    pointer-events: none;
}
section .rowcustom .card-new.uniform-iconBox .box .icon .iconBox,
section .container .card-new.uniform-iconBox .box .icon .iconBox {
    background: #E6EBF4;
}
.otp-input {
    border: 1px solid rgba(0, 0, 0, 0.41) !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 5px !important;
    text-align: center !important;
    margin-right: 15px !important;
}
.grey-box{
    background-color: #E6EBF4;
    padding:15px
}
.grey-box-new {
    background-color: #f5f7f9;
    padding:15px
}
.grey-box-new-border {
    background-color: #f5f7f9;
    padding:15px;
    border-left: 1px solid #0F73B63B;
    box-shadow: 0px 4px 4px 0px rgba(177, 196, 242, 0.45) !important;
}
.on-time-indicator{
    background-color: #4F98F7;
}
.late-arrival-indicator{
    background-color: #7E5FE6;
}
.on-leave-indicator{
    background-color: #AD95F3;
}
.other-incomes-indicator{
    background-color: #E6F4F1;
}
.resigned-indicator{
    background-color: #0997DC;
}
.joined-indicator{
    background-color: #5BCFF2;
}
.bonuses-incentives-indicator{
    background-color: #5096F7;
}
.days_on_time_indicator{
    background-color: #2E4378;
}
.days_late_indicator{
    background-color: #415484;
}
.days_on_leave_indicator{
    background-color: #66769C;
}

.admin-dashboard .card-status-box{
    background: rgb(220, 37, 85);
    margin: 10px 0 auto;
    border-radius: 20px;
    padding: 5px 10px;
    color: #fff;
}

.admin-dashboard .shareholder_documents_date{
    color: #F15757;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.documents-on-priority-indicator{
    background-color: #FF7900;
}
.documents-yet-to-sign-indicator{
    background-color: #DC2555;
}
.documents-signed-indicator{
    background-color: #546950;
}
.salary-payout-indicator{
    background-color: #2D837E;
}
.documents-on-priority-indicator,
.documents-yet-to-sign-indicator,
.documents-signed-indicator,
.resigned-indicator,
.joined-indicator,
.on-time-indicator,
.late-arrival-indicator,
.days_on_leave_indicator,
.days_late_indicator,
.days_on_time_indicator,
.bonuses-incentives-indicator,
.salary-payout-indicator,
.other-incomes-indicator,
.on-leave-indicator{
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.h-100{
    height: 100% !important;
}
.h-100px{
    height: 100% !important;
}
.h-560px{
    height: 560px !important;
}
.h-400px{
    height: 400px !important;
}
.w-400px{
    width: 400px !important;
}
.h-10rem{
    height: 10rem !important;
}
.h-25em{
    height: 25em !important;
}
.h-26em{
    height: 26em !important;
}
.success-colour-text {
    color: #388e3c !important;
}
.warning-colour-text {
    color: #FF9800 !important;
}
.danger-colour-text {
    color: #F44336 !important;
}
.success-colour{
    background-color: #388E3C;
}
.warning-colour{
    background-color: #FF9800;
}
.danger-colour{
    background-color: #F44336;
}
.appr-btn{
    background-color: #388e3c !important;
    border-radius: 6px;
    color: #fff;
    width: 100px;
    text-align: center;
    height: 30px;
}
.content-block-router{
    margin-left: 115px;
    margin-right: 10px;
}
.payslip-popup.vm--container.scrollable .vm--modal{
    width: 90% !important;
    left: 5% !important;
    right: 5% !important;
}
.payslip-popup.vm--container.scrollable .new-modal-small .vm--modal{
    width: 600px !important;
    transform: translate(70%, 30%);
}
.fs-20{
    font-size: 20px !important;
}
.fs-21{
    font-size: 21px !important;
}
.rotate-180deg{
    transform: rotate(180deg);
}

.lms_module .cancel-leave{
    border-radius: 5px;
    background-color: #000000;
    color: #fff;
    padding: 5px;
    width: 100px;
}
.lms_module .cancellation-leave-pending {
  border-radius: 5px;
  background-color: #FFB347;
  color: #000;
  padding: 5px;
  width: 180px;
}
.lms_module .pending_button{
    border-radius: 5px;
    padding: 5px;
    background-color: #FDC500;
    color: #000;
    width: 100px;
}
.lms_module .approved{
    border-radius: 5px;
    background-color: #11645F;
    color: #fff;
    padding: 5px;
    width: 100px;
}
.lms_module .rejected{
    border-radius: 5px;
    background-color: #B20A36;
    color: #fff;
    padding: 5px;
    width: 100px;
}
.pending{
    border-radius: 5px;
    color: #000;
    padding: 5px;
    width: 100px;
    background-color: #FDC500;
}
.new-btn-brand-secondary-outline{
    display: flex;
    padding: 10px;
    width: 240px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background-color: #fff;
    border: 1px solid #004488;
    color: #004488;
}
.new-btn-brand-secondary-outline:hover{
    background-color: #004488;
    color: #fff
}
.w-100{
    width: 100% !important
}
.w-10{
    width: 10% !important
}
.w-33{
    width: 33%;
}
.w-94p9{
    width: 94.9% !important;
}
.w-90{
    width: 90% !important
}
.w-20rem{
    width: 20rem !important
}
.w-50px{
    width: 50px !important;
}
.min-w-175px{
    min-width: 175px !important;
}
.h-50px{
    height: 50px !important;
}
.w-100px{
    width: 100px;
}
.w-10px{
    width: 10px;
}
.w-35per{
    width: 35%;
}
.h-200px{
    height: 200px;
}
.h-300px{
    height: 300px;
}
.h-20em{
    height: 20em;
}
.h-395px{
    height: 395px;
}
.h-245px{
    height: 245px;
}
.h-53px{
    height: 53px !important;
}
.mh-245px{
    min-height: 245px;
}
.min-h-535px{
    min-height: 535px;
}
.min-w-200px{
    min-width: 200px !important;
}
.min-h-100px{
    min-height: 100px !important;
}
.min-w-100px{
    min-width: 100px !important;
}
.min-h-450px{
    min-height: 450px;
}
.min-h-325px{
    min-height: 325px;
}
.min-h-500px{
    min-height: 500px !important;
}
.min-h-90per{
    min-height: 90%;
}
.min-h-94px{
    min-height: 94px;
}
.h-193px{
    height: 193px;
}
.min-h-115px {
    min-height: 115px;
}
.bottom-0px{
    bottom: 0px;
}
.top-0px{
    top: 0px !important;
}
.top-5px{
    top: 5px !important;
}
.top-20px{
    top: 20px !important;
}
.left-30px{
    left: 30px !important;
}
.left-20px{
    left: 20px !important
}
.h-120px{
    height: 120px;
}
.position-absolute-top-right-0px{
    position: absolute;
    top: 0px;
    right: 0px;
}
.employee-optional-popup .pos-center{
    position: absolute;
    left:45%;
}
.position-absolute-bottom-32px-right-7px{
    position: absolute;
    bottom: 32px;
    right: 7px;
}
.position-absolute-right-7px{
    position: absolute;
    right: 7px;
}
.position-absolute-top-8px-right-5px{
    position: absolute;
    top: 8px;
    right: 5px;
}
.position-absolute-top-right-5px{
    position: absolute;
    top: 5px;
    right: 5px;
}
.position-absolute-top-45px-right-20px{
    position:absolute;
    right: 20px;
    top:45px;
}
.position-absolute-top-49px-right-20px{
    position:absolute;
    right: 20px;
    top:49px;
}
.position-absolute-right-40px{
    position: absolute;
    right: 40px;
}
.position-absolute-top-20px-right-15px{
    position: absolute;
    right: 15px; 
    top: 20px;
}
.position-absolute-top-10px-right-15px{
    position: absolute;
    right: 15px; 
    top: 10px;
}
.position-absolute-bottom-16px-right-12px{
    position: absolute;
    right: 12px; 
    bottom: 16px;
}
.position-absolute-right-40px-bottom-minus-15{
    position: absolute;
    right: 40px;
    bottom: -15px;
}

.text-align-end{
    text-align: end;
}

.clocked-images{
    padding: 20px;
    background: #E6EBF4;
    border-radius: 10px;
}
.light-blue-card{
    background: var(--light-blue-card);
}
.dirt-color-card{
    background: var(--dirt-color-card);
}
.eisenhower-matrix .em-top-left-box{
    width:50%;
    height:50%;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff
}
.eisenhower-matrix .em-top-right-box{
    width:50%;
    height:50%;
    border-bottom:2px solid #fff
}
.eisenhower-matrix .em-bottom-left-box{
    width:50%;
    height:50%;
    border-right:2px solid #fff
}
.eisenhower-matrix .em-bottom-right-box{
    width:50%;
    height:50%
}
@media (min-width: 1400px) {
    .otp-input, .otp-input-warning {
        width: 44px !important;
        height: 44px !important;
        margin-right: 32px !important;
    }
}
@media (min-width: 1280px) {
    .otp-input, .otp-input-warning {
        width: 44px !important;
        height: 44px !important;
        margin-right: 24px !important;
    }
}
@media (min-width: 960px) {
    .otp-input, .otp-input-warning {
        width: 40px !important;
        height: 40px !important;
        margin-right: 26px !important;
    }
}
@media (min-width: 600px) {
    .otp-input, .otp-input-warning {
        width: 36px !important;
        height: 36px !important;
        margin-right: 21px !important;
    }
}
@media screen and (max-width: 992px) {
    .content-block-router{
        margin-left: 100px;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(1000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.fadeInUp{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.overflow-visible{
    overflow: visible !important;
}
.overflow-auto{
    overflow: auto !important;
}
.overflow-y-auto{
    overflow-y: auto !important;
}
.overflow-y-auto-160px{
    max-height: 160px;
    overflow-y: auto !important;
}
.overflow-scroll-maxht-265px{
    overflow: scroll;
    max-height:265px
}
.display-none{
    display: none !important;
}
.overflowing-150px{
    text-overflow: ellipsis !important;
    overflow: hidden;
    width: 150px !important
}
.cursor-notallowed{
    cursor: not-allowed !important;
}
.mx-auto{
    margin: 0 auto;
}
.m-0{
    margin: 0;
}
.padt-30px{
    padding-top:30px;
}
.box-shadow-tr{
    box-shadow:0 1.5px 6px 0 rgba(0, 0, 0, 0.16);
}
.max-content{
    width: max-content;
    min-width: max-content;
}
.remove-asset-alert .half-circle-spinner-loader,
.delete-leave .half-circle-spinner-loader{
    position: absolute;
    top:10px;
    right:5px
}
.admin-dashboard .half-circle-spinner-loader{
    margin: 0px auto;
    position: absolute;
    top:10px;
    left: 100px;
}
.attendance-card-dark{
    /* background-color: #403D39 !important; */
    background-color: #0E6F9B !important;
}
.date-circle-position{
    top:6px !important;
}
.bg-switch-off-bg{
    background-color: #E6EBF4;
    border-color: transparent;
}
.pay_status_switch.el-switch.is-checked .el-switch__core{
    border-color: #11645F !important;
    background-color: #11645F !important;
}
.lh-2p4rem{
    line-height: 2.4rem;
}
.lh-1p8{
    line-height: 1.8;
}
.lh-2p6{
    line-height: 2.6
}
.lh-36px{
    line-height: 36px
}
.lh-15px{
    line-height: 15px
}
.left-55per{
    left: 55% !important
}
.left-60per{
    left: 60% !important
}
.left-3px{
    left: 3px;
}
.text-length-position-35px{
    color: #747374;
    position: absolute;
    right:35px;
}
.table-collapse-x-15px{
    border-collapse: separate; 
    border-spacing: 0px 15px;
    padding:0px 4px
}
.table-collapse-x-10px{
    border-collapse: separate; 
    border-spacing: 10px 0px;
    padding:0px 4px
}
.table-collapse-x-2px{
    border-collapse: separate; 
    border-spacing: 0px 2px;
    padding:0px 4px
}
.table-collapse-x-25px{
    border-collapse: separate; 
    border-spacing: 0px 25px;
    padding:0px 4px
}
.p-x-0-y-4px{
    padding:0px 4px
}
.w-320px{
    width: 320px !important;
}
.max-w-320px{
    max-width: 320px !important;
}
.max-w-60per{
    max-width: 60% !important;
}
.max-w-100per{
    max-width: 100% !important;
}
.border-tl-bl-0px {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.border-tl-12px {
    border-top-left-radius: 12px !important;
}
.border-tr-12px {
    border-top-right-radius: 12px !important;
}
.border-bl-12px {
    border-bottom-left-radius: 12px !important;
}
.border-br-12px {
    border-bottom-right-radius: 12px !important;
}
.new-modal-default{
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}
.dropdown-year-select option {
    padding: 8px;
    background-color: #fff;
    color: #333;
    font-size: 16px;
}
.dropdown-year-select option:checked {
    background-color: #000;
    color: white;
}

.dropdown-year-select:focus {
    border-color: #4CAF50;
    outline: none;
}
.color-icon-notification{
    width: 76%;
    height: 76%;
    font-size: 35px !important;
}
.w-240px{
    width: 240px !important; 
}

.selected-route{
    background: linear-gradient(135deg, #000 0%, #656565 100%) !important;
}
.selected-route .color-icon{
    color: var(--text-white-to-black) !important;
}
.search-input-new-box{
    outline: none;
}
/* .expandIcon-middle-bg{
    background:rgb(17, 100, 95) !important
} */

.expandIcon-last-bg{
    background: rgb(47, 64, 60) !important;
}
.main-content-inner-data-header-active {
    /* padding: 7px 33px 7px 33.5px; */
    border-bottom: solid 5px #29417C;
    color: #29417C;
}
.vertical-align-bottom{
    vertical-align: bottom;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.rowcustom{
    display: flex !important;
    gap: 2.5rem !important;
    flex-wrap: wrap;
}
.rowcustom .col-20per{
    width: 18%;
}
.rowcustom .col-25per{
    width: 25%;
}
.rowcustom .col-33per{
    width: 33.333333%;
}
.rowcustom .col-30per{
    width: 30%;
}
.rowcustom .col-40per{
    width: 38%;
}
.rowcustom .col-50per{
    width: 48%;
}
.rowcustom .col-100per{
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .rowcustom .col-20per{
        width: 48%;
    }
    .rowcustom .col-33per{
        width: 48%;
    }
    .rowcustom .col-30per{
        width: 48%;
    }
    .rowcustom .col-40per{
        width: 48%;
    }
    .rowcustom .col-50per{
        width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .rowcustom .col-25per{
        width: 50%;
    }
    .rowcustom .col-20per{
        width: 100%;
    }
    .rowcustom .col-33per{
        width: 100%;
    }
    .rowcustom .col-30per{
        width: 100%;
    }
    .rowcustom .col-40per{
        width: 100%;
    }
    .rowcustom .col-50per{
        width: 100%;
    }
    .rowcustom .col-100per{
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .rowcustom .col-25per{
        width: 100%;
    }
    .rowcustom .col-20per{
        width: 100%;
    }
    .rowcustom .col-33per{
        width: 100%;
    }
    .rowcustom .col-30per{
        width: 100%;
    }
    .rowcustom .col-40per{
        width: 100%;
    }
    .rowcustom .col-50per{
        width: 100%;
    }
    .rowcustom .col-100per{
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    table.dashboard-attendance-table thead {
        display: none;
    }
    table.dashboard-attendance-table tr {
        display: block;
        margin-bottom: 10px;
    }
    table.dashboard-attendance-table td {
        display: block;
        text-align: right;
        position: relative;
        padding-left: 50%;
    }
    table.dashboard-attendance-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        text-align: left;
        font-weight: bold;
    }
}
.employee-info-details{
    background-color: #E6EBF4;
    border: 0.5px solid #D9D9D9;
    padding:20px;
    border-radius: 10px;
}
.employee-info-details .sub-header-logo{
    background-color: #7AAD4B;
    padding: 10px;
    width: fit-content;
    border-radius: 100%;
}
.employee-info-details .asset-cards{
    background-color: #E6EBF4;
    border: 0.5px solid #D9D9D9;
    padding:20px;
    border-radius: 10px;
}
.employee-info-details .asset-cards:first-child{
    margin-top: 0px !important;
}

.employee-info-details-new {
    background: #F5F7F9 !important;
    border: 1px solid #0F73B63B !important;
    box-shadow: 0px 4px 4px 0px rgba(177, 196, 242, 0.45) !important;
    /* padding:20px; */
    border-radius: 10px;
}
.employee-info-details-new .sub-header-logo{
    background-color: #7AAD4B;
    padding: 10px;
    width: fit-content;
    border-radius: 100%;
}
.employee-info-details-new .asset-cards{
    background-color: #fff;
    border: 0.5px solid #D9D9D9;
    padding:20px;
    border-radius: 10px;
}
.employee-info-details-new .asset-cards:first-child{
    margin-top: 0px !important;
}
.text-edit{
    color: #7AB221
}
.info-description,
.info-label{
    color: #000 !important;
}
.file-bg{
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
}
.height-53px {
    height: 53px !important;
}
.pos-8px {
    position: absolute;
    top: 7px !important;
}
hr {
    border: 0;
    height: 1px;
    background-color: #cecece;
    width: 100%;
    margin: 10px auto;
}