/*@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
    --sidebar-width: 280px;
    --sidebar-bg: #2D332F;
    --sidebar-color: linear-gradient(135deg, #7d4fff, #9e5bff);
    --sidebar-active-bg: #5A48E0;
    --sidebar-hover-bg: #5A48E0;
    --table-text-color: #7F7F7F;
}


body {
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden;
    margin: 0;*/
/*    background: #F5F6FA;*/
    /*background: #f8f9fa; font-size:14px;
}

td{
    font-size:14px !important;
}


.sidebar-brand {
    padding: 0 20px 20px;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

    .sidebar-brand img {
        max-width: 100%;
        height: auto;
    }

.sidebar-menu {
    list-style: none;
    padding: 0 10px;
    margin: 0px auto 0 auto;
}

    .sidebar-menu li {
        width: 200px;
        position: relative;
        margin-bottom: 1px;
    }

    .sidebar-menu a {
        position: relative;
        display: flex;
        align-items: center;
        padding: 12px 15px;
        color: var(--sidebar-color);
        text-decoration: none;
        border-radius: 100px;
        transition: all 0.30s;
    }

        .sidebar-menu a:hover {
            background: linear-gradient(135deg, #7d4fff, #9e5bff);
        }

        .sidebar-menu a.active {
            background: linear-gradient(135deg, #7d4fff, #9e5bff);
        }

        .sidebar-menu a i {
            margin-right: 20px;
            font-size: 1.2rem;
        }

.sidebar-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 15px 20px;
}

.main-content h1 {
    font-size: 24px;
    margin: -4px 0 0 0;
    padding: 0;
}

.topButtons {
    margin-top: 18px;
}

.dashboard-card {
    border-radius: 16px;
    padding: 33px 10px;
    text-align: center;
    height: 190px;
}

.icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.card-individuals {
    background-color: #f1ebff;
    color: #000000;
}

.card-companies {
    background-color: #e9fff2;
    color: #000000;
}

.card-partnerships {
    background-color: #e8efff;
    color: #000000;
}

.card-soletraders {
    background-color: #ffecec;
    color: #000000;
}

.card-trustestates {
    background-color: #fbefff;
    color: #000000;
}

.card-societies {
    background-color: #fff7d9;
    color: #000000;
}

.text {
    font-size: 16px;
    font-weight: 500
}

.colorsButton h4 {
    font-size: 30px;
    padding: 4px 0 4px 0;
    font-weight: 700;
}

.calendar {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

    .calendar .btn {
        font-weight: 500;
    }*/

    /*  .calendar .active-day {
      background-color: #5c1df3;
      color: white;
      border-radius: 50%;
    }
*/ /*
    .calendar .range {
      background-color: #efe7fd;
      color: #5c1df3;
      border-radius: 0 22px 22px 0;
    }*/
    /*.calendar table td {
        padding: 18px 14px
    }*/
/*.calendar .range1 {
      background-color: #efe7fd;
      color: #5c1df3;
      border-radius: 22px 0 0 22px;
    }*/
/*.colorsButton {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.globalContainer {
    display: flex;*/
    /* height: 100vh;*/
    /*transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

.sidebar-brand {
    padding: 15px;
}

.sidebar {
    min-height: 100vh;*/
    /*width: 180px;*/
    /*background-color: #343a40;
    color: white;
    transition: transform 0.3s ease, width 0.3s ease;
}

    .sidebar .content {
        padding: 20px;
    }

.main-content {
    margin-left:90px;
    flex-grow: 1;
    padding: 15px 7px 30px 15px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.hamburger-btn {
    position: absolute;
    top: 0px;
    left: 222px;
    background: #fefeff24;
    border-radius: 0 5px 5px 0px;
    padding: 0px 5px;
    font-size: 22px;
    z-index: 1060;*/
    /* transition: left 0.3s ease;*/
    /*color: #353a3f;
    border: 0;
}*/

/* COLLAPSED STATE */
/*.sidebar-collapsed .has-submenu a i.bi-chevron-down {
    margin-left: -17px;
    font-size: 13px;
}

.sidebar-collapsed .sidebar-menu .submenu {
    width: 200px;
}

.sidebar-collapsed .sidebar-menu li {
    width: auto;
}

.sidebar-collapsed .sidebar {
    width: 70px;
}*/
    /*  .sidebar-collapsed  a i {
    margin-right: 30px;
    font-size: 1.2rem;
}*/
    /*.sidebar-collapsed .sidebar .content {
        display: none;
    }

.sidebar-collapsed .main_logo {
    display: none;
}

.sidebar-collapsed .icon_logo {
    display: inline-block;
}

.icon_logo {
    display: none;
}

.sidebar-collapsed .hamburger-btn {
    left: 70px;
    border-radius: 0px 5px 5px 0;
}

.sidebar-collapsed .sidebar-menu a {
    border-radius: 10px;
}

.sidebar-collapsed a span {
    display: none;
}

.sidebar-collapsed a:hover span {
    position: absolute;
    background: #343a40;
    padding: 3px 13px;
    margin-left: 36px;
    border-radius: 4px;
    display: inline-block;
    width: 143px;
}*/
/* Center layout only on large devices (min-width 992px) */

/*.table-box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 18px 0 0 0;
}

.recent_questionnaires .table thead {
    background-color: #e8efff;
}

.recent_questionnaires .table td {
    padding: 17px 20px;
    color: var(--table-text-color)
}

.recent_questionnaires .table th {
    font-weight: 600;
    padding: 10px 20px;
}

.status-btn {
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 999px;
    font-weight: 600;
    text-transform: uppercase;
}

.status-completed {
    background-color: #d4fcdc;
    color: #20a65f;
    border: 1px solid #20a65f;
}

.status-review {
    background-color: #f3e9ff;
    color: #9545f0;
    border: 1px solid #9545f0;
}

.status-pending {
    background-color: #ffe6e6;
    color: #e03c3c;
    border: 1px solid #e03c3c;
}

.table-icon {
    font-size: 24px;
    color: #3b73f3;
}

.table-responsive {
    overflow: hidden;
}

.card-box {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.appointment-badge {
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 10px 0 0 12px;
    margin-right: 12px;
    min-width: 80px;
    display: inline-block;
    text-align: center;
}

.badge-green {
    background-color: #d8f7e5;
    color: #4A4A4A;
}

.badge-purple {
    background-color: #f1e8ff;
    color: #4A4A4A;
}

.badge-pink {
    background-color: #ffe6e6;
    color: #4A4A4A;
}

.badge-blue {
    background-color: #e6efff;
    color: #4A4A4A;
}

.badge-yellow {
    background-color: #fff2d8;
    color: #4A4A4A;
}

.calendar-label {
    background-color: #f1f3fd;
    color: #7b7d9c;
    padding: 6px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
}

h5 {
    color: #000;
}

.chart-placeholder {
    height: 200px;
    background-image: url('https://via.placeholder.com/600x200?text=Chart+Here');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}




.form-select {
    border: #ccc solid 1px;
    border-radius: 100px;
    padding: 10px 30px 10px 20px;
}

.upcoming_appointment {
    color: var(--table-text-color)
}

.header-bar {
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.search-box {
    background-color: #f4f7fe;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 40px;
    flex: 1;
}

    .search-box i {
        color: #4e4e8e;
        margin-right: 10px;
    }

    .search-box input {
        border: none;
        outline: none;
        background: transparent;
        color: #7b88a8;
        width: 100%;
        font-size: 18px;
    }

.icon {
    color: #aab3c5;
    font-size: 22px;
    margin: 0 10px;
    cursor: pointer;
}

.dropdown-toggle::after {
    display: none;
}

.profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
}

.dropdown-menu {
    right: 0;
    left: auto;
    border: none;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    min-width: 180px;
    background-color: #ffffff;
    margin-top: 10px;
}

.dropdown-item {
    font-size: 15px;
    color: #333;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
}

    .dropdown-item i {
        margin-right: 10px;
        font-size: 18px;
        color: #6c757d;
    }

    .dropdown-item:hover {
        background-color: #f4f7fe;
        color: #4e4e8e;
    }

.dropdown-divider {
    margin: 8px 0;
}

.dropdown-item.text-danger:hover {
    background-color: #ffe5e5;
    color: #dc3545;
}

.icon {
    color: #aab3c5;
    font-size: 22px;
    margin: 0 10px;
    cursor: pointer;
}

.profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.table-container a {
    text-decoration: none;
}

.table-container {
    border-collapse: separate;
    margin-top: 15px;
    border-spacing: 0 4px;*/ /* changed to 15px */
/*}

.table-header {
    background-color: #cfe2ff;
    font-weight: bold;
    border-radius: 5px;
}

    .table-header th:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .table-header th:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.client-row {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

    .client-row td:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .client-row td {
        padding: 15px;
    }

        .client-row td:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

.avatar {
    width: 35px;
    height: 35px;
    background: linear-gradient(to right, rgba(183, 0, 187, 1) 0%, rgb(133 1 132) 46%, rgba(1, 7, 133, 1) 100%);
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.contact-icons i {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    margin-right: 10px;
    background-color: var(--sidebar-bg);
    color: white;
    padding: 8px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.dots {
    color: #ccc;
    font-size: 20px;
    cursor: pointer;
}

.check-icon {
    font-size: 18px;
    color: #6c63ff;
}

.table-container {
    width: 100%;
}


.truncated-address {
    max-width: 180px;*/ /* Adjust width as needed */
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.custom-checkbox {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
}

    .custom-checkbox input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .custom-checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #fff;
        border: 2px solid #6c63ff;
        border-radius: 3px;*/ /* Remove or set to 0 for perfect square */
        /*box-sizing: border-box;
    }*/

    /* Tick mark (✓) shown when checked */
    /*.custom-checkbox input:checked + .checkmark::after {
        content: "";
        position: absolute;
        left: 4px;
        top: 0px;
        width: 5px;
        height: 10px;
        border: solid #6c63ff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-box {
    position: absolute;
    bottom: 125%;*/ /* place above */
    /*left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
    z-index: 1000;
}*/

    /* Drop arrow pointing down */
    /*.tooltip-box::after {
        content: "";
        position: absolute;
        top: 100%;*/ /* bottom edge of tooltip */
        /*left: 50%;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
    }*/

    /* Reusable show class */
    /*.tooltip-box.show {
        opacity: 1;
        visibility: visible;
    }

.truncated-address {
    position: relative;
    display: inline-block;
    cursor: pointer;
}*/

