
#map {
  width: 100%;
  height: 860px;
}

* {
  color: #404646;
}

b {
  font-family: "noto_sansbold", "noto_sans_thaibold";
}

.color-red {
  color: red !important;
}

.color-orange {
  color: #FF9700 !important;
}

.color-yellow {
  color: #FFE600 !important;
}

.color-blue {
  color: #1DCAFF !important;
}

.color-green {
  color: #71DB2C !important;
}

.bg-red {
  background: red;
}

.bg-orange {
  background: #FF9700;
}

.bg-yellow {
  background: #FFE600;
}

.bg-blue {
  background: #1DCAFF;
}

.bg-green {
  background: #71DB2C;
}

#map-cap {
  position: absolute;
  z-index: 1;
  margin: 31px 60px;
  display: flex;
}
/* 
#map-cap .group-menu {
  cursor: pointer;
  text-decoration: none;
  background: var(--Surface-surface-default, #FFF);
  box-shadow: 0px -2px 12px 0px rgba(104, 176, 217, 0.6) inset, 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
  border-radius: 7px;
  display: block;
  padding: 0px;
  width: 24px;
  height: 24px;
}
 */
 
#map-cap .group-menu {
  cursor: pointer;
  text-decoration: none;
  background: var(--Surface-surface-default, #fffeff);
  border-radius: 5px;
  display: block;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: rgb(64, 70, 70);
  border: 1px solid grey;
}

#map-cap .group-menu:hover {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 12px rgba(209, 233, 246,1);
}


#map-cap .group-menu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px; 
}


#map-cond {
  position: absolute;
  z-index: 1;
  margin: 5px 160px;
  display: flex;
}
#map-cond .group-menu {
  padding: 10px 30px;
  background: #ffffff;
  display: flex;
  border-radius: var(--Redius-redius-xl, 32px);
  box-shadow: 0px -2px 12px 0px rgba(104, 176, 217, 0.6) inset, 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
  margin-right: 50px;
}

#map-ctrl {
  position: absolute;
  z-index: 1;
  margin: 70px 60px;
}
#map-ctrl .group-menu {
  cursor: pointer;
  text-decoration: none;
  background: var(--Surface-surface-default, #FFF);
  box-shadow: 0px -2px 12px 0px rgba(104, 176, 217, 0.6) inset, 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  min-width: 250px;
  display: block;
  padding: 8px 20px 3px 15px;
  margin-top: 15px;
}
#map-ctrl .group-menu span {
  font-size: 18px;
}
#map-ctrl .group-menu span .fa {
  margin-right: 5px;
}
#map-ctrl .group-menu span img {
  width: 23px;
  height: 23px;
  margin-top: -8px;
  margin-right: 2px;
}
#map-ctrl .menu-ctrl.active .icon {
  background: #656E7A;
}
.menu-ctrl2.active{
	background: #656E7A !important;
}
#map-ctrl .menu-ctrl.active span {
  color: #656E7A;
  text-decoration: underline;
}
#map-ctrl .group-menu.menu-ctrl.active {
  background: #656E7A;
}
#map-ctrl .group-menu.menu-ctrl.active span {
  text-decoration: unset;
  color: #ffffff;
}
#map-ctrl .group-menu.menu-ctrl.active span .fa {
  color: #ffffff;
}
#map-ctrl .link-menu.menu-ctrl.active {
  background: #656E7A;
  color: #ffffff;
}
#map-ctrl .menu-body {
  padding: 15px 30px;
  background-color: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(2px);
}
#map-ctrl .menu-body .icon {
  display: inline-block;
  background: #ffffff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 10px;
}
#map-ctrl .menu-body .icon .fa {
  font-size: 16px;
  padding-top: 2px;
}
#map-ctrl .menu-body span {
  font-size: 16px;
}
#map-ctrl .menu-body ul {
  list-style-type: none;
}
#map-ctrl .menu-body ul li {
  cursor: pointer;
  margin-bottom: 5px;
}
#map-ctrl .menu-body .link-menu {
  background: var(--Surface-surface-default, #FFF);
  box-shadow: 0px -2px 12px 0px rgba(104, 176, 217, 0.6) inset, 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  text-decoration: unset;
  padding: 6px;
  border-radius: 20px;
  color: #000;
  margin: 2px;
  width: 33px;
  height: 33px;
  line-height: 27px;
}

#data-summary {
  position: absolute;
  top: 30px;
  right: 5px;
  z-index: -1;
}

#data-summary2 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);	
  z-index: 1000;
}

.inline-block {
  display: inline-block;
  margin: 0 3px; /* Adjust spacing as needed */
}

.inline-block p {
  margin: 0; /* Remove margin from paragraphs */
}

