/* line 1, app/assets/stylesheets/_homepage_flash.scss */
body > .alert {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/_homepage_flash.scss */
.alert-warning {
  background-color: #00f0a0 !important;
  color: #000000 !important;
  border-color: #000000 !important;
}

/* line 11, app/assets/stylesheets/_homepage_flash.scss */
.alert-primary {
  color: #000000 !important;
  background-color: #00f0a0 !important;
  border-color: #00f0a0 !important;
}

/* line 17, app/assets/stylesheets/_homepage_flash.scss */
.alert-success {
  color: #0d0208 !important;
  background-color: #10b981 !important;
  border: none !important;
  text-align: center;
}

/* line 24, app/assets/stylesheets/_homepage_flash.scss */
.alert {
  margin-bottom: 0 !important;
}

/* line 28, app/assets/stylesheets/_homepage_flash.scss */
.alert-dismissible {
  padding-right: 0 !important;
}

/* line 32, app/assets/stylesheets/_homepage_flash.scss */
.alert-dismissible .btn-close {
  position: inherit !important;
  padding: 0 !important;
}

/* line 37, app/assets/stylesheets/_homepage_flash.scss */
.df-flash-stack {
  position: fixed;
  top: auto;
  right: 1rem;
  bottom: 1rem;
  width: calc(100% - 2rem);
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 9999;
  pointer-events: none;
}

/* line 51, app/assets/stylesheets/_homepage_flash.scss */
.df-flash {
  position: relative;
  pointer-events: auto;
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  overflow: hidden;
  margin: 0 !important;
  padding: 0.85rem 2.85rem 0.95rem 0.95rem !important;
  border-radius: 14px !important;
  border: 1px solid rgba(0, 240, 160, 0.28) !important;
  color: #191a23 !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14), 0 6px 14px rgba(0, 0, 0, 0.1) !important;
  animation: df-flash-in 240ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

/* line 68, app/assets/stylesheets/_homepage_flash.scss */
.df-flash__icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  margin-top: 1px;
  background: rgba(0, 240, 160, 0.14);
  color: #0f6e56;
}

/* line 81, app/assets/stylesheets/_homepage_flash.scss */
.df-flash__content {
  font-family: var(--positivus-font);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.35;
  font-size: 0.95rem;
}

/* line 89, app/assets/stylesheets/_homepage_flash.scss */
.df-flash::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--modern-primary), var(--modern-accent));
  opacity: 0.95;
}

/* line 100, app/assets/stylesheets/_homepage_flash.scss */
.df-flash.alert-info {
  border-color: rgba(0, 240, 160, 0.35) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12), 0 0 0 6px rgba(0, 240, 160, 0.1), 0 0 18px rgba(0, 240, 160, 0.18) !important;
}

/* line 105, app/assets/stylesheets/_homepage_flash.scss */
.df-flash.alert-success {
  border-color: rgba(16, 185, 129, 0.4) !important;
}

