@charset "UTF-8";
/* _variables.scss */
/* === Farben === */
/* === Overlay-Farbe für Modale === */
/* === Breakpoints === */
/* === Card Größen: Mobile Small (≤ 480 px) === */
/* === Typografie Mobile === */
/* Buttons */
/* Animation */
/* === Text Shadow === */
/* === Card Größen === */
/* Utility Klassen */
.disNone {
  display: none !important;
}

.disFlex, .custom-modal .modal-content .modal-actions button {
  display: flex !important;
}

.disBlock {
  display: block !important;
}

.flexRow {
  display: flex !important;
  flex-direction: row;
}

.flexCol {
  display: flex !important;
  flex-direction: column;
}

.spaceB {
  justify-content: space-between !important;
}

.fBold {
  font-weight: bold;
}

.scroll, .reiseplaner-widget .fillerContainer.icons-scroll-container, .reiseplaner-widget .vorschlaege .overflowYauto, .reiseplaner-widget .vorschlaege.vorschlag1 .card-body, .reiseplaner-widget .vorschlaege.vorschlag2 .card-body, .reiseplaner-widget .vorschlaege.vorschlag3 .card-body, .summary-list {
  scrollbar-width: thin;
  scrollbar-color: #05164d rgba(244, 244, 244, 0.3);
}
.scroll::-webkit-scrollbar, .reiseplaner-widget .fillerContainer.icons-scroll-container::-webkit-scrollbar, .reiseplaner-widget .vorschlaege .overflowYauto::-webkit-scrollbar, .reiseplaner-widget .vorschlaege.vorschlag1 .card-body::-webkit-scrollbar, .reiseplaner-widget .vorschlaege.vorschlag2 .card-body::-webkit-scrollbar, .reiseplaner-widget .vorschlaege.vorschlag3 .card-body::-webkit-scrollbar, .summary-list::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.scroll::-webkit-scrollbar-track, .reiseplaner-widget .fillerContainer.icons-scroll-container::-webkit-scrollbar-track, .reiseplaner-widget .vorschlaege .overflowYauto::-webkit-scrollbar-track, .reiseplaner-widget .vorschlaege.vorschlag1 .card-body::-webkit-scrollbar-track, .reiseplaner-widget .vorschlaege.vorschlag2 .card-body::-webkit-scrollbar-track, .reiseplaner-widget .vorschlaege.vorschlag3 .card-body::-webkit-scrollbar-track, .summary-list::-webkit-scrollbar-track {
  background: rgba(244, 244, 244, 0.3);
  border-radius: 4px;
}
.scroll::-webkit-scrollbar-thumb, .reiseplaner-widget .fillerContainer.icons-scroll-container::-webkit-scrollbar-thumb, .reiseplaner-widget .vorschlaege .overflowYauto::-webkit-scrollbar-thumb, .reiseplaner-widget .vorschlaege.vorschlag1 .card-body::-webkit-scrollbar-thumb, .reiseplaner-widget .vorschlaege.vorschlag2 .card-body::-webkit-scrollbar-thumb, .reiseplaner-widget .vorschlaege.vorschlag3 .card-body::-webkit-scrollbar-thumb, .summary-list::-webkit-scrollbar-thumb {
  background: #05164d;
  border-radius: 4px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.scroll::-webkit-scrollbar-thumb:hover, .reiseplaner-widget .fillerContainer.icons-scroll-container::-webkit-scrollbar-thumb:hover, .reiseplaner-widget .vorschlaege .overflowYauto::-webkit-scrollbar-thumb:hover, .reiseplaner-widget .vorschlaege.vorschlag1 .card-body::-webkit-scrollbar-thumb:hover, .reiseplaner-widget .vorschlaege.vorschlag2 .card-body::-webkit-scrollbar-thumb:hover, .reiseplaner-widget .vorschlaege.vorschlag3 .card-body::-webkit-scrollbar-thumb:hover, .summary-list::-webkit-scrollbar-thumb:hover {
  background: rgb(1.8902439024, 8.3170731707, 29.1097560976);
}

/* _animations.scss */
/* === Animationen === */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes scrollPulse {
  0%, 100% {
    opacity: 0.6;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(3px);
  }
}
/* === Animations-Klassen === */
.slide-in-right {
  animation: slideInRight 0.5s ease-out;
}

.slide-in-left {
  animation: slideInLeft 0.5s ease-out;
}

.scroll-indicator {
  animation: scrollPulse 2s infinite;
}

.loader {
  font-size: 15px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
  margin: auto;
}

.loader-card {
  display: flex;
  flex-direction: column;
  max-width: 220px;
  width: 100%;
  min-height: 200px;
  border-radius: 12px;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
}

.loader-card:hover {
  display: flex;
  flex-direction: column;
  max-width: 220px;
  width: 100%;
  min-height: 200px;
  border-radius: 12px;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
}

@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #05164d, 1.8em -1.8em 0 0em rgba(5, 22, 77, 0.1), 2.5em 0em 0 0em rgba(5, 22, 77, 0.1), 1.75em 1.75em 0 0em rgba(5, 22, 77, 0.1), 0em 2.5em 0 0em rgba(5, 22, 77, 0.1), -1.8em 1.8em 0 0em rgba(5, 22, 77, 0.1), -2.6em 0em 0 0em rgba(5, 22, 77, 0.05), -1.8em -1.8em 0 0em rgba(5, 22, 77, 0.02);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(5, 22, 77, 0.02), 1.8em -1.8em 0 0em #05164d, 2.5em 0em 0 0em rgba(5, 22, 77, 0.1), 1.75em 1.75em 0 0em rgba(5, 22, 77, 0.1), 0em 2.5em 0 0em rgba(5, 22, 77, 0.1), -1.8em 1.8em 0 0em rgba(5, 22, 77, 0.1), -2.6em 0em 0 0em rgba(5, 22, 77, 0.1), -1.8em -1.8em 0 0em rgba(5, 22, 77, 0.05);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(5, 22, 77, 0.05), 1.8em -1.8em 0 0em rgba(5, 22, 77, 0.02), 2.5em 0em 0 0em #05164d, 1.75em 1.75em 0 0em rgba(5, 22, 77, 0.1), 0em 2.5em 0 0em rgba(5, 22, 77, 0.1), -1.8em 1.8em 0 0em rgba(5, 22, 77, 0.1), -2.6em 0em 0 0em rgba(5, 22, 77, 0.1), -1.8em -1.8em 0 0em rgba(5, 22, 77, 0.1);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(5, 22, 77, 0.1), 1.8em -1.8em 0 0em rgba(5, 22, 77, 0.05), 2.5em 0em 0 0em rgba(5, 22, 77, 0.02), 1.75em 1.75em 0 0em #05164d, 0em 2.5em 0 0em rgba(5, 22, 77, 0.1), -1.8em 1.8em 0 0em rgba(5, 22, 77, 0.1), -2.6em 0em 0 0em rgba(5, 22, 77, 0.1), -1.8em -1.8em 0 0em rgba(5, 22, 77, 0.1);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(5, 22, 77, 0.1), 1.8em -1.8em 0 0em rgba(5, 22, 77, 0.1), 2.5em 0em 0 0em rgba(5, 22, 77, 0.05), 1.75em 1.75em 0 0em rgba(5, 22, 77, 0.02), 0em 2.5em 0 0em #05164d, -1.8em 1.8em 0 0em rgba(5, 22, 77, 0.1), -2.6em 0em 0 0em rgba(5, 22, 77, 0.1), -1.8em -1.8em 0 0em rgba(5, 22, 77, 0.1);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(5, 22, 77, 0.1), 1.8em -1.8em 0 0em rgba(5, 22, 77, 0.1), 2.5em 0em 0 0em rgba(5, 22, 77, 0.1), 1.75em 1.75em 0 0em rgba(5, 22, 77, 0.05), 0em 2.5em 0 0em rgba(5, 22, 77, 0.02), -1.8em 1.8em 0 0em #05164d, -2.6em 0em 0 0em rgba(5, 22, 77, 0.1), -1.8em -1.8em 0 0em rgba(5, 22, 77, 0.1);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(5, 22, 77, 0.1), 1.8em -1.8em 0 0em rgba(5, 22, 77, 0.1), 2.5em 0em 0 0em rgba(5, 22, 77, 0.1), 1.75em 1.75em 0 0em rgba(5, 22, 77, 0.1), 0em 2.5em 0 0em rgba(5, 22, 77, 0.05), -1.8em 1.8em 0 0em rgba(5, 22, 77, 0.02), -2.6em 0em 0 0em #05164d, -1.8em -1.8em 0 0em rgba(5, 22, 77, 0.1);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(5, 22, 77, 0.1), 1.8em -1.8em 0 0em rgba(5, 22, 77, 0.1), 2.5em 0em 0 0em rgba(5, 22, 77, 0.1), 1.75em 1.75em 0 0em rgba(5, 22, 77, 0.1), 0em 2.5em 0 0em rgba(5, 22, 77, 0.1), -1.8em 1.8em 0 0em rgba(5, 22, 77, 0.05), -2.6em 0em 0 0em rgba(5, 22, 77, 0.02), -1.8em -1.8em 0 0em #05164d;
  }
}
.reiseplaner-widget .noUi-connect {
  background: #05164d;
}
.reiseplaner-widget .noUi-value {
  font-size: 12px;
  margin-top: 10px;
}
.reiseplaner-widget .output {
  background-color: #05164d;
  color: white;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  font-weight: bold;
  margin: auto;
  margin-top: 50px;
}
.reiseplaner-widget .slider-wrapper {
  width: 100% !important;
  background-color: transparent;
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
}

