/* @font-face {
  font-family: Zesta;
  src: url("../Font/Zesta-Regular-BF65bc51834cddc.otf");
} */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Roboto Condensed", sans-serif !important;
}

.index-body {
  background-color: #000000 !important;
}
.index-event {
  background-color: #000000 !important;
}

/* _________________________________nav2 styling STARTS___________________________________*/
.nav2menu,
.nav2dropdownitem,
.dropdown-toggle {
  font-weight: 500;
  color: #ffffff !important;
}

.nav2menu:hover,
.nav2menu.nav_active {
  text-shadow: 0px 0px 25px rgb(255, 0, 0), 0px 0px 35px rgb(255, 0, 0) !important;
  font-weight: bold;
  position: relative;
}

.nav2dropdownitem:hover,
.nav_drop_active {
  -webkit-background-clip: text;
  -webkit-text-stroke: transparent;
  text-shadow: 0px 0px 25px rgb(255, 0, 0), 0px 0px 35px rgb(255, 0, 0) !important;
  font-weight: bold;
  position: relative;
}

.foodmenu{
  background-color:#c4a259;
  color:black;
}

.foodmenu:hover{
  color: white !important;
  box-shadow: 0px 0px 25px #c4a259 !important;
}

/* _________________________________FOOTER styling STARTS___________________________________*/
.footersec {
  background: linear-gradient(to bottom, #171514 20%, #9e5113 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.footicon {
  background: linear-gradient(
    rgb(196, 162, 89),
    rgb(196, 162, 89),
    rgb(255, 255, 255)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footheading {
  color: #f26165 !important;
  font-size: 25px !important;
}

.footmenus {
  font-size: 20px !important;
}

.footaddress {
  font-size: 20px !important;
}

@media (min-width: 205px) and (max-width: 500px) {
  .footheading {
    font-size: 15px !important;
  }

  .footmenus {
    font-size: 12px !important;
  }
}

/******************** ANIMATION ELLIPSE  *******************/

/*********************** for section 2 and 6 *************** */
.index-body .cussec7,.index-body .cussec2 {
  position: relative; /* Position relative for pseudo-elements */
  overflow: hidden; /* Ensure the ellipses stay within the section */
}

.index-body .cussec2::before,
.index-body .cussec2::after,
.index-body .cussec7::before,
.index-body .cussec7::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(60px); /* Apply blur effect */
  z-index: 0; /* Ensure the ellipses stay behind content */
  animation: zoomEffect 4s infinite alternate ease-in-out; /* Animation applied */
}

/* First ellipse */
.index-body .cussec7::before, .index-body .cussec2::before {
  width: 200px;
  height: 200px;
  top: 300px;
  left: -80px;
  background-color: #9e5113;
  z-index: -1;
}

/* Second ellipse */
.index-body .cussec7::after, .index-body .cussec2::after {
  width: 200px;
  height: 200px;
  top: 300px;
  right: -80px;
  background-color: #941c1f;
  z-index: -1;
}

/*********************** for section 3  *************** */

.index-body .cussec3 {
  position: relative; /* Position relative for pseudo-elements */
  overflow: hidden; /* Ensure the ellipses stay within the section */
}

.index-body .cussec3::before,
.index-body .cussec3::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(60px); /* Apply blur effect */
  z-index: 0; /* Ensure the ellipses stay behind content */
  animation: zoomEffect 4s infinite alternate ease-in-out; /* Animation applied */
}

/* First ellipse */
.index-body .cussec3::before {
  width: 200px;
  height: 200px;
  top: 300px;
  left: -80px;
  background-color: #941c1f;
  z-index: -1;
}

/* Second ellipse */
.index-body .cussec3::after {
  width: 200px;
  height: 200px;
  top: 300px;
  right: -80px;
  background-color: #9e5113;
  z-index: -1;
}

/* Zoom In and Out Animation */
@keyframes zoomEffect {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.6);
    opacity: 0.9;
  }
}

/******************************* INDEX STYLE  */

/********* section 1  */
.index-body .carousel-indicators button {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin: 0 5px;
  transition: background-color 0.3s ease;
}

