:root {
  --bs-blue: #0072BC;
  --bs-body-color-rgb: 91,71,57;
}
body {
  background-color: #0072BC;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0072BC;
  --bs-btn-border-color: #0072BC;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0072BC;
  --bs-btn-hover-border-color: #00619f;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00619f;
  --bs-btn-active-border-color: #00619f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0072BC;
  --bs-btn-disabled-border-color: #0072BC;
}
#toastContainer {
  --body-bg-color-light: #008de8;
  --text-color-light: #ffffff;
}
body {
  font-family: "Prompt",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}
div:where(.swal2-container) button:where(.swal2-styled):focus-visible,
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel),
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny),
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border-radius: 1.3rem !important;
  min-width: 90px;
  box-shadow: none !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: #0072BC !important;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 1.3rem !important;
}
#spinner-div {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  backdrop-filter: blur(2px);
  background-color: rgba(0,0,0,.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.spinner-border.text-primary {
  top: 40%;
  position: fixed;
}
.hover-effect {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.hover-effect:hover {
  transform: scale(1.05);
}
.modal-content  {
  background: none;
  border: none;
  font-weight: 300;
}
.modal-backdrop {
  --bs-backdrop-opacity: 0.7;
}
.share-wrap img {
  width: 60px;
  margin-bottom: 5px;
}
.share-wrap a {
  text-decoration: none;
  color: var(--bs-modal-color);
  font-size: 0.7em;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 450px;
  }
  .share-wrap img {
    width: 65px;
  }
  .share-wrap a {
    font-size: 0.9em;
  }
}
