/* @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"); */
/* @import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Onest:wght@100..900&display=swap");

body {
    /* font-family: "Inter", serif; */
    font-family: "Mona Sans", sans-serif;
    font-family: "Onest";
    font-optical-sizing: auto;
    font-style: normal;
    /* padding: 20px; */
}

:root {
    --currentColor: #007bff;
    --fc-primary: #0a0d14;
    --fc-secondary: #0a0d14;
    --fc-secondary2: #525866;
    --fc-secondary-light: #868c98;
    --fc-primary-light: #666666;
    --fc-lightColor: #98a2b3;
    --fc-red: #df1c41;
    --vz-vertical-menu-bg: #405189;
    --vz-vertical-menu-item-color: #abb9e8;
    --Gray-900: #101828;
    --Gray-500: #667085;
    --sds-color-border-danger-tertiary: #EC221F;
    --sds-color-text-danger-tertiary:#EC221F;
    --sds-color-background-danger-secondary:#FDD3D0;
    --Primary-600: #1e66e9;
    --Primary-100: #e5f0ff;
}
.fc-color {
    color: var(--currentColor);
}

.fc-primary {
    color: var(--fc-primary);
}

.fc-secondary {
    color: var(--fc-secondary);
}

.fc-secondary-light {
    color: var(--fc-secondary-light);
}

.fc-primary-light {
    color: var(--fc-primary-light);
}

.fc-lightColor {
    color: var(--fc-lightColor);
}

.fc-red {
    color: var(--fc-red);
}

a {
    text-decoration: unset !important;
}

p {
    margin-bottom: 0;
}

