body .mennica-aml {
  background: #eeebe4;
  padding: 26px 34px;
  margin-top: 20px;
}
body .mennica-aml h4 {
  color: #004F42;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  font-family: Figtree, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body .mennica-aml .white-box {
  background: #ffffff;
  padding: 21px 38px;
}
body .mennica-aml .white-box p {
  color: #7D7D7D;
  font-family: Figtree, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 18px;
}
body .mennica-aml .form-box {
  padding: 26px 34px;
}
body .mennica-aml .form-box p {
  color: #7D7D7D;
  font-family: Figtree, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 18px;
}
body .mennica-aml .form-box .rows-3 {
  display: flex;
  flex-wrap: wrap;
}
body .mennica-aml .form-box .rows-3 > label {
  flex: 1 1 33%;
}
body .mennica-aml .form-box .rows-3 > label:last-child {
  margin-bottom: 25px;
}
body .mennica-aml .form-box .row-input {
  display: flex;
  flex-direction: row;
}
body .mennica-aml .form-box .row-input > div {
  flex: 1;
}
body .mennica-aml .form-box .decline {
  margin-top: 35px;
}
body .mennica-aml-pep {
  background: #ffffff;
  opacity: 1;
  padding: 26px 34px;
  margin-top: 20px;
}
body .mennica-aml-pep p {
  color: #7D7D7D;
  font-family: Figtree, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 18px;
}
body .mennica-aml-pep .divider,
body .mennica-aml .divider {
  border-bottom: 3px solid #E2DED5;
  margin-top: 18px;
  margin-bottom: 18px;
}
body .mennica-aml-pep input[type=text],
body .mennica-aml input[type=text] {
  border: none !important;
  background: transparent !important;
  border-bottom: 1px solid #E2DED5 !important;
  padding-left: 10px !important;
  padding-bottom: 6px !important;
  color: black !important;
  letter-spacing: 0.28px !important;
  font-size: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin-bottom: 5px !important;
}
body .mennica-aml-pep .label-aml,
body .mennica-aml .label-aml {
  display: flex;
  align-items: center;
  letter-spacing: 0.24px;
  color: #7D7D7D;
  font-family: Figtree, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  margin-bottom: 25px;
}
body .mennica-aml-pep .label-aml:last-child,
body .mennica-aml .label-aml:last-child {
  margin-bottom: 0;
}
body .mennica-aml-pep .label-aml input[type=radio], body .mennica-aml-pep .label-aml input[type=checkbox],
body .mennica-aml .label-aml input[type=radio],
body .mennica-aml .label-aml input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  max-height: 15px;
  max-width: 15px;
  border: 1px solid #E2DED5 !important;
  transform: translateY(-0.075em);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
body .mennica-aml-pep .label-aml input[type=radio]::before, body .mennica-aml-pep .label-aml input[type=checkbox]::before,
body .mennica-aml .label-aml input[type=radio]::before,
body .mennica-aml .label-aml input[type=checkbox]::before {
  content: "";
  width: 7px;
  height: 7px;
  min-width: 7px;
  min-height: 7px;
  max-width: 7px;
  max-height: 7px;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background: #BF910C;
}
body .mennica-aml-pep .label-aml input[type=radio]:checked::before, body .mennica-aml-pep .label-aml input[type=checkbox]:checked::before,
body .mennica-aml .label-aml input[type=radio]:checked::before,
body .mennica-aml .label-aml input[type=checkbox]:checked::before {
  transform: scale(1);
}
body .mennica-aml-pep select,
body .mennica-aml select {
  background: transparent;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #E2DED5;
  padding: 5px 10px;
  padding-left: 0;
  width: 100%;
  outline: none;
  font-size: 14px;
  color: #000000;
  height: 30px;
  letter-spacing: 0.28px;
  margin-bottom: 5px;
}
body .aml-alerts .aml-alert {
  margin-top: 20px;
  background: rgb(185, 0, 0);
  color: #fff;
  padding: 20px 35px;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  border-radius: 4px;
  display: flex;
}
body .aml-alerts .aml-alert svg {
  margin-right: 15px;
}

/*# sourceMappingURL=mennica.css.map */
