.toolbar {
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(red, yellow); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(red, yellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFF8DC, #555756); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFF8DC, #555756); /* Standard syntax */
}

/* ---------- Container ---------- */

#sidePortal {
    background: #1a1a1a !important;
}

#sidePortal md-content {
    background: transparent !important;
    padding: 8px 0 16px;
}

#sidePortal md-divider {
    border-top-color: rgba(255, 255, 255, .07) !important;
    margin: 4px 12px;
}

/* ---------- Header (perfil do estabelecimento) ---------- */

.side-header {
    height: auto;
    width: 100%;
    background: linear-gradient(180deg, #232323 0%, #1a1a1a 100%);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.side-header-inner {
    height: 100%;
    width: 100%;
    padding: 24px 16px 18px;
}

.side-header-avatar {
    height: 72px;
    width: 72px;
    border: 2px solid #e10000;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .4);
}

.side-header-restaurant {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
}

.side-header-central {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.side-header-user {
    font-size: 12px;
    color: #9aa0a8;
    margin-top: 3px;
}

/* ---------- Itens do menu ---------- */

.menu-item,
.menu-sub-item {
    width: auto;
    margin: 2px 10px;
    border-radius: 8px;
    line-height: 19px;
    font-size: 13px;
    cursor: pointer;
    transition: background-color .12s ease;
}

.menu-item:hover,
.menu-sub-item:hover {
    background: rgba(255, 255, 255, .07);
}

.menu-item ng-md-icon,
.menu-sub-item ng-md-icon {
    margin-left: 12px;
    fill: #8a909c !important;
    flex-shrink: 0;
    transition: fill .12s ease;
}

.menu-item button,
.menu-sub-item button {
    color: #cdd2d9 !important;
    background: transparent !important;
    text-transform: none;
    font-weight: 500;
    letter-spacing: .01em;
    text-align: left;
}

.menu-sub-item {
    padding-left: 18px;
    list-style: none;
}

/* ---------- Estados ativos ---------- */

.activeSubSideInicio,
.activeSubSideCardapio {
    background: rgba(225, 0, 0, .16) !important;
    box-shadow: inset 3px 0 0 #e10000;
}

.activeSubSideInicio:hover,
.activeSubSideCardapio:hover {
    background: rgba(225, 0, 0, .22) !important;
}

.activeSubSideInicio button,
.activeSubSideCardapio button {
    color: #ffffff !important;
    background: transparent !important;
    font-weight: 700;
}

.activeSubSideInicio ng-md-icon,
.activeSubSideCardapio ng-md-icon {
    fill: #e10000 !important;
}

/* ---------- Scrollbar ---------- */

#sidePortal ::-webkit-scrollbar-track,
#sidePortal::-webkit-scrollbar-track {
    background-color: #1a1a1a;
}

::-webkit-scrollbar-track {
    background-color: white;
}

::-webkit-scrollbar {
    width: 6px;
    background: #696969;
}

::-webkit-scrollbar-thumb {
    background: #696969;
    border-radius: 3px;
}
