@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Clients.Shared/Clients.Shared.udvy8f88qj.bundle.scp.css';
@import '_content/PMS.Blazor.Shared/PMS.Blazor.Shared.nypolhizpy.bundle.scp.css';
@import '_content/Softtec.Blazor/Softtec.Blazor.h1otnd9s00.bundle.scp.css';
@import '_content/Softtec.Components/Softtec.Components.cobqcxd6cv.bundle.scp.css';

/* /Components/ImageCarousel.razor.rz.scp.css */
.carousel-wrapper[b-lu2bbfb8j9] {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 22rem);
  height: calc(var(--doc-height) - 22rem);
}

.carousel-bg[b-lu2bbfb8j9] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 1s ease-in-out;
}

.welcome-text-card[b-lu2bbfb8j9] {
  background: var(--light-transparent1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: .8rem;
  box-shadow: 0 4px 30px var(--dark-transparent1);
  border: 1px solid var(--light-transparent3);
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
  pointer-events: none;
  white-space: pre-line;
  text-align: center;
  z-index: 3;
  width: 70vw;
  padding: 5rem;
}

.welcome-text[b-lu2bbfb8j9] {
  font-size: 20px;
  font-family: var(--font-bold);
  color: var(--softtec-white)
}

@media (max-width: 1090px) {
  .carousel-wrapper[b-lu2bbfb8j9] {
    height: calc(100vh - 32rem);
    height: calc(var(--doc-height) - 32rem);
  }

  .welcome-text-card[b-lu2bbfb8j9] {
      padding: 3rem;
  }

}

@media (max-width: 850px) {
  .carousel-wrapper[b-lu2bbfb8j9] {
    height: calc(100vh - 42rem);
    height: calc(var(--doc-height) - 42rem);
  }

  .welcome-text-card[b-lu2bbfb8j9] {
    padding: 2rem;
  }


  .welcome-text[b-lu2bbfb8j9] {
    font-size: 16px;
 
  }
}


/* /Components/ImagesCarousel.razor.rz.scp.css */
.image-wrapper[b-4nbyiz9wne] {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-top-layer[b-4nbyiz9wne] {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 51, 102, 0.85);
  color: #fff;
  padding: 0.4em 1.2em;
  border-radius: 1.2em;
  font-size: 1.3em;
  font-weight: bold;
  z-index: 2;
  pointer-events: none;
}

.carousel[b-4nbyiz9wne] {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(219, 226, 232, 0.99);
  container-type: inline-size;
  container-name: carousel;
}

.slides[b-4nbyiz9wne] {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 400ms ease;
}

.slide[b-4nbyiz9wne] {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}

  .slide-img[b-4nbyiz9wne] {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

    .slide-img.default-img[b-4nbyiz9wne] {
      object-fit: contain;
      background: var(--softtec-light-blue3);
    }

.navigation[b-4nbyiz9wne] {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.nav-icon[b-4nbyiz9wne] {
  font-size: var(--font-size-20);
  color: var(--softtec-white);
  cursor: pointer;
  padding: .5rem;
  margin: .5rem;
  user-select: none;
  background: var(--light-transparent1);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: background 0.2s;
  backdrop-filter: blur(6px);
}

  .nav-icon:hover[b-4nbyiz9wne] {
    opacity: .8;
    backdrop-filter: blur(3px);
  }

.counter[b-4nbyiz9wne] {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 5px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2px 1rem;
  width: fit-content;
  color: var(--softtec-white);
  font-family: var(--font-medium);
  margin: 0 auto 1rem auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;  
  background: var(--light-transparent1);
  min-width: 8rem;
  pointer-events: none;
}

.image-top-layer-fixed[b-4nbyiz9wne] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  backdrop-filter: blur(6px);
  color: #fff;
  background: var(--light-transparent1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: .5rem;
  font-weight: bold;  
  z-index: 2;
  pointer-events: none;
  text-align: center;
  max-width: 85%
}

.room-number-text[b-4nbyiz9wne] {
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1;
}

.short[b-4nbyiz9wne] {
  font-size: 15cqi; /* 15% der Container-Breite */
}

.room-number-text.long[b-4nbyiz9wne] {
  font-size: 7cqi; /* 7% der Container-Breite */
}
/* /Components/TextDescription.razor.rz.scp.css */
.description-container[b-q6pa0mfnva] {
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.description-container > div:first-child[b-q6pa0mfnva]{
  display: flex;
  flex-direction:column;
  gap: .5rem;
}

.description-title[b-q6pa0mfnva] {
  font-family: var(--font-medium);
  font-size: var(--font-size-14);
}

.description-text[b-q6pa0mfnva] {
  transition: height 0.5s ease;
  height: fit-content;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  color: var(--softtec-medium-blue1);
  font-size: var(--font-size-10);
  margin-left: -3rem;
  line-height: 1.2;
  cursor: pointer;
}

.show-more-less-btn[b-q6pa0mfnva] {
  font-size: 12px;
  font-weight: bold;
  margin-left: -3rem;
}

@media (max-width: 1400px) {
  .description-title[b-q6pa0mfnva] {
    font-size: 12px;
  }
}

@media (max-width:1090px) {
  .show-more-less-btn[b-q6pa0mfnva],
  .description-text[b-q6pa0mfnva] {
    display: none;
  }
}

@media (max-width: 850px) {
  .description-title[b-q6pa0mfnva] {
    font-size: var(--font-size-12);
  }
}
/* /CrossCuttingConcerns/ChatbotModal.razor.rz.scp.css */
.iframe-size[b-d6mt8p8xpf] {
  width: 646px;
  height: 574px;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 650px) {
  .iframe-size[b-d6mt8p8xpf] {
    width: 100%;
  }
}
/* /CrossCuttingConcerns/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-z54cd45unn] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-z54cd45unn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


html[b-z54cd45unn], body[b-z54cd45unn] {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* /Features/BackwardCompatibility/BackwardCompatibility.razor.rz.scp.css */
.reservation-not-found-page[b-8s5hm0wonq] {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.reservation-not-found-bg[b-8s5hm0wonq] {
  width: 100%;
  max-height: calc(100vh - 15rem);
  object-fit: cover;
  object-position: center;
  display: block;
}

.reservation-not-found-message-container[b-8s5hm0wonq] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem 2rem;
  background-color: var(--softtec-white);
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.14);
}

.reservation-not-found-message-card[b-8s5hm0wonq] {
  min-width: 20rem;
  max-width: 40rem;
  text-align: center;
  color: var(--softtec-dark-blue);
  font-family: var(--font-medium);
  font-size: var(--font-size-14);
  border-radius: 0.8rem;
  border: 1px solid rgba(219, 226, 232, 0.99);
  background-color: var(--softtec-white);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.14);
  padding: 2rem;
}

@media (max-width: 850px) {
  .reservation-not-found-bg[b-8s5hm0wonq] {
    max-height: calc(100vh - 14rem);
  }

  .reservation-not-found-message-card[b-8s5hm0wonq] {
    min-width: 100%;
    padding: 2rem 1.25rem;
  }
}
/* /Features/DigitalKey/DigitalKey.razor.rz.scp.css */
.main-container[b-ea2nz8m6s2] {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: var(--softtec-medium-blue1);
}

.journey-data[b-ea2nz8m6s2] {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.mobile-key-data[b-ea2nz8m6s2] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pincodes-data[b-ea2nz8m6s2] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pincodes-data-label[b-ea2nz8m6s2] {
  text-align: center;
  font-weight: bold;
}

.journey-container[b-ea2nz8m6s2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: var(--softtec-light-blue2);
  color: var(--softtec-medium-blue1);
  padding: 1rem;
  width: 100%;
  border-radius: 8px;
}

.journey-img[b-ea2nz8m6s2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
  font-size: 16px;
}

.journey-img img[b-ea2nz8m6s2]{
  width: 6rem;
  height: auto;
}

.journey-time[b-ea2nz8m6s2] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.key-info-data-container[b-ea2nz8m6s2] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight:bold;
}

.key-info-data-container img[b-ea2nz8m6s2] {
  width: 2rem;
}

.key-unlock-container[b-ea2nz8m6s2] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  background: var(--softtec-light-blue2);
  border-radius: 8px;
  padding: 2rem;
}

.key-unlock-container label[b-ea2nz8m6s2] {
  text-align: center;
  font-weight: bold;
}

[b-ea2nz8m6s2] .door-slider {
  position: relative;
  background: var(--softtec-white);
  border-radius: 10rem;
  width: 100%;
  height: 5rem;
  padding: 0.5rem;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
}

[b-ea2nz8m6s2] .door-slider-thumb {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--softtec-medium-blue1);
  border-radius: 50%;
  cursor: grab;
  z-index: 1;
}

