body {
    font-family: Quicksand, sans-serif;
    font-optical-sizing: auto;
    user-select: none !important
}

.apexcharts-legend-text,
.apexcharts-text,
.apexcharts-title-text {
    font-family: Quicksand, sans-serif !important
}

.mainpage-logo-side {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 20px;
    margin-bottom: 20px
}

.mainpage-container-side {
    background-color: #286125;
    display: block !important
}

.mainpage-title-side {
    font-size: 40px
}

.link-cx-primary:hover {
    color: #286125 !important
}

.link-primary {
    color: #286125 !important
}

.link-primary:hover {
    color: #71c96c !important
}

.btn-darkgreen {
    color: #fff !important;
    background-color: #286125 !important
}

.btn-darkgreen i {
    color: #fff !important
}

.btn-darkgreen:hover {
    color: #fff;
    background-color: #1a3f18 !important
}

.btn-darkgreen:focus {
    color: #fff;
    background-color: #286125 !important
}

.btn-lightgreen {
    color: #286125 !important;
    background-color: #f6f6f6 !important
}

.btn-lightgreen i {
    color: #286125 !important
}

.btn-lightgreen:hover {
    color: #fff;
    background-color: #dcdcdc !important
}

.btn-lightgreen:focus {
    color: #fff;
    background-color: #dcdcdc !important
}

.tableaction-container {
    position: relative;
    z-index: 10
}

.tableaction-hover {
    position: relative;
    z-index: 10
}

.tableaction-hover:hover {
    background-color: #f1f1f1;
    transition: .5s;
    cursor: pointer
}

.tableaction-container .menu-sub-dropdown {
    position: fixed !important;
    z-index: 1050 !important
}

@media (max-width:768px) {
    .tableaction-container {
        overflow: visible !important
    }

    .tableaction-container .menu-sub-dropdown {
        position: fixed !important;
        z-index: 1050 !important
    }
}

.is-rotate-on {
    animation-name: spin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.border-darkgreen {
    border-color: #286125 !important
}

.badge-light-darkgreen {
    background-color: #d4e9d3 !important
}

.bg-darkgreen {
    background-color: #fff !important
}

.card-hover:hover {
    transform: translate(0, -10px);
    transition: .5s
}

.details-light {
    background-color: #f1f1f1 !important
}

.btn-secondary .active {
    background-color: #286125 !important
}

.tab_seg {
    background-color: #eee !important;
    cursor: pointer
}

.tab_seg:hover {
    background-color: #cfcfcf !important
}

.tab_seg+.active {
    background-color: #cfcfcf !important
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: #286125 !important;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px
}

.profile-initials {
    background-color: #f3f3f3;
    border-radius: 50%;
    font-size: 1.65rem;
    height: 5rem;
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder
}

.schedule-profile-initials {
    background-color: #f3f3f3;
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    min-width: 3rem
}

.profile-sub-links {
    opacity: .9;
    cursor: pointer;
    color: #286125
}

.profile-sub-links a {
    color: #286125;
    padding: 10px 10px 10px 10px
}

.profile-sub-links:hover a {
    opacity: 1;
    color: #286125;
    background-color: #f3f3f3
}

.tw-gird {
    display: grid !important
}

.scheduler-week-grid {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(100px, 1fr));
    max-width: 100%;
    height: 150px
}

.sub-data-bottom {
    border-bottom: #000 1px solid
}

.sub-data-left {
    border-left: #000 1px solid;
    border-bottom: #000 1px solid
}

.sub-data-right {
    border-left: #000 1px solid;
    border-right: #000 1px solid
}

.sub-items {
    border-width: 1px;
    border-color: #0000;
    box-shadow: 0 .1rem 1rem .25rem rgba(0, 0, 0, .05);
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer
}

.sub-items:hover {
    box-shadow: 0 .1rem 1rem .25rem #1313130d, 0 .1rem 1rem .25rem rgba(15, 105, 115, .05), 0 .1rem 1rem .25rem #1313130d;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer
}

