@font-face {
    font-family: 'Lato';

    src: url('../fonts/Lato-Medium.eot');

    src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Medium.woff2') format('woff2'),
        url('../fonts/Lato-Medium.woff') format('woff'),
        url('../fonts/Lato-Medium.ttf') format('truetype');

    font-weight: 500;

    font-style: normal;

    font-display: swap;
}



* {
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-family: Roboto, serif;
    /* overflow: hidden; */
}

html.dark body {
    background: #1E1E1E;
}

select::-ms-expand {
    display: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

img {
    max-width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input,
textarea,
select {
    outline: none;
    box-shadow: none;
}

.dashboard-header {
    transition: all .5s ease-in-out;
}

/* .dashboard-header.fixed {
    background: #fff3eb;
    transition: all .5s ease-in-out;
    z-index: 99;
} */

.dashboard-body {
    /* height: calc(100vh - 5.813vw); */
    /* overflow-y: auto; */
}

.panelAdd .dashboard-right-panel,
.panelAdd .dashboard-header {
    padding-left: 9.375vw;
}

.custom-clippath {
    clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0 100%);
}


.dvh {
    min-height: 100dvh;
    height: 100%;
}

.otp-input-fields input:not(:last-child) {
    margin-right: 10px;
}

/* dashboard css start */
.sub-menu-link {
    padding-right: 25px;
}

/* 08.01.25 */
.sub-menu-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(/../images/right-round-arrow.svg) no-repeat right center;
    background-size: 100%;
    transition: all .3s ease-in-out;
}

/* 08.01.25 */

li.curent-menu-item>a.active::after {
    transform: translateY(-50%) rotate(90deg);
}

.dashboard-menu li a i img {
    transition: all .1s ease-in-out;
}

.dashboard-menu li a:hover i img,
li.curent-menu-item a.active i img {
    -webkit-filter: brightness(0) saturate(100%) invert(65%) sepia(94%) saturate(2714%) hue-rotate(330deg) brightness(100%) contrast(108%);
    filter: brightness(0) saturate(100%) invert(65%) sepia(94%) saturate(2714%) hue-rotate(330deg) brightness(100%) contrast(108%);
}

/* .sub-menu-items {
    display: none;
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease;
}

.sub-menu-items.show {
    display: block;
    height: auto;
} */
.sub-menu-items {
    display: none;
    overflow: hidden;
}

/* .menu-item.curent-menu-item .sub-menu-items {
    display: block;
} */

li.curent-menu-item a.active {
    color: #FF793F;
}

html.dark li.curent-menu-item a.active,
html.dark .sub-menu-items li a.active {
    color: #ffffff;
}

html.dark .sub-menu-items li a.active::before,
html.dark .sub-menu-items li a.active::after {
    background: #ffffff;
}

html.dark .sub-menu-items li a:hover::before,
html.dark .sub-menu-items li a:hover::after {
    background: #ffffff;
}

html.dark .dashboard-menu>li>a i {
    filter: brightness(0) saturate(100%) invert(36%) sepia(83%) saturate(15%) hue-rotate(352deg) brightness(94%) contrast(91%);
}

html.dark .dashboard-menu>li>a.active i,
html.dark .dashboard-menu>li>a:hover i {
    filter: none
}



html.dark .panel-toggle-btn::before {
    background: #FF793F;
}

html.dark .filter-search-btn img {
    filter: brightness(0) saturate(100%) invert(71%) sepia(18%) saturate(149%) hue-rotate(201deg) brightness(87%) contrast(83%);
}


.dashboard-menu-panel {
    max-height: calc(100vh - 255px);
    /* scrollbar-width: thin;
    scrollbar-color: #FF793F transparent; */
}

/* .dashboard-menu-panel::-webkit-scrollbar {
    width: 2px;
} */

/* .dashboard-body,
.dashboard-dropdown {
    scrollbar-width: 1px;
    scrollbar-color: #FF793F transparent;
} */

/* .dashboard-body::-webkit-scrollbar,
.dashboard-dropdown::-webkit-scrollbar {
    width: 2px;
} */

/* .dashboard-menu-panel::-webkit-scrollbar-track {
    background: transparent;
}
.dashboard-menu-panel::-webkit-scrollbar-thumb {
    background: #FF793F;
} */
.panel-toggle.shrink {
    width: 130px;
}