[b-ea2nz8m6s2] .door-slider-thumb:active {
  cursor: grabbing;
}

[b-ea2nz8m6s2] .door-slider-thumb img {
  width: 2.5rem;
  height: 2.5rem;
  pointer-events: none;
}

[b-ea2nz8m6s2] .door-slider-label {
  position: absolute;
  top: 50%;
  left: 6rem;
  transform: translateY(-50%);
  pointer-events: none;
}


[b-ea2nz8m6s2] .door-slider--loading .door-slider-thumb {
  background: var(--softtec-yellow);
  cursor: default;
  font-size: 2rem;
  color: var(--softtec-white);
}

[b-ea2nz8m6s2] .door-success {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background: var(--softtec-green);
  border-radius: 50%;
  margin: 0 auto;
  animation: door-success-in-b-ea2nz8m6s2 0.4s ease-in;
}

@keyframes door-success-in-b-ea2nz8m6s2 {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

[b-ea2nz8m6s2] .door-success img {
  width: 2.5rem;
  height: 2.5rem;
}

.text-success[b-ea2nz8m6s2] {
  color: var(--softtec-green);
}

[b-ea2nz8m6s2] .pin-code-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

[b-ea2nz8m6s2] .pin-code-door-name {
  text-align: center;
  font-size: 0.875rem;
  color: var(--softtec-medium-blue1);
}

[b-ea2nz8m6s2] .pin-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  background: var(--softtec-light-blue2);
  border-radius: 8px;
  padding: 1rem 0 1rem 2rem;
  min-height: 5.9rem;
}

[b-ea2nz8m6s2] .pin-code {
  font-size: 24px;
  color: var(--softtec-dark-blue);
  white-space: nowrap;
}

[b-ea2nz8m6s2] .pin-card-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  right: 0;
}

[b-ea2nz8m6s2] .pin-card-divider {
  width: 4px;
  height: 5.9rem;
  background-color: var(--softtec-white);
}

[b-ea2nz8m6s2] .pin-code-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1rem;
}