.sub-item-border {
    position: absolute !important;
    width: .5rem !important;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    background-color: #286125;
    top: 0;
    left: 0;
    height: 100%
}

.tw-main-calendar {
    display: flex !important;
    width: 100% !important;
    overflow-x: scroll;
    white-space: nowrap
}

.tw-main-calendar .tw-main-item {
    width: 100% !important
}

.tw-main-calendar .tw-main-subitem:first-child {
    max-height: 60px;
    padding: 10px;
    height: 150px;
    min-width: 150px;
    width: 100% !important;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    font-weight: bolder;
    color: #286125
}

.tw-main-calendar .tw-main-subitem:nth-child(2) {
    max-height: 150px;
    padding: 10px;
    height: 150px;
    min-width: 150px;
    width: 100% !important;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef
}

.tw-main-calendar .tw-main-item:nth-child(7) {
    border-right: 1px solid #efefef
}

.bg-fe {
    background-color: #fafafa
}

.file-uploader .uploader-header {
    display: flex;
    align-items: center;
    border-radius: 5px 5px 0 0;
    justify-content: end
}

.uploader-header .file-completed-status {
    font-size: 1rem;
    font-weight: 500;
    color: #333
}

.file-uploader .file-list {
    list-style: none;
    width: 100%;
    padding-bottom: 10px;
    max-height: 400px;
    overflow-y: auto;
    scrollbar-color: #999 transparent;
    scrollbar-width: thin
}

.file-uploader .file-list:has(li) {
    padding: 20px
}

.file-list .file-item {
    display: flex;
    gap: 14px;
    margin-bottom: 22px
}

.file-list .file-item:last-child {
    margin-bottom: 0
}

.file-list .file-item .file-extension {
    height: 50px;
    width: 50px;
    color: #fff;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #286125
}

.file-list .file-item .file-content-wrapper {
    flex: 1
}

.file-list .file-item .file-content {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.file-list .file-item .file-name {
    font-size: 1rem;
    font-weight: 600
}

.file-list .file-item .file-info {
    display: flex;
    gap: 5px
}

.file-list .file-item .file-info small {
    color: #5c5c5c;
    margin-top: 5px;
    display: block;
    font-size: .9rem;
    font-weight: 500
}

.file-list .file-item .file-info .file-status {
    color: #286125
}

.file-list .file-item .cancel-button {
    align-self: center;
    border: none;
    outline: 0;
    background: 0 0;
    cursor: pointer;
    font-size: 1.4rem
}

.file-list .file-item .cancel-button:hover {
    color: #e3413f
}

.file-list .file-item .file-progress-bar {
    width: 100%;
    height: 3px;
    margin-top: 10px;
    border-radius: 30px;
    background: #d9d9d9
}

.file-list .file-item .file-progress-bar .file-progress {
    width: 0%;
    height: inherit;
    border-radius: inherit;
    background: #286125
}

.file-uploader .file-upload-box {
    margin: 10px 20px 20px;
    border-radius: 5px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-100);
    transition: all .2s ease
}

.file-uploader .file-upload-box.active {
    background-color: var(--bs-gray-200);
    border-color: var(--bs-gray-200)
}

.file-uploader .file-upload-box .box-title {
    font-size: 1.05rem;
    font-weight: 500;
    color: #626161
}

.file-uploader .file-upload-box.active .box-title {
    pointer-events: none
}

.file-upload-box .box-title .file-browse-button {
    color: #286125;
    cursor: pointer
}

.file-upload-box .box-title .file-browse-button:hover {
    text-decoration: underline
}

.responsive-nav {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
    flex-wrap: wrap !important
}

.responsive-nav>li {
    display: block
}

.bg-custom-item {
    background-color: #f6f6f6 !important
}

.timeline-line {
    position: relative;
    margin-top: 6px;
    padding-left: 0
}

.timeline-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 6px 0
}

.timeline-dot {
    position: absolute;
    left: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #6c757d;
    border: 2px solid #fff;
    z-index: 2
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e9ecef;
    z-index: 1
}

.timeline-item:first-child::before {
    top: 50%
}

