body {
    color: var(--white) !important;
    background-color: #13151a !important;
    background-color: var(--background-body) !important;
    -webkit-text-size-adjust: 100% !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: "Stolzl","Roboto",Helvetica,Arial,sans-serif !important;
}

@media screen and (max-width: 767px) {
    .mobile-hidden {
        display: none !important;
    }
}


@media only screen and (min-width: 768px) {
    .desktop-hidden {
        display: none !important;
    }
}




#claustrophobia__userprofile {
    color: white !important;
}
.profile_subtitle {
    color: var(--white) !important;
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
    /*max-width: 376px !important;*/
    -webkit-text-size-adjust: 100% !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: "Stolzl","Roboto",Helvetica,Arial,sans-serif !important;
}

@media screen and (min-width: 991px) {
    .profile_subtitle {
        color: var(--white) !important;
        font-size: 48px !important;
        font-weight: 400 !important;
        line-height: 54px !important;
        /*max-width: 376px !important;*/
    }
}

#userprofile__sidebar {
    background: hsla(0,0%,100%,.06) !important;
    background-color: hsla(0,0%,100%,.06) !important;
    border-radius: 30px !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 11px 16px 62px !important;


    min-width: unset !important;
    max-width: unset !important;
    text-align: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

@media screen and (min-width: 768px) {
    #userprofile__sidebar {
        padding: 0 !important;
        margin: 1rem !important;
    }
}

.mobile-navigation-tab-title {
  display: inline-block;
  color: rgba(255, 255, 255, 0.16);
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  position: relative;
  cursor: pointer;
}

#sidebar__user_navigation__mobile_selector {
    margin: 0 !important;
}

.mobile-navigation-tab-title:hover {
  color: rgba(255, 255, 255, 1)!important;
}

.mobile-navigation-tab-title:not(:last-child) {
  margin-right: 30px!important;
}

.mobile-navigation-tab-title.active {
  color: white!important;
  cursor: inherit!important;
}

.mobile-navigation-tab-title.active:after {
  content: ""!important;
  position: absolute!important;
  bottom: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 3px!important;
  background: #4d5aff!important;
  border-radius: 2px!important;
}
.popup-pane {
    background-color: white !important;
    color: black !important;
}
.booking-button {
    background-color: rgba(82, 106, 255, .1) !important;
    color: #526aff !important;
}
.booking-button.pushed {
    background-color: #526aff !important;
    color: white !important;
}
.booking-info {
    color: #ff6636 !important;
}
.popup-close-button {
    filter: hue-rotate(300deg) !important;
}
.quest-info {
    color: grey !important;
}
.lang-tag {
    color: inherit !important;
    border-color: grey; !important
}

.form-button.submit {
    background-color: #526aff !important;
    height: 50px;
}

.form-button.submit:hover {
    background-color: #4d5aff !important;
}

.preloader-image.payment-preloader {
    filter: invert(1) !important;
}