.panel-toggle.shrink .dashboard-panel {
    border-radius: 15px;
}

.panel-toggle.shrink .dashboard-logo {
    width: 34px;
}

.panel-toggle.shrink .dashboard-logo-panel {
    padding: 18px 18px 13px;
    /* padding: 0 8px 18px 15px; */
}

.panel-toggle.shrink .dashboard-menu-panel {
    padding: 0 18px 18px;
    /* padding: 0 8px 18px 15px; */

}

/* .panel-toggle.shrink .dashboard-menu>li>a>span {
    opacity: 0;
    transform: translateX(-16px);
} */

/* .panel-toggle.shrink .dashboard-menu li a i {
    margin-right: 0;
    transform: translateX(16px);
} */

/* .panel-toggle.shrink .dashboard-menu li a span{
   display: none;
} */
.panel-toggle.shrink .sub-menu-link {
    padding-right: 0;
}

.panel-toggle.shrink .sub-menu-link::after {
    opacity: 0;
}

.panel-toggle.shrink .das-dot3 {
    width: 18px;
    height: 18px;
}

.panel-toggle.shrink .sub-menu-items {
    height: 0 !important;
    margin-bottom: 0;
}

.panel-toggle-btn::before {
    display: none;
}

.panel-toggle-btn.open::before {
    display: block;
}

.website-analytics-slider .slick-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    bottom: -1.5vw;
    right: -0.563vw;
}

.website-analytics-slider .slick-dots li {
    line-height: 0;
    margin-right: 1.813vw;
}

.website-analytics-slider .slick-dots li:last-child {
    margin-right: 0;
}

.website-analytics-slider .slick-dots li button {
    position: relative;
    font-size: 0;
    line-height: 0;
    width: 0.438vw;
    height: 0.438vw;
    border-radius: 50%;
    background: #ffffff;
    transition: .5s all;
}

.website-analytics-slider .slick-dots li button::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 1.125vw;
    height: 0.125vw;
    background: #ffffff;
    border-radius: 0.938vw;
    transition: .5s all;
}

.website-analytics-slider .slick-dots li.slick-active button,
.website-analytics-slider .slick-dots li.slick-active button::before {
    background: #FF793F;
}

#Averagechart .apexcharts-xaxis,
#Averagechart .apexcharts-inner line {
    display: none !important;
}

#Averagechart {
    position: absolute;
    bottom: -48px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    transform: scale(1.1);
}

#chartTwo3 .apexcharts-gridline,
#chartTwo2 .apexcharts-gridline,
#chartTwo .apexcharts-gridline {
    display: none;
}

.project-lst-table tr:nth-child(even) td {
    background: #fff;
}

html.dark .project-lst-table tr:nth-child(even) td {
    background: #151515;
}

.earnings-form .dropdownyear {
    background-image: url(/../images/date-icon.svg);
    background-repeat: no-repeat;
    background-position: left 1vw center;
    background-size: 0.75vw;
}

.earnings-form .cmn-select select {
    background-image: url(/../images/drop-select-arw.svg);
    background-repeat: no-repeat;
    background-position: right 0.875vw center;
    background-size: 0.75vw;
}

.hdr-select-btn {
    background-image: url(/../images/drop-select-arw.svg);
    background-repeat: no-repeat;
    background-size: 0.75vw;
    background-position: right 1.25vw center;
}

html.dark .earnings-form .cmn-select select,
html.dark .hdr-select-btn {
    background-image: url(/../images/white-drop-down.svg);
    background-repeat: no-repeat;
    background-size: 0.75vw;
    background-position: right 1.25vw center;
}

html.dark .earnings-form .dropdownyear {
    background-image: url(/../images/calendar-day-orange.svg);
    background-repeat: no-repeat;
    background-position: left 1vw center;
    background-size: 0.75vw;
}

html.dark .earnings-form .cmn-select select {
    background-position: right 0.875vw center;
}

/* 09.01.25 */
.dashboard-menu ul>li>a {
    gap: 7px;
}

/* 09.01.25 */

.notifications-listing li:hover .close-icon {
    opacity: 1;
}

.sub-menu-items li a.active {
    color: #FF793F;
}