.timeline-item:last-child::before {
    bottom: 50%
}

.timeline-text {
    margin-left: 20px;
    color: #495057;
    line-height: 1.4
}

.bg-darkgreen {
    background-color: #286125 !important
}

.input-group.input-group-solid .input-group-text+.form-control {
    border: none !important
}

.aside-transition {
    transition: all .3s ease
}

.bg-hover-secondary:hover {
    --bs-bg-rgb-color: var(--bs-secondary-rgb);
    background-color: var(--bs-secondary) !important;
    transition: .2s ease
}

.app-logo {
    margin-top: 4px
}

.modal-dismiss {
    position: absolute;
    right: 10px;
    top: 10px
}

.scan-icon-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: repeating-linear-gradient(to bottom, rgba(0, 0, 0, .04), rgba(0, 0, 0, .04) 1px, transparent 1px, transparent 6px), repeating-linear-gradient(to right, rgba(0, 0, 0, .04), rgba(0, 0, 0, .04) 1px, transparent 1px, transparent 6px), #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .7)
}

.otp-wrapper {
    display: flex;
    justify-content: center
}

.otp-input {
    width: 40px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border: 1.5px solid #d0d5dd;
    border-right: none;
    outline: 0;
    transition: all .15s ease
}

.otp-input:first-child {
    border-radius: 10px 0 0 10px
}

.otp-input:last-child {
    border-right: 1.5px solid #d0d5dd;
    border-radius: 0 10px 10px 0
}

.otp-input:focus {
    border-color: #286125;
    box-shadow: inset 0 0 0 1px #286125;
    position: relative;
    z-index: 2
}

.otp-input:disabled {
    background: #f9fafb
}

.tw-fill-current {
    color: #fff !important
}

.bg-primary-light {
    background-color: #f2f2f2 !important
}

.scheduler-grid-employees>div,
.scheduler-grid-footer>div,
.scheduler-grid-header>div {
    box-sizing: border-box;
    border-right: .5px solid #ddd !important;
    border-bottom: .5px solid #ddd !important
}

.scheduler-grid-header>div {
    border-top: .5px solid #ddd !important
}

.schedule-employee-details,
.schedule-footer-title,
.schedule-header-filter {
    border-left: .5px solid #ddd !important
}

.scheduler-grid-employees>div:last-child,
.scheduler-grid-footer>div:last-child,
.scheduler-grid-header>div:last-child {
    border-right: .5px solid #ddd !important
}

.schedule-header-dates {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 8px
}

.schedule-header-filter {
    position: sticky;
    left: 0;
    background-color: #fff;
    z-index: 10;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 8px;
    font-weight: 600;
    border-right: 1px solid #fff
}

.schedule-employee-details {
    position: sticky;
    left: 0;
    background-color: #fff;
    z-index: 10;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 8px;
    font-weight: 600;
    border-right: 1px solid #fff
}

.schedule-employee-select-details {
    padding: 10px;
    border-radius: 10px
}

.schedule-employee-select-details:hover {
    background-color: #f9f9f9;
    cursor: pointer
}

.schedule-footer-title {
    position: sticky;
    left: 0;
    background-color: #f8f9fa;
    z-index: 10;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 8px;
    font-weight: 600
}

.schedule-footer-dates {
    background-color: #f8f9fa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 8px;
    text-align: center;
    font-weight: 600
}

.btn-new-schedule {
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    border-radius: 5px;
    opacity: 0;
    transition: opacity .5s cubic-bezier(.4, 0, .2, 1)
}

.btn-new-schedule svg {
    opacity: 0;
    width: 10px;
    transition: opacity .5s cubic-bezier(.4, 0, .2, 1);
    padding-bottom: 2px
}

.btn-new-schedule:focus-visible,
.btn-new-schedule:hover {
    opacity: 1
}

.btn-new-schedule:focus-visible svg,
.btn-new-schedule:hover svg {
    opacity: 1
}

.btn-new-schedule.active {
    opacity: 1;
    background-color: #d4edda;
    border: 1px solid #28a745
}

