@charset "UTF-8";
.loader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
}
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid var(--color-neutral-dark-400);
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-bottom: 4px solid var(--color-button);
  border-left: 4px solid transparent;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.cc-hidden {
  display: none;
}
.cc-noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cc-container {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9998;
  flex-wrap: nowrap;
  height: auto;
  width: 552px;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  color: #3c465b;
  opacity: 0;
  display: none;
}
.cc-container.displayed {
  opacity: 1;
  display: flex;
  animation: fadein 2s;
}
.cc-container a {
  color: inherit;
}
.cc-box {
  display: none;
  margin: 16px;
  width: 520px;
  box-shadow: 0 4px 16px #00000029;
  padding: 16px;
  background-color: #fff;
}
.cc-title {
  font-size: 1.8em;
  font-weight: 400;
  padding: 16px 0 4px;
}
.cc-content {
  padding: 16px 0;
  min-height: 60px;
}
.cc-buttons {
  float: right;
  margin-top: 16px;
}
.cc-btn {
  display: inline-block;
  padding: 10px 12px;
  margin-left: 12px;
  line-height: 1em;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.cc-btn-settings:hover {
  background: #e9ebf0;
}
.cc-btn-reject {
  background: #c8cdd8;
  color: #000;
}
.cc-btn-reject:hover {
  background: #dadfe9;
}
.cc-btn-accept {
  background: #3c465b;
  color: #fff;
}
.cc-btn-accept:hover {
  background: #646e81;
}
.cc-categories {
  float: left;
  width: 25%;
  font-size: 1.1em;
}
.cc-categories div[role="checkbox"] {
  width: 100%;
  margin-top: 4px;
  margin-left: 8px;
}
.cc-categories span[role="link"] {
  outline: none;
  border-bottom: 1px solid #3c465b;
  padding-bottom: 0.1em;
}
.cc-category-description {
  float: right;
  width: 75%;
}
@media (max-width: 600px) {
  .cc-container,
  .cc-box {
    width: auto;
  }
  .cc-buttons {
    text-align: right;
  }
  .cc-btn-settings {
    display: block;
    clear: both;
    margin-bottom: 4px;
  }
  .cc-categories {
    float: none;
    width: 100%;
  }
  .cc-category-description {
    float: none;
    width: 100%;
    margin-top: 16px;
  }
}
.cc-container [role="checkbox"] {
  display: inline-block;
  position: relative;
  padding-left: 1.4em;
  cursor: pointer;
}
.cc-container [role="checkbox"]:before,
.cc-container [role="checkbox"]:after {
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translate(-50%, -50%);
  content: "";
}
.cc-container [role="checkbox"]:before {
  width: 14px;
  height: 14px;
  border: 2px solid #3c465b;
}
.cc-container [role="checkbox"][aria-checked="mixed"]:before,
.cc-container [role="checkbox"][aria-checked="true"]:before {
  border-color: #3c465b;
  background: #3c465b;
}
.cc-container [role="checkbox"][aria-checked="mixed"]:active:after,
.cc-container [role="checkbox"][aria-checked="true"]:after {
  display: block;
  width: 0.25em;
  height: 0.4em;
  border: solid #fff;
  border-width: 0 0.2em 0.2em 0;
  transform: translateY(-65%) translate(-50%) rotate(45deg);
}
.cc-container [role="checkbox"]:focus {
  outline: none;
}
[data-v-c2364b38]:root {
  --color-header-background: var(--color-neutral-white);
  --color-header-text: var(--color-neutral-black);
  --color-bg-basket: var(--color-neutral-dark-800);
  --color-button: #4da1f7;
  --color-button-hover: #3e84cb;
  --color-ticket-button: #4da1f7;
  --color-input-accent: #4da1f7;
  --color-badges-cart: #4da1f7;
  --color-timer: #4da1f7;
  --color-info-icon: #4da1f7;
  --color-info-icon-bg: #edf6fe;
}
.base-image img[data-v-c2364b38] {
  width: 100%;
  display: block;
}
.base-image.image-placeholder[data-v-c2364b38] {
  background: url("");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: var(--color-bg-main);
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 3/4;
}
@supports not (aspect-ratio: 3/4) {
  .base-image.image-placeholder[data-v-c2364b38]:before {
    float: left;
    padding-top: 75%;
    content: "";
  }
  .base-image.image-placeholder[data-v-c2364b38]:after {
    display: block;
    content: "";
    clear: both;
  }
}
:root {
  --color-header-background: var(--color-neutral-white);
  --color-header-text: var(--color-neutral-black);
  --color-bg-basket: var(--color-neutral-dark-800);
  --color-button: #4da1f7;
  --color-button-hover: #3e84cb;
  --color-ticket-button: #4da1f7;
  --color-input-accent: #4da1f7;
  --color-badges-cart: #4da1f7;
  --color-timer: #4da1f7;
  --color-info-icon: #4da1f7;
  --color-info-icon-bg: #edf6fe;
}
.revolute-ad-img {
  width: 100%;
  display: block;
  clip-path: inset(0 0 0 0 round 16px 16px 16px 16px);
}
.revolute-ad-div {
  border-radius: 16px;
  margin-bottom: 10px !important;
  position: relative;
}
.revolute-ad-a:hover:before {
  border: 2px solid var(--color-button);
}
.revolute-ad-a {
  display: block;
}
.revolute-ad-a:before {
  position: absolute;
  content: "";
  inset: 0;
  border: 2px solid var(--color-neutral-dark-200);
  border-radius: 16px;
  z-index: 10;
}
.payment-pending-link {
  text-decoration: underline;
  cursor: pointer;
  color: var(--color-button);
}
.payment-errors-message {
  text-indent: 10px;
  margin-bottom: 10px !important;
}
@keyframes p-component-overlay-enter-animation {
  0% {
    background-color: transparent;
  }
  to {
    background-color: var(--maskbg);
  }
}
@keyframes p-component-overlay-leave-animation {
  0% {
    background-color: var(--maskbg);
  }
  to {
    background-color: transparent;
  }
}
@keyframes p-progress-spinner-rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes p-progress-spinner-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes p-progress-spinner-color {
  to,
  0% {
    stroke: #212121;
  }
  40% {
    stroke: #212121;
  }
  66% {
    stroke: #212121;
  }
  80%,
  90% {
    stroke: #212121;
  }
}
.p-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.p-hidden-accessible input,
.p-hidden-accessible select {
  transform: scale(0);
}
.p-overflow-hidden {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}
.p-component,
.p-component * {
  box-sizing: border-box;
}
.p-hidden-space {
  visibility: hidden;
}
.p-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.p-disabled:not(#\#),
.p-disabled:not(#\#) * {
  cursor: default !important;
}
.p-disabled,
.p-disabled * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-component-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-unselectable-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-sr-only:not(#\#) {
  word-wrap: normal !important;
}
.p-sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.p-link {
  text-align: left;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-link:disabled {
  cursor: default;
}
.p-connected-overlay {
  opacity: 0;
  transform: scaleY(0.8);
  transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1),
    opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
}
.p-connected-overlay-visible {
  opacity: 1;
  transform: scaleY(1);
}
.p-connected-overlay-hidden {
  opacity: 0;
  transform: scaleY(1);
  transition: opacity 0.1s linear;
}
.p-connected-overlay-enter-from {
  opacity: 0;
  transform: scaleY(0.8);
}
.p-connected-overlay-leave-to {
  opacity: 0;
}
.p-connected-overlay-enter-active {
  transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1),
    opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
}
.p-connected-overlay-leave-active {
  transition: opacity 0.1s linear;
}
.p-toggleable-content-enter-from,
.p-toggleable-content-leave-to {
  max-height: 0;
}
.p-toggleable-content-enter-to,
.p-toggleable-content-leave-from {
  max-height: 1000px;
}
.p-toggleable-content-leave-active {
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);
}
.p-toggleable-content-enter-active {
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.5);
  }
}
.p-ripple {
  overflow: hidden;
  position: relative;
}
.p-ink {
  display: block;
  position: absolute;
  background: #ffffff80;
  border-radius: 100%;
  transform: scale(0);
  pointer-events: none;
}
.p-ink-active {
  animation: ripple 0.4s linear;
}
.p-ripple-disabled:not(#\#) .p-ink {
  display: none !important;
}
.p-overlaypanel {
  margin-top: 10px;
}
.p-overlaypanel-flipped {
  margin-top: 0;
  margin-bottom: 10px;
}
.p-overlaypanel-close {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.p-overlaypanel-enter-from {
  opacity: 0;
  transform: scaleY(0.8);
}
.p-overlaypanel-leave-to {
  opacity: 0;
}
.p-overlaypanel-enter-active {
  transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1),
    opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
}
.p-overlaypanel-leave-active {
  transition: opacity 0.1s linear;
}
.p-overlaypanel:after,
.p-overlaypanel:before {
  bottom: 100%;
  left: calc(var(--overlayArrowLeft, 0) + 1.25rem);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.p-overlaypanel:after {
  border-width: 8px;
  margin-left: -8px;
}
.p-overlaypanel:before {
  border-width: 10px;
  margin-left: -10px;
}
.p-overlaypanel-flipped:after,
.p-overlaypanel-flipped:before {
  bottom: auto;
  top: 100%;
}
.p-overlaypanel.p-overlaypanel-flipped:after {
  border-bottom-color: transparent;
}
.p-overlaypanel.p-overlaypanel-flipped:before {
  border-bottom-color: transparent;
}
.p-sidebar-mask {
  display: none;
  pointer-events: none;
  background-color: transparent;
  transition-property: background-color;
}
.p-sidebar-mask.p-component-overlay {
  pointer-events: auto;
}
.p-sidebar-visible {
  display: flex;
}
.p-sidebar {
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  transform: translateZ(0);
  position: relative;
  transition: transform 0.3s;
}
.p-sidebar-content {
  overflow-y: auto;
  flex-grow: 1;
}
.p-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.p-sidebar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.p-sidebar-full:not(#\#) .p-sidebar {
  width: 100vw !important;

  top: 0 !important;
  left: 0 !important;
}
.p-sidebar-full .p-sidebar {
  transition: none;
  transform: none;
  max-height: 100%;
}
.p-sidebar-left .p-sidebar-enter-from,
.p-sidebar-left .p-sidebar-leave-to {
  transform: translate(-100%);
}
.p-sidebar-right .p-sidebar-enter-from,
.p-sidebar-right .p-sidebar-leave-to {
  transform: translate(100%);
}
.p-sidebar-top .p-sidebar-enter-from,
.p-sidebar-top .p-sidebar-leave-to {
  transform: translateY(-100%);
}
.p-sidebar-bottom .p-sidebar-enter-from,
.p-sidebar-bottom .p-sidebar-leave-to {
  transform: translateY(100%);
}
.p-sidebar-full .p-sidebar-enter-from,
.p-sidebar-full .p-sidebar-leave-to {
  opacity: 0;
}
.p-sidebar-full .p-sidebar-enter-active,
.p-sidebar-full .p-sidebar-leave-active {
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.p-sidebar-left .p-sidebar,
.p-sidebar-right .p-sidebar {
  width: 20rem;
  height: 100%;
}
.p-sidebar-top .p-sidebar,
.p-sidebar-bottom .p-sidebar {
  height: 10rem;
  width: 100%;
}
.p-sidebar-left .p-sidebar-sm,
.p-sidebar-right .p-sidebar-sm {
  width: 20rem;
}
.p-sidebar-left .p-sidebar-md,
.p-sidebar-right .p-sidebar-md {
  width: 40rem;
}
.p-sidebar-left .p-sidebar-lg,
.p-sidebar-right .p-sidebar-lg {
  width: 60rem;
}
.p-sidebar-top .p-sidebar-sm,
.p-sidebar-bottom .p-sidebar-sm {
  height: 10rem;
}
.p-sidebar-top .p-sidebar-md,
.p-sidebar-bottom .p-sidebar-md {
  height: 20rem;
}
.p-sidebar-top .p-sidebar-lg,
.p-sidebar-bottom .p-sidebar-lg {
  height: 30rem;
}
.p-sidebar-left .p-sidebar-content,
.p-sidebar-right .p-sidebar-content,
.p-sidebar-top .p-sidebar-content,
.p-sidebar-bottom .p-sidebar-content {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 64em) {
  .p-sidebar-left .p-sidebar-lg,
  .p-sidebar-left .p-sidebar-md,
  .p-sidebar-right .p-sidebar-lg,
  .p-sidebar-right .p-sidebar-md {
    width: 20rem;
  }
}
.p-dialog-mask.p-component-overlay {
  pointer-events: auto;
}
.p-dialog {
  max-height: 90%;
  transform: scale(1);
}
.p-dialog-content {
  overflow-y: auto;
}
.p-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.p-dialog-footer {
  flex-shrink: 0;
}
.p-dialog .p-dialog-header-icons {
  display: flex;
  align-items: center;
}
.p-dialog .p-dialog-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.p-fluid .p-dialog-footer .p-button {
  width: auto;
}
.p-dialog-enter-active {
  transition: all 0.15s cubic-bezier(0, 0, 0.2, 1);
}
.p-dialog-leave-active {
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-dialog-enter-from,
.p-dialog-leave-to {
  opacity: 0;
  transform: scale(0.7);
}
.p-dialog-top .p-dialog,
.p-dialog-bottom .p-dialog,
.p-dialog-left .p-dialog,
.p-dialog-right .p-dialog,
.p-dialog-topleft .p-dialog,
.p-dialog-topright .p-dialog,
.p-dialog-bottomleft .p-dialog,
.p-dialog-bottomright .p-dialog {
  margin: 0.75rem;
  transform: translateZ(0);
}
.p-dialog-top .p-dialog-enter-active,
.p-dialog-top .p-dialog-leave-active,
.p-dialog-bottom .p-dialog-enter-active,
.p-dialog-bottom .p-dialog-leave-active,
.p-dialog-left .p-dialog-enter-active,
.p-dialog-left .p-dialog-leave-active,
.p-dialog-right .p-dialog-enter-active,
.p-dialog-right .p-dialog-leave-active,
.p-dialog-topleft .p-dialog-enter-active,
.p-dialog-topleft .p-dialog-leave-active,
.p-dialog-topright .p-dialog-enter-active,
.p-dialog-topright .p-dialog-leave-active,
.p-dialog-bottomleft .p-dialog-enter-active,
.p-dialog-bottomleft .p-dialog-leave-active,
.p-dialog-bottomright .p-dialog-enter-active,
.p-dialog-bottomright .p-dialog-leave-active {
  transition: all 0.3s ease-out;
}
.p-dialog-top .p-dialog-enter-from,
.p-dialog-top .p-dialog-leave-to {
  transform: translate3d(0, -100%, 0);
}
.p-dialog-bottom .p-dialog-enter-from,
.p-dialog-bottom .p-dialog-leave-to {
  transform: translate3d(0, 100%, 0);
}
.p-dialog-left .p-dialog-enter-from,
.p-dialog-left .p-dialog-leave-to,
.p-dialog-topleft .p-dialog-enter-from,
.p-dialog-topleft .p-dialog-leave-to,
.p-dialog-bottomleft .p-dialog-enter-from,
.p-dialog-bottomleft .p-dialog-leave-to {
  transform: translate3d(-100%, 0, 0);
}
.p-dialog-right .p-dialog-enter-from,
.p-dialog-right .p-dialog-leave-to,
.p-dialog-topright .p-dialog-enter-from,
.p-dialog-topright .p-dialog-leave-to,
.p-dialog-bottomright .p-dialog-enter-from,
.p-dialog-bottomright .p-dialog-leave-to {
  transform: translate3d(100%, 0, 0);
}
.p-dialog-maximized:not(#\#) {
  width: 100vw !important;
 
  top: 0 !important;
  left: 0 !important;
}
.p-dialog-maximized {
  transition: none;
  transform: none;
  max-height: 100%;
  height: 100%;
}
.p-dialog-maximized .p-dialog-content {
  flex-grow: 1;
}
.p-confirm-dialog .p-dialog-content {
  display: flex;
  align-items: center;
}
.p-badge {
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  padding: 0 0.5rem;
}
.p-overlay-badge {
  position: relative;
}
.p-overlay-badge .p-badge {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0;
  margin: 0;
}
.p-badge-dot {
  width: 0.5rem;
  min-width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  padding: 0;
}
.p-badge-no-gutter {
  padding: 0;
  border-radius: 50%;
}
.p-calendar {
  display: inline-flex;
  max-width: 100%;
}
.p-calendar .p-inputtext {
  flex: 1 1 auto;
  width: 1%;
}
.p-calendar-w-btn .p-inputtext {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.p-calendar-w-btn .p-datepicker-trigger {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.p-calendar .p-datepicker-trigger-icon {
  cursor: pointer;
}
.p-fluid .p-calendar {
  display: flex;
}
.p-fluid .p-calendar .p-inputtext {
  width: 1%;
}
.p-calendar .p-datepicker {
  min-width: 100%;
}
.p-datepicker {
  width: auto;
}
.p-datepicker-inline {
  display: inline-block;
  overflow-x: auto;
}
.p-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-datepicker-header .p-datepicker-title {
  margin: 0 auto;
}
.p-datepicker-prev,
.p-datepicker-next {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.p-datepicker-multiple-month .p-datepicker-group-container {
  display: flex;
}
.p-datepicker-multiple-month .p-datepicker-group-container .p-datepicker-group {
  flex: 1 1 auto;
}
.p-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.p-datepicker td > span {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.p-monthpicker-month {
  width: 33.3%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.p-yearpicker-year {
  width: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.p-datepicker-buttonbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-timepicker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-timepicker button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.p-timepicker > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.p-datepicker-touch-ui,
.p-calendar .p-datepicker-touch-ui {
  min-width: 80vw;
}
.p-dropdown {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-dropdown-clear-icon {
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
}
.p-dropdown-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-dropdown-label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  flex: 1 1 auto;
  width: 1%;
  text-overflow: ellipsis;
  cursor: pointer;
}
.p-dropdown-label-empty {
  overflow: hidden;
  opacity: 0;
}
input.p-dropdown-label {
  cursor: default;
}
.p-dropdown .p-dropdown-panel {
  min-width: 100%;
}
.p-dropdown-panel {
  position: absolute;
  top: 0;
  left: 0;
}
.p-dropdown-items-wrapper {
  overflow: auto;
}
.p-dropdown-item {
  cursor: pointer;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.p-dropdown-item-group {
  cursor: auto;
}
.p-dropdown-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.p-dropdown-filter {
  width: 100%;
}
.p-dropdown-filter-container {
  position: relative;
}
.p-dropdown-filter-icon {
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
}
.p-fluid .p-dropdown {
  display: flex;
}
.p-fluid .p-dropdown .p-dropdown-label {
  width: 1%;
}
.p-tooltip {
  position: absolute;
  display: none;
  padding: 0.25em 0.5rem;
  max-width: 12.5rem;
}
.p-tooltip.p-tooltip-right,
.p-tooltip.p-tooltip-left {
  padding: 0 0.25rem;
}
.p-tooltip.p-tooltip-top,
.p-tooltip.p-tooltip-bottom {
  padding: 0.25em 0;
}
.p-tooltip .p-tooltip-text {
  white-space: pre-line;
  word-break: break-word;
}
.p-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.p-tooltip-right .p-tooltip-arrow {
  margin-top: -0.25rem;
  border-width: 0.25em 0.25em 0.25em 0;
}
.p-tooltip-left .p-tooltip-arrow {
  margin-top: -0.25rem;
  border-width: 0.25em 0 0.25em 0.25rem;
}
.p-tooltip.p-tooltip-top {
  padding: 0.25em 0;
}
.p-tooltip-top .p-tooltip-arrow {
  margin-left: -0.25rem;
  border-width: 0.25em 0.25em 0;
}
.p-tooltip-bottom .p-tooltip-arrow {
  margin-left: -0.25rem;
  border-width: 0 0.25em 0.25rem;
}
.p-button {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: center;
  vertical-align: bottom;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.p-button-label {
  flex: 1 1 auto;
}
.p-button-icon-right {
  order: 1;
}
.p-button:disabled {
  cursor: default;
}
.p-button-icon-only {
  justify-content: center;
}
.p-button-icon-only .p-button-label {
  visibility: hidden;
  width: 0;
  flex: 0 0 auto;
}
.p-button-vertical {
  flex-direction: column;
}
.p-button-icon-bottom {
  order: 2;
}
.p-buttonset .p-button {
  margin: 0;
}
.p-buttonset .p-button:not(:last-child),
.p-buttonset .p-button:not(:last-child):hover {
  border-right: 0 none;
}
.p-buttonset .p-button:not(:first-of-type):not(:last-of-type) {
  border-radius: 0;
}
.p-buttonset .p-button:first-of-type:not(:only-of-type) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.p-buttonset .p-button:last-of-type:not(:only-of-type) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.p-buttonset .p-button:focus {
  position: relative;
  z-index: 1;
}
.p-checkbox {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: bottom;
  position: relative;
}
.p-checkbox.p-checkbox-disabled {
  cursor: default;
}
.p-checkbox-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-fluid .p-inputtext {
  width: 100%;
}
.p-inputgroup {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.p-inputgroup-addon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-inputgroup .p-float-label {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.p-inputgroup .p-inputtext,
.p-fluid .p-inputgroup .p-inputtext,
.p-inputgroup .p-inputwrapper,
.p-fluid .p-inputgroup .p-input {
  flex: 1 1 auto;
  width: 1%;
}
.p-float-label {
  display: block;
  position: relative;
}
.p-float-label label {
  position: absolute;
  pointer-events: none;
  top: 50%;
  margin-top: -0.5rem;
  transition-property: all;
  transition-timing-function: ease;
  line-height: 1;
}
.p-float-label textarea ~ label {
  top: 1rem;
}
.p-float-label input:focus ~ label,
.p-float-label input.p-filled ~ label,
.p-float-label input:-webkit-autofill ~ label,
.p-float-label textarea:focus ~ label,
.p-float-label textarea.p-filled ~ label,
.p-float-label .p-inputwrapper-focus ~ label,
.p-float-label .p-inputwrapper-filled ~ label {
  top: -0.75rem;
  font-size: 12px;
}
.p-float-label input::-moz-placeholder,
.p-float-label .p-inputtext::-moz-placeholder {
  opacity: 0;
  -moz-transition-property: all;
  transition-property: all;
  transition-timing-function: ease;
}
.p-float-label .p-placeholder,
.p-float-label input::placeholder,
.p-float-label .p-inputtext::placeholder {
  opacity: 0;
  transition-property: all;
  transition-timing-function: ease;
}
.p-float-label input:focus::-moz-placeholder,
.p-float-label .p-inputtext:focus::-moz-placeholder {
  opacity: 1;
  -moz-transition-property: all;
  transition-property: all;
  transition-timing-function: ease;
}
.p-float-label .p-focus .p-placeholder,
.p-float-label input:focus::placeholder,
.p-float-label .p-inputtext:focus::placeholder {
  opacity: 1;
  transition-property: all;
  transition-timing-function: ease;
}
.p-input-icon-left,
.p-input-icon-right {
  position: relative;
  display: inline-block;
}
.p-input-icon-left > i,
.p-input-icon-left > svg,
.p-input-icon-right > i,
.p-input-icon-right > svg {
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
}
.p-fluid .p-input-icon-left,
.p-fluid .p-input-icon-right {
  display: block;
  width: 100%;
}
.p-radiobutton {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: bottom;
}
.p-radiobutton.p-radiobutton-disabled {
  cursor: default;
}
.p-radiobutton-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-radiobutton-icon {
  backface-visibility: hidden;
  transform: translateZ(0) scale(0.1);
  border-radius: 50%;
  visibility: hidden;
}
.p-radiobutton-box.p-highlight .p-radiobutton-icon {
  transform: translateZ(0) scale(1);
  visibility: visible;
}
.p-icon:not(#\#):not(#\#) {
  display: inline-block;
}
.p-icon-spin:not(#\#):not(#\#) {
  animation: p-icon-spin 2s infinite linear;
}
@keyframes p-icon-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.p-virtualscroller:not(#\#):not(#\#) {
  position: relative;
  overflow: auto;
  contain: strict;
  transform: translateZ(0);
  will-change: scroll-position;
  outline: 0 none;
}
.p-virtualscroller-content:not(#\#):not(#\#) {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  will-change: transform;
}
.p-virtualscroller-spacer:not(#\#):not(#\#) {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  transform-origin: 0 0;
  pointer-events: none;
}
.p-virtualscroller:not(#\#):not(#\#) .p-virtualscroller-loader {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-virtualscroller-loader.p-component-overlay:not(#\#):not(#\#) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-virtualscroller-loading-icon:not(#\#):not(#\#) {
  font-size: 2rem;
}
.p-virtualscroller-loading-icon.p-icon:not(#\#):not(#\#) {
  width: 2rem;
  height: 2rem;
}
.p-virtualscroller-horizontal:not(#\#):not(#\#) > .p-virtualscroller-content {
  display: flex;
}
.p-virtualscroller-inline:not(#\#):not(#\#) .p-virtualscroller-content {
  position: static;
}
:root:not(#\#):not(#\#) {
  font-family: Fixel, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    Segoe UI Symbol;
  --font-family: "Fixel", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  --surface-a: #ffffff;
  --surface-b: #f4f4f4;
  --surface-c: #eaeaea;
  --surface-d: #c8c8c8;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #333333;
  --text-color-secondary: #848484;
  --primary-color: #007ad9;
  --primary-color-text: #ffffff;
  --surface-0: #ffffff;
  --surface-50: #eef1f2;
  --surface-100: #dde2e4;
  --surface-200: #bbc5ca;
  --surface-300: #98a8af;
  --surface-400: #768b95;
  --surface-500: #546e7a;
  --surface-600: #435862;
  --surface-700: #324249;
  --surface-800: #222c31;
  --surface-900: #111618;
  --gray-50: #eef1f2;
  --gray-100: #dde2e4;
  --gray-200: #bbc5ca;
  --gray-300: #98a8af;
  --gray-400: #768b95;
  --gray-500: #546e7a;
  --gray-600: #435862;
  --gray-700: #324249;
  --gray-800: #222c31;
  --gray-900: #111618;
  --content-padding: 0.571rem 1rem;
  --inline-spacing: 0.5rem;
  --border-radius: 3px;
  --surface-ground: #f4f4f4;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #c8c8c8;
  --surface-hover: #eaeaea;
  --focus-ring: 0 0 0 0.2rem #8dcdff;
  --maskbg: rgba(0, 0, 0, 0.4);
  --highlight-bg: #007ad9;
  --highlight-text-color: #ffffff;
  color-scheme: light;
}
:root:not(#\#):not(#\#) {
  --blue-50: #f3f8fc;
  --blue-100: #c6dcef;
  --blue-200: #98c1e3;
  --blue-300: #6ba5d7;
  --blue-400: #3d8aca;
  --blue-500: #106ebe;
  --blue-600: #0e5ea2;
  --blue-700: #0b4d85;
  --blue-800: #093d69;
  --blue-900: #062c4c;
  --green-50: #f7fbf6;
  --green-100: #d6ead1;
  --green-200: #b6d9ad;
  --green-300: #96c889;
  --green-400: #76b765;
  --green-500: #56a641;
  --green-600: #498d37;
  --green-700: #3c742e;
  --green-800: #2f5b24;
  --green-900: #22421a;
  --yellow-50: #fffcf5;
  --yellow-100: #fdefcd;
  --yellow-200: #fbe3a6;
  --yellow-300: #f9d67f;
  --yellow-400: #f8ca57;
  --yellow-500: #f6bd30;
  --yellow-600: #d1a129;
  --yellow-700: #ac8422;
  --yellow-800: #87681a;
  --yellow-900: #624c13;
  --cyan-50: #f4fbfd;
  --cyan-100: #ccebf5;
  --cyan-200: #a4dbed;
  --cyan-300: #7ccce5;
  --cyan-400: #54bcdd;
  --cyan-500: #2cacd5;
  --cyan-600: #2592b5;
  --cyan-700: #1f7895;
  --cyan-800: #185f75;
  --cyan-900: #124555;
  --pink-50: #fdf4f9;
  --pink-100: #f6cce0;
  --pink-200: #eea3c7;
  --pink-300: #e77aae;
  --pink-400: #df5296;
  --pink-500: #d8297d;
  --pink-600: #b8236a;
  --pink-700: #971d58;
  --pink-800: #771745;
  --pink-900: #561032;
  --indigo-50: #f4f6fd;
  --indigo-100: #ccd3f5;
  --indigo-200: #a4b0ed;
  --indigo-300: #7c8de5;
  --indigo-400: #546add;
  --indigo-500: #2c47d5;
  --indigo-600: #253cb5;
  --indigo-700: #1f3295;
  --indigo-800: #182775;
  --indigo-900: #121c55;
  --teal-50: #f6fbfa;
  --teal-100: #d1eae5;
  --teal-200: #add9d1;
  --teal-300: #89c8bd;
  --teal-400: #65b7a8;
  --teal-500: #41a694;
  --teal-600: #378d7e;
  --teal-700: #2e7468;
  --teal-800: #245b51;
  --teal-900: #1a423b;
  --orange-50: #fff9f5;
  --orange-100: #fde4cd;
  --orange-200: #fbcfa6;
  --orange-300: #f9ba7f;
  --orange-400: #f8a457;
  --orange-500: #f68f30;
  --orange-600: #d17a29;
  --orange-700: #ac6422;
  --orange-800: #874f1a;
  --orange-900: #623913;
  --bluegray-50: #f7f8f9;
  --bluegray-100: #dae0e3;
  --bluegray-200: #bdc7cd;
  --bluegray-300: #a0aeb6;
  --bluegray-400: #8295a0;
  --bluegray-500: #657c8a;
  --bluegray-600: #566975;
  --bluegray-700: #475761;
  --bluegray-800: #38444c;
  --bluegray-900: #283237;
  --purple-50: #f9f8fd;
  --purple-100: #e1dff7;
  --purple-200: #cac5f1;
  --purple-300: #b2abeb;
  --purple-400: #9b92e4;
  --purple-500: #8378de;
  --purple-600: #6f66bd;
  --purple-700: #5c549b;
  --purple-800: #48427a;
  --purple-900: #343059;
  --red-50: #fdf4f3;
  --red-100: #f6ccc6;
  --red-200: #eea39a;
  --red-300: #e77b6d;
  --red-400: #df5240;
  --red-500: #d82a13;
  --red-600: #b82410;
  --red-700: #971d0d;
  --red-800: #77170a;
  --red-900: #561108;
  --primary-50: #f2f8fd;
  --primary-100: #c2dff6;
  --primary-200: #91c6ef;
  --primary-300: #61ade7;
  --primary-400: #3093e0;
  --primary-500: #007ad9;
  --primary-600: #0068b8;
  --primary-700: #005598;
  --primary-800: #004377;
  --primary-900: #003157;
}
.p-editor-container:not(#\#):not(#\#) .p-editor-toolbar {
  background: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-editor-container:not(#\#):not(#\#) .p-editor-toolbar.ql-snow {
  border: 1px solid #c8c8c8;
}
.p-editor-container:not(#\#):not(#\#) .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #848484;
}
.p-editor-container:not(#\#):not(#\#) .p-editor-toolbar.ql-snow .ql-fill {
  fill: #848484;
}
.p-editor-container:not(#\#):not(#\#)
  .p-editor-toolbar.ql-snow
  .ql-picker
  .ql-picker-label {
  border: 0 none;
  color: #848484;
}
.p-editor-container:not(#\#):not(#\#)
  .p-editor-toolbar.ql-snow
  .ql-picker
  .ql-picker-label:hover {
  color: #333;
}
.p-editor-container:not(#\#):not(#\#)
  .p-editor-toolbar.ql-snow
  .ql-picker
  .ql-picker-label:hover
  .ql-stroke {
  stroke: #333;
}
.p-editor-container:not(#\#):not(#\#)
  .p-editor-toolbar.ql-snow
  .ql-picker
  .ql-picker-label:hover
  .ql-fill {
  fill: #333;
}
.p-editor-container:not(#\#):not(#\#)
  .p-editor-toolbar.ql-snow
  .ql-picker.ql-expanded
  .ql-picker-label {
  color: #333;
}
.p-editor-container:not(#\#):not(#\#)
  .p-editor-toolbar.ql-snow
  .ql-picker.ql-expanded
  .ql-picker-label
  .ql-stroke {
  stroke: #333;
}
.p-editor-container:not(#\#):not(#\#)
  .p-editor-toolbar.ql-snow
  .ql-picker.ql-expanded
  .ql-picker-label
  .ql-fill {
  fill: #333;
}
.p-editor-container:not(#\#):not(#\#)
  .p-editor-toolbar.ql-snow
  .ql-picker.ql-expanded
  .ql-picker-options {
  background: #fff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 3px;
  padding: 0;
}
.p-editor-container:not(#\#):not(#\#)
  .p-editor-toolbar.ql-snow
  .ql-picker.ql-expanded
  .ql-picker-options
  .ql-picker-item {
  color: #333;
}
.p-editor-container:not(#\#):not(#\#)
  .p-editor-toolbar.ql-snow
  .ql-picker.ql-expanded
  .ql-picker-options
  .ql-picker-item:hover {
  color: #333;
  background: #eaeaea;
}
.p-editor-container:not(#\#):not(#\#)
  .p-editor-toolbar.ql-snow
  .ql-picker.ql-expanded:not(.ql-icon-picker)
  .ql-picker-item {
  padding: 0.429rem 0.857rem;
}
.p-editor-container:not(#\#):not(#\#) .p-editor-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container:not(#\#):not(#\#) .p-editor-content.ql-snow {
  border: 1px solid #c8c8c8;
}
.p-editor-container:not(#\#):not(#\#) .p-editor-content .ql-editor {
  background: #fff;
  color: #333;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container:not(#\#):not(#\#) .ql-snow.ql-toolbar button:hover,
.p-editor-container:not(#\#):not(#\#) .ql-snow.ql-toolbar button:focus {
  color: #333;
}
.p-editor-container:not(#\#):not(#\#)
  .ql-snow.ql-toolbar
  button:hover
  .ql-stroke,
.p-editor-container:not(#\#):not(#\#)
  .ql-snow.ql-toolbar
  button:focus
  .ql-stroke {
  stroke: #333;
}
.p-editor-container:not(#\#):not(#\#) .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container:not(#\#):not(#\#)
  .ql-snow.ql-toolbar
  button:focus
  .ql-fill {
  fill: #333;
}
.p-editor-container:not(#\#):not(#\#) .ql-snow.ql-toolbar button.ql-active,
.p-editor-container:not(#\#):not(#\#)
  .ql-snow.ql-toolbar
  .ql-picker-label.ql-active,
.p-editor-container:not(#\#):not(#\#)
  .ql-snow.ql-toolbar
  .ql-picker-item.ql-selected {
  color: #007ad9;
}
.p-editor-container:not(#\#):not(#\#)
  .ql-snow.ql-toolbar
  button.ql-active
  .ql-stroke,
.p-editor-container:not(#\#):not(#\#)
  .ql-snow.ql-toolbar
  .ql-picker-label.ql-active
  .ql-stroke,
.p-editor-container:not(#\#):not(#\#)
  .ql-snow.ql-toolbar
  .ql-picker-item.ql-selected
  .ql-stroke {
  stroke: #007ad9;
}
.p-editor-container:not(#\#):not(#\#)
  .ql-snow.ql-toolbar
  button.ql-active
  .ql-fill,
.p-editor-container:not(#\#):not(#\#)
  .ql-snow.ql-toolbar
  .ql-picker-label.ql-active
  .ql-fill,
.p-editor-container:not(#\#):not(#\#)
  .ql-snow.ql-toolbar
  .ql-picker-item.ql-selected
  .ql-fill {
  fill: #007ad9;
}
.p-editor-container:not(#\#):not(#\#)
  .ql-snow.ql-toolbar
  button.ql-active
  .ql-picker-label,
.p-editor-container:not(#\#):not(#\#)
  .ql-snow.ql-toolbar
  .ql-picker-label.ql-active
  .ql-picker-label,
.p-editor-container:not(#\#):not(#\#)
  .ql-snow.ql-toolbar
  .ql-picker-item.ql-selected
  .ql-picker-label {
  color: #007ad9;
}
* {
  box-sizing: border-box;
}
.p-component {
  font-family: var(--font-family);
  font-feature-settings: var(--font-feature-settings, normal);
  font-size: 1rem;
  font-weight: 400;
}
.p-component-overlay {
  background-color: #0006;
  transition-duration: 0.2s;
}
.p-disabled,
.p-component:disabled {
  opacity: 0.5;
}
.p-error {
  color: #a80000;
}
.p-text-secondary {
  color: #848484;
}
.pi {
  font-size: 1rem;
}
.p-icon {
  width: 1rem;
  height: 1rem;
}
.p-link {
  font-family: var(--font-family);
  font-feature-settings: var(--font-feature-settings, normal);
  font-size: 1rem;
  border-radius: 3px;
}
.p-link:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-component-overlay-enter {
  animation: p-component-overlay-enter-animation 0.15s forwards;
}
.p-component-overlay-leave {
  animation: p-component-overlay-leave-animation 0.15s forwards;
}
.p-autocomplete .p-autocomplete-loader {
  right: 0.429rem;
}
.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
  right: 2.786rem;
}
.p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
  border-color: #212121;
}
.p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-autocomplete .p-autocomplete-multiple-container {
  padding: 0.2145rem 0.429rem;
  gap: 0.5rem;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
  padding: 0.2145rem 0;
}
.p-autocomplete
  .p-autocomplete-multiple-container
  .p-autocomplete-input-token
  input {
  font-family: var(--font-family);
  font-feature-settings: var(--font-feature-settings, normal);
  font-size: 1rem;
  color: #333;
  padding: 0;
  margin: 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
  padding: 0.2145rem 0.429rem;
  background: #c8c8c8;
  color: #333;
  border-radius: 16px;
}
.p-autocomplete
  .p-autocomplete-multiple-container
  .p-autocomplete-token
  .p-autocomplete-token-icon {
  margin-left: 0.5rem;
}
.p-autocomplete
  .p-autocomplete-multiple-container
  .p-autocomplete-token.p-focus {
  background: #bababa;
  color: #333;
}
.p-autocomplete.p-invalid.p-component > .p-inputtext {
  border-color: #a80000;
}
.p-autocomplete-panel {
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 3px 6px #00000029;
}
.p-autocomplete-panel .p-autocomplete-items {
  padding: 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  margin: 0;
  padding: 0.429rem 0.857rem;
  border: 0 none;
  color: #333;
  background: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
  color: #fff;
  background: #007ad9;
}
.p-autocomplete-panel
  .p-autocomplete-items
  .p-autocomplete-item.p-highlight.p-focus {
  background: #007ad9;
}
.p-autocomplete-panel
  .p-autocomplete-items
  .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
  color: #333;
  background: #d6d6d6;
}
.p-autocomplete-panel
  .p-autocomplete-items
  .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
  color: #333;
  background: #eaeaea;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
  margin: 0;
  padding: 0.857rem;
  color: #333;
  background: #f4f4f4;
  font-weight: 700;
}
.p-calendar.p-invalid.p-component > .p-inputtext {
  border-color: #a80000;
}
.p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-datepicker {
  padding: 0.857rem;
  background: #fff;
  color: #333;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
}
.p-datepicker:not(.p-datepicker-inline) {
  background: #fff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 3px 6px #00000029;
}
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
  background: #fff;
}
.p-datepicker .p-datepicker-header {
  padding: 0.5rem;
  color: #333;
  background: #fff;
  font-weight: 700;
  margin: 0;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
  line-height: 2rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  color: #333;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  font-weight: 700;
  padding: 0.5rem;
}
.p-datepicker
  .p-datepicker-header
  .p-datepicker-title
  .p-datepicker-year:enabled:hover,
.p-datepicker
  .p-datepicker-header
  .p-datepicker-title
  .p-datepicker-month:enabled:hover {
  color: #007ad9;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  margin-right: 0.5rem;
}
.p-datepicker table {
  font-size: 1rem;
  margin: 0.857rem 0;
}
.p-datepicker table th {
  padding: 0.5rem;
}
.p-datepicker table th > span {
  width: 2.5rem;
  height: 2.5rem;
}
.p-datepicker table td {
  padding: 0.5rem;
}
.p-datepicker table td > span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
  border: 1px solid transparent;
}
.p-datepicker table td > span.p-highlight {
  color: #fff;
  background: #007ad9;
}
.p-datepicker table td > span:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-datepicker table td.p-datepicker-today > span {
  background: #d0d0d0;
  color: #333;
  border-color: transparent;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
  color: #fff;
  background: #007ad9;
}
.p-datepicker .p-datepicker-buttonbar {
  padding: 0.857rem 0 0.429rem;
  border-top: 1px solid #d8dae2;
}
.p-datepicker .p-datepicker-buttonbar .p-button {
  width: auto;
}
.p-datepicker .p-timepicker {
  border-top: 1px solid #d8dae2;
  padding: 0.857rem 0 0.429rem;
}
.p-datepicker .p-timepicker button {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-timepicker button:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-datepicker .p-timepicker button:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-datepicker .p-timepicker button:last-child {
  margin-top: 0.2em;
}
.p-datepicker .p-timepicker span {
  font-size: 1.286rem;
}
.p-datepicker .p-timepicker > div {
  padding: 0 0.429rem;
}
.p-datepicker.p-datepicker-timeonly .p-timepicker {
  border-top: 0 none;
}
.p-datepicker .p-monthpicker {
  margin: 0.857rem 0;
}
.p-datepicker .p-monthpicker .p-monthpicker-month {
  padding: 0.5rem;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  color: #fff;
  background: #007ad9;
}
.p-datepicker .p-yearpicker {
  margin: 0.857rem 0;
}
.p-datepicker .p-yearpicker .p-yearpicker-year {
  padding: 0.5rem;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
  color: #fff;
  background: #007ad9;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-left: 1px solid #d8dae2;
  padding-right: 0.857rem;
  padding-left: 0.857rem;
  padding-top: 0;
  padding-bottom: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
  padding-left: 0;
  border-left: 0 none;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
  padding-right: 0;
}
.p-datepicker:not(.p-disabled)
  table
  td
  span:not(.p-highlight):not(.p-disabled):hover {
  background: #eaeaea;
}
.p-datepicker:not(.p-disabled)
  table
  td
  span:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-datepicker:not(.p-disabled)
  .p-monthpicker
  .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
  background: #eaeaea;
}
.p-datepicker:not(.p-disabled)
  .p-monthpicker
  .p-monthpicker-month:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-datepicker:not(.p-disabled)
  .p-yearpicker
  .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
  background: #eaeaea;
}
.p-datepicker:not(.p-disabled)
  .p-yearpicker
  .p-yearpicker-year:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
@media screen and (max-width: 769px) {
  .p-datepicker table th,
  .p-datepicker table td {
    padding: 0.25rem;
  }
}
.p-cascadeselect {
  background: #fff;
  border: 1px solid #a6a6a6;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
  border-radius: 3px;
}
.p-cascadeselect:not(.p-disabled):hover {
  border-color: #212121;
}
.p-cascadeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-cascadeselect .p-cascadeselect-label {
  background: transparent;
  border: 0 none;
  padding: 0.429rem;
}
.p-cascadeselect .p-cascadeselect-label.p-placeholder {
  color: #666;
}
.p-cascadeselect .p-cascadeselect-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-cascadeselect .p-cascadeselect-trigger {
  background: transparent;
  color: #848484;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-cascadeselect.p-invalid.p-component {
  border-color: #a80000;
}
.p-cascadeselect-panel {
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 3px 6px #00000029;
}
.p-cascadeselect-panel .p-cascadeselect-items {
  padding: 0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
  margin: 0;
  border: 0 none;
  color: #333;
  background: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-cascadeselect-panel
  .p-cascadeselect-items
  .p-cascadeselect-item.p-highlight {
  color: #fff;
  background: #007ad9;
}
.p-cascadeselect-panel
  .p-cascadeselect-items
  .p-cascadeselect-item.p-highlight.p-focus {
  background: #007ad9;
}
.p-cascadeselect-panel
  .p-cascadeselect-items
  .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
  color: #333;
  background: #d6d6d6;
}
.p-cascadeselect-panel
  .p-cascadeselect-items
  .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #333;
  background: #eaeaea;
}
.p-cascadeselect-panel
  .p-cascadeselect-items
  .p-cascadeselect-item
  .p-cascadeselect-item-content {
  padding: 0.429rem 0.857rem;
}
.p-cascadeselect-panel
  .p-cascadeselect-items
  .p-cascadeselect-item
  .p-cascadeselect-group-icon {
  font-size: 0.875rem;
}
.p-input-filled .p-cascadeselect {
  background: #f4f4f4;
}
.p-input-filled .p-cascadeselect:not(.p-disabled):hover {
  background-color: #f4f4f4;
}
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
  background-color: #f4f4f4;
}
.p-checkbox {
  width: 20px;
  height: 20px;
}
.p-checkbox .p-checkbox-box {
  border: 1px solid var(--color-button);
  background: var(--color-neutral-white);
  width: 20px;
  height: 20px;
  color: var(--color-neutral-white);
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
}
.p-checkbox .p-checkbox-box .p-checkbox-icon {
  transition-duration: 0.2s;
  color: var(--color-neutral-white);
  font-size: 14px;
}
.p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon {
  width: 14px;
  height: 14px;
}
.p-checkbox .p-checkbox-box.p-highlight {
  border-color: var(--color-button);
  background: var(--color-button);
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: var(--color-button);
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 1px var(--color-button);
  border-color: var(--color-button);
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  border-color: var(--color-button);
  background: var(--color-button);
  color: var(--color-neutral-white);
}
.p-checkbox.p-invalid > .p-checkbox-box {
  border-color: var(--color-error-600);
}
.p-input-filled .p-checkbox .p-checkbox-box {
  background-color: #f4f4f4;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
  background: #007ad9;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  background-color: #f4f4f4;
}
.p-input-filled
  .p-checkbox:not(.p-checkbox-disabled)
  .p-checkbox-box.p-highlight:hover {
  background: #005b9f;
}
.p-highlight .p-checkbox .p-checkbox-box {
  border-color: #fff;
}
.p-chips:not(.p-disabled):hover .p-chips-multiple-container {
  border-color: #212121;
}
.p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-chips .p-chips-multiple-container {
  padding: 0.2145rem 0.429rem;
}
.p-chips .p-chips-multiple-container .p-chips-token {
  padding: 0.2145rem 0.429rem;
  margin-right: 0.5rem;
  background: #c8c8c8;
  color: #333;
  border-radius: 16px;
}
.p-chips .p-chips-multiple-container .p-chips-token.p-focus {
  background: #bababa;
  color: #333;
}
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
  margin-left: 0.5rem;
}
.p-chips .p-chips-multiple-container .p-chips-input-token {
  padding: 0.2145rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
  font-family: var(--font-family);
  font-feature-settings: var(--font-feature-settings, normal);
  font-size: 1rem;
  color: #333;
  padding: 0;
  margin: 0;
}
.p-chips.p-invalid.p-component > .p-inputtext {
  border-color: #a80000;
}
.p-colorpicker-preview {
  width: 2rem;
  height: 2rem;
}
.p-colorpicker-panel {
  background: #323232;
  border: 1px solid #191919;
}
.p-colorpicker-panel .p-colorpicker-color-handle,
.p-colorpicker-panel .p-colorpicker-hue-handle {
  border-color: #fff;
}
.p-colorpicker-overlay-panel {
  box-shadow: 0 3px 6px #00000029;
}
.p-inputgroup-addon {
  background: #eaeaea;
  color: #848484;
  border-top: 1px solid #a6a6a6;
  border-left: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
  padding: 0.429rem;
  min-width: 2.357rem;
}
.p-inputgroup-addon:last-child {
  border-right: 1px solid #a6a6a6;
}
.p-inputgroup > .p-component,
.p-inputgroup > .p-inputwrapper > .p-inputtext,
.p-inputgroup > .p-float-label > .p-component {
  border-radius: 0;
  margin: 0;
}
.p-inputgroup > .p-component + .p-inputgroup-addon,
.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
  border-left: 0 none;
}
.p-inputgroup > .p-component:focus,
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
.p-inputgroup > .p-float-label > .p-component:focus {
  z-index: 1;
}
.p-inputgroup > .p-component:focus ~ label,
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
  z-index: 1;
}
.p-inputgroup-addon:first-child,
.p-inputgroup button:first-child,
.p-inputgroup input:first-child,
.p-inputgroup > .p-inputwrapper:first-child,
.p-inputgroup > .p-inputwrapper:first-child > .p-inputtext {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-inputgroup .p-float-label:first-child input {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-inputgroup-addon:last-child,
.p-inputgroup button:last-child,
.p-inputgroup input:last-child,
.p-inputgroup > .p-inputwrapper:last-child,
.p-inputgroup > .p-inputwrapper:last-child > .p-inputtext {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-inputgroup .p-float-label:last-child input {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-fluid .p-inputgroup .p-button {
  width: auto;
}
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
  width: 2.357rem;
}
.p-inputnumber.p-invalid.p-component > .p-inputtext {
  border-color: #a80000;
}
.p-inputswitch {
  width: 3rem;
  height: 1.75rem;
}
.p-inputswitch .p-inputswitch-slider {
  background: #ccc;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
  border-radius: 30px;
}
.p-inputswitch .p-inputswitch-slider:before {
  background: #fff;
  width: 1.25rem;
  height: 1.25rem;
  left: 0.25rem;
  margin-top: -0.625rem;
  border-radius: 50%;
  transition-duration: 0.2s;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  transform: translate(1.25rem);
}
.p-inputswitch.p-focus .p-inputswitch-slider {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
  background: #b7b7b7;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background: #007ad9;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background: #ccc;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover
  .p-inputswitch-slider {
  background: #116fbf;
}
.p-inputswitch.p-invalid .p-inputswitch-slider {
  border-color: #a80000;
}
.p-inputtext {
  font-family: var(--font-family);
  font-feature-settings: var(--font-feature-settings, normal);
  font-size: 1rem;
  color: #333;
  background: #fff;
  padding: 0.429rem;
  border: 1px solid #a6a6a6;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
}
.p-inputtext:enabled:hover {
  border-color: #212121;
}
.p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-inputtext.p-invalid.p-component {
  border-color: #a80000;
}
.p-inputtext.p-inputtext-sm {
  font-size: 0.875rem;
  padding: 0.375375rem;
}
.p-inputtext.p-inputtext-lg {
  font-size: 1.25rem;
  padding: 0.53625rem;
}
.p-float-label > label {
  left: 0.429rem;
  color: #666;
  transition-duration: 0.2s;
}
.p-float-label > .p-invalid + label {
  color: #a80000;
}
.p-input-icon-left > svg:first-of-type,
.p-input-icon-left > i:first-of-type {
  left: 0.429rem;
  color: #848484;
}
.p-input-icon-left > .p-inputtext {
  padding-left: 1.858rem;
}
.p-input-icon-left.p-float-label > label {
  left: 1.858rem;
}
.p-input-icon-right > svg:last-of-type,
.p-input-icon-right > i:last-of-type {
  right: 0.429rem;
  color: #848484;
}
.p-input-icon-right > .p-inputtext {
  padding-right: 1.858rem;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
.p-input-filled .p-inputtext {
  background-color: #f4f4f4;
}
.p-input-filled .p-inputtext:enabled:hover {
  background-color: #f4f4f4;
}
.p-input-filled .p-inputtext:enabled:focus {
  background-color: #f4f4f4;
}
.p-inputtext-sm .p-inputtext {
  font-size: 0.875rem;
  padding: 0.375375rem;
}
.p-inputtext-lg .p-inputtext {
  font-size: 1.25rem;
  padding: 0.53625rem;
}
.p-listbox {
  background: #fff;
  color: #333;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
}
.p-listbox .p-listbox-header {
  padding: 0.429rem 0.857rem;
  border-bottom: 1px solid #eaeaea;
  color: #333;
  background: #fff;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-listbox .p-listbox-header .p-listbox-filter {
  padding-right: 1.429rem;
}
.p-listbox .p-listbox-header .p-listbox-filter-icon {
  right: 0.429rem;
  color: #848484;
}
.p-listbox .p-listbox-list {
  padding: 0;
  outline: 0 none;
}
.p-listbox .p-listbox-list .p-listbox-item {
  margin: 0;
  padding: 0.429rem 0.857rem;
  border: 0 none;
  color: #333;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
  color: #fff;
  background: #007ad9;
}
.p-listbox .p-listbox-list .p-listbox-item-group {
  margin: 0;
  padding: 0.857rem;
  color: #333;
  background: #f4f4f4;
  font-weight: 700;
}
.p-listbox .p-listbox-list .p-listbox-empty-message {
  padding: 0.429rem 0.857rem;
  color: #333;
  background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
  background: #007ad9;
}
.p-listbox:not(.p-disabled)
  .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
  color: #333;
  background: #d6d6d6;
}
.p-listbox:not(.p-disabled)
  .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
  color: #333;
  background: #eaeaea;
}
.p-listbox.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-listbox.p-invalid {
  border-color: #a80000;
}
.p-multiselect {
  background: #fff;
  border: 1px solid #a6a6a6;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
  border-radius: 3px;
}
.p-multiselect:not(.p-disabled):hover {
  border-color: #212121;
}
.p-multiselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-multiselect .p-multiselect-label {
  padding: 0.429rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
}
.p-multiselect .p-multiselect-label.p-placeholder {
  color: #666;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token {
  padding: 0.2145rem 0.429rem;
  margin-right: 0.5rem;
  background: #c8c8c8;
  color: #333;
  border-radius: 16px;
}
.p-multiselect.p-multiselect-chip
  .p-multiselect-token
  .p-multiselect-token-icon {
  margin-left: 0.5rem;
}
.p-multiselect .p-multiselect-trigger {
  background: transparent;
  color: #848484;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-multiselect.p-invalid.p-component {
  border-color: #a80000;
}
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
  padding: 0.2145rem 0.429rem;
}
.p-multiselect-panel {
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 3px 6px #00000029;
}
.p-multiselect-panel .p-multiselect-header {
  padding: 0.429rem 0.857rem;
  border-bottom: 1px solid #eaeaea;
  color: #333;
  background: #fff;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-multiselect-panel
  .p-multiselect-header
  .p-multiselect-filter-container
  .p-inputtext {
  padding-right: 1.429rem;
}
.p-multiselect-panel
  .p-multiselect-header
  .p-multiselect-filter-container
  .p-multiselect-filter-icon {
  right: 0.429rem;
  color: #848484;
}
.p-multiselect-panel .p-multiselect-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  margin-left: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-multiselect-panel .p-multiselect-items {
  padding: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  margin: 0;
  padding: 0.429rem 0.857rem;
  border: 0 none;
  color: #333;
  background: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  color: #fff;
  background: #007ad9;
}
.p-multiselect-panel
  .p-multiselect-items
  .p-multiselect-item.p-highlight.p-focus {
  background: #007ad9;
}
.p-multiselect-panel
  .p-multiselect-items
  .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
  color: #333;
  background: #d6d6d6;
}
.p-multiselect-panel
  .p-multiselect-items
  .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #333;
  background: #eaeaea;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
  margin: 0;
  padding: 0.857rem;
  color: #333;
  background: #f4f4f4;
  font-weight: 700;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
  padding: 0.429rem 0.857rem;
  color: #333;
  background: transparent;
}
.p-input-filled .p-multiselect {
  background: #f4f4f4;
}
.p-input-filled .p-multiselect:not(.p-disabled):hover {
  background-color: #f4f4f4;
}
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
  background-color: #f4f4f4;
}
.p-password.p-invalid.p-component > .p-inputtext {
  border-color: #a80000;
}
.p-password-panel {
  padding: 0.571rem 1rem;
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 3px;
}
.p-password-panel .p-password-meter {
  margin-bottom: 0.5rem;
  background: #eaeaea;
}
.p-password-panel .p-password-meter .p-password-strength.weak {
  background: #e91224;
}
.p-password-panel .p-password-meter .p-password-strength.medium {
  background: #ffba01;
}
.p-password-panel .p-password-meter .p-password-strength.strong {
  background: #34a835;
}
.p-rating {
  gap: 0.5rem;
}
.p-rating .p-rating-item .p-rating-icon {
  color: #333;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
  font-size: 1.143rem;
}
.p-rating .p-rating-item .p-rating-icon.p-icon {
  width: 1.143rem;
  height: 1.143rem;
}
.p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
  color: #e4018d;
}
.p-rating .p-rating-item.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
  color: #007ad9;
}
.p-rating:not(.p-disabled):not(.p-readonly)
  .p-rating-item:hover
  .p-rating-icon {
  color: #007ad9;
}
.p-rating:not(.p-disabled):not(.p-readonly)
  .p-rating-item:hover
  .p-rating-icon.p-rating-cancel {
  color: #b5019f;
}
.p-highlight .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
  color: #fff;
}
.p-slider {
  background: #c8c8c8;
  border: 0 none;
  border-radius: 3px;
}
.p-slider.p-slider-horizontal {
  height: 0.286rem;
}
.p-slider.p-slider-horizontal .p-slider-handle {
  margin-top: -0.5715rem;
  margin-left: -0.5715rem;
}
.p-slider.p-slider-vertical {
  width: 0.286rem;
}
.p-slider.p-slider-vertical .p-slider-handle {
  margin-left: -0.5715rem;
  margin-bottom: -0.5715rem;
}
.p-slider .p-slider-handle {
  height: 1.143rem;
  width: 1.143rem;
  background: #fff;
  border: 2px solid #666666;
  border-radius: 100%;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
}
.p-slider .p-slider-handle:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-slider .p-slider-range {
  background: #007ad9;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
  background: 2px solid #666;
  border-color: #007ad9;
}
.p-treeselect {
  background: #fff;
  border: 1px solid #a6a6a6;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
  border-radius: 3px;
}
.p-treeselect:not(.p-disabled):hover {
  border-color: #212121;
}
.p-treeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-treeselect .p-treeselect-label {
  padding: 0.429rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
}
.p-treeselect .p-treeselect-label.p-placeholder {
  color: #666;
}
.p-treeselect.p-treeselect-chip .p-treeselect-token {
  padding: 0.2145rem 0.429rem;
  margin-right: 0.5rem;
  background: #c8c8c8;
  color: #333;
  border-radius: 16px;
}
.p-treeselect .p-treeselect-trigger {
  background: transparent;
  color: #848484;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-treeselect.p-invalid.p-component {
  border-color: #a80000;
}
.p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label {
  padding: 0.2145rem 0.429rem;
}
.p-treeselect-panel {
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 3px 6px #00000029;
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
  border: 0 none;
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
  padding: 0.429rem 0.857rem;
  color: #333;
  background: transparent;
}
.p-input-filled .p-treeselect {
  background: #f4f4f4;
}
.p-input-filled .p-treeselect:not(.p-disabled):hover {
  background-color: #f4f4f4;
}
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
  background-color: #f4f4f4;
}
.p-togglebutton.p-button {
  background: #dadada;
  border: 1px solid #dadada;
  color: #333;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
}
.p-togglebutton.p-button .p-button-icon-left,
.p-togglebutton.p-button .p-button-icon-right {
  color: #666;
}
.p-togglebutton.p-button:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #c8c8c8;
  border-color: #c8c8c8;
  color: #333;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover
  .p-button-icon-left,
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover
  .p-button-icon-right {
  color: #212121;
}
.p-togglebutton.p-button.p-highlight {
  background: #007ad9;
  border-color: #007ad9;
  color: #fff;
}
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
  color: #fff;
}
.p-togglebutton.p-button.p-highlight:hover {
  background: #116fbf;
  border-color: #116fbf;
  color: #fff;
}
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
  color: #fff;
}
.p-togglebutton.p-button.p-invalid > .p-button {
  border-color: #a80000;
}
.p-button {
  color: #fff;
  background: #007ad9;
  border: 1px solid #007ad9;
  padding: 0.429rem 1rem;
  font-size: 1rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
  border-radius: 3px;
}
.p-button:enabled:hover {
  background: #116fbf;
  color: #fff;
  border-color: #116fbf;
}
.p-button:enabled:active {
  background: #005b9f;
  color: #fff;
  border-color: #005b9f;
}
.p-button.p-button-outlined {
  background-color: transparent;
  color: #007ad9;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:hover {
  background: #007ad90a;
  color: #007ad9;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:active {
  background: #007ad929;
  color: #007ad9;
  border: 1px solid;
}
.p-button.p-button-outlined.p-button-plain {
  color: #848484;
  border-color: #848484;
}
.p-button.p-button-outlined.p-button-plain:enabled:hover {
  background: #eaeaea;
  color: #848484;
}
.p-button.p-button-outlined.p-button-plain:enabled:active {
  background: #d2d2d2;
  color: #848484;
}
.p-button.p-button-text {
  background-color: transparent;
  color: #007ad9;
  border-color: transparent;
}
.p-button.p-button-text:enabled:hover {
  background: #007ad90a;
  color: #007ad9;
  border-color: transparent;
}
.p-button.p-button-text:enabled:active {
  background: #007ad929;
  color: #007ad9;
  border-color: transparent;
}
.p-button.p-button-text.p-button-plain {
  color: #848484;
}
.p-button.p-button-text.p-button-plain:enabled:hover {
  background: #eaeaea;
  color: #848484;
}
.p-button.p-button-text.p-button-plain:enabled:active {
  background: #d2d2d2;
  color: #848484;
}
.p-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-button .p-button-label {
  transition-duration: 0.2s;
}
.p-button .p-button-icon-left {
  margin-right: 0.5rem;
}
.p-button .p-button-icon-right {
  margin-left: 0.5rem;
}
.p-button .p-button-icon-bottom {
  margin-top: 0.5rem;
}
.p-button .p-button-icon-top {
  margin-bottom: 0.5rem;
}
.p-button .p-badge {
  margin-left: 0.5rem;
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #007ad9;
  background-color: #fff;
}
.p-button.p-button-raised {
  box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
}
.p-button.p-button-rounded {
  border-radius: 2rem;
}
.p-button.p-button-icon-only {
  width: 2.357rem;
  padding: 0.429rem 0;
}
.p-button.p-button-icon-only .p-button-icon-left,
.p-button.p-button-icon-only .p-button-icon-right {
  margin: 0;
}
.p-button.p-button-icon-only.p-button-rounded {
  border-radius: 50%;
  height: 2.357rem;
}
.p-button.p-button-sm {
  font-size: 0.875rem;
  padding: 0.375375rem 0.875rem;
}
.p-button.p-button-sm .p-button-icon {
  font-size: 0.875rem;
}
.p-button.p-button-lg {
  font-size: 1.25rem;
  padding: 0.53625rem 1.25rem;
}
.p-button.p-button-lg .p-button-icon {
  font-size: 1.25rem;
}
.p-button.p-button-loading-label-only .p-button-label {
  margin-left: 0.5rem;
}
.p-button.p-button-loading-label-only .p-button-loading-icon {
  margin-right: 0;
}
.p-fluid .p-button {
  width: 100%;
}
.p-fluid .p-button-icon-only {
  width: 2.357rem;
}
.p-fluid .p-buttonset {
  display: flex;
}
.p-fluid .p-buttonset .p-button {
  flex: 1;
}
.p-button.p-button-secondary,
.p-buttonset.p-button-secondary > .p-button,
.p-splitbutton.p-button-secondary > .p-button {
  color: #fff;
  background: #607d8b;
  border: 1px solid #607d8b;
}
.p-button.p-button-secondary:enabled:hover,
.p-buttonset.p-button-secondary > .p-button:enabled:hover,
.p-splitbutton.p-button-secondary > .p-button:enabled:hover {
  background: #546e7a;
  color: #fff;
  border-color: #546e7a;
}
.p-button.p-button-secondary:enabled:focus,
.p-buttonset.p-button-secondary > .p-button:enabled:focus,
.p-splitbutton.p-button-secondary > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #b0bec5;
}
.p-button.p-button-secondary:enabled:active,
.p-buttonset.p-button-secondary > .p-button:enabled:active,
.p-splitbutton.p-button-secondary > .p-button:enabled:active {
  background: #455a64;
  color: #fff;
  border-color: #455a64;
}
.p-button.p-button-secondary.p-button-outlined,
.p-buttonset.p-button-secondary > .p-button.p-button-outlined,
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
  background-color: transparent;
  color: #607d8b;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:hover,
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover,
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
  background: #607d8b0a;
  color: #607d8b;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:active,
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active,
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
  background: #607d8b29;
  color: #607d8b;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-text,
.p-buttonset.p-button-secondary > .p-button.p-button-text,
.p-splitbutton.p-button-secondary > .p-button.p-button-text {
  background-color: transparent;
  color: #607d8b;
  border-color: transparent;
}
.p-button.p-button-secondary.p-button-text:enabled:hover,
.p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover,
.p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover {
  background: #607d8b0a;
  border-color: transparent;
  color: #607d8b;
}
.p-button.p-button-secondary.p-button-text:enabled:active,
.p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active,
.p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active {
  background: #607d8b29;
  border-color: transparent;
  color: #607d8b;
}
.p-button.p-button-info,
.p-buttonset.p-button-info > .p-button,
.p-splitbutton.p-button-info > .p-button {
  color: #fff;
  background: #007ad9;
  border: 1px solid #007ad9;
}
.p-button.p-button-info:enabled:hover,
.p-buttonset.p-button-info > .p-button:enabled:hover,
.p-splitbutton.p-button-info > .p-button:enabled:hover {
  background: #116fbf;
  color: #fff;
  border-color: #116fbf;
}
.p-button.p-button-info:enabled:focus,
.p-buttonset.p-button-info > .p-button:enabled:focus,
.p-splitbutton.p-button-info > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-button.p-button-info:enabled:active,
.p-buttonset.p-button-info > .p-button:enabled:active,
.p-splitbutton.p-button-info > .p-button:enabled:active {
  background: #005b9f;
  color: #fff;
  border-color: #005b9f;
}
.p-button.p-button-info.p-button-outlined,
.p-buttonset.p-button-info > .p-button.p-button-outlined,
.p-splitbutton.p-button-info > .p-button.p-button-outlined {
  background-color: transparent;
  color: #007ad9;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:hover,
.p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover,
.p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
  background: #007ad90a;
  color: #007ad9;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:active,
.p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active,
.p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
  background: #007ad929;
  color: #007ad9;
  border: 1px solid;
}
.p-button.p-button-info.p-button-text,
.p-buttonset.p-button-info > .p-button.p-button-text,
.p-splitbutton.p-button-info > .p-button.p-button-text {
  background-color: transparent;
  color: #007ad9;
  border-color: transparent;
}
.p-button.p-button-info.p-button-text:enabled:hover,
.p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover,
.p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover {
  background: #007ad90a;
  border-color: transparent;
  color: #007ad9;
}
.p-button.p-button-info.p-button-text:enabled:active,
.p-buttonset.p-button-info > .p-button.p-button-text:enabled:active,
.p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active {
  background: #007ad929;
  border-color: transparent;
  color: #007ad9;
}
.p-button.p-button-success,
.p-buttonset.p-button-success > .p-button,
.p-splitbutton.p-button-success > .p-button {
  color: #fff;
  background: #34a835;
  border: 1px solid #34a835;
}
.p-button.p-button-success:enabled:hover,
.p-buttonset.p-button-success > .p-button:enabled:hover,
.p-splitbutton.p-button-success > .p-button:enabled:hover {
  background: #107d11;
  color: #fff;
  border-color: #107d11;
}
.p-button.p-button-success:enabled:focus,
.p-buttonset.p-button-success > .p-button:enabled:focus,
.p-splitbutton.p-button-success > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #aae5aa;
}
.p-button.p-button-success:enabled:active,
.p-buttonset.p-button-success > .p-button:enabled:active,
.p-splitbutton.p-button-success > .p-button:enabled:active {
  background: #0c6b0d;
  color: #fff;
  border-color: #0c6b0d;
}
.p-button.p-button-success.p-button-outlined,
.p-buttonset.p-button-success > .p-button.p-button-outlined,
.p-splitbutton.p-button-success > .p-button.p-button-outlined {
  background-color: transparent;
  color: #34a835;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:hover,
.p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover,
.p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
  background: #34a8350a;
  color: #34a835;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:active,
.p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active,
.p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
  background: #34a83529;
  color: #34a835;
  border: 1px solid;
}
.p-button.p-button-success.p-button-text,
.p-buttonset.p-button-success > .p-button.p-button-text,
.p-splitbutton.p-button-success > .p-button.p-button-text {
  background-color: transparent;
  color: #34a835;
  border-color: transparent;
}
.p-button.p-button-success.p-button-text:enabled:hover,
.p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover,
.p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover {
  background: #34a8350a;
  border-color: transparent;
  color: #34a835;
}
.p-button.p-button-success.p-button-text:enabled:active,
.p-buttonset.p-button-success > .p-button.p-button-text:enabled:active,
.p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active {
  background: #34a83529;
  border-color: transparent;
  color: #34a835;
}
.p-button.p-button-warning,
.p-buttonset.p-button-warning > .p-button,
.p-splitbutton.p-button-warning > .p-button {
  color: #333;
  background: #ffba01;
  border: 1px solid #ffba01;
}
.p-button.p-button-warning:enabled:hover,
.p-buttonset.p-button-warning > .p-button:enabled:hover,
.p-splitbutton.p-button-warning > .p-button:enabled:hover {
  background: #ed990b;
  color: #333;
  border-color: #ed990b;
}
.p-button.p-button-warning:enabled:focus,
.p-buttonset.p-button-warning > .p-button:enabled:focus,
.p-splitbutton.p-button-warning > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #ffeab4;
}
.p-button.p-button-warning:enabled:active,
.p-buttonset.p-button-warning > .p-button:enabled:active,
.p-splitbutton.p-button-warning > .p-button:enabled:active {
  background: #d38b10;
  color: #333;
  border-color: #d38b10;
}
.p-button.p-button-warning.p-button-outlined,
.p-buttonset.p-button-warning > .p-button.p-button-outlined,
.p-splitbutton.p-button-warning > .p-button.p-button-outlined {
  background-color: transparent;
  color: #ffba01;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:hover,
.p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover,
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
  background: #ffba010a;
  color: #ffba01;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:active,
.p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active,
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
  background: #ffba0129;
  color: #ffba01;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-text,
.p-buttonset.p-button-warning > .p-button.p-button-text,
.p-splitbutton.p-button-warning > .p-button.p-button-text {
  background-color: transparent;
  color: #ffba01;
  border-color: transparent;
}
.p-button.p-button-warning.p-button-text:enabled:hover,
.p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover,
.p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover {
  background: #ffba010a;
  border-color: transparent;
  color: #ffba01;
}
.p-button.p-button-warning.p-button-text:enabled:active,
.p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active,
.p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active {
  background: #ffba0129;
  border-color: transparent;
  color: #ffba01;
}
.p-button.p-button-help,
.p-buttonset.p-button-help > .p-button,
.p-splitbutton.p-button-help > .p-button {
  color: #fff;
  background: #9c27b0;
  border: 1px solid #9c27b0;
}
.p-button.p-button-help:enabled:hover,
.p-buttonset.p-button-help > .p-button:enabled:hover,
.p-splitbutton.p-button-help > .p-button:enabled:hover {
  background: #8e24aa;
  color: #fff;
  border-color: #8e24aa;
}
.p-button.p-button-help:enabled:focus,
.p-buttonset.p-button-help > .p-button:enabled:focus,
.p-splitbutton.p-button-help > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #ce93d8;
}
.p-button.p-button-help:enabled:active,
.p-buttonset.p-button-help > .p-button:enabled:active,
.p-splitbutton.p-button-help > .p-button:enabled:active {
  background: #7b1fa2;
  color: #fff;
  border-color: #7b1fa2;
}
.p-button.p-button-help.p-button-outlined,
.p-buttonset.p-button-help > .p-button.p-button-outlined,
.p-splitbutton.p-button-help > .p-button.p-button-outlined {
  background-color: transparent;
  color: #9c27b0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:hover,
.p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover,
.p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
  background: #9c27b00a;
  color: #9c27b0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:active,
.p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active,
.p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
  background: #9c27b029;
  color: #9c27b0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-text,
.p-buttonset.p-button-help > .p-button.p-button-text,
.p-splitbutton.p-button-help > .p-button.p-button-text {
  background-color: transparent;
  color: #9c27b0;
  border-color: transparent;
}
.p-button.p-button-help.p-button-text:enabled:hover,
.p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover,
.p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover {
  background: #9c27b00a;
  border-color: transparent;
  color: #9c27b0;
}
.p-button.p-button-help.p-button-text:enabled:active,
.p-buttonset.p-button-help > .p-button.p-button-text:enabled:active,
.p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active {
  background: #9c27b029;
  border-color: transparent;
  color: #9c27b0;
}
.p-button.p-button-danger,
.p-buttonset.p-button-danger > .p-button,
.p-splitbutton.p-button-danger > .p-button {
  color: #fff;
  background: #e91224;
  border: 1px solid #e91224;
}
.p-button.p-button-danger:enabled:hover,
.p-buttonset.p-button-danger > .p-button:enabled:hover,
.p-splitbutton.p-button-danger > .p-button:enabled:hover {
  background: #c01120;
  color: #fff;
  border-color: #c01120;
}
.p-button.p-button-danger:enabled:focus,
.p-buttonset.p-button-danger > .p-button:enabled:focus,
.p-splitbutton.p-button-danger > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #f9b4ba;
}
.p-button.p-button-danger:enabled:active,
.p-buttonset.p-button-danger > .p-button:enabled:active,
.p-splitbutton.p-button-danger > .p-button:enabled:active {
  background: #a90000;
  color: #fff;
  border-color: #a90000;
}
.p-button.p-button-danger.p-button-outlined,
.p-buttonset.p-button-danger > .p-button.p-button-outlined,
.p-splitbutton.p-button-danger > .p-button.p-button-outlined {
  background-color: transparent;
  color: #e91224;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:hover,
.p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover,
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
  background: #e912240a;
  color: #e91224;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:active,
.p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active,
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
  background: #e9122429;
  color: #e91224;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-text,
.p-buttonset.p-button-danger > .p-button.p-button-text,
.p-splitbutton.p-button-danger > .p-button.p-button-text {
  background-color: transparent;
  color: #e91224;
  border-color: transparent;
}
.p-button.p-button-danger.p-button-text:enabled:hover,
.p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover,
.p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover {
  background: #e912240a;
  border-color: transparent;
  color: #e91224;
}
.p-button.p-button-danger.p-button-text:enabled:active,
.p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active,
.p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active {
  background: #e9122429;
  border-color: transparent;
  color: #e91224;
}
.p-button.p-button-link {
  color: #005b9f;
  background: transparent;
  border: transparent;
}
.p-button.p-button-link:enabled:hover {
  background: transparent;
  color: #005b9f;
  border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
  text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
  background: transparent;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: transparent;
}
.p-button.p-button-link:enabled:active {
  background: transparent;
  color: #005b9f;
  border-color: transparent;
}
.p-speeddial-button.p-button.p-button-icon-only {
  width: 4rem;
  height: 4rem;
}
.p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
  font-size: 1.3rem;
}
.p-speeddial-button.p-button.p-button-icon-only .p-icon {
  width: 1.3rem;
  height: 1.3rem;
}
.p-speeddial-list {
  outline: 0 none;
}
.p-speeddial-item.p-focus > .p-speeddial-action {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-speeddial-action {
  width: 3rem;
  height: 3rem;
  background: #324249;
  color: #fff;
}
.p-speeddial-action:hover {
  background: #222c31;
  color: #fff;
}
.p-speeddial-direction-up .p-speeddial-item {
  margin: 0.25rem 0;
}
.p-speeddial-direction-up .p-speeddial-item:first-child {
  margin-bottom: 0.5rem;
}
.p-speeddial-direction-down .p-speeddial-item {
  margin: 0.25rem 0;
}
.p-speeddial-direction-down .p-speeddial-item:first-child {
  margin-top: 0.5rem;
}
.p-speeddial-direction-left .p-speeddial-item {
  margin: 0 0.25rem;
}
.p-speeddial-direction-left .p-speeddial-item:first-child {
  margin-right: 0.5rem;
}
.p-speeddial-direction-right .p-speeddial-item {
  margin: 0 0.25rem;
}
.p-speeddial-direction-right .p-speeddial-item:first-child {
  margin-left: 0.5rem;
}
.p-speeddial-circle .p-speeddial-item,
.p-speeddial-semi-circle .p-speeddial-item,
.p-speeddial-quarter-circle .p-speeddial-item {
  margin: 0;
}
.p-speeddial-circle .p-speeddial-item:first-child,
.p-speeddial-circle .p-speeddial-item:last-child,
.p-speeddial-semi-circle .p-speeddial-item:first-child,
.p-speeddial-semi-circle .p-speeddial-item:last-child,
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
  margin: 0;
}
.p-speeddial-mask {
  background-color: #0006;
}
.p-splitbutton {
  border-radius: 3px;
}
.p-splitbutton.p-button-outlined > .p-button {
  background-color: transparent;
  color: #007ad9;
  border: 1px solid;
}
.p-splitbutton.p-button-outlined > .p-button:enabled:hover,
.p-splitbutton.p-button-outlined
  > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #007ad90a;
  color: #007ad9;
}
.p-splitbutton.p-button-outlined > .p-button:enabled:active,
.p-splitbutton.p-button-outlined
  > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #007ad929;
  color: #007ad9;
}
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
  color: #848484;
  border-color: #848484;
}
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover,
.p-splitbutton.p-button-outlined.p-button-plain
  > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #eaeaea;
  color: #848484;
}
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active,
.p-splitbutton.p-button-outlined.p-button-plain
  > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #d2d2d2;
  color: #848484;
}
.p-splitbutton.p-button-text > .p-button {
  background-color: transparent;
  color: #007ad9;
  border-color: transparent;
}
.p-splitbutton.p-button-text > .p-button:enabled:hover,
.p-splitbutton.p-button-text
  > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #007ad90a;
  color: #007ad9;
  border-color: transparent;
}
.p-splitbutton.p-button-text > .p-button:enabled:active,
.p-splitbutton.p-button-text
  > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #007ad929;
  color: #007ad9;
  border-color: transparent;
}
.p-splitbutton.p-button-text.p-button-plain > .p-button {
  color: #848484;
}
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover,
.p-splitbutton.p-button-text.p-button-plain
  > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #eaeaea;
  color: #848484;
}
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active,
.p-splitbutton.p-button-text.p-button-plain
  > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #d2d2d2;
  color: #848484;
}
.p-splitbutton.p-button-raised {
  box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
}
.p-splitbutton.p-button-rounded {
  border-radius: 2rem;
}
.p-splitbutton.p-button-rounded > .p-button {
  border-radius: 2rem;
}
.p-splitbutton.p-button-sm > .p-button {
  font-size: 0.875rem;
  padding: 0.375375rem 0.875rem;
}
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
  font-size: 0.875rem;
}
.p-splitbutton.p-button-lg > .p-button {
  font-size: 1.25rem;
  padding: 0.53625rem 1.25rem;
}
.p-splitbutton.p-button-lg > .p-button.p-button-icon-only {
  width: auto;
}
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
  font-size: 1.25rem;
}
.p-splitbutton.p-button-lg > .p-button .p-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
  background-color: transparent;
  color: #607d8b;
  border: 1px solid;
}
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover,
.p-splitbutton.p-button-secondary.p-button-outlined
  > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #607d8b0a;
  color: #607d8b;
}
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active,
.p-splitbutton.p-button-secondary.p-button-outlined
  > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #607d8b29;
  color: #607d8b;
}
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
  background-color: transparent;
  color: #607d8b;
  border-color: transparent;
}
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover,
.p-splitbutton.p-button-secondary.p-button-text
  > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #607d8b0a;
  border-color: transparent;
  color: #607d8b;
}
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active,
.p-splitbutton.p-button-secondary.p-button-text
  > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #607d8b29;
  border-color: transparent;
  color: #607d8b;
}
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
  background-color: transparent;
  color: #007ad9;
  border: 1px solid;
}
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover,
.p-splitbutton.p-button-info.p-button-outlined
  > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #007ad90a;
  color: #007ad9;
}
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active,
.p-splitbutton.p-button-info.p-button-outlined
  > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #007ad929;
  color: #007ad9;
}
.p-splitbutton.p-button-info.p-button-text > .p-button {
  background-color: transparent;
  color: #007ad9;
  border-color: transparent;
}
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover,
.p-splitbutton.p-button-info.p-button-text
  > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #007ad90a;
  border-color: transparent;
  color: #007ad9;
}
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active,
.p-splitbutton.p-button-info.p-button-text
  > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #007ad929;
  border-color: transparent;
  color: #007ad9;
}
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
  background-color: transparent;
  color: #34a835;
  border: 1px solid;
}
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover,
.p-splitbutton.p-button-success.p-button-outlined
  > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #34a8350a;
  color: #34a835;
}
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active,
.p-splitbutton.p-button-success.p-button-outlined
  > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #34a83529;
  color: #34a835;
}
.p-splitbutton.p-button-success.p-button-text > .p-button {
  background-color: transparent;
  color: #34a835;
  border-color: transparent;
}
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover,
.p-splitbutton.p-button-success.p-button-text
  > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #34a8350a;
  border-color: transparent;
  color: #34a835;
}
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active,
.p-splitbutton.p-button-success.p-button-text
  > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #34a83529;
  border-color: transparent;
  color: #34a835;
}
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
  background-color: transparent;
  color: #ffba01;
  border: 1px solid;
}
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover,
.p-splitbutton.p-button-warning.p-button-outlined
  > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #ffba010a;
  color: #ffba01;
}
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active,
.p-splitbutton.p-button-warning.p-button-outlined
  > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #ffba0129;
  color: #ffba01;
}
.p-splitbutton.p-button-warning.p-button-text > .p-button {
  background-color: transparent;
  color: #ffba01;
  border-color: transparent;
}
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover,
.p-splitbutton.p-button-warning.p-button-text
  > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #ffba010a;
  border-color: transparent;
  color: #ffba01;
}
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active,
.p-splitbutton.p-button-warning.p-button-text
  > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #ffba0129;
  border-color: transparent;
  color: #ffba01;
}
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
  background-color: transparent;
  color: #9c27b0;
  border: 1px solid;
}
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover,
.p-splitbutton.p-button-help.p-button-outlined
  > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #9c27b00a;
  color: #9c27b0;
}
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active,
.p-splitbutton.p-button-help.p-button-outlined
  > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #9c27b029;
  color: #9c27b0;
}
.p-splitbutton.p-button-help.p-button-text > .p-button {
  background-color: transparent;
  color: #9c27b0;
  border-color: transparent;
}
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover,
.p-splitbutton.p-button-help.p-button-text
  > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #9c27b00a;
  border-color: transparent;
  color: #9c27b0;
}
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active,
.p-splitbutton.p-button-help.p-button-text
  > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #9c27b029;
  border-color: transparent;
  color: #9c27b0;
}
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
  background-color: transparent;
  color: #e91224;
  border: 1px solid;
}
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover,
.p-splitbutton.p-button-danger.p-button-outlined
  > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #e912240a;
  color: #e91224;
}
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active,
.p-splitbutton.p-button-danger.p-button-outlined
  > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #e9122429;
  color: #e91224;
}
.p-splitbutton.p-button-danger.p-button-text > .p-button {
  background-color: transparent;
  color: #e91224;
  border-color: transparent;
}
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover,
.p-splitbutton.p-button-danger.p-button-text
  > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #e912240a;
  border-color: transparent;
  color: #e91224;
}
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active,
.p-splitbutton.p-button-danger.p-button-text
  > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #e9122429;
  border-color: transparent;
  color: #e91224;
}
.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin: 0.5rem;
}
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-carousel .p-carousel-indicators {
  padding: 1rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button {
  background-color: #f4f4f4;
  width: 2rem;
  height: 0.5rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
  background: #eaeaea;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background: #007ad9;
  color: #fff;
}
.p-datatable .p-paginator-top {
  border-width: 1px 1px 0 1px;
  border-radius: 0;
}
.p-datatable .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
  border-radius: 0;
}
.p-datatable .p-datatable-header {
  background: #f4f4f4;
  color: #333;
  border: 1px solid #c8c8c8;
  border-width: 1px 1px 0 1px;
  padding: 0.857rem 1rem;
  font-weight: 700;
}
.p-datatable .p-datatable-footer {
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  border-width: 0 1px 1px 1px;
  padding: 0.571rem 1rem;
  font-weight: 400;
}
.p-datatable .p-datatable-thead > tr > th {
  text-align: left;
  padding: 0.571rem 0.857rem;
  border: 1px solid #c8c8c8;
  border-width: 1px 1px 1px 1px;
  font-weight: 700;
  color: #333;
  background: #f4f4f4;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-datatable .p-datatable-tfoot > tr > td {
  text-align: left;
  padding: 0.571rem 0.857rem;
  border: 1px solid #c8c8c8;
  border-width: 1px;
  font-weight: 700;
  color: #333;
  background: #f4f4f4;
}
.p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #848484;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #fff;
  background: #007ad9;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover {
  background: #e0e0e0;
  color: #333;
}
.p-datatable
  .p-sortable-column:not(.p-highlight):hover
  .p-sortable-column-icon {
  color: #333;
}
.p-datatable .p-sortable-column.p-highlight {
  background: #007ad9;
  color: #fff;
}
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #fff;
}
.p-datatable .p-sortable-column.p-highlight:hover {
  background: #007ad9;
  color: #fff;
}
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
  color: #fff;
}
.p-datatable .p-sortable-column:focus-visible {
  box-shadow: inset 0 0 0 0.15rem #8dcdff;
  outline: 0 none;
}
.p-datatable .p-datatable-tbody > tr {
  background: #fff;
  color: #333;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-datatable .p-datatable-tbody > tr > td {
  text-align: left;
  border: 1px solid #c8c8c8;
  border-width: 1px;
  padding: 0.571rem 0.857rem;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
  margin-right: 0.5rem;
}
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
  font-weight: 700;
}
.p-datatable .p-datatable-tbody > tr:focus-visible {
  outline: 0.15rem solid #8dcdff;
  outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
  background: #007ad9;
  color: #fff;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
  box-shadow: inset 0 2px #007ad9;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
  box-shadow: inset 0 -2px #007ad9;
}
.p-datatable.p-datatable-hoverable-rows
  .p-datatable-tbody
  > tr:not(.p-highlight):hover {
  background: #eaeaea;
  color: #333;
}
.p-datatable .p-column-resizer-helper {
  background: #007ad9;
}
.p-datatable.p-datatable-scrollable
  > .p-datatable-wrapper
  > .p-datatable-table
  > .p-datatable-thead,
.p-datatable.p-datatable-scrollable
  > .p-datatable-wrapper
  > .p-datatable-table
  > .p-datatable-tfoot,
.p-datatable.p-datatable-scrollable
  > .p-datatable-wrapper
  > .p-virtualscroller
  > .p-datatable-table
  > .p-datatable-thead,
.p-datatable.p-datatable-scrollable
  > .p-datatable-wrapper
  > .p-virtualscroller
  > .p-datatable-table
  > .p-datatable-tfoot {
  background-color: #f4f4f4;
}
.p-datatable .p-datatable-loading-icon {
  font-size: 2rem;
}
.p-datatable .p-datatable-loading-icon.p-icon {
  width: 2rem;
  height: 2rem;
}
.p-datatable.p-datatable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-footer {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-top {
  border-width: 0 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
  border-width: 1px 0 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
  border-width: 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
  border-width: 1px 0 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
  border-width: 1px 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
  border-width: 1px 0 1px 1px;
}
.p-datatable.p-datatable-gridlines
  .p-datatable-tbody
  > tr:last-child
  > td:last-child {
  border-width: 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
  border-width: 1px 0 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
  border-width: 1px 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines
  .p-datatable-thead
  + .p-datatable-tfoot
  > tr
  > td {
  border-width: 0 0 1px 1px;
}
.p-datatable.p-datatable-gridlines
  .p-datatable-thead
  + .p-datatable-tfoot
  > tr
  > td:last-child {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(
    .p-datatable-tbody
  )
  .p-datatable-tbody
  > tr
  > td {
  border-width: 0 0 1px 1px;
}
.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(
    .p-datatable-tbody
  )
  .p-datatable-tbody
  > tr
  > td:last-child {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(
    .p-datatable-tfoot
  )
  .p-datatable-tbody
  > tr:last-child
  > td {
  border-width: 0 0 0 1px;
}
.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(
    .p-datatable-tfoot
  )
  .p-datatable-tbody
  > tr:last-child
  > td:last-child {
  border-width: 0 1px 0 1px;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(2n) {
  background: #f9f9f9;
}
.p-datatable.p-datatable-striped
  .p-datatable-tbody
  > tr:nth-child(2n).p-highlight {
  background: #007ad9;
  color: #fff;
}
.p-datatable.p-datatable-striped
  .p-datatable-tbody
  > tr:nth-child(2n).p-highlight
  .p-row-toggler {
  color: #fff;
}
.p-datatable.p-datatable-striped
  .p-datatable-tbody
  > tr:nth-child(2n).p-highlight
  .p-row-toggler:hover {
  color: #fff;
}
.p-datatable.p-datatable-sm .p-datatable-header {
  padding: 0.72845rem 0.85rem;
}
.p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
  padding: 0.48535rem 0.72845rem;
}
.p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
  padding: 0.48535rem 0.72845rem;
}
.p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
  padding: 0.48535rem 0.85rem;
}
.p-datatable.p-datatable-sm .p-datatable-footer {
  padding: 0.48535rem 0.85rem;
}
.p-datatable.p-datatable-lg .p-datatable-header {
  padding: 1.07125rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
  padding: 0.71375rem 1.07125rem;
}
.p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
  padding: 0.71375rem 1.07125rem;
}
.p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
  padding: 0.71375rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-footer {
  padding: 0.71375rem 1.25rem;
}
.p-dataview .p-paginator-top {
  border-width: 1px 1px 0 1px;
  border-radius: 0;
}
.p-dataview .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
  border-radius: 0;
}
.p-dataview .p-dataview-header {
  background: #f4f4f4;
  color: #333;
  border: 1px solid #c8c8c8;
  border-width: 1px 1px 0 1px;
  padding: 0.857rem 1rem;
  font-weight: 700;
}
.p-dataview .p-dataview-content {
  background: #fff;
  color: #333;
  border: 0 none;
  padding: 0;
}
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
  border: 1px solid #d8dae2;
  border-width: 1px;
}
.p-dataview .p-dataview-footer {
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  border-width: 0 1px 1px 1px;
  padding: 0.571rem 1rem;
  font-weight: 400;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-column-filter-row .p-column-filter-menu-button,
.p-column-filter-row .p-column-filter-clear-button {
  margin-left: 0.5rem;
}
.p-column-filter-menu-button {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-column-filter-menu-button:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-column-filter-menu-button.p-column-filter-menu-button-open,
.p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
  background: transparent;
  color: #007ad9;
}
.p-column-filter-menu-button.p-column-filter-menu-button-active,
.p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
  background: #007ad9;
  color: #fff;
}
.p-column-filter-menu-button:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-column-filter-clear-button {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-column-filter-clear-button:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-column-filter-clear-button:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-column-filter-overlay {
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 3px 6px #00000029;
  min-width: 12.5rem;
}
.p-column-filter-overlay .p-column-filter-row-items {
  padding: 0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
  margin: 0;
  padding: 0.429rem 0.857rem;
  border: 0 none;
  color: #333;
  background: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-column-filter-overlay
  .p-column-filter-row-items
  .p-column-filter-row-item.p-highlight {
  color: #fff;
  background: #007ad9;
}
.p-column-filter-overlay
  .p-column-filter-row-items
  .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
  color: #333;
  background: #eaeaea;
}
.p-column-filter-overlay
  .p-column-filter-row-items
  .p-column-filter-row-item:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #8dcdff;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-column-filter-overlay-menu .p-column-filter-operator {
  padding: 0.429rem 0.857rem;
  border-bottom: 1px solid #eaeaea;
  color: #333;
  background: #fff;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-column-filter-overlay-menu .p-column-filter-constraint {
  padding: 0.571rem 1rem;
  border-bottom: 1px solid #d8dae2;
}
.p-column-filter-overlay-menu
  .p-column-filter-constraint
  .p-column-filter-matchmode-dropdown {
  margin-bottom: 0.5rem;
}
.p-column-filter-overlay-menu
  .p-column-filter-constraint
  .p-column-filter-remove-button {
  margin-top: 0.5rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
  border-bottom: 0 none;
}
.p-column-filter-overlay-menu .p-column-filter-add-rule,
.p-column-filter-overlay-menu .p-column-filter-buttonbar,
.p-orderlist .p-orderlist-controls {
  padding: 0.571rem 1rem;
}
.p-orderlist .p-orderlist-controls .p-button {
  margin-bottom: 0.5rem;
}
.p-orderlist .p-orderlist-header {
  background: #f4f4f4;
  color: #333;
  border: 1px solid #c8c8c8;
  padding: 0.857rem 1rem;
  font-weight: 700;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-orderlist .p-orderlist-list {
  border: 1px solid #c8c8c8;
  background: #fff;
  color: #333;
  padding: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  outline: 0 none;
}
.p-orderlist .p-orderlist-list .p-orderlist-item {
  padding: 0.429rem 0.857rem;
  margin: 0;
  border: 0 none;
  color: #333;
  background: transparent;
  transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
  background: #eaeaea;
  color: #333;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
  color: #333;
  background: #d6d6d6;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
  color: #fff;
  background: #007ad9;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
  background: #007ad9;
}
.p-orderlist.p-orderlist-striped
  .p-orderlist-list
  .p-orderlist-item:nth-child(2n) {
  background: #f9f9f9;
}
.p-orderlist.p-orderlist-striped
  .p-orderlist-list
  .p-orderlist-item:nth-child(2n):hover {
  background: #eaeaea;
}
.p-organizationchart
  .p-organizationchart-node-content.p-organizationchart-selectable-node:not(
    .p-highlight
  ):hover {
  background: #eaeaea;
  color: #333;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight {
  background: #007ad9;
  color: #fff;
}
.p-organizationchart
  .p-organizationchart-node-content.p-highlight
  .p-node-toggler
  i {
  color: #00325a;
}
.p-organizationchart .p-organizationchart-line-down {
  background: #c8c8c8;
}
.p-organizationchart .p-organizationchart-line-left {
  border-right: 1px solid #c8c8c8;
  border-color: #c8c8c8;
}
.p-organizationchart .p-organizationchart-line-top {
  border-top: 1px solid #c8c8c8;
  border-color: #c8c8c8;
}
.p-organizationchart .p-organizationchart-node-content {
  border: 1px solid #c8c8c8;
  background: #fff;
  color: #333;
  padding: 0.571rem 1rem;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler {
  background: inherit;
  color: inherit;
  border-radius: 50%;
}
.p-organizationchart
  .p-organizationchart-node-content
  .p-node-toggler:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-paginator {
  background: #f4f4f4;
  color: #333;
  border: solid #c8c8c8;
  border-width: 1px;
  padding: 0;
  border-radius: 3px;
}
.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  background-color: transparent;
  border: 0 none;
  color: #848484;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
  background: #e0e0e0;
  border-color: transparent;
  color: #333;
}
.p-paginator .p-paginator-first {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.p-paginator .p-paginator-last {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.p-paginator .p-dropdown {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 2.357rem;
}
.p-paginator .p-dropdown .p-dropdown-label {
  padding-right: 0;
}
.p-paginator .p-paginator-page-input {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.p-paginator .p-paginator-page-input .p-inputtext {
  max-width: 2.357rem;
}
.p-paginator .p-paginator-current {
  background-color: transparent;
  border: 0 none;
  color: #848484;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0;
  padding: 0 0.5rem;
}
.p-paginator .p-paginator-pages .p-paginator-page {
  background-color: transparent;
  border: 0 none;
  color: #848484;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #007ad9;
  border-color: #007ad9;
  color: #fff;
}
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
  background: #e0e0e0;
  border-color: transparent;
  color: #333;
}
.p-picklist .p-picklist-buttons {
  padding: 0.571rem 1rem;
}
.p-picklist .p-picklist-buttons .p-button {
  margin-bottom: 0.5rem;
}
.p-picklist .p-picklist-header {
  background: #f4f4f4;
  color: #333;
  border: 1px solid #c8c8c8;
  padding: 0.857rem 1rem;
  font-weight: 700;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-picklist .p-picklist-list {
  border: 1px solid #c8c8c8;
  background: #fff;
  color: #333;
  padding: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  outline: 0 none;
}
.p-picklist .p-picklist-list .p-picklist-item {
  padding: 0.429rem 0.857rem;
  margin: 0;
  border: 0 none;
  color: #333;
  background: transparent;
  transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
}
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
  background: #eaeaea;
  color: #333;
}
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
  color: #333;
  background: #d6d6d6;
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
  color: #fff;
  background: #007ad9;
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
  background: #007ad9;
}
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(2n) {
  background: #f9f9f9;
}
.p-picklist.p-picklist-striped
  .p-picklist-list
  .p-picklist-item:nth-child(2n):hover {
  background: #eaeaea;
}
.p-timeline .p-timeline-event-marker {
  border: 0 none;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #007ad9;
}
.p-timeline .p-timeline-event-connector {
  background-color: #c8c8c8;
}
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
.p-timeline.p-timeline-vertical .p-timeline-event-content {
  padding: 0 1rem;
}
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
  width: 2px;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
  padding: 1rem 0;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
  height: 2px;
}
.p-tree {
  border: 1px solid #c8c8c8;
  background: #fff;
  color: #333;
  padding: 0.571rem 1rem;
  border-radius: 3px;
}
.p-tree .p-tree-container .p-treenode {
  padding: 0.143rem;
  outline: 0 none;
}
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #8dcdff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content {
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
  padding: 0;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-tree
  .p-tree-container
  .p-treenode
  .p-treenode-content
  .p-tree-toggler:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-tree
  .p-tree-container
  .p-treenode
  .p-treenode-content
  .p-tree-toggler:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
  margin-right: 0.5rem;
  color: #848484;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree
  .p-tree-container
  .p-treenode
  .p-treenode-content
  .p-checkbox
  .p-indeterminate
  .p-checkbox-icon {
  color: #333;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
  background: #007ad9;
  color: #fff;
}
.p-tree
  .p-tree-container
  .p-treenode
  .p-treenode-content.p-highlight
  .p-tree-toggler,
.p-tree
  .p-tree-container
  .p-treenode
  .p-treenode-content.p-highlight
  .p-treenode-icon,
.p-tree
  .p-tree-container
  .p-treenode
  .p-treenode-content.p-highlight
  .p-tree-toggler:hover,
.p-tree
  .p-tree-container
  .p-treenode
  .p-treenode-content.p-highlight
  .p-treenode-icon:hover {
  color: #fff;
}
.p-tree
  .p-tree-container
  .p-treenode
  .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #eaeaea;
  color: #333;
}
.p-tree .p-tree-filter-container {
  margin-bottom: 0.5rem;
}
.p-tree .p-tree-filter-container .p-tree-filter {
  width: 100%;
  padding-right: 1.429rem;
}
.p-tree .p-tree-filter-container .p-tree-filter-icon {
  right: 0.429rem;
  color: #848484;
}
.p-tree .p-treenode-children {
  padding: 0 0 0 1rem;
}
.p-tree .p-tree-loading-icon {
  font-size: 2rem;
}
.p-tree .p-tree-loading-icon.p-icon {
  width: 2rem;
  height: 2rem;
}
.p-treetable .p-paginator-top {
  border-width: 1px 1px 0 1px;
  border-radius: 0;
}
.p-treetable .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
  border-radius: 0;
}
.p-treetable .p-treetable-header {
  background: #f4f4f4;
  color: #333;
  border: 1px solid #c8c8c8;
  border-width: 1px 1px 0 1px;
  padding: 0.857rem 1rem;
  font-weight: 700;
}
.p-treetable .p-treetable-footer {
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  border-width: 0 1px 1px 1px;
  padding: 0.571rem 1rem;
  font-weight: 400;
}
.p-treetable .p-treetable-thead > tr > th {
  text-align: left;
  padding: 0.571rem 0.857rem;
  border: 1px solid #c8c8c8;
  border-width: 1px 1px 1px 1px;
  font-weight: 700;
  color: #333;
  background: #f4f4f4;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-treetable .p-treetable-tfoot > tr > td {
  text-align: left;
  padding: 0.571rem 0.857rem;
  border: 1px solid #c8c8c8;
  border-width: 1px;
  font-weight: 700;
  color: #333;
  background: #f4f4f4;
}
.p-treetable .p-sortable-column {
  outline-color: #8dcdff;
}
.p-treetable .p-sortable-column .p-sortable-column-icon {
  color: #848484;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #fff;
  background: #007ad9;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover {
  background: #e0e0e0;
  color: #333;
}
.p-treetable
  .p-sortable-column:not(.p-highlight):hover
  .p-sortable-column-icon {
  color: #333;
}
.p-treetable .p-sortable-column.p-highlight {
  background: #007ad9;
  color: #fff;
}
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #fff;
}
.p-treetable .p-treetable-tbody > tr {
  background: #fff;
  color: #333;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-treetable .p-treetable-tbody > tr > td {
  text-align: left;
  border: 1px solid #c8c8c8;
  border-width: 1px;
  padding: 0.571rem 0.857rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox {
  margin-right: 0.5rem;
}
.p-treetable
  .p-treetable-tbody
  > tr
  > td
  .p-treetable-toggler
  + .p-checkbox
  .p-indeterminate
  .p-checkbox-icon {
  color: #333;
}
.p-treetable .p-treetable-tbody > tr:focus-visible {
  outline: 0.15rem solid #8dcdff;
  outline-offset: -0.15rem;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
  background: #007ad9;
  color: #fff;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
  color: #fff;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
  color: #fff;
}
.p-treetable.p-treetable-hoverable-rows
  .p-treetable-tbody
  > tr:not(.p-highlight):hover {
  background: #eaeaea;
  color: #333;
}
.p-treetable.p-treetable-hoverable-rows
  .p-treetable-tbody
  > tr:not(.p-highlight):hover
  .p-treetable-toggler {
  color: #333;
}
.p-treetable .p-column-resizer-helper {
  background: #007ad9;
}
.p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
  background: #f4f4f4;
}
.p-treetable .p-treetable-loading-icon {
  font-size: 2rem;
}
.p-treetable .p-treetable-loading-icon.p-icon {
  width: 2rem;
  height: 2rem;
}
.p-treetable.p-treetable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-footer {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-top {
  border-width: 0 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-bottom {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-sm .p-treetable-header {
  padding: 0.749875rem 0.875rem;
}
.p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
  padding: 0.48535rem 0.72845rem;
}
.p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
  padding: 0.48535rem 0.72845rem;
}
.p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
  padding: 0.48535rem 0.85rem;
}
.p-treetable.p-treetable-sm .p-treetable-footer {
  padding: 0.48535rem 0.85rem;
}
.p-treetable.p-treetable-lg .p-treetable-header {
  padding: 1.07125rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
  padding: 0.71375rem 1.07125rem;
}
.p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
  padding: 0.71375rem 1.07125rem;
}
.p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
  padding: 0.71375rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-footer {
  padding: 0.71375rem 1.25rem;
}
.p-accordion .p-accordion-header .p-accordion-header-link {
  font-weight: 700;
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-accordion
  .p-accordion-header
  .p-accordion-header-link
  .p-accordion-toggle-icon {
  margin-right: 0.5rem;
}
.p-accordion
  .p-accordion-header:not(.p-disabled)
  .p-accordion-header-link:focus-visible {
  outline: 0 none;
  outline-offset: 0;
}
.p-accordion
  .p-accordion-header:not(.p-disabled).p-highlight
  .p-accordion-header-link {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-accordion .p-accordion-content {
  border-top: 0;
  border-radius: 0 0 3px 3px;
}
.p-accordion .p-accordion-tab {
  margin-bottom: 2px;
}
.p-card {
  background: #fff;
  color: #333;
  box-shadow: 0 1px 3px #0000001f, 0 1px 2px #0000003d;
  border-radius: 3px;
}
.p-card .p-card-body {
  padding: 1rem;
}
.p-card .p-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.p-card .p-card-subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #848484;
}
.p-card .p-card-content {
  padding: 1rem 0;
}
.p-card .p-card-footer {
  padding: 1rem 0 0;
}
.p-fieldset {
  border: 1px solid #c8c8c8;
  background: #fff;
  color: #333;
  border-radius: 3px;
}
.p-fieldset .p-fieldset-legend {
  padding: 0.857rem 1rem;
  border: 1px solid #c8c8c8;
  color: #333;
  background: #f4f4f4;
  font-weight: 700;
  border-radius: 3px;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
  padding: 0;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
  padding: 0.857rem 1rem;
  color: #333;
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
  margin-right: 0.5rem;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover {
  color: #333;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #333;
}
.p-fieldset .p-fieldset-content {
  padding: 0.571rem 1rem;
}
.p-divider .p-divider-content {
  background-color: #fff;
}
.p-divider.p-divider-horizontal {
  margin: 1rem 0;
  padding: 0 1rem;
}
.p-divider.p-divider-horizontal:before {
  border-top: 1px #c8c8c8;
}
.p-divider.p-divider-horizontal .p-divider-content {
  padding: 0 0.5rem;
}
.p-divider.p-divider-vertical {
  margin: 0 1rem;
  padding: 1rem 0;
}
.p-divider.p-divider-vertical:before {
  border-left: 1px #c8c8c8;
}
.p-divider.p-divider-vertical .p-divider-content {
  padding: 0.5rem 0;
}
.p-panel .p-panel-header {
  border: 1px solid #c8c8c8;
  padding: 0.857rem 1rem;
  background: #f4f4f4;
  color: #333;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-panel .p-panel-header .p-panel-title {
  font-weight: 700;
}
.p-panel .p-panel-header .p-panel-header-icon {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-panel .p-panel-header .p-panel-header-icon:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-panel.p-panel-toggleable .p-panel-header {
  padding: 0.857rem 1rem;
}
.p-panel .p-panel-content {
  padding: 0.571rem 1rem;
  border: 1px solid #c8c8c8;
  background: #fff;
  color: #333;
  border-top: 0 none;
}
.p-panel .p-panel-content:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-panel .p-panel-footer {
  padding: 0.571rem 1rem;
  border: 1px solid #c8c8c8;
  background: #fff;
  color: #333;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 0 none;
}
.p-scrollpanel .p-scrollpanel-bar {
  background: #f8f8f8;
  border: 0 none;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
}
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-splitter {
  border: 1px solid #c8c8c8;
  background: #fff;
  border-radius: 3px;
  color: #333;
}
.p-splitter .p-splitter-gutter {
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  background: #eaeaea;
}
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
  background: #d8dae2;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
}
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-splitter .p-splitter-gutter-resizing {
  background: #d8dae2;
}
.p-tabview .p-tabview-nav {
  background: transparent;
  border: 0 none;
  border-width: 1px;
}
.p-tabview .p-tabview-nav li {
  margin-right: 2px;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  border: 1px solid #c8c8c8;
  border-width: 1px;
  border-color: #c8c8c8;
  background: #f4f4f4;
  color: #333;
  padding: 0.857rem 1rem;
  font-weight: 700;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
  margin: 0 0 -1px;
}
.p-tabview
  .p-tabview-nav
  li
  .p-tabview-nav-link:not(.p-disabled):focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-tabview
  .p-tabview-nav
  li:not(.p-highlight):not(.p-disabled):hover
  .p-tabview-nav-link {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #333;
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background: #007ad9;
  border-color: #007ad9;
  color: #fff;
}
.p-tabview .p-tabview-nav-btn.p-link {
  background: #007ad9;
  color: #fff;
  width: 2.357rem;
  box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
  border-radius: 0;
}
.p-tabview .p-tabview-nav-btn.p-link:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-tabview .p-tabview-panels {
  background: #fff;
  padding: 0.571rem 1rem;
  border: 1px solid #c8c8c8;
  color: #333;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-toolbar {
  background: #f4f4f4;
  border: 1px solid #c8c8c8;
  padding: 0.857rem 1rem;
  border-radius: 3px;
  gap: 0.5rem;
}
.p-toolbar .p-toolbar-separator {
  margin: 0 0.5rem;
}
.p-confirm-popup {
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 0 6px #00000029;
}
.p-confirm-popup .p-confirm-popup-content {
  padding: 0.571rem 1rem;
}
.p-confirm-popup .p-confirm-popup-footer {
  text-align: right;
  padding: 0 1rem 0.571rem;
}
.p-confirm-popup .p-confirm-popup-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-confirm-popup .p-confirm-popup-footer button:last-child {
  margin: 0;
}
.p-confirm-popup:after {
  border: solid transparent;
  border-color: #fff0;
  border-bottom-color: #fff;
}
.p-confirm-popup:before {
  border: solid transparent;
  border-color: #c8c8c800;
  border-bottom-color: #c8c8c8;
}
.p-confirm-popup.p-confirm-popup-flipped:after {
  border-top-color: #fff;
}
.p-confirm-popup.p-confirm-popup-flipped:before {
  border-top-color: #c8c8c8;
}
.p-confirm-popup .p-confirm-popup-icon {
  font-size: 1.5rem;
}
.p-confirm-popup .p-confirm-popup-icon.p-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.p-confirm-popup .p-confirm-popup-message {
  margin-left: 1rem;
}
.p-dialog {
  border-radius: 3px;
  box-shadow: 0 0 6px #00000029;
  border: 1px solid #c8c8c8;
}
.p-dialog .p-dialog-header {
  border-bottom: 1px solid #c8c8c8;
  background: #f4f4f4;
  color: #333;
  padding: 1rem;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-dialog .p-dialog-header .p-dialog-title {
  font-weight: 700;
  font-size: 1rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: none;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
  margin-right: 0;
}
.p-dialog .p-dialog-content {
  background: #fff;
  color: #333;
  padding: 1rem;
}
.p-dialog .p-dialog-content:last-of-type {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer {
  border-top: 1px solid #c8c8c8;
  background: #fff;
  color: #333;
  padding: 0.571rem 1rem;
  text-align: right;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
  font-size: 2rem;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-message:not(:first-child) {
  margin-left: 1rem;
}
.p-overlaypanel {
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 0 6px #00000029;
}
.p-overlaypanel .p-overlaypanel-content {
  padding: 0.571rem 1rem;
}
.p-overlaypanel .p-overlaypanel-close {
  background: #007ad9;
  color: #fff;
  width: 2rem;
  height: 2rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
}
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
  background: #116fbf;
  color: #fff;
}
.p-overlaypanel:after {
  border: solid transparent;
  border-color: #fff0;
  border-bottom-color: #fff;
}
.p-overlaypanel:before {
  border: solid transparent;
  border-color: #c8c8c800;
  border-bottom-color: #bebebe;
}
.p-overlaypanel.p-overlaypanel-flipped:after {
  border-top-color: #fff;
}
.p-overlaypanel.p-overlaypanel-flipped:before {
  border-top-color: #c8c8c8;
}
.p-sidebar {
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0 6px #00000029;
}
.p-sidebar .p-sidebar-header {
  padding: 0.857rem 1rem;
}
.p-sidebar .p-sidebar-header .p-sidebar-close,
.p-sidebar .p-sidebar-header .p-sidebar-icon {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-sidebar .p-sidebar-header + .p-sidebar-content {
  padding-top: 0;
}
.p-sidebar .p-sidebar-content {
  padding: 0.571rem 1rem;
}
.p-fileupload .p-fileupload-buttonbar {
  background: #f4f4f4;
  padding: 0.857rem 1rem;
  border: 1px solid #c8c8c8;
  color: #333;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  gap: 0.5rem;
}
.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-fileupload .p-fileupload-content {
  background: #fff;
  padding: 0.571rem 1rem;
  border: 1px solid #c8c8c8;
  color: #333;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-fileupload .p-fileupload-content.p-fileupload-highlight {
  border: 1px dashed #007ad9;
  background-color: #007ad9;
}
.p-fileupload .p-fileupload-file {
  padding: 1rem;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-fileupload .p-fileupload-file:last-child {
  margin-bottom: 0;
}
.p-fileupload .p-fileupload-file-name {
  margin-bottom: 0.5rem;
}
.p-fileupload .p-fileupload-file-size {
  margin-right: 0.5rem;
}
.p-fileupload .p-progressbar {
  height: 0.25rem;
}
.p-fileupload .p-fileupload-row > div {
  padding: 0.571rem 0.857rem;
}
.p-fileupload.p-fileupload-advanced .p-message {
  margin-top: 0;
}
.p-fileupload-choose:not(.p-disabled):hover {
  background: #116fbf;
  color: #fff;
  border-color: #116fbf;
}
.p-fileupload-choose:not(.p-disabled):active {
  background: #005b9f;
  color: #fff;
  border-color: #005b9f;
}
.p-breadcrumb {
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding: 0.571rem 1rem;
}
.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text,
.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon {
  color: #333;
}
.p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator {
  margin: 0 0.5rem;
  color: #333;
}
.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text {
  color: #333;
}
.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
  color: #333;
}
.p-contextmenu {
  padding: 0;
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0 6px #00000029;
  border-radius: 3px;
  width: 12.5rem;
}
.p-contextmenu .p-contextmenu-root-list {
  outline: 0 none;
}
.p-contextmenu .p-submenu-list {
  padding: 0;
  background: #fff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0 6px #00000029;
  border-radius: 3px;
}
.p-contextmenu .p-menuitem > .p-menuitem-content {
  color: #333;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
  color: #333;
  padding: 0.857rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-contextmenu
  .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-contextmenu
  .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-icon {
  color: #333;
  margin-right: 0.5rem;
}
.p-contextmenu
  .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
  color: #333;
  background: #eaeaea;
}
.p-contextmenu
  .p-menuitem.p-highlight
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-contextmenu
  .p-menuitem.p-highlight
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-icon,
.p-contextmenu
  .p-menuitem.p-highlight
  > .p-menuitem-content
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
  background: #eaeaea;
}
.p-contextmenu
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content {
  color: #333;
  background: #d6d6d6;
}
.p-contextmenu
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-contextmenu
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-icon,
.p-contextmenu
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-contextmenu
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover {
  color: #333;
  background: #eaeaea;
}
.p-contextmenu
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-contextmenu
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-menuitem-icon,
.p-contextmenu
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-contextmenu .p-menuitem-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-contextmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-contextmenu .p-submenu-icon.p-icon {
  width: 0.875rem;
  height: 0.875rem;
}
.p-dock .p-dock-list-container {
  background: #ffffff1a;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.p-dock .p-dock-list-container .p-dock-list {
  outline: 0 none;
}
.p-dock .p-dock-item {
  padding: 0.5rem;
  border-radius: 3px;
}
.p-dock .p-dock-item.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #8dcdff;
}
.p-dock .p-dock-link {
  width: 4rem;
  height: 4rem;
}
.p-dock.p-dock-top .p-dock-item-second-prev,
.p-dock.p-dock-top .p-dock-item-second-next,
.p-dock.p-dock-bottom .p-dock-item-second-prev,
.p-dock.p-dock-bottom .p-dock-item-second-next {
  margin: 0 0.9rem;
}
.p-dock.p-dock-top .p-dock-item-prev,
.p-dock.p-dock-top .p-dock-item-next,
.p-dock.p-dock-bottom .p-dock-item-prev,
.p-dock.p-dock-bottom .p-dock-item-next {
  margin: 0 1.3rem;
}
.p-dock.p-dock-top .p-dock-item-current,
.p-dock.p-dock-bottom .p-dock-item-current {
  margin: 0 1.5rem;
}
.p-dock.p-dock-left .p-dock-item-second-prev,
.p-dock.p-dock-left .p-dock-item-second-next,
.p-dock.p-dock-right .p-dock-item-second-prev,
.p-dock.p-dock-right .p-dock-item-second-next {
  margin: 0.9rem 0;
}
.p-dock.p-dock-left .p-dock-item-prev,
.p-dock.p-dock-left .p-dock-item-next,
.p-dock.p-dock-right .p-dock-item-prev,
.p-dock.p-dock-right .p-dock-item-next {
  margin: 1.3rem 0;
}
.p-dock.p-dock-left .p-dock-item-current,
.p-dock.p-dock-right .p-dock-item-current {
  margin: 1.5rem 0;
}
@media screen and (max-width: 960px) {
  .p-dock.p-dock-top .p-dock-list-container,
  .p-dock.p-dock-bottom .p-dock-list-container {
    overflow-x: auto;
    width: 100%;
  }
  .p-dock.p-dock-top .p-dock-list-container .p-dock-list,
  .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
    margin: 0 auto;
  }
  .p-dock.p-dock-left .p-dock-list-container,
  .p-dock.p-dock-right .p-dock-list-container {
    overflow-y: auto;
    height: 100%;
  }
  .p-dock.p-dock-left .p-dock-list-container .p-dock-list,
  .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
    margin: auto 0;
  }
  .p-dock .p-dock-list .p-dock-item {
    transform: none;
    margin: 0;
  }
}
.p-megamenu {
  padding: 0.5rem;
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
}
.p-megamenu .p-megamenu-root-list {
  outline: 0 none;
}
.p-megamenu .p-menuitem > .p-menuitem-content {
  color: #333;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
  color: #333;
  padding: 0.857rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-megamenu
  .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-megamenu
  .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-icon {
  color: #333;
  margin-right: 0.5rem;
}
.p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #333;
}
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
  color: #333;
  background: #eaeaea;
}
.p-megamenu
  .p-menuitem.p-highlight
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-megamenu
  .p-menuitem.p-highlight
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-icon,
.p-megamenu
  .p-menuitem.p-highlight
  > .p-menuitem-content
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
  background: #eaeaea;
}
.p-megamenu
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content {
  color: #333;
  background: #d6d6d6;
}
.p-megamenu
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-megamenu
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-icon,
.p-megamenu
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-megamenu
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover {
  color: #333;
  background: #eaeaea;
}
.p-megamenu
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-megamenu
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-menuitem-icon,
.p-megamenu
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-megamenu .p-megamenu-panel {
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0 6px #00000029;
}
.p-megamenu .p-submenu-header {
  margin: 0;
  padding: 0.857rem;
  color: #333;
  background: #f4f4f4;
  font-weight: 700;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-megamenu .p-submenu-list {
  padding: 0;
  width: 12.5rem;
}
.p-megamenu .p-submenu-list .p-menuitem-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-megamenu.p-megamenu-vertical {
  width: 12.5rem;
  padding: 0;
}
.p-megamenu.p-megamenu-horizontal
  .p-megamenu-root-list
  > .p-menuitem
  > .p-menuitem-content {
  color: #333;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-megamenu.p-megamenu-horizontal
  .p-megamenu-root-list
  > .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link {
  padding: 0.857rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-megamenu.p-megamenu-horizontal
  .p-megamenu-root-list
  > .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-megamenu.p-megamenu-horizontal
  .p-megamenu-root-list
  > .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-icon {
  color: #333;
  margin-right: 0.5rem;
}
.p-megamenu.p-megamenu-horizontal
  .p-megamenu-root-list
  > .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
  margin-left: 0.5rem;
}
.p-megamenu.p-megamenu-horizontal
  .p-megamenu-root-list
  > .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover {
  color: #333;
  background: #eaeaea;
}
.p-megamenu.p-megamenu-horizontal
  .p-megamenu-root-list
  > .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-megamenu.p-megamenu-horizontal
  .p-megamenu-root-list
  > .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-menuitem-icon,
.p-megamenu.p-megamenu-horizontal
  .p-megamenu-root-list
  > .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-menu {
  padding: 0;
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  width: 12.5rem;
}
.p-menu .p-menuitem > .p-menuitem-content {
  color: #333;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link {
  color: #333;
  padding: 0.857rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #333;
}
.p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
  color: #333;
  margin-right: 0.5rem;
}
.p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #333;
}
.p-menu .p-menuitem.p-highlight > .p-menuitem-content {
  color: #333;
  background: #eaeaea;
}
.p-menu
  .p-menuitem.p-highlight
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-menu
  .p-menuitem.p-highlight
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-icon,
.p-menu
  .p-menuitem.p-highlight
  > .p-menuitem-content
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
  background: #eaeaea;
}
.p-menu
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content {
  color: #333;
  background: #d6d6d6;
}
.p-menu
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-menu
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-icon,
.p-menu
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-menu
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover {
  color: #333;
  background: #eaeaea;
}
.p-menu
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-menu
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-menuitem-icon,
.p-menu
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-menu.p-menu-overlay {
  background: #fff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0 6px #00000029;
}
.p-menu .p-submenu-header {
  margin: 0;
  padding: 0.857rem;
  color: #333;
  background: #f4f4f4;
  font-weight: 700;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-menu .p-menuitem-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-menubar {
  padding: 0.5rem;
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
}
.p-menubar .p-menubar-root-list {
  outline: 0 none;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content {
  color: #333;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-menubar
  .p-menubar-root-list
  > .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link {
  padding: 0.857rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-menubar
  .p-menubar-root-list
  > .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-menubar
  .p-menubar-root-list
  > .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-icon {
  color: #333;
  margin-right: 0.5rem;
}
.p-menubar
  .p-menubar-root-list
  > .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
  margin-left: 0.5rem;
}
.p-menubar
  .p-menubar-root-list
  > .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover {
  color: #333;
  background: #eaeaea;
}
.p-menubar
  .p-menubar-root-list
  > .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-menubar
  .p-menubar-root-list
  > .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-menuitem-icon,
.p-menubar
  .p-menubar-root-list
  > .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-menubar .p-menuitem > .p-menuitem-content {
  color: #333;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
  color: #333;
  padding: 0.857rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #333;
}
.p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
  color: #333;
  margin-right: 0.5rem;
}
.p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #333;
}
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
  color: #333;
  background: #eaeaea;
}
.p-menubar
  .p-menuitem.p-highlight
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-menubar
  .p-menuitem.p-highlight
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-icon,
.p-menubar
  .p-menuitem.p-highlight
  > .p-menuitem-content
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
  background: #eaeaea;
}
.p-menubar
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content {
  color: #333;
  background: #d6d6d6;
}
.p-menubar
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-menubar
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-icon,
.p-menubar
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-menubar
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover {
  color: #333;
  background: #eaeaea;
}
.p-menubar
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-menubar
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-menuitem-icon,
.p-menubar
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-menubar .p-submenu-list {
  padding: 0;
  background: #fff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0 6px #00000029;
  width: 12.5rem;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-menubar .p-submenu-list .p-submenu-icon {
  font-size: 0.875rem;
}
@media screen and (max-width: 960px) {
  .p-menubar {
    position: relative;
  }
  .p-menubar .p-menubar-button {
    display: flex;
    width: 2rem;
    height: 2rem;
    color: #333;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-menubar .p-menubar-button:hover {
    color: #333;
    background: #eaeaea;
  }
  .p-menubar .p-menubar-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-menubar .p-menubar-root-list {
    position: absolute;
    display: none;
    padding: 0;
    background: #fff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0 6px #00000029;
    width: 100%;
  }
  .p-menubar .p-menubar-root-list .p-menuitem-separator {
    border-top: 1px solid #d8dae2;
    margin: 0;
  }
  .p-menubar .p-menubar-root-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-menubar
    .p-menubar-root-list
    .p-menuitem
    .p-menuitem-content
    .p-menuitem-link
    .p-submenu-icon {
    margin-left: auto;
    transition: transform 0.2s;
  }
  .p-menubar
    .p-menubar-root-list
    .p-menuitem.p-menuitem-active
    > .p-menuitem-content
    > .p-menuitem-link
    > .p-submenu-icon {
    transform: rotate(-180deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list {
    width: 100%;
    position: static;
    box-shadow: none;
    border: 0 none;
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
    transition: transform 0.2s;
    transform: rotate(90deg);
  }
  .p-menubar
    .p-menubar-root-list
    .p-submenu-list
    .p-menuitem-active
    > .p-menuitem-content
    > .p-menuitem-link
    > .p-submenu-icon {
    transform: rotate(-90deg);
  }
  .p-menubar .p-menubar-root-list .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar
    .p-menubar-root-list
    .p-submenu-list
    .p-menuitem
    .p-menuitem-content
    .p-menuitem-link {
    padding-left: 2.571rem;
  }
  .p-menubar
    .p-menubar-root-list
    .p-submenu-list
    .p-menuitem
    .p-submenu-list
    .p-menuitem
    .p-menuitem-content
    .p-menuitem-link {
    padding-left: 4.285rem;
  }
  .p-menubar
    .p-menubar-root-list
    .p-submenu-list
    .p-menuitem
    .p-submenu-list
    .p-menuitem
    .p-submenu-list
    .p-menuitem
    .p-menuitem-content
    .p-menuitem-link {
    padding-left: 5.999rem;
  }
  .p-menubar
    .p-menubar-root-list
    .p-submenu-list
    .p-menuitem
    .p-submenu-list
    .p-menuitem
    .p-submenu-list
    .p-menuitem
    .p-submenu-list
    .p-menuitem
    .p-menuitem-content
    .p-menuitem-link {
    padding-left: 7.713rem;
  }
  .p-menubar
    .p-menubar-root-list
    .p-submenu-list
    .p-menuitem
    .p-submenu-list
    .p-menuitem
    .p-submenu-list
    .p-menuitem
    .p-submenu-list
    .p-menuitem
    .p-submenu-list
    .p-menuitem
    .p-menuitem-content
    .p-menuitem-link {
    padding-left: 9.427rem;
  }
  .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}
.p-panelmenu .p-panelmenu-header {
  outline: 0 none;
}
.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
  border: 1px solid #c8c8c8;
  color: #333;
  background: #f4f4f4;
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-panelmenu
  .p-panelmenu-header
  .p-panelmenu-header-content
  .p-panelmenu-header-action {
  color: #333;
  padding: 0.857rem 1rem;
  font-weight: 700;
}
.p-panelmenu
  .p-panelmenu-header
  .p-panelmenu-header-content
  .p-panelmenu-header-action
  .p-submenu-icon,
.p-panelmenu
  .p-panelmenu-header
  .p-panelmenu-header-content
  .p-panelmenu-header-action
  .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-panelmenu
  .p-panelmenu-header:not(.p-disabled):focus-visible
  .p-panelmenu-header-content {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-panelmenu
  .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover
  .p-panelmenu-header-content {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #333;
}
.p-panelmenu
  .p-panelmenu-header:not(.p-disabled).p-highlight
  .p-panelmenu-header-content {
  background: #007ad9;
  border-color: #007ad9;
  color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}
.p-panelmenu
  .p-panelmenu-header:not(.p-disabled).p-highlight:hover
  .p-panelmenu-header-content {
  border-color: #005b9f;
  background: #005b9f;
  color: #fff;
}
.p-panelmenu .p-panelmenu-content {
  padding: 0;
  border: 1px solid #c8c8c8;
  background: #fff;
  color: #333;
  border-top: 0;
  border-radius: 0 0 3px 3px;
}
.p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
  outline: 0 none;
}
.p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
  color: #333;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-panelmenu
  .p-panelmenu-content
  .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link {
  color: #333;
  padding: 0.857rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-panelmenu
  .p-panelmenu-content
  .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-panelmenu
  .p-panelmenu-content
  .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-icon {
  color: #333;
  margin-right: 0.5rem;
}
.p-panelmenu
  .p-panelmenu-content
  .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-panelmenu
  .p-panelmenu-content
  .p-menuitem.p-highlight
  > .p-menuitem-content {
  color: #333;
  background: #eaeaea;
}
.p-panelmenu
  .p-panelmenu-content
  .p-menuitem.p-highlight
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-panelmenu
  .p-panelmenu-content
  .p-menuitem.p-highlight
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-icon,
.p-panelmenu
  .p-panelmenu-content
  .p-menuitem.p-highlight
  > .p-menuitem-content
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-panelmenu
  .p-panelmenu-content
  .p-menuitem.p-highlight.p-focus
  > .p-menuitem-content {
  background: #eaeaea;
}
.p-panelmenu
  .p-panelmenu-content
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content {
  color: #333;
  background: #d6d6d6;
}
.p-panelmenu
  .p-panelmenu-content
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-panelmenu
  .p-panelmenu-content
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-icon,
.p-panelmenu
  .p-panelmenu-content
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-panelmenu
  .p-panelmenu-content
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover {
  color: #333;
  background: #eaeaea;
}
.p-panelmenu
  .p-panelmenu-content
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-panelmenu
  .p-panelmenu-content
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-menuitem-icon,
.p-panelmenu
  .p-panelmenu-content
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-panelmenu
  .p-panelmenu-content
  .p-menuitem
  .p-menuitem-content
  .p-menuitem-link
  .p-submenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-menuitem-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
  padding: 0 0 0 1rem;
}
.p-panelmenu .p-panelmenu-panel {
  margin-bottom: 2px;
}
.p-steps .p-steps-item .p-menuitem-link {
  background: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
  background: #fff;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
  color: #333;
  border: 1px solid #dee2e6;
  background: #fff;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.143rem;
  z-index: 1;
  border-radius: 50%;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  margin-top: 0.5rem;
  color: #848484;
}
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-steps .p-steps-item.p-highlight .p-steps-number {
  background: #007ad9;
  color: #fff;
}
.p-steps .p-steps-item.p-highlight .p-steps-title {
  font-weight: 700;
  color: #333;
}
.p-steps .p-steps-item:before {
  content: " ";
  border-top: 1px solid #d8dae2;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  margin-top: -1rem;
}
.p-tabmenu .p-tabmenu-nav {
  background: transparent;
  border: 0 none;
  border-width: 1px;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
  margin-right: 2px;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
  border: 1px solid #c8c8c8;
  border-width: 1px;
  border-color: #c8c8c8;
  background: #f4f4f4;
  color: #333;
  padding: 0.857rem 1rem;
  font-weight: 700;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
  margin: 0 0 -1px;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-tabmenu
  .p-tabmenu-nav
  .p-tabmenuitem
  .p-menuitem-link:not(.p-disabled):focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-tabmenu
  .p-tabmenu-nav
  .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover
  .p-menuitem-link {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #333;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
  background: #007ad9;
  border-color: #007ad9;
  color: #fff;
}
.p-tieredmenu {
  padding: 0;
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  width: 12.5rem;
}
.p-tieredmenu.p-tieredmenu-overlay {
  background: #fff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0 6px #00000029;
}
.p-tieredmenu .p-tieredmenu-root-list {
  outline: 0 none;
}
.p-tieredmenu .p-submenu-list {
  padding: 0;
  background: #fff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0 6px #00000029;
}
.p-tieredmenu .p-menuitem > .p-menuitem-content {
  color: #333;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
  color: #333;
  padding: 0.857rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-tieredmenu
  .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-tieredmenu
  .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-icon {
  color: #333;
  margin-right: 0.5rem;
}
.p-tieredmenu
  .p-menuitem
  > .p-menuitem-content
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
  color: #333;
  background: #eaeaea;
}
.p-tieredmenu
  .p-menuitem.p-highlight
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-tieredmenu
  .p-menuitem.p-highlight
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-icon,
.p-tieredmenu
  .p-menuitem.p-highlight
  > .p-menuitem-content
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
  background: #eaeaea;
}
.p-tieredmenu
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content {
  color: #333;
  background: #d6d6d6;
}
.p-tieredmenu
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-tieredmenu
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content
  .p-menuitem-link
  .p-menuitem-icon,
.p-tieredmenu
  .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus
  > .p-menuitem-content
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-tieredmenu
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover {
  color: #333;
  background: #eaeaea;
}
.p-tieredmenu
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-menuitem-text {
  color: #333;
}
.p-tieredmenu
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-menuitem-icon,
.p-tieredmenu
  .p-menuitem:not(.p-highlight):not(.p-disabled)
  > .p-menuitem-content:hover
  .p-menuitem-link
  .p-submenu-icon {
  color: #333;
}
.p-tieredmenu .p-menuitem-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-tieredmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-tieredmenu .p-submenu-icon.p-icon {
  width: 0.875rem;
  height: 0.875rem;
}
.p-inline-message {
  padding: 0.5rem;
  margin: 0;
  border-radius: 3px;
}
.p-inline-message.p-inline-message-info {
  background: #7fbcec;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-inline-message.p-inline-message-info .p-inline-message-icon {
  color: #212121;
}
.p-inline-message.p-inline-message-success {
  background: #b7d8b7;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-inline-message.p-inline-message-success .p-inline-message-icon {
  color: #212121;
}
.p-inline-message.p-inline-message-warn {
  background: #ffe399;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-inline-message.p-inline-message-warn .p-inline-message-icon {
  color: #212121;
}
.p-inline-message.p-inline-message-error {
  background: #f8b7bd;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-inline-message.p-inline-message-error .p-inline-message-icon {
  color: #212121;
}
.p-inline-message .p-inline-message-icon {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.p-inline-message .p-inline-message-text {
  font-size: 1rem;
}
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
  margin-right: 0;
}
.p-message {
  margin: 1rem 0;
  border-radius: 3px;
}
.p-message .p-message-wrapper {
  padding: 1rem;
}
.p-message .p-message-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-message .p-message-close:hover {
  background: #ffffff4d;
}
.p-message .p-message-close:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-message.p-message-info {
  background: #7fbcec;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-message.p-message-info .p-message-icon,
.p-message.p-message-info .p-message-close {
  color: #212121;
}
.p-message.p-message-success {
  background: #b7d8b7;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-message.p-message-success .p-message-icon,
.p-message.p-message-success .p-message-close {
  color: #212121;
}
.p-message.p-message-warn {
  background: #ffe399;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-message.p-message-warn .p-message-icon,
.p-message.p-message-warn .p-message-close {
  color: #212121;
}
.p-message.p-message-error {
  background: #f8b7bd;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-message.p-message-error .p-message-icon,
.p-message.p-message-error .p-message-close {
  color: #212121;
}
.p-message .p-message-text {
  font-size: 1rem;
  font-weight: 400;
}
.p-message .p-message-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.p-message .p-icon:not(.p-message-close-icon) {
  width: 1.5rem;
  height: 1.5rem;
}
.p-toast {
  opacity: 0.9;
}
.p-toast .p-toast-message {
  margin: 0 0 1rem;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 3px;
}
.p-toast .p-toast-message .p-toast-message-content {
  padding: 1rem;
  border-width: 0;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
  margin: 0 0 0 0.5rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
  font-size: 2rem;
}
.p-toast
  .p-toast-message
  .p-toast-message-content
  .p-toast-message-icon.p-icon {
  width: 2rem;
  height: 2rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
  font-weight: 700;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
  margin: 0.5rem 0 0;
}
.p-toast .p-toast-message .p-toast-icon-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-toast .p-toast-message .p-toast-icon-close:hover {
  background: #ffffff4d;
}
.p-toast .p-toast-message .p-toast-icon-close:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-toast .p-toast-message.p-toast-message-info {
  background: #7fbcec;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-success {
  background: #b7d8b7;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-warn {
  background: #ffe399;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-error {
  background: #f8b7bd;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
  color: #212121;
}
.p-galleria .p-galleria-close {
  margin: 0.5rem;
  background: transparent;
  color: #ebedef;
  width: 4rem;
  height: 4rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-close .p-galleria-close-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-close .p-icon {
  width: 2rem;
  height: 2rem;
}
.p-galleria .p-galleria-close:hover {
  background: #ffffff1a;
  color: #ebedef;
}
.p-galleria .p-galleria-item-nav {
  background: #0003;
  color: #aeb6bf;
  width: 4rem;
  height: 4rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
  margin: 0 0.5rem;
}
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-item-nav .p-icon {
  width: 2rem;
  height: 2rem;
}
.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
  background: #0000004d;
  color: #ebedef;
}
.p-galleria .p-galleria-caption {
  background: #00000080;
  color: #ebedef;
  padding: 1rem;
}
.p-galleria .p-galleria-indicators {
  padding: 1rem;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button {
  background-color: #f4f4f4;
  width: 1rem;
  height: 1rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
  background: #eaeaea;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #007ad9;
  color: #fff;
}
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,
.p-galleria.p-galleria-indicators-top .p-galleria-indicator {
  margin-right: 0.5rem;
}
.p-galleria.p-galleria-indicators-left .p-galleria-indicator,
.p-galleria.p-galleria-indicators-right .p-galleria-indicator {
  margin-bottom: 0.5rem;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
  background: #00000080;
}
.p-galleria.p-galleria-indicator-onitem
  .p-galleria-indicators
  .p-galleria-indicator
  button {
  background: #fff6;
}
.p-galleria.p-galleria-indicator-onitem
  .p-galleria-indicators
  .p-galleria-indicator
  button:hover {
  background: #fff9;
}
.p-galleria.p-galleria-indicator-onitem
  .p-galleria-indicators
  .p-galleria-indicator.p-highlight
  button {
  background: #007ad9;
  color: #fff;
}
.p-galleria .p-galleria-thumbnail-container {
  background: #000000e6;
  padding: 1rem 0.25rem;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
  margin: 0.5rem;
  background-color: transparent;
  color: #aeb6bf;
  width: 2rem;
  height: 2rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
  background: #ffffff1a;
  color: #aeb6bf;
}
.p-galleria
  .p-galleria-thumbnail-container
  .p-galleria-thumbnail-item-content:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-galleria-mask,
.p-image-mask {
  --maskbg: rgba(0, 0, 0, 0.9);
}
.p-image-preview-indicator {
  background-color: transparent;
  color: #f8f9fa;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-image-preview-indicator .p-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.p-image-preview-container:hover > .p-image-preview-indicator {
  background-color: #00000080;
}
.p-image-toolbar {
  padding: 1rem;
}
.p-image-action.p-link {
  color: #f8f9fa;
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-image-action.p-link:last-child {
  margin-right: 0;
}
.p-image-action.p-link:hover {
  color: #f8f9fa;
  background-color: #ffffff1a;
}
.p-image-action.p-link i {
  font-size: 1.5rem;
}
.p-image-action.p-link .p-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.p-avatar {
  background-color: #c8c8c8;
  border-radius: 3px;
}
.p-avatar.p-avatar-lg {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
}
.p-avatar.p-avatar-lg .p-avatar-icon {
  font-size: 1.5rem;
}
.p-avatar.p-avatar-xl {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}
.p-avatar.p-avatar-xl .p-avatar-icon {
  font-size: 2rem;
}
.p-avatar-group .p-avatar {
  border: 2px solid #ffffff;
}
.p-badge {
  background: #007ad9;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.p-badge.p-badge-secondary {
  background-color: #607d8b;
  color: #fff;
}
.p-badge.p-badge-success {
  background-color: #34a835;
  color: #fff;
}
.p-badge.p-badge-info {
  background-color: #007ad9;
  color: #fff;
}
.p-badge.p-badge-warning {
  background-color: #ffba01;
  color: #333;
}
.p-badge.p-badge-danger {
  background-color: #e91224;
  color: #fff;
}
.p-badge.p-badge-lg {
  font-size: 1.125rem;
  min-width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.p-badge.p-badge-xl {
  font-size: 1.5rem;
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.p-chip {
  background-color: #c8c8c8;
  color: #333;
  border-radius: 16px;
  padding: 0 0.429rem;
}
.p-chip .p-chip-text {
  line-height: 1.5;
  margin-top: 0.2145rem;
  margin-bottom: 0.2145rem;
}
.p-chip .p-chip-icon {
  margin-right: 0.5rem;
}
.p-chip img {
  width: 1.929rem;
  height: 1.929rem;
  margin-left: -0.429rem;
  margin-right: 0.5rem;
}
.p-chip .p-chip-remove-icon {
  margin-left: 0.5rem;
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-chip .p-chip-remove-icon:focus-visible {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-chip .p-chip-remove-icon:focus {
  outline: 0 none;
}
.p-inplace .p-inplace-display {
  padding: 0.429rem;
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
}
.p-inplace .p-inplace-display:not(.p-disabled):hover {
  background: #eaeaea;
  color: #333;
}
.p-inplace .p-inplace-display:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-progressbar {
  border: 0 none;
  height: 24px;
  background: #eaeaea;
  border-radius: 3px;
}
.p-progressbar .p-progressbar-value {
  border: 0 none;
  margin: 0;
  background: #007ad9;
}
.p-progressbar .p-progressbar-label {
  color: #fff;
  line-height: 24px;
}
.p-progress-spinner-svg {
  animation: p-progress-spinner-rotate 2s linear infinite;
}
.p-progress-spinner-circle {
  stroke-dasharray: 89, 200;
  stroke-dashoffset: 0;
  stroke: #212121;
  animation: p-progress-spinner-dash 1.5s ease-in-out infinite,
    p-progress-spinner-color 6s ease-in-out infinite;
  stroke-linecap: round;
}
.p-scrolltop {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  box-shadow: 0 3px 6px #00000029;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-scrolltop.p-link {
  background: #000000b3;
}
.p-scrolltop.p-link:hover {
  background: #000c;
}
.p-scrolltop .p-scrolltop-icon {
  font-size: 1.5rem;
  color: #f4f4f4;
}
.p-scrolltop .p-scrolltop-icon.p-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.p-skeleton {
  background-color: #eaeaea;
  border-radius: 3px;
}
.p-skeleton:after {
  background: linear-gradient(90deg, #fff0, #fff6, #fff0);
}
.p-tag {
  background: #007ad9;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.4rem;
  border-radius: 3px;
}
.p-tag.p-tag-success {
  background-color: #34a835;
  color: #fff;
}
.p-tag.p-tag-info {
  background-color: #007ad9;
  color: #fff;
}
.p-tag.p-tag-warning {
  background-color: #ffba01;
  color: #333;
}
.p-tag.p-tag-danger {
  background-color: #e91224;
  color: #fff;
}
.p-tag .p-tag-icon {
  margin-right: 0.25rem;
  font-size: 0.75rem;
}
.p-tag .p-tag-icon.p-icon {
  width: 0.75rem;
  height: 0.75rem;
}
.p-terminal {
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  padding: 0.571rem 1rem;
}
.p-terminal .p-terminal-input {
  font-family: var(--font-family);
  font-feature-settings: var(--font-feature-settings, normal);
  font-size: 1rem;
}
.p-panel .p-panel-header .p-panel-header-icon {
  color: #848484;
}
.p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
  color: #333;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
  color: #848484;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
  color: #333;
}
.cc-box:not(#\#) {
  margin: 16px !important;
  padding: 16px !important;
}
.cc-box {
  display: block;
  max-width: 520px;
  min-width: 300px;
  box-shadow: 0 4px 16px #00000029;
  background-color: #fff;
}
.cc-btn-reject:not(#\#) {
  padding: 10px 12px !important;
  margin-left: 12px !important;
}
.cc-btn-reject {
  background-color: var(--color-button);
  display: inline-block;
  line-height: 1em;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.cc-btn-accept:not(#\#) {
  padding: 10px 12px !important;
  margin-left: 12px !important;
}
.cc-btn-accept {
  background-color: var(--color-button);
  display: inline-block;
  line-height: 1em;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.cc-categories.cc-checkboxes:not(#\#) div span {
  margin: 20px !important;
  padding: 1px !important;
}
@media screen and (max-width: 600px) {
  .cc-btn-settings:not(#\#) {
    padding-bottom: 12px !important;
  }
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html:not(#\#):not(#\#) {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body:not(#\#):not(#\#) {
  margin: 0;
}
main:not(#\#):not(#\#) {
  display: block;
}
h1:not(#\#):not(#\#) {
  font-size: 2em;
  margin: 0.67em 0;
}
hr:not(#\#):not(#\#) {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre:not(#\#):not(#\#) {
  font-family: monospace, monospace;
  font-size: 1em;
}
a:not(#\#):not(#\#) {
  background-color: transparent;
}
abbr[title]:not(#\#):not(#\#) {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b:not(#\#):not(#\#),
strong:not(#\#):not(#\#) {
  font-weight: bolder;
}
code:not(#\#):not(#\#),
kbd:not(#\#):not(#\#),
samp:not(#\#):not(#\#) {
  font-family: monospace, monospace;
  font-size: 1em;
}
small:not(#\#):not(#\#) {
  font-size: 80%;
}
sub:not(#\#):not(#\#),
sup:not(#\#):not(#\#) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub:not(#\#):not(#\#) {
  bottom: -0.25em;
}
sup:not(#\#):not(#\#) {
  top: -0.5em;
}
img:not(#\#):not(#\#) {
  border-style: none;
}
button:not(#\#):not(#\#),
input:not(#\#):not(#\#),
optgroup:not(#\#):not(#\#),
select:not(#\#):not(#\#),
textarea:not(#\#):not(#\#) {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button:not(#\#):not(#\#),
input:not(#\#):not(#\#) {
  overflow: visible;
}
button:not(#\#):not(#\#),
select:not(#\#):not(#\#) {
  text-transform: none;
}
button:not(#\#):not(#\#),
[type="button"]:not(#\#):not(#\#),
[type="reset"]:not(#\#):not(#\#),
[type="submit"]:not(#\#):not(#\#) {
  -webkit-appearance: button;
}
button:not(#\#):not(#\#)::-moz-focus-inner,
[type="button"]:not(#\#):not(#\#)::-moz-focus-inner,
[type="reset"]:not(#\#):not(#\#)::-moz-focus-inner,
[type="submit"]:not(#\#):not(#\#)::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring:not(#\#):not(#\#),
[type="button"]:-moz-focusring:not(#\#):not(#\#),
[type="reset"]:-moz-focusring:not(#\#):not(#\#),
[type="submit"]:-moz-focusring:not(#\#):not(#\#) {
  outline: 1px dotted ButtonText;
}
fieldset:not(#\#):not(#\#) {
  padding: 0.35em 0.75em 0.625em;
}
legend:not(#\#):not(#\#) {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress:not(#\#):not(#\#) {
  vertical-align: baseline;
}
textarea:not(#\#):not(#\#) {
  overflow: auto;
}
[type="checkbox"]:not(#\#):not(#\#),
[type="radio"]:not(#\#):not(#\#) {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]:not(#\#):not(#\#)::-webkit-inner-spin-button,
[type="number"]:not(#\#):not(#\#)::-webkit-outer-spin-button {
  height: auto;
}
[type="search"]:not(#\#):not(#\#) {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]:not(#\#):not(#\#)::-webkit-search-decoration {
  -webkit-appearance: none;
}
:not(#\#):not(#\#)::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details:not(#\#):not(#\#) {
  display: block;
}
summary:not(#\#):not(#\#) {
  display: list-item;
}
template:not(#\#):not(#\#) {
  display: none;
}
[hidden]:not(#\#):not(#\#) {
  display: none;
}
.Vue-Toastification__container:not(#\#):not(#\#) {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 600px;
  box-sizing: border-box;
  display: flex;
  min-height: 100%;
  color: #fff;
  flex-direction: column;
  pointer-events: none;
}
@media only screen and (min-width: 600px) {
  .Vue-Toastification__container.top-left:not(#\#):not(#\#),
  .Vue-Toastification__container.top-right:not(#\#):not(#\#),
  .Vue-Toastification__container.top-center:not(#\#):not(#\#) {
    top: 1em;
  }
  .Vue-Toastification__container.bottom-left:not(#\#):not(#\#),
  .Vue-Toastification__container.bottom-right:not(#\#):not(#\#),
  .Vue-Toastification__container.bottom-center:not(#\#):not(#\#) {
    bottom: 1em;
    flex-direction: column-reverse;
  }
  .Vue-Toastification__container.top-left:not(#\#):not(#\#),
  .Vue-Toastification__container.bottom-left:not(#\#):not(#\#) {
    left: 1em;
  }
  .Vue-Toastification__container.top-left:not(#\#):not(#\#)
    .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-left:not(#\#):not(#\#)
    .Vue-Toastification__toast {
    margin-right: auto;
  }
  @supports not (-moz-appearance: none) {
    .Vue-Toastification__container.top-left:not(#\#):not(#\#)
      .Vue-Toastification__toast--rtl,
    .Vue-Toastification__container.bottom-left:not(#\#):not(#\#)
      .Vue-Toastification__toast--rtl {
      margin-right: unset;
      margin-left: auto;
    }
  }
  .Vue-Toastification__container.top-right:not(#\#):not(#\#),
  .Vue-Toastification__container.bottom-right:not(#\#):not(#\#) {
    right: 1em;
  }
  .Vue-Toastification__container.top-right:not(#\#):not(#\#)
    .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-right:not(#\#):not(#\#)
    .Vue-Toastification__toast {
    margin-left: auto;
  }
  @supports not (-moz-appearance: none) {
    .Vue-Toastification__container.top-right:not(#\#):not(#\#)
      .Vue-Toastification__toast--rtl,
    .Vue-Toastification__container.bottom-right:not(#\#):not(#\#)
      .Vue-Toastification__toast--rtl {
      margin-left: unset;
      margin-right: auto;
    }
  }
  .Vue-Toastification__container.top-center:not(#\#):not(#\#),
  .Vue-Toastification__container.bottom-center:not(#\#):not(#\#) {
    left: 50%;
    margin-left: -300px;
  }
  .Vue-Toastification__container.top-center:not(#\#):not(#\#)
    .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-center:not(#\#):not(#\#)
    .Vue-Toastification__toast {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 600px) {
  .Vue-Toastification__container:not(#\#):not(#\#) {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Vue-Toastification__container:not(#\#):not(#\#) .Vue-Toastification__toast {
    width: 100%;
  }
  .Vue-Toastification__container.top-left:not(#\#):not(#\#),
  .Vue-Toastification__container.top-right:not(#\#):not(#\#),
  .Vue-Toastification__container.top-center:not(#\#):not(#\#) {
    top: 0;
  }
  .Vue-Toastification__container.bottom-left:not(#\#):not(#\#),
  .Vue-Toastification__container.bottom-right:not(#\#):not(#\#),
  .Vue-Toastification__container.bottom-center:not(#\#):not(#\#) {
    bottom: 0;
    flex-direction: column-reverse;
  }
}
.Vue-Toastification__toast:not(#\#):not(#\#) {
  display: inline-flex;
  position: relative;
  max-height: 800px;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 22px 24px;
  border-radius: 8px;
  box-shadow: 0 1px 10px #0000001a, 0 2px 15px #0000000d;
  justify-content: space-between;
  font-family: Lato, Helvetica, Roboto, Arial, sans-serif;
  max-width: 600px;
  min-width: 326px;
  pointer-events: auto;
  overflow: hidden;
  transform: translateZ(0);
  direction: ltr;
}
.Vue-Toastification__toast--rtl:not(#\#):not(#\#) {
  direction: rtl;
}
.Vue-Toastification__toast--default:not(#\#):not(#\#) {
  background-color: #1976d2;
  color: #fff;
}
.Vue-Toastification__toast--info:not(#\#):not(#\#) {
  background-color: #2196f3;
  color: #fff;
}
.Vue-Toastification__toast--success:not(#\#):not(#\#) {
  background-color: #4caf50;
  color: #fff;
}
.Vue-Toastification__toast--error:not(#\#):not(#\#) {
  background-color: #ff5252;
  color: #fff;
}
.Vue-Toastification__toast--warning:not(#\#):not(#\#) {
  background-color: #ffc107;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .Vue-Toastification__toast:not(#\#):not(#\#) {
    border-radius: 0;
    margin-bottom: 0.5rem;
  }
}
.Vue-Toastification__toast-body:not(#\#):not(#\#) {
  flex: 1;
  line-height: 24px;
  font-size: 16px;
  word-break: break-word;
  white-space: pre-wrap;
}
.Vue-Toastification__toast-component-body:not(#\#):not(#\#) {
  flex: 1;
}
.Vue-Toastification__toast.disable-transition {
  animation: none !important;
}
.Vue-Toastification__close-button:not(#\#):not(#\#) {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0 0 0 10px;
  cursor: pointer;
  transition: 0.3s ease;
  align-items: center;
  color: #fff;
  opacity: 0.3;
  transition: visibility 0s, opacity 0.2s linear;
}
.Vue-Toastification__close-button:hover:not(#\#):not(#\#),
.Vue-Toastification__close-button:focus:not(#\#):not(#\#) {
  opacity: 1;
}
.Vue-Toastification__toast:not(:hover):not(#\#):not(#\#)
  .Vue-Toastification__close-button.show-on-hover {
  opacity: 0;
}
.Vue-Toastification__toast--rtl:not(#\#):not(#\#)
  .Vue-Toastification__close-button {
  padding-left: unset;
  padding-right: 10px;
}
@keyframes scale-x-frames {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.Vue-Toastification__progress-bar:not(#\#):not(#\#) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 10000;
  background-color: #ffffffb3;
  transform-origin: left;
  animation: scale-x-frames linear 1 forwards;
}
.Vue-Toastification__toast--rtl:not(#\#):not(#\#)
  .Vue-Toastification__progress-bar {
  right: 0;
  left: unset;
  transform-origin: right;
}
.Vue-Toastification__icon:not(#\#):not(#\#) {
  margin: auto 18px auto 0;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  transition: 0.3s ease;
  align-items: center;
  width: 20px;
  height: 100%;
}
.Vue-Toastification__toast--rtl:not(#\#):not(#\#) .Vue-Toastification__icon {
  margin: auto 0 auto 18px;
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutRight {
  40% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(1000px, 0, 0);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Vue-Toastification__bounce-enter-active.top-left:not(#\#):not(#\#),
.Vue-Toastification__bounce-enter-active.bottom-left:not(#\#):not(#\#) {
  animation-name: bounceInLeft;
}
.Vue-Toastification__bounce-enter-active.top-right:not(#\#):not(#\#),
.Vue-Toastification__bounce-enter-active.bottom-right:not(#\#):not(#\#) {
  animation-name: bounceInRight;
}
.Vue-Toastification__bounce-enter-active.top-center:not(#\#):not(#\#) {
  animation-name: bounceInDown;
}
.Vue-Toastification__bounce-enter-active.bottom-center:not(#\#):not(#\#) {
  animation-name: bounceInUp;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left:not(
    #\#
  ):not(#\#),
.Vue-Toastification__bounce-leave-active:not(
    .disable-transition
  ).bottom-left:not(#\#):not(#\#) {
  animation-name: bounceOutLeft;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right:not(
    #\#
  ):not(#\#),
.Vue-Toastification__bounce-leave-active:not(
    .disable-transition
  ).bottom-right:not(#\#):not(#\#) {
  animation-name: bounceOutRight;
}
.Vue-Toastification__bounce-leave-active:not(
    .disable-transition
  ).top-center:not(#\#):not(#\#) {
  animation-name: bounceOutUp;
}
.Vue-Toastification__bounce-leave-active:not(
    .disable-transition
  ).bottom-center:not(#\#):not(#\#) {
  animation-name: bounceOutDown;
}
.Vue-Toastification__bounce-leave-active:not(#\#):not(#\#),
.Vue-Toastification__bounce-enter-active:not(#\#):not(#\#) {
  animation-duration: 0.75s;
  animation-fill-mode: both;
}
.Vue-Toastification__bounce-move:not(#\#):not(#\#) {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
}
@keyframes fadeOutTop {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-50px);
    opacity: 0;
  }
}
@keyframes fadeOutLeft {
  0% {
    transform: translate(0);
    opacity: 1;
  }
  to {
    transform: translate(-50px);
    opacity: 0;
  }
}
@keyframes fadeOutBottom {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(50px);
    opacity: 0;
  }
}
@keyframes fadeOutRight {
  0% {
    transform: translate(0);
    opacity: 1;
  }
  to {
    transform: translate(50px);
    opacity: 0;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translate(-50px);
    opacity: 0;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    transform: translate(50px);
    opacity: 0;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes fadeInTop {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInBottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.Vue-Toastification__fade-enter-active.top-left:not(#\#):not(#\#),
.Vue-Toastification__fade-enter-active.bottom-left:not(#\#):not(#\#) {
  animation-name: fadeInLeft;
}
.Vue-Toastification__fade-enter-active.top-right:not(#\#):not(#\#),
.Vue-Toastification__fade-enter-active.bottom-right:not(#\#):not(#\#) {
  animation-name: fadeInRight;
}
.Vue-Toastification__fade-enter-active.top-center:not(#\#):not(#\#) {
  animation-name: fadeInTop;
}
.Vue-Toastification__fade-enter-active.bottom-center:not(#\#):not(#\#) {
  animation-name: fadeInBottom;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left:not(
    #\#
  ):not(#\#),
.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left:not(
    #\#
  ):not(#\#) {
  animation-name: fadeOutLeft;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right:not(
    #\#
  ):not(#\#),
.Vue-Toastification__fade-leave-active:not(
    .disable-transition
  ).bottom-right:not(#\#):not(#\#) {
  animation-name: fadeOutRight;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center:not(
    #\#
  ):not(#\#) {
  animation-name: fadeOutTop;
}
.Vue-Toastification__fade-leave-active:not(
    .disable-transition
  ).bottom-center:not(#\#):not(#\#) {
  animation-name: fadeOutBottom;
}
.Vue-Toastification__fade-leave-active:not(#\#):not(#\#),
.Vue-Toastification__fade-enter-active:not(#\#):not(#\#) {
  animation-duration: 0.75s;
  animation-fill-mode: both;
}
.Vue-Toastification__fade-move:not(#\#):not(#\#) {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
}
@keyframes slideInBlurredLeft {
  0% {
    transform: translate(-1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  to {
    transform: translate(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredTop {
  0% {
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(240px);
    opacity: 0;
  }
  to {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredRight {
  0% {
    transform: translate(1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  to {
    transform: translate(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredBottom {
  0% {
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(240px);
    opacity: 0;
  }
  to {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideOutBlurredTop {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 0%;
    filter: blur(0);
    opacity: 1;
  }
  to {
    transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(240px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredBottom {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  to {
    transform: translateY(1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(240px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredLeft {
  0% {
    transform: translate(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  to {
    transform: translate(-1000px) scaleX(2) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredRight {
  0% {
    transform: translate(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  to {
    transform: translate(1000px) scaleX(2) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }
}
.Vue-Toastification__slideBlurred-enter-active.top-left:not(#\#):not(#\#),
.Vue-Toastification__slideBlurred-enter-active.bottom-left:not(#\#):not(#\#) {
  animation-name: slideInBlurredLeft;
}
.Vue-Toastification__slideBlurred-enter-active.top-right:not(#\#):not(#\#),
.Vue-Toastification__slideBlurred-enter-active.bottom-right:not(#\#):not(#\#) {
  animation-name: slideInBlurredRight;
}
.Vue-Toastification__slideBlurred-enter-active.top-center:not(#\#):not(#\#) {
  animation-name: slideInBlurredTop;
}
.Vue-Toastification__slideBlurred-enter-active.bottom-center:not(#\#):not(#\#) {
  animation-name: slideInBlurredBottom;
}
.Vue-Toastification__slideBlurred-leave-active:not(
    .disable-transition
  ).top-left:not(#\#):not(#\#),
.Vue-Toastification__slideBlurred-leave-active:not(
    .disable-transition
  ).bottom-left:not(#\#):not(#\#) {
  animation-name: slideOutBlurredLeft;
}
.Vue-Toastification__slideBlurred-leave-active:not(
    .disable-transition
  ).top-right:not(#\#):not(#\#),
.Vue-Toastification__slideBlurred-leave-active:not(
    .disable-transition
  ).bottom-right:not(#\#):not(#\#) {
  animation-name: slideOutBlurredRight;
}
.Vue-Toastification__slideBlurred-leave-active:not(
    .disable-transition
  ).top-center:not(#\#):not(#\#) {
  animation-name: slideOutBlurredTop;
}
.Vue-Toastification__slideBlurred-leave-active:not(
    .disable-transition
  ).bottom-center:not(#\#):not(#\#) {
  animation-name: slideOutBlurredBottom;
}
.Vue-Toastification__slideBlurred-leave-active:not(#\#):not(#\#),
.Vue-Toastification__slideBlurred-enter-active:not(#\#):not(#\#) {
  animation-duration: 0.75s;
  animation-fill-mode: both;
}
.Vue-Toastification__slideBlurred-move:not(#\#):not(#\#) {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
}
:root:not(#\#):not(#\#) {
  --color-header-background: var(--color-neutral-white);
  --color-header-text: var(--color-neutral-black);
  --color-bg-basket: var(--color-neutral-dark-800);
  --color-button: #4da1f7;
  --color-button-hover: #3e84cb;
  --color-ticket-button: #4da1f7;
  --color-input-accent: #4da1f7;
  --color-badges-cart: #4da1f7;
  --color-timer: #4da1f7;
  --color-info-icon: #4da1f7;
  --color-info-icon-bg: #edf6fe;
}
:root:not(#\#):not(#\#) {
  --color-header-background: var(--color-neutral-white);
  --color-header-text: var(--color-neutral-black);
  --color-bg-basket: var(--color-neutral-dark-800);
  --color-neutral-white: #fff;
  --color-neutral-black: #141516;
  --color-neutral-dark-900: #101828;
  --color-neutral-dark-800: #1d2939;
  --color-neutral-dark-700: #344054;
  --color-neutral-dark-600: #475467;
  --color-neutral-dark-500: #667085;
  --color-neutral-dark-400: #98a2b3;
  --color-neutral-dark-300: #d0d5dd;
  --color-neutral-dark-200: #e4e7ec;
  --color-neutral-dark-100: #f2f4f7;
  --color-neutral-dark-50: #f9fafb;
  --color-neutral-dark-25: #fcfcfd;
  --color-error-600: #d92d20;
  --color-error-100: #fee4e2;
  --color-warning-600: #dc6803;
  --color-warning-100: #fef0c7;
  --color-success-600: #039855;
  --color-success-100: #d1fadf;
  --color-success-50: #ecfdf3;
  --color-transparency-dark-85: rgba(16, 24, 40, 0.85);
  --color-transparency-dark-70: rgba(16, 24, 40, 0.7);
  --color-transparency-white: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 36.08%: #fff 100%
  );
  --shadow-light: 0px 2px 4px 0px rgba(0, 0, 0, 0.04),
    0px 1px 1px 0px rgba(0, 0, 0, 0.02);
  --shadow-small: 0px 4px 10px 0px rgba(0, 0, 0, 0.08),
    0px 1px 4px 0px rgba(0, 0, 0, 0.04);
  --shadow-regular: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  --shadow-large: -24px 24px 60px 0px rgba(78, 78, 136, 0.1);
  --shadow-mobile: 0px -15px 20px 0px rgba(109, 106, 106, 0.1);
}
.blue:root:not(#\#):not(#\#) {
  --color-header-background: var(--color-neutral-white);
  --color-header-text: var(--color-neutral-black);
  --color-bg-basket: var(--color-neutral-dark-800);
  --color-button: #4da1f7;
  --color-button-hover: #3e84cb;
  --color-ticket-button: #4da1f7;
  --color-input-accent: #4da1f7;
  --color-badges-cart: #4da1f7;
  --color-timer: #4da1f7;
  --color-info-icon: #4da1f7;
  --color-info-icon-bg: #edf6fe;
}
.blue1:root:not(#\#):not(#\#) {
  --color-header-background: var(--color-neutral-white);
  --color-header-text: var(--color-neutral-black);
  --color-bg-basket: var(--color-neutral-dark-800);
  --color-button: #0974c2;
  --color-button-hover: #0961a1;
  --color-ticket-button: #0974c2;
  --color-input-accent: #0974c2;
  --color-badges-cart: #0974c2;
  --color-timer: #0974c2;
  --color-info-icon: #0974c2;
  --color-info-icon-bg: #e6f4ff;
}
.blue2:root:not(#\#):not(#\#) {
  --color-header-background: var(--color-neutral-white);
  --color-header-text: var(--color-neutral-black);
  --color-bg-basket: var(--color-neutral-dark-800);
  --color-button: #537fe7;
  --color-button-hover: #4068c6;
  --color-ticket-button: #537fe7;
  --color-input-accent: #537fe7;
  --color-badges-cart: #537fe7;
  --color-timer: #537fe7;
  --color-info-icon: #537fe7;
  --color-info-icon-bg: #e9f0ff;
}
.violet:root:not(#\#):not(#\#) {
  --color-header-background: var(--color-neutral-white);
  --color-header-text: var(--color-neutral-black);
  --color-bg-basket: var(--color-neutral-dark-800);
  --color-button: #4a55a2;
  --color-button-hover: #3c4585;
  --color-ticket-button: #4a55a2;
  --color-input-accent: #4a55a2;
  --color-badges-cart: #4a55a2;
  --color-timer: #4a55a2;
  --color-info-icon: #4a55a2;
  --color-info-icon-bg: #e9ecff;
}
.turquoise1:root:not(#\#):not(#\#) {
  --color-header-background: var(--color-neutral-white);
  --color-header-text: var(--color-neutral-black);
  --color-bg-basket: var(--color-neutral-dark-800);
  --color-button: #21b3c1;
  --color-button-hover: #1c9aa6;
  --color-ticket-button: #21b3c1;
  --color-input-accent: #21b3c1;
  --color-badges-cart: #21b3c1;
  --color-timer: #21b3c1;
  --color-info-icon: #21b3c1;
  --color-info-icon-bg: #ebfdff;
}
.turquoise2:root:not(#\#):not(#\#) {
  --color-header-background: var(--color-neutral-white);
  --color-header-text: var(--color-neutral-black);
  --color-bg-basket: var(--color-neutral-dark-800);
  --color-button: #069a8e;
  --color-button-hover: #057b72;
  --color-ticket-button: #069a8e;
  --color-input-accent: #069a8e;
  --color-badges-cart: #069a8e;
  --color-timer: #069a8e;
  --color-info-icon: #069a8e;
  --color-info-icon-bg: #e3fffd;
}
.pink:root:not(#\#):not(#\#) {
  --color-header-background: var(--color-neutral-white);
  --color-header-text: var(--color-neutral-black);
  --color-bg-basket: var(--color-neutral-dark-800);
  --color-button: #b91646;
  --color-button-hover: #9e0f39;
  --color-ticket-button: #b91646;
  --color-input-accent: #b91646;
  --color-badges-cart: #b91646;
  --color-timer: #b91646;
  --color-info-icon: #b91646;
  --color-info-icon-bg: #ffe8ef;
}
.red:root:not(#\#):not(#\#) {
  --color-header-background: var(--color-neutral-white);
  --color-header-text: var(--color-neutral-black);
  --color-bg-basket: var(--color-neutral-dark-800);
  --color-button: #f05454;
  --color-button-hover: #d83f3f;
  --color-ticket-button: #f05454;
  --color-input-accent: #f05454;
  --color-badges-cart: #f05454;
  --color-timer: #f05454;
  --color-info-icon: #f05454;
  --color-info-icon-bg: #ffe8e8;
}
.orange:root:not(#\#):not(#\#) {
  --color-header-background: var(--color-neutral-white);
  --color-header-text: var(--color-neutral-black);
  --color-bg-basket: var(--color-neutral-dark-800);
  --color-button: #f50;
  --color-button-hover: #db4900;
  --color-ticket-button: #f50;
  --color-input-accent: #f50;
  --color-badges-cart: #f50;
  --color-timer: #f50;
  --color-info-icon: #f50;
  --color-info-icon-bg: #ffeee5;
}
.yellow:root:not(#\#):not(#\#) {
  --color-header-background: var(--color-neutral-white);
  --color-header-text: var(--color-neutral-black);
  --color-bg-basket: var(--color-neutral-dark-800);
  --color-button: #feae16;
  --color-button-hover: #ed9f0c;
  --color-ticket-button: #feae16;
  --color-input-accent: #feae16;
  --color-badges-cart: #feae16;
  --color-timer: #feae16;
  --color-info-icon: #feae16;
  --color-info-icon-bg: #fff4df;
}
.orange2:root:not(#\#):not(#\#) {
  --color-header-background: var(--color-neutral-white);
  --color-header-text: var(--color-neutral-black);
  --color-bg-basket: var(--color-neutral-dark-800);
  --color-button: #fd8d14;
  --color-button-hover: #e48219;
  --color-ticket-button: #fd8d14;
  --color-input-accent: #fd8d14;
  --color-badges-cart: #fd8d14;
  --color-timer: #fd8d14;
  --color-info-icon: #fd8d14;
  --color-info-icon-bg: #ffefdd;
}
.green:root:not(#\#):not(#\#) {
  --color-header-background: var(--color-neutral-white);
  --color-header-text: var(--color-neutral-black);
  --color-bg-basket: var(--color-neutral-dark-800);
  --color-button: #37a05e;
  --color-button-hover: #297947;
  --color-ticket-button: #37a05e;
  --color-input-accent: #37a05e;
  --color-badges-cart: #37a05e;
  --color-timer: #37a05e;
  --color-info-icon: #37a05e;
  --color-info-icon-bg: #e0ffec;
}
.mint:root:not(#\#):not(#\#) {
  --color-header-background: var(--color-neutral-white);
  --color-header-text: var(--color-neutral-black);
  --color-bg-basket: var(--color-neutral-dark-800);
  --color-button: #29bb89;
  --color-button-hover: #1c9b70;
  --color-ticket-button: #29bb89;
  --color-input-accent: #29bb89;
  --color-badges-cart: #29bb89;
  --color-timer: #29bb89;
  --color-info-icon: #29bb89;
  --color-info-icon-bg: #e3fff5;
}
.black:root:not(#\#):not(#\#) {
  --color-header-background: var(--color-neutral-black);
  --color-header-text: var(--color-neutral-white);
  --color-bg-basket: var(--color-neutral-white);
  --color-button: #21b3c1;
  --color-button-hover: #1c9aa6;
  --color-ticket-button: #21b3c1;
  --color-input-accent: #21b3c1;
  --color-badges-cart: #21b3c1;
  --color-timer: #21b3c1;
  --color-info-icon: #21b3c1;
  --color-info-icon-bg: #ebfdff;
}
.yellow2:root:not(#\#):not(#\#) {
  --color-header-background: #fdd001;
  --color-header-text: var(--color-neutral-black);
  --color-bg-basket: var(--color-neutral-dark-800);
  --color-button: #feae16;
  --color-button-hover: #ed9f0c;
  --color-ticket-button: #feae16;
  --color-input-accent: #feae16;
  --color-badges-cart: #feae16;
  --color-timer: #feae16;
  --color-info-icon: #feae16;
  --color-info-icon-bg: #fff4df;
}
@font-face {
  font-family: Fixel;
  font-display: swap;
  src: url("FixelVariable-DguiuK80.ttf") format("truetype supports variations"),
    url("FixelVariable-DguiuK80.ttf") format("truetype-variations");
  font-stretch: 87.5% 100%;
  font-weight: 100 900;
}

html:not(#\#):not(#\#) {
  font-size: 100%;
  font-feature-settings: "clig" off, "liga" off;
}
body:not(#\#):not(#\#) {
  box-sizing: border-box;
  font-feature-settings: "clig" off, "liga" off;
}
h1:not(#\#):not(#\#),
h2:not(#\#):not(#\#),
h3:not(#\#):not(#\#),
h4:not(#\#):not(#\#) {
  margin: 0;
  padding: 0;
}
html:not(#\#):not(#\#) {
  height: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
body:not(#\#):not(#\#) {
  height: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-neutral-dark-600);
}
main:not(#\#):not(#\#) {
  flex-grow: 1;
  display: flex;
  position: relative;
  width: 100%;
}
main:not(#\#):not(#\#):before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(
    circle at right top,
    #002aff0b,
    #ffffff9a 32%,
    #fff
  );
  z-index: -3;
}
@media screen and (max-width: 767px) {
  main:not(#\#):not(#\#):before {
    background: none;
  }
}
#app:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 320px;
  min-height: 400px;
  overflow: hidden;
}
.bottom-shadow:not(#\#):not(#\#) {
  mask-image: linear-gradient(180deg, #000 60%, transparent);
  -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent);
}
.btns {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}
button:focus-visible:not(#\#):not(#\#) {
  outline: none;
}
button:not(#\#):not(#\#)::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn:not(#\#):not(#\#) {
  transition: all 0.2s;
  cursor: pointer;
  min-height: 44px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
.btn.btn-regular:not(#\#):not(#\#) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background-color: var(--color-button);
  color: var(--color-neutral-white);
  border-radius: 12px;
}
.btn.btn-regular:hover:not(#\#):not(#\#) {
  background-color: var(--color-button-hover);
}
.btn.btn-regular:disabled:not(#\#):not(#\#) {
  cursor: auto;
  background-color: var(--color-neutral-dark-100);
  color: var(--color-neutral-dark-300);
}
.btn.btn-secondary:not(#\#):not(#\#) {
  background-color: var(--color-neutral-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid var(--color-button);
  color: var(--color-button);
  border-radius: 12px;
}
.btn.btn-secondary:hover:not(#\#):not(#\#) {
  border: 1px solid var(--color-button-hover);
  color: var(--color-button-hover);
}
.btn.btn-secondary:disabled:not(#\#):not(#\#) {
  cursor: auto;
  background-color: var(--color-neutral-dark-100);
  color: var(--color-neutral-dark-300);
}
.btn.btn-round:not(#\#):not(#\#) {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: var(--color-neutral-white);
  box-shadow: var(--shadow-small);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-square:not(#\#):not(#\#) {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  border-radius: 4px;
  background-color: var(--color-neutral-white);
  box-shadow: var(--shadow-small);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-white:not(#\#):not(#\#) {
  border-radius: 12px;
  padding: 12px 22px;
  color: var(--color-neutral-white);
  border: 1px solid var(--color-neutral-white);
}
.btn.btn-plain:not(#\#):not(#\#) {
  padding: 12px 22px;
  color: var(--color-button);
  border: 1px solid var(--color-neutral-white);
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  flex-direction: row;
  line-height: normal;
}
.btn.btn-plain:not(#\#):not(#\#) > btn-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  justify-self: center;
}
.btn.btn-text-underline:not(#\#):not(#\#) {
  color: var(--color-neutral-dark-600);
  border: none;
  min-height: auto;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  flex-direction: row;
  line-height: normal;
  text-decoration: underline;
}
.btn.btn-close:not(#\#):not(#\#) {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-close:not(#\#):not(#\#) > svg {
  width: 100%;
  height: 100%;
}
.btn.btn-close-arrow:not(#\#):not(#\#) {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-close-arrow:not(#\#):not(#\#) > svg {
  width: 100%;
  height: 100%;
  transform: rotate(180deg) translate(20%, 50%);
}
.btn.btn-short-regular:not(#\#):not(#\#) {
  height: 24px;
  min-height: 24px;
  min-width: 132px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  color: var(--color-neutral-white);
  background-color: var(--color-button);
  border-color: var(--color-button);
}
.btn.btn-short-regular:hover:not(#\#):not(#\#) {
  background-color: var(--color-button-hover);
  border-color: var(--color-button-hover);
}
.btn.btn-short-secondary:not(#\#):not(#\#) {
  height: 24px;
  min-height: 24px;
  min-width: 132px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  color: var(--color-button);
  background-color: var(--color-neutral-white);
  border-color: var(--color-button);
}
.btn.btn-short-secondary:hover:not(#\#):not(#\#) {
  color: var(--color-button-hover);
  border-color: var(--color-button-hover);
  background-color: var(--color-neutral-white);
}
.btn.btn-short-auxiliary:not(#\#):not(#\#) {
  height: 24px;
  min-height: 24px;
  min-width: 132px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  color: var(--color-neutral-dark-600);
  border-color: var(--color-neutral-dark-600);
  background-color: var(--color-neutral-white);
}
.btn.btn-short-auxiliary:hover:not(#\#):not(#\#) {
  color: var(--color-neutral-dark-800);
  border-color: var(--color-neutral-dark-800);
  background-color: var(--color-neutral-white);
}
.btn.btn-login:not(#\#):not(#\#) {
  background-color: var(--color-neutral-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid var(--color-neutral-dark-200);
  color: var(--color-button);
  border-radius: 12px;
}
.btn.btn-login:hover:not(:disabled):not(#\#):not(#\#) {
  border: 1px solid var(--color-neutral-dark-400);
  color: var(--color-button-hover);
}
.btn.btn-login:disabled:not(#\#):not(#\#) {
  cursor: auto;
  background-color: var(--color-neutral-white);
  color: var(--color-neutral-dark-300);
}
.btn.btn-login:disabled:not(#\#):not(#\#) svg {
  filter: grayscale(100%);
  opacity: 0.3;
}
.btn.btn-offer:not(#\#):not(#\#) {
  padding: 0;
  min-height: auto;
  display: inline;
}
.btn:not(#\#):not(#\#) .btn-loading {
  animation: loading-spin 2s infinite linear;
  margin-right: 4px;
}
.btn:not(#\#):not(#\#) .btn-loading > svg {
  height: 16px;
  width: 16px;
}
.btn-wallet:not(#\#):not(#\#) {
  background-color: var(--color-neutral-black);
  color: var(--color-neutral-white);
  padding: 8px;
  border-radius: 8px;
  display: flex;
  min-width: 132px;
  align-items: center;
}
.btn-wallet > * {
  margin-right: 4px !important;
}
.btn-wallet > :last-child {
  margin-right: 0 !important;
}
.btn-wallet:not(#\#):not(#\#) div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  justify-content: space-between;
}
.btn-wallet:not(#\#):not(#\#) div span:first-child {
  padding: 0;
  font-weight: 500;
  font-size: 9px;
  line-height: 12px;
  line-height: 1;
  display: block;
}
.btn-wallet:not(#\#):not(#\#) div span:last-child {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  line-height: 1;
}
.btn-wallet:enabled:hover:not(#\#):not(#\#),
.btn-wallet:active:not(#\#):not(#\#) {
  background-color: var(--color-neutral-black);
}
.btn-wallet:focus:not(#\#):not(#\#),
.btn-wallet:focus-visible:not(#\#):not(#\#) {
  outline: none;
  box-shadow: none;
  background-color: var(--color-neutral-black);
}
.btn-wallet.btn-google-wallet:not(#\#):not(#\#) svg,
.btn-wallet.btn-apple:not(#\#):not(#\#) svg {
  width: 24px;
  min-width: 24px;
}
.btn-ellipsis:not(#\#):not(#\#) {
  cursor: pointer;
  width: 16px;
  height: 16px;
  min-height: auto;
  justify-content: center;
  display: flex;
}
.btn-edit-personal-info:not(#\#):not(#\#) {
  display: flex;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  min-height: auto;
  color: var(--color-neutral-dark-800);
}
.btn-edit-personal-info > * {
  margin-right: 4px !important;
}
.btn-edit-personal-info > :last-child {
  margin-right: 0 !important;
}
.btn-edit-personal-info:not(#\#):not(#\#) .icon {
  color: var(--color-button);
}
@keyframes loading-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.age-limit:not(#\#):not(#\#) {
  background-color: var(--color-error-100);
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-error-600);
  align-self: flex-start;
  min-height: 24px;
  margin-left: 4px;
  white-space: nowrap;
}
.regular-link:not(#\#):not(#\#) {
  color: var(--color-button);
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.regular-link:hover:not(#\#):not(#\#) {
  text-decoration: underline;
  color: var(--color-button-hover);
}
.menu-link:not(#\#):not(#\#) {
  color: var(--color-neutral-dark-600);
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.menu-link:hover:not(#\#):not(#\#) {
  text-decoration: underline;
  color: var(--color-neutral-dark-800);
}
.back-link:not(#\#):not(#\#) {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--color-button);
}
.icon:not(#\#):not(#\#) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-small:not(#\#):not(#\#) {
  width: 16px;
  height: 16px;
}
.icon-back:not(#\#):not(#\#) > svg {
  max-width: 4px;
  max-height: 8px;
}
.warning-icon:not(#\#):not(#\#) {
  background-color: var(--color-error-100);
  color: var(--color-error-600);
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 4px;
  min-height: auto;
  min-width: auto;
}
.info-icon:not(#\#):not(#\#) {
  background-color: var(--color-info-icon-bg);
  color: var(--color-info-icon);
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 4px;
  min-height: auto;
}
.info-icon:not(#\#):not(#\#) > svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}
.icon-regular:not(#\#):not(#\#) {
  width: 16px;
  height: 16px;
  padding: 0;
}
.icon-regular:not(#\#):not(#\#) > svg {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
}
.warm-info-icon:not(#\#):not(#\#) {
  background-color: var(--color-success-100);
  color: var(--color-success-600);
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 4px;
  min-height: auto;
}
.warm-info-icon:not(#\#):not(#\#) > svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}
.base-checkbox:not(#\#):not(#\#) {
  align-self: baseline;
}
.base-checkbox:not(#\#):not(#\#) svg {
  min-width: 24px;
  min-height: 24px;
  stroke: var(--color-white);
}
.checkbox-field:not(#\#):not(#\#) {
  display: flex;
  align-items: center;
}
.checkbox-field > * {
  margin-right: 4px !important;
}
.checkbox-field > :last-child {
  margin-right: 0 !important;
}
.checkbox-field:not(#\#):not(#\#) label {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.checkbox-field:not(#\#):not(#\#) label .p-button {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  text-decoration: underline;
  color: var(--color-neutral-dark-600);
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  min-height: auto;
}
.checkbox-field:not(#\#):not(#\#) label p {
  margin: 0;
}
.checkbox-field-additional:not(#\#):not(#\#) {
  margin-top: 20px;
}
.p-inputtext:not(#\#):not(#\#) {
  padding: 0 12px;
  border-radius: 12px;
  min-height: 44px;
  color: var(--color-neutral-dark-800);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  line-height: 1;
  width: 100%;
}
.p-inputtext:focus:not(#\#):not(#\#),
.p-inputtext:focus-visible:not(#\#):not(#\#),
.p-inputtext:focus-within:not(#\#):not(#\#) {
  box-shadow: none;
  border: 1px solid var(--color-button);
}
.p-float-label:not(#\#):not(#\#) label {
  margin-top: -0.5rem;
  left: 12px;
}
.p-float-label:not(#\#):not(#\#) > label {
  color: var(--color-neutral-dark-500);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  line-height: 1;
}
.p-float-label:not(#\#):not(#\#) input:focus ~ label,
.p-float-label:not(#\#):not(#\#) input.p-filled ~ label,
.p-float-label:not(#\#):not(#\#) input:-webkit-autofill ~ label,
.p-float-label:not(#\#):not(#\#) textarea:focus ~ label,
.p-float-label:not(#\#):not(#\#) textarea.p-filled ~ label,
.p-float-label:not(#\#):not(#\#) .p-inputwrapper-focus ~ label,
.p-float-label:not(#\#):not(#\#) .p-inputwrapper-filled ~ label {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  line-height: 1;
  top: -4px;
  background-color: var(--color-neutral-white);
  left: 8px;
  padding: 4px;
  border-radius: 4px;
}
.p-float-label:not(#\#):not(#\#) input:focus ~ .input-field-prefix,
.p-float-label:not(#\#):not(#\#) input.p-filled ~ .input-field-prefix,
.p-float-label:not(#\#):not(#\#) input:-webkit-autofill ~ .input-field-prefix,
.p-float-label:not(#\#):not(#\#) textarea:focus ~ .input-field-prefix,
.p-float-label:not(#\#):not(#\#) textarea.p-filled ~ .input-field-prefix,
.p-float-label:not(#\#):not(#\#) .p-inputwrapper-focus ~ .input-field-prefix,
.p-float-label:not(#\#):not(#\#) .p-inputwrapper-filled ~ .input-field-prefix {
  display: block;
}
.p-float-label:not(#\#):not(#\#) input:focus ~ label {
  color: var(--color-button);
}
.p-inputtext.p-invalid.p-component {
  border-color: var(--color-error-600) !important;
}
.p-float-label > .p-invalid + label {
  color: var(--color-error-600) !important;
}
.input-field:not(#\#):not(#\#) .error-box {
  padding-left: 12px;
}
.input-field-prefix:not(#\#):not(#\#) {
  position: absolute;
  right: 100%;
  bottom: 50%;
  display: none;
  color: var(--color-neutral-dark-600);
  transform: translate(1rem, 50%);
}
.input-hint:not(#\#):not(#\#) {
  margin-top: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-neutral-dark-400);
}
.p-dropdown:not(#\#):not(#\#) {
  background: var(--color-neutral-white);
  border: 1px solid var(--color-neutral-dark-400);
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
  border-radius: 16px;
}
.p-dropdown:not(.p-disabled):hover:not(#\#):not(#\#) {
  border-color: #212121;
}
.p-dropdown:not(.p-disabled).p-focus:not(#\#):not(#\#) {
  outline: 0 none;
  outline-offset: 0;
  border-color: #007ad9;
}
.p-dropdown.p-dropdown-clearable:not(#\#):not(#\#) .p-dropdown-label {
  padding-right: 1.429rem;
}
.p-dropdown:not(#\#):not(#\#) .p-dropdown-label {
  background: transparent;
  border: 0 none;
}
.p-dropdown:not(#\#):not(#\#) .p-dropdown-label.p-placeholder {
  color: #666;
}
.p-dropdown:not(#\#):not(#\#) .p-dropdown-label:focus,
.p-dropdown:not(#\#):not(#\#) .p-dropdown-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-dropdown:not(#\#):not(#\#) .p-dropdown-trigger {
  background: transparent;
  color: #848484;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-dropdown:not(#\#):not(#\#) .p-dropdown-clear-icon {
  color: #848484;
  right: 2.357rem;
}
.p-dropdown.p-invalid.p-component:not(#\#):not(#\#) {
  border-color: #a80000;
}
.p-dropdown-panel:not(#\#):not(#\#) {
  background: #fff;
  color: #333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 3px 6px #00000029;
}
.p-dropdown-panel:not(#\#):not(#\#) .p-dropdown-header {
  padding: 0.429rem 0.857rem;
  border-bottom: 1px solid #eaeaea;
  color: #333;
  background: #fff;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-dropdown-panel:not(#\#):not(#\#) .p-dropdown-header .p-dropdown-filter {
  padding-right: 1.429rem;
  margin-right: -1.429rem;
}
.p-dropdown-panel:not(#\#):not(#\#) .p-dropdown-header .p-dropdown-filter-icon {
  right: 0.429rem;
  color: #848484;
}
.p-dropdown-panel:not(#\#):not(#\#) .p-dropdown-items {
  padding: 0;
}
.p-dropdown-panel:not(#\#):not(#\#) .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 0.429rem 0.857rem;
  border: 0 none;
  color: #333;
  background: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-dropdown-panel:not(#\#):not(#\#)
  .p-dropdown-items
  .p-dropdown-item.p-highlight {
  color: #fff;
  background: #007ad9;
}
.p-dropdown-panel:not(#\#):not(#\#)
  .p-dropdown-items
  .p-dropdown-item.p-highlight.p-focus {
  background: #007ad9;
}
.p-dropdown-panel:not(#\#):not(#\#)
  .p-dropdown-items
  .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
  color: #333;
  background: #d6d6d6;
}
.p-dropdown-panel:not(#\#):not(#\#)
  .p-dropdown-items
  .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
  color: #333;
  background: #eaeaea;
}
.p-dropdown-panel:not(#\#):not(#\#) .p-dropdown-items .p-dropdown-item-group {
  margin: 0;
  padding: 0.857rem;
  color: #333;
  background: #f4f4f4;
  font-weight: 700;
}
.p-dropdown-panel:not(#\#):not(#\#)
  .p-dropdown-items
  .p-dropdown-empty-message {
  padding: 0.429rem 0.857rem;
  color: #333;
  background: transparent;
}
.p-input-filled:not(#\#):not(#\#) .p-dropdown {
  background: #f4f4f4;
}
.p-input-filled:not(#\#):not(#\#) .p-dropdown:not(.p-disabled):hover {
  background-color: #f4f4f4;
}
.p-input-filled:not(#\#):not(#\#) .p-dropdown:not(.p-disabled).p-focus {
  background-color: #f4f4f4;
}
.p-input-filled:not(#\#):not(#\#)
  .p-dropdown:not(.p-disabled).p-focus
  .p-inputtext {
  background-color: transparent;
}
.p-dropdown:not(#\#):not(#\#) {
  min-height: 44px;
  display: flex;
}
.p-dropdown:not(#\#):not(#\#) .p-dropdown-label.p-inputtext {
  min-height: auto;
  align-self: center;
}
.p-dropdown:not(#\#):not(#\#) .p-dropdown-clear-icon {
  align-self: center;
  transform: translateY(-50%);
}
.p-radiobutton:not(#\#):not(#\#) .p-radiobutton-box {
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
}
.p-radiobutton:not(#\#):not(#\#)
  .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
  border-color: var(--color-neutral-dark-600);
}
.p-radiobutton:not(#\#):not(#\#) .p-radiobutton-box:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
}
.p-radiobutton:not(#\#):not(#\#) .p-radiobutton-box .p-radiobutton-icon {
  width: 12px;
  height: 12px;
  transition-duration: 0.2s;
  background-color: #fff;
}
.p-radiobutton:not(#\#):not(#\#)
  .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  border-color: var(--color-button);
  background: var(--color-button);
  color: #fff;
}
.p-radiobutton.p-invalid:not(#\#):not(#\#) > .p-radiobutton-box {
  border-color: var(--color-error-600);
}
.p-radiobutton:focus:not(#\#):not(#\#) {
  outline: 0 none;
}
.p-input-filled:not(#\#):not(#\#) .p-radiobutton .p-radiobutton-box {
  background-color: #f4f4f4;
}
.p-input-filled:not(#\#):not(#\#)
  .p-radiobutton
  .p-radiobutton-box:not(.p-disabled):hover {
  background-color: #f4f4f4;
}
.p-input-filled:not(#\#):not(#\#)
  .p-radiobutton
  .p-radiobutton-box.p-highlight {
  background: var(--color-button);
}
.p-input-filled:not(#\#):not(#\#)
  .p-radiobutton
  .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  background: var(--color-button);
}
.p-highlight:not(#\#):not(#\#) .p-radiobutton .p-radiobutton-box {
  border-color: #fff;
}
.p-radiobutton:not(#\#):not(#\#) {
  width: 16px;
  height: 16px;
}
.p-radiobutton:not(#\#):not(#\#) .p-radiobutton-box {
  border: 2px solid var(--color-neutral-dark-400);
  background: var(--color-neutral-white);
  width: 16px;
  height: 16px;
  color: var(--color-neutral-dark-400);
}
.p-radiobutton:not(#\#):not(#\#) .p-radiobutton-box.p-highlight {
  border-color: var(--color-button);
  background: var(--color-button);
}
.p-radiobutton:not(#\#):not(#\#) .p-radiobutton-box .p-radiobutton-icon {
  background-color: var(--color-neutral-white);
  width: 6px;
  height: 6px;
}
.p-radiobutton:not(#\#):not(#\#) ~ label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.radio-field:not(#\#):not(#\#) {
  display: flex;
  flex-direction: row;
}
.radio-field > * {
  margin-right: 4px !important;
}
.radio-field > :last-child {
  margin-right: 0 !important;
}
.p-selectbutton:not(#\#):not(#\#) .p-button {
  border: 1px solid var(--color-neutral-dark-200);
  color: var(--color-neutral-dark-400);
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
}
.p-selectbutton:not(#\#):not(#\#) .p-button .p-button-icon-left,
.p-selectbutton:not(#\#):not(#\#) .p-button .p-button-icon-right {
  color: var(--color-neutral-dark-200);
}
.p-selectbutton:not(#\#):not(#\#)
  .p-button:not(.p-disabled):not(.p-highlight):hover {
  background: var(--color-neutral-dark-200);
  border-color: var(--color-neutral-dark-200);
  color: var(--color-button-hover);
}
.p-selectbutton:not(#\#):not(#\#)
  .p-button:not(.p-disabled):not(.p-highlight):hover
  .p-button-icon-left,
.p-selectbutton:not(#\#):not(#\#)
  .p-button:not(.p-disabled):not(.p-highlight):hover
  .p-button-icon-right {
  color: var(--color-neutral-dark-400);
}
.p-selectbutton:not(#\#):not(#\#) .p-button.p-highlight {
  background: var(--color-neutral-white);
  border-color: var(--color-neutral-dark-200);
  color: #fff;
}
.p-selectbutton:not(#\#):not(#\#) .p-button.p-highlight .p-button-icon-left,
.p-selectbutton:not(#\#):not(#\#) .p-button.p-highlight .p-button-icon-right {
  color: #fff;
}
.p-selectbutton:not(#\#):not(#\#) .p-button.p-highlight:hover {
  background: var(--color-neutral-white);
  border-color: var(--color-neutral-dark-200);
  color: #fff;
}
.p-selectbutton:not(#\#):not(#\#)
  .p-button.p-highlight:hover
  .p-button-icon-left,
.p-selectbutton:not(#\#):not(#\#)
  .p-button.p-highlight:hover
  .p-button-icon-right {
  color: #fff;
}
.p-selectbutton.p-invalid:not(#\#):not(#\#) > .p-button {
  border-color: var(--color-error-600);
}
.select-button-field:not(#\#):not(#\#) .p-button {
  padding: 8px 12px;
  min-width: 96px;
  min-height: 40px;
  background-color: var(--color-neutral-white);
  color: var(--color-neutral-dark-400);
  border-radius: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .select-button-field:not(#\#):not(#\#) .p-button {
    min-height: 24px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    padding: 0 12px;
  }
}
.select-button-field:not(#\#):not(#\#)
  .p-button:first-of-type:not(:only-of-type) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.select-button-field:not(#\#):not(#\#)
  .p-button:last-of-type:not(:only-of-type) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.select-button-field:not(#\#):not(#\#)
  .p-button:not(.p-disabled):not(.p-highlight):hover {
  background: var(--color-neutral-white);
  background-color: var(--color-neutral-white);
  color: var(--color-button-hover);
}
.select-button-field:not(#\#):not(#\#) .p-button.p-highlight {
  background-color: var(--color-neutral-white);
  color: var(--color-button);
}
.select-button-field:not(#\#):not(#\#) .p-button.p-highlight:hover {
  background: var(--color-neutral-white);
  background-color: var(--color-neutral-white);
  color: var(--color-button-hover);
  border-color: var(--color-neutral-dark-200);
}
@media screen and (max-width: 767px) {
  .select-button-field.cashiers-view-type:not(#\#):not(#\#) .p-button {
    min-width: 40px;
    padding: 0 6px;
  }
}
.error-box:not(#\#):not(#\#) {
  color: var(--color-error-600);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.list-container:not(#\#):not(#\#) {
  padding: 32px;
  border-radius: 12px;
 
  overflow: auto;
}
.list-container:not(#\#):not(#\#) .p-overlaypanel-content {
  padding: 2px 0;
}
.list-container:not(#\#):not(#\#):after,
.list-container:not(#\#):not(#\#):before {
  display: none;
}
.ticket-menu-wrapper:not(#\#):not(#\#) {
  padding: 16px;
  border-radius: 16px;
  box-shadow: var(--shadow-small);
  border: none;
}
.ticket-menu-wrapper:not(#\#):not(#\#):after,
.ticket-menu-wrapper:not(#\#):not(#\#):before {
  display: none;
}
.amount-block:not(#\#):not(#\#) {
  text-wrap: nowrap;
}
.menu-point:not(#\#):not(#\#) {
  padding: 4px 0;
  margin: 0;
}
.menu-list.menu-list--small:not(#\#):not(#\#) .menu-list__menu-item a,
.menu-list.menu-list--small:not(#\#):not(#\#) .menu-list__menu-item button {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-neutral-dark-600);
}
.menu-list.menu-list--small:not(#\#):not(#\#) .menu-list__menu-item a.with-load,
.menu-list.menu-list--small:not(#\#):not(#\#)
  .menu-list__menu-item
  button.with-load {
  min-height: auto;
  display: flex;
  justify-content: left;
  align-items: center;
}
.menu-list:not(#\#):not(#\#) {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-list:not(#\#):not(#\#) .menu-list__menu-item {
  transition: background 0.3s;
  position: relative;
}
.menu-list:not(#\#):not(#\#) .menu-list__menu-item a,
.menu-list:not(#\#):not(#\#) .menu-list__menu-item button {
  padding: 8px;
  height: 100%;
  width: 100%;
  display: block;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-neutral-dark-800);
  cursor: pointer;
}
.menu-list:not(#\#):not(#\#) .menu-list__menu-item a.with-load,
.menu-list:not(#\#):not(#\#) .menu-list__menu-item button.with-load {
  min-height: auto;
  display: flex;
  justify-content: left;
  align-items: center;
}
.menu-list:not(#\#):not(#\#) .menu-list__menu-item a:hover,
.menu-list:not(#\#):not(#\#) .menu-list__menu-item button:hover {
  color: var(--color-button-hover);
  background-color: transparent;
}
.menu-list:not(#\#):not(#\#) .menu-list__menu-item-separator {
  border-top: 1px solid var(--color-neutral-dark-200);
  height: 1px;
  margin: 8px 0;
}
.list-pager:not(#\#):not(#\#) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.list-pager:not(#\#):not(#\#) div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-pager div > * {
  margin-right: 4px !important;
}
.list-pager div > :last-child {
  margin-right: 0 !important;
}
.list-pager:not(#\#):not(#\#) div > a {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--color-neutral-dark-800);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .list-pager:not(#\#):not(#\#) div > a {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
  }
}
.list-pager:not(#\#):not(#\#) div > a:hover {
  border: 1px solid var(--color-neutral-dark-100);
}
.list-pager:not(#\#):not(#\#) div .disabled {
  color: var(--color-neutral-dark-200);
}
.list-pager:not(#\#):not(#\#) div > span {
  border: 1px solid transparent;
  padding: 10px;
}
.list-pager:not(#\#):not(#\#) div.active a {
  background-color: var(--color-neutral-dark-100);
}
.booking-cashiers > * {
  margin-bottom: 16px !important;
}
.booking-cashiers > :last-child {
  margin-bottom: 0 !important;
}
.box-offices:not(#\#):not(#\#) ul,
.box-offices:not(#\#):not(#\#) li {
  list-style: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  color: var(--color-neutral-dark-800);
}
.box-offices ul > * {
  margin-bottom: 8px !important;
}
.box-offices ul > :last-child {
  margin-bottom: 0 !important;
}
.box-offices:not(#\#):not(#\#) li {
  padding-left: 8px;
}
.box-offices:not(#\#):not(#\#) li:before {
  content: "";
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 2px;
  line-height: 1;
  background-color: var(--color-neutral-dark-800);
  border-radius: 50%;
  transform: translateY(9px);
}
.box-offices:not(#\#):not(#\#) .cashier-list {
  max-height: 240px;
  overflow: auto;
}
.service-fee_type_free:not(#\#):not(#\#) {
  color: var(--color-success-600);
}
.service-fee_type_paid:not(#\#):not(#\#) {
  color: var(--color-warning-600);
}
.map-box-info {
  padding: 16px !important;
}
.map-box-info:not(#\#):not(#\#) {
  max-width: 200px;
}
.map-box-info:not(#\#):not(#\#) span {
  display: block;
}
.page-not-found:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
.page-not-found > * {
  margin-bottom: 32px !important;
}
.page-not-found > :last-child {
  margin-bottom: 0 !important;
}
.switcher-block:not(#\#):not(#\#) {
  display: flex;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.switcher-block > * {
  margin-right: 12px !important;
}
.switcher-block > :last-child {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .switcher-block:not(#\#):not(#\#) {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
}
.switcher-block:not(#\#):not(#\#) .icon {
  transition: all 0.2s;
}
.switcher-block.switcher-block--open:not(#\#):not(#\#) .icon {
  transform: rotate(-90deg);
}
.widget-base-error:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.schema-view:not(#\#):not(#\#) {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.schema-view:not(#\#):not(#\#) .schema-view__top-actions > * {
  width: -moz-fit-content;
  width: fit-content;
}
.schema-view:not(#\#):not(#\#) .schema-wrapper {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.schema-view:not(#\#):not(#\#) .schema-block {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 8px 0 8px 32px;
}
.schema-view .schema-block > * {
  margin-bottom: 8px !important;
}
.schema-view .schema-block > :last-child {
  margin-bottom: 0 !important;
}
.schema-view:not(#\#):not(#\#) .schema-holder {
  position: relative;
  flex-grow: 1;
}
.schema-view:not(#\#):not(#\#) .schema-holder .error-page {
  height: 100%;
}
.schema-view:not(#\#):not(#\#) .schema-container {
  position: relative;
}
.schema-view:not(#\#):not(#\#) .root-schema {
  width: 180px;
  height: auto;
  position: absolute;
  bottom: 4px;
  left: 4px;
  padding: 12px;
  border-radius: 16px;
  background-color: var(--color-neutral-white);
  box-shadow: var(--shadow-small);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .schema-view:not(#\#):not(#\#) .root-schema {
    width: 100px;
    padding: 4px;
    border-radius: 8px;
  }
}
.schema-view:not(#\#):not(#\#) .root-schema:hover svg {
  transform: scale(1.1);
}
.schema-view:not(#\#):not(#\#) .root-schema svg {
  transition: transform 0.2s;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.schema-view:not(#\#):not(#\#) .root-schema svg .disabled {
  fill: var(--disabled-fill);
}
.schema-view:not(#\#):not(#\#)
  .schema-wrapper.schema-wrapper--compact-view
  .schema-block {
  padding: 0;
}
.schema-view:not(#\#):not(#\#)
  .schema-wrapper.schema-wrapper--compact-view
  .schema-block
  .schema-block-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.schema-view:not(#\#):not(#\#)
  .schema-wrapper.schema-wrapper--compact-view
  .schema-block
  .schema-holder {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 8px;
}
.schema-view:not(#\#):not(#\#)
  .schema-wrapper.schema-wrapper--compact-view
  .schema-block
  .schema-holder
  > div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.schema-view:not(#\#):not(#\#)
  .schema-wrapper.schema-wrapper--compact-view
  .schema-block
  .schema-holder
  .schema-table-wrapper {
  position: absolute;
  inset: 0;
  overflow: auto;
}
.schema-view:not(#\#):not(#\#)
  .schema-wrapper.schema-wrapper--compact-view
  .schema-block
  .schema-holder
  .schema-controls {
  right: 4px;
}
.svg-container:not(#\#):not(#\#) {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: transform 0.15s;
  transform: scale(0.8);
}
.svg-container.svg-container--show:not(#\#):not(#\#) {
  opacity: 1;
  transform: scale(1);
}
.svg-container:not(#\#):not(#\#) > svg {
  width: var(--w);
  height: var(--h);
}
.schema-controls:not(#\#):not(#\#) {
  position: absolute;
  bottom: 4px;
  right: 8px;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.schema-controls > * {
  margin-bottom: 4px !important;
}
.schema-controls > :last-child {
  margin-bottom: 0 !important;
}
.compact-view:not(#\#):not(#\#) .schema-controls {
  right: 28px;
}
.schema-info:not(#\#):not(#\#) {
  width: 352px;
  position: relative;
  background-color: #fff;
  border-radius: 24px 0 0 24px;
  box-shadow: var(--shadow-large);
}
@media (min-width: 769px) {
  .schema-info:not(#\#):not(#\#) {
    transition: width 0.2s ease;
  }
}
.compact-view:not(#\#):not(#\#) .schema-info {
  width: 84px;
}
.schema-info:not(#\#):not(#\#) .schema-info__box {
  height: 100%;
  position: relative;
  border-radius: 24px 0 0 24px;
  clip-path: inset(0 0 0 0 round 24px 0 0 24px);
  display: flex;
  flex-direction: column;
}
.schema-info:not(#\#):not(#\#) .schema-info__poster {
  width: 352px;
  overflow: auto;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
}
.schema-info:not(#\#):not(#\#) .schema-info__poster > div:first-child {
  flex-grow: 1;
  overflow: auto;
}
.compact-view.schema-info:not(#\#):not(#\#) .schema-info__poster {
  overflow: hidden;
}
.schema-info:not(#\#):not(#\#) .schema-info__poster .image-placeholder {
  min-height: 100px;
}
.schema-info:not(#\#):not(#\#) .schema-info__info-btn {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-wrap: nowrap;
  transition: all 0.2s;
}
.schema-info:not(#\#):not(#\#) .schema-info__poster-img {
  position: relative;
}
.schema-info:not(#\#):not(#\#) .schema-info__poster-img:hover .base-image {
  -webkit-mask-image: none;
  mask-image: none;
}
.schema-info:not(#\#):not(#\#)
  .schema-info__poster-img:hover
  .base-image:after {
  content: "";
  position: absolute;
  inset: 0;
  height: auto;
  background: var(--color-neutral-black);
  opacity: 0.5;
}
.schema-info:not(#\#):not(#\#)
  .schema-info__poster-img:hover
  .schema-info__info-btn {
  visibility: visible;
  opacity: 1;
}
.schema-info:not(#\#):not(#\#) .schema-info__info {
  padding: 16px 24px;
}
.schema-info .schema-info__info > * {
  margin-bottom: 8px !important;
}
.schema-info .schema-info__info > :last-child {
  margin-bottom: 0 !important;
}
.schema-info:not(#\#):not(#\#) .schema-info__date {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.schema-info:not(#\#):not(#\#) .schema-info__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}
.schema-info:not(#\#):not(#\#) .schema-info__title > span:first-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.schema-info:not(#\#):not(#\#) .schema-info__place {
  display: table;
}
.schema-info:not(#\#):not(#\#) .schema-info__place > div {
  display: table-row;
}
.schema-info:not(#\#):not(#\#) .schema-info__place > div span:first-child {
  display: table-cell;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 4px 4px 0;
}
.schema-info:not(#\#):not(#\#) .schema-info__place > div span:last-child {
  display: table-cell;
  padding: 4px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-neutral-dark-800);
}
.schema-info:not(#\#):not(#\#) .schema-info__warning {
  display: flex;
}
.schema-info .schema-info__warning > * {
  margin-right: 8px !important;
}
.schema-info .schema-info__warning > :last-child {
  margin-right: 0 !important;
}
.schema-info__warning:not(#\#):not(#\#) {
  padding: 12px;
  border: 1px solid var(--color-neutral-dark-200);
  box-shadow: var(--shadow-regular);
  border-radius: 16px;
}
.warning-text:not(#\#):not(#\#) {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-neutral-dark-800);
}
.info-move-button:not(#\#):not(#\#) {
  transition: all 0.2s;
  position: absolute;
  top: 44px;
  left: 0;
  transform: translate(-50%);
  z-index: 2;
}
.info-move-button:not(#\#):not(#\#) svg {
  width: 24px;
  height: 24px;
}
.compact-view:not(#\#):not(#\#) .info-move-button {
  transform: rotate(180deg) translate(50%);
}
.schema-info-footer:not(#\#):not(#\#) {
  padding: 8px 24px 24px;
  margin-top: 8px;
  position: relative;
}
.schema-info-footer > * {
  margin-bottom: 12px !important;
}
.schema-info-footer > :last-child {
  margin-bottom: 0 !important;
}
.schema-info-footer:not(#\#):not(#\#):before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  border-top: 1px solid var(--color-neutral-dark-200);
  left: 24px;
  right: 24px;
  top: 0;
}
.schema-info-footer:not(#\#):not(#\#) .btn {
  width: 100%;
}
.buy-motto:not(#\#):not(#\#) {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--color-button);
}
.buy-motto > * {
  margin-right: 8px !important;
}
.buy-motto > :last-child {
  margin-right: 0 !important;
}
.schema-info-basket:not(#\#):not(#\#) {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 352px;
  overflow: hidden;
  padding: 24px;
}
.compact-view:not(#\#):not(#\#) .schema-info-basket {
  width: 84px;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.compact-view:not(#\#):not(#\#) .schema-info-basket:after {
  mask-image: linear-gradient(180deg, #000 60%, transparent);
  -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent);
}
.compact-view:not(#\#):not(#\#)
  .schema-info-basket
  .schema-info-basket__tickets {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-neutral-dark-200);
}
.compact-view .schema-info-basket .schema-info-basket__tickets > * {
  margin-bottom: 8px !important;
}
.compact-view .schema-info-basket .schema-info-basket__tickets > :last-child {
  margin-bottom: 0 !important;
}
.compact-view:not(#\#):not(#\#)
  .schema-info-basket
  .schema-info-basket__tickets
  > svg {
  cursor: pointer;
  transition: all 0.2s;
}
.compact-view:not(#\#):not(#\#)
  .schema-info-basket
  .schema-info-basket__tickets
  > svg:hover {
  transform: scale(1.1);
}
.schema-info-basket:not(#\#):not(#\#) .basket-info {
  padding: 0 0 12px;
  border-bottom: 1px solid var(--color-neutral-dark-200);
}
.schema-info-basket:not(#\#):not(#\#) .schema-info-basket__tickets-wrapper {
  flex-grow: 1;
  position: relative;
  overflow: auto;
  margin: 0 -16px;
}
.schema-info-basket:not(#\#):not(#\#)
  .schema-info-basket__tickets-wrapper
  .basket-tickets {
  position: absolute;
  inset: 0;
  padding: 0 16px;
}
.schema-info-basket:not(#\#):not(#\#) .schema-info-basket__actions-wrapper {
  padding: 8px 0 0;
  margin-top: 8px;
  border-top: 1px solid var(--color-neutral-dark-200);
}
.schema-info-basket .schema-info-basket__actions-wrapper > * {
  margin-bottom: 16px !important;
}
.schema-info-basket .schema-info-basket__actions-wrapper > :last-child {
  margin-bottom: 0 !important;
}
.basket-action:not(#\#):not(#\#) {
  display: flex;
  flex-direction: row;
}
.basket-action > * {
  margin-right: 16px !important;
}
.basket-action > :last-child {
  margin-right: 0 !important;
}
.basket-action:not(#\#):not(#\#) .btn {
  flex-grow: 1;
}
.countdown-wrapper:not(#\#):not(#\#) {
  position: absolute;
  bottom: 24px;
  left: 0;
  transform: translate(-100%);
  z-index: 1000;
  padding: 2px;
  background-color: var(--color-neutral-white);
  border-radius: 50%;
  box-shadow: var(--shadow-small);
  animation: slide 0.2s ease-in forwards;
  opacity: 0;
  animation-delay: 0.2s;
}
@keyframes slide {
  0% {
    transform: translate(100%);
    opacity: 0;
  }
  to {
    transform: translate(-50%);
    opacity: 1;
  }
}
.place-price:not(#\#):not(#\#) {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px;
  border-radius: 16px;
  box-shadow: var(--shadow-small);
  background-color: var(--color-neutral-white);
  max-height: 100%;
  overflow: auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .place-price:not(#\#):not(#\#) {
    padding: 12px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
  }
}
.place-price:not(#\#):not(#\#) .place-price__min-max {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .place-price:not(#\#):not(#\#) .place-price__min-max {
    display: none;
  }
}
.place-price:not(#\#):not(#\#) .place-price__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-neutral-dark-800);
}
@media screen and (max-width: 767px) {
  .place-price:not(#\#):not(#\#) .place-price__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
  }
}
.place-price.is-open:not(#\#):not(#\#) .place-price__title svg {
  transform: rotate(-180deg);
}
.place-price:not(#\#):not(#\#) .place-price__list-wrapper {
  overflow: auto;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .place-price:not(#\#):not(#\#) .place-price__list-wrapper {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.place-price:not(#\#):not(#\#) .place-price__list {
  display: table;
  flex-direction: column;
  margin-top: 16px;
}
.place-price .place-price__list > * {
  margin-bottom: 8px !important;
}
.place-price .place-price__list > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .place-price:not(#\#):not(#\#) .place-price__list {
    margin-top: 12px;
  }
}
.place-price:not(#\#):not(#\#) .place-price__row {
  display: table-row;
}
.place-price:not(#\#):not(#\#) .place-price__row.place-price__row-price {
  cursor: pointer;
}
.place-price:not(#\#):not(#\#) .place-price__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.place-price .place-price__title > * {
  margin-right: 8px !important;
}
.place-price .place-price__title > :last-child {
  margin-right: 0 !important;
}
.place-price:not(#\#):not(#\#) .place-price__title svg {
  transition: all 0.2s;
}
.place-price:not(#\#):not(#\#) .place-price__item {
  display: table-cell;
  padding: 4px 24px 4px 0;
}
.place-price:not(#\#):not(#\#) .place-price__item:last-child {
  padding-right: 0;
}
.place-price:not(#\#):not(#\#) .place-price__item > div {
  display: flex;
  flex-direction: row;
}
.place-price .place-price__item > div > * {
  margin-right: 8px !important;
}
.place-price .place-price__item > div > :last-child {
  margin-right: 0 !important;
}
.place-price:not(#\#):not(#\#)
  .place-price__item.place-price__item-selected
  .place-price-color-indicator {
  position: relative;
  outline-width: 1px;
  outline-style: solid;
  outline-color: #ccc;
}
.place-price:not(#\#):not(#\#)
  .place-price__item.place-price__item-selected
  .place-price-color-indicator:after {
  content: "\2713";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.place-price:not(#\#):not(#\#) .place-price-color-indicator {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: block;
  border-radius: 8px;
  background-color: var(--color-neutral-dark-400);
}
@keyframes slideTicket {
  0% {
    transform: translate(-10%);
    opacity: 0;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
.basket-tickets:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
  padding: 16px 0 0;
}
.basket-tickets > * {
  margin-bottom: 24px !important;
}
.basket-tickets > :last-child {
  margin-bottom: 0 !important;
}
.basket-ticket:not(#\#):not(#\#) {
  animation: slideTicket 1s;
  position: relative;
  padding: 8px 8px 0 0;
}
.basket-ticket:not(#\#):not(#\#) .basket-ticket__price {
  min-width: 98px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border-left: dashed 2px var(--color-neutral-dark-50);
  border-left-style: dashed;
  border-image-source: url("");
  border-image-slice: 2;
  border-image-repeat: round;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-wrap: nowrap;
}
.basket-ticket:not(#\#):not(#\#) .basket-ticket__info {
  display: flex;
  padding: 12px;
  justify-content: center;
  flex-grow: 1;
  flex-direction: column;
}
.basket-ticket .basket-ticket__info > * {
  margin-bottom: 8px !important;
}
.basket-ticket .basket-ticket__info > :last-child {
  margin-bottom: 0 !important;
}
.basket-ticket:not(#\#):not(#\#) .basket-ticket__sector {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.basket-ticket:not(#\#):not(#\#) .basket-ticket__row-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-right: 4px;
}
.basket-ticket:not(#\#):not(#\#) .basket-ticket__row-value {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-neutral-dark-800);
}
.basket-ticket:not(#\#):not(#\#) .basket-ticket__place-info {
  display: flex;
}
.basket-ticket .basket-ticket__place-info > * {
  margin-right: 8px !important;
}
.basket-ticket .basket-ticket__place-info > :last-child {
  margin-right: 0 !important;
}
.basket-ticket:not(#\#):not(#\#) .basket-ticket__personal-info .btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  min-height: auto;
}
.basket-ticket:not(#\#):not(#\#) .basket-ticket__personal-info .btn > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.basket-ticket .basket-ticket__personal-info .btn > * {
  margin-right: 4px !important;
}
.basket-ticket .basket-ticket__personal-info .btn > :last-child {
  margin-right: 0 !important;
}
.basket-ticket:not(#\#):not(#\#)
  .basket-ticket__personal-info
  .btn
  .basket-ticket__personal-info-icon {
  color: var(--color-button);
}
.basket-ticket:not(#\#):not(#\#)
  .basket-ticket__personal-info
  .btn:hover
  .basket-ticket__personal-info-icon {
  color: var(--color-button-hover);
}
.ticket-frame:not(#\#):not(#\#) {
  background-color: var(--color-neutral-dark-50);
  border-radius: 8px;
  clip-path: inset(0 0 0 0 round 8px 8px 8px 8px);
  position: relative;
  min-height: 56px;
  display: flex;
  flex-direction: row;
}
.ticket-frame:not(#\#):not(#\#):before,
.ticket-frame:not(#\#):not(#\#):after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  background-color: var(--color-neutral-white);
  border-radius: 50%;
}
.ticket-frame:not(#\#):not(#\#):before {
  transform: translate(-50%, -50%);
  left: 0;
}
.ticket-frame:not(#\#):not(#\#):after {
  transform: translate(50%, -50%);
  right: 0;
}
.remove-ticket-action:not(#\#):not(#\#) {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color-neutral-dark-200);
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: var(--color-neutral-white);
  padding: 2px;
}
.remove-ticket-action:hover:not(#\#):not(#\#) {
  background-color: var(--color-neutral-dark-300);
  color: var(--color-error-600);
}
.remove-ticket-action:not(#\#):not(#\#) > svg {
  width: 100%;
  height: 100%;
}
.ticket-marks:not(#\#):not(#\#) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ticket-mark:not(#\#):not(#\#) {
  padding: 2px 8px;
  background-color: var(--color-neutral-dark-200);
  border-radius: 4px;
  color: var(--color-neutral-dark-800);
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
:root:not(#\#):not(#\#) {
  --place-hover-color: #5bb9d4;
  --place-hover-stroke: #222;
  --rect-stroke: #999;
  --dark-color: #000;
  --light-color: #fff;
  --busy-stroke: #313e4d;
  --busy-fill: #9ca5a5;
  --disabled-fill: #cfcfcf;
  --pulse-color-1: #00ff2f;
  --pulse-color-2: #00ff2f;
}
.svg-container .pale-place {
  opacity: 0.1 !important;
}
.svg-container:not(#\#):not(#\#) svg g .place:not(.disabled) {
  cursor: pointer;
}
.svg-container:not(#\#):not(#\#) svg g .place:not(.disabled):hover rect {
  stroke: var(--color-info-icon-bg);
  transform: scale(1.1);
}
@media screen and (min-width: 769px) {
  .svg-container:not(#\#):not(#\#) svg g .place:not(.disabled):hover rect {
    fill: var(--color-info-icon);
  }
}
.svg-container:not(#\#):not(#\#)
  svg
  g
  .place:not(.disabled).fan-zone:hover
  rect {
  transform: scale(1);
}
.svg-container:not(#\#):not(#\#) svg g .place.booked,
.svg-container:not(#\#):not(#\#) svg g .place.locked,
.svg-container:not(#\#):not(#\#) svg g .place.disabled,
.svg-container:not(#\#):not(#\#) svg g .place.sold {
  display: none;
}
.svg-container:not(#\#):not(#\#) svg g .place rect {
  stroke: var(--rect-stroke);
  stroke-width: 2;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  transform: scale(1);
}
.svg-container:not(#\#):not(#\#) svg g .place text {
  text-align: center;
  text-shadow: 0 0 1px var(--dark-color);
  fill: var(--light-color);
  text-anchor: middle;
  font-weight: 700;
}
.svg-container:not(#\#):not(#\#) svg g .place .place-icon {
  fill: var(--light-color);
}
.svg-container:not(#\#):not(#\#) svg g .place:not(.fan-zone).my-locked {
  display: block;
}
.svg-container:not(#\#):not(#\#) svg g .place:not(.fan-zone).my-locked rect {
  stroke: var(--dark-color);
  fill: var(--light-color);
  transform: scale(1);
}
.svg-container:not(#\#):not(#\#) svg g .place:not(.fan-zone).my-locked text {
  fill: var(--dark-color);
  text-shadow: none;
}
.svg-container:not(#\#):not(#\#)
  svg
  g
  .place:not(.fan-zone).my-locked
  .place-icon {
  fill: var(--dark-color);
  text-shadow: none;
}
.svg-container:not(#\#):not(#\#) svg g .place.busy {
  cursor: default;
  display: block;
}
.svg-container:not(#\#):not(#\#) svg g .place.busy rect {
  stroke: var(--busy-stroke);
  stroke-width: 6px;
  fill: var(--busy-fill);
  transform: scale(1);
}
.svg-container:not(#\#):not(#\#) svg g .place.busy text {
  fill: var(--busy-fill);
  text-shadow: none;
}
.svg-container:not(#\#):not(#\#) svg g .place.busy .place-icon {
  fill: var(--busy-fill);
  text-shadow: none;
}
.svg-container:not(#\#):not(#\#) svg g .place.waiting {
  cursor: wait;
  display: block;
}
.svg-container:not(#\#):not(#\#) svg g .place.waiting rect {
  animation: pulse 2s infinite;
}
.svg-container.sectors-list:not(#\#):not(#\#) .sector {
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
.svg-container.sectors-list:not(#\#):not(#\#) .sector:not(.enabled) {
  fill: var(--disabled-fill);
}
.svg-container.sectors-list:not(#\#):not(#\#) .sector.enabled {
  cursor: pointer;
}
.svg-container.sectors-list:not(#\#):not(#\#)
  .sector.enabled:not([transform]):hover {
  opacity: 0.8;
  transform: scale(1.02);
  transition: 0.3s;
}
.svg-container.sectors-list:not(#\#):not(#\#) .sector.enabled:hover {
  opacity: 0.8;
}
.svg-container.sectors-list:not(#\#):not(#\#) .sector.disabled {
  fill: var(--disabled-fill);
  cursor: not-allowed;
}
.svg-container.sectors-list:not(#\#):not(#\#) g[transform] .sector {
  transform-origin: inherit;
  -webkit-transform-origin: inherit;
  transform-box: fill-box;
}
.basket-order-info:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
}
.basket-order-info > * {
  margin-bottom: 8px !important;
}
.basket-order-info > :last-child {
  margin-bottom: 0 !important;
}
.basket-order-sum:not(#\#):not(#\#) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-neutral-dark-800);
}
.basket-order-sum:not(#\#):not(#\#) .basket-order-sum__amount {
  text-wrap: nowrap;
}
.service-charge-warning:not(#\#):not(#\#) {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.service-charge-warning > * {
  margin-right: 4px !important;
}
.service-charge-warning > :last-child {
  margin-right: 0 !important;
}
.service-charge-warning:not(#\#):not(#\#) > * {
  color: var(--color-neutral-dark-800);
}
.service-charge-warning:not(#\#):not(#\#) .warning-icon {
  display: inline-flex;
  color: var(--color-error-600);
}
.service-charge-warning:not(#\#):not(#\#) .service-charge-warning__warning {
  color: var(--color-error-600);
}
.schema-table-wrapper:not(#\#):not(#\#) {
  padding: 16px;
  position: absolute;
  inset: 0;
  overflow: auto;
}
.schema-table-wrapper:not(#\#):not(#\#) > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .schema-table-wrapper:not(#\#):not(#\#) > div {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .schema-table-wrapper:not(#\#):not(#\#) > div {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .schema-table-wrapper:not(#\#):not(#\#) > div {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.schema-table-wrapper.schema-table-wrapper__one:not(#\#):not(#\#) > div {
  display: flex;
  justify-content: center;
}
.schema-table-wrapper.schema-table-wrapper__one:not(#\#):not(#\#)
  .schema-table-item {
  min-width: 100%;
}
@media (min-width: 769px) {
  .schema-table-wrapper.schema-table-wrapper__one:not(#\#):not(#\#)
    .schema-table-item {
    min-width: 320px;
  }
}
.schema-table-item:not(#\#):not(#\#) {
  display: flex;
  padding: 32px 16px;
  flex-direction: column;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  background-color: var(--color-neutral-white);
  box-shadow: var(--shadow-regular);
  border: 5px solid transparent;
  height: auto;
}
.schema-table-item > * {
  margin-bottom: 16px !important;
}
.schema-table-item > :last-child {
  margin-bottom: 0 !important;
}
.schema-table-item:not(#\#):not(#\#) .schema-table-item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-neutral-dark-800);
  text-align: center;
}
.schema-table-item:not(#\#):not(#\#) .schema-table-item__price {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-neutral-dark-800);
}
.schema-table-item:not(#\#):not(#\#) .schema-table-item__actions {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.ticket-selector:not(#\#):not(#\#) {
  display: flex;
  border: 3px solid var(--color-button);
  flex-direction: row;
  border-radius: 12px;
}
.ticket-selector:not(#\#):not(#\#) .ticket-selector__btn {
  width: 46px;
  height: 46px;
}
.ticket-selector:not(#\#):not(#\#) .ticket-selector__btn:disabled {
  cursor: auto;
  color: var(--color-neutral-dark-300);
}
.ticket-selector:not(#\#):not(#\#) .ticket-selector__count {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-tooltip:not(#\#):not(#\#) {
  padding: 12px;
}
.p-tooltip:not(#\#):not(#\#) .p-tooltip-text {
  background: var(--color-neutral-white);
  padding: 12px;
  box-shadow: var(--shadow-small);
  border-radius: 3px;
}
.p-tooltip.p-tooltip-right:not(#\#):not(#\#) .p-tooltip-arrow {
  background: var(--color-neutral-white);
}
.p-tooltip.p-tooltip-left:not(#\#):not(#\#) .p-tooltip-arrow {
  background: var(--color-neutral-white);
}
.p-tooltip.p-tooltip-top:not(#\#):not(#\#) .p-tooltip-arrow {
  background: var(--color-neutral-white);
}
.p-tooltip.p-tooltip-bottom:not(#\#):not(#\#) .p-tooltip-arrow {
  background: var(--color-neutral-white);
}
.schema-place-info:not(#\#):not(#\#) {
  pointer-events: none;
  position: absolute;
  z-index: 1000;
  background-color: var(--color-neutral-white);
  padding: 16px;
  transform: translate(-50%, calc(-100% - 16px));
  animation: fadeInFromNone 0.5s ease-out;
  box-shadow: var(--shadow-large);
  border-radius: 16px;
  max-width: 200px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.schema-place-info__arrow:not(#\#):not(#\#) {
  width: 50px;
  height: 25px;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translate(-50%);
  overflow: hidden;
}
.schema-place-info__arrow:not(#\#):not(#\#):after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--color-neutral-white);
  transform: translate(-50%) translateY(-50%) rotate(45deg);
  top: 0;
  left: 50%;
  box-shadow: var(--shadow-large);
}
.schema-place-info:not(#\#):not(#\#) .schema-place-info__row-container {
  display: flex;
  flex-direction: row;
}
.schema-place-info .schema-place-info__row-container > * {
  margin-right: 4px !important;
}
.schema-place-info .schema-place-info__row-container > :last-child {
  margin-right: 0 !important;
}
.schema-place-info .schema-place-info__row > * {
  margin-right: 4px !important;
}
.schema-place-info .schema-place-info__row > :last-child {
  margin-right: 0 !important;
}
.schema-place-info:not(#\#):not(#\#) .schema-place-info__row > span:last-child {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.schema-place-info:not(#\#):not(#\#) .schema-place-info__sector {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.schema-place-info:not(#\#):not(#\#) .schema-fan-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.schema-place-info:not(#\#):not(#\#) .ticket-marks {
  margin-bottom: 8px;
}
.schema-place-info:not(#\#):not(#\#) .schema-place-info__price {
  text-wrap: nowrap;
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
@keyframes showPoster {
  0% {
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.event-list-page:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 32px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .event-list-page:not(#\#):not(#\#) {
    padding: 16px;
  }
}
.event-list-page:not(#\#):not(#\#) > div {
  display: flex;
  flex-direction: row;
}
.event-list-page > div > * {
  margin-right: 32px !important;
}
.event-list-page > div > :last-child {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .event-list-page:not(#\#):not(#\#) > div {
    flex-direction: column;
  }
  .event-list-page > div > * {
    margin-right: 0 !important;
  }
  .event-list-page > div > :last-child {
    margin-right: 0 !important;
  }
  .event-list-page > div > * {
    margin-bottom: 12px !important;
  }
  .event-list-page > div > :last-child {
    margin-bottom: 0 !important;
  }
}
.event-list:not(#\#):not(#\#) {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  flex-grow: 1;
  justify-content: space-between;
}
.event-list:not(#\#):not(#\#) > div {
  min-width: 33%;
}
@media screen and (max-width: 1024px) {
  .event-list:not(#\#):not(#\#) {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .event-list:not(#\#):not(#\#) {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1024px) {
  .event-list:not(#\#):not(#\#) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1366px) {
  .event-list:not(#\#):not(#\#) {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1700px) {
  .event-list:not(#\#):not(#\#) {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.event-list:not(#\#):not(#\#)
  .event-card
  .event-card__poster
  .poster-wrapper
  .base-image {
  animation: showPoster 0.5s;
}
.events-show-menu-mobile-wrapper:not(#\#):not(#\#) {
  background-color: var(--color-neutral-white);
}
.events-show-menu-mobile-wrapper:not(#\#):not(#\#) .events-show-menu {
  background-color: var(--color-neutral-white);
}
.events-show-menu:not(#\#):not(#\#) {
  width: 320px;
  min-width: 320px;
  border-radius: 16px;
  border: 2px solid var(--color-neutral-dark-200);
  padding: 24px;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.events-show-menu:not(#\#):not(#\#) > div {
  position: sticky;
  top: 0;
}
@media screen and (max-width: 767px) {
  .events-show-menu:not(#\#):not(#\#) {
    border: 1px solid var(--color-neutral-dark-200);
  }
}
.events-show-menu.events-show-menu--open:not(#\#):not(#\#) .btn-all-shows {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-neutral-dark-200);
}
.events-show-menu.events-show-menu--open:not(#\#):not(#\#)
  .btn-all-shows
  .icon {
  transform: rotate(-90deg);
}
.events-show-menu:not(#\#):not(#\#) .btn-all-shows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
  min-height: auto;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.events-show-menu:not(#\#):not(#\#) .btn-all-shows .icon {
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .events-show-menu:not(#\#):not(#\#) {
    padding: 16px 24px;
    width: 100%;
    min-width: 100%;
  }
}
.events-show-menu:not(#\#):not(#\#) h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--color-neutral-dark-200);
}
.events-show-menu > * > * {
  margin-bottom: 16px !important;
}
.events-show-menu > * > :last-child {
  margin-bottom: 0 !important;
}
.events-show-menu:not(#\#):not(#\#) .events-show-menu-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.event-card:not(#\#):not(#\#) {
  box-shadow: var(--shadow-small);
  border-radius: 16px;
  background-color: var(--color-neutral-white);
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-self: center;
}
@media screen and (max-width: 767px) {
  .event-card:not(#\#):not(#\#) {
    max-width: 100%;
  }
}
.event-card:not(#\#):not(#\#) > div {
  flex-grow: 1;
  clip-path: inset(0 0 0 0 round 16px 16px 16px 16px);
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
}
.event-card > div > * {
  margin-bottom: 16px !important;
}
.event-card > div > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .event-card:not(#\#):not(#\#) > div {
    flex-direction: row;
    padding: 16px;
  }
  .event-card > div > * {
    margin-bottom: 0 !important;
  }
  .event-card > div > :last-child {
    margin-bottom: 0 !important;
  }
  .event-card > div > * {
    margin-right: 12px !important;
  }
  .event-card > div > :last-child {
    margin-right: 0 !important;
  }
}
.event-card:not(#\#):not(#\#) .event-card__poster {
  margin: -24px -16px 0;
  display: flex;
  flex-direction: column;
  justify-items: center;
}
.event-card:not(#\#):not(#\#) .event-card__poster .poster-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.event-card:not(#\#):not(#\#) .event-card__poster .poster-wrapper {
  position: relative;
  height: 100%;
  aspect-ratio: 70/99;
  overflow: hidden;
}
.event-card:not(#\#):not(#\#)
  .event-card__poster
  .poster-wrapper
  .poster-wrapper__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: blur(8px);
  z-index: 0;
  transform: scale(1.05);
}
.event-card:not(#\#):not(#\#) .event-card__poster .poster-wrapper .base-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.event-card:not(#\#):not(#\#) .event-card__poster .image-placeholder {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .event-card:not(#\#):not(#\#) .event-card__poster {
    margin: 0;
    width: 94px;
    min-width: 30%;
  }
  .event-card:not(#\#):not(#\#) .event-card__poster .base-image {
    border-radius: 4px;
    clip-path: inset(0 0 0 0 round 4px 4px 4px 4px);
  }
}
.event-card:not(#\#):not(#\#) .event-card__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  justify-content: space-between;
}
.event-card .event-card__info > * {
  margin-bottom: 16px !important;
}
.event-card .event-card__info > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .event-card:not(#\#):not(#\#) .event-card__info {
    justify-content: flex-start;
    overflow: hidden;
    justify-content: space-between;
  }
  .event-card .event-card__info > * {
    margin-bottom: 8px !important;
  }
  .event-card .event-card__info > :last-child {
    margin-bottom: 0 !important;
  }
}
.event-card .event-card__info > div:first-child > * {
  margin-bottom: 12px !important;
}
.event-card .event-card__info > div:first-child > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .event-card .event-card__info > div:first-child > * {
    margin-bottom: 8px !important;
  }
  .event-card .event-card__info > div:first-child > :last-child {
    margin-bottom: 0 !important;
  }
}
.event-card .event-card__info > div:first-child > div:first-child > * {
  margin-bottom: 4px !important;
}
.event-card
  .event-card__info
  > div:first-child
  > div:first-child
  > :last-child {
  margin-bottom: 0 !important;
}
.event-card:not(#\#):not(#\#) .event-card__action {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .event-card:not(#\#):not(#\#) .event-card__date {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
}
.event-card:not(#\#):not(#\#) .event-card__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-neutral-dark-800);
  display: flex;
}
@media screen and (max-width: 767px) {
  .event-card:not(#\#):not(#\#) .event-card__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
  }
}
.event-card:not(#\#):not(#\#) .event-card__title > span:first-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 2rem;
}
.event-card:not(#\#):not(#\#) .event-card__title .age-limit {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .event-card:not(#\#):not(#\#) .event-card__title .age-limit {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .event-card:not(#\#):not(#\#) .event-card__place {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
}
.event-card:not(#\#):not(#\#) .event-card__price {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-neutral-dark-800);
}
.event-card .event-card__price > * {
  margin-right: 4px !important;
}
.event-card .event-card__price > :last-child {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .event-card:not(#\#):not(#\#) .event-card__price {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
  }
}
.show-list-page:not(#\#):not(#\#) {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.show-list-page:not(#\#):not(#\#) .show-list-top-actions {
  padding: 8px 32px;
}
.show-list-page:not(#\#):not(#\#) .show-list-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
}
.show-list-page:not(#\#):not(#\#) .show-list-wrapper > div {
  padding: 8px 32px;
  position: absolute;
  inset: 0;
  overflow: auto;
  display: flex;
  flex-direction: row;
}
.show-list-page .show-list-wrapper > div > * {
  margin-right: 32px !important;
}
.show-list-page .show-list-wrapper > div > :last-child {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .show-list-page:not(#\#):not(#\#) .show-list-wrapper > div {
    flex-direction: column;
  }
  .show-list-page .show-list-wrapper > div > * {
    margin-right: 0 !important;
  }
  .show-list-page .show-list-wrapper > div > :last-child {
    margin-right: 0 !important;
  }
  .show-list-page .show-list-wrapper > div > * {
    margin-bottom: 24px !important;
  }
  .show-list-page .show-list-wrapper > div > :last-child {
    margin-bottom: 0 !important;
  }
}
.show-list-page:not(#\#):not(#\#) .show-poster {
  width: 320px;
  min-width: 320px;
  overflow: hidden;
  padding: 16px 24px;
  box-shadow: var(--shadow-small);
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .show-list-page:not(#\#):not(#\#) .show-poster {
    width: 100%;
    min-width: 100%;
  }
}
.show-list-page:not(#\#):not(#\#) .show-items {
  width: 100%;
}
.show-list-page .show-items > * {
  margin-bottom: 24px !important;
}
.show-list-page .show-items > :last-child {
  margin-bottom: 0 !important;
}
.show-list-page:not(#\#):not(#\#) .show-item {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-radius: 12px;
  border: 2px solid var(--color-neutral-dark-200);
  padding: 12px 32px;
  color: var(--color-neutral-dark-800);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .show-list-page:not(#\#):not(#\#) .show-item {
    gap: 8px;
    grid-template: "a b" auto "a c" auto "d d" auto;
  }
}
.show-list-page:not(#\#):not(#\#) .show-item.show-item--inactive {
  color: var(--color-neutral-dark-400);
}
.show-list-page:not(#\#):not(#\#) .show-item .show-item__date {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .show-list-page:not(#\#):not(#\#) .show-item .show-item__date {
    grid-area: a;
  }
}
.show-list-page:not(#\#):not(#\#)
  .show-item
  .show-item__date
  > div:first-child {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.show-list-page:not(#\#):not(#\#) .show-item .show-item__time {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.show-list-page .show-item .show-item__time > * {
  margin-right: 4px !important;
}
.show-list-page .show-item .show-item__time > :last-child {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .show-list-page:not(#\#):not(#\#) .show-item .show-item__time {
    grid-area: b;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.show-list-page:not(#\#):not(#\#)
  .show-item
  .show-item__time
  > span:first-child {
  text-wrap: nowrap;
}
.show-list-page:not(#\#):not(#\#) .show-item .show-item__price {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .show-list-page:not(#\#):not(#\#) .show-item .show-item__price {
    grid-area: c;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-neutral-dark-600);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.show-list-page:not(#\#):not(#\#) .show-item .show-item__action {
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.show-list-page:not(#\#):not(#\#) .show-item .show-item__action .btn {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .show-list-page:not(#\#):not(#\#) .show-item .show-item__action {
    grid-area: d;
    margin-top: 8px;
  }
}
header:not(#\#):not(#\#) {
  background-color: var(--color-header-background);
  color: var(--color-header-text);
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  header:not(#\#):not(#\#) {
    padding: 0 16px;
  }
}
.header:not(#\#):not(#\#) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  border-bottom: 1px solid var(--color-neutral-dark-100);
}
@media screen and (max-width: 767px) {
  .header:not(#\#):not(#\#) {
    min-height: 44px;
    border-bottom: none;
  }
}
.header:not(#\#):not(#\#) .header__info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .header__info > * {
  margin-right: 40px !important;
}
.header .header__info > :last-child {
  margin-right: 0 !important;
}
.header:not(#\#):not(#\#) .header__info-contacts {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .header__info-contacts > * {
  margin-right: 24px !important;
}
.header .header__info-contacts > :last-child {
  margin-right: 0 !important;
}
.header:not(#\#):not(#\#) .header__info-contacts > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .header__info-contacts > div > * {
  margin-right: 4px !important;
}
.header .header__info-contacts > div > :last-child {
  margin-right: 0 !important;
}
.header:not(#\#):not(#\#) .header__info-contacts a {
  color: var(--color-neutral-dark-800);
  text-decoration: none;
}
.header:not(#\#):not(#\#) .header__info-contacts a:hover,
.header:not(#\#):not(#\#) .header__info-contacts a:link,
.header:not(#\#):not(#\#) .header__info-contacts a:visited {
  color: inherit;
}
.header:not(#\#):not(#\#) .header__action {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .header__action > * {
  margin-right: 32px !important;
}
.header .header__action > :last-child {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .header .header__action > * {
    margin-right: 24px !important;
  }
  .header .header__action > :last-child {
    margin-right: 0 !important;
  }
}
.header:not(#\#):not(#\#) .header__logo {
  display: flex;
  align-items: center;
}
.header:not(#\#):not(#\#) .header__logo-img {
  max-width: 360px;
  height: 46px;
  max-height: 46px;
}
@media screen and (max-width: 767px) {
  .header:not(#\#):not(#\#) .header__logo-img {
    max-width: 160px;
    height: 28px;
    max-height: 28px;
  }
}
.shopping-cart:not(#\#):not(#\#) {
  color: var(--color-bg-basket);
  position: relative;
}
.shopping-cart:not(#\#):not(#\#) > div {
  position: relative;
}
.shopping-cart:not(#\#):not(#\#) .shopping-cart__badge {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 9px;
  line-height: 12px;
  line-height: 1;
  color: var(--color-neutral-white);
  display: flex;
  min-height: 14px;
  align-items: center;
  justify-content: center;
  background-color: var(--color-badges-cart);
}
.shopping-cart:not(#\#):not(#\#) .shopping-cart__badge > div {
  margin: 0 -7px;
  padding: 0 4px;
}
.shopping-cart:not(#\#):not(#\#) .shopping-cart__badge:before,
.shopping-cart:not(#\#):not(#\#) .shopping-cart__badge:after {
  content: "";
  background-color: var(--color-badges-cart);
  border-radius: 50%;
  position: absolute;
  width: 14px;
  height: 14px;
  z-index: -1;
}
.shopping-cart:not(#\#):not(#\#) .shopping-cart__badge:before {
  left: 0;
  transform: translate(-50%);
}
.shopping-cart:not(#\#):not(#\#) .shopping-cart__badge:after {
  right: 0;
  transform: translate(50%);
}
.menu-trigger:not(#\#):not(#\#) {
  display: inline-block;
  cursor: pointer;
}
.menu-trigger:not(#\#):not(#\#) .bar1,
.menu-trigger:not(#\#):not(#\#) .bar2,
.menu-trigger:not(#\#):not(#\#) .bar3 {
  width: 20px;
  height: 3px;
  background-color: var(--color-neutral-dark-800);
  border-radius: 4px;
  margin: 3px 0;
  transition: 0.4s;
}
.menu-trigger.open:not(#\#):not(#\#) .bar1 {
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.open:not(#\#):not(#\#) .bar2 {
  opacity: 0;
}
.menu-trigger.open:not(#\#):not(#\#) .bar3 {
  transform: translateY(-11px) rotate(45deg);
}
.mobile-menu:not(#\#):not(#\#) {
  padding: 48px 32px 32px;
  position: relative;
}
.mobile-menu:not(#\#):not(#\#) .p-sidebar-header {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 16px 0 0;
}
.mobile-menu:not(#\#):not(#\#) .p-sidebar-content {
  overflow: auto;
}
.mobile-menu:not(#\#):not(#\#) .mobile-menu-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.mobile-menu:not(#\#):not(#\#) .mobile-menu-content > div:first-child {
  flex-grow: 1;
}
.mobile-menu:not(#\#):not(#\#) .mobile-menu-content .mobile-menu__user {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 8px 0;
}
.mobile-menu:not(#\#):not(#\#)
  .mobile-menu-content
  .menu-list
  .menu-list__menu-item
  a,
.mobile-menu:not(#\#):not(#\#)
  .mobile-menu-content
  .menu-list
  .menu-list__menu-item
  button {
  padding: 8px 0;
}
.mobile-menu:not(#\#):not(#\#)
  .mobile-menu-content
  .menu-list
  .menu-list__menu-item
  a.with-load,
.mobile-menu:not(#\#):not(#\#)
  .mobile-menu-content
  .menu-list
  .menu-list__menu-item
  button.with-load {
  min-height: auto;
  display: flex;
  justify-content: left;
  align-items: center;
}
.mobile-menu:not(#\#):not(#\#) .mobile-menu-content .header__info-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-menu .mobile-menu-content .header__info-contacts > * {
  margin-bottom: 8px !important;
}
.mobile-menu .mobile-menu-content .header__info-contacts > :last-child {
  margin-bottom: 0 !important;
}
.mobile-menu:not(#\#):not(#\#)
  .mobile-menu-content
  .header__info-contacts
  > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.mobile-menu .mobile-menu-content .header__info-contacts > div > * {
  margin-right: 4px !important;
}
.mobile-menu .mobile-menu-content .header__info-contacts > div > :last-child {
  margin-right: 0 !important;
}
.mobile-menu:not(#\#):not(#\#)
  .mobile-menu-content
  .header__info-contacts
  > div
  .btn {
  min-height: auto;
}
.mobile-menu:not(#\#):not(#\#) .mobile-menu-content .header__info-contacts a {
  color: var(--color-neutral-dark-800);
  text-decoration: none;
}
.mobile-menu:not(#\#):not(#\#)
  .mobile-menu-content
  .header__info-contacts
  a:hover,
.mobile-menu:not(#\#):not(#\#)
  .mobile-menu-content
  .header__info-contacts
  a:link,
.mobile-menu:not(#\#):not(#\#)
  .mobile-menu-content
  .header__info-contacts
  a:visited {
  color: inherit;
}
.countdown:not(#\#):not(#\#) {
  position: relative;
  height: 44px;
  width: 44px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}
.countdown:not(#\#):not(#\#) .countdown__number {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-timer);
  display: inline-block;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
.countdown--timeout.countdown:not(#\#):not(#\#) .countdown__number {
  color: var(--color-error-600);
}
.countdown:not(#\#):not(#\#) svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  transform: rotateY(-180deg) rotate(-90deg);
}
.countdown:not(#\#):not(#\#) .countdown__circle {
  stroke-dasharray: var(--d);
  stroke-dashoffset: var(--p);
  stroke-linecap: round;
  stroke-width: 4px;
  stroke: var(--color-timer);
  fill: none;
}
.countdown:not(#\#):not(#\#) .countdown__round {
  stroke-width: 4px;
  stroke: var(--color-neutral-dark-200);
  fill: none;
}
.countdown--timeout.countdown:not(#\#):not(#\#) .countdown__round {
  stroke: var(--color-error-600);
}
.diia_modal:not(#\#):not(#\#) {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.diia_modal:not(#\#):not(#\#) .diia_request .need_diia_auth_text {
  margin: 0 20px 25px;
}
.diia_modal:not(#\#):not(#\#)
  .diia_request
  .diia_auth_actions
  .diia_auth_countdown {
  margin-bottom: 35px;
}
.diia_modal:not(#\#):not(#\#)
  .diia_request
  .diia_auth_actions
  .diia_auth_countdown
  .countdown {
  width: auto;
}
.diia_modal:not(#\#):not(#\#)
  .diia_request
  .diia_auth_actions
  .diia_auth_countdown
  .countdown
  svg {
  right: unset;
  left: 50%;
  transform: translate(-50%);
}
.diia_modal:not(#\#):not(#\#)
  .diia_request
  .diia_auth_actions
  .diia_auth_link
  button {
  display: inline;
  margin-bottom: 5px;
}
.diia_modal:not(#\#):not(#\#) .diia_request .diia_auth_failed {
  margin-bottom: 35px;
}
.diia_modal:not(#\#):not(#\#) .diia_request .diia_get_link .btn-regular {
  display: inline;
  width: 244px;
  height: 44px;
  margin-bottom: 35px;
}
.diia_modal:not(#\#):not(#\#)
  .diia_request
  .diia_get_link
  .btn-regular
  .countdown {
  width: auto;
}
.diia_modal:not(#\#):not(#\#)
  .diia_request
  .diia_get_link
  .btn-regular
  .countdown
  svg {
  right: unset;
  left: 50%;
  transform: translate(-50%);
}
.diia_modal:not(#\#):not(#\#) .diia_request .download_diia_links {
  margin-bottom: 20px;
}
.diia_modal:not(#\#):not(#\#)
  .diia_request
  .download_diia_links
  #appleStoreImage {
  width: 150px;
  margin-right: 10px;
}
.diia_modal:not(#\#):not(#\#)
  .diia_request
  .download_diia_links
  #googleStoreImage {
  width: 150px;
}
.diia_modal:not(#\#):not(#\#) .mobile {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.diia_modal:not(#\#):not(#\#) .mobile .need_diia_auth_text {
  margin-bottom: 12px;
}
.diia_modal:not(#\#):not(#\#) .mobile .diia_auth_actions .diia_auth_countdown {
  margin-bottom: 24px;
}
.diia_modal:not(#\#):not(#\#) .mobile .diia_auth_failed {
  margin-bottom: 24px;
}
.diia_modal:not(#\#):not(#\#) .mobile .diia_get_link .btn-regular {
  height: 40px;
  margin-bottom: 24px;
}
.p-dialog:not(#\#):not(#\#) {
  background-color: var(--color-neutral-white);
  border-radius: 16px;
}
.p-dialog:not(#\#):not(#\#) .p-dialog-header-icons {
  padding: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.p-dialog:not(#\#):not(#\#) .p-dialog-header-icons .p-dialog-header-close {
  display: block;
  height: auto;
  line-height: 1;
}
.p-dialog:not(#\#):not(#\#) .p-dialog-header {
  border-bottom: none;
  background: transparent;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  min-height: 32px;
}
.p-dialog:not(#\#):not(#\#) .p-dialog-content:last-of-type {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.p-dialog:not(#\#):not(#\#) .p-dialog-footer {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border: none;
}
.p-dialog:not(#\#):not(#\#) .p-dialog-footer .modal-footer {
  min-height: 32px;
}
.modal-regular:not(#\#):not(#\#) {
  padding: 0 32px;
}
.booking-cashiers-modal:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
}
.booking-cashiers-modal > * {
  margin-bottom: 16px !important;
}
.booking-cashiers-modal > :last-child {
  margin-bottom: 0 !important;
}
.booking-cashiers-modal:not(#\#):not(#\#) .booking-cashiers {
  margin-top: 8px;
}
.pdf-viewer:not(#\#):not(#\#) .p-dialog-header {
  padding: 32px 0 16px;
}
.pdf-viewer:not(#\#):not(#\#) .p-dialog-content {
  min-height: 64px;
}
.pdf-viewer:not(#\#):not(#\#) .p-dialog-footer > div {
  padding: 16px 0 32px;
  display: flex;
  justify-content: space-between;
}
.pdf-viewer .p-dialog-footer > div > * {
  margin-right: 12px !important;
}
.pdf-viewer .p-dialog-footer > div > :last-child {
  margin-right: 0 !important;
}
.pdf-viewer:not(#\#):not(#\#) .p-dialog-footer > div > div {
  width: 50%;
}
.pdf-viewer:not(#\#):not(#\#) .p-dialog-footer > div .btn {
  width: 100%;
}
.special-place-dialog:not(#\#):not(#\#) .p-dialog-header {
  padding: 32px 32px 16px;
}
@media screen and (max-width: 767px) {
  .special-place-dialog:not(#\#):not(#\#) .p-dialog-header {
    padding: 32px 32px 16px;
  }
}
.cancel-warning:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.cancel-warning > * {
  margin-bottom: 24px !important;
}
.cancel-warning > :last-child {
  margin-bottom: 0 !important;
}
.cancel-warning:not(#\#):not(#\#) .cancel-warning__message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cancel-warning .cancel-warning__message > * {
  margin-bottom: 16px !important;
}
.cancel-warning .cancel-warning__message > :last-child {
  margin-bottom: 0 !important;
}
.cancel-warning:not(#\#):not(#\#) .cancel-warning__actions {
  display: flex;
  flex-direction: row;
}
.cancel-warning .cancel-warning__actions > * {
  margin-right: 16px !important;
}
.cancel-warning .cancel-warning__actions > :last-child {
  margin-right: 0 !important;
}
.cancel-warning:not(#\#):not(#\#) .cancel-warning__actions .btn {
  width: 100%;
}
.message-box:not(#\#):not(#\#) {
  padding: 0 32px 32px;
  display: flex;
  flex-direction: column;
}
.message-box > * {
  margin-bottom: 16px !important;
}
.message-box > :last-child {
  margin-bottom: 0 !important;
}
.message-box:not(#\#):not(#\#) .message-box__content {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.message-box:not(#\#):not(#\#) .message-box__actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.message-box .message-box__actions > * {
  margin-right: 8px !important;
}
.message-box .message-box__actions > :last-child {
  margin-right: 0 !important;
}
.message-box:not(#\#):not(#\#) .message-box__actions .btn {
  width: 50%;
}
.message-box_single-action.message-box:not(#\#):not(#\#) .message-box__actions {
  justify-content: space-around;
}
.booking-confirm-box:not(#\#):not(#\#) {
  padding: 0 32px 32px;
  display: flex;
  flex-direction: column;
}
.booking-confirm-box > * {
  margin-bottom: 16px !important;
}
.booking-confirm-box > :last-child {
  margin-bottom: 0 !important;
}
.booking-confirm-box__content:not(#\#):not(#\#) {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.booking-confirm-box:not(#\#):not(#\#) .booking-confirm-box__actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.booking-confirm-box .booking-confirm-box__actions > * {
  margin-right: 8px !important;
}
.booking-confirm-box .booking-confirm-box__actions > :last-child {
  margin-right: 0 !important;
}
.booking-confirm-box:not(#\#):not(#\#) .booking-confirm-box__actions .btn {
  width: 50%;
}
.message-box_single-action.booking-confirm-box:not(#\#):not(#\#)
  .booking-confirm-box__actions {
  justify-content: space-around;
}
.event-info-poster:not(#\#):not(#\#) {
  display: flex;
  flex-direction: row;
  color: var(--color-neutral-dark-600);
}
.event-info-poster > * {
  margin-right: 24px !important;
}
.event-info-poster > :last-child {
  margin-right: 0 !important;
}
.event-info-poster__poster-img:not(#\#):not(#\#) {
  width: 260px;
  min-width: 260px;
  border-radius: 16px;
  aspect-ratio: 70/99;
}
@media screen and (max-width: 1024px) {
  .event-info-poster__poster-img:not(#\#):not(#\#) {
    width: 160px;
    min-width: 160px;
  }
}
.event-info-poster__poster-img:not(#\#):not(#\#) img {
  clip-path: inset(0 0 0 0 round 16px 16px 16px 16px);
}
.event-info-poster__info:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
}
.event-info-poster__info > * {
  margin-bottom: 8px !important;
}
.event-info-poster__info > :last-child {
  margin-bottom: 0 !important;
}
.event-info-poster__date:not(#\#):not(#\#) {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-neutral-dark-800);
}
.event-info-poster__title:not(#\#):not(#\#) {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}
.event-info-poster__place:not(#\#):not(#\#) {
  display: table;
}
.event-info-poster__place:not(#\#):not(#\#) > div {
  display: table-row;
}
.event-info-poster__place:not(#\#):not(#\#) > div span:first-child {
  display: table-cell;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 4px 4px 0;
}
.event-info-poster__place:not(#\#):not(#\#) > div span:last-child {
  display: table-cell;
  padding: 4px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-neutral-dark-800);
}
.event-info-poster__warning:not(#\#):not(#\#) {
  display: flex;
  padding: 12px;
  border: 1px solid var(--color-neutral-dark-200);
  box-shadow: var(--shadow-regular);
  border-radius: 16px;
}
.event-info-poster__warning > * {
  margin-right: 8px !important;
}
.event-info-poster__warning > :last-child {
  margin-right: 0 !important;
}
.event-info-poster__info-content > * {
  margin-bottom: 12px !important;
}
.event-info-poster__info-content > :last-child {
  margin-bottom: 0 !important;
}
.event-info-poster__description:not(#\#):not(#\#) {
  margin-top: 8px;
}
.email-request:not(#\#):not(#\#) {
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.email-request > * {
  margin-bottom: 16px !important;
}
.email-request > :last-child {
  margin-bottom: 0 !important;
}
.login-to-app:not(#\#):not(#\#) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  flex-direction: column;
}
.login-to-app:not(#\#):not(#\#) > h3 {
  cursor: pointer;
  margin-bottom: 16px;
}
.login-to-app:not(#\#):not(#\#) > img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  max-width: 250px;
}
.login-to-app:not(#\#):not(#\#) > .copy-success {
  margin-top: 10px;
  font-size: 14px;
}
.download-app:not(#\#):not(#\#) {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 32px;
}
.download-app:not(#\#):not(#\#) > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.download-app:not(#\#):not(#\#) > div > a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-button);
  padding-bottom: 16px;
}
.download-app:not(#\#):not(#\#) > div > img {
  width: 100%;
  height: 100%;
  max-width: 200px;
}
@media screen and (max-width: 640px) {
  .download-app:not(#\#):not(#\#) {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  .download-app:not(#\#):not(#\#) > div {
    margin-bottom: 32px;
  }
}
.ticket-price-selector:not(#\#):not(#\#) {
  padding: 0 32px;
}
.ticket-price-selector:not(#\#):not(#\#) h3 {
  margin-bottom: 24px;
}
.ticket-price-selector:not(#\#):not(#\#) .ticket-price-selector__list {
  display: flex;
  flex-direction: row;
}
.ticket-price-selector .ticket-price-selector__list > * {
  margin-right: 16px !important;
}
.ticket-price-selector .ticket-price-selector__list > :last-child {
  margin-right: 0 !important;
}
.ticket-price-selector:not(#\#):not(#\#) .ticket-price-selector__list > div {
  width: 100%;
}
.ticket-price-selector:not(#\#):not(#\#) .btn-price-selector {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-neutral-dark-200);
  border-radius: 12px;
  align-items: center;
  padding: 12px;
  color: var(--color-neutral-dark-800);
}
.ticket-price-selector:not(#\#):not(#\#)
  .btn-price-selector
  .btn-price-selector__icon {
  color: var(--color-neutral-dark-200);
  margin-bottom: 12px;
}
.ticket-price-selector:not(#\#):not(#\#)
  .btn-price-selector
  .btn-price-selector__type {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 4px;
}
.ticket-price-selector:not(#\#):not(#\#)
  .btn-price-selector
  .btn-price-selector__price {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.ticket-price-selector:not(#\#):not(#\#) .btn-price-selector:hover,
.ticket-price-selector:not(#\#):not(#\#) .btn-price-selector:focus {
  border: 1px solid var(--color-button);
}
.ticket-price-selector:not(#\#):not(#\#)
  .btn-price-selector:hover
  .btn-price-selector__icon,
.ticket-price-selector:not(#\#):not(#\#)
  .btn-price-selector:focus
  .btn-price-selector__icon {
  color: var(--color-button);
}
.checkout-page:not(#\#):not(#\#) .auth-block-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.checkout-page:not(#\#):not(#\#) .login-form-wrapper {
  max-width: 340px;
  justify-self: center;
  align-self: center;
}
.checkout-page.checkout-page--compact-view:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.checkout-page.checkout-page--compact-view:not(#\#):not(#\#)
  .checkout-page-content-wrapper {
  flex-grow: 1;
  overflow: hidden;
}
.checkout-page.checkout-page--compact-view:not(#\#):not(#\#)
  .checkout-page-content-wrapper
  .checkout-page-content {
  position: absolute;
  inset: 0;
  overflow: auto;
  padding: 16px;
}
.checkout-page.checkout-page--compact-view
  .checkout-page-content-wrapper
  .checkout-page-content
  > div
  > * {
  margin-bottom: 24px !important;
}
.checkout-page.checkout-page--compact-view
  .checkout-page-content-wrapper
  .checkout-page-content
  > div
  > :last-child {
  margin-bottom: 0 !important;
}
.checkout-page.checkout-page--compact-view:not(#\#):not(#\#) .basket-action {
  position: relative;
}
.checkout-page.checkout-page--compact-view:not(#\#):not(#\#)
  .bottom-order-bar
  .order-sum-info {
  display: flex;
  flex-direction: column;
  color: var(--color-neutral-dark-800);
}
.checkout-page.checkout-page--compact-view
  .bottom-order-bar
  .order-sum-info
  > * {
  margin-bottom: 8px !important;
}
.checkout-page.checkout-page--compact-view
  .bottom-order-bar
  .order-sum-info
  > :last-child {
  margin-bottom: 0 !important;
}
.checkout-page.checkout-page--compact-view:not(#\#):not(#\#)
  .bottom-order-bar
  .checkout-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-neutral-dark-800);
  margin-bottom: 8px;
}
.checkout-page.checkout-page--compact-view
  .bottom-order-bar
  .checkout-total
  > div:first-child
  > * {
  margin-right: 4px !important;
}
.checkout-page.checkout-page--compact-view
  .bottom-order-bar
  .checkout-total
  > div:first-child
  > :last-child {
  margin-right: 0 !important;
}
.checkout-page.checkout-page--compact-view:not(#\#):not(#\#)
  .login-form-wrapper {
  max-width: 100%;
  min-width: auto;
  width: 100%;
}
.checkout-order-block:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
  background-color: var(--color-neutral-white);
  box-shadow: var(--shadow-regular);
  border-radius: 16px;
  padding: 16px;
}
.checkout-order-block > * {
  margin-bottom: 8px !important;
}
.checkout-order-block > :last-child {
  margin-bottom: 0 !important;
}
.checkout-section:not(#\#):not(#\#) {
  position: relative;
}
.checkout-section:not(#\#):not(#\#) .checkout-section__button {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-title:not(#\#):not(#\#) {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-neutral-dark-800);
  margin-bottom: 16px;
}
.section-title:empty:not(#\#):not(#\#) {
  display: none;
}
.section-block:not(#\#):not(#\#) {
  position: relative;
  background-color: var(--color-neutral-white);
  border: 1px solid var(--color-neutral-dark-100);
  border-radius: 16px;
  padding: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-neutral-dark-800);
}
.checkout-section_edit:not(#\#):not(#\#) .section-block {
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .checkout-section_edit:not(#\#):not(#\#) .section-block {
    padding: 32px 16px;
  }
}
.checkout-section_edit:not(#\#):not(#\#) .section-block .back-to-event {
  margin-top: 24px;
}
.checkout-section_edit:not(#\#):not(#\#) .section-block .back-to-event .icon {
  display: none;
}
.section-block:not(#\#):not(#\#) .checkout-section__button svg {
  color: var(--color-neutral-dark-600);
}
.method-items:not(#\#):not(#\#) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .method-items:not(#\#):not(#\#) {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .method-items:not(#\#):not(#\#) {
    grid-template-columns: 1fr;
  }
}
.method-item:not(#\#):not(#\#) {
  position: relative;
  display: flex;
  border: 1px solid var(--color-neutral-dark-100);
  border-radius: 16px;
  padding: 16px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  background-color: var(--color-neutral-white);
  cursor: pointer;
  color: var(--color-neutral-dark-800);
  transition: all 0.5s;
}
.method-item > * {
  margin-right: 8px !important;
}
.method-item > :last-child {
  margin-right: 0 !important;
}
.method-item:not(#\#):not(#\#) .method-item__icon {
  transition: all 0.5s;
  color: var(--color-neutral-dark-200);
}
.method-item.method-item_active:not(#\#):not(#\#) {
  color: var(--color-button);
}
.method-item.method-item_active:not(#\#):not(#\#) .method-item__icon {
  color: var(--color-button);
}
.method-item:hover:not(#\#):not(#\#) {
  color: var(--color-button-hover);
}
.method-item:hover:not(#\#):not(#\#) .method-item__icon {
  color: var(--color-button-hover);
}
.event-back-bar:not(#\#):not(#\#) {
  padding: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .event-back-bar:not(#\#):not(#\#) {
    padding: 8px 8px 0;
  }
}
.checkout-order-info:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}
.checkout-order-info > * {
  margin-bottom: 32px !important;
}
.checkout-order-info > :last-child {
  margin-bottom: 0 !important;
}
.checkout-order-info:not(#\#):not(#\#) .simplified-only-eticket {
  display: none;
}
.checkout-order-info-simplified:not(#\#):not(#\#) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.checkout-order-info-simplified-compact:not(#\#):not(#\#) {
  flex-direction: column;
  justify-content: flex-start;
}
.checkout-order-info-simplified:not(#\#):not(#\#) .checkout-order-info-item,
.checkout-order-info-simplified:not(#\#):not(#\#) .checkout-order-contact-info {
  margin: 0 5px;
  padding: 4px;
  border-right: 16px;
  box-shadow: var(--shadow-large);
  border-radius: 8px;
}
.checkout-order-info-simplified:not(#\#):not(#\#)
  .checkout-order-info-item
  .method-items,
.checkout-order-info-simplified:not(#\#):not(#\#)
  .checkout-order-contact-info
  .method-items {
  margin-top: 5px;
}
.checkout-order-info-simplified:not(#\#):not(#\#)
  .checkout-order-info-item.only-eticket
  .simplified-only-eticket,
.checkout-order-info-simplified:not(#\#):not(#\#)
  .checkout-order-contact-info.only-eticket
  .simplified-only-eticket {
  display: block;
}
.checkout-order-info-simplified .user-contacts__fields {
  grid-template-columns: 1fr !important;
}
.checkout-order-info-simplified:not(#\#):not(#\#) .user-contacts__fields {
  min-width: 305px;
}
.checkout-order-info-simplified:not(#\#):not(#\#) .eticket-payments {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 1024px) {
  .checkout-order-info-simplified:not(#\#):not(#\#) .eticket-payments {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1280px) {
  .checkout-order-info-simplified:not(#\#):not(#\#) .eticket-payments {
    grid-template-columns: 1fr 1fr;
  }
}
.checkout-order-info-simplified:not(#\#):not(#\#)
  .eticket-payments-block
  .section-title {
  display: none;
}
.checkout-order-info-simplified:not(#\#):not(#\#) h3 {
  margin: 8px 0 17px 6px;
}
.checkout-order-info-simplified:not(#\#):not(#\#) .promo-code-block {
  margin-top: 12px;
}
.checkout-order-info-simplified:not(#\#):not(#\#) .p-calendar {
  width: 100%;
}
.checkout-order-info-simplified:not(#\#):not(#\#) .error-box {
  margin-left: 9px;
  margin-top: 2px;
}
.checkout-order-info-simplified:not(#\#):not(#\#) .has-errors input {
  border-color: var(--color-error-600);
}
.checkout-info:not(#\#):not(#\#) {
  width: 368px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.checkout-info-container:not(#\#):not(#\#) {
  flex: 1;
}
.checkout-info:not(#\#):not(#\#) > div {
  overflow: hidden;
  box-shadow: var(--shadow-large);
  border-radius: 16px;
  padding: 32px;
  background-color: var(--color-neutral-white);
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: auto;
  justify-content: space-between;
}
.checkout-info > div > * {
  margin-bottom: 16px !important;
}
.checkout-info > div > :last-child {
  margin-bottom: 0 !important;
}
.checkout-info:not(#\#):not(#\#) .checkout-info__total {
  border-top: 1px solid var(--color-neutral-dark-200);
  padding-top: 16px;
}
.checkout-info .checkout-info__total > * {
  margin-bottom: 24px !important;
}
.checkout-info .checkout-info__total > :last-child {
  margin-bottom: 0 !important;
}
.checkout-info:not(#\#):not(#\#) .checkout-total {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.checkout-info .checkout-total > div:first-child > * {
  margin-right: 4px !important;
}
.checkout-info .checkout-total > div:first-child > :last-child {
  margin-right: 0 !important;
}
.checkout-info:not(#\#):not(#\#) .checkout-info__order {
  display: flex;
  flex-direction: column;
}
.checkout-info .checkout-info__order > * {
  margin-bottom: 8px !important;
}
.checkout-info .checkout-info__order > :last-child {
  margin-bottom: 0 !important;
}
.service-charges:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
}
.service-charges > * {
  margin-bottom: 8px !important;
}
.service-charges > :last-child {
  margin-bottom: 0 !important;
}
.service-charges:not(#\#):not(#\#) .service-charge {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-neutral-dark-800);
}
.service-charges:not(#\#):not(#\#) .service-charge .service-charge__title {
  display: flex;
  flex-direction: row;
}
.service-charges .service-charge .service-charge__title > * {
  margin-right: 4px !important;
}
.service-charges .service-charge .service-charge__title > :last-child {
  margin-right: 0 !important;
}
.service-charges:not(#\#):not(#\#) .service-charge .service-charge__icon {
  color: var(--color-warning-600);
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.service-charges:not(#\#):not(#\#) .service-charge .service-charge__price {
  white-space: nowrap;
}
.checkout-info__tickets:not(#\#):not(#\#) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: var(--color-neutral-dark-800);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.checkout-info__tickets .checkout-info__tickets-sum > * {
  margin-right: 12px !important;
}
.checkout-info__tickets .checkout-info__tickets-sum > :last-child {
  margin-right: 0 !important;
}
.checkout-info__tickets:not(#\#):not(#\#) .checkout-info__tickets-start-price {
  color: var(--color-neutral-dark-400);
  text-decoration: line-through;
}
.promo-code-block:not(#\#):not(#\#) {
  padding-bottom: 8px;
}
.promo-code-block:not(#\#):not(#\#) .promo-code-block__create {
  display: flex;
  flex-direction: row;
}
.promo-code-block .promo-code-block__create > * {
  margin-right: 16px !important;
}
.promo-code-block .promo-code-block__create > :last-child {
  margin-right: 0 !important;
}
.promo-code-block:not(#\#):not(#\#)
  .promo-code-block__create
  > div:first-child {
  flex-grow: 1;
}
.promo-code-block:not(#\#):not(#\#)
  .promo-code-block__create
  > div:last-child
  .btn {
  padding: 0 22px;
}
.promo-code-block:not(#\#):not(#\#) .promo-code-block__exist {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
}
.promo-code-block:not(#\#):not(#\#) .promo-code-block__promocode {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.promo-code-block .promo-code-block__promocode > * {
  margin-right: 8px !important;
}
.promo-code-block .promo-code-block__promocode > :last-child {
  margin-right: 0 !important;
}
.promo-code-block:not(#\#):not(#\#) .promo-code-block__promocode .btn {
  min-height: auto;
}
.checkout-user-info-view:not(#\#):not(#\#) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.checkout-user-info-view > * {
  margin-right: 12px !important;
}
.checkout-user-info-view > :last-child {
  margin-right: 0 !important;
}
.checkout-user-info-view:not(#\#):not(#\#) .checkout-user-info-icon {
  width: 56px;
  height: 56px;
  border: 8px solid var(--color-button);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-button);
  font-size: 36px;
  font-family: Arial, Helvetica, sans-serif;
}
.checkout-user-info-view:not(#\#):not(#\#) svg {
  color: var(--color-button);
}
.checkout-user-info:not(#\#):not(#\#) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.checkout-user-info > * {
  margin-right: 12px !important;
}
.checkout-user-info > :last-child {
  margin-right: 0 !important;
}
.checkout-tickets-view:not(#\#):not(#\#) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.checkout-tickets-view > * {
  margin-right: 12px !important;
}
.checkout-tickets-view > :last-child {
  margin-right: 0 !important;
}
.checkout-tickets-view:not(#\#):not(#\#) svg {
  color: var(--color-button);
}
.checkout-tickets:not(#\#):not(#\#) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .checkout-tickets:not(#\#):not(#\#) {
    grid-template-columns: 1fr;
    margin-top: 20px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .checkout-tickets:not(#\#):not(#\#) {
    grid-template-columns: 1fr;
  }
}
.eticket-payments:not(#\#):not(#\#) {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}
.eticket-payments.eticket-payments--compact-view:not(#\#):not(#\#) {
  grid-template-columns: 1fr;
}
.eticket-payment:not(#\#):not(#\#) {
  border-radius: 16px;
  position: relative;
  color: var(--color-neutral-dark-800);
  border: 2px solid var(--color-neutral-dark-200);
}
.eticket-payment.eticket-payment_active:not(#\#):not(#\#) {
  border: 2px solid var(--color-button);
}
.eticket-payment:hover:not(#\#):not(#\#) {
  border: 2px solid var(--color-button-hover);
}
.eticket-payment:not(#\#):not(#\#) .p-radiobutton {
  display: none;
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .eticket-payment:not(#\#):not(#\#) .p-radiobutton {
    transform: translate(0);
  }
}
.eticket-payment:not(#\#):not(#\#) .eticket-payment__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.eticket-payment .eticket-payment__info > * {
  margin-right: 16px !important;
}
.eticket-payment .eticket-payment__info > :last-child {
  margin-right: 0 !important;
}
.eticket-payment:not(#\#):not(#\#) .eticket-payment__info > img {
  max-height: 60px;
  max-width: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}
.eticket-payment:not(#\#):not(#\#) .eticket-payment__info > div {
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eticket-payment:not(#\#):not(#\#) .eticket-payment__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 8px;
}
.eticket-payment:not(#\#):not(#\#) .eticket-payment__description {
  margin-top: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.eticket-payment:not(#\#):not(#\#) > label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .eticket-payment:not(#\#):not(#\#) > label {
    padding: 12px;
  }
}
.booking-block:not(#\#):not(#\#) .section-block {
  padding: 32px;
}
.booking-block .section-block > * {
  margin-bottom: 24px !important;
}
.booking-block .section-block > :last-child {
  margin-bottom: 0 !important;
}
.booking-block:not(#\#):not(#\#) .booking-block__selector {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.booking-block:not(#\#):not(#\#) .city-selector {
  min-width: 200px;
}
.booking-block:not(#\#):not(#\#) .city-selector .p-placeholder {
  color: var(--color-neutral-white);
}
.delivery-section > * {
  margin-bottom: 32px !important;
}
.delivery-section > :last-child {
  margin-bottom: 0 !important;
}
.delivery-section .delivery-section__methods > * {
  margin-bottom: 16px !important;
}
.delivery-section .delivery-section__methods > :last-child {
  margin-bottom: 0 !important;
}
.delivery-message:not(#\#):not(#\#) {
  display: inline-flex;
  max-width: 600px;
  flex-direction: row;
  border-radius: 12px;
  border: 1px solid var(--color-neutral-dark-200);
  padding: 8px 12px;
  align-items: center;
}
.delivery-message > * {
  margin-right: 8px !important;
}
.delivery-message > :last-child {
  margin-right: 0 !important;
}
.booking-message:not(#\#):not(#\#) {
  display: flex;
  flex-direction: row;
  border-radius: 12px;
  border: 1px solid var(--color-neutral-dark-200);
  padding: 8px 12px;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-neutral-dark-800);
  width: 50%;
  min-width: 330px;
}
.booking-message > * {
  margin-right: 8px !important;
}
.booking-message > :last-child {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .booking-message:not(#\#):not(#\#) {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .booking-message:not(#\#):not(#\#) {
    min-width: auto;
    width: 100%;
  }
}
.event-poster > * {
  margin-bottom: 4px !important;
}
.event-poster > :last-child {
  margin-bottom: 0 !important;
}
.event-poster:not(#\#):not(#\#) .event-poster__date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-neutral-dark-800);
}
.event-poster:not(#\#):not(#\#) .event-poster__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-neutral-dark-800);
  display: flex;
}
.event-poster:not(#\#):not(#\#) .event-poster__title > span:first-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.event-poster:not(#\#):not(#\#) .event-poster__place {
  display: table;
}
.event-poster:not(#\#):not(#\#) .event-poster__place > div {
  display: table-row;
}
.event-poster:not(#\#):not(#\#) .event-poster__place > div span:first-child {
  display: table-cell;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 4px 4px 0;
}
.event-poster:not(#\#):not(#\#) .event-poster__place > div span:last-child {
  display: table-cell;
  padding: 4px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-neutral-dark-800);
}
.page-top-action-bar:not(#\#):not(#\#) {
  padding: 8px 32px 0 28px;
}
@media screen and (max-width: 767px) {
  .page-top-action-bar:not(#\#):not(#\#) {
    padding: 8px 16px 0 10px;
  }
}
.page-menu-wrapper:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
}
.page-menu-wrapper:not(#\#):not(#\#) .menu-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: absolute;
  inset: 0;
  padding: 32px;
}
.page-menu-wrapper .menu-block > * {
  margin-bottom: 16px !important;
}
.page-menu-wrapper .menu-block > :last-child {
  margin-bottom: 0 !important;
}
.page-menu-wrapper:not(#\#):not(#\#) .page-menu {
  flex-grow: 1;
  box-shadow: var(--shadow-small);
  border-radius: 16px;
  background-color: var(--color-neutral-white);
  padding: 32px 24px;
}
.page-menu-wrapper:not(#\#):not(#\#) .page-menu ul,
.page-menu-wrapper:not(#\#):not(#\#) .page-menu li {
  list-style: none;
}
.page-menu-wrapper .page-menu .page-menu-list > * {
  margin-bottom: 24px !important;
}
.page-menu-wrapper .page-menu .page-menu-list > :last-child {
  margin-bottom: 0 !important;
}
.page-menu-wrapper:not(#\#):not(#\#)
  .page-menu
  .page-menu-list
  .menu-list__menu-item-separator {
  border-top: 1px solid var(--color-neutral-dark-200);
  height: 0;
}
.page-menu-wrapper:not(#\#):not(#\#) .page-menu .menu-list__menu-item a,
.page-menu-wrapper:not(#\#):not(#\#) .page-menu .menu-list__menu-item button {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-neutral-dark-800);
}
.page-menu-wrapper:not(#\#):not(#\#)
  .page-menu
  .menu-list__menu-item
  a.with-load,
.page-menu-wrapper:not(#\#):not(#\#)
  .page-menu
  .menu-list__menu-item
  button.with-load {
  min-height: auto;
  display: flex;
  justify-content: left;
  align-items: center;
}
.page-menu-wrapper:not(#\#):not(#\#)
  .page-menu
  .menu-list__menu-item
  a.router-link-active,
.page-menu-wrapper:not(#\#):not(#\#)
  .page-menu
  .menu-list__menu-item
  button.router-link-active {
  color: var(--color-button);
}
.page-menu-wrapper:not(#\#):not(#\#) .page-menu .menu-list__menu-item a:hover,
.page-menu-wrapper:not(#\#):not(#\#)
  .page-menu
  .menu-list__menu-item
  button:hover {
  color: var(--color-button-hover);
}
.page-menu-wrapper:not(#\#):not(#\#) .menu-event-poster {
  box-shadow: var(--shadow-small);
  border-radius: 16px;
  background-color: var(--color-neutral-white);
  padding: 12px;
}
.page-menu-wrapper .menu-event-poster > * {
  margin-bottom: 8px !important;
}
.page-menu-wrapper .menu-event-poster > :last-child {
  margin-bottom: 0 !important;
}
.page-menu-wrapper:not(#\#):not(#\#) .menu-event-poster .base-image {
  border-radius: 12px;
  clip-path: inset(0 0 0 0 round 12px 12px 12px 12px);
}
.page-menu-wrapper:not(#\#):not(#\#) .menu-event-poster .event-link {
  display: flex;
  justify-content: center;
}
.order-page:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.order-page > * {
  margin-bottom: 24px !important;
}
.order-page > :last-child {
  margin-bottom: 0 !important;
}
.order-list > * {
  margin-bottom: 24px !important;
}
.order-list > :last-child {
  margin-bottom: 0 !important;
}
.order-list:not(#\#):not(#\#) .order-list__list {
  display: flex;
  flex-direction: column;
}
.order-list .order-list__list > * {
  margin-bottom: 24px !important;
}
.order-list .order-list__list > :last-child {
  margin-bottom: 0 !important;
}
.order-list-empty:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10%;
}
.order-list-empty > * {
  margin-bottom: 24px !important;
}
.order-list-empty > :last-child {
  margin-bottom: 0 !important;
}
.order-list-empty:not(#\#):not(#\#) .order-list-empty__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-neutral-dark-800);
}
.order-list:not(#\#):not(#\#) .order-list__pager {
  display: flex;
  justify-content: flex-end;
}
.order-item:not(#\#):not(#\#) {
  display: flex;
  position: relative;
  border-radius: 12px;
  background-color: var(--color-neutral-white);
  box-shadow: var(--shadow-regular);
  padding: 16px 24px;
  flex-grow: 1;
  flex-direction: column;
}
.order-item > * {
  margin-bottom: 16px !important;
}
.order-item > :last-child {
  margin-bottom: 0 !important;
}
.order-item:not(#\#):not(#\#) .order-item__general {
  display: flex;
  flex-direction: row;
}
.order-item .order-item__general > * {
  margin-right: 24px !important;
}
.order-item .order-item__general > :last-child {
  margin-right: 0 !important;
}
.order-item:not(#\#):not(#\#) .order-item__poster {
  width: 155px;
}
.order-item:not(#\#):not(#\#) .order-item__poster .base-image {
  clip-path: inset(0 0 0 0 round 8px 8px 8px 8px);
}
.order-item:not(#\#):not(#\#) .order-item__general-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.order-item .order-item__general-info > * {
  margin-bottom: 12px !important;
}
.order-item .order-item__general-info > :last-child {
  margin-bottom: 0 !important;
}
.order-item:not(#\#):not(#\#) .order-item__order-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.order-item:not(#\#):not(#\#) .order-item__order-info > div {
  margin-bottom: 12px;
}
.order-item:not(#\#):not(#\#) .order-item__order-info > .order-actions {
  margin-bottom: 4px;
}
.order-item:not(#\#):not(#\#) .order-item__order-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.order-item .order-item__order-title > * {
  margin-right: 12px !important;
}
.order-item .order-item__order-title > :last-child {
  margin-right: 0 !important;
}
.order-item:not(#\#):not(#\#) .order-item__order-number {
  display: flex;
  align-items: center;
}
.order-item .order-item__order-number > * {
  margin-right: 8px !important;
}
.order-item .order-item__order-number > :last-child {
  margin-right: 0 !important;
}
.order-item:not(#\#):not(#\#) .order-item__order-number > span:first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.order-item:not(#\#):not(#\#) .order-item__order-number > span:last-child {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-neutral-dark-800);
}
.order-item .order-item__event-info > * {
  margin-bottom: 12px !important;
}
.order-item .order-item__event-info > :last-child {
  margin-bottom: 0 !important;
}
.order-item:not(#\#):not(#\#) .order-item__event-info .event-poster__date {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-neutral-dark-800);
}
.order-item:not(#\#):not(#\#) .order-item__event-info .event-poster__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-neutral-dark-800);
}
.order-item .order-item__event-info .event-poster__title > * {
  margin-right: 12px !important;
}
.order-item .order-item__event-info .event-poster__title > :last-child {
  margin-right: 0 !important;
}
.order-item .order-item__event-info .event-poster__place > div > * {
  margin-right: 4px !important;
}
.order-item .order-item__event-info .event-poster__place > div > :last-child {
  margin-right: 0 !important;
}
.order-item:not(#\#):not(#\#)
  .order-item__event-info
  .event-poster__place
  > div
  > span:last-child {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.order-item:not(#\#):not(#\#) .order-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.order-item .order-actions > * {
  margin-right: 8px !important;
}
.order-item .order-actions > :last-child {
  margin-right: 0 !important;
}
.order-item:not(#\#):not(#\#) .order-actions > * {
  margin-bottom: 8px;
}
.order-item:not(#\#):not(#\#) .order-info {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-wrap: wrap;
  border: 1px solid var(--color-neutral-dark-200);
  padding: 0;
  border-radius: 16px;
  align-items: center;
  justify-content: space-between;
}
.order-item:not(#\#):not(#\#) .order-info > div {
  display: flex;
  flex-direction: row;
}
.order-item:not(#\#):not(#\#) .order-info > div:first-child {
  flex-grow: 1;
  justify-content: space-between;
  max-width: 600px;
}
.order-item:not(#\#):not(#\#) .order-info > div:last-child {
  margin-left: 24px;
}
.order-item .order-info > div:last-child > * {
  margin-right: 8px !important;
}
.order-item .order-info > div:last-child > :last-child {
  margin-right: 0 !important;
}
.order-item:not(#\#):not(#\#) .order-info .order-info__section {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 0;
}
.order-item .order-info .order-info__section > * {
  margin-right: 8px !important;
}
.order-item .order-info .order-info__section > :last-child {
  margin-right: 0 !important;
}
.order-item:not(#\#):not(#\#)
  .order-info
  .order-info__section
  > span:last-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-neutral-dark-800);
}
.order-item:not(#\#):not(#\#) .order-info .order-info__wallets {
  padding: 8px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.order-item .order-info .order-info__wallets > * {
  margin-right: 8px !important;
}
.order-item .order-info .order-info__wallets > :last-child {
  margin-right: 0 !important;
}
.order-item:not(#\#):not(#\#) .order-info > div:first-child {
  padding-left: 24px;
}
.order-item:not(#\#):not(#\#) .order-info > div:last-child {
  padding-right: 24px;
}
.order-item__order-statuses:not(#\#):not(#\#) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: -4px;
}
.order-item__order-statuses > * {
  margin-right: 4px !important;
}
.order-item__order-statuses > :last-child {
  margin-right: 0 !important;
}
.order-item__order-status:not(#\#):not(#\#) {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.order-item__order-status.order-item__order-status_normal:not(#\#):not(#\#) {
  color: var(--color-neutral-dark-600);
  background-color: var(--color-neutral-dark-100);
}
.order-item__order-status.order-item__order-status_success:not(#\#):not(#\#) {
  color: var(--color-success-600);
  background-color: var(--color-success-100);
}
.order-item__order-status.order-item__order-status_warning:not(#\#):not(#\#) {
  color: var(--color-warning-600);
  background-color: var(--color-warning-100);
}
.order-item__order-status.order-item__order-status_error:not(#\#):not(#\#) {
  color: var(--color-error-600);
  background-color: var(--color-error-100);
}
.ticket-marks:not(#\#):not(#\#) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.ticket-marks > * {
  margin-right: 8px !important;
}
.ticket-marks > :last-child {
  margin-right: 0 !important;
}
.ticket-marks:not(#\#):not(#\#) .ticket-mark {
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ticket-marks:not(#\#):not(#\#) .ticket-mark.ticket-mark__price {
  color: var(--color-neutral-dark-800);
  background-color: var(--color-neutral-dark-200);
}
.ticket-marks:not(#\#):not(#\#) .ticket-mark.ticket-mark__special {
  color: var(--color-warning-600);
  background-color: var(--color-warning-100);
}
.ticket-list:not(#\#):not(#\#) {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ticket-list:not(#\#):not(#\#) .ticket-separator {
  height: 24px;
  background-color: #fff;
}
.ticket-list:not(#\#):not(#\#) .ticket-row td {
  vertical-align: middle;
}
.ticket-list:not(#\#):not(#\#) .ticket-row td:first-child {
  border-left: 1px solid var(--color-neutral-dark-200);
  padding-left: 24px;
}
.ticket-list:not(#\#):not(#\#) .ticket-row td:last-child {
  border-right: 1px solid var(--color-neutral-dark-200);
  padding-right: 24px;
}
.ticket-list:not(#\#):not(#\#) .ticket-row.ticket-row--start td {
  border-top: 1px solid var(--color-neutral-dark-200);
  padding-top: 24px;
}
.ticket-list:not(#\#):not(#\#) .ticket-row.ticket-row--start td:first-child {
  border-top-left-radius: 16px;
}
.ticket-list:not(#\#):not(#\#) .ticket-row.ticket-row--start td:last-child {
  border-top-right-radius: 16px;
}
.ticket-list:not(#\#):not(#\#) .ticket-row.ticket-row--end td {
  border-bottom: 1px solid var(--color-neutral-dark-200);
  padding-bottom: 24px;
}
.ticket-list:not(#\#):not(#\#) .ticket-row.ticket-row--end td:first-child {
  border-bottom-left-radius: 16px;
}
.ticket-list:not(#\#):not(#\#) .ticket-row.ticket-row--end td:last-child {
  border-bottom-right-radius: 16px;
}
.ticket-list:not(#\#):not(#\#) .ticket-menu {
  width: 20px;
  text-align: right;
}
.ticket-list:not(#\#):not(#\#) .ticket-wide-td {
  width: 20%;
}
.ticket-value:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
}
.ticket-value > * {
  margin-bottom: 8px !important;
}
.ticket-value > :last-child {
  margin-bottom: 0 !important;
}
.ticket-value__value:not(#\#):not(#\#) {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-neutral-dark-800);
}
.ticket-wallets:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
}
.ticket-wallets > * {
  margin-bottom: 8px !important;
}
.ticket-wallets > :last-child {
  margin-bottom: 0 !important;
}
.order-tickets:not(#\#):not(#\#) .order-tickets__switcher {
  display: flex;
  justify-content: flex-end;
}
.order-tickets:not(#\#):not(#\#) .order-tickets__switcher svg {
  transition: all 0.2s;
}
.order-tickets:not(#\#):not(#\#) .order-tickets__switcher--open svg {
  transform: rotate(180deg);
}
.ticket-personal-info:not(#\#):not(#\#) {
  margin-top: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.ticket-list--compact-view:not(#\#):not(#\#) .order-item {
  padding: 24px 16px;
}
.ticket-list--compact-view .order-item > * {
  margin-bottom: 0 !important;
}
.ticket-list--compact-view .order-item > :last-child {
  margin-bottom: 0 !important;
}
.ticket-list--compact-view .order-item .order-item__general {
  margin-bottom: 24px !important;
}
.ticket-list--compact-view:not(#\#):not(#\#) .order-item .order-item__general {
  flex-direction: column;
}
.ticket-list--compact-view .order-item .order-item__general > * {
  margin-bottom: 24px !important;
}
.ticket-list--compact-view .order-item .order-item__general > :last-child {
  margin-bottom: 0 !important;
}
.ticket-list--compact-view .order-item .order-item__general > * {
  margin-right: 0 !important;
}
.ticket-list--compact-view .order-item .order-item__general > :last-child {
  margin-right: 0 !important;
}
.ticket-list--compact-view:not(#\#):not(#\#)
  .order-item
  .order-item__general
  .order-item__order-title {
  flex-wrap: wrap;
}
.ticket-list--compact-view:not(#\#):not(#\#) .order-item .order-item__poster {
  width: 100%;
  max-width: 400px;
  align-self: center;
}
.ticket-list--compact-view:not(#\#):not(#\#) .order-item .order-info {
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
}
.ticket-list--compact-view .order-item .order-info > * {
  margin-right: 0 !important;
}
.ticket-list--compact-view .order-item .order-info > :last-child {
  margin-right: 0 !important;
}
.ticket-list--compact-view .order-item .order-info > * {
  margin-bottom: 16px !important;
}
.ticket-list--compact-view .order-item .order-info > :last-child {
  margin-bottom: 0 !important;
}
.ticket-list--compact-view:not(#\#):not(#\#) .order-item .order-info > div {
  padding: 0;
  width: 100%;
}
.ticket-list--compact-view .order-item .order-info > div > * {
  margin-right: 0 !important;
}
.ticket-list--compact-view .order-item .order-info > div > :last-child {
  margin-right: 0 !important;
}
.ticket-list--compact-view:not(#\#):not(#\#)
  .order-item
  .order-info
  > div:first-child {
  padding: 0;
  flex-direction: column;
}
.ticket-list--compact-view .order-item .order-info > div:first-child > * {
  margin-bottom: 8px !important;
}
.ticket-list--compact-view
  .order-item
  .order-info
  > div:first-child
  > :last-child {
  margin-bottom: 0 !important;
}
.ticket-list--compact-view:not(#\#):not(#\#)
  .order-item
  .order-info
  > div:last-child {
  padding: 0;
  margin: 0;
  flex-direction: column;
}
.ticket-list--compact-view:not(#\#):not(#\#)
  .order-item
  .order-info
  .order-info__section {
  padding: 0;
}
.ticket-list--compact-view:not(#\#):not(#\#)
  .order-item
  .order-info
  .order-info__wallets {
  flex-wrap: wrap;
  width: 100%;
}
.ticket-list--compact-view:not(#\#):not(#\#)
  .order-item
  .order-info
  .order-info__wallets
  .btn {
  flex-grow: 1;
}
.ticket-list--compact-view:not(#\#):not(#\#)
  .order-item
  .order-tickets
  .order-tickets__switcher {
  justify-content: center;
}
.ticket-list--compact-view .order-item .order-tickets .ticket-list > * {
  margin-bottom: 16px !important;
}
.ticket-list--compact-view
  .order-item
  .order-tickets
  .ticket-list
  > :last-child {
  margin-bottom: 0 !important;
}
.ticket-list--compact-view:not(#\#):not(#\#)
  .order-item
  .order-tickets
  .order-ticket {
  display: flex;
  flex-direction: row;
  border: 1px solid var(--color-neutral-dark-200);
  border-radius: 12px;
  padding: 16px;
}
.ticket-list--compact-view:not(#\#):not(#\#)
  .order-item
  .order-tickets
  .order-ticket
  .order-ticket__place {
  flex-grow: 1;
}
.ticket-list--compact-view:not(#\#):not(#\#)
  .order-item
  .order-tickets
  .order-ticket
  .order-ticket__place-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ticket-list--compact-view:not(#\#):not(#\#)
  .order-item
  .order-tickets
  .order-ticket
  .order-ticket__place-info
  > div:first-child:not(.fan-zone) {
  flex-grow: 1;
  width: 100%;
  margin-bottom: 16px;
}
.personal-data-form:not(#\#):not(#\#) {
  padding: 40px 32px;
}
.personal-data-form:not(#\#):not(#\#) .order-required-info {
  padding: 24px 0;
  grid-template-columns: 1fr;
  gap: 16px;
  display: grid;
}
.personal-data-form:not(#\#):not(#\#)
  .order-required-info.order-required-info--wide {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .personal-data-form:not(#\#):not(#\#)
    .order-required-info.order-required-info--wide {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .personal-data-form:not(#\#):not(#\#)
    .order-required-info.order-required-info--wide {
    grid-template-columns: 1fr;
  }
}
.personal-data-form:not(#\#):not(#\#) .p-dialog-footer > div {
  display: flex;
  flex-direction: row;
}
.personal-data-form:not(#\#):not(#\#) .p-dialog-footer > div > div {
  display: flex;
  width: 100%;
}
.personal-data-form:not(#\#):not(#\#) .p-dialog-footer > div .btn {
  width: 100%;
}
.personal-data-form.personal-data-form--wide:not(#\#):not(#\#)
  .p-dialog-footer
  > div
  > div {
  max-width: 260px;
}
.thanks-page-wrapper:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
}
.thanks-page-wrapper:not(#\#):not(#\#) > div:last-child {
  display: flex;
  flex-grow: 1;
  position: relative;
}
.thanks-page:not(#\#):not(#\#) {
  position: absolute;
  inset: 0;
  overflow: auto;
}
.thanks-page:not(#\#):not(#\#) > div {
  padding: 8px 32px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.thanks-page > div > * {
  margin-bottom: 32px !important;
}
.thanks-page > div > :last-child {
  margin-bottom: 0 !important;
}
.thanks-page:not(#\#):not(#\#) .order-info {
  display: flex;
  flex-direction: row;
  align-self: center;
  justify-content: space-between;
  width: 100%;
}
.thanks-page .order-info > * {
  margin-right: 16px !important;
}
.thanks-page .order-info > :last-child {
  margin-right: 0 !important;
}
.thanks-page:not(#\#):not(#\#) .order-info .order-info-congrats {
  border-radius: 16px;
  box-shadow: var(--shadow-regular);
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
}
.thanks-page:not(#\#):not(#\#) .order-info .order-info-congrats.payment-errors {
  justify-content: start;
}
.thanks-page:not(#\#):not(#\#)
  .order-info
  .order-info-congrats.payment-errors
  h2 {
  margin-bottom: 15px;
}
.thanks-page:not(#\#):not(#\#)
  .order-info
  .order-info-congrats.payment-errors
  ul {
  margin-left: 65px;
}
.thanks-page:not(#\#):not(#\#) .order-info-mobile {
  width: auto;
}
.thanks-page:not(#\#):not(#\#) .order-congratulation {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.thanks-page .order-congratulation > * {
  margin-bottom: 32px !important;
}
.thanks-page .order-congratulation > :last-child {
  margin-bottom: 0 !important;
}
.thanks-page:not(#\#):not(#\#)
  .order-congratulation
  .order-congratulation__order {
  text-align: center;
  color: var(--color-neutral-dark-800);
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
.thanks-page .order-congratulation .order-congratulation__order > * {
  margin-right: 8px !important;
}
.thanks-page .order-congratulation .order-congratulation__order > :last-child {
  margin-right: 0 !important;
}
.thanks-page:not(#\#):not(#\#)
  .order-congratulation
  .order-congratulation__order
  > span:last-child {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.thanks-page:not(#\#):not(#\#)
  .order-congratulation
  .order-congratulation__content {
  text-align: center;
}
.thanks-page:not(#\#):not(#\#)
  .order-congratulation
  .order-congratulation__content
  h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: var(--color-neutral-dark-800);
}
.thanks-page:not(#\#):not(#\#)
  .order-congratulation
  .order-congratulation__content
  > div {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.thanks-page:not(#\#):not(#\#)
  .order-congratulation
  .order-congratulation__content
  .user-email {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-left: 4px;
}
.thanks-page:not(#\#):not(#\#)
  .order-congratulation
  .order-congratulation__actions {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.thanks-page:not(#\#):not(#\#)
  .order-congratulation
  .order-congratulation__expired-date {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.thanks-page:not(#\#):not(#\#)
  .order-congratulation
  .order-congratulation__booking-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.thanks-page .order-congratulation .order-congratulation__booking-buttons > * {
  margin-right: 16px !important;
}
.thanks-page
  .order-congratulation
  .order-congratulation__booking-buttons
  > :last-child {
  margin-right: 0 !important;
}
.thanks-page:not(#\#):not(#\#)
  .order-congratulation
  .order-congratulation__booking-buttons
  .btn {
  min-width: 200px;
}
.thanks-page:not(#\#):not(#\#) .order-check {
  border-radius: 16px;
  box-shadow: var(--shadow-regular);
  padding: 32px;
  min-width: 336px;
}
.thanks-page:not(#\#):not(#\#) .ticket-switcher {
  display: flex;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  align-items: center;
}
.thanks-page .ticket-switcher > * {
  margin-right: 12px !important;
}
.thanks-page .ticket-switcher > :last-child {
  margin-right: 0 !important;
}
.thanks-page:not(#\#):not(#\#) .ticket-switcher .icon {
  transition: all 0.2s;
}
.thanks-page:not(#\#):not(#\#) .ticket-switcher.ticket-switcher--open .icon {
  transform: rotate(-90deg);
}
.thanks-page:not(#\#):not(#\#) .order-tickets {
  border-radius: 16px;
  background-color: var(--color-neutral-white);
  padding: 32px 44px;
  box-shadow: var(--shadow-regular);
}
.thanks-page .order-tickets > * {
  margin-bottom: 32px !important;
}
.thanks-page .order-tickets > :last-child {
  margin-bottom: 0 !important;
}
.thanks-page:not(#\#):not(#\#) .order-tickets .order-tickets__action {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.thanks-page:not(#\#):not(#\#)
  .order-tickets
  .order-tickets__action
  > div:last-child {
  display: flex;
  flex-direction: row;
}
.thanks-page .order-tickets .order-tickets__action > div:last-child > * {
  margin-right: 16px !important;
}
.thanks-page
  .order-tickets
  .order-tickets__action
  > div:last-child
  > :last-child {
  margin-right: 0 !important;
}
.thanks-page:not(#\#):not(#\#) .order-tickets .order-tickets__action .btn {
  min-width: 200px;
}
.thanks-page:not(#\#):not(#\#) .order-tickets .ticket-list .ticket-wide-td {
  width: 20%;
}
.thanks-page:not(#\#):not(#\#) .ticket-wallets-block {
  width: 0;
}
.thanks-page:not(#\#):not(#\#) .ticket-wallets {
  display: flex;
  flex-direction: row;
}
.thanks-page .ticket-wallets > * {
  margin-bottom: 0 !important;
}
.thanks-page .ticket-wallets > :last-child {
  margin-bottom: 0 !important;
}
.thanks-page .ticket-wallets > * {
  margin-right: 16px !important;
}
.thanks-page .ticket-wallets > :last-child {
  margin-right: 0 !important;
}
.order-check > * {
  margin-bottom: 16px !important;
}
.order-check > :last-child {
  margin-bottom: 0 !important;
}
.order-check:not(#\#):not(#\#) .event-poster {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-neutral-dark-200);
}
.order-check .event-poster > * {
  margin-bottom: 8px !important;
}
.order-check .event-poster > :last-child {
  margin-bottom: 0 !important;
}
.order-check:not(#\#):not(#\#) .event-poster .event-poster__content {
  display: flex;
  flex-direction: row;
}
.order-check .event-poster .event-poster__content > * {
  margin-right: 16px !important;
}
.order-check .event-poster .event-poster__content > :last-child {
  margin-right: 0 !important;
}
.order-check:not(#\#):not(#\#) .event-poster .event-poster__image {
  width: 90px;
}
.order-check:not(#\#):not(#\#) .event-poster .event-poster__image .base-image {
  border-radius: 12px;
  clip-path: inset(0 0 0 0 round 12px 12px 12px 12px);
}
.order-check:not(#\#):not(#\#) .event-poster .event-poster__title {
  padding-bottom: 4px;
  color: var(--color-neutral-dark-800);
}
.order-check:not(#\#):not(#\#) .event-poster .event-poster__place > div {
  display: block;
  text-align: left;
}
.order-check .order-check__info > * {
  margin-bottom: 16px !important;
}
.order-check .order-check__info > :last-child {
  margin-bottom: 0 !important;
}
.order-check:not(#\#):not(#\#) .order-check__sum {
  color: var(--color-neutral-dark-800);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-neutral-dark-200);
}
.order-check .order-check__sum > * {
  margin-bottom: 8px !important;
}
.order-check .order-check__sum > :last-child {
  margin-bottom: 0 !important;
}
.order-check:not(#\#):not(#\#) .order-check__sum > div {
  display: flex;
  justify-content: space-between;
}
.order-check .order-check__ticket-price > * {
  margin-right: 12px !important;
}
.order-check .order-check__ticket-price > :last-child {
  margin-right: 0 !important;
}
.order-check:not(#\#):not(#\#) .order-check__tickets-start-price {
  color: var(--color-neutral-dark-400);
  text-decoration: line-through;
}
.order-check:not(#\#):not(#\#) .order-check__total {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-neutral-dark-800);
}
.order-check:not(#\#):not(#\#) .order-check__total > div {
  display: flex;
  justify-content: space-between;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .thanks-page
  > div {
  padding: 8px 16px;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view .thanks-page > div > * {
  margin-bottom: 32px !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .thanks-page
  > div
  > :last-child {
  margin-bottom: 0 !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .thanks-page
  .ticket-wallets {
  margin-top: 16px;
  flex-direction: column;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .thanks-page
  .ticket-wallets
  > * {
  margin-right: 0 !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .thanks-page
  .ticket-wallets
  > :last-child {
  margin-right: 0 !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .thanks-page
  .ticket-wallets
  > * {
  margin-bottom: 12px !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .thanks-page
  .ticket-wallets
  > :last-child {
  margin-bottom: 0 !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .thanks-page
  .ticket-wallets
  .btn {
  justify-content: center;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .order-info {
  flex-direction: column;
  width: 100%;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view .order-info > * {
  margin-right: 0 !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .order-info
  > :last-child {
  margin-right: 0 !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view .order-info > * {
  margin-bottom: 16px !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .order-info
  > :last-child {
  margin-bottom: 0 !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .order-info
  .order-congratulation {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .order-info
  .order-congratulation
  > * {
  margin-bottom: 24px !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .order-info
  .order-congratulation
  > :last-child {
  margin-bottom: 0 !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .order-info
  .order-congratulation
  .order-congratulation__actions {
  margin-top: 32px;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .order-info
  .order-congratulation
  .order-congratulation__actions
  > div {
  flex-direction: column;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .order-info
  .order-congratulation
  .order-congratulation__actions
  > div
  > * {
  margin-right: 0 !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .order-info
  .order-congratulation
  .order-congratulation__actions
  > div
  > :last-child {
  margin-right: 0 !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .order-info
  .order-congratulation
  .order-congratulation__actions
  > div
  > * {
  margin-bottom: 12px !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .order-info
  .order-congratulation
  .order-congratulation__actions
  > div
  > :last-child {
  margin-bottom: 0 !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .order-info
  .order-congratulation
  .order-congratulation__order {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .order-info
  .order-congratulation
  .order-congratulation__order
  > span:last-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-neutral-dark-800);
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .order-info
  .order-congratulation
  .order-congratulation__content
  h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-neutral-dark-800);
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .order-info
  .thanks-check-wrapper {
  margin-top: 16px;
  background-color: var(--color-neutral-white);
  border: 1px solid var(--color-neutral-dark-200);
  border-radius: 16px;
  padding: 16px 24px;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .order-info
  .order-check {
  box-shadow: none;
  padding: 0;
  min-width: auto;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .order-tickets {
  padding: 16px;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view .order-tickets > * {
  margin-bottom: 24px !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .order-tickets
  > :last-child {
  margin-bottom: 0 !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .order-tickets
  .order-tickets__action {
  flex-direction: column;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .order-tickets
  .order-tickets__action
  > div:last-child {
  flex-direction: column;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .order-tickets
  .order-tickets__action
  > div:last-child
  > * {
  margin-right: 0 !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .order-tickets
  .order-tickets__action
  > div:last-child
  > :last-child {
  margin-right: 0 !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .order-tickets
  .order-tickets__action
  > div:last-child
  > * {
  margin-bottom: 12px !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .order-tickets
  .order-tickets__action
  > div:last-child
  > :last-child {
  margin-bottom: 0 !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .order-tickets
  .ticket-list
  > * {
  margin-bottom: 16px !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view
  .order-tickets
  .ticket-list
  > :last-child {
  margin-bottom: 0 !important;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .order-tickets
  .ticket-list
  .ticket-row {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--color-neutral-dark-200);
  flex-direction: row;
  display: flex;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .order-tickets
  .ticket-list
  .ticket-row
  > div:first-child {
  flex-grow: 1;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .order-tickets
  .ticket-list
  .ticket-row
  .ticket-personal-info {
  margin-top: 16px;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .order-tickets
  .ticket-list
  .order-ticket__place-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.thanks-page-wrapper.thanks-page-wrapper--compact-view:not(#\#):not(#\#)
  .order-tickets
  .ticket-list
  .order-ticket__place-info
  > div:first-child:not(.fan-zone) {
  flex-grow: 1;
  width: 100%;
  margin-bottom: 16px;
}
.error-page:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.event-error:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.event-error > * {
  margin-bottom: 24px !important;
}
.event-error > :last-child {
  margin-bottom: 0 !important;
}
.event-error:not(#\#):not(#\#) .event-error__text {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-neutral-dark-800);
  white-space: pre-line;
}
.contact-form:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
}
.contact-form > * {
  margin-bottom: 16px !important;
}
.contact-form > :last-child {
  margin-bottom: 0 !important;
}
.contact-form.contact-form--checkout:not(#\#):not(#\#) > .btn {
  max-width: 244px;
}
.contact-form.contact-form--checkout.contact-form--compact-view:not(#\#):not(
    #\#
  )
  .user-contacts
  .user-contacts__fields {
  grid-template-columns: 1fr;
}
.contact-form.contact-form--checkout.contact-form--compact-view:not(#\#):not(
    #\#
  )
  > .btn {
  max-width: 100%;
}
.user-contacts > * {
  margin-bottom: 16px !important;
}
.user-contacts > :last-child {
  margin-bottom: 0 !important;
}
.user-contacts:not(#\#):not(#\#) .user-contacts__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.user-contacts:not(#\#):not(#\#) .anonym-user-contacts__fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.user-contacts:not(#\#):not(#\#) .anonym-user-contacts__fields .input-field {
  max-width: 50%;
}
.user-contacts:not(#\#):not(#\#)
  .anonym-user-contacts__fields
  .agreement-disclaimer,
.user-contacts:not(#\#):not(#\#)
  .anonym-user-contacts__fields
  .agreement-disclaimer
  button {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.user-contacts:not(#\#):not(#\#) .anonym-email__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.user-contacts:not(#\#):not(#\#) .input-with-checkbox {
  display: flex;
  flex-direction: column;
}
.user-contacts:not(#\#):not(#\#) .input-with-checkbox-input {
  display: block;
  max-width: 100%;
}
.user-contacts:not(#\#):not(#\#) .input-with-checkbox-checkbox {
  position: relative;
  padding: 0 12px;
  align-items: center;
  width: 100%;
}
.user-contacts:not(#\#):not(#\#) .input-with-checkbox-checkbox label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding-left: 30px;
  margin-left: 0;
  height: 100%;
}
.user-contacts:not(#\#):not(#\#) .input-with-checkbox-checkbox .p-checkbox-box {
  position: absolute;
  top: 100%;
}
@media screen and (max-width: 1000px) {
  .user-contacts:not(#\#):not(#\#) .input-with-checkbox {
    flex-direction: column;
  }
  .user-contacts:not(#\#):not(#\#) .input-with-checkbox-input {
    max-width: 100%;
  }
  .user-contacts:not(#\#):not(#\#) .input-with-checkbox-checkbox {
    position: relative;
  }
  .user-contacts:not(#\#):not(#\#) .input-with-checkbox-checkbox label {
    width: 100%;
    padding-left: 30px;
    margin-left: 0;
    height: 100%;
  }
  .user-contacts:not(#\#):not(#\#)
    .input-with-checkbox-checkbox
    .p-checkbox-box {
    position: absolute;
    top: 85%;
  }
  .user-contacts:not(#\#):not(#\#) .anonym-user-contacts__fields .input-field {
    max-width: inherit;
  }
}
.user-contacts:not(#\#):not(#\#) .gender-selector .gender-selector__options {
  display: flex;
  flex-direction: row;
}
.user-contacts .gender-selector .gender-selector__options > * {
  margin-right: 16px !important;
}
.user-contacts .gender-selector .gender-selector__options > :last-child {
  margin-right: 0 !important;
}
.schema-contact-form:not(#\#):not(#\#) {
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .schema-contact-form:not(#\#):not(#\#) {
    padding: 16px;
  }
}
.schema-contact-form:not(#\#):not(#\#) .schema-contact-form__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}
.contacts-page:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
.contacts-page:not(#\#):not(#\#) h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.contacts-page:not(#\#):not(#\#) > div:first-child {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.contacts-page > div:first-child > * {
  margin-bottom: 32px !important;
}
.contacts-page > div:first-child > :last-child {
  margin-bottom: 0 !important;
}
.contacts-page:not(#\#):not(#\#) > div:last-child {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-end;
}
.contacts-page:not(#\#):not(#\#) .contacts-block {
  width: 100%;
  max-width: 340px;
}
.contacts-page:not(#\#):not(#\#) .user-contacts__fields {
  grid-template-columns: 1fr;
}
.contacts-page:not(#\#):not(#\#) .document-block {
  margin-top: 20px;
}
.contacts-page .document-block > * {
  margin-right: 8px !important;
}
.contacts-page .document-block > :last-child {
  margin-right: 0 !important;
}
.contacts-page:not(#\#):not(#\#) .document-block > .btn:not(:last-child) {
  padding-right: 8px;
  border-right: 1px solid var(--color-neutral-dark-200);
}
.contacts-page:not(#\#):not(#\#) .document-block .btn {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-neutral-dark-800);
}
.page-auth-form:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  position: absolute;
  inset: 0;
  overflow: auto;
}
.page-auth-form:not(#\#):not(#\#) .login-form-wrapper {
  width: 340px;
}
.login-form-wrapper:not(#\#):not(#\#) {
  min-width: 340px;
  width: 340px;
}
.login-form-wrapper > * {
  margin-bottom: 32px !important;
}
.login-form-wrapper > :last-child {
  margin-bottom: 0 !important;
}
.login-form > * {
  margin-bottom: 32px !important;
}
.login-form > :last-child {
  margin-bottom: 0 !important;
}
.login-form > div > * {
  margin-bottom: 12px !important;
}
.login-form > div > :last-child {
  margin-bottom: 0 !important;
}
.login-form .login-form__actions > * {
  margin-bottom: 12px !important;
}
.login-form .login-form__actions > :last-child {
  margin-bottom: 0 !important;
}
.login-form:not(#\#):not(#\#) .login-form__actions > .btn {
  width: 100%;
}
.login-form .auth-info > * {
  margin-bottom: 8px !important;
}
.login-form .auth-info > :last-child {
  margin-bottom: 0 !important;
}
.external-login:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
}
.external-login:not(#\#):not(#\#) .external-login__divider {
  border-top: 1px solid var(--color-neutral-dark-200);
  margin-top: 8px;
  text-align: center;
}
.external-login:not(#\#):not(#\#) .external-login__divider > span {
  display: inline-block;
  transform: translateY(-50%);
  background-color: var(--color-neutral-white);
  padding: 0 4px;
}
.external-login:not(#\#):not(#\#) .external-login__actions {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.external-login .external-login__actions > * {
  margin-right: 16px !important;
}
.external-login .external-login__actions > :last-child {
  margin-right: 0 !important;
}
.external-login:not(#\#):not(#\#) .external-login__actions .btn {
  width: 100%;
}
.form-require-mark:not(#\#):not(#\#) {
  color: var(--color-warning-600);
}
.agreement-disclaimer:not(#\#):not(#\#) {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.login-page:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: absolute;
  inset: 0;
  overflow: auto;
  align-items: center;
  justify-content: center;
}
.confirm-policy-form:not(#\#):not(#\#) {
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
}
.confirm-policy-form:not(#\#):not(#\#) > div {
  min-width: 380px;
  width: 380px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-regular);
  padding: 24px;
  border-radius: 16px;
}
.confirm-policy-form > div > * {
  margin-bottom: 24px !important;
}
.confirm-policy-form > div > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .confirm-policy-form:not(#\#):not(#\#) > div {
    width: 100%;
    min-width: 100%;
  }
}
.confirm-policy-form:not(#\#):not(#\#) > div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.confirm-policy-form:not(#\#):not(#\#) .confirm-policy-form__actions .btn {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .confirm-policy-form:not(#\#):not(#\#) .confirm-policy-form__actions .btn {
    width: 100%;
  }
}
.faq-page:not(#\#):not(#\#) {
  overflow: auto;
}
.faq-page:not(#\#):not(#\#) .faq-list {
  flex-grow: 1;
}
.faq-page .faq-list > * {
  margin-bottom: 16px !important;
}
.faq-page .faq-list > :last-child {
  margin-bottom: 0 !important;
}
.faq-page:not(#\#):not(#\#)
  .faq-list.p-accordion
  .p-accordion-header
  .p-accordion-header-link {
  padding: 16px;
  border: none;
  background-color: var(--color-neutral-white);
  flex-direction: row-reverse;
  justify-content: space-between;
  min-height: 72px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.faq-page:not(#\#):not(#\#)
  .faq-list.p-accordion
  .p-accordion-header:not(.p-disabled).p-highlight:hover
  .p-accordion-header-link {
  color: var(--color-neutral-dark-800);
}
.faq-page:not(#\#):not(#\#) .faq-list .p-accordion-content {
  border: none;
  background-color: var(--color-neutral-white);
  max-width: 720px;
  padding: 0 16px 16px;
}
.faq-page:not(#\#):not(#\#) .faq-list .p-accordion-tab {
  background-color: var(--color-neutral-white);
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-light);
}
.service-message:not(#\#):not(#\#) .p-dialog-header {
  padding: 32px 32px 0;
}
.service-message:not(#\#):not(#\#) .p-dialog-content {
  padding: 0 32px 24px;
}
.service-message:not(#\#):not(#\#) .p-dialog-footer {
  padding: 0 32px 32px;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
}
.service-message:not(#\#):not(#\#) .p-dialog-footer .btn {
  min-width: 160px;
}
.service-message:not(#\#):not(#\#) .p-dialog-footer .service-message-actions {
  justify-content: center;
  display: flex;
  flex-direction: row;
}
.service-message .p-dialog-footer .service-message-actions > * {
  margin-right: 12px !important;
}
.service-message .p-dialog-footer .service-message-actions > :last-child {
  margin-right: 0 !important;
}
.service-message.service-message_eventmap-usual:not(#\#):not(#\#) {
  font-size: 1.5rem;
  line-height: 1.4;
}
.service-message:not(#\#):not(#\#) p {
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
.service-message:not(#\#):not(#\#) ul {
  padding: 0;
  margin: 0;
}
.service-message:not(#\#):not(#\#) li,
.service-message:not(#\#):not(#\#) ul {
  list-style: none;
}
.service-message-warning:not(#\#):not(#\#) {
  padding: 16px;
  border: 1px solid var(--color-warning-600);
  border-radius: 16px;
  margin-top: 16px;
}
.service-message-btn > * {
  margin-right: 8px !important;
}
.service-message-btn > :last-child {
  margin-right: 0 !important;
}
.event-info-bar:not(#\#):not(#\#) {
  background-color: var(--color-neutral-dark-50);
  padding: 0 16px;
  min-height: 34px;
}
.event-info-bar:not(#\#):not(#\#) > div {
  height: 100%;
}
.event-info-bar:not(#\#):not(#\#) .event-info-bar-poster {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background-color: var(--color-neutral-dark-50);
  position: absolute;
  padding: 12px 16px 0 12px;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 999;
  border-radius: 0 0 12px 12px;
  transition: all 0.5s;
}
.event-info-bar:not(#\#):not(#\#)
  .event-info-bar-poster.event-info-bar-poster--open {
  visibility: visible;
  max-height: 80vh;
  opacity: 1;
  height: auto;
  overflow: hidden;
}
.event-info-bar:not(#\#):not(#\#)
  .event-info-bar-poster.event-info-bar-poster--open
  > div:first-child {
  overflow: auto;
  padding-bottom: 32px;
}
.event-info-bar:not(#\#):not(#\#) .event-info-bar-poster-collapse {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-neutral-dark-50);
}
.event-info-bar:not(#\#):not(#\#) .event-info-bar-poster-collapse:before {
  content: "";
  width: 44px;
  height: 0;
  border-top: 2px solid var(--color-neutral-dark-300);
}
.event-info-bar:not(#\#):not(#\#) .event-info-bar-announce {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: var(--color-neutral-dark-800);
  height: 100%;
}
.event-info-bar .event-info-bar-announce > * {
  margin-right: 4px !important;
}
.event-info-bar .event-info-bar-announce > :last-child {
  margin-right: 0 !important;
}
.event-info-bar:not(#\#):not(#\#)
  .event-info-bar-announce
  .event-info-bar-date {
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.event-info-bar:not(#\#):not(#\#)
  .event-info-bar-announce
  .event-info-bar-title-wrapper {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  position: relative;
}
.event-info-bar:not(#\#):not(#\#)
  .event-info-bar-announce
  .event-info-bar-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  inset: 0;
  justify-content: flex-end;
  margin-left: 8px;
}
.event-info-bar:not(#\#):not(#\#)
  .event-info-bar-announce
  .event-info-bar-title
  > span:first-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
.event-info-bar:not(#\#):not(#\#)
  .event-info-bar-announce
  .event-info-bar-title
  .age-limit {
  padding: 0 4px;
  display: flex;
  align-items: center;
  align-self: center;
  margin-left: 4px;
  white-space: nowrap;
}
.event-info-bar:not(#\#):not(#\#)
  .event-info-bar-announce
  .event-info-bar-warning {
  align-self: center;
}
.event-info-bar:not(#\#):not(#\#)
  .event-info-bar-announce
  .event-info-bar-warning
  .warning-text {
  display: none;
}
.event-info-bar:not(#\#):not(#\#) .event-info-bar-announce .info-icon {
  align-self: center;
}
.event-info-bar:not(#\#):not(#\#) .event-info-bar-poster > div {
  display: flex;
  flex-direction: column;
}
.event-info-bar .event-info-bar-poster > div > * {
  margin-bottom: 12px !important;
}
.event-info-bar .event-info-bar-poster > div > :last-child {
  margin-bottom: 0 !important;
}
.event-info-bar:not(#\#):not(#\#)
  .event-info-bar-poster
  .event-info-bar-poster-date {
  color: var(--color-neutral-dark-800);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.event-info-bar:not(#\#):not(#\#)
  .event-info-bar-poster
  .event-info-bar-poster-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-neutral-dark-800);
  display: flex;
}
.event-info-bar:not(#\#):not(#\#)
  .event-info-bar-poster
  .event-info-bar-poster-place {
  display: table;
}
.event-info-bar:not(#\#):not(#\#)
  .event-info-bar-poster
  .event-info-bar-poster-place
  > div {
  display: table-row;
}
.event-info-bar:not(#\#):not(#\#)
  .event-info-bar-poster
  .event-info-bar-poster-place
  > div
  span:first-child {
  display: table-cell;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 4px 4px 0;
}
.event-info-bar:not(#\#):not(#\#)
  .event-info-bar-poster
  .event-info-bar-poster-place
  > div
  span:last-child {
  display: table-cell;
  padding: 4px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-neutral-dark-800);
  width: 100%;
}
.event-info-bar:not(#\#):not(#\#)
  .event-info-bar-poster
  .event-info-bar-poster-warning {
  display: flex;
  flex-direction: row;
  border-radius: 16px;
  border: 1px solid var(--color-neutral-dark-200);
  padding: 12px;
}
.event-info-bar .event-info-bar-poster .event-info-bar-poster-warning > * {
  margin-right: 8px !important;
}
.event-info-bar
  .event-info-bar-poster
  .event-info-bar-poster-warning
  > :last-child {
  margin-right: 0 !important;
}
.event-info-bar:not(#\#):not(#\#)
  .event-info-bar-poster
  .event-info-bar-poster-img {
  border-radius: 16px;
}
.event-info-bar:not(#\#):not(#\#)
  .event-info-bar-poster
  .event-info-bar-poster-img
  img {
  clip-path: inset(0 0 0 0 round 16px 16px 16px 16px);
}
.bottom-order-bar:not(#\#):not(#\#) {
  background-color: var(--color-neutral-white);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.bottom-order-bar:not(#\#):not(#\#) .buy-motto {
  color: var(--color-button);
  font-weight: 400;
}
.bottom-order-bar:not(#\#):not(#\#) .bottom-order-bar-content {
  padding: 0 16px 12px;
}
.bottom-order-bar:not(#\#):not(#\#) .bottom-order-bar-content:after {
  content: "";
  border-bottom: 1px solid var(--color-neutral-dark-200);
  position: absolute;
  bottom: 12px;
  width: calc(100% - 32px);
  height: 1px;
  display: block;
}
.bottom-order-bar .bottom-order-bar-content .basket-tickets > * {
  margin-bottom: 16px !important;
}
.bottom-order-bar .bottom-order-bar-content .basket-tickets > :last-child {
  margin-bottom: 0 !important;
}
.bottom-order-bar:not(#\#):not(#\#) .bottom-order-bar-action {
  padding: 0 12px 12px;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: var(--color-neutral-white);
}
.bottom-order-bar .bottom-order-bar-action > * {
  margin-bottom: 8px !important;
}
.bottom-order-bar .bottom-order-bar-action > :last-child {
  margin-bottom: 0 !important;
}
.bottom-order-bar:not(#\#):not(#\#)
  .bottom-order-bar-action
  .bottom-order-bar-action-info {
  display: flex;
  flex-direction: column;
}
.bottom-order-bar .bottom-order-bar-action .bottom-order-bar-action-info > * {
  margin-bottom: 8px !important;
}
.bottom-order-bar
  .bottom-order-bar-action
  .bottom-order-bar-action-info
  > :last-child {
  margin-bottom: 0 !important;
}
.bottom-order-bar:not(#\#):not(#\#)
  .bottom-order-bar-action
  .event-order-bar-action-sum {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.bottom-order-bar .bottom-order-bar-action .event-order-bar-action-sum > * {
  margin-right: 8px !important;
}
.bottom-order-bar
  .bottom-order-bar-action
  .event-order-bar-action-sum
  > :last-child {
  margin-right: 0 !important;
}
.bottom-order-bar:not(#\#):not(#\#)
  .bottom-order-bar-action
  .event-order-bar-action-warning {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-neutral-dark-800);
}
.bottom-order-bar .bottom-order-bar-action .event-order-bar-action-warning > * {
  margin-right: 4px !important;
}
.bottom-order-bar
  .bottom-order-bar-action
  .event-order-bar-action-warning
  > :last-child {
  margin-right: 0 !important;
}
.bottom-order-bar:not(#\#):not(#\#)
  .bottom-order-bar-action
  .event-order-bar-action-buttons {
  display: flex;
}
.bottom-order-bar:not(#\#):not(#\#)
  .bottom-order-bar-action
  .event-order-bar-action-buttons
  .basket-action {
  flex-grow: 1;
}
.bottom-order-bar:not(#\#):not(#\#)
  .bottom-order-bar-action
  .event-order-bar-action-buttons
  .basket-btn {
  width: 100%;
}
.bottom-order-bar:not(#\#):not(#\#) .bottom-order-bar-collapse {
  border-radius: 16px 16px 0 0;
  box-shadow: var(--shadow-mobile);
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-neutral-white);
}
.bottom-order-bar:not(#\#):not(#\#) .bottom-order-bar-collapse:before {
  content: "";
  width: 44px;
  height: 0;
  border-top: 2px solid var(--color-neutral-dark-300);
}
.bottom-order-bar:not(#\#):not(#\#) .bottom-order-bar-content {
  border-radius: 12px 12px 0 0;
  visibility: hidden;
  position: absolute;
  bottom: calc(100% - 28px);
  background-color: var(--color-neutral-white);
  z-index: 999;
  left: 0;
  right: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.bottom-order-bar:not(#\#):not(#\#)
  .bottom-order-bar-content
  .bottom-order-bar-content-inner {
  overflow: auto;
  max-height: 60vh;
  padding: 0 0 16px;
}
.bottom-order-bar:not(#\#):not(#\#) .bottom-order-bar-bar {
  padding: 0 16px 13px;
}
.bottom-order-bar.bottom-order-bar--open:not(#\#):not(#\#)
  .bottom-order-bar-content {
  visibility: visible;
 
}
.bottom-order-bar.bottom-order-bar--open:not(#\#):not(#\#)
  .bottom-order-bar-bar {
  position: relative;
  z-index: 999;
  background-color: var(--color-neutral-white);
}
.bottom-order-bar.bottom-order-bar--open:not(#\#):not(#\#)
  .bottom-order-bar-collapse {
  box-shadow: none;
  margin: 0 -12px;
}
.event-order-bar-action:not(#\#):not(#\#) {
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: var(--color-neutral-white);
}
.event-order-bar-action > * {
  margin-bottom: 8px !important;
}
.event-order-bar-action > :last-child {
  margin-bottom: 0 !important;
}
.event-order-bar-action:not(#\#):not(#\#) .event-order-bar-action-info {
  display: flex;
  flex-direction: column;
}
.event-order-bar-action .event-order-bar-action-info > * {
  margin-bottom: 8px !important;
}
.event-order-bar-action .event-order-bar-action-info > :last-child {
  margin-bottom: 0 !important;
}
.event-order-bar-action:not(#\#):not(#\#) .event-order-bar-action-sum {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.event-order-bar-action .event-order-bar-action-sum > * {
  margin-right: 8px !important;
}
.event-order-bar-action .event-order-bar-action-sum > :last-child {
  margin-right: 0 !important;
}
.event-order-bar-action:not(#\#):not(#\#) .event-order-bar-action-warning {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-neutral-dark-800);
}
.event-order-bar-action .event-order-bar-action-warning > * {
  margin-right: 4px !important;
}
.event-order-bar-action .event-order-bar-action-warning > :last-child {
  margin-right: 0 !important;
}
.event-order-bar-action:not(#\#):not(#\#) .event-order-bar-action-buttons {
  display: flex;
}
.event-order-bar-action:not(#\#):not(#\#)
  .event-order-bar-action-buttons
  .basket-action {
  flex-grow: 1;
}
.event-order-bar-action:not(#\#):not(#\#)
  .event-order-bar-action-buttons
  .basket-btn {
  width: 100%;
}
.order-steps:not(#\#):not(#\#) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 8px;
}
.order-steps:not(#\#):not(#\#) .order-step {
  border: 1px solid var(--color-neutral-dark-200);
  font-weight: 600;
  font-size: 9px;
  line-height: 12px;
  color: var(--color-neutral-dark-400);
  font-size: 10px;
  padding: 0 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 14px;
  overflow: hidden;
  clip-path: polygon(
    0% 0%,
    calc(100% - 4px) 0%,
    100% 50%,
    calc(100% - 4px) 100%,
    0% 100%,
    4px 50%
  );
  background-color: var(--color-neutral-dark-200);
  position: relative;
}
.order-steps:not(#\#):not(#\#) .order-step > div {
  width: 100%;
  text-align: center;
  background-color: var(--color-neutral-white);
  clip-path: polygon(
    0% 0%,
    calc(100% - 4px) 0%,
    100% 50%,
    calc(100% - 4px) 100%,
    0% 100%,
    4px 50%
  );
}
.order-steps:not(#\#):not(#\#) .order-step > div span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  transform: translateY(1px);
}
.order-steps:not(#\#):not(#\#) .order-step.active-step {
  background-color: var(--color-info-icon-bg);
  color: var(--color-button);
  border: 1px solid var(--color-info-icon-bg);
}
.order-steps:not(#\#):not(#\#) .order-step.active-step > div {
  background-color: var(--color-info-icon-bg);
}
.checkout-layout:not(#\#):not(#\#) {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.checkout-layout:not(#\#):not(#\#) > div {
  position: relative;
}
.checkout-layout:not(#\#):not(#\#) .checkout-page-info {
  padding: 0 16px 16px;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  overflow: auto;
}
.checkout-layout .checkout-page-info > * {
  margin-right: 46px !important;
}
.checkout-layout .checkout-page-info > :last-child {
  margin-right: 0 !important;
}
.checkout-layout:not(#\#):not(#\#) .checkout-page-info > div:first-child {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.checkout-layout:not(#\#):not(#\#) .checkout-page-info > div:last-child {
  width: 368px;
  position: sticky;
  top: 0;
}
.checkout-layout:not(#\#):not(#\#) .checkout-page-info > div:last-child > div {
  width: 368px;
}
.page-layout:not(#\#):not(#\#) {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .page-layout:not(#\#):not(#\#) {
    flex-direction: column;
  }
}
.page-layout:not(#\#):not(#\#) > div:first-child {
  width: 264px;
  margin-right: 28px;
  overflow: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .page-layout:not(#\#):not(#\#) > div:first-child {
    width: auto;
    margin-right: 0;
    height: auto;
  }
}
.page-layout:not(#\#):not(#\#) > div:last-child {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.page-layout:not(#\#):not(#\#) .page-layout__content-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  flex-grow: 1;
  overflow: auto;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .page-layout:not(#\#):not(#\#) .page-layout__content-wrapper {
    padding: 16px;
  }
}