.sub-menu-items li a.active::before {
    background: #FF793F;
}

.sub-menu-items li a.active::after {
    background: #5939E4;
}

.sub-menu-items li a.active>span {
    opacity: 1;
}

.earning-tab-content {
    display: none;
}

.earning-tab-content.active {
    display: flex;
}

.orange-btn.active {
    background: linear-gradient(160deg, #FF793F 0%, rgba(255, 121, 63, 0.2) 75%);
}

.sky-btn.active {
    background: linear-gradient(160deg, #0189f1 0%, rgba(1, 137, 241, 0.2) 75%);
}

.red-btn.active {
    background: linear-gradient(160deg, #F32929 0%, rgba(243, 41, 41, 0.2) 75%);
}

.number-lineheight {
    line-height: 1;
}

html.dark .table-icon-wrap img {
    filter: brightness(0) invert(1);
}

.filter-select-btn {
    background-image: url(/../images/drop-select-arw.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 24px center;
}

html.dark .menu-toggle img {
    filter: brightness(0) invert(1);
}

html.dark .close-menu-btn img {
    filter: invert(55%) sepia(21%) saturate(1531%) hue-rotate(331deg) brightness(100%) contrast(106%);
}

.filter-drawer.filter-drawer-disabled {
    transform: translateX(100%);
}



/* #progress{ background:#000; height:10px; } */
.form-card {
    display: none;
}

.form-card.active {
    display: block;
}

.step.active span {
    background: #FF793F;
}

.step.active p {
    color: #FF793F;
}

.acc-each .acc-content {
    display: none;
}

.frm-acc-hrd.active>i {
    transform: rotate(90deg);
}

.filter-drawer-btn:hover span i {
    color: #000;
}


/* 09.12.2024 css start */
.breadcrumb li>.active,
.breadcrumb li>div.active,
.breadcrumb li>a.active {
    width: auto;
    background: rgba(255, 255, 255, 0.5);
}

.breadcrumb li .active .text,
.breadcrumb li div.active .text,
.breadcrumb li a.active .text {
    display: inline-block;
    opacity: 1;
}

html.dark .breadcrumb li>.active,
html.dark .breadcrumb li>div.active,
html.dark .breadcrumb li>a.active {
    background: #444444;
}

/* background: linear-gradient(140.27deg, rgba(255, 255, 255, 0.564) 8.25%, rgba(255, 255, 255, 0.188) 92.79%);
box-shadow: -4px 4px 54px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10px);
border-radius: 7px; */

.manager-link:hover p {
    color: #000000;
}

html.dark .header-profile-listing li a:hover i img,
.header-profile-listing li a:hover i img,
.manager-link:hover i img {
    filter: brightness(0) saturate(100%) invert(52%) sepia(55%) saturate(1951%) hue-rotate(338deg) brightness(103%) contrast(90%);
}

html.dark .manager-link:hover p {
    color: #ffffff;
}

html.dark .manager-link:hover i img,
html.dark .header-profile-listing li a i img {
    filter: brightness(0) invert(1);
}

html.dark .header-profile-listing li:last-child a i img {
    filter: none;
}

/* 09.12.2024 css end */

/* 11.12.24 start */

.quantity:hover .value-wrppr {
    opacity: 1;
}

.project-lst-table.extra tr:nth-child(even) td {
    background: #FBFBFB;
}

.project-lst-table.extra tr td {
    width: 25%;
}

.project-lst-table.extra tr td:nth-child(2) {
    width: 30%;
}

.project-lst-table.extra tr td:nth-child(3) {
    width: 30%;
}

.project-lst-table.extra tr td:nth-child(4) {
    width: 15%;
}

.sub-menu-items.open {
    display: block;
    height: inherit;
}

.apexcharts-canvas .apexcharts-text {
    font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 0.75vw;
    line-height: 1;
    letter-spacing: 0.02em;
}

.apexcharts-canvas .apexcharts-yaxis-label {
    fill: #8181A3 !important;
}

.apexcharts-canvas .apexcharts-xaxis-label {
    fill: #3C3C6F !important;
}

#radialbar .apexcharts-canvas .apexcharts-text.apexcharts-datalabel-value {
    font-size: 1.563vw;
}

html.dark #radialbar .apexcharts-canvas .apexcharts-datalabel-label {
    fill: #ffffff !important;
}

.cmn-chart-wrppr {
    min-height: inherit !important;
}

.main-wrpper {
    overflow-x: hidden;
}

.header-main-wrppr.scrolled {
    /* background-color: rgba(255, 255, 255, 0.5); */
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8) 70%);
    backdrop-filter: blur(20px);
    border-radius: 0 0 0 20px;
    box-shadow: 50px 0px 30px rgba(252, 251, 251, 0.25);

}

