:root{--background:#fff;--foreground:#171717;--textColor:#000;--theme-bg:#ebf0f0;--theme-text:#000;--theme-sidebar-bg:#fff;--theme-sidebar-hover:#f3fafd;--theme-header-bg:#fff;--theme-pages-bg:transparent;--theme-border:#e0e0e0;--theme-input-bg:#f0f0f0;--theme-input-text:#000;--theme-input-border:#d9d9d9;--theme-input-placeholder:#809fb8;--theme-card-bg:#fff;--theme-subtab-bg:#f9f9f9;--theme-skeleton-radius:1.2rem;--theme-skeleton-base:#f2f2f2;--theme-skeleton-highlight:#00002b15;--theme-list-grid-active-icon:#002245}[data-theme=dark]{--background:#0f1419;--foreground:#e8e8e8;--textColor:#e8e8e8;--theme-bg:#0f1419;--theme-text:#e8e8e8;--theme-sidebar-bg:#000;--theme-sidebar-hover:#1e2d3d;--theme-header-bg:#0e0e0f;--theme-pages-bg:#0e0e0f;--theme-border:#374151;--theme-input-bg:#1e2d3d;--theme-input-text:#fff;--theme-input-border:#374151;--theme-input-placeholder:#a0aec0;--theme-card-bg:#000;--theme-subtab-bg:#000;--theme-skeleton-radius:1.2rem;--theme-skeleton-base:#1e2d3da6;--theme-skeleton-highlight:#374151bf;--theme-selection-bg:#3b82f680;--theme-selection-color:#fff;--theme-list-grid-active-icon:#5b9be0}.form-control,.form-select,input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),textarea{background-color:var(--theme-input-bg);color:var(--theme-input-text);border-color:var(--theme-input-border)}.form-control::placeholder,.form-select::placeholder,input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button])::placeholder,textarea::placeholder{color:var(--theme-input-placeholder)}.form-control:focus,.form-select:focus,input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):focus,textarea:focus{background-color:var(--theme-input-bg);color:var(--theme-input-text);border-color:var(--theme-input-border);box-shadow:0 0 0 .2rem #00000014}.form-control:disabled,.form-select:disabled,input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):disabled,textarea:disabled{opacity:.7}[data-theme=dark] textarea::selection,[data-theme=dark] .form-control::selection,[data-theme=dark] input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button])::selection{background-color:var(--theme-selection-bg);color:var(--theme-selection-color)}.form-select option{background-color:var(--theme-input-bg);color:var(--theme-input-text)}.invoice-modal-back-list-btn{color:var(--theme-text);border:1px solid var(--theme-border);cursor:pointer;background-color:#0000;border-radius:.5rem;padding:.5rem 1.2rem;font-size:1.35rem;font-weight:500;transition:color .2s,border-color .2s,background-color .2s}.invoice-modal-back-list-btn:hover{background-color:var(--theme-border);color:var(--theme-text)}.invoice-modal-back-list-btn:focus{outline:none;box-shadow:0 0 0 2px #00000014}.payment-history-section{background-color:#f0f4f8;border:1px solid #e2e8f0}.payment-history-toggle{color:var(--theme-text);font-weight:600}.payment-history-toggle:hover{color:var(--theme-text);opacity:.85}.payment-receipt-col,.payment-receipt-link{min-width:0}.payment-receipt-link a{max-width:100%}.payment-receipt-link a .text-truncate{vertical-align:bottom;max-width:100%;display:inline-block}.bg-light{background-color:#dfe4ff!important}.bg-success{font-size:1.2rem;color:#065f46!important;background-color:#d1fae5!important}.bg-warning{font-size:1.2rem;color:#92400e!important;background-color:#fef3c7!important}.bg-info{font-size:1.2rem;color:#1e40af!important;background-color:#dbeafe!important}.payment-summary-card{border:1px solid #0000000f;border-radius:8px;transition:box-shadow .2s,transform .2s;overflow:hidden;box-shadow:0 2px 8px #0000000f}.payment-summary-card:hover{box-shadow:0 4px 16px #00000014}.payment-summary-card .payment-summary-card__body{justify-content:flex-start;align-items:center;min-height:80px;padding:1.6rem 1.4rem;display:flex}.payment-summary-card .payment-summary-card__content{align-items:center;gap:1.2rem;width:100%;display:flex}.payment-summary-card .payment-summary-card__icon-wrap{opacity:.92;background-color:#ffffff38;border:1px solid;border-radius:.45rem;flex-shrink:0;justify-content:center;align-items:center;width:4.2rem;height:4.2rem;display:inline-flex}.payment-summary-card .payment-summary-card__icon-wrap svg{width:2.2rem;height:2.2rem}.payment-summary-card .payment-summary-card__text{flex-direction:column;min-width:0;display:flex}.payment-summary-card .payment-summary-card__label{letter-spacing:.02em;text-transform:uppercase;opacity:.9;margin-bottom:.4rem;font-size:1.2rem;font-weight:500;display:block}.payment-summary-card .payment-summary-card__value{letter-spacing:-.02em;font-size:1.8rem;font-weight:700;line-height:1.2;display:block}.payment-summary-card.bg-info{background:linear-gradient(90deg,#e9f1ff 0%,#dce8ff 45%,#d2e2ff 100%)!important}.payment-summary-card.bg-info .payment-summary-card__icon-wrap{background-color:#3b82f61f;border-color:#3b82f647}.payment-summary-card.bg-success{background:linear-gradient(90deg,#d9f5ef 0%,#ccf1e8 45%,#c0ece1 100%)!important}.payment-summary-card.bg-success .payment-summary-card__icon-wrap{background-color:#10b9811f;border-color:#10b98147}.payment-summary-card.bg-warning{background:linear-gradient(90deg,#fff8dc 0%,#fff2c2 45%,#fde9aa 100%)!important}.payment-summary-card.bg-warning .payment-summary-card__icon-wrap{background-color:#f59e0b1f;border-color:#f59e0b47}html,body{background:var(--theme-bg);min-width:320px;max-width:100vw;height:100%;color:var(--theme-text);font-size:62.5%;transition:background-color .25s,color .25s;overflow-x:hidden}img,svg{max-width:100%;height:auto}body{color:var(--theme-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Varela Round,sans-serif}label{color:var(--theme-text)}*{box-sizing:border-box;margin:0;padding:0;font-size:1.4rem}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input,textarea,select{font-size:1.8rem}.input .inner .input-control.right-padding{font-size:1.4rem}a{color:inherit;font-size:1.4rem;text-decoration:none}ul{padding-left:0;list-style:none}ul,ol,p,h1,h2,h3,h4,h5,h6{color:var(--textColor);margin:0}h2,h3,h4,h5,h6{font-weight:600}h2,.h2{font-size:4.8rem}@media (max-width:1679px){h2,.h2{font-size:3.8rem}}@media (max-width:991px){h2,.h2{font-size:3rem}}@media (max-width:575px){h2,.h2{font-size:2.2rem}}h3,.h3{font-size:3.2rem}@media (max-width:1679px){h3,.h3{font-size:2.6rem}}@media (max-width:991px){h3,.h3{font-size:2.2rem}}@media (max-width:575px){h3,.h3{font-size:1.8rem}}h4,.h4{font-size:2.2rem}@media (max-width:1679px){h4,.h4{font-size:1.8rem}}@media (max-width:991px){h4,.h4{font-size:1.6rem}}@media (max-width:575px){h4,.h4{font-size:1.4rem}}h5,.h5{font-size:2rem}@media (max-width:1679px){h5,.h5{font-size:1.6rem}}@media (max-width:991px){h5,.h5{font-size:1.4rem}}@media (max-width:575px){h5,.h5{font-size:1.2rem}}h6,.h6{font-size:1.8rem}@media (max-width:1679px){h6,.h6{font-size:1.4rem}}@media (max-width:575px){h6,.h6{font-size:1.1rem}}p,.p{font-size:1.6rem}@media (max-width:1679px){p,.p{font-size:1.4rem}}@media (max-width:991px){p,.p{font-size:1.2rem}}@media (max-width:575px){p,.p{font-size:1rem}}small,.small{font-size:1.4rem}.fw-200{font-weight:200}.fw-300{font-weight:300}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700,.fw-800{font-weight:700}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}.custom-modal{background:#00000080}.multi-code{margin-top:1.5rem;margin-bottom:3.6rem}@media (max-width:1679px){.multi-code{margin-bottom:2rem}}.multi-code .error_message{text-align:center;margin-top:1.5rem}.multi-code .form-label{color:#002245;margin-bottom:1.2rem;font-size:1.8rem;font-weight:400}@media (max-width:1679px){.multi-code .form-label{margin-bottom:.4rem;font-size:1.4rem}}@media (max-width:575px){.multi-code .form-label{font-size:1.2rem}}.multi-code__field{display:flex!important}.multi-code__field input{color:#002245;text-align:center;background-color:#bbb;border:1px solid #bbb;border-radius:1rem;flex:1;min-width:2rem;height:5rem;margin:0 1.7rem;font-size:1.6rem}@media (max-width:1439px){.multi-code__field input{margin:0 1rem}}@media (max-width:991px){.multi-code__field input{margin:0 .5rem}}@media (max-width:575px){.multi-code__field input{height:4rem;margin:0 .25rem;font-size:1.2rem}}.multi-code__field input:focus-visible{outline:0}.multi-code__field input:focus{border-color:#002245}.multi-code__field input:first-child{margin-left:0}.multi-code__field input:last-child{margin-right:0}.multi-code--error input{color:#0e0f0c;background:#f0263c12;border-color:#f0263c}.multi-code--has-verified input{color:#0e0f0c;background:#0022451f;border-color:#002245;font-size:1.6rem}.dashboard_table{background-color:#fff;border-radius:.2rem;min-height:40rem;padding:3.8rem 3rem}@media (max-width:1679px){.dashboard_table{padding:2rem}}.dashboard_table .table_heading{justify-content:space-between;align-items:center;display:flex}.dashboard_table .view_btn{color:#002245;min-width:8.6rem;min-width:initial;padding:1.1rem 2.4rem 1.1rem 0;font-size:1.5rem}.dashboard_table .common_heading .filter_form{padding:0}.dashboard_table .common_heading_text{color:inherit;letter-spacing:-.02em}.dashboard_table .filters_employee{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex;position:relative}@media (max-width:991px){.dashboard_table .filters_employee{flex-flow:column wrap}}.dashboard_table .filters_employee .input{width:100%;min-width:27rem;max-width:30rem;margin-bottom:0}@media (max-width:991px){.dashboard_table .filters_employee .input{min-width:100%;max-width:100%}}.dashboard_table .filters_employee .input .inner .input-control{background-color:#0c9eda0d;border:0;border-radius:2.4rem;height:4.8rem;padding:0 1.5rem}.dashboard_table .filters_employee .designation-total-badge{white-space:nowrap;height:4.8rem;box-shadow:none;cursor:pointer;box-sizing:border-box;border-radius:2.4rem;align-self:center;align-items:center;margin-right:1.25rem;padding:0 1.5rem;font-size:1.4rem;font-weight:400;line-height:1;display:inline-flex;border:none!important}.dashboard_table .filters_employee .designation-total-badge--readonly{cursor:default}.dashboard_table .filters_employee .employees-download-report-btn.custom-button,.dashboard_table .filters_employee .filters-download-report-btn.custom-button{text-transform:none;box-sizing:border-box;flex:none;align-self:center;height:4.8rem;min-height:4.8rem;padding:0 1.6rem}.dashboard_table .filters_employee .employees-download-report-btn.custom-button .btn-icon,.dashboard_table .filters_employee .filters-download-report-btn.custom-button .btn-icon{border-radius:0;width:auto;min-width:0;height:auto;margin-right:.55rem}.dashboard_table .filters_employee .employees-download-report-btn.custom-button .btn-icon svg,.dashboard_table .filters_employee .filters-download-report-btn.custom-button .btn-icon svg{width:1.6rem;height:1.6rem}.dashboard_table .filters_employee.department-general-report-filters,.dashboard_table .filters_employee.department-team-report-filters{flex-wrap:wrap;align-items:center;margin-bottom:0}.dashboard_table .filters_employee.department-general-report-filters .common-select,.dashboard_table .filters_employee.department-team-report-filters .common-select{flex:0 auto;min-width:18rem;max-width:28rem}.dashboard_table .filters_employee.department-general-report-filters .common-select .react-select__control,.dashboard_table .filters_employee.department-team-report-filters .common-select .react-select__control{box-sizing:border-box;align-items:center;min-height:4.8rem;padding:0 1.6rem}.dashboard_table .filters_employee .designation-view-toggle{background:#fff;border:1px solid #0c9eda33;border-radius:2.4rem;flex-shrink:0;align-self:center;align-items:center;gap:.15rem;padding:.3rem;display:inline-flex;box-shadow:0 1px 3px #0000000f}.dashboard_table .filters_employee .designation-view-toggle__segment{color:#002245;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:2.15rem;min-height:4.2rem;padding:0 1.35rem;font-family:inherit;font-size:1.4rem;font-weight:500;line-height:1.2;transition:background-color .15s,color .15s}.dashboard_table .filters_employee .designation-view-toggle__segment:hover:not(.is-active){color:#0c9eda}.dashboard_table .filters_employee .designation-view-toggle__segment.is-active{color:#0c9eda;background:#eef2ff;font-weight:600}.dashboard_table .filters_employee .designation-view-toggle__segment:focus-visible{outline-offset:2px;outline:2px solid #0c9eda}.dashboard_table .filters_employee .common-select{width:100%;min-width:24rem;max-width:30rem}@media (max-width:991px){.dashboard_table .filters_employee .common-select{min-width:100%;max-width:100%}}.dashboard_table .employees-page-toolbar .employees-page-search-row.filters_employee{margin-bottom:0}@media (max-width:991px){.dashboard_table .employees-page-toolbar .employees-page-search-row.filters_employee{flex-direction:row}}.dashboard_table .employees-page-toolbar .employees-advanced-search-toggle{color:#0c9eda;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-top:.2rem;margin-left:1.5rem;padding:0;font-family:inherit;font-size:1.4rem;font-weight:600;text-decoration:none;display:inline-flex}.dashboard_table .employees-page-toolbar .employees-advanced-search-toggle:hover{color:#0056b3;text-decoration:underline}.dashboard_table .employees-page-toolbar .employees-advanced-search-toggle:focus-visible{outline-offset:2px;border-radius:2px;outline:2px solid #0c9eda}.dashboard_table .employees-page-toolbar .employees-advanced-search-toggle__icon{color:inherit;line-height:0;display:inline-flex}.dashboard_table .common-select.employee-select{min-width:30rem}.dashboard_table .common-select.employee-select .react-select__option{white-space:nowrap}.dashboard_table .advanced-search-filters-panel{box-sizing:border-box;border:1px solid #0c9eda38;border-radius:.9rem;margin-top:.45rem;padding:2.5rem .9rem}.dashboard_table .projects-page-filters-row.advanced-search-filters-panel,.dashboard_table .projects-page-filters-stack.advanced-search-filters-panel .projects-page-filters-row--main,.dashboard_table .employees-page-filters-row.advanced-search-filters-panel{flex-wrap:nowrap;align-items:center}@media (max-width:991px){.dashboard_table .projects-page-filters-row.advanced-search-filters-panel,.dashboard_table .projects-page-filters-stack.advanced-search-filters-panel .projects-page-filters-row--main,.dashboard_table .employees-page-filters-row.advanced-search-filters-panel{flex-wrap:wrap}}.dashboard_table .projects-page-filters-row.advanced-search-filters-panel .common-select,.dashboard_table .projects-page-filters-stack.advanced-search-filters-panel .projects-page-filters-row--main .common-select,.dashboard_table .employees-page-filters-row.advanced-search-filters-panel .common-select{flex:0 22rem;min-width:22rem;max-width:22rem}.dashboard_table .projects-page-filters-row.advanced-search-filters-panel .common-select .react-select__placeholder,.dashboard_table .projects-page-filters-row.advanced-search-filters-panel .common-select .react-select__single-value,.dashboard_table .projects-page-filters-stack.advanced-search-filters-panel .projects-page-filters-row--main .common-select .react-select__placeholder,.dashboard_table .projects-page-filters-stack.advanced-search-filters-panel .projects-page-filters-row--main .common-select .react-select__single-value,.dashboard_table .employees-page-filters-row.advanced-search-filters-panel .common-select .react-select__placeholder,.dashboard_table .employees-page-filters-row.advanced-search-filters-panel .common-select .react-select__single-value{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (max-width:991px){.dashboard_table .projects-page-filters-row.advanced-search-filters-panel .common-select,.dashboard_table .projects-page-filters-stack.advanced-search-filters-panel .projects-page-filters-row--main .common-select,.dashboard_table .employees-page-filters-row.advanced-search-filters-panel .common-select{flex:100%;min-width:100%;max-width:100%}}.dashboard_table .projects-page-filters-row.advanced-search-filters-panel .filters-download-report-btn.custom-button,.dashboard_table .projects-page-filters-stack.advanced-search-filters-panel .projects-page-filters-row--main .filters-download-report-btn.custom-button,.dashboard_table .employees-page-filters-row.advanced-search-filters-panel .filters-download-report-btn.custom-button{white-space:nowrap;padding:0 1.2rem}.multiSelectWrapper{max-width:80rem}.multiSelectWrapper .common-select .react-select__value-container{flex-wrap:nowrap!important}.multiSelectWrapper .common-select .react-select__multi-value{margin:0 .3rem 0 0}.multiSelectWrapper .common-select .react-select__multi-value__label{min-width:1rem;padding:0 .3rem;font-size:1.2rem}.multiSelectWrapper .common-select .react-select__multi-value__remove{min-width:2rem}.common-select .react-select__control{color:#0e0f0c;background-color:#0c9eda0d;border:0;border-radius:2.4rem;min-width:20rem;min-height:fit-content;padding:1.3rem 1.6rem}@media (max-width:1679px){.common-select .react-select__control{padding:1.05rem 1.6rem}}@media (max-width:767px){.common-select .react-select__control{padding:.7rem 1.3rem}}.common-select .react-select__control--is-disabled{cursor:not-allowed}@media (max-width:767px){.common-select .react-select__control{min-width:9rem}}.common-select .react-select__control--is-focused{box-shadow:none}.common-select .react-select__control:hover{border-color:#0e0f0c80}.common-select .react-select__control--menu-is-open .react-select__indicator{transform:rotate(180deg)}.common-select .react-select__placeholder{color:#6e6e73b3;font-size:1.4rem;font-weight:400}.common-select .react-select__input-container,.common-select .react-select__single-value{color:#000;text-transform:capitalize;text-overflow:ellipsis;white-space:nowrap;margin:0 .6rem 0 0;font-size:1.4rem;font-weight:400;line-height:normal;overflow:hidden}@media (max-width:1679px){.common-select .react-select__input-container,.common-select .react-select__single-value{font-size:1.4rem}}@media (max-width:767px){.common-select .react-select__input-container,.common-select .react-select__single-value{font-size:1.2rem}}.common-select .react-select__input-container--is-disabled,.common-select .react-select__single-value--is-disabled{color:#000}.common-select .react-select__input-container .d-block.text-muted.small,.common-select .react-select__single-value .d-block.text-muted.small{display:none!important}.common-select .react-select__value-container,.common-select .react-select__indicator{padding:0}.common-select .react-select__indicator-separator{display:none}.common-select .react-select__indicator svg{fill:#00002b;width:2rem!important;height:2rem!important}.common-select .react-select__menu{z-index:3;background:#fff;border:0 solid #ffffff14;border-radius:1.6rem;margin-top:0;font-size:2.6rem;overflow:hidden;box-shadow:0 0 1.6rem #0000001f}.common-select .react-select__option{white-space:normal;color:#000;text-transform:capitalize;word-break:break-all;text-align:left;padding:.8rem 1.6rem;font-size:1.4rem;font-weight:400}@media (max-width:1679px){.common-select .react-select__option{padding:.5rem 1.6rem;font-size:1.4rem}}@media (max-width:767px){.common-select .react-select__option{padding:.5rem 1.3rem;font-size:1.2rem}}.common-select .react-select__option--is-selected,.common-select .react-select__option:active{color:#000!important;background-color:#ffffff08!important}.common-select .react-select__option--is-focused{background-color:#0000}.common-select .react-select__option:hover{color:#000;background-color:#6e6e7314}.common-select .react-select__option--is-disabled{opacity:.5}.common-select .react-select__option--is-disabled:hover,.common-select .react-select__option--is-disabled:active{color:#000!important}.common-select .react-select__multi-value{border-radius:5rem}.common-select .react-select__multi-value__label{font-size:1.2rem}.common-select.error .react-select__control{background:#f0263c0d;border-color:#f0263c}.common-select.error .react-select__placeholder,.common-select.error .react-select__single-value{color:#f0263c}.common-select.input-filled .react-select__control{background:#0c9eda12;border-color:#0c9eda0d}.common-select.input-filled .react-select__control--is-disabled{color:#000;background-color:#6e6e73;border-color:#99b2c6}.dpStyle .react-datepicker-wrapper{width:100%}.dpStyle .react-datepicker-wrapper .react-datepicker{width:100%;font-family:Varela Round,sans-serif;font-size:1.4rem;font-weight:400}@media (max-width:1679px){.dpStyle .react-datepicker-wrapper .react-datepicker{font-size:1.2rem}}.dpStyle .react-datepicker-wrapper .react-datepicker__input-container{width:100%}.dpStyle .react-datepicker-wrapper .react-datepicker__calendar-icon{cursor:pointer;width:auto;height:auto;position:absolute;top:47%;right:1.6rem;transform:translateY(-50%);padding:0!important}@media (max-width:1679px){.dpStyle .react-datepicker-wrapper .react-datepicker__calendar-icon svg{width:1.6rem;height:1.6rem}}@media (max-width:767px){.dpStyle .react-datepicker-wrapper .react-datepicker__calendar-icon svg{width:1.3rem;height:1.3rem}}.dpStyle .react-datepicker-wrapper .react-datepicker__calendar-icon:hover svg path{fill:#0d6efd;fill-opacity:unset}.dpStyle .react-datepicker-wrapper .react-datepicker__close-icon{right:4rem}.dpStyle .react-datepicker-wrapper .react-datepicker__close-icon:after{vertical-align:baseline;box-sizing:border-box;color:#900;background-color:#0000;padding:0 0 0 1px;font-size:25px}.dpStyle .react-datepicker-wrapper .react-datepicker__current-month,.dpStyle .react-datepicker-wrapper .react-datepicker-time__header,.dpStyle .react-datepicker-wrapper .react-datepicker-year-header{color:#000;font-size:1.4rem;font-weight:500}.dpStyle .react-datepicker-wrapper .react-datepicker__day-name,.dpStyle .react-datepicker-wrapper .react-datepicker__day,.dpStyle .react-datepicker-wrapper .react-datepicker__time-name{color:#000;width:3.5rem;margin:.25rem;line-height:3.2rem}.dpStyle .react-datepicker-wrapper .react-datepicker__day-name--disabled,.dpStyle .react-datepicker-wrapper .react-datepicker__day--disabled,.dpStyle .react-datepicker-wrapper .react-datepicker__time-name--disabled{opacity:.5}.dpStyle .react-datepicker-wrapper .react-datepicker__day-names{padding-top:.8rem}.dpStyle .react-datepicker-wrapper .react-datepicker__day-name{font-weight:600}.dpStyle .react-datepicker-wrapper .react-datepicker__header{border-bottom-color:#00000040}.dpStyle .react-datepicker-wrapper .react-datepicker__day--selected,.dpStyle .react-datepicker-wrapper .react-datepicker__day--in-selecting-range,.dpStyle .react-datepicker-wrapper .react-datepicker__day--in-range,.dpStyle .react-datepicker-wrapper .react-datepicker__month-text--selected,.dpStyle .react-datepicker-wrapper .react-datepicker__month-text--in-selecting-range,.dpStyle .react-datepicker-wrapper .react-datepicker__month-text--in-range,.dpStyle .react-datepicker-wrapper .react-datepicker__quarter-text--selected,.dpStyle .react-datepicker-wrapper .react-datepicker__quarter-text--in-selecting-range,.dpStyle .react-datepicker-wrapper .react-datepicker__quarter-text--in-range,.dpStyle .react-datepicker-wrapper .react-datepicker__year-text--selected,.dpStyle .react-datepicker-wrapper .react-datepicker__year-text--in-selecting-range,.dpStyle .react-datepicker-wrapper .react-datepicker__year-text--in-range{color:#000;background-color:#0d6efd}.dpStyle .react-datepicker-wrapper .react-datepicker__day:hover,.dpStyle .react-datepicker-wrapper .react-datepicker__month-text:hover,.dpStyle .react-datepicker-wrapper .react-datepicker__quarter-text:hover,.dpStyle .react-datepicker-wrapper .react-datepicker__year-text:hover{color:#fff;background-color:#0d6efd}.dpStyle .react-datepicker-wrapper .react-datepicker__day--keyboard-selected,.dpStyle .react-datepicker-wrapper .react-datepicker__month-text--keyboard-selected,.dpStyle .react-datepicker-wrapper .react-datepicker__quarter-text--keyboard-selected,.dpStyle .react-datepicker-wrapper .react-datepicker__year-text--keyboard-selected{background-color:#0d6efd80}.dpStyle .react-datepicker-wrapper .react-datepicker__day--today,.dpStyle .react-datepicker-wrapper .react-datepicker__month-text--today,.dpStyle .react-datepicker-wrapper .react-datepicker__quarter-text--today,.dpStyle .react-datepicker-wrapper .react-datepicker__year-text--today{color:#000;background-color:#00000013;border-radius:.3rem;font-weight:700}.dpStyle .react-datepicker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.dpStyle .react-datepicker-wrapper .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{border-bottom-color:#000}.dpStyle .react-datepicker-wrapper .react-datepicker__navigation{top:1.2rem}.dpStyle .react-datepicker-wrapper .react-datepicker__navigation--years-previous{border:2px solid #900!important}.dpStyle .react-datepicker-wrapper .react-datepicker__navigation--previous{border:2px solid #900}.react-datepicker-popper .react-datepicker{font-size:1.2rem}.react-datepicker-popper .react-datepicker__days,.react-datepicker-popper .react-datepicker__week{padding:0 .8rem}.react-datepicker-popper .react-datepicker__year-option:first-child,.react-datepicker-popper .react-datepicker__year-option:last-child{padding:.5rem!important}.react-datepicker-popper .react-datepicker__year-option:first-child:hover,.react-datepicker-popper .react-datepicker__year-option:last-child:hover{background:0 0!important}.react-datepicker-popper .react-datepicker__year-option .react-datepicker__navigation--years-previous{border-top:0;border-bottom:2px solid #002245;border-left:2px solid #002245;border-right:0;width:1.1rem;height:1.1rem;margin-top:9px;padding-bottom:0;position:relative;top:-6px;transform:rotate(-44deg)}.react-datepicker-popper .react-datepicker__year-option .react-datepicker__navigation--years-upcoming{border-top:0;border-bottom:2px solid #0ba1d9;border-left:2px solid #0ba1d9;border-right:0;width:11px;height:11px;margin-bottom:.4rem;padding-bottom:0;position:relative;top:.5rem;transform:rotate(133deg)}.btn-plane{cursor:pointer;background:0 0;border:0;font-size:1.2rem}.react-datepicker .react-datepicker__day,.react-datepicker .react-datepicker__day-name{padding:.5rem 0}.react-datepicker .react-datepicker__day-name,.react-datepicker .react-datepicker__day,.react-datepicker .react-datepicker__time-name{width:4.5rem}.react-datepicker .react-datepicker__header{background:#edf9f9;border:0}button.editLeaveBtn{background:0 0;border:0;transition:all .25s;position:relative;top:-1rem}button.editLeaveBtn:hover{color:#002245}.rbc-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex!important}.rbc-btn-group button{margin:0 .5rem}.resetFilter{float:right;color:#000;background:0 0;border:0;border-bottom:1px solid #0000;margin-top:.6rem;transition:all .25s}.resetFilter:hover{color:#002245;border-bottom:1px solid #002245}.csvBtn{position:absolute;bottom:-1rem;right:1rem}@media (max-width:1000px){.csvBtn{bottom:-2.2rem}}.supportLink{color:#002245;border-bottom:1px solid #0000;font-weight:700;transition:all .25s;position:fixed;bottom:2rem;left:4.4rem}.supportLink:hover{color:#002245;border-bottom:1px solid #002245}.supportLink.loginSupportLink{color:#002245;background:0 0;border-bottom:1px solid #0000;padding:0;position:absolute;bottom:.7rem;left:auto;right:3.2rem}.supportLink.loginSupportLink:hover{color:#002245;border-bottom:1px solid #002245}.addRemove-btn{cursor:pointer;color:#000;background-color:#0000;border:1px solid #002245e0;border-radius:50%;justify-content:center;align-items:center;width:4.4rem;height:4.4rem;font-size:1.8rem;font-weight:700;transition:all .25s;display:flex}.addRemove-btn:hover{color:#fff;background:#002245}.addRemove-btn:disabled{opacity:.5;cursor:not-allowed}html:not([data-theme=dark]) .dashboard_table .custom-table__table.table td button.btn-icon.svg-icon-line,html:not([data-theme=dark]) .custom-table__table.table td button.btn-icon.svg-icon-line{color:#002245;background-color:#0000}html:not([data-theme=dark]) .dashboard_table .custom-table__table.table td button.btn-icon.svg-icon-line svg,html:not([data-theme=dark]) .dashboard_table .custom-table__table.table td button.btn-icon.svg-icon-line svg path,html:not([data-theme=dark]) .custom-table__table.table td button.btn-icon.svg-icon-line svg,html:not([data-theme=dark]) .custom-table__table.table td button.btn-icon.svg-icon-line svg path{stroke:currentColor;fill:none!important}html:not([data-theme=dark]) .dashboard_table .custom-table__table.table td button.btn-icon.svg-icon-line:hover:not(:disabled),html:not([data-theme=dark]) .dashboard_table .custom-table__table.table td button.btn-icon.svg-icon-line:focus-visible:not(:disabled),html:not([data-theme=dark]) .custom-table__table.table td button.btn-icon.svg-icon-line:hover:not(:disabled),html:not([data-theme=dark]) .custom-table__table.table td button.btn-icon.svg-icon-line:focus-visible:not(:disabled){color:#0c9eda!important;background-color:#0c9eda29!important}html:not([data-theme=dark]) .dashboard_table .custom-table__table.table td button.btn-icon.svg-icon-line:hover:not(:disabled) svg,html:not([data-theme=dark]) .dashboard_table .custom-table__table.table td button.btn-icon.svg-icon-line:hover:not(:disabled) svg path,html:not([data-theme=dark]) .dashboard_table .custom-table__table.table td button.btn-icon.svg-icon-line:focus-visible:not(:disabled) svg,html:not([data-theme=dark]) .dashboard_table .custom-table__table.table td button.btn-icon.svg-icon-line:focus-visible:not(:disabled) svg path,html:not([data-theme=dark]) .custom-table__table.table td button.btn-icon.svg-icon-line:hover:not(:disabled) svg,html:not([data-theme=dark]) .custom-table__table.table td button.btn-icon.svg-icon-line:hover:not(:disabled) svg path,html:not([data-theme=dark]) .custom-table__table.table td button.btn-icon.svg-icon-line:focus-visible:not(:disabled) svg,html:not([data-theme=dark]) .custom-table__table.table td button.btn-icon.svg-icon-line:focus-visible:not(:disabled) svg path{fill:none!important;stroke:#0c9eda!important}.custom-table__table.employees-list-table tr:hover td .employee-info-icon svg{stroke:#0a7a8a!important}.custom-table__table.employees-list-table tr:hover td .svg-icon-sm:not(.svg-icon-line) svg path{fill:#353945!important}.custom-table__table.employees-list-table tr:hover td .svg-icon-sm:not(.svg-icon-line):hover{background-color:#002245!important}.custom-table__table.employees-list-table tr:hover td .svg-icon-sm:not(.svg-icon-line):hover svg path{fill:#fff!important}.custom-table__table.employees-list-table tr:hover td .svg-icon-sm.svg-icon-line:hover:not(:disabled){color:#0c9eda!important;background-color:#0c9eda29!important}.custom-table__table.employees-list-table tr:hover td .svg-icon-sm.svg-icon-line:hover:not(:disabled) svg path{fill:none!important;stroke:#0c9eda!important}.btn-icon{cursor:pointer;background:0 0;border:0}.btn-icon:not(.blueBtn):not(.svg-icon-line) svg path{fill:currentColor!important}.btn-icon.svg-icon-line:not(.blueBtn){color:#002245;background-color:#0000}.btn-icon.svg-icon-line:not(.blueBtn) svg,.btn-icon.svg-icon-line:not(.blueBtn) svg path{stroke:currentColor;fill:none!important}.btn-icon.svg-icon-line:not(.blueBtn):hover:not(:disabled),.btn-icon.svg-icon-line:not(.blueBtn):focus-visible:not(:disabled){color:#0c9eda!important;background-color:#0c9eda29!important}.btn-icon.svg-icon-line:not(.blueBtn):hover:not(:disabled) svg,.btn-icon.svg-icon-line:not(.blueBtn):hover:not(:disabled) svg path,.btn-icon.svg-icon-line:not(.blueBtn):focus-visible:not(:disabled) svg,.btn-icon.svg-icon-line:not(.blueBtn):focus-visible:not(:disabled) svg path{fill:none!important;stroke:#0c9eda!important}.btn-icon:disabled svg path{stroke:#bdbdbd;cursor:not-allowed}.ar_modal__note{word-break:break-all;color:#000}.logsDateRange{z-index:1;background:#fff;width:100%;min-width:24.6rem;padding-right:.6rem;position:relative;box-shadow:0 0 .5rem}.logsDateRange .filter-row .input .inner .input-control{height:3.2rem;padding-left:.5rem;font-size:1.2rem}.logsDateRange .input-control{height:3.2rem!important;padding-left:1.4rem!important;font-size:1.2rem!important}.logsDateRange .dpStyle .react-datepicker-wrapper .react-datepicker__input-container svg{width:1.5rem!important}.logsDateRange button{background:0 0;border:0}.logsDateRange button svg{width:2.5rem}.logsDateRange button svg path{stroke:red}.logsDateRange button:hover svg path{stroke:#002245}.logsDateRange .input{margin-bottom:0}.employee-status-date-range.logsDateRange,.employee-status-date-range-grid.logsDateRange{box-shadow:none!important;min-width:unset!important;background:0 0!important;border:0!important;padding-right:0!important}.employee-status-date-range.logsDateRange .input,.employee-status-date-range.logsDateRange .dpStyle,.employee-status-date-range-grid.logsDateRange .input,.employee-status-date-range-grid.logsDateRange .dpStyle{height:4.8rem;box-shadow:none!important;border:0!important}.employee-status-date-range.logsDateRange .input-control,.employee-status-date-range-grid.logsDateRange .input-control{height:4.8rem!important}.customTabs .nav-tabs{border-bottom:0!important}@media (max-width:767px){.customTabs .nav-tabs .nav-item{margin-bottom:1rem}}.customTabs .nav-tabs .nav-link{border-radius:2rem;margin-right:.5rem;transition:all .55s;border:1px solid #0d6efd80!important}b .customTabs .nav-tabs .nav-link:hover{color:#fff!important;background-color:#0d6efd80!important}.customTabs .nav-tabs .nav-link.active{color:#fff!important;background-color:#002245!important}.customTabs--glass .nav-tabs,.customTabs--glass .tabs-glass-nav-target>.nav{display:none!important}.customTabs--glass .tabs-glass-nav ul{border:0;flex-wrap:wrap;gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.customTabs--glass .tabs-glass-nav li{position:relative}.customTabs--glass .tabs-glass-nav button{color:#002245;font-size:inherit;cursor:pointer;background:0 0;border:1px solid #00224559;border-radius:2rem;margin-right:0;padding:.5rem 1.25rem;transition:border-color .3s,color .3s;position:relative;overflow:hidden}.customTabs--glass .tabs-glass-nav button:hover:not(:disabled){color:#002245;border-color:#00224599}.customTabs--glass .tabs-glass-nav button.active:hover:not(:disabled){color:#fff;border-color:#ffffff59}.customTabs--glass .tabs-glass-nav button.active{color:#fff;border-color:#ffffff40}.customTabs--glass .tabs-glass-nav button.active .tabs-glass-nav__label{z-index:1;position:relative}.customTabs--glass .tabs-glass-nav button:disabled{opacity:.6;cursor:not-allowed}.customTabs--glass .tabs-glass-nav .tabs-glass-nav__bubble{border-radius:inherit;pointer-events:none;z-index:0;-webkit-backdrop-filter:blur(12px);background:#002245b8;border:1px solid #ffffff26;position:absolute;inset:0;box-shadow:0 2px 12px #00000026}.customTabs--glass .tabs-glass-nav .tabs-glass-nav__back-item,.customTabs--glass .tabs-glass-nav .tabs-glass-nav__actions-item{z-index:2;margin-left:auto;position:relative}.customTabs--glass .tabs-glass-nav .tabs-glass-nav__actions-item{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.65rem;display:flex}.customTabs--glass .tabs-glass-nav .tabs-glass-nav__download-btn.custom-button,.customTabs--glass .tabs-glass-nav .tabs-glass-nav__approval-btn.custom-button{box-sizing:border-box;white-space:nowrap;text-transform:none;height:3.2rem;min-height:3.2rem;max-height:3.2rem;padding:0 1.1rem;font-size:1.15rem;line-height:1.2}.customTabs--glass .tabs-glass-nav .tabs-glass-nav__download-btn.custom-button .btn-icon,.customTabs--glass .tabs-glass-nav .tabs-glass-nav__approval-btn.custom-button .btn-icon{border-radius:0;width:auto;min-width:0;height:auto;margin-right:.45rem}.customTabs--glass .tabs-glass-nav .tabs-glass-nav__download-btn.custom-button .btn-icon svg,.customTabs--glass .tabs-glass-nav .tabs-glass-nav__approval-btn.custom-button .btn-icon svg{width:1.35rem;height:1.35rem;display:block}.customTabs--glass .tabs-glass-nav .tabs-glass-nav__back-btn{z-index:1;box-sizing:border-box;height:3.2rem;min-height:3.2rem;max-height:3.2rem;padding:0 1.25rem;line-height:1.2;position:relative}.customTabs--glass .tabs-glass-nav .tabs-glass-nav__back-btn .tabs-glass-nav__label{z-index:1;pointer-events:none;position:relative}.custom-tooltip .tooltip-inner{color:#fff;text-align:left;background:#002245;min-width:30rem;max-width:30rem;padding:1rem}.custom-tooltip.bs-tooltip-top .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before{border-top-color:#002245!important}.financeCards span.f-icons{background:#e2e2e2;border:2px solid #e2e2e2;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-right:1rem;display:inline-flex;position:relative;overflow:hidden}.financeCards span.f-icons svg path{fill:#002245}.financeCards span.f-icons:after{content:"";background:linear-gradient(120deg,#0000 30%,#fff9 50%,#0000 70%);width:200%;height:100%;animation:2s infinite shine;position:absolute;top:0;left:-100%}@keyframes shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.dept-badge{border:none;font-size:1.2rem;font-weight:500}.dept-badge.bg-slate{color:#475569!important;background-color:#e2e8f0!important}.dept-badge.bg-blue{color:#1d4ed8!important;background-color:#dbeafe!important}.dept-badge.bg-emerald{color:#047857!important;background-color:#d1fae5!important}.dept-badge.bg-amber{color:#b45309!important;background-color:#fef3c7!important}.dept-badge.bg-rose{color:#be123c!important;background-color:#ffe4e6!important}.dept-badge.bg-cyan{color:#0891b2!important;background-color:#cffafe!important}.dept-badge.bg-violet{color:#6d28d9!important;background-color:#ede9fe!important}.dept-badge.bg-indigo{color:#4338ca!important;background-color:#e0e7ff!important}.dept-badge.bg-teal{color:#0f766e!important;background-color:#ccfbf1!important}.dept-badge.bg-sky{color:#0369a1!important;background-color:#e0f2fe!important}.dept-badge.bg-orange{color:#c2410c!important;background-color:#ffedd5!important}.dept-badge.bg-lime{color:#65a30d!important;background-color:#ecfccb!important}.dept-badge.bg-pink{color:#be185d!important;background-color:#fce7f3!important}.dept-badge.bg-fuchsia{color:#a21caf!important;background-color:#fae8ff!important}.dept-badge.bg-stone{color:#57534e!important;background-color:#f5f5f4!important}.dept-badge.bg-zinc{color:#52525b!important;background-color:#f4f4f5!important}.dept-badge.bg-green{color:#166534!important;background-color:#dcfce7!important}.dept-badge.bg-purple{color:#7e22ce!important;background-color:#f3e8ff!important}.dept-badge.bg-coral{color:#ea580c!important;background-color:#fed7aa!important}.dept-badge.bg-mint{color:#047857!important;background-color:#a7f3d0!important}[data-theme=dark] body .sidebar{background-color:var(--theme-sidebar-bg)}[data-theme=dark] body .sidebar .sidebar__header__logo img{filter:invert()}[data-theme=dark] body .sidebar .sidebar__inner__links li a.active,[data-theme=dark] body .sidebar .sidebar__inner__links li a:hover,[data-theme=dark] body .sidebar ul.bottomLinks a.active,[data-theme=dark] body .sidebar ul.bottomLinks a:hover{background-color:var(--theme-sidebar-hover);color:#5b9be0}[data-theme=dark] body .sidebar .sidebar__inner__links li a.active .sidebar__link-icon svg,[data-theme=dark] body .sidebar .sidebar__inner__links li a:hover .sidebar__link-icon svg,[data-theme=dark] body .sidebar ul.bottomLinks a.active .sidebar__link-icon svg,[data-theme=dark] body .sidebar ul.bottomLinks a:hover .sidebar__link-icon svg{color:#5b9be0}[data-theme=dark] body .sidebar .sidebar__inner__links li a.active .sidebar__link-icon svg path,[data-theme=dark] body .sidebar .sidebar__inner__links li a:hover .sidebar__link-icon svg path,[data-theme=dark] body .sidebar ul.bottomLinks a.active .sidebar__link-icon svg path,[data-theme=dark] body .sidebar ul.bottomLinks a:hover .sidebar__link-icon svg path{fill:#5b9be0}[data-theme=dark] body .sidebar .sidebar__inner__links li a.active .sidebar__link-icon svg path[stroke],[data-theme=dark] body .sidebar .sidebar__inner__links li a:hover .sidebar__link-icon svg path[stroke],[data-theme=dark] body .sidebar ul.bottomLinks a.active .sidebar__link-icon svg path[stroke],[data-theme=dark] body .sidebar ul.bottomLinks a:hover .sidebar__link-icon svg path[stroke]{fill:none;stroke:currentColor}[data-theme=dark] body .sidebar .sidebar__inner__links li a.active span:not(.sidebar__link-icon) svg path,[data-theme=dark] body .sidebar .sidebar__inner__links li a:hover span:not(.sidebar__link-icon) svg path,[data-theme=dark] body .sidebar ul.bottomLinks a.active span:not(.sidebar__link-icon) svg path,[data-theme=dark] body .sidebar ul.bottomLinks a:hover span:not(.sidebar__link-icon) svg path{fill:#5b9be0;stroke:#5b9be0}[data-theme=dark] body .sidebar .sidebar__active-indicator{background-color:#5b9be0}[data-theme=dark] body .top_header{background-color:var(--theme-header-bg);color:var(--theme-text)}[data-theme=dark] body .primary-layout__right__pages{background:var(--theme-pages-bg)}[data-theme=dark] body .dashbord_box,[data-theme=dark] body .Admin_dashboard .dashboard_data .dashbord_box{background-color:var(--theme-card-bg);color:var(--theme-text)}[data-theme=dark] body .dashbord_box p,[data-theme=dark] body .dashbord_box strong,[data-theme=dark] body .dashbord_box .dashboard_content p,[data-theme=dark] body .Admin_dashboard .dashboard_data .dashbord_box p,[data-theme=dark] body .Admin_dashboard .dashboard_data .dashbord_box strong,[data-theme=dark] body .Admin_dashboard .dashboard_data .dashbord_box .dashboard_content p{color:var(--theme-text)}[data-theme=dark] body .dashbord_box .dashboard_content ul li:not(:last-child),[data-theme=dark] body .Admin_dashboard .dashboard_data .dashbord_box .dashboard_content ul li:not(:last-child){border-right-color:#374151}[data-theme=dark] body .dashbord_box .dashboard_content ul li span,[data-theme=dark] body .Admin_dashboard .dashboard_data .dashbord_box .dashboard_content ul li span,[data-theme=dark] body .dashbord_box .dashboard_content ul li strong,[data-theme=dark] body .Admin_dashboard .dashboard_data .dashbord_box .dashboard_content ul li strong{color:#fff}[data-theme=dark] body .bg-info{color:#93c5fd!important;background-color:#5b9be059!important}[data-theme=dark] body .card.bg-info .card-body .breakdown,[data-theme=dark] body .card.bg-info .card-body small,[data-theme=dark] body .card.bg-info .card-header,[data-theme=dark] body .card.bg-info .card-title,[data-theme=dark] body .card.bg-info .card-title h4,[data-theme=dark] body .card.bg-info .card-body h6{color:#fff!important}[data-theme=dark] body .card.bg-info .card-body .text-success{color:#34d399!important}[data-theme=dark] body .card.bg-info .card-body .text-danger{color:#f87171!important}[data-theme=dark] body .card.bg-info .card-body .text-warning{color:#fbbf24!important}[data-theme=dark] body .card.bg-info .card-body .text-primary{color:#60a5fa!important}[data-theme=dark] body .customTabs_container,[data-theme=dark] body .profileHeader_subHeader{background-color:#000}[data-theme=dark] body .profileHeader_details h1,[data-theme=dark] body .profileHeader_details p{color:var(--theme-text)}[data-theme=dark] body .profileHeader_details ul li{color:var(--theme-text);border-right-color:#374151}[data-theme=dark] body .profileHeader_details ul li button.editEmployeeBtn svg path{fill:var(--theme-text)}[data-theme=dark] body .profileHeader_details ul{border-bottom-color:#374151}[data-theme=dark] body .profileHeader_details ul.noBottomBorder h6,[data-theme=dark] body .profileHeader_details ul.noBottomBorder li{color:var(--theme-text)}[data-theme=dark] body .profileHeader_subHeader_actions svg path,[data-theme=dark] body .profileHeader_bottom_actions svg path{fill:var(--theme-text)}[data-theme=dark] body .label{color:#fff}[data-theme=dark] body .dashboard_table{background-color:#000}[data-theme=dark] body .dashboard_table .advanced-search-filters-panel{border-color:#94d2ff38}[data-theme=dark] body .dashboard_table .filters_employee .designation-view-toggle{background:#1e2d3d;border-color:#94d2ff38}[data-theme=dark] body .dashboard_table .filters_employee .designation-view-toggle .designation-view-toggle__segment{color:var(--theme-text)}[data-theme=dark] body .dashboard_table .filters_employee .designation-view-toggle .designation-view-toggle__segment:hover:not(.is-active){color:#5b9be0}[data-theme=dark] body .dashboard_table .filters_employee .designation-view-toggle .designation-view-toggle__segment.is-active{color:#5b9be0;background:#94d2ff24}[data-theme=dark] body .custom-table__table.table thead tr{background-color:#000}[data-theme=dark] body .custom-table__table.table thead tr th{color:#fff;border-bottom:1px solid #464444}[data-theme=dark] body .custom-table__table.table tbody tr td{color:#fff;background-color:#000;border-bottom:1px solid #ffffff1f}[data-theme=dark] body .custom-table__table.table tbody tr td.weekend{color:#fff;border-left:1px solid #374151;background-color:#2f4f6f!important}[data-theme=dark] body .custom-table__table.table tbody tr:hover td{color:#fff;background-color:#2f4f6f}[data-theme=dark] body .custom-table__table.table tbody tr.invoiceSection td{color:var(--theme-text);background-color:#2f4f6f!important}[data-theme=dark] body .custom-table__table.table tbody tr.invoiceSection td .invoice-details-total{color:var(--theme-text)}[data-theme=dark] body .custom-table__table.table tbody tr.invoiceSection td .invoice-details-raised{color:var(--theme-text);opacity:.9}[data-theme=dark] body .breadcrumbStyle .breadcrumb-item a{color:var(--theme-text)}[data-theme=dark] body .breadcrumbStyle .breadcrumb-item.active a,[data-theme=dark] body .dropdown .name-title__name{color:#fff}[data-theme=dark] body .dropdown .name-title__role{color:#ffffffa6}[data-theme=dark] body .dropdown .dropdown-toggle,[data-theme=dark] body .dropdown .dropdown-toggle:hover{color:var(--theme-text)}[data-theme=dark] body .dropdown .dropdown-menu{background-color:#000;border:1px solid #374151;box-shadow:0 4px 20px #0000004d}[data-theme=dark] body .dropdown .dropdown-menu .dropdown-item{color:var(--theme-text);border-bottom-color:#374151}[data-theme=dark] body .dropdown .dropdown-menu .dropdown-item:hover,[data-theme=dark] body .dropdown .dropdown-menu .dropdown-item:active{color:var(--theme-text);background-color:#2f4f6f}[data-theme=dark] body .dropdown .dropdown-menu .dropdown-item span img{filter:brightness(0)invert()}[data-theme=dark] body .resetFilter.csvBtn,[data-theme=dark] body .csvBtn.resetFilter,[data-theme=dark] body button.resetFilter.csvBtn{border-bottom-color:#0000;color:#fff!important}[data-theme=dark] body .resetFilter.csvBtn svg path,[data-theme=dark] body .csvBtn.resetFilter svg path,[data-theme=dark] body button.resetFilter.csvBtn svg path{fill:#fff}[data-theme=dark] body .resetFilter.csvBtn:hover,[data-theme=dark] body .csvBtn.resetFilter:hover,[data-theme=dark] body button.resetFilter.csvBtn:hover{border-bottom-color:#5b9be0;color:#5b9be0!important}[data-theme=dark] body .resetFilter.csvBtn:hover svg path,[data-theme=dark] body .csvBtn.resetFilter:hover svg path,[data-theme=dark] body button.resetFilter.csvBtn:hover svg path{fill:#5b9be0}[data-theme=dark] body .logsDateRange{box-shadow:none!important;background:0 0!important}[data-theme=dark] body .logsDateRange .input .inner .input-control,[data-theme=dark] body .logsDateRange .input-control{border:1px solid #374151;color:#fff!important;background-color:#1e2d3d!important}[data-theme=dark] body .logsDateRange .input .inner .input-control::placeholder,[data-theme=dark] body .logsDateRange .input-control::placeholder{color:#ffffff8c}[data-theme=dark] body .logsDateRange .dpStyle .react-datepicker-wrapper .react-datepicker__calendar-icon svg path{fill:#fff}[data-theme=dark] body .logsDateRange>button,[data-theme=dark] body .logsDateRange button:not(.resetFilter){background:0 0}[data-theme=dark] body .logsDateRange>button svg path,[data-theme=dark] body .logsDateRange button:not(.resetFilter) svg path{stroke:#f87171}[data-theme=dark] body .logsDateRange>button:hover svg path,[data-theme=dark] body .logsDateRange button:not(.resetFilter):hover svg path{stroke:#5b9be0}[data-theme=dark] body .employee-status-date-range-grid.logsDateRange,[data-theme=dark] body .employee-status-date-range.logsDateRange,[data-theme=dark] body .employee-status-range-overlay.logsDateRange{box-shadow:none!important;background:0 0!important}[data-theme=dark] body .upsell-business .upsell-business-accordion .accordion-item{background-color:#000;border-color:#374151}[data-theme=dark] body .upsell-business .upsell-business-accordion .accordion-button{color:var(--theme-text);border:0;background-color:#000!important}[data-theme=dark] body .upsell-business .upsell-business-accordion .accordion-button:not(.collapsed){color:var(--theme-text);background-color:#2f4f6f!important}[data-theme=dark] body .upsell-business .upsell-business-accordion .accordion-button:focus{box-shadow:none;border-color:#0000}[data-theme=dark] body .upsell-business .upsell-business-accordion .accordion-body{color:var(--theme-text);background-color:#000}[data-theme=dark] body .upsell-business .upsell-accordion-header{color:var(--theme-text)}[data-theme=dark] body .upsell-business .upsell-accordion-header .text-muted{color:var(--theme-text);opacity:.8}[data-theme=dark] body .upsell-business .upsell-accordion-header .text-primary{color:#5b9be0!important}[data-theme=dark] body .upsell-business .upsell-accordion-header .text-success{color:#35c389!important}[data-theme=dark] body .upsell-business .custom-table__table thead tr{background-color:#000!important}[data-theme=dark] body .upsell-business .custom-table__table tbody tr td{color:var(--theme-text);background-color:#000}[data-theme=dark] body .upsell-business .custom-table__table tbody tr:nth-of-type(2n) td,[data-theme=dark] body .upsell-business .custom-table__table tbody tr:nth-of-type(odd) td{background-color:#000}[data-theme=dark] body .upsell-business .custom-table__table tbody tr:hover td{color:var(--theme-text);background-color:#2f4f6f}[data-theme=dark] body .billing-summary-accordion .accordion-item{background-color:#000;border-color:#374151}[data-theme=dark] body .billing-summary-accordion .accordion-button{color:var(--theme-text);border:0;background-color:#000!important}[data-theme=dark] body .billing-summary-accordion .accordion-button:not(.collapsed){color:var(--theme-text);background-color:#2f4f6f!important}[data-theme=dark] body .billing-summary-accordion .accordion-button:focus{box-shadow:none;border-color:#0000}[data-theme=dark] body .billing-summary-accordion .accordion-body{color:var(--theme-text);background-color:#000}[data-theme=dark] body .billing-summary-accordion .custom-table__table thead tr{background-color:#000!important}[data-theme=dark] body .billing-summary-accordion .custom-table__table tbody tr td{color:var(--theme-text);background-color:#000}[data-theme=dark] body .billing-summary-accordion .custom-table__table tbody tr:nth-of-type(2n) td,[data-theme=dark] body .billing-summary-accordion .custom-table__table tbody tr:nth-of-type(odd) td{background-color:#000}[data-theme=dark] body .billing-summary-accordion .custom-table__table tbody tr:hover td{color:var(--theme-text);background-color:#2f4f6f}[data-theme=dark] body .holiday-calendar button svg path{fill:#6b9bcc;stroke:#6b9bcc}[data-theme=dark] body .holiday-list-modal .holiday-details .name{color:var(--theme-text);font-weight:600}[data-theme=dark] body .holiday-list-modal .holiday-details .weekday{color:var(--theme-text);opacity:.9}[data-theme=dark] body .holiday-list-modal .floater-tag{color:var(--theme-text);background-color:#d2a56959}[data-theme=dark] body .customTabs--glass .tabs-glass-nav button{color:#a0aec0;background-color:#ffffff0f;border-color:#ffffff1f}[data-theme=dark] body .customTabs--glass .tabs-glass-nav button.active{color:#fff;border-color:#ffffff2e}[data-theme=dark] body .customTabs--glass .tabs-glass-nav .tabs-glass-nav__bubble{-webkit-backdrop-filter:blur(12px);background:#5b9be059;border:1px solid #ffffff2e;box-shadow:0 2px 12px #0003}[data-theme=dark] body .customTabs--glass .tabs-glass-nav button:hover:not(:disabled){color:#788796;border-color:#1d30b5}[data-theme=dark] body .customTabs--glass .tabs-glass-nav button.active:hover:not(:disabled){color:#fff;border-color:#ffffff2e}[data-theme=dark] body .history-logs__toolbar{border-bottom-color:#374151}[data-theme=dark] body .history-logs__pageTitle{color:#fff}[data-theme=dark] body .history-logs__pageSubtitle{color:#a9b4c3}[data-theme=dark] body .history-logs__filterBtn{color:#d6deea;background:#111a27;border-color:#2a3a52}[data-theme=dark] body .history-logs__filterBtn:hover:not(.history-logs__filterBtn--active){color:#e4ebf5;background:#162237;border-color:#3f5678}[data-theme=dark] body .history-logs__filterBtn--active{color:#fff;background:#0d6efd;border-color:#0d6efd}[data-theme=dark] body .history-logs__railLine{background:#2b3a4f}[data-theme=dark] body .history-logs__node{border-color:#0f1726;box-shadow:0 0 0 2px #0d6efd59}[data-theme=dark] body .history-logs__railDate{color:#d8e0ec}[data-theme=dark] body .history-logs__card{box-shadow:none;background:#121b2a;border-color:#2a3447}[data-theme=dark] body .history-logs__cardTitle{color:#fff}[data-theme=dark] body .history-logs__compareLabel,[data-theme=dark] body .history-logs__effectiveLabel{color:#9eabc0}[data-theme=dark] body .history-logs__arrow{color:#7f8ea6}[data-theme=dark] body .history-logs__effective{border-left-color:#2a3447}[data-theme=dark] body .history-logs__effectiveValue{color:#dbe5f3}[data-theme=dark] body .history-logs__effectiveValue svg path{fill:#9fb3cc;stroke:#9fb3cc}@media (max-width:767px){[data-theme=dark] body .history-logs__effective{border-top-color:#2a3447}}[data-theme=dark] body .custom-table__table.employees-list-table tbody tr:hover td .employee-info-icon svg{stroke:#5b9be0!important}[data-theme=dark] body .custom-table__table.employees-list-table tbody tr:hover td .svg-icon-sm svg path{fill:#5b9be0!important}[data-theme=dark] body .custom-table__table.employees-list-table tbody tr:hover td .svg-icon-sm:hover{background-color:#5b9be0!important}[data-theme=dark] body .custom-table__table.employees-list-table tbody tr:hover td .svg-icon-sm:hover svg path{fill:#fff!important}[data-theme=dark] body .custom-table__table.table .svg-icon-sm,[data-theme=dark] body .custom-table__table.table td .svg-icon-sm,[data-theme=dark] body .custom-table__table.table td .btn-icon.svg-icon-line{color:#5b9be0}[data-theme=dark] body .custom-table__table.table .svg-icon-sm svg path,[data-theme=dark] body .custom-table__table.table td .svg-icon-sm svg path,[data-theme=dark] body .custom-table__table.table td .btn-icon.svg-icon-line svg path{fill:#5b9be0;stroke:#5b9be0}[data-theme=dark] body .custom-table__table.table .svg-icon-sm.svg-icon-line,[data-theme=dark] body .custom-table__table.table .svg-icon-sm.btn-icon.svg-icon-line,[data-theme=dark] body .custom-table__table.table td .svg-icon-sm.svg-icon-line,[data-theme=dark] body .custom-table__table.table td .svg-icon-sm.btn-icon.svg-icon-line,[data-theme=dark] body .custom-table__table.table td .btn-icon.svg-icon-line.svg-icon-line,[data-theme=dark] body .custom-table__table.table td .btn-icon.svg-icon-line.btn-icon.svg-icon-line{background-color:#0000;color:#5b9be0!important}[data-theme=dark] body .custom-table__table.table .svg-icon-sm.svg-icon-line svg path,[data-theme=dark] body .custom-table__table.table .svg-icon-sm.btn-icon.svg-icon-line svg path,[data-theme=dark] body .custom-table__table.table td .svg-icon-sm.svg-icon-line svg path,[data-theme=dark] body .custom-table__table.table td .svg-icon-sm.btn-icon.svg-icon-line svg path,[data-theme=dark] body .custom-table__table.table td .btn-icon.svg-icon-line.svg-icon-line svg path,[data-theme=dark] body .custom-table__table.table td .btn-icon.svg-icon-line.btn-icon.svg-icon-line svg path{fill:none!important;stroke:currentColor!important}[data-theme=dark] body .custom-table__table.table .svg-icon-sm.svg-icon-line:hover,[data-theme=dark] body .custom-table__table.table .svg-icon-sm.svg-icon-line:focus-visible,[data-theme=dark] body .custom-table__table.table .svg-icon-sm.btn-icon.svg-icon-line:hover,[data-theme=dark] body .custom-table__table.table .svg-icon-sm.btn-icon.svg-icon-line:focus-visible,[data-theme=dark] body .custom-table__table.table td .svg-icon-sm.svg-icon-line:hover,[data-theme=dark] body .custom-table__table.table td .svg-icon-sm.svg-icon-line:focus-visible,[data-theme=dark] body .custom-table__table.table td .svg-icon-sm.btn-icon.svg-icon-line:hover,[data-theme=dark] body .custom-table__table.table td .svg-icon-sm.btn-icon.svg-icon-line:focus-visible,[data-theme=dark] body .custom-table__table.table td .btn-icon.svg-icon-line.svg-icon-line:hover,[data-theme=dark] body .custom-table__table.table td .btn-icon.svg-icon-line.svg-icon-line:focus-visible,[data-theme=dark] body .custom-table__table.table td .btn-icon.svg-icon-line.btn-icon.svg-icon-line:hover,[data-theme=dark] body .custom-table__table.table td .btn-icon.svg-icon-line.btn-icon.svg-icon-line:focus-visible{color:#fff!important;background-color:#5b9be0!important}[data-theme=dark] body .custom-table__table.table .svg-icon-sm.svg-icon-line:hover svg path,[data-theme=dark] body .custom-table__table.table .svg-icon-sm.svg-icon-line:focus-visible svg path,[data-theme=dark] body .custom-table__table.table .svg-icon-sm.btn-icon.svg-icon-line:hover svg path,[data-theme=dark] body .custom-table__table.table .svg-icon-sm.btn-icon.svg-icon-line:focus-visible svg path,[data-theme=dark] body .custom-table__table.table td .svg-icon-sm.svg-icon-line:hover svg path,[data-theme=dark] body .custom-table__table.table td .svg-icon-sm.svg-icon-line:focus-visible svg path,[data-theme=dark] body .custom-table__table.table td .svg-icon-sm.btn-icon.svg-icon-line:hover svg path,[data-theme=dark] body .custom-table__table.table td .svg-icon-sm.btn-icon.svg-icon-line:focus-visible svg path,[data-theme=dark] body .custom-table__table.table td .btn-icon.svg-icon-line.svg-icon-line:hover svg path,[data-theme=dark] body .custom-table__table.table td .btn-icon.svg-icon-line.svg-icon-line:focus-visible svg path,[data-theme=dark] body .custom-table__table.table td .btn-icon.svg-icon-line.btn-icon.svg-icon-line:hover svg path,[data-theme=dark] body .custom-table__table.table td .btn-icon.svg-icon-line.btn-icon.svg-icon-line:focus-visible svg path{fill:none!important;stroke:currentColor!important}[data-theme=dark] body .custom-table__table.table .svg-icon-sm:hover:not(.svg-icon-line),[data-theme=dark] body .custom-table__table.table td .svg-icon-sm:hover:not(.svg-icon-line),[data-theme=dark] body .custom-table__table.table td .btn-icon.svg-icon-line:hover:not(.svg-icon-line){color:#fff;background-color:#5b9be0!important}[data-theme=dark] body .custom-table__table.table .svg-icon-sm:hover:not(.svg-icon-line) svg path,[data-theme=dark] body .custom-table__table.table td .svg-icon-sm:hover:not(.svg-icon-line) svg path,[data-theme=dark] body .custom-table__table.table td .btn-icon.svg-icon-line:hover:not(.svg-icon-line) svg path{fill:#fff!important;stroke:#fff!important}[data-theme=dark] body .projectListing .custom-table__table.table td .btn-icon:not(.blueBtn):not(.greenBtn):not(.indigoBtn):not(.purpleBtn):not(.btn-delete),[data-theme=dark] body .transaction .custom-table__table.table td .btn-icon:not(.blueBtn):not(.greenBtn):not(.indigoBtn):not(.purpleBtn):not(.btn-delete),[data-theme=dark] body .customTabs--glass .custom-table__table.table td .btn-icon:not(.blueBtn):not(.greenBtn):not(.indigoBtn):not(.purpleBtn):not(.btn-delete){color:#5b9be0}[data-theme=dark] body .projectListing .custom-table__table.table td .btn-icon:not(.blueBtn):not(.greenBtn):not(.indigoBtn):not(.purpleBtn):not(.btn-delete) svg,[data-theme=dark] body .projectListing .custom-table__table.table td .btn-icon:not(.blueBtn):not(.greenBtn):not(.indigoBtn):not(.purpleBtn):not(.btn-delete) svg path,[data-theme=dark] body .transaction .custom-table__table.table td .btn-icon:not(.blueBtn):not(.greenBtn):not(.indigoBtn):not(.purpleBtn):not(.btn-delete) svg,[data-theme=dark] body .transaction .custom-table__table.table td .btn-icon:not(.blueBtn):not(.greenBtn):not(.indigoBtn):not(.purpleBtn):not(.btn-delete) svg path,[data-theme=dark] body .customTabs--glass .custom-table__table.table td .btn-icon:not(.blueBtn):not(.greenBtn):not(.indigoBtn):not(.purpleBtn):not(.btn-delete) svg,[data-theme=dark] body .customTabs--glass .custom-table__table.table td .btn-icon:not(.blueBtn):not(.greenBtn):not(.indigoBtn):not(.purpleBtn):not(.btn-delete) svg path{fill:#5b9be0!important;stroke:#5b9be0!important}[data-theme=dark] body .projectListing .custom-table__table.table td .btn-icon:not(.blueBtn):not(.greenBtn):not(.indigoBtn):not(.purpleBtn):not(.btn-delete):hover:not(:disabled),[data-theme=dark] body .transaction .custom-table__table.table td .btn-icon:not(.blueBtn):not(.greenBtn):not(.indigoBtn):not(.purpleBtn):not(.btn-delete):hover:not(:disabled),[data-theme=dark] body .customTabs--glass .custom-table__table.table td .btn-icon:not(.blueBtn):not(.greenBtn):not(.indigoBtn):not(.purpleBtn):not(.btn-delete):hover:not(:disabled){color:#fff!important;background-color:#5b9be0!important}[data-theme=dark] body .projectListing .custom-table__table.table td .btn-icon:not(.blueBtn):not(.greenBtn):not(.indigoBtn):not(.purpleBtn):not(.btn-delete):hover:not(:disabled) svg,[data-theme=dark] body .projectListing .custom-table__table.table td .btn-icon:not(.blueBtn):not(.greenBtn):not(.indigoBtn):not(.purpleBtn):not(.btn-delete):hover:not(:disabled) svg path,[data-theme=dark] body .transaction .custom-table__table.table td .btn-icon:not(.blueBtn):not(.greenBtn):not(.indigoBtn):not(.purpleBtn):not(.btn-delete):hover:not(:disabled) svg,[data-theme=dark] body .transaction .custom-table__table.table td .btn-icon:not(.blueBtn):not(.greenBtn):not(.indigoBtn):not(.purpleBtn):not(.btn-delete):hover:not(:disabled) svg path,[data-theme=dark] body .customTabs--glass .custom-table__table.table td .btn-icon:not(.blueBtn):not(.greenBtn):not(.indigoBtn):not(.purpleBtn):not(.btn-delete):hover:not(:disabled) svg,[data-theme=dark] body .customTabs--glass .custom-table__table.table td .btn-icon:not(.blueBtn):not(.greenBtn):not(.indigoBtn):not(.purpleBtn):not(.btn-delete):hover:not(:disabled) svg path{fill:#fff!important;stroke:#fff!important}[data-theme=dark] body .custom-table__table.table td span.svgSymbol svg path,[data-theme=dark] body .custom-table__table.table td span.svgSymbol:first-child svg path{fill:#5b9be0;stroke:#5b9be0}[data-theme=dark] body .noRecoundFound,[data-theme=dark] body .noRecoundFound h4{color:#fff}[data-theme=dark] body .noRecoundFound svg path{fill:#fff;stroke:#fff}[data-theme=dark] body .custom-table__table.table .no_record td .no_record_box{background-color:#000}[data-theme=dark] body .custom-table__table.table .no_record td .no_record_box h4{color:#fff}[data-theme=dark] body .custom-table__table.table .no_record td .no_record_box svg path{fill:#fff;stroke:#fff}[data-theme=dark] body .dashboardCalendar{background-color:#000;border:1px solid #ffffff1a}[data-theme=dark] body .dashboardCalendar .fc{--fc-border-color:#ffffff1a;--fc-page-bg-color:#000;--fc-neutral-bg-color:#000;--fc-list-event-hover-bg-color:#2f4f6f;color:#fff}[data-theme=dark] body .dashboardCalendar .fc .fc-toolbar-title{color:#7aa4f5}[data-theme=dark] body .dashboardCalendar .fc .fc-col-header-cell-cushion,[data-theme=dark] body .dashboardCalendar .fc .fc-daygrid-day-number,[data-theme=dark] body .dashboardCalendar .fc .fc-daygrid-more-link{color:#fff}[data-theme=dark] body .dashboardCalendar .fc .fc-col-header-cell{background:#0e0e0f}[data-theme=dark] body .dashboardCalendar .fc .fc-col-header-cell-cushion{color:#5f84d8;text-shadow:0 0 #0000}[data-theme=dark] body .dashboardCalendar .fc .fc-col-header,[data-theme=dark] body .dashboardCalendar .fc .fc-col-header-cell{border-color:#ffffff1a}[data-theme=dark] body .dashboardCalendar .fc .fc-theme-standard th{border-left-width:0;border-right-width:0}[data-theme=dark] body .dashboardCalendar .fc .fc-scrollgrid,[data-theme=dark] body .dashboardCalendar .fc .fc-scrollgrid-section,[data-theme=dark] body .dashboardCalendar .fc .fc-col-header,[data-theme=dark] body .dashboardCalendar .fc .fc-daygrid-body,[data-theme=dark] body .dashboardCalendar .fc .fc-daygrid-day-frame,[data-theme=dark] body .dashboardCalendar .fc td.fc-daygrid-day{background-color:#0e0e0f;border-color:#ffffff1a}[data-theme=dark] body .dashboardCalendar .fc .fc-day-today{background-color:#5b9be033}[data-theme=dark] body .dashboardCalendar .fc .fc-day-today .fc-daygrid-day-number{color:#fff}[data-theme=dark] body .dashboardCalendar .fc .fc-button{color:#fff;background-color:#1e2d3d;border-color:#ffffff1a}[data-theme=dark] body .dashboardCalendar .fc .fc-button:hover:not(:disabled){color:#fff;background-color:#2f4f6f}[data-theme=dark] body .dashboardCalendar .fc .fc-button-group .fc-button{color:#fff;background-color:#6f9cf3;border-color:#6f9cf3}[data-theme=dark] body .dashboardCalendar .fc .fc-button-group .fc-button:hover:not(:disabled),[data-theme=dark] body .dashboardCalendar .fc .fc-button-group .fc-button.fc-button-active{color:#1f4f9d;background-color:#dce8ff;border-color:#dce8ff}[data-theme=dark] body .dashboardCalendar .fc .fc-today-button{color:#fff;background-color:#6f9cf3;border-color:#6f9cf3}[data-theme=dark] body .dashboardCalendar .fc .fc-button .fc-icon{color:#fff}[data-theme=dark] body .modal-content,[data-theme=dark] body .custom-modal .modal-content{color:#fff;background-color:#000;border:1px solid #374151}[data-theme=dark] body .custom-modal__header h2,[data-theme=dark] body .custom-modal__header p{color:#fff}[data-theme=dark] body .custom-modal__action svg path{fill:#fff}[data-theme=dark] body .modal-body,[data-theme=dark] body .modal .form-label,[data-theme=dark] body .modal label{color:#fff}[data-theme=dark] body .modal .form-control,[data-theme=dark] body .modal input:not([type=checkbox]):not([type=radio]),[data-theme=dark] body .modal textarea,[data-theme=dark] body .modal select,[data-theme=dark] body .modal .form-select{color:#fff;background-color:#1e2d3d;border-color:#374151}[data-theme=dark] body .modal .form-control::placeholder,[data-theme=dark] body .modal input:not([type=checkbox]):not([type=radio])::placeholder,[data-theme=dark] body .modal textarea::placeholder,[data-theme=dark] body .modal select::placeholder,[data-theme=dark] body .modal .form-select::placeholder{color:#fff9}[data-theme=dark] body .modal .form-control:focus,[data-theme=dark] body .modal input:focus,[data-theme=dark] body .modal textarea:focus,[data-theme=dark] body .modal select:focus{color:#fff;background-color:#1e2d3d;border-color:#5b9be0}[data-theme=dark] body .modal .invoice-card .card-body,[data-theme=dark] body .modal .card{color:#fff;background-color:#000;border-color:#374151}[data-theme=dark] body .modal .invoice-card .row{border-bottom-color:#374151!important}[data-theme=dark] body .modal .card-title,[data-theme=dark] body .modal .card-text{color:#fff}[data-theme=dark] body .modal .card.bg-success.bg-opacity-25,[data-theme=dark] body .modal .card.bg-warning.bg-opacity-25,[data-theme=dark] body .modal .card.bg-primary.bg-opacity-25{color:var(--theme-text);border:1px solid #374151;background-color:#000!important}[data-theme=dark] body .modal .card.bg-success.bg-opacity-25 h6,[data-theme=dark] body .modal .card.bg-warning.bg-opacity-25 h6,[data-theme=dark] body .modal .card.bg-primary.bg-opacity-25 h6{color:var(--theme-text);font-weight:600}[data-theme=dark] body .modal .card.bg-success.bg-opacity-25{border-left:3px solid #35c389}[data-theme=dark] body .modal .card.bg-success.bg-opacity-25 h3.text-success{color:#35c389!important}[data-theme=dark] body .modal .card.bg-warning.bg-opacity-25{border-left:3px solid #f59e0b}[data-theme=dark] body .modal .card.bg-warning.bg-opacity-25 h3.text-danger{color:#f87171!important}[data-theme=dark] body .modal .card.bg-primary.bg-opacity-25{border-left:3px solid #5b9be0}[data-theme=dark] body .modal .card.bg-primary.bg-opacity-25 h3.text-primary{color:#5b9be0!important}[data-theme=dark] body .payment-history-section{background-color:#000;border-color:#374151}[data-theme=dark] body .payment-history-toggle{color:var(--theme-text)}[data-theme=dark] body .payment-history-toggle:hover{color:var(--theme-text);opacity:.9}[data-theme=dark] body .modal .payment-card{background-color:#000;border-color:#374151}[data-theme=dark] body .modal .payment-card .card-header,[data-theme=dark] body .modal .payment-card .card-header h2{color:var(--theme-text)}[data-theme=dark] body .modal .payment-card .card-body h6{color:var(--theme-text);opacity:.95}[data-theme=dark] body .modal .payment-card .card-body p{color:var(--theme-text)}[data-theme=dark] body .modal .payment-card .card-body a.text-primary{color:#5b9be0!important}[data-theme=dark] body .modal h4{color:var(--theme-text)}[data-theme=dark] body .modal .badge{color:#0f1419}[data-theme=dark] body .react-datepicker-popper .react-datepicker{background-color:#000;border:1px solid #374151;box-shadow:0 8px 24px #0006}[data-theme=dark] body .react-datepicker-popper .react-datepicker__header{background-color:#000;border-bottom:1px solid #374151}[data-theme=dark] body .react-datepicker-popper .react-datepicker__current-month,[data-theme=dark] body .react-datepicker-popper .react-datepicker-time__header,[data-theme=dark] body .react-datepicker-popper .react-datepicker-year-header,[data-theme=dark] body .react-datepicker-popper .react-datepicker__day-name,[data-theme=dark] body .react-datepicker-popper .react-datepicker__day,[data-theme=dark] body .react-datepicker-popper .react-datepicker__time-name{color:var(--theme-text)}[data-theme=dark] body .react-datepicker-popper .react-datepicker__day--outside-month{color:#ffffff59}[data-theme=dark] body .react-datepicker-popper .react-datepicker__day--selected,[data-theme=dark] body .react-datepicker-popper .react-datepicker__day--in-selecting-range,[data-theme=dark] body .react-datepicker-popper .react-datepicker__day--in-range,[data-theme=dark] body .react-datepicker-popper .react-datepicker__month-text--selected,[data-theme=dark] body .react-datepicker-popper .react-datepicker__month-text--in-range,[data-theme=dark] body .react-datepicker-popper .react-datepicker__year-text--selected,[data-theme=dark] body .react-datepicker-popper .react-datepicker__year-text--in-range{color:#0f1419!important;background-color:#5b9be0!important}[data-theme=dark] body .react-datepicker-popper .react-datepicker__day:hover,[data-theme=dark] body .react-datepicker-popper .react-datepicker__month-text:hover,[data-theme=dark] body .react-datepicker-popper .react-datepicker__year-text:hover{color:var(--theme-text);background-color:#2f4f6f}[data-theme=dark] body .react-datepicker-popper .react-datepicker__day--today,[data-theme=dark] body .react-datepicker-popper .react-datepicker__month-text--today,[data-theme=dark] body .react-datepicker-popper .react-datepicker__year-text--today{color:var(--theme-text);background-color:#5b9be033;font-weight:700}[data-theme=dark] body .react-datepicker-popper .react-datepicker__day--disabled{color:#ffffff4d}[data-theme=dark] body .react-datepicker-popper .react-datepicker__navigation-icon:before{border-color:var(--theme-text)}[data-theme=dark] body .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,[data-theme=dark] body .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{border-bottom-color:#374151}[data-theme=dark] body .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,[data-theme=dark] body .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{border-top-color:#000}[data-theme=dark] body .react-datepicker-popper .react-datepicker__year-dropdown,[data-theme=dark] body .react-datepicker-popper .react-datepicker__month-dropdown,[data-theme=dark] body .react-datepicker-popper .react-datepicker__month-year-dropdown{border:1px solid #374151;box-shadow:0 4px 12px #0000004d;background-color:#000!important}[data-theme=dark] body .react-datepicker-popper .react-datepicker__year-option,[data-theme=dark] body .react-datepicker-popper .react-datepicker__month-option,[data-theme=dark] body .react-datepicker-popper .react-datepicker__month-year-option{color:var(--theme-text)!important}[data-theme=dark] body .react-datepicker-popper .react-datepicker__year-option:hover,[data-theme=dark] body .react-datepicker-popper .react-datepicker__month-option:hover,[data-theme=dark] body .react-datepicker-popper .react-datepicker__month-year-option:hover{background-color:#2f4f6f}[data-theme=dark] body .react-datepicker-popper .react-datepicker__year-option--selected,[data-theme=dark] body .react-datepicker-popper .react-datepicker__month-option--selected,[data-theme=dark] body .react-datepicker-popper .react-datepicker__month-year-option--selected{font-weight:600;color:#5b9be0!important}[data-theme=dark] body .react-datepicker-popper .react-datepicker__year-read-view,[data-theme=dark] body .react-datepicker-popper .react-datepicker__month-read-view,[data-theme=dark] body .react-datepicker-popper .react-datepicker__month-year-read-view{color:var(--theme-text)}[data-theme=dark] body .react-datepicker-popper .react-datepicker__year-read-view--down-arrow,[data-theme=dark] body .react-datepicker-popper .react-datepicker__month-read-view--down-arrow,[data-theme=dark] body .react-datepicker-popper .react-datepicker__month-year-read-view--down-arrow{border-color:var(--theme-text)}[data-theme=dark] body .modal .react-select__control{color:#fff;background-color:#1e2d3d;border-color:#374151}[data-theme=dark] body .modal .react-select__control .react-select__single-value,[data-theme=dark] body .modal .react-select__control .react-select__input-container,[data-theme=dark] body .modal .react-select__control .react-select__placeholder{color:#fff}[data-theme=dark] body .modal .react-select__control .react-select__indicator svg{fill:#fff}[data-theme=dark] body .modal .react-select__menu{background-color:#000;border-color:#374151}[data-theme=dark] body .modal .react-select__menu .react-select__option{color:#fff}[data-theme=dark] body .modal .react-select__menu .react-select__option:hover{background-color:#2f4f6f}[data-theme=dark] body .modal [class*=upload],[data-theme=dark] body .modal [class*=Upload]{color:#fff;background-color:#1e2d3d;border-color:#374151}[data-theme=dark] body .modal [class*=upload] p,[data-theme=dark] body .modal [class*=upload] span,[data-theme=dark] body .modal [class*=upload] label,[data-theme=dark] body .modal [class*=Upload] p,[data-theme=dark] body .modal [class*=Upload] span,[data-theme=dark] body .modal [class*=Upload] label{color:#fff}[data-theme=dark] body .projectListing{color:var(--theme-text);background-color:#000;border:1px solid #374151}[data-theme=dark] body .projectListing .editDetail .outerDetail .innerDetail{box-shadow:0 .5px #ffffff1f}[data-theme=dark] body .projectListing .editDetail .outerDetail .innerDetail h4,[data-theme=dark] body .projectListing .editDetail .outerDetail .innerDetail h5,[data-theme=dark] body .projectListing .editDetail .outerDetail .innerDetail ul li{color:var(--theme-text)}[data-theme=dark] body .transaction.projectListing{color:var(--theme-text);background-color:#000;border:1px solid #374151;border-radius:1.3rem}[data-theme=dark] body .transaction.projectListing.department-graph-view{box-shadow:none;background-color:#0000;border:0;border-radius:0}[data-theme=dark] body .projectOverview,[data-theme=dark] body .projectOverview_card{color:var(--theme-text);background-color:#000;border:1px solid #374151;border-radius:1.2rem}[data-theme=dark] body .projectOverview h4,[data-theme=dark] body .projectOverview_card h4,[data-theme=dark] body .projectOverview ul li,[data-theme=dark] body .projectOverview_card ul li{color:var(--theme-text)}[data-theme=dark] body .projectOverview ul li.large.text-primary,[data-theme=dark] body .projectOverview_card ul li.large.text-primary{color:#5b9be0}[data-theme=dark] body .projectOverview ul li.large.text-success,[data-theme=dark] body .projectOverview_card ul li.large.text-success{color:#86efac}[data-theme=dark] body .projectOverview ul li.large.text-warning,[data-theme=dark] body .projectOverview_card ul li.large.text-warning{color:#fcd34d}[data-theme=dark] body .projectOverview ul li.large.text-secondary,[data-theme=dark] body .projectOverview_card ul li.large.text-secondary{color:#fff}[data-theme=dark] body .filter-row{background-color:#000}[data-theme=dark] body .subTabContiner{background-color:var(--theme-subtab-bg);color:var(--theme-text)}[data-theme=dark] body .subTab li a,[data-theme=dark] body .subTab li .nav-link{color:var(--theme-text)!important}[data-theme=dark] body .subTab li.active a,[data-theme=dark] body .subTab li.active .nav-link{color:#5b9be0!important;border-bottom-color:#5b9be0!important}[data-theme=dark] body .documentList li a{color:var(--theme-text)}[data-theme=dark] body .documentList li a:hover{color:#5b9be0;border-bottom-color:#5b9be0}[data-theme=dark] body .pdfUploader-dropzone:hover{background-color:#5b9be01f;box-shadow:0 2px 12px #5b9be033;border-color:#5b9be0!important}[data-theme=dark] body .pdfUploader-dropzone .text-primary{color:#5b9be0!important}[data-theme=dark] body .uploadedList li,[data-theme=dark] body .user-guide{color:var(--theme-text)}[data-theme=dark] body .user-guide h3{color:var(--theme-text);border-bottom-color:#374151}[data-theme=dark] body .user-guide .card{background-color:#000;border-color:#374151}[data-theme=dark] body .user-guide .card .card-header{color:var(--theme-text);border-bottom:1px solid #374151;background-color:#000!important}[data-theme=dark] body .user-guide .card .card-body{color:var(--theme-text);background-color:#000}[data-theme=dark] body .user-guide .card .card-body ul li{color:var(--theme-text)}[data-theme=dark] body .user-guide .card .card-body ul li:before{border-bottom-color:#35c389;border-right-color:#35c389}[data-theme=dark] body .user-guide .accordion-item{background-color:#000;border-color:#374151}[data-theme=dark] body .user-guide .accordion-button{border:0;border-bottom:1px solid #374151;color:var(--theme-text)!important;background-color:#000!important}[data-theme=dark] body .user-guide .accordion-button:not(.collapsed){box-shadow:none;color:var(--theme-text)!important;background-color:#2f4f6f!important}[data-theme=dark] body .user-guide .accordion-button:focus{box-shadow:none;border-color:#0000}[data-theme=dark] body .user-guide .accordion-button:after{filter:invert()}[data-theme=dark] body .user-guide .accordion-body{color:var(--theme-text);background-color:#000}[data-theme=dark] body .user-guide .accordion-body h6,[data-theme=dark] body .user-guide .accordion-body ul li{color:var(--theme-text)}[data-theme=dark] body .user-guide .accordion-body ul li:before{border-bottom-color:#35c389;border-right-color:#35c389}[data-theme=dark] body .genral-report .card{color:var(--theme-text);border-color:#374151;background-color:#374151!important}[data-theme=dark] body .genral-report .card .card-header{border:0;background-color:#0000!important}[data-theme=dark] body .genral-report .card .card-header .card-title,[data-theme=dark] body .genral-report .card .card-header .card-title h4{color:var(--theme-text)}[data-theme=dark] body .genral-report .card .card-header .card-title .badge.bg-light{color:var(--theme-text);background-color:#ffffff26!important}[data-theme=dark] body .genral-report .card .card-body,[data-theme=dark] body .genral-report .card .card-body h6{color:var(--theme-text)}[data-theme=dark] body .genral-report .card .card-body p{color:var(--theme-text);background:#ffffff0f}[data-theme=dark] body .genral-report .card .card-body .icon{border-color:#5b9be0}[data-theme=dark] body .genral-report .card .card-body .icon svg path{fill:#5b9be0}[data-theme=dark] body .genral-report .card .card-body .breakdown .text-success,[data-theme=dark] body .genral-report .card .card-body .breakdown .text-primary,[data-theme=dark] body .genral-report .card .card-body .breakdown .text-warning,[data-theme=dark] body .genral-report .card .card-body .breakdown .text-danger,[data-theme=dark] body .genral-report .card .card-body .breakdown .text-holiday{opacity:.95}[data-theme=dark] body .genral-report .card .card-body button.btn-link,[data-theme=dark] body .genral-report .card .card-body .btn-link{color:#5b9be0}[data-theme=dark] body .genral-report .card .card-body button.btn-link:hover,[data-theme=dark] body .genral-report .card .card-body .btn-link:hover{color:var(--theme-text)}[data-theme=dark] body .genral-report .card .card-body .btn-resources{color:#5b9be0}[data-theme=dark] body .genral-report .card .card-body .btn-resources:hover{color:var(--theme-text);border-bottom-color:#5b9be0}[data-theme=dark] body .genral-report .card .card-body .btn-resources.orange{color:#f59e0b}[data-theme=dark] body .genral-report .card .card-body .btn-resources.orange:hover{border-bottom-color:#f59e0b}[data-theme=dark] body .genral-report .card .card-body ul li.text-success .btn-resources{color:#35c389}[data-theme=dark] body .genral-report .card .card-body ul li.text-success .btn-resources:hover{border-bottom-color:#35c389}[data-theme=dark] body .genral-report .card .card-body ul li.text-primary .btn-resources{color:#5b9be0}[data-theme=dark] body .genral-report .card .card-body ul li.text-primary .btn-resources:hover{border-bottom-color:#5b9be0}[data-theme=dark] body .genral-report .card.active-card{border-color:#5b9be0;box-shadow:0 0 0 1px #5b9be0}[data-theme=dark] body .genral-report .card .refreshButton{color:#5b9be0}[data-theme=dark] body .genral-report .card .refreshButton:hover{color:var(--theme-text)}[data-theme=dark] body .genral-report .card.bg-none{background-color:#374151!important}[data-theme=dark] body .genral-report .card.bg-none .card-header .card-title h4,[data-theme=dark] body .genral-report .card.bg-none .card-body h6,[data-theme=dark] body .genral-report .card.bg-none .sidebar_heading{color:var(--theme-text)}[data-theme=dark] body .genral-report .card.bg-none .icon svg path{fill:#5b9be0}[data-theme=dark] body .genral-report .card.bg-none hr{border-top-color:#374151}[data-theme=dark] body .custom-button.secondary-btn{color:var(--theme-text);background-color:#000;border:1px solid #374151}[data-theme=dark] body .custom-button.secondary-btn:hover:not(:disabled){color:var(--theme-text);background-color:#2f4f6f;border-color:#5b9be0}[data-theme=dark] body .chart-outer{background-color:#000}[data-theme=dark] body .chart-outer:before{opacity:.4}[data-theme=dark] body .chart-outer:after{background:linear-gradient(90deg,#ffffff08,#00000014)}[data-theme=dark] body .projection-month-card{background-color:#000!important;border-color:#374151!important}[data-theme=dark] body .projection-month-card .stat-value,[data-theme=dark] body .projection-month-card .stat-label{color:var(--theme-text)!important}[data-theme=dark] body .projection-month-card .projection-achievement-value,[data-theme=dark] body .projection-month-card .projection-achievement-label{color:var(--theme-text)}[data-theme=dark] body .projection-card{color:var(--theme-text);background:#000!important;border-color:#374151!important}[data-theme=dark] body .projection-card .projection-label,[data-theme=dark] body .projection-card .projection-value{color:var(--theme-text)}[data-theme=dark] body .projection-card .projection-icon-circle{border-color:#fff3;background-color:#ffffff14!important}[data-theme=dark] body .projection-card .projection-icon-circle svg{stroke:#5b9be0}[data-theme=dark] body .projection-card.projection-blue,[data-theme=dark] body .projection-card.projection-green,[data-theme=dark] body .projection-card.projection-orange,[data-theme=dark] body .projection-card.projection-red{background:#000!important}[data-theme=dark] body .projection-card.projection-blue .projection-icon-circle svg{stroke:#5b9be0}[data-theme=dark] body .projection-card.projection-green .projection-icon-circle svg{stroke:#35c389}[data-theme=dark] body .projection-card.projection-orange .projection-icon-circle svg{stroke:#f59e0b}[data-theme=dark] body .projection-card.projection-red .projection-icon-circle svg{stroke:#f87171}[data-theme=dark] body .common-select .react-select__control{background-color:var(--theme-input-bg);border-color:var(--theme-input-border);color:var(--theme-input-text)!important}[data-theme=dark] body .common-select .react-select__control .react-select__single-value,[data-theme=dark] body .common-select .react-select__control .react-select__input-container{color:var(--theme-input-text)!important}[data-theme=dark] body .common-select .react-select__control .react-select__placeholder{color:var(--theme-input-placeholder)!important}[data-theme=dark] body .common-select .react-select__control .react-select__indicator svg{fill:var(--theme-input-text)}[data-theme=dark] body .common-select .react-select__menu{border-color:var(--theme-input-border);background-color:#000}[data-theme=dark] body .common-select .react-select__menu .react-select__option{color:var(--theme-input-text)!important}[data-theme=dark] body .common-select .react-select__menu .react-select__option--is-selected,[data-theme=dark] body .common-select .react-select__menu .react-select__option--is-focused,[data-theme=dark] body .common-select .react-select__menu .react-select__option:active,[data-theme=dark] body .common-select .react-select__menu .react-select__option:hover{background-color:#2f4f6f;color:var(--theme-input-text)!important}[data-theme=dark] body .common-select .react-select__menu .react-select__option--is-disabled:hover,[data-theme=dark] body .common-select .react-select__menu .react-select__option--is-disabled:active{color:var(--theme-input-text)!important}[data-theme=dark] body .profileHeader_subHeader_img{color:#fff;background-color:#1e3a5f;border-color:#fff3}[data-theme=dark] body .projectSetting_sidebar{background-color:#14355f}[data-theme=dark] body .projectSetting_sidebar .nav-pills .nav-link{color:#fff}[data-theme=dark] body .projectSetting_sidebar .nav-pills .nav-link:hover{color:#fff;background-color:#1e2d3d}[data-theme=dark] body .projectSetting_sidebar .nav-pills .nav-link.active{color:#fff;background-color:#5b9be0}[data-theme=dark] body .hours-stats-container{color:var(--theme-text)}[data-theme=dark] body .hours-item{background:#000;border:1px solid #374151}[data-theme=dark] body .hours-item .label{color:var(--theme-text)}[data-theme=dark] body .hours-item .value{color:var(--theme-text);background:#5b9be040;border-radius:4px}[data-theme=dark] body .projection-view-bar .text-primary{color:#5b9be0!important}[data-theme=dark] body .projection-view-bar .text-success{font-weight:600;color:#0baf73!important}[data-theme=dark] body .custom-table .text-success{color:#0baf73!important}[data-theme=dark] body .projection-amount-pair .projection-amount{color:#60a5fa!important}[data-theme=dark] body .projection-amount-pair .received-amount{font-weight:600;color:#0baf73!important}[data-theme=dark] body .projection-amount-pair .projection-separator{color:#ffffff59!important}[data-theme=dark] body .quarterly-projection-table.table tbody tr:nth-of-type(odd) td,[data-theme=dark] body .overall-status-table.table tbody tr:nth-of-type(odd) td{background-color:#000!important}[data-theme=dark] body .quarterly-projection-table.table tbody tr:nth-of-type(2n) td,[data-theme=dark] body .overall-status-table.table tbody tr:nth-of-type(2n) td,[data-theme=dark] body .quarterly-projection-table.table tbody tr:hover td,[data-theme=dark] body .overall-status-table.table tbody tr:hover td{background-color:#2f4f6f!important}[data-theme=dark] body .dept-badge.bg-slate{color:#94a3b8!important;background-color:#94a3b840!important}[data-theme=dark] body .dept-badge.bg-blue{color:#93c5fd!important;background-color:#60a5fa33!important}[data-theme=dark] body .dept-badge.bg-emerald{color:#6ee7b7!important;background-color:#34d39933!important}[data-theme=dark] body .dept-badge.bg-amber{color:#fcd34d!important;background-color:#fbbf2433!important}[data-theme=dark] body .dept-badge.bg-rose{color:#fda4af!important;background-color:#fb718533!important}[data-theme=dark] body .dept-badge.bg-cyan{color:#67e8f9!important;background-color:#22d3ee33!important}[data-theme=dark] body .dept-badge.bg-violet{color:#c4b5fd!important;background-color:#a78bfa33!important}[data-theme=dark] body .dept-badge.bg-indigo{color:#a5b4fc!important;background-color:#818cf833!important}[data-theme=dark] body .dept-badge.bg-teal{color:#5eead4!important;background-color:#2dd4bf33!important}[data-theme=dark] body .dept-badge.bg-sky{color:#7dd3fc!important;background-color:#38bdf833!important}[data-theme=dark] body .dept-badge.bg-orange{color:#fdba74!important;background-color:#fb923c33!important}[data-theme=dark] body .dept-badge.bg-lime{color:#bef264!important;background-color:#a3e63533!important}[data-theme=dark] body .dept-badge.bg-pink{color:#f9a8d4!important;background-color:#ec489933!important}[data-theme=dark] body .dept-badge.bg-fuchsia{color:#e879f9!important;background-color:#d946ef33!important}[data-theme=dark] body .dept-badge.bg-stone{color:#a8a29e!important;background-color:#a8a29e33!important}[data-theme=dark] body .dept-badge.bg-zinc{color:#a1a1aa!important;background-color:#a1a1aa33!important}[data-theme=dark] body .dept-badge.bg-green{color:#86efac!important;background-color:#4ade8033!important}[data-theme=dark] body .dept-badge.bg-purple{color:#d8b4fe!important;background-color:#c084fc33!important}[data-theme=dark] body .dept-badge.bg-coral{color:#fda4af!important;background-color:#fb718540!important}[data-theme=dark] body .dept-badge.bg-mint{color:#6ee7b7!important;background-color:#34d39940!important}[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-item,[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-prev,[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-next,[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-item a,[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-prev a,[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-next a{color:var(--theme-text)}[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-item:hover:not(.rc-pagination-disabled),[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-prev:hover:not(.rc-pagination-disabled),[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-next:hover:not(.rc-pagination-disabled){color:var(--theme-text);background-color:#2f4f6f}[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-item:hover:not(.rc-pagination-disabled) a,[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-prev:hover:not(.rc-pagination-disabled) a,[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-next:hover:not(.rc-pagination-disabled) a{color:var(--theme-text)}[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-item-active,[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-prev-active,[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-next-active{color:#fff!important;background-color:#5b9be0!important}[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-item-active a,[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-prev-active a,[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-next-active a{color:#fff!important}[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-prev>.rc-pagination-item-link,[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-next>.rc-pagination-item-link{color:var(--theme-text)}[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-disabled .rc-pagination-item-link{color:var(--theme-text);opacity:.5}[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-jump-next .rc-pagination-item-link,[data-theme=dark] body .rc-pagination.custom-pagination .rc-pagination-jump-prev .rc-pagination-item-link{color:var(--theme-text)}[data-theme=dark] body .custom-button:focus,[data-theme=dark] body .custom-button:focus-visible{outline-offset:2px;outline:2px solid #5b9be0}[data-theme=dark] body .custom-button:hover:not(:disabled){color:#fff;background:#5b9be040;border-color:#5b9be0;box-shadow:0 2px 8px #0003}
@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);-webkit-user-select:none;user-select:none;border-radius:.25rem;width:100%;line-height:1;display:inline-flex;position:relative;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);background-repeat:no-repeat;background-image:var(--custom-highlight-background,linear-gradient(90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100%));height:100%;animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;top:0;left:0;right:0;transform:translate(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}
