.side-menu {
    background-color: white;
    border-radius: 20px;
    overflow-y: auto;
    width: 20.5em;
    padding: 1.5em;
}

.side-menu .menu-group {
    margin-bottom: 3vh;
}

.menu-group .list {
    height: 2.43em;
    display: flex;
    align-items: center;
    text-indent: 10px;
    font-size: 0.9em;
}

.menu-group .list-group {
    display: flex;
}

.list-group .small-list {
    width: 128px;
    height: 30px;
    display: flex;
    align-items: center;
    text-indent: 10px;
    font-size: 0.9em;
}

.menu-group .active {
    background-color: #eaf2ff;
    border-radius: 10px;
    color: #3b8fee;
    font-weight: bold;
}

.menu-group .list:hover,
.menu-sub-title:hover,
.small-list:hover {
    background-color: #eaf2ff;
    border-radius: 10px;
    color: #3b8fee;
    cursor: pointer;
}

.menu-title {
    color: #9b9fb1;
    margin-bottom: 10px;
    text-indent: 10px;
    font-size: 0.57vw;
}

.menu-sub-title,
.menu-sub-title-no-link {
    height: 3.15vh;
    display: flex;
    align-items: center;
    text-indent: 10px;
    font-size: 0.9em;
    font-weight: bold;
}

.account-box {
    margin: 0.75em 0 2.6em 0;
    display: flex;
    align-items: center;
    text-indent: 2px;
}

.account-box .account-name {
    font-size: 1.3em;
    font-weight: bold;
}

.account-box i {
    font-size: 1.5em;
}