/* Tooltip box */
/*.custom-tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
    margin-top: 8px;
    z-index: 100;
}*/

    /* Arrow */
    /*.custom-tooltip::after {
        content: "";
        position: absolute;
        top: -5px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #000 transparent;
    }*/

/* Show on hover */
/*.truncated-address:hover .custom-tooltip {
    opacity: 1;
    visibility: visible;
}

.filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 0;
}

.filter-buttons {
    display: flex;
    gap: 15px;
}

.filter-btn {
    border: 2px solid #ccc;
    background: white;
    color: #b1b1b1;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .filter-btn span {
        margin-left: 5px;
    }

    .filter-btn:hover {
        border-color: #6c47ff;
        color: #6c47ff;
    }

    .filter-btn.active {
        background-color: #6c47ff;
        color: white;
        border: none;
    }

.search-field {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.search-input {
    width: 500px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 2px solid #ccc;
    color: #b1b1b1;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    transition: border 0.3s ease;
}

    .search-input::placeholder {
        color: #b1b1b1;
        font-weight: 700;
    }

    .search-input:focus {
        border-color: #6c47ff;
    }

.btn-invite {
    background-color: #ffffff !important;
    color: #6e6e6e !important;
    border: #CCCCCC solid 2px !important;
    border-radius: 9999px !important;
    padding: 10px 25px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.btn-new {
    background-color: #ffffff !important;
    color: #6e6e6e !important;
    border: #CCCCCC solid 2px !important;
    border-radius: 9999px !important;
    padding: 10px 25px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

    .btn-invite:hover,
    .btn-new:hover {
        background: linear-gradient(135deg, #7d4fff, #9e5bff) !important;
        color: #fff !important;
    }

.clientMenu {
    margin: 0;
}
.action-icons .btn-link:hover {
    color: transparent !important;
}
.action-icons .btn {
    color: transparent !important;
}
.bi-envelope-fill, .bi-arrow-counterclockwise {
    color: #0d6efd;
} .bi-trash-fill {
    color: #dc3545;
}
.bi-archive-fill {
    color: #7d4fff !important;
}
.action-icons i {
    font-size: 17px;
    transition: transform 0.2s ease;
}


.icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;*/
   /* border: 2px solid;*/
    /*transition: all 0.2s ease;
    text-decoration: none;
}*/

/* Blue (View) */
/*.icon-blue {
    color: #0d6efd;*/
   /* background-color: rgb(13 110 253 / 7%);
    border-color: #0a58ca30;*/
/*}*/
/*
    .icon-blue:hover {
        background-color: #0d6efd;
        color: #fff;
        font-size: 14px;
    }*/

/* Yellow (Edit) */
/*.icon-yellow {
    color: #ffc107;*/
/*    background-color: rgb(255 193 7 / 8%);
    border-color: #d39e0042;*/
/*}*/

  /*  .icon-yellow:hover {
        background-color: #ffc107;
        color: #000;
        font-size: 14px;
    }*/

/* Red (Delete) */
/*.icon-red {*/
   /* color: #dc3545;*/
  /*  background-color: rgb(229 113 124 / 10%);
    border-color: #bb2d3b3b;*/
/*}*/

   /* .icon-red:hover {
        background-color: #dc3545;
        color: #fff;
        font-size: 14px;
    }*/
/*  .client_tb .nav-link{font-weight: 600; color: #b1b1b1 !important; border-bottom:transparent solid 2px !important;}
  .client_tb .active,   .client_tb .nav-link:hover{border-bottom:var(--sidebar-active-bg) solid 2px !important; color: var(--sidebar-active-bg) !important;  background: transparent !important; border: 0; }
    .client_tb{border: 0 !important}
   */
/*button.icon-btn {
border:0 !important;
background:transparent !important;
}
.custom-tabs {
    align-items: center;
    border-bottom: none;
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
}

    .custom-tabs .nav-link {
        color: #aaa;
        font-weight: 600;
        font-size: 16px;
        border: none;
        background: none;
        position: relative;
        padding: 0 0 4px 0;
    }

        .custom-tabs .nav-link.active {
            color: #5c4ce2;*/ /* purple-ish */
        /*}

            .custom-tabs .nav-link.active::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: -5px;
                height: 2px;
                width: 100%;
                background-color: #5c4ce2;
            }

.tab-content {
    margin-top: 0px;
}*/



/*loginpage css*/

/*.login_container {
    background: url('../../Img/bg1.svg'); 
    background-position: 0 0;
    background-size: cover;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.login-card {
    display: flex;
    width: 1000px;
    height: 600px;
    box-shadow: 0 20px 30px rgba(107,79,246,0.4);
    border-radius: 20px;
    overflow: hidden;
}

.login-left {
    background-color: #fff;
    flex: 1;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .login-left h2 {
        font-size: 28px;
        margin-bottom: 30px;
        font-weight: 700;
        text-align: center;
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin-bottom: 20px;
}

    .input-group input:focus, .input-group input:hover, .input-group input:target {
        border: 2px solid #5038ED;
    }

    .input-group input:focus {
        outline: none;
        border: 2px solid #4c60f5;*/ /* blue border on focus */
        /*box-shadow: 0 0 0 3px rgba(76, 96, 245, 0.2);*/ /* optional blue shadow glow */
        /*background-color: #f7f9ff;
    }

    .input-group input {
        width: 100%;
        padding: 12px 15px 12px 40px;
        border-radius: 10px !important;
        border: 2px solid #ccc;
        background-color: #f7f7fb;
        font-size: 16px;
    }

    .input-group i {
        position: absolute;
        top: 50%;
        left: 12px;
        transform: translateY(-50%);
        color: #888;
        font-size: 18px;
    }

.login-btn {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    background: linear-gradient(90deg, #7b2ff7, #4c60f5);
    border: none;
    color: white;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

    .login-btn:hover {
        opacity: 0.9;
    }

.forgot-password {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.login-right {
    flex: 1;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 40px;
    background: #6236F5 url('../../Img/cube.svg'); 
    background-size: cover;
}

    .login-right img {
        width: 300px;
        margin-bottom: 20px;
    }

    .login-right h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .login-right h3 {
        font-weight: 700;
        margin-bottom: 8px;
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
    }

    .login-right h4 {
        letter-spacing: 7px;
        font-weight: 300;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
    }

.form-card {
    padding: 0 60px
}

@media (max-width: 768px) {
    .form-card {
        padding: 0 0px
    }

    .login-card {
        flex-direction: column;
        height: auto;
        width: 95%;
        margin: 20px;
    }

    .login-right {
        padding: 30px 20px;
    }
}*/




/*poupModal*/
/* Custom Modal Styling */
/*.custom-modal .modal-content {
    border-radius: 20px;
    overflow: hidden;
    border: none;
}

.custom-modal .modal-header {
    background: linear-gradient(135deg, #7d4fff, #9e5bff);
    color: white;
    padding: 1rem 1.5rem;
    border-bottom: none;
}

.custom-modal .modal-title {
    font-weight: 600;
    font-size: 1.25rem;
    color: #fff;
}

.custom-modal .modal-body {
    padding: 2rem;
}

.custom-modal .form-control {
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 0.95rem;
    border: 2px solid #e0e0e0;
    box-shadow: none;
    transition: border-color 0.3s;
}

.dropdown-container {
    width: 100% !important;
    position: relative;
}

.search-box {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.options-box {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    width: 100%;
    display: none;
    z-index: 10;
}

.option {
    padding: 10px;
    cursor: pointer;
}

    .option:hover {
        background-color: #f1f1f1;
    }

.custom-modal .form-select {
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 0.95rem;
    width: 100% !important;
    border: 2px solid #e0e0e0;
    box-shadow: none;
    transition: border-color 0.3s;
}

.custom-modal .form-control:focus {
    border: 2px solid #5A48E0;
}

.custom-modal .form-control:focus {
    outline: none;
    border: 2px solid #5A48E0;*/ /* blue border on focus */
    /*box-shadow: 0 0 0 3px rgba(76, 96, 245, 0.2);*/ /* optional blue shadow glow */
    /*background-color: #f7f9ff;
}

.custom-modal .form-control:focus {
    border-color: #5A48E0;
    box-shadow: 0 0 0 2px rgba(108, 62, 246, 0.2);
}

.custom-modal .form-label {
    font-weight: 500;
    font-size: 0.9rem;
}
modal .btn-invite {
    border: 0;
    background: linear-gradient(135deg, rgb(125, 79, 255), rgb(158, 91, 255));
    color: #fff;
    border-radius: 10px;
    padding: 10px 30px;
    font-weight: 500;
    width: 100%;
}
.custom-modal .btn-invite:focus {
    border: 1px solid #5A48E0;
}

.custom-modal .btn-invite {
    border: 0 !important;
    background: linear-gradient(135deg, rgb(125, 79, 255), rgb(158, 91, 255));
    color: #fff !important;
    border-radius: 10px;
    padding: 10px 30px;
    font-weight: 500;
    width: 100%;
}

.custom-modal .btn-cancel:focus {
    border: 1px solid #5A48E0;
}

.custom-modal .btn-cancel {
    background-color: #f1f1f1;
    color: #555;
    border-radius: 10px;
    padding: 10px 30px;
    font-weight: 500;
    width: 100%;
}

.custom-modal textarea.form-control {
    min-height: 120px;
    resize: none;
}*/







