#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 170px;
}

#sidebar-wrapper {
    position: fixed;
    left: 170px;
    width: 0;
    height: 76%;
    margin-left: -170px;
    overflow-y: scroll;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 0.8em;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#sidebar-wrapper .active{
    background-color: #ffca77!important;
}

#sidebar-wrapper::-webkit-scrollbar{
    display: none; /* Chrome */
}
#sidebar-wrapper .list-group-item span.badge {
    font-size: 0.8em;
}
#sidebar-wrapper .list-group-item {
    padding:5px 7px;
    text-transform: capitalize;
}
#sidebar-wrapper .list-group-item:first-child {
    height:30px;
    padding:5px 7px;
}
#sidebar-wrapper .list-group-item h4 {
    font-size:1.5em;
}

#wrapper.toggled #sidebar-wrapper {
    width: 170px;
}


#page-content-wrapper {
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -170px;
}

/* Sidebar Styles */

@media(min-width:768px) {
    #wrapper {
        padding-left: 170px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 170px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 0;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

#lefter .list-group {
    cursor: pointer;
}

/* LEFTER ORDERS */
#lefter_commandes {
    margin-bottom: 20px;
}

/* Accordion headers */
.accordion-button:not(.collapsed){
    color: white
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg) ;
}
.accordion-button {
    background-color: #1680a3 !important;
    color: white;
    padding-left: 12px;
}
.accordion-button:focus{
    box-shadow: 0 4px 2px -2px rgba(43, 62, 80,.5);
}
