.msidebar-custom {
    background: #F5F5F5;
    flex: 0 1 274px;
    max-width: 274px;
    margin-right: 20px;
}

.base-blue-title-custom {
    background: #033792;
    font-size: 25px;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    font-family: OpenSans-SemiBold, sans-serif;
}

.msidebar-custom .box-category-custom {
    padding: 0;
}

.sidelist-custom {
    background: #F5F5F5;
    padding: 0 20px 20px;
    border-radius: 0 0 6px 6px;
}

.sidelist-custom a {
    color: #383838;
    font-size: 14px;
    text-transform: capitalize;
    transition: all .3s ease;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidelist-custom a:hover {
    color: #f6561c;
}

.sidelist-custom a.active-custom {
    color: #f6561c;
    background: transparent;
}

.sidelist-custom a.active-custom + ul {
    display: block;
}

.sidelist__link-custom {
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7;
    line-height: 1;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    font-family: OpenSans-Bold, sans-serif;
}

.sidelist__link-custom span {
    flex: 1;
}

.sidelist__text-custom {
    margin-right: 20px;
}

.sidelist-custom a .sidelist__arrow-custom {
    transition: all .2s ease;
    transform-origin: center;
}

.sidelistchild-custom {
    display: none;
}

.sidelistchild--first-custom {
    margin: 5px 0 15px 0;
    padding: 0 0 0 10px;
    border-bottom: 1px solid #d7d7d7;
}

.sidelistchild--first-custom a {
    padding: 7px 0;
}

.sidelistchild--first-custom span {
    flex: 1;
    margin-right: 5px;
}

.sidelistchild__item-custom a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border: none !important;
}

.msidebar-custom i {
    position: relative;
    font-style: normal;
    vertical-align: middle;
}

.msidebar-custom + .category-content {
    max-width: calc(100% - 294px);
}

.side-category-custom a.active-custom .sidelist__arrow-custom {
    transform: rotate(180deg);
}

.side-category-custom a.active-custom .sidelist__arrow-custom path {
    fill: #f6561c;
}

@media (max-width: 991px) {
    .msidebar-custom {
        max-width: 224px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 224px;
        -ms-flex: 0 1 224px;
        flex: 0 1 224px;
    }

    .msidebar-custom + .category-content {
        max-width: calc(100% - 244px);
    }
}

@media (max-width: 767px) {
    .msidebar-custom {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .msidebar-custom + .category-content {
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .msidebar-custom + .category-content {
        max-width: calc(100% - 272px);
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .msidebar-custom {
        flex: 0 1 252px;
        max-width: 252px;
    }
}

@media (min-width: 1925px) {
    .msidebar-custom {
        max-width: 374px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 374px;
        -ms-flex: 0 1 374px;
        flex: 0 1 374px;
    }

    .msidebar-custom + .category-content {
        max-width: calc(100% - 394px);
    }
}
