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

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

.pick-sport-card {
  height: 222px;
  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: 352px;
  width: 100%;
  border-radius: 8px;
  color: #fff;
  position: absolute;
  top: -40px;
  left: 0;
  transition: 300ms;
  opacity: 0;
  cursor: pointer;
}

.pick-sport-card:hover .pick-sport-subcard {
  opacity: 1;
}

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

.pick-sport-subcard-.tab-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;
}

.chart-box {
  background-color: #fff;
  padding: 25px;
  border-radius: 16px;
  height: 96px;
}

.chart-box img {
  height: 32px;
}

.chart-box p:first-child {
  font-size: 18px;
  color: #273645;
  font-family: 'helvetica-bold';
  margin-bottom: 7px;
}

.chart-box p:last-child {
  font-size: 12px;
  color: #757f88;
}

.accordion-stadium-button {
  background: #fff;
  height: 80px;
  border-radius: 16px;
  border: none;
  width: 100%;
  position: relative;
}

.accordion-stadium-button:after {
  content: '';
  background-image: url(/assets/images/arrow-down.svg);
  position: absolute;
  height: 24px;
  background-repeat: no-repeat;
  width: 24px;
  top: 30px;
  transition: 300ms;
  right: 5%;
}

.accordion-stadium-button.active:after {
  content: '';
  background-image: url(/assets/images/arrow-down.svg);
  transform: rotate(180deg) translateY(2px);
  position: absolute;
  height: 24px;
  background-repeat: no-repeat;
  width: 24px;
  top: 30px;
  right: 5%;
}

.accordion-stadium-data {
  height: 36px;
  padding-right: 30px;
}
.accordion-stadium-data > .line {
  width: 4px;
  height: 100%;
  background: #d0e608;
}

.tab {
  overflow: hidden;
  display: flex;
}

.tab .tab-button {
  border: none;
  outline: none;
  cursor: pointer;
  /* padding: 14px 16px; */
  transition: 0.3s;
  background-color: #fff;
  color: #757f88;
  font-size: 12px;
  font-family: 'helvetica-bold';
  margin: auto;
  height: 33px;
  width: -webkit-fill-available;
  border-bottom: #ebecee 2px solid;
  padding-bottom: 16px;
}

.tab .tab-button:hover {
  color: #273645;
}

.tab .tab-button.active {
  color: #273645;
  border-bottom: #2f2e41 2px solid;
}

.tabcontent {
  display: none;
  padding: 16px;
  padding-top: 34px;
}

.tab.margin-off .tab-button {
  width: auto;
  margin: 4px;
  border: none !important;
  padding-bottom: 0;
}

/* Pie Chart */
.pie-chart {
  width: 100%;
  border-radius: 50%;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
}

.pie-chart > .pie-chart-slice {
  width: 100%;
  border-radius: 50%;
  height: 0px;
  padding-bottom: 100%;
  position: absolute;
  transition: 300ms;
}

/* .pie-chart:hover > .pie-chart-slice {
  transform: translate(-5px, -5px);
} */

.pie-chart > .pie-chart-data p {
  font-family: 'helvetica-bold';
  font-size: 12px;
}
.pie-chart > .pie-chart-data p > span {
  font-family: 'helvetica-bold';
  font-size: 12px;
}

.charts-data-colors > .charts-data-color div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #009345;
}
.charts-data-colors > .charts-data-color div:first-child {
  background: #009345;
}
.charts-data-colors > .charts-data-color div:last-child {
  background: #f27404;
}

@media only screen and (max-width: 1680px) {
  .admin-reserve-stadium-slides img {
    height: 350px;
  }
}

@media only screen and (max-width: 1400px) {
  .tabcontent {
    padding: 0;
    padding-top: 16px;
  }
}

.profile > .profile-pic {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 50%;
}
.profile > .profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80% 0;
}

.profile-menu {
  width: 352px;
  border-radius: 16px;
  padding: 20px;
  background: #fff;
}
.profile-menu > .profile-menu-row {
  display: flex;
  font-size: 16px;
  color: #414b5a;
  align-items: center;
  padding: 20px 0;
}
.profile-menu > .profile-menu-row p, .profile-menu-row a {
  font-family: 'LT-GEO-55';
  padding-left: 10px;
  color: #1c1c1c;
}
.profile-menu > .profile-menu-row:not(:last-child) {
  border-bottom: #efeff5 1px solid;
}
