.prof {
  position: relative; }
  .prof-img {
    height: 48px;
    width: 48px;
    overflow: hidden;
    border-radius: 50%; }
    .prof-img img {
      height: 100%;
      width: 100%; }
  .prof-menu {
    width: 100%;
    top: 76px;
    z-index: 5;
    border-radius: 24px;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    position: absolute; }
    @media (max-width: 1024px) {
      .prof-menu {
        display: block; } }
    .prof-menu .active {
      border: none; }
    .prof-menu .btn-exit {
      width: 100%; }
