
  
  
      a:hover, a:visited, a:link, a:active {
        text-decoration: none;
        color: rgb(63, 30, 251);
      }
  
  
     /* 下-左邊功能選單  */
      #LeftButtonDiv {
        position:fixed;
        bottom: 180px;
        left: 7px;
      }
      
      .LeftButton {
        background-color: rgba(0, 0, 255, 0.3);
        border: none;
        color: rgb(255, 255, 255);
        /* padding: 4px 8px; */
        font-size:  1.3rem;
        cursor: pointer;
        width: 100%;
        border-radius: 10%;
        margin-top: 3pt;
      }

      @media only screen and (min-width: 451px) and (max-width: 768px) {
        .LeftButton {0
          /* font-size: 30px; */
        }      
      
      }

      @media only screen and (min-width: 0px) and (max-width: 450px){
        .LeftButton {
          /* font-size: 1.3rem; */
        }     
        
        #LeftButtonDiv {
          bottom: 110px;
        }
      }
      /* 上-左邊功能選單  */

      /* 下-按讚  */
      #fbLike {
        position: fixed;
        bottom: 110px;
        left: 0;
        display: inline-block;
      } 

      @media only screen and (min-width: 0px) and (max-width: 450px){
        #fbLike {
          bottom: 58px;
      }     
      /* 上-按讚  */      


      }

      /* 下-上方標題  */
      #titleimg {
        position: absolute;
        top: 0px;
        width: 769px;
        height: 185px; 
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        background-color: rgba(100%,100%,0%,0);
        /* background-image:url('title769.png'); */
        background-repeat:no-repeat;
        margin-top:10px;  
      }
      @media only screen and (min-width: 451px) and (max-width: 768px) {
        #titleimg {
          /* background-image:url('title500.png'); */
          width: 500px;
          height: 120px; 
        }    
      
      }
      @media only screen and (min-width: 0px) and (max-width: 450px){
        #titleimg {
          /* background-image:url('title250.png'); */
          width: 350px;
          height: 73px; 
        }
      }
      /* 上-上方標題  */

      /* 手機不顯示 地圖放大縮小 */
      @media only screen and (min-width: 0px) and (max-width: 450px){
        .leaflet-control-zoom{
          visibility: hidden;
        }
      }

      /*下-載入頁面 */
      #LoadFlat {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 200;
        background-color: #fffacd;
      }
      #LoadFlat > div {
        position: absolute;
        top: calc(50% - 350px / 2);
        height: 350px;
        left: calc(50% - 500px / 2);
        width: 500px;
        display: inline-block;
      }
            
      @media screen and (min-width: 0) and (max-width: 849px) {
      #LoadFlat > div {
          width: 100%;
          left: 0;
          top: 0;
          height: 100%;
      }

          #LoadFlat > div h1 br {
              display: block;
          }

          #LoadFlat > div > p {
              margin-top: 55px;
          }

          #LoadFlat > div > span {
              margin-top: 85px;
          }
      }
      /*上-載入頁面 */


      #Live {
        position: fixed;
        bottom: 0;
        right: 0;
        height: 200px;

      }

      #mome_links  {
        text-align: left;
      }
      
      #mome_links >a {
        text-decoration: none;
      }
      

      
/* popup */
.leaflet-popup-content
{
    text-align: center;
    margin: 13px 19px;
    line-height: 1.4;
    color: red;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0,0,0,.35);
}


#MarkerInfoSwal lu li{
  padding: 0.3em 0em 0em 2.2em;
  text-indent: -2.2em;
}


.swal2-popup {
  padding: 0 !important;
}

.swal2-popup.swal2-toast .swal2-close{
align-self: auto !important;
}

.form-check .form-check-input {
  float: none !important;
  
}

/* 輪播的按鍵 */
.carousel-control-prev-icon,
.carousel-control-next-icon {
height: 100px;
width: 100px;
outline: black;
background-size: 100%, 100%;
border-radius: 50%;
/* border: 1px solid black; */
background-image: none;
}

.carousel-control-next-icon:after
{
content: '>';
font-size: 55px;
color: red;
}

.carousel-control-prev-icon:after {
content: '<';
font-size: 55px;
color: red;
}

.carousel-indicators [data-bs-target] {
background-color: #E91E63;
}

.leaflet-popup-content-wrapper {
  background: #ffffff8f !important;
}
