@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-Italic.woff2') format('woff2'), url('../../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'), url('../../fonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-BlackItalic.woff2') format('woff2'), url('../../fonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-BoldItalic.woff2') format('woff2'), url('../../fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'), url('../../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-Bold.woff2') format('woff2'), url('../../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-Black.woff2') format('woff2'), url('../../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-Thin.woff2') format('woff2'), url('../../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-LightItalic.woff2') format('woff2'), url('../../fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-ThinItalic.woff2') format('woff2'), url('../../fonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-Medium.woff2') format('woff2'), url('../../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'), url('../../fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../../fonts//Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-MediumItalic.woff2') format('woff2'), url('../../fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-Regular.woff2') format('woff2'), url(' ../../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../../fonts/Poppins-Light.woff2') format('woff2'), url('../../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@-webkit-keyframes moving-gradient {
    0% {
        background-position: -500px 0;
    }

    100% {
        background-position: 500px 0;
    }
}

.animate-load-box {
    background: linear-gradient(to right, #F2F3F9 20%, #ddddddae 50%, #F2F3F9 80%);
    background-size: 1000px 100px;
    animation-name: moving-gradient;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

body {
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
    background: #000;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0183FC;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0183FC;
}


/* width */
.admn_lft::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.admn_lft::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

/* Handle */
.admn_lft::-webkit-scrollbar-thumb {
    background: #0183FC;
    border-radius: 5px;
}

/* Handle on hover */
.admn_lft::-webkit-scrollbar-thumb:hover {
    background: #0183FC;
}




/*============================================================
    Reset css start
===============================================================*/

/*html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-family: Poppins, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}*/



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    width: 16px;
    height: 16px;
}

a,
a:hover {
    text-decoration: none;
    transition: all .3s ease-in-out;
}

img {
    max-height: 100%;
    max-width: 100%;
}

/*============================================================
    Reset css end
===============================================================*/

body {
    padding: 0px;
    margin: 0px;
    font-family: Poppins, sans-serif;
    background-color: #F2F3F9;
}

/*=====================================================
    Admin Section Start
=====================================================*/

.admin_sec {
    width: 100%;
    display: flex;
}

/*=====================================================
    Admin Section End
=====================================================*/

/*=====================================================
    Admin Header Section Start
=====================================================*/

.headr {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 300px;
    padding: 10px 24px;
    z-index: 1000;
    background: #F7F7F7;
}

.menubar-reverse {
    display: flex;
    align-items: center;
    display: none;
}


#nav-icon1 {
    margin-left: 40px;
    background: #0183fc;
    padding: 11px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    border-radius: 50px;
    position: absolute;
    height: 3px;
    width: 20px;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 15px;
    left: 12px;
}

#nav-icon1 span:nth-child(2) {
    top: 21px;
    width: 15px;
    left: 12px;
}

#nav-icon1 span:nth-child(3) {
    top: 27px;
    left: 12px;
}

#nav-icon1.open span:nth-child(1) {
    top: 21px;
    left: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 21px;
    left: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


.admn_prfle {
    font-size: 17px;
    padding: 7px 5px;
    display: flex;
    margin: 0px 5px;
    color: #0183fc;
    align-items: center;
    text-decoration: none;
}

.admn_prfle:hover {
    color: #0183fc;
}

.profile-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid #0183fc;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
}


img.profile-icon {
    width: 100%;
}

.h_leftbx {
    align-items: center;
}


.profle-cntent span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #111827;
}

.profle-cntent .designation-cntent {
    font-size: 14px;
    color: #6b7280;
}