[b-ea2nz8m6s2] .pin-code-eye {
  width: 5.5rem;
  height: 5rem;
}
/* /Features/GuestData/GuestDataGuestView.razor.rz.scp.css */
.main-container[b-v8grw7jr25] {
  margin-bottom: 15rem;
}

  .main-container[b-v8grw7jr25]  .input-card,
  .main-container[b-v8grw7jr25]  .input-cards,
  .main-container[b-v8grw7jr25]  .condition-fields,
  .main-container[b-v8grw7jr25]  .external-info-card,
  .main-container[b-v8grw7jr25]  .markket-code-card {
    border-radius: 1rem;
    background-color: var(--softtec-light-blue2);
  }

  .main-container[b-v8grw7jr25]  .input-card,
  .main-container[b-v8grw7jr25]  .condition-fields,
  .main-container[b-v8grw7jr25]  .external-info-card,
  .main-container[b-v8grw7jr25]  .markket-code-card {
    margin-bottom: 2rem;
  }

  .main-container[b-v8grw7jr25]  label {
    color: var(--softtec-medium-blue1);
  }

  .main-container[b-v8grw7jr25]  .button-container {
    background-color: var(--softtec-white);
    margin-bottom: unset;
    position: fixed;
    bottom: 5rem;
    right: 0;
    left: 0;
  }

  .main-container[b-v8grw7jr25]  .booking-btn {
    margin: unset;
    width: fit-content;
    height: unset;
    min-height: unset;
    padding: 1rem 2rem;
  }

  .main-container .input-cards[b-v8grw7jr25] {
    display: none;
  }

  .main-container[b-v8grw7jr25]  .input-card {
    gap: 1rem;
    padding: 0 !important;
  }

  .main-container[b-v8grw7jr25]  .grid-container ::deep .input-cards ::deep p-2 {
    padding: 0 !important;
  }

  .main-container[b-v8grw7jr25]  .external-info-card label {
    font-size: 14px;
    color: var(--softtec-medium-blue1);
    font-family: var(--font-medium);
  }

  .main-container[b-v8grw7jr25]  .input-cards {
    padding: 0rem 2rem;
  }

  .main-container[b-v8grw7jr25]  .page-container .font-size-14.font-softtec-bold {
    margin-left: 0;
    margin-bottom: .5rem;
  }

[b-v8grw7jr25] .page-container {
  margin-bottom: 10rem;
}
/* /Features/GuestData/GuestDataOrdererView.razor.rz.scp.css */
.main-container[b-i3n4hz2x9l] {
  margin-bottom: 15rem;
}

  .main-container[b-i3n4hz2x9l]  .input-card,
  .main-container[b-i3n4hz2x9l]  .input-cards,
  .main-container[b-i3n4hz2x9l]  .condition-fields,
  .main-container[b-i3n4hz2x9l]  .external-info-card,
  .main-container[b-i3n4hz2x9l]  .markket-code-card {
    border-radius: 1rem;
    background-color: var(--softtec-light-blue2);
  }

  .main-container[b-i3n4hz2x9l]  .input-card,
  .main-container[b-i3n4hz2x9l]  .condition-fields,
  .main-container[b-i3n4hz2x9l]  .external-info-card,
  .main-container[b-i3n4hz2x9l]  .markket-code-card {
    margin-bottom: 2rem;
  }

  .main-container[b-i3n4hz2x9l]  label {
    color: var(--softtec-medium-blue1);
  }

  .main-container[b-i3n4hz2x9l]  .button-container {
    background-color: var(--softtec-white);
    margin-bottom: unset;
    position: fixed;
    bottom: 5rem;
    right: 0;
    left: 0;
  }

  .main-container[b-i3n4hz2x9l]  .booking-btn {
    margin: unset;
    width: fit-content;
    height: unset;
    min-height: unset;
    padding: 1rem 2rem;
  }

  .main-container .input-cards[b-i3n4hz2x9l] {
    display: none;
  }

  .main-container[b-i3n4hz2x9l]  .input-card {
    gap: 1rem;
    padding: 0 !important;
  }

  .main-container[b-i3n4hz2x9l]  .grid-container ::deep .input-cards ::deep p-2 {
    padding: 0 !important;
  }

  .main-container[b-i3n4hz2x9l]  .external-info-card label {
    font-size: 14px;
    color: var(--softtec-medium-blue1);
    font-family: var(--font-medium);
  }

  .main-container[b-i3n4hz2x9l]  .input-cards {
    padding: 0rem 2rem;
  }

  .main-container[b-i3n4hz2x9l]  .page-container .font-size-14.font-softtec-bold {
    margin-left: 0;
    margin-bottom: .5rem;
  }

  [b-i3n4hz2x9l] .page-container {
      margin-bottom: 10rem;
  }
/* /Features/GuestMap/GuestMap.razor.rz.scp.css */
.main-container[b-8xwj46t33i]  .carousel .slide {
  aspect-ratio: 3 / 2;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: flex-start; /* Bild startet oben */
  justify-content: center;
  overflow: hidden;
}

.main-container[b-8xwj46t33i]  .carousel .slide-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  display: block;
}
/* /Features/HotelHighlights/HotelHighlights.razor.rz.scp.css */
.page-container[b-n8l3dbs0xa] {
  height: 100vh;
  height: var(--doc-height);
  padding: 1rem;
}

.guest-account-hightlights > .highlight-gallery > .highlight-gallery .rc-hotel-highlights[b-n8l3dbs0xa] {
  padding: 0 !important;
}
/* /Features/ReservationNotFound/ReservationNotFound.razor.rz.scp.css */
.reservation-not-found-page[b-kb9ox0lc1e] {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.reservation-not-found-bg[b-kb9ox0lc1e] {
  width: 100%;
  max-height: calc(100vh - 15rem);
  object-fit: cover;
  object-position: center;
  display: block;
}

.reservation-not-found-message-container[b-kb9ox0lc1e] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem 2rem;
  background-color: var(--softtec-white);
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.14);
}