.font-weight-100 {
    font-weight: 100 !important;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

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

.fs-10 {
    font-size: 0.625rem !important;
}

.fs-11 {
    font-size: 0.688rem !important;
}

.fs-12 {
    font-size: 0.75rem !important;
}

.fs-13 {
    font-size: 0.813rem !important;
}

.fs-14 {
    font-size: 0.875rem !important;
}

.fs-15 {
    font-size: 0.938rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fs-17 {
    font-size: 1.063rem !important;
}

.fs-18 {
    font-size: 1.125rem !important;
}

.fs-19 {
    font-size: 1.188rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.fs-22 {
    font-size: 1.375rem !important;
}

.fs-24 {
    font-size: 1.5rem !important;
}

.fs-25 {
    font-size: 1.563rem !important;
}

.fs-26 {
    font-size: 1.625rem !important;
}

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

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

.fs-32 {
    font-size: 2rem !important;
}

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

.fs-36 {
    font-size: 2.25rem !important;
}

.fs-38 {
    font-size: 2.375rem !important;
}

.fs-40 {
    font-size: 2.5rem !important;
}

.btn-danger,
.btn-primary {
    border-radius: 4px !important;
}

.btn {
    margin-bottom: 5px;
}

.btn:focus {
    box-shadow: unset !important;
}
/* Sidebar Changes color start */

.navbar-header {
    height: unset;
    padding: 8px 16px !important;
}
.navbar-menu {
    border: unset;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}
.navbar-nav {
    padding: 0px 12px;
}
.navbar-menu .navbar-nav .nav-item {
    position: relative;
}
.navbar-menu .navbar-nav .nav-link::after {
    color: #667085 !important;
}
.navbar-menu .navbar-nav .nav-link {
    color: #667085 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    padding: 8px 15px !important;
    border-radius: 6px !important;
    border: 1px solid var(--Gray-200, #fff);
}

:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
    .navbar-menu {
    /*position: fixed !important;*/
}
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"] .log-out-cont {
    bottom: 0px !important;
}
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"] {
    min-height: 1100px;
}
.navbar-menu .navbar-nav .nav-link:hover,
.navbar-menu .navbar-nav .child-data .nav-link:hover,
.navbar-menu .navbar-nav .menu-dropdown .nav-sm .nav-item a:hover,
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
    .navbar-menu
    .navbar-nav
    .nav-link:hover {
    background-color: #eff2f5 !important;
    border-radius: 6px;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--Gray-100, #f2f4f7);
    color: #101828 !important;
    font-weight: 500 !important;
}
.navbar-menu .navbar-nav .nav-link:hover svg path {
    fill: #101828 !important;
}
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
    .navbar-menu
    .navbar-nav
    .nav-link {
    color: #0a0d14 !important;
    background-color: #fff !important;
}
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
    .navbar-menu
    .navbar-nav
    .nav-item:hover
    > .menu-dropdown {
    background-color: #fff !important;
    padding: 0px;
}
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
    .navbar-brand-box {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    top: 13px;
    left: 13px;
    border-radius: 10px;
    border: 1px solid #e9eaeb;
    background: #fff;
    width: 50px;
    height: 50px;
}
.swal2-actions {
    flex-direction: row-reverse;
}
@media (min-width: 768px) {
    :is(
            [data-layout="vertical"],
            [data-layout="semibox"]
        )[data-sidebar-size="sm"] {
        /* min-height: -webkit-fill-available; */
    }
}
@media (max-width: 767px) {
    .text_sm_end {
        text-align: end !important;
    }
    .footer-content{
        flex-direction: column;
       }
    .multi_delete_icon{
        margin-left: 1px;
    }
}
@media (max-width: 768px) {
    .footer-content{
        flex-direction: column;
       }
}
/* .navbar-menu .navbar-nav .child-data .nav-link {
    padding: 0.35rem 0.44rem !important;
    margin: 0rem 0rem 0rem 0.5rem !important;
    color: #0a0d14 !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    transition: none !important;
    font-weight: 500 !important;
    font-family: var(--vz-vertical-menu-item-font-family) !important;
} */
/* .navbar-menu .navbar-nav .nav-link.active:before,
.navbar-menu .navbar-nav .nav-link:hover:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 6px;
    width: 5px;
    height: 20px;
    background-color: #007bff !important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
} */
/* .navbar-menu .navbar-nav .nav-sm .child-data:first-child:before {
    content: "";
    position: absolute;
    left: -9px !important;
    top: 4px !important;
    width: 13px;
    height: 14px;
    border-left: 2px solid #919090;
    border-bottom: 2px solid #919090;
    border-radius: 0 0 0 14px;
    background: transparent !important;
} */

/* Sidebar chnages color end */
/* menu changes sart */
/* #page-topbar {
    border-radius: 14px;
    border: 1px solid #e9eaeb;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    right: 20px !important;
    top: 20px;
    left: 282px;
}
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
    #page-topbar {
    left: 100px !important;
}
.navbar-header {
    height: unset;
    padding: 8px 16px !important;
}
.navbar-menu {
    border-radius: 14px;
    border: 1px solid #e9eaeb;
    background: #fff;
    padding: 15px 0px;
    top: 20px;
    bottom: 20px;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    position: fixed !important;
}
.navbar-nav {
    padding: 0px 12px;
}
.navbar-menu .navbar-nav .nav-item {
    margin: 2px 0px !important;
    position: relative;
}
.navbar-menu .navbar-nav .nav-link::after {
    color: #0a0d14 !important;
}
.navbar-menu .navbar-nav .nav-link {
    color: #0a0d14 !important;
    font-size: 14px !important;
    border-radius: 8px !important;
    transition: none !important;
    padding: 0.25rem 0.9rem !important;
    font-weight: 500 !important;
    font-family: var(--vz-vertical-menu-item-font-family) !important;
}
.navbar-menu .navbar-nav .nav-sm .child-data {
    position: relative;
}
.navbar-menu .navbar-nav .child-data .nav-link {
    padding: 0.35rem 0.44rem !important;
    margin: 0rem 0rem 0rem 0.5rem !important;
    color: #0a0d14 !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    transition: none !important;
    font-weight: 500 !important;
    font-family: var(--vz-vertical-menu-item-font-family) !important;
}
.navbar-menu .navbar-nav .nav-link.active:before,
.navbar-menu .navbar-nav .nav-link:hover:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 6px;
    width: 5px;
    height: 20px;
    background-color: #007bff !important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.navbar-menu .navbar-nav .nav-sm .child-data:first-child:before {
    content: "";
    position: absolute;
    left: -9px !important;
    top: 4px !important;
    width: 13px;
    height: 14px;
    border-left: 2px solid #919090;
    border-bottom: 2px solid #919090;
    border-radius: 0 0 0 14px;
    background: transparent !important;
}

/* Other submenu items */
/* .navbar-menu .navbar-nav .nav-sm .child-data:not(:first-child):before {
    content: "";
    position: absolute;
    left: -9px !important;
    top: -35px !important;
    width: 13px;
    height: 53px;
    border-left: 2px solid #919090;
    border-bottom: 2px solid #919090;
    border-radius: 0 0 0 14px;
    background: transparent !important;
}
.navbar-menu .navbar-nav .nav-link i {
    font-size: 16px !important;
}
.navbar-menu .navbar-nav .nav-link:hover,
.navbar-menu .navbar-nav .child-data .nav-link:hover,
.navbar-menu .navbar-nav .menu-dropdown .nav-sm .nav-item a:hover,
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
    .navbar-menu
    .navbar-nav
    .nav-link:hover {
    background-color: #f6f8fa !important;
}

:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
    .navbar-menu
    .navbar-nav
    .nav-item:hover
    > .menu-dropdown {
    background-color: #fff !important;
    padding: 0px;
    width: 140px !important;
}
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
    .navbar-menu
    .navbar-nav
    .nav-link {
    color: #0a0d14 !important;
    justify-content: center;
    align-items: center;
    background-color: #fff !important;
    margin: 0px !important;
}
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
    .navbar-brand-box {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    top: 35px;
    left: 32px;
    border-radius: 10px;
    border: 1px solid #e9eaeb;
    background: #fff;
    width: 45px;
}
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
    .navbar-menu
    .navbar-nav
    .nav-link
    i {
    min-width: unset !important;
}
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
    .navbar-menu
    .navbar-nav
    .nav-item:hover
    > a.menu-link {
    justify-content: unset;
    width: calc(140px + var(--vz-vertical-menu-width-sm)) !important;
}
.logo {
    line-height: unset;
}
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="lg"]
    .navbar-menu
    .navbar-nav
    .menu-dropdown
    .nav-sm
    .nav-item {
    color: #0a0d14 !important;
}
footer {
    bottom: 20px !important;
    right: 20px !important;
    border-radius: 8px;
    left: 280px !important;
}*/
/* :is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
    .footer {
    left: 100px !important;
}
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
    .navbar-menu
    .navbar-nav
    .nav-item:hover
    > a
    svg
    path {
    fill: #181d27 !important;
} */
.card {
    border-radius: 8px;
}
.topbar-user {
    border-radius: 12px;
    border: 1px solid #e9eaeb;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    height: 45px;
}
/* :is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
    .navbar-menu
    .navbar-nav
    .nav-link.active,
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="lg"]
    .navbar-menu
    .navbar-nav
    .nav-link.active {
    color: #fff !important;
    background-color: #1e66e9 !important;
}
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
    .navbar-menu
    .navbar-nav
    .nav-link.active::after,
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="lg"]
    .navbar-menu
    .navbar-nav
    .nav-link.active::after {
    color: #fff !important;
}
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
    .navbar-menu
    .navbar-nav
    .menu-dropdown
    .nav-link.active,
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="lg"]
    .navbar-menu
    .navbar-nav
    .menu-dropdown
    .nav-link.active {
    color: unset !important;
    background-color: unset !important;
}
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="lg"]
    .navbar-menu
    .navbar-nav
    .menu-dropdown
    .nav-link:hover,
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
    .navbar-menu
    .navbar-nav
    .menu-dropdown
    .nav-link:hover {
    background-color: #f6f8fa !important;
}
.navbar-menu .navbar-nav .child-data .nav-link.active {
    background-color: #fff !important;
}
.navbar-menu .navbar-nav .nav-sm .nav-link:before,
.navbar-menu .navbar-nav .nav-sm .nav-link:hover:before {
    background-color: unset !important;
} */

.simplebar-content {
    display: flex;
    flex-direction: column;
    /* height: calc(100vh - 150px); */
    /* overflow-y:auto; */
}
.log-out-cont {
    position: fixed;
    bottom: 10px;
}

/* @media only screen and (max-width: 767px) {
    :is(
            [data-layout="vertical"],
            [data-layout="semibox"]
        )[data-sidebar-size="lg"]
        #page-topbar,
    :is(
            [data-layout="vertical"],
            [data-layout="semibox"]
        )[data-sidebar-size="sm"]
        #page-topbar {
        left: 20px !important;
    }
    :is(
            [data-layout="vertical"],
            [data-layout="semibox"]
        )[data-sidebar-size="lg"]
        .footer,
    :is(
            [data-layout="vertical"],
            [data-layout="semibox"]
        )[data-sidebar-size="sm"]
        .footer {
        left: 22px !important;
    }
    .page-content {
        padding-left: 2px !important;
    }
    .simplebar-content {
        height: calc(100vh - 70px);
    }
} */
/* end */
/* .navbar-menu .navbar-nav .nav-link:hover {
    color: #717680 !important;
}

.navbar-menu
    .navbar-nav
    .nav-link[data-bs-toggle="collapse"][aria-expanded="true"] {
    color: #717680 !important;
}

.navbar-menu
    .navbar-nav
    .nav-link[data-bs-toggle="collapse"][aria-expanded="true"]:after {
    color: #717680 !important;
}

.navbar-menu .navbar-nav .nav-sm .nav-item a {
    color: #abb9e8;
}

.navbar-menu .navbar-nav .nav-sm .nav-item a:hover {
    color: #ffffff !important;
}

.navbar-menu .navbar-nav .nav-sm .nav-link:before {
    background-color: #abb9e8 !important;
}

.navbar-menu .navbar-nav .nav-sm .nav-link:hover:before {
    background-color: #abb9e8 !important;
} */

.page-content {
    /* padding: calc(50px + 1.5rem) calc(0.75rem) 50px !important; */
    padding-top: calc(50px + 1.5rem);
    /* padding-right: 0px; */
    padding-right: 0.75rem;
    padding-bottom: 76px;
    padding-left: 0.75rem;
}
/* .menu-active{
    color:#ffffff !important;
}
.menu-dropdown .nav-item.active a {
    color: #ffffff !important;
} */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-month,
.flatpickr-weekdays,
.flatpickr-weekdays,
span.flatpickr-weekday,
.flatpickr-months {
    color: #181d27 !important;
    background-color: #fff !important;
    fill: #181d27;
    padding: 4px 10px;
}
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
    color: #181d27 !important;
    fill: #181d27 !important;
}
.flatpickr-current-month {
    padding-top: 4px !important;
}
.flatpickr-day {
    border-radius: 8px;
    background: var(--Gray-100, #f2f4f7);
    color: var(--Gray-900, #101828);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px;
}
.flatpickr-day:hover {
    border: 1px solid #1f5eff;
    background: #d0deff;
    color: #1f5eff;
}
.dayContainer {
    padding: 5px !important;
}
.flatpickr-day.today {
    border-radius: 8px;
    border: 1px solid var(--Gray-500, #667085);
    background: var(--Gray-200, #e4e7ec);
}
.flatpickr-day.selected,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange,
.flatpickr-day.selected:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange
    + .endRange:not(:nth-child(7n + 1))
    .flatpickr-day.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 8px;
    background: #1f5eff;
    border: none;
    color: #fff;
    box-shadow: none !important;
}
.flatpickr-day.inRange {
    background: #d0deff !important;
    border-radius: 8px;
}
.cmp-tab-pan {
    border-radius: 8px !important;
    border: 1px solid #eee !important;
    background: #fff !important;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05) !important;
}

.nav-success.nav-tabs .nav-link.active,
.nav-success.nav-tabs-custom .nav-link {
    color: #404040 !important;
    font-size: 18px !important;
}

.nav-success.nav-tabs .nav-link.active,
.nav-success.nav-tabs-custom .nav-link .active {
    font-weight: 700 !important;
}

.nav-success.nav-tabs-custom .nav-link.active:after {
    background-color: #5e9af2 !important;
}

.btn {
    height: 40px !important;
    margin-bottom: 0px !important;
}

.btn_primary {
    border-radius: 8px !important;
    background: #1e66e9 !important;
    color: #fff !important;
    display: flex !important;
    padding: 10px 12px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    transition: 0.4s ease-in-out !important;
}

.btn_primary:hover {
    background: #1d5ac9 !important;
    color: #fff !important;
    transition: 0.2s 0.1s !important;
    transition: 0.4s ease-in-out !important;
}

.btn_edit_icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 5px !important;
    border: 1px solid #1e66e9 !important  ;
    background: #fff !important;
    height: 30px !important;
    width: 30px !important;
}

.btn_edit_icon:hover,
.btn_edit_icon:hover svg path:first-child {
    background-color: #1e66e9 !important;
    border-color: #1e66e9 !important;
    fill: #ffffff !important;
}

.btn_edit_icon:hover svg path:last-child {
    stroke: #ffffff !important;
}

.btn_edit_view {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 5px !important;
    border: 1px solid #17b26a;
    background: #fff !important;
    height: 30px !important;
    width: 30px !important;
}
.btn_edit_view:hover,
.btn_edit_view:hover svg path {
    background-color: #17b26a !important;
    border-color: #17b26a !important;
    fill: #ffffff !important;
}

.btn_delete_icon {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 5px !important;
    border: 1px solid #f04438;
    background: #fff !important;
    height: 30px;
    width: 30px;
}

.btn_delete_icon:hover,
.btn_delete_icon:hover svg path {
    background-color: #f04438 !important;
    border-color: #f04438 !important;
    fill: #ffffff !important;
}

.btn_discard {
    display: flex !important;
    padding: 10px 12px !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 8px !important;
    color: #404040 !important;
    border: 1px solid #eee !important;
    background: #e4e7ec !important;
}

.btn_discard:hover {
    background: #fff !important;
}

.form-label {
    color: #404040 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.form-group {
    position: relative !important;
}

.form-control {
    /* border: 1px solid #eee !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 1px 0 rgba(228, 229, 231, 0.24) !important;
    color: #96A5B8 !important; */
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    font-weight: 400;
    color: var(--Gray-900, #181d27);
}
.form-control:focus {
    border: 1px solid var(--Brand-Color, #1f5eff);
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05), 0px 0px 0px 4px #d0deff;
}
.flat.flatpickr-input:disabled {
    background-color: #eff2f7 !important;
}
.input-field .form-control {
    height: 40px !important;
    padding: 10px 5px 10px 40px;
}

.input-field span.icon {
    position: absolute !important;
    top: 39px !important;
    left: 11px !important;
    z-index: 1 !important;
}
#addWorkLocationForm .input-field span.icon{
    top: 41px !important;
}
.form-control.modal_description {
    resize: none !important;
    height: 100px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 42px !important;
    color: var(--Gray-900, #181d27) !important;
    line-height: 38px;
    font-weight: 400;
}
.select2-container .select2-selection--single:focus,
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: 1px solid var(--Brand-Color, #1f5eff);
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05), 0px 0px 0px 4px #d0deff !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice,
.select2-container
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    background-color: #1e66e9 !important;
    padding: 2px 6px !important;
}
.file-upload-wrapper input[type="file"] {
    display: none !important;
}

.file-upload-wrapper {
    display: flex !important;
    border: 1px solid #eee !important;
    border-radius: 10px !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    background: rgba(162, 161, 168, 0.05) !important;
    width: 80px !important;
    height: 80px !important;
}

.only_image_jpg {
    color: #96a5b8 !important;
    font-size: 14px !important;
}

.modal_popup_header {
    font-size: 24px !important;
    color: #404040 !important;
    font-weight: 700 !important;
    line-height: normal !important;
}
.common_select2
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding-left: 12px !important;
}
.modal-header.close-btn-svg {
    justify-content: space-between !important;
}

.form-control::placeholder {
    color: var(--Gray-500, #717680) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.required-start-icon {
    color: #ff0000 !important;
    font-size: 16px !important;
    top: 0;
    left: 2px;
}

.select2-selection.select2-selection--single,
.select2-selection__rendered {
    height: 40px !important;
}

.select
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    color: #404040 !important;
    font-size: 12px !important;
}

.common-select-modal .select2-selection__rendered {
    color: #96a5b8 !important;
}

.select2-container .select2-selection--single {
    /* border: 1px solid #eee !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 1px 0 rgba(228, 229, 231, 0.24) !important; */
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.theme_table {
    border-collapse: collapse !important;
    /* border-radius: 20px !important; */
    border-style: hidden !important;
    /* box-shadow: 0 0 0 1px #f9f9fb; */
}

/* .theme_table tr:first-child th:first-child {
    border-top-left-radius: 20px !important;
} */

/* .theme_table tr:last-child th:last-child {
    border-top-right-radius: 20px !important;
} */

/* .theme_table tr:last-child td:first-child {
    border-top-right-radius: 10px !important;
} */

/* .theme_table tr:last-child td:last-child {
    border-bottom-right-radius: 10px !important;
} */
.line_height thead tr th {
    line-height: normal !important;
}
.theme_table thead th {
    /* border: 1px solid #f3f4f8 !important; */
    /* background: #f9f9fb !important; */
    border-width: 0 !important;
    border-spacing: 0 !important;
    /* color: #181d27 !important; */
    color: var(--Gray-900, #101828);
    font-weight: 500 !important;
    font-size: 12px;
    /* border-bottom: 1px solid #e9eaeb !important; */
    border-bottom: 1px solid #e9eaeb;
    /* background: #FAFAFA; */
    line-height: 17px !important;
}

.theme_table tbody tr td {
    /* color: #181d27 !important; */
    line-height: normal !important;
    /* text-transform: capitalize !important; */
    color: var(--Gray-500, #667085);
    font-size: 14px;
    font-weight: 500;
}

.theme_table tbody tr td a {
    font-weight: 700 !important;
    font-size: 13px !important;
    line-height: normal !important;
    text-transform: capitalize !important;
}
.theme_table tbody tr td svg {
    cursor: pointer;
    margin-top: -1px;
}
.theme_table tbody tr td .delete_icon:hover path {
    stroke: red;
}
.theme_table tbody tr td .edit_icon:hover path {
    stroke: #1e66e9;
}
.table.theme_table tbody td {
    /* padding: 1em; */
    border-bottom: 1px solid #E4E7EC !important;
}
.table.theme_table tbody tr:first-child td {
    border-top: 1px solid #E4E7EC !important;
}

/* .theme_table tr:last-child td {
    border-bottom: none !important;
} */

.theme_table.dataTable > thead .sorting_desc:after,
.theme_table.dataTable > thead .sorting_desc:before,
.theme_table.dataTable > thead .sorting:after,
.theme_table.dataTable > thead .sorting:before {
    left: 12px !important;
    height: 0px;
}

.theme_table.dataTable > thead .sorting:before {
    top: 8px !important;
}

.theme_table.dataTable > thead .sorting:after {
    top: 16px !important;
}
.ctl-pad-dat-pot .theme_table.dataTable > thead .sorting:after{
    top: 18px !important;
}
.ctl-pad-dat-pot .theme_table.dataTable > thead .sorting:before{
    top: 11px !important;
}
/* @media (min-width: 1650px){
    .theme_table.dataTable > thead .sorting:before {
        top: 9px !important;
    }
    
    .theme_table.dataTable > thead .sorting:after {
        top: 17px !important;
    }
} */
.theme_table.dataTable > thead > tr > th:not(:first-child),
.theme_table.dataTable > tbody > tr > td:not(:first-child) {
    padding-left: 30px !important;
    padding-right: 0.6rem !important;
}
.common_datatable_theme .paginate_button.page-item.active a {
    border-radius: 50% !important;
    background: #f8f8f8 !important;
    color: #404040 !important;
    border: none !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
}
.common_datatable_theme {
    padding-top: 0px;
}
.common_datatable_theme .paginate_button.page-item a {
    border-radius: 50% !important;
    color: #404040 !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
    border: none !important;
}

.common_datatable_theme .paginate_button.page-item.previous a {
    border-radius: 50% !important;
    color: #404040 !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
    border: 1px solid #eee !important;
}

.common_datatable_theme .paginate_button.page-item.next a {
    border-radius: 50% !important;
    color: #404040 !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
    border: 1px solid #eee !important;
}

.common_datatable_theme .paginate_button.page-item.previous.disabled a {
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #a0aec0 !important;
    border: 1px solid #eee !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.common_datatable_theme .pagination.paginate_button.page-item.next.disabled a {
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #a0aec0 !important;
    border: 1px solid #eee !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.table.theme_table tbody tr:last-child td:last-child {
    /* border-bottom: 0px !important; */
}

.common_datatable_theme .serialsortdisabled thead tr th:first-child::after,
.common_datatable_theme .serialsortdisabled thead tr th:first-child::before {
    display: none !important;
}

.common_datatable_theme
    table.dataTable
    > thead
    .no-sortorder.sorting_asc:before,
.common_datatable_theme
    table.dataTable
    > thead
    .no-sortorder.sorting_asc:after {
    display: none !important;
}

.table_search_custom input[type="search"] {
    border: 1px solid #e9eaec !important;
    padding: 10px 35px 10px 15px !important;
    width: 250px !important;
    border-radius: 8px !important;
}
#department_list_table_filter,
#subdept_list_table_filter,
#employeeTable_filter,
#roles-table_filter,
#equipment_list_table_filter,
#cost_code_list_table_filter {
    text-align: left !important;
}
/* .datatable_search {
    margin-bottom: 0 !important;
    position: absolute !important;
    top: -56px;
} */
#department_list_table_filter label,
#subdept_list_table_filter label,
#employeeTable_filter label,
#roles-table_filter label,
#equipment_list_table_filter label,
#cost_code_list_table_filter label {
    position: relative !important;
}
#department_list_table_filter label svg,
#subdept_list_table_filter label svg,
#employeeTable_filter label svg,
#roles-table_filter label svg,
#equipment_list_table_filter label svg,
#cost_code_list_table_filter label svg {
    position: absolute !important;
    right: 10px !important;
    top: 9px !important;
}
.choices__inner {
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 1px 0 rgba(228, 229, 231, 0.24) !important;
}
.choices {
    font-size: unset !important;
}
.text_wrap {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    width: 12ch !important;
}
/* .drag-drop-label-item {
    width: 20% !important;
} */
.form-check1.form-check-input:checked {
    background-color: #1f5eff !important;
    border-color: #1f5eff !important;
}
.form-check1.form-check-input {
    background-color: #e9eaeb !important;
    border-color: #e9eaeb !important;
}
.form-switch .form-check-input {
    --vz-form-switch-bg: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%22-4 -4 8 8%22%3E%3Ccircle r=%223%22 fill=%22rgba(255, 255, 255, 1)%22/%3E%3C/svg%3E") !important;
}
.offcanvas-end {
    right: 0;
    width: 300px;
}

.offcanvas-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.offcanvas-body {
    padding-top: 20px;
}
.offcanvas-header {
    padding: 15px !important;
}
.back_btn {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #181d27;
    gap: 4px;
    font-weight: 600;
}
.back_btn:hover {
    color: #db3544;
}
.back_btn:hover svg {
    fill: #db3544;
}
.btn_clear {
    background-color: #ed5e5e !important;
    color: white !important;
    border-color: #ed5e5e !important;
}
.btn_clear:hover {
    background-color: #c95050 !important;
    color: white !important;
    border-color: #c95050 !important;
}
.form-select:focus {
    box-shadow: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    /* .datatable_search {
        margin-bottom: 0;
        top: -10px;
        left: -7px;
    } */

    /* .common_search_emp .datatable_search {
        top: -62px;
    } */

    .common_search_emp.table_search_custom input[type="search"] {
        width: 240px !important;
    }
}

@media only screen and (max-width: 767px) {
    .nav-success.nav-tabs .nav-link.active,
    .nav-success.nav-tabs-custom .nav-link {
        font-size: 14px !important;
    }

    .main-content {
        margin-left: 0px !important;
    }

    .table_search_custom input[type="search"] {
        width: auto !important;
    }

    /* .datatable_search {
        top: -9px;
        left: -7px;
    } */

    .drag-drop-label-item {
        width: 100% !important;
    }
}

/* bug fixing */
.cty_code_cont .phone_number_input {
    padding-left: 130px;
    padding-right: 12px;
}

.cty_code_box {
    position: absolute;
    border-radius: 8px 0px 0px 8px !important;
    padding-right: 12px;
    text-align: center;
}
.mb-13 {
    margin-bottom: 13px;
}
/* end of existing styles */

.ctl-the-btn-col {
    background-color: #1e66e9;
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
}
.ctl-the-btn-col:hover {
    background-color: #1d5ac9;
    transition: all 0.4s ease-in-out;
}
.ctl-bor-rad-8 {
    border-radius: 8px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-width: 5px 4px 0 4px;
}
.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-width: 0 4px 5px 4px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 2px;
}
.btn-success {
    transition: all 0.4s ease-in-out;
}
.btn-success:hover {
    transition: all 0.4s ease-in-out;
}
.select2-container--default
    .select2-results__option[aria-selected="true"]:hover {
    background-color: #f1f1fa;
    color: #181d27;
}
.select2-container--default .select2-results > .select2-results__options {
    margin: 10px 10px 10px 10px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #f1f1fa ;
    color: #181d27;
}
.select2-container--default .select2-search--dropdown{
    padding-bottom: 0px !important;
}
.select2-results__option {
    border-radius: 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e9eaec;
}
.ctl-mul-sel-pol .select2-container .select2-search--inline .select2-search__field{
    /* width: 0.75em !important; */
    max-width: min-content !important;
}
.select2box {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 18px;
}
.multiCheckboxSubGroup
    .select2-dropdown--below
    .select2-results
    .select2-results__options {
    margin-top: 10px !important;
}
.multiCheckboxSubGroup
    .select2-dropdown--below
    .select2-results
    .select2-results__options
    .select2-results__option--selected,
    .multiCheckboxSubGroup
    .select2-dropdown--above 
    .select2-results .select2-results__options 
    .select2-results__option--selected {
    background-color: #fff !important;
    color: #181d27 !important;
    position: relative;
}
.multiple-select-custom
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    display: none;
    right: -1px !important;
    left: unset;
    top: 3px !important;
    padding-left: 0px;
    border-color: unset !important;
}
.multiple-select-custom
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice:hover
    .select2-selection__choice__remove {
    display: inline-block;
    color: #fff;
    margin-right: 2px;
    cursor: pointer;
    padding: 0px !important;
    border-color: unset !important;
}
.avatar-xs {
    height: 35px !important;
    width: 35px !important;
    object-fit: contain;
    border: 1px solid #d5d9ddbf;
}
.profile_img.avatar-xs.yellow {
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.8) 0,
            rgba(255, 255, 255, 0.8) 100%
        ),
        #f4be37;
    color: #f4be37 !important;
}
.profile_img.avatar-xs.purple {
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.8) 0,
            rgba(255, 255, 255, 0.8) 100%
        ),
        #9200b0;
    color: #9200b0 !important;
}
.profile_img.avatar-xs {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.ctl-tab-emp-txt p {
    font-size: 13px;
    font-weight: 600;
    color: black;
    margin-bottom: 3px;
}
.ctl-tab-emp-txt span {
    font-size: 14px;
    font-weight: 500;
    color: #667085;
}
.ctl-low-case-txt {
    text-transform: lowercase;
}
.ctl-pad-lft-hea {
    padding-left: 30px !important;
}
.ctl-emp-sta-txt {
    display: flex;
    align-items: center;
    gap: 4px;
    /* padding: 6px 10px; */
    border-radius: 6px;
    width: 110px;
    line-height: normal;
    /* justify-content: center; */
}
.ctl-available {
    /* color: #00ae1d; */
    border-radius: 6px;
    border: 1px solid #d5d7da;
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    display: flex;
    padding: 2px 6px;
    align-items: center;
    gap: 4px;
    width: fit-content;
    color: var(--Gray-500, #667085);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    white-space: nowrap;
    /* background: linear-gradient(0deg, rgba(255, 255, 255, .8) 0, rgba(255, 255, 255, .8) 100%), #00ae1d;    */
}
.common_datatable_theme .table .form-check .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid #d5d7da;
}
.form-check-input:checked {
    background-color: #1e66e9 !important;
}
.theme_table .ctl-tab-hdr-che {
    text-align: center !important;
}
.ctl-unavailable {
    /* color: #f74850; */
    border-radius: 6px;
    border: 1px solid #d5d7da;
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    display: flex;
    padding: 2px 6px;
    align-items: center;
    gap: 4px;
    width: fit-content;
    color: var(--Gray-500, #667085);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 18px;
    /* 150% */
    /* background: linear-gradient(0deg, rgba(255, 255, 255, .8) 0, rgba(255, 255, 255, .8) 100%), #f74850; */
}
.ctl-upcommming {
    /* color: #1E66E9; */
    border-radius: 6px;
    border: 1px solid #d5d7da;
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    display: flex;
    padding: 2px 6px;
    align-items: center;
    gap: 4px;
    width: fit-content;
    color: var(--Gray-500, #667085);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    white-space: nowrap;
    /* background: linear-gradient(0deg, rgba(255, 255, 255, .8) 0, rgba(255, 255, 255, .8) 100%), #f74850; */
}
.actionblock-custom {
    border-radius: 8px;
    border: 1px solid #e2e4e9;
    background: #fff;
    box-shadow: 3px 3px 10px 0 rgba(120, 132, 149, 0.08);
    padding: 0 !important;
    overflow: hidden;
    gap: 0 !important;
}
.actionblock-custom li {
    width: 100%;
    transition: 0.4s ease-in-out;
}
.actionblock-custom li a {
    padding: 6px 16px;
}
.dropdown-menu.widthfitcontent {
    min-width: fit-content;
}
.actionblock-custom li:hover {
    background-color: #e9ecef;
    transition: 0.4s ease-in-out;
}
.ctl-pag-tit-con {
    font-size: 17px;
    line-height: normal;
    font-weight: 600;
    color: #181d27;
}
.ctl-input-field {
    position: relative;
}
.ctl-input-field span.icon {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}
.ctl-input-field span.icon svg{
    height: 17px !important;
}
.ctl-input-field .form-control {
    padding: 10px 5px 10px 32px;
    height: 40px;
}
#employeeListTable_length .form-select {
    border-color: #eeeeee;
    border-radius: 7px;
}
.ctl-edi-tit-lft h3 {
    font-size: 16px;
    margin-bottom: 0;
    color: #121212;
    font-weight: 500;
}
.ctl-edi-tit-lft span {
    font-size: 13px;
    color: #898989;
    font-weight: 400;
}
.ctl-off-bac-col {
    background-color: #ffffff;
}
.ctl-off-pad-bod {
    padding: 15px;
}
.ctl-can-emp-txt h3 {
    font-size: 13px;
    color: #898989;
    font-weight: 400;
    margin-bottom: 2px;
}
.ctl-can-emp-txt h4 {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 4px;
}
.cmp-can-inf-top {
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 15px;
    background-color: #f9f9fb;
}
.ctl-can-cus-blo {
    top: 10px !important;
    bottom: 10px;
    right: 10px !important;
    border-radius: 13px;
    overflow: hidden;
    width: 450px !important;
}
.ctl-sid-exp-zin {
    z-index: 1059;
    transition: none !important;
}
.offcanvas-backdrop {
    z-index: 1058 !important;
}
.ctl-fil-sel2-zin {
    z-index: 1059;
}
.ctl-emp-typ-blo {
    border: 1px solid #e9e9e9;
    border-radius: 7px;
    background-color: #ffffff;
    padding: 5px 10px;
    display: block;
    width: fit-content;
    color: #00ae1d;
    line-height: normal;
}
.cmp-can-inf-bot {
    margin-top: 15px;
}
.cmp-bas-inf-tit h3 {
    font-size: 14px;
    margin-bottom: 0;
    color: #898989;
    font-weight: 500;
}
.ctl-frm-grp-txt label {
    font-size: 14px;
    margin-bottom: 4px;
    color: #121212;
    font-weight: 600;
    display: block;
}
.ctl-frm-grp-txt p {
    font-size: 14px;
    margin-bottom: 0;
    color: #181d27;
    font-weight: 400;
}
.cmp-inf-blo-con {
    margin-top: 15px;
}
.cmp-inf-blo-con .form-group:not(:last-child) {
    margin-bottom: 15px;
}
.ctl-clo-ico-rit button {
    border: 1px solid #ededef;
    border-radius: 6px;
    height: 28px;
    width: 28px;
    justify-content: center;
    transition: 0.3s ease-in-out;
    box-shadow: 0 2px 1px 0 rgba(228, 229, 231, 0.24);
}
.ctl-clo-ico-rit button:hover {
    background-color: #f9f9fb;
    transition: 0.3s ease-in-out;
}
.offcanvas-footer {
    position: fixed;
    bottom: 0;
}
.ctl-can-btn-bot {
    border-top: 1px solid #dee2e6;
}
.ctl-can-btn-bot button {
    border-radius: 8px;
    font-size: 14px;
    color: #181d27 !important;
    font-weight: 400;
    padding: 7px 14px;
    border: 1px solid #e9e9e9 !important;
    line-height: normal;
    height: auto !important;
    background-color: #f9f9fb;
    transition: 0.4s ease-in-out;
    box-shadow: 0 2px 1px 0 rgba(228, 229, 231, 0.24);
}
.ctl-can-btn-bot button:hover {
    background-color: #e9e9e9;
    transition: 0.4s ease-in-out;
}
.ctl-clo-ico-rit {
    display: flex;
    align-items: center;
    gap: 6px;
}
.ctl-edi-btn-bot {
    border-radius: 6px;
    font-size: 13px;
    color: #181d27;
    font-weight: 400;
    padding: 5px 14px;
    border: 1px solid #e9e9e9;
    line-height: normal;
    height: auto;
    background-color: #ffffff;
    transition: 0.3s ease-in-out;
    box-shadow: 0 2px 1px 0 rgba(228, 229, 231, 0.24);
}
.ctl-edi-btn-bot:hover {
    background-color: #f9f9fb;
    transition: 0.3s ease-in-out;
}
.ctl-bor-fil-col {
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    align-items: center;
    display: flex;
    color: var(--Gray-500, #667085);
}
.ctl-bor-fil-col:hover,
.ctl-bor-fil-col:focus {
    border: 1px solid #d0d5dd !important;
    background-color: #ececef;
}
/* .topbar-zindex{
    z-index:1058 !important;
} */

.ctl-clr-btn-fil {
    border-radius: 8px;
    font-size: 13px;
    color: #000000 !important;
    font-weight: 400;
    padding: 7px 14px;
    border: 1px solid #e9e9e9 !important;
    line-height: normal;
    height: auto !important;
    background-color: #f3f3f3a1;
    transition: 0.4s ease-in-out;
    box-shadow: 0 2px 1px 0 rgba(228, 229, 231, 0.24) !important;
}
.ctl-clr-btn-fil:hover {
    background-color: #e9e9e9;
    transition: 0.4s ease-in-out;
}
.ctl-clr-btn-fil:focus {
    background-color: #e9e9e9;
    transition: 0.4s ease-in-out;
    border: 1px solid #e9e9e9;
}
@media only screen and (max-width: 767px) {
    .topbar-zindex {
        z-index: 1003 !important;
    }
}

@media only screen and (max-width: 399px) {
    .ctl-can-cus-blo {
        width: 300px !important;
    }
}
@media only screen and (min-width: 400px) and (max-width: 500px) {
    .ctl-can-cus-blo {
        width: 370px !important;
    }
}
/* table changes  */
.dataTables_scrollHead{
    border-top: 1px solid #E4E7EC !important;
    margin-top: 5px;
}
table.dataTable{
    margin-top: 0px !important;
}
#subdepartment-table-new_wrapper .dataTables_scrollHeadInner,
.dataTables_scrollHeadInner {
    width: 100% !important;
}
.btn-danger-unpublish {
    border-radius: 8px !important;
    background: #df1c41 !important;
    color: #fff !important;
    display: flex !important;
    padding: 10px 12px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    transition: 0.4s ease-in-out !important;
}
.btn-danger-unpublish:hover {
    background: #9a031f !important;
}
/* .scroll_box table tbody tr td {
    vertical-align: top !important;
} */
.space_nowrap {
    white-space: nowrap;
}
.card_sec_box {
    border: 1px solid #e9eaeb;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}
.text_overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
}
.project-container-box {
    margin-left: -23px;
    margin-right: -23px;
}
.scroll_box .dataTables_scroll .dataTables_scrollBody {
    position: static !important;
}
.ctl-pos-revert {
    position: revert;
}
.multiCheckbox .select2-container--default .select2-results__option--selected{
    background-color: #fff !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: #1e66e9 !important;
    color: #fff !important;
    /* transition: all 0.2s ease-in-out; */
    position: relative;
}
.select2-container--default .select2-results__option--selected::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>');
    background-size: cover;
}
.theme_table tbody tr td button.ps-0 {
    height: unset !important;
    padding: 0px !important;
}
#scrollbar {
    height: calc(100vh - 125px) !important;
}
.scroll_box::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.scroll_box::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scroll_box::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 3px;
}
.scroll_box .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.scroll_box .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scroll_box .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 1px;
}
.w-135 {
    min-width: 110px;
    padding: 0px;
    max-width: 100%;
    width: unset;
    padding: 0px;
}
.filter_list.w-145 {
    width: 145px !important;
}
.filter_list.w-145 .flatpickr-input::placeholder {
    color: var(--Gray-500, #717680) !important;
}
.dropdown_box {
    border: 1px solid #e9eaeb;
    border-radius: 8px;
    background-color: #fff;
    height: 40px !important;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}
.w-225 {
    min-width: 225px;
    padding: 0px;
    max-width: 100%;
    width: unset;
}
.w-135 .input-field span.icon {
    top: 10px !important;
}
.gap_5 {
    gap: 10px;
}
.date_picker {
    padding: 10px 5px 10px 30px !important;
}
.margin_left_right {
    margin: 0px -10px 15px -10px;
}
.toggle_btn .selected-text {
    color: var(--Gray-500, #667085);
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 120px;
}
.toggle_btn.selected .selected-text {
    color: var(--Black, #000);
    font-weight: 500;
}
.toggle_btn {
    padding: 8px;
    font-size: 12px;
    height: 40px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    display: flex;
    align-items: center;
    gap: 7px;
}
.toggle_btn:focus {
    border: 1px solid var(--Brand-Color, #1f5eff);
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05), 0px 0px 0px 4px #d0deff;
}
.filter_list {
    margin-left: 12px;
    margin-bottom: 15px;
}
.reset_btn {
    background-color: #e4e7ec;
    border-radius: 8px !important;
    color: #414651;
    display: flex !important;
    padding: 10px 12px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    transition: 0.4s ease-in-out !important;
}
.reset_btn:hover {
    background-color: #b9c3d5;
}
.assign_to {
    min-width: -webkit-fill-available;
    border-radius: 8px;
    margin-top: 8px !important;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--White, #fff);
}
.w-135 .dropdown-menu {
    min-width: -webkit-fill-available;
    border-radius: 8px;
    margin-top: 8px !important;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--White, #fff);
    box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08),
        0px 4px 6px -2px rgba(10, 13, 18, 0.03);
    max-height: 250px;
    overflow: auto;
    padding: 2px 0px;
}
.w-135 .dropdown-menu {
    min-width: -moz-available !important;       
}
.dropdown-item {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 8px;
}
.dropdown-item:hover {
    /* background-color: #007bff !important; */
    /* color: white !important; */
}
.input-field .date_picker::placeholder {
    color: #414651 !important;
}
.input-field textarea.task_textarea {
    height: 77px !important;
}
.flatpickr-calendar {
    z-index: 1059 !important;
}
.input-field span.icon.list_icons {
    top: 10px !important;
}
/* end of inc changes */

/* timecard css start */

.ctl-card-bor-rad {
    border-radius: 16px;
    border: 1px solid #e9eaeb;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    overflow: hidden;
    height: 100%;
}
.ctl-car-clo-hdr h3 {
    color: #181d27;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}
.ctl-lab-txt-frm {
    color: #181d27;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.ctl-txt-lab-frm {
    color: #181d27;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.ctl-txt-lab-to-frm {
    color: #181d27;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.cmp-com-inp-cus-blo input {
    border-radius: 8px;
    border: 1px solid #d5d4dc;
    background: #fff;
    box-shadow: 0px 2px 1px 0px rgba(228, 229, 231, 0.24);
    color: #414651;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    height: 40px;
    padding: 12px 10px;
    width: 100%;
    outline: none;
}
.cmp-com-inp-cus-blo input:disabled,
.cmp-com-sel-cus-blo .select2-container--disabled .select2-selection {
    /* background: rgba(230, 231, 231, 0.80); */
    background: #f9fafb !important;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05) !important;
}
.cmp-com-sel-cus-blo
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding-left: 12px !important;
    color: var(--Gray-900, #181d27) !important;
    font-size: 14px;
    font-weight: 400;
}
.cmp-com-sel-cus-blo
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #868c98 transparent transparent transparent;
}
.cmp-com-sel-cus-blo
    .select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #868c98 transparent !important;
}
/* .cmp-com-sel-cus-blo .select2-container .select2-selection--single,.cmp-tex-are-cus textarea{
    border-radius: 8px !important;
    border: 1px solid #D5D4DC !important;
    box-shadow: 0px 2px 1px 0px rgba(228, 229, 231, 0.24) !important;
} */
.ctl-sel-cus-drp .select2-dropdown {
    z-index: 1001;
}

.ctl-sel-cus-drp .select2-results__options::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.ctl-sel-cus-drp .select2-results__options::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.ctl-sel-cus-drp .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 1px;
}
.ctl-sel-cus-drp .select2-results__option {
    font-weight: 400;
    font-size: 13px;
}
.ctl-bor-lne-col {
    border-color: #e9eaeb;
}