#map-summary, #map-alert-summary, #map-alert-summary2, #map-alert-summary3 {
  padding: 10px 30px;
  right: 40px;
  margin-top: 10px;
  background: #404646;
  border-radius: var(--Redius-redius-lg, 16px);
  box-shadow: 0px -2px 12px 0px rgba(104, 176, 217, 0.6) inset, 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
}
#map-summary *, #map-alert-summary *, #map-alert-summary2 *, #map-alert-summary3 * {
  text-align: center;
}
#map-summary .prov, #map-alert-summary .prov, #map-alert-summary2 .prov {
  min-width: 250px;
}
#map-summary .prov h1, #map-summary .prov h2, #map-summary .prov h3, #map-summary .prov h4, #map-summary .prov h5, #map-alert-summary .prov h1, #map-alert-summary .prov h2, #map-alert-summary .prov h3, #map-alert-summary .prov h4, #map-alert-summary .prov h5
, #map-alert-summary2 .prov h1, #map-alert-summary2 .prov h2, #map-alert-summary2 .prov h3, #map-alert-summary2 .prov h4, #map-alert-summary2 .prov h5
, #map-alert-summary3 h1, #map-alert-summary3 h2, #map-alert-summary3 h3, #map-alert-summary3 h4, #map-alert-summary3 h5 {
  color: #ffffff;
}
#map-summary .prov h1, #map-alert-summary .prov h1, #map-alert-summary2 .prov h1 {
  margin: 5px;
}
#map-summary .amp, #map-summary .dis, #map-summary .vil, #map-alert-summary .amp, #map-alert-summary .dis, #map-alert-summary .vil, #map-alert-summary2 .amp, #map-alert-summary2 .dis, #map-alert-summary2 .vil {
  min-width: 150px;
}
#map-summary .amp .provName, #map-summary .amp .ampName, #map-summary .amp .disName, #map-summary .dis .provName, #map-summary .dis .ampName, #map-summary .dis .disName, #map-summary .vil .provName, #map-summary .vil .ampName, #map-summary .vil .disName, #map-alert-summary .amp .provName, #map-alert-summary .amp .ampName, #map-alert-summary .amp .disName, #map-alert-summary .dis .provName, #map-alert-summary .dis .ampName, #map-alert-summary .dis .disName, #map-alert-summary .vil .provName, #map-alert-summary .vil .ampName, #map-alert-summary .vil .disName, #map-alert-summary2 .amp .provName, #map-alert-summary2 .amp .ampName, #map-alert-summary2 .amp .disName, #map-alert-summary2 .dis .provName, #map-alert-summary2 .dis .ampName, #map-alert-summary2 .dis .disName, #map-alert-summary2 .vil .provName, #map-alert-summary2 .vil .ampName, #map-alert-summary2 .vil .disName {
  color: #ffffff;
  margin: 0px;
}
#map-summary .amp .riskTypeName, #map-summary .dis .riskTypeName, #map-summary .vil .riskTypeName, #map-alert-summary .amp .riskTypeName, #map-alert-summary .dis .riskTypeName, #map-alert-summary .vil .riskTypeName, #map-alert-summary2 .amp .riskTypeName, #map-alert-summary2 .dis .riskTypeName, #map-alert-summary2 .vil .riskTypeName {
  padding: 5px;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px -2px 12px 0px rgba(104, 176, 217, 0.6) inset, 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
}
#map-summary .amp .ampScore, #map-summary .amp .disScore, #map-summary .amp .vilScore, #map-summary .dis .ampScore, #map-summary .dis .disScore, #map-summary .dis .vilScore, #map-summary .vil .ampScore, #map-summary .vil .disScore, #map-summary .vil .vilScore, #map-alert-summary .amp .ampScore, #map-alert-summary .amp .disScore, #map-alert-summary .amp .vilScore, #map-alert-summary .dis .ampScore, #map-alert-summary .dis .disScore, #map-alert-summary .dis .vilScore, #map-alert-summary .vil .ampScore, #map-alert-summary .vil .disScore, #map-alert-summary .vil .vilScore, #map-alert-summary2 .amp .ampScore, #map-alert-summary2 .amp .disScore, #map-alert-summary2 .amp .vilScore, #map-alert-summary2 .dis .ampScore, #map-alert-summary2 .dis .disScore, #map-alert-summary2 .dis .vilScore, #map-alert-summary2 .vil .ampScore, #map-alert-summary2 .vil .disScore, #map-alert-summary2 .vil .vilScore {
  text-align: right;
  line-height: 20px;
}
#map-summary .amp p, #map-summary .dis p, #map-summary .vil p, #map-alert-summary .amp p, #map-alert-summary .dis p, #map-alert-summary .vil p, #map-alert-summary2 .amp p, #map-alert-summary2 .dis p, #map-alert-summary2 .vil p {
  line-height: 40px;
  margin-bottom: 0px;
  color: #ffffff;
}

#map-alert-summary{
	font-size:13px;
}

#map-alert-summary *, #map-alert-summary2 * {
  color: #ffffff;
}
#map-alert-summary p, #map-alert-summary2 p {
  margin-bottom: 0px;
}

.ldmap_placeholder .ldmap_frame .ldmap_popup_title {
  display: block;
  text-align: center;
  height: auto; /* Allow the height to adjust based on content */
}
.ldmap_placeholder .ldmap_frame .ldmap_popup_title h4 {
  line-height: 24px;
}

.ldmap_popup {
  max-width: 300px !important;
}
.ldmap_popup .ldmap_popup_detail p {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
.ldmap_popup .ldmap_popup_title {
  max-width: 300px !important;
}
.ldmap_popup .ldmap_popup_detail {
  padding-right: 0px !important;
  width: 300px !important;
  max-width: unset !important;
}

.ldmap_popup_close {
  position: absolute;
  right: 10px;
}

hidden {
  display: none;
}/*# sourceMappingURL=web102.css.map */

.close-link {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #ff5c5c;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    font-size: 11px;
}
.close-link:hover {
    color: #ff0000;
}
.red-b {
	background-color: red; 
	color: white;
	border-radius: 6px;
	padding: 10px;
	display: inline-block;
}

@media (max-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 90%;
    }
    .modal-dialog {
    	width: 90%	
    }
}