.index-body .carousel-indicators .active {
  background-color: #ffffff;
}

/* Customize next and previous buttons with images */
.index-body .carousel-control-prev .custom-arrow,
.index-body .carousel-control-next .custom-arrow {
  width: 40px;
  height: 70px;
}

/****************************************** section 2  calendar*/
/* Other styles remain the same */

.headingtxt {
  color: white;
  font-size: 40px;
  font-weight: bold;
}

.calendar-container {
  padding: 20px;
  position: relative;
}

.calcuscol {
  background: linear-gradient(to bottom, #28232a 30%, #9e5113 100%);
  border-radius: 5px;
}

/* Keep the month header (e.g., January 2025) visible */
.fc-toolbar-title {
  color: white !important; /* Make the month title white */
}

/* Remove the calendar border */
#calendar {
  margin: 10px;
  background-color: transparent; /* Make the calendar background transparent */
  border: none !important; /* Remove any border around the calendar */
}

.fc-col-header {
  color: white !important; /* Ensure text remains visible */
  margin-bottom: 10px;
}

.fc-theme-standard th {
  background-color: #1e1e2f !important; /* Background colors for days */
}
/* Remove borders from column headers (day names) */
.fc-col-header-cell {
  border: none !important; /* Remove column header borders */
}

.fc-col-header-cell-cushion {
  color: white !important;
  text-decoration: none !important;
  font-weight: bolder;
}

/* Remove all grid lines and borders inside the calendar */
.fc-daygrid-day-number,
.fc-daygrid-day {
  /* border: none !important; Remove grid lines around the calendar days */
  border-color: rgba(255, 255, 255, 0.2) !important;
  text-decoration: none;
  margin: auto;
}

/* Make the text color white for days and events */
.fc-daygrid-day-number,
.fc-event-title,
.fc-event-time {
  color: white !important; /* Make text white for all calendar dates and events */
}

.fc-event-title-container {
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

/* Change the calendar event background to black */
.fc-event {
  /* background-color: #000000 !important; */
  color: white !important; /* Keep event title text white */
  border: none !important; /* Remove event borders */
}

.fc-event:hover {
  opacity: 0.8;
}

/* Style the current date background as grey */
.fc-day-today {
  background-color: rgba(
    196,
    196,
    196,
    0.3
  ) !important; /* Set background color to grey for current date */
  color: white !important; /* Ensure text is still visible on the grey background */
}

/* Remove all gridlines between rows and columns */
.fc-daygrid-body {
  height: auto;
}
/* Ensure events are displayed as a flex column */
.fc-daygrid-day-events {
  display: flex;
  flex-direction: column;
}

/* Add space above the first event of the day */
.fc-event:first-child {
  margin-top: 6px; /* Adjust spacing as needed */
}

/* Reset background color for disabled past dates */
.fc-day-disabled {
  background-color: transparent !important;
}

/****************** MEDIA QUERY FOR CALENDAR  *****************/
@media (min-width: 250px) and (max-width: 449px) {
  /* Keep the month header (e.g., January 2025) visible */
  .fc-toolbar-title {
    font-size: 12px !important;
  }
  #calendar {
    font-size: 5px;
  }
  /* Add space above the first event of the day */
  .fc-event:first-child {
    margin-top: 1px; /* Adjust spacing as needed */
  }
}

@media (min-width: 449px) and (max-width: 700px) {
  /* Keep the month header (e.g., January 2025) visible */
  .fc-toolbar-title {
    font-size: 12px !important;
  }

  /* Remove the calendar border */
  #calendar {
    font-size: 5px;
  }
  /* Add space above the first event of the day */
  .fc-event:first-child {
    margin-top: 1px; /* Adjust spacing as needed */
  }
}