.reservation-not-found-message-card[b-kb9ox0lc1e] {
  min-width: 20rem;
  max-width: 40rem;
  text-align: center;
  color: var(--softtec-dark-blue);
  font-family: var(--font-medium);
  font-size: var(--font-size-14);
  border-radius: 0.8rem;
  border: 1px solid rgba(219, 226, 232, 0.99);
  background-color: var(--softtec-white);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.14);
  padding: 2rem;
}

@media (max-width: 850px) {
  .reservation-not-found-bg[b-kb9ox0lc1e] {
    max-height: calc(100vh - 14rem);
  }

  .reservation-not-found-message-card[b-kb9ox0lc1e] {
    min-width: 100%;
    padding: 2rem 1.25rem;
  }
}
/* /Features/Reservation/BilledInvoicesModal.razor.rz.scp.css */
.billed-invoice-modal-content[b-188okjc9oe] {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 80vh;
  overflow-y: auto;
}

.header-container[b-188okjc9oe] {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%
}

.headline[b-188okjc9oe] {
  grid-column: 2;
  justify-self: center;
}

.closing-x[b-188okjc9oe] {
  grid-column: 3;
  justify-self: end;
  color: var(--softtec-medium-blue1);
  cursor: pointer;
}

.billed-invoice-modal-container[b-188okjc9oe] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  justify-content: start;
  width: 100%;
  margin-top: 1rem;
}

.billed-invoice-card[b-188okjc9oe] {
  padding: 1.5rem;
  background: var(--softtec-white);
  display: flex;
  flex-direction: column;
  border: 2px solid rgba(219, 226, 232, 0.99);
  border-radius: 1rem;
  width: 30rem;
  max-width: 30rem;
  font-size: 12px;
  cursor: pointer;
}

  .billed-invoice-card:hover[b-188okjc9oe] {
    background: var(--softtec-light-blue2);
  }

.billed-invoice-row[b-188okjc9oe] {
  display: flex;
  gap: 1rem;
  position: relative;
  margin-bottom: .5rem;
}

.billed-invoice-label[b-188okjc9oe] {
  font-family: var(--font-medium);
  color: var(--softtec-medium-blue1);
  min-width: 8rem;
  text-align: left;
  width: 8.5rem;
}

.billed-invoice-value[b-188okjc9oe] {
  font-family: var(--font-regular);
  color: var(--softtec-medium-blue1);
  flex: 1 1 auto;
}

.billed-invoice-row-actions[b-188okjc9oe] {
  justify-content: flex-start;
}

.billed-invoice-download-btn[b-188okjc9oe] {
  background: none;
  border: none;
  margin-left: auto;
  margin-top: auto;
  cursor: pointer;
  padding: 0;
}

.billed-invoice-download-icon[b-188okjc9oe] {
  width: auto;
  height: 6rem;
}

@media (max-width: 1400px) {
  .billed-invoice-modal-container[b-188okjc9oe] {
    grid-template-columns: 1fr 1fr;

  }
}

@media (max-width: 950px) {
  .billed-invoice-modal-container[b-188okjc9oe] {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
/* /Features/Reservation/PaymentLinkModal.razor.rz.scp.css */
.qr-code-header[b-pj8bivg1cx] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--softtec-medium-blue1);
}

.qr-conde-header .fa-solid[b-pj8bivg1cx] {
  font-size: 2em;
}

.qr-code-content[b-pj8bivg1cx] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

.qr-code-description[b-pj8bivg1cx] {
  text-align: start;
  font-size: 12px;
  color: var(--softtec-medium-blue1);
}
/* /Features/Reservation/QRCodeModal.razor.rz.scp.css */
.qr-code-header[b-33uoj6dfw1] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--softtec-medium-blue1);
}

.qr-conde-header .fa-solid[b-33uoj6dfw1] {
  font-size: 2em;
}

.qr-code-content[b-33uoj6dfw1] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

.qr-code-description[b-33uoj6dfw1] {
  text-align: start;
  font-size: 12px;
  color: var(--softtec-medium-blue1);
}
/* /Features/Reservation/Reservation.razor.rz.scp.css */
.main-container[b-4ai6ola01c] {
  padding-top: 3rem;
  color: var(--softtec-medium-blue1);
  display: flex;
  flex-direction: column;
  gap: 3rem;
  font-size: var(--font-size-14);
  z-index: 1;
  position: relative;
  overflow-x: hidden;
}

h1[b-4ai6ola01c] {
  margin: 2rem 0 -1.5rem 0;
}

article[b-4ai6ola01c] {
    display: inherit;
    width: 100%;
    height: 100%;
}

/*section base-data-container*/
.base-data-container[b-4ai6ola01c] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  justify-content: center;
}

.base-data-card[b-4ai6ola01c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 1rem;
  padding: 1rem;
  height: 8rem;
  border: 1px solid rgba(121, 121, 121, 0);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  min-width: 20rem;
  font-size: var(--font-size-16);
}

  .base-data-card span:first-child[b-4ai6ola01c] {
    font-family: var(--font-medium);
  }

.base-data-card h2[b-4ai6ola01c] {
  font-size: var(--font-size-16);
}
  /*Endregion*/

/*QRCode*/

.qrcode-button[b-4ai6ola01c] {
  display: none;
}

@media (max-width: 800px) {
  .qrcode-button[b-4ai6ola01c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-medium);
    gap: 1rem;
    background: unset;
    border: unset;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
    padding: 1.5rem;
    cursor: pointer;
    border-radius: 1rem;
  }

    .qrcode-button span[b-4ai6ola01c] {
      font-size: 25px;
    }
 }

/*Endregion*/

