* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    vertical-align: baseline;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #732E00;
}

input:-webkit-autofill:focus {
    -webkit-text-fill-color: #732E00;
}

:root {
    --sat: env(safe-area-inset-top);
    --sab: env(safe-area-inset-bottom);
    --sal: env(safe-area-inset-left);
    --sar: env(safe-area-inset-right);
}

html {
    font-size: 16px;
    height: 0%;
    min-height: -webkit-fill-available;
    min-height: 100%;
    background: linear-gradient(180deg, #A181FF 5.32%, #E4C4DB 79.85%, #F2D6C3 95.21%, #FFBC92 106.47%);
}

body {
    overflow: hidden;
    width: 100%;
    height: 0%;
    min-height: -webkit-fill-available;
    min-height: 100%;
    background: linear-gradient(180deg, #A181FF 5.32%, #E4C4DB 79.85%, #F2D6C3 95.21%, #FFBC92 106.47%);
}

#preloader-div {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 1
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.rotating {
    animation: rotating 0.5s linear infinite;
    display: block;
    margin: 0 auto;
}

@keyframes spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

#turbo-container .turbo-layer {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  margin: auto;
  width: 100%;          /* default — base & spin get it for free */
  height: auto;
}

/* hub is the only exception; img.class outranks .turbo-layer, so it always wins */
#turbo-container img.turbo-hub {
  width: 31%;
}

.turbo-spin {
  transform-origin: 50% 50%;
  animation: spin 3s linear infinite;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

#hezzl_link {
    width: 62vw;
    max-width: 434px;
    margin: 10px auto;
    display: block;
}

#hezzl_link svg {
    width: 100%;
    height: auto;
}

#hezzl {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 21px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    width: 76vw;
    max-width: 403px;
}

/* .cookie_warning {
    font-size: 0.9rem;
    font-family: 'Open Sans', sans-serif;
    word-wrap: break-word;
    text-align: center;
    color: #A1B6E6;
    white-space: pre-line;
    align-self: flex-end;
    padding: 1em;
} */

/* #iframe-outer {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    overflow: hidden;
    z-index: 100;
    visibility: hidden;
    opacity: 0%;
    transition: opacity 0.25s ease-out;
    height: 100%;
} */

.iframe-inner {
    position: relative;
    /* height: 0; */
    z-index: 100;
    width: 100%;
    height: 100%;
    background: whitesmoke;
    /* border: 8px solid #3a3a3aab; */
    /* border-radius: 1%; */
    /* box-shadow: 0px 0px 5px 3px #000; */
}

.iframe-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;
    border: none;
    z-index: 100;
}

.center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
    z-index: 100;
}

#Message {
    font-family: 'loader_fonts_OpenSansBold';
    font-size: 1.15rem;
    text-align: center;
    color: aliceblue;
    position: relative;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: -1px;
    animation: blinker 1.2s linear 2;
    opacity: 75%;
}

@media screen and (max-width: 376px) {
    #Message {
        font-size: 1rem;
    }
}

@media screen and (min-width: 768px) {
    #Message {
        font-size: 1.5rem;
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.iFrameWrapper {
    position: relative;
    top: 50%;
    /* left: 50%; */
    transform: translate(0%, -50%);
    /* max-width: 700px; */
    /* max-height: 750px; */
    overflow: hidden;
    z-index: 100;
    visibility: hidden;
    opacity: 0%;
    transition: opacity 0.5s ease-out;
    height: 100%;
}

.iframe-inner {
    position: relative;
    /* height: 0; */
    z-index: 100;
    width: 100%;
    height: 100%;
    background: whitesmoke;
    /* border: 8px solid #3a3a3aab; */
    /* border-radius: 1%; */
    /* box-shadow: 0px 0px 5px 3px #000; */
}

.iframe-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;
    border: none;
    z-index: 100;
}

#payment-form {
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    visibility: hidden;
    overflow: hidden;
}

.dom-scroller {
    line-height: 1.2;
    padding-right: 10px;
}

.dom-scroller::-webkit-scrollbar {
    width: 10px;
}

.dom-scroller::-webkit-scrollbar-thumb {
    background: rgb(111, 93, 246);
    border-radius: 20px;
}

.dom-scroller::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    opacity: .6;
}

.dom-scroller p {
    margin: 0 0 10px;
    color: rgb(91, 64, 232);
}

.dom-scroller ul {
    padding-left: 3%;
    margin: 7px 0;
}

.dom-scroller ul li {
    list-style-type: none;
    padding-bottom: 7px;
}

.dom-scroller ul li::before {
    content: '● ';
}

.dom-scroller ul ul li {
    color: hsla(0, 0%, 100%, .6);
}

.dom-scroller ul ul li::before {
    content: '○ ';
}

.dom-scroller h4 {
    color: #ff9898;
    margin-left: 0 !important;
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 15px;
}

.dom-scroller a {
    color: #72B700;
    letter-spacing: 0;
    text-align: left;
    text-decoration: underline;
}

.dom-scroller img {
    max-width: 100%;
}

.disable-text-selection {
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* supported by Chrome and Opera */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}