:root {
    --black: #282f3a;
    --text: #282f3a;
    --blue: #0b7992;
    --lg-blue: #0b79925c;
    --tab-bg: #f4f5fa;
    --tab-over: rgb(40 47 58);
    --side: #025e72;
}
* {
    font-family: "Poppins", sans-serif;
}
/* i {
    color: #1584e4 !important;
}  */
body {
    background: #ebefff;
    display: none;
}
.container-fluid.page-body-wrapper {
    padding-left: 0;
    padding-right: 0;
}
.navbar-toggler:focus {
    box-shadow: unset !important;
}
.form-control:focus {
    box-shadow: unset !important;
}
.dash-icon {
    width: 22px;
    fill: #9b98a1;
}
.gap {
    column-gap: 24px;
}
.fixed-top {
    box-shadow: 0px 5px 21px -5px #cdd1e1 !important;
}
.dash-icon + span.menu-title {
    font-weight: 500 !important;
    font-size: 14px !important;
}
span.menu-title {
    color: #fff !important;
}
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] {
    border-radius: 0 0 0 0;
    /* border-top-right-radius: 32px;
    border-bottom-right-radius: 32px; */
}
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] {
    border-radius: 0px 32px 32px 0;
    background: unset;
    color: #fff;
}
.sidebar .nav .nav-item .nav-link[aria-expanded="true"] .menu-arrows {
    transform: rotate(90deg);
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: unset !important;
}
li.nav-item {
    position: relative;
}
img.menu-arrows {
    position: absolute;
    right: 32px;
    transition: all 0.2s ease-in;
    display: none;
}
.sidebar .nav.sub-menu {
    margin-bottom: 0;
    margin-top: 0;
    list-style: none;
    padding: 0.25rem 0 0 0.07rem;
    background: unset;
    padding-bottom: 12px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: 15px;
    margin-left: 40px;
}
.sidebar .nav:not(.sub-menu) > .nav-item.active {
    background: #d1f1fe;
}
.sidebar .nav.sub-menu .nav-item::before {
    content: "";
    width: 17px;
    height: 8px;
    position: absolute;
    margin-top: 16px;
    background-image: url(../images/arrow.svg) !important;
    background: unset;
    background-repeat: no-repeat;
    display: none;
}
.show,
.nav-link {
    color: #fff !important;
    font-size: 13px;
}
.show,
.active .nav-link {
    color: #000 !important;
    font-size: 13px;
}
.card.table-card {
    border: unset;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.pad-remove {
    padding: 35px 0 !important;
}
.apexcharts-toolbar {
    display: none !important;
}

.sidebar .nav:not(.sub-menu) > .nav-item:hover .gap {
    background: unset !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-radius: 0 0 0 0;
}
li.nav-item:hover .menu-title {
    color: #fff !important;
}

/* header css */
.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    height: 39px;
}
img.icon-menu {
    width: 23px;
    height: 25px;
    object-fit: contain;
}
.brand-logo img {
    height: 61px !important;
}
.heading h1 {
    color: #1584e4;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.input-group {
    padding: 0px !important;
    background-color: #f4f6ff;
    border-radius: 44px !important;
    width: 400px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    height: 37px;
}
.head-form::placeholder {
    font-size: 14px;
    color: #a6afd4 !important;
}
svg.search {
    width: 20px;
    height: 16px;
}

