:root {
  --presenceUsernameColor: #ffffff;
  --presenceStatusColor: rgba(255, 255, 255, 0.7);
  --presenceContainerBackground: rgba(0, 0, 0, 0.2);
  --presenceContainerBorder: 2px solid rgba(0, 0, 0, 0.1);
  --discordServerMembers: rgba(255, 255, 255, 0.6);
  --secondTabBackground: rgba(0, 0, 0, 0.2);
  --secondTabBorder: 2px solid rgba(0, 0, 0, 0.1);
  --discordMissingIcon: rgba(255, 255, 255, 0.25);
  --modernLayoutSeperator: rgba(255, 255, 255, 0.12);
  --modernLayoutSeperatorBorder: rgba(255, 255, 255, 0.12);
  --discordAvatarBorder: 2px solid rgba(0, 0, 0, 0.15);
  --badgeContainerBackground: rgba(0, 0, 0, 0.2);
  --badgeContainerBorder: 2px solid rgba(0, 0, 0, 0.04);
  --userBadge: 20.5px;
  --textColor: #ffffff;
  --textColorDarker: rgba(255, 255, 255, 0.5);
  --iconColor: #FFFFFF;
  --backgroundColor: #080808;
  --joinStatus: rgba(255, 255, 255, 0.65);
  --audioPlayerBar: rgba(255, 255, 255, 0.35);
  --avatarBorder: 2px solid rgba(0, 0, 0, 0.4);
  --containerColor: rgba(0, 0, 0, 0);
  --containerBlur: 0px;
  --containerRadius: 20px;
  --containerWidth: 40rem;
  --containerPadding: 35px 15px;
  --volumeBackgroundcolor: rgba(0, 0, 0, 0.2);
  --volumeBorder: 2px solid rgba(0, 0, 0, 0.05);
  --colorUsernameGlow: 0px 0px 16.5px #ffffff;
  --buttonBackground: rgba(255, 255, 255, 0.22);
  --buttonBorder: 2px solid rgba(255, 255, 255, 0.12);
  --buttonRadius: 12px;
  --buttonAlign: center;
  --buttonBackgroundHover: rgba(255, 255, 255, 0.32);
  --buttonBorderHover: 2px solid rgba(255, 255, 255, 0.25);
  --buttonUrlColor: rgba(255, 255, 255, 0.65);
  --profileViewsContainerBorder: 2px solid rgba(255, 255, 255, 0);
  --templatePreviewContainerBackground: rgba(0, 0, 0, 0.4);
  --platformTextColor: rgba(255, 255, 255, 0.4);
  --secondTabWidgetDescription: rgba(255, 255, 255, 0.6);
  --audioIconBackground: rgba(255, 255, 255, 0.2);
  --progessBarFull: rgba(255, 255, 255, 0.3);
  --progessBarPlaying: #ffffff;
  --controlButtonsOther: rgba(255, 255, 255, 0.5);
  --controlButtonPlaying: #ffffff;
  --controlTextColor: rgba(255, 255, 255, 0.7);
  --modernLayoutBottomLeftDivider: rgba(255, 255, 255, 0.14);
  --sleekLayoutTopRightDivider: rgba(255, 255, 255, 0.14);
}

* {
  /*background-color: purple;*/
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  cursor: url(150dba77-765a-4271-b18a-036ec3aa90a2.png) 16 16, auto !important;
}


body {
  overflow: hidden;
  color: white;
}

.start {
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, .775);
  z-index: 9999;
  transition: .75s ease;
}

.start-background {
  font-weight: 700;
  font-size: 30px;
  color: #fafafa;
  text-align: center;
  padding: 0 10px;
  font-family: 'Satoshi', sans-serif !important;
}

/* Видео фон */
video.bg {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.4);
}

.container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(4px);
}

.avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.nickname {
  font-weight: 600;
  font-size: 39.5px;
  text-shadow: var(--colorUsernameGlow);
  width: fit-content;
  margin: 0;
  color: var(--textColor);

  margin-top: 7px;
  max-width: 27rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.profile-main {
  max-width: 28rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.profile-main-block {
  margin-top: 20px;
  background-color: var(--presenceContainerBackground);
  border: var(--presenceContainerBorder);
  border-radius: 25px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  max-width: fit-content;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.profile-data {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.profile-data-left {
  display: flex;
}

.profile-data-left img {
  width: 64px;
  /*border-radius: 50%;*/
  vertical-align: middle;
  margin-right: 10px;
}

.profile-data-right {
  font-family: 'Satoshi', sans-serif !important;
  display: flex;
  gap: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.profile-data-right-data {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.profile-data-right-data-top {
  display: flex;
  align-items: center;
}

.profile-data-right-data-top- {
  display: flex;
  align-items: center;
}

.profile-data-right-data-top-games {
  display: flex;
  align-items: center;
  gap: 6px;
  border: var(--badgeContainerBorder);
  background-color: var(--badgeContainerBackground);
  margin-left: 6px;
  padding: 1px 4px;
  border-radius: 8px;
}

.profile-data-right-data-top-games img {
  height: 40px;
  width: 40px;
  object-fit: cover;
}

.profile-data-right-data-top-games span {
  color: var(--presenceUsernameColor);
  font-size: 12px;
}

.profile-data-right-data-bottom {
  font-weight: 400;
  font-size: 13.5px;
  margin-right: 2px;
  color: var(--presenceStatusColor);
  margin: 0;
}

.profile-data-right-border {
  display: flex;
  align-items: center;
}

.socials {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 7px;
}

.socials-block {
  justify-content: center;
  margin-top: 30px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  row-gap: 11px;
}

.socials-block a {
  color: white;
  text-decoration: none;
  transition: 0.2s;
}

.socials-block a:hover {
  transform: scale(1.2);
}

.socials-block svg {
  font-size: 35px;
  transition: .3s;
  color: #FFFFFF !important;
  filter: drop-shadow(#FFFFFF 1px 0 7px) !important;
}

.socials-block img {
  width: 40px;
  height: 40px;
  font-size: 35px;
  transition: .3s;
  color: #FFFFFF !important;
  filter: drop-shadow(#FFFFFF 1px 0 7px) !important;
}

/* Счётчик */
.views {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 14px;
  opacity: 0.8;
}

/* Громкость */
.volume {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;

  width: 64px;
  height: 64px;
  padding: 12px;

  border-radius: 15px;
  background-color: var(--volumeBackgroundcolor);
  border: var(--volumeBorder);
  background-origin: border-box;

  overflow: hidden;
  transition: 0.3s;
}

/* раскрытие */
.volume:hover {
  width: 180px;
}

.volume-icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* слайдер */
.volume-slider {
  width: 100%;
  opacity: 0;
  transition: 0.3s;
}

/* показываем при наведении */
.volume:hover .volume-slider {
  opacity: 1;
}

/* кастомизация полоски */
.volume-slider {
  appearance: none;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  outline: none;
}

/* бегунок */
.volume-slider::-webkit-slider-thumb {
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
}