.profle .nav-area {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.profle .nav-area>li {
    list-style: none;
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.profle .nav-area>li>ul {
    display: none;
    position: absolute;
    background: #0183fc;
    top: 65px;
    right: 0;
    padding: 0px;
    width: 170px;
    text-align: left;
    z-index: 1;
}

.profle .nav-area>li>ul>li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.profle .nav-area>li>ul>li a {
    text-decoration: none;
    display: block;
    padding: 7px 10px 7px 28px;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.profle .nav-area>li>ul>li a:hover {
    background: #006ed4;
    color: #fff;
}

.nav-area li a {
    color: #000;
}


.hd_icnbx {
    width: 35px;
    height: 35px;
    background: #0183fc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hd_icnbx .icon_header {
    color: #fff;
}


.logo_bx a img {
    /*max-width: 220px;*/
    max-width: 195px;
    margin-right: 30px;
    max-height: 68px;
}

.acc_logo_box {
    /*max-width: 220px;*/
    max-width: 195px;
    margin-right: 30px;
    max-height: 88px;
}


.busi-overview {
    margin: 0px;
    min-height: calc(100% - 0%);
}

/*=====================================================
    Admin Header Section End
=====================================================*/


/*=====================================================
    Admin Left Panel Section Start
=====================================================*/

.admn_lft {
    border-right: 1px solid #e5e7eb;
    overflow-y: auto;
    z-index: 1001;
    background: #ffffff;
    position: fixed;
    width: 300px;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    left: 0px;
}

.sidebar-logo {
    padding: 30px 24px;
    text-align: left;
}

.sidebar-logo img {
    max-height: 40px;
}

.admn_lft>ul {
    padding: 0px 0px 40px;
    margin-bottom: 60px;
}

    .admn_lft > ul > .menu_title > span {
        font-size: 14px;
        font-weight: 600;
        display: block;
        padding: 8px 24px;
        color: #252525;
        text-transform: capitalize;
        letter-spacing: 0.1em;
    }

.admn_lft>ul>.admn_btn {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
}

    .admn_lft > ul > .admn_btn > a {
        transition: all 0.3s ease-in-out;
        margin: 4px 16px;
        border-radius: 8px;
        color: #252525;
        font-size: 14px;
        font-weight: 400;
        padding: 4px 20px;
        display: flex;
        align-items: center;
        text-decoration: none;
        position: relative;
    }

.active-dashboard {
    background: linear-gradient(90deg, #E0F2FE 0%, rgba(224, 242, 254, 0) 100%) !important;
    color: #0284c7 !important;
    border: 1px solid #E0F2FE !important;
    font-weight: 600 !important;
}

.dashboard-item em {
    color: inherit !important;
}


.admn_lft>ul>.admn_btn>a:hover {
    background: #0183FC;
    color: #fff;
}

.admn_lft>ul>.admn_btn>ul {
    display: none;
    color: #0183fc;
    margin: 10px 5px 10px 20px;
}


.admn_lft>ul>.admn_btn>ul>li {
    position: relative;
}

.admn_lft>ul>.admn_btn>ul>li>a {
    display: block;
    padding: 7px 0px 7px 20px;
    font-size: 14px;
    font-weight: 500;
    /*color: #1c1e21;*/
    color: #fff;
}

.admn_lft>ul>.admn_btn>ul>li>a>.submenu-arrow {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    left: 5px;
    top: 10px;
}

.admn_lft>ul>.admn_btn>ul>li>a:hover {
    /*color: #0183FC;*/
    color: #b9ddff;
    text-decoration: none;
}



/*=====================================================
    Admin Left Panel Section End
=====================================================*/


/*=====================================================
    Admin Left Panel Navbar Active Section Start
=====================================================*/

.admn_lft>ul>li>.has-arrow {
    position: relative;
}

.admn_lft>ul>li>.has-arrow::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #6b7280;
    right: 20px;
    -webkit-transform: rotate(225deg) translateY(-50%);
    -ms-transform: rotate(225deg) translateY(-50%);
    -o-transform: rotate(225deg) translateY(-50%);
    transform: rotate(225deg) translateY(-50%);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    top: 45%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.admn_lft>ul>li>.has-arrow[aria-expanded="true"]::after,
.admn_lft>ul>li>.has-arrow.active::after {
    -webkit-transform: rotate(-135deg) translate(0, -50%);
    -ms-transform: rotate(-135deg) translate(0, -50%);
    -o-transform: rotate(-135deg) translate(0, -50%);
    top: 42%;
    width: 7px;
    transform: rotate(-135deg) translate(0, -50%);
}

.admn_lft>ul>li>.in {
    display: block !important;
    padding-left: 0px;
}

.admn_lft>ul>li>.in .active a {
    color: #b9ddff;
    display: inline-block;
}

.admn_lft>ul>li>.has-arrow:hover:after {
    border-color: #fff;
}

.admn_lft>ul>.admn_btn>a.active {
    background: #0183FC;
    color: #fff;
}

/*=====================================================
    Admin Left Panel Navbar Active Section End
=====================================================*/

/*=====================================================
    Left Sidebar Modification Changes Section Start
=====================================================*/

body.slideb .admn_lft a span {
    display: none;
}

body.slideb .admn_lft a em.ang_rgt {
    display: none;
}

body.slideb .admn_lft a {
    border-radius: 7px;
    font-size: 22px;
    font-weight: 400;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mrgn {
    position: static;
    left: auto;
    top: auto;
    width: 24px;
}

body.slideb .admn_lft li.menu_title span {
    font-size: 14px;
    text-align: center;
    padding: 12px 0px 5px 0px;
}

body.slideb .admn_lft .nav-area li ul {
    display: none;
}




/*=====================================================
    Left Sidebar Modification Changes Section End
=====================================================*/


/*=====================================================
    Bar Btn Section Start
=====================================================*/

.slideb .admn_lft {
    width: 120px;
}

.slideb .admn_rght {
    margin-left: 120px;
}

.b_pdng {
    padding: 0px 0px 15px;
}

.slideb .admn_lft:hover {
    width: 260px;
}

body.slideb .admn_lft>ul>.admn_btn>ul>li>a {
    /*opacity:0;*/
    display: none;
}

body.slideb .admn_lft:hover a {
    border-radius: 7px;
    font-size: 15px;
    font-weight: 500;
    /*padding: 7px 0px 7px 13px;*/
    padding: 7px 0px 7px 17px;
    display: block;
    align-items: center;
    justify-content: center;
}

body.slideb .admn_lft:hover>ul>.admn_btn>ul>li>a {
    padding: 7px 0px 7px 25px;
    /*opacity:1;*/
    display: block;
}

body.slideb .admn_lft:hover>ul>.admn_btn>ul>li>a>.submenu-arrow {
    left: 7px;
}

body.slideb .admn_lft:hover a span,
body.slideb .admn_lft:hover a em.ang_rgt {
    display: unset;
}

body.slideb .admn_lft:hover .nav-area li ul {
    display: none;
}


body.slideb.admn_lft:hover>ul>.admn_btn>ul>li>a>.submenu-arrow {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    left: 5px;
    top: 10px;
}

body.slideb .admn_lft:hover li.menu_title span {
    text-align: left;
    padding: 12px 20px 5px 30px;
}

body.slideb .admn_lft>ul>li>.has-arrow::after {
    display: none;
}

body.slideb .admn_lft:hover>ul>li>.has-arrow::after {
    content: '';
    display: block;
}

/*=====================================================
    Bar Btn Section End
=====================================================*/

/*=====================================================
    Admin Right Panel Section Start
=====================================================*/

.admn_rght {
    display: block;
    width: 100%;
    padding-top: 85px;
    overflow: hidden;
    margin-left: 300px;
    transition: all ease-in-out 0.3s;
    background-color: #f8fafc;
}

.admn_dbsrvc {
    padding: 15px 0px;
}

.admn_dbsrvc h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #324456;
}

.admn_dbsrvc span {
    font-size: 16px;
    color: #0183fc;
}

.aprvl_bx {
    background: #fff;
    border-radius: 5px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    overflow: hidden;
}

.card_bx {
    display: flex;
    align-items: center;
    padding: 12px 15px;
}

.card_bx .a_rght_bx {
    width: 100%;
}

.btn {
    padding: 5px 9px;
    text-transform: uppercase;
}

.btn-outline-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}


.btn-success {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-err {
    color: #fff;
    background-color: #d00c0c;
    border-color: #d00c0c;
}

.btn-success-tax {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.aprvl_bx .viewd_btn {
    text-decoration: none;
    display: block;
    background: #D4CCFE;
    color: #2B3EC2;
    padding: 8px 15px;
}

.viewd_btn:hover {
    color: #fff;
    background: #6456d1;
}

.aprvl_bx .viewautotax_btn_red {
    background: #ffa4ad !important;
    color: #dc3545 !important;
    cursor: pointer !important;
}

.viewautotax_btn_red:hover {
    color: #fff !important;
    background: #dc3545 !important;
}

.aprvl_bx .viewautotax_btn_green {
    background: #acdba199 !important;
    color: #1c8333 !important;
    cursor: pointer !important;
}

.viewautotax_btn_green:hover {
    color: #fff !important;
    background: #1c8333 !important;
}

.aprvl_bx .t_prjct_auto_on {
    border: 3px solid #27ad10fa !important;
    background: #acdba199 !important;
}

.aprvl_bx .t_prjct_auto_off {
    border: 3px solid #ef0917eb !important;
    background: #cd969c4a !important;
}

.aprvl_bx .viewd_btn .r_arw {
    position: absolute;
    right: 15px;
    top: 11px;
}

.aprvl_bx .t_usr {
    border: 3px solid #F36349;
    background: #FFF1EE;
}

.aprvl_bx .t_usrbtn {
    background: #fff1ee;
    color: #f36349;
}

.aprvl_bx .t_usrbtn:hover {
    background: #f36349;
    color: #fff;
}

.aprvl_bx .t_clnt {
    border: 3px solid #DB63BC;
    background: #FFE8FF;
}

.aprvl_bx .t_clnt_btn {
    background: #FFE8FF;
    color: #DB63BC;
}

.aprvl_bx .t_clnt_btn:hover {
    background: #DB63BC;
    color: #fff;
}

.aprvl_bx .t_prjct {
    border: 3px solid #10A1BC;
    background: #E0F9F9;
}

.aprvl_bx .t_prjct_btn {
    background: #E0F9F9;
    color: #10A1BC;
}

.aprvl_bx .t_prjct_btn:hover {
    background: #10A1BC;
    color: #fff;
}


/*=====================================================
    Admin Right Panel Section End
=====================================================*/


/*=====================================================
    Table Section Start
=====================================================*/
.data_table {
    margin-top: 0;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.frm_hdr {
    display: flex;
    align-items: center;
    width: 100%;
    height: 66px;
    padding: 10px 20px 10px 0px;
}

label {
    display: inline-block;
    margin-bottom: .3rem !important;
}

.frm_hdr span {
    font-size: 18px;
    font-weight: 600;
    color: #1e2429;
    text-transform: uppercase;
}

.data_table .tbl-bdy {
    display: block;
    padding: 20px 20px;
}

.data_table label {
    display: inline-flex;
    margin-bottom: 10px;
}

.data_table .table-bordered,
.data_table .table tr th,
.data_table .table tr td {
    border: none;
}

.data_table .table tr td {
    border-bottom: 1px solid #d4d1d1 !important;
    font-size: 15px;
    font-weight: 500;
}

.data_table .table tr th {
    border: none;
    background: #324456;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.data_table .pagination li a {
    padding: 8px 15px;
    background: #324456;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    margin-left: 3px;
    margin-top: 10px;
}

.page-item:first-child .page-link {
    margin-right: 3px;
}


.data_table .pagination li a:hover {
    background: #0183fc;
}


.data_table table.dataTable>tbody>tr.child ul.dtr-details {
    display: block;
}


.chart {
    background: #fff;
    border-radius: 5px;
}

.mainbx_chart {
    padding: 8px 20px 20px;
}


.data_table div.dataTables_wrapper div.dataTables_length select {
    border-radius: 50px;
    margin: 0px 6px;
}

.data_table div.dataTables_wrapper div.dataTables_filter input {
    border-radius: 50px;
    height: calc(1.5em + .5rem + 10px);
    padding: .25rem 2.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
}


div.dataTables_wrapper div.dataTables_filter {
    display: flex;
    justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_length label {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

div.dataTables_wrapper div.dataTables_filter label {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}


table.dataTable>tbody>tr.child span.dtr-title {
    min-width: auto;
    margin-right: 10px;
}


table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    font-size: 20px;
    margin-top: -10px;
    left: 11px;
}

table .dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    top: 50%;
    left: 5px;
    height: 0.9em;
    width: 0.9em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: white;
    border: .1em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: #324456;
}

table.table-bordered.dataTable {
    border-right-width: 0;
    box-shadow: 0px 2px 7px #ccc;
}


.after-remove {
    border-top: 1px solid #fff !important;
}

.after-remove::after,
.after-remove::before {
    content: '';
    display: none !important;
}


.bdr-radius {
    border-radius: 0px;
}


.amount-right {
    text-align: right;
}


.eic-data span {
    display: block;
}


table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
    padding-left: 45px;
}

.data_table .table tr td {
    vertical-align: middle;
}


#contactTablePop_length,
#contactTablePop_filter,
#contactTablePop_info,
#contactTablePop_paginate,
#LoanStatus-Table_length,
#LoanStatus-Table_filter,
#LoanStatus-Table_info,
#LoanStatus-Table_paginate {
    display: none;
}


.contact-padding {
    padding: 13px !important;
}


.bg-thead {
    background: #324456;
    color: #fff;
}


/*========== Employee Details Bootstrap Table ==========*/

.employee-table-bx {
    margin-top: 0;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.employee-head-th {
    background: #324456;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none !important;
}


.employee-table .table tbody tr th {
    font-size: 15px;
    font-weight: 600;
}

.employee-table .table tbody tr td {
    font-size: 15px;
    font-weight: 400;
}

.card-choosefile {
    width: 100%;
}

.profile-box {
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin-bottom: 20px;
    min-height: calc(100% - 4%);
    border-radius: .25rem;
}

.card-hght-unset {
    min-height: calc(100% - 10%);
}

.editcard-flex {
    display: flex;
    align-items: center;
}

.card-heading {
    padding: 0.78rem 1.25rem;
    background: #ebebeb;
    border-bottom: 1px solid #d0d0d0;
    display: flex;
    align-items: center;
}

.card-edit {
    margin-left: auto;
    font-size: 23px;
    color: #000;
    line-height: 0;
}

.card-edit:hover {
    color: #007bff;
}

.card-trash-btn {
    font-size: 20px;
    color: #ff0000;
    line-height: 0;
}

.card-trash-btn:hover {
    color: #ff0000;
}


.card-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.emp-detailbx {
    display: flex;
    align-items: start;
}

.personal-info li {
    margin-bottom: 10px;
}

.personal-info li:last-child {
    margin-bottom: 0px;
}

.personal-info li .emp-detailbx .title {
    width: 50%;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
}

.personal-info li .emp-detailbx .emp-text,
.emp-text {
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 500;
    width: 50%;
}


.personal-info li .emp-detailbx .emp-text>a {
    position: relative;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 5px;
}

.personal-info li .emp-detailbx .emp-text>a>em {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 500;
}

.pop-doclist {
    width: 35% !important;
}

.doc-list {
    width: 10%;
    text-align: left;
}

.tax-card>li>span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.tax-card>li>span>a {
    margin-left: 5px;
}


.tax-doticn {
    font-size: 10px;
    margin-right: 10px;
}


.mastersetup-card {
    margin-top: 15px;
}


.approved,
.active {
    color: #229f22;
}

.bereavementleave {
    color: #229f22;
}

.present {
    color: #229f22;
}

.active {
    color: #007bff;
}

.approved {
    color: #007bff;
}

.inactive {
    color: #dc0000;
}

.unapproved,
Inactive {
    color: #dc0000;
}

.absent {
    color: #dc0000;
}

.pending {
    color: #229f22;
}

.cancel {
    color: #dc0000;
}

.onhold {
    color: #e06a04;
}

.admintxt-color {
    color: #d50a0a;
}

.t-head-checkbx {
    display: initial;
    margin-right: 0 !important;
}

.subhead-table {
    /*background: #d6ecff;*/
    background: #324456;
    border-top: 1px solid #fff !important;
    color: #fff;
}

.tmail-print {
    font-size: 20px;
}


.pay-pdfbtn {
    background: #0183fc;
    padding: 4px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
}

.pay-pdfbtn:hover {
    color: #fff;
    background: #0056b3;
}


/*=========== Welcome Page ===========*/

/*.wel-mainbx {
    display: flex;
    align-items: center;
    height: calc(100vh - 136px);
}


.welcome-page {
    display: flex;
    align-items: center;
    height: 100%;
}

.mn_hd {
    padding: 0px 0px 15px;
}

    .mn_hd h1 {
        font-size: 38px;
        font-weight: 600;
    }

    .mn_hd span {
        font-size: 18px;
        font-weight: 500;
    }


    .mn_hd p {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        line-height: 28px;
        margin-top: 15px;
        padding-right: 50px;
    }*/



/*=====================================================
    Table Section End
=====================================================*/

/*=====================================================
    Modification Dashboard Section Start
=====================================================*/

.r_mrg {
    position: absolute;
    top: 10px;
    left: 10px;
}

.a_rght_bx span {
    font-size: 16px;
    font-weight: 500;
    color: #1e2429;
    display: block;
    margin-bottom: 8px;
}

.a_rght_bx h2 {
    font-size: 22px;
    font-weight: 600;
    color: #1e2429;
}

.icn_img {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #6456D1;
    background: #EFECFF;
    padding: 10px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
}



.padding-chart {
    padding: 26px 15px;
}


.addclient_btn {
    margin-left: auto;
}

.addclient_btn em {
    margin-left: 0px !important;
    font-size: 45px;
}

.addclient_btn_reset em {
    margin-left: 0px !important;
    font-size: 25px;
}

.print-btn em {
    font-size: 30px;
}





.permission-denied-btn {
    opacity: 0.5;
    cursor: not-allowed;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

/*=====================================================
    Modification Dashboard Section End
=====================================================*/

/*=====================================================
    Add Clients Section Start
=====================================================*/

.form-group {
    margin-bottom: 15px;
}

.form-check-label {
    margin-bottom: 0;
    margin-left: 3px;
    font-weight: 500;
}

.form_body {
    padding: 25px;
}

.tipform-space {
    padding: 15px 20px 5px !important;
}

.formbx-header span {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    display: block;
    margin: 15px 0px 15px 0px;
    text-transform: uppercase;
}

.form-group .input-heading label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #000;
}


.input-heading {
    position: relative;
}

.form-group .input-heading label span {
    margin-left: 3px;
    color: red;
    font-weight: 600;
}

.input-form {
    height: auto;
    padding: 10px 15px 10px 12px;
    font-size: 14px;
    border-radius: 5px;
}

.h-fillcolor {
    background: #eaeaea;
    border: none;
}


.data_table label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}

.benefits-sec {
    margin-top: 15px;
}

.custom-file {
    width: auto;
}

.custom-file-label {
    border-radius: 50px;
    overflow: hidden;
    padding: 10px 15px 10px 12px;
    height: auto;
}

.custom-file-label::after {
    height: auto;
    padding: 10px 20px;
}

.file-right-align {
    text-align: right;
}

.buttons {
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    text-align: end;
}


.black {
    background: #1e2429;
}



.checkbox-heading span {
    margin: 10px 0px;
}




.btn-sec {
    border-top: 1px solid #f2f3f9;
    padding: 20px;
    text-align: right;
}


.save-btn {
    font-size: 16px;
    font-weight: 500;
    background: #0183fc;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    text-transform: capitalize;
    border: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.save-btn:hover {
    background: #026cd0;
    color: #fff;
}

.cancel-btn {
    background: #d00c0c;
    margin: 0px 5px;
}

.cancel-btn:hover {
    background: #bb0808;
    color: #fff;
}


.previous-btn {
    background: #324456;
}

.previous-btn:hover {
    background: #1d252d;
}


.radio-btn-js {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

/*.m-left-cntactinfo {
    margin-left: 25px;
}*/

.radio-sizeJs {
    width: 16px;
    height: 16px;
}


.fix-form-body {
    height: calc(100vh - 26vh);
    overflow-y: scroll;
}

.formbody-fix-scnd {
    height: calc(100vh - 40vh);
}


/*=====================================================
    Add Clients Section End
=====================================================*/


/*=====================================================
    Employees List Section Start
=====================================================*/

.edit-button {
    padding: 3px 6px;
    background: #0183fc;
    color: #fff;
    border-radius: 5px;
}

.trash-button {
    background: #e02332;
    margin-left: 5px;
}

.histry-button {
    background: #498a01;
    margin-right: 5px;
}

.edit-button:hover,
.trash-button:hover {
    color: #fff;
}

.data_table div.dataTables_wrapper div.dataTables_filter input {
    padding: 5px 15px;
    height: auto;
}


/*=====================================================
    Employees List Section End
=====================================================*/


/*=====================================================
    Fedral Withholding Setup Portal Start
=====================================================*/

.content-box ul li {
    display: inline-block;
}

.content-box ul li span {
    display: block;
    margin-bottom: 15px;
}


.f-heading-bx1 {
    font-weight: 600;
    width: 19%;
}


.f-heading-bx2 {
    width: 2%;
    text-align: center;
}

.f-heading-bx3 {
    width: 78%;
    vertical-align: text-top;
}


.width-form {
    width: 22%;
    margin: 6px;
}

/*=====================================================
    Fedral Withholding Setup Portal End
=====================================================*/



/*=====================================================
    Pre Tax and Post Tax Radio Button Start
=====================================================*/

.rdo-btn-size {
    width: 16px;
    height: 16px;
    margin-top: 4px;
}

/*=====================================================
    Pre Tax and Post Tax Radio Button End
=====================================================*/


/*=====================================================
    Popup Form Section Start
=====================================================*/

.form-check .tax-text {
    font-size: 16px;
    font-weight: 600;
}

/*=====================================================
    Popup Form Section End
=====================================================*/

/*=====================================================
    Employee Leave Section Start
=====================================================*/

.leave-sec {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5px;
}

.leave-cards {
    display: inline-block;
    width: 19%;
}

.leave-bx {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.trash-js-btn {
    padding: 6px 10px;
    display: inline-block;
    margin: 0px !important;
}

.leave-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    width: 33%;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

/*=====================================================
    Employee Leave Section End
=====================================================*/


/*=====================================================
    Modal Popup Modification Changes Section Start
=====================================================*/

.modal-content {
    border: none;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.modal-body {
    padding: 1.5rem;
}

.modal-header {
    align-items: center;
    background: #324456;
    padding: 10px 15px;
}

.modal-header .close {
    padding: 0px;
    margin: 0px;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 50px;
    font-size: 35px;
    font-weight: 500;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.modal-header .close:hover {
    opacity: 1 !important;
}

button.save-btn {
    outline: none;
    padding: 8px 15px;
}

.b-heading {
    font-size: 15px !important;
    font-weight: 700 !important;
}

.pop-plus-btn {
    display: inline-block;
    margin-top: -5px;
}

.popup-bx .modal-dialog-centered {
    display: block !important;
}

.scroll-popup {
    height: 190px;
    overflow-y: scroll;
}

.depenflex {
    display: flex;
}

/*=====================================================
    Modal Popup Modification Changes Section End
=====================================================*/


/*=====================================================
    Payroll Section Start
=====================================================*/

.pay-head h1 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 8px;
}

.pay-head span {
    display: block;
    margin-bottom: 8px;
}

td.earng-text {
    color: #035caf;
}

td.deduct-text {
    color: #d00c0c;
}

.t-foot span {
    font-weight: 700;
}


a.pay-item-btn {
    padding: 8px 15px;
    margin-right: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
}

.addition-btn {
    background: #bb0808;
}

.overtime-btn {
    background: #DB63BC;
    color: #fff;
}

.deduction-btn {
    background: #f36349;
}

.p-tab-btn {
    padding: 0px;
    margin: 0px 0px 15px;
}

.p-tab-btn a.active {
    background: #0183fc;
}


.payroll-invoice {
    overflow-x: scroll;
}


/*=====================================================
    Payroll Section End
=====================================================*/


/*=====================================================
    HR Setup Section Start
=====================================================*/

.leave-srch:hover .search-btn {
    background: #0056b3;
}

.search-btn {
    width: 42px;
    height: 42px;
    background: #0183fc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.a-name {
    color: #212c38;
}

.a-check {
    color: #28a851;
}

.a-close {
    color: red;
}

.a-name:hover,
.a-check:hover,
.a-close:hover {
    color: #0056b3;
}


/*=====================================================
    HR Setup Section End
=====================================================*/

.p-btn {
    width: 30px;
    height: 30px;
    background: #007bff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 3px solid #fff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

/*=====================================================
    Tax Setup Section Start
=====================================================*/

.fdral-content span {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}

.fdral-content p {
    font-size: 16px;
    font-weight: 400;
    color: #383838;
    margin-bottom: 8px;
}

.fdral-content a {
    display: inline-block;
}


.fdral-bg {
    background: #f0f0f0;
}


.eic-info-box ul li {
    position: relative;
}

.eic-info-box ul li p {
    padding-left: 25px;
}

.eic-info-box ul li:last-child p {
    margin-bottom: 0px;
}

.eic-info-box ul li .eic-info {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
    color: #0183fc;
}

.f-status-box {
    display: flex;
    justify-content: space-between;
}

.f-box {
    background: #f2f2f2;
    padding: 15px;
    width: 32%;
    border: 1px solid #ddd;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
}

/*=====================================================
    Tax Setup Section End
=====================================================*/


/*=====================================================
    Modified Sidebar Section Start
=====================================================*/

.btn-dropdown>ul>li>a {
    display: inline-block;
    padding: 0px 5px;
    line-height: 0;
    color: #0183fc;
    border-radius: 2px;
    font-size: 30px;
    position: absolute;
    top: -5px;
    right: 10%;
    transition: all 0.3s ease-in-out;
}

.btn-dropdown>ul>li>a:hover {
    color: #026cd0;
}

.btn-dropdown>ul>li,
.btn-dropdown>ul>li>ul>.sub-dropdown2 {
    position: relative;
}

.btn-dropdown>ul>li>ul {
    display: none;
    position: absolute;
    background: #324456;
    top: 35px;
    right: 0px;
    padding: 0px;
    text-align: left;
    z-index: 9;
}

.btn-dropdown>ul>li>ul>li>a {
    display: flex;
    align-items: center;
    padding: 8px 8px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #afafaf;
}

.btn-dropdown>ul>li>ul>li>ul {
    display: none;
    position: absolute;
    background: #324456;
    top: -100%;
    left: 100%;
    padding: 0px;
    text-align: left;
    z-index: 9;
}

.btn-dropdown>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 7px 8px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #afafaf;
}

.btn-dropdown>ul>li>ul>li>a:hover,
.btn-dropdown>ul>li>ul>li>ul>li>a:hover {
    background: #0183fc;
}

.btn-dropdown>ul>li>ul>li>a.active {
    background: #0183fc;
}

/*=====================================================
    Modified Sidebar Section End
=====================================================*/


/*=====================================================
    Step By Step Section End
=====================================================*/
.progressbar {
    counter-reset: step;
}

.progressbar li {
    list-style: none;
    display: inline-block;
    width: 24.33%;
    position: relative;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    color: #414141;
    transition: all 0.2s ease-in-out;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    height: 50px;
    line-height: 30px;
    border: 5px solid #ddd;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #ddd;
    position: sticky;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #ddd;
    top: 23px;
    left: -50%;
    transition: all 0.2s ease-in-out;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #0183fc;
    font-weight: 600;
    z-index: 9;
}

.progressbar li.active:before {
    border: 2px solid #0183fc;
    background: #0183fc;
    color: #fff;
}

.progressbar li.active:after {
    /*background-color: #0183fc;*/
    background-color: #0183fc;
    height: 5px;
}

/*=====================================================
    Step By Step Section End
=====================================================*/


/*=====================================================
    Employee Dashboard Section Start
=====================================================*/

.employeetab {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    text-align: right;
}

button.tablinks {
    background: #0183fc;
    outline: none;
    border: none;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

button.tablinks:hover,
button.tablinks.active {
    background: #006ed4;
}


.empdash-height {
    height: 100%;
}

/*.empdash-height {
    height: calc(100% - 16%);
}
    */


.checkbox-scrolable {
    height: 215px;
    overflow-y: scroll;
}



/*=====================================================
    Employee Dashboard Section End
=====================================================*/


/*=====================================================
    Profile Page Section Start
=====================================================*/

.data_table .profile-backgroundbg {
    background: url(../../Img/contact-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 25px 25px;
}

.profile-sec {
    display: flex;
    align-items: center;
    position: relative;
}

.profile-imgbx {
    display: inline-block;
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
}


.profile-imgbx img {
    max-width: 200px;
}


.profile-content {
    margin-left: 25px;
}

.mn_profileimgbx {
    position: relative;
}


.upload-imgbx a {
    color: #fff;
    line-height: 0;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: #0183fc;
    padding: 12px;
    border-radius: 50px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.upload-imgbx a:hover {
    background: #0062bd;
}


.profile-content h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
}


.profile-content span {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
    display: inline-block;
}

.profile-content p {
    color: #fbb76b;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
}

.profile-editbtn em {
    font-size: 20px;
}

.personal-info li .emp-detailbx .prfle-dtls {
    width: 20%;
}

.profile-information ul>li {
    margin-bottom: 25px;
}


.profile-about h2 {
    font-size: 18px;
    font-weight: 600;
    color: #1e2429;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.profile-about p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #3e3e3e;
    line-height: 25px;
}

.edit-prfile a {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: #fff;
    color: #000;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    font-weight: 500;
}

.edit-prfile .active {
    background: #0183fc;
    color: #fff;
}


.edit-prfile a .edit-profilebtn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edit-prfile a:hover {
    background: #0183fc;
    color: #fff;
}


/*=====================================================
    Profile Page Section End
=====================================================*/



/*=====================================================
    Page Loader Section Start
=====================================================*/

body.loaded {
    overflow-y: auto;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
}

.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #111111c7;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
}

.overlay .overlayDoor:before {
    left: 0;
}

.overlay .overlayDoor:after {
    right: 0;
}

.overlay.loaded .overlayDoor:before {
    left: -50%;
}

.overlay.loaded .overlayDoor:after {
    right: -50%;
}

.overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}

.overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.overlay .overlayContent .skip {
    display: block;
    width: 130px;
    text-align: center;
    margin: 50px auto 0;
    cursor: pointer;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    padding: 12px 0;
    border: 2px solid #fff;
    border-radius: 3px;
    transition: 0.2s ease;
}

.overlay .overlayContent .skip:hover {
    background: #ddd;
    color: #444;
    border-color: #ddd;
}

.loader {
    width: 128px;
    height: 128px;
    border: 3px solid #fff;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .inner {
    width: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-radius: 50%;
    -webkit-animation: spinInner 1s linear infinite;
    animation: spinInner 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

/*=====================================================
    Page Loader Section Start
=====================================================*/



/*=====================================================
    Delete Popup Section Start
=====================================================*/

.swal2-styled.swal2-confirm {
    background-color: #d11a2a !important;
}

.swal2-title {
    color: #1e2934 !important;
    font-size: 1.375em !important;
}

.swal2-icon.swal2-warning {
    border-color: #d11a2a !important;
    color: #d11a2a !important;
}

.addemp-srch {
    width: 382px;
    border-radius: 50px;
    border: 1px solid #0183fc;
    padding: 10px 15px 10px 41px;
}

.add-srch-relative {
    position: relative;
}

.add-srch-relative>em {
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 20px;
    transform: translateY(-50%);
    color: #0183fc;
}


.smbt-PD {
    padding: 9px 20px;
}

/*=====================================================
    Delete Popup Section End
=====================================================*/

.date-picker-box {
    position: relative;
}

.date-picker-box span {
    position: absolute;
    top: 11px;
    right: 15px;
}


.btn-green {
    background: #28a745;
}

.btn-red {
    background: #ff0000;
}

.btn-red:hover {
    background: #ff0000 !important;
}

.btn-yellow {
    background: #cf9b01;
}

select.is-valid {
    background-position: right calc(0.375em + 1.1875rem) center !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fontcolor {
    color: #6B7280;
}


.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-22 {
    font-size: 22px;
}

.fs-27 {
    font-size: 27px;
}

.fs-30 {
    font-size: 30px !important;
}

.fw-500 {
    font-weight: 500;
}

.text-color-black {
    color: black;
}

.rdio-positionemp {
    position: absolute;
    left: -15px;
    width: 20px;
    height: 20px;
    margin-right: 0px;
}

.rdio-positionemp-inner {
    position: absolute;
    left: -6px;
    margin-top: 17px;
}

.payroll-btn {
    width: 90px;
    text-align: center;
    font-size: 13px;
}

.view-paystub-btn {
    width: 100%;
    max-width: 184px;
    font-size: 13px;
}

.dep-mar-radio {
    margin-left: 13px;
}

.cutofday-formbox {
    display: flex !important;
    align-items: center;
    gap: 15px;
}

.cutofday-formbox>input {
    width: 75px;
}

.login_bx {
    /*    background: url('../../Img/final-login-bg.png') no-repeat;*/
    margin: auto;
    background-position: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.lgn_dta {
    background: #fff;
    /*width: 31%;*/
    padding: 50px 30px;
    text-align: center;
    border-radius: 5px;
    box-shadow: rgb(99 99 99 / 15%) 0px 2px 8px 0px;
    margin: 15px;
}

.textColor {
    color: red;
}

.bdr-none {
    border: none;
    font-family: none;
}

.atndnce-btn-2 {
    width: 100%;
    padding: 9px 0px !important;
    margin: 0px !important;
}

.font-small {
    font-size: 15px;
    font-weight: 400;
}

.pay-table {
    border: 1px solid #7e7b7b !important;
    width: 60%;
    margin: 0px auto;
}

.data_table .pay-table.table tr td {
    border-bottom: 1px dashed #d4d1d1 !important;
    border-top: 1px dashed #d4d1d1 !important;
}

.step-title {
    padding: 0.78rem 0.5rem;
    background: #ebebeb;
    border-bottom: 1px solid #d0d0d0;
}

.w-80 {
    width: 80% !important;
}

.paystub-text {
    font-size: 16px;
    font-weight: 500;
}

.font-list {
    font-size: 15px;
    font-weight: 500;
}

.imp-icon {
    margin-right: 10px;
    color: #0183fc;
}

.progressbar li:before {
    height: 30px;
    width: 30px;
    margin-top: 9px;
}

.btn-sec {
    padding: 10px;
}

.formbody-fix-scnd {
    height: calc(100vh - 35vh);
}


.input-prepend label {
    font-size: 15px;
}

.pay-comment-box {
    width: 120px;
}

.pay-flexbox {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.lmrgn {
    margin-left: 15px;
}

@media (max-width: 576px) {
    .w-80 {
        width: 100% !important;
    }
}

.employeePaystub .pay-head span {
    display: block;
    margin-bottom: 0px;
}

/* For password eye icon */
.p-viewer {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #323f4b;
}

.show-eyes {
    right: 35px;
}

.empListQb {
    max-height: 235px;
    overflow-y: auto;
    overflow-x: hidden;
}

.preferencesList {
    border-bottom: 1px solid #ddd7d7;
    padding-bottom: 15px;
}

.excel_data {
    overflow-x: auto;
}

.excel_data table td {
    padding: 0;
}

.tblPayrollDetailsReport td,
.tblPayrollDetailsReport th {
    padding: 2px;
}

.green_text {
    color: green;
}

.tableExcelBordered td,
.tableExcelBordered th {
    border: 2px solid black;
}

.tableExcelBordered {
    border-collapse: collapse
}

.manualPayrollInput {
    width: 50px;
}

.bottom-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: white;
    width: 100%;
    z-index: 1;
}

.addEmployeeBtn {
    top: 45px !important;
    width: 148px !important;
}

.invalidInput:focus {
    outline: none !important;
    border: 1px solid red;
    box-shadow: 0 0 10px #719ECE;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.customEarningAdd em {
    font-size: 24px;
    color: #026cd0;
    vertical-align: bottom;
}

.table-inactive td {
    background-color: #ececec;
    color: #595959;
}

.fix-tbl-column {
    overflow-x: auto;
}

.fix-tbl-column::-webkit-scrollbar {
    height: 10px;
}

.fix-tbl-column table tbody tr td:first-child,
.fix-tbl-column table tbody tr th:first-child {
    position: sticky;
    left: 0;
    background-color: #324456;
}

.fix-tbl-column table tbody tr:nth-child(odd) td:first-child {
    background-color: #f2f2f2;
}

.fix-tbl-column table tbody tr:nth-child(even) td:first-child {
    background-color: white;
}

.admin_todo_box {
    overflow-y: scroll;
    height: 25vw;
    background-color: white;
}

.admin_todo_box a {
    cursor: pointer;
}


/*07-10-2023 Css Here Notification Menu Css Here*/
.notificationMenu .dropdown button {
    font-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007afd;
    color: #fff;
}

.notificationMenu .dropdown button::after {
    content: '';
    display: none;
}

.notificationMenu .dropdown .dropdown-menu {
    left: initial !important;
    right: -20px;
    top: 55px !important;
    transform: initial !important;
    padding: 0 !important;
    width: 260px;
}

.notificationMenu .dropdown .dropdown-menu::before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4679BD;
    position: absolute;
    top: -10px;
    right: 30px;
}

.notificationMenu ul {
    padding: 0px 5px;
}

.notificationMenu ul.profileList li {
    /*padding: 5px 10px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;*/
    border-bottom: 1px solid #ddd;
    padding: 5px 0px;
}

.notificationMenu ul.profileList li:last-child {
    border-bottom: none;
}

.notificationMenu ul.profileList li a {
    padding: 5px 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.notificationMenu ul.profileList li a:hover {
    background-color: #eee;
}




/*Error Message Css Here*/
.lgn_dta {
    background: #fff;
    padding: 50px 70px;
    text-align: center;
    border-radius: 5px;
    box-shadow: rgb(99 99 99 / 15%) 0px 2px 8px 0px;
    margin: 15px;
}

.errorMsg_Box .logo_bx a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.errorMsg_Box .logo_bx a img {
    height: auto;
    max-width: 170px;
    max-height: fit-content;
    margin: auto;
}


.errorMsg_Box .logo_bx h1 {
    font-size: 29px;
    font-weight: 600;
    color: #0183fc;
    margin: 30px 0px 10px;
}

.errorMsg_Box .logo_bx h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 21px;
    color: #324456;
}

.errorMsg_Box .logo_bx h4 {
    font-size: 18px;
    color: #324456;
}

.icon-button__badge {
    position: absolute;
    top: 22px;
    right: -10px;
    width: 25px;
    height: 25px;
    background: red;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}


.kotaAuth {
    text-align: center;
    color: #004b87;
    font-size: 1.4em;
}

.red-bold {
    color: darkred;
    font: bold
}

.text-challenge {
    width: 45px;
    text-align: center;
    margin-left: 11px;
}

.tdchallenge {
    width: 60px;
    text-align: center;
}

.text-serials {
    width: 56px;
    text-align: center;
    margin-left: 11px;
}


/*W2C Css Here*/
.cstmFormModalHeader {
    margin-top: 20px;
    background-color: #fefefe;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    gap: 5px;
}

.cstmFormModalHeader h2 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #000;
    margin: 0;
}

.CstmW2cCheckFormBox {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.swal-wide {
    width: 850px !important;
}

.bg-radius {
    border-radius: 0 0 30px 0;
}

body {
    background: #a3a3a324;
}

.border-dotted-top {
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
}

.cstmForms {
    background-color: #fff;
    padding: 20px 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.borderTopSec {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.p-zero {
    padding: 0px;
}

.modal-dialog-right {
    position: fixed;
    right: 0;
    margin: 0;
    height: 100%;
    width: 25%;
}

.modal-dialog-scrollable {
    max-height: 100%;
    overflow-y: auto;
}

a.disabled {
    pointer-events: none;
    cursor: not-allowed;
    background-color: gray;
}

.modal-drawer.right .modal-dialog {
    position: fixed;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    width: 60%;
    /* Adjust as needed */
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
}

.modal-drawer.right.show .modal-dialog {
    transform: translateX(0);
}

.modal-drawer .modal-content {
    height: 100%;
    overflow-y: auto;
    flex-direction: column;
    border-radius: 0;
}

.model-drawer .modal-body {
    flex: 1 1 auto;
    overflow: hidden;
    padding: 0;
    /* optional: removes padding for full iframe */
}

@media screen and (min-width: 1500px) {
    .model-drawer .modal-dialog .modal-content .modal-body .tab-content .data_table {
        height: 85vh !important;
    }
}

/* Default: table width 90% */
.data_table.admin_todo_box .tbl-bdy .table.table-striped.table-bordered.nowrap {
    width: 90% !important;
    margin: 0 auto;
    /* Center the table */
}

/* When screen width is 1500px or more: table width 100% */
@media screen and (min-width: 1200px) {
    .data_table.admin_todo_box .tbl-bdy .table.table-striped.table-bordered.nowrap {
        width: 100% !important;
    }
}

.lh-10 {
    line-height: 10px;
}

.manualPayrollCellElement {
    height: 32px;
    border-bottom: 1px solid #80808047;
    align-items: center;
    white-space: nowrap;
    gap: 6px;
}

/* ---------- Manual Payroll Start ---------- */
/* ---------- Main Row ---------- */
.mainRunMaunalPayroll {}

@media screen and (max-width: 1870px) {

    .mainRunMaunalPayroll td:nth-child(n+9),
    .mainRunMaunalPayroll th:nth-child(n+9) {
        display: none !important;
    }
}

@media screen and (max-width: 1710px) {

    .mainRunMaunalPayroll td:nth-child(n+8),
    .mainRunMaunalPayroll th:nth-child(n+8) {
        display: none !important;
    }
}

@media screen and (max-width: 1440px) {

    .mainRunMaunalPayroll td:nth-child(n+7),
    .mainRunMaunalPayroll th:nth-child(n+7) {
        display: none !important;
    }
}

@media screen and (max-width: 1320px) {

    .mainRunMaunalPayroll td:nth-child(n+6),
    .mainRunMaunalPayroll th:nth-child(n+6) {
        display: none !important;
    }
}

@media screen and (max-width: 1150px) {

    .mainRunMaunalPayroll td:nth-child(n+5),
    .mainRunMaunalPayroll th:nth-child(n+5) {
        display: none !important;
    }
}

/* ---------- Responsive Row ---------- */
.respRunMaunalPayroll {}

@media screen and (min-width: 1751px) {

    .respRunMaunalPayroll,
    .respRunMaunalPayrollTr {
        display: none !important;
    }
}

@media screen and (min-width: 1551px) and (max-width: 1750px) {
    .respRunMaunalPayroll>div:nth-child(-n+5) {
        display: none !important;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1550px) {
    .respRunMaunalPayroll>div:nth-child(-n+4) {
        display: none !important;
    }
}

@media screen and (min-width: 1231px) and (max-width: 1400px) {
    .respRunMaunalPayroll>div:nth-child(-n+3) {
        display: none !important;
    }
}

@media screen and (min-width: 881px) and (max-width: 1230px) {
    .respRunMaunalPayroll>div:nth-child(-n+2) {
        display: none !important;
    }
}

@media screen and (max-width: 880px) {
    .respRunMaunalPayroll>div:nth-child(-n+1) {
        display: none !important;
    }
}

/* ---------- Collapse Button ---------- */
@media screen and (min-width: 1900px) {

    .mainRunMaunalPayroll td:last-child,
    .mainRunMaunalPayroll th:last-child {
        display: none !important;
    }
}

@media screen and (max-width: 1890px) {

    .mainRunMaunalPayroll td:last-child,
    .mainRunMaunalPayroll th:last-child {
        display: table-cell !important;
    }
}

#manualpayroll-Table>tbody>tr:nth-child(4n + 1) {
    background-color: rgb(242 241 242) !important;
}

#manualpayroll-Table>tbody>tr:nth-child(4n + 3) {
    background-color: white !important;
}

/* ---------- Manual Payroll End ---------- */

/* ---------- Import Paystub Start ---------- */
.is-warning {
    border-color: #ffc107 !important;
}

.is-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, .25);
}

#getImportPaystubsYtd td {
    padding: 6px !important;
    vertical-align: start !important;
}

#getImportPaystubsYtd td p {
    margin-bottom: 0 !important;
}

#getImportPaystubsYtd table {
    margin: 1% !important;
    width: 98%;
}

.importPaystubCellElement {
    align-items: center;
    white-space: nowrap;
    gap: 6px;
}

/* ---------- Import Paystub End ---------- */

.link-decoration {
    color: #007bff !important;
    text-decoration: underline !important;
    white-space: nowrap !important;
    padding: 0 5px;
    cursor: pointer !important;
}



.price-card {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.price-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #333;
}

.price-new {
    font-size: 32px;
    font-weight: bold;
    color: #222;
}

.price-unit {
    font-size: 16px;
    color: #222;
}

.discount-text,
.text-small {
    font-size: 13px;
    color: #666;
}

.most-popular {
    color: #d30083;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.select-btn {
    margin-top: 15px;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
}

/*new Subscriptions plan design*/
.plan-card {
    transition: all 0.3s ease;
    border-radius: 10px;
}

.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Popular badge */
.popular-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #007bff;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

/* Feature list */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 15px;
    color: #555;
}

.feature-list i {
    color: #007bff;
    font-size: 16px;
}

/* Start Plan Button */
.start-plan-btn {
    background-color: #fff;
    color: #007bff;
    border: 2px solid #007bff;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.start-plan-btn:hover {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}


/* End Subscriptions plan design*/

.card {
    border: none;
    border-radius: 0.75rem;
    /* More rounded corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
}

.card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 1.25rem 1.5rem;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.card-body {
    padding: 1.5rem;
}

/* Plan card styling */
.plan-card {
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.plan-card.active {
    border-color: #007bff;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
}

.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.plan-card .card-title {
    font-weight: 600;
}

.plan-card .price {
    font-size: 2rem;
    font-weight: 700;
}

.plan-card .price-period {
    font-size: 0.9rem;
    color: #6c757d;
}

.list-group-item {
    border: none;
    padding-left: 0;
}

.list-group-item i {
    color: #28a745;
    /* Green checkmark */
    margin-right: 0.5rem;
}

/* Custom button styling */
.btn {
    border-radius: 0.375rem;
    font-weight: 500;
    padding: 0.6rem 1.2rem;
}

/* Modal styling */
.modal-content {
    border-radius: 0.75rem;
    border: none;
}

.modal-header {
    border-bottom: none;
    padding: 1.5rem 1.5rem 0.5rem;
}

.modal-title {
    font-weight: 600;
}

.modal-body {
    padding: 1rem 1.5rem;
}

.modal-footer {
    border-top: none;
    padding: 0.5rem 1.5rem 1.5rem;
}

.form-control {
    border-radius: 0.375rem;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    border-color: #007bff;
}

.form-box {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.section-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 12px;
}

.payment-card {
    border: 1px solid #e6e9ee;
    border-radius: 8px;
    padding: 12px;
}

.small-muted {
    color: #6c757d;
    font-size: 0.9rem;
}

.disclaimer {
    background: #fff3cd;
    border-left: 4px solid #ffe08a;
    padding: 12px;
    border-radius: 4px;
}

label.required:after {
    content: " *";
    color: #d9534f;
}

.logo-row img {
    height: 28px;
    margin-right: 8px;
}

/* --- Additional UI Component Styles --- */
.profile-flex {
    display: flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 12px;
    text-decoration: none !important;
}

.profile-img-new {
    width: 38px;
    height: 38px;
    margin-right: 12px;
}

.profile-icon-circle {
    width: 100%;
    height: 100%;
    border-radius: 50% !important;
    object-fit: cover;
}

.user-name-bold {
    color: #111827 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    display: block;
}

.designation-cntent-small {
    color: #6b7280 !important;
    font-size: 11px !important;
    display: block;
}

.small-chevron {
    font-size: 12px !important;
    color: #9ca3af !important;
}

.theme-toggle-li {
    list-style: none;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.theme-switch-wrapper {
    display: flex;
    align-items: center;
    background: #f3f4f6;
    padding: 4px 10px;
    border-radius: 20px;
    gap: 8px;
}

.theme-switch-wrapper em {
    font-size: 14px;
    color: #9ca3af;
}

.theme-switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
    margin-bottom: 0 !important;
}

.theme-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d1d5db;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #0183fc;
}

input:checked+.slider:before {
    transform: translateX(16px);
}

/* --- End Additional UI Styles --- */

/* --- Expanded Side Menu UI Overhaul --- */
.admn_lft > ul > .admn_btn > ul {
    display: none;
    margin: 10px 16px 12px 42px !important;
    padding-left: 20px !important;
    border-left: 0.5px solid black !important;
    list-style: none !important;
}

.admn_lft>ul>.admn_btn>ul>li {
    position: relative;
    padding: 4px 0 !important;
}

    .admn_lft > ul > .admn_btn > ul > li > a {
        display: block;
        padding: 0 !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        color: #252525 !important;
        background: transparent !important;
        transition: all 0.2s ease !important;
        text-decoration: none !important;
    }

.admn_lft>ul>.admn_btn>ul>li>a:hover {
    color: #0284c7 !important;
}

/* Parent Link Expanded State */
.admn_lft>ul>.admn_btn>a[aria-expanded="true"] {
    color: #0284c7 !important;
    font-weight: 600 !important;
    background: transparent !important;
}

.admn_lft>ul>.admn_btn>a[aria-expanded="true"] em {
    color: #0284c7 !important;
}

/* Chevron Rotation for Expanded State */
.admn_lft>ul>li>.has-arrow[aria-expanded="true"]::after {
    border-color: #0284c7 !important;
    transform: rotate(45deg) translateY(-50%) !important;
    top: 50% !important;
}

/* Hide Default Submenu Arrow */
.admn_lft>ul>.admn_btn>ul>li>a>.submenu-arrow {
    display: none !important;
}

/* --- Corrections for JS-based Expansion --- */
.admn_lft>ul>.admn_btn>a.active:not(.active-dashboard) {
    color: #0284c7 !important;
    font-weight: 600 !important;
    background: transparent !important;
}

.admn_lft>ul>.admn_btn>a.active:not(.active-dashboard) em {
    color: #0284c7 !important;
}

.admn_lft>ul>.admn_btn>ul.in {
    display: block !important;
}

/* Ensure the arrow rotates correctly when active */
.admn_lft>ul>li>.has-arrow.active::after {
    border-color: #0284c7 !important;
    transform: rotate(45deg) translateY(-50%) !important;
    top: 50% !important;
}

/* Ensure active sub-item also turns blue */
.admn_lft>ul>.admn_btn>ul>li>a.active {
    color: #0284c7 !important;
    font-weight: 400 !important;
}

/* --- Dark Theme Overrides --- */
[data-theme='dark'] {
    --bg-dark: #111827;
    --sidebar-dark: #111827;
    --card-dark: #1f2937;
    --text-primary: #f9fafb;
    --text-secondary: #9ca3af;
    --border-dark: #374151;
}

[data-theme='dark'] body {
    background-color: var(--bg-dark) !important;
    color: var(--text-primary) !important;
}

[data-theme='dark'] .admn_lft {
    background: var(--sidebar-dark) !important;
    border-right-color: var(--border-dark) !important;
}

[data-theme='dark'] .headr {
    background: var(--sidebar-dark) !important;
    border-bottom-color: var(--border-dark) !important;
}

[data-theme='dark'] .admn_lft>ul>.admn_btn>a {
    color: var(--text-secondary) !important;
}

[data-theme='dark'] .admn_lft>ul>.admn_btn>a:hover {
    background: #1f2937 !important;
    color: #ffffff !important;
}

[data-theme='dark'] .active-dashboard {
    background: linear-gradient(90deg, rgba(2, 132, 199, 0.2) 0%, rgba(2, 132, 199, 0) 100%) !important;
    color: #38bdf8 !important;
    border-color: rgba(56, 189, 248, 0.2) !important;
    font-weight: 600 !important;
}

[data-theme='dark'] .user-name-bold {
    color: #ffffff !important;
}

[data-theme='dark'] .designation-cntent-small,
[data-theme='dark'] .admn_lft>ul>.menu_title>span {
    color: var(--text-secondary) !important;
}

[data-theme='dark'] .admn_rght {
    background-color: var(--bg-dark) !important;
}

[data-theme='dark'] .theme-switch-wrapper {
    background: #1f2937 !important;
}

[data-theme='dark'] .theme-switch-wrapper em {
    color: #6b7280;
}

[data-theme='dark'] .theme-switch-wrapper em.fa-moon-o {
    color: #38bdf8;
}

[data-theme='dark'] .admn_lft>ul>.admn_btn>ul {
    border-left-color: var(--border-dark) !important;
}

[data-theme='dark'] .admn_lft>ul>.admn_btn>ul>li>a {
    color: var(--text-secondary) !important;
}

[data-theme='dark'] .admn_lft>ul>.admn_btn>ul>li>a:hover,
[data-theme='dark'] .admn_lft>ul>.admn_btn>ul>li>a.active {
    color: #38bdf8 !important;
}

/* Adjustments for existing elements in dark mode */
[data-theme='dark'] .card_bx,
[data-theme='dark'] .data_table,
[data-theme='dark'] .chart_bx,
[data-theme='dark'] .animate-load-box,
[data-theme='dark'] .chart,
[data-theme='dark'] .aprvl_bx {
    background: var(--card-dark) !important;
    border-color: var(--border-dark) !important;
    color: var(--text-primary) !important;
}

[data-theme='dark'] .frm_hdr span,
[data-theme='dark'] .admn_dbsrvc h1 {
    color: #ffffff !important;
}

[data-theme='dark'] .profle-cntent span {
    color: #ffffff !important;
}

[data-theme='dark'] .admn_lft>ul>li>.has-arrow::after {
    border-color: var(--text-secondary) !important;
}

[data-theme='dark'] .admn_lft>ul>li>.has-arrow[aria-expanded="true"]::after,
[data-theme='dark'] .admn_lft>ul>li>.has-arrow.active::after {
    border-color: #38bdf8 !important;
}

/* --- Dashboard UI Redesign --- */
.dashboard-new {
    padding: 24px;
}

.welcome-banner {
    background: linear-gradient(90deg, #1d6bc1 0%, #66abe9 50%, #095083 100%);
    border-radius: 20px;
    padding: 35px 45px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.welcome-banner h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.welcome-banner p {
    opacity: 0.9;
    font-size: 15px;
}

.upgrade-btn {
    background: linear-gradient(180deg, #ffffff 0%, #b0deff 100%);
    border: 0px solid rgba(255, 255, 255, 0.3);
    color: black;
    padding: 12px 28px;
    border-radius: 12px;
    font-weight: 400;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.upgrade-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.stat-card {
    background: white;
    border-radius: 20px;
    padding: 22px;
    border: 1px solid #f1f5f9;
    height: 100%;
}

    .stat-card:hover {
        box-shadow: 0 0 10px grey;
    }

.stat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.stat-header span {
    color: #64748b;
    font-size: 15px;
    font-weight: 600;
}

.icon-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.stat-card h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.stat-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trend {
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
}

.trend.up {
    background: #dcfce7;
    color: #15803d;
}

.trend.down {
    background: #fee2e2;
    color: #b91c1c;
}

.trend-text {
    color: #94a3b8;
    font-size: 13px;
}

/* Pie Chart Cards */
.chart-card {
    background: white;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid #f1f5f9;
    height: 100%;
}

    .chart-card:hover {
        box-shadow: 0 0 10px grey;
    }

.chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.dropdown-flex {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f8fafc;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 13px;
    color: #64748b;
    border: 1px solid #f1f5f9;
}

.chart-card h5 {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
    margin-bottom: 5px;
}

.chart-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
}

.donut-container {
    position: relative;
    margin: 0 auto;
}

.donut-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.donut-center .amount {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #1e293b;
}

.donut-center .percent {
    font-size: 12px;
    color: #94a3b8;
}

/* Main Cards */
.content-card {
    background: white;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid #f1f5f9;
}

.card-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.card-header-flex h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

/* Todo List Styling */
.todo-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #f1f5f9;
    cursor: pointer;
    transition: all 0.2s ease;
}

.todo-item:last-child {
    border-bottom: none;
}

.todo-content h6 {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 4px;
}

.todo-content p {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
}

.todo-item em {
    color: #cbd5e1;
    font-size: 14px;
}

.todo-item:hover em {
    color: #3b82f6;
    transform: translateX(4px);
}

/* Map Placeholder */
.map-wrapper {
    background: #f1f5f9;
    border-radius: 12px;
    height: 350px;
    overflow: hidden;
}

.map-bg {
    width: 100%;
    height: 100%;
}

.stat-header span {
    color: black;
    font-size: 14px;
    font-weight: 400;
}

.icon-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 0.73px solid black;
    color: black;
}

.stat-card h2 {
    font-size: 30px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 12px;
}

.stat-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trend {
    padding: 2px 5px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
}

.trend.up {
    background: #4FD772;
    color: white;
    font-weight: 400;
}

.trend.down {
    background: #FB4E5A;
    color: white;
    font-weight: 400;
}

.trend-text {
    color: #94a3b8;
    font-size: 13px;
}

/* Pie Chart Cards */
.chart-card {
    background: white;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid #f1f5f9;
    height: 100%;
}

.chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.dropdown-flex {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f8fafc;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 13px;
    color: #64748b;
    border: 1px solid #f1f5f9;
}

.chart-card h5 {
    font-size: 14px;
    color: black;
    font-weight: 500;
    margin-bottom: 5px;
}

.chart-card h3 {
    font-size: 28px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
}

.donut-container {
    position: relative;
    margin: 0 auto;
}

.donut-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.donut-center .amount {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #1e293b;
}

.donut-center .percent {
    font-size: 12px;
    color: #94a3b8;
}

.dashboard-new .col-md-6, .dashboard-new .col-xl-6, .dashboard-new .col-lg-6 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
/* Main Cards */
.content-card {
    background: white;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid #f1f5f9;
}

.card-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.card-header-flex h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

/* Todo List Styling */
.todo-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #f1f5f9;
    cursor: pointer;
    transition: all 0.2s ease;
}

.todo-item:last-child {
    border-bottom: none;
}

.todo-content h6 {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 4px;
}

.todo-content p {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
}

.todo-item em {
    color: #cbd5e1;
    font-size: 14px;
}

.todo-item:hover em {
    color: #3b82f6;
    transform: translateX(4px);
}

/* Map Placeholder */
.map-wrapper {
    background: #f1f5f9;
    border-radius: 12px;
    height: 350px;
    overflow: hidden;
}

.map-bg {
    width: 100%;
    height: 100%;
    background: url("https://images.unsplash.com/photo-1526778548025-fa2f459cd5ce?auto=format&fit=crop&q=80&w=1000") center/cover;
    opacity: 0.6;
}

.filter-tag {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Dark Mode Adjustments */
[data-theme='dark'] .stat-card,
[data-theme='dark'] .chart-card,
[data-theme='dark'] .content-card {
    background: #1f2937 !important;
    border-color: #374151 !important;
}

[data-theme='dark'] .stat-header span,
[data-theme='dark'] .chart-card h5,
[data-theme='dark'] .card-header-flex h5,
[data-theme='dark'] .todo-content h6,
[data-theme='dark'] .stat-card h2,
[data-theme='dark'] .chart-card h3 {
    color: #f9fafb !important;
}

[data-theme='dark'] .icon-circle {
    background: #374151;
    color: #94a3b8;
}

[data-theme='dark'] .dropdown-flex,
[data-theme='dark'] .filter-tag {
    background: #111827;
    border-color: #374151;
    color: #94a3b8;
}

[data-theme='dark'] .todo-item {
    border-bottom-color: #374151;
}

[data-theme='dark'] .donut-center .amount {
    color: white;
}

.trend-header-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #1e293b;
    font-size: 18px;
}

[data-theme='dark'] .trend-header-icon {
    border-color: #374151;
    color: #f9fafb;
}

.salary-graph-card {
    height: auto !important;
    min-height: 200px !important;
}

.premium-dropdown {
    background: #f1f5f9;
    border: none;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

[data-theme='dark'] .premium-dropdown {
    background: #111827;
    color: #9ca3af;
}

.trend-header-icon {
    border: none;
    background: #f8fafc;
    color: #475569;
}

[data-theme='dark'] .trend-header-icon {
    background: #374151;
    color: #cbd5e1;
}

.map-card {
    margin-top: 2rem !important;
}

#chartjs-tooltip {
    transition: all 0.1s ease;
    transform: translate(-50%, -30%);
}

#chartjs-tooltip .tooltip-content {
    background: white;
    color: #000;
    padding: 6px 12px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

#adminTodo {
    max-height: 680px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
}

.auto-tax-item {
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, rgba(199, 232, 255, 0) 0%, #C7E8FF 100%);
    border: 1px solid #C7E8FF;
    box-shadow: 0px 1px 4px 0px #0000002E;
    border-radius: 8px;
    margin: 0 10px 0 20px;
    padding: 12px;
}

    .auto-tax-item span {
        color: #1577BD;
        padding-left: 5px;
        font-size: 14px;
    }

[data-theme='dark'] .auto-tax-item {
    background: linear-gradient(180deg, rgba(255, 205, 90, 0) 0%, rgba(255, 225, 155, 0.25) 100%);
    border: 1px solid #FFE19B
}

    [data-theme='dark'] .auto-tax-item span {
        color: #FFE19B;
    }

    [data-theme='dark'] .auto-tax-item img {
        filter: brightness(0) saturate(100%) invert(97%) sepia(46%) saturate(1346%) hue-rotate(308deg) brightness(107%) contrast(104%);
    }
    /* --- Auto Tax Status Toggle --- */
    .status-toggle-container {
        display: flex;
        align-items: center;
        margin-top: 4px;
        margin-left: 3px;
        margin-left: auto;
    }

.status-toggle {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 20px;
}

.status-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.status-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FB4E5A;
    transition: .4s;
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 7px;
}

.status-slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.status-slider .toggle-text {
    color: white;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    user-select: none;
}

input:checked + .status-slider {
    background-color: #4FD772;
    justify-content: flex-start;
}

input:checked + .status-slider:before {
    transform: translateX(27px);
}
/*=====================================================
    Modern E-Filings Dashboard Styles
=====================================================*/
:root {
    --ef-bg: #F8F9FA;
    --ef-white: #FFFFFF;
    --ef-text-main: #1A1D1F;
    --ef-text-sub: #6F767E;
    --ef-primary: #007bff;
    --ef-purple: #8E59FF;
    --ef-purple-light: #F3EFFF;
    --ef-orange: #FF9F2D;
    --ef-orange-light: #FFF6EC;
    --ef-red: #FF5252;
    --ef-red-light: #FFEDED;
    --ef-green: #27AE60;
    --ef-green-light: #E9F7EF;
    --ef-gray: #6F767E;
    --ef-gray-light: #F4F4F4;
    --ef-border: #EFEFEF;
    --ef-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.ef-dashboard-wrapper {
    padding: 24px;
    background-color: var(--ef-bg);
    min-height: 100vh;
}

.ef-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ef-main-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--ef-text-main);
    margin: 0;
}

/* Tabs */
.ef-tabs-nav {
    display: flex;
    gap: 12px;
}

.ef-tab-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px 8px 0 0;
    background: var(--ef-gray-light);
    color: var(--ef-text-sub);
    font-weight: 500;
    text-decoration: none !important;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.ef-tab-item.active {
    background: var(--ef-white);
    color: var(--ef-primary);
    box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
}

.ef-tab-item:hover {
    background: #eaebef;
    color: var(--ef-text-main);
}

/* Main Content Card */
.ef-main-card {
    background: var(--ef-white);
    border-radius: 0 16px 16px 16px;
    padding: 32px;
    box-shadow: var(--ef-shadow);
}

/* Welcome Banner */
.ef-welcome-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F4FBFF 100%);
    border: 1px solid #D9D9D9;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 10px;
    padding: 24px 24px 24px 32px;
}

.ef-welcome-text h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.ef-welcome-text p {
    color: var(--ef-text-sub);
    font-size: 16px;
    margin: 0;
}

.ef-welcome-text .highlight-red {
    color: var(--ef-red);
    font-weight: 700;
}

.ef-status-cards {
    display: flex;
    gap: 16px;
}

.ef-status-card {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 12px;
    min-width: 200px;
    position: relative;
    border: 1px solid transparent;
}

.ef-status-card-purple {
    border: 1px solid #8A38F540;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5EEFF 100%);
    box-shadow: 0px -4px 0px 0px #8A38F5;
}

.ef-status-card-orange {
    border: 1px solid #FF8D1B40;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF6ED 100%);
    box-shadow: 0px -4px 0px 0px #FF8D1B;
}
.ef-status-card-red {
    border: 1px solid #FB4E5A40;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFECED 100%);
    box-shadow: 0px -4px 0px 0px #FB4E5A;
}

.ef-status-val {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
}

.ef-status-label {
    font-size: 14px;
    color: var(--ef-text-main);
    font-weight: 400;
}

.ef-card-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

/* Main Grid */
.ef-content-grid {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 32px;
}

.ef-sidebar-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ef-empty-container {
    height: 300px;
    border: 1px solid var(--ef-border);
    border-radius: 12px;
    padding: 20px;
}

.ef-empty-container h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--ef-text-main);
    margin-bottom: 16px;
}

