@charset "UTF-8";
* {
  font-size:0.92rem;
  outline: none;
}
@media (max-width: 425px) {
  * {
    font-size:0.8rem;
  }
}

*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.f_col_2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}

.fa-lightbulb.red {
  color: red;
}
.fa-lightbulb.orange {
  color: orange;
}
.fa-lightbulb.yellow {
  color: rgb(255, 217, 0);
}
.fa-lightbulb.green {
  color: green;
}

.fixed_btn_box {
  position: fixed;
  z-index: 1000;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.fixed_btn_box .btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-size: 30px;
  padding: 0;
}
.fixed_btn_box .btn:hover {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.fixed_btn_box .fa-solid {
  font-size: 30px;
}

.modal {
  z-index: 9999;
}

.modal-backdrop {
  z-index: 9998;
}

.layerModal_btn {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.cursor_pointer {
  cursor: pointer;
}
.cursor_pointer:hover {
  text-decoration: underline;
}

.basemap_box {
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 74px;
  z-index: 9999;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: calc(50% - 44px);
  -webkit-transition: height 1s;
  transition: height 1s;
}
@media (max-width: 425px) {
  .basemap_box {
    bottom: 50px;
  }
}
@media (max-width: 325px) {
  .basemap_box {
    left: calc(50% - 28px);
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  .basemap_box {
    bottom: 0px;
  }
}
.basemap_box.open {
  height: 308px;
}
@media (orientation: landscape) and (max-width: 1024px) {
  .basemap_box.open {
    height: 50vh;
  }
}

.basemap {
  width: 200px;
  background-color: #fff;
  border: 3px solid #555;
  border-radius: 10px;
}
.basemap::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 3px solid #555;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  margin-top: -30px;
  left: 42%;
}
.basemap .content {
  padding: 8px;
  background: #fff;
  position: relative;
  z-index: 3;
  border-radius: 10px;
}
@media (orientation: landscape) and (max-width: 1024px) {
  .basemap .content {
    height: 33vh;
    overflow-y: auto;
  }
}
.basemap .close_basemap_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.basemap .title {
  padding: 5px;
  background-color: #555;
  color: #fff;
  letter-spacing: 1em;
  margin: 0;
}

.basemap_title {
  font-size: 17px;
  color: #0074d9;
  border-bottom: 2px solid #0074d9;
  position: relative;
  background-color: #d7e8fd;
  text-align: center;
  padding: 2px 2px 0 2px;
}
.basemap_title::after {
  content: "";
  display: block;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #0074d9 transparent transparent transparent;
  bottom: -10px;
  left: calc(50% - 8px);
  position: absolute;
}

.taiwan_icon {
  width: 45%;
  margin-top: -4px;
}

.over_scroll_x {
  overflow-x: auto;
}

#pills-event {
  border-bottom: 1px solid #bbb;
}

#pills-event,
#nav-tab {
/*  min-width: 340px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#pills-event .nav-item,
#nav-tab .nav-item {
  word-break: keep-all;
}
#pills-event .nav-item + .nav-item,
#nav-tab .nav-item + .nav-item {
  margin-left: 4px;
}
#pills-event .nav-link,
#nav-tab .nav-link {
  padding: 7px 12px ;
  background-color: #d7e8fd;
  height: 40px;
  color: #000;
  word-break: keep-all;
  white-space: nowrap;
}
@media (max-width: 425px) {
  #pills-event .nav-link,
#nav-tab .nav-link {
    padding: 7px 8px !important;
    height: 38px;
  }
}
#pills-event .nav-link.active,
#nav-tab .nav-link.active {
  background-color: #0074d9;
  color: #fff !important;
}
#pills-event .nav-link + .nav-link,
#nav-tab .nav-link + .nav-link {
  margin-left: 4px;
}
#pills-event .nav-item.show .nav-link,
#pills-event .nav-link.active,
#nav-tab .nav-item.show .nav-link,
#nav-tab .nav-link.active {
  color: #000;
  border: none;
}

.tab_content_bg {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: 1px solid #bbb;
  border-top: none;
  padding: 10px;
}
@media (max-width: 425px) {
  .tab_content_bg {
    padding: 6px;
  }
}

#pills-event-life-Content {
  padding: 8px 0 0 0;
}

.form-check + .form-check {
  margin: 5px 0px;
}

h5.bg-primary {
  padding: 2px 8px;
  border-radius: 4px;
  margin: 0;
font-size:1rem;
}

#pills-event-life_1,
#pills-event-life_2,
#pills-event-life_3,
#pills-event-life_4,
#pills-event-life_5,
#pills-event-type-Content,
#pills-event-response_Typhoon,
#pills-event-response_Earthquakes,
#pills-event-response_Other {
  padding: 10px 0;
}

.leaflet-sidebar-tabs {
  background-color: transparent;
}

.leaflet-sidebar-tabs,
.leaflet-sidebar-tabs > ul {
  width: 50px;
}

.leaflet-sidebar-tabs > li,
.leaflet-sidebar-tabs > ul > li {
  height: 50px;
  margin-top: 5px;
  border-radius: 50%;
}

.leaflet-sidebar-tabs > li > a,
.leaflet-sidebar-tabs > ul > li > a {
  line-height: 50px;
  background-color: #0074d9;
}

.leaflet-sidebar-right .leaflet-sidebar-tabs {
  right: 0px;
}

.leaflet-sidebar-tabs > li,
.leaflet-sidebar-tabs > ul > li {
  color: #fff;
  border: 4px #0074d9 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.leaflet-sidebar-tabs > li a,
.leaflet-sidebar-tabs > ul > li a {
  background-color: #fff;
  line-height: 50px;
}
.leaflet-sidebar-tabs > li a i,
.leaflet-sidebar-tabs > ul > li a i {
  color: #0074d9;
  font-size: 22px;
}

.leaflet-sidebar-tabs > li:hover,
.leaflet-sidebar-tabs > ul > li:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.leaflet-sidebar-tabs > li.active,
.leaflet-sidebar-tabs > ul > li.active {
  color: #0074d9;
  background-color: #fff;
  border: 4px #fff solid;
  -webkit-box-shadow: 0 0 6px rgba(101, 215, 255, 0.6), 0 0 6px rgba(101, 215, 255, 0.6);
          box-shadow: 0 0 6px rgba(101, 215, 255, 0.6), 0 0 6px rgba(101, 215, 255, 0.6);
}
.leaflet-sidebar-tabs > li.active a,
.leaflet-sidebar-tabs > ul > li.active a {
  background-color: #0074d9;
}
.leaflet-sidebar-tabs > li.active a i,
.leaflet-sidebar-tabs > ul > li.active a i {
  color: #fff;
}

.leaflet-sidebar-right .leaflet-sidebar-content {
  right: 56px;
}

.leaflet-sidebar {
  width: 454px;
  min-width: 454px;
  -webkit-transition: min-width 1s, width 1s;
  transition: min-width 1s, width 1s;
}
@media (max-width: 475px) {
  .leaflet-sidebar {
    min-width: clamp(320px, 98vw, 460px);
    width: clamp(320px, 98vw, 460px);
  }
}
.leaflet-sidebar.collapsed {
  width: 40px;
  min-width: 0;
}
.leaflet-sidebar.collapsed .leaflet-sidebar-close {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.leaflet-sidebar.collapsed {
  width: 56px;
}

.leaflet-sidebar-pane {
  padding: 10px;
  min-width: 374px;
}
@media (max-width: 475px) {
  .leaflet-sidebar-pane {
    min-width: clamp(240px, 78vw, 380px);
    width: clamp(240px, 78vw, 380px);
  }
}
@media (max-width: 775px) {
  .leaflet-sidebar-pane {
    min-width: clamp(240px, 75vw, 380px);
    width: clamp(240px, 75vw, 380px);
  }
}

.leaflet-sidebar.leaflet-touch {
  border: none !important;
}

.leaflet-control-scale-line {
  border: none;
  background: rgba(255, 255, 255, 0.75);
}

.leaflet-control-scale-line:not(:first-child) {
  margin-top: 6px;
  border: none !important;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 10px !important;
}

.btn-info {
  background-color: #1099e3;
  border-color: #1099e3;
}
.btn-info:hover {
  background-color: #0d79b3;
  border-color: #0d79b3;
}

.areaBtn::after {
  content: "定位範圍";
  width: 80px;
}

.eventBook::after {
  content: "事件簿";
  width: 60px;
}

.areaBtn,
.eventBook {
  position: relative;
}
.areaBtn::before,
.eventBook::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  bottom: -13px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.areaBtn::after,
.eventBook::after {
  font-size: 14px;
  font-weight: 700;
  background-color: #000;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  bottom: -58px;
  border-radius: 4px;
  padding: 4px 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.areaBtn:hover::before, .areaBtn:hover::after,
.eventBook:hover::before,
.eventBook:hover::after {
  opacity: 1;
}

.leaflet-sidebar-close {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.leaflet-sidebar-close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.leaflet-sidebar-content {
  background-color: #fff;
}

.leaflet-sidebar-right .leaflet-sidebar-header {
  font-weight: 700;
}
.leaflet-sidebar-right .leaflet-sidebar-header span {
  font-size: 16px;
}

.vertical_align_bottom {
  vertical-align: bottom !important;
}

.offcanvas-end {
  width: 436px;
}

.offcanvas-header {
  padding: 4px 16px;
  background-color: #0074d9;
}
.offcanvas-header span {
  font-size: 16px;
  font-weight: 700;
}
.offcanvas-header .btn-close {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.loading_layout {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: relative;
  z-index: 99999;
  overflow: hidden;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}
.loading_layout .bg_color {
  position: absolute;
  width: 34vw;
  height: 24vw;
  -webkit-filter: blur(16vw);
          filter: blur(16vw);
  -webkit-animation-name: blurAM;
          animation-name: blurAM;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 680px) {
  .loading_layout .bg_color {
    width: 50vw;
    height: 50vw;
    -webkit-filter: blur(30vw);
            filter: blur(30vw);
  }
}
.loading_layout .bg_color.circle_y {
  background-color: #efa600;
  top: 30%;
  right: 20px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.loading_layout .bg_color.circle_g {
  background-color: #00bd5c;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.loading_layout .bg_color.circle_b {
  background-color: #0097eb;
  top: 60%;
  left: 30%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.loading_layout .loading_content {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 46%;
  z-index: 9;
  text-align: center;
}
.loading_layout .loading_content .pic_circle {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.loading_layout .loading_content .pic_circle.pic_circle_m {
  width: clamp(136px, 9.375vw, 180px);
  height: clamp(136px, 9.375vw, 180px);
  -webkit-transform: translate(-50%, -50%) rotateZ(0);
          transform: translate(-50%, -50%) rotateZ(0);
  -webkit-animation-name: rotateAM;
          animation-name: rotateAM;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.loading_layout .loading_content .pic_circle.pic_circle_b {
  width: clamp(164px, 11vw, 210px);
  height: clamp(164px, 11vw, 210px);
  -webkit-transform: translate(-50%, -50%) rotateZ(0);
          transform: translate(-50%, -50%) rotateZ(0);
  -webkit-animation-name: rotateAM;
          animation-name: rotateAM;
}
.loading_layout .loading_content .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(110px, 8vw, 150px);
  height: clamp(110px, 8vw, 150px);
  background-color: #fff;
  border-radius: 50%;
  margin: 36px auto;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgb(104, 243, 255), 0 0 120px 10px rgb(104, 243, 255), 0 0 80px 6px rgb(104, 243, 255), inset 1px 1px 4px rgba(23, 161, 171, 0.8);
          box-shadow: 0 0 10px 0 rgb(104, 243, 255), 0 0 120px 10px rgb(104, 243, 255), 0 0 80px 6px rgb(104, 243, 255), inset 1px 1px 4px rgba(23, 161, 171, 0.8);
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.loading_layout .loading_content img {
  width: clamp(80px, 6.5vw, 120px);
  margin-top: -4px;
  -webkit-animation-name: translateYAM;
          animation-name: translateYAM;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.loading_layout .loading_content p {
  font-weight: 700;
  font-size: clamp(20px, 1.4vw, 24px);
  color: #fff;
  text-shadow: 10px 5px 20px rgb(104, 243, 255);
  position: relative;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.loading_layout.leaver {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.loading_layout.leaver .pic {
  opacity: 0;
}
.loading_layout.leaver p {
  opacity: 0;
}
@-webkit-keyframes blurAM {
  0% {
    -webkit-filter: blur(16vw);
            filter: blur(16vw);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-filter: blur(20vw);
            filter: blur(20vw);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-filter: blur(16vw);
            filter: blur(16vw);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes blurAM {
  0% {
    -webkit-filter: blur(16vw);
            filter: blur(16vw);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-filter: blur(20vw);
            filter: blur(20vw);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-filter: blur(16vw);
            filter: blur(16vw);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media (max-width: 680px) {
  @-webkit-keyframes blurAM {
    0% {
      -webkit-filter: blur(30vw);
              filter: blur(30vw);
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    50% {
      -webkit-filter: blur(40vw);
              filter: blur(40vw);
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
    100% {
      -webkit-filter: blur(30vw);
              filter: blur(30vw);
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
  }
  @keyframes blurAM {
    0% {
      -webkit-filter: blur(30vw);
              filter: blur(30vw);
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    50% {
      -webkit-filter: blur(40vw);
              filter: blur(40vw);
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
    100% {
      -webkit-filter: blur(30vw);
              filter: blur(30vw);
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
  }
}
@-webkit-keyframes rotateAM {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
            transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
            transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@keyframes rotateAM {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
            transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
            transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@-webkit-keyframes translateYAM {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes translateYAM {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

.alert_sign {
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: 2px;
}
.alert_sign i {
  font-size: 16px;
}

.alert_first {
  color: #ff0000;
}

.alert_update {
  color: #61b22b;
}

.alert_cancel {
  color: #a4a4a4;
}

@media (max-width: 389px) {
  .get_new_btn {
    padding-left: 10px !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */