* {
  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: #ba0020;
}

body {
  overflow: hidden;
  width: 100%;
  height: 0%;
  min-height: -webkit-fill-available;
  min-height: 100%;
  background: #ba0020;
}

#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: #ffffff;
  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;
}

#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: #d1b380;
  border-radius: 20px;
}

.dom-scroller::-webkit-scrollbar-track {
  background: #ebd4ad;
  border-radius: 20px;
  opacity: 0.6;
}

.dom-scroller p {
  margin: 0 0 10px;
  color: #732e00;
}

.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%, 0.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;
}
