.action-btn[data-v-deb13c54] {
  text-transform: none;
  height: 38px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: white;
  width: unset;
  min-width: unset;
  border-radius: 8px;
  box-shadow: none;
}
.action-btn.v-btn--disabled[data-v-deb13c54] {
  color: rgba(255, 255, 255, 0.3) !important;
}
.action-btn[data-v-deb13c54]:not(.close-btn) {
  padding: 8px 16px;
}
.action-btn.close-btn[data-v-deb13c54] {
  padding: 0 !important;
  width: 38px !important;
}
.action-btn.close-btn[data-v-deb13c54]::before {
  border-radius: unset !important;
}
.v-data-table[data-v-deb13c54] {
  background: transparent;
  position: relative;
}
.v-data-table[data-v-deb13c54] .v-data-table__wrapper {
  height: 220px;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.v-data-table[data-v-deb13c54] table {
  border-collapse: separate !important;
}
.v-data-table[data-v-deb13c54] table thead.v-data-table-header tr th {
  font-size: 16px;
  height: 24px;
  color: #A29BAB;
  border-bottom: none !important;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  pointer-events: none;
  padding-bottom: 4px !important;
}
.v-data-table[data-v-deb13c54] table thead.v-data-table-header tr th span {
  width: -moz-max-content;
  width: max-content;
}
.v-data-table[data-v-deb13c54] table thead.v-data-table-header tr th i {
  display: none;
}
.v-data-table[data-v-deb13c54] table thead.v-data-table-header tr th:first-child {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.v-data-table[data-v-deb13c54] table thead.v-data-table-header tr th:last-child {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.v-data-table[data-v-deb13c54] table tbody tr td {
  font-size: 14px;
  font-weight: 400 !important;
  height: 54px !important;
  border-bottom: none !important;
  width: -moz-max-content;
  width: max-content;
  color: white;
}
.v-data-table[data-v-deb13c54] table tbody tr td.v-data-table__mobile-row {
  width: 100%;
  height: auto !important;
}
.v-data-table[data-v-deb13c54] table tbody tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.v-data-table[data-v-deb13c54] table tbody tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.v-data-table[data-v-deb13c54] table tbody tr:nth-child(odd) td {
  background: #24073D;
}
.v-data-table[data-v-deb13c54] table tbody tr:hover {
  background: initial !important;
}
.v-data-table[data-v-deb13c54]::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 54px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #24073D 100%);
  pointer-events: none;
}
@media screen and (max-width: 600px) {
.v-data-table[data-v-deb13c54]::after {
    width: 100%;
    height: 54px;
    background: linear-gradient(180deg, rgba(40, 14, 61, 0) 0%, #24073D 100%);
    bottom: 0;
    left: 0;
}
.v-data-table[data-v-deb13c54].no-headers table thead {
    display: none;
}
}
.text-gold[data-v-deb13c54] {
  color: var(--v-gold-base);
  font-weight: 500;
}
.actions-row[data-v-deb13c54] {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 4px;
}
.room[data-v-deb13c54] {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
}
.room-header[data-v-deb13c54] {
  padding: 6px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.game-name[data-v-deb13c54] {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.game-name div[data-v-deb13c54]:nth-child(1) {
  color: #fff;
}
.game-name div[data-v-deb13c54]:nth-child(2) {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.game-name div:nth-child(2) span[data-v-deb13c54] {
  color: #22ce33;
}
.room-info[data-v-deb13c54] {
  display: flex;
  gap: 1px;
}
.room-info-col[data-v-deb13c54] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #fff;
  flex-basis: 100%;
  padding: 12px 16px;
}
.room-info-col[data-v-deb13c54]:first-child {
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.2);
}
.room-info-col span[data-v-deb13c54] {
  opacity: 0.7;
}
.hosted-rooms[data-v-deb13c54] {
  position: relative;
  container: hosted-rooms/inline-size;
}
.hosted-rooms[data-v-deb13c54] .v-pagination__item {
  width: 36px;
  height: 36px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}
.hosted-rooms[data-v-deb13c54] .v-pagination__item:not(.v-pagination__item--active) {
  background: transparent;
  color: #fff;
  box-shadow: none;
}
.hosted-rooms[data-v-deb13c54] .v-pagination__item.v-pagination__item--active {
  box-shadow: none;
}
.hosted-rooms[data-v-deb13c54] .v-pagination__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 0;
  letter-spacing: 4px;
  padding: 0;
  transform: translate(2px, -3px);
}
.hosted-rooms[data-v-deb13c54] .v-pagination__navigation {
  background: rgba(0, 0, 0, 0.4);
  height: 44px;
  width: 44px;
}
.hosted-rooms[data-v-deb13c54] .v-pagination__navigation .v-icon {
  color: #fff;
}
.hosted-rooms[data-v-deb13c54] .rooms-title {
  margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
.hosted-rooms[data-v-deb13c54] .rooms-title--no-items {
    margin-bottom: 0;
}
}
@container hosted-rooms (min-width: 0px) {
.wrapper[data-v-deb13c54] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
}
@container hosted-rooms (min-width: 400px) {
@media screen and (min-width: 1024px) {
.wrapper[data-v-deb13c54] {
      gap: 0;
      overflow-y: visible;
      max-height: 248px;
      padding-right: 8px;
      width: calc(100% + 8px);
}
.wrapper[data-v-deb13c54]::-webkit-scrollbar-track {
      background: #161f2c !important;
}
.wrapper[data-v-deb13c54]::-webkit-scrollbar-thumb {
      background-color: #454f5c !important;
}
@-moz-document url-prefix() {
.wrapper[data-v-deb13c54] {
        scrollbar-width: thin;
        scrollbar-color: #454f5c #161f2c;
}
}
.hosted-rooms--blurred[data-v-deb13c54]::before {
      content: "";
      position: absolute;
      z-index: 1;
      bottom: 0;
      width: 100%;
      height: 50px;
      background: linear-gradient(to top, #222932 0%, rgba(0, 0, 0, 0.02) 100%);
      pointer-events: none;
}
.hosted-rooms--blurred .wrapper[data-v-deb13c54] {
      overflow-y: auto;
}
}
}
.no-rooms-message[data-v-deb13c54] {
  color: #fff;
  font-size: 16px;
  padding: 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
}
.list-header[data-v-deb13c54] {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) 70px 70px 1fr;
  align-items: center;
  gap: 32px;
  padding-inline: 16px;
  margin-bottom: 4px;
}
.list-header span[data-v-deb13c54] {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  opacity: 0.6;
}
.list-header span[data-v-deb13c54]:last-child {
  text-align: right;
}
.room-desktop[data-v-deb13c54] {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) 70px 70px 1fr;
  align-items: center;
  gap: 32px;
  height: 54px;
  padding: 6px 16px;
  color: #fff;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
}
.room-desktop[data-v-deb13c54]:nth-child(2n+1) {
  background: transparent;
}
.room-desktop b[data-v-deb13c54] {
  font-weight: 500;
}
.room-desktop .actions[data-v-deb13c54] {
  display: flex;
  justify-content: flex-end;
}
.room-info-col .text-ellipsis[data-v-deb13c54] {
  max-width: 124px;
}
.game-select[data-v-7a56960b] .v-input__slot {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.3);
}
.game-select[data-v-7a56960b] .v-input__slot fieldset legend {
  width: unset !important;
}
.game-select[data-v-7a56960b] .v-input__slot label {
  color: white;
  top: 11px !important;
  font-weight: 500;
}
.game-select[data-v-7a56960b] .v-input__slot label.v-label--active {
  transform: scale(1) translateY(-42px) translateX(-7px);
}
.game-select[data-v-7a56960b] .v-input__slot .v-select__slot .v-select__selections .v-select__selection {
  color: white;
  padding-bottom: 3px !important;
}
.game-select[data-v-7a56960b] .v-select__slot .v-input__append-inner i.mdi-chevron-down {
  font-size: 24px !important;
}
#game-picker-anchor[data-v-3a758ec6] {
  position: relative;
}
#game-picker-anchor[data-v-3a758ec6] .golden-select-menu {
  transform: translateY(30px);
}
.challenge-friends-card[data-v-3a758ec6] {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 510px;
}
.challenge-friends-card .selected-game[data-v-3a758ec6] {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  padding: 16px 10px;
  display: flex;
  gap: 8px;
}
.challenge-friends-card .selected-game img[data-v-3a758ec6] {
  aspect-ratio: 120/150;
  max-width: 120px;
  max-height: 150px;
  border-radius: 8px;
}
@media screen and (min-width: 600px) {
.challenge-friends-card .selected-game img[data-v-3a758ec6] {
    aspect-ratio: 140/175;
    max-width: 140px;
    max-height: 175px;
}
}
.challenge-friends-card .selected-game .list-wrapper[data-v-3a758ec6] {
  padding: 0;
}
@media screen and (min-width: 393px) {
.challenge-friends-card .selected-game .list-wrapper[data-v-3a758ec6] {
    min-width: 160px;
    padding: 0 10px;
}
}
.challenge-friends-card .selected-game ul[data-v-3a758ec6] {
  list-style: disc;
  padding-left: 20px;
}
.challenge-friends-card .selected-game li[data-v-3a758ec6] {
  color: #fff;
  font-size: 12px;
  line-height: 120%;
  margin-bottom: 20px;
}
.challenge-friends-card .selected-game li[data-v-3a758ec6] strong {
  font-weight: 400 !important;
}
@media screen and (min-width: 576px) {
.challenge-friends-card .selected-game li[data-v-3a758ec6] {
    font-size: 14px;
}
}
@media screen and (min-width: 768px) {
.challenge-friends-card .selected-game li[data-v-3a758ec6] {
    font-size: 16px;
}
}
.challenge-friends-card .selected-game li[data-v-3a758ec6]:last-child {
  margin: 0;
}
.challenge-friends-card .create-room-btn[data-v-3a758ec6] {
  background: #0080ff !important;
  color: #fff !important;
  height: 50px !important;
  padding: 12px 24px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-radius: 8px;
}
.challenge-friends-card .create-room-btn.v-btn.v-btn--disabled[data-v-3a758ec6] {
  background: #0080ff !important;
  opacity: 0.4;
  pointer-events: none;
}
.challenge-friends-card[data-v-3a758ec6] .create-room-btn.v-btn--disabled.v-btn--has-bg {
  color: #fff !important;
}
.amount-section[data-v-3a758ec6] {
  margin: 24px 0;
}
.amount-section .buy-in-text[data-v-3a758ec6] {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.amount-section .stakes[data-v-3a758ec6] .v-radio--is-disabled {
  opacity: 0.3;
  pointer-events: auto;
}
.amount-section .stakes[data-v-3a758ec6] .v-input__slot {
  padding: 0 !important;
}
.amount-section .stakes[data-v-3a758ec6] .v-input--radio-group__input {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
@media screen and (max-width: 400px) {
.amount-section .stakes[data-v-3a758ec6] .v-input--radio-group__input {
    grid-template-columns: repeat(3, 1fr);
}
}
.amount-section .stakes[data-v-3a758ec6] .v-input--radio-group__input .v-radio {
  flex-basis: 32%;
  padding: 8px 16px;
  border-radius: 20px;
  outline: 1px solid rgba(255, 255, 255, 0.4);
  height: 40px;
}
.amount-section .stakes[data-v-3a758ec6] .v-input--radio-group__input .v-radio label {
  color: white;
  text-wrap: nowrap;
}
.amount-section .stakes[data-v-3a758ec6] .v-input--radio-group__input .v-radio.v-item--active {
  background: #0080ff;
  outline: unset;
}
.amount-section .stakes[data-v-3a758ec6] .v-input--radio-group__input .v-radio.v-item--active label {
  font-weight: 600;
  color: #fff;
}
.amount-section .stakes[data-v-3a758ec6] .v-messages {
  display: none;
}
.caf-icon[data-v-3a758ec6] {
  height: 26px;
}
.caf-icon path[data-v-3a758ec6] {
  fill: #fff;
}
.caf-header[data-v-3a758ec6] {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 26px;
}
.caf-caption[data-v-3a758ec6] {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.disabled-tooltip-btn[data-v-3a758ec6] {
  pointer-events: auto;
}
.max-button[data-v-944a1fee] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  padding: 14px 32px;
  font-weight: 600;
  background-color: #0080FF;
  border-radius: 10px;
  line-height: 100%;
}
.max-button[secondary][data-v-944a1fee] {
  padding: 14px 16px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.max-button[green][data-v-944a1fee] {
  background-color: #0a9a49;
}
.max-button[disabled][data-v-944a1fee] {
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.4);
}
.max-button[outlined][data-v-944a1fee] {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.max-button[data-v-944a1fee]:hover {
  filter: brightness(103%);
}
.max-button[data-v-944a1fee]:active {
  filter: brightness(97%);
}
.social-button[data-v-944a1fee] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 10px;
  background: #fff;
  gap: 10px;
  color: #160526;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
}
.social-button[data-v-944a1fee]:hover {
  filter: brightness(105%);
}
.social-button[data-v-944a1fee]:active {
  filter: brightness(97%);
}
.social-button[data-v-944a1fee]:disabled {
  pointer-events: none;
  filter: grayscale(1);
}
.social-button svg[data-v-944a1fee] {
  max-width: 24px;
  max-height: 24px;
}
.friends-input[data-v-55bb185b] {
  padding-top: 0 !important;
  margin-top: 0 !important;
  transition: all 0.3s;
  border-radius: 8px;
}
.friends-input.button-like[data-v-55bb185b] {
  border-radius: 8px;
}
.friends-input.button-like[data-v-55bb185b] .v-input__control .v-input__slot {
  cursor: pointer;
  background: #0080ff;
}
.friends-input.button-like[data-v-55bb185b] .v-input__control .v-input__slot input {
  cursor: pointer;
  padding-left: 0 !important;
  font-weight: 600;
}
.friends-input.button-like[data-v-55bb185b] .v-input__control .v-input__slot input::-moz-placeholder {
  font-size: 16px;
  color: #fff;
}
.friends-input.button-like[data-v-55bb185b] .v-input__control .v-input__slot input::placeholder {
  font-size: 16px;
  color: #fff;
}
.friends-input.button-like[data-v-55bb185b] .v-input__control .v-input__prepend-inner {
  padding-left: 30px !important;
  padding-right: 8px !important;
  transition: width 0.15s linear;
  width: 60% !important;
}
.friends-input.button-like[data-v-55bb185b] .v-input__control .v-input__prepend-inner .v-input__icon {
  justify-content: flex-end;
}
.friends-input.button-like[data-v-55bb185b] .v-input__control .v-progress-linear {
  display: none;
}
.friends-input[data-v-55bb185b]:not(.button-like) .v-input__control .v-input__slot {
  outline: 1px solid #0080FF;
}
.friends-input[data-v-55bb185b] .v-input__control .v-input__slot {
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.2);
  padding-left: 0 !important;
}
.friends-input[data-v-55bb185b] .v-input__control .v-input__slot::after, .friends-input[data-v-55bb185b] .v-input__control .v-input__slot::before {
  display: none;
}
.friends-input[data-v-55bb185b] .v-input__control .v-input__slot input {
  padding-left: 8px !important;
  padding-top: 2px !important;
  font-size: 16px !important;
  color: #a19caa;
}
.friends-input[data-v-55bb185b] .v-input__control .v-input__slot .v-select__selection {
  color: white;
}
.friends-input[data-v-55bb185b] .v-input__control .v-input__prepend-inner {
  padding: 10px 16px !important;
  transition: all 0.3s;
  background: #0080ff;
  margin: 0 !important;
  width: 56px !important;
  height: 45px !important;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.friends-input[data-v-55bb185b] .v-input__control .v-input__prepend-inner .v-icon {
  color: #fff !important;
}
.gap-2[data-v-a0079490] {
  gap: 16px;
}
.search-input[data-v-a0079490] .v-input__slot {
  background: rgba(255, 255, 255, 0.1) !important;
  box-shadow: none !important;
}
.search-input[data-v-a0079490] .v-input__slot input,
.search-input[data-v-a0079490] .v-input__slot label,
.search-input[data-v-a0079490] .v-input__slot .v-icon {
  color: #aba6b4 !important;
}
.search-input[data-v-a0079490] .v-input__slot input,
.search-input[data-v-a0079490] .v-input__slot label {
  font-size: 14px !important;
}
.search-input[data-v-a0079490] .v-input__slot .v-text-field__slot input {
  padding: unset !important;
}
.search-input[data-v-a0079490] .v-input__slot .v-input__prepend-inner {
  margin-top: 2px !important;
}
.dot[data-v-a0079490] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
  margin-right: 4px;
  margin-top: 3px;
}
.dot.online[data-v-a0079490] {
  background: #22ce33;
}
.user-avatar[data-v-a0079490] {
  width: 36px;
  height: 36px;
}
.friends-container[data-v-a0079490] {
  container-name: friends-container;
  container-type: inline-size;
}
@container friends-container (width >= 0px) {
.friends-container .friends-wrapper[data-v-a0079490] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
}
.friends-container .friends-title[data-v-a0079490] {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.friends-container .add-friends-btn[data-v-a0079490] {
    width: 100% !important;
    transition: all 10s ease;
}
}
@container friends-container (width >= 420px) {
.friends-container[data-v-a0079490] .add-friends-btn.button-like .v-input__prepend-inner {
    width: 65% !important;
}
}
@container friends-container (width >= 520px) {
.friends-container .add-friends-btn[data-v-a0079490] {
    width: auto !important;
}
.friends-container[data-v-a0079490] .add-friends-btn.button-like .v-input__prepend-inner {
    width: 60% !important;
}
}
@container friends-container (width >= 745px) {
.friends-container .friends-wrapper[data-v-a0079490] {
    width: auto;
}
}
@container friends-container (width < 745px) {
.friends-container .inputs-wrapper[data-v-a0079490] {
    width: 100%;
    flex-grow: 2;
}
}
@container friends-container (width < 500px) {
.friends-container .inputs-wrapper[data-v-a0079490] {
    flex-direction: column-reverse !important;
}
.friends-container .inputs-wrapper .search-input[data-v-a0079490] {
    width: 100%;
}
}
.friend-list[data-v-a0079490] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
}
.friend[data-v-a0079490] {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 14px;
}
.friend-name[data-v-a0079490] {
  font-size: 16px;
  font-weight: 500;
}
.friends-list[data-v-a0079490] {
  position: relative;
  container: friends-list/inline-size;
}
.friends-list[data-v-a0079490] .v-pagination__item {
  width: 36px;
  height: 36px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}
