.msg-error {
  color: #c65848;
}

.g-recaptcha {
  display: inline-block;
}

.g-recaptcha.error {
  border: solid 2px #c64848;
  padding: 0.2em;
  width: 19em;
}

#recaptcha_creditapp_val {
  width: 0px;
  height: 0px;
  border-radius: 0px;
  padding: 0px;
  border: 1px solid #fff;
}

.g-recaptcha iframe {
  width: 100%;
  height: 82px;
}

#recaptcha_creditapp_val-error {
  text-align: center;
  font-size: 13px;
  color: red;
  display: block;
}

/* Style the select element */
.custom-branch-select {
  padding-right: 30px;
  appearance: none;
  -webkit-appearance: none;
  background: url("/source/1bb4b993cf01038b1640f602c941a025/arrow_down_icon.png") no-repeat right 10px center;
  background-size: 15px 8px;
  color: #ffffff;
}
.custom-branch-select:focus,
.custom-branch-select:hover {
  color: #ffffff !important;
}

/* .accordion {
  margin: 30px 0;
} */

/* Styles for parent accordion with arrow */
.accordion-button.parent {
  padding: 10px;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #222222;
  color: #ffffff;
  position: relative;
  font-weight: 600;
  font-size: 18px;
}

/* Styles for nested accordion with arrow */
.accordion-button.nested {
  padding: 10px;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #f47421;
  color: #ffffff;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

/* Default arrow (down) */
.accordion-button::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("/source/1bb4b993cf01038b1640f602c941a025/arrow_down_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Active arrow (up) */
.accordion-button.active::after {
  background-image: url("/source/4c491252a5775f95a45738337fab2fc2/up_down_icon.png");
}

.accordion-content {
  display: none;
  padding: 30px;
  border: 1px solid #ddd;
  border-top: none;
}

.accordion-content.active {
  display: block;
}

#location-error {
  color: red;
}
