
#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 , #map-alert-summary4 {
  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 *,#map-alert-sumary4 *{
  text-align: center;
}
#map-summary .prov, #map-alert-summary .prov, #map-alert-summary2 .prov ,#map-alert-sumary4 .rad-content{
  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
, #map-alert-summary4 .rad-content h1, #map-alery-summary4 .rad-content h2, #map-alert-summary4 .rad-content h3, #map-alert-summary4 .rad-content h4, #map-alert-summary4 .rad-content h5
 {
  color: #ffffff;
}
#map-summary .prov h1, #map-alert-summary .prov h1, #map-alert-summary2 .prov h1 , #map-alery-summary4 .rad-content {
  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%	
    }
}


#custom-dropdown {
  position: absolute;
  top: 100%; 
  left: 0;
  background-color: white; 
  z-index: 1000; 
  max-height: 200px;
  overflow-y: auto; 
  width: 100%;
  box-sizing: border-box;
}

#custom-dropdown div {
  padding: 8px; 
  cursor: pointer; 
}

#custom-dropdown div:hover {
  background-color: #f0f0f0; 
}

.input-container {
  display: flex;
  position: relative;
}

.input-icon-wrapper {
	flex : 9;
    position: relative;          
    display: inline-block;     
}

#search-input:focus {
	border-color: #007bff;
	outline: none;
}

#search-input {
    width: 100%;                 
    padding: 5px 30px;         
    box-sizing: border-box;     
    flex-grow: 1;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	font-size: 16px;
	transition: border 0.3s ease;
}

.input-icon-left, .input-icon-right {
    position: absolute;        
    top: 50%;                 
    transform: translateY(-50%);
    width: 16px;             
    height: 16px;            
}

.label-icon-left {
	margin-right: 8px;
	width: 16px;             
    height: 16px;     
}

.label-icon-wrapper {
	flex : 4;
    position: relative;          
    display: inline-block;     
}

.input-icon-right:hover {
    filter: grayscale(100%);
}

.input-icon-left {
    left: 10px;               
}

.input-icon-right {
    right: 10px;                
    cursor: pointer;           
}

.search-button {
	flex: 3;
    background-color: #0074E5;  
    border: 1px solid #ccc;          
    padding: 10px;            
    cursor: pointer;            
    display: inline-flex;       
    align-items: center;         
    justify-content: center;    
}

.search-button img {
    max-width: 16px;          
    max-height: 16px;          
}

.flex-item {
	flex: 1; /* Equal space distribution */
	padding: 5px; /* Padding inside each item */
	text-align: center; /* Center text */
	background-color: #f0f0f0; /* Optional background color */
	border: 1px solid #ccc; /* Optional border */
	margin-bottom: 10px;
}

/* Styles for rounded corners */
.item-left {
	border-top-left-radius: 8px; /* Rounded top-left corner */
}

.item-right {
	border-top-right-radius: 8px; /* Rounded top-right corner */
}

.search-popup {
    background-color: rgba(255, 255, 255, 0.9); /* White background with slight transparency */
    padding: 10px 0px 10px 0px; /* Optional padding for spacing */
    border-radius: 8px; /* Optional rounded corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional shadow for depth */
    position: relative; /* Ensures that any absolute positioning inside works correctly */
    z-index: 10; /* Ensure it is on top of other elements */
    max-width:414.3px;
}

.detail-popup-left {
    margin-right: 0.5rem; 
    flex: 0 0 25%;     
    max-width: 25%;
}

.detail-popup-right {
	flex: 0 0 75%;
max-width: 75%;
}

.row.search-popup > *:not(.search-col) {
    display: none;
}

#popup-ctrl {
  position: absolute;
  z-index: 1;
  margin: 70px 60px;
  display : none;
}

.slider-container {
  background: #800080; 
  padding: 20px;
  border-radius: 10px 10px 0 0;
  width: 300px;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #ffffff;
  margin-left: 420px; 
}

.slider-label {
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: #ffffff;
}

.edit-icon {
  margin-left: 5px;
  font-size: 18px;
}

.slider-wrapper {
  position: relative;
  margin: 10px 0;
}

.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  background: #ffffff;
  border-radius: 5px;
  outline: none;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #ffffff;
  cursor: pointer;
  border: 2px solid #800080;
  border-radius: 50%;
}

.slider-scale {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 12px;
  color: #ffffff;
}

.slider-scale span {
  color: #ffffff; 
  font-size: 12px; 
  font-weight: bold;
}

.search-button-rad {
  margin-top: 10px;
  background: #ffffff;
  color: #800080;
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}


.dropdown-rad {
  background: #ffffff;
  color: #800080;
  border: none;
  padding: 8px 12px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.search-button-rad:hover {
  background: #f0f0f0;
}

#map-rad {
  position: absolute;
  z-index: 1;
  margin: 31px 86px;
  display: flex;
}
 
#map-rad .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-rad .group-menu:hover {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 12px rgba(209, 233, 246,1);
}


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

.content-container {
  background: #ffffff;
  padding: 20px;
  border-radius: 0 0 10px 10px; 
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); 
  margin-left: 420px; 
  pointer-events: auto;
}

.content-container ul {
  list-style: none; 
  padding: 0;
  margin: 0;
}

.content-container li {
  margin-bottom: 10px; 
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}

.content-container input[type="checkbox"] {
  margin-right: 10px; 
}

.scroll-container {
    display: flex;
    flex-direction: column; 
    overflow-y: auto; 
    max-height: 200px;
    gap: 10px;
    padding: 10px;
    scroll-snap-type: y mandatory;
}

.scroll-item {
    flex: 0 0 auto;
    padding: 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    scroll-snap-align: start;
}




