
.tdpra-contact-form {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  padding: 24px 28px 28px;
  max-width: 720px;
}
.tdpra-contact-form__title {
  margin: 0 0 22px;
  font-size: 28px;
  font-weight: 700;
  color: #e12243;
  line-height: 1.2;
}
.tdpra-contact-form .form-group {
  margin-bottom: 16px;
}
.tdpra-contact-form label.tdpra-contact-form__label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #444;
}
.tdpra-contact-form label .req {
  color: #e12243;
  margin-left: 2px;
}
.tdpra-contact-form .form-control {
  border-radius: 2px;
  border-color: #ced4da;
  box-shadow: none;
}
.tdpra-contact-form .form-control:focus {
  border-color: #e12243;
  box-shadow: 0 0 0 0.15rem rgba(225, 34, 67, 0.15);
}
.tdpra-contact-form select.form-control.is-selected,
.tdpra-contact-form select.form-control:focus {
  border-color: #e12243;
}
.tdpra-contact-form textarea.form-control {
  min-height: 120px;
  resize: vertical;
}
.tdpra-contact-form__file-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}
.tdpra-contact-form__dropzone {
  flex: 1 1 260px;
  min-height: 64px;
  border: 1px dashed #c5c5c5;
  border-radius: 4px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  color: #666;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.tdpra-contact-form__dropzone:hover,
.tdpra-contact-form__dropzone.is-dragover {
  border-color: #e12243;
  background: #fff5f7;
  color: #e12243;
}
.tdpra-contact-form__dropzone i {
  font-size: 22px;
  color: #e12243;
}
.tdpra-contact-form__file-btn {
  flex: 0 0 auto;
  align-self: center;
  background: #555 !important;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  padding: 12px 18px;
  font-weight: 500;
  cursor: pointer;
}
.tdpra-contact-form__file-btn:hover {
  background: #333 !important;
}
.tdpra-contact-form__file-hint {
  width: 100%;
  margin: 4px 0 0;
  font-size: 12px;
  color: #999;
}
.tdpra-contact-form__file-name {
  width: 100%;
  margin-top: 6px;
  font-size: 13px;
  color: #333;
}
.tdpra-contact-form__agreements {
  margin: 18px 0 8px;
}
.tdpra-contact-form__agree {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.tdpra-contact-form__agree input[type="checkbox"] {
  margin-top: 5px;
  flex: 0 0 auto;
}
.tdpra-contact-form__agree label {
  margin: 0;
  font-weight: 400;
  color: #444;
  line-height: 1.4;
}
.tdpra-contact-form__agree a {
  color: #e12243;
  text-decoration: underline;
}
.tdpra-contact-form__submit {
  margin-top: 18px;
}
.tdpra-contact-form__submit .cabinet-button {
  min-width: 160px;
  background-color: #e12243 !important;
  color: #fff !important;
  border: none;
}
.tdpra-contact-form .help-block,
.tdpra-contact-form .text-danger.field-error {
  font-size: 12px;
  margin-top: 4px;
  display: block;
}
.tdpra-contact-form .has-error .form-control {
  border-color: #e12243;
}
@media (max-width: 575.98px) {
  .tdpra-contact-form {
    padding: 18px 16px 22px;
  }
  .tdpra-contact-form__title {
    font-size: 24px;
  }
}
