body
{
    background: #f4f3ef !important;
}

.sidebar .sidebar-wrapper, .off-canvas-sidebar .sidebar-wrapper
{
    overflow: visible !important;
}

.sidebar:after, .off-canvas-sidebar:after {
    background: #313366 !important;
    color: #fff !important;
    transition: all 0.3s !important;
    z-index: 3;
}

.sidebar[data-color="white"] .logo .simple-text, .off-canvas-sidebar[data-color="white"] .logo .simple-text {
    color: #fff !important;
}

.sidebar ul li a
{
    padding: 10px !important;
    font-size: 1.1em !important;
    display: block !important;
    text-decoration: none !important;
    text-transform: none !important;
}

.sidebar .sidebar-wrapper li.active > a:not([data-toggle="collapse"]):after, .sidebar .sidebar-wrapper li.active > [data-toggle="collapse"] + div .nav li:after
{
    border: none !important;
}

.sidebar .sidebar-wrapper li.active > a:not([data-toggle="collapse"]):before, .sidebar .sidebar-wrapper li.active > [data-toggle="collapse"] + div .nav li:before
{
    border: none !important;
}

/* .sidebar, .off-canvas-sidebar {
    width: 240px !important;
}

.sidebar .sidebar-wrapper, .off-canvas-sidebar .sidebar-wrapper
{
    width: 240px !important;
}

.main-panel {
    width: calc(100% - 240px) !important;
} */


::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

.btn-primary
{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-secondary
{
    background: #303266;
}

.btn-danger
{
    background: #4B4B4D;
}

.card label
{
    font-size: 0.8571em;
    margin-bottom: 5px;
    font-weight: bold !important;
    color: black !important;
}

a
{
	color: #fff !important;
}

.form-control
{
    border: solid 1px #303266 !important;
}
