.admin-main {
  /* background: #f9f9f9; */
}

.pick-sport-content {
 
  height: 100%;
  background: #f9f9f9;
}

.pick-sport-card {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  color: #fff;
  position: relative;
}
.pick-sport-card p {
  bottom: 20px;
}

.pick-sport-card.orange {
  background-color: #f27404;
}
.pick-sport-card.green {
  background-color: #009345;
}
.pick-sport-card.yellow {
  background-color: #d0e608;
}

.pick-sport-card > .pick-sport-subcard {
  height: 18vw !important;
  width: 100%;
  border-radius: 8px;
  color: #fff;
  position: absolute;
  bottom:0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.pick-sport-card:hover .pick-sport-subcard {
  opacity: 1;
  transition:0.3s all ease-in;
}
.pick-sport-card:not(hover) .pick-sport-subcard {
  opacity: 0;
  transition:0.3s all ease-in;
}


.pick-sport-subcard-button {
  bottom: 0;
  left: 0;
  height: 62px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background-color: #ddebea;
  width: 100%;
}

.pick-sport-subcard-button p {
  color: #1c1c1c;
  margin-left: 10px;
}

.icon-text {
  color: #c2c8d0;
  font-size: 14px;
  text-decoration: none;
}
.icon-text.active {
  filter: invert(16%) sepia(11%) saturate(1544%) hue-rotate(204deg)
    brightness(20%) contrast(90%);
}
.icon-text img {
  max-width: 24px;
  max-height: 24px;
}

.admin-stadium-name {
  display: flex;
  align-items: center;
}

.admin-stadium-name h6 {
  font-size: 28px;
  font-weight: 400;
}

.admin-stadium-name p {
  font-size: 14px;
  color: #b9b9cb;
}

.admin-reserve-botbar {
  height: 110px;
  width: 100%;
  background: #fff;
  position: fixed;
  bottom: 0;
}

.admin-reserve-botbar p {
  color: #2f2e41;
  font-size: 16px;
  font-family: 'helvetica-bold';
}

.admin-reserve-filter-heading h5 {
  font-size: 24px;
  font-family: 'helvetica-bold';
  font-weight: 400;
  color: #2f2e41;
}

.admin-reserve-card-services > p {
  font-size: 24px;
  padding-bottom: 24px;
  font-family: 'helvetica-bold';
}

.admin-reserve-location h2 {
  font-size: 24px;
  font-family: 'helvetica-bold';
  color: #2f2e41;
  font-weight: 400;
}
.admin-reserve-location p {
  font-size: 14px;
  font-family: 'Manrope-Medium';
  color: #c2c8d0;
  font-weight: 400;
}

.admin-reserve-date-heading h6 {
  font-size: 18px;
  font-family: 'helvetica-bold';
  font-weight: 400;
  color: #273645;
}
.admin-reserve-date-heading p {
  font-size: 14px;
  font-weight: 400;
  color: #b9b9cb;
  margin-left: auto;
  cursor: pointer;
}

.admin-reserve-stadium-slides img {
  height: 450px;
  border-radius: 16px;
}

@media only screen and (max-width: 1680px) {

  .admin-reserve-stadium-slides img {
    height: 350px;
  }
  .stadiumlists{
      padding-top:0 !important;
  }
}
