@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #020b18;
	color: #e8f1ff;
}

html {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    height: 100%;
    position: relative;
    min-height: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #020b18;
}
*, *:after, *:before {
	box-sizing: inherit;
}

.geosuggest__suggests--hidden {
	display: none;
}

#root, [data-reactroot] {
	height:100%;
}

.badge {
	background-color: #b83f45;
}

input[type=datetime]::-webkit-inner-spin-button,
input[type=datetime]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input::-ms-clear {
	display: none;
}
.react-alerts {
	margin: 0!important;
	right: 120px!important;
}

@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-effect-leave{opacity:0}.modal-video-effect-leave .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}

article figure img {
	max-width: 100%;
}

.ytvideo-container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.ytvideo-content {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.venue-menu-container {
  position: relative;
  cursor: pointer;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: max-content;
}

.header-link-container {
  display: flex;
  align-items: center;
}

.header-link {
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding: 8px 12px;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.header-link.active {
  color: rgb(94, 159, 223);
  font-weight: 600;
}

.dropdown-icon-wrapper {
  display: flex;
  align-items: center;
  margin-left: 2px;
}

.dropdown-icon {
  transition: transform 0.3s ease;
}

.sport-centers-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  min-width: min(920px, 92vw);
  background: linear-gradient(180deg, #0b2748 0%, #071a33 100%);
  border: 1px solid rgba(78, 227, 255, 0.28);
  box-shadow: 0 18px 48px rgba(2, 11, 24, 0.55);
  border-radius: 12px;
  padding: 20px;
  z-index: 100;
  animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.sport-centers-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.sport-center-section {
  flex: 0 0 auto;
  min-width: 120px;
  transition: transform 0.3s ease;
}

.sport-center-section:hover {
  transform: translateY(-5px);
}

.sport-centers-dd-section {
  text-decoration: none;
  display: block;
}

.sport-center-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.sport-center-link:hover {
  background-color: rgba(47, 143, 255, 0.14);
}

.image-container {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border: 3px solid transparent;
  transition: all 0.3s ease;
}

.sport-center-link:hover .image-container {
  border-color: #4ee3ff;
}

.sport-center-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.sport-center-link:hover .sport-center-image {
  transform: scale(1.1);
}

.sport-center-title {
  font-weight: 600;
  font-size: 14px;
  color: #dce9ff;
  text-align: center;
  margin-top: 8px;
  transition: color 0.3s ease;
}

.sport-center-link:hover .sport-center-title {
  color: #4ee3ff;
}
  
  /* Mobile Styles */
@media (max-width: 1000px) {
  .sport-centers-dropdown {
      position: relative;
      top: 0;
      margin: 10px 0;
      padding: 15px 10px;
      width: 100%;
      overflow-x: auto;
  } 
  
  .sport-centers-wrapper {
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 10px;
      justify-content: flex-start;
      width: max-content;
  }
  
  .sport-center-section {
      flex: 0 0 auto;
      max-width: none;
      margin: 0;
  }
  
  .sport-center-section:hover {
      transform: none;
  }
  
  .sport-center-link {
      flex-direction: column;
      align-items: center;
      padding: 10px;
      min-width: 80px;
  }
  
  .image-container {
      width: 50px;
      height: 50px;
      margin-bottom: 8px;
      margin-right: 0;
  }
  
  .sport-center-title {
      text-align: center;
      font-size: 12px;
      margin-top: 5px;
  }
}

/* Small screen styles (under 450px) */
@media (max-width: 450px) {
  .sport-centers-dropdown {
      padding: 10px 5px;
  }
  
  /* Option 1: More compact horizontal layout */
  .sport-centers-wrapper {
      gap: 5px;
  }
  
  .sport-center-section {
      min-width: 70px;
  }
  
  .sport-center-link {
      padding: 5px;
      min-width: 60px;
  }
  
  .image-container {
      width: 40px;
      height: 40px;
      margin-bottom: 5px;
  }
  
  .sport-center-title {
      font-size: 10px;
  }
}

/* Add media query for larger screens */
@media (min-width: 1001px) {
  .sport-centers-dropdown {
      left: -75%;
      transform: translateX(-50%);
      width: auto;
      min-width: 400px;
      right: auto;
  }

  .sport-centers-wrapper {
      justify-content: center;
      flex-wrap: nowrap;
      overflow-x: visible;
  }
}

@keyframes glow {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}