.sidebar {
    position: sticky;
    top: 102px;
}
.sidebar-label {
    color: rgba(0,0,0,0.5);
    font-size: 12px;
    line-height: 25px;
    padding: 10px 0;
}
.sidebar-accordion {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E9E9E9;
    box-shadow: 0 5px 6px 0 rgba(0,0,0,0.04);
}
.accordion-hr {
    border: none;
    border-top: 1px solid #EBEBEB;
    margin: 0;
}
.accordion-head {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    cursor: pointer;
    margin: 0 15px;
}
.accordion-title {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.23px;
    padding: 6px 0;
}
.accordion-head i {
    line-height: 50px;
}
.accordion-panel {
    padding: 10px 20px;
    border-radius: 3px;
    display: block;
}
.ap-dark {
    background-color: #F5F5F5;
}
.ap-light {
    background-color: #fff;
}
.accordion-panel.hidden {
    display: none;
}
.accordion-item {
    display: block;
    text-decoration: none;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.19px;
    color: #737373;
    cursor: pointer;
}
.accordion-item.active {
    color: #000;
    font-weight: bold;
}
.accordion-item.show {
    color: #4193F4;
    font-weight: bold;
    font-size: 13px;
}
.accordion-item-inner.active {
    color: #4193F4;
    font-weight: 600;
}
.sidebar-btn-group {
    padding: 10px;
}
.sidebar-btn {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.32px;
    line-height: 21px;
    border-radius: 3px;
    border: none;
    width: 100%;
    padding: 10px 20px;
    margin: 5px 0;
    cursor: pointer;
}
.sidebar-btn.sbtn-light {
    color: #565656;
    background-color: #F9F9F9;
}
.sidebar-btn.sbtn-blue {
    color: #fff;
    background-color: #4193F4;
    box-shadow: 0 3px 4px 0 rgba(65,147,244,0.39);
}
.sidebar-btn.sbtn-blue.jove-flex {
    justify-content: space-between;
}
.sbtn-blue i.fa-sign-in {
    line-height: 21px;
    font-size: 17px;
    color: #fff;
}
