.preview {
  display: block;
  border: 1px solid #f3efe0;
  width: calc(80% - 5px);
  margin: 0 auto 20px auto;
}

.preview.warning {
  border: 5px solid #f00;
}

.preview2 {
  display: block;
  width: calc(80% - 5px);
  border: 1px solid #f3efe0;
  margin: 0 auto 20px auto;
}

.preview2.warning {
  border: 5px solid #f00;
}

.form-field,
.form-field-blue,
.form-textfield,
.form-field2 {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cfd4dc;
  background: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 22px;
  font-family: "Mukta Mahee", Arial, Helvetica, sans-serif;
  padding: 16px;
  margin: 0 auto 16px auto;
  min-height: 48px;
  text-align: left;
  border-radius: 0;
  transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.form-field-blue {
  border-color: #477ad3;
}

.form-textfield {
  min-height: 120px;
  resize: vertical;
}

.form-field:focus,
.form-field-blue:focus,
.form-textfield:focus,
.form-field2:focus {
  outline: none;
  border-color: #477ad3;
  box-shadow: 0 0 0 3px rgba(71, 122, 211, 0.2), 0 10px 30px rgba(0, 0, 0, 0.08);
}

.hidden-file-inputs {
  height: 0;
  width: 0;
  overflow: hidden;
}

#uploadfile {
  cursor: pointer;
  border-style: dashed;
  color: rgb(0, 0, 0);
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

#uploadfile:hover {
  border-color: #477ad3;
  background: rgba(71, 122, 211, 0.05);
}

.btn-primary, .submit3, .submit {
  transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Mukta Mahee", Arial, Helvetica, sans-serif;
  height: 48px;
  line-height: 24px;
  padding: 12px 18px;
  margin: 8px 0 0 0;
  color: rgb(255, 255, 255);
  background: linear-gradient(135deg, rgb(54.5368421053, 110.1, 207.0631578947), #5a92ef);
  border: 2px solid rgb(46.5473684211, 100.5, 194.6526315789);
  font-weight: 700;
  border-radius: 0;
  box-shadow: 0 10px 25px rgba(71, 122, 211, 0.35);
  text-decoration: none;
  cursor: pointer;
}

.btn-primary:hover, .submit3:hover, .submit:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, rgb(46.5473684211, 100.5, 194.6526315789), rgb(76.0524861878, 136.7861878453, 237.6475138122));
}

.btn-primary:focus-visible, .submit3:focus-visible, .submit:focus-visible {
  outline: 3px solid rgba(71, 122, 211, 0.35);
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5), 0 10px 25px rgba(71, 122, 211, 0.35);
}

.btn-primary:active, .submit3:active, .submit:active {
  transform: translateY(0);
  background: linear-gradient(135deg, rgb(44.5789473684, 96.25, 186.4210526316), rgb(62.1049723757, 127.5723756906, 236.2950276243));
}

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #477ad3;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  padding: 4px 0;
  border-radius: 8px;
}

.btn-link:hover {
  color: rgb(46.5473684211, 100.5, 194.6526315789);
  text-decoration: underline;
}

.btn-link:focus-visible {
  outline: 3px solid rgba(71, 122, 211, 0.35);
  outline-offset: 3px;
}

.helper-text {
  display: block;
  margin: 6px 0 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 600;
}

.error-text {
  display: block;
  margin: 6px 0 0;
  color: #f00;
  font-size: 14px;
  font-weight: 700;
}

.submit3 {
  margin-bottom: 24px;
}

.styled-select {
  background: url("https://wallpapercropper.com/static/images/15xvbd5.png") no-repeat calc(100% - 10px) 0;
  height: 29px;
  overflow: hidden;
  width: 100%;
  appearance: none;
  font-size: 14px;
  height: 29px;
  line-height: 29px;
  border: none;
  padding: 0 5px;
}

.semi-square {
  border: none;
}

.blue {
  background-color: #477ad3;
}

.blue {
  color: #fff;
}
