body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  }

html {
  height: -webkit-fill-available;
}

main {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}


.bars{
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: fit-content;
  /* width: fit-content; */
  /* height:10vh; */
  z-index: 10;
}

.main-wrapper {
  position: absolute;
  left: 0;
  height: -webkit-fill-available;  
  width: 100%;
  overflow:hidden;

}

#map_rainobs{
  left: 0;
  position: absolute;
  width: 100%;
  height: -webkit-fill-available;
  z-index: 1;
  overflow:hidden;
}

#map {
  /* top: 8vh; */
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: -webkit-fill-available;
  z-index: 1;
  overflow: hidden;
}

.info{
  /*   background-color:#F9FBF2; */
    content: '';
    position: absolute;
    right:0;
    top:0;
    background: rgba(255, 255, 255, .9);
    box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, .3);
  
    color :rgb(0, 0, 0);
    border-radius: 6px;
    width:fit-content;
    height:fit-content;
    font-size: 24px;
    margin-top:10px;
    margin-right:10px;
    padding-top:10px;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:15px;
    z-index:11;
    backdrop-filter: blur(1px);
    font-family: Microsoft JhengHei;
  }

  
  
.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}


.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.list-unstyled{
  font-size: 14px;
}

.rounded {
  font-size: 16px;
}
.link-dark {
  
  font-size: 14px;
}
.fw-semibold { font-weight: 600; }

.legend1 {
  display:flex;
  flex-direction: column;
  bottom: 0;
  left: 0;
  position : absolute;
  z-index:13;
}

.box-frame{
	color: #000000;
	font-family: "Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
	font-size: 12pt;
}

.sideshow {
  /*   background-color:#F9FBF2; */
    content: '';
    position: absolute;
    right:0;
    top:0;
    background: rgba(255, 255, 255, .9);
    box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, .3);
  
    color :rgb(0, 0, 0);
    border-radius: 6px;
    width:fit-content;
    height:fit-content;
    font-size: 24px;
    margin-top:10px;
    margin-right:10px;
    padding-top:10px;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:15px;
    z-index:11;
    backdrop-filter: blur(1px);
    font-family: Microsoft JhengHei;
  }

@media only screen and (max-width: 600px) {
  .box-frame {
    display:block;
    font-size: 10pt;
    z-index: 10;
    width: fit-content;
    height:fit-content;

  }
  .sideshow{
    font-size: 12px;
  }
  #title{
    font-size: 12px;
  }
}
.statement {
	/* bottom: 0;
    left: 0;
	position: absolute;
    display: block; */
    padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
    /* width: 580px; */
    width: fit-content;
    /* height: 30px; */
    height: fit-content;
    background-color: #fff;
    border: 1px solid #000;   
    z-index: 10;   
    /* overflow:hidden; */
}

@media only screen and (max-width: 600px) {
  .statement {
    /* display:block; */
    font-size: 8pt;
    z-index: 10;
    width: fit-content;
    height:fit-content;

  }
}
