#main-wrapper[data-layout=vertical][data-header-position=fixed] .body-wrapper>.container-fluid{
    padding-top: calc(15px + 0px) !important;

}

.left-sidebar {
    background-color: #171818 !important;
}

.sidebar-nav ul .sidebar-item .sidebar-link{
    color: #ffffff !important;
    font-weight: 600 !important;
}

.sidebar-nav ul .sidebar-item.selected>.sidebar-link, .sidebar-nav ul .sidebar-item.selected>.sidebar-link.active, .sidebar-nav ul .sidebar-item>.sidebar-link.active{
    color: #fff !important;
    background-color: #0056b3 !important;
}

/* .table style */
.memeber-table {
    background-color: #0056b3 !important;
}


.nav-small-cap{
    color: #ffffff !important;
}

.stats-card-bg{
    background-color: #0056b3 !important;
}

.form-control {
    border: var(--bs-border-width) solid #6610f2 !important;
}

.form-select {
    border: var(--bs-border-width) solid #6610f2 !important;
}

.app-header {
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
    background: #171818 !important;
}


.active>.page-link, .page-link.active {
    background-color: #0056b3 !important;
    border-color: #6610f2 !important;
}

.brand-logo
{
    background-color: #ffffff !important;
}



.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.alert.alert-success {
    background-color: #01d15b !important;
    color: #ffffff !important;
    font-size: medium !important;
}

.alert.alert-danger {
    background-color: #c20013 !important;
    color: #ffffff !important;
    font-size: medium !important;
}

.alert.alert-info {
    background-color: #ffb024 !important;
    color: #ffffff !important;
    font-size: medium !important;
}
.actual-number-count {
    font-size: 0.70rem  !important;
}