body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
    margin-bottom:2rem;
}

.container {
/*    max-width: 800px;*/
    margin: 0 auto;
    padding: 20px;
}

h1 {
    color: #343a40;
    text-align: center;
}

.btn {
    margin-top: 10px;
}

.card {
    margin-top: 20px;
}

.footer {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9em;
    color: #6c757d;
}

    body {
      font-family: 'Inter', sans-serif;
    }
    header {
      background-color: #4f46e5;
      color: white;
      padding: 4rem 1rem;
      text-align: center;
    }
    .feature, .plan {
      border-radius: 12px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .beta-notice {
      background-color: #fff3cd;
      color: #856404;
      border: 1px solid #ffeeba;
      padding: 1rem;
      border-radius: 8px;
/*      margin-bottom: 2rem;*/
    }
    .beta-notice p {
      margin-bottom:0rem;
    }


  .modal .close {
    border:none;
    background:none;
  }

  .disabled {
    opacity:.25;
  }

#timePeriods .timePeriod {
  border:1px solid #000;
  padding:5px;
  display: inline-block;
  border-radius: 5px;
  margin:5px;
}

#timePeriods .startTime, #timePeriods .endTime {
  display: inline-block;
  background-color:#eee;
  color:#000;
  border-radius: 5px;
  padding:5px;
}

#tabContent {
  background-color:#ffffff;
  padding:10px;
}

.nav-tabs .nav-link {
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

#timePeriods .row.periodDay:nth-child(even) {
  background: #fafafa;
}

.toast {
  left: 50%;
  top:0;
  position: fixed;
  transform: translate(-50%, 0px);
  z-index: 9999;
}


/* Basic styling for the content box */
.content-box {
  position: relative;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 8px;
  font-family: monospace;
  font-size: 16px;
/*  max-width: 600px;*/
  margin: 10px auto 40px;
}

/* Positioning the copy icon */
.copy-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-color: #007BFF;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
}

/* Styling for the copied message */
.copied-message {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: green;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  display: none;
}

@media screen and (max-width: 720px) {
  .beta-notice {
    padding: .25rem;
    max-height:75px;
    overflow-y:auto;

  }
  .beta-notice h5 {
    font-size: 1rem;
    font-weight: bold;
  }
}