/* ATP DASHBOARD */

.table-responsive {
  white-space: nowrap;
}
.table-responsive::-webkit-scrollbar {
  height: 3px;
  width: 4px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: silver;
}

/* STRIPE ELEMENTS PAGE STYLING */
/* Form styles */
.atp-reg-fees form {
}

.atp-reg-fees .form-row {
  margin: 10px 0;
}

.atp-reg-fees label {
  font-weight: bold;
}

.atp-reg-fees input[type="email"] {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.atp-reg-fees #card-element {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.atp-reg-fees #card-errors {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 5px;
}

.atp-reg-fees button[type="submit"] {
  margin: auto;
  background-color: #3498db;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.2s;
  text-transform: uppercase;
}

.atp-reg-fees button[type="submit"]:hover {
  background-color: #2980b9;
}

/* Thank you page styles */
.atp-reg-fees .thank-you {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  color: #333;
}