.ctl-pad-car-hea-bod > .card-header,
.ctl-com-pad-hea-bod .card-header {
    padding: 15px 20px;
}
/* .ctl-pad-car-hea-bod > .card-body,
.ctl-com-pad-hea-bod .card-body {
    padding: 20px 20px;
} */
.cmp-clo-btn-blo button {
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #1e66e9;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s ease-in-out;
}
.cmp-clo-btn-blo button:hover {
    background-color: #0f54d2;
    transition: all 0.3s ease-in-out;
}
.ctl-tim-mar-bot {
    margin-bottom: 12px;
}
.ctl-min-tex-hei {
    min-height: 69px !important;
}
.cmp-tex-are-cus textarea {
    color: #414651 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    resize: none;
}

.ctl-tex-are-scr::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.ctl-tex-are-scr::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.ctl-tex-are-scr::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 1px;
}
.cmp-ico-blo-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.cmp-lis-qui-acc-grd {
    list-style-type: none;
    padding-left: 0;
}
.cmp-lis-qui-acc-grd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 0;
}
.cmp-lis-qui-acc-grd li > a {
    border-radius: 12px;
    border: 1px solid #e9eaeb;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    padding: 20px;
    transition: 0.3s ease-in-out;
    display: block;
    cursor: default;
}
.cmp-lis-qui-acc-grd li > a:hover {
    box-shadow: 0px 1px 4px 2px rgba(10, 13, 18, 0.05);
    transition: 0.3s ease-in-out;
}
.ctl-ico-qui-bac {
    border-radius: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ctl-app-lea-bac {
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(255, 255, 255, 0.9) 100%
        ),
        #ad00c9;
}
.ctl-vie-log-bac {
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(255, 255, 255, 0.9) 100%
        ),
        #f57500;
}
.ctl-tim-car-bac {
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(255, 255, 255, 0.9) 100%
        ),
        #ad00c9;
}
.ctl-tod-log-bac {
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(255, 255, 255, 0.9) 100%
        ),
        #f57500;
}
.cmp-hdr-blo-bot h3 {
    color: #181d27;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.cmp-lis-hrs-acc-grd {
    list-style-type: none;
    padding-left: 0;
}
.cmp-lis-hrs-acc-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 0;
}
.ctl-hor-blo-com {
    border-radius: 12px;
    border: 1px solid #e9eaeb;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    padding: 12px;
    transition: 0.3s ease-in-out;
    display: block;
    background-image: url("../img/clippathgroup.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100%;
    height: 100%;
}
.ctl-hor-blo-com:hover {
    box-shadow: 0px 1px 4px 4px rgba(10, 13, 18, 0.05);
    transition: 0.3s ease-in-out;
}
.ctl-hor-tit-lft h3 {
    color: #535862;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}
.ctl-hrs-dat-dis input,
.ctl-hrs-dat-dis {
    border-radius: 6px;
    border: 1px solid #d5d7da;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    color: #414651;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: fit-content;
    padding: 8px 8px;
    text-align: center;
}
.add-multiple-topics,
.add-multiple-topics svg path {
    color: #1e66e9;
    font-weight: 600;
    font-size: 14px;
    fill: #1e66e9;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    width: fit-content;
}
.add-multiple-topics:hover,
.add-multiple-topics:hover svg path {
    color: #181d27;
    fill: #181d27;
}
.ctl-hrs-dis-flx {
    margin-bottom: 30px;
}
.ctl-hrs-dis-flx,
.ctl-hrs-dat-flx {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.ctl-dat-num-txt h3 {
    color: #414651;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}
.ctl-dat-num-txt h3 span {
    color: #181d27;
    font-size: 24px;
    font-weight: 600;
}
.ctl-hrs-lnk-con a {
    border-radius: 4px;
    background: linear-gradient(180deg, #2b70ee 0%, #0046c5 100%);
    display: block;
    padding: 5px 9px;
    cursor: default;
}
.ctl-mar-bot-tim {
    margin-bottom: 12px;
}
.cmp-lis-hrs-grd-acc {
    list-style-type: none;
    padding-left: 0;
}
.cmp-lis-hrs-grd-acc {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 0;
}

.cmp-act-btn-fil button {
    color: #414651;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 6px;
    border: 1px solid #e2e4e9;
    background: #fff;
    box-shadow: 0px 2px 1px 0px rgba(82, 88, 102, 0.03);
    display: flex;
    align-items: center;
    gap: 6px;
}
.cmp-mod-cus-blo {
    border-radius: 16px;
    border: 1px solid #e9eaeb;
    background: #fff;
    box-shadow: 0px 2px 15px 0px rgba(10, 13, 18, 0.1);
}
.cmp-mod-cus-blo .modal-header button {
    color: #181d27;
    opacity: 1;
    border: 1px solid #181d27;
    border-radius: 50%;
    padding: 5px;
    font-size: 8px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
}
.cmp-mod-cus-blo .modal-header {
    border-bottom: 1px solid #e9eaeb;
}
.cmp-mod-cus-blo .modal-header h5 {
    color: #181d27;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}
.cmp-mod-cus-blo .modal-header {
    padding: 15px 15px;
}
.cmp-mod-cus-blo .modal-body {
    padding: 15px 20px;
}
.cmp-mod-cus-blo .modal-footer {
    padding: 15px 20px;
}
.cmp-dat-ran-blo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.cmp-fil-btn-blo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    gap: 15px;
    width: 100%;
}
.cmp-fil-btn-blo button {
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    border-radius: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.ctl-btn-light {
    border: 1px solid #e6e7e7;
    background-color: #fff;
    color: #181d27;
    transition: all 0.3s ease-in-out;
}
.ctl-btn-light:hover {
    border: 1px solid #e6e7e7;
    background-color: #ced4da;
    color: #181d27;
    transition: all 0.3s ease-in-out;
}
.ctl-btn-light:focus {
    border: 1px solid #e6e7e7 !important;
    background-color: #ced4da !important;
    color: #181d27 !important;
    transition: all 0.3s ease-in-out;
}
.ctl-btn-blue {
    border: 1px solid #ffffff1f;
    background-color: #1e66e9;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.ctl-btn-blue:hover {
    border: 1px solid #ffffff1f;
    background-color: #0f54d2;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.ctl-btn-blue:focus {
    border: 1px solid #ffffff1f !important;
    background-color: #0f54d2 !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}
/*  */
.ctl-fla-pic-pop-zin {
    z-index: 1055 !important;
}
.ctl-pos-rel-ico {
    position: relative;
}
.ctl-pos-rel-ico span.ctl-ico-rit {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.ctl-pos-rel-ico span.ctl-ico-lft {
    position: absolute;
    top: 19px;
    left: 10px;
    transform: translateY(-50%);
}
.ctl-por-dat-ico {
    padding-right: 30px !important;
}
.ctl-pol-dat-ico {
    padding-left: 30px !important;
}
.cmp-dat-tab-txt thead tr th {
    font-size: 14px;
    font-weight: 600;
    color: #212529;
    line-height: normal;
}
.cmp-dat-tab-txt thead tr th {
    padding: 12px 17px;
}
.cmp-dat-tab-txt tbody tr td {
    padding: 12px 17px;
}
.cmp-dat-tab-txt tbody tr td {
    font-size: 13px;
    font-weight: 400;
    color: #212529;
    line-height: normal;
}
.ctl-des-txt-blo p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cmp-tab-pro-tit {
    color: #535862;
}
.cmp-tab-bac-col thead th {
    background-color: #fafafa;
}
.cmp-tab-bac-col tbody tr:nth-child(even) {
    background-color: #fafafa;
}
.cmp-tab-bac-col tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.cmp-tex-wra-con thead tr th {
    white-space: nowrap;
}
.cmp-des-wid-col thead tr th:first-child {
    width: 40px;
}
.cmp-des-wid-col thead tr th:nth-child(4) {
    width: 450px;
}
.cmp-tab-ove-flo {
    overflow-x: auto;
}
.ctl-cus-scroll::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.ctl-cus-scroll .select2-results__options::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.ctl-cus-scroll .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 1px;
}

.cmp-tab-las-row-bor-non tbody tr:last-child td {
    border-bottom: none;
}
/*  */
.cmp-mgr-qui-acc-grd {
    list-style-type: none;
    padding-left: 0;
}
.cmp-mgr-qui-acc-grd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 0;
}
.cmp-mgr-qui-acc-grd li > a {
    border-radius: 12px;
    border: 1px solid #e9eaeb;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    padding: 20px;
    transition: 0.3s ease-in-out;
    display: block;
    cursor: default;
}
.cmp-mgr-qui-acc-grd li > a:hover {
    box-shadow: 0px 1px 4px 2px rgba(10, 13, 18, 0.05);
    transition: 0.3s ease-in-out;
}
/*  */
.cmp-emp-btn-blo a {
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #1e66e9;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    padding: 9px 15px;
}
.cmp-emp-btn-blo a:hover {
    background-color: #0f54d2;
    transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
    .cmp-lis-qui-acc-grd,
    .cmp-mgr-qui-acc-grd,
    .cmp-lis-hrs-grd-acc {
        grid-template-columns: 1fr;
    }
    .cmp-lis-hrs-acc-grd {
        grid-template-columns: 1fr;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cmp-lis-qui-acc-grd,
    .cmp-mgr-qui-acc-grd,
    .cmp-lis-hrs-grd-acc {
        grid-template-columns: 1fr 1fr;
    }
    .cmp-lis-hrs-acc-grd {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cmp-lis-hrs-grd-acc {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-lis-hrs-grd-acc {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .cmp-res-act-log-pad {
        padding: 20px;
    }
    :is([data-layout="vertical"], [data-layout="semibox"]) .navbar-brand-box, .logo span.logo-lg{
        display: block;
    }
    .logo span.logo-sm{
        display: none;
    }
}
.ctl-err-msg-txt label.invalid-feedback {
    margin-top: 5px;
    font-size: 14px;
    color: #f06548;
    line-height: normal;
    margin-bottom: 0;
}
/* timecard css end */
.ctl-bor-lne-non {
    border-bottom: none;
}
.ctl-tit-pag-con h3 {
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    color: #181d27;
    margin-bottom: 0;
}
.ctl-sta-lea-txt {
    border-radius: 6px;
    border: 1px solid #d5d7da;
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    display: flex;
    padding: 2px 6px;
    align-items: center;
    gap: 4px;
    width: fit-content;
    color: var(--Gray-500, #667085);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}
.ctl-mar-tab-bot .dataTables_scrollBody {
    margin-bottom: 13px;
}
@media only screen and (min-width: 576px) {
    .ctl-ser-cus-wid {
        margin-left: auto;
    }
}

.cmp-lev-man-blo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
    gap: 15px;
}
.ctl-lev-man-blo {
    border-radius: 12px;
    border: 1px solid #e2e4e9;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(228, 229, 231, 0.24);
    padding: 16px;
    display: inline-grid;
}
.ctl-man-blo-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.ctl-man-blo-bot {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.ctl-uma-txt-lft {
    color: var(--fc-primary);
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}
.ctl-uma-txt-rit {
    font-size: 12px;
    color: var(--fc-secondary);
    font-weight: 500;
    line-height: normal;
    text-align: left;
    text-transform: inherit;
    letter-spacing: normal;
}

.ctl-uma-pic-lft img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.ctl-lev-det-txt-blo input {
    border-radius: 8px;
    color: #414651;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    height: 40px;
    padding: 12px 10px 12px 0;
    width: 100%;
    outline: none;
    border: none;
    box-shadow: none;
    background-color: transparent;
}
.ctl-lev-det-txt-blo h4 {
    border-radius: 8px;
    color: #414651;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    height: 40px;
    padding: 12px 10px 12px 0;
    margin-bottom: 0;
}
.cmp-lev-det-uol li {
    padding: 10px 15px;
    border-radius: 8px;
}
.cmp-lev-det-uol li:not(:last-child) {
    margin-bottom: 10px;
}
.cmp-lev-det-uol li:nth-child(odd) {
    background-color: #f8f8f8;
}
.cmp-lev-det-uol li:nth-child(even) {
    background-color: #f8f8f8;
}
.cmp-res-aut-txt textarea {
    resize: auto;
    resize: vertical;
}
.ctl-mul-sel-pol .select2-container--default .select2-selection--multiple {
    padding-left: 30px;
    border-radius: 8px;
    border: 1px solid #d5d4dc;
    box-shadow: 0px 2px 1px 0px rgba(228, 229, 231, 0.24);
}
.ctl-mul-sel-pol .select2-selection__rendered li:first-child {
    margin-left: 0;
}

.cmp-sub-com-btn {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #1e66e9;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    padding: 9px 15px;
}
.cmp-sub-com-btn:hover {
    background-color: #0f54d2;
    transition: all 0.3s ease-in-out;
}
.cmp-can-com-btn {
    border: 1px solid #e2e4e9;
    background: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    color: #181d27;
    border-radius: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    padding: 9px 15px;
}
.cmp-can-com-btn:hover {
    background-color: #e4e7ec;
    transition: all 0.3s ease-in-out;
}
/*  */
.cmp-mod-blo-cus {
    border-radius: 16px;
    border: 1px solid #e9eaeb;
    background: #fff;
    box-shadow: 0px 2px 15px 0px rgba(10, 13, 18, 0.1);
}
.cmp-mod-blo-cus .modal-header button {
    color: #181d27;
    opacity: 1;
    border: 1px solid #181d27;
    border-radius: 50%;
    padding: 5px;
    font-size: 8px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
}
.cmp-mod-blo-cus .modal-header {
    border-bottom: 1px solid #e9eaeb;
}
.cmp-mod-cus-tit .modal-header h5 {
    color: #181d27;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}
.cmp-mod-blo-cus .modal-header {
    padding: 15px 15px;
}
.cmp-mod-blo-cus .modal-body {
    padding: 15px 20px;
}
.cmp-mod-blo-cus .modal-footer {
    padding: 15px 20px;
}
.cmp-lea-view-bac {
    margin-bottom: 15px;
    border-radius: 16px;
    background: rgb(255, 255, 255);
    padding: 15px;
    box-shadow: rgba(82, 88, 102, 0.08) 0px 4px 45px 0px;
}
.cmp-doc-vie-blo li:not(:last-child) {
    margin-bottom: 15px;
}
.cmp-doc-vie-blo li a {
    border-radius: 8px;
    border: 1px solid #e2e4e9;
    background-color: #fff;
    padding: 10px;
    text-decoration: none;
}
.ctl-att-doc-typ img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.ctl-att-doc-txt p {
    color: var(--fc-primary);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    text-transform: inherit;
    letter-spacing: normal;
}
.cmp-rev-svg-con {
    margin-left: auto;
    padding-right: 3px;
}
.cmp-noresult-attachment {
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(226, 228, 233);
    border-image: initial;
    padding: 15px 10px;
    text-decoration: none;
}

.ctl-sta-mot-pop {
    margin-top: 7px;
}
.cmp-vie-inp-dis input:disabled,
.cmp-vie-inp-dis textarea:disabled {
    background-color: #ffffff;
    user-select: none;
}
.filepond--file {
    background: #1e66e9;
}
.filepond--file-action-button {
    background-color: #0f54d2;
}

.ctl-cus-ser-wid {
    width: 320px;
}
.rm-btn {
    background: transparent;
    border: none;
    padding: 0 10px;
}
@media only screen and (max-width: 991px) {
    .ctl-cus-ser-wid {
        width: 100%;
    }
}
.cmp-com-top-btn button {
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #1e66e9;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    padding: 10px 15px;
}
.cmp-com-top-btn button:hover {
    background-color: #0f54d2;
    transition: all 0.3s ease-in-out;
}
.ctl-ser-com-txt input {
    color: #414651;
    font-size: 14px;
    font-weight: 400;
}
.ctl-fil-card-bor-rad {
    border-radius: 11px;
    border: 1px solid #e9eaeb;
    background-color: #ffffff;
    box-shadow: 0px 0px 2px 2px rgb(10 13 18 / 3%);
    overflow: hidden;
    height: 100%;
}
@media only screen and (min-width: 1366px) {
    .ctl-own-nam-tim,
    .ctl-emp-nam-tim,
    .ctl-job-num-blo {
        width: 150px;
    }
    .ctl-not-txt-inf {
        width: 300px;
    }
    .ctl-job-num-blo,
    .ctl-own-nam-tim,
    .ctl-emp-nam-tim,
    .ctl-not-txt-inf {
        white-space: normal;
    }
}
/* .ctl-sid-ico.navbar-menu .navbar-nav .nav-link svg{
    width:24px;
} */
.ctl-sid-ico.navbar-menu .navbar-nav .nav-link {
    padding-left: 10px !important;
    padding-right: 0 !important;
}
.ctl-svg-ico-six li a svg {
    height: 27px;
    /* width: 35px; */
}
.ctl-dis-non-brd {
    display: none;
}
.ctl-lis-hdr-tit h3 {
    color: #181d27;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}
.url-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    max-width: 300px;
}
.incidents_report_details {
    padding: 10px;
    align-items: center;
    gap: 15px;
    border: 1px solid #e9eaeb;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}
.navbar-menu .navbar-nav .nav-sm .child-data .nav-link {
    font-weight: 400 !important;
    font-size: 13px !important;
}
.log_out_btn {
    display: block !important;
    padding: 0.35rem 1.2rem;
}
.ctl-fil-cus-drp .dropdown-menu {
    padding: 0;
    overflow: hidden;
}
.ctl-mot-ten {
    margin-top: 10px !important;
}

.ctl-loc-txt-wid {
    width: 250px;
    white-space: normal;
    word-wrap: break-word;
}
.ctl-pad-rit-fir-col.theme_table.dataTable > thead > tr > th:first-child,
.ctl-pad-rit-fir-col.theme_table.dataTable > tbody > tr > td:first-child {
    padding-left: 30px !important;
}
.cmp-req-act-blo {
    border-radius: 20px;
    border: 1px solid #d5d4dc;
    background-color: #fff;
    box-shadow: 0px 2px 1px 0px rgba(228, 229, 231, 0.24);
    padding: 0;
    margin-bottom: 0;
    width: fit-content;
}
.cmp-req-act-blo li span {
    color: #414651;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.cmp-req-act-blo li {
    display: inline-flex;
    padding: 11px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
.cmp-req-act-blo li.active {
    background-color: #1e66e9;
    transition: all 0.2s ease-in;
}
.cmp-req-act-blo li.active span {
    color: #ffffff;
}
.ctl-min-tex-hei {
    min-height: 140px !important;
}
@media only screen and (max-width: 1199px) {
    .cmp-tab-det-txt-wid {
        width: 300px;
    }
}
/* .theme_table.ctl-che-wid-sor.dataTable > thead .sorting:before {
    top: 15px !important;
}
.theme_table.ctl-che-wid-sor.dataTable > thead .sorting:after {
    top: 22px !important;
} */
.cmp-pop-btn-blo {
    display: grid;
    grid-template-columns: 100px 100px;
    margin: 0;
    width: 100%;
    gap: 10px;
}
.cmp-pop-btn-blo button {
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    border-radius: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.ctl-det-wor-ord {
    width: 250px;
    white-space: normal;
    word-wrap: break-word;
}
.ctl-inp-nam-wid {
    width: 250px;
    white-space: normal;
    word-wrap: break-word;
}
.ctl-req-act-pop-wid {
    width: 100%;
}
.ctl-req-act-pop-wid,
.ctl-req-act-pop-wid li {
    border-radius: 8px;
}
.ctl-btn-tog-req.common_datatable_theme
    .table
    .ctl-inp-tog-blo
    .form-check
    .form-check-input,
.ctl-tog-inp-blo .form-check .form-check-input {
    width: 45px;
    height: 23px;
    border-radius: 15px;
}

/* multi select */
.multiCheckbox .select2-results__option {
    position: relative;
    padding: 6px 35px;
}
.multiCheckbox .select2-results__option::after,
.multiCheckbox .select2-results__option::before {
    position: absolute;
    top: 6px;
    left: 0.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
.multiCheckbox .select2-results__option::after {
    width: 20px;
    height: 20px;
    border: none;
    overflow: none;
    box-shadow: none;
    border-radius: 6px;
}
.multiCheckbox .select2-results__option::before {
    width: 20px;
    height: 20px;
    overflow: none;
    box-shadow: none;
    border: #c6c9cc solid 1px;
    border-radius: 6px;
}
.multiCheckbox.select2-container--default
    .select2-results
    ul
    .select2-results__message::before,
.multiCheckbox.select2-container--default
    .select2-results
    ul
    .select2-results__message::after {
    display: none;
}
.multiCheckbox .select2-results__option:after {
    background: 50% / 50% 50% no-repeat;
}
.multiCheckbox.select2-container--default
    .select2-results__option[aria-selected="true"]::before {
    color: #fff;
    border-color: #1e66e9;
    background-color: #1e66e9;
    border-radius: 2px;
    /* content: "✓"; */
    content: "\f012c";
    font: normal normal normal 14px / 1 "Material Design Icons";
    padding: 2px 2px;
}
.multiCheckbox.select2-container--default
    .select2-results__option.select2-results__option--selected::before {
    color: #fff;
    border-color: #1e66e9;
    background-color: #1e66e9;
    border-radius: 6px;
    content: "\f012c";
    font: normal normal normal 14px / 1 "Material Design Icons";
    padding: 2px 2px;
    border-radius: 6px !important;
}
.multiCheckbox.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #f1f1fa;
    color: #181d27;
}
.multiCheckbox.select2-container--default
    .select2-results__option.select2-results__option--highlighted::before {
    color: #fff;
    border-color: #c6c9cc;
    background-color: #ffffff;
    border-radius: 6px !important;
    content: "";
    padding: 1px 4px;
}
.multiCheckbox.select2-container--default
    .select2-results__option.select2-results__option--selected.select2-results__option--highlighted::before {
    color: #fff;
    border-color: #1e66e9;
    background-color: #1e66e9;
    border-radius: 2px;
    content: "\f012c";
    font: normal normal normal 14px / 1 "Material Design Icons";
    padding: 2px 2px;
}
.cmp-tim-sta-end-blo {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.cmp-sin-btn-tim button {
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    border-radius: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.ctl-pop-txt-ins h5 {
    font-size: 18px !important;
}
@media only screen and (max-width: 400px) {
    .cmp-tim-sta-end-blo {
        grid-template-columns: 1fr;
    }
}

.ctl-btn-red {
    border: 1px solid #f06548;
    background-color: #f06548;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.ctl-btn-red:hover {
    border: 1px solid #cc563d;
    background-color: #cc563d;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.ctl-btn-red:focus {
    border: 1px solid #cc563d !important;
    background-color: #cc563d !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}

.ctl-btn-gre {
    border: 1px solid #0ab39c;
    background-color: #0ab39c;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.ctl-btn-gre:hover {
    border: 1px solid #099885;
    background-color: #099885;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.ctl-btn-gre:focus {
    border: 1px solid #099885 !important;
    background-color: #099885 !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
    .cmp-res-app-rej-cus {
        margin-bottom: 15px;
    }
}
.cmp-arr-flx-blo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
div.cmp-arr-flx-blo.input_fields, div.cmp-inp-drp-joint.input_fields{
    align-items: flex-start !important;
}
.ctl-num-txt-blo h4 {
    color: #181d27;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    text-align: center;
}
.cmp-wid-acc-sel {
    width: 300px;
}
.cmp-wid-dat-jon-sel {
    width: 200px;
}
.ctl-ent-day-txt-wid {
    min-width: 100px;
}
.cmp-drop-down-blo .toggle_btn .selected-text {
    color: #181d27;
    font-size: 14px;
    font-weight: normal;
}
.cmp-drop-down-blo .toggle_btn {
    justify-content: space-between;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100px;
}

.cmp-drop-down-blo .dropdown-menu {
    min-width: 110px;
}
.cmp-inp-drp-joint {
    display: flex;
    align-items: center;
}
.cmp-inp-drp-joint .cmp-com-inp-cus-blo input {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
@media only screen and (max-width: 767px) {
    .cmp-lab-dis-non-res label {
        display: none !important;
    }
}
.badge-approved,
.badge-pending,
.badge-primary {
    border-radius: 4px;
    display: flex;
    padding: 4px 0;
    align-items: center;
    gap: 2px;
}
.badge-approved span {
    font-weight: 500;
    color: #00ae1d;
    line-height: normal;
}
.badge-rejected span {
    font-weight: 500;
    color: #f74850;
    line-height: normal;
}
.badge-primary span {
    font-weight: 500;
    color: blue;
    line-height: normal;
}
.ctl-nav-fon-siz.nav-success.nav-tabs .nav-link.active,
.ctl-nav-fon-siz.nav-success.nav-tabs-custom .nav-link {
    font-size: 14px !important;
}
.emplopee-popup-icon-alphabet {
    height: 40px !important;
    width: 40px !important;
}

.lineHeightNormal {
    line-height: normal;
}
.select2-selection--single.custom-focus {
    border: 1px solid var(--Brand-Color, #1f5eff);
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05), 0px 0px 0px 4px #d0deff !important;
}
/* start of project css */

.ctl-tab-com-blo {
    border-radius: 11px;
    border: 1px solid #e2e4e9;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(228, 229, 231, 0.25);
    transition: 0.5s ease-in-out;
    margin-bottom: 15px;
}

.ctl-tab-com-blo:hover {
    transition: 0.5s ease-in-out;
    box-shadow: 0 0 10px 1px #dfdfdf;
}

.ctl-tab-com-blo > a {
    padding: 15px;
    display: block;
}
@media only screen and (max-width: 991px) {
    .ctl-res-ovr-lap {
        padding-bottom: 5px;
    }
}
.ctl-status-wid {
    width: fit-content;
    height: auto;
    padding: 4px 8px;
    border-radius: 4px;
}
.ctn-status-low {
    color: #00ae1d;
    border: none;
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.8) 0,
            rgba(255, 255, 255, 0.8) 100%
        ),
        #00ae1d;
}

.ctn-status-lowest {
    color: #007bff;
    border: none;
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.8) 0,
            rgba(255, 255, 255, 0.8) 100%
        ),
        #007bff;
}
.ctn-status-medium {
    color: #f4be37;
    border: none;
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.8) 0,
            rgba(255, 255, 255, 0.8) 100%
        ),
        #f4be37;
}
.ctn-status-high {
    color: #dc6803;
    border: none;
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.8) 0,
            rgba(255, 255, 255, 0.8) 100%
        ),
        #dc6803;
}

.ctn-status-highest {
    color: #f74850;
    border: none;
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.8) 0,
            rgba(255, 255, 255, 0.8) 100%
        ),
        #f74850;
}

.ctl-status-txt {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.ctl-bor-rad-ovr {
    border-radius: 16px;
}
.action-block-custom {
    border-radius: 8px;
    border: 1px solid #e2e4e9;
    background: #fff;
    box-shadow: 3px 3px 10px 0 rgba(120, 132, 149, 0.08);
    padding: 0 !important;
    overflow: hidden;
    gap: 0 !important;
}
.action-block-custom li {
    width: 100%;
    transition: 0.4s ease-in-out;
}
.action-block-custom li a {
    padding: 6px 16px;
}
.dropdown-menu.width-fit-content {
    min-width: fit-content;
}
.action-block-custom li:hover {
    background-color: #e9ecef;
    transition: 0.4s ease-in-out;
}

.cmp-pin-ico-con {
    padding-bottom: 2px;
}

.edit-item-btn svg,
.remove-item-btn svg {
    fill: var(--fc-secondary);
}
.edit-item-btn:hover span.ctledit,
.remove-item-btn:hover span.ctldelete {
    transition: 0.4s ease-in-out;
}
.edit-item-btn:hover svg {
    fill: var(--currentColor);
    transition: 0.4s ease-in-out;
}

.ctl_block_action .dropdown-item.edit-item-btn,
.ctl_block_action .dropdown-item.remove-item-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0.25rem 1rem !important;
}
.ctl-mar-top-10 {
    margin-top: 10px;
}
.ctl-tab-row {
    display: grid;
    grid-template-columns: 125px 150px 145px 50px 100px 95px 95px auto;
    justify-content: space-between;
}
@media only screen and (max-width: 575px) {
    .ctl-tab-row {
        grid-template-columns: 1fr !important;
        gap: 6px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ctl-tab-row {
        grid-template-columns: 1fr 1fr !important;
        gap: 6px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ctl-tab-row {
        grid-template-columns: 1fr 1fr 1fr !important;
        gap: 6px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ctl-tab-row {
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
        gap: 6px;
    }
}
.ctl-avatar-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ctl-avatar-group .avatar-group-item {
    margin-left: -0.5rem;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.ctl-avatar-group .avatar-group-item.xs-size {
    margin-left: -0.25rem !important;
}

.ctl-avatar-group .avatar-group-item:hover {
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.ctl-avatar-group .avatar-group-item.xs-size:first-child,
.ctl-avatar-group .avatar-group-item:first-child {
    margin-left: 0;
}
.disableunderline,
.disableunderline:focus,
.disableunderline:hover {
    text-decoration: none;
}
.project_circle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.project_circle.blue {
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.8) 0,
            rgba(255, 255, 255, 0.8) 100%
        ),
        #007bff;
    color: #007bff !important;
}

.project_circle.purple {
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.8) 0,
            rgba(255, 255, 255, 0.8) 100%
        ),
        #9200b0;
    color: #9200b0 !important;
}

.project_circle.green {
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.8) 0,
            rgba(255, 255, 255, 0.8) 100%
        ),
        #00ae1d;
    color: #00ae1d !important;
}

.project_circle.red {
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.8) 0,
            rgba(255, 255, 255, 0.8) 100%
        ),
        #f74850;
    color: #f74850 !important;
}

.project_circle.yellow {
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.8) 0,
            rgba(255, 255, 255, 0.8) 100%
        ),
        #f4be37;
    color: #f4be37 !important;
}
.project_circle.gray {
    background-color: #e5e5f2;
    color: var(--fc-secondary);
    font-size: 13px;
}
/* end of project css */
.w-145-over {
    width: 145px;
    min-width: auto;
}
/* start of task list css */
.ctl-tas-lis-box {
    border: 1px solid #e9eaeb;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    padding: 8px 15px 15px;
    height: 100%;
}

.ctl-tas-hdr-ovr {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: fit-content;
}
.tooltip-inner {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    box-shadow: 0 0 3px #a3a3a3;
    padding: 5px 10px;
    opacity: 1;
}

.tooltip.bs-tooltip-auto[data-popper-placement^="right"]
    > .tooltip-arrow::before,
.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #e3e4e9d2 !important;
}

.tooltip.bs-tooltip-auto[data-popper-placement^="left"]
    > .tooltip-arrow::before,
.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #e3e4e9d2 !important;
}

.tooltip.bs-tooltip-auto[data-popper-placement^="bottom"]
    > .tooltip-arrow::before,
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #e3e4e9d2 !important;
}

.tooltip.bs-tooltip-auto[data-popper-placement^="top"] > .tooltip-arrow::before,
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #e3e4e9d2 !important;
}

.ctl-status-notstarted {
    color: #1e66e9;
    border: none;
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.8) 0,
            rgba(255, 255, 255, 0.8) 100%
        ),
        #007bff;
}
.ctl-status-notstarted svg {
    fill: #1e66e9;
}

