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

.admin-reserve-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 p {
  font-family: helvetica-medium;
}

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

.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;
  font-family: helvetica-medium;
}

.icon-text {
  color: #c2c8d0;
  font-size: 14px;
  text-decoration: none;
}
.icon-text a {
  color: #c2c8d0;
  font-size: 14px;
  text-decoration: none;
}
.icon-text span {
  font-family: helvetica-roman;
}
.icon-text.active {
  filter: invert(16%) sepia(11%) saturate(1544%) hue-rotate(204deg)
    brightness(20%) contrast(90%);
}
.admin-bot-nav .icon-text.active {
  filter: invert(16%) sepia(11%) saturate(1544%) hue-rotate(204deg)
    brightness(20%) contrast(90%);
  border-top: 1px solid #2f2e41;
}
.admin-bot-nav {
  position: fixed;
  width: 100%;
  bottom: 0;
}
.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;
  font-family: helvetica-bold;
}

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

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

.admin-stadium-botbar p,
.admin-reserve-botbar p {
  color: #2f2e41;
  font-size: 16px;
  font-family: 'helvetica-bold';
}
.admin-reserve-filter{
    margin-top:35px;
}
.admin-reserve-filter .filtercheckboxes{
    display:flex;
    width:auto;
    flex-wrap:wrap;
    
}
.admin-reserve-filter .filtercheckboxes .col-4{
    width:max-content !important;
    flex-basis:unset;
}
.admin-reserve-filter .filtercheckboxes .col-4 label{
    padding:10px 20px;
}
.adminreservedatecontainer{
    margin-top:35px;
    padding:45px 25px !important;
    border-radius:10px;
}
.adminreservedatecontainer .check-group.round label{
    padding:45px 10px;
    width:max-content !important;
    height:max-content !important;
}
.reservetimecontainer{
    margin-top:30px !important;
}
.adminreservetime label{
    width:max-content !important;
    height:max-content !important;
    margin:0 5px;
    padding:10px 20px;
}
.adminreservetime .swiper-slide{
    width:max-content !important;
}


.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;
}

.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-medium';
  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;
  font-family: helvetica-bold;
}

.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;
}

.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;
  margin-left: auto;
}
.profile-menu > .profile-menu-row {
  display: flex;
  font-size: 16px;
  color: #414b5a;
  align-items: center;
  padding: 20px 0;
}
.profile-menu > .profile-menu-row p {
  padding-left: 10px;
}
.profile-menu > .profile-menu-row:not(:last-child) {
  border-bottom: #efeff5 1px solid;
}
.systematic-days-chose{
	display: flex;
	padding: 13px 25px;
	background: transparent;
	border: 1px solid #efeff5;
	align-items: center;
	margin-top:30px;
	border-radius:8px;
}
.systematic-days-chose i{
	font-size: 20px;
	font-weight: 500;
}
.systematic-days-chose p{
	font-size: 16px;
	font-family: LT-GEO-55;
	margin-left: 10px;
}
.mt-0-3{
    font-family:LT-GEO-55;
}

/*  */

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

  .admin-reserve-content {
    padding-top: 80px;
  }
  .admin-reserve-stadium-slides img {
    height: 350px;
  }
}

@media only screen and (max-width: 1400px) {
  .tabcontent {
    padding: 0;
    padding-top: 16px;
  }
}
@media only screen and (max-width: 850px) {
  .pick-sport-card {
    height: 112px;
  }
  .pick-sport-card > .pick-sport-subcard {
    display: none;
  }
  .admin-stadium-botbar {
    position: relative;
    background: transparent;
  }
  .admin-stadium-botbar p {
    display: none;
    position: relative;
    background: transparent;
  }
  .admin-stadium-botbar button {
    width: 100%;
  }
  .profile-menu {
    margin-right: auto;
    margin-left: auto;
    margin-top: 62px;
  }
  .mySlides-responsive img {
    max-height: 277px;
  }
  .admin-reserve-content {
    padding-top: 0 !important;
  }
  .admin-stadium-name {
    flex-direction: row-reverse;
    background-color: #fff;
  }
  .admin-stadium-name div {
    margin-left: 0;
    margin-right: auto;
    padding: 25px 0;
  }
}
@media only screen and (max-width: 600px) {
  .pick-sport-card {
    height: 112px;
  }
  .pick-sport-card > .pick-sport-subcard {
    display: none;
  }
  .profile-menu {
    width: 100%;
  }
}
@media screen and (max-width:500px){
    .adminreservedatecontainer{
        padding:25px 10px !important;
    }
}