.btn-new-schedule.active svg {
    opacity: 1
}

.schedule-employee-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    min-height: auto;
    height: auto
}

.schedule-employee-cell-content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.card-border-left {
    position: absolute;
    background-color: #7fa17f;
    top: -1px;
    left: -1px;
    width: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.schedule-main-shift {
    background-color: #fff;
    max-height: fit-content;
    border: transparent !important;
    transition: box-shadow .2s ease;
    border-bottom-right-radius: .375rem;
    border-top-right-radius: .375rem;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .09)
}

.schedule-main-shift:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.schedule-shift-card-border {
    position: absolute !important;
    width: .3rem !important;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    background-color: #c0cfbe;
    top: 0;
    left: 0;
    height: 100%
}

.schedule-main-timeoff {
    background-color: #286125;
    max-height: fit-content;
    border: transparent !important;
    transition: box-shadow .2s ease;
    border-bottom-right-radius: .375rem;
    border-top-right-radius: .375rem;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .09)
}

.schedule-main-timeoff:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.schedule-timeoff {
    color: #fff !important;
    margin-top: 1px
}

.schedule-timeoff svg {
    width: 11px;
    height: 11px;
    fill: #ffffff;
    margin-top: 4px !important
}

.schedule-timeoff span {
    margin-top: 0
}

.schedule-check-status-approved {
    position: relative
}

.schedule-check-status-timeoff-approved {
    position: relative;
    margin-top: 0
}

.schedule-check-status-approved svg {
    fill: #286125
}

.schedule-check-status-timeoff-approved svg {
    fill: #ffffff
}

.tooltip-svg svg {
    fill: #286125
}

.schedule-assgined-unit svg {
    fill: #ffffff;
    width: 8px
}

.hide-employee {
    display: none !important
}

#save_unit_area {
    padding-left: 10px !important;
    padding-right: 6px !important
}

#delete_scheduleEntryShift {
    padding-left: 13px !important;
    padding-right: 9px !important
}

.content-nodata {
    background: linear-gradient(to bottom, #f9f9f9, #fff)
}

.rmci_title {
    background-color: #286125;
    padding: 0px 10px;
    color: #fff;
    font-size: 3rem !important;
}

@media (max-width:1399px) {
    .responsive-nav {
        justify-content: center !important;
        flex-wrap: nowrap;
        flex-direction: row !important
    }

    .profile-sub-links {
        opacity: .9;
        cursor: pointer;
        color: #286125
    }
}

@media (min-width:1400px) {
    .responsive-nav {
        flex-wrap: wrap;
        flex-direction: column !important
    }

    .profile-sub-links {
        width: 100%;
        opacity: .9;
        cursor: pointer;
        color: #286125
    }
}

@media (min-width:576px) {
    .product-list {
        width: 100% !important
    }
}

@media (min-width:768px) {
    .product-list {
        width: 49% !important
    }
}

@media (max-width:991px) {
    .responsive-nav {
        justify-content: start !important
    }
}

@media (min-width:992px) {
    .app-logo img {
        margin-top: 20px;
        width: 120px
    }
}

@media (min-width:1200px) {
    .product-list {
        width: 32% !important
    }
}

@media (min-width:1400px) {
    .product-list {
        width: 24% !important
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@media (max-width:1200px) {
    .mainpage-container-side {
        display: none !important
    }
}

@media (max-width:991px) {
    .user_profile {
        display: none !important
    }
}

@media (max-width:681px) {
    .align-items-custom {
        display: flex !important;
        align-items: center !important;
        text-align: center !important
    }
}

@media (max-width:991.98px) {

    .menu .menu-item,
    .menu.menu-sub-indention,
    .menu.menu-column {
        position: relative;
    }

    .menu .menu-sub,
    .menu .menu-sub-dropdown,
    .menu .dropdown-menu,
    .menu-sub-dropdown {
        z-index: 2100 !important;
    }

    .menu .menu-item.show,
    .menu .menu-item.menu-item-show,
    .menu .menu-item.hover {
        z-index: 2101;
    }
}