@media only screen and (max-width: 920px) {
    .login-col.left {
        display: none;
    }
    .login-col.right {
        width: 100%;
    }
    .login-col.right {
        background: url(https://skymed.bg/wp-content/uploads/2024/06/medconsult.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .login-col.right:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #36ab9c2e;
        z-index: 1;
    }
    .login-form {
        z-index: 2;
    }
}
@media only screen and (max-width: 800px) {
    .fc .fc-toolbar {
        display: block;
    }
}
@media (max-width: 991px) {
    .admin-shell {
        flex-direction: column;
    }
    .admin-sidebar {
        width: 100%;
        height: auto;
        position: static;
        overflow: visible;
    }
    .sidebar-brand img {
        width: 140px;
    }
    .sidebar-menu {
        width: 100%;
    }
    .admin-content {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .sidebar-toggler {
        display: none;
    }
}
