.theme-red .selectgroup-input:focus+.selectgroup-button, .theme-red .selectgroup-input:checked+.selectgroup-button {
    background-color: #005DA0;
    color: #fff;
}
body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active>a {
    padding-left: 20px;
    position: relative;
    color: #b6b2b4;
}
#sidebar-wrapper {
    height: 100%;
    overflow: scroll;
}
.main-content {
    min-height: 750px;
}
.main-sidebar .sidebar-brand a .header-logo {
    height: 60px;
    padding-left: 15px;
    padding-top: 12px;
}
::-webkit-scrollbar-thumb {
    background: #dad8d9 !important;
    border-radius: 0px !important;
}
.react-datepicker-wrapper{
    width:100%;
}
button:focus {
    outline: none !important;
}