﻿@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
img {
  max-width: 100%;
  height: auto;
}
body {
  user-select: none;
}

/*Top 5 Buys Overlay Css*/

.squad-ovelay-player-img img {
  height: 200px;
  object-fit: contain;
  max-width: 200px;
}
.squad-ovelay-main-container-animation {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://images.unsplash.com/photo-1607734834519-d8576ae60ea6");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}
.squad-ovelay-main-container-max-width {
  width: 1010px;
  margin: 0 auto;
}
.main-container-animation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
  width: 100%;
}
.main-container-animation:last-child{
    padding-bottom:0;
}
.main-container-animation .svg-container {
  position: absolute;
}
.main-container-animation .card-container {
  padding: 2px;
  border-radius: 24px;
  position: relative;
  background: linear-gradient( -30deg, oklch( from #dd8448 0.3 calc(c / 2) h / 0.4 ), transparent, oklch( from #dd8448 0.3 calc(c / 2) h / 0.4 ) ), linear-gradient( to bottom, oklch(0.185 0 0), oklch(0.185 0 0) );
  overflow: hidden;
}
.main-container-animation .inner-container {
  position: relative;
}
.main-container-animation .border-outer {
  border: 2px solid rgba(221, 132, 72, 0.5);
  border-radius: 24px;
  padding-right: 4px;
  padding-bottom: 4px;
}
.main-container-animation .main-card {
  width: 1000px;
  height: 220px;
  border-radius: 24px;
  /*border: 2px solid #dd8448;*/
  /*filter: url(#turbulent-displace);*/
}
.main-container-animation .glow-layer-1 {
  border: 2px solid rgba(221, 132, 72, 0.6);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(1px);
}
.main-container-animation .glow-layer-2 {
  border: 2px solid oklch(from #dd8448 l c h);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(4px);
}
.main-container-animation .overlay-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  opacity: 1;
  mix-blend-mode: overlay;
  transform: scale(1.1);
  filter: blur(16px);
  background: linear-gradient( -30deg, white, transparent 30%, transparent 70%, white );
}
.main-container-animation .overlay-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  opacity: 0.5;
  mix-blend-mode: overlay;
  transform: scale(1.1);
  filter: blur(16px);
  background: linear-gradient( -30deg, white, transparent 30%, transparent 70%, white );
}
.main-container-animation .background-glow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  filter: blur(32px);
  transform: scale(1.1);
  opacity: 0.3;
  z-index: -1;
  background: linear-gradient( -30deg, oklch(from #dd8448 l c h), transparent, #dd8448 );
}
.main-container-animation .content-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main-container-animation .content-top {
  display: flex;
  padding: 20px;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.main-container-animation .content-bottom {
  display: flex;
  flex-direction: column;
  padding: 48px;
  padding-top: 16px;
}
.main-container-animation .scrollbar-glass {
  background: radial-gradient( 47.2% 50% at 50.39% 88.37%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100% ), rgba(255, 255, 255, 0.04);
  position: relative;
  transition: background 0.3s ease;
  border-radius: 14px;
  width: fit-content;
  height: fit-content;
  padding: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.main-container-animation .scrollbar-glass:hover {
  background: radial-gradient( 47.2% 50% at 50.39% 88.37%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100% ), rgba(255, 255, 255, 0.08);
}
.main-container-animation .scrollbar-glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px;
  background: linear-gradient( 150deg, rgba(255, 255, 255, 0.48) 16.73%, rgba(255, 255, 255, 0.08) 30.2%, rgba(255, 255, 255, 0.08) 68.2%, rgba(255, 255, 255, 0.6) 81.89% );
  border-radius: inherit;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  pointer-events: none;
}
.main-container-animation .title {
  font-size: 40px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
}
.main-container-animation .description {
  opacity: 0.5;
}
.main-container-animation .divider {
  margin-top: auto;
  border: none;
  height: 1px;
  background-color: currentColor;
  opacity: 0.1;
  mask-image: linear-gradient(to right, transparent, black, transparent);
  -webkit-mask-image: linear-gradient( to right, transparent, black, transparent );
}
.main-container-animation .content-container strong {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
}
.scrollbar-glass img {
  height: 90px;
  max-width: 90px;
  object-fit: contain;
}
.squad-ovelay-player-price span {
  font-size: 25px;
  color: #ffe30e;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.squad-ovelay-player-name {
  padding: 0 30px;
}
.squad-ovelay-player-price h2 {
  color: #ffe30e;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  font-weight: 900;
  font-family: "Nunito Sans", serif;
}
.squad-ovelay-player-price {
  padding-right: 30px;
}
.squad-ovelay-main-container-animation-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.squad-ovelay-box-logo-animation img {
  height: 120px;
}
.squad-ovelay-box-seasons-animation h4 {
  font-size: 42px;
  margin: 0;
  font-weight: 700;
  color: #fff;
}
.squad-ovelay-box-animation-pursh {
  position: relative;
  background: linear-gradient(135deg, #1e3a6b 0%, #2a4a7c 100%);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}
.squad-ovelay-box-animation-pursh:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
  transform: rotate(0deg);
}
.squad-ovelay-box-animation-pursh h4 {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0;
}
.main-container-animation-mini-box .squad-ovelay-player-img img {
  height: 100px;
  object-fit: contain;
  width: 100px;
}
.main-container-animation.main-container-animation-mini-box .title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
}
.main-container-animation.main-container-animation-mini-box .content-container strong {
  color: #fff;
  font-size: 16px;
  font-size: 20px;
}
.main-container-animation.main-container-animation-mini-box .squad-ovelay-player-price h2 {
  color: #ffe30e;
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}
.main-container-animation-mini-box .scrollbar-glass img {
  height: 70px;
  width: 70px;
  object-fit: contain;
}
.main-container-animation.main-container-animation-mini-box .main-card {
  height: 120px;
  border-radius: 24px;
  /*border: 2px solid #dd8448;*/
  /*filter: url(#turbulent-displace);*/
}
.main-container-animation.main-container-animation-mini-box .card-container {
  background: linear-gradient(-30deg, oklch(from #dd8448 0.3 calc(c / 2) h / 0.4), transparent, oklch(from #dd8448 0.3 calc(c / 2) h / 0.4)), linear-gradient(to bottom, oklch(0.185 0 0), oklch(0.44 0.13 259.61));
}
.main-container-animation.main-container-animation-mini-box.main-container-animation-mini-box-bg1 .card-container {
  background: linear-gradient(-30deg, oklch(from #dd8448 0.3 calc(c / 2) h / 0.4), transparent, oklch(from #dd8448 0.3 calc(c / 2) h / 0.4)), linear-gradient(to bottom, oklch(0.185 0 0), oklch(0.45 0.28 264.18));
}
.main-container-animation.main-container-animation-mini-box.main-container-animation-mini-box-bg2 .card-container {
  background: linear-gradient(-30deg, oklch(from #dd8448 0.3 calc(c / 2) h / 0.4), transparent, oklch(from #dd8448 0.3 calc(c / 2) h / 0.4)), linear-gradient(to bottom, oklch(0.185 0 0), oklch(0.54 0.2 24.8));
}
.main-container-animation.main-container-animation-mini-box.main-container-animation-mini-box-bg3 .card-container {
  background: linear-gradient(-30deg, oklch(from #dd8448 0.3 calc(c / 2) h / 0.4), transparent, oklch(from #dd8448 0.3 calc(c / 2) h / 0.4)), linear-gradient(to bottom, oklch(0.185 0 0), oklch(0.61 0.25 351.52));
}
.main-container-animation-mini-box .squad-ovelay-player-img {
  width: 200px;
  text-align: center;
}
.glow-line {
  width: 100%;
  height: 2px;
  background: linear-gradient( to right, transparent, rgba(255,255,255,0.9), transparent );
  position: relative;
}
.glow-line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 12px;
  background: linear-gradient( to right, transparent, rgba(255,255,255,0.4), transparent );
  filter: blur(8px);
}
.glow-line {
  animation: pulse 2.5s infinite ease-in-out;
}
@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
.squad-ovelay-player-price .price {
  color: #ffe30e;
  font-size: 70px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
.main-container-animation-mini-box .squad-ovelay-player-price .price {
  font-size: 60px;
}
.main-container-animation-mini-box .squad-ovelay-player-name {
  padding: 0 30px;
  padding-left: 0;
  width: 240px;
}
.card-container:before {
  position: absolute;
  content: '';
  background-image: url(../images/auction_dashboard/whaite-icon.png);
  width: 100%;
  height: 100%;
  left: 50%;
  background-position: left;
  background-size: 300px;
  background-repeat: no-repeat;
  opacity:0.1;
}
.ch-top-byus-bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.15;
  overflow:hidden;
}
.ch-top-byus-triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 86px solid #ff3333;
  opacity: 0.3;
  animation: ch-top-byus-rotate 8s linear infinite;
}
.ch-top-byus-triangle:nth-child(1) {
  top: 15%;
  left: 50%;
  animation-delay: 0s;
}
.ch-top-byus-triangle:nth-child(2) {
  top: 70%;
  left: 60%;
  transform: rotate(180deg);
  animation-delay: 2s;
}
.ch-top-byus-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffd700, transparent);
  animation: ch-top-byus-slideRight 5s ease-in-out infinite;
}
.ch-top-byus-line:nth-child(3) {
  width: 200px;
  top: 25%;
  left: -200px;
  animation-delay: 0s;
}
.ch-top-byus-line:nth-child(4) {
  width: 250px;
  top: 55%;
  left: -250px;
  animation-delay: 2s;
}
.ch-top-byus-line:nth-child(5) {
  width: 180px;
  top: 75%;
  left: -180px;
  animation-delay: 4s;
}
@keyframes ch-top-byus-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ch-top-byus-slideRight {
  0% {
    left: -250px;
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
.ch-top-byus-title-container {
  position: relative;
  text-align: center;
  z-index: 10;
  margin-bottom: 20px;
}
.ch-top-byus-title-box {
  background: linear-gradient(135deg, #0a1e5e 0%, #1a3a8a 50%, #0a1e5e 100%);
  padding: 30px 60px;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}
.ch-top-byus-title-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.15), transparent);
  animation: ch-top-byus-shine 3s infinite;
}
@keyframes ch-top-byus-shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.ch-top-byus-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.4;
}
.ch-top-byus-box-circle {
  position: absolute;
  border: 3px solid #ffd700;
  border-radius: 50%;
  animation: ch-top-byus-pulse 3s ease-in-out infinite;
}
.ch-top-byus-box-circle:nth-child(1) {
  width: 60px;
  height: 60px;
  top: -20px;
  left: 10%;
  animation-delay: 0s;
}
.ch-top-byus-box-circle:nth-child(2) {
  width: 80px;
  height: 80px;
  bottom: -30px;
  right: 15%;
  animation-delay: 1s;
}
.ch-top-byus-box-circle:nth-child(3) {
  width: 40px;
  height: 40px;
  top: 50%;
  right: 5%;
  animation-delay: 2s;
}
@keyframes ch-top-byus-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.2;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.4;
  }
}
.ch-top-byus-box-star {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ffd700;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  animation: ch-top-byus-twinkle 2s ease-in-out infinite;
}
.ch-top-byus-box-star:nth-child(4) {
  top: 20px;
  right: 20px;
  animation-delay: 0s;
}
.ch-top-byus-box-star:nth-child(5) {
  bottom: 30px;
  left: 30px;
  animation-delay: 0.5s;
}
.ch-top-byus-box-star:nth-child(6) {
  top: 60%;
  left: 10%;
  animation-delay: 1s;
  width: 15px;
  height: 15px;
}
@keyframes ch-top-byus-twinkle {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.3;
  }

  50% {
    transform: scale(1.5) rotate(180deg);
    opacity: 0.8;
  }
}
.ch-top-byus-box-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, #ff6600, transparent);
  animation: ch-top-byus-moveLine 4s linear infinite;
}
.ch-top-byus-box-line:nth-child(7) {
  width: 100%;
  height: 2px;
  top: 20%;
  left: -100%;
  animation-delay: 0s;
}
.ch-top-byus-box-line:nth-child(8) {
  width: 100%;
  height: 2px;
  bottom: 30%;
  left: 100%;
  animation-delay: 2s;
  animation-direction: reverse;
}
@keyframes ch-top-byus-moveLine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.ch-top-byus-box-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #ffd700;
  border-radius: 50%;
  animation: ch-top-byus-float-particle 5s ease-in-out infinite;
}
.ch-top-byus-box-particle:nth-child(9) {
  top: 10%;
  left: 20%;
  animation-delay: 0s;
}
.ch-top-byus-box-particle:nth-child(10) {
  top: 80%;
  left: 70%;
  animation-delay: 1s;
}
.ch-top-byus-box-particle:nth-child(11) {
  top: 40%;
  right: 10%;
  animation-delay: 2s;
}
@keyframes ch-top-byus-float-particle {
  0%, 100% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  10%, 90% {
    opacity: 0.6;
  }
  50% {
    transform: translateY(-30px) translateX(20px);
    opacity: 1;
  }
}
.ch-top-byus-title {
  font-size: 4rem;
  color: #FFEB3B;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7), 0 0 20px rgba(255, 235, 59, 0.5);
  margin: 0;
  animation: ch-top-byus-glow 2s ease-in-out infinite;
  position: relative;
  z-index: 10;
  font-weight: 900;
}
@keyframes ch-top-byus-glow {
  0%, 100% {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7), 0 0 20px rgba(255, 235, 59, 0.5);
  }
  50% {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7), 0 0 30px rgba(255, 235, 59, 0.8), 0 0 40px rgba(255, 235, 59, 0.6);
  }
}
.ch-top-byus-subtitle {
  font-size: 1.2rem;
  color: #ffffff;
  margin-top: 10px;
  letter-spacing: 2px;
  font-weight: normal;
  position: relative;
  z-index: 10;
}