/*section room-item-container*/
.room-item-container[b-4ai6ola01c] {
  display: grid;
  grid-template-columns: 4.2rem 1fr 20rem;
  width: 100%;
  border-radius: 1rem;
  border: 2px solid rgba(219, 226, 232, 0.99);
  background-color: var(--softtec-white);
  overflow: hidden;
}

  .room-item-container.no-price .room-infos[b-4ai6ola01c] {
    border-right: none;
  }
.room-status[b-4ai6ola01c] {
  color: var(--softtec-white);
  background-color: var(--softtec-medium-blue1);
  width: 4.2rem;
  border-radius: .8rem 0 0 .8rem;
  display: flex;
  flex-direction: column;
}

.room-status-icon[b-4ai6ola01c] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: .8rem 0 0 0;
  margin-bottom: -1px;
  background-color: rgba(0, 0, 0, 0.15);
}

  .room-status-icon img[b-4ai6ola01c] {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    backdrop-filter: brightness(75%);
    padding: 2px;
  }

.room-status-text[b-4ai6ola01c] {
  text-orientation: sideways;
  writing-mode: vertical-rl;
  transform: scale(-1);
  font-family: var(--font-bold);
  flex: 1;
  padding: 1rem;
  border-radius: 0 .8rem 0 0;
  color: white;
  font-weight: normal;
}

.room-infos[b-4ai6ola01c] {
  display: grid;
  flex-grow: 1;
  padding: 1.5rem;
  gap: 2rem;
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-right: 2px solid rgba(219, 226, 232, 0.99);
  height: 100%;
  column-gap: 2rem;
  row-gap: 3rem;
  position: relative;
  justify-content: center;
}

.room-info-img[b-4ai6ola01c] {
  aspect-ratio: 3 / 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .8rem;
  overflow: hidden;
  background: none;
}

  .room-info-img img[b-4ai6ola01c] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: none;
  }

.room-icon-overview[b-4ai6ola01c] {
  margin-right: auto;
  cursor: pointer;
  display: none;
}

.room-infos-container[b-4ai6ola01c] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: start;
  align-content: start;
  height: 100%;
  column-gap: 4rem;
  row-gap: 1rem;
  position: relative;
}

  .room-infos-container img[b-4ai6ola01c] {
    width: 2rem;
    height: 2rem;
  }

  .room-infos-container img:hover[b-4ai6ola01c] {
    opacity: .8;
  }

.room-info[b-4ai6ola01c] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 11rem;
  align-self: start;
}

.room-info-title[b-4ai6ola01c] {
  font-size: var(--font-size-14);
  font-family: var(--font-medium);
  color: var(--softtec-medium-blue1);
  margin: 0;
  font-weight: bold;
}

.room-info-content[b-4ai6ola01c] {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

  .room-info-content p[b-4ai6ola01c] {
    font-family: var(--font-medium);
  }

.reservation-info-overview-icon[b-4ai6ola01c] {
    display: none;
}

.room-info-content span[b-4ai6ola01c] {
  font-family: var(--font-medium);
}

  .room-info button.fa-share-nodes[b-4ai6ola01c] {
    border: none;
    background: none;
    margin-left: auto;
    display: flex;
    color: var(--softtec-medium-blue1);
    font-size: 2rem;
    width: 100%;
    cursor: pointer;
  }

    .room-info button.fa-share-nodes:hover[b-4ai6ola01c],
    .info-badge-btn:hover[b-4ai6ola01c] {
      opacity: .8;
      transition: opacity 0.2s;
    }

.room-price[b-4ai6ola01c] {
  border-radius: 0 1rem 1rem 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/*.room-price-title {
  font-size: var(--font-size-14);
  border-top-right-radius: 1rem;
  font-family: var(--font-medium);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  max-height: 5rem;
  min-height: 5rem;
  position: relative;
  width: 100%;
}*/

.room-price-buttons[b-4ai6ola01c]::before {
  content: '';
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1.4rem solid transparent;
  border-right: 1.4rem solid transparent;
  border-top: 1.4rem solid var(--softtec-medium-blue1);
}

.room-price-pay-container[b-4ai6ola01c] {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
  justify-content: center;
}

.room-price-pay[b-4ai6ola01c] {
  font-size: var(--font-size-14) !important;
}

.room-price-price[b-4ai6ola01c] {
  font-size: 22px;
  font-family: var(--font-medium);
  background-color: var(--softtec-dark-blue);
  color: var(--softtec-white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: .7;
  gap: .5rem;
  flex: 0 0 60%;
  padding: 1rem;
  flex-grow: 1;
  overflow: hidden;
}
  
.room-price-price span[b-4ai6ola01c] {
  font-size: 12px;
}

  .room-price-price p[b-4ai6ola01c] {
    font-family: var(--font-medium);
  }

.room-price-buttons[b-4ai6ola01c] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-medium);
  gap: .5rem;
  flex: 0 0 40%;
  max-height: 40%;
  border-top-right-radius: 1rem;
  padding: 1rem 0.5rem;
  position: relative;
  margin-top: 1rem;
}

  .room-price-buttons button[b-4ai6ola01c]{
    border: none;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-12);
    cursor: pointer;
    padding: .5rem;
  }

    .room-price-buttons button i[b-4ai6ola01c] {
      font-size: 2.8rem;
    }

    .room-price-buttons button img[b-4ai6ola01c] {
      width: 2.5rem;
      height: 2.5rem;
    }

    .room-price-buttons button:hover[b-4ai6ola01c] {
      opacity: .7;
    }

  .room-price-buttons .accept-offer-button[b-4ai6ola01c] {
    border-radius: .5rem;
    background-color: var(--softtec-medium-blue1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-12);
    cursor: pointer;
    padding: .5rem 3rem !important;
    color: var(--softtec-white);
  }