h4.profile {
    margin-bottom: 0;
    background-color: #cad2f4;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #30438e;
    font-weight: 600;
    border-radius: 50%;
    font-size: 15px;
}
.count-indicator img {
    width: 20px;
}
img.chat {
    width: 19px;
}
.over:hover {
    background-color: #f4f6ff !important;
    padding: 10px !important;
    border-radius: 50%;
    display: flex;
}
.over {
    padding: 10px !important;
}
a.navbar-brand.brand-logo {
    margin-left: 1rem;
}
.navbar {
    box-shadow: unset;
}
.sidebar {
    box-shadow: 0px 5px 21px -5px #cdd1e1;
    background: linear-gradient(to right, #4facfe, #00f2fe) !important;
}
.employee-no-border table{
    border: 0 !important;
}
button.fa{
    border: 0;
    background: none;
}
.leave-card.act-inact .fa.fa-trash{
    color: #ce1111;
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.login-in.page-body-wrapper{
    padding-top: 0px !important;
}
td.enter-time {
    width: 10%;
}
.enter-time input{
    width: 100px;
}
.enter-task input{
    width: 100%;
}
.table>:not(:last-child)>:last-child>*{
    border-bottom: 0;
}
.min-height .dataTables_info, .min-height .dataTables_paginate{
    display: none;
}
.min-height .dataTables_wrapper {
    max-height: 100px;
}
.height50{
    height: 50px;
}
.table-responsive.net-pay {
    max-height: 300px;
    white-space: normal;
}
.wd10{
    width: 10%;
}
.wd20{
    width: 20%;
}
.wd30{
    width: 30%;
}
.wd40{
    width: 40%;
}
.wd50{
    width: 50%;
}
.wd60{
    width: 60%;
}
.wd70{
    width: 70%;
}
.table-responsive.net-pay-noborder tbody, .table-responsive.net-pay-noborder table, .table-responsive.net-pay-noborder tr{
    border: 1px solid #fff;
}
.table-responsive.net-pay-noborder table.table td, .table-responsive.net-pay-noborder table.table th{
    padding: 15px 15px 5px 15px;
}
.table-responsive.net-pay table.table td, .table-responsive.net-pay table.table th{
    padding: 15px;
}
.align-right{
    text-align: right;
   }
   
@media (min-width: 992px) {
    .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo-mini {
        display: inline-block;
        margin-left: 1rem;
    }
}
.sidebar .nav:not(.sub-menu) {
    margin-left: 1rem;
    margin-right: 1rem;
}
.navbar-nav-right .nav-item {
    margin: 0 7px !important;
}
.navbar-nav-right .nav-item:first-child{
    margin: 0 0px !important;
}
.navbar .navbar-menu-wrapper {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
button.navbar-toggler.navbar-toggler.align-self-center {
    margin-right: 1px;
}
.user p {
    margin-bottom: 0;
    text-align: right;
    color: #544f5a;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
p.admin {
    color: #919fa9;
    font-size: 10px;
    line-height: 11px;
}
.user {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}
.navbar
    .navbar-menu-wrapper
    .navbar-nav
    .nav-item.dropdown
    .count-indicator
    .count {
        position: absolute;
        left: 46% !important;
        width: 16px !important;
        height: 16px;
        border-radius: 100%;
        background: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%) !important;
    border-color: #FF6F28 !important;
        top: 6px !important;
        border: 0px solid #ffffff;
        font-size: 11px;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 2px;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .counts {
    position: absolute;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #13a619;
    top: 17px;
}
.over {
    padding: 10px !important;
    border-radius: 50%;
    display: flex !important;
}

/* right sidebar */
@media (min-width: 992px) {
    .sidebar-icon-only .sidebar {
        width: 70px;
    }
}
.settings-panel .settings-close {
    top: 19px;
    width: 19px;
}

/* left sidebar */
a.nav-link:hover {
    color: #fff !important;
}
.active .dash-icon {
    fill: #062d42 !important;
}
.dash-icon {
    fill: #000 !important;
}
svg {
    overflow: unset !important;
}
.page-body-wrapper {
    padding-top: 35px !important;
}
.sidebar .nav .nav-item.active > .nav-link {
    background: unset;
    position: relative;
    border-radius: 32px;
    background: unset !important;
    /* border-right: 4px solid var(--black); */
    /* border-top-right-radius: 32px;
    border-bottom-right-radius: 32px; */
    border-radius: unset !important;
    margin-right: 0 !important;
    /* box-shadow: rgb(0 0 0 / 12%) 0px 3px 4px; */
}
.nav-link.gap{
    margin-right: 7px;
    column-gap: 0;
}
.nav-link .menu-title{
    margin-left: 10px;
    column-gap: 0;
}
/* .sidebar .nav:not(.sub-menu) > .nav-item.active {
    background: unset !important;
} */
/* span.menu-title {
    color: black !important;
} */
/* .sidebar .nav:not(.sub-menu) > .nav-item.active{
    background: unset !important;
} */

.sidebar .nav .nav-item.active > .nav-link i,
.sidebar .nav .nav-item.active > .nav-link .menu-title,
.sidebar .nav .nav-item.active > .nav-link .menu-arrow {
    color: #000 !important;
}
.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link,
.sidebar .nav:not(.sub-menu) > .nav-item:hover[aria-expanded="true"] {
    color: #fff;
}
.sidebar .nav:not(.sub-menu) > .nav-item {
    /* border-top-right-radius: 32px;
    border-bottom-right-radius: 32px; */
}
::placeholder {
    color: #7e8e9e !important;
}
.sidebar .nav:not(.sub-menu) > .nav-item {
    margin-top: 0.2rem;
    /* margin-bottom: 5px; */
}
img.dash-icon.pay {
    width: 12px;
}
.gaps {
    column-gap: 22px;
}
a.nav-link.gap {
    margin-right: 15px !important;
}

@media (min-width: 992px) {
    .sidebar-icon-only
        .sidebar
        .nav
        .nav-item.hover-open
        .nav-link:hover
        .menu-title {
        background: #1584e4;
    }
    .sidebar-icon-only
        .sidebar
        .nav
        .nav-item
        .nav-link[aria-expanded]
        .menu-title {
        border-radius: 0 5px 0 0px;
        color: var(--black) !important;
        background: white;
        width: 240px;
    }
    .sidebar-icon-only
        .sidebar
        .nav
        .nav-item.hover-open
        .nav-link:hover
        .menu-title {
        background: #ffffff;
        color: var(--black) !important;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
        width: 240px;
    }
    .sidebar-icon-only .sidebar .nav:not(.sub-menu) .nav-item.active {
        margin-right: 0;
    }
    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse,
    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
        display: block;
        background: #ffffff;
        border-radius: 0 0 5px 0;
        position: absolute;
        left: 70px;
        width: 240px !important;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        box-shadow: rgb(0 0 0 / 21%) 0px 11px 10px;
    }
    .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title .menu-arrows {
        display: none;
    }
    .sidebar-icon-only .sidebar .nav.sub-menu {
        padding: 4px 0 3px 1.5rem;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-right: 0;
    }
}
@media (min-width: 992px) {
    .sidebar-icon-only .sidebar .nav .nav-item .nav-link {
        display: block;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        text-align: center;
        position: static;
        margin-right: 0 !important;
    }
    .sidebar-dark.sidebar-icon-only
        .sidebar
        .nav
        .nav-item.hover-open
        .nav-link
        .menu-title {
        background: rgb(255, 255, 255);
    }
}

/* main content */

/* alert box */
@media (min-width: 992px) {
    .sidebar-icon-only .main-content {
        width: calc(100% - 70px);
    }
}
h1.heading-title {
    font-size: 21px;
    color: #1f82c8;
    font-weight: 600;
    margin: 10px 0 10px 0;
    padding: 0;
}
.main-content {
    width: calc(100% - 235px);
    padding: 20px;
    background-color: #f4f5fa;
    /* width: 83%; */
}
.fade:not(.show) {
    opacity: unset;
}
.box {
    display: flex;
    background-color: #ffffff;
    padding: 30px 30px 15px 30px;
    margin-bottom: 25px;
    border-radius: 22px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px;
}
.alert_box h1 {
    color: #524e59;
    font-weight: 500;
    font-size: 20px;
}
.alert_box h1 span {
    font-size: 26px;
    color: #524e59;
}
.image img {
    width: 160px;
    height: 115px;
    object-fit: contain;
}
.alert_box p {
    color: #aca9b1;
}
.buttons {
    color: #9155fd !important;
    background: unset !important;
    border: unset !important;
    font-size: 13px !important;
    padding: 0 !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}
.btn-primary:focus,
.wizard > .actions a:focus,
.btn-primary.focus,
.wizard > .actions a.focus {
    color: #fff;
    background-color: unset !important;
    border-color: #158de4;
    box-shadow: 0 0 0 0.2rem rgb(102 100 184 / 50%);
}
.btn-primary:hover,
.wizard > .actions a:hover {
    color: #fff;
    background-color: unset !important;
    border-color: #3b3a88;
}
img.settings-closes.ti-close {
    position: absolute;
    right: 33px;
    top: 15px;
    width: 10px;
    cursor: pointer;
}
.closeMonthTableContainer {
    overflow-x: auto;
    width: 100%;
}
#monthClosingTable {
    min-width: 1200px;
}
.intro {
    display: none !important;
}

/* cards */

.more {
    position: relative;
    top: 16px;
    right: 14px;
    cursor: pointer;
}
.card.card-tale {
    
    color: #ffffff;
    display: flex !important;
    flex-direction: inherit;
    padding: 0px 0px;
    border-radius: 22px;
    text-align: center;
}
.card0 {
    border-radius: 22px !important;
    background: #E03656 !important;
    margin: 10px;
}
.card1 {
    border-radius: 22px !important;
    background: #FFB22B !important;
    margin: 10px;
}
.card2 {
    border-radius: 22px !important;
    background: #45AEF1 !important;
    margin: 10px;
}
.card3 {
    border-radius: 22px !important;
    background: #7460EE !important;
}
.card-bodi p.mb-2 {
    color: #ffffff;
    white-space: nowrap;
    font-size: 13px;
    text-align: center;
}
.card-bodi p.fs-20.mb-2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
}
.card-icon img {
    width: 24px;
}
img.icons {
    width: 25px;
}
.card-1 {
    background-color: #E03656 !important;
    border: unset !important;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px;
}
.card-2 {
    background-color: #FFB22B !important;
    border: unset !important;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px;
}
.card-3 {
    background-color: #45AEF1 !important;
    border: unset !important;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px;
}
.card-4 {
    background-color: #7460EE !important;
    border: unset !important;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px;
}
.icon-1 {
   
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
}
.icon-1 img {
    width: 18px;
}
.icon-2 {
   
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
}
.icon-3 {
    
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
}
.icon-4 {
   
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
}
.icon-4.mb-3 img {
    width: 18px;
}
.icon-3.mb-3 img {
    width: 18px;
}
.card-bodi {
    padding: 10px !important;
}
.icon-2.mb-3 img {
    width: 18px;
}
.fa-solid.fa-users.icon, .fa-solid.fa-user-plus.icon, .fa-solid.fa-clock-rotate-left.icon,
.fa-solid.fa-briefcase.icon
{
    margin: 0 auto;
    padding: 0;
    font-size: 40px;
}
/* card calender */

.calendar-top p {
    color: var(--black);
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}
.calendar-date p {
    color: #79767e;
    font-weight: 500;
}
.date-calendar {
    background-color: #30438e;
    padding: 8px;
    color: white;
    width: 60px;
    text-align: center;
    height: 80px;
    border-radius: 5px;
    margin: auto;
}
.card-calendar {
    background: white;
    padding: 25px 15px;
    border-radius: 22px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px;
    margin-bottom: 25px;
}
.card-calendar-1 {
    padding: 15px 15px 10px;
    border-radius: 22px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px;
    margin-bottom: 0;
    min-height: 115px;
}
.countshown {
    position: unset;
    left: 10%;
    transform: translate(4px, 0px);
    color: var(--black) !important;
    font-size: 25px !important;
}
.carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png) !important;
}
.carousel-control-next-icon {
    background-image: url(../images/right-arrow.png) !important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 10px !important;
    height: 10px !important;
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 125px !important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
    height: fit-content !important;
}

@media (max-width: 991px) and (min-width: 576px) {
    .heading h1 {
        font-size: 20px;
    }
    .input-group {
        width: 200px;
    }
}
@media (max-width: 575px) and (min-width: 300px) {
    .heading h1 {
        font-size: 16px;
    }
    .input-group {
        width: 200px;
    }
}

/* Chart CSS */
#chart,
.chart-box {
    padding-top: 20px;
    padding-left: 10px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 22px 35px -16px rgba(0, 0, 0, 0.1);
}

select.flat-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #008ffb
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60px' height='60px'><polyline fill='white' points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>")
        no-repeat scroll right 2px top 9px / 16px 16px;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-family: arial, tahoma;
    font-size: 16px;
    font-weight: bold;
    outline: 0 none;
    height: 33px;
    padding: 5px 20px 5px 10px;
    text-align: center;
    text-indent: 0.01px;
    text-overflow: "";
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease 0s;
    width: auto;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
select.flat-select:focus,
select.flat-select:hover {
    border: 0;
    outline: 0;
}

.apexcharts-canvas {
    margin: 0 auto;
}

#html {
    display: none;
}
.row.chart {
    margin-top: 25px;
    margin-bottom: 25px;
}
#chart,
.chart-box {
    padding-top: 20px;
    padding-left: 10px;
    background: #fff;
    border: unset;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px;
    border-radius: 5px;
}

