@charset "UTF-8";
.body-form-detail #formAnchor {
  padding-top: 0;
}
.required {
  padding: 0.1rem 0.3rem;
  white-space: nowrap;
  background: var(--mainColor);
  border-radius: 0;
}
.body-form-detail .row .col-lg-12 h3, .body-event-detail .row .col-lg-12 h3 {
  display: inline-block;
  margin: 1rem 0;
  font-size: clamp(2rem, 1.903rem + 0.259vw, 2.4rem);
  font-weight: 500;
  color: var(--mainColor);
}
.body-form-detail .control-label {
  margin-bottom: 0;
}
label > .icon-radio-input ~ .icon-radio-icon::before {
  font-size: 2.8rem;
}
label > .icon-radio-input:checked ~ .icon-radio-icon::before {
  color: var(--mainColor);
}
table.entry > tbody > tr > th, table.entry table.product > tbody > tr > th {
  vertical-align: middle;
  background: #FBEED3;
}
.body-form-detail .table {
  margin-bottom: 0;
}
.body-form-detail .box-footer p {
  margin-bottom: 7rem;
}
/*
.body-form-detail .btn-success {
  display: block;
  padding: 2rem clamp(5rem, 3.786rem + 3.236vw, 10rem);
  margin: clamp(0.5rem, -0.107rem + 1.618vw, 3rem) auto 0;
  font-size: clamp(1.8rem, 1.751rem + 0.129vw, 2rem);
  font-weight: 400;
  color: #fff;
  background: var(--mainColor);
  border-color: var(--mainColor);
  transition: 0.3s;
  border-radius: 4rem;
  ;
}
.body-form-detail .btn-success:hover {
  color: var(--mainColor);
  background: #fff;
  border-color: var(--mainColor);
}
.body-form-detail .btn-success + p {
  text-align: center;
}
.body-form-detail .btn-success + p a {
  color: var(--mainColor);
  text-decoration: underline;
}
*/
.body-form-detail #formInview, .body-form-detail #siEntryForm {
  margin-bottom: clamp(2rem, 1.757rem + 0.647vw, 3rem);
}
.body-form-detail table.entry > tbody > tr > th {
  padding-left: clamp(2rem, 1.757rem + 0.647vw, 3rem);
}
.body-form-detail .form-control {
  margin-bottom: 0;
}
.body-form-detail td.col-xs-1 {
  vertical-align: middle;
  padding-right: 0;
}
.body-form-detail .single span {
  padding: clamp(0.5rem, 0.379rem + 0.324vw, 1rem);
  font-size: clamp(1.4rem, 1.351rem + 0.129vw, 1.6rem);
}
@media screen and (max-width:559px) {
  .body-form-detail .btn-success + p {
    text-align: left;
  }
  .body-form-detail .btn-success {
    width: 100%;
  }
  .body-form-detail td.col-xs-1 {
    padding-right: 0.5rem;
    font-size: 1.6rem;
  }
}