/* Filter Section */
.ef-filter-section {
    margin-bottom: 24px;
}

.ef-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-end;
    margin-bottom: 24px;
}

.ef-filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ef-filter-group label {
    font-size: 13px;
    font-weight: 600;
    color: var(--ef-text-main);
}

.ef-select-custom {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid var(--ef-border);
    min-width: 140px;
    background: var(--ef-white);
    font-size: 14px;
    color: var(--ef-text-main);
}

.ef-btn-search {
    padding: 8px 24px;
    border-radius: 8px;
    background: #007bff;
    color: white;
    border: none;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.ef-btn-success {
    padding: 8px 24px;
    border-radius: 8px;
    background: #019628;
    color: white;
    border: none;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

.ef-search-wrapper {
    position: relative;
    margin-left: auto;
}

.ef-search-input {
    padding: 10px 12px 10px 40px;
    border-radius: 8px;
    border: 1px solid var(--ef-border);
    width: 280px;
    font-size: 14px;
}

.ef-search-icon {
    position: absolute;
    left: 14px;
    top: 43%;
    transform: translateY(-50%);
    color: var(--ef-text-sub);
}

/* Table Styling */

.ef-table-modern {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.ef-table-modern thead tr {
    background: #EAECF0;
}

.ef-table-modern th {
    padding: 12px 24px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ef-text-main);
    text-align: left;
    border: none;
}

.ef-table-modern th:first-child { border-radius: 8px 0 0 0; }
.ef-table-modern th:last-child { border-radius: 0 8px 0 0; }

.ef-table-modern td {
    padding: 15px 24px;
    background: var(--ef-white);
    border-bottom: 1px solid var(--ef-border);
    vertical-align: middle;
    font-size: 14px;
    color: var(--ef-text-main);
}

/* Status Badges */
.ef-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.ef-status-dots { width: 8px; height: 8px; border-radius: 50%; }

.badge-filed { background: var(--ef-green-light); color: var(--ef-green); }
.badge-filed .ef-status-dots { background: var(--ef-green); }

.badge-review { background: var(--ef-orange-light); color: var(--ef-orange); }
.badge-review .ef-status-dots { background: var(--ef-orange); }

.badge-attention { background: var(--ef-red-light); color: var(--ef-red); }
.badge-attention .ef-status-dots { background: var(--ef-red); }

.badge-notprep { background: #f2f4f7; color: #667085; }
.badge-notprep .ef-status-dots { background: #667085; }

.badge-progress {
    background: #D6EEFF;
    color: #1577BD;
}
    .badge-progress .ef-status-dots {
        background: #1577BD;
    }

.badge-submitting { color: var(--ef-primary); border: 1px solid transparent; background: transparent; padding-left: 0; }

.ef-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(0, 123, 255, 0.2);
    border-top-color: var(--ef-primary);
    border-radius: 50%;
    animation: ef-spin 1s linear infinite;
}

@keyframes ef-spin {
    to { transform: rotate(360deg); }
}
.ef-empty-container {
    height: 380px !important;
    display: flex;
    flex-direction: column;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.ef-empty-container h4 {
    margin-bottom: 24px;
}
.ef-chart-wrapper {
    flex: 1;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ef-main-content {
    border: 1px solid #D9D9D9;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 12px;
    padding: 21px 12px 12px 12px;
}

.ef-border-bottom {
    border: 0;
    border-top: 1px solid var(--ef-border);
    padding-top: 1rem;
}
/* Modern Chart Style */
.ef-chart-container-modern {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
}

.ef-chart-canvas-wrapper {
    position: relative;
    width: 130px;
    height: 130px;
    flex-shrink: 0;
}

.ef-chart-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
    width: 100%;
}

.ef-chart-center-text span {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    line-height: 1;
}

.ef-chart-center-text label {
    font-size: 13px;
    color: #6B7280;
    margin: 0;
    font-weight: 400;
}

.ef-chart-legend-modern {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #4B5563;
    cursor: pointer;
    transition: all 0.2s;
    padding: 2px 0;
}

.legend-item:hover {
    color: #111827;
}

.legend-item .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.legend-item .dot.red { background-color: #F97066; }
.legend-item .dot.grey { background-color: #D1D5DB; }
.legend-item .dot.orange { background-color: #FDB022; }
.legend-item .dot.blue { background-color: #2E90FA; }
.legend-item .dot.green { background-color: #32D583; }

.legend-item .label {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.legend-item .count {
    font-weight: 600;
    color: #111827;
    margin-left: 4px;
}

/* Selected status card style */
.ef-status-card.active-filter {
    transform: translateY(-3px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ef-status-card-purple.active-filter {
    box-shadow: 0 10px 20px -5px rgba(138, 56, 245, 0.4) !important;
}

.ef-status-card-orange.active-filter {
    box-shadow: 0 10px 20px -5px rgba(255, 141, 27, 0.4) !important;
}

.ef-status-card-red.active-filter {
    box-shadow: 0 10px 20px -5px rgba(251, 78, 90, 0.4) !important;
}

/* Table Row Hover Effect */
.ef-table-modern tbody tr:hover td {
    background-color: #FFF8E8 !important;
    transition: background-color 0.2s ease;
}
