
.bg-sidebar {
    background-color: #fff!important;
}

.width-sidebar {
    width: 250px;
}

.border-sidebar {
    border: 2px solid #EFEFEF;
}

.border-b {
    border-bottom: 2px solid #EFEFEF!important;
}

.color-red {
    color: #DA0A24;
}

.bg-header-sidebar {
    background: #EFEFEF;
}

.font-17 {
    font-size: 17px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion-item {
    margin-bottom: 0px;
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
}

.acc-btn-sidebar {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: .5rem .5rem .5rem 4rem;
    font-size: 15px;
    color: #606060;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    margin-right: 0px!important;
}

.acc-btn-sidebar:not(.collapsed) {
    color: #606060;
    background-color: #fff;
    box-shadow: none;
    margin-right: 0px!important;
}

.acc-btn-sidebar:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
    margin-right: 0px!important;
}

.list-sidebar {
    list-style-type: none;
    padding-left: 40px;
}

.li-sidebar {
    color: #606060;
    padding: .2rem 0rem;
}

.accordion-header {
    margin-bottom: 2px;
    margin-top: 2px;
}

.accordion-body {
    padding: .5rem 1.25rem;
}

.a-list {
    font-size: 15px;
    text-decoration: none;
    color: #606060;
}

.a-list:hover {
    color: #DA0A24;
}

.a-list-active {
    color: #DA0A24;
}

.acc-btn-sidebar:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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);
    background-image: url('../img/arrow-right.png');
    transform: rotate(90deg);
    width: .7rem;
    height: .7rem;
    background-size: .7rem;
    margin-right: 0px!important;
}

.acc-btn-sidebar::after {
    flex-shrink: 0;
    width: .7rem;
    height: .7rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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);
    background-image: url('../img/arrow-right.png');
    background-repeat: no-repeat;
    background-size: .7rem;
    transition: transform .2s ease-in-out;
    margin-right: 0px!important;
}

.img-filter {
    max-width: 19%;
    margin-left: 2px;
    margin-bottom: 2px;
}

@media screen and (max-width: 1023px) {
    .width-sidebar {
        width: 200px;
    }
    .acc-btn-sidebar {
        padding: .5rem .5rem .5rem 1rem;
        font-size: 13px;
    }
    .a-list {
        font-size: 13px;
    }
    .list-sidebar {
        list-style-type: none;
        padding-left: 0rem;
    }
    .accordion-body {
        padding: .5rem 1rem;
    }
}

@media screen and (max-width: 767px) {
    .width-sidebar {
        width: 100%;
    }
    .border-sidebar {
        border: 0px solid #EFEFEF;
    }
    .font-17 {
        font-size: 19px;
    }
    .acc-btn-sidebar {
        padding: .5rem 2.2rem .5rem 2.2rem;
        font-size: 14px;
    }
    .a-list {
        font-size: 14px;
    }
    .list-sidebar {
        list-style-type: none;
        padding-left: 1.2rem;
    }
}

@media screen and (max-width: 500px) {

}

@media screen and (min-width: 1024px) {
    .font-17 {
        font-size: 16px;
    }
    .acc-btn-sidebar {
        padding: .5rem .5rem .5rem 1.7rem;
        font-size: 14px;
    }
    .a-list {
        font-size: 14px;
    }
    .width-sidebar {
        width: 220px;
    }
    .list-sidebar {
        list-style-type: none;
        padding-left: .5rem;
    }
}

@media screen and (min-width: 1200px) {
    .font-17 {
        font-size: 17px;
    }
    .acc-btn-sidebar {
        padding: .5rem .5rem .5rem 2.5rem;
        font-size: 15px;
    }
    .a-list {
        font-size: 15px;
    }
    .width-sidebar {
        width: 250px;
    }
    .list-sidebar {
        list-style-type: none;
        padding-left: 1.2rem;
    }
    .accordion-body {
        padding: 1rem 1.25rem;
    }
}

@media screen and (min-width: 1300px) {
    .acc-btn-sidebar {
        padding: .5rem .5rem .5rem 3rem;
        font-size: 15px;
    }
    .list-sidebar {
        list-style-type: none;
        padding-left: 1.7rem;
    }
}

@media screen and (min-width: 1400px) {
    .width-sidebar {
        width: auto;
    }
}


