.metismenu {
    border: 0;
    background: transparent;
}

.metismenu a {
    color: #4a171b !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 700;
}

.metismenu-item-marker {
    display: inline-block;
    width: 24px;
    height: 27px;
    margin-right: 8px;
    background: url('../../../assets/images/bg-li.png') center / contain no-repeat;
    vertical-align: middle;
}

.metismenu .arrow {
    float: right;
    margin-top: -33px;
    margin-right: 6px;
    color: #b9000e;
    cursor: pointer;
    text-align: center;
    width: 28px;
    line-height: 28px;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border-radius: 14px;
    -webkit-border-radius: 14px;
    font-size: 15px;
}

.metismenu .arrow:hover {
    background: #fbe5e7;
}

.metismenu .fa.arrow:before {
    content: ' \f107 ';
}

.metismenu .active > .fa.arrow:before {
    content: ' \f106 ';
}

.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';
}

.metismenu .sidebar {
    display: block;
    float: left;
    width: 100%;
    background: #333;
}

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

.metismenu .sidebar-nav {
    border: 0;
    background: #fff;
    margin: 0;
}

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

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

.metismenu .sidebar-nav ul a {
    padding: 10px 14px;
    color: #4a171b;
    border-top: 1px solid #ead0d2;
    background: #fff;
    box-shadow: none;
}

.metismenu .sidebar-nav ul a:hover,
.metismenu .sidebar-nav ul a:focus,
.metismenu .sidebar-nav ul a:active {
    color: #b9000e;
    text-decoration: none;
    background: #fbe5e7;
}

.metismenu .sidebar-nav ul ul a {
    padding: 9px 14px 9px 30px;
    background-color: #fff;
}

.metismenu .sidebar-nav ul ul a:hover,
.metismenu .sidebar-nav ul ul a:focus,
.metismenu .sidebar-nav ul ul a:active {
    background-color: #fbe5e7;
}

.metismenu .sidebar-nav ul a.current,
.metismenu .sidebar-nav ul .active > a {
    color: #fff !important;
    background: #b9000e;
}

.metismenu-item-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: -3px;
    object-fit: contain;
}

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

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