/* Google Font */
:root {
  --primaryColor: "#fdb813";
}
* {
  font-family: "Poppins", sans-serif;
}
/* *,
html,
body {
  font-family: var(--font-app-family);
} */

/* Select User Profile Option Page */

.select-card.select-card--user-option:hover {
  border: 2px solid #fdb813;
}

.spinner-border.text-light {
  color: #f8f9fa !important;
}
.btn-primary:disabled {
  background-color: #fdb813;
  border-color: #fdb813;
}
.profile-dropdown {
  cursor: pointer;
}
.profile-dropdown + .dropdown-menu {
  right: auto !important;
  width: 280px;
}

/* Button */
.btn:disabled {
  cursor: not-allowed;
}

/* Selectbox */
.custom-select.bello-select {
  border: none;
  padding: 0;
}
.custom-select.bello-select.invalid-control .bello-select__control {
  border: 1px solid #dc3545;
}
.custom-select .bello-select__control {
  min-height: 48px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #667080;
}
.custom-select .bello-select__control.bello-select__control--is-focused {
  border: 2px solid #b8b8b8;
  box-shadow: none;
}

/* Spinner Loader */

.spinner-wrapper {
  position: relative;
  z-index: 1;
}

/* Toaster */
.Toastify {
  font-size: 0.92em;
}
