/* Unicons */
@font-face {
  font-family: "Unicons";
  src: url("/Content/Fonts/unicons/Unicons.woff2") format("woff2"), url("/Content/Fonts/unicons/Unicons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=uil-],
[class*=" uil-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: normal;
  font-family: "Unicons" !important;
}
.btn-yellow {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #fab758;
  --bs-btn-border-color: #fab758;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #fab758;
  --bs-btn-hover-border-color: #fab758;
  --bs-btn-focus-shadow-rgb: 220, 165, 87;
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: #fab758;
  --bs-btn-active-border-color: #fab758;
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #333333;
  --bs-btn-disabled-bg: #fab758;
  --bs-btn-disabled-border-color: #fab758;
}
.btn-yellow {
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}