.btn_cs {
  color: white;
  text-decoration: none;
  font-size: 16px;
  border: none;
  background: none;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.btn_cs::before {
  margin-left: auto;
}

.btn_cs::after, .btn_cs::before {
  content: '';
  width: 0%;
  height: 2px;
  background: #f44336;
  display: block;
  transition: 0.5s;
}

.btn_cs:hover::after, .btn_cs:hover::before {
  width: 100%;
}

.btn_cs:hover {
    color: #FFAD49 !important; /* Change this to your desired hover color */
}

.ml-10 {
    margin-left: 1rem!important;
}

.class-ranking {
  text-align: center;
  margin: 1rem 0 1rem 0;
}

.class-ranking img.rounded-circle {
  transition: 
    filter 0.3s,
    transform 0.3s,
    opacity 0.3s;
}

.class-ranking img.rounded-circle:hover {
  transform: scale(1.25);
  opacity: 1.0;
}

.ranking-table-wrapper {
  border-radius: 0px;
}

.ranking-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: Arial, sans-serif;
}

.ranking-table th,
.ranking-table td {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  text-align: center;
  color: #fff;
  line-height: 25px;
}

.ranking-table tr:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ranking-table th:first-child,
.ranking-table td:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.ranking-table th:last-child,
.ranking-table td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.ranking-table th {
  background-color: #FFAD49;
  font-weight: bold;
  color: #000;
}

.ranking-table td sup {
  font-weight: bold;
  color: #FFAD49;
}

.ranking-table tr:nth-child(even) {
  background: transparent;
}

.ranking-table tr:hover {
  background-color: rgba(255, 166, 0, 0.05);
}

.ranking-table img {
  width: 42px;
  height: 36px;
}

.ranking-table th:first-child {
  border-top-left-radius: 15px;
}
.ranking-table th:last-child {
  border-top-right-radius: 15px;
}
.ranking-table tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}
.ranking-table tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

/* CUSTOM LOADING */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  --c:no-repeat linear-gradient(#f88800 0 0);
  background: var(--c),var(--c),transparent;
  background-size: 60% 100%;
  animation: l16 3s infinite;
  z-index: 9999; /* Ensure it's on top of other content */
}

.loading-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 20px 0;
}

.loading-loader .loading-text {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  text-shadow: 0 0 4px #f88800;
  letter-spacing: 2px;
}

@keyframes l16 {
  0%   {background-position:-150% 0,-150% 0}
  66%  {background-position: 250% 0,-150% 0}
  100% {background-position: 250% 0, 250% 0}
}

.breadcrumb_bg_rankings_power {
  /* width: 100vw; */
  height: 500px; /* Adjust as needed */
  background: #0b0f18;
  background-size: auto 100%;
  position: relative;
  overflow: hidden;
}

.hero-image-right {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  pointer-events: none; /* Prevents the image from blocking interactions */
}

.hero-image-right img {
  height: 90%;
  width: auto;
  display: block;
  pointer-events: auto;
}


.w-16 {
  width: calc(0.25rem * 16);
}

.h-16 {
  height: calc(0.25rem * 16);
}

.text-xs p {
  font-size: 0.75rem;
  line-height: calc(1/0.50);
}

.text-ss p {
  font-size: 16px!important;
  line-height: calc(1/0.50);
}

.text-gold {
  color: rgba(255, 173, 73, 0.7) !important;
}

.border-white-25 {
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.bg-night-mode-inner {
  background: rgba(0, 0, 0, 0.15) !important;
  border-radius: 15px!important;
}

.arrow-list li {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 300;
}

.arrow-list {
  list-style: none;
  padding-left: 0;
}

.arrow-list > li {
  position: relative;
  padding-left: 1.5em;
}

.arrow-list > li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #fff;
}

.sub-bullet-list {
  list-style-type: disc;
  padding-left: 2em;     /* Controls indentation */
  margin-top: 0.3em;
}

.sub-bullet-list li {
  margin-top: 0.2em;
}

.event-badge {
  background-color: #c171f3;
  color: black;
  font-weight: bold;
  border: none;
  padding: 0.25rem 0.75rem;
  border-radius: 999px; /* fully rounded */
  font-size: 0.75rem;
  text-transform: uppercase;
}

.update-badge {
  background-color: #ff6464;
  color: black;
  font-weight: bold;
  border: none;
  padding: 0.25rem 0.75rem;
  border-radius: 999px; /* fully rounded */
  font-size: 0.75rem;
  text-transform: uppercase;
}

.notice-badge {
  background-color: #FFAD49;
  color: black;
  font-weight: bold;
  border: none;
  padding: 0.25rem 0.75rem;
  border-radius: 999px; /* fully rounded */
  font-size: 0.75rem;
  text-transform: uppercase;
}

.hover-border {
  border: 1px solid transparent;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.hover-border:hover {
  border-color: #FFAD49;
  transform: translateY(-15px);
}

.rounded-image {
  border-radius: 0.75rem; /* Adjust the value as needed */
}



.breadcrumb_iner_item h2 {
  background: conic-gradient(at left bottom, rgb(211, 152, 68), rgb(211, 152, 68), rgb(186, 230, 253));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}