.friends-list[data-v-a0079490] .v-pagination__item:not(.v-pagination__item--active) {
  background: transparent;
  color: #fff;
  box-shadow: none;
}
.friends-list[data-v-a0079490] .v-pagination__item.v-pagination__item--active {
  box-shadow: none;
}
.friends-list[data-v-a0079490] .v-pagination__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 0;
  letter-spacing: 4px;
  padding: 0;
  transform: translate(2px, -3px);
}
.friends-list[data-v-a0079490] .v-pagination__navigation {
  background: rgba(0, 0, 0, 0.4);
  height: 44px;
  width: 44px;
}
.friends-list[data-v-a0079490] .v-pagination__navigation .v-icon {
  color: #fff;
}
.list-header[data-v-a0079490] {
  display: grid;
  grid-template-columns: 72px 1fr 1fr;
  align-items: center;
  gap: 32px;
  padding-inline: 16px;
  margin-bottom: 4px;
}
.list-header span[data-v-a0079490] {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  opacity: 0.6;
}
.list-header span[data-v-a0079490]:last-child {
  text-align: right;
}
.friend-desktop[data-v-a0079490] {
  display: grid;
  align-items: center;
  grid-template-columns: 72px 1fr 1fr;
  gap: 32px;
  padding-inline: 16px;
  color: #fff;
  height: 54px;
  border-radius: 10px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.05);
}
.friend-desktop[data-v-a0079490]:nth-child(2n+1) {
  background: transparent;
}
@container friends-list (min-width: 400px) {
@media screen and (min-width: 1024px) {
.friends-list--blurred[data-v-a0079490]::before {
      content: "";
      position: absolute;
      z-index: 1;
      bottom: 0;
      width: 100%;
      height: 50px;
      background: linear-gradient(to top, #222932 0%, rgba(0, 0, 0, 0.02) 100%);
      pointer-events: none;
}
.friend-list[data-v-a0079490] {
      position: relative;
      max-height: 192px;
      overflow-y: auto;
      padding-right: 8px;
      width: calc(100% + 8px);
      gap: 0;
}
.friend-list[data-v-a0079490]::-webkit-scrollbar-track {
      background: #161f2c !important;
}
.friend-list[data-v-a0079490]::-webkit-scrollbar-thumb {
      background-color: #454f5c !important;
}
@-moz-document url-prefix() {
.friend-list[data-v-a0079490] {
        scrollbar-width: thin;
        scrollbar-color: #454f5c #161f2c;
}
}
}
}
.custom-menu {
  background: transparent !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}
.custom-menu .v-list.v-sheet {
  transition: all 0.3s;
  background: transparent !important;
}
.custom-menu .v-list.v-sheet .v-list-item {
  min-height: 32px !important;
}
.custom-menu .v-list.v-sheet .v-list-item .v-list-item__title {
  font-weight: 500;
  font-size: 14px;
}
.custom-menu .v-list.v-sheet .v-list-item--disabled {
  opacity: 0.5;
}
.caf-container[data-v-7527c3c4] {
  container: caf-container/inline-size;
  padding: 0;
  margin-inline: 4px;
}
.caf-container .content-wrapper .caf-card[data-v-7527c3c4] {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  padding: 24px 14px;
  overflow-y: auto;
  overflow-x: hidden;
}
.caf-container .content-wrapper .caf-card--main[data-v-7527c3c4] {
  padding-inline: 16px;
}
@media screen and (min-width: 1024px) {
.caf-container .content-wrapper .caf-card[data-v-7527c3c4] {
    padding: 24px;
}
.caf-container .content-wrapper .caf-card--main[data-v-7527c3c4] {
    padding: 40px 24px 0;
}
}
@container caf-container (min-width: 0px) {
.content-wrapper[data-v-7527c3c4] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-inline: 0;
}
}
@container caf-container (min-width: 800px) {
.content-wrapper[data-v-7527c3c4] {
    display: grid;
    grid-template-areas: "main friends" "main rooms";
    grid-template-rows: 382px 382px;
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
    -moz-column-gap: 20px;
         column-gap: 20px;
}
.caf-card--main[data-v-7527c3c4] {
    grid-area: main;
    max-height: 813px;
}
.caf-card--friends[data-v-7527c3c4] {
    grid-area: friends;
    max-height: 382px;
}
@media (max-width: 1050px) {
.caf-card--friends[data-v-7527c3c4] {
      overflow-y: auto;
}
}
.caf-card--rooms[data-v-7527c3c4] {
    grid-area: rooms;
    max-height: 382px;
}
@media (max-width: 960px) {
.caf-card--rooms[data-v-7527c3c4] {
      overflow-y: auto;
}
}
}

/*# sourceMappingURL=19.41b3b9a4.css.map*/