@import'fonts/VTBGroupUI-Bold.eot';
@import'fonts/VTBGroupUI-Bold.svg';
@import'fonts/VTBGroupUI-Bold.ttf';
@import'fonts/VTBGroupUI-Bold.woff';
@import'fonts/VTBGroupUI-Bold.woff2';
@import'fonts/VTBGroupUI-DemiBold.eot';
@import'fonts/VTBGroupUI-DemiBold.svg';
@import'fonts/VTBGroupUI-DemiBold.ttf';
@import'fonts/VTBGroupUI-DemiBold.woff';
@import'fonts/VTBGroupUI-DemiBold.woff2';
@import'fonts/VTBGroupUI-Book.eot';
@import'fonts/VTBGroupUI-Book.svg';
@import'fonts/VTBGroupUI-Book.ttf';
@import'fonts/VTBGroupUI-Book.woff';
@import'fonts/VTBGroupUI-Book.woff2';
@import'fonts/VTBGroupUI-Light.eot';
@import'fonts/VTBGroupUI-Light.svg';
@import'fonts/VTBGroupUI-Light.ttf';
@import'fonts/VTBGroupUI-Light.woff';
@import'fonts/VTBGroupUI-Light.woff2';
@import'fonts/VTBGroupUI-Medium.eot';
@import'fonts/VTBGroupUI-Medium.svg';
@import'fonts/VTBGroupUI-Medium.woff';
@import'fonts/VTBGroupUI-Medium.woff2';
@import'fonts/fonts.css';

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    vertical-align: baseline;
}

: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 {
    height: 0%;
    min-height: 100%;
    min-height: -webkit-fill-available;
    background: #073ab5;
}

body {
    overflow: hidden;
    width: 100%;
    height: 0%;
    min-height: 100%;
    min-height: -webkit-fill-available;
    background: radial-gradient(circle, #4c8bf0 0%, #073ab5 50%);
}

#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 6s ease-in-out infinite;
    display: block;
    margin: 0 auto;
}

#hezzl_link {
    text-align: center;
    margin: 10px 0 auto;
    display: block;
    text-decoration: none;
    font-size: 36px;
    color: #FECC2F;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

/* .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;
}

.TopShadow {
    z-index: 10000;
    width: 100%;
    /* max-width: 800px; */
    height: 130px;
    position: relative;
    left: 50%;
    background-image: url('assets/images/TopShadow.png');
    transform-origin: 0 0;
    transform: translate(-50%, 0%) scaleY(.5);
}

#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;
    }
}

.CloseBtn {
    z-index: 10000;
    width: 50px;
    height: 50px;
    position: absolute;
    /* left: 88%; */
    right: 0%;
    transform-origin: 0;
    top: 30%;
    background-image: url('assets/images/close.png');
    background-repeat: no-repeat;
    transform: scaleY(2) scale(.7) !important;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .CloseBtn {
        /* background-color: #acb6c3; */
        /* border-radius: 50%;
        padding: 10px;
        background-position: center center;
        right: -20px; */
        transform: scale(0.5);
    }
}

.ClosePaymentFormBtn {
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(assets/images/close.png);
    background-repeat: no-repeat;
    /* left: 96.2%; */
    right: 10px;
    top: 5%;
    position: absolute;
    transform: scale(0.8) translate(-50%, -50%);
    overflow: hidden;
    visibility: hidden;
}

.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: 14px;
}

.dom-scroller::-webkit-scrollbar {
    width: 10px;
}

.dom-scroller::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 20px;
}

.dom-scroller::-webkit-scrollbar-track {
    background: hsla(0, 0%, 100%, .2);
    border-radius: 20px;
    opacity: .6;
}

.dom-scroller p {
    margin: 0 0 10px;
    color: hsla(0, 0%, 100%, .6);
}

.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: #bc98ff;
    margin-left: 0 !important;
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 15px;
}

.dom-scroller a {
    color: #fecc2f;
    letter-spacing: 0;
    text-align: left;
    text-decoration: underline;
}

.dom-scroller img {
    max-width: 100%;
}

.disable-select {
   -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 */
}