:root {
  --swiper-theme-color: var(--purple);
}

.swiper {
  width: 100%;
  height: 245px;
}

.wrapper {
  padding: 30px;
  min-height: 100%;
}

.title {
  font-size: 30px;
  font-weight: 700;
  color: white;
  margin: 0 0 30px 0;
}

.image-slider {
  border-radius: 16px;
}

.image-slider__image {
  text-align: left;
  height: 100%;
}

.image-slider__image p {
  position: absolute;
  bottom: 60px;
  left: 20px;
  font-size: 14px;
  width: 100%;
  text-wrap: nowrap;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
  -webkit-text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}

.image-slider__image h3 {
  position: absolute;
  bottom: 100px;
  left: 20px;
  font-family: "Unbounded";
  font-size: 28px;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 37%);
  -webkit-text-shadow: 1px 1px 2px rgb(0 0 0 / 37%);
}

.image-slider__image img {
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
}

.image-slider .swiper-button-next::after,
.image-slider .swiper-button-prev::after {
  color: rgb(255 255 255 / 50%);
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: rgb(255 255 255);
}

.swiper-button-next:active::after,
.swiper-button-prev:active::after {
  transform: scale(0.8);
}

.swiper-button-next,
.swiper-button-prev {
  bottom: 20px !important;
  right: 20px !important;
  top: unset !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50%;
  border: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: auto !important;
  right: 60px !important;
}

.swiper-buttons {
  width: 80px;
  position: absolute;
  right: 20px;
  bottom: 18px;
  background: var(--bg-modal);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  height: 45px;
  z-index: 1;
  border-radius: 50px;
}

.image-slider .swiper-pagination {
  bottom: 10px !important;
  right: 10px !important;
  border-radius: 25px !important;
  width: 100% !important;
  height: 9px;
  line-height: 4px;
}

.image-slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  line-height: 20px;
  font-size: 14px;
  background-color: rgb(255 255 255 / 80%);
  border-radius: 7px;
  transition: width 0.15s linear;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
  width: 18px;
}

.swiper-pagination-bullet-active {
  width: 20px !important;
  transition: width 0.15s linear;
}

.image-slider .swiper-pagination-fraction {
  font-size: 20px;
  color: #fff;
}

.image-slider .swiper-pagination-progressbar-fill {
  background-color: rgb(255 255 255 / 15%) !important;
  border-radius: 25px !important;
}

.autoplay-progress {
  background-color: var(--bg-modal);
  color: var(--text-custom);
  backdrop-filter: blur(40px);
  border-radius: 50%;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 11px;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 3px;
  stroke: var(--text-custom);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

@media (max-width: 768.9px) {
  .right-swiper__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
  }
}

@media (min-width: 769px) {
  .right-swiper__block {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap: 10px;
    background: #4d4d4d24;
    border-radius: 16px;
  }
}

.right-swiper__second {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}

.card.right-swiper__store {
  width: 70%;
}

.card.right-swiper__ds {
  width: 30%;
}

.right-swiper__online {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
}

.card.right-swiper__site {
  width: 50%;
}

.card.right-swiper__server {
  width: 50%;
}

.card.right-swiper__sc,
.card.right-swiper__store,
.card.right-swiper__ds,
.card.right-swiper__site,
.card.right-swiper__server {
  display: flex;
  position: relative;
  height: 100%;
  overflow: hidden;
  justify-content: center;
  padding: 0 30px;
  font-family: "Unbounded";
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  color: var(--text-custom);
  transition: 0.3s;
}

.card.right-swiper__sc:hover,
.card.right-swiper__store:hover,
.card.right-swiper__ds:hover,
.card.right-swiper__site:hover,
.card.right-swiper__server:hover {
  filter: brightness(115%);
  -webkit-filter: brightness(115%);
}

.card.right-swiper__site,
.card.right-swiper__server {
  cursor: default;
}

.card.right-swiper__ds {
  align-items: center;
}

.card.right-swiper__store {
  color: var(--text);
}

.card.right-swiper__sc img {
  position: absolute;
  right: -122px;
  height: auto;
  width: 100%;
  top: -36px;
  transform: scale(0.9);
}

.card.right-swiper__store img {
  position: absolute;
  right: -79px;
  height: auto;
  width: 100%;
  top: -1px;
  transform: scale(1.3);
}

.card.right-swiper__sc:before,
.card.right-swiper__store:before,
.card.right-swiper__ds:before,
.card.right-swiper__site:before,
.card.right-swiper__server:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(270deg, var(--text-custom), transparent);
  opacity: 0.2;
}

.card.right-swiper__store:before {
  background-image: linear-gradient(270deg, var(--text-custom), transparent);
}