/* table */
.d-flex.top-table {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
h4.card-title {
    margin-bottom: 0 !important;
    color: var(--black) !important;
    font-weight: 500 !important;
    font-size: 1.125rem !important;
}
select.sel {
    border: unset;
    background: #6ebbef47;
    border-radius: 10px;
    padding: 5px 10px;
    color: #505d66;
    display: inline;
    margin-right: 15px;
}
.d-flex.justify-content-center p {
    margin-bottom: 0;
}
table.table th {
    color: #8c8e96;
    font-weight: 400;
}
table.table td {
    color: #565a6c;
    font-weight: 500;
    padding: 15px;
}
#allocations table th,
#LeaveByemployee table th {
    text-align: center;
}
#allocations table.table td,
#LeaveByemployee table.table td {
    padding: 2px;
}
#allocations .form-control,
#LeaveByemployee .form-control {
    padding: 10px 2px;
    text-align: center;
}
#LeaveByemployee #employeeRow td {
    padding: 10px 2px;
}
.action-img img:nth-child(2) {
    width: 20px;
    height: 20px;
}
img.tab-img {
    margin-left: -10px;
}
td.py-1 img {
    width: 19px;
    height: 19px;
    border: 2px solid #158dd4;
}
table.table,
th,
td {
    border: 0;
}
table.table th {
    padding: 4px 5px;
    font-weight: 600;
    color: #544f5a;
}
button.table-pending {
    background-color: #fff5de;
    border: unset;
    padding: 4px 27px;
    border-radius: 12px;
    color: #ffb400;
}
table.table {
    text-align: left;
}
button.table-done {
    background-color: #e1f5d3;
    border: unset;
    padding: 4px 25.5px;
    border-radius: 12px;
    color: #56ca00;
}
.d-flex.action-img img {
    border-radius: unset;
    width: 18px;
    height: 20px;
    object-fit: contain;
}
.d-flex.action-img {
    column-gap: 10px;
}
button.table-rejrct {
    background-color: #ffe9e9;
    border: unset;
    padding: 4px 25.5px;
    border-radius: 12px;
    color: #f44336;
}
/* checkin */
.check-but {
    column-gap: 15px;
}
.chekcin {
    margin-top: 20px;
}
.chekcin h5 {
    color: #544f5a;
    font-size: 16px;
    font-weight: 700;
}
.timer p {
    color: #79767e;
}
p.time strong {
    color: #30438e;
    background: #82c7d6;
    padding: 3px 6px;
    border-radius: 5px;
}
button.checkin-button {
    border: 0;
    background: #9155fd;
    color: #fffff7;
    padding: 5px 20px;
    border-radius: 5px;
}
button.checkout-button {
    border: 1px solid #89868f;
    color: #89868f;
    padding: 5px 20px;
    border-radius: 5px;
    background: no-repeat;
}
.schedules {
    background: white;
    padding: 25px 25px;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px;
}
.schedule p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
}
.call p {
    font-size: 10px;
    color: #626b8e;
    margin-bottom: 0;
    font-weight: 700;
}
.client p {
    color: #707868;
    font-size: 8px;
}
.client h6 {
    font-size: 13px;
    margin-bottom: 0;
    color: white;
}
.schedule {
    margin-bottom: 20px;
}
.schedule-text p {
    margin-bottom: 0;
    font-size: 12px;
    color: white;
    text-align: left !important;
}
img.avatar {
    width: 40px;
    height: 35px;
    object-fit: contain;
}
button.view-btn {
    background: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%) !important;
    border-color: #FF6F28 !important;
    border: unset;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    border-radius: 20px;
    font-weight: 600;
    padding: 6px 0;
}
.client-1 {
    background-color: #475ebc;
    padding: 7px 0 7px 15px;
    border-radius: 5px;
}
.client-2 {
    background-color: #0b7992;
    padding: 7px 0 7px 15px;
    border-radius: 5px;
}
.client-3 {
    background-color: #3b9a0e;
    padding: 7px 0 7px 15px;
    border-radius: 5px;
}
.client-4 {
    background-color: #ca831a;
    padding: 7px 0 7px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}
img.cal-img {
    width: 17px;
    margin-top: -4px;
}
.schedule-text .d-flex {
    column-gap: 10px !important;
}
/* calender carousel */

.calendar-values {
    margin-top: 30px;
    margin-bottom: 30px;
}
.calendar-values .col {
    text-align: center;
    color: #888;
}
.calendar-values > .col-md-3,
.calendar-values > .col-md-4 {
    border-right: 1px solid #eee;
}
.calendar-values .col.last {
    border: 0;
}
.calendar-values .col .glyphicon {
    font-size: 40px;
    padding: 5px 0;
    margin-bottom: 5px;
}
.calendar-values .col .glyphicon-comment {
    margin-top: 0;
    font-size: 63px;
    padding-top: 0;
}
.calendar-values .col .title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: block;
    clear: both;
    text-transform: uppercase;
}
.calendar-values .col .subtitle {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    display: block;
    clear: both;
    text-transform: uppercase;
}
.calendar-values .col .value {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    display: block;
    clear: both;
}
.calendar-values .col .label {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    display: block;
    clear: both;
    text-transform: uppercase;
    color: #666;
}
.calendar-values .col .label small {
    margin-left: 5px;
    color: #888;
    font-weight: 100;
}

.page-content .calendar-values {
    display: none;
}

.modal .calendar-values {
    padding: 20px 0;
    margin: 0px;
}
.modal .range-calendar {
    padding: 10px 0;
}
.modal .calendar-values .col .glyphicon {
    font-size: 22px;
}
.modal .calendar-values .col .glyphicon-comment {
    font-size: 22px;
}
.modal .calendar-values .col .title {
    font-size: 12px;
}
.modal .calendar-values .col .subtitle {
    font-size: 12px;
}
.modal .calendar-values .col .value {
    font-size: 30px;
}
.modal .calendar-values .col .label {
    font-size: 14px;
}

.range-cal-trigger {
    border: 0;
    height: 100%;
    background-color: transparent;
}
/* .range-cal-trigger .glyphicon {
} */

.colorization-group {
    margin-top: 15px;
}
.colorization-group .btn {
    padding: 15px;
    border: 0;
    border-radius: 1px;
}
.colorization-group .btn .glyphicon {
    font-size: 14px;
    line-height: 16px;
    opacity: 0;
    display: none;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 0;
    margin-right: 10px;
    display: none;
}
.colorization-group .btn .title {
    font-weight: 100;
    font-size: 14px;
    float: left;
}
.colorization-group .btn .half-color {
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    background-color: #f9f9f9;
}
.colorization-group .btn.selected {
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.colorization-group .btn.selected .glyphicon {
    color: #fff;
    opacity: 1;
    margin: 0;
    display: none;
    float: left;
    margin-right: 5px;
    margin-top: -10px;
    height: 20px;
}
.colorization-group .btn.selected .title {
    display: block;
}
.colorization-group .btn.selected .half-color {
    opacity: 0.5;
}
.colorization-group .colors-info .title {
    font-weight: bold;
    font-size: 16px;
    display: block;
    clear: both;
    margin-bottom: 5px;
    opacity: 0.5;
}
.colorization-group .colors-info .subtitle {
    font-weight: 100;
    font-size: 16px;
    width: 100px;
    display: block;
    clear: both;
}
.colorization-group .colors-info .title .glyphicon {
    margin-right: 5px;
    opacity: 0.5;
}

.section {
    width: 250px;
    margin: auto;
}

/* web checkin */

.tick {
    padding-bottom: 1em;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.chekcin p {
    color: #79767e;
}
.tick-label {
    font-size: 0.375em;
    text-align: center;
}
.default-theme .calendar .cell {
    background: var(--lg-blue);
}
.month-cell.cell {
    background: var(--lg-blue);
}
.tick-group {
    margin: 0 0.25em;
    text-align: center;
}
.tick-group:nth-child(1) {
    display: none;
}
span.tick-label.tick-text {
    visibility: hidden;
}
.tick-group:nth-child(2):after {
    content: ":";
    position: relative;
    top: -31px;
    left: 21px;
}
.tick-group:nth-child(3):after {
    content: ":";
    position: relative;
    top: -30px;
    left: 17px;
}

#clock1 {
    /* width: 255px; */
    margin-left: 0px;
    /* height: 50px; */
    margin-top: 20px;
}
.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #ffffff;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: var(--blue);
    border-radius: 6px;
    font-size: 20px;
}
.default-theme .range-bar {
    background-color: var(--blue) !important;
}
.range-calendar .months .cell.selected {
    background-color: var(--blue) !important;
}
.flip-clock-wrapper .flip {
    box-shadow: unset;
}
.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: unset;
    background-color: unset;
}
span.flip-clock-label {
    display: none;
}

.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: 32px;
    height: 35px;
    font-size: 78px;
    font-weight: bold;
    line-height: 60px;
    border-radius: 6px;
}

/* Tabstrib css --by shaju*/

.tabs {
    display: flex;
    position: relative;
    overflow-y: unset;
    padding: 10px 0;
    overflow-x: auto;
}
.tabs .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    border-radius: 15px;
    background-color: var(--black);
    transition: all 0.3s ease;
    display: none;
}
.tab-item {
    /* min-width: 80px; */
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    text-align: center;
    color: var(--text);
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 0px solid transparent;
    opacity: 1;
    cursor: pointer;
    transition: all 0.5s ease;
    width: 210px;
    white-space: nowrap;
    background: var(--tab-bg);
    border-right: 1px solid #d3d3d36e;
}
.tab-item.active:before {
    content: "";
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #fe694e;
    top: 109%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tab-item.active {
    position: relative;
}
.tab-icon {
    font-size: 20px;
    width: 32px;
    position: relative;
    top: 2px;
    display: none !important;
}
.tab-item:hover {
    opacity: 0.3;
    background-color: var(--tab-over);
    border-color: rgba(194, 53, 100, 0.1);
    color: #ffffff;
}
.tab-item.active {
    opacity: unset;
    background: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%) !important;
    border-color: #FF6F28 !important;
    color: white;
}
.tab-content {
    padding: 0;
    border: none;
}
.tab-pane {
    color: #333;
    display: none;
}
.tab-pane.active {
    display: block;
}
.tab-pane h2 {
    font-size: 24px;
    margin-bottom: 8px;
}
input[type="file"] {
    display: block;
}
.imageThumb {
    max-height: 75px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
}
.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}
.remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
}
.remove:hover {
    background: white;
    color: black;
}
.link-line-icon {
    margin: 3px;
}

