body.modal-open {
    overflow: hidden !important;
}
.custom-header-wrapper {
    height: 56px;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    background-color: #6b21a8;
    margin-left:0px;
}

.user-page-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.custom-header {
    width: 100%;
    padding: 1rem 2rem;
    /*    background-color: #fff;*/
    box-shadow: 0 1px 6px rgba(107, 33, 168, 0.08);
    border: none;
}

.text-purple {
    color: #3b0764;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
}

.top-row {
    background-color: transparent !important;
}

.navbar-brand {
    color: white !important;
}

.sidebar-wrapper {
    background-color: #f5f3ff;
    height: 100vh;
    width: 235px;
    box-shadow: 2px 0 10px rgba(107, 33, 168, 0.08);
    display: flex;
    flex-direction: column;
}

/* Header */
.sidebar-header {
    background-color: white;
    color: #ddd6fe;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 1px;
    /*   display:flex;
   justify-content:start;*/
}


/*.sidebar-title {
    font-size: 2rem;
}*/
.nav-menu {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.nav-link-custom {
    display: flex;
    align-items: center;
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    color: #4c1d95;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

    .nav-link-custom:hover {
        background-color: #ede9fe;
        color: #6b21a8;
    }

.active-link {
    background-color: #ddd6fe;
    font-weight: 600;
    color: #6b21a8;
}

.btn-icon-circle {
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.actionBtnBox {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.btn-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 16px;
    line-height: 1;
}
.filter-col {
    width: 19.5%; /* or 20% with some margin */
    min-width: 150px;
}


