.logo_header{
    background-color: white !important;
}

.sidebar {
    height: 100%;
    width: 10%;
    position: fixed;
    top: 0;
    left: 0;
    /*background-color: rgb(255, 0, 8) !important; */ 
    background-color: #131921; 
    /*background-color: transparent;*/
    opacity: 0.9;
    
    padding-top: 0px;
    transition: 0.3s;
    overflow-x: hidden;
    z-index: 10000;
    border-radius: 15px;
}
.sidebar a {
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    transition: 0.3s;
    font-weight: normal !important;
    height: 40px;
    display: flex;
    align-items: center;

   
    
}
.sidebar a:hover {
    background-color: rgb(255, 0, 8);
    /*background-color: rgba(0, 0, 0, 0.192);*/
    color: white;
}
.sidebar .accordion .card {
    /*background-color: #131921;*/
    background-color: transparent;
    border: red;
}
.sidebar .accordion .card-header {
    padding: 0;
}
.sidebar .accordion .card-header h5 a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #ff9900;
}
.sidebar .accordion .card-header h5 a:hover,
.sidebar .accordion .card-header h5 a:not(.collapsed) {
    /*background-color: #575757;*/
    background-color: transparent;
    color: white;
}

#sidebarToggle {
    /*position: fixed;*/
    /*top: 15px;*/
    /*left: 270px;*/
    font-size: 24px;
    /*cursor: pointer;*/
    color: #ff9900;
    z-index: 2;
}