#leftsidebar {
    background-color: #eeeeee;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.3fr 1fr 2fr;
}

#leftsidebar a span {
    font-size: 13px;
}

.menu {
    height: calc(100vh - 74px);
}

.slimScrollDiv {
    padding-top: 2rem;
    height: 100%;
}

.list {
    display: grid;
    grid-template-rows: repeat(6, 0.1fr) 1fr 0.3fr 0.3fr;
    height: 100% !important;
}

.list-admin-director {
    grid-template-rows: repeat(2, 0.1fr) 2fr 0.3fr 0.3fr;
}

.list-sa {
    grid-template-rows: repeat(3, 0.1fr) 2fr 0.4fr;
}

.list-style-none {
    list-style: none;
    padding: 0;
    padding-left: 1rem;
}

.ls-toggle-menu .right-reserved {
    display: none;
}

.last-chield {
    align-self: end;
    padding: 0;
    padding-bottom: 1rem;
    justify-self: center;
}

footer {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    padding-bottom: 2rem;
}

footer i,
footer a {
    color: #222;
}

.right-reserved {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 10px;
    font-weight: 900;
}

.right-reserved p {
    margin: 0;
}

.right-reserved p {
    margin: 0;
}

.btn-logout {
    background-color: transparent !important;
    font-size: 13px !important;
    color: #222 !important;
}

.btn-logout:hover {
    box-shadow: none !important;
}

.btn-profile-navbar:hover {
    box-shadow: none !important;
    opacity: 0.6!important;
}

.btn-profile-navbar{
    padding: 0.5rem 0.7rem;
}

.list-director {
    grid-template-rows: repeat(2, 0.1fr) 2.5fr 0.3fr;
}