/*Team Balance Overlay Css*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.bg-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: radial-gradient(circle at bottom, #5a0000 0%, #1a0000 35%, #000 70%);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.circle-pattern {
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  right: -250px;
  top: -200px;
  background: repeating-radial-gradient( circle, rgba(255, 200, 120, 0.35) 0px, rgba(255, 200, 120, 0.35) 1px, transparent 12px, transparent 22px );
  animation: rotateSlow 40s linear infinite;
  opacity: 0.5;
}
.circle-pattern.small {
  width: 500px;
  height: 500px;
  left: -180px;
  bottom: -180px;
  animation-duration: 55s;
  opacity: 0.35;
}
@keyframes rotateSlow {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.team-balance-available-ovraly {
  position: relative;
  margin-left: 50px;
}
.team-balance-available-ovraly-section .bg-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,140,0,0.15), transparent 70%);
  pointer-events: none;
}
.team-balance-available-ovraly-section .card {
  width: 400px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  position: relative;
}
.team-balance-available-ovraly-section .card-header {
  display: flex;
  background: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  padding: 10px 20px;
}
.team-balance-available-ovraly-section .header-left {
  flex: 1;
  text-align: left;
}
.team-balance-available-ovraly-section .header-right {
  flex: 1;
  text-align: right;
}
.team-balance-available-ovraly-section .header-label {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 1;
}
.team-balance-available-ovraly-section .team-icon img {
  height: 50px;
  min-width: 50px;
  object-fit: contain;
}
.team-balance-available-ovraly-section .card-body {
  background: linear-gradient(135deg, #c41e3a 0%, #a01828 100%);
  display: flex;
  align-items: center;
  padding: 15px 20px 5px 20px;
  position: relative;
}
.team-balance-available-ovraly-section .team-icon {
  position: absolute;
  top: 20%;
  left: -10%;
  width: 70px;
  height: 70px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  font-size: 28px;
  border: 3px solid #fff;
  z-index: 9;
}
.team-balance-available-ovraly-section .purse-section {
  flex: 2;
  padding-right: 20px;
  font-family: "Bebas Neue", sans-serif;  
}
.team-balance-available-ovraly-section .amount {
  font-size: 72px;
  font-weight: bold;
  color: white;
  line-height: 1;
  letter-spacing: -2px;
}
.team-balance-available-ovraly-section .cr {
  font-size: 28px;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 5px;
}
.team-balance-available-ovraly-section .divider {
  width: 2px;
  height: 70px;
  background: rgba(255, 255, 255, 0.3);
}
.team-balance-available-ovraly-section .slots-section {
  flex: 1;
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Bebas Neue", sans-serif;
}
.team-balance-available-ovraly-section .slots-number {
  font-size: 90px;
  font-weight: bold;
  color: white;
  line-height: 1;
}
.team-balance-available-ovraly-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px;
  column-gap: 10px;
}
.team-balance-available-ovraly-section .card-body.team-balance-available-ovraly-bg1 {
  background: linear-gradient(135deg, #e70194 0%, #e70194 100%);
}
.team-balance-available-ovraly-section .card-body.team-balance-available-ovraly-bg2 {
  background: linear-gradient(135deg, #FFCB05 0%, #FFCB05 100%);
}
.team-balance-available-ovraly-section .card-body.team-balance-available-ovraly-bg3 {
  background: linear-gradient(135deg, #0A1C33 0%, #0A1C33 100%);
}
.team-balance-available-ovraly-section .card-body.team-balance-available-ovraly-bg4 {
  background: linear-gradient(135deg, #062460 0%, #0A1C33 100%);
}
.team-balance-name span {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #000;
  font-weight: 500;
  line-height: 1;
}
.tbc-rays-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(0deg, transparent 48%, rgba(255, 255, 255, 0.1) 50%, transparent 52%), linear-gradient(30deg, transparent 48%, rgba(255, 255, 255, 0.08) 50%, transparent 52%), linear-gradient(60deg, transparent 48%, rgba(255, 255, 255, 0.1) 50%, transparent 52%), linear-gradient(90deg, transparent 48%, rgba(255, 255, 255, 0.08) 50%, transparent 52%), linear-gradient(120deg, transparent 48%, rgba(255, 255, 255, 0.1) 50%, transparent 52%), linear-gradient(150deg, transparent 48%, rgba(255, 255, 255, 0.08) 50%, transparent 52%);
  animation: rotateRays 20s linear infinite;
}
@keyframes rotateRays {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.bg-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.15), transparent );
  animation: shimmer 4s infinite;
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}
@keyframes waveEffect {
  0% {
    background-position: 0% 50%, 100% 50%, 0% 0%;
  }
  50% {
    background-position: 100% 50%, 0% 50%, 100% 100%;
  }
  100% {
    background-position: 0% 50%, 100% 50%, 0% 0%;
  }
}
@keyframes shimmer {
  0% {
    left: -100%;
  }

  100% {
    left: 200%;
  }
}
.tbc-content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, #0033ff 0%, #0055ff 50%, #0033ff 100%);
  display: flex;
  align-items: center;
  padding: 0 40px;
  overflow: hidden;
}
.tbc-logo-container {
  position: relative;
  width: 140px;
  height: 140px;
  margin-right: 20px;
  flex-shrink: 0;
}
.tbc-logo-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  animation: pulseLogo 2s ease-in-out infinite;
}
@keyframes pulseLogo {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.tbc-logo-player {
}
.tbc-text-container {
  flex: 1;
}
.tbc-main-title {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 1;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3), 0 0 15px rgba(255, 255, 255, 0.5);
  animation: titleShine 3s ease-in-out infinite;
  margin-bottom: 8px;
}
@keyframes titleShine {
  0%, 100% {
    text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.5);
  }
  50% {
    text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 255, 255, 0.8);
  }
}
.tbc-subtitle {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.tbc-shine-overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.2), transparent );
  animation: shine 3s infinite;
}
@keyframes shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
.team-balance-available-ovraly-center {
  padding-top: 30px;
}
.tbc-content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, #0033ff 0%, #0055ff 50%, #0033ff 100%);
  display: flex;
  align-items: center;
  padding: 0 20px;
  overflow: hidden;
}
.tbc-content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 30%;
  height: 100%;
  background: linear-gradient( 90deg, transparent, rgba(255,255,255,0.25), transparent );
  animation: leftGlow 4s linear infinite;
}
.tbc-content-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30%;
  width: 30%;
  height: 100%;
  background: linear-gradient( 270deg, transparent, rgba(255,255,255,0.25), transparent );
  animation: rightGlow 4s linear infinite;
}
@keyframes leftGlow {
  0% {
    left: -30%;
  }
  100% {
    left: 100%;
  }
}
@keyframes rightGlow {
  0% {
    right: -30%;
  }
  100% {
    right: 100%;
  }
}
.tbc-logo-player {
  z-index: 9;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.tbc-logo-player img {
  height: 110px;
  width: 110px;
  object-fit: contain;
}

/* Team Squad Stats Css*/