@media (min-width: 700px) and (max-width: 768px) {
  /* Keep the month header (e.g., January 2025) visible */
  .fc-toolbar-title {
    font-size: 14px !important;
  }

  #calendar {
    font-size: 7px;
  }
  /* Add space above the first event of the day */
  .fc-event:first-child {
    margin-top: 1px; /* Adjust spacing as needed */
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* Keep the month header (e.g., January 2025) visible */
  .fc-toolbar-title {
    font-size: 14px !important;
  }

  #calendar {
    font-size: 8px;
  }
  /* Add space above the first event of the day */
  .fc-event:first-child {
    margin-top: 1px; /* Adjust spacing as needed */
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  #calendar {
    font-size: 8px;
    height: max-content;

  }
  /* Add space above the first event of the day */
  .fc-event:first-child {
    margin-top: 1px; /* Adjust spacing as needed */
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  #calendar {
    font-size: 10px;
    height: max-content;
  }
  /* Add space above the first event of the day */
  .fc-event:first-child {
    margin-top: 1px; /* Adjust spacing as needed */
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  #calendar {
    font-size: 12px;
    height: max-content;
  }
  /* Add space above the first event of the day */
  .fc-event:first-child {
    margin-top: 1px; /* Adjust spacing as needed */
  }
}

/******************************************** section 3 & 5 promo and tournament */
.index-body .card-tour,
.card-promo {
  box-shadow: 15px -15px 1px #979797;
  width: fit-content;
  height: fit-content;
}


.index-body .custourbtn,
.cuspromobtn {
  border: 2px solid #c9a034 !important;
  box-shadow:
    inset 0 0 50px #941c1f,      
    0 0 20px #c9a034,            /* outer yellow */
    -10px 0 40px #941c1f,        /* outer red */
    10px 0 40px #c9a034;         /* outer yellow */
  background: #941c1f;
  border: none;
  color: white;
}

.index-body .custourbtn:hover,
.index-body .cuspromobtn:hover {
  border: 3px solid #c9a034 !important;
  background: rgb(94, 17, 18);
  border: none;
  color: white;
}

/******************************************** section 4 waitlist*/

/* Style the thead */
.index-body .table {
  table-layout: fixed; /* Ensure columns are equally spaced */
  width: 100%; /* Make the table take the full width of its container */
  border-bottom: rgba(255, 255, 255, 0.15);
}

.index-body .table > thead > tr > th {
  background-color: rgb(148, 28, 31) !important; /* Red background for header */
  color: white !important; /* White text */
  font-weight: bold !important; /* Bold text */
  text-align: center; /* Center-align header text */
  font-size: 24px;
}

/* Style the tbody td */
.index-body .table > tbody > tr > td {
  color: rgb(167, 167, 167) !important; /* White text for body cells */
  background-color: rgba(
    0,
    0,
    0,
    0.8
  ) !important; /* Ensure no background color overrides */
  text-align: center; /* Center-align body text */
  word-wrap: break-word; /* Ensure content wraps if it exceeds column width */
  font-size: 20px;
}

@media (max-width: 800px) {
  .index-body .table > thead > tr > th {
    font-size: 16px;
  }

  /* Style the tbody td */
  .index-body .table > tbody > tr > td {
    font-size: 12px;
  }

  .headingtxt {
    font-size: 30px;
  }
}

/******************************************** section 6 club info  */
.mapiframe{
  height: 100%;
  width: 100%;
  filter: invert(90%) grayscale(100%) contrast(150%);
  border: 2px solid rgba(0,0,0,0.5);
  }
/******************************************** section 6 club info  End*/

/******************************************** section 7 membership*/
.index-body .memcard {
  background-color: #8b0000;
  color: white;
  border-radius: 15px;
  padding: 20px;
  height: fit-content;
  line-height: 40px;
}
.index-body .membtn-custom {
  background-color: #d4af37;
  font-weight: bold;
  font-size: 20px;
}
.index-body .membtn-custom:hover {
  background-color: #c9a034;
  color: black;
}


