.dashboard-sideBar-ct {
    padding: 0 12px 28px;
    background: linear-gradient(180deg, #073f62 0%, #0b5f91 58%, #0a728b 100%);
    scrollbar-color: rgba(255, 255, 255, .22) transparent;
}

.dashboard-sideBar-title {
    height: auto;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    line-height: 1.15;
    font-size: 15px;
    font-weight: 700;
}

.dashboard-sideBar-UserInfo {
    margin: 0 3px 12px;
    padding: 15px 8px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 15px;
    background: rgba(255,255,255,.075);
}

.dashboard-sideBar-UserInfo figure img {
    width: 88px !important;
    max-height: 65px;
    object-fit: contain;
    border-radius: 0;
}

.dashboard-sideBar-UserInfo figcaption:first-of-type {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700;
}

.dashboard-sideBar-UserInfo figcaption:last-of-type {
    margin-top: 3px;
    color: rgba(255,255,255,.7);
    font-size: 11px;
}

.aula-sidebar-search {
    position: relative;
    margin: 0 3px 12px;
}

.aula-sidebar-search i {
    position: absolute;
    top: 50%;
    left: 12px;
    z-index: 1;
    transform: translateY(-50%);
    color: rgba(255,255,255,.68);
}

.aula-sidebar-search input {
    width: 100%;
    height: 38px;
    padding: 0 12px 0 35px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 11px;
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.09);
    font-size: 12px;
}

.aula-sidebar-search input::placeholder {
    color: rgba(255,255,255,.58);
}

.dashboard-sideBar-Menu {
    padding-top: 2px;
}

.dashboard-sideBar-Menu > li {
    margin-bottom: 4px;
}

.dashboard-sideBar-Menu > li > a {
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    border-radius: 10px;
    font-family: "RobotoCondensed", Arial, sans-serif;
    font-size: 13px;
}

.dashboard-sideBar-Menu > li > a > i:first-child {
    margin-right: 6px;
}

.dashboard-sideBar-Menu > li > a:hover,
.dashboard-sideBar-Menu > li > a.active,
.dashboard-sideBar-Menu > li.open > a {
    background: rgba(255,255,255,.11);
}

.dashboard-sideBar-Menu a.active {
    border-left: 0 !important;
    box-shadow: inset 3px 0 0 #f8d45c;
}

.dashboard-sideBar-Menu > li > ul {
    padding: 5px 0 4px 10px;
}

.dashboard-sideBar-Menu > li > ul > li {
    height: auto;
    padding-left: 13px;
}

.dashboard-sideBar-Menu > li > ul > li > a {
    min-height: 35px;
    height: auto;
    padding: 6px 8px;
    line-height: 23px;
    border-left: 2px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.82);
    font-size: 12px;
}

.dashboard-sideBar-Menu > li > ul > li > a:hover,
.dashboard-sideBar-Menu > li > ul > li > a.active {
    border-left-color: #f8d45c;
    color: #fff;
    background: rgba(255,255,255,.065);
}

.aula-sidebar-empty-search {
    display: none;
    margin: 10px 3px;
    padding: 11px;
    border-radius: 10px;
    color: rgba(255,255,255,.75);
    background: rgba(255,255,255,.08);
    text-align: center;
    font-size: 11px;
}
