.metismenu a {
    color: #000 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700
}

.metismenu .arrow {
    color: #000;
    cursor: pointer;
    text-align: center;
    width: 41px;
    line-height: 41px;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    font-size: 25px;
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
}

.metismenu .arrow:hover {
    background: rgba(0, 0, 0, 0.15);
}

.metismenu .fa.arrow:before {
    content: '\f106';
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.metismenu .active > .fa.arrow:before {
    content: '\f107';
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.metismenu .plus-times {
    float: right;
}

.metismenu .fa.plus-times:before {
    content: '\f067';
}

.metismenu .active > a > .fa.plus-times {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.metismenu .plus-minus {
    float: right;
}

.metismenu .fa.plus-minus:before {
    content: '\f067';
}

.metismenu .metismenu .active > a > .fa.plus-minus:before {
    content: '\f068';
    color: #333;
}

.metismenu .sidebar {
    display: block;
    float: left;
    width: 100%;

}

.metismenu .content {
    display: block;
    overflow: hidden;
    width: auto;
}

.metismenu .sidebar-nav {

    margin: 0;
}

.metismenu .sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.metismenu .sidebar-nav ul li,
.sidebar-nav ul a {
    display: block;
    position: relative;
}

.metismenu .sidebar-nav ul a {
    padding: 10px 20px;
    color: #fff;
    height: 41px;
    position: relative;
    border-bottom: 1px dashed #025e31

}
.metismenu .sidebar-nav ul a:before{
    
    margin-right: 5px;
}
.metismenu .sidebar-nav ul a:hover,
.metismenu .sidebar-nav ul a:focus,
.metismenu .sidebar-nav ul a:active {
    color: #965D26;
    
}

.metismenu .sidebar-nav ul ul a {
    padding: 10px 30px;
    background-color: rgb(0 0 0 / 6%);
    color: #965D26;
}

.metismenu .sidebar-nav ul ul a:hover,
.metismenu .sidebar-nav ul ul a:focus,
.metismenu .sidebar-nav ul ul a:active {
    background-color: rgb(0 0 0 / 7%);
}
.metismenu .sidebar-nav ul ul ul a {
    padding: 10px 30px 10px 45px;
    background-color: rgb(0 0 0 / 6%);
    color: #965D26;
}
.metismenu .sidebar-nav-item {
    padding-left: 5px;
}

.metismenu .sidebar-nav-item-icon {
    padding-right: 5px;
}