.ctl-status-inresearch {
    color: #dc6803;
    border: none;
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.8) 0,
            rgba(255, 255, 255, 0.8) 100%
        ),
        #f4be37;
}
.ctl-status-inresearch svg {
    fill: #dc6803;
}
.ctl-status-ontrack {
    color: #c7458e;
    border: none;
    background: linear-gradient(
        90deg,
        rgb(199 69 142 / 11%) 0%,
        rgb(199 69 142 / 14%) 50%,
        rgb(199 69 142 / 14%) 100%
    );
}
.ctl-status-ontrack svg {
    fill: #c7458e;
}
.ctl-status-ccomplete {
    color: #039855;
    border: none;
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.8) 0,
            rgba(255, 255, 255, 0.8) 100%
        ),
        #00ae1d;
}
.ctl-status-ccomplete svg {
    fill: #039855;
}
.ctl-status-ccancelled {
    color: #f74850;
    border: none;
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.8) 0,
            rgba(255, 255, 255, 0.8) 100%
        ),
        #f74850;
}
.ctl-status-ccancelled svg {
    fill: #d92d20;
}

.dataTables_length label{
   font-size: 0px;
   margin-bottom: 0px;
}
div.dataTables_wrapper div.dataTables_info{
    padding-top: 0px;
}
.dataTables_wrapper .dataTables_paginate ul.pagination {
    gap: 15px !important;
    margin: 0px 0px 0px 0px !important;
}
/* end of task list css */

