.view-empty {
  background-color: var(--bg-secondary);
  text-align: center;
  padding: 48px;
  margin: 48px;
  height: calc(100vh - 96px);
  display: flex;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 17.1428571429px;
}
@media (min-width: 768px) {
  .view-empty {
    padding: 56px;
  }
}
@media (min-width: 1024px) {
  .view-empty {
    padding: 64px;
  }
}
@media (min-width: 1440px) {
  .view-empty {
    padding: 64px;
  }
}
@media (min-width: 768px) {
  .view-empty {
    margin: 56px;
  }
}
@media (min-width: 1024px) {
  .view-empty {
    margin: 64px;
  }
}
@media (min-width: 1440px) {
  .view-empty {
    margin: 64px;
  }
}
@media (min-width: 768px) {
  .view-empty {
    height: calc(100vh - 112px);
  }
}
@media (min-width: 1024px) {
  .view-empty {
    height: calc(100vh - 128px);
  }
}
@media (min-width: 1440px) {
  .view-empty {
    height: calc(100vh - 128px);
  }
}
@media (min-width: 768px) {
  .view-empty {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .view-empty {
    font-size: 23.1111111111px;
  }
}
@media (min-width: 1440px) {
  .view-empty {
    font-size: 22.4px;
  }
}

.user-dashboard-menu-wrapper {
  padding: 48px;
  display: none;
}
@media (min-width: 768px) {
  .user-dashboard-menu-wrapper {
    padding: 56px;
  }
}
@media (min-width: 1024px) {
  .user-dashboard-menu-wrapper {
    padding: 64px;
  }
}
@media (min-width: 1440px) {
  .user-dashboard-menu-wrapper {
    padding: 64px;
  }
}
.path-user .user-dashboard-menu-wrapper {
  display: block;
}

.block-user-dashboard-menu {
  overflow: hidden;
  position: relative;
}
.block-user-dashboard-menu .user-menu-item {
  display: flex !important;
  height: 96px;
}
@media (min-width: 768px) {
  .block-user-dashboard-menu .user-menu-item {
    height: 112px;
  }
}
@media (min-width: 1024px) {
  .block-user-dashboard-menu .user-menu-item {
    height: 128px;
  }
}
@media (min-width: 1440px) {
  .block-user-dashboard-menu .user-menu-item {
    height: 128px;
  }
}
.block-user-dashboard-menu .user-menu-item .swiper-slide-shadow {
  display: none;
}
.block-user-dashboard-menu .user-menu-item a {
  display: block;
  height: auto;
  width: auto;
  background-color: white;
  color: black;
  position: absolute;
  margin: -10px;
  padding: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-user-dashboard-menu .user-menu-item:nth-child(1) a {
  background-color: blue;
  color: white;
}
.block-user-dashboard-menu .user-menu-item:nth-child(2) a {
  background-color: red;
  color: white;
}
.block-user-dashboard-menu .user-menu-item:nth-child(3) a {
  background-color: green;
  color: white;
}
.block-user-dashboard-menu .user-menu-item:nth-child(4) a {
  background-color: yellow;
}
.block-user-dashboard-menu .user-menu-item:nth-child(5) a {
  background-color: magenta;
  color: white;
}

.block-user-profile-pane .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  height: 48px;
}
@media (min-width: 768px) {
  .block-user-profile-pane .wrapper {
    height: 56px;
  }
}
@media (min-width: 1024px) {
  .block-user-profile-pane .wrapper {
    height: 64px;
  }
}
@media (min-width: 1440px) {
  .block-user-profile-pane .wrapper {
    height: 64px;
  }
}
.block-user-profile-pane .user-img {
  position: relative;
  flex: 0 0 auto;
  height: 48px;
  width: 48px;
}
@media (min-width: 768px) {
  .block-user-profile-pane .user-img {
    height: 56px;
  }
}
@media (min-width: 1024px) {
  .block-user-profile-pane .user-img {
    height: 64px;
  }
}
@media (min-width: 1440px) {
  .block-user-profile-pane .user-img {
    height: 64px;
  }
}
@media (min-width: 768px) {
  .block-user-profile-pane .user-img {
    width: 56px;
  }
}
@media (min-width: 1024px) {
  .block-user-profile-pane .user-img {
    width: 64px;
  }
}
@media (min-width: 1440px) {
  .block-user-profile-pane .user-img {
    width: 64px;
  }
}
.block-user-profile-pane .user-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  color: black;
}
.block-user-profile-pane .user-avatar:before {
  content: "\e960";
  font-family: "icomoon", sans-serif !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-user-profile-pane .user-avatar::after {
  content: "";
  position: absolute;
}
.block-user-profile-pane .user-name {
  max-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #111111;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
/*# sourceMappingURL=users.css.map */