@charset "utf-8";
/* CSS Document */
/************ nice-select styles ***************/



.faq-form-box form .nice-select {
  background: var(--thm-primary); /* #eff7f8 */
  color: var(--thm-black); /*  #2b2f33 */
  border: 1px solid #d9e3e4;
}
.faq-form-box form .nice-select .current {
  color: var(--thm-black);
}
.nice-select.error {
  border: 1px solid #dc3545 !important;
  border-radius: 4px;
}
.nice-select + .error-msg {
  display: block;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}
.toast-container {
  z-index: 2147483647;
}
#mainToast.toast {
  position: relative;
  max-width: 350px;
  background-color: #198754; /* bootstrap green */
  color: #fff;
  padding: 0.75rem;
  border-radius: 0.25rem;
}
#mainToast.toast.show {
  display: block !important;
  opacity: 1 !important;
}
.toast-container {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 2147483647;
}