.ctl-fil-cus-das .dropdown-menu {
    padding: 0;
    overflow: hidden;
    min-width: -webkit-fill-available;
    border-radius: 8px;
    margin-top: 8px !important;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--White, #fff);
    box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03);
    max-height: 250px;
}

.role-ps.theme_table tbody td{
    padding: .75rem .6rem;
}
.filter_list input.flatpickr-input{
    padding-left: 33px;
}
.form-select-sm{
    border-radius: 8px;
}
.hide-spinner input[type="number"]::-webkit-inner-spin-button,
.hide-spinner input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hide-spinner input[type="number"] {
  -moz-appearance: textfield;
}


.ctl-fil-cus-com .dropdown-menu {
    padding: 0;
    overflow: hidden;
    min-width: -webkit-fill-available;
    border-radius: 8px;
    margin-top: 8px !important;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--White, #fff);
    box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03);
    max-height: 250px;
}
.ctl-fil-red-gap button{
    gap: 5px;
}
.buttonreset{
    padding: 10px !important;
    border-radius: 8px !important;
    border: 1px solid #e2e4e9;
    box-shadow: 0 2px 1px 0 rgba(82, 88, 102, .06);
    -webkit-box-shadow: 0 2px 1px 0 rgba(82, 88, 102, .06);
    transition: .4s ease-in-out;
    text-decoration: none;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e4e7ec;
}
.buttonreset:hover {
    background-color: #fff;
    transition: .4s ease-in-out;
}
.ctl-fla-pic-pro {
    z-index: 1001 !important;
}
.ctl-fil-pro-blo{
    display: flex;
        justify-content: flex-end;
        align-items: center;
}
@media only screen and (max-width: 1189px){
    .ctl-pro-lis-res-wid{
        width: 100%;
    }
    .ctl-fil-pro-blo{
        justify-content: center;
    }
   
    .ctl-res-mar-bot{
        margin-bottom:  10px !important;
    }
   
}
.ctl-tas-fit-ico-rit .dropdown-toggle:after{
    margin-left: auto;
}