.section {
    margin-bottom: 0.3rem;
    display: grid;
    align-items: center;
    padding: 10px;
}
.file {
    margin-top: 2.2rem;
}
.input {
    font-family: inherit;
    font-size: 14px;
    color: inherit;
    border-radius: 7px;
    padding: 0.5rem 1rem;
    background-color: transparent;
    border: none;
    width: 100%;
    box-sizing: border-box;
    outline: 1px solid rgba(0, 0, 0, 0.125);
}

.input:focus {
    /* outline: 1px solid #1bcfb4; */
    outline: 1px solid #c23564;
}

.label {
    background-color: #fff;
    justify-self: start;
    transition-property: transform, padding, font-size;
    transition-duration: 0.3s;
    margin: 0 1rem;
    font-size: 14px;
    pointer-events: none;
    color: lightgray;
}

.label,
.input {
    grid-column-start: 1;
    grid-row-start: 1;
}

.input:focus ~ .label,
.input:not(:placeholder-shown) ~ .label {
    transform: translateY(-105%);
    font-size: 0.8rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    color: #c23564;
}

.section ::placeholder {
    color: transparent;
}

.invalid .input {
    outline: 1px solid red;
}

.invalid .label {
    color: red;
}

.error {
    margin-top: 0.5rem;
    color: red;
}
.button-bottom {
    position: fixed;
    bottom: 0px;
    height: 50px;
    width: 100%;
    margin-left: -36px;
    background: white;
    padding: 10px;
}
.button-right {
    position: absolute;
    right: 415px;
    margin-top: -50px;
    top: 56px;
}
/* Tabstrib css --by shaju*/
.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 37px;
    text-decoration: none !important;
}
.flip-clock-dot {
    display: block;
    background: #323434;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    box-shadow: unset;
    left: -3px;
}
.flip-clock-dot.bottom {
    bottom: 70px;
}
.flip-clock-dot.top {
    top: 15px;
}
.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 0px;
    height: 100px;
}

/* buttons */

.btn-table-primary {
    text-decoration: none !important;
    font-size: 14px !important;
    background: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%) !important;
    border-color: #FF6F28 !important;
    color: #ffffff !important;
    float: right !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    border-radius: 30px !important;
    padding: 4px 20px !important;
    border: unset !important;
}
.btn-table-secondary {
    text-decoration: none !important;
    font-size: 14px !important;
    background: #f7faffbd !important;
    color: #272e39 !important;
    float: right !important;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px !important;
    border-radius: 30px !important;
    padding: 4px 20px !important;
    margin-right: 15px;
    border: unset !important;
}
.btn-table-primary img {
    background: var(--black);
    border-radius: 50%;
    width: 10px;
    height: 15px;
    margin-top: -3px;
}

/* tables */