/*custom drop down*/
/*.dropdown-container-custom {
    position: relative;
}

    .dropdown-container-custom .dropdown-label {
        font-weight: bold;
        margin-bottom: 6px;
        display: block;
    }

    .dropdown-container-custom .dropdown-selected {
        border: 2px solid #eee;
        border-radius: 12px;
        padding: 9px 12px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dropdown-container-custom .dropdown-icon {
        font-size: 14px;
        transition: transform 0.3s;
    }

    .dropdown-container-custom .dropdown-list {
        position: absolute;
        width: 100%;
        background-color: #fff;
        border: 2px solid #eee;
        border-radius: 12px;
        margin-top: 5px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.05);
        display: none;
        z-index: 10;
    }

        .dropdown-container-custom .dropdown-list input[type="text"] {
            width: calc(100% - 24px);
            padding: 10px;
            margin: 12px;
            border: none;
            border-radius: 10px;
            background-color: #f5f1f1;
            outline: none;
            font-size: 14px;
        }

    .dropdown-container-custom .dropdown-item {
        padding: 12px 16px;
        cursor: pointer;
    }

        .dropdown-container-custom .dropdown-item:hover {
            background-color: #f0f0f0;
        }

    .dropdown-container-custom .dropdown-list.show {
        display: block;
    }*/


/*modal css end*/




/*.tab-client-info {
    margin-top: 20px;
    min-height: 300px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e2e6ee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.custom-tabs_info {
    border-radius: 8px;
    border: 1px solid #D8E0ED;
    background: #FFF;
    display: flex;
    overflow-x: auto;
    padding: 0 14px !important;
    white-space: nowrap;
    scroll-behavior: smooth;
}

    .custom-tabs_info .tab-item button {
        border: 0;
        background: transparent;
        font-weight: 600;
        color: #757295;
        padding: 0px 0px 5px 0px;
        margin-right: 25px;
    }
.logout-btn {
    background-color: #5d2eff;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.75rem;
    border-radius: 15px;
    width: 100%;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
    .custom-tabs_info .tab-item {
        position: relative;
        cursor: pointer;
        display: flex;
        padding: 10px 0;
        align-items: center;
        gap: 6px;
        transition: color 0.2s;
    }

        .custom-tabs_info .tab-item button:hover {
            color: #4d4ae8;
        }

        .custom-tabs_info .tab-item button.active {
            color: #4d4ae8;
            font-weight: 600;
            border-bottom: #4d4ae8 solid 2px;
        }



        .custom-tabs_info .tab-item.active::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 3px;
            width: 100%;
            background-color: #4d4ae8;
            border-radius: 4px 4px 0 0;
        }

    .custom-tabs_info .tab-count {
        background-color: #f0f0ff;
        color: #000;
        font-size: 12px;
        font-weight: 700 !important;
        padding: 3px 7px;
        border-radius: 10px;
    }

.tab-count {
    background-color: #f0f0ff;
    color: #000;
    font-size: 12px;
    font-weight: 700 !important;
    padding: 3px 7px;
    border-radius: 10px;
}

.custom-tabs_info .tab-content {
    margin-top: 20px;
    min-height: 300px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e2e6ee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.general-info__title {
    font-size: 14px;
    font-weight: 500;
    color: #6c5ce7;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.general-info__box {
    background-color: #f9f9fc;
    border: 1px solid #dfe4f0;
    border-radius: 10px;
    padding: 24px;
    font-family: 'Inter', sans-serif;
}

.general-info__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.general-info__col {
    width: 30%;
    min-width: 200px;
}

    .general-info__col label {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #1e1e4b;
        margin-bottom: 6px;
    }

.general-info__value {
    font-size: 14px;
    color: #7e8299;
}

.general-info__pill {
    display: inline-block;
    background-color: #0fd17d;
    color: white;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 14px;
    border-radius: 20px;
}

.clientInfo {
    padding: 15px;
}

.address-section {
    display: flex;
    gap: 32px;
    font-family: 'Inter', sans-serif;
    flex-wrap: wrap;
    margin-top: 20px;
}

    .address-section .column {
        flex: 1 1 45%;
        min-width: 300px;
    }

    .address-section .title {
        font-size: 14px;
        font-weight: 500;
        color: #6c5ce7;
        margin-bottom: 12px;
        text-transform: uppercase;
    }

    .address-section .box {
        background-color: #f9f9fc;
        border: 1px solid #dfe4f0;
        border-radius: 10px;
        padding: 20px;
    }

    .address-section .row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
        flex-wrap: wrap;
    }

    .address-section .col {
        width: 48%;
        min-width: 120px;
    }

        .address-section .col label {
            display: block;
            font-size: 14px;
            font-weight: 400;
            color: #1e1e4b;
            margin-bottom: 4px;
        }

    .address-section .value {
        font-size: 14px;
        color: #7e8299;
    }

.user-card {
    border: 1px solid #e2e6f0;
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    background-color: #fff;
}

.avatar-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.avatar {
    background-color: #6c5ce7;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ellipsis-text2 {
    max-width: 210px;*/ /* Adjust width as needed */
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.status-dot {
    position: absolute;
    top: 4px;
    right: 0px;
    width: 22px;
    height: 22px;
    background-color: #0fd17d;
    border-radius: 50%;
    border: 3px solid #fff;
}

.status-dotR {
    position: absolute;
    top: 4px;
    right: 0px;
    width: 22px;
    height: 22px;
    background-color: red;
    border-radius: 50%;
    border: 3px solid #fff;
}

.user-name {
    color: #6c5ce7;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 500;
}

.user-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fc;
    padding: 10px 16px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(94, 92, 230, 0.08);
    font-size: 14px;
    color: #3c3e56;
}

.icon {
    margin-right: 8px;
    color: #6c5ce7;
    font-size: 16px;
    height: 50px;
}

.avtar {
    position: relative;
}

.avatar_client {
    width: 35px;
    height: 35px;
    background: linear-gradient(to right, rgba(183, 0, 187, 1) 0%, rgb(133 1 132) 46%, rgba(1, 7, 133, 1) 100%);
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}*/

/*associatescc*/
/*.profile-card {
    flex: 1;
    height: 100%;*/ /* take full height inside col */
/*}

.associates {
    padding: 20px;
    position: relative;
}

.associates_cc .profile-card:hover {
    border: #ccc solid 1px;
}


.associates_cc .profile-card {
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    margin-bottom: 15px;
    padding: 30px 22px;
    background-color: #F8F9FC;
    font-family: sans-serif;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
}

.associates_cc .avatar-section {
    position: relative;
    display: inline-block;
}

.associates_cc .avatar {
    width: 56px;
    height: 56px;
    background-color: #6C4DFF;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

.associates_cc .status-indicator {
    width: 15px;
    height: 15px;
    background-color: #34D399;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.associates_cc .info {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
}

.associates_cc .name {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #111827;
}

.associates_cc .title {
    margin: 2px 0;
    color: #6B7280;
    font-size: 13px;
}

.associates_cc .badge {
    background-color: #FDBA74;
    color: white;
    font-size: 12px;
    padding: 3px 12px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 6px;
}

.associates_cc .actions {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 12px;
    gap: 15px;
}

.associates_cc .action {
    width: 40px;
    height: 40px;
    background-color: #F9FAFB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DCDCDC;
    cursor: pointer;
    transition: background 0.2s;
    border: #ccc solid 1px;
}



.fade:not(.show) {
    display: none;
}

.associates_cc .info-tooltip {
    position: absolute;
    top: 78%;
    left: 60%;
    background: white;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    width: 298px;
    display: none;
    z-index: 100;
    border: #ccc solid 1px;
}

    .associates_cc .info-tooltip div {
        margin-bottom: 8px;
        color: #374151;
        display: flex;
        align-items: center;
    }

    .associates_cc .info-tooltip i {
        margin-right: 8px;
        color: #4B5563;
    }

.associates_cc {
    position: relative;
}

.questionnairesBlock {
    padding: 20px 20px 20px 20px;
    position: relative;
    background: #F4F7FC;
}


.icon-box {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    position: relative;
    border: 2px solid;
}

    .icon-box.blue {
        background-color: #e6f0fb;
        color: #0d6efd;
        border-color: #0d6efd;
    }

    .icon-box.green {
        background-color: #e6fdf3;
        color: #28a745;
        border-color: #28a745;
    }

    .icon-box.red {
        background-color: #ffeaea;
        color: #dc3545;
        border-color: #dc3545;
    }

.badge-x .bi {
    font-size: 10px !important;
    font-weight: 600
}

.badge-x {
    position: absolute;
    bottom: 1px;
    right: 1px;
    background-color: white;
    color: red;
    border: 1px solid red;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    font-size: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-check-wrapper {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
}

.circle-check-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.circle-checkmark {
    position: absolute;
    top: -2px;
    left: -2px;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #E3E8EF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .circle-checkmark::after {
        content: "";
        display: none;
        width: 12px;
        top: 5px;
        position: absolute;
        height: 6px;
        border: solid #7152ff;
        border-width: 0 0 3px 3px;
        transform: rotate(-45deg);
    }

.circle-check-input:checked + .circle-checkmark::after {
    display: block;
}

.checkboxHead .circle-check-wrapper {
    margin-left: 7px;
}

.questionnaire-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.questionnaire-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #5b4ce2;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.year-filter {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
}

    .year-filter li {
        padding: 5px 16px;
        border: 2px solid #ddd;
        border-radius: 12px;
        background-color: white;
        color: #555;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s ease;
    }

        .year-filter li:hover {
            color: #5b4ce2;
            border-color: #5b4ce2;
            font-weight: 600;
            background-color: #f3f0ff;
        }

        .year-filter li.active {
            color: #5b4ce2;
            border-color: #5b4ce2;
            font-weight: 600;
            background-color: #f3f0ff;
        }*/


/*.tab-client-info:has(.questionnairesBlock) {
  background: transparent !important;
  border:0; 
}*/