/* Custom Tooltip Styles */
.guest-account-links[b-4ai6ola01c] {
  position: absolute;
  top: 0;
  right: -1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.guest-account-link-hover[b-4ai6ola01c] {
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0;
  color: var(--softtec-white);
  background: var(--softtec-medium-blue1);
  padding: 0.5rem;
  border-radius: 0.6rem;
  font-size: 0.95em;
  z-index: 10;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  top: .8em;
  font-family: var(--font-medium);
  pointer-events: none;
}

.guest-account-link-arrow[b-4ai6ola01c] {
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
  right: calc(100% - 5px);
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid var(--softtec-medium-blue1);
  z-index: 11;
  top: 1rem;
  pointer-events: none;
}

.guest-account-link-container:hover .guest-account-link-hover[b-4ai6ola01c],
.guest-account-link-container:focus-within .guest-account-link-hover[b-4ai6ola01c] {
  opacity: 1;
  pointer-events: auto;
}

.guest-account-link-container:hover .guest-account-link-arrow[b-4ai6ola01c],
.guest-account-link-container:focus-within .guest-account-link-arrow[b-4ai6ola01c] {
  opacity: 1;
  pointer-events: auto;
}

.guest-account-link-container[b-4ai6ola01c] {
  position: relative;
  display: flex;
  min-height: unset;
}

.guest-account-link-hover.information[b-4ai6ola01c],
.guest-account-link-arrow.information[b-4ai6ola01c] {
  top: 1rem;
  margin-right: .5rem;
}

  .guest-account-link-container button[b-4ai6ola01c] {
    border: none;
    background: none;
    cursor: pointer;
  }

.info-badge-btn[b-4ai6ola01c] {
  position: relative;
  display: inline-block;
  padding: 0;
  background: none;
  border: none;
}

  .info-badge-btn img[b-4ai6ola01c] {
    display: block;
  }

.info-badge[b-4ai6ola01c] {
  position: absolute;
  right: -0.4rem;
  bottom: -0.4rem;
  min-width: 1.2rem;
  height: 1.2rem;
  background: var(--softtec-medium-blue1);
  color: var(--softtec-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px !important;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  z-index: 2;
  pointer-events: none;
}

  /*Start Articel Section*/
  .booked-services-container[b-4ai6ola01c] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1rem;
    justify-content: start;
  }

.booked-services-card[b-4ai6ola01c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 1rem;
  height: 10rem;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.booked-services-name[b-4ai6ola01c] {
  font-family: var(--font-medium);
  height: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 10;
}

  .booked-services-name[b-4ai6ola01c]::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 4.9rem;
    left: 50%;
    transform: translateX(-50%);
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid var(--softtec-white);
    clear: both;
  }

.booked-services-price[b-4ai6ola01c] {
  background-color: var(--softtec-dark-blue);
  color: var(--softtec-white);
  height: 50%;
  opacity: .7;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding-top: 1.5rem;
  font-family: var(--font-medium);
}


/*Endregion*/

.orderer-overview-container[b-4ai6ola01c] {
  display: flex;
  align-items: center;
  border: 2px solid rgba(219, 226, 232, 0.99);
  border-radius: 1rem;
}

.orderer-overview-placeholder[b-4ai6ola01c] {
  width: 4.2rem;
  background-color: var(--softtec-dark-blue);
  color: var(--softtec-white);
  opacity: .7;
  border-radius: 0 .8rem .8rem 0;
  padding: 2.1rem;
  height: 100%;
  align-self: stretch;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: var(--font-bold);
  height: 13rem;
  text-orientation: sideways;
  writing-mode: vertical-rl;
  transform: scale(-1);
  justify-content: center;
  font-size: var(--font-size-14);
}

.orderer-overview-infos[b-4ai6ola01c] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 1.5rem;
  font-family: var(--font-medium);
  gap: 1rem;
  width: 100%;
  margin-left: 1.5rem;
}

.orderer-overview-info[b-4ai6ola01c] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.orderer-overview-info-title[b-4ai6ola01c] {
  font-size: var(--font-size-14);
  font-family: var(--font-medium);
  color: var(--softtec-medium-blue1);
  margin: 0;
}

.orderer-overview-info-content[b-4ai6ola01c] {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.orderer-overview-info-content img[b-4ai6ola01c] {
  width: 2rem;
  height: 2rem;
}

.orderer-overview-info-content span[b-4ai6ola01c] {
  font-family: var(--font-medium);
}

.orderer-overview-info-content p[b-4ai6ola01c] {
  font-family: var(--font-medium);
}

.orderer-overview-price[b-4ai6ola01c] {
  width: 20rem;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 2px solid rgba(219, 226, 232, 0.99);
  height: 100%; 
}

.orderer-overview-price-title[b-4ai6ola01c] {
  font-family: var(--font-medium);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  flex: 0 0 50%;
  height: 5rem;
  min-height: 5rem;
}

  .orderer-overview-price-title[b-4ai6ola01c]::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 4.9rem;
    left: 50%;
    transform: translateX(-50%);
    border-left: 1.4rem solid transparent;
    border-right: 1.4rem solid transparent;
    border-top: 1.4rem solid var(--softtec-white);
    clear: both;
  }

