HTML, BODY {
    height: 100%;
    width: 100%;
    height: 100vh;
    width: 100vw;
    margin:0;
    padding:0;
    /* required to prevent rogue scrollbars */
    overflow: hidden;
}

main, .maincontainer {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  padding:0;
  margin:0;
  /* if you want the content to scroll normally: */
  overflow: auto;
}

.page__content {
  overflow-x: hidden !important;
}

.privacyAlert .alert-dialog {
  height: 80%;
  width: 90%;
}

.privacyAlert .alert-dialog-footer {
  position: fixed;
  bottom: 0;
}

.privacyAlert .alert-dialog-content {
  height: -webkit-fill-available;
  height: 100%;
}

.sticky {
  top: 0;
  width:99.8%;
  height: 68px;
  background-color: #00000000;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  position: fixed;
  z-index: 100000;
  display: block !important;
}
.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
}

@media screen and (min-height: 805px) {
  .page__content {
    overflow-x: hidden !important;
    padding-top: calc(5px + env(safe-area-inset-top)) !important;
  }

  .toolbar {
    height: 90px !important;
    padding-top: calc(env(safe-area-inset-top) - 8px) !important;
    margin-bottom: 5px !important;
  }

  .sticky {
    padding-top: calc(env(safe-area-inset-top) - 8px) !important;
  }

  .ntch_gradient {
    position: fixed;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 999999;
    width: 100%;
    height: env(safe-area-inset-top);
  }
}

.wrapper {
    width: 100%;
}

@media screen and (min-width: 900px) {
  .wrappedItem {
    width: 65% !important;
    margin: 0 auto !important;
  }

  .bottomNav {
    position: sticky !important;
  }
}

.slider {
  /* line them up horizontally */
  display: flex;

  /* allow for scrolling */
  overflow-x: auto;

  /* make it smooth on iOS */
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
}

.slider > carousel-item {
  /* make sure the width is honored */
  scroll-snap-align: center;
  flex-shrink: 0;
  margin-right: 15px;
  border-radius: 5px;
}

.bottomNav {
  position: fixed;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
  width: 100%;
  height: 55px;
  z-index: 3;
  background: rgba( 38, 36, 36, 0.3 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 13px );
  -webkit-backdrop-filter: blur( 13px );
  border-top: 1px solid rgba( 255, 255, 255, 0.18 );
}

.bottomNavP {
  display: block;
  margin-top: 0px;
  font-weight: 400;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Syne', sans-serif;
  font-size: 12px;
}

.bottomNavItem {
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: top;
  display: inline-block;
}

.infoTop {
  text-shadow: 0px 0px 20px #0000008c;
  margin-top: 45px;
  margin-bottom: 45px;
  text-align: center;
}

.infoCountry {
  font-size: 20px;
  font-family: 'Syne', sans-serif;
  margin-bottom: -18px;
}

.infoTemp {
  padding-left: 0.3em;
  font-size: 90px;
  font-family: 'Syne', sans-serif;
}

.infoOther {
  font-family: 'Syne', sans-serif;
  margin-top: -8px;
}

.flareIdBanner {
  background-position: center;
  background-image: url('https://www-cdn.eumetsat.int/files/styles/16_9_large/s3/2020-06/ASpot_Weather.jpg?h=d1cb525d&itok=lvYWh_W8');
  color: white;
}

.syne, #syne, syne{
  font-weight: 400;
  font-size: 25px;
  margin: 4px 0 8px 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  font-family: 'Syne', sans-serif !important
}

.synealt, #synealt, synealt{
  font-weight: 400;
  padding: 0;
  display: block;
  box-sizing: border-box;
  font-family: 'Syne', sans-serif !important;
}

.transparentCard {
  background: rgba( 96, 96, 96, 0.35 ) !important;
  backdrop-filter: blur( 11.5px ) !important;
  -webkit-backdrop-filter: blur( 11.5px ) !important;
}

.topContainer{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 8px;
}

.inlineContainer{
  display: flex;
  justify-content: center;
  align-items: center;
}

.inlineChildren{
  display: inline-block;
}