/*.custom-buttons-wrapper {
    display: flex;
    flex-direction: row;
    gap: 16px;
    background: #f6f9fd;
    padding: 20px 0;
}

    .custom-buttons-wrapper button {
        display: flex;
        align-items: center;
        gap: 10px;
        border: none;
        border-radius: 16px;
        font-size: 16px;
        font-weight: 600;
        padding: 14px 20px;
        cursor: pointer;
        width: 100%;
        justify-content: space-start;
    }

    .custom-buttons-wrapper .btn-primary-custom {
        background: linear-gradient(135deg, #7d4fff, #9e5bff);
        color: white;
    }

        .custom-buttons-wrapper .btn-primary-custom i {
            font-size: 20px;
        }

    .custom-buttons-wrapper .btn-dark-custom {
        background-color: black;
        justify-content: space-start;
        color: white;
        text-align: left;
        position: relative;
    }

.badge-count {
    margin-left: auto;
}

.custom-buttons-wrapper .btn-dark-custom i {
    font-size: 20px;
}

.custom-buttons-wrapper .badge-count {
    background-color: #f6f9fd;
    color: black;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 14px;
}

.send_all_btn {
    border-radius: var(--MD, 12px);
    background: var(--FlexUI-Primary-500, #6236F5);
    display: flex;
    width: 168px;
    height: 40px;
    padding: var(--Micro-XL, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--Micro-LG, 8px);
    flex-shrink: 0;
    border: 0;
    color: #fff;
}

.engamentsBlock {
    padding: 20px
}

.custom-dropdown_auth {
    display: inline-block;
    position: relative;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    background: #fff;
    padding: 0;
    overflow: hidden;
    width: 220px;
    height: 45px;
    box-shadow: 0 0 0 1px #e0e6ed inset;
}

    .custom-dropdown_auth select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent;
        border: none;
        padding: 10px 40px 10px 16px;
        width: 100%;
        height: 100%;
        font-size: 16px;
        color: #666;
        cursor: pointer;
    }

    .custom-dropdown_auth::after {
        content: '';
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        pointer-events: none;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #777197;
    }

.icon-btn.icon-yellow2 {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    position: relative;*/
   /* border: 2px solid #f7931e;*/
/*}

    .icon-btn.icon-yellow2 i {
        color: #f7931e;*/ /* icon color */
        /*position: absolute;
    }

    .icon-btn.icon-yellow2 .fa-box {
        font-size: 16px;
    }

    .icon-btn.icon-yellow2 .clock-icon {
        font-size: 12px;
        bottom: 1px;
        right: 1px;
    }

.form-ui {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.form-section {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #E2E5EB;
    border-radius: 10px;
    background-color: #F8F9FC;
}

.form-select-client {
    border: #DFE3E7 solid 1.5px;
    border-radius: 12px;
    padding: 10px 30px 10px 20px;
    width: 100%;
    background-position: !important;
}

.section-title {
    font-weight: 700;
    font-size: 16px;
    color: #5A48E0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.client_form .btn-primary {
    width: 140px;
    border: 0;
    border-radius: var(--MD, 12px);
    background: linear-gradient(135deg, #7d4fff, #9e5bff);
}

.client_form .form-control {
    border: #DFE3E7 solid 1.5px;
    border-radius: 12px;
    padding: 10px 30px 10px 20px;
    width: 100%;
}

.client_form .form-label {
    font-weight: 600
}

.client_form .btn-light {
    width: 140px;
    border-radius: var(--MD, 12px);
}

.toggle-container {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    border: 2px solid #e1e6ec;
    border-radius: 12px;
    background-color: #fff;
}

    .toggle-container .toggle-label {
        font-size: 16px;
        color: #888c96;
        font-weight: 500;
    }

    .toggle-container .switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 28px;
    }

        .toggle-container .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .toggle-container .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #f5f1f1;
        transition: 0.4s;
        border-radius: 34px;
    }

        .toggle-container .slider::before {
            position: absolute;
            content: "";
            height: 20px;
            width: 20px;
            left: 4px;
            bottom: 4px;
            background-color: #15D07C;*/ /* Default for NO */
            /*transition: 0.4s;
            border-radius: 50%;
        }*/

    /* YES position */
    /*.toggle-container input:checked + .slider::before {
        transform: translateX(22px);
        background-color: red;
    }

.client_form .dropdown-container-custom .dropdown-selected {
    border: 2px solid #e1e6ec;
    border-radius: 12px;
    background-color: #fff;
}

.add_associatet .modal-dialog {
    width: 600px;
}

.restore_associatet .modal-body {
    padding: 0 14px !important;
}

.icon-restore {
    width: 34px;
    height: 34px;
    background-color: #E6FAEF;*/ /* light green background */
    /*border: 2px solid #00C853;*/ /* green border */
    /*border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-restore i {
        font-size: 16px;
        color: #00C853;*/ /* green icon */
    /*}*/




/*add add remove rows*/
/*.newadresses .row {
    display: flex;
    gap: 10px;
    margin: 10px 0px;
}

.newadresses select, .newadresses input[type="text"] {
    border: #DFE3E7 solid 1.5px;
    border-radius: 12px;
    padding: 10px 30px 10px 20px;
    width: 100%;
    flex: 1;
}

.newadresses .add-btn {
    padding: 10px 20px;
    width: 120px;
    background: #a259ff;
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
}

.newadresses .remove-btn {
    background-color: red;
    color: white;
    font-weight: 700;
    width: 50px;
    border: none;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
}*/
/*dataTable*/
/*.dataTables_length {
    background-color: #F5F5F5;
    border: #d4d5e5 solid 1px;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.staff_list_table .dataTables_bottom {
    display: flex !important;
}

.dataTables_bottom {
    gap: 20px;
    display: none !important;
    flex-wrap: wrap;
}

.dataTables_paginate .paginate_button.current {
    background-color: #7e22ce !important;
    color: #fff !important;
    box-shadow: 0 0 0 2px #7e22ce;
}

.dataTables_paginate .paginate_button:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
    box-shadow: 0 2px 6px rgba(0, 123, 255, 0.3);
}

.dataTables_paginate .paginate_button.current {
    background: #007bff;
    color: #fff !important;
    border-color: #007bff;
    cursor: default;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent;
}

group_list_table {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #E2E5EB;
    border-radius: 10px;
    background-color: #F4F7FC;
}*/
/*donut*/
/*.donut .legend {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.donut .legend-item {
    display: flex;
    align-items: center;
    background: #f9fafb;
    border-radius: 6px;
    padding: 0px 6px;
    font-size: 12px;
    font-weight: 600;
    min-width: 120px;
    justify-content: space-between;
}

    .donut .legend-item span {
        display: flex;
        align-items: center;
        gap: 3px;
    }

.donut .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.donut canvas {
    width: 250px !important;
    margin: 0 auto;
    height: 250px !important
}

.donut {
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 25px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    min-height: 451px;
}*/


/*cs added on 1Auguts*/

/*.quick-action-card {
    background-color: #DADBF0;
    padding: 30px 20px;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    display: flex;
    height: 454px;
    flex-direction: column;*/ /* optional for inner layout */
/*}

.quick-action-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #111;
}*/
/*#343a40;*/
/*.quick-action-btn {
    display: block;
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 15px;
    background-color: #343a40;
    text-align: center !important;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .quick-action-btn:hover {
        background-color: #333;
    }

.popupbtns {
    margin-top: 45px;
}

.swal2-confirm.my-gradient-button {
    background: linear-gradient(135deg, #7d4fff, #9e5bff) !important;
    color: white;
    border: none;
}

.form-ui {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.form-section {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #E2E5EB;
    border-radius: 10px;
    background-color: #F8F9FC;
}

.form-select-client {
    border: #DFE3E7 solid 1.5px;
    border-radius: 12px;
    padding: 10px 30px 10px 20px;
    width: 100%;
    background-position: !important;
}

.section-title {
    font-weight: 700;
    font-size: 16px;
    color: #5A48E0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.client_form .btn-primary {
    width: 140px;
    border: 0;
    border-radius: var(--MD, 12px);
    background: linear-gradient(135deg, #7d4fff, #9e5bff);
}

.client_form .form-control {
    border: #DFE3E7 solid 1.5px;
    border-radius: 12px;
    padding: 10px 30px 10px 20px;
    width: 100%;
}

.client_form .form-label {
    font-weight: 600
}

.client_form .btn-light {
    width: 140px;
    border-radius: var(--MD, 12px);
}

.toggle-container {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    border: 2px solid #e1e6ec;
    border-radius: 12px;
    background-color: #fff;
}

    .toggle-container .toggle-label {
        font-size: 16px;
        color: #888c96;
        font-weight: 500;
    }

    .toggle-container .switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 28px;
    }

        .toggle-container .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .toggle-container .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #f5f1f1;
        transition: 0.4s;
        border-radius: 34px;
    }

        .toggle-container .slider::before {
            position: absolute;
            content: "";
            height: 20px;
            width: 20px;
            left: 4px;
            bottom: 4px;
            background-color: red;*/ /* Default for NO */
            /*transition: 0.4s;
            border-radius: 50%;
        }*/

    /* YES position */
    /*.toggle-container input:checked + .slider::before {
        transform: translateX(22px);
        background-color: #15D07C;
    }

.client_form .dropdown-container-custom .dropdown-selected {
    border: 2px solid #e1e6ec;
    border-radius: 12px;
    background-color: #fff;
}

.add_associatet .modal-dialog {
    width: 600px;
}

.restore_associatet .modal-body {
    padding: 0 14px !important;
}

.icon-restore {
    width: 34px;
    height: 34px;
    background-color: #E6FAEF;*/ /* light green background */
    /*border: 2px solid #00C853;*/ /* green border */
    /*border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-restore i {
        font-size: 16px;
        color: #00C853;*/ /* green icon */
    /*}*/




