.sidebar-nav-container {
    width: 210px;
    /*border: 1px solid #DDD;*/
    /*margin-top: 20px;*/
}

.sidebar-nav-title {
    padding: 12px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #DDD;
    background-color: #EFEFEF;
}

.sidebar-nav-content {
    padding: 12px 0;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.sidebar-nav-content .search-container {
    height: auto !important;
    margin: 20px auto;
}

.sidebar-nav-list {
}

.sidebar-nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    line-height: 55px;
    background-image: url("../../images/op.png");
    background-size: 100% 100%;
    background-position: left top;
    background-repeat: no-repeat;
    text-align: center;
}

.sidebar-nav-item-link {
    text-shadow: #FFF -1px -1px 3px;
    font-weight: bold;
}

.sidebar-nav-item-link:hover {
    color: #d9271b;
}