.logo__div {
    min-width: 280px;
}

@media (min-width: 320px) {
    .sidebar-show .sidebar-nav {
        position: fixed;
        width: 280px;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 999;
        background: #fff;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
        max-height: calc(100vh - 0px);
        overflow-y: auto;
        transition: .2s;
    }
    .sidebar-show .sidebar-nav .side-menu-block {
        background: #fff !important;
    }
    .sidebar-show .sidebar-nav .profile-pics {
        width: 51px;
        height: 51px;
        overflow: hidden;
        position: relative;
    }
    .sidebar-show .sidebar-nav .user-name {
        font-size: 20px;
    }
    .sidebar-show .sidebar-nav .rotate-caret {
        width: 18px;
        transform: rotate(0deg);
    }
    .sidebar-show .sidebar-nav .rotate-caret.rotate {
        transform: rotate(180deg);
    }
    .sidebar-show .sidebar-nav .profile--menu {
        position: relative;
        top: 0px;
        margin-top: 20px;
    }
    .sidebar-show .sidebar-nav .side-menu-block {
        padding: 0px 0 25px 0;
    }
    .sidebar-show .sidebar-nav .side-menu-block .menu-list .menu-list_title {
        color: #293450;
    }
    .sidebar-show .sidebar-nav .side-menu-block .menu-list .submenu-arrow {
        border-top: 6px solid #293450;
    }
    .sidebar-show .sidebar-nav .side-menu-block .menu-list.active>a>.menu-list_logo {
        display: inline-block;
    }
    .sidebar-show .sidebar-nav .side-menu-block .menu-list.active .submenu-arrow {
        border-right: 6px solid #293450;
        border-top: 6px solid transparent;
    }
    .sidebar-show .sidebar-nav .side-menu-block .menu-list .menu-list-pl .sm-menu-list {
        color: #293450;
        opacity: 65%;
        margin-left: 0px;
    }
    .sidebar-show .sidebar-nav .side-menu-block .menu-list .menu-list-pl {
        padding-left: 42px;
    }
    .sidebar-show .sidebar-nav .side-menu-block .menu-list.active .menu-list-pl .active .sm-menu-list {
        opacity: 1;
        font-weight: 700;
    }
    .sidebar-nav {
        left: -300px;
        position: absolute;
        width: 270px;
        transition: .2s;
    }
    .user-pics-off {
        min-width: 40px;
        min-height: 40px;
    }
    .user-pics-off .minor-user {
        width: 40px;
        height: 40px;
    }
    .sidebar-show .overflow-bg {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: 5;
    }
    body.sidebar-show {
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .sidebar-show .sidebar-nav {
        display: none !important;
    }
    .sidebar-fixed {
        min-width: 250px;
        position: relative;
    }
    .main-content {
        min-width: 0;
        width: 100%;
    }
    .sidebar-show .overflow-bg {
        display: none !important;
    }
    .logo__div {
        min-width: 227px;
    }
}

@media (min-width: 1366px) {
    .sidebar-fixed,
    .logo__div {
        min-width: 280px;
    }
}

@media (min-width: 1920px) {
    .sidebar-fixed,
    .logo__div {
        min-width: 300px;
    }
}