/* _content/BulmaUI/Components/Modal.razor.rz.scp.css */
.modal.is-hiding[b-j5g2cob1uy] {
  animation: fadeOut-b-j5g2cob1uy 250ms linear !important;
  opacity: 0;
}
.modal.is-hiding .modal-content[b-j5g2cob1uy] {
  animation: slideDown-b-j5g2cob1uy 250ms linear !important;
}
.modal.is-active[b-j5g2cob1uy] {
  animation: fadeIn-b-j5g2cob1uy 250ms linear;
}
.modal.is-active .modal-content[b-j5g2cob1uy] {
  animation: slideUp-b-j5g2cob1uy 250ms linear;
}
.modal .modal-content[b-j5g2cob1uy] {
  max-width: 90%;
}
.modal .modal-content > div[b-j5g2cob1uy] {
  overflow: auto;
}

@keyframes fadeIn-b-j5g2cob1uy {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeOut-b-j5g2cob1uy {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 0;
  }
}
@keyframes slideUp-b-j5g2cob1uy {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideDown-b-j5g2cob1uy {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}
/* _content/BulmaUI/Components/NavMenu.razor.rz.scp.css */
[b-6x9h2vnmnn] .icon-text {
  flex-wrap: nowrap !important;
}

.menu[b-6x9h2vnmnn] {
  width: fit-content;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}
.menu .menu-list[b-6x9h2vnmnn] {
  display: flex;
  flex-direction: column;
}
.menu .menu-list li[b-6x9h2vnmnn]  a:not(.is-active) {
  background-color: transparent !important;
}
.menu .bottom[b-6x9h2vnmnn] {
  margin-top: auto;
}
/* _content/BulmaUI/Components/TabNavBar.razor.rz.scp.css */
.navbar .navbar-brand[b-qnfg0soem3] {
  justify-content: space-around;
}
.navbar .navbar-brand[b-qnfg0soem3]  .icon-text {
  flex-direction: column;
  align-content: space-around;
  align-items: center;
  border-bottom: 2px solid transparent;
}
.navbar .navbar-brand[b-qnfg0soem3]  .icon-text span:not(.icon) {
  font-size: 0.7em;
  text-transform: uppercase;
}
.navbar .navbar-brand[b-qnfg0soem3]  .icon-text .icon {
  font-size: 1.3em;
}
.navbar .navbar-brand[b-qnfg0soem3]  .icon-text .icon i {
  font-weight: 300 !important;
}
.navbar .navbar-brand[b-qnfg0soem3]  .icon-text.is-active {
  border-bottom: 4px solid var(--audium-gradiant-primary-start);
}
.navbar .navbar-brand[b-qnfg0soem3]  .icon-text.is-active span.icon i {
  font-weight: 900 !important;
}
/* _content/BulmaUI/Components/TabView.razor.rz.scp.css */
.tabs ul[b-egl680eozv] {
  scroll-snap-type: x mandatory;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  height: auto;
}
.tabs ul > li[b-egl680eozv] {
  scroll-snap-align: start;
}
/* _content/BulmaUI/Elements/ButtonComponent.razor.rz.scp.css */
.is-circle[b-rtwejoi7vc] {
  border-radius: 100%;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
}
/* _content/BulmaUI/Elements/CircleButton.razor.rz.scp.css */
.circle-button[b-9hzrxwmlyh] {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.circle-button-icon[b-9hzrxwmlyh] {
  align-items: center;
  justify-content: center;
  align-content: center;
  display: flex;
  aspect-ratio: 1/1;
  border-radius: 100%;
  padding: 1em;
}
/* _content/BulmaUI/Form/SearchBar.razor.rz.scp.css */
.control.has-icons-right[b-95rvp7v39l]  .icon.is-right {
  pointer-events: all;
}
