@media only screen and (min-width: 1445px) and (max-width: 1599px) {
    .sidebar-scroll .metismenu {
        max-height: 560px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {
    .sidebar-scroll .metismenu {
        max-height: 555px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sidebar-scroll .metismenu {
        max-height: 555px;
    }
    .main-sec-home .home-white-sec .upcoming-event h4 {
        font-size: 18px;
    }
    .main-sec-home .home-white-sec .upcoming-event p {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-sec-home .home-white-sec .teammates-list .manager-portal {
        min-height: auto;
        max-height: 375px;
        height: auto;
        overflow-y: auto;
    }
    .sidebar-scroll .metismenu {
        max-height: 555px;
    }
}
@media only screen and (min-width: 300px) and (max-width: 991px) {
    .header-1 nav #navbarSupportedContent ul li button.toggle {
        display: block;
    }

    /* sidemenu start */
    .sidebar {
        left: -290px;
    }

    .sidebarshow {
        left: 0;
    }
    
    .padding-set-here {
        padding: 35px 0 50px 0;
    }
    
    .header-1 {
        padding: 10px 0 10px 0;
    }

}
@media only screen and (min-width: 300px) and (max-width: 519px) {
    .sidebar {
        height: calc(100% - 60px);
        top: 4.6rem;
        left: -290px;
    }
    .sidebarshow {
        left: 0;
    }
    .header-1 nav #navbarSupportedContent ul li button.toggle {
        width: 40px;
        height: 40px;
        padding: 10px;
    }
    .header-1 nav #navbarSupportedContent ul {
        display: flex;
        flex-direction: row;
        margin: 0;
    }
    .sidebar-scroll .metismenu {
        max-height: 475px;
    }
    
    .header-1 .navbar .container-fluid{
        flex-direction: column-reverse;
    }
    
    .header-1 nav #navbarSupportedContent{
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }
    
    .sidebar-scroll .metismenu li a{
            padding: 8px 25px;
    }
    .header-1 {
        z-index: 99;
        transition: all .2s ease;
        background: #fff;
        box-shadow: 0 0 8px 2px rgb(0 0 0 / 5%);
        position: fixed;
        top: 0;
        width: 100%;
    }
    .padding-set-here {
        padding: 130px 0 50px 0;
    }
}