.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 {
  padding: 32px 32px 32px 32px;
}

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