/* TODO: replace values with variables from css  */
.user__header_aside {
  width: 100%;
  min-height: 120px;
  height: 150px;
  background-color: #ffffff;
  background-position-x: center;
  background-position-y: top;
  background-size: cover;
}

.user__avatar_aside {
  display: flex;
  position: absolute;
  z-index: 2;
  bottom: -90px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .user__avatar_aside {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
.avatar__frame_aside {
  position: absolute;
  z-index: 3;
  left: 11px;
  bottom: -9px;
  width: 202px;
}

.user__frame-shadow_aside {
  position: absolute;
  z-index: 1;
  left: 12px;
  bottom: -12px;
  width: 200px;
  height: 202px;
  border-radius: 50%;
  border: 12px solid #fff;
}

.avatar__super-achievement-shadow_aside {
  position: absolute;
  z-index: 1;
  left: 21px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -37px;
  width: 58px;
  height: 43px;
  border: 8px solid #ffffff;
  border-radius: 32px 32px 16px 16px;
}

.avatar__super-achievement_aside {
  position: absolute;
  z-index: 4;
  top: 2px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 42px;
  height: 42px;
}

.user__avatar-img_aside {
  border: 4px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  max-width: 180px;
  min-width: 180px;
  max-height: 180px;
  min-height: 180px;
  margin-left: 22px;
  transition: 0.5s;
}

.user__avatar-img_aside:hover {
  scale: 1.05;
}

.user__status_aside {
  display: flex;
  flex-wrap: wrap;
  min-height: 100px;
  min-width: 240px;
}

.user__status-network {
  font-size: 0.92rem;
  line-height: 1.2;
  margin-top: 1rem;
}

.user__status-network_aside {
  font-size: 0.92rem;
  line-height: 1.2;
  margin: 1rem 0 0 195px;
}

.user__info_aside {
  width: 100%;
  padding-left: 1.5rem;
  background-color: #fff;
  min-height: 200px;
}

.user__header {
  width: 100%;
  min-height: 120px;
  height: 250px;
  background-color: #ffffff;
  background-position-x: center;
  background-position-y: top;
  background-size: cover;
}

.user__avatar {
  display: flex;
  position: absolute;
  z-index: 2;
  bottom: -100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .user__avatar {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
.avatar__frame {
  position: absolute;
  z-index: 3;
  left: 12px;
  bottom: -6px;
  width: 220px;
}

.user__frame-shadow {
  position: absolute;
  z-index: 1;
  left: 14px;
  bottom: -7px;
  width: 217px;
  height: 217px;
  border-radius: 50%;
  border: 12px solid #fff;
}

.avatar__super-achievement-shadow {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: -4px;
  margin-left: auto;
  margin-right: auto;
  top: -40px;
  width: 62px;
  height: 44px;
  border: 10px solid #ffffff;
  border-radius: 32px 32px 10px 10px;
}

.avatar__super-achievement {
  position: absolute;
  z-index: 4;
  top: 3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 42px;
  height: 42px;
  transition: 0.4s;
}

.avatar__super-achievement:hover {
  cursor: pointer;
  scale: 1.12;
}

.user__avatar-editor {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
}

.user__avatar-img {
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 50%;
  max-width: 200px;
  min-width: 200px;
  min-height: 200px;
  max-height: 200px;
  margin-left: 22px;
  transition: 0.5s;
}

.user__avatar-img:hover {
  scale: 1.05;
}

.user__info {
  width: 100%;
  padding-left: 2rem;
  background-color: #fff;
  min-height: 200px;
}

.user__users {
  display: flex;
  flex-wrap: wrap;
}

.user__user-avatar {
  padding: 0.2rem;
}

.user__user-avatar img {
  aspect-ratio: 1/1;
  border-radius: 100%;
  width: 100%;
}

.user__avatar-wrapper {
  min-height: 50px;
  min-width: 240px;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.user__menu {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  height: 100%;
}
.user__menu .menu__item {
  display: flex;
  justify-content: space-between;
}
.user__menu .menu__item:hover i {
  color: var(--icon-hover-color);
}

.user__rating {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #EBAE08;
  color: #EBAE08;
  padding: 0 0.6rem 0.1rem 0.5rem;
  border-radius: 50px;
  white-space: nowrap;
}

.user__status {
  min-height: 110px;
  min-width: 240px;
  margin-right: 1.5rem;
}

.user__status-filler {
  width: 100%;
  max-width: 250px;
  height: 6.3rem;
}

.user-nav_menu {
  flex-wrap: wrap;
  justify-content: end;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: none;
  opacity: 0;
  width: 290px;
  padding: 1rem;
  background-color: #434552;
}

.user-nav__item_static {
  font-size: 0.92rem;
  font-weight: 600;
}

.user-nav__item_dropdown {
  padding: 0.4rem 1rem;
  width: 100%;
}

.user-nav__item_dropdown a {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}

.user-nav__menu-button:hover .user-nav_menu {
  display: flex;
  opacity: 1;
}

.user__achievements {
  max-height: 200px;
  overflow-wrap: normal;
}

.user__achievements .achievement {
  position: relative;
  transition: 0.5s;
  background-color: white;
  border-radius: 100px;
  overflow: hidden;
  min-height: 25px;
  min-width: 25px;
  max-height: 75px;
  max-width: 75px;
  width: 17%;
}
.user__achievements .achievement img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.user__achievements .achievement:hover {
  background-color: #e0f7ff;
}
.user__achievements .achievement:hover img {
  cursor: pointer;
  scale: 1.12;
}

.album__wrapper {
  max-width: 32.5%;
  min-width: 32.5%;
}

.album {
  position: relative;
  height: 200px;
  border: 5px solid white;
  /*TODO: replace size on variable*/
  /*TODO: replace size on variable*/
}
.album .album__title {
  position: absolute;
  z-index: 3;
  left: 10px;
  bottom: 10px;
  border-radius: 15px;
  background-color: #fff;
  padding: 3px 12px 2px;
  font-weight: 600;
}
.album .album__title p {
  font-size: 0.91rem;
  padding-left: 0.2rem;
}
.album .album__title i {
  font-size: 0.91rem;
  padding-left: 0.2rem;
}
.album .album__photo {
  height: 100%;
}
.album .album__blurred-background {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(7px);
}
.album .album__background {
  transition: 1s;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.album:hover .album__blurred-background, .album__title:hover .album__blurred-background {
  background-color: rgba(255, 255, 255, 0.7);
}
.album:hover .album__title, .album:hover .album__title p i, .album__title:hover .album__title, .album__title:hover .album__title p i {
  background-color: #4fa4dc;
  color: white !important;
}

.user__rewards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 0.25rem;
}
.user__rewards .reward__icon {
  height: fit-content;
}
.user__rewards .reward__icon img {
  width: auto;
  height: auto;
  max-width: 85px;
  min-width: 85px;
  background-color: #ebebeb;
}
.user__rewards .reward__icon:hover {
  cursor: pointer;
}

.img__counter {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 4;
  top: -6px;
  right: -6px;
  border-radius: 10px;
  min-width: 20px;
  height: 21px;
  background-color: #4fa4dc;
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0 8px;
  border: 1px solid white;
}

.button-avatar_more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background-color: #f0f9ff;
  border: 1px solid #4fa4dc;
  border-radius: 100px;
  color: #4fa4dc;
  text-align: center;
  line-height: 1;
  font-size: 0.83rem;
  font-weight: 700;
  padding: 0.2rem 0.2rem 0.1rem 0.2rem;
}

.button-avatar_more:hover, .button-avatar_more:active, .button-avatar_more:focus {
  background-color: #4fa4dc !important;
  color: white !important;
  border: 1px solid #4fa4dc;
}

.button-avatar_more:hover span, .button-avatar_more:focus span, .button-avatar_more:focus span {
  color: white !important;
}

.button-avatar_more:hover i, .button-avatar_more:focus i {
  color: white !important;
  animation: swing;
  animation-duration: 2s;
}

.faq .depart, .faq .question {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
}
.faq .depart:hover, .faq .question:hover {
  cursor: pointer;
  color: white;
  background-color: #73bced;
}
.faq .answer {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 1.5rem;
}
.faq .answer p {
  font-size: 1rem;
}
.faq .answer-icon {
  padding-top: 0.2rem;
  font-size: 1.6rem;
  padding-left: 2rem;
  color: #69b0e3;
}
.faq .bread-crumbs {
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.user__background-editor {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  margin: 1rem;
}

.user__customizer {
  max-height: 400px;
  overflow-y: auto;
  margin-top: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eae3df;
}

.user-frame_in-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #eae3df;
  border-radius: 5px;
  padding: 0.5rem;
  width: 0;
  aspect-ratio: 1/1;
  margin-bottom: 0.5rem;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.user-frame_in-list:hover {
  cursor: pointer;
  border: 2px solid #4fa4dc;
}

.user-background_in-list {
  position: relative;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 0.5rem;
  width: 0;
  max-width: 100px;
  min-height: 75px;
  max-height: 120px;
  aspect-ratio: 1/1;
  margin-bottom: 0.5rem;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.user-background_in-list:hover {
  cursor: pointer;
  border: 2px solid #4fa4dc;
}

.decor_selected {
  border: 2px solid #3C3;
}

.decor_locked {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #505050;
}

.show-decor {
  opacity: 1;
  max-width: 18.9%;
  width: 100%;
}

.user-frame_loader {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background-color: #ebebeb;
  padding: 0.5rem;
  max-width: 22%;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 0.5rem;
}

.user-frame_loader:hover {
  background-color: #4fa4dc;
}

.user-frame_loader:hover span {
  color: white;
}

@media (min-width: 992px) {
  .user-frame_in-list {
    max-width: 15%;
  }
  .user-frame_loader {
    max-width: 15%;
  }
}
.user__header_sampler {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120px;
  height: 200px;
  background-color: #ffffff;
  background-position-y: top;
  background-size: cover;
  border-radius: 5px;
}
.user__header_sampler .avatar {
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 50%;
  height: 80%;
  max-height: 150px;
  aspect-ratio: 1/1;
}
.user__header_sampler .frame {
  position: absolute;
  z-index: 3;
  bottom: -1px;
  left: -10px;
  width: 114%;
  aspect-ratio: 1/1;
}

.curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  vertical-align: middle;
  z-index: 999;
}

.curtain:after {
  display: inline-block;
  width: 0;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.curtain .innerLayer {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  background: white;
  border-radius: 6px;
  width: 400px;
  max-height: 92%;
  overflow: auto;
  box-sizing: border-box;
}

.curtainCloseBtnWrap {
  margin-bottom: 10px;
}