/*add add remove rows*/
/*.newadresses .row {
    display: flex;
    gap: 10px;
    margin: 10px 0px;
}

.newadresses select, .newadresses input[type="text"] {
    border: #DFE3E7 solid 1.5px;
    border-radius: 12px;
    padding: 10px 30px 10px 20px;
    width: 100%;
    flex: 1;
}

.newadresses .add-btn {
    padding: 10px 20px;
    width: 120px;
    background: #a259ff;
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
}

.newadresses .remove-btn {
    background-color: red;
    color: white;
    font-weight: 700;
    width: 50px;
    border: none;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
}*/

/*canvas {
    width: 100% !important;
    height: auto !important;
}*/

/* Entries dropdown styling */
/*.entries-dropdown {
    background-color: #F5F5F5;
    border: #d4d5e5 solid 1px;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .entries-dropdown select {
        padding: 4px 12px;
        border-radius: 10px;
        border: none;
        background: #fff;
        font-size: 14px;
    }*/

/* Pagination styling */
/*.pagination {
    display: flex;
    gap: 8px;
}

    .pagination button {
        border: none;
        background-color: #fff;
        color: #000;
        padding: 6px 14px;
        border-radius: 12px;
        font-size: 14px;
        cursor: pointer;
        box-shadow: 0 0 0 1px #ddd;
        transition: all 0.2s ease-in-out;
    }

        .pagination button:hover {
            background-color: #eee;
        }

        .pagination button.active {
            background-color: #7e22ce;
            color: #fff;
            font-weight: bold;
            box-shadow: 0 0 0 2px #7e22ce;
        }

.bi-bell-fill {
    height: auto !important;
}

.m_header {
    display: flex;
    text-align: right;
    width: 100%;
    padding: 0 20px;
    justify-content: end;
}

.rounded-badge {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #e8f0fe;
    color: #1a73e8;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    line-height: 26px;
    border: 2px solid #1a73e8;
    border-radius: 15px;
    font-family: sans-serif;
}

.search-box2 {
    position: relative;
    display: inline-block;
}

.grp-search-input {
    padding: 10px 16px 10px 38px;*/ /* left space for icon */
    /*border: 2px solid #ccc;
    border-radius: 999px;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

.search-box2 i {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #888;
}*/

/*profileSettings */
/*.profileSettings {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}*/

/* profioel settingfs */
/*.border-dashd:hover {
    color: #666 !important;
}
.border-dashed {
    border: 2px dashed #ccc;
    border-radius: 15px;
    background-color: #f8f9fa;
    color: #666;
    font-weight: 500;
    cursor: pointer;
    margin-top: 20px;
    transition: background 0.3s ease;
}
.border-dashed-btn {
    border: 2px dashed #ccc !important;
    border-radius: 15px !important;
    background-color: #f8f9fa;
    color: #666 !important;
    font-weight: 500;
    cursor: pointer;
    margin-top: 20px;
    transition: background 0.3s ease;
}

    .border-dashed:hover {
        background-color: #5A48E0;
        color: #fff;
    }

.profileCard {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #D8E0ED;
    border-radius: 10px;
    background-color: #fff;
}

.text-primary {
    color: #5A48E0 !important;
}

.logoUplaoder {
    margin-bottom: 30px;
    padding: 54px !important;
    border: 1px solid #D8E0ED;
    border-radius: 10px;
    height: 343px;
    background-color: #fff;
}

.profile-image-wrapper {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f0f0f0;*/ /* fallback background */
    /*border: 2px solid #ddd;
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;*/ /* ensures image fills and maintains aspect ratio */
/*}

.form-section2 {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin: 0px auto;
    background-color: #fff;
}

.edit-btn2 {
    float: right;
}

.save-btn2 {
    background: linear-gradient(135deg, #7d4fff, #9e5bff);
    border: none;
    color: white;
    padding: 10px 30px;
    border-radius: 12px;
}

.form-section2 .form-control:disabled {
    background-color: #efefef91 !important;
    opacity: 1;
    border: #DFE3E7 solid 1.5px;
    border-radius: 12px;
    padding: 10px 30px 10px 20px;
    width: 100%;
}

.form-section2 .form-control {
    background-color: #fff !important;
    opacity: 1;
    border: #DFE3E7 solid 1.5px;
    border-radius: 12px;
    padding: 10px 30px 10px 20px;
    width: 100%;
}

.change-password-section {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    ;
    background-color: #fff;
}

    .change-password-section .alert {
        border-radius: 12px;
        border: 1px solid rgba(227, 224, 224, 0.79);
        background: rgba(247, 247, 247, 0.50);
        display: block;
        width: 60%;
        padding: 8.708px;
        justify-content: center;
        align-items: center;
        gap: 8.708px;
    }

#editBtn2 {
    padding: 6px 18px;
    border: 2px solid #d3d3d3;
    border-radius: 30px;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
}

    #editBtn2:hover {
        background: linear-gradient(135deg, #7d4fff, #9e5bff);
        color: #fff;
        border-color: transparent;
    }

.change-password-section .gradient-btn {
    background: linear-gradient(135deg, #7d4fff, #9e5bff);
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 12px;
}

.change-password-section .form-control {
    border-radius: 12px;
    height: 45px;
}*/

/*gst registered*/
/*.gstRegisteredTitle {
    display: flex;
    justify-content: between;
}

    .gstRegisteredTitle .toggle-container3 {
        display: flex;
        align-items: center;
        gap: 2px;
        padding: 4px 10px;
        border: 2px solid #e1e6ec;
        border-radius: 40px;
        background-color: #fff;
        margin-left: auto;
    }

.employeTitle {
    display: flex;
    justify-content: between;
}

    .employeTitle .toggle-container4 {
        display: flex;
        align-items: center;
        gap: 2px;
        padding: 4px 10px;
        border: 2px solid #e1e6ec;
        border-radius: 40px;
        background-color: #fff;
        margin-left: auto;
    }


.custom-radio-btn {
    display: none;
}

.gstRegistered h5 {
    font-size: 16px !important;
    width: 50px;*/ /* set your fixed width here */
    /*flex-shrink: 0;*/ /* prevent shrinking */
/*}

.employer_Registered h5 {
    font-size: 16px !important;
    width: 90px;
}

.radio-label {
    border: 2px solid #ccc;
    padding: 7px 0px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #000;
    width: 100%;
    text-align: center;
}

.custom-radio-btn:checked + .radio-label {
    background-color: transparent;
}*/
/* Unique colors when checked */
/*input[type="radio"]:checked + .radio-label {
    border-color: #7b57ff;
    color: #7b57ff;
}*/

/* Or if you want to be more specific with the IDs */
/*#fringe_opt_1:checked + .radio-label,
#fringe_opt_2:checked + .radio-label,
#fringe_opt_3:checked + .radio-label {
    border-color: #7b57ff;
    color: #7b57ff;
}

#opt2:checked + .radio-label {
    border-color: #ff5722;
    color: #ff5722;
}

#opt3:checked + .radio-label {
    border-color: #4caf50;
    color: #4caf50;
}

#opt4:checked + .radio-label {
    border-color: #2196f3;
    color: #2196f3;
}

#opt5:checked + .radio-label {
    border-color: #e91e63;
    color: #e91e63;
}

#opt6:checked + .radio-label {
    border-color: #ff9800;
    color: #ff9800;
}

#opt7:checked + .radio-label {
    border-color: #7b57ff;
    color: #7b57ff;
}

#opt8:checked + .radio-label {
    border-color: #ff5722;
    color: #ff5722;
}

#opt9:checked + .radio-label {
  

    border-color: #7b57ff;
    color: #7b57ff;
}

#opt14:checked + .radio-label {
    border-color: #ff5722;
    color: #ff5722;
}


.taximg {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 90px;
}

.rrt .taximg img {
    width: 180px;
    display:inline-block;
}

.rrt {
    position: relative;
}

.gstRegistered {
    display: block;
    background: #f8f9fc;
    position: relative;
    z-index: 10;
    height: 70%;
    margin-top: 30px;
}


.employer_Registered {
    display: block;
    background: #f8f9fc;
    position: relative;
    z-index: 10;
    height: 70%;
    margin-top: 30px;
}

.empRR img {
    width: 180px;
    display: inline-block;
}

.empRR {
    position: relative;
}

.empRRsection {
    height: 346px;
    border: 1px solid #E2E5EB;
    border-radius: 10px;
    background-color: #F8F9FC;
}

.gstrgstr {
    height: 346px;
    border: 1px solid #E2E5EB;
    border-radius: 10px;
    background-color: #F8F9FC;
}



.frindge-Benefit-Tax {
    background: #f8f9fc;
    position: relative;
    z-index: 10;
    height: 70%;
    margin-top: 30px;
}

.frindge-Benefit-Tax h5 {
        font-size: 16px !important;
        width: 90px;
    }

.employeTitle .toggle-container5 {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 4px 10px;
    border: 2px solid #e1e6ec;
    border-radius: 40px;
    background-color: #fff;
    margin-left: auto;
}

.frindge-Benefit-Tax label {
    margin-top: 10px !important;
}

.group {
    padding: 20px;
}

.profile-card {
    background: #F8F9FC;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 0 8px rgba(0,0,0,0.08);
}

    .profile-card .avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #8b5cf6;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 18px;
        margin-right: 12px;
        position: relative;
    }

    .profile-card .status-dot {
        width: 14px;
        height: 14px;
        background: #4ade80;
        border-radius: 50%;
        position: absolute;
        top: -2px;
        left: -2px;
        border: 2px solid white;
    }

    .profile-card:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }



    .profile-card a,
    .profile-card p {
        margin-bottom: 8px;
        color: inherit;
        text-decoration: none;
    }*/



    /* Toggle Button */
    /*.profile-card .admin-toggle {
        width: 132px;
        display: flex;
        align-items: center;
        background: white;
        border-radius: 20px;
        padding: 4px 10px;
        font-weight: bold;
        color: black;
    }

    .profile-card .form-check-input {
        margin-left: 8px;
    }



.toggle-containerA {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 10px;
    padding: 0 !important;
    border: 0px solid #e1e6ec !important;
    border-radius: 12px;
    background-color: #fff;
}

    .toggle-containerA .toggle-label {
        font-size: 16px;
        color: #888c96;
        font-weight: 500;
        display: none !important;
    }

    .toggle-containerA .switch {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 28px;
    }

        .toggle-containerA .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .toggle-containerA .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #f5f1f1;
        transition: 0.4s;
        border-radius: 34px;
    }

        .toggle-containerA .slider::before {
            position: absolute;
            content: "";
            height: 20px;
            width: 20px;
            left: 4px;
            bottom: 4px;
            background-color: #15D07C;*/ /* Default for NO */
            /*transition: 0.4s;
            border-radius: 50%;
        }

.addressA {
    padding: 0 17px 0 57px
}



    .addressA p {
        display: flex;
        align-items: center;
        gap: 6px;*/ /* space between icon and text */
    /*}


.form-section2 {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin: 0px auto;
    background-color: #fff;
}

.edit-btn2 {
    float: right;
}

.save-btn2 {
    background: linear-gradient(135deg, #7d4fff, #9e5bff);
    border: none;
    color: white;
    padding: 10px 30px;
    border-radius: 12px;
}

.form-section2 .form-control:disabled {
    background-color: #efefef91 !important;
    opacity: 1;
    border: #DFE3E7 solid 1.5px;
    border-radius: 12px;
    padding: 10px 30px 10px 20px;
    width: 100%;
}

.form-section2 .form-control {
    background-color: #fff !important;
    opacity: 1;
    border: #DFE3E7 solid 1.5px;
    border-radius: 12px;
    padding: 10px 30px 10px 20px;
    width: 100%;
}

.change-password-section {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    ;
    background-color: #fff;
}

    .change-password-section .alert {
        border-radius: 12px;
        border: 1px solid rgba(227, 224, 224, 0.79);
        background: rgba(247, 247, 247, 0.50);
        display: block;
        width: 60%;
        padding: 8.708px;
        justify-content: center;
        align-items: center;
        gap: 8.708px;
    }

#editBtn2 {
    padding: 6px 18px;
    border: 2px solid #d3d3d3;
    border-radius: 30px;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
}

    #editBtn2:hover {
        background: linear-gradient(135deg, #7d4fff, #9e5bff);
        color: #fff;
        border-color: transparent;
    }

.change-password-section .gradient-btn {
    background: linear-gradient(135deg, #7d4fff, #9e5bff);
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 12px;
}

.change-password-section .form-control {
    border-radius: 12px;
    height: 45px;
}

.client-row .avatar {
    width: 35px !important;
    height: 35px !important;
    background: linear-gradient(to right, rgba(183, 0, 187, 1) 0%, rgb(133 1 132) 46%, rgba(1, 7, 133, 1) 100%);
    border-radius: 50%;
    color: white;
    display: flex;
    font-size: 14px !important;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}*/
