﻿.profile-wrapper {
    width: fit-content;
}

.profile-container {
    padding: 0px 6px;
    border-radius: 10px 10px 0px 0px;
}

.profile-menu {
    position: relative;
    z-index: 1;
    background-color: #b3b3b3;
    color: #000;
    margin: 0;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    display: none;
}

.profile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile-menu li {
    margin: 0;
    padding: 8px 8px 0px 8px;
}

.profile-menu li:last-of-type {
    padding-bottom: 10px;
}

.profile-menu li:not(:last-of-type):after {
    content: '';
    display: block;
    height: 1px;
    border-bottom: 1px solid #828282;
    width: 100%;
    text-align: center;
    margin-top: 8px;
}

.profile-menu li:hover {
    background: #780096;
    color: #fff;
    cursor: pointer;
}

.profile-menu li.without-after-element {
    padding-bottom: 9px;
}

.profile-menu li.without-after-element:after {
    content: none;
}
