[class*=sidebar-dark-] {
    background-color: rgb(44, 154, 132);
}

.sidebar a {
    color: #dfe4ec !important;
}


.sidebar .nav-item {
    a.nav-link.active {
        color: #dfe4ec !important;
    }

    .nav-treeview a.active {
        color: #717478 !important;
    }
}

.brand-text {
    font-size: 17px;
    color: rgb(86 244 213);
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color:rgb(25, 89, 76);
    color: #fff;
}
.brand-image {
    width: 43px !important;
}
.font-weight-light {
    font-weight: 500 !important;
}

.bg-primary-madani {
    color: #fff;
    background-color: rgb(63, 209, 180);
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: rgb(22, 73, 63);
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: rgb(46 130 113);
    border-color: rgb(46 130 113);
}
.btn-default {
    border-radius: 5px;
}
.btn-primary {
    background-color: rgb(46 130 113) !important;
}
.sidebar-wrapper {
    background-color: rgb(25, 89, 76);
}
.profile-menu-right {
    border-radius: 15px !important;
}
.btn-pill {
    border-radius: 50px; /* Adjust the value for the desired pill shape */
    padding-left: 20px; /* Add padding for better appearance */
    padding-right: 20px; /* Add padding for better appearance */
}
.footer-primary-madani {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}
