.main {
  margin: 4rem;
}

.cancel-btn-booking {
  height: 44px;
}

.width-booking {
  min-width: 88px;
}

.data {
  color: #a0abbb;
  margin-left: 0.1rem;
}
.swimmer-detail-text {
  padding: 0.75rem 0.5rem;
}
.paragraph {
  display: flex;
  flex-direction: column;
  padding: 32px 32px 32px 32px;
  gap:28px;
}
.border-btm{
  border-bottom: 1px solid #525252;
}
.swimmer-details{
  display: flex;
  background: rgba(255, 255, 255, 0.05);
flex-direction: row;
justify-content: center;
align-items: center;

align-self: stretch;
}
.timeslot-data{
  display: flex;
  width: 102px;
  height: 44px;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  justify-self: center;
  color: #fff;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
border: 1px solid  #525252;
background: #22262A;
}
.timeslot-row{
  height: 44px;
  align-items: center;
  
}
.grid-class {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cells-padding-top {
  padding-top: 2rem !important;
}
.view-profile-btn {
  color: var(--primary-color) !important;
}
.term-3 {
  border-radius: 2px;
  padding: 4px;
}
.view-profile-btn:hover {
  color: var(--primary-color);
}

.profile-body {
  padding: 1.25rem 2rem;
}

.total-cost {
  padding: 0.875rem 1rem;
}
.active-cell {
  background: #bfa355 !important;
  color: black !important;
}

.cost-currency {
  width: 40%;
}
.discount-code {
  color: var(--primary-color);
}
.cost-price {
  width: 60%;
}

.note {
  padding: 0.75rem;
}

@media (max-width: 1350px) {
  .table-responsive .table {
    width: 80rem;
  }
}

@media (max-width: 1200px) {
  .header1 {
    position: relative;
    margin-right: -1rem;
  }
}

@media (max-width: 768px) {
  .table-responsive {
    overflow-x: auto;
  }

  .table-responsive .table {
    width: 80rem;
  }

  .header1 {
    position: relative;
    margin-right: -0.5rem;
  }
}

.headingp {
  font-size: 16px;
}

@media (max-width: 600px) {
  .main {
    margin: 0.2rem;
  }
  .booking-modal {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .width-term {
    width: auto;
  }
  .confirm-btn {
    width: 100% !important;
  }
  .book-btn {
    width: 47% !important;
  }
  .grid-class {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-class div {
    border-right: none;
    padding-bottom: 4px;
    border-bottom: 1px solid;
  }
  .cost-session {
    flex-direction: column;
  }
  .swimmer-detail-text div {
    margin-bottom: 10px;
  }
  .cost-session div {
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid;
    padding-bottom: 4px;
  }
  .swim-profile div {
    margin-bottom: 5px;
  }
  .swim-profile button {
    width: 100%;
  }
  .header1 {
    position: relative;
    margin-right: -0.5rem;
  }
}


.center-timeslot-holder{ 
  padding: 16px;
  text-align: center;
  width: 362px;
  height: 48px;
}
.center-timeslot{ 
  display: flex;
  justify-content: center; 
  justify-self: center; 
}
td{
  
}