body {
  overflow: hidden;
  margin: 5px;
}

#map-container {
  width: 100%; /* Full width */
  height: 600px; /* Adjust the height as needed */
  position: relative; /* Allows absolute positioning inside */
  overflow: hidden;
}



#map {
  width: 100%; /* Full width */
  height: 100%; /* Full height of the container */
  position: absolute; /* Positioned absolutely inside the container */
  top: 60px; /* Height of the header */
}


#cf-logo{
  display: none;
    width: 156px;
    height: 37px;
    vertical-align: top;
    padding-right: 10px;
}

/* Style for the overall container */
.progress-container {
    display: none; /* Hide by default */
    position: fixed; /* Fixed position */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Make sure it appears above other content */
}

/* Style for the progress icon */
.progress-icon {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

/* Animation for the icon */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#popup_content {
  color:#1e1e1e;
  border-style: none;
  border-width: 1px;
  padding: 5px;
  border-radius: 5px;
}

#popup-links-right {
  float: right;
  padding-top: 15px;
}

#popup{
  display: block;
}

.ol-popup {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 5px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 5px;
  left: -60px;
  min-width: 200px;
  font-family: Arial;
  font-size: 14px;
}
.ol-popup:after,
.ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
.ol-popup-closer:after {
  content: "✖";
}
#datacenter-tower {
  padding-bottom: 5px;
}


#tower {
  padding-bottom: 5px;
}
#tooltip {
  display: none;
  margin-bottom: 10px;
}

.icon-bar {
  display: flex;
  padding-bottom: 10px;
}

.googlemap_icon {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

/* Show the tooltip text when you mouse over the google map icon */
.googlemap_icon:hover .tooltip-text {
  visibility: visible;
}


.datacenter_icon {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-right: 10px;
}
.datacenter_icon:hover .tooltip-text {
  visibility: visible;
}

.tower_icon {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-right: 10px;
}
.tower_icon:hover .tooltip-text {
  visibility: visible;
}

/* Tooltip text */
.tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: #FAFAFA;
  color: #1e1e1e;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
}



.googlemap_icon2 {
  cursor: pointer;
  padding-right: 10px;
  padding-bottom: 10px;
}



.container {
  display: flex;
  align-items: center; /* Aligns items vertically in the center */
}

.image-container {
  background-color: #f0f0f0; /* Light background */
  border: 2px solid #d3d3d3; /* Light border */
  border-radius: 10px; /* Rounded corners */
  padding: 10px; /* Some padding around the image */
  display: inline-block; /* To fit the size of the content */
  width:32px;
  height:32px;
  cursor:pointer;
}

.text-container {
margin-left: 10px;
font-family: "arial";
}

#infoTitle{
color: gray;
text-decoration: none;
font-size: 20px;
}
.infoZoom{
color: black;
font-size: 12px;
padding-right: 5px;
}

#infoPanel {
  width: 400px;
  height: 100%;
  background-color: rgb(251, 251, 251);
  position: fixed;
  top: 68;
  left: -400px; /* Start off-screen to the left */
  transition: left 0.5s; /* Animate the left property */
  z-index: 1000; /* Keep on top of other elements */
  border-style: solid;
  border-width: 0px;
  border-color: lightgray;
}
#requestCancel{
  padding-top: 10px;
  padding-right: 10px;
  text-align: right;
}

#formTitle{
  font-size: 20px;
  font-weight: bold;
  font-family: arial;
  text-align: center;
  padding-bottom: 20px;
  padding-left: 100px;
  padding-top: 10px;
}

#infoFormContent{
  padding: 20px;
  font-size: 14px;
  font-family: arial;
  text-align: left;
}

.formField{
  padding: 10px;
  font-size: 14px;
  font-family: arial;
  text-align: left;
  width: 350px;
  border-radius: 5px;
  border-width: 1px;
}
.formField2{
  margin-bottom: 10px;
  padding: 10px;
  font-size: 14px;
  font-family: arial;
  text-align: left;
  width: 350px;
  border-radius: 5px;
  border-width: 1px;
}
.formFieldLarge{
  padding: 10px;
  font-size: 14px;
  font-family: arial;
  text-align: left;
  width: 350px;
  height: 100px;
}
.formFieldLabel{
  font-size: 14px;
  font-family: arial;
  text-align: left;
}