.tas-bor-lne-top{
    border-top: 1px solid #dee2e6;
    padding-top: 16px;
}

.ctl-tas-nam-two-lne {
    display: -webkit-box;
    -webkit-line-clamp: 2;       /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: fit-content;
}
.multi_delete_icon{
    border-radius: 8px;
    border: 1px solid var(--sds-color-border-danger-tertiary);
    background: var(--sds-color-background-danger-secondary);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    display: flex;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--sds-color-text-danger-tertiary);
    margin-bottom: 15px;
    margin-left: 10px;
}
@media (max-width: 767px) {
    .multi_delete_icon{
        margin-left: 1px !important;
    }
}
/* sefty meeting report */
.sef-meet-rep-li{
    grid-template-columns: 125px 115px 115px 130px 90px 100px 100px  auto !important;
}
.max-line-legth{
display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 575px) {
    .sef-meet-rep-li {
        grid-template-columns: 1fr !important;
        gap: 6px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sef-meet-rep-li {
        grid-template-columns: 1fr 1fr !important;
        gap: 6px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sef-meet-rep-li{
        grid-template-columns: 1fr 1fr 1fr !important;
        gap: 6px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sef-meet-rep-li {
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
        gap: 6px;
    }
}
.meeting-date{
    color: #000000;
    border: none;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0.8) 100%), #ababab;
    padding: 9px;
    border-radius: 6px;
    font-weight: 600;
}
.ctl-card-cot:hover{
  box-shadow: unset !important;
}
.report-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
    gap: 20px;
    margin: 15px 0px 10px 0px;
}
.names_heding{
    font-size: 16px;
    font-weight: 600 !important;
    color: var(--fc-primary);
}
.names_des{
    font-size: 14px;
    font-weight: 500;
    color: #80777a;
}
.image-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 13px;
    margin-bottom: 13px;
}
  
