/* * {
    border-radius: 3px !important;
} */

@media screen and (min-width: 769px) and (max-width: 99999px) {
    .nav-container {
    /* width: 240px; */
    /* background: #fff; */
    /* border-right: 1px solid #e0e0e0; */
    /* height: calc(100vh - 60px); */
    /* overflow-y: auto; */
    /* position: fixed; */
    /* left: 0; */
    /* top: 60px; */
    width: 280px;
    background: #ffffff;
    /* border-right: 1px solid #e0e0e0; */
    /* height: calc(100vh - 60px); */
    overflow-y: auto;
    position: fixed;
    /* left: 20px; */
    /* top: 60px; */
    height: calc(100vh - 60px);
    top: 60px;
}



}