.team-squad-stats-section .mi-card {
  width: 1600px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg,#0a3b9e,#1b6edc);
  margin: 0 auto;
  font-family: 'Bebas Neue', 'Oswald', 'Teko', sans-serif;
}
.team-squad-stats-section .mi-card::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: radial-gradient(circle at 20% 30%,rgba(255,255,255,.15),transparent 40%), radial-gradient(circle at 80% 60%,rgba(255,255,255,.12),transparent 45%);
  animation: bgMove 12s linear infinite;
}
@keyframes bgMove {
  0% {
    transform: translate(0,0)
  }
  100% {
    transform: translate(200px,200px)
  }
}
.team-squad-stats-section .wave {
  position: absolute;
  inset: 0;
  background: url("https://www.transparenttextures.com/patterns/diagmonds-light.png");
  opacity: 0.3;
  animation: waveMove 8s linear infinite;
}
@keyframes waveMove {
  from {
    background-position: 0 0
  }
  to {
    background-position: 400px 400px
  }
}
.team-squad-stats-section .header {
  text-align: center;
  padding: 30px 20px 20px;
  position: relative;
  z-index: 2;
}
.team-squad-stats-section .header h1 {
  color: #ffd84d;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 34px;
}
.team-squad-stats-section .header p {
  color: #fff;
  margin-top: 5px;
  font-weight: 700;
  opacity: .9;
  margin-bottom: 0;
}
.team-squad-stats-section .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.team-squad-stats-section .player-card {
  background: linear-gradient(180deg,#1c7cf2,#125dc7);
  border-radius: 14px;
  padding: 14px;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.15);
}
.team-squad-stats-section .player-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  margin-right: 12px;
  overflow: hidden;
  z-index: 9;
}
.team-squad-stats-section .player-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-squad-stats-section .player-info h2 {
  font-size: 54px;
  font-weight: 900;
  color: #ffd84d;
  line-height: 1;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 4px;
}
.team-squad-stats-section .player-info span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
.team-squad-stats-section {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 24px 22px;
  z-index: 2;
}
.team-squad-stats-section .header-logo {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-squad-stats-section .header-logo img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  z-index: 2;
  filter: drop-shadow(0 0 10px rgba(255,216,77,.9));
}
.team-squad-stats-section .logo-ring {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid rgba(255,216,77,.45);
  box-shadow: 0 0 18px rgba(255,216,77,.6);
  animation: logoSpin 8s linear infinite;
}
.team-squad-stats-section .logo-ring::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 2px dashed rgba(255,255,255,.5);
  animation: logoSpinReverse 5s linear infinite;
}
@keyframes logoSpin {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg)
  }
}
@keyframes logoSpinReverse {
  from {
    transform: rotate(360deg)
  }
  to {
    transform: rotate(0deg)
  }
}
.team-squad-stats-section .header-text {
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
}
.team-squad-stats-section .header-text h1 {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #ffd84d;
  text-transform: uppercase;
  text-shadow: 0 3px 0 #a88300, 0 0 18px rgba(255, 216, 77, .8);
  animation: titleGlow 3s ease-in-out infinite;
}
@keyframes titleGlow {
  0%,100% {
    text-shadow: 0 3px 0 #a88300,0 0 18px rgba(255,216,77,.6)
  }
  50% {
    text-shadow: 0 3px 0 #a88300,0 0 30px rgba(255,216,77,1)
  }
}
.team-squad-stats-section .header-divider {
  width: 100%;
  height: 3px;
  margin: 8px 0 6px;
  background: linear-gradient(90deg, transparent, #ffd84d, transparent);
  position: relative;
}
.team-squad-stats-section .header-divider::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .9), transparent);
  animation: dividerMove 2.5s linear infinite;
}
@keyframes dividerMove {
  from {
    left: -20px
  }

  to {
    left: 100%
  }
}
.team-squad-stats-section .header-text p {
font-size: 14px;
font-weight: 800;
letter-spacing: 2px;
color: #ffffff;
opacity: .95;
}
.team-squad-stats-section .player-card {
  position: relative;
  background: linear-gradient(135deg,#1c7cf2,#0f4fbf);
  border-radius: 14px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.team-squad-stats-section .player-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background: linear-gradient( 135deg, rgba(255,255,255,.35), rgba(255,255,255,0) );
  clip-path: polygon(0 0,100% 0,0 100%);
  opacity: .8;
}
.team-squad-stats-section .player-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background: linear-gradient( 315deg, rgba(255,255,255,.35), rgba(255,255,255,0) );
  clip-path: polygon(100% 100%,0 100%,100% 0);
  opacity: .8;
}
.team-squad-stats-section .player-card {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.2), 0 8px 20px rgba(0,0,0,.25);
}
.team-squad-stats-section .mi-card:after {
  position: absolute;
  background-image: url(../images/tournament-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 600px;
  opacity: .08;
  pointer-events: none;
  content: '';
  left: 50%;
  width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.header-logo-mobile{
    display:none;
}
.team-squad-stats-section-center {
  justify-content: center;
}


/* Last 5 Sold and Unsold Css*/

.last-sold-unsold {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: 'Bebas Neue', 'Oswald', 'Teko', sans-serif;
}
.last-sold-unsold .player-card {
  height: 150px;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.last-sold-unsold .player-card::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  pointer-events: none;
  background-repeat: repeat;
}
.last-sold-unsold .player-card:nth-child(1)::before {
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.4) 0px, transparent 15px, transparent 30px, rgba(255, 255, 255, 0.4) 45px), repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.35) 0px, transparent 15px, transparent 30px, rgba(255, 255, 255, 0.35) 45px);
  background-size: 60px 60px;
}
.last-sold-unsold .player-card:nth-child(2)::before {
  background: repeating-radial-gradient(circle at center, transparent 0%, transparent 12px, rgba(255, 255, 255, 0.45) 12px, rgba(255, 255, 255, 0.45) 18px, transparent 18px);
  background-size: 60px 60px;
}
.last-sold-unsold .player-card:nth-child(3)::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 12px, transparent 12px);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
}
.last-sold-unsold .player-card:nth-child(4)::before {
  background: repeating-linear-gradient(0deg, transparent, transparent 10px, rgba(255, 255, 255, 0.45) 10px, rgba(255, 255, 255, 0.45) 20px), repeating-linear-gradient(90deg, transparent, transparent 10px, rgba(255, 255, 255, 0.45) 10px, rgba(255, 255, 255, 0.45) 20px), repeating-linear-gradient(45deg, transparent 30px, rgba(255, 255, 255, 0.25) 30px, rgba(255, 255, 255, 0.25) 60px, transparent 60px);
  background-size: 60px 60px;
}
.last-sold-unsold .player-card:nth-child(5)::before {
  background: repeating-linear-gradient(45deg, transparent 0px, transparent 10px, rgba(255, 255, 255, 0.22) 10px, rgba(255, 255, 255, 0.22) 12px), repeating-linear-gradient(-45deg, transparent 0px, transparent 10px, rgba(255, 255, 255, 0.18) 10px, rgba(255, 255, 255, 0.18) 12px), radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.12) 0%, transparent 60%), radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.10) 0%, transparent 70%);
  background-size: 40px 40px, 40px 40px, 100% 100%, 100% 100%;
  background-blend-mode: overlay;
}
.last-sold-unsold .player-card.unsold {
  background: linear-gradient(90deg, #8B0000 0%, #DC143C 50%, #8B0000 100%);
}
.last-sold-unsold .player-card.sold {
  background: linear-gradient(90deg, #0d5e0d 0%, #1a8f1a 50%, #0d5e0d 100%);
}
.last-sold-unsold .player-photo {
  width: 200px;
  height: 150px;
  background: #1a1a1a;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.last-sold-unsold .photo-placeholder {
  width: 130px;
  height: 130px;
  background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);
  border-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #555;
}
.last-sold-unsold .player-photo::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(220, 20, 60, 0.6) 100%);
}
.last-sold-unsold .player-card.sold .player-photo::after {
  background: linear-gradient(90deg, transparent 0%, rgba(26, 143, 26, 0.6) 100%);
}
.last-sold-unsold .player-info {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(100% - 200px);
}
.last-sold-unsold .sold .player-info {
  padding: 0 20px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.last-sold-unsold .team-logo {
  width: 120px;
  height: 120px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  color: #1565C0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border: 3px solid rgba(255, 255, 255, 0.9);
}
.last-sold-unsold .team-logo img {
  height: 90px;
  width: 90px;
  object-fit: contain;
}
.last-sold-unsold .status-text {
  font-size: 24px;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
  line-height: 1;
  margin-bottom: 8px;
}
.last-sold-unsold .player-name {
  font-size: 48px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
  line-height: 1;
}
.last-sold-unsold .title-banner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 30px;
  margin: 20px auto;
  background: linear-gradient(135deg, #1e0038, #3c0066, #5e00a8);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.95), inset 0 0 80px rgba(138, 43, 226, 0.35);
  overflow: hidden;
  text-align: center;
  border: 3px solid rgba(0, 255, 255, 0.4);
  animation: bgEnergy 22s infinite alternate ease-in-out;
}
@keyframes bgEnergy {
  0% {
    background-position: 0% 50%;
    filter: brightness(1);
  }
  100% {
    background-position: 200% 50%;
    filter: brightness(1.2);
  }
}
.last-sold-unsold .game-animations {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity:0.5;
}
.last-sold-unsold .circuit-lines {
  position: absolute;
  inset: 0;
}
.last-sold-unsold .circuit {
  position: absolute;
  background: linear-gradient(90deg, transparent, #00ffff 40%, #ff00ff 60%, transparent);
  height: 3px;
  opacity: 0.5;
  filter: blur(2px);
  animation: circuitFlow 10s infinite linear;
}
@keyframes circuitFlow {
  0% {
    transform: translateX(-120%) rotate(0deg);
  }
  100% {
    transform: translateX(120%) rotate(45deg);
  }
}
.last-sold-unsold .hex-layer {
  position: absolute;
  inset: 0;
}
.last-sold-unsold .hex {
  position: absolute;
  width: 80px;
  height: 92px;
  background: transparent;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  border: 2.5px solid rgba(0, 255, 255, 0.7);
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.8), inset 0 0 15px rgba(255, 0, 255, 0.4);
  animation: hexGame 18s infinite ease-in-out;
}
.last-sold-unsold .hex::after {
  content: '';
  position: absolute;
  inset: -4px;
  border: 2px solid rgba(255, 215, 0, 0.5);
  clip-path: inherit;
  animation: hexPulse 6s infinite alternate;
}
@keyframes hexGame {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(var(--dx), var(--dy)) rotate(360deg) scale(1.15);
    opacity: 1;
  }
}
@keyframes hexPulse {
  to {
    box-shadow: 0 0 50px rgba(255, 215, 0, 0.9);
  }
}
.last-sold-unsold .pulse-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid rgba(255, 215, 0, 0.6);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  animation: waveBurst 9s infinite;
}
@keyframes waveBurst {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(6);
    opacity: 0;
  }
}
.last-sold-unsold .title-main {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff4c2;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.65), 0 0 14px rgba(183, 144, 47, 0.45);
  position: relative;
  z-index: 3;
  margin-bottom: 6px;
  line-height: 1;
}
.last-sold-unsold .title-sub {
  font-size: 36px;
  letter-spacing: 2px;
  color: #ffd700;
  text-shadow: 0 0 30px #ffd700;
  margin-top: 25px;
  animation: subGlow 3.5s infinite alternate;
  margin-bottom: 0;
  line-height: 1;
}
@keyframes subGlow {
  to {
    text-shadow: 0 0 60px #ffd700;
    transform: scale(1.05);
  }
}
.last-sold-unsold .logos {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #00ffff;
  box-shadow: 0 0 40px #00ffff;
  z-index: 5;
}
.last-sold-unsold .logo-left {
  left: 0;
}
.last-sold-unsold .logo-right {
  right: 0;
}
.last-sold-unsold .logos img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: rgba(0, 0, 0, 0.6);
}
.last-sold-unsold .sold-price-only {
  background: linear-gradient(135deg, #1a3c34 0%, #0d5e0d 100%);
  border: 4px solid #ffd700;
  border-radius: 16px;
  padding: 12px 30px;
  margin: 12px auto 0;
  width: fit-content;
  max-width: 80%;
  text-align: center;
  box-shadow: 0 0 30px rgba(255,215,0,0.7), inset 0 0 20px rgba(255,255,255,0.25);
  animation: pricePulse 2.8s infinite alternate ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@keyframes pricePulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 20px #ffd700, 0 0 40px #ffcc00;
  }

  100% {
    transform: scale(1.06);
    box-shadow: 0 0 45px #ffd700, 0 0 90px #ffcc00;
  }
}
.last-sold-unsold .sold-price-only::before {
  content: '';
  position: absolute;
  top: -60%;
  left: -60%;
  width: 220%;
  height: 220%;
  background: linear-gradient( 120deg, transparent 40%, rgba(255,255,255,0.5) 50%, transparent 60% );
  animation: shineSlide 7s infinite linear;
  pointer-events: none;
}
@keyframes shineSlide {
  0% {
    transform: translateX(-100%) rotate(30deg);
  }

  100% {
    transform: translateX(100%) rotate(30deg);
  }
}
.last-sold-unsold .price-value {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 4px;
  text-shadow: 0 0 15px #ffd700, 0 0 30px #ffcc00, 0 0 50px #ff9900;
  text-transform: uppercase;
}
.last-sold-unsold .player-card.unsold .sold-price-only {
  display: none;
}
.last-sold-unsold .player-card.sold {
  box-shadow: 0 10px 40px rgba(26,143,26,0.6), inset 0 0 25px rgba(26,143,26,0.4);
}
.last-sold-unsold-section-align {
  width: 100%;
  max-width: 1140px;
}
.sold-price-box {
  width: 100%;
  max-width: 305px;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}
