.action-btn {
    width: 29px;
    height: 28px;
    border-radius: 9.3552px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

/* .choose-files {
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    max-width: 155px !important;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
} */



/* Logo set */

.setting-logo {
    justify-content: center;
    height: 40px;
    width: 100%;
    margin: 30px 0px;
    /* text-align: left !important; */
}


.choose-files div {
    color: #fff;
    /* background: #584ED2 !important; */
    border: none;
    border-radius: 10px;
    padding: 8px 6px;
    max-width: 155px !important;
    font-size: 12px;
    font-weight: 500;
}

.file {
    position: relative !important;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    border: none;
    padding: 0;
    margin: 0;
    /* cursor: pointer; */
}

.nowrap {
    white-space: nowrap;
}


/* end logo  */


.dash-sidebar .main-logo {
    justify-content: center;
    min-height: 80px;
    max-height: 80px;
    width: 100%;
    min-width: 255px;
}

.dash-sidebar .m-header {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 15px 20px;
}

.dash-sidebar .main-logo a img {
    object-fit: contain;
    width: auto !important;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

/* .custom_color_radio_button {
    box-shadow: 0px 0px 0px 2px #000000;
} */


.lang-dropdown option {
    background-color: #fff;
    color: #000;
    text-align: center;
}




/* Star Rating */

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 23px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #FFC700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #DEB217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #C59B08;
}

/* End star rating */

/**job application show **/
.text-right {
    text-align: right !important;
}

.rating-stars ul {
    list-style-type: none;
    padding: 0;
}


.rating-stars ul>li.star {
    display: inline-block;
}

.rating-stars ul>li.star.selected>i.fa {
    color: #FF912C;
}

.rating-stars ul>li.star>i.fa {
    font-size: 1.5em;
    color: #ccc;
}

.rating-stars ul>li.star.hover>i.fa {
    color: #FFCC36;
}

.rating-stars ul>li.star.selected>i.fa {
    color: #FF912C;
}

.static-rating .voted {
    color: #ffcc00;
}

.static-rating-sm .star {
    font-size: 0.75rem;
}

/** job application show**/

/* plan */

.price-card {
    text-align: center;
    position: relative;
    margin-top: 30px;
    height: 90% !important;
}

.price-card.price-2 {
    color: #fff;
}

.price-card.price-2 .price-badge {
    color: #fff;
    background: #1C232F;
}

.price-card .p-price {
    font-size: 40px;
}

.price-card .price-badge {
    color: #fff;
    padding: 7px 24px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.price-card .list-unstyled {
    display: inline-block;
}

.price-card .list-unstyled li {
    display: flex;
    align-items: center;
}

.price-card .list-unstyled li+li {
    margin-top: 8px;
}

.price-card .list-unstyled .theme-avtar {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #fff;
    margin-right: 15px;
}

/*plan */

#card-element {
    border: 1px solid #a3afbb !important;
    border-radius: 10px !important;
    padding: 10px !important;
}

/*** setting***/

.faq .accordion .accordion-item {
    border-radius: 10px;
    overflow: hidden;
    border: none;
    margin-bottom: 10px;
}

.faq .accordion .accordion-item .accordion-button {
    font-weight: 500 !important;
    /* padding: 1.3rem 1.25rem; */
}

.faq .accordion .accordion-item .accordion-button span>i {
    font-size: 20px;
    margin-right: 8px;
}

.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
    border-radius: 10px;
    background: transparent;
    box-shadow: 0 6px 30px rgba(182, 186, 203, 0.3);
}

.faq .accordion .accordion-item .accordion-body {
    padding: 2.3rem 2.3rem 2.3rem 3rem;
}

#card-element {
    border: 1px solid #a3afbb !important;
    border-radius: 10px !important;
    padding: 10px !important;
}

.active_color {
    border: 2px solid #000 !important;
}

/* chat counter */
.message-counter {
    position: absolute;
    top: 3px;
    right: 4px !important;
    border-radius: 50%;
    font-size: 10px;
    width: 15px !important;
    text-align: center !important;
    color: #fff !important;
}

.dash-card {
    height: 200px !important;
}

.timesheet-card {
    height: 84px !important;
}

.emp-card {
    height: 193px !important;
}

.set-card {
    height: 300px !important;
}

.status-badge {
    width: 71px !important;

}

.status-badde3 {
    width: 66px !important;

}

.ticket-card {
    height: 239px !important;

}

.status-badde4 {
    width: 67px !important;
}

.status-badge5 {
    width: 80px !important;

}

.status-badge6 {
    width: 92px !important;
}

.status-badge7 {
    width: 101px !important;

}

.em-card {
    min-height: 506px !important;
}

.job-card {
    /* height: 567px !important; */

}

.job2-card {
    height: 509px !important;

}

.mon-card {
    height: 86px !important;
}

.card-635 {
    height: 741px !important;
}

.comp-card {
    height: 142px !important;

}

.drp-language .dropdown-toggle {
    color: #525B69;
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 0.7rem;
    margin: 0 7.5px;
    border-radius: 4px;
    position: relative;
    font-weight: 500;
    border-radius: 12px;
    border: 1px solid rgba(206, 206, 206, 0.2);
}

