.input-form-error{
    font-size: 12px;
    color: #ec0c0c;
    font-style: italic;
}


.user-update-image{
    width: 100%;
    height: 315px;
    object-fit: contain;
    border-radius: 15px;
    margin-top: -10px;
}

.auth-icon i {
    font-size: 25px;
}

.user-authority-form a{
    color:#a1a5b7;
}

.switch-warning:checked{
    background-color: #ffc107!important;
}

.switch-success:checked{
    background-color: #28a745!important
}

.switch-danger:checked{
    background-color: #dc3545!important
}

.switch-primary:checked{
    background-color: #007bff!important
}

.switch-secondary:checked{
    background-color: #6c757d!important
}

.switch-info:checked{
    background-color: #17a2b8!important
}

.switch-dark:checked{
    background-color: #343a40!important
}

.none-select{
    user-select: none;
}


.aside .aside-logo {
    justify-content: center !important;
}

.aside .aside-logo img {
    object-fit:contain !important;
    height: 30px !important;
}


.wrapper {
    padding-right: unset !important;
    transition: 300ms;
}

#kt_body.active .wrapper {
    padding-right: 400px !important;
    transition: 300ms;
}


.drawer-overlay{
    display: none !important;
}

.sidebar-nav .nav-item{
    width: 100% !important;
}

.sidebar .sidebar-nav .nav-link {
    width: 50%;
}

.sidebar .sidebar-nav .nav-link.active {
    width: 95%;
}

.live-stream-box{
    margin-bottom: 15px;
}

.live-stream-box img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.margin-left {
    margin-left: 5px;
}









@media (min-width: 992px){
    .drawer-overlay{
        display: none !important;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding: 0 25px !important;
        max-width: 1440px !important;;
    }
    
}

@media (max-width: 992px){
    .drawer-overlay{
        display: block !important;
    }
}