span.price-big {
  font-size: 60px;
  color: #FFEA00;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
}
.last-sold-unsold .sold .player-info .player-info-name {
  width: calc(100% - 430px);
}

/*single team balance*/

.single-team-balance-section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  font-family: 'Bebas Neue', 'Oswald', 'Teko', sans-serif;
  backdrop-filter: blur(12px);
  padding: 60px;
  border: 1px solid #2a2a4a;
  animation: cardPulse 8s infinite ease-in-out;
  background: linear-gradient(to right, #cc5333, #23074d);
}
.single-team-balance-section:before {
  background: url(../images/auction_dashboard/auctionD-logo.png);
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  right: 0;
  top: -30px;
  background-repeat: no-repeat;
  opacity: 0.2;
  background-size: 400px;
  z-index: -1;
  background-position: center bottom;
}
.single-team-balance-section::after {
  background: url(../images/background-banner-single.png);
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
}
.single-team-balance-bg-animation {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
.single-team-balance-wave {
  position: absolute;
  width: 300%;
  height: 300%;
  background: conic-gradient( from 0deg at 50% 50%, rgba(201, 169, 110, 0.12), rgba(74, 107, 255, 0.12), transparent 120deg );
  border-radius: 50%;
  animation: waveRotate 45s infinite linear;
  opacity: 0.4;
  top: -50%;
  left: -50%;
}
@keyframes waveRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.single-team-balance-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.35;
  animation: orbFloat 35s infinite ease-in-out;
  z-index: 1;
}
.single-team-balance-orb-1 {
  width: 600px;
  height: 600px;
  background: #c9a96e;
  top: 10%;
  left: 5%;
}
.single-team-balance-orb-2 {
  width: 700px;
  height: 700px;
  background: #4a6bff;
  bottom: 10%;
  right: 5%;
  animation-delay: 10s;
}
.single-team-balance-orb-3 {
  width: 500px;
  height: 500px;
  background: #ffffff;
  top: 40%;
  right: 30%;
  animation-delay: 20s;
}
@keyframes orbFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(120px, -120px) scale(1.2);
  }
}
.single-team-balance-star {
  position: absolute;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 10px white;
  animation: twinkle 8s infinite;
  opacity: 0.6;
}
@keyframes twinkle {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.6);
  }
}
.single-team-balance-particle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: radial-gradient(circle, #c9a96e, transparent);
  border-radius: 50%;
  box-shadow: 0 0 15px #c9a96e;
  animation: particleFloat 15s infinite linear;
  opacity: 0.7;
  z-index: 1;
}
@keyframes particleFloat {
  0% {
    transform: translateY(120vh);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateY(-120vh);
    opacity: 0;
  }
}
@keyframes cardPulse {
  0%, 100% {
    border-color: #2a2a4a;
    box-shadow: 0 10px 40px rgba(0,0,0,0.7);
  }
  50% {
    border-color: #c9a96e;
    box-shadow: 0 15px 60px rgba(201, 169, 110, 0.4);
  }
}
.single-team-balance .title {
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 70px;
  letter-spacing: 2px;
}
.single-team-balance .team-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 60px;
}
.single-team-balance .team-logo {
  min-width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #c9a96e;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-team-balance .team-logo img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  border-radius: 50%;
}
.single-team-balance .team-name {
  font-size: 80px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0;
  line-height:1;
  text-align:center;
}
.single-team-balance .stats-grid {
  margin: 50px 0;
  width: 50%;
}
.single-team-balance .stat-item {
  text-align: center;
  padding:  20px 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
.single-team-balance .stat-label {
  font-size: 100px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.single-team-balance-section-info {
  display: flex;
  align-items: center;
}
.single-team-balance .stat-value {
  font-size: 160px;
  font-weight: 800;
  color: #fff900;
  line-height: 1;
  margin-left: 20px;
}
.single-team-balance .bottom-info {
  font-size: 1.6rem;
  font-weight: 600;
  width: 50%;
}
.single-team-balance .max-bid {
  background: #1a1a2e;
  padding: 15px 0;
  border-radius: 12px;
  border: 1px solid #c9a96e;
  color: #FFA500;
  font-size: 160px;
  text-align: center;
  line-height: 1;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.single-team-balance .total-points {
  background: #008001;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  font-size: 220px;
  font-weight: 900;
  box-shadow: 0 5px 20px rgba(201, 169, 110, 0.4);
  line-height: 1;
  text-align: right;
  margin-bottom: 50px;
}
.single-team-balance .total-points span {
  font-size: 60px;
}
.single-team-balance .max-bid span {
  font-size: 60px;
}