.dashboard-admin .dashboard-bg {
    background: linear-gradient(135deg, #444355 0%, #241f20bf 100%);
}
.sidebar .sidebar-wrapper .logo {
    background: #292836;
    padding: 0;
    margin-bottom: 0;
}
.sidebar .sidebar-wrapper .menu-list .menu-item.active {
    color: #fff;
    /* background: rgba(255, 255, 255, 0.1); */
    background: #64787e;
    border-color: rgba(255, 255, 255, 0.02);
}
.container .container-wrapper .sidebar {
    background: #292836;
}
.form-admin .form-bg {
    background: linear-gradient(135deg, #444355 0%, #252431e3 100%);
}
.dashboard-admin .dashboard-wrapper .dashboard-body .dashboard-list > * > * {
    width: calc((100% / 3) - 30px - (0px * 2));
}
.bg-order {
    background-color: #17a2b8 !important;
}
.bg-order-pending {
    background-color: #f39c12 !important;
}
.bg-order-success {
    background-color: #28a745 !important;
}
.bg-order-sale {
    background-color: #007bff !important;
}
.bg-promotion {
    background: #f93154 !important;
}
.bg-info {
    background-color: #17a2b8;
}
.logo-dashboard {
    width: 200px !important;
}
.bg-customer {
    background-color: #3f6791 !important;
}
.bg-member {
    background-color: #e56f36  !important;
}
.login .login-wrapper .form-container .form .header-login img {
    width: 200px;
}
.image-uploader .uploaded .uploaded-image .delete-image {
    right: 0rem !important;
    top: 0rem !important;
    padding: 0.2rem !important;
    border-radius: 0px !important;
}
.image-uploader button:not(.text-gray-400):not(.fancybox-button) {
    min-width: 46px !important;
}
.modal {
    background-color: rgba(51, 51, 51, 0.493);
}

.dashboard-admin .dashboard-bg {
    background: #444355;
}
.sub-item.active svg {
    stroke: #fff !important;
    fill: #fff !important;
}
.btn-toggle-sidebar span{
    color: #0155af !important;
}
.menu-row .menu-item.active {
    color: #0155af !important;
    border-bottom: 2px solid #0155af !important;
}


