/**
 * 后台白色主题覆盖样式
 */
body.admin-white-theme,
body.admin-white-theme .wrapper,
body.admin-white-theme .content-wrapper,
body.admin-white-theme .content,
body.admin-white-theme .main-footer {
    background-color: #fff !important;
}

body.admin-white-theme .main-header,
body.admin-white-theme .main-header .navbar,
body.admin-white-theme .navbar-white {
    background-color: #fff !important;
    border-bottom: 1px solid #eef0f3;
    box-shadow: none;
}

body.admin-white-theme .main-sidebar,
body.admin-white-theme .sidebar-light-primary,
body.admin-white-theme .sidebar-light-primary .brand-link {
    background-color: #fff !important;
    border-right: 1px solid #eef0f3;
}

body.admin-white-theme .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #f5f8ff !important;
    color: #3085d6 !important;
}

body.admin-white-theme .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link:hover {
    background-color: #f8f9fb !important;
}

body.admin-white-theme .card,
body.admin-white-theme .card-header,
body.admin-white-theme .box,
body.admin-white-theme .table-box,
body.admin-white-theme .dropdown-menu,
body.admin-white-theme .modal-content {
    background-color: #fff !important;
    border-color: #eef0f3 !important;
}

body.admin-white-theme .card {
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

body.admin-white-theme .table thead th,
body.admin-white-theme .grid-table thead th {
    background-color: #fafbfc !important;
    color: #4b5563;
}

body.admin-white-theme .table td,
body.admin-white-theme .table th,
body.admin-white-theme .grid-table td,
body.admin-white-theme .grid-table th {
    border-color: #eef0f3 !important;
}

body.admin-white-theme .form-control,
body.admin-white-theme .custom-select,
body.admin-white-theme .select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border-color: #dfe3ea !important;
}

body.admin-white-theme .login-page.bg-40 {
    background: #fff !important;
}

body.admin-white-theme .login-page .card {
    border: 1px solid #eef0f3;
}

body.admin-white-theme .content-header {
    background: transparent;
}

body.admin-white-theme .breadcrumb {
    background: transparent;
}

body.admin-white-theme .nav-tabs {
    border-bottom-color: #eef0f3;
}

body.admin-white-theme .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #eef0f3 #eef0f3 #fff;
}

body.admin-white-theme .footer {
    background: #fff !important;
    border-top: 1px solid #eef0f3;
}

body.admin-white-theme .main-sidebar .brand-text {
    color: #1f2937;
}

body.admin-white-theme .text-muted,
body.admin-white-theme .help-block {
    color: #6b7280 !important;
}