html.dark .header-main-wrppr.scrolled {
    /* background-color: #33291e; */
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 30%, rgba(51, 41, 30, 0.8) 70%);
    box-shadow: 50px 0px 30px rgba(51, 41, 30, 0.8);
}

.cmn-chart-wrppr .apexcharts-series path:hover {
    fill: #FF793F;
    filter: none;
}

html.dark .apexcharts-canvas .apexcharts-text {
    fill: #9E9E9E !important;
}

/* #radialbar {
    height: 37vh;
    min-height: 1px !important;
}
#radialbar .apexcharts-canvas {
    width: 100% !important;
    height: 100% !important;
}
#radialbar .apexcharts-canvas svg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
#radialbar .apexcharts-canvas svg > * {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
} */

/* Scrollbar Customization */
.ps__thumb-y {
    background-color: #FF793F !important;
    border-radius: 50px !important;
    width: 4px !important;
}

.ps__rail-y {
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 5px !important;
    width: 4px !important;
}

.ps__scrolling-y .ps__rail-y {
    opacity: 1 !important;
}

.dashboard-main>.ps__rail-y>.ps__thumb-y {
    width: 100% !important;
}

.dashboard-main>.ps__rail-y {
    width: 8px !important;
    /* position: fixed; */
    z-index: 99;
}

.panel-toggle.shrink:not(:hover) .sub-menu-items {
    margin-top: 0;
}

.dashboard-menu-panel,
.dashboard-main .cmn-custom-scrollbar {
    scrollbar-width: 1px;
    scrollbar-color: rgba(0, 0, 0, 0) transparent;
}

.notify-scroll {
    scrollbar-color: #ff793f transparent;
}

.notify-scroll.cmn-custom-scrollbar {
    padding-right: 10px;
}

.cmn-dropdown.drop-active .drop-icon-holder {
    transform: translateY(-50%) rotate(180deg);
}

#radialbar .apexcharts-canvas .apexcharts-text.apexcharts-datalabel-label {
    font-weight: 600;
}

.header-feture-btn *,
.menu-toggle *,
.sub-menu-link * {
    pointer-events: none !important;
}

.manager-link:hover .profile-menu-icon,
.manager-link.active .profile-menu-icon {
    color: #F2743D !important;
}

.manager-link.active {
    border-color: #F2743D;
}

li.curent-menu-item>a::after {
    transform: translateY(-50%) rotate(90deg);
}

.menu-item.curent-menu-item .sub-menu-link {
    color: #F2743D;
}

.panel-toggle.small .dashborad-leftPanel::before {
    backdrop-filter: blur(0.938vw);
    opacity: 1;
    background-image: linear-gradient(183.59deg, rgba(255, 255, 255, 0.3) 1.44%, rgba(251, 252, 255, 0.3) 97.85%);
}

html.dark .panel-toggle.small .dashborad-leftPanel::before {
    backdrop-filter: blur(0.938vw);
    opacity: 1;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.3);
}

.manager-link.active p {
    color: #000;
}


.theme-swap * {
    pointer-events: all !important;
}

/* 15.01.25 */
.table-head:first-child {
    border-top-left-radius: 9px;
}

.ttable-head:last-child {
    border-top-right-radius: 9px;
}

.resource-table-wrppr tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.7);
}

.resource-table-wrppr tbody tr:last-child td {
    border-bottom: 0;
}

/* .resource-table-wrppr tbody tr:first-child td:first-child {
    border-bottom-left-radius: 9px;
}

.resource-table-wrppr tbody tr:last-child td:first-child {
    border-bottom-right-radius: 9px;
} */

.resurce-drop-down::before {
    background-image: url(/../images/drp_shape.svg);
    background-repeat: no-repeat;
    background-size: 100%;

}




.list-grid-view * {
    pointer-events: none;
}