.tooltip {
  position: absolute;
  bottom: 100%;
  transform: translate(0, 10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(5, 22, 77, 0.9);
  color: #ffffff;
  padding: 0.5rem;
  border-radius: 4px;
  font-size: 0.85rem;
  line-height: 1.4;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  transition: all 0.3s ease 1s;
  z-index: 10;
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
  cursor: not-allowed;
}

.tooltip-wrapper .tooltip-text {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 13px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip nur zeigen, wenn der Button disabled ist */
.tooltip-wrapper:hover:has(button:disabled) .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* Deaktivierter Button – keine Events */
button:disabled {
  pointer-events: none;
}

/* Info-Icons */
.info-icon {
  z-index: 99;
  position: relative;
  width: 18px;
  height: 18px;
  background: #05164d;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  cursor: help;
  transition: all 0.3s ease;
  z-index: 15;
  border: 2px solid #ffffff;
  margin: 5px;
}
@media (min-width: 1024px) {
  .info-icon {
    left: 190px;
    bottom: 10px;
  }
}
@media (max-width: 480px) {
  .info-icon {
    left: 19vw;
    bottom: 10px;
  }
}

.card:hover .info-icon, .reiseplaner-widget .vorschlaege:hover .info-icon,
.textCard:hover .info-icon {
  background: rgb(9.6646341463, 42.5243902439, 148.8353658537);
  transform: scale(1.4);
  box-shadow: 0 4px 12px rgba(5, 22, 77, 0.4);
  border-color: hsl(0, 0%, 100.6862745098%);
}

.card.selected .info-icon, .reiseplaner-widget .selected.vorschlaege .info-icon,
.selected.textCard .info-icon {
  background: #49a66a;
  border: 2px solid #ffffff;
  width: 20px;
  height: 20px;
}

.summaryDiv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
}
.summaryDiv p {
  margin-top: 0;
  padding-top: 0;
}
.summaryDiv .inputContainer {
  margin-top: 0;
  padding-top: 0;
}

.summary-list {
  height: 80%;
  max-height: 500px;
  margin-left: 30px;
  list-style-type: none;
  padding-inline-start: 15px;
  overflow-y: auto;
  overflow-x: clip;
  padding-left: 0;
  width: 100%;
  max-width: 450px;
}
.summary-list li {
  padding: 5px 0;
  width: 95%;
}
.summary-list span {
  font-weight: bold;
}

.inputContainer {
  width: 100%;
  max-width: 600px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inputContainer p {
  font-size: 15px;
  font-weight: bold !important;
}
.inputContainer textarea {
  width: 100%;
  height: 100px;
  padding: 5px;
  border-radius: 5px;
  resize: vertical;
  margin-top: -5px;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: #ffffff;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
@media (max-width: 768px) {
  body {
    overflow: scroll !important;
  }
}
@media (max-width: 480px) {
  body {
    overflow: scroll !important;
  }
}

/* Basis */
.bg-layer {
  position: fixed;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 900ms ease;
  pointer-events: none;
  z-index: -1;
  will-change: opacity, transform;
  transform-origin: center center;
  backface-visibility: hidden;
}

/* Nur Sichtbarkeit, KEINE Animation mehr hier */
.bg-layer.is-visible {
  opacity: 1;
}

/* Zoom separat */
.bg-layer.is-zooming {
  animation: bg-slow-zoom 30s ease-in-out forwards;
}

@keyframes bg-slow-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
@media (prefers-reduced-motion: reduce) {
  .bg-layer {
    transition: none;
    animation: none;
  }
}
/* === FilterWizard Hauptstyles === */
.reiseplaner-widget {
  /* Root */
  /* Layout */
  /* Reisegruppe Section */
  /* Icons Container */
  /* Cards System */
  /* Card */
  /* Buttons & Navigation */
  /* Input Components */
  /* Interaktive Elemente */
  /* Fehlermeldungen */
  /* Card – Freitext-Variante */
  /* GLOBAL: Container & Typo mobil */
  /* Card-System mobil */
  /* Icon-Scroller mobil */
  /* Input-Felder mobil */
  /* Vorschläge + Slider mobil */
  /* Text Shadow-Ausnahme mobil */
  /* Filler-Icons mobil */
  /* Freitext-Textarea */
  /* Vorschläge-Karten */
  /* Summary-Slider Status */
}
.reiseplaner-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #05164d;
  position: relative;
}
.reiseplaner-widget *,
.reiseplaner-widget *::before,
.reiseplaner-widget *::after {
  box-sizing: border-box;
}
.reiseplaner-widget .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  max-height: 100vh;
  margin: 0 auto;
  padding: 1rem;
  gap: 1.5rem;
  overflow: scroll;
  scrollbar-width: none;
}
@media (max-width: 768px) {
  .reiseplaner-widget .container {
    padding: 0.5rem;
    gap: 1rem;
    max-width: 100%;
    overflow-x: hidden;
  }
}
.reiseplaner-widget .filler {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1110px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(5, 22, 77, 0.08);
  overflow: visible;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.reiseplaner-widget .filler .aP {
  margin: 0;
  padding: 20px 20px 10px 20px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #05164d;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .reiseplaner-widget .filler .aP {
    padding: 15px 15px 8px 15px;
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .reiseplaner-widget .filler {
    margin: 0 0.5rem;
  }
  .reiseplaner-widget .filler .aP {
    padding: 12px 12px 6px 12px;
    font-size: 1.1rem;
  }
}
.reiseplaner-widget .fillerContainer.icons-scroll-container {
  height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 20px 25px 20px;
  position: relative;
}
.reiseplaner-widget .fillerContainer.icons-scroll-container .targetContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: calc(100% - 20px);
  padding: 10px 0;
}
.reiseplaner-widget .fillerContainer.icons-scroll-container .targetContainer svg {
  display: block;
  overflow: visible;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .reiseplaner-widget .fillerContainer.icons-scroll-container .targetContainer {
    gap: 1.2rem;
    padding: 15px 0.5rem;
  }
}
.reiseplaner-widget .fillerContainer.icons-scroll-container .scroll-indicator {
  position: absolute;
  bottom: 8px;
  right: 15px;
  color: rgba(5, 22, 77, 0.5);
  font-size: 1rem;
  pointer-events: none;
  z-index: 5;
  display: none;
}
.reiseplaner-widget .fillerContainer.icons-scroll-container .scroll-indicator::before {
  content: "↓";
}
.reiseplaner-widget .fillerContainer.icons-scroll-container .scroll-indicator.show {
  display: block;
}
@media (max-width: 768px) {
  .reiseplaner-widget .fillerContainer.icons-scroll-container .scroll-indicator {
    right: 8px;
    font-size: 0.9rem;
  }
}
@media (max-width: 1024px) {
  .reiseplaner-widget .fillerContainer.icons-scroll-container {
    height: 200px;
    padding: 15px 15px 20px 15px;
  }
}
@media (max-width: 768px) {
  .reiseplaner-widget .fillerContainer.icons-scroll-container {
    height: 180px;
    padding: 12px 12px 18px 12px;
  }
}
.reiseplaner-widget .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  max-width: 1200px;
}
.reiseplaner-widget .card-wrapper.cardWvorschlaege .inputDiv {
  max-height: 80vh;
  max-width: 850px;
  margin: 0;
}
@media (max-width: 480px) {
  .reiseplaner-widget .card-wrapper.cardWvorschlaege .inputDiv {
    width: 95%;
    max-width: 100vw;
    height: auto;
    max-height: 75vh;
    overflow: auto;
  }
}
@media (max-width: 1024px) {
  .reiseplaner-widget .card-wrapper.groupSelectCont {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}
@media (max-width: 768px) {
  .reiseplaner-widget .card-wrapper.groupSelectCont {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    margin: 0 0.5rem;
  }
}
.reiseplaner-widget .groupSelectCont {
  display: flex;
}
.reiseplaner-widget .groupSelectCont .card, .reiseplaner-widget .groupSelectCont .vorschlaege, .reiseplaner-widget .groupSelectCont .textCard {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.reiseplaner-widget .groupSelectCont .card .card-header, .reiseplaner-widget .groupSelectCont .vorschlaege .card-header, .reiseplaner-widget .groupSelectCont .textCard .card-header {
  height: 75px;
  margin-bottom: 10px;
}
.reiseplaner-widget .card, .reiseplaner-widget .vorschlaege, .reiseplaner-widget .textCard {
  display: flex;
  flex-direction: column;
  max-width: 220px;
  width: 100%;
  min-height: 200px;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 3px 8px rgba(5, 22, 77, 0.03);
  overflow: visible;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.reiseplaner-widget .card .card-header, .reiseplaner-widget .vorschlaege .card-header, .reiseplaner-widget .textCard .card-header {
  flex-shrink: 0;
  padding: 1rem 0.75rem 1.5rem 0.75rem;
  padding-bottom: 0.5rem;
}
.reiseplaner-widget .card .card-header :not(.ageGroups), .reiseplaner-widget .vorschlaege .card-header :not(.ageGroups), .reiseplaner-widget .textCard .card-header :not(.ageGroups) {
  overflow: hidden;
}
.reiseplaner-widget .card .card-header h2, .reiseplaner-widget .vorschlaege .card-header h2, .reiseplaner-widget .textCard .card-header h2 {
  display: flex;
  flex-direction: column;
  margin: 0;
  text-align: center;
  font-size: 22px;
  color: #05164d;
  font-weight: bold;
}
.reiseplaner-widget .card .card-body, .reiseplaner-widget .vorschlaege .card-body, .reiseplaner-widget .textCard .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
}
.reiseplaner-widget .card .card-body svg, .reiseplaner-widget .vorschlaege .card-body svg, .reiseplaner-widget .textCard .card-body svg {
  flex-shrink: 0;
  max-height: 120px;
}
.reiseplaner-widget .card .card-footer, .reiseplaner-widget .vorschlaege .card-footer, .reiseplaner-widget .textCard .card-footer {
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  top: -10px;
  height: 0;
}
.reiseplaner-widget .card:hover, .reiseplaner-widget .vorschlaege:hover, .reiseplaner-widget .textCard:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: scale(1.04);
}
.reiseplaner-widget .card:hover .tooltip, .reiseplaner-widget .vorschlaege:hover .tooltip, .reiseplaner-widget .textCard:hover .tooltip {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.reiseplaner-widget .card.selected, .reiseplaner-widget .selected.vorschlaege, .reiseplaner-widget .selected.textCard {
  background: #cfebfc;
}
@media (max-width: 1024px) {
  .reiseplaner-widget .card, .reiseplaner-widget .vorschlaege, .reiseplaner-widget .textCard {
    max-width: 170px;
    min-height: 190px;
  }
  .reiseplaner-widget .card .card-body svg, .reiseplaner-widget .vorschlaege .card-body svg, .reiseplaner-widget .textCard .card-body svg {
    max-height: 110px;
  }
}
@media (max-width: 768px) {
  .reiseplaner-widget .card, .reiseplaner-widget .vorschlaege, .reiseplaner-widget .textCard {
    max-width: 140px;
    min-height: 180px;
  }
  .reiseplaner-widget .card .card-header, .reiseplaner-widget .vorschlaege .card-header, .reiseplaner-widget .textCard .card-header {
    padding: 0.8rem 0.5rem 1.5rem 0.5rem;
    padding-bottom: 0.5rem;
  }
  .reiseplaner-widget .card .card-header h2, .reiseplaner-widget .vorschlaege .card-header h2, .reiseplaner-widget .textCard .card-header h2 {
    font-size: 0.85rem;
  }
  .reiseplaner-widget .card .card-body svg, .reiseplaner-widget .vorschlaege .card-body svg, .reiseplaner-widget .textCard .card-body svg {
    max-height: 90px;
  }
  .reiseplaner-widget .card:active, .reiseplaner-widget .vorschlaege:active, .reiseplaner-widget .textCard:active {
    background: rgb(236.35, 236.35, 236.35);
    transform: scale(0.98);
  }
}
.reiseplaner-widget .textCard {
  align-items: flex-start;
  overflow-x: auto;
  overflow-y: visible;
}
.reiseplaner-widget .textCard p {
  margin: 0 0 0 5px;
}
.reiseplaner-widget .btn-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 1rem;
  /* Ausnahme: h2 im Card-Header ohne Shadow */
}
.reiseplaner-widget .btn-container h2 {
  margin: 0;
  font-size: 1.5rem;
  text-align: center;
  color: #ffffff;
}
.reiseplaner-widget .btn-container h3 {
  margin: 0;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .reiseplaner-widget .btn-container h3 {
    font-size: 1.1rem;
    padding: 0 1rem;
  }
}
.reiseplaner-widget .btn-container h2,
.reiseplaner-widget .btn-container h3 {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.reiseplaner-widget .btn-container .card-header h2,
.reiseplaner-widget .btn-container .card .card-header h2 {
  text-shadow: none;
}
.reiseplaner-widget .btn-span {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: 400px;
  padding: 0 0.5rem;
}
.reiseplaner-widget .btn-span button {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 39px;
  color: #ffffff;
  background: #05164d;
  box-shadow: 0 2px 4px rgba(5, 22, 77, 0.3);
}
.reiseplaner-widget .btn-span button:hover:not(:disabled) {
  background: rgb(8.1097560976, 35.6829268293, 124.8902439024);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(5, 22, 77, 0.3);
}
.reiseplaner-widget .btn-span button:disabled {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  cursor: not-allowed;
  box-shadow: 0 2px 4px rgba(204, 204, 204, 0.3);
}
.reiseplaner-widget .btn-span button#submit {
  background: #49a66a;
  box-shadow: 0 2px 4px rgba(73, 166, 106, 0.3);
}
.reiseplaner-widget .btn-span button#submit:hover:not(:disabled) {
  background: rgb(57.4225941423, 130.5774058577, 83.3807531381);
  box-shadow: 0 4px 8px rgba(73, 166, 106, 0.3);
}
@media (max-width: 768px) {
  .reiseplaner-widget .btn-span {
    flex-direction: row;
    width: calc(100% - 1rem);
    gap: 0.8rem;
    max-width: none;
    margin: 0 0.5rem;
    align-items: center;
    justify-content: center;
  }
  .reiseplaner-widget .btn-span button {
    min-width: 0;
    max-width: 170px;
    height: 45px;
    font-size: 0.9rem;
  }
  .reiseplaner-widget .btn-span button:active:not(:disabled) {
    transform: translateY(1px);
    box-shadow: 0 1px 2px rgba(5, 22, 77, 0.3);
  }
}
@media (max-width: 480px) {
  .reiseplaner-widget .btn-span button {
    width: 26vw;
  }
}
.reiseplaner-widget .inputDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  margin: 15px 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  box-shadow: 0 3px 8px rgba(5, 22, 77, 0.08);
  transition: all 0.3s ease;
}
.reiseplaner-widget .inputDiv:hover {
  box-shadow: 0 4px 12px rgba(5, 22, 77, 0.12);
}
.reiseplaner-widget .inputDiv h3 {
  font-weight: 500;
  text-align: center;
  color: #05164d;
}
.reiseplaner-widget .inputDiv input {
  width: 100%;
  max-width: 450px;
  padding: 14px 18px;
  margin-top: 10px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-size: 16px;
  color: #05164d;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.reiseplaner-widget .inputDiv input:focus {
  outline: none;
  border-color: #05164d;
  box-shadow: 0 0 0 3px rgba(5, 22, 77, 0.2);
}
.reiseplaner-widget .inputDiv input:hover:not(:focus) {
  border-color: rgb(178.5, 178.5, 178.5);
}
.reiseplaner-widget .inputDiv input::-moz-placeholder {
  color: rgb(229.5, 229.5, 229.5);
}
.reiseplaner-widget .inputDiv input::placeholder {
  color: rgb(229.5, 229.5, 229.5);
}
.reiseplaner-widget .inputDiv input.input-required {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.2);
}
.reiseplaner-widget .inputDiv .rangeContainer {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 480px) {
  .reiseplaner-widget .inputDiv .rangeContainer {
    flex-direction: column;
    width: 70%;
    align-items: center;
  }
  .reiseplaner-widget .inputDiv .rangeContainer div {
    width: 100%;
  }
  .reiseplaner-widget .inputDiv .rangeContainer input {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .reiseplaner-widget .inputDiv .rangeContainer label {
    font-size: 17px;
  }
}
.reiseplaner-widget .inputDiv .inputDiv > div:not(.slider-wrapper):not(.summary-slider):not(.vorschlaege) {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
}
.reiseplaner-widget .inputDiv .inputDiv > div:not(.slider-wrapper):not(.summary-slider):not(.vorschlaege) input {
  margin-top: auto;
}
.reiseplaner-widget .inputDiv .inputDiv > div:not(.slider-wrapper):not(.summary-slider):not(.vorschlaege) label {
  display: block;
  margin: 0 0 8px 0;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .reiseplaner-widget input {
    padding: 12px 15px;
  }
}
@media (max-width: 768px) {
  .reiseplaner-widget h3 {
    margin-bottom: 10px;
    font-size: 0.95rem;
  }
  .reiseplaner-widget input {
    padding: 10px 12px;
    font-size: 15px;
  }
}
.reiseplaner-widget .clonedItem {
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: visible;
}
.reiseplaner-widget .clonedItem:hover {
  filter: brightness(1.2) saturate(1.5);
}
.reiseplaner-widget .clonedItem.clicked {
  filter: hue-rotate(90deg) saturate(2) brightness(1.1);
}
.reiseplaner-widget .clonedItem.shrink {
  transform: scale(0);
  opacity: 0;
}
.reiseplaner-widget .dropPlaceholder {
  width: 1px;
  height: 1px;
  flex-shrink: 0;
  opacity: 0;
}
.reiseplaner-widget .question {
  margin-top: 20px;
}
.reiseplaner-widget .required-message {
  background: rgba(231, 76, 60, 0.1);
  color: #e74c3c;
  padding: 10px 15px;
  border-radius: 4px;
  margin: 10px 0;
  border: 1px solid rgba(231, 76, 60, 0.3);
  text-align: center;
  font-weight: 500;
}
.reiseplaner-widget .required-hint {
  color: #ffffff;
  font-size: 0.9rem;
  margin-bottom: 10px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.reiseplaner-widget .delete-icon {
  position: absolute;
  top: 6px;
  right: 32px;
  cursor: pointer;
}
.reiseplaner-widget .edit-icon {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
}
.reiseplaner-widget .card[data-customized=true], .reiseplaner-widget [data-customized=true].vorschlaege, .reiseplaner-widget [data-customized=true].textCard {
  border: 1px dashed rgb(92.5487804878, 128.4146341463, 244.4512195122);
}
.reiseplaner-widget .card[data-customized=true] .card-header h2, .reiseplaner-widget [data-customized=true].vorschlaege .card-header h2, .reiseplaner-widget [data-customized=true].textCard .card-header h2 {
  font-style: italic;
}
.reiseplaner-widget .card[data-customized=true] .card-body, .reiseplaner-widget [data-customized=true].vorschlaege .card-body, .reiseplaner-widget [data-customized=true].textCard .card-body {
  display: none;
}
@media (max-width: 480px) {
  .reiseplaner-widget {
    font-size: 15px;
  }
  .reiseplaner-widget .container {
    padding: 0.4rem;
    gap: 0.8rem;
  }
  .reiseplaner-widget h2 {
    font-size: 12px;
  }
  .reiseplaner-widget h3 {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .reiseplaner-widget .card-wrapper.groupSelectCont {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .reiseplaner-widget .card, .reiseplaner-widget .vorschlaege, .reiseplaner-widget .textCard {
    max-width: 26vw;
    min-height: 80px;
  }
  .reiseplaner-widget .card .card-header, .reiseplaner-widget .vorschlaege .card-header, .reiseplaner-widget .textCard .card-header {
    padding: 0.65rem 0.45rem 1.3rem;
    height: 10px !important;
    margin-bottom: 10px !important;
  }
  .reiseplaner-widget .card .card-header h2, .reiseplaner-widget .vorschlaege .card-header h2, .reiseplaner-widget .textCard .card-header h2 {
    font-size: 12px;
  }
  .reiseplaner-widget .card .card-header h3, .reiseplaner-widget .vorschlaege .card-header h3, .reiseplaner-widget .textCard .card-header h3 {
    font-size: 0.9rem;
    font-weight: bold;
  }
  .reiseplaner-widget .card .card-body svg, .reiseplaner-widget .vorschlaege .card-body svg, .reiseplaner-widget .textCard .card-body svg {
    max-height: calc(26vw - 5px);
  }
  .reiseplaner-widget .textCard {
    max-width: 100%;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .reiseplaner-widget .fillerContainer.icons-scroll-container {
    height: 160px;
    padding: 10px 10px 14px;
  }
  .reiseplaner-widget .fillerContainer.icons-scroll-container .targetContainer {
    gap: 1rem;
  }
  .reiseplaner-widget .fillerContainer.icons-scroll-container .scroll-indicator {
    font-size: 0.8rem;
    right: 6px;
  }
}
@media (max-width: 480px) {
  .reiseplaner-widget .inputDiv {
    padding: 10px;
    margin: 8px 0;
  }
  .reiseplaner-widget .inputDiv input {
    padding: 9px 11px;
    font-size: 0.9rem;
  }
  .reiseplaner-widget .inputDiv h3 {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .reiseplaner-widget .card-wrapper.cardWvorschlaege .inputDiv {
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  .reiseplaner-widget .card-wrapper.cardWvorschlaege .summary-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .reiseplaner-widget .card-wrapper.cardWvorschlaege .summary-slider .slides {
    display: flex;
    transition: transform 0.35s ease;
    will-change: transform;
  }
  .reiseplaner-widget .card-wrapper.cardWvorschlaege .summary-slider .slide {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    padding: 12px 8px 28px;
  }
  .reiseplaner-widget .card-wrapper.cardWvorschlaege .summary-slider .vorschlaege {
    z-index: 900;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .reiseplaner-widget .card-wrapper.cardWvorschlaege .summary-slider .vorschlaege .card-body {
    margin-top: 20px;
  }
  .reiseplaner-widget .card-wrapper.cardWvorschlaege .summary-slider .vorschlaege .card-body p {
    max-height: 50vh;
  }
  .reiseplaner-widget .card-wrapper.cardWvorschlaege .summary-slider .nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2;
  }
  .reiseplaner-widget .card-wrapper.cardWvorschlaege .summary-slider .nav button {
    pointer-events: auto;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(5, 22, 77, 0.15);
  }
  .reiseplaner-widget .card-wrapper.cardWvorschlaege .summary-slider .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    display: flex;
    gap: 8px;
    justify-content: center;
    z-index: 2;
  }
  .reiseplaner-widget .card-wrapper.cardWvorschlaege .summary-slider .dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #fff;
  }
  .reiseplaner-widget .card-wrapper.cardWvorschlaege .summary-slider .dots .dot.is-active {
    background: #05164d;
  }
}
@media (max-width: 480px) {
  .reiseplaner-widget .btn-container {
    height: 100%;
  }
  .reiseplaner-widget .cardWvorschlaege {
    height: 100%;
  }
  .reiseplaner-widget .cardWvorschlaege .inputDiv {
    background-color: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .reiseplaner-widget .vorschlaege {
    height: 100%;
    max-height: 75vh;
  }
  .reiseplaner-widget .vorschlaege .card-body {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .reiseplaner-widget .fillerContainer .clonedItem {
    width: 48px;
    height: 48px;
  }
  .reiseplaner-widget .fillerContainer .clonedItem image {
    width: 100%;
    height: 100%;
  }
  .reiseplaner-widget .fillerContainer .targetContainer {
    gap: 8px;
  }
}
.reiseplaner-widget textarea {
  width: 100%;
  height: 20vh;
  max-width: 550px;
  padding: 16px 20px;
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  font-size: 16px;
  color: #05164d;
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(5, 22, 77, 0.15);
  transition: all 0.3s ease;
}
.reiseplaner-widget textarea::-moz-placeholder {
  color: rgba(5, 22, 77, 0.6);
  font-style: italic;
}
.reiseplaner-widget textarea::placeholder {
  color: rgba(5, 22, 77, 0.6);
  font-style: italic;
}
.reiseplaner-widget textarea:hover:not(:focus) {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 16px rgba(5, 22, 77, 0.2);
}
.reiseplaner-widget textarea:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 0 3px rgba(5, 22, 77, 0.25), 0 6px 20px rgba(5, 22, 77, 0.25);
}
@media (max-width: 480px) {
  .reiseplaner-widget textarea {
    height: 30vh;
    margin: 2vh 1vw 2vh 1vw;
  }
}
.reiseplaner-widget .vorschlaege {
  max-width: 800px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid #ffffff;
  margin-bottom: 20px;
  padding: 0 15px 15px;
}
.reiseplaner-widget .vorschlaege.selected {
  background: #cfebfc;
}
.reiseplaner-widget .vorschlaege .card-header {
  margin-bottom: 5px;
}
.reiseplaner-widget .vorschlaege .card-header h3 {
  text-shadow: none;
}
.reiseplaner-widget .vorschlaege .overflowYauto, .reiseplaner-widget .vorschlaege.vorschlag1 .card-body, .reiseplaner-widget .vorschlaege.vorschlag2 .card-body, .reiseplaner-widget .vorschlaege.vorschlag3 .card-body {
  overflow-y: auto;
  justify-content: flex-start;
}
.reiseplaner-widget .vorschlaege .card-footer {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .reiseplaner-widget .vorschlaege p {
    padding: 0 20px;
    margin: 0;
    top: 0;
    height: 100%;
  }
}
.reiseplaner-widget .summary-slider .card.selected, .reiseplaner-widget .summary-slider .selected.textCard, .reiseplaner-widget .summary-slider .selected.vorschlaege {
  border-color: hsl(226, 85%, 38%);
}
.reiseplaner-widget .summary-slider:has(.slide.vorschlag1 .card.selected, .slide.vorschlag1 .reiseplaner-widget .selected.textCard, .reiseplaner-widget .slide.vorschlag1 .selected.textCard, .slide.vorschlag1 .reiseplaner-widget .selected.vorschlaege, .reiseplaner-widget .slide.vorschlag1 .selected.vorschlaege) .dots .dot:nth-child(1) {
  border-color: hsl(226, 85%, 38%);
}
.reiseplaner-widget .summary-slider:has(.slide.vorschlag2 .card.selected, .slide.vorschlag2 .reiseplaner-widget .selected.textCard, .reiseplaner-widget .slide.vorschlag2 .selected.textCard, .slide.vorschlag2 .reiseplaner-widget .selected.vorschlaege, .reiseplaner-widget .slide.vorschlag2 .selected.vorschlaege) .dots .dot:nth-child(2) {
  border-color: hsl(226, 85%, 38%);
}
.reiseplaner-widget .summary-slider:has(.slide.vorschlag3 .card.selected, .slide.vorschlag3 .reiseplaner-widget .selected.textCard, .reiseplaner-widget .slide.vorschlag3 .selected.textCard, .slide.vorschlag3 .reiseplaner-widget .selected.vorschlaege, .reiseplaner-widget .slide.vorschlag3 .selected.vorschlaege) .dots .dot:nth-child(3) {
  border-color: hsl(226, 85%, 38%);
}

/* Modal / Freitext-Popup (zusammengeführt) */
/* Da es außerhalb von .reiseplaner-widget erstellt ird muss es hier unten sein */
.custom-modal {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: fixed;
  inset: 0;
  display: flex;
  /* wird via Utility-Class überschrieben */
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(5, 22, 77, 0.62);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 1000;
  transition: opacity 0.25s ease;
}
.custom-modal.disNone {
  opacity: 0;
  pointer-events: none;
}
.custom-modal.disFlex, .custom-modal .modal-content .modal-actions button.custom-modal {
  opacity: 1;
}
.custom-modal .modal-content {
  font-family: inherit;
  background: #ffffff;
  color: #05164d;
  width: 100%;
  max-width: 540px;
  /* finaler Wert */
  padding: 2rem 2.2rem 2.4rem;
  border-radius: 10px;
  box-shadow: 0 6px 22px rgba(5, 22, 77, 0.15);
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin: 0 auto;
}
.custom-modal .modal-content h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
.custom-modal .modal-content textarea.customTextArea {
  font-family: inherit;
  min-height: 140px;
  padding: 1rem 1.1rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #cccccc;
  border-radius: 6px;
  resize: vertical;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.custom-modal .modal-content textarea.customTextArea::-moz-placeholder {
  color: rgb(44.6585365854, 91.0975609756, 241.3414634146);
}
.custom-modal .modal-content textarea.customTextArea::placeholder {
  color: rgb(44.6585365854, 91.0975609756, 241.3414634146);
}
.custom-modal .modal-content textarea.customTextArea:focus {
  outline: none;
  border-color: #05164d;
  box-shadow: 0 0 0 3px rgba(5, 22, 77, 0.25);
}
@media (max-width: 768px) {
  .custom-modal .modal-content textarea.customTextArea {
    min-height: 120px;
    padding: 0.9rem 0.95rem;
  }
}
.custom-modal .modal-content .modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 0.5rem;
}
.custom-modal .modal-content .modal-actions button {
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 40px;
  padding: 0 0.8rem;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(5, 22, 77, 0.25);
}
.custom-modal .modal-content .modal-actions button.btn-confirm {
  background: #05164d;
}
.custom-modal .modal-content .modal-actions button.btn-confirm:hover {
  background: rgb(2.512195122, 11.0536585366, 38.687804878);
}
.custom-modal .modal-content .modal-actions button.btn-confirm:active {
  background: rgb(1.2682926829, 5.5804878049, 19.5317073171);
  transform: scale(0.97);
}
.custom-modal .modal-content .modal-actions button.btn-cancel {
  background: #cccccc;
  color: #05164d;
}
.custom-modal .modal-content .modal-actions button.btn-cancel:hover {
  background: rgb(183.6, 183.6, 183.6);
}
.custom-modal .modal-content .modal-actions button.btn-cancel:active {
  background: rgb(173.4, 173.4, 173.4);
  transform: scale(0.97);
}
@media (max-width: 768px) {
  .custom-modal .modal-content {
    padding: 1.4rem 1.2rem 1.8rem;
  }
}
@media (max-width: 768px) {
  .custom-modal {
    padding: 0.75rem;
  }
}
@media (max-width: 480px) {
  .custom-modal {
    padding: 0.5rem;
  }
  .custom-modal .modal-content {
    padding: 1.2rem 1rem 1.6rem;
  }
  .custom-modal .modal-content h3 {
    font-size: 1.1rem;
  }
  .custom-modal .modal-content textarea.customTextArea {
    min-height: 100px;
    padding: 0.8rem 0.9rem;
    font-size: 0.9rem;
  }
  .custom-modal .modal-content .modal-actions button {
    min-width: 96px;
    height: 36px;
    font-size: 0.85rem;
  }
}/*# sourceMappingURL=main.css.map */