
.p {
  color: gray;
  text-align: center;
  font: 400;
}
.col-md-3{
	background-color: #fff9e6;
}

#mapdiv{
	height: 100vh;

}
/*Sidebar Orgaziing*/
.c1{
font-weight: bold;
font-size:18px ;
color: black;
}
.c2{
font-weight: bold;
font-size:18px ;
color: green;
}
.c3{
font-weight: bold;
font-size:18px ;
color: black;
}
.c4{
font-weight: bold;
font-size:18px ;
color: darkcyan;
}
.c6{
	margin: 0;
	font-weight: bold;
	font-size:20px ;
	color: blue;
	border: 2px solid #2c3e50;
	background-color: #fff9e6;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.ErrorMsg{
	padding: 0;
	text-align: center;
	background-color: darksalmon;
}
.ErrorMsg1{
	padding: 0;
	text-align: center;
	background-color: black;
}
.col-xs-20{
	height: 20px;
	

}
/*the following is Space between sidebar content*/
.test{
	height: 10px;
}
.test1{
	height: 10px;
}
.test3{
	height: 20px;
}

  

.col-xs-2020{
	height: 10px;
}
.test50{
	height: 50;
}

.site-entry-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border: none;
    padding: 18px 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 12px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
  }
  .col-sm-4{
  	color: blue;
  }

  .btn_Wireless_form{
  	color: greenyellow;
  }

  .new_feature {
  	display: none;
  }
  .btn-success {
        background-color: darkred;
  }

  #mapdiv {
      height: 100vh;
  }
  .popup-container {
      width: 80vw;  /* 80% of the viewport width */
      max-width:250px;  /* Maximum width */
      height: 60vh;  /* 60% of the viewport height */
      max-height: 240px;  /* Maximum height */
      padding: 10px;  /* Add some padding */
      box-sizing: border-box;  /* Ensure padding is included in width/height */
      background-color: #74eaf2;
  }
  .popup-container1 {
      width: 80vw;  /* 80% of the viewport width */
      max-width:250px;  /* Maximum width */
      height: 60vh;  /* 60% of the viewport height */
      max-height:250px;  /* Maximum height */
      padding: 5px;  /* Add some padding */
      box-sizing: border-box;  /* Ensure padding is included in width/height */
      background-color: #ECFCCA;
  }

  .popup-form-group {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
     
  }

  .popup-label {
      flex: 1;
      margin-right: 10px;
     
  }

  .popup-input {
      flex: 2;
  }

  .popup-button-group {
      display: flex;
      justify-content: space-between;
  }

  .popup-button {
      flex: 1;
      margin-right: 10px;
  }

  .popup-button:last-child {
      margin-right: 0;
  }
  .leaflet-interactive:focus {
      outline: none;
  }
  #sidebar{
  background-color: #ECFCCA;
  }
    .popup-container2 {
      width: 50vw;  /* 80% of the viewport width */
      max-width:250px;  /* Maximum width */
      height: 60vh;  /* 60% of the viewport height */
      max-height:150px;  /* Maximum height */
      padding: 5px;  /* Add some padding */
      box-sizing: border-box;  /* Ensure padding is included in width/height */
      background-color: #ECFCCA;
  }