#wsiva-payment-form {
  max-width: 400px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f9f9f9;
}

#wsiva-payment-form label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

#wsiva-payment-form input[type="text"],
#wsiva-payment-form input[type="email"] {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#wsiva-payment-form div {
  margin-top: 10px;
}

#wsiva-payment-form button {
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  border: none;
  background: #28a745;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

#wsiva-payment-form button:hover {
  background: #218838;
}

#wsiva-payment-response {
  margin-top: 15px;
  font-size: 14px;
}

sup {
  color: red;
}

.error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

.iti__selected-country-primary,
.iti__dropdown-content {
  margin-top: -5px !important;
}

.iti__selected-country {
  margin-top: 0px !important;
}

.iti--allow-dropdown {
  padding: 0px !important;
}

.iti__tel-input {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  width: 350px;
  border-radius: 5px;
}

.iti__country-container,
.iti__selected-dial-code {
  margin-top: 0px !important;
}

#payment-button:disabled {
  background-color: #ccc;
  /* Grey background */
  color: #666;
  /* Darker text */
  cursor: not-allowed;
  /* Show not-allowed cursor */
  opacity: 0.6;
  /* Make it slightly faded */
  border: 1px solid #999;
  /* Add a border to differentiate */
}
.workshop select {
  height: 30px;
  width: 100%;
}