.pull-right{
    float: right;
}
.pull-left{
    float: left;
}
.brand-text{
   font-weight: 600 !important;
   color: #fff;
    font-size: 20px;
}
.fw-600{
    font-weight: 600 !important;
}
[class*=sidebar-dark-] .sidebar a{
    color: #fff;
}
.dt-buttons{
    display: none;
}
.content-wrapper>.content , .content{
    padding: 0 2.5rem;
}
.content-header{
    padding: 15px 2.2rem;
}
.closed-days .custom-checkbox{
    margin-right: 10px;
}
.closed-days .custom-control-label{
    cursor: pointer;
    font-weight: 500 !important;
}
.mb-1{
    margin-bottom: 1rem !important;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.time-from{
    padding: 0px;
    margin-left: 13px;
}
.nav-sidebar .nav-link {
    display: block;
    padding: .5rem .5rem;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active{
    background: #000;
}
.dropdown-toggle{
    color: #000;
    font-weight: 600;
}
.dropdown-toggle::after{
    vertical-align: 0em;
}
.card-primary.card-outline {
    border-top: 3px solid #000;
}
.dropdown-menu-lg .dropdown-item {
    padding: .5rem .5rem;
    font-size: 15px;
    white-space: normal;
    word-break: break-word;
}
.dropdown-item:active{
    background: #000;
}
.news img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin: auto;
}
.news-img{
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.not-dropdown {
    height: 300px;
    overflow-y: auto;
}