.image-item {
    width: 120px;
    height: 120px;
    border: 1px solid #e2e4e9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    padding: 4px;
}
.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
}
.report-card {
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(228, 229, 231, 0.25);
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid #e2e4e9;
    border-left: 4px solid #1e66e9;
}
.meeting_heading_text{
    color: #1e66e9;
    font-weight: 600;
    font-size: 20px;
}
.order-list{
    padding-left: 15px;
}
.order-list li{
    font-size: 14px;
    font-weight: 500;
    color: #80777a;
}
.text_color_list{
    font-size: 14px;
    font-weight: 500;
    color: #80878f; 
}
.order-list li::marker {
    font-weight: bold;
    color: #6c6567;
}
.user-profile-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
.user-profile-box {
    background: #fff;
    width: 220px;
    border-radius: 4px;
    border: 1px solid #e2e4e9;
    box-shadow: 0 1px 2px 0 rgba(228, 229, 231, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .profile-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
  }
  .profile-header img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
  }
  .user-info {
    display: flex;
    flex-direction: column;
  }
  .user-info h2 {
    margin: 0;
    font-size: 16px;
    color: #181d27;
    font-weight: 600;
    word-break: break-all;
  }
  .user-info p {
    margin: 4px 0 0;
    color: #667085;
    font-weight: 600;
    font-size: 14px;
    word-break: break-all;
  }
  .user-profile-box input {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
  }
  .signature-submit-container{
    border-top: 1px solid #e2e4e9;
  }
  .signature-submit{
    background-color: #fff;
    border: none;
    display: flex;
    color: #1e66e9;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
  }
  .signned_bit_text{
    color: #17B26A;
    border: 1px solid #17B26A;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.90) 100%), #17B26A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    width: 100%;
    padding: 9px;
    font-size: 16px;
    border-radius: 30px;
    gap: 10px;
  }
  @media screen and (max-width: 600px) {
    .user-profile-box {
      width: 100%;
    }
  }
  .btn-close-modal{
    position: absolute;
    top: -12px;
    right: -12px;
    background-color: #fff;
    border-radius: 50px;
    z-index: 99;
    padding: 8px;
    font-size: 11px;
    opacity: 1;
  }
  .modal-img {
    max-width: 100%;
    border-radius: 10px;
  }