.index-body .custom-list li {
  list-style: none;
  padding-left: 30px; /* Space for the icon */
  position: relative;
  display: flex; /* Ensures alignment */
  align-items: flex-start; /* Aligns icon with the top of text */
  margin-bottom: 10px; /* Adjust space between items */
}
.index-body .custom-list li::before {
  content: "";
  background: url("../assets/poker-chipg.png") no-repeat center center;
  background-size: contain;
  width: 20px; /* Adjust based on icon size */
  height: 20px;
  position: absolute;
  left: 0;
  top: 12px; /* Positions icon at the first line */


}
.index-body .custom-list li:not(:last-child) {
  margin-bottom: 15px;
}

.index-body .custom-list .cuspos-item::before {
  background: url("../assets/poker-chipg.png") no-repeat center center;
  background-size: contain;
}

.index-body .custom-list .last-item::before {
  background: url("../assets/poker-chipr.png") no-repeat center center;
  background-size: contain;
}

/******************************************** section 7 */

/******************************************** modal style */

.index-body .modal-content {
  text-align: justify;
  background-color: transparent;
}

/****************************************** fixed bg style  */
.index-body {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)), 
    url(../assets/tournamentbg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; /* This makes the background fixed */
  background-position: center;
}

/****************************************** fixed bg style ends  */


/* gokul styling */

.tabletour{
  table-layout: fixed; /* Ensure columns are equally spaced */
  width: 100%; /* Make the table take the full width of its container */
  border-bottom: rgba(255, 255, 255, 0.15);
}

.tabletour > thead > tr > th {
  background-color: rgb(148, 28, 31) !important; /* Red background for header */
  color: white !important; /* White text */
  font-weight: bold !important; /* Bold text */
  text-align: center; /* Center-align header text */
  font-size: 24px;
}

/* Style the tbody td */
.tabletour > tbody > tr > td {
  color: rgb(167, 167, 167) !important; /* White text for body cells */
  background-color: rgba(
    0,
    0,
    0,
    0.8
  ) !important; /* Ensure no background color overrides */
  text-align: center; /* Center-align body text */
  word-wrap: break-word; /* Ensure content wraps if it exceeds column width */
  font-size: 20px;
}
.headingtxt1 {
  color: white;
  font-size: 25px;
  font-weight: bold;

}
.nav-pills .nav-link.active {
  background-color: rgb(148, 28, 31) !important; /* Change this to your preferred color */
  color: #ffffff !important; /* Text color */
  border-radius: 5px; 
}
.nav-pills .nav-link:hover {
  color: #ffffff!important;
}

.eventsubhead{
  font-size: 24px;
}

.cussecevent3{
  background-color: rgb(148, 28, 31);
}
.eventsubhead1{
  font-size: 20px;
}

.index-event .custom-list-event li {
  list-style: none;
  padding-left: 30px; /* Space for the icon */
  position: relative;
  display: flex; /* Ensures alignment */
  align-items: flex-start; /* Aligns icon with the top of text */
  margin-bottom: 10px; /* Adjust space between items */
}
.index-event .custom-list-event li::before {
  content: "";
  background: url("../assets/poker-chipg.png") no-repeat center center;
  background-size: contain;
  width: 20px; /* Adjust based on icon size */
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px; /* Positions icon at the first line */


}
.index-event .custom-list-event li:not(:last-child) {
  margin-bottom: 15px;
}


.index-event .table {
  table-layout: fixed; /* Ensure columns are equally spaced */
  width: 100%; /* Make the table take the full width of its container */
  border-bottom: rgba(255, 255, 255, 0.15);
}

.index-event .table > thead > tr > th {
  background-color: rgb(148, 28, 31) !important; /* Red background for header */
  color: white !important; /* White text */
  font-weight: bold !important; /* Bold text */
  text-align: center; /* Center-align header text */
  font-size: 24px;
}

/* Style the tbody td */
.index-event .table > tbody > tr > td {
  color: rgb(167, 167, 167) !important; /* White text for body cells */
  background-color: rgba(
    0,
    0,
    0,
    0.8
  ) !important; /* Ensure no background color overrides */
  text-align: center; /* Center-align body text */
  word-wrap: break-word; /* Ensure content wraps if it exceeds column width */
  font-size: 20px;
}

