 @font-face {
  font-family: 'AgeFont';
  src: url('./fonts/AgeFont.ttf')  format('truetype');
}
 * {
  box-sizing: border-box;
  margin: 0;
}

h1, p, h2, h3, h4, ul, li, div {
  margin: 0;
  padding: 0;
}

html, body {
  font-family: 'AgeFont', 'Helvetica', sans-serif;
}
body {
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  font-family: 'AgeFont';
}
a {
  text-decoration: none;
}
li a {
  text-decoration: underline;
  color: #f60d54;
}
.button {
  color: #607d8b;
}
.mdl-grid {
  max-width: 1024px;
  margin: auto;
}
.mdl-layout__header-row {
  padding: 0;
}
.quickstart-user-details-container {
  margin-top: 20px;
  line-height: 25px;
}
#quickstart-sign-in-status {
  font-weight: bold;
}
pre {
  overflow-x: scroll;
  line-height: 18px;
}
code {
  white-space: pre-wrap;
  word-break: break-all;
}
h3 {
  background: url('/firebase-logo.png') no-repeat;
  background-size: 40px;
  padding-left: 50px;
  color: white;
}

hr {
  top: -18px;
  position: relative;
  z-index: -1;
}

.or {
  z-index: 1;
  background: #761b2d;
  width: 44px;
  margin: 8px auto;
  font-size: 15px;
}
.or2 {
  color: #fff;
}
.textArea {
  top: 56%;
}

sub {
  vertical-align: sub;
  font-size: small;
}

.button {
  width: 129px;
  background-color: white;
  line-height: 9px;
  font-size: 18px;
}

.textArea p {
  font-size: 45px;
}

.loading-page {
  background: #0d0d0dc4;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-page .counter {
  text-align: center;
}
.loading-page .counter p {
  font-size: 40px;
  font-weight: 100;
  color: #f60d5478;
}
.loading-page .counter h1 {
  color: white;
  font-size: 60px;
  margin-top: -10px;
}
.loading-page .counter hr {
  background: #f60d5478;
  border: none;
  height: 1px;
}
.loading-page .counter {
  position: relative;
  width: 200px;
  top: -90px;
}
.loading-page .counter h1.abs {
  position: absolute;
  top: 0;
  width: 100%;
}
.loading-page .counter .color {
  width: 0px;
  overflow: hidden;
  color: #f60d54;
}

.finished {
    opacity: 0;
}

.arrow-text {
  margin-top: 20px;
  color: #f60d54;
  font-size: 23px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 16px;
}

#a3 {
  color: #fff;
  font-size: 20px;
  font-family: '-webkit-pictograph', 'Helvetica', sans-serif;
}

#a3:before, #a3:after {
  content: '"';
}

.onesignal-customlink-container {
  margin: 5px auto;
}

@media screen and (max-width: 640px){
  .progress-button {
    top: 424px;
  }
  .textArea {
    top: 10px;
  }
}

/* Weather */
.pre-wrap {
  background: #241e20;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
}
.preloader {
  position: absolute;
  margin-left: -55px;
  margin-top: -100px;
  height: 110px;
  width: 110px;
  left: 50%;
  top: 50%;
}

svg {
  width: 110px;
  height: 110px;
}

path {
  stroke: #9ea1a4;
  stroke-width: 0.25;
  fill: #241E20;
}

#cloud {
  position: relative;
  z-index: 2;
}

#cloud path {
  fill: #efefef;
}

#sun {
  margin-left: -10px;
  margin-top: 6px;
  opacity: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 45px;
  top: 15px;
  z-index: 1;
  animation-name: rotate;
  animation-duration: 16000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#sun path {
  stroke-width: 0.18;
  fill: #9ea1a4;
}

@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
/* Rain */
.rain {
  position: absolute;
  width: 70px;
  height: 70px;
  margin-top: -32px;
  margin-left: 19px;
}

.drop {
  opacity: 1;
  background: #9ea1a4;
  display: block;
  float: left;
  width: 3px;
  height: 10px;
  margin-left: 4px;
  border-radius: 0px 0px 6px 6px;
  animation-name: drop;
  animation-duration: 350ms;
  animation-iteration-count: infinite;
}

.drop:nth-child(1) {
  animation-delay: -130ms;
}

.drop:nth-child(2) {
  animation-delay: -240ms;
}

.drop:nth-child(3) {
  animation-delay: -390ms;
}

.drop:nth-child(4) {
  animation-delay: -525ms;
}

.drop:nth-child(5) {
  animation-delay: -640ms;
}

.drop:nth-child(6) {
  animation-delay: -790ms;
}

.drop:nth-child(7) {
  animation-delay: -900ms;
}

.drop:nth-child(8) {
  animation-delay: -1050ms;
}

.drop:nth-child(9) {
  animation-delay: -1130ms;
}

.drop:nth-child(10) {
  animation-delay: -1300ms;
}

@keyframes drop {
  50% {
    height: 45px;
    opacity: 0;
  }
  51% {
    opacity: 0;
  }
  100% {
    height: 1px;
    opacity: 0;
  }
}
.text {
  font-family: Helvetica, 'Helvetica Neue', sans-serif;
  letter-spacing: 1px;
  text-align: center;
  margin-left: -43px;
  font-weight: bold;
  margin-top: 20px;
  font-size: 11px;
  color: #a0a0a0;
  width: 200px;
}


.loader-wrap {
  display: none;
  top: 0;
  position: fixed;
  background: #333333e3;
  left: 0;
  right: 0;
  z-index: 99999 !important;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: 0 auto;
  top: 30%;
  position: relative;
}

.load-bottom {
  position: relative;
  top: 32%;
  margin: 0 auto;
  width: 175px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#a3, .arrow-text, .load-bottom {
  font-family: Helvetica, 'Helvetica Neue', sans-serif !important;
}

#webpushr-cookie-info{
	display: none !important;
}