.view_modal_con{
    border: none;
    border-radius: 10px;
}
.modal-backdrop.show{
    opacity: 0.7;
}
/* .modal-backdrop.custom-backdrop {
    opacity: 0.85 !important;
    transition: unset !important;
} */
@media only screen and (max-width: 320px) {
    .approve_btn_con{
       padding-left: 12px !important;
    }
}
.project_data_td{
     white-space: nowrap;
}
.search_input_icon .icon{
     top:19px !important
}
.search_input_icon .form-control{
    padding: 5px 5px 6px 32px !important;
}
.multiple-select-custom .select2-container--default .select2-selection--multiple .select2-selection__choice {
	/* background-color: #E5F2FF; */
	font-size: 12px;
	margin-top: 4px;
	color: #FFFFFF;
	padding-left: 8px;
	padding-right: 10px;
	padding: 6px 5px 6px 10px;
	border: 0;
	font-weight: 500;
	line-height: 18px;
	text-transform: capitalize;
}
.multiple-select-custom .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	left: auto;
	right: 5px;
	padding: 0 !important;
	border-right: 0;
}
.multiple-select-custom .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #FFF;
	width: 15px;
	height: 15px;
	font-weight: 500;
	top: 5px;
}
.multiple-select-custom .select2-container--default .select2-selection--multiple .select2-selection__choice__remove::after {
	position: absolute;
	content: "";
	top: 1.5px;
	right: -1px;
	border-right: solid 1px #364574;
	width: 15px;
	height: 17px;
}
.multiple-select-custom .select2-container--default .select2-selection--multiple {
	min-height: 40px;
    padding: 1px 5px 6px 30px;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    max-height: 75px;
    overflow-y: auto;
    overflow-x: hidden;
}

.multiple-select-custom .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.multiple-select-custom .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background-color: transparent;
	outline: none;
	color: var(--currentColor);
}
.multiple-select-custom .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	padding-left: 0px;
	padding-right: 10px;
}
.flex-wrap-cont{
    flex-wrap: wrap;
}
.count_text{
    font-size: .875rem;
    font-weight: 600;
}
.total_count{
    text-align: center;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #f2f4f7;
}
.drag-drop-label-edit {
    background: #1e66e9;
    justify-content: space-between;
    width: 100%;
    padding: .8625em;
    color: #fff;
    border-radius: .5em;
    margin-top: 10px;
}
.drag-drop-label-edit a{
    color: #fff;
    width: calc(100% - 100px);
}
.file-name-flex-ellipsis {
    display: inline-block;
    max-width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.btn_upload_icon{
    background: transparent;
    border: none !important;
}
.toggle_switch {
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    overflow: hidden;
    width: fit-content;
}
 
.toggle_switch input[type="radio"] {
    display: none;
}
 
.toggle_switch label {
    padding: 10px 20px;
    cursor: pointer;
    color: #aaa;
    background-color: #fff;
    transition: all 0.3s ease;
    font-weight: 600;
    margin-bottom: 0px;
}
 
.toggle_switch input[type="radio"]:checked + label {
    background-color: #1e66e9;
    color: #fff;
}
 
.toggle_switch label:first-of-type {
    border-right: 1px solid #e0e0e0;
}

.lager_text_content{
  position: relative;
}
.lager_text_content span.icon{
   top: 10px !important;
}
/* apply leave */
.ctl-lev-det-flx {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cmp-lis-lev-blo li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.ctl-lev-txt-blo h4 {
    padding-right: 10px;
    word-break: break-all;
    font-size: 12px;
    color: #667085;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}
.ctl-lev-num-blo h4,
.ctl-lev-tot-txt h4{
    font-size: 14px;
    color: #007bff;
    font-weight: 600;
    line-height: normal;
    text-transform: inherit;
    letter-spacing: normal;
    margin-bottom: 0;
}
.cmp-lev-tot-bot {
    border-top: 1px solid #e2e4e9;
    padding-top: 15px;
    margin-top: 20px;

}
.incident-dropdown-menu{
    border-radius: 8px;
    margin-top: 8px !important;
    border: 1px solid var(--Gray-200, #e4e7ec);
    background: var(--White, #fff);
    box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08),
        0px 4px 6px -2px rgba(10, 13, 18, 0.03);
    max-height: 250px;
    overflow: auto;
    padding: 2px 0px;
}
/* tableOver-time-section */
.customOvertimeTable{
    overflow: auto;
}
.tableOver-time-section{
   display: flex;
   align-items: center;
   gap: 15px;
}
.tableOver-time-section span{
  color: #404040 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}
.customOvertimeTable .table .form-check{
    display: flex;
    gap: 15px;
    align-items: center;
}
.tableOver-time-section .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 14px !important;
}
.overtime_rules_heading{
  white-space: nowrap;
  color: #404040 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}
.tableOver-time-section .form-control, .tableOver-time-section .select2.select2-container{
  width: 200px !important;
}
.total-container{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: fit-content;
    padding: 0px;
}
.total-hours-content-box{
    background: var(--Primary-100);
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 8px;
    margin: 0px 0px 10px 0px;
    flex-wrap: wrap;
    position: relative;
}
.ctl-drop-revert{
    position: absolute;
    top: 7px;
    right: 0;
    width: fit-content;
}
.ctl-drop-revert .btn{
    width: 40px;
    border-radius: 8px;
}
.ctl-drop-revert .btn:hover{
   background-color: #cbd7e9;
}
.total-hours-dropdown{
     max-height: 225px;
    overflow: auto;
}
.total-hours-content{
    border-radius: 6px;
    /* border: 1px solid var(--Primary-600);
    background: var(--Primary-100); */
}
.total-hours-content h2{
    color: var(--Primary-600);
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0px;
    padding: 0px;
}
.total-hours-content-table table thead tr th,
.total-hours-content-table table tbody tr td,
.total-hours-content-table table tbody tr,
.total-hours-content-table table thead tr{
   border: none !important;
   box-shadow: none !important;
   border-width: 0px !important;
}
.total-hours-content-table table thead{
  border-bottom: 1px solid var(--Primary-600) !important;
  border-top: none !important;

}
.ctl-drop-revert .dropdown-menu .dropdown-item{
    cursor: pointer !important;
}
#ActivityReports_wrapper .dataTables_scrollHead {
 border-top: none !important;
}
.export-btn button{
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #FEC84B;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    padding: 10px 15px;
}
.export-btn button:hover{
    background-color: #e4b342;
}
.column_btn{
    border-radius: 8px !important;
    border: 1px solid #667085;
    background: #667085;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}
.column_btn:hover{
   background-color: #3e4552;
}
.column-data{
    padding: 15px 0px 0px 0px;
    list-style: none;
}
.column-checkbox{
    width: 20px;
    height: 20px;
    border-radius: 6px !important;
    border: 1px solid #d5d7da !important;
}
.column-data .form-check-label {
   gap:5px;
}
.column-data li {
  margin-bottom: 10px;
}
.col-row-mod-hdr{
   border-bottom: 1px solid #e9eaeb;
}
#myTable_filter{
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    padding: 5px 0px;
    gap: 12px;
}
.action-btn-invoic ul li a{
    color: var(--fc-secondary);
    font-weight: 500 !important;
    font-size: 0.75rem !important;
}
#column-toggle-container .accordion .accordion-collapse .form-check{
   display: flex;
    gap:15px;
    align-items: center;
}
#column-toggle-container .accordion .accordion-collapse .form-check-input{
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid #d5d7da;
}
.card_Wage{
    border-radius: 8px !important;
    border: 1px solid var(--Gray-300, #d0d5dd) !important;
    background: var(--White, #fff) !important;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05) !important;
}
.card_Wage .card-header, .wage_container .card-header{
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom: 1px solid var(--Gray-300, #d0d5dd) !important;
}
.card_Wage_item {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
}
.over_time_history svg:focus{
  outline: none !important;
}
.wage_container{
    background: #f9f9f9;
    margin: 0px 18px 18px 18px;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0);
}
.card_Wage_item span {
    background: #f4f4f4;
    padding: 10px;
    border-radius: 10px;
    margin-right: 15px;
}
.box_shadow_none{
  box-shadow: none;
  margin-bottom: 0px;
}
.required_action{
   margin-top: .25rem;
    font-size: .875em;
    color: var(--vz-form-invalid-color); 
}
.timepickr-input-field .flatpickr-wrapper{
    width: 100% ;
}
.applyAll_checkbox .form-check{
    display: flex;
    gap: 15px;
    align-items: center;
}
.applyAll_checkbox .form-check-input{
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #d5d7da !important;
}
.applyAll_checkbox .apply_checkbox{
    border-radius: 6px !important;
}
.add-project-option {
  color: #1e66e9 !important;
  font-weight: 600 !important;
}
/* .grid-view .ctl-tab-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
} */
/* .project-name-text {
    max-width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */
/* .project-table-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    width: fit-content;
    white-space: normal;
}
.project-card{
    margin-bottom: 15px;
}
.grid-view-card{
    height: 100%;
} */
.view-toggle button.active {
  background-color: #1e66e9;
}
.view-toggle button.active svg path,
.view-toggle button.active svg circle{
  fill: #fff;
}
.text-hover-underline{
    color:#1e66e9;
}
.text-hover-underline:hover {
    text-decoration: underline;
}
.check_row{
    width: 20px;
    height: 20px;
    border-radius: 6px !important;
    border: 1px solid #d5d7da !important;
    margin-top: 0px;
}
.th-top-left {
    border-top-left-radius: 8px;
    background-color: #1e66e9 !important;
    color: #fff !important;
}
.th-top-right {
    border-top-right-radius: 8px;
    background-color: #1e66e9 !important;
    color: #fff !important;
}
.td-border-modal{
    border-top: unset !important;
    border: 1px solid #f2f4f7 !important;
}
.theme_table.dataTable > tbody > tr > td.p-6rem,
.theme_table.dataTable > thead > tr > th.p-6rem{
  padding-left: 0.6rem !important;
}
.select2-container .select2-search--inline .select2-search__field{
    line-height: 24px !important;
    font-family: "Onest" !important;
}
.view-toggle-switch {
    border: 1px solid var(--Gray-300, #d0d5dd);;
    border-radius: 8px;
    overflow: hidden;
    width: fit-content;
    height: 40px;
}
.view-toggle-btn {
    background: transparent;
    border: none;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
    height: 40px;
}
.view-toggle-btn svg {
    fill: #999;
    transition: fill 0.3s;
}
.view-toggle-btn.active {
    background-color: #1e66e9;
}
.view-toggle-btn.active svg {
    fill: #fff;
}
.input-group-btn{
   margin-left: auto !important;
}
.navbar-menu .navbar-nav .logout-icon .nav-link{
    border: 0px solid var(--Gray-200, #fff) !important;
}