.orderer-overview-price-price[b-4ai6ola01c] {
  background-color: var(--softtec-dark-blue);
  color: var(--softtec-white);
  opacity: .7;
  border-bottom-right-radius: 1rem;
  padding-top: 1rem;
  width: 20rem;
  text-align: center;
  flex: 0 0 50%;
  height: 8rem;
  min-height: 8rem;
  font-family: var(--font-medium);
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.orderer-billing-accounts-header[b-4ai6ola01c] {
  border-radius: 1rem;
  padding: 1rem 2rem;
  border: 1px solid rgba(121, 121, 121, 0);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
  text-align: start;
  font-family: var(--font-medium);
}

.orderer-billing-accounts-container[b-4ai6ola01c] {
  display: flex;
  border: 2px solid rgba(219, 226, 232, 0.99);
  border-radius: 1rem;
  margin-bottom: -2rem;
}

.orderer-billing-accounts-placeholder[b-4ai6ola01c] {
  width: 4.2rem;
  background-color: var(--softtec-dark-blue);
  color: var(--softtec-white);
  opacity: .7;
  border-radius: .8rem 0 0 .8rem;
  padding: 2.1rem;
  align-self: stretch;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  text-align: center;
  font-family: var(--font-bold);
  font-size: var(--font-size-14);

}

.orderer-billing-accounts-infos[b-4ai6ola01c] {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  font-family: var(--font-medium);
  text-align: start;
}

.orderer-billing-accounts[b-4ai6ola01c] {
  gap: 1rem;
  display: flex;
  align-items: center;
}


.orderer-billing-accounts-price[b-4ai6ola01c] {
  width: 20rem;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 2px solid rgba(219, 226, 232, 0.99);
  height: 100%;
}

.orderer-billing-accounts-price-price[b-4ai6ola01c] {
  background: var(--softtec-dark-blue);
  color: var(--softtec-white);
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: var(--font-medium);
  font-size: 22px;
  flex: 0 0 50%;
  max-height: 50%;
  width: 100%;
  gap: .5rem;
  opacity: .7;
  overflow: hidden;
}

  .orderer-billing-accounts-price-price p[b-4ai6ola01c] {
    font-family: var(--font-medium);
  }


.orderer-billing-accounts-price-buttons[b-4ai6ola01c] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: var(--font-medium);
  flex: 0 0 50%;
  max-height: 50%;
  border-top-right-radius: 1rem;
  gap: .5rem;
  margin-top: 1rem;
}

  .orderer-billing-accounts-price-buttons[b-4ai6ola01c]::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -1.3rem;
    left: 50%;
    transform: translateX(-50%);
    border-left: 1.4rem solid transparent;
    border-right: 1.4rem solid transparent;
    border-top: 1.4rem solid var(--softtec-medium-blue1);
    clear: both;
  }

  .orderer-billing-accounts-price-buttons button[b-4ai6ola01c] {
    border: none;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: var(--font-size-12);
    cursor: pointer;
    padding: .5rem;
  }

    .orderer-billing-accounts-price-buttons button:hover[b-4ai6ola01c] {
      opacity: .7;
    }

    .orderer-billing-accounts-price-buttons button i[b-4ai6ola01c], .orderer-billing-accounts-price-buttons button img[b-4ai6ola01c] {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2.8rem;
      width: 2rem;
    }

@media (max-width: 1400px) {
  .room-info p[b-4ai6ola01c], .orderer-overview-infos[b-4ai6ola01c], .room-info-title[b-4ai6ola01c], .orderer-overview-info-title[b-4ai6ola01c] {
    font-size: var(--font-size-12);
  }

  .base-data-card[b-4ai6ola01c], h2[b-4ai6ola01c], .base-data-card h2[b-4ai6ola01c] {
    font-size: var(--font-size-14);
  }
}