/* chat counter */
.choose-files {
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    max-width: 155px !important;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

.table.modal-table td,
.table.modal-table th {
    white-space: normal;
}

.support-user {
    height: 40px;
    width: 40px;
}

.seo_image {
    height: 200px;
    width: 360px
}

.disabledCookie {
    pointer-events: none;
    opacity: 0.4;
}

/* Payment Settings css */
.setting-accordion .accordion-item {
    border: 1px solid #E0E6EF !important;
    border-radius: 7px;
}

.setting-accordion .accordion-header {
    background: #F8F8F8;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.setting-accordion .accordion-header .accordion-button {
    background: #F8F8F8 !important;
    display: flex;
    justify-content: space-between;
    border-radius: 7px;
    box-shadow: none;
    border-bottom: 1px solid transparent;
}

.setting-accordion .accordion-header .accordion-button:not(.collapsed) {
    border-color: #E0E6EF;
}

.setting-accordion .accordion-header .accordion-button span {
    flex: 1;
}

.setting-accordion .accordion-header .accordion-button::after {
    margin: 0 0 0 5px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath opacity='0.4' d='M12 22.4146C17.5228 22.4146 22 17.9374 22 12.4146C22 6.8917 17.5228 2.41455 12 2.41455C6.47715 2.41455 2 6.8917 2 12.4146C2 17.9374 6.47715 22.4146 12 22.4146Z' fill='%2325314C'/%3E%3Cpath d='M15.5301 12.8845C15.2371 12.5915 14.762 12.5915 14.469 12.8845L12.749 14.6045V8.41455C12.749 8.00055 12.413 7.66455 11.999 7.66455C11.585 7.66455 11.249 8.00055 11.249 8.41455L11.249 14.6035L9.52908 12.8835C9.23608 12.5905 8.76104 12.5905 8.46804 12.8835C8.17504 13.1765 8.17504 13.6516 8.46804 13.9446L11.468 16.9446C11.537 17.0136 11.62 17.0684 11.711 17.1064C11.802 17.1444 11.9001 17.1646 11.9981 17.1646C12.0961 17.1646 12.1929 17.1444 12.2849 17.1064C12.3769 17.0684 12.4591 17.0136 12.5281 16.9446L15.5281 13.9446C15.8231 13.6516 15.8231 13.1775 15.5301 12.8845Z' fill='%2325314C'/%3E%3C/svg%3E");
    background-size: 24px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.setting-accordion .accordion-item:not(:last-of-type) {
    margin-bottom: 15px;
}

/* Job Stage Start */
.theme-detail-card {
    padding: 15px;
    border: 1px solid #DAE8F9;
    border-radius: 14.7699px;
    -webkit-border-radius: 14.7699px;
    -moz-border-radius: 14.7699px;
    -ms-border-radius: 14.7699px;
    -o-border-radius: 14.7699px;
}

.theme-detail-card .setting-block {
    padding: 15px;
    border: 1px dashed #DAE8F9;
    border-radius: 14.7699px;
    -webkit-border-radius: 14.7699px;
    -moz-border-radius: 14.7699px;
    -ms-border-radius: 14.7699px;
    -o-border-radius: 14.7699px;
}

/* JOB PAGE START */
.job-wrapper .navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.job-banner {
    position: relative;
    background-color: unset;
}

.job-banner .job-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.job-banner .job-banner-bg img {
    width: 100%;
    height: 100%;
}

.job-banner .job-banner-content {
    padding: 5.9% 0;
    max-width: 360px;
    width: 100%;
    margin: auto;
}

.placedjob-section .section-title {
    padding: 35px 25px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-top: -20px;
    text-align: center;
}

.job-card-body {
    padding: 15px;
    border-radius: 15px;
    background: linear-gradient(277.29deg, rgba(111, 217, 67, 0.09) 0.99%, rgba(111, 217, 67, 0) 100.89%);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #6FD943;
}

.placedjob-section {
    padding-bottom: 80px;
    background-color: unset;

}

.job-content .container {
    max-width: 1540px;
}

@media screen and (max-width:767px) {
    .job-banner .job-banner-content {
        padding: 10% 0;
    }
}

@media screen and (max-width:575px) {
    .job-banner .job-banner-content {
        padding: 21% 0;
    }
}

.job-card {
    display: flex;
    flex-wrap: wrap;
}

.job-card .job-card-body {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.job-card .job-card-body h5 {
    flex: 1;
}

/* JOB PAGE END */


/* apply job section */

.apply-job-section {
    padding-bottom: 80px;
    background-color: unset;

}

.apply-job-section .apply-job-wrapper {
    padding: 35px 25px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-top: -20px;
}

@media screen and (max-width:767px) {
    .job-banner .job-banner-content {
        padding: 10% 0;
    }

    .apply-job-section .apply-job-wrapper {
        padding: 35px 15px;
    }
}

@media screen and (max-width:575px) {
    .job-banner .job-banner-content {
        padding: 26% 0;
    }
}

/* apply job section */

/* create button icon */
a>i.ti-plus {
    color: #FFFFFF;
}

/* a > i.icon_desc {
    color:#51459d;
} */

/* custom dark-mode && rtl css */

[dir="rtl"] .dash-sidebar {
    left: auto !important;
}

[dir="rtl"] .dash-header {
    left: 0;
    right: 280px;
}

[dir="rtl"] .dash-header:not(.transprent-bg) .header-wrapper {
    padding: 0 0 0 30px;
}

[dir="rtl"] .dash-header:not(.transprent-bg):not(.dash-mob-header)~.dash-container {
    margin-left: 0px;
}

[dir="rtl"] .me-auto.dash-mob-drp {
    margin-right: 10px !important;
}

[dir="rtl"] .me-auto {
    margin-left: 10px !important;
}


[dir="rtl"] .header-wrapper .ms-auto {
    margin-left: 0 !important;
}

/* header mobile view issue */
/* [dir="rtl"] .dash-header {
    left: 0 !important;
    right: 280px !important;
} */

[dir="rtl"] .list-group-flush>.list-group-item .float-end {
    float: left !important;
}


/*  custom End dark-mode && rtl css  */

.fc .fc-toolbar-title {
    font-size: 1.25em;
    margin: 0;
}

.btn-apply {
    font-size: 31px;
}

.auth-wrapper .navbar .navbar-brand {
    display: block;
    width: 100%;
    max-width: 150px;
}

.auth-wrapper .navbar .navbar-brand img {
    width: 100%;
}

/* Nav scroller */
.dash-sidebar .navbar-content {
    height: calc(100vh - 70px);
}

/* Auth Mobile responsive */
@media screen and (max-width:767px) {
    .auth-wrapper {
        align-items: flex-start !important;
    }

    .auth-wrapper .auth-content {
        min-height: unset !important;
    }

    .auth-wrapper .auth-content .card {
        min-height: calc(100vh - 110px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .auth-wrapper .auth-content .card .card-body {
        flex: unset;
    }
}

/* seo image */
.img_setting {
    filter: drop-shadow(2px 3px 7px #011C4B);
}

/* Ai selected text */
@media screen and (max-width:400px) {
    .selected_text {
        margin-top: 2px;
    }
}

/* Company Info adminhub css */
.list_colume_notifi {
    position: relative;
    display: block;
    padding: 16.66667px 25px;
    color: #212529;
    /* background-color: #ffffff; */
    border: 1px solid #f1f1f1;
}

/* theme customize */
.color-wrp .color-picker-wrp input[type="color"] {
    background-color: #fff;
    height: 55px;
    cursor: pointer;
    border-radius: 3px;
    margin: 0px;
    padding: 0px;
    border: 0;
    margin-bottom: 5px;
    margin-left: 5px;
}

.color-wrp {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.color-wrp .theme-color {
    margin: 0;
    width: 200px;
}

.color-wrp .color-picker-wrp {
    width: 70px;
}

/* google recapcha  */

.grecaptcha-badge {
    z-index: 2;
}

.border-grey {
    border: 1px solid #CBCBCB !important;
}

.upgrade-line hr {
    flex: 1;
}

/* border-color */

body.theme-1 .border-primary {
    border-color: #0CAF60 !important;
}

body.theme-2 .border-primary {
    border-color: #584ED2 !important;
}

body.theme-3 .border-primary {
    border-color: #6FD943 !important;
}

body.theme-4 .border-primary {
    border-color: #145388 !important;
}

body.theme-5 .border-primary {
    border-color: #B9406B !important;
}

body.theme-6 .border-primary {
    border-color: #008ECC !important;
}

body.theme-7 .border-primary {
    border-color: #922C88 !important;
}

body.theme-8 .border-primary {
    border-color: #C0A145 !important;
}

body.theme-9 .border-primary {
    border-color: #48494B !important;
}

body.theme-10 .border-primary {
    border-color: #0C7785 !important;
}

body.theme-1 .btn-addnew-project {
    border-color: var(--theme1-color);
}

body.theme-2 .btn-addnew-project {
    border-color: var(--theme2-color);
}

body.theme-3 .btn-addnew-project {
    border-color: var(--theme3-color);
}

body.theme-4 .btn-addnew-project {
    border-color: var(--theme4-color);
}

body.theme-5 .btn-addnew-project {
    border-color: var(--theme5-color);
}

body.theme-6 .btn-addnew-project {
    border-color: var(--theme6-color);
}

body.theme-7 .btn-addnew-project {
    border-color: var(--theme7-color);
}

body.theme-8 .btn-addnew-project {
    border-color: var(--theme8-color);
}

body.theme-9 .btn-addnew-project {
    border-color: var(--theme9-color);
}

body.theme-10 .btn-addnew-project {
    border-color: var(--theme10-color);
}

body.custom-color .btn-addnew-project {
    border-color: var(--color-customColor);
}

body.custom-color .border-primary {
    border-color: var(--color-customColor) !important;
}

/* border-color */

/*  all Cancel button background change*/

.modal-footer .btn.btn-light,
.btn.custom-cancel-btn {
    background-color: #6c757d !important;
    color: #ffffff !important;
}

/*  all Cancel button background change*/

/* All model close button css */

.btn-close:focus,
.btn-close:hover {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(81, 69, 157, 0.25);
    opacity: 1;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

/* All model close button css */

/* Dashboard set link css */

.card.stats-wrapper {
    margin-bottom: 24px;
}

.dash-info-card .card-body.stats {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dash-info-card .card-body.stats .text-muted {
    text-align: left;
}

.dash-info-card .card-body.stats h6 a,
.dash-info-card.appoint-dash .stats h5 a {
    color: #000;
}

/* Dashboard set link css */

/* templates css */

.invoice-row {
    gap: 20px 0;
}

.language-sidebar .list-group-item {
    padding: 10px 25px;
}

/* templates css */

/* All buttons css */

.dt-buttons a span i {
    padding: 9px !important;
    background: #3ec9d6 !important;
    color: #ffff !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    display: flex;
    align-items: center;
}

.dt-buttons a span i.ti-eye,
.dt-buttons a span i.ti-key,
.dt-buttons a span i.fa-comment {
    background: #ffa21d !important;
    color: #ffff !important;
}

.dt-buttons a span i.ti-pencil {
    background: #3ec9d6 !important;
    color: #ffff !important;
}

.dt-buttons a span i.ti-trash {
    background: #ff3a6e !important;
    color: #ffff !important;
}

.dt-buttons a span i.ti-caret-right,
.dt-buttons a span i.ti-copy,
.dt-buttons a span i.ti-arrow-back-up,
.dt-buttons a span i.ti-download {
    background: #6fd943 !important;
    color: #ffff !important;
}

.dt-buttons a span i.ti-arrows-right-left {
    background: #1c232f !important;
    color: #ffff !important;
}

.dt-buttons a span i.ti-crosshair {
    background: #6c757d !important;
    color: #ffff !important;
}

/* All buttons css */

/* Ticket prority and status css */

.ticket-set {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding: 0.5rem !important;
    width: 90%;
}

/* Ticket prority and status css */

/* this css for badge */

.badge {
    border-radius: 4px !important;
}

/* this css for badge */

/* super admin dashboard css */

.dashboard-wrp {
    row-gap: 15px;
    height: 100%;
}

.dashboard-project-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    display: flex;
    background-color: #fff;
    box-shadow: 0 6px 30px rgba(182, 186, 203, 0.3);
    height: 100%;
    width: 100%;
}

.dashboard-project-card .card-inner {
    align-items: center;
    padding: 15px;
    width: 100%;
}

.dashboard-project-card .card-inner .card-content {
    align-items: center;
}

@media screen and (max-width:1199px) {
    .dashboard-project-card .card-inner h4 {
        font-size: 18px;
    }
}

@media (min-width:1025px) and (max-width:1199px) {
    .dashboard-project-card .card-inner .card-content {
        flex-direction: column;
        align-items: start;
    }

    .dashboard-project-card .card-inner {
        align-items: start;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .dashboard-project-card .card-inner .card-content {
        flex-direction: column;
        align-items: start;
    }

    .dashboard-project-card .card-inner {
        align-items: start;
    }
}

@media screen and (max-width:991px) {
    .dashboard-project-card .card-inner h4 {
        font-size: 16px;
    }
}

/* super admin dashboard css */

/* Tooltip radius  */

.tooltip-inner {
    border-radius: 4px !important;
    text-transform: capitalize;
}

/* Tooltip radius  */

/* --- Premium Floating Layout & Alignment Fixes --- */

/* Full-width Navy Background for Top Section */
body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background: linear-gradient(135deg, #161f2c, #1a3b96) !important;
    mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 1) 60%,
            rgba(0, 0, 0, 0.8) 75%,
            rgba(0, 0, 0, 0.4) 90%,
            rgba(0, 0, 0, 0) 100%);

    -webkit-mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 1) 60%,
            rgba(0, 0, 0, 0.8) 75%,
            rgba(0, 0, 0, 0.4) 90%,
            rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}

body {
    background-color: #f4f7fa !important;
    position: relative;
}

@media (min-width: 1025px) {

    /* Floating Sidebar */
    .dash-sidebar {
        margin: 20px !important;
        width: 250px !important;
        border-radius: 15px !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
        height: calc(100vh - 40px) !important;
        top: 0 !important;
        left: 0 !important;
        background: #fff !important;
    }

    /* Floating Header */
    .dash-header {
        position: absolute !important;
        top: 0 !important;
        left: 320px !important;
        /* Increased space from sidebar */
        width: calc(100% - 340px) !important;
        /* Adjusted for increased left space */
        margin: 20px 20px 20px 0 !important;
        border-radius: 15px !important;
        background: rgba(255, 255, 255, 0.1) !important;
        backdrop-filter: blur(10px) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        box-shadow: none !important;
        z-index: 1000 !important;
    }

    /* Absolute Left Alignment for Header Content */
    .dash-header .header-wrapper {
        display: flex !important;
        justify-content: flex-start !important;
        /* Force to left */
        align-items: center !important;
        width: 100% !important;
        padding: 0 15px !important;
    }

    .dash-header .me-auto,
    .dash-header .dash-mob-drp {
        margin-left: 0 !important;
        margin-right: auto !important;
        /* Standard push-to-left */
        display: flex !important;
        align-items: center !important;
    }

    .dash-header .drp-company {
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    /* Notifications & Other Right-side Items */
    .dash-header .ms-auto {
        margin-left: auto !important;
        display: flex !important;
        align-items: center !important;
    }

    /* Container Spacing for Symmetry */
    .dash-container {
        margin-left: 320px !important;
        /* Matched with header offset */
        padding-top: 110px !important;
        width: calc(100% - 320px) !important;
        min-height: 100vh !important;
        padding-right: 20px !important;
    }
}

/* Sidebar Menu Symmetry & Centering */
.dash-sidebar .navbar-wrapper,
.dash-sidebar .navbar-content {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.dash-sidebar .navbar-content {
    padding-top: 25px !important;
}

.dash-sidebar .dash-navbar {
    padding: 0 !important;
    margin: 0 !important;
    width: calc(100% - 30px) !important;
    display: block !important;
}

.dash-sidebar .dash-item {
    margin: 4px 0 !important;
    width: 100% !important;
}

.dash-sidebar .dash-link {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    padding: 12px 15px !important;
    border-radius: 10px !important;
}

.dash-sidebar .dash-mtext {
    font-weight: 500 !important;
    white-space: nowrap !important;
    margin-right: auto !important;
    /* Pushes the arrow to the right */
}

.dash-sidebar .dash-arrow {
    margin-left: 10px !important;
    display: flex !important;
    align-items: center !important;
}

.dash-sidebar .dash-micon {
    width: 35px !important;
    height: 35px !important;
    background: #fff !important;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05) !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 12px !important;
    flex-shrink: 0 !important;
}

/* Hide redundant logo header if requested */
.dash-sidebar .m-header {
    display: none !important;
}

/* Make page headers white to contrast with the dark background */
.page-header .page-header-title h4,
.page-header .page-header-title h5,
.page-header .breadcrumb .breadcrumb-item,
.page-header .breadcrumb .breadcrumb-item a {
    color: #ffffff !important;
}

.page-header .breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.8) !important;
}

.page-header .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6) !important;
}


/* Dashboard Options UI Refinement */
.dash-options-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -95px !important;
    /* Moved even higher as requested */
    margin-bottom: 25px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
}

.dash-options-container {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.dash-options-container .form-check-label {
    color: #fff !important;
}

/* Dashboard Stat Cards Refinement */
.dash-container #card1 .card,
.dash-container .col-xxl-3 .card,
.dash-container .col-xxl-6 .card {
    border: none !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.dash-container .card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1) !important;
}

.dash-container .card .card-body {
    padding: 1.3 rem !important;
}

/* Sidebar Submenu & Dropdown Refinement */
.dash-sidebar .dash-submenu {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.02) !important;
    border-radius: 0 0 10px 10px !important;
}

.dash-sidebar .dash-submenu .dash-item {
    width: 100% !important;
    align-items: flex-start !important;
    margin: 0 !important;
}

.dash-sidebar .dash-submenu .dash-item::before {
    content: "" !important;
    position: absolute !important;
    left: 45px !important;
    top: 22px !important;
    width: 6px !important;
    height: 6px !important;
    background: #5e72e4 !important;
    border-radius: 50% !important;
    opacity: 0.4 !important;
    transition: all 0.3s ease !important;
    display: block !important;
    z-index: 5 !important;
}

.dash-sidebar .dash-submenu .dash-item:hover::before {
    opacity: 1 !important;
    transform: scale(1.5) !important;
    box-shadow: 0 0 10px rgba(94, 114, 228, 0.5) !important;
}

.dash-sidebar .dash-submenu .dash-link {
    padding: 10px 15px 10px 60px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #555 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: flex-start !important;
}

.dash-sidebar .dash-submenu .dash-link:hover {
    color: #5e72e4 !important;
    background: rgba(94, 114, 228, 0.05) !important;
}

/* Active State for Submenu Items */
.dash-sidebar .dash-submenu .dash-item.active>.dash-link {
    color: #5e72e4 !important;
    background: rgba(94, 114, 228, 0.08) !important;
    font-weight: 600 !important;
}

.dash-sidebar .dash-submenu .dash-item.active::before {
    opacity: 1 !important;
    transform: scale(1.5) !important;
    background: #5e72e4 !important;
}

/* Header Dropdowns & Buttons Hover Effects */

/* Change the background color to grey on hover */
.dash-header .dash-head-link:hover {
    background: #e9ecef !important;
}

/* "Hi, company!" hover effect */
.dash-header .drp-company .dash-head-link:hover .hide-mob,
.dash-header .drp-company .dash-head-link:hover i {
    color: #5e72e4 !important;
    transition: color 0.3s ease;
}

/* Message / Notification buttons hover effect */
.dash-header .dash-h-item .dash-head-link:hover i.ti-message-circle,
.dash-header .dash-h-item .dash-head-link:hover i.ti-message-2 {
    color: #5e72e4 !important;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

/* "English" dropdown hover effect */
.dash-header .drp-language .dash-head-link:hover .drp-text,
.dash-header .drp-language .dash-head-link:hover i {
    color: #5e72e4 !important;
    transition: color 0.3s ease;
}

/* Dashboard Card Clickable Titles Hover Effect */
.dash-info-card a.text-muted:hover {
    color: #5e72e4 !important;
    transition: color 0.3s ease;
}

/* --- Modern Leave Policy & Company Policy UI --- */
.policy-section {
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
}

.policy-section:last-child {
    border-bottom: none;
}

.policy-title {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.policy-text {
    font-size: 0.9rem;
    color: #666;
}

.form-switch .form-check-input {
    width: 2.5em;
    height: 1.25em;
    cursor: pointer;
}

.form-switch .form-check-input:checked {
    background-color: #0E7177;
    border-color: #0E7177;
}

.combination-list-item {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.leave-checkbox-label {
    font-size: 0.9rem;
    cursor: pointer;
    margin-left: 8px;
}

.compensatory-box {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 25px;
    border: 1px solid #ebf1f1;
}

.policy-card {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    overflow: hidden;
}

.modern-table thead {
    background-color: #f8fafd;
}

.modern-table thead th {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #4b5563;
    padding: 1.25rem 1rem;
    border: none;
}

.modern-table tbody tr {
    transition: all 0.2s ease;
}

.modern-table tbody tr:hover {
    background-color: #fcfdfe;
}

.modern-table tbody td {
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
}

.branch-tag {
    background-color: #eef2ff;
    color: #4f46e5;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.85rem;
}

.policy-title-text {
    color: #111827;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.policy-desc-text {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.5;
    white-space: pre-wrap;
}

.btn-action-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.2s ease;
    border: none;
}

.btn-action-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.bg-download {
    background-color: #ecfdf5;
    color: #10b981;
}

.bg-preview {
    background-color: #eff6ff;
    color: #3b82f6;
}

.bg-edit {
    background-color: #fff7ed;
    color: #f97316;

    .dash-sidebar .dash-submenu .dash-link:hover {
        color: #5e72e4 !important;
        background: rgba(94, 114, 228, 0.05) !important;
    }

    /* Active State for Submenu Items */
    .dash-sidebar .dash-submenu .dash-item.active>.dash-link {
        color: #5e72e4 !important;
        background: rgba(94, 114, 228, 0.08) !important;
        font-weight: 600 !important;
    }

    .dash-sidebar .dash-submenu .dash-item.active::before {
        opacity: 1 !important;
        transform: scale(1.5) !important;
        background: #5e72e4 !important;
    }

    /* Header Dropdowns & Buttons Hover Effects */

    /* Change the background color to grey on hover */
    .dash-header .dash-head-link:hover {
        background: #e9ecef !important;
    }

    /* "Hi, company!" hover effect */
    .dash-header .drp-company .dash-head-link:hover .hide-mob,
    .dash-header .drp-company .dash-head-link:hover i {
        color: #5e72e4 !important;
        transition: color 0.3s ease;
    }

    /* Message / Notification buttons hover effect */
    .dash-header .dash-h-item .dash-head-link:hover i.ti-message-circle,
    .dash-header .dash-h-item .dash-head-link:hover i.ti-message-2 {
        color: #5e72e4 !important;
        transform: scale(1.1);
        transition: all 0.3s ease;
    }

    /* "English" dropdown hover effect */
    .dash-header .drp-language .dash-head-link:hover .drp-text,
    .dash-header .drp-language .dash-head-link:hover i {
        color: #5e72e4 !important;
        transition: color 0.3s ease;
    }

    /* Dashboard Card Clickable Titles Hover Effect */
    .dash-info-card a.text-muted:hover {
        color: #5e72e4 !important;
        transition: color 0.3s ease;
    }

    /* --- Modern Leave Policy & Company Policy UI --- */
    .policy-section {
        padding: 20px 0;
        border-bottom: 1px solid #f1f1f1;
    }

    .policy-section:last-child {
        border-bottom: none;
    }

    .policy-title {
        font-size: 1rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 4px;
    }

    .policy-text {
        font-size: 0.9rem;
        color: #666;
    }

    .form-switch .form-check-input {
        width: 2.5em;
        height: 1.25em;
        cursor: pointer;
    }

    .form-switch .form-check-input:checked {
        background-color: #0E7177;
        border-color: #0E7177;
    }

    .combination-list-item {
        background: #ffffff;
        border: 1px solid #e9ecef;
        border-radius: 8px;
        padding: 15px;
        margin-bottom: 15px;
    }

    .leave-checkbox-label {
        font-size: 0.9rem;
        cursor: pointer;
        margin-left: 8px;
    }

    .compensatory-box {
        background-color: #f8f9fa;
        border-radius: 10px;
        padding: 25px;
        border: 1px solid #ebf1f1;
    }

    .policy-card {
        border-radius: 15px;
        border: none;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        background: #ffffff;
        overflow: hidden;
    }

    .modern-table thead {
        background-color: #f8fafd;
    }

    .modern-table thead th {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.75rem;
        letter-spacing: 0.5px;
        color: #4b5563;
        padding: 1.25rem 1rem;
        border: none;
    }

    .modern-table tbody tr {
        transition: all 0.2s ease;
    }

    .modern-table tbody tr:hover {
        background-color: #fcfdfe;
    }

    .modern-table tbody td {
        padding: 1.25rem 1rem;
        border-bottom: 1px solid #f3f4f6;
        vertical-align: middle;
    }

    .branch-tag {
        background-color: #eef2ff;
        color: #4f46e5;
        font-weight: 600;
        padding: 4px 12px;
        border-radius: 6px;
        font-size: 0.85rem;
    }

    .policy-title-text {
        color: #111827;
        font-weight: 600;
        font-size: 0.95rem;
        margin-bottom: 0;
    }

    .policy-desc-text {
        color: #6b7280;
        font-size: 0.9rem;
        line-height: 1.5;
        white-space: pre-wrap;
    }

    .btn-action-icon {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        transition: all 0.2s ease;
        border: none;
    }

    .btn-action-icon:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .bg-download {
        background-color: #ecfdf5;
        color: #10b981;
    }

    .bg-preview {
        background-color: #eff6ff;
        color: #3b82f6;
    }

    .bg-edit {
        background-color: #fff7ed;
        color: #f97316;
    }

    .bg-delete {
        background-color: #fef2f2;
        color: #ef4444;
    }

    /* --- Consolidate Global Spacing Refinements --- */
    .dash-container .dash-content {
        padding-top: 0px !important;
    }

    .page-header {
        margin-top: 0px !important;
        padding: 10px 30px !important;
        min-height: auto !important;
    }

    .page-header .page-block {
        padding: 0px !important;
    }

    .page-header .page-header-title h4 {
        margin-top: 0px !important;
        margin-bottom: 5px !important;
    }

    .page-header .breadcrumb {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .dash-content .row:first-child {
        margin-top: 0.25rem !important;
    }

    .table-responsive,
    .card,
    .compensatory-box,
    .combination-list-item {
        margin-top: 1rem !important;
    }

    h5,
    h6,
    .policy-title {
        margin-bottom: 0.5rem !important;
    }

    p.policy-text,
    p.text-muted {
        margin-bottom: 0.75rem !important;
    }

    /* --- Modern Leave Policy & Company Policy UI --- */
    .policy-section {
        padding: 20px 0;
        border-bottom: 1px solid #f1f1f1;
    }

    .policy-section:last-child {
        border-bottom: none;
    }

    .policy-title {
        font-size: 1rem;
        font-weight: 600;
        color: black;
        margin-bottom: 4px;
    }

    .policy-text {
        font-size: 0.9rem;
        color: #666;
    }

    .form-switch .form-check-input {
        width: 2.5em;
        height: 1.25em;
        cursor: pointer;
    }

    .form-switch .form-check-input:checked {
        background-color: #0E7177;
        border-color: #0E7177;
    }

    .combination-list-item {
        background: #ffffff;
        border: 1px solid #e9ecef;
        border-radius: 8px;
        padding: 15px;
        margin-bottom: 15px;
    }

    .leave-checkbox-label {
        font-size: 0.9rem;
        cursor: pointer;
        margin-left: 8px;
    }

    .compensatory-box {
        background-color: #f8f9fa;
        border-radius: 10px;
        padding: 25px;
        border: 1px solid #ebf1f1;
    }

    .policy-card {
        border-radius: 15px;
        border: none;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        background: #ffffff;
        overflow: hidden;
    }

    .modern-table thead {
        background-color: #f8fafd;
    }

    .modern-table thead th {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.75rem;
        letter-spacing: 0.5px;
        color: #4b5563;
        padding: 1.25rem 1rem;
        border: none;
    }

    .modern-table tbody tr {
        transition: all 0.2s ease;
    }

    .modern-table tbody tr:hover {
        background-color: #fcfdfe;
    }

    .modern-table tbody td {
        padding: 1.25rem 1rem;
        border-bottom: 1px solid #f3f4f6;
        vertical-align: middle;
    }

    .branch-tag {
        background-color: #eef2ff;
        color: #4f46e5;
        font-weight: 600;
        padding: 4px 12px;
        border-radius: 6px;
        font-size: 0.85rem;
    }

    .policy-title-text {
        color: #111827;
        font-weight: 600;
        font-size: 0.95rem;
        margin-bottom: 0;
    }

    .policy-desc-text {
        color: #6b7280;
        font-size: 0.9rem;
        line-height: 1.5;
        white-space: pre-wrap;
    }

    .btn-action-icon {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        transition: all 0.2s ease;
        border: none;
    }

    .btn-action-icon:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .bg-download {
        background-color: #ecfdf5;
        color: #10b981;
    }

    .bg-preview {
        background-color: #eff6ff;
        color: #3b82f6;
    }

    .bg-edit {
        background-color: #fff7ed;
        color: #f97316;
    }

    .bg-delete {
        background-color: #fef2f2;
        color: #ef4444;
    }

    /* --- Consolidate Global Spacing Refinements --- */
    .dash-container .dash-content {
        padding-top: 0px !important;
    }

    .page-header {
        margin-top: 0px !important;
        padding: 10px 30px !important;
        min-height: auto !important;
    }

    .page-header .page-block {
        padding: 0px !important;
    }

    .page-header .page-header-title h4 {
        margin-top: 0px !important;
        margin-bottom: 5px !important;
    }

    .page-header .breadcrumb {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .dash-content .row:first-child {
        margin-top: 0.25rem !important;
    }

    .table-responsive,
    .card,
    .compensatory-box,
    .combination-list-item {
        margin-top: 1rem !important;
    }

    h5,
    h6,
    .policy-title {
        margin-bottom: 0.5rem !important;
    }

    p.policy-text,
    p.text-muted {
        margin-bottom: 0.75rem !important;
    }

    .dash-header {
        height: 70px !important;
    }

    .dash-container {
        top: 70px !important;
    }

    /* --- Attendance Management Refined UI --- */
    .attendance-filter-card {
        background: #ffffff !important;
        border-radius: 15px !important;
        border: 1px solid rgba(0, 0, 0, 0.05) !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
        margin-bottom: 25px !important;
        padding: 10px !important;
    }

    .attendance-filter-card .card-body {
        padding: 1.5rem !important;
    }

    .attendance-filter-card .form-label {
        font-weight: 600;
        font-size: 0.85rem;
        color: #4b5563;
        margin-bottom: 8px;
    }

    .attendance-filter-card .form-control,
    .attendance-filter-card .select,
    .attendance-filter-card .choices__inner {
        border-radius: 10px !important;
        border: 1px solid #e5e7eb !important;
        background-color: #f9fafb !important;
        min-height: 42px !important;
        font-size: 0.9rem !important;
        transition: all 0.3s ease;
    }

    .attendance-filter-card .form-check-input:checked {
        background-color: #5e72e4 !important;
        border-color: #5e72e4 !important;
    }

    .attendance-table-card {
        background: #ffffff !important;
        border-radius: 15px !important;
        border: none !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
        overflow: hidden;
    }

    .attendance-table {
        width: 100%;
        border-collapse: collapse;
    }

    .attendance-table thead th {
        background: #f8fafd;
        color: #6b7280;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.725rem;
        letter-spacing: 0.05em;
        padding: 1.25rem 1rem;
        border-bottom: 2px solid #f1f5f9;
    }

    .attendance-table tbody td {
        padding: 1.15rem 1rem;
        border-bottom: 1px solid #f1f5f9;
        vertical-align: middle;
        color: #4b5563;
        font-size: 0.875rem;
    }

    .attendance-table tbody tr:hover {
        background-color: #fcfdfe;
    }

    .status-badge {
        padding: 6px 12px;
        border-radius: 8px;
        font-size: 0.725rem;
        font-weight: 700;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 0.025em;
    }

    .status-present {
        background: #ecfdf5;
        color: #10b981;
    }

    .status-absent {
        background: #fef2f2;
        color: #ef4444;
    }

    .status-late {
        background: #fffbeb;
        color: #f59e0b;
    }

    .action-btn-custom {
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        transition: all 0.2s ease;
        text-decoration: none !important;
    }

    .action-btn-custom:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .bg-edit-custom {
        background: #eff6ff;
        color: #3b82f6;
    }

    .bg-delete-custom {
        background: #fef2f2;
        color: #ef4444;
    }

    .employee-avatar-custom {
        width: 32px;
        height: 32px;
        background: #f3f4f6;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        color: #6b7280;
        font-size: 0.75rem;
        border: 1px solid #e5e7eb;
    }

    /* Datatable Controls Refinement */
    .attendance-table-card .dataTable-top,
    .attendance-table-card .dataTable-bottom {
        padding: 1.5rem 2rem !important;
        background: #ffffff !important;
        border: none !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .attendance-table-card .dataTable-container {
        padding: 0 2rem 1.5rem 2rem !important;
        background: #ffffff !important;
        border: none !important;
    }

    .attendance-table-card .dataTable-top {
        border-bottom: 1px solid #f1f5f9 !important;
        margin-bottom: 10px !important;
    }

    .attendance-table {
        margin: 0 !important;
        width: 100% !important;
        border-collapse: collapse !important;
    }

    .attendance-table thead th {
        background: #f8fafd !important;
        border-bottom: 2px solid #f1f5f9 !important;
        padding: 1.25rem 1rem !important;
    }

    .attendance-table-card .dataTable-input {
        border-radius: 8px !important;
        border: 1px solid #e5e7eb !important;
        padding: 8px 12px !important;
        background: #f9fafb !important;
    }

    .attendance-table-card .dataTable-selector {
        border-radius: 8px !important;
        border: 1px solid #e5e7eb !important;
        padding: 6px 10px !important;
        margin-right: 8px !important;
    }

    .attendance-table-card .table-responsive {
        margin-top: 0 !important;
    }

    .attendance-table-card .dataTable-info,
    .attendance-table-card .dataTable-pagination a {
        font-size: 0.85rem !important;
        color: #6b7280 !important;
    }

    .attendance-table-card .dataTable-pagination .active a {
        background-color: #5e72e4 !important;
        border-color: #5e72e4 !important;
        color: #ffffff !important;
        border-radius: 6px !important;
    }