.export-btn-wrp select {
    background-image: url(/../images/drop-select-arw.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
}

.list-grid-content {
    display: none;
}

.list-grid-content.active {
    display: block;
}

/* 16.01.25 */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.data-dot-img {
    background: url(/../images/histry-tree-border.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.data-dot-img::before {
    background: url(/../images/histry-tree-border-dot.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.postion-col:first-child .data-dot-img {
    background: url(/../images/histry-tree-border2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.postion-col:first-child .data-dot-img::before {
    background: url(/../images/histry-tree-border-dot2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.emplye-info-dtls-listng.dsgntn-info-lstng ul::before {
    background: url(/../images/time-link.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.postion-col:first-child .hstry_tag {
    background-color: #DBF3E8;
    color: #13995C;
}

.postion-col:first-child .desgnation-info-box {
    border: 2px solid rgba(19, 153, 93, 0.2);
}

.tab-panel-content {
    display: none;
}

.tab-panel-content.active {
    display: block;
    /* background-image: linear-gradient(140.27deg, rgba(255, 255, 255, 0.48) 8.25%, rgba(255, 255, 255, 0.16) 92.79%); */
}

.dark .postion-col:first-child .hstry_tag {
    background: rgba(19, 153, 93, 1);
    color: #fff;
}

/* 20.01.25 */
.dtls-tab-bttn-hlder .tabs {
    scrollbar-width: thin;
    scrollbar-color: #FF793F transparent;
    scroll-behavior: smooth;
}

.dtls-tab-bttn-hlder .tabs:-webkit-scrollbar {
    width: 4px;
    scrollbar-color: #FF793F transparent;
    background-clip: padding-box;
}

.dtls-tab-bttn-hlder .tabs:-webkit-scrollbar-track {
    background: transparent;
}

.dtls-tab-bttn-hlder .tabs:-webkit-scrollbar-thumb {
    background-clip: padding-box;
    border: 0;
    background: #FF793F;
}

.dtls-tab-bttn-hlder .tabs::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    border: 0;
    background: #FF793F;
}

.dtls-tab-bttn-hlder .tabs::-webkit-scrollbar {
    background-clip: padding-box;
    border: 0;
    background: transparent;
}

/* 17.01.25 */

.listing-format-btn * {
    pointer-events: none;
}

/* 31.01.25 */
.prjct-active-inactive-wrppr {
    display: none;
}

.prjct-active-inactive-wrppr.active {
    display: block;
}

/* 31.01.25 */


/* 07.02.2025 start */

.project-details-tab-list-wrppr li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(/../images/right-round-arrow.svg) no-repeat right center;
    background-size: 100%;
    transition: all .3s ease-in-out;
    filter: grayscale(1)
}

.project-details-tab-list-wrppr li.active a::after,
.project-details-tab-list-wrppr li a:hover:after {
    filter: inherit;
}

.recent-activity-main::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.recent-activity-main::-webkit-scrollbar {
    width: 3px;
    background-color: #F5EAE5;
    border-radius: 3px;
}

.recent-activity-main::-webkit-scrollbar-thumb {
    background-color: #FF793F;
    border-radius: 3px;
}

html.dark .recent-activity-main::-webkit-scrollbar-track {
    background-color: rgba(25, 25, 25, 0.7);
}

html.dark .recent-activity-main::-webkit-scrollbar {
    background-color: rgba(25, 25, 25, 0.7);
}

/* 07.02.2025 end */


/* responsive css */



@media (min-width:1200px) {
    .sub-menu-link::after {
        width: 0.938vw;
        height: 0.938vw;
    }

    .sub-menu-link {
        padding-right: 1.563vw;
    }

    .dashboard-menu ul>li>a {
        gap: 0.438vw;
    }

    .dashboard-menu-panel {
        max-height: calc(100vh - 15.938vw);
    }

    .panel-toggle.shrink {
        width: 6.75vw;
    }

    .panel-toggle.shrink .dashboard-panel {
        border-radius: 1.375vw;
    }

    .panel-toggle.shrink .dashboard-logo {
        width: 2.125vw;
    }

    .panel-toggle.shrink .dashboard-logo-panel {
        padding: 1.125vw 1.125vw 0.813vw;
    }

    .panel-toggle.shrink .dashboard-menu-panel {
        /* padding: 0 0.7vw 1.125vw; */
        padding: 0 0vw 1.125vw 0.7vw;
    }

    /* .panel-toggle.shrink .dashboard-menu>li>a>span {
        opacity: 0;
        transform: translateX(-1vw);
    } */

    /* .panel-toggle.shrink .dashboard-menu li a i {
        margin-right: 0;
        transform: translateX(1vw);
    } */

    #Averagechart {
        bottom: -3vw;
    }

    .notify-scroll.cmn-custom-scrollbar {
        padding-right: 0.625vw;
    }

    /* 14.01.25 */
    .otp-input-fields input:not(:last-child) {
        margin-right: 0.625vw;
    }

    /* 15.01.25 */
    .table-head:first-child {
        border-top-left-radius: 0.563vw;
    }

    .table-head:last-child {
        border-top-right-radius: 0.563vw;
    }

    /* .resource-table-wrppr tbody tr:first-child td:first-child {
        border-bottom-left-radius: 0.563vw;
    }

    .resource-table-wrppr tbody tr:last-child td:first-child {
        border-bottom-right-radius: 0.563vw;
    } */


    .export-btn-wrp select {
        background-image: url(/../images/drop-select-arw.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 0.75vw;
    }


    /* 07.02.2025 start */

    .project-details-tab-list-wrppr li a::after {
        right: 0.625vw;
        width: 0.938vw;
        height: 0.938vw;
    }

    .recent-activity-main::-webkit-scrollbar {
        width: 0.188vw;
        border-radius: 0.188vw;
    }

    .recent-activity-main::-webkit-scrollbar-thumb {
        border-radius: 0.188vw;
    }

    /* 07.02.2025 end */

}

@media (min-width:1200px) and (max-width: 1400px) {
    /* .panel-toggle.shrink .dashboard-menu li a i {
        transform: translateX(10px);
    } */

    .project-details-tab-list-wrppr li a::after {
        right: 0.75vw;
        width: 1.18vw;
        height: 1.18vw;
    }
}

@media (max-width:1339px) {
    .resource-table-wrppr {
        overflow-x: auto;
    }

    .resource-table-wrppr>table {
        min-width: 950px;
    }
}

@media (max-width:1199px) {
    /* .dashboard-body {
        height: calc(100vh - 87px);
    } */

    .panel-toggle {
        transform: translateX(-100%);
    }

    .panel-toggle.active {
        transform: translateX(0%);
    }

    .menu-overlay.active {
        opacity: 1;
        pointer-events: all;
        visibility: visible;
    }

    .dashboard-panel {
        border-top: 0;
        border-left: 0;
        border-bottom: 0;
    }

    /* shuvam */

    .earnings-form .dropdownyear {
        background-image: url(/../images/date-icon.svg);
        background-repeat: no-repeat;
        background-position: left 16px center;
        background-size: 12px;
    }

    .earnings-form .cmn-select select {
        background-image: url(/../images/drop-select-arw.svg);
        background-repeat: no-repeat;
        background-position: right 14px center;
        background-size: 12px;
    }

    .hdr-select-btn {
        background-image: url(/../images/drop-select-arw.svg);
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: right 20px center;
    }

    html.dark .earnings-form .cmn-select select,
    html.dark .hdr-select-btn {
        background-image: url(/../images/white-drop-down.svg);
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: right 20px center;
    }

    html.dark .earnings-form .dropdownyear {
        background-image: url(/../images/calendar-day-orange.svg);
        background-repeat: no-repeat;
        background-position: left 16px center;
        background-size: 12px;
    }

    html.dark .earnings-form .cmn-select select {
        background-position: right 14px center;
    }

    .panelAdd .dashboard-right-panel,
    .panelAdd .dashboard-header {
        padding-left: 0;
    }

    .website-analytics-slider .slick-dots {
        bottom: -30px;
        right: 0;
    }

    .website-analytics-slider .slick-dots li {
        margin-right: 29px;
    }

    .website-analytics-slider .slick-dots li button {
        width: 7px;
        height: 7px;
    }

    .website-analytics-slider .slick-dots li button::before {
        width: 18px;
        height: 2px;
    }

    .apexcharts-canvas .apexcharts-text {
        font-size: 12px;
    }

    #radialbar .apexcharts-canvas .apexcharts-text.apexcharts-datalabel-value {
        font-size: 22px;
    }

    .dashboard-main {
        overflow-y: auto;
    }

    .resource-table-wrppr>table {
        min-width: 1150px;
    }

    /* CSS 03.02.25 */
    .prjct-info-dtls-top-lstng li {
        width: calc(100% / 3);
        border-right: 0;
        margin-right: 0;
        padding-right: 6px;
    }

    /* CSS 03.02.25 */
}

@media (max-width:1024px) {}

@media (max-width:991px) {
    .table-outer-wraper {
        overflow-x: auto;
        scrollbar-width: 1px;
        scrollbar-color: #FF793F transparent;
    }

    .project-lst-table {
        width: 910px;
    }

    .dashboard-menu-panel {
        max-height: calc(100vh - 205px);
    }

    .resource-table-wrppr.ctc-table-wrppr>table {
        min-width: inherit;
        width: 720px;
    }

    .website-analytics-slider .slick-dots {
        bottom: -25px;
    }

    /* 17.01.25 */
    .chart-top-border {
        /* height: 1px;
        border-top: 2px dashed rgba(255, 255, 255, 0.2);
        filter: invert(0)!important; */
        display: none;
    }

    .chart-top-border img {
        display: none;
    }

    .data-dot-img {
        background: none !important;
        display: none;
    }

    .data-dot-img::before {
        display: none;
    }

    /* 20.01.25 */
    .tab-button span {
        font-size: 0;
    }

    /* CSS 03.02.25 */
    .prjct-info-dtls-top-lstng li {
        width: calc(100%/ 2);
    }

    .dtls-inner-tab-holder .tab-item {
        width: calc(100% / 3);
    }

    .dtls-inner-tab-holder .tab-item a {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #818482;
        padding: 8px;
        border-radius: 6px;
    }

    .dtls-inner-tab-holder .tab-item a::before {
        display: none;
    }

    .dtls-inner-tab-holder .tab-item.active a {
        background: rgba(255, 121, 63, 0.05);
        border-color: #FF793F;
    }

    .project-details-tab .tab-link-button::before {
        display: none;
    }

    .project-details-tab .tab-link-button {
        border-radius: 12px;
    }

    .project-details-tab .tab-link-button::after {
        display: none;
    }

    /* CSS 03.02.25 */

}

@media (max-width:767px) {
    .hdr-select-btn-wrap {
        display: none;
    }

    .hdr-select-btn-wrap.active {
        display: block;
    }

    /* .dashboard-body {
        height: calc(100vh - 83px);
    } */
    /* CSS 03.02.25 */
    .dtls-inner-tab-holder .tab-item {
        width: calc(100%/ 2);
    }

    /* CSS 03.02.25 */
}

@media (max-width:575px) {
    .custom-tab {
        margin-top: -10px;
    }

    .tab-item {
        width: 50%;
        padding-top: 10px;
    }

    .tab-item a {
        display: flex;
    }

    /* CSS 03.02.25 */
    .prjct-info-dtls-top-lstng li {
        width: 100%;
    }

    /* CSS 03.02.25 */

}

@media (max-width:479px) {
    .indvdl-table tbody tr td {
        display: block;
        width: 100%;
    }

    .project-active-inactive {
        margin: 0 auto;
    }

    .indvdl-table tbody tr td:first-child,
    .indvdl-table tbody tr td:last-child {
        width: 100%;
    }

    .active-inactive-button-outer {
        width: 100%;
    }

    .total-button-header .add-new-bttn-hlder {
        margin-left: auto;
    }

    .prjct-title-head h2 {
        margin-bottom: 10px;
    }

    /* CSS 03.02.25 */
    .dtls-inner-tab-holder .tab-item {
        width: 100%;
        padding-top: 0;
    }

    /* CSS 03.02.25 */
}

@media (max-width:374px) {
    .emplye-info-dtls-listng li {
        align-items: flex-start;
    }

    .emplye-info-dtls-listng li p span {
        display: block;
    }

    .tab-link-button {
        width: 100%;
    }

    /* CSS 03.02.25 */
    .project-details-tab .tab-link-button {
        width: 100%;
    }

    /* CSS 03.02.25 */
}