/* Pagination Container */
/*.dataTables_paginate {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    gap: 6px;
}*/

    /* Page Buttons */
    /*.dataTables_paginate .paginate_button {
        display: inline-block;
        padding: 8px 14px;
        margin: 0 3px;
        border-radius: 8px;
        border: 1px solid #ddd;
        background: #fff;
        color: #333;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
    }*/

        /* Hover Effect */
        /*.dataTables_paginate .paginate_button:hover {
            background: #007bff;
            color: #fff;
            border-color: #007bff;
            box-shadow: 0 2px 6px rgba(0, 123, 255, 0.3);
        }*/

        /* Active Page */
        /*.dataTables_paginate .paginate_button.current {
            background: #007bff;
            color: #fff !important;
            border-color: #007bff;
            cursor: default;
            font-weight: 600;
        }*/

        /* Disabled State */
        /*.dataTables_paginate .paginate_button.disabled {
            background: #f4f4f4;
            color: #aaa !important;
            border-color: #ddd;
            cursor: not-allowed;
            box-shadow: none;
        }*/

    /* Previous / Next */
    /*.dataTables_paginate .previous,
    .dataTables_paginate .next {
        font-weight: 600;
    }*/

    /* Previous Button */
    /*.dataTables_paginate .paginate_button.previous {
        font-size: 16px;
        font-weight: 600;
        padding: 0 14px;
        border-radius: 12px;
        background: #fff;
        border: 1px solid #e5e7eb;
        transition: all 0.25s ease;
    }*/

    /* Next Button */
    /*.dataTables_paginate .paginate_button.next {
        font-size: 16px;
        font-weight: 600;
        padding: 0 14px;
        border-radius: 12px;
        background: #fff;
        border: 1px solid #e5e7eb;
        transition: all 0.25s ease;
    }*/

        /* Hover Effect */
        /*.dataTables_paginate .paginate_button.previous:hover:not(.disabled),
        .dataTables_paginate .paginate_button.next:hover:not(.disabled) {
            background: #f9f9f9;
            border-color: #d1d5db;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
            cursor: pointer;
        }*/

        /* Disabled State */
        /*.dataTables_paginate .paginate_button.previous.disabled,
        .dataTables_paginate .paginate_button.next.disabled {
            background: #f3f4f6;
            color: #9ca3af !important;
            border: 1px solid #e5e7eb;
            cursor: not-allowed;
            box-shadow: none;
        }


.dataTables_length {
    background-color: #F5F5F5;
    border: #d4d5e5 solid 1px;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}


.profile-card_info {
    margin: 0 auto;
    position: relative;
    top: 30px;*/
    /* background: linear-gradient( 134deg, #56565685, #5a5a5a00);*/
    /*padding: 2rem;
    border-top: #3E423F solid 1px;
    padding-top: 40px;
    text-align: center;
    margin: 0;*/
    /*box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.4);*/
/*}

    .profile-card_info img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 1rem;
    }

    .profile-card_info h5 {
        font-size: 1.2rem;
        font-weight: 500;
        color: #fff;
        margin-bottom: 1.5rem;
    }

.logout-btn {
    padding: 6px 10px;
    margin-bottom: 6px;
    display: inline-block;
    border-radius: 10px;
    font-size: 1rem;
    background: #7d4fff;
    border:0 !important;
    width:auto !important;
}
.logoutBtn span {
    color: #a084ef;
}

    .logout-btn:hover {
        background-color: #4720cc;
        transform: scale(1.05);
    }

.sidebar-collapsed .profile-card_info {
    padding: 8px 5px !important;
    width: 85%;
    border-radius: 15px !important;
}

    .sidebar-collapsed .profile-card_info img {
        width: 40px;
        height: 40px;
    }

.sidebar-collapsed .logout-btn {
    font-size: 0
}

.sidebar-collapsed .bi-box-arrow-right {
    font-size: 18px !important;
    position: relative;
    left: 5px;
}

.sidebar-collapsed .profile-card_info h5 {
    display: none;
}

.sidebar {
    position: relative;
}


.custom-table {
    border-radius: 8px;
    overflow: hidden;
    border-collapse: separate !important;
    border-spacing: 0 10px;*/ /* ⬅ bottom margin effect */
    /*width: 100%;
}

    .custom-table thead th {
        background-color: #BCD3FC;*/ /* light blue */
        /*color: #000;
        font-weight: 600;
        text-align: left;
        cursor: pointer;
        vertical-align: middle;
    }

    .custom-table tr {
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 12px;*/ /* works because of border-collapse: separate */
        /*box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }

    .custom-table tbody td {
        padding: 15px 20px;
        vertical-align: middle;
        border-top: none;
        border-bottom: none;
    }

.custom-card h6 {
    font-weight: 600;
    margin-bottom: 10px;
}

.custom-card .info {
    color: #6c757d;
    font-size: 14px;
}

.custom-actions button {
    border-radius: 50%;
    padding: 6px 10px;
    margin-left: 5px;
}*/
/* first and last td rounded corners */
/*.custom-table tbody tr td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.custom-table tbody tr td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.custom-table thead th:last-child {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.custom-table thead th:first-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.btn-view {
    background-color: #e7f1ff;
    color: #0d6efd;
}

.btn-edit {
    background-color: #fff3cd;
    color: #ff9800;
}

.btn-delete {
    background-color: #fdecea;
    color: #f44336;
}

.asc::after {
    content: " ▲";
}

.desc::after {
    content: " ▼";
}

.custom-card2 h6 {
    font-size: 16px;
}

.custom-card2 i {
    color: #8050FF
}

.custom-card2 span {
    margin-top: 4px;
    color: #848484;
    display: inline-block;
    font-size:14px;
}

.table-responsive-custom {
    background: #F3F3FB;
    padding: 20px;
    border-radius: 12px;
}

.custom-card2 {
    text-align:left !important;
}
.custom-table h6 a {
text-decoration:none}
.custom-table h6 {
    text-align: left !important;
}

.custom-table .info{ text-align: left !important;
}
.custom-table th, .custom-table td {
    text-align: left !important;
    padding: 15px 12px !important;}


.dropdownM {
    border-radius: 8px;
    border: 1px solid #D8E0ED;
    background: #FFF;
    display: flex;
    padding: 0 10px;
}


    .dropdownM .dropdown-menu {
        top: 30px !important;
        right: auto;
        left: 0;
    }

.navbar-nav .nav-link {
    font-weight: 600;
    color: #6c678d !important;*/ /* soft purple-grey color */
    /*text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .navbar-nav .nav-link:hover {
        color: #4a456e !important;*/ /* darker hover */
    /*}

.dropdown-menu {
    border-radius: 10px;
    box-shadow: 0px 6px 12px rgba(0,0,0,0.1);
}*/
/* Hover dropdown (only on desktop) */
/*@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
}


.settigns_wrapper {
    border-radius: 8px;
    border: 1px solid #D8E0ED;
    background: #FFF;*/
    /* display: flex;*/
    /*padding: 0 10px;
}*/

    /* Card container */
    /*.settigns_wrapper .status-card {
        border: 1px solid #D8E0ED;
        border-radius: 12px;
        padding: 20px;*/
        /*display: flex;
      flex-direction: column;*/
        /*gap: 15px;
        background: #F8F9FC;
        transition: box-shadow 0.2s ease;
    }

        .settigns_wrapper .status-card:hover {
            box-shadow: 0 6px 16px rgba(0,0,0,0.08);
        }*/

    /* Avatar */
    /*.settigns_wrapper .avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: linear-gradient(135deg, #7d4fff, #9e5bff);
        color: #fff;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        position: relative;
    }

        .settigns_wrapper .avatar::after {
            content: "";
            position: absolute;
            top: 5px;
            right: -3px;
            width: 14px;
            height: 14px;
            background: #4ade80;*/ /* green status */
            /*border-radius: 50%;
            border: 2px solid #fff;
        }*/

    /* Title & subtitle */
    /*.settigns_wrapper .status-info h5 {
        font-weight: 600;
        margin: 0;
    }

    .settigns_wrapper .status-info p {
        margin: 0;
        color: #6b7280;
        font-size: 14px;
    }*/

    /* Buttons row */
    /*.settigns_wrapper .status-buttons {
        display: flex;
        gap: 10px;
        flex-wrap: wrap-reverse;
    }*/

    /* Buttons style */
    /*.settigns_wrapper .btn-status {
        border-radius: 11px;
        padding: 6px 18px;
        font-size: 14px;
        font-weight: 500;
        transition: all 0.2s ease;
    }

    .settigns_wrapper .btn-pending {
        background: #a2a2a221;
        border: #A2A2A2 solid 1px;
        color: #A2A2A2;
    }

        .settigns_wrapper .btn-pending:hover {
            background: #e5e7eb;
        }

    .settigns_wrapper .btn-approved {
        background: #06cb5b17;
        color: #22c55e;
        border: 1px solid #22c55e;
    }

        .settigns_wrapper .btn-approved:hover {
            background: #22c55e;
            color: #fff;
        }

    .settigns_wrapper .btn-template {
        background: linear-gradient(135deg, #7d4fff, #9e5bff);
        color: #fff;
        border: none;
    }

    .settigns_wrapper .status-card:hover {
        background: linear-gradient(135deg, #7d4fff, #9e5bff);
        color: #fff;
    }

        .settigns_wrapper .status-card:hover h5 {
            color: #fff
        }

        .settigns_wrapper .status-card:hover p {
            color: #fff
        }

        .settigns_wrapper .status-card:hover .btn-template {
            border: #fff solid 1px;
        }

        .settigns_wrapper .status-card:hover .avatar {
            color: #fff;
            border: #fff solid 2px;
        }

        .settigns_wrapper .status-card:hover .btn-pending, .settigns_wrapper .status-card:hover .btn-approved {
            background: #a2a2a221;
            border: #fff solid 1px;
            color: #fff;
        }*/
