.form-text, 
.helptext {
    font-size: 0.875rem;  /* smaller font */
    font-style: italic;
    margin-top: 0.15rem;  /* small spacing below input */
    margin-bottom: 1.0rem;  /* small spacing before next field */
}


/* Reduce rounding for all input fields */
input.form-control,
textarea.form-control,
select.form-control {
    border-radius: 0.10rem; /* default Bootstrap 5 is 0.25rem; increase/decrease as needed */
}

.form-control {
  margin-bottom: 0;
  border-color: #bfc2da;
  border-radius: 0.15rem;
}

.form-control:hover {
  margin-bottom: 0;
  border-color: #10beea;
  border-radius: 0.15rem;
}

.container {
  margin: 0 auto;
  padding: 12px;
  margin-top: 10px;
  margin-bottom: 11px;
  border-radius: 4px;
  width: 80%;
  background-color: #ececec;
}

.submission-text {
  font-size: 16px;
  padding-top: 10px;
}

.submission_form input, textarea{
  margin-bottom: 0;
}

.submission_form label {
  font-size: 16px;
  font-weight: 500;
}

.checkbox label {
  font-weight: 400;
  font-size: 16px;
}

.asteriskField {
  color: red;
}

.help-block {
  font-size: 12px;
}

.invalid-feedback 
{
  color: red;
}

.submission_title{
  text-align: center;
  font-size: 30px;
  color: red;
}

.submission_detail{
  background-color: #f1eded;
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 7px;
  text-align: center;
}

.subcategory {
  margin-left: 3em;
}

.button.save {
  color: #ec6708;
  border: 1px solid #ec6708;
}

.button.cancel {
  color: #767676;
  border: 1px solid #767676;
}

#div_id_private_code_or_data_link {
  display: none;
}

span[id^="error"][id$="subscriber_email"]{
    color:red;
}

@media screen and (max-width: 1024px) {
  .container {
    width: 95%;
  }
}

/* max-width 40em is the show-for-small-only/hide-for-small-only breakpoint */
@media screen and (max-width: 40em) {
  .submission-text,
  .submission_form label {
    font-size: 11pt;
  }
  .container {
    width: 100%;
    margin: 0 auto;
  }
}