/* line 109, app/assets/stylesheets/_homepage_flash.scss */
.df-flash.alert-success::before {
  background: linear-gradient(180deg, #10b981, #00cd70);
}

/* line 113, app/assets/stylesheets/_homepage_flash.scss */
.df-flash.alert-warning {
  border-color: rgba(185, 255, 102, 0.55) !important;
}

/* line 117, app/assets/stylesheets/_homepage_flash.scss */
.df-flash.alert-warning::before {
  background: linear-gradient(180deg, #b9ff66, #a3e635);
}

/* line 121, app/assets/stylesheets/_homepage_flash.scss */
.df-flash.alert-danger {
  border-color: rgba(230, 0, 122, 0.45) !important;
}

/* line 125, app/assets/stylesheets/_homepage_flash.scss */
.df-flash.alert-danger::before {
  background: linear-gradient(180deg, #e6007a, #830846);
}

/* line 129, app/assets/stylesheets/_homepage_flash.scss */
.df-flash__close {
  position: absolute !important;
  right: 0.85rem !important;
  top: 0.85rem !important;
  padding: 0 !important;
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0.65;
  filter: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: transparent !important;
  border: 1px solid rgba(25, 26, 35, 0.1) !important;
  cursor: pointer;
}

/* line 147, app/assets/stylesheets/_homepage_flash.scss */
.df-flash__close svg {
  color: rgba(25, 26, 35, 0.7);
}

/* line 151, app/assets/stylesheets/_homepage_flash.scss */
.df-flash__close:hover {
  opacity: 1;
  background: rgba(185, 255, 102, 0.12) !important;
  border-color: rgba(185, 255, 102, 0.55) !important;
}

/* line 157, app/assets/stylesheets/_homepage_flash.scss */
.df-flash__close:focus-visible {
  outline: 2px solid #00d18a;
  outline-offset: 2px;
}

/* line 162, app/assets/stylesheets/_homepage_flash.scss */
.df-flash.alert-success .df-flash__icon {
  background: rgba(16, 185, 129, 0.14);
  color: #0f6e56;
}

/* line 163, app/assets/stylesheets/_homepage_flash.scss */
.df-flash.alert-warning .df-flash__icon {
  background: rgba(163, 230, 53, 0.22);
  color: #3b6d11;
}

/* line 164, app/assets/stylesheets/_homepage_flash.scss */
.df-flash.alert-danger .df-flash__icon {
  background: rgba(230, 0, 122, 0.12);
  color: #830846;
}

/* line 166, app/assets/stylesheets/_homepage_flash.scss */
.df-flash__bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  border-radius: 0 3px 3px 0;
  background: #00d18a;
  opacity: 0.5;
}

/* line 176, app/assets/stylesheets/_homepage_flash.scss */
.df-flash.alert-success .df-flash__bar {
  background: #10b981;
}

/* line 177, app/assets/stylesheets/_homepage_flash.scss */
.df-flash.alert-warning .df-flash__bar {
  background: #a3e635;
  opacity: 0.6;
}

@keyframes df-flash-in {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 192, app/assets/stylesheets/_homepage_flash.scss */
  .df-flash {
    animation: none;
  }
}

@media (max-width: 450px) {
  /* line 198, app/assets/stylesheets/_homepage_flash.scss */
  .df-flash-stack {
    top: auto;
    bottom: 0.75rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: calc(100% - 1.25rem);
  }
  /* line 207, app/assets/stylesheets/_homepage_flash.scss */
  .df-flash {
    padding: 0.8rem 2.6rem 0.85rem 0.85rem !important;
    border-radius: 12px !important;
  }
  /* line 212, app/assets/stylesheets/_homepage_flash.scss */
  .df-flash::before {
    width: 5px;
  }
  /* line 216, app/assets/stylesheets/_homepage_flash.scss */
  .df-flash__close {
    right: 0.6rem !important;
    top: 0.6rem !important;
  }
}

/* line 3, app/assets/stylesheets/homepage_notices.scss */
.logout-button-form {
  margin: 0;
}

/* line 7, app/assets/stylesheets/homepage_notices.scss */
.logout-button-form .dropdown-item {
  display: block !important;
  width: 100% !important;
  padding: 10px 16px !important;
  border: none !important;
  border-radius: 8px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #191a23 !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-decoration: none !important;
  cursor: pointer !important;
  height: auto !important;
  min-height: 0 !important;
  transform: none !important;
}

/* line 29, app/assets/stylesheets/homepage_notices.scss */
.logout-button-form .dropdown-item:hover {
  background-color: rgba(185, 255, 102, 0.3) !important;
  color: #191a23 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* line 36, app/assets/stylesheets/homepage_notices.scss */
.logout-button-form .dropdown-item:focus-visible {
  outline: none !important;
  background-color: rgba(185, 255, 102, 0.22) !important;
  box-shadow: 0 0 0 3px rgba(185, 255, 102, 0.25), inset 0 0 0 1px rgba(25, 26, 35, 0.18) !important;
}