/*email settings*/

/*.custom-card {
    background: #f5f6fe;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    border: #D8E0ED solid 1px;
    justify-content: space-between;
}*/

    /* Left Section (Switch + Text) */
    /*.custom-card .left-content {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .custom-card .left-text h6 {
        margin: 0;
        font-weight: 600;
        font-size: 16px;
        color: #222;
    }

    .custom-card .left-text p {
        margin: 0;
        font-size: 13px;
        color: #777;
    }*/

    /* Switch */
    /*.custom-card .form-switch .form-check-input {
        width: 40px;
        height: 20px;
        cursor: pointer;
    }

        .custom-card .form-switch .form-check-input:checked {
            background-color: #22c55e;*/ /* green */
            /*border-color: #22c55e;
        }*/

    /* Edit Button */
    /*.custom-card .edit-btn {
        background: transparent;
        border-radius: 8px;
        border: transparent solid 1px;
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .custom-card .edit-btn i {
            color: #f59e0b;*/ /* orange */
            /*font-size: 17px;
        }

    .custom-card .delete-btn {
        background: transparent;
        border-radius: 8px;
        border: transparent solid 1px;
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .custom-card .delete-btn i {
            color: red;*/ /* orange */
            /*font-size: 17px;
        }

    .custom-card .view-btn {
        background: #cae6ff;
        border-radius: 8px;
        border: #2070b6 solid 1px;
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .custom-card .view-btn i {
            color: #2070b6;*/ /* orange */
            /*font-size: 14px;
        }

.actionbtns {
    display: flex;
    gap: 10px;
}

.engagement_btns {
    display: flex;
    gap: 10px;
}

    .engagement_btns button {
        border-radius: 12px;
        padding: 4px 7px
    }

        .engagement_btns button.pending {
            border: #A2A2A2 solid 2px;
            color: #A2A2A2;
            background: #ebebeb
        }

        .engagement_btns button.approved {
            border: #06CB5B solid 2px;
            color: #06CB5B;
            background: #dbf9e8
        }

.dues {
    color: #fff;
    background: #F67F79;
    border-radius: 7px;
    display: inline-block;
    margin-top: 4px;
    padding: 4px 7px;
    ;
    font-size: 11px;
}



.side-menu {
    flex-shrink: 0;
    height: 100vh;
    position: fixed;
    background-color: #343a40;
    color: white;
    text-align: center;
    width: 90px;
}



.sidebar-menu2 {
    list-style: none;
    padding: 0 5px;
    margin: 0px auto 0 auto;
}

    .sidebar-menu2 span {
        display: block;
        font-size: 11px;
        margin-bottom: 15px;
    }

    .sidebar-menu2 li {
        display: block;
        position: relative;
        margin-bottom: 1px;
        text-align: center;
    }

    .sidebar-menu2 a {
        position: relative;
        align-items: center;
        padding: 0;
        color: var(--sidebar-color);
        text-decoration: none;
        transition: all 0.30s;
    }

        .sidebar-menu2 a.active span {
            color: #a084ef;
        }
        .sidebar-menu2 a.active i {
            background: #7d4fff;
        }
            .sidebar-menu2 a i {
            padding: 6px 10px;
            margin-bottom: 6px;
            display: inline-block;
            border-radius: 10px;
            font-size: 1rem;
            background: #7d4fff78;*/
            /*background: linear-gradient(135deg, #7d4fff, #9e5bff);*/
        /*}
.search_filter_form .input-group {
    width: 290px !important;
    
}
    .search_filter_form .input-group input {
        padding-left: 40px !important;
        border-radius: 100px !important;
        border: #CCCCCC solid 2px !important;
        background: #fff !important;
    }
    .search_filter_form {
        display: flex;
        gap: 1rem;
        align-items: center;
        justify-content: end;
     
    }

.search_filter_form  span{
    position: absolute;
    z-index: 10;
    top: 19px;
    background: transparent;
    border: 0;
}
    .search_filter_form .form-control {
        border: #DFE3E7 solid 1.5px;
        border-radius: 12px;
        padding: 10px 30px 10px 20px;
        width: 100%;
    }
    .search_filter_form .form-select {
        border: #DFE3E7 solid 1.5px !important;
        border-radius: 12px !important;
        padding: 10px 30px 10px 20px !important;
        width: 100%;
    }
.input-group .form-control {
    padding-left: 41px !important;
}
.input-group {
    margin: 0;
}
    .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        border: #DFE3E7 solid 1.5px;
    }*/



/*teams*/


/*.team-grid {
    display: flex;
    flex-wrap: wrap;*/ /* allow wrapping */
    /*gap: 30px;
    margin-top: 20px;
}

.team-card {
    flex: 1 1 calc(20% - 30px);*/ /* 5 per row (100% ÷ 5 = 20%) */
    /*max-width: calc(20% - 30px);
    background: white;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 50px 20px 30px 20px;
    position: relative;
    transition: transform 0.2s;
}

    .team-card:hover {
        transform: translateY(-5px);
    }

.card-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .card-header h3 {
        font-size: 18px;
        color: #222;
        margin: 0;
    }

.menu-wrapper {
    position: absolute;
    right: 10px;
    top: 10px;
}

.menu-button {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
}

.dropdown-menu {
    position: absolute;
    top: 30px;*/ /* Drop up */
    /*right: 0;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    list-style: none;
    padding: 5px 0;
    min-width: 110px;
    border-radius: 6px;
    display: none;
    z-index: 10;
}

    .dropdown-menu.show {
        display: block;
    }

    .dropdown-menu li {
        padding: 5px 15px;
        cursor: pointer;
        font-size: 14px;
        color: #333;
        transition: background 0.2s;
    }

        .dropdown-menu li:hover {
            background-color: #f0f0f0;
        }

.placeholder-img i {
    font-size: 90px;
    position: relative;
    top: 2px;
    color: #cccccc
}

.team-card img,
.placeholder-img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 1000px;
    margin-bottom: 15px;
}

.placeholder-img {
    background-color: #e0e0e0;
    width: 140px;
    height: 140px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #aaa;
}

.role {
    font-size: 14px;
    font-weight: 500;
    color: #d7d7d7;
}


.card-header p {
    text-align: center;
    margin-top: 5px !important;
    margin: 0;
    padding: 0
}

.card-header h3 {
    text-align: center;
    margin-top: 5px !important;
    margin: 0;
    padding: 0
}
.custom-tabs {
    border-radius: 8px;
    border: 1px solid #D8E0ED;
    background: #FFF;
    display: flex;
    padding: 11px 14px !important;
}*/

