body {
  background: #ecf0f1;
  color: #333;
  font-family:"WenQuanYi Zen Hei","文泉驛正黑","Heiti TC","黑體-繁","PingFang TC","Droid Sans","Roboto","Microsoft JhengHei","微軟正黑體";
  font-size: 1em;
  padding: 0;
  margin: 0;
  padding-top: env(safe-area-inset-top);
}

@media (prefers-color-scheme: dark) {
  body {
    background: #000;
    color: #ecf0f1;
  }
}

#map-template {
  position: fixed;
  height: 100%;
  top: 0;
  width: 100%;
}

.recaptcha-tos {
  display: block;
  text-align: center;  
  font-size: 0.6em;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.basemap {
  -webkit-user-select: none;
}

.basemap-detail {
  -webkit-user-select: none;
}

.darkmode {
  -webkit-user-select: none;
  -webkit-filter: invert(80%); /* Safari 6.0 - 9.0 */
  filter: invert(80%);
}

.leaflet-image-layer {
  box-shadow: black 0px 0px 10px;
}

.leaflet-container {
  font-family:"WenQuanYi Zen Hei","文泉驛正黑","Heiti TC","黑體-繁","PingFang TC","Droid Sans","Roboto","Microsoft JhengHei","微軟正黑體";
  font-size: 1em;
}

.leaflet-popup-content-wrapper {
  font-size: 1em;
  overflow: hidden;
}

.leaflet-tooltip {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.leaflet-tooltip-pane {
  font-size: 0.8em;
  opacity: 0.75;
}

.leaflet-touch .leaflet-bar a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.leaflet-touch .geocoder-control.geocoder-control-expanded{
  width: 200px;
}

.geocoder-control-input{
  background-position-x: left;
  padding-left: 26px;
}

.leaflet-touch .geocoder-control-suggestions{
  width: 80vw;
}

.rotate-container{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.arrow-container{
  display: inline-block;
}

.watermark {
  color: white;
  opacity: 0.5;
  padding-left: 7px;
  padding-right: 7px;
  background-color: rgba(0,0,0,0.8);
  bottom: -10px;
  left: -10px;
  border-bottom: 5px solid grey;
}

.btn:active {
  color: orange;
}

#toast-container{
  height: 30%;
  overflow: hidden;
  z-index: 1000;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

.leaflet-top{
  padding-top: env(safe-area-inset-top);
}

#toast-container > div {
  padding-left: 42px;
  font-size: 80%;
  width: 16em;
}

#searchBox {
  font-size: 1.5em;
}

.field-radio-image input {
    z-index: 999;
    position:fixed;
    opacity:0
}
.icon {
    background-size: contain;
    text-align: right;
}
.icon0 {
    background-image: url(/img/0.png);
}
.icon1 {
    background-image: url(/img/1.png);
}
.icon2 {
    background-image: url(/img/2.png);
}
.icon3 {
    background-image: url(/img/3.png);
}
.icon4 {
    background-image: url(/img/4.png);
}
.icon5 {
    background-image: url(/img/5.png);
}
.icon6 {
    background-image: url(/img/6.png);
}
.icon7 {
    background-image: url(/img/7.png);
}
.icon8 {
    background-image: url(/img/8.png);
}
.icon8-2 {
    background-image: url(/img/8-2.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}
.icon9 {
    background-image: url(/img/9.png);
}
.icon10 {
    background-image: url(/img/10.png);
}
.icon11 {
    background-image: url(/img/11.png);
}
.icon12 {
    background-image: url(/img/12.png);
}
.icon13 {
    background-image: url(/img/13.png);
}
.icon14 {
    background-image: url(/img/14.png);
}
.icon15 {
    background-image: url(/img/15.png);
}
.icon16 {
    background-image: url(/img/16.png);
}
.icon17 {
    background-image: url(/img/17.png);
}
.icon18 {
    background-image: url(/img/18.png);
}
.icon19 {
    background-image: url(/img/19.png);
}
.icon20 {
    background-image: url(/img/20.png);
}
.icon21 {
    background-image: url(/img/21.png);
}
.icon22 {
    background-image: url(/img/22.png);
}
.icon_now{
    -webkit-filter: drop-shadow(-3px 3px 2px #FF0000);
    filter: drop-shadow(-3px 3px 2px #FF0000);
}
.icon_10m{
    -webkit-filter: drop-shadow(-2px 2px 1px #FF8000);
    filter: drop-shadow(-2px 2px 1px #FF8000);
}
.icon_20m{
    -webkit-filter: drop-shadow(-2px 2px 1px #FFFF00);
    filter: drop-shadow(-2px 2px 1px #FFFF00);
}
.icon_30m{
    -webkit-filter: drop-shadow(-2px 2px 1px #00FF00);
    filter: drop-shadow(-2px 2px 1px #00FF00);
}
.icon_alot{
  background-size: 50%;
}
.verified{
    color: black;
    font-size: 1.2em;
    opacity: 0.75;
}

.field-radio-image input:active +.radio-image-label {
    opacity: .9;
}
.field-radio-image input:checked +.radio-image-label {
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.field-radio-image input {
    margin: 5px 0 0 12px; 
}
.field-radio-image label {
    margin-left: 7px;
}
.radio-image-label {
    width: 3em;
    height: 4em;
    display: inline-block;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.2) grayscale(.7) opacity(.7);
       -moz-filter: brightness(1.2) grayscale(.7) opacity(.7);
            filter: brightness(1.2) grayscale(.7) opacity(.7);
    background-position-y: 20px;
}
.radio-image-label:hover {
    -webkit-filter: brightness(1.2) grayscale(.2) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.2) opacity(.9);
            filter: brightness(1.2) grayscale(.2) opacity(.9);
}


.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.resp-sharing-button--telegram {
  background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
  background-color: #4B97D1;}

.permlink{
  text-decoration: none;
}

.icon_now:before,
.icon_now:after {
  content:'';
  display:block;
  position:absolute;
  top:0; right:0; bottom:0; left:0;
  border-radius:50%;
  border:1px solid red;
  opacity: 0;
}

.icon_now:before {
  -webkit-animation: ripple 2s linear infinite;
  -webkit-animation-iteration-count: 2;
  animation: ripple 2s linear infinite;
  animation-iteration-count: 2;
}
.icon_now:after {
  -webkit-animation: ripple 2s linear 1s infinite;
  -webkit-animation-iteration-count: 2;
  animation: ripple 2s linear 1s infinite;
  animation-iteration-count: 2;
}

@-webkit-keyframes ripple{
  0% {-webkit-transform:scale(1); }
  75% {-webkit-transform:scale(1.75); opacity:1;}
  100% {-webkit-transform:scale(2); opacity:0;}
}

@keyframes ripple{
  0% {transform:scale(1); }
  75% {transform:scale(1.75); opacity:1;}
  100% {transform:scale(2); opacity:0;}
}

.edge-tooltip{
  background-color: transparent;
  border: transparent;
  color: black;
  box-shadow: none
}

.edge-tooltip:before{
  opacity: 0;
}

.icon_up{
  position: absolute;
  left: 16px;
  top: 16px;
  margin: -30px 0px 0px -10px;
  font-size: 18px;
  opacity: 0.8;
  color: #000;
  -webkit-filter: drop-shadow(0px 0px 4px white);
  filter: drop-shadow(0px 0px 4px white);
}

.sharemin{
  text-align: right;
  height: 1em;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

