@media(min-width:991px){
    #toggle_btn{
        display: none;
    }
    .sidebar{
        width: 250px;
    }
}