@import '@rescover/ui-library/style';
html,
body {
  height: 100%;
}
html {
  padding-bottom: 0 !important;
}
body {
  padding-top: 0;
  background-color: #faf9fb;
}
.logo {
  top: 20px;
  left: 20px;
}
.loader {
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
}
.loader svg {
  height: auto;
  max-width: 3rem;
  stroke-linecap: round;
  width: 100%;
}
.loader circle {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: preloader;
  animation-timing-function: ease-in-out;
  fill: none;
  stroke-width: 10.5;
  transform-origin: 170px 170px;
  will-change: transform;
}
.loader circle:nth-of-type(1) {
  animation-delay: -0.15s;
  stroke-dasharray: 550px;
}
.loader circle:nth-of-type(2) {
  animation-delay: -0.3s;
  stroke-dasharray: 500px;
}
.loader circle:nth-of-type(3) {
  animation-delay: -0.45s;
  stroke-dasharray: 450px;
}
.loader circle:nth-of-type(4) {
  animation-delay: -0.6s;
  stroke-dasharray: 300px;
}
@keyframes preloader {
  50% {
    transform: rotate(360deg);
  }
}
.modal-open #bundle-app .wizard {
  filter: blur(10px);
}
.bg-accentgreenblue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--rs-accentgreenblue-rgb), var(--bs-bg-opacity)) !important;
}