.card.right-swiper__ds:before {
  background-image: linear-gradient(270deg, #5865f2, transparent);
}

.card.right-swiper__site:before {
  background-image: linear-gradient(270deg, var(--text-custom), transparent);
}

.card.right-swiper__server:before {
  background-image: linear-gradient(270deg, var(--text-custom), transparent);
}

.card.right-swiper__ds svg {
  width: 40px;
  height: auto;
  fill: #5865f2;
  transition: 0.5s ease-in-out;
}

.card.right-swiper__ds:hover svg {
  transform: scale(1.3) rotateZ(360deg);
}

.right-swiper__site svg,
.right-swiper__server svg {
  position: absolute;
  width: 100px;
  height: auto;
  right: -21px;
  fill: var(--text-custom);
  opacity: 0.1;
}

.right-swiper__server svg {
  fill: var(--text-custom);
}

.card .right-swiper__site,
.card .right-swiper__server {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.swipe-count,
.swipe-count-server {
  font-family: "Unbounded";
  font-size: 30px;
  color: var(--text-custom);
  font-weight: 700;
  margin-top: -3px;
}

.swipe-count-server {
  color: var(--text-custom);
}

.swipe-title__count,
.swipe-title__count-server {
  font-size: 14px;
  color: var(--text-custom);
  opacity: 0.7;
  font-family: "SF Pro Display", sans-serif;
}

.swipe-title__count-server {
  color: var(--text-custom);
}

.swiper_action_svg {
  position: absolute;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  left: 12px;
  transition: 0.3s ease-in-out;
  z-index: -1;
}

.swiper_btn svg {
  position: absolute;
  left: 20px;
  height: 8px;
  width: 8px;
  fill: white;
  transition: 0.3s ease-in-out;
}

.swiper_btn:hover svg {
  transform: rotate(45deg);
}

.swiper_btn:hover .swiper_action_svg {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  left: -12px;
}

.image-slider__image .swiper_btn {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  align-items: center;
  justify-content: center;
  height: 41px;
  line-height: 41px;
  background: var(--bg-table);
  padding: 0 20px 0 45px;
  border-radius: 8px;
  color: var(--text-default);
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  cursor: pointer;
  overflow: hidden;
}

.top-donors-container {
  background: var(--navbar);
  border-radius: 16px;
  padding: 10px;
  height: 245px;
}

.top-donors-header {
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--bg-table);
  letter-spacing: 1px;
}

.donor-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.donor-item {
  display: flex;
  align-items: center;
  background: linear-gradient(26deg, #0505054a, #a4a4a43d);
  border-radius: 8px;
  padding: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.donor-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.donor-item.gold {
  background: linear-gradient(26deg, rgba(212,175,55,0.15), rgba(212,175,55,0.05));
  box-shadow: 0 0 10px rgba(212,175,55,0.1);
}

.donor-item.silver {
  background: linear-gradient(26deg, rgba(192,192,192,0.15), rgba(192,192,192,0.05));
  box-shadow: 0 0 10px rgba(192,192,192,0.1);
}

.donor-item.bronze {
  background: linear-gradient(26deg, rgba(205,127,50,0.15), rgba(205,127,50,0.05));
  box-shadow: 0 0 10px rgba(205,127,50,0.1);
}

.donor-place {
  font-weight: bold;
  margin-right: 12px;
  width: 19px;
  text-align: center;
  font-size: 14px;
  font-family: "Unbounded";
}

.donor-item.gold .donor-place {
  color: #d4af37;
  text-shadow: 0 0 5px rgba(212,175,55,0.5);
}

.donor-item.silver .donor-place {
  color: #c0c0c0;
  text-shadow: 0 0 5px rgba(192,192,192,0.5);
}

.donor-item.bronze .donor-place {
  color: #cd7f32;
  text-shadow: 0 0 5px rgba(205,127,50,0.5);
}

.donor-avatar {
  background: #495057;
  margin: 0 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  height: 51px;
  width: 51px;
  border-radius: 12px;
  overflow: hidden;
  user-select: none;
  cursor: default;
}

.donor-info {
  flex-grow: 1;
}

.donor-name {
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-custom);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Unbounded";
}

.donor-amount {
  font-size: 10px;
  color: #adb5bd;
  text-align: left;
}

.donor-amount span {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  color: var(--bg-table);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.avatar_frame_small {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.top_players_avatar {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}

.empty-donors {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: var(--text-default);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Unbounded";
  background: linear-gradient(26deg, #0505052a, #a4a4a41a);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.empty-donors::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 60%);
  animation: rotate 10s linear infinite;
  z-index: 0;
}

.empty-donors::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--navbar);
  border-radius: 11px;
  z-index: 1;
}

.empty-donors span {
  position: relative;
  z-index: 2;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}