body {
    overflow: unset !important;
    overflow-x: unset !important;
    overflow-y: unset !important;
}

.container-fluid{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.toggle-sidebar-1 {
    background-color: #bababa;
    color: black;
    cursor: pointer;
    padding: 10px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    width: 50%;
    position: absolute;
    right: 0;
    display: flex;
    justify-content: space-between;  
  }

.toggle-sidebar-2 {
    background-color: #bababa;
    color: black;
    cursor: pointer;
    padding: 10px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;  
  }  

#sb-wrapper{        
    top: 80px;
    background-color: #bababa !important;
    z-index: unset !important;
}


.overflow-x-hidden {
    overflow-x: hidden; /* necessary to hide collapsed sidebar */
}

#content {    
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

#content .btn-group {
    margin-bottom: 10px;
}

.col-md-9 .width-12,
.col-md-12 .width-9 {
    display: none; 
}

#sidebar {
    
    background-color: #bababa !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#toggle-container{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
}


@media (max-width: 575.98px), /* Extra small devices (portrait phones, less than 576px) */
       (min-width: 576px) and (max-width: 767.98px) /* Small devices (landscape phones, 576px and up) */
{

    body {
        overflow: visible;
    }

    #sb-wrapper {
        z-index: unset !important;
        padding: 10px !important;
    }

    #sidebar {
        background-color: unset !important;
        margin-bottom: 15px;
    }

    .toggle-sidebar-1 {
        width: 100%;
        position: unset; 
    }  

    .toggle-sidebar-2 {
        width: 100%;
        position: unset; 
        right: unset !important; 
        padding-left: unset !important;
        padding-right: unset !important;
    }        


    #toggle-container{
        margin-left: unset !important;
        margin-right: unset !important;        
    }      

}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
