body {
  font-family: "League Spartan", sans-serif;
}

.width-100 {
  width: 100%;
}
.auth-container .card-header {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid var(--Border, #eaecf0);
  background: var(--Bg-2, #fcfcfc);
}
.auth-header-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: var(--Text-1, #1d1d1d);
}
.auth-header-logo {
  width: 46.172px;
  height: 48px;
  aspect-ratio: 46.17/48;
}

.auth-container .card-body {
  border-top: none !important;
  border-radius: 0 0 10px 10px;
  border: 1px solid var(--Border, #eaecf0);
  background: var(--Card, #fff);
  padding: 20px;
}

.auth-container .card-footer {
  background-color: green !important;
}

.btn-holder-add-swimmer {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.button-add-swimmer {
  display: flex;
  color: #f8f9fa;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
  text-transform: uppercase;
}

.btn-upload-image {
  display: flex;
  padding: 12px 19px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border-radius: 8px;
  border: 1px solid var(--input-title-holder, #afafaf);
  background: var(--Bg-2, #fcfcfc);
}

.secondary-button-netball {
}
.login-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.cutom-label {
  display: none;
}
@media (max-width: 768px) {
  .cutom-label {
    display: block;
  }
}
.custom-label {
  display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid var(--Border, #eaecf0);
  background: var(--Bg, #f8f9fa);
}
.venue-title {
  display: none;
}

@media (max-width: 768px) {
  .venue-title {
    display: block;
  }
}
.venue-title {
  color: var(--H1-Text, #2e2e2e);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--Border, #eaecf0);
  padding-bottom: 1rem;
}

@media (max-width: 768px) {
  .custom-modal-width {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .modal-dialog {
    margin: 0;
    height: 100%;
  }

  .modal-content {
    height: 100%;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 768px) {
  .mobile-modal-box {
    max-width: 90%;
    margin: auto;
  }

  .mobile-modal-box .modal-content {
    max-height: 80vh;
    border-radius: 16px;
    overflow: hidden;
  }

  .mobile-modal-box .modal-body {
    max-height: 80vh;
    overflow-y: auto;
  }
}
.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

@media (max-width: 768px) {
  .mobile-modal-box {
    max-width: 90%;
    margin: auto;
  }

  .mobile-modal-box .modal-content {
    max-height: 80vh;
    overflow: hidden;
    border-radius: 16px;
  }

  .mobile-modal-box .modal-body {
    max-height: 80vh;
    overflow-y: auto;
  }
}

.modal-backdrop.fade.show {
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(1px) !important;
}
.terms-footer {
  display: none;
}
@media (max-width: 768px) {
  .terms-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #dee2e6;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .paragraph {
    display: flex;
    flex-direction: column;
  }

  .booking-list-container {
    order: 1;
  }

  .term-date {
    order: 2;
  }

  .custom-order {
    order: 3;
  }

  .select-term {
    order: 4;
  }

  .select-venue {
    order: 5;
  }
}

.book-button {
  background: var(--primary-color);
  color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.book-button:hover {
  background: var(--primary-color);
  color: #fff !important;
}
