.err {
  border: 1px solid #FF2626;
  background-color: #FFF7F7!important;
  border-bottom-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
.err_right {
  border-color: #FF2626;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #FFF7F7!important;
}
.err_text {
  color: #ff4b4b;
  font-weight: bold;
}
.form_required {
  background: #ff4b4b;
}
.form_optional {
  background: #aaa;
}
.form_required, .form_optional {
  color: #FFF;
  border-radius: 0.25em;
  font-size: 12px;
  margin-right: 0.5em;
  padding: 0.3em 0.6em;
  letter-spacing: 0.1em;
}
.err {
  border: 1px solid #FF2626;
  background-color: #FFF7F7!important;
  border-bottom-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
.cursor-pointer{
  cursor: pointer;
  cursor: hand;
}
.dropzone {
  border: 2px dotted #d8d6d6;
  text-align: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f9f9f9;
  border-radius: 0.25rem;
  font-size: 11px;
}
img {
  max-width: 100%;
}

.content-heading.dir-layer2 {
  background-color: #23b8e51c !important;
}