@media (max-width: 1090px) {
  .main-container[b-4ai6ola01c] {
    padding-bottom: 5rem !important;
  }

  .orderer-overview-container[b-4ai6ola01c] {
    height: fit-content;
    flex-direction: column;
  }

  article[b-4ai6ola01c] {
      display: unset;
  }

  .orderer-overview-infos[b-4ai6ola01c] {
    grid-template-columns: 1fr;
    gap: 2rem;
    font-size: var(--font-size-12);
  }

  .orderer-overview-placeholder[b-4ai6ola01c] {
    width: 100%;
    border-radius: 1rem 1rem 0 0;
    height: 5rem;
    justify-content: center;
    writing-mode: unset;
    transform: unset;
  }

  .orderer-overview-price[b-4ai6ola01c] {
    border-left: unset;
    border-top: 2px solid rgba(219, 226, 232, 0.99);
  }

  .orderer-overview-price[b-4ai6ola01c] {
    width: 100%;
  }

  .orderer-overview-price-price[b-4ai6ola01c] {
    width: 100%;
    border-bottom-left-radius: 1rem;
  }

  .orderer-overview-price-title[b-4ai6ola01c]::after {
    top: 5rem;
  }

  .room-infos[b-4ai6ola01c] {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    border-right: unset;
  }

  .room-item-container[b-4ai6ola01c] {
    display: flex;
    flex-direction: column;
    row-gap: 0;
  }

  .room-status[b-4ai6ola01c] {
    width: unset;
    flex-direction: unset;
    border-radius: .8rem .8rem 0 0;
  }

  .room-infos-container[b-4ai6ola01c] {
    grid-template-columns: 1fr;
    row-gap: 0;
    gap: 2rem;
    font-size: var(--font-size-12);
  }

  .room-info-img[b-4ai6ola01c] {
    height: 50vw;
    max-height: unset;
  }

  .room-info[b-4ai6ola01c] {
      min-height: unset !important;
  }

  .room-icon-overview[b-4ai6ola01c] {
    display: block
  }

  .room-price[b-4ai6ola01c], .orderer-billing-accounts-price-title[b-4ai6ola01c] {
    border-top: 2px solid rgba(219, 226, 232, 0.99);
    border-radius: 0;
  }

  .room-price-buttons[b-4ai6ola01c] {
    flex: 0 0 6rem;
    max-height: 6rem;
    min-height: 6rem;
  }

  .room-price-price[b-4ai6ola01c] {
    flex: 0 0 7rem;
    max-height: 7rem;
    min-height: 7rem;
    border-bottom-left-radius: 1rem;
  }

  .room-status-text[b-4ai6ola01c] {
    writing-mode: unset;
    transform: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 6rem;
    height: 5rem;
  }

  .room-status-icon[b-4ai6ola01c] {
    margin-bottom: unset;
  }

  .guest-account-links[b-4ai6ola01c] {
    top: 0;
    right: 0;
  }

  .reservation-info-overview-icon[b-4ai6ola01c] {
    display: block;
  }

  .booked-services-container[b-4ai6ola01c] {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .orderer-billing-accounts-container[b-4ai6ola01c] {
    flex-direction: column;
    height: 100%;
  }

  .orderer-billing-accounts-placeholder[b-4ai6ola01c] {
    width: 100%;
    border-radius: 1rem 1rem 0 0;
  }

  .orderer-billing-accounts-price[b-4ai6ola01c], .orderer-billing-accounts-price-title[b-4ai6ola01c], .orderer-billing-accounts-price-price[b-4ai6ola01c] {
    width: 100%;
  }

    .orderer-billing-accounts-price-title[b-4ai6ola01c]::after {
      top: 4.8rem !important;
    }

  .orderer-billing-accounts-price-price[b-4ai6ola01c] {
      border-radius: 0 0 1rem 1rem;
  }

  .orderer-billing-accounts-price[b-4ai6ola01c] {
    border-top: 2px solid rgba(219, 226, 232, 0.99);
    border-left: unset;
  }

}


@media (max-width: 850px) {
  .main-container[b-4ai6ola01c] {
    font-size: var(--font-size-12);
    padding: .5rem;
    gap: 1.5rem;
  }

  .booked-services-container[b-4ai6ola01c] {
    grid-template-columns: 1fr 1fr;
  }

  .orderer-billing-accounts-container[b-4ai6ola01c] {
      margin-bottom: -.5rem;
  }
}

@media (max-width: 450px) {
  .base-data-container[b-4ai6ola01c] {
    grid-template-columns: 1fr;
  }

  .orderer-overview-infos[b-4ai6ola01c] {
    gap: 1rem;
    padding: 1rem;
  }

  .room-infos-container[b-4ai6ola01c] {
      gap: 1rem;
  }

  .guest-account-links[b-4ai6ola01c] {
    top: 0;
    right: 0;
  }

}


.sr-only[b-4ai6ola01c] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.no-font-weight[b-4ai6ola01c] {
    font-weight: unset !important;
}
/* /Features/Reservation/ReservationDetailsModal.razor.rz.scp.css */
.reservation-details-modal[b-urjcixdgq6] {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-size: 12px;
  max-height: 80vh;
  overflow-y: auto;
}

.reservation-details-modal-header[b-urjcixdgq6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--softtec-medium-blue1);
}

  .reservation-details-modal-header .fa-solid[b-urjcixdgq6] {
    font-size: 2em;
    color: var(--softtec-medium-blue1);
  }

.reservation-details-modal-content[b-urjcixdgq6] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  }

.reservation-info[b-urjcixdgq6] {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border-radius: .8rem;
  background-color: var(--softtec-light-blue2);
  color: var(--softtec-medium-blue1);
}

.reservation-info-with-text[b-urjcixdgq6] {
  display: flex;
  flex-direction: column;
  gap: .2rem;
  padding: 1rem;
  border-radius: .8rem;
  background-color: var(--softtec-light-blue2);
  color: var(--softtec-medium-blue1);
}

.reservation-info img[b-urjcixdgq6],
.reservation-info-with-text img[b-urjcixdgq6] {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.reservation-info-title[b-urjcixdgq6] {
  font-family: var(--font-medium);
}
/* /Features/Reservation/RoomInfosModal.razor.rz.scp.css */
.d-flex[b-8e7otj5lgn] {
  color: var(--softtec-medium-blue1);
}

.room-info-modal-content[b-8e7otj5lgn] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: 70vh;
  overflow-y: auto;
  margin: 1rem 0;
  min-height: 0;
}

.room-info-modal-item[b-8e7otj5lgn] {
  display: flex;
  border: 2px solid rgba(219, 226, 232, 0.99);
  padding: 1rem;
  border-radius: 1rem;
  width: 400px;
}

.room-info-modal-item img[b-8e7otj5lgn] {
  width: 1.5rem;
  height: 2.9rem;
  margin-right: 1rem;
  flex: 0 0 1.5rem;
}


@media (max-width: 500px) {
  .room-info-modal-item[b-8e7otj5lgn] {
    width: 300px;
  }
}
/* /Features/Reservation/ShareLinkModal.razor.rz.scp.css */
.d-flex[b-gb0ydolwzt] {
  color: var(--softtec-medium-blue1);
  max-width: 50rem;
  gap: 2rem !important;
  display: flex;
}

.share-link-header[b-gb0ydolwzt] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.share-link-content[b-gb0ydolwzt] {
  display: flex;
  flex-direction: column;
  font-size: var(--font-size-12);
}

.share-link-footer[b-gb0ydolwzt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

  .share-link-footer button[b-gb0ydolwzt] {
    border: unset;
    background: var(--softtec-medium-blue1);
    color: var(--softtec-white);
    cursor: pointer;
    padding: 1rem 2rem;
    border-radius: 1rem;
    gap: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-12);
    font-family: var(--font-medium);
    width: 16rem;
  }

    .share-link-footer button span[b-gb0ydolwzt] {
      font-size: var(--font-size-14);
    }

  .share-link-footer button:hover[b-gb0ydolwzt] {
   opacity: .8;
  }
