/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/front/AddToCart/components/Modal/Modal.scss ***!
  \**********************************************************************************************************************************************************************/
.stachesepl-seat-planner-portal {
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: var(--stachesepl-modal-background-color, rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: spPortalAnimation 0.2s ease;
  touch-action: none;
}
.stachesepl-seat-planner-portal .react-transform-wrapper {
  animation: spPortalAnimationScale 0.2s ease;
}

@keyframes spPortalAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spPortalAnimationScale {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/front/AddToCart/components/SeatSelector/components/Container/Container.scss ***!
  \******************************************************************************************************************************************************************************************************/
.stachesepl-seat-planner-portal-container {
  max-width: 100dvw;
  max-height: 100dvh;
  box-sizing: border-box;
  overflow: hidden;
}
.stachesepl-seat-planner-portal-container-transform-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 2.75rem;
  z-index: 100;
  animation: stachesepl-seat-planner-portal-container-controls-animation 0.2s ease;
}
.stachesepl-seat-planner-portal-container-transform-controls-buttons {
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1px;
}
.stachesepl-seat-planner-portal-container-transform-controls-buttons button {
  border-radius: 0;
  height: 2.75rem;
  border: none;
  background-color: var(--stachesepl-zoom-control-button-background-color, #f4f4f4);
  color: var(--stachesepl-zoom-control-button-color, #333);
  outline: none;
  width: 100%;
  white-space: nowrap;
  flex: 1;
  padding: 0.75em 1em;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
}
.stachesepl-seat-planner-portal-container-transform-controls-buttons button:hover {
  background-color: var(--stachesepl-zoom-control-button-hover-background-color, #fff);
}
.stachesepl-seat-planner-portal-container-transform-controls-buttons button:active {
  background-color: var(--stachesepl-zoom-control-button-active-background-color, #f4f4f4);
}
.stachesepl-seat-planner-portal-container .react-transform-wrapper {
  max-width: 100dvw;
  max-height: 100dvh;
  width: 100dvw;
  height: 100dvh;
  top: 0.5rem;
}
.stachesepl-seat-planner-portal-container .react-transform-component {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

@media (min-width: 48em) {
  .stachesepl-seat-planner-portal-container-transform-controls {
    width: 31.25rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 768px) {
  .stachesepl-seat-planner-portal-container .react-transform-wrapper {
    max-height: calc(100dvh - 5.5rem);
    top: 0.55rem;
  }
  .stachesepl-seat-planner-portal-container .react-transform-component {
    border-radius: 0;
    box-shadow: none;
  }
}
@keyframes stachesepl-seat-planner-portal-container-controls-animation {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/front/AddToCart/components/SeatSelector/components/Header/components/Button/Button.scss ***!
  \******************************************************************************************************************************************************************************************************************/
.stachesepl-seat-planner-header-button {
  background-color: var(--stachesepl-header-button-background-color, #333);
  color: var(--stachesepl-header-button-color, #fff);
  border: none;
  outline: none;
  border-radius: 3px;
  padding: 0.75rem 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 500;
}
.stachesepl-seat-planner-header-button svg {
  font-size: 1rem;
  position: relative;
  top: 0.063rem;
}
.stachesepl-seat-planner-header-button:hover {
  background-color: var(--stachesepl-header-button-hover-background-color, #1c1c1c);
  color: var(--stachesepl-header-button-hover-color, #fff);
}
.stachesepl-seat-planner-header-button.secondary {
  background-color: var(--stachesepl-header-button-secondary-background-color, #eeeeee);
  color: var(--stachesepl-header-button-secondary-color, #202020);
}
.stachesepl-seat-planner-header-button.secondary:hover {
  background-color: var(--stachesepl-header-button-hover-background-color, #d5d5d5);
  color: var(--stachesepl-header-button-hover-color, #202020);
}
.stachesepl-seat-planner-header-button.stachesepl-add-to-cart-button {
  background-color: var(--stachesepl-header-button-add-to-cart-background-color, #4CAF50);
  color: var(--stachesepl-header-button--add-to-cart-color, #fff);
}
.stachesepl-seat-planner-header-button.stachesepl-add-to-cart-button:hover {
  background-color: var(--stachesepl-header-button-add-to-cart-hover-background-color, #45a049);
  color: var(--stachesepl-header-button-add-to-cart-hover-color, #fff);
}
.stachesepl-seat-planner-header-button.loading {
  color: rgba(0, 0, 0, 0) !important;
}
.stachesepl-seat-planner-header-button.loading:after {
  color: #fff;
}
.stachesepl-seat-planner-header-button:after {
  color: #fff;
}
/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/front/AddToCart/components/SeatSelector/components/Header/Header.scss ***!
  \************************************************************************************************************************************************************************************************/
.stachesepl-seat-planner-header {
  font-size: 0.875rem;
  z-index: 100;
  background-color: var(--stachesepl-header-background-color, #fff);
  color: var(--stachesepl-header-color, #333);
  font-weight: 600;
  padding: 0.75em 1.25em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 3.813rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  animation: stachesepl-seat-planner-header-animation 0.2s ease;
  box-sizing: border-box;
}
.stachesepl-seat-planner-header .stachesepl-seat-planner-header-label {
  font-size: 1rem;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .stachesepl-seat-planner-header {
    width: 37.5rem;
    left: auto;
    right: auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
@keyframes stachesepl-seat-planner-header-animation {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/front/AddToCart/components/SeatSelector/components/SeatPlan/components/Object/components/SeatObject.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.stachesepl-object-seat {
  cursor: pointer;
}
.stachesepl-object-seat.disabled {
  cursor: default;
  color: var(--stachesepl-object-seat-disabled-color, #fff) !important;
  background-color: var(--stachesepl-object-seat-disabled-bg-color, #777777) !important;
}
.stachesepl-object-seat.taken {
  cursor: default;
  color: var(--stachesepl-object-seat-taken-color, #fff) !important;
  background-color: var(--stachesepl-object-seat-taken-bg-color, #eb6651) !important;
}
.stachesepl-object-seat.selected {
  color: var(--stachesepl-object-seat-selected-color, #fff) !important;
  background-color: var(--stachesepl-object-seat-selected-bg-color, #f79a3e) !important;
}
.stachesepl-object-seat:hover:not(.disabled):not(.taken):not(.selected) {
  filter: brightness(1.2);
}

.stachesepl-modal-message {
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.stachesepl-modal-message p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--stachesepl-modal-message-text-color, #202020);
  font-weight: 500;
  text-align: center;
}
.stachesepl-modal-message button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: var(--stachesepl-modal-message-button-background-color, #eeeeee);
  color: var(--stachesepl-modal-message-button-color, #202020);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 0.875rem;
  font-weight: 500;
}
.stachesepl-modal-message button:hover {
  background-color: var(--stachesepl-modal-message-button-background-hover, #d5d5d5);
}

@starting-style {
  .stachesepl-modal-message {
    opacity: 0;
    transform: translateY(20px);
  }
}
@media screen and (max-width: 768px) {
  .stachesepl-modal-message {
    width: 100dvw;
    height: 100dvh;
    border-radius: 0;
  }
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/front/AddToCart/components/SeatSelector/components/SeatPlan/components/Object/Object.scss ***!
  \********************************************************************************************************************************************************************************************************************/
.stachesepl-object {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  user-select: none;
}

.stachesepl-object-type-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}
.stachesepl-object-type-screen-label {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.stachesepl-object-type-screen .stachesepl-screen-persepective {
  perspective: 500px;
  width: inherit;
  height: inherit;
}
.stachesepl-object-type-screen .stachesepl-screen-persepective .stachesepl-screen-vis {
  width: inherit;
  height: inherit;
  transform: rotateX(-45deg);
  width: 100%;
  height: 100%;
}
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/front/AddToCart/components/SeatSelector/components/SeatPlan/components/Workflow/Workflow.scss ***!
  \************************************************************************************************************************************************************************************************************************/
.stachesepl-workflow {
  position: relative;
}

.stachesepl-workflow-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s;
}
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/front/AddToCart/components/SeatSelector/components/Header/components/Discounts/Discounts.scss ***!
  \************************************************************************************************************************************************************************************************************************/
.stachesepl-discounts-container-outer {
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  left: 0;
  top: 0;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  overflow: auto;
}

.stachesepl-discounts-container {
  margin-top: 200px;
  margin-bottom: 200px;
  background: #fff;
  padding: 30px;
  width: 100%;
  border-radius: 12px;
  max-width: 900px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  animation: stachesepl-discount-container-animation 0.2s ease;
}
.stachesepl-discounts-container-title {
  margin: 0;
  font-size: 1.6em;
  color: #202020;
  font-weight: 500;
}
.stachesepl-discounts-container-subtitle {
  margin: 0;
  font-size: 1em;
  color: #545454;
}
.stachesepl-discounts-container .stachesepl-discounts-container-seats {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 30px 0;
}
.stachesepl-discounts-container .stachesepl-discounts-container-seats .stachesepl-discounts-container-seat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  border-radius: 8px;
  background: #fff;
}
.stachesepl-discounts-container .stachesepl-discounts-container-seats .stachesepl-discounts-container-seat .stachesepl-discounts-container-seat-label {
  font-weight: 700;
  color: #202020;
  white-space: nowrap;
}
.stachesepl-discounts-container .stachesepl-discounts-container-seats .stachesepl-discounts-container-seat select {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
  height: auto;
  cursor: pointer;
}
.stachesepl-discounts-container .stachesepl-discounts-container-total {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  font-weight: 500;
  background: #fff;
}
.stachesepl-discounts-container .stachesepl-discounts-container-total-label {
  font-size: 1.2em;
  color: #202020;
}
.stachesepl-discounts-container .stachesepl-discounts-container-total-value {
  font-size: 1.2em;
  color: #202020;
  font-weight: bold;
}
.stachesepl-discounts-container .stachesepl-add-to-cart-button {
  width: 100%;
  margin-top: 30px;
}

@keyframes stachesepl-discount-container-animation {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
@media (max-width: 782px) {
  .stachesepl-discounts-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0;
    margin-top: 56px;
    min-height: calc(100dvh - 56px);
    margin-bottom: 0;
    padding-bottom: 160px;
  }
  .stachesepl-discounts-container .stachesepl-discounts-container-total {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
  .stachesepl-discounts-container-footer {
    border-top: 1px solid #ccc;
    position: fixed;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    bottom: 0;
    animation: stachesepl-discounts-container-footer-mobile-animation 0.2s ease forwards;
    animation-delay: 0.2s;
    opacity: 0;
  }
}
@keyframes stachesepl-discounts-container-footer-mobile-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 782px) {
  .stachesepl-discounts-container .stachesepl-discounts-container-seats .stachesepl-discounts-container-seat {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
