.prof-img {
    color: white;
    font-size: 15px;
    background: linear-gradient(to right, var(--medium-blue), var(--light-blue));
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60%;
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    bottom: -20%;
}

.prof-img > img {
    width: 100%;
    height: 100%;
}

.prof-img > .prof {
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.down > h6 {
    font-weight: 600;
}

.down > .name {
    color: var(--gray);
    font-size: 12px;
}

.menu-box {
    width: 90%;
}

.dashboard-menu {
    background: transparent;
    width: 90%;
    height: 100%;
    color: black;
    border: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    font-size: clamp(12px, 13px, 20px);
}

.dashboard-menu:hover {
    color: white;
}

.dash-menu-link:hover {
    background-color: var(--medium-blue);
    color: white !important;
    text-decoration: none;
}

.dash-menu-link {
    display: flex;
    justify-content: center;
    text-decoration: none;
    border: var(--medium-blue) 1px solid;
    width: 100%;
    cursor: pointer;
    border-radius: 30px;
    height: 30px;
    margin-top: 2%;
    align-items: center;
}

.menu-icon {
    margin-right: 5%;
    margin-left: 5%;
    height: 50%;
    aspect-ratio: 1;
}

.shortcut-link {
    display: flex;
    border: black 1px solid;
    padding: 2px;
    height: 40px;
    justify-content: center;
    align-items: center;
    width: 15%;
    min-width: 130px;
    border-radius: 30px;
    cursor: pointer;
    margin-right: 3%;
    font-size: clamp(10px, 12px, 16px);
}

.shortcut-link:hover {
    text-decoration: none;
    background-color: var(--medium-blue);
    color: white;
}

.shortcut-menu {
    background-color: transparent;
    height: 100%;
    width: 80%;
    cursor: pointer;
    border: none;
}

.shortcut-menu:hover {
    color: white;
}

.shortcut-icon {
    height: 70%;
    aspect-ratio: 1.2;
    margin-left: 5%;
}

.shortcuts {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: space-around;
    height: 14%;
    margin-top: -5%;
}

@media (max-width: 900px) {
    .shortcuts {
        margin-bottom: 10%;
        /*margin-right: 20%;*/
    }
}

.box-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}