nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    nav ul li a {
        display: block;
        padding: 15px 20px;
        color: #ffffff;
        text-decoration: none;
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        -ms-transition: 0.2s linear;
        -o-transition: 0.2s linear;
        transition: 0.2s linear;
    }

        /* nav ul li a:hover {
        background: rgba(253, 233, 234, 0.6);
    }*/

        nav ul li a .fa {
            width: 16px;
            text-align: center;
            margin-right: 5px;
            float: right;
            color: white;
        }

    nav ul li ul li a {
        border-left: 4px solid transparent;
        padding: 10px 20px;
    }

        nav ul li ul li a:hover {
            /*border-left: 4px solid #e31f24;*/
            background: white;
            color: #045061;
        }

        nav ul li ul li a.active {
            border-left: 4px solid #e31f24;
            background: #fde9ea;
            color: #045061;
            /*background: rgba(253, 233, 234, 0.6);*/
        }

    nav ul li ul li a {
        color: white;
    }

#2000_00 li a {
    color: white;
}

.dashboard__sidebar {
    background-color: #045061;
}

.accordion-collapse {
    border: 0;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button:not(.collapsed) {
    background: none;
    color: #ff9800;
    box-shadow: none;
    border-bottom: none;
}

.accordion-button::after {
    width: auto;
    height: auto;
    content: "+";
    font-size: 40px;
    background-image: none;
    font-weight: 100;
    color: #1b6ce5;
    transform: translateY(-4px);
}

.accordion-button:not(.collapsed)::after {
    width: auto;
    height: auto;
    background-image: none;
    content: "-";
    font-size: 48px;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
}
