p {
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.font-poppins {
  font-family: "Poppins", sans-serif!important;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #BED630;
  --bs-btn-border-color: #BED630;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8ba301;
  --bs-btn-hover-border-color: #acc80d;
  --bs-btn-focus-shadow-rgb: 190, 214, 48;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c7e01;
  --bs-btn-active-border-color: #7c9105;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #BED630;
  --bs-btn-disabled-border-color: #BED630;
}

.clean-block.dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.title-secondary {
  color: #486284;
  font-weight: 500;
}

.card-contact-circles {
  color: white;
  /*background: #323232;*/
  background: url("../../../images/Frame%201.png?h=9f6691210521c08a2ac96dc26a7127cc") #323232;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
}

