* {
  font-family: 'Roboto', sans-serif;
}

input {
  padding: 10px;
  width: 90%;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}

#tsep-cvv2Div,
#tsep-datepickerDiv {
  width: 85%;
}

.validation {
  color: #d33b4f;
  margin-top: 10px;
  font-size: 14px;
}

.validation-prompt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.roboto-light {
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-weight: 500;
  font-style: normal;
}

.container {
  display: flex;
  justify-content: center;
  height: 100vh;
}

.empty {
  margin-top: 20px;
  height: 150px;
  background-color: #fff;
  width: 200px;
  overflow: auto;
}

.form-container {
  padding: 5%;
}

.form-header-text {
  text-align: center;
}

.fields-required {
  text-align: right;
}

.exp-ccv-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

.form-submit-button {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #092846;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.form-submit-button:active {
  background-color: #08183f;
  transform: scale(0.95);
}

.form-submit-button:disabled {
  background-color: #ccc;
  color: #666;
}

.payment-amount-label {
  font-weight: 300;
  font-size: 16px;
}

.payment-amount-value {
  font-weight: 500;
  font-size: 18px;
}

#payment-amount-container {
  margin-top: 10px;
}
