/*************************************** MODAL CSS ************************************/
.modal-body {
  background-color: #ffffff;
  padding: 45px 30px;
  border-radius: 0;
  -webkit-box-shadow: 15px 15px 49px #000000a8;
  box-shadow: 15px 15px 49px #000000a8;
}

.modal-content {
  border-radius: 6px;
  overflow: hidden;
}

.modal-body p {
  font-size: 13px;
}

.modal-body .section-title h2 {
  color: #9c523d;
}

.modal-content .close {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: #fff;
  position: absolute;
  right: 0;
  z-index: 9;
  font-size: 15px;
  opacity: 1;
  text-shadow: none;
  padding: 0px;
  filter: invert(1);
  border-radius: 0;
}

form .col-12 {
  margin-bottom: 20px;
}

.modal h2 {
  color: #141a2a;
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}

.modal h3 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}

.error_msg {
  display: none;
}

.error {
  color: red;
  font-size: 12px;
  padding-top: 5px;
}

.form-control:focus,
.form-select:focus {
  border-color: #141a2a;
  -webkit-box-shadow: 0 0 0 0.1rem #141a2a;
  box-shadow: 0 0 0 0.1rem #141a2a;
}

.modal-dialog {
  max-width: 400px;
}

/*************************************** MODAL CSS ************************************/