.table > thead {
    vertical-align: bottom;
    border-radius: 5px;
    position: relative;
    top: 0px;
    background: #d1f1fe;
    color: #fff;
    height: 40px;
}
tbody tr:nth-of-type(even) {
    background-color: #f2f2fe !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: unset !important;
    color: var(--bs-table-striped-color);
}
tbody tr:nth-of-type(odd) {
    background-color: white !important;
}
/* .table>tbody {
    vertical-align: inherit;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
} */
.table-title {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 5px;
}
.table-title img {
    width: 24px;
    height: 23px;
}
.icon-table-header {
    background: var(--black);
    padding: 6px 10px;
    border-radius: 4px;
    color: #ffffff;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
}
.table a {
    text-decoration: none;
    position: unset;
}
.card.shadow-remove {
    box-shadow: unset;
    border: unset;
}
.check-box-1 {
    border-right: 1px solid lightgrey;
    box-shadow: rgb(0 0 0 / 24%) 4px 6px 13px;
    border-radius: 10px;
    padding: 25px 25px;
}
.check-box {
    border-right: 1px solid lightgrey;
    box-shadow: rgb(0 0 0 / 24%) 4px 4px 8px;
    border-radius: 10px;
    padding: 25px 25px;
}
span.check-text {
    margin-left: 10px;
}
.credit-Tab {
    /* height: 70px; */
    margin: 10px;
    border-radius: 20px;
    text-align: left;
    padding: 13px 17px;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.credit-tab-date {
    margin-bottom: 7px;
}
.formats {
    width: fit-content;
}
ul.format-list li {
    list-style-type: none;
}
ul.format-list li a {
    text-decoration: unset;
    color: #85818c !important;
}
ul.format-list li a:hover {
    color: var(--text) !important;
}
ul.format-list {
    padding-left: 15px;
    margin-bottom: 0;
}
.dropdown-menu.show {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: unset;
}
.group {
    display: flex;
    justify-content: end;
    align-items: center;
}
.search-icon {
    color: #a6b6e0;
    font-size: 14px !important;
}
.col-12.time-sheet-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.leave-setup {
    margin-bottom: 0 !important;
}
a.cardText.text-white h4 {
    color: #fff;
    font-size: 20px !important;
    margin-bottom: 0;
}
a.cardText.text-white {
    text-decoration: none;
}
.btn-active {
    color: #0fcb4f;
    border-radius: 28px;
    padding: 2px 25px 2px 15px;
    font-size: 14px;
    background: #deeee8;
    font-weight: 500;
 }
 .act-inact .btn-active {
    color: #0fcb4f;
    border-radius: 28px;
    padding: 2px 25px 2px 15px;
    font-size: 14px;
    background: #deeee8;
    font-weight: 500;
    position: relative;
 }
 .act-inact .btn-active::before {
    content: "";
    position: absolute;
    background-color: #0fcb4f;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    right: 5px;
    top: 40%;
 }
 .leave-setup .act-inact .btn-active::before {
    display: none;
 }
.setup-leave {
    padding: 15px 10px;
    border-radius: 22px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.max-width-300 {
    max-width: 300px;
    background-color: white;
}
.max-width-300 button{
    height: 46px;
}
.setup-leave1 {
    background: #FFB22B!important;
    padding: 15px 10px;
    border-radius: 22px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.setup-leave2 {
    background: #45AEF1;
    padding: 15px 10px;
    border-radius: 22px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.text-black {
    color: #000;
    font-size: 13px;
}
.leave-text {
    text-align: center;
}
.btn-active:before {
    content: "";
    position: absolute;
    background-color: #0fcb4f;
    width: 0px;
    height: 6px;
    border-radius: 50%;
    right: 24px;
    top: 46%;
}
.btn-inactive:before {
    content: "";
    position: absolute;
    background-color: #e8203f;
    width: 0px;
    height: 6px;
    border-radius: 50%;
    right: 20px;
    top: 46%;
}
.btn-inactive {
    color: #e8203f;
    border-radius: 28px;
    padding: 2px 25px 2px 15px;
    font-size: 14px;
    background: #deeee8;
    font-weight: 500;
}
.setup-leave a.cardText.text-white h4 {
    color: #000;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 140px;
}
.setup-leave .remove-button {
    border: none;
    background: none;
    color: red;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc {
    background-image: none !important;
}
.loss {
    float: right;
    margin-top: -26px;
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}
li.nav-item.nav-profile.dropdown {
    position: relative !important;
}

/* calendar css */

td.dycalendar-target-date:before {
    content: "";
    position: absolute;
    background: #0b7992;
    width: 25px;
    height: 4px;
    bottom: 5px;
    border-radius: 30px;
    transform: translate(-50%, -50%);
    left: 50%;
}
td.dycalendar-target-date {
    position: relative;
}

.box-cal {
    position: relative;
    border: unset;
    border-radius: 22px;
    margin-top: 25px;
    background: white;
}
/* .container-cal
{
    position: relative;
    width: 400px;
    min-height: 400px;
    background: rgba(255,255,255,0.1);
    box-shadow:0 25px 45px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.5);
    border-right: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(25px);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.container-cal {
    position: relative;
    width: 300px;
    max-height: 350px;
    border-radius: 10px;
    margin: auto;
}
.sidebar-icon-only .container-cal {
    width: 350px;
}
#calendar {
    width: 100%;
    padding: 0px;
}
#calendar table {
    width: 100%;
    margin-top: 5px;
    border-spacing: 5px;
}
#calendar table td {
    color: var(--black);
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}
#calendar table td:hover {
    background: unset;
    color: var(--blue) !important;
}
#calendar table tr:nth-child(1) td {
    background: #fff;
    color: #111;
    border-radius: 5px;
    font-weight: 600;
}

.dycalendar-target-date {
    background: var(--blue) !important;
    color: #111;
}
.dycalendar-prev-next-btn.prev-btn {
    background: #fff;
    color: #111;
    width: 44px;
    height: 38px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
.dycalendar-prev-next-btn.next-btn {
    background: #fff;
    color: #111;
    width: 44px;
    height: 38px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
.dycalendar-span-month-year {
    color: var(--text);
    font-size: 16px;
    font-weight: 600;
}
h3,
a {
    padding-top: 0px;
    color: rgb(16, 191, 235);
    text-align: center;
    text-emphasis: none;
}
.dycalendar-body tbody tr:nth-of-type(even) {
    background: unset !important;
}
.dycalendar-body tbody tr:nth-of-type(odd) {
    background: unset !important;
}
#calendar table tr:nth-child(1) td:hover {
    background: unset !important;
    color: var(--blue) !important;
}

/* cal-ss */

.dycalendar-container {
    display: inline-block;
    border: 1px solid #eee;
}

.dycalendar-container.round-edge {
    border-radius: 5%;
    -o-border-radius: 5%;
    -moz-border-radius: 5%;
    -webkit-border-radius: 5%;
}

/*================================== DAY CALENDAR ========================*/
/*
 * day calendar style
 *-------------------------------------------------*/
.dycalendar-day-container {
    padding: 10px;
    text-align: center;
    font-family: Arial;
}

.dycalendar-day-container div {
    padding: 0;
    margin-bottom: 10px;
}

.dycalendar-day-container .dycalendar-span-day {
    font-size: 110%;
}

.dycalendar-day-container .dycalendar-span-date {
    font-size: 250%;
}

.dycalendar-day-container .dycalendar-span-month-year {
    font-size: 90%;
}

/*================================== DAY CALENDAR ENDS HERE ===============*/

/*================================== MONTH CALENDAR DEFAULT ========================*/

/*
 * month calendar style
 *-------------------------------------------------*/
.dycalendar-month-container {
    /* padding: 10px; */
    text-align: center;
    font-family: Arial;
}

.dycalendar-month-container div {
    padding: 0;
    margin-bottom: 10px;
}

.dycalendar-month-container .dycalendar-header {
    position: relative;
}

.dycalendar-month-container .dycalendar-header .dycalendar-prev-next-btn {
    position: absolute;
    top: 0;
    cursor: pointer;
}

.dycalendar-month-container
    .dycalendar-header
    .dycalendar-prev-next-btn.prev-btn {
    left: 0;
}

.dycalendar-month-container
    .dycalendar-header
    .dycalendar-prev-next-btn.next-btn {
    right: 0;
}

.dycalendar-month-container .dycalendar-span-month-year {
    margin: 5px;
    cursor: pointer;
}

.dycalendar-month-container .dycalendar-body table tr td {
    padding: 5px;
}

.dycalendar-month-container .dycalendar-today-date,
.dycalendar-month-container .dycalendar-target-date {
    background-color: unset !important;
    color: #0b7992 !important;
    border-radius: 2px;
    font-weight: 600;
}

/*================================== MONTH CALENDAR ENS HERE ===============*/

/*================================== DYCALENDAR SKIN =======================*/

/*
 * calendar skin  (default skin)
 *-------------------------------------------------*/
.dycalendar-container.gradient {
    background: #fff;
    background: linear-gradient(#fff, #d3d3d3);
    background: -o-linear-gradient(#fff, #d3d3d3);
    background: -moz-linear-gradient(#fff, #d3d3d3);
    background: -webkit-linear-gradient(#fff, #d3d3d3);
}

/*
 * calendar skin  (skin-black)
 *-------------------------------------------------*/
.dycalendar-container.skin-black {
    color: #fff;
    background-color: #111;
    border: 0;
}

.dycalendar-container.skin-black.gradient {
    background: #111;
    background: linear-gradient(#555, #111);
    background: -o-linear-gradient(#555, #111);
    background: -moz-linear-gradient(#555, #111);
    background: -webkit-linear-gradient(#555, #111);
}

.dycalendar-container.skin-black .dycalendar-today-date,
.dycalendar-container.skin-black .dycalendar-target-date {
    background-color: #fff;
    color: #111;
    border-radius: 2px;
}

/*
 * calendar skin  (skin-blue)
 *-------------------------------------------------*/
.dycalendar-container.skin-blue {
    color: #fff;
    background-color: #3c99d3;
    border: 0;
}

.dycalendar-container.skin-blue.gradient {
    background: #3c99d3;
    background: linear-gradient(#5ebbf5, #3c99d3);
    background: -o-linear-gradient(#5ebbf5, #3c99d3);
    background: -moz-linear-gradient(#5ebbf5, #3c99d3);
    background: -webkit-linear-gradient(#5ebbf5, #3c99d3);
}

.dycalendar-container.skin-blue .dycalendar-today-date,
.dycalendar-container.skin-blue .dycalendar-target-date {
    background-color: #fff;
    color: #3c99d3;
    border-radius: 2px;
}

/*
 * calendar skin  (skin-green)
 *-------------------------------------------------*/
.dycalendar-container.skin-green {
    color: #fff;
    background-color: #2bb063;
    border: 0;
}

.dycalendar-container.skin-green.gradient {
    background: #2bb063;
    background: linear-gradient(#3dd175, #2bb063);
    background: -o-linear-gradient(#3dd175, #2bb063);
    background: -moz-linear-gradient(#3dd175, #2bb063);
    background: -webkit-linear-gradient(#3dd175, #2bb063);
}

.dycalendar-container.skin-green .dycalendar-today-date,
.dycalendar-container.skin-green .dycalendar-target-date {
    background-color: #fff;
    color: #2bb063;
    border-radius: 2px;
}

/*
 * calendar skin  (skin-purple)
 *-------------------------------------------------*/
.dycalendar-container.skin-purple {
    color: #fff;
    background-color: #975ea4;
    border: 0;
}

.dycalendar-container.skin-purple.gradient {
    background: #975ea4;
    background: linear-gradient(#ca82d7, #975ea4);
    background: -o-linear-gradient(#ca82d7, #975ea4);
    background: -moz-linear-gradient(#ca82d7, #975ea4);
    background: -webkit-linear-gradient(#ca82d7, #975ea4);
}

.dycalendar-container.skin-purple .dycalendar-today-date,
.dycalendar-container.skin-purple .dycalendar-target-date {
    background-color: #fff;
    color: #975ea4;
    border-radius: 2px;
}

/*
 * calendar skin  (skin-red)
 *-------------------------------------------------*/
.dycalendar-container.skin-red {
    color: #fff;
    background-color: #e94d40;
    border: 0;
}

.dycalendar-container.skin-red.gradient {
    background: #e94d40;
    background: linear-gradient(#fb6f62, #e94d40);
    background: -o-linear-gradient(#fb6f62, #e94d40);
    background: -moz-linear-gradient(#fb6f62, #e94d40);
    background: -webkit-linear-gradient(#fb6f62, #e94d40);
}

.dycalendar-container.skin-red .dycalendar-today-date,
.dycalendar-container.skin-red .dycalendar-target-date {
    background-color: #fff;
    color: #e94d40;
    border-radius: 2px;
}

/*
 * calendar skin  (skin-spacegray)
 *-------------------------------------------------*/
.dycalendar-container.skin-spacegray {
    color: #fff;
    background-color: #343d46;
    border: 0;
}

.dycalendar-container.skin-spacegray.gradient {
    background: #343d46;
    background: linear-gradient(#454e57, #343d46);
    background: -o-linear-gradient(#454e57, #343d46);
    background: -moz-linear-gradient(#454e57, #343d46);
    background: -webkit-linear-gradient(#454e57, #343d46);
}

.dycalendar-container.skin-spacegray .dycalendar-today-date,
.dycalendar-container.skin-spacegray .dycalendar-target-date {
    background-color: #fff;
    color: #343d46;
    border-radius: 2px;
}

/*================================== DYCALENDAR SKIN ENDS HERE =============*/

/*================================== DYCALENDAR SHADOW =====================*/
/*
 * calendar shadow  (shadow-default)
 *-------------------------------------------------*/
.dycalendar-container.shadow-default {
    -o-box-shadow: 0 4px 4px 0 rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0 4px 4px 0 rgba(50, 50, 50, 0.4);
    -webkit-box-shadow: 0 4px 4px 0 rgba(50, 50, 50, 0.4);
    box-shadow: 0 4px 4px 0 rgba(50, 50, 50, 0.4);
}

/*
  * calendar shadow  (shadow-black)
  *-------------------------------------------------*/
.dycalendar-container.shadow-black {
    -o-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
}

/*
 * calendar shadow  (shadow-blue)
 *-------------------------------------------------*/
.dycalendar-container.shadow-blue {
    -o-box-shadow: 0 4px 4px 0 rgba(60, 153, 211, 0.4);
    -moz-box-shadow: 0 4px 4px 0 rgba(60, 153, 211, 0.4);
    -webkit-box-shadow: 0 4px 4px 0 rgba(60, 153, 211, 0.4);
    box-shadow: 0 4px 4px 0 rgba(60, 153, 211, 0.4);
}

/*
 * calendar shadow  (shadow-green)
 *-------------------------------------------------*/
.dycalendar-container.shadow-green {
    -o-box-shadow: 0 4px 4px 0 rgba(43, 176, 99, 0.4);
    -moz-box-shadow: 0 4px 4px 0 rgba(43, 176, 99, 0.4);
    -webkit-box-shadow: 0 4px 4px 0 rgba(43, 176, 99, 0.4);
    box-shadow: 0 4px 4px 0 rgba(43, 176, 99, 0.4);
}

/*
 * calendar shadow  (shadow-purple)
 *-------------------------------------------------*/
.dycalendar-container.shadow-purple {
    -o-box-shadow: 0 4px 4px 0 rgba(151, 94, 164, 0.4);
    -moz-box-shadow: 0 4px 4px 0 rgba(151, 94, 164, 0.4);
    -webkit-box-shadow: 0 4px 4px 0 rgba(151, 94, 164, 0.4);
    box-shadow: 0 4px 4px 0 rgba(151, 94, 164, 0.4);
}

/*
 * calendar shadow  (shadow-red)
 *-------------------------------------------------*/
.dycalendar-container.shadow-red {
    -o-box-shadow: 0 4px 4px 0 rgba(233, 77, 64, 0.4);
    -moz-box-shadow: 0 4px 4px 0 rgba(233, 77, 64, 0.4);
    -webkit-box-shadow: 0 4px 4px 0 rgba(233, 77, 64, 0.4);
    box-shadow: 0 4px 4px 0 rgba(233, 77, 64, 0.4);
}

/*
 * calendar shadow  (shadow-spacegray)
 *-------------------------------------------------*/
.dycalendar-container.shadow-spacegray {
    -o-box-shadow: 0 4px 4px 0 rgba(52, 61, 70, 1);
    -moz-box-shadow: 0 4px 4px 0 rgba(52, 61, 70, 1);
    -webkit-box-shadow: 0 4px 4px 0 rgba(52, 61, 70, 1);
    box-shadow: 0 4px 4px 0 rgba(52, 61, 70, 1);
}
/* sidebar dark css */

.sidebar-dark .active .dash-icon {
    fill: #fff !important;
}
.sidebar-dark .sidebar {
    background: #ffffff;
}
.sidebar-dark .navbar .navbar-brand-wrapper {
    background: #ffffff;
}
.sidebar-dark.sidebar-icon-only
    .sidebar
    .nav
    .nav-item.hover-open
    .nav-link:hover
    .menu-title {
    background: rgb(255, 255, 255);
}
.sidebar-dark .sidebar .nav.sub-menu {
    background: #ffffff;
}
.sidebar-dark .tab-item.active {
    background: var(--side);
}
.sidebar-dark .tab-item.active:before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 8px solid var(--side);
}
.sidebar-dark .icon-table-header {
    background: var(--side);
}
.sidebar-dark h4.card-title {
    color: var(--side) !important;
}
.sidebar-dark h1.heading-title {
    color: var(--side);
}
.sidebar-dark .sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: var(--side) !important;
}
.sidebar-dark .sidebar .nav .nav-item.active > .nav-link .menu-title,
.sidebar-dark .sidebar .nav .nav-item.active > .nav-link i {
    color: var(--side) !important;
}
.sidebar-dark .sidebar .nav .nav-item.active > .nav-link {
    border-right: 4px solid var(--side);
}
.sidebar-dark a.nav-link:hover {
    color: var(--side) !important;
}
.sidebar-dark .btn-table-primary {
    background: var(--side) !important;
}
.sidebar-dark #settings-trigger {
    background: var(--side);
}
.sidebar-dark .calendar-top p {
    color: var(--side);
}
.sidebar-dark .schedule p {
    color: var(--side);
}
.sidebar-dark button.view-btn {
    background: var(--side);
}
.sidebar-dark .btn-table-primary img {
    background: unset;
}
.sidebar-dark
    .navbar
    .navbar-menu-wrapper
    .navbar-nav
    .nav-item.dropdown
    .count-indicator
    .count {
    background: var(--side) !important;
}
.sidebar-dark .link-icon {
    background: var(--side);
}
.sidebar-dark .link-line {
    color: var(--side) !important;
}
.config-bg ul{
    /* background: #222f34; */
    background-color: #f9cadc;
}
.config-bg .active-config{
    background: #cde9f4;
    width: 100%;
    border-right: 4px solid #4b87e4 !important;
}
.config-bg .nav-pills .nav-item{
    margin-right: 0px !important;
}
.config-bg .nav-pills .nav-link{
    border-radius: 0;
    text-align: left;
}
.config-bg a.active-config{
    color: #000 !important;
}
@media (min-width: 992px) {
    .sidebar-dark.sidebar-icon-only .sidebar .nav.sub-menu {
        background: #ffffff;
    }
}

/* quote css */
.user-name p {
    margin-bottom: 0;
    font-weight: 600;
    color: var(--black);
}
.quote-user {
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.quote-user img {
    width: 46px;
    height: 41px;
}
.user-name :nth-child(2) {
    color: #9592a9;
    font-size: 10px;
}

/* pagination */
a.paginate_button {
    padding: 1px 10px !important;
    border: unset !important;
}
a.paginate_button.current {
    padding: 1px 10px !important;
    background: #282f3aad !important;
    border: unset !important;
    color: white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffff !important;
}
a.paginate_button:hover {
    border: unset !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
}
.dataTables_info {
    padding-top: 0 !important;
    margin-top: 20px;
}
/* alert boxes */
.info {
    display: flex;
    align-items: center;
    column-gap: 12px;
    background: #97e0e0;
    padding: 28px 10px;
    color: #2671e0;
    border: 1px solid #2671e0;
    border-radius: 5px;
}
.info i.fa-solid.fa-circle-info {
    font-size: 20px;
}
.info p {
    font-size: 15px;
    margin-bottom: 0;
}
.warning {
    display: flex;
    align-items: center;
    column-gap: 12px;
    background: #f9c394;
    padding: 28px 10px;
    color: #ff8413;
    border: 1px solid #ff8413;
    border-radius: 5px;
}
.warning i.fa-triangle-exclamation {
    font-size: 20px;
}
.warning p {
    font-size: 15px;
    margin-bottom: 0;
}

.success {
    display: flex;
    align-items: center;
    column-gap: 12px;
    background: #baffa1;
    padding: 28px 10px;
    color: #72c531;
    border: 1px solid #72c531;
    border-radius: 5px;
}
.success i.fa-circle-check {
    font-size: 20px;
}
.success p {
    font-size: 15px;
    margin-bottom: 0;
}

.fail {
    display: flex;
    align-items: center;
    column-gap: 12px;
    background: #fea8a8;
    padding: 28px 10px;
    color: #f54545;
    border: 1px solid #f54545;
    border-radius: 5px;
}
.fail i.fa-ban {
    font-size: 20px;
}
.fail p {
    font-size: 15px;
    margin-bottom: 0;
}
.alert-msg {
    width: 25%;
    position: fixed;
    top: 70px;
    right: 20px;
    z-index: 99;
}
.dataTables_paginate .previous:before {
    content: "";
    position: absolute;
    background-image: url(../images/left.svg);
    width: 22px;
    height: 31px;
    top: 3px;
    right: 10px;
    background-repeat: no-repeat;
    z-index: 99;
}
.dataTables_paginate .previous {
    position: relative;
}
.dataTables_paginate .previous:after {
    background: white;
    content: "";
    position: absolute;
    width: 68px;
    height: 30px;
    top: 0;
    left: 10px;
}
.dataTables_paginate .previous:hover {
    background: unset !important;
}

.dataTables_paginate .next:before {
    content: "";
    position: absolute;
    background-image: url(../images/left.svg);
    width: 22px;
    height: 22px;
    top: 1px;
    background-repeat: no-repeat;
    z-index: 99 !important;
    transform: rotate(60deg);
    left: 3px;
}
.dataTables_paginate .next:after {
    background: white;
    content: "";
    position: absolute;
    width: 68px;
    height: 30px;
    top: 0;
    right: -16px;
    /* display: none; */
}
.dataTables_paginate .next {
    position: relative;
}
.dataTables_paginate .next:hover {
    background-color: #eee !important;
    border-color: #ddd !important;
}
/* .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background: #282f3a !important;
    box-shadow: unset !important;
} */
.dataTables_paginate .previous:active {
    outline: none;
    box-shadow: unset;
}
.dataTables_paginate .next:active {
    outline: none;
    box-shadow: unset !important;
}
.link-line {
    font-size: 15px;
    cursor: pointer;
    width: fit-content;
    position: relative;
    color: var(--text) !important;
    text-decoration: unset;
}
.link-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.link-page {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.link-icon {
    background: var(--black);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.link-icon .fa-plus {
    color: white;
    font-size: 14px;
}
.link-page {
    display: flex;
    align-items: center;
    column-gap: 5px;
    background: #282f3a1a;
    padding: 5px 10px;
    border-radius: 22px;
    width: fit-content;
}
.link-head-end {
    display: flex;
    align-items: center;
    justify-content: end;
}
.link-line:hover {
    text-decoration: none;
}

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

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #282f3a1a;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #282f3a1a;
}

.img-gif {
    width: 100%;
    height: 100%;
}
.notfound-text h1 {
    color: #43464d;
    font-size: 26px;
    font-weight: 500;
}
.notfound-text p {
    font-size: 13px;
    color: #8794b1;
}
.notfound-text {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.notfound-text button {
    background: #3362cc;
    border: unset;
    padding: 5px 12px;
    border-radius: 22px;
}
.notfound-text a {
    text-decoration: unset;
    font-size: 12px;
    color: #fff;
}
.inputfile-box {
    position: relative;
    width: 95%;
    overflow: hidden;
    outline: 1px solid rgba(0, 0, 0, 0.125);
    height: 40px;
    border-radius: 7px;
}
.dropdown.bootstrap-select.show-tick {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 7px;
}
.file-box {
    display: inline-block;
    width: inherit;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 4px;
    margin-left: 10px;
}
.file-button {
    padding: 8px 3px;
    position: absolute;
    right: 10px;
    font-size: 16px;
    color: #c23564;
    cursor: pointer;
}

/* jeeva */

.loan-card {
    padding: 15px;
}
.container-cal {
    width: unset;
}
.dycalendar-body {
    overflow-x: auto;
}
#allocations .nav-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 1px 0;
}
.link-btn {
    text-decoration: none !important;
    font-size: 14px !important;
    background: var(--black) !important;
    color: #ffffff !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    border-radius: 30px !important;
    padding: 4px 20px !important;
    border: unset !important;
    cursor: pointer;
}
.dataTables_wrapper.no-footer {
    overflow-x: auto;
}
.timesheet-card .form-select {
    min-width: 150px;
}
.timesheet-card .table .form-control {
    min-width: 250px;
}
.timesheet-card .table .form-control.time_change {
    min-width: unset;
}
.card .reimbursement-card {
    padding: 20px 10px;
}
.document-section {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 300px;
}
.skill-table .form-group.mb-0 {
    min-width: 150px;
}
.row.skill-table {
    overflow-x: auto;
}
.responsive-table {
    overflow-x: auto;
}
.stretch-card a.file-button {
    position: unset;
}
.card-body.leave-setup {
    padding: 10px;
}
.leave-setup .form-select {
    min-width: 128px;
}
.table-responsive table.table {
    margin-bottom: 0;
}
.text-align-right {
    text-align: right;
}

@media (min-width: 320px) and (max-width: 596px) {
    .box {
        display: block;
    }
    .card-calendar {
        padding: 25px 10px;
    }
    .dycalendar-month-container {
        padding: 0;
    }
    .main-content {
        padding: 10px;
    }
    .card-bodi {
        padding: 10px;
    }
    .box {
        padding: 10px;
    }
    .schedules {
        padding: 10px;
    }
    img.settings-closes.ti-close {
        right: 20px;
        top: 12px;
    }
    .stretch-card .timesheet-card {
        padding: 18px 0.5em;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    /* .col-md-4.card-box {
        margin: 10px 0;
    } */
    .box .image {
        text-align: center;
    }
}
@media (min-width: 320px) and (max-width: 991px) {
    .main-content {
        width: 100%;
    }
    .table-responsive.net-pay {
        max-height: 300px;
        white-space: nowrap;
    }
}
.table.table-striped.no-footer.dataTable thead, .table.table-striped.no-footer.dataTable tbody{
    width: 100%;
    text-align: left;
    font-size: 13px;
}
table.dataTable tbody th, table.dataTable tbody td{
    font-size: 13px;
}
table.dataTable thead th{
    padding: 10px 11px;

}
a.strong{
    font-weight: bold;
    color: #1f82c8;
}
.form-control{
    padding: 10px 15px;
    font-size: 12px;
}
.view-btn.fxd{
width: 100px;
}
.countshown-one p{
    font-size: 30px !important;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 10px;
}
span.count{
    font-size: 14px !important;
    font-weight: bold;
    color: #000;
}
.card-calendar.quote p.reads textarea{ 
    background: #e9fafd;
    border: none;
    font-size: 14px;
}
a.view-btn{
    background: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%) !important;
    border-color: #FF6F28 !important;
}
.over.nav-link.count-indicator.dropdown-toggle{
    display: none !important;
}

.flx{
    display: flex;
    justify-content: flex-end;
     align-items: center;
}
.hrs input.form-control {
background: none;
border: none;
width: 100px;
}
table tbody{
    border: 1px solid #e7e4e4;
}
table{
    border: 1px solid #e7e4e4 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border-bottom: none;
}

/* Table Header Styling */
.table-header-gradient thead {
    background: linear-gradient(to right, #4facfe, #00f2fe) !important;
}

.table-header-gradient thead th {
    background: transparent !important;
    color: #fff !important;
    font-weight: 600;
}

.dataTables_paginate .previous:active {
    outline: none;
    box-shadow: unset;
}

.table-container-style {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  background: #fff;
  max-height: 300px;
  overflow-y: auto;
  position: relative;
}

.table-container-style::-webkit-scrollbar {
  width: 8px;
}

.table-container-style::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.table-container-style::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.table-container-style::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
/*
    Dashboard UI Final Fix - 2025-06-22
    Corrected styles for calendar and tables.
*/

/* --- General Card Styling for Dashboard Widgets --- */
.card.table-card, .card-calendar {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(22, 28, 45, 0.05);
    padding: 5px;
    margin-bottom: 24px;
    border: none;
}

.card .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
}

/* --- General Table Styles (with Reduced Row Height) --- */
.table > tbody > tr > td {
    padding: 12px 15px !important; /* Reduced padding for shorter rows */
    font-size: 14px;
    color: #555;
    vertical-align: middle;
    border-top: 1px solid #f9f9f9;
}


/* --- LEAVE REQUESTS TABLE (Light Blue Header) --- */
.leave-requests-card .table-header-gradient > thead > tr > th {
    background-color: #eaf6ff !important;
    color: #3498db !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 12px 15px !important;
    border: none !important;
    text-transform: none;
}

.leave-requests-card .table-pending {
    background-color: #fff0d1 !important;
    color: #f39c12 !important;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 500;
    border: none;
}


/* --- MY PENDING LEAVE REQUESTS TABLE (Purple Header) --- */
.pending-requests-card .table-header-gradient > thead > tr > th {
    background: #8e44ad !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 12px 15px !important;
    border: none !important;
    text-transform: none;
}

.pending-requests-card a {
    color: #3498db;
    font-weight: 500;
}

.pending-requests-card .table-pending {
    background-color: #fff0d1 !important;
    color: #f39c12 !important;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 500;
    border: none;
}

.pending-requests-card .action-img a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.pending-requests-card .action-img a.btn-success {
    background-color: #27ae60 !important;
}

.pending-requests-card .action-img a.btn-danger {
    background-color: #c0392b !important;
}


/* --- CALENDAR WIDGET --- */
.card-calendar .top-table {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.card-calendar .calendar-header-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
}

.custom-calendar-container .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.custom-calendar-container .calendar-header #currentMonthYear {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
}

.custom-calendar-container .calendar-header .btn {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    color: #888;
}

.custom-calendar-container .calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    gap: 5px;
    margin-bottom: 10px;
}

.custom-calendar-container .weekday {
    font-size: 12px;
    color: #7f8c8d;
    font-weight: 500;
    background-color: #f4f6f7;
    border-radius: 8px;
    padding: 8px 4px;
}

/* This is the key fix for the calendar layout */
.custom-calendar-container .calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.custom-calendar-container .calendar-day {
    font-size: 13px;
    color: #34495e;
    background-color: #fdfdfd;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.custom-calendar-container .calendar-day:hover {
    background-color: #3498db;
    color: #fff;
    border-color: #3498db;
}

.custom-calendar-container .calendar-day.other-month {
    color: #bdc3c7;
    background-color: #fff;
    border-color: #fff;
    pointer-events: none;
}

.custom-calendar-container .calendar-day.selected,
.custom-calendar-container .calendar-day.today.selected {
    background-color: #2ecc71 !important;
    color: #fff !important;
    border-color: #2ecc71 !important;
}

.custom-calendar-container .calendar-day.today {
    font-weight: 700;
    color: #3498db;
    border-color: #3498db;
}

.custom-calendar-container .calendar-day.has-event::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background-color: #e74c3c;
    border-radius: 50%;
}

/*
    Dashboard UI Update - 2025-06-23
    Final styles for tables and layout based on the latest screenshot.
*/

/* --- General Card Styling (Reduced Padding) --- */
.card.table-card {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(22, 28, 45, 0.05);
    padding: 20px; /* Reduced outer padding */
    margin-bottom: 24px;
    border: none;
}

/* --- Remove Inner Table Padding --- */
.table-responsive {
    padding: 0 !important;
}

/* Card Header & Top Controls alignment */
.card .top-table {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px; 
}

.card .top-table .card-title {
    font-size: 16px; /* Reduced font size */
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    flex-shrink: 0;
}

.card .top-table .table-filters {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between filter elements */
}


/* --- General Table Styles (Compact & No Scroll) --- */
.table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* Prevents table from expanding with content */
}

.table > thead > tr > th,
.table > tbody > tr > td {
    padding: 10px 12px !important; /* Reduced inner padding */
    font-size: 13px !important; /* Reduced font size */
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; /* Adds '...' if content is too long */
    vertical-align: middle;
}

.table > tbody > tr > td {
    color: #555;
    border-top: 1px solid #f9f9f9;
}


/* --- Table: LEAVE REQUESTS (Light Blue Header) --- */
.leave-requests-card .table-header-gradient > thead > tr > th {
    background-color: #eaf6ff !important;
    color: #3498db !important;
    font-weight: 600 !important;
    border: none !important;
}

.leave-requests-card .table-pending {
    background-color: #fef3e0 !important;
    color: #f39c12 !important;
    border-radius: 6px;
    padding: 5px 12px;
    font-weight: 500;
    border: none;
}


/* --- Table: MY APPROVED LEAVES (Cyan Header) --- */
.approved-leaves-card .table-header-gradient > thead > tr > th {
    background-color: #e0f7fa !important;
    color: #00796b !important;
    font-weight: 600 !important;
    border: none !important;
}

/* Employee Column Styling */
.approved-leaves-card td div.d-flex.align-items-center {
    gap: 10px;
}

.approved-leaves-card td div.d-flex.align-items-center img {
    width: 36px; /* Smaller image */
    height: 36px;
    border-radius: 50%;
    flex-shrink: 0;
}

.approved-leaves-card td div.d-flex.align-items-center p {
    margin: 0;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Approved Status Lozenge */
.table-approved {
    background-color: #e8f5e9 !important;
    color: #388e3c !important;
    border-radius: 6px;
    padding: 5px 12px;
    font-weight: 500;
    border: none;
}

/*
    Dashboard UI Final Fix - 2025-06-23
    Aggressive style changes for padding and scroll prevention.
*/

/* --- Card Styling (No Padding) --- */
.card.table-card {
    padding: 0 !important; /* Removed outer card padding */
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(22, 28, 45, 0.05);
    margin-bottom: 24px;
    border: none;
    overflow: hidden; /* Important for border-radius */
}

/* Card Header Area */
.card .top-table {
    padding: 15px 20px; /* Padding only for the header section */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.card .top-table .card-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

/* --- Table Container (No Padding) --- */
.table-responsive {
    padding: 0 !important;
    overflow-x: hidden !important; /* Disable horizontal scroll */
}

/* --- Table Layout (Fixed & Compact) --- */
.table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* CRITICAL: Prevents table from creating scrollbars */
}

.table > thead > tr > th,
.table > tbody > tr > td {
    padding: 5px 10\px !important; /* Minimal inner padding */
    font-size: 12px !important;    /* Reduced font size */
    white-space: nowrap;          /* Prevent line breaks */
    overflow: hidden;             /* Hide overflow */
    text-overflow: ellipsis;      /* Add '...' for long text */
    vertical-align: middle;
}

.table > .allocateData > tr > td {
    padding: 2px 2\px !important; /* Minimal inner padding */
}

.table > tbody > tr > td {
    border-top: 1px solid #f9f9f9;
}


/* --- Header for "LEAVE REQUESTS" Table --- */
.leave-requests-card .table-header-gradient > thead > tr > th {
    background-color: #eaf6ff !important;
    color: #3498db !important;
    border-bottom: 1px solid #eaf6ff !important;
}

.leave-requests-card .table-pending {
    background-color: #fef3e0 !important;
    color: #f39c12 !important;
    border-radius: 6px;
    padding: 4px 10px; /* smaller padding */
    border: none;
}


/* --- Header for "MY APPROVED LEAVES" Table --- */
.approved-leaves-card .table-header-gradient > thead > tr > th {
    background-color: #e0f7fa !important;
    color: #00796b !important;
    border-bottom: 1px solid #e0f7fa !important;
}

/* Employee Column Styling */
.approved-leaves-card td .employee-cell {
    display: flex;
    align-items: center;
    gap: 10px;
}

.approved-leaves-card td .employee-cell img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
}

.approved-leaves-card td .employee-cell .employee-details {
    overflow: hidden;
}

.approved-leaves-card td .employee-cell .employee-details p {
    margin: 0;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Approved Status */
.table-approved {
    background-color: #e8f5e9 !important;
    color: #388e3c !important;
    border-radius: 6px;
    padding: 4px 10px; /* smaller padding */
    border: none;
}

/* Card Header Area - Single Line Fix */
.card .top-table {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    flex-wrap: nowrap; /* Explicitly prevent wrapping */
    gap: 20px; /* Provides space between title and filters */
}

.card .top-table .card-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap; /* Prevents the title itself from wrapping */
    flex-shrink: 0; /* Prevents title from shrinking */
}

/* This class should be added to the div wrapping the filter controls */
.card .top-table .table-filters {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between filter dropdowns/icons */
    flex-shrink: 1; /* Allow this container to shrink if needed */
}

/* Card Header Area - Single Line Fix */
.card .top-table {
    padding: 0px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    flex-wrap: nowrap; /* Prevents items from wrapping to the next line */
    gap: 15px; /* Adds space between the title and the filters */
}

.card .top-table .card-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap; /* Keeps the title on one line */
    flex-shrink: 0; /* Prevents the title from shrinking */
}

/* This class should wrap your filter controls (dropdowns, icons) */
.table-filters {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between filter controls */
}

/* Styling for dropdowns within the filters */
.table-filters .form-select {
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding: 6px 12px;
    height: auto;
}

/* Styling for the circular icon buttons */
.table-filters .btn-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ced4da;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #6c757d;
    transition: background-color 0.2s;
}

.table-filters .btn-icon i {
    font-size: 16px;
}

/* Specific styling for the blue refresh icon */
.table-filters .btn-icon.refresh {
    color: #0d6efd;
    border-color: #bde0fe;
}

#pendingMonthFilter, #pendingYearFilter,
#monthFilter, #yearFilter {
    max-width: 70px;
    font-size: 10px;
    text-align: left;
    float: left;
}

/* --- Custom Calendar Input Background Fix --- */
input[type="date"] {
  background-color: #e0e0e0 !important;
}
.fc .fc-button-group .fc-button {
    background-color: #05395c4f;
}
#calendar table {
    border: 0px !important;
}
#calendar table tr:nth-child(1) td {
    border: 1px solid lightgray;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0px !important;
}
/* calendar-home-css-starts */
.btn-nxt-pre button.fc-prev-button.fc-button.fc-button-primary, 
.btn-nxt-pre button.fc-next-button.fc-button.fc-button-primary,
.btn-nxt-pre button.fc-today-button.fc-button.fc-button-primary
{
   background-color: #1699ed;
   border-color: #1699ed;
   color: #ffffff;
   width: auto;
   padding: 0 10px;
  
}
.btn-nxt-pre button.fc-prev-button.fc-button.fc-button-primary:focus 
{
box-shadow: -0px 0px 5px 1px rgba(0,0,0,0.68);
-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.68);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.68);
 }
  .btn-nxt-pre button.fc-next-button.fc-button.fc-button-primary:focus 
{
box-shadow: -1px 0px 7px 0px rgba(0,0,0,0.68);
-webkit-box-shadow: -1px 0px 7px 0px rgba(0,0,0,0.68);
-moz-box-shadow: -1px 0px 7px 0px rgba(0,0,0,0.68);
 }
#calendar.btn-nxt-pre table{
   margin-top: 0px;
   border-spacing: 0px;
  }
#calendar.btn-nxt-pre table td {
   border: 0 !important;
   border-radius: 0 !important;
   padding: 0 !important;
}
#calendar.btn-nxt-pre div.fc-daygrid-body.fc-daygrid-body-unbalanced.fc-daygrid-body-natural{
width:100%
}
#calendar.btn-nxt-pre table.fc-scrollgrid-sync-table td{
   border-collapse: collapse !important;
   border: 1px solid #ddd !important;
   padding: 0 !important;
   margin: 0 !important;
   background-color: #ebf4fe;
}
#calendar.btn-nxt-pre table.fc-scrollgrid-sync-table td a{
   color: #000;
}
#calendar.btn-nxt-pre thead{
   background: linear-gradient(to right, #4facfe, #00f2fe) !important;
   }
#calendar.btn-nxt-pre thead a{
   color: #fff;
   }
#calendar.btn-nxt-pre .fc-events-count{
   background:#ffb22b
}    
/* calendar-home-css-ends  */
/* --- End Custom Fix --- */

/* Ensure event count is visible on calendar days */
.fc-events-count {
  position: static;
  background: #f8d7da;
  color: #721c24 !important;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 0;
  border-radius: 8px;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 4px;
  box-shadow: none;
  border: none;
  letter-spacing: 0.5px;
}

/* Ensure day cell frame is relative for badge positioning */
.fc-daygrid-day-frame {
  position: relative !important;
}
.breadcrumb {
    border: 0px solid #ced4da;
}

/* Custom FullCalendar header alignment for dashboard */
#calendar .fc-header-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#calendar .fc-header-toolbar .fc-left {
  order: 1;
  display: flex;
  align-items: center;
}
#calendar .fc-header-toolbar .fc-center {
  order: 2;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#calendar .fc-header-toolbar .fc-right {
  order: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#calendar .fc-header-toolbar .fc-today-button {
  margin-left: auto;
}
#calendar .fc-header-toolbar {
  position: relative;
}
#calendar .fc-header-toolbar .fc-today-button {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 10px 0 0;
  z-index: 2;
}
#calendar .fc-header-toolbar .fc-center {
  width: 100%;
  justify-content: center;
  display: flex;
  position: relative;
  z-index: 1;
}
#calendar .fc-header-toolbar .fc-left {
  z-index: 1;
}

.salary-table-scroll {
    overflow-x: auto;
    width: 100%;
}
#monthClosingTable {
    min-width: 1200px;
}
.payslip-tab-bar {
    margin-top: 20px;
}
#payslipTabContent {
    padding-left: 10px;
}