/* Toggle Switch Style */
/*.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.3s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        border-radius: 50%;
        transition: 0.3s;
    }

.switch input:checked + .slider {
    background-color: #15D07C;
}
.topButtons .switch input:checked + .slider {
    background-color: #d3d3d338 !important;
}
.ctoggle .switch input:checked + .slider {
    background-color: #d3d3d338 !important;
}
.topButtons .form-select {
    padding: 12px 20px !important;
    border: 2px solid #e1e6ec !important;
    border-radius: 12px !important;
    background-color: #fff !important;
}
.topButtons .form-control {
    padding: 12px 20px !important;
    border: 2px solid #e1e6ec !important;
    border-radius: 12px !important;
    background-color: #fff !important;
}
.switch input:checked + .slider:before {
    transform: translateX(22px);
}

.role-block .roleinner {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.role-block {
    padding: 15px 18px 7px 18px;
    background: #f3f6fc;
}

    .role-block label {
        font-weight: bold;
        font-size: 1.2rem;
        color: #333;
        margin-right: 10px;
    }

.role-input {
    padding: 8px 20px;
    font-size: 16px;
    border: 2px solid #914ff6;
    border-radius: 15px;
    outline: none;
    flex: 1;
    min-width: 250px;
}

.btn-save {
    background: linear-gradient(to right, #914ff6, #a26dfd);
    color: white !important;
    border: none;
    border-radius: 15px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.btn-close2 {
    background-color: #f8d7da;
    border: none;
    border-radius: 15px;
    color: red;
    font-size: 24px;
    width: 48px;
    height: 48px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.role-permissions {
    background: #f3f6fc;
    padding: 10px 25px 5px 25px;
    border-radius: 12px;
}

.permission-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #e6e8eb;
}

    .permission-row:last-child {
        border-bottom: none;
    }

.permission-name {
    font-size: 15px;
    color: #333;
}
.btn-primary, .btn-outline-primary {
    background: linear-gradient(135deg, #7d4fff, #9e5bff) !important;
    color: white !important;
    border: 0 !important;
    border-radius: 12px !important;
}
.taxblock .btn-danger {
    padding: 11px 10px !important;
    border-radius: 12px !important;
}
.header-bar .btn {
    border-radius: 100px !important;
}
.btn {
    border-radius: 12px !important;
}

.dropdownmmMenu{display:flex;}
.menuOuter ul {
    padding: 0;
    margin: 0;
}
.menuOuter {
    border-radius: 8px;
    border: 1px solid #D8E0ED;
    background: #FFF;
    padding: 18px 10px
}

.menuOuter {
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    font-family: "Segoe UI", sans-serif;
}

    .menuOuter .dropdownmmMenu {
        list-style: none;
        display: flex;
        gap: 20px;
        margin: 0;
        padding: 0;
    }

    .menuOuter .nav-item {
        position: relative;
    }

    .menuOuter .nav-link {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        text-decoration: none;
        padding: 8px 12px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
    }

        .menuOuter .nav-link i {
            margin-left: 6px;
            font-size: 12px;
            transition: transform 0.3s ease;
        }*/

    /* Rotate arrow on open */
    /*.menuOuter .nav-item.show .nav-link i {
        transform: rotate(180deg);
    }*/

    /* Hover effect */
    /*.menuOuter .nav-link:hover {
        background: #f3f0ff;
        color: #5a2df9;
    }*/

    /* Dropdown Menu */
    /*.menuOuter .dropdown-menu {
        position: absolute;
        top: 28px;
        left: 0;
        min-width: 200px;
        padding: 8px 0;
        margin-top: 8px;
        border: none;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        z-index: 1000;
    }
.hovernone:hover h4{color:#000;}
.hovernone:hover {
    background: #fff !important;
}*/
    /* Show dropdown on hover */
    /*.menuOuter .nav-item:hover > .dropdown-menu,
    .menuOuter .nav-item.show > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
.col-w {
    width: 350px
}*/

    /* Dropdown items */
    /*.menuOuter .dropdown-item {
        font-size: 14px;
        font-weight: 500;
        color: #555;
        padding: 8px 16px;
        transition: all 0.2s ease;
        border-radius: 6px;
    }

        .menuOuter .dropdown-item:hover {
            background: #f3f0ff;
            color: #5a2df9;
        }*/

        /* Active Page */
        /*.menuOuter .dropdown-item.active {
            background:#7d4fff;
            color: #fff;
        }*/

/*quesionarei css*/
/*.q-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
    height: 220px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

    .q-card .questionnaires_block {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

.questionnaires_block .q_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-shrink: 0;
}

    .questionnaires_block .q_header h2 {
        font-size: 22px;
        font-weight: 600;
        color: #111;
    }

.questionnaires_block .q_icon {
    width: 30px;
    height: 30px;
    background: #22c55e;
    border-radius: 6px;
    position: relative;
    text-align: center;
    line-height: 30px;
    color: #fff
}

.questionnaires_block .q_stats {
    display: flex;
    gap: 15px;
    margin-top: auto;
}

.questionnaires_block .q_stats2 .q_card {
    flex: none !important;
    width: 120px;
}

.questionnaires_block .q_card {
    flex: 1;
    text-align: center;
    border-radius: 12px;
    padding: 15px 10px;
}

    .questionnaires_block .q_card h3 {
        font-size: 28px;
        margin: 0;
        font-weight: 700;
        color: #111;
    }

    .questionnaires_block .q_card p {
        margin: 5px 0 0;
        font-size: 15px;
        color: #333;
    }*/

    /* Colors */
    /*.questionnaires_block .q_card.completed {
        background: #e6f9f0;
    }

    .questionnaires_block .q_card.sent {
        background: #fff1e6;
    }

    .questionnaires_block .q_card.pending {
        background: #eeeaff;
    }

.donutqc {
    display: flex;
    padding: 20px;
    align-items: center;
}

    .donutqc h3 {
        text-align: left;
        width: 200px;
        font-size: 22px;
    }

    .donutqc canvas {
        width: 180px !important;
        margin: 0 50px 0 17px;
        height: 180px !important;
    }

    .donutqc .legend {
        text-align: left !important;
        justify-content: flex-start;
    }

        .donutqc .legend .brd {
            font-size: 24px;
            font-weight: 900
        }

            .donutqc .legend .brd span {
                font-size: 16px;
                font-weight: 500
            }*/
/* Parent container styling */
/*.filter-barq {
    background: #EAECF8;*/ /* light bluish background */
    /*border-radius: 16px;
    padding: 16px;
    margin-bottom: 15px;
    display: flex;
    border: #DBDEEE solid 1px;
    gap: 12px;
    justify-content: flex-start;
    align-items: center;
}*/

    /* Dropdown select styling */
    /*.filter-barq select {
        color: #333;
        border: #DFE3E7 solid 1.5px;
        border-radius: 12px;
        padding: 10px 30px 10px 20px;
        width: 20%;
        box-shadow: none;
        outline: none;
    }*/

        /* On focus */
        /*.filter-barq select:focus {
            border-color: #0d6efd;*/ /* Bootstrap primary */
            /*box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
        }

.qlist {
    background: #EAECF8;*/ /* light bluish background */
    /*border-radius: 16px;
    padding: 16px;
    margin-bottom: 15px;
    border: #DBDEEE solid 1px;
    gap: 12px;
}

.qlist-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qlist-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #5b4ce2;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.qlist-filter {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
}

    .qlist-filter li {
        padding: 5px 16px;
        border: 2px solid #ddd;
        border-radius: 12px;
        background-color: white;
        color: #555;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s ease;
    }

        .qlist-filter li.active {
            color: #5b4ce2;
            border-color: #5b4ce2;
            font-weight: 600;
            background-color: #f3f0ff;
        }

.qlist-title-filter li:hover {
    color: #5b4ce2;
    border-color: #5b4ce2;
    font-weight: 600;
    background-color: #f3f0ff;
}

.lockUnlock-icons i {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    margin-right: 10px;
    background-color: var(--sidebar-bg);
    color: white;
    padding: 8px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
}*/


/* Parent container */
/*.custom-check-container {
    display: inline-block;
}*/

    /* Hide default checkbox */
    /*.custom-check-container .custom-checkbox {
        display: none;
    }*/

    /* Label as custom circle */
    /*.custom-check-container .custom-label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border: 2px solid #dadde4;*/ /* light blue/gray border */
        /*border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
    }*/

        /* Checkmark hidden by default */
        /*.custom-check-container .custom-label::after {
            content: "";
            width: 15px;
            height: 7px;
            border-left: 3px solid #4a90e2;*/ /* blue check color */
            /*border-bottom: 3px solid #4a90e2;
            transform: rotate(-45deg) scale(0);
            opacity: 0;
            transition: all 0.3s ease;
            position: absolute;
        }*/

    /* Show checkmark when checked */
    /*.custom-check-container .custom-checkbox:checked + .custom-label::after {
        transform: rotate(-45deg) scale(1);
        opacity: 1;
    }

.date-cell {
    position: relative;
}

.edit-icon {
    margin-left: 8px;
    cursor: pointer;
    color: #6c757d;
}

.datepicker-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    margin-top: 4px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 4px;
}

    .datepicker-container input {
        border: none;
        outline: none;
        padding: 4px;
        font-size: 14px;
    }

.schedule-buttons {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.btn-schedule {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: linear-gradient(90deg, #9b5cff, #7c4dff);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-schedule i {
        font-size: 18px;
    }

    .btn-schedule:hover {
        opacity: 0.9;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(124, 77, 255, 0.4);
    }

    .btn-schedule:active {
        transform: translateY(0);
        box-shadow: none;
    }

.status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}

    .status-badge.approved {
        background-color: #e6f6ec;*/ /* light green bg */
        /*color: #1b9c5c;*/ /* green text */
    /*}

    .status-badge.pending {
        background-color: #fff4e6;*/ /* light orange bg */
        /*color: #ff9800;*/ /* orange text */
    /*}

.lockUnlock-icons {
    position: relative;
}

    .lockUnlock-icons .request-badge {
        position: absolute;
        top: -7px;
        left: -7px;
        background: red;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }


.h-screen h4{
    font-size:16px !important;
}
.border-dashed:hover{
    background:transparent !important;
}

space-y-4 {
    font-size: 16px !important;
}*/