.form-btn {
  border-radius: 5px; /* Adjust the value to control the roundness of the corners */
  padding: 10px 10px; /* Adjust the padding as needed */
  background-color: #4285f5; /* Set the background color */
  color: white; /* Set the text color */
  border: none; /* Remove the default button border */
  cursor: pointer; /* Add a pointer cursor on hover */
  font-size: 12px;
  margin-top: 5px;
  margin-right: 5px;
  width: 80px;
}

.form-btn-confirmation {
  border-radius: 5px; /* Adjust the value to control the roundness of the corners */
  padding: 10px; /* Adjust the padding as needed */
  margin-left: 10px;
  background-color: #4285f5; /* Set the background color */
  color: white; /* Set the text color */
  border: none; /* Remove the default button border */
  cursor: pointer; /* Add a pointer cursor on hover */
  font-size: 12px;
  margin-top: 5px;
  margin-right: 5px;
  width: 80px;
}

.form-precontact-btn {
  border-radius: 5px; /* Adjust the value to control the roundness of the corners */
  padding: 10px 10px; /* Adjust the padding as needed */
  background-color: #4285f5; /* Set the background color */
  color: white; /* Set the text color */
  border: none; /* Remove the default button border */
  cursor: pointer; /* Add a pointer cursor on hover */
  font-size: 12px;
  margin-top: 5px;
  margin-right: 5px;
  width: 80px;
}

#formPage1{
  display: block;
}

#formPage2{
  display: none;
}
#infoPanelHeader{
  display: flex;
  justify-content: space-between;
}
.spacer{
  width: 100%;
  height:10px;
}
.form-instructions{
  font-size: 13px;
  font-family: arial;
  text-align: left;
  padding-bottom: 15px;
  padding-right: 10px;
  margin-top: -10px;
}
.confirmation{
  font-size: 14px;
  font-family: arial;
  text-align: left;
  padding-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#spinning-gear {
  display: none;
  animation: spin 2s linear infinite;
  width: 32px;
  height: 32px;
}

.status-container {
  display: flex;
}

/* HEADER---------------------------------- */
#header {
  width: 100%; /* Full width */
  height: 60px;
  background-color: white; /* Background color */
  color: white; /* Text color */
  text-align: left; /* Center the text */
  padding: 0px; /* Some padding */
  box-sizing: border-box; /* Ensures padding doesn't affect overall width */
}


input.searchAddress {
  width: 350px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #dadce0;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
}

.cf-pac-wrap {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid #dadce0;
  border-radius: 5px;
  background: #fff;
}

.cf-pac-wrap.searchAddress {
  width: 350px;
  min-height: 40px;
}

.cf-pac-wrap gmp-place-autocomplete {
  width: 100%;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  min-height: 40px;
  height: auto;
  background: transparent;
  color-scheme: light;
  --gmp-mat-color-outline-decorative: transparent;
  font-size: 14px;
}

#searchAddress {
  width: 100%;
}

/* PlaceAutocompleteElement has a built-in clear; avoid overlapping legacy icon */
.search-container #searchClear {
  display: none !important;
  pointer-events: none;
}

#searchClear {
  margin-left: -27px;
  cursor: pointer; /* Optional, changes the cursor on hover */
}



.search-container {
  display: flex; /* Enables Flexbox layout */
  justify-content:flex-start;
  align-items: center; /* Vertically centers the children */
  height: 100%; /* Adjust the height as necessary */
}

#leftHeader, #iconContainer {
  display: flex; /* Enables Flexbox layout within each container */
  align-items: center; /* Vertically centers the children within each container */
}

#leftHeader {
  gap: 10px; /* Optional: Adds space between the children */
}

#iconContainer {
  display: none;
  color: gray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding-left: 20px;
  gap: 5px; /* Optional: Adds space between the image and label */
}


.xnet-label{
  font-size: 12px;
  font-family: arial;
  color: gray;
}

.iconTextGroup {
  display: flex;
  align-items: center; /* This aligns the icon and text vertically in the center */
}

.xnet-icon {
  width:12px;
  margin-right: 8px; /* Adjust as needed for spacing between the icon and text */
}


/* HEADER END------------------------------ */

/* CONTACT INFO POPUP */
.popup {
  display: none;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 5px;
}
.popup-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
  border-radius: 5px;
}
.userPopupContent{
  margin-bottom: 15px; /* Adjust this value to increase or decrease the space */
}

#firstName, #lastName, #email {
  width: 300px;
  padding: 10px;
  margin: 5px 0 5px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}