@media (max-width: 800px) {
  .index-event .table > thead > tr > th {
    font-size: 16px;
  }

  /* Style the tbody td */
  .index-event .table > tbody > tr > td {
    font-size: 12px;
  }

}




/* LOADER  */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  width: 54px;
  height: 54px;
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  background-image: radial-gradient(circle 5px, #19191a 100%, transparent 0),
    radial-gradient(circle 5px, #19191a 100%, transparent 0),
    radial-gradient(circle 5px, #19191a 100%, transparent 0),
    radial-gradient(circle 5px, #19191a 100%, transparent 0),
    radial-gradient(circle 5px, #19191a 100%, transparent 0),
    radial-gradient(circle 5px, #19191a 100%, transparent 0);
  background-repeat: no-repeat;
  animation: move 4s linear infinite, rotate 2s linear infinite;
}
.tournament-body {
  background-color: black;
}
.tournament-card {
  border-radius: 20px;
}
.tournament-color {
  background-color: #88633e;
  border-radius: 20px;
  /* box-shadow: -20px 0px 90px -20px rgb(68 25 9), 20px 0px 90px 20px rgb(68 25 9); */
}
.tournament-head {
  background-color: #fff;
  border-radius: 15px;
  width: 500px;
  font-size: xxx-large;
  font-weight: bold;
}
.contact-body {
  color: #fff;
  background: linear-gradient(180deg, #370000 0%, rgb(0 0 0) 100%);
}
.contact-container {
  max-width: 1100px;
}

.btn-dark {
  background: #000;
  border: none;
}
.btn-dark:hover {
  background: #000;
}
.text-feedback {
  color: #595c5f;
}
.social-icons a {
  font-size: 1.5rem;
  margin-right: 15px;
  color: #fff;
}
.text-clr {
  color: #951c1f;
}
.card-text-setup {
  font-size: x-large;
}
.label_mar {
  margin-left: 5px;
}
.upload-box {
  padding: 30px;
  border-radius: 10px;
  background: #f8f9fa;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.upload-box:hover {
  background: #f9f9f9;
}
.upload-box input {
  display: none;
}
.upload-box p {
  margin-top: 10px;
  color: #555;
}
#file-name {
  margin-top: 10px;
  color: green;
}
.card-button-color {
  background-color: #951c1f;
  color: #fff;
  font-size: x-large;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 150;
}
.checkboxc input:checked {
  border-color: #000 !important;
  background-color: #000 !important;
}

.checkboxc input {
  border: 2px solid #000;
}

.card_margin {
  margin-bottom: 100px !important;
}
.color-w {
  color: #fff;
}
.apply-color {
  color: #857a7a;
  font-weight: bold;
}
.work_card {
  width: 77%;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 55px;
}
.work_card input:checked {
  border-color: #000 !important;
  background-color: #000 !important;
}
/* .tournament-body .modal-dialog {

  max-width: 100%;
  margin: 100px;
} */
.custom-input {
  border: none;
  border-bottom: 1px solid black;
  outline: none;
  border-radius: unset;
}
.custom-input:focus {
  outline: none;
}
.border-none {
  border: none;
}
.contact-body label {
  font-size: medium;
}
.contact-body small {
  font-size: small;
}
.tournament-body .modal-content {
  /*edited*/
  width: 100%;
  min-height: 80vh; /* Optional: Make it cover the full screen height */
}
.tour-table {
  width: 50%;
  margin: auto;
  border-collapse: collapse;
  background-color: #333;
  color: #f4a460;
  border-radius: 10px;
  overflow: hidden;
}
.tour-table th,
td {
  padding: 15px;
  border: 1px solid #444;
  text-align: center;
}
.tour-table th {
  background-color: #444;
}
.plat_imag {
  width: 50%;
}
.playtime_imag {
  width: 75px;
}
.play_time {
  color: #ffda7b;
  font-weight: bold;
}
@keyframes rotate {
  0%,
  20% {
    transform: rotate(0deg);
  }

  30%,
  40% {
    transform: rotate(90deg);
  }

  50%,
  60% {
    transform: rotate(180deg);
  }

  70%,
  80% {
    transform: rotate(270deg);
  }

  90%,
  100% {
    transform: rotate(360deg);
  }
}

@keyframes move {
  0%,
  9% {
    background-position: -12px -15px, -12px 0px, -12px 15px, 12px -15px,
      12px 0px, 12px 15px;
  }

  10%,
  25% {
    background-position: 0px -15px, -12px 0px, -12px 15px, 34px -15px, 12px 0px,
      12px 15px;
  }

  30%,
  45% {
    background-position: 0px -34px, -12px -10px, -12px 12px, 34px -15px,
      12px -10px, 12px 12px;
  }

  50%,
  65% {
    background-position: 0px -34px, -12px -34px, -12px 12px, 34px -12px,
      0px -10px, 12px 12px;
  }

  70%,
  85% {
    background-position: 0px -34px, -12px -34px, 0px 12px, 34px -12px, 0px -10px,
      34px 12px;
  }

  90%,
  100% {
    background-position: 0px -34px, -12px -34px, 0px 0px, 34px -12px, 0px 0px,
      34px 12px;
  }
}

/* footer media query */

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .tournament-page .date-text {
    font-size: 18px !important;
  }
  footer {
    margin-top: 25%;
  }
}

.leaderboardbg {
  background-color: black;
  color: white;
}

.title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-bottom: 20px;
  font-size: 36px;
  text-shadow: 0 0 5px #ffd700, 0 0 75px #ff8c00;
  animation: flicker 1.5s infinite alternate;
}

@keyframes flicker {
  0% {
    text-shadow: 0 0 2px #ffd700;
  }
  50% {
    text-shadow: 0 0 4px #ff8c00;
  }
  100% {
    text-shadow: 0 0 1px #ffd700;
  }
}

.leaderboard-title {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}

.score-container {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.score-bar {
  border-radius: 0 12px 12px 0;
  height: 50px;
  width: 0;
  animation: loadBar 1.5s ease forwards;
}

@keyframes loadBar {
  from {
    width: 0;
  }
  to {
    width: var(--final-width, 100%);
  }
}

/* .score-container:nth-child(1) .score-bar {
  background: linear-gradient(90deg, #b45a00 0%, #ffdc51 100%);
  animation-delay: 0.2s;
}

.score-container:nth-child(2) .score-bar {
  background: linear-gradient(90deg, #595959 0%, #e0dfe0 100%);
  animation-delay: 0.4s;
}

.score-container:nth-child(3) .score-bar {
  background: linear-gradient(90deg, #a43f14 0%, #e48e6a 100%);
  animation-delay: 0.6s;
}

.score-container:nth-child(4) .score-bar {
  background: linear-gradient(270deg, #9ae3ff 0%, #006fff 100%);
  animation-delay: 0.8s;
}

.score-container:nth-child(5) .score-bar {
  background: linear-gradient(270deg, #9ae3ff 0%, #006fff 100%);
  animation-delay: 1s;
}

.score-container:nth-child(6) .score-bar {
  background: linear-gradient(270deg, #9ae3ff 0%, #006fff 100%);
  animation-delay: 1.2s;
} */
.score-container.rank-0 .score-bar {
  background: linear-gradient(90deg, #b45a00 0%, #ffdc51 100%);
  animation-delay: 0.2s;
}

.score-container.rank-1 .score-bar {
  background: linear-gradient(90deg, #595959 0%, #e0dfe0 100%);
  animation-delay: 0.4s;
}

.score-container.rank-2 .score-bar {
  background: linear-gradient(90deg, #a43f14 0%, #e48e6a 100%);
  animation-delay: 0.6s;
}

.score-container.rank-3 .score-bar {
  background: linear-gradient(90deg, #a43f14 0%, #e48e6a 100%);
  animation-delay: 0.6s;
}
.info {
  display: flex;
  align-items: center;
  margin-left: 10px;
  color: #ffffff;
}

.info img {
  width: 40px;
  height: 50px;
  margin-left: 5px;
  opacity: 0;
  transform: translateX(50px);
  animation: fadeInRight 0.5s ease forwards;
}

/* New animation for images */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Add delays for each trophy image */
.score-container:nth-child(1) .info img {
  animation-delay: 1.7s;
}

.score-container:nth-child(2) .info img {
  animation-delay: 1.9s;
}

.score-container:nth-child(3) .info img {
  animation-delay: 2.1s;
}
.leaderboards-container {
  background-color: #1a1a1a;
  border-radius: 10px;
  padding: 20px;
  max-width: 100%;
  margin: 60px auto;
  position: relative;
}

.corner-icon {
  position: absolute;
  width: 35px;
  height: 45px;
  color: #ffd700;
}

.top-left {
  top: 10px;
  left: 10px;
}

.top-right {
  top: 10px;
  right: 10px;
}

.bottom-left {
  bottom: 10px;
  left: 10px;
}

.bottom-right {
  bottom: 10px;
  right: 10px;
}

.title {
  color: rgba(255, 255, 255, 1);

  text-align: center;
  margin-bottom: 20px;
  font-size: 37px;
  text-shadow: 0 0 5px #ffd700, 0 0 75px #ff8c00;
  animation: flicker 1.5s infinite alternate;
}

@keyframes flicker {
  0% {
    text-shadow: 0 0 2px #ffd700;
  }
  50% {
    text-shadow: 0 0 4px #ff8c00;
  }
  100% {
    text-shadow: 0 0 1px #ffd700;
  }
}

.rules-list {
  color: #fff;

  margin: 3rem;
  font-size: 32px;
}

.sub-list {
  list-style-type: none;
  padding-left: 20px;
}

.sub-list li:before {
  content: "*";
  color: #ffd700;
  padding-right: 8px;
}

.leader-body {
  background: linear-gradient(180deg, #3e0f07 0%, rgba(0, 0, 0, 0.7) 100%);
}

.leaderboards-container {
  background-color: #1a1a1a;
  border-radius: 10px;
  padding: 20px;
  max-width: 100%;
  margin: 60px auto;
  position: relative;
}

.rules-list1 {
  color: #fff;
  margin: 3rem;
  font-size: 20px;
}

.corner-icon {
  position: absolute;
  width: 35px;
  height: 45px;
  color: #ffd700;
}

.top-left {
  top: 10px;
  left: 10px;
}

.top-right {
  top: 10px;
  right: 10px;
}

.bottom-left {
  bottom: 10px;
  left: 10px;
}

.bottom-right {
  bottom: 10px;
  right: 10px;
}

.title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-bottom: 20px;
  font-size: 37px;
  text-shadow: 0 0 5px #ffd700, 0 0 75px #ff8c00;
  animation: flicker 1.5s infinite alternate;
}

@keyframes flicker {
  0% {
    text-shadow: 0 0 2px #ffd700;
  }
  50% {
    text-shadow: 0 0 4px #ff8c00;
  }
  100% {
    text-shadow: 0 0 1px #ffd700;
  }
}
.user-margin {
  margin-left: 100px;
}
.contact-back {
  background-color: #fff;
}
.rules-list {
  color: #fff;
  margin: 3rem;
  font-size: 32px;
}

.sub-list {
  list-style-type: none;
  padding-left: 20px;
}

.sub-list li:before {
  content: "*";
  color: #ffd700;
  padding-right: 8px;
}

.card-info {
  background: #000;
  color: #fff;
  border: none;
  border-radius: 10px;
}

/* Media Queries */

/* For tablets */
@media screen and (max-width: 768px) {
  .leaderboards-container {
    margin: 30px auto;
    padding: 15px;
  }

  .title {
    font-size: 32px;
  }

  .rules-list {
    margin: 2rem;
    font-size: 24px;
  }

  .corner-icon {
    width: 25px;
    height: 35px;
  }
}

/* For mobile phones */
@media screen and (max-width: 480px) {
  .leaderboards-container {
    margin: 20px auto;
    padding: 10px;
  }

  .title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .rules-list {
    margin: 1rem;
    font-size: 18px;
  }

  .sub-list {
    padding-left: 10px;
  }

  .corner-icon {
    width: 20px;
    height: 30px;
  }
}

/* For very small screens */
@media screen and (max-width: 320px) {
  .title {
    font-size: 20px;
  }

  .rules-list {
    margin: 0.5rem;
    font-size: 16px;
  }

  .corner-icon {
    width: 15px;
    height: 25px;
  }
}

/* Mobile-specific leaderboard improvements */
@media screen and (max-width: 768px) {
  .leaderboard-container {
    padding: 10px !important;
  }
  
  .leaderboard-container .container {
    padding: 0 !important;
  }
  
  /* Ensure leaderboard items don't overflow */
  .leaderboard-container > div {
    overflow-x: hidden;
    max-width: 100%;
  }
  
  /* Improve text readability on mobile */
  .leaderboard-container span {
    word-break: break-word;
  }
}

@media screen and (max-width: 480px) {
  .leaderboard-container {
    padding: 5px !important;
  }
  
  /* Further reduce spacing for very small screens */
  .leaderboard-container > div > div {
    margin-bottom: 8px !important;
  }
}
.ui-datepicker-calendar {
  display: none;
}

/* Live Streaming Styles */
.streaming-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.section-title {
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.live-stream-container {
  max-width: 800px;
  margin: 0 auto;
  background: rgba(0,0,0,0.8);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.live-stream-title {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: bold;
}

/* Live Stream Thumbnail Styles */
.live-stream-thumbnail {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.live-stream-thumbnail:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 40px rgba(255,0,0,0.3);
}

.thumbnail-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(255,0,0,0.3) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.play-button {
  font-size: 4rem;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
  transition: transform 0.3s ease;
}

.play-button:hover {
  transform: scale(1.1);
}

.live-indicator {
  background: rgba(255,0,0,0.9);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.live-dot {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.thumbnail-overlay h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.thumbnail-overlay p {
  font-size: 1rem;
  opacity: 0.9;
  margin: 0;
}

/* YouTube Embed Styles */
.youtube-embed {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.youtube-embed iframe {
  width: 100%;
  height: 450px;
  border: none;
}

.refresh-btn {
  display: inline-block;
  background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255,0,0,0.3);
}

.refresh-btn:hover {
  background: linear-gradient(135deg, #cc0000 0%, #990000 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255,0,0,0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
  
  .live-stream-container {
    padding: 20px;
    margin: 0 15px;
  }
  
  .live-stream-title {
    font-size: 1.5rem;
  }
  
  .thumbnail-overlay h4 {
    font-size: 1.2rem;
  }
  
  .play-button {
    font-size: 3rem;
  }
  
  .youtube-embed iframe {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.8rem;
  }
  
  .live-stream-container {
    padding: 15px;
  }
  
  .live-stream-title {
    font-size: 1.3rem;
  }
  
  .thumbnail-overlay h4 {
    font-size: 1.1rem;
  }
  
  .play-button {
    font-size: 2.5rem;
  }
  
  .youtube-embed iframe {
    height: 250px;
  }
}

/* Previous Streams Section Styles */
.previous-streams {
  padding: 60px 0;
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
}

.stream-card {
  background: rgba(0,0,0,0.8);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.stream-card:hover {
  transform: translateY(-5px);
  border-color: #ff0000;
  box-shadow: 0 15px 40px rgba(255,0,0,0.2);
}

.stream-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.stream-info h5 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.stream-info p {
  color: #ccc;
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.stream-info i {
  color: #ff0000;
  margin-right: 8px;
}

.stream-date {
  color: #ffd700 !important;
  font-weight: bold;
}

/* Offline Message Styles */
.offline-message {
  text-align: center;
  color: #fff;
  padding: 40px 20px;
}

.offline-message h3 {
  margin-bottom: 20px;
  color: #ccc;
}

.offline-message ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.offline-message li {
  margin: 10px 0;
  padding: 5px 0;
}

.offline-message li:before {
  content: "•";
  color: #ffd700;
  font-weight: bold;
  margin-right: 10px;
}
