

.logoSol {
    height: 40px;
    padding: 30px;
    position: relative;
    transform: none;
  }

  @media screen and (max-width: 982px) {
    .logoSol {
        max-height: 165px;
      }

} 

.mapDesign {
  width: 99.5%;
  height: 98.5%;
  margin: auto auto;
  text-align: center;
  z-index: 1;
}

.notWideScreen {
    background: #F8FEFF;
    border: 1px;
    z-index: 1000000;
    position: fixed;
    top: 0%;
    padding: 0;
    filter: drop-shadow(0px 0px 4px rgb(0 0 0 / 0.4));
    width: 100vw;
    height: 100vh;
  }

  .blackOpacity {
    background-color: #222;
    opacity: 0.5;
    width: 100vw;
    height: 96.8vh;
    z-index: 100000;
    position: fixed;
  }

  .CloseWindowIcon {
    padding: 10px;
    margin: 0;
    height: 25px;
    float: right;
    position: absolute;
    z-index: 100000;
    filter: drop-shadow(0px 0px 4px rgb(0 0 0 / 0.4));
  }

  .leadInfoForm {
    max-height: 60vh;
  }

  .greenButtonRelative {
    width: 212px;
    height: 88px;
    background: #189966;
    border-radius: 7px;
    border: 0;
    margin: 8px 22px 0 0;
    padding: 0;
  }

  /* Progressbar */
.progressbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin: 3.2vh auto;
    width: 700px;
  }
  
  .progressbar::before,
  .progress {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: #dcdcdc;
    z-index: -1;
  }
  
  
  .progress {
    background-color: #8BCE7C;
    width: 0%;
    transition: 0.3s;
  }
  
  
  .progress-step {
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #dcdcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .progress-step::before {
    counter-increment: step;
    content: counter(step);
  }
  
  .progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 0.5rem);
    font-size: 0.85rem;
    color: #666;
  }
  
  .progress-step-active {
    background-color: #8BCE7C;
    color: #f3f3f3;
  }
  
  
  .form-step {
    display: none;
    transform-origin: top;
    animation: animate 0.5s;
    margin: auto;
    vertical-align: middle;
    height: 100%;
  }
  
  @keyframes animate {
    from {
      transform: scale(1, 0);
      opacity: 0;
    }
    to {
      transform: scale(1, 1);
      opacity: 1;
    }
  }
  
  
  
  .form-step-active {
    display: block;
  }
  













  /*--------------------------------------------------------------------------------results------------------------------------------------*/
  
#loading1 {
  width: 2rem;
  height: 2rem;
  border: 5px solid #f3f3f3;
  border-top: 6px solid #8BCE7C;
  border-radius: 100%;
  margin: 0 auto 30px;
  visibility: hidden;
  animation: spin 1s infinite linear;
  display: none;
}


#loading1.display {
  visibility: visible;
  display: block;
}


#loading2 {
width: 2rem;
height: 2rem;
border: 5px solid #f3f3f3;
border-top: 6px solid #8BCE7C;
border-radius: 100%;
margin: 0 auto 30px;
visibility: hidden;
animation: spin 1s infinite linear;
display: none;
}


#loading2.display {
  visibility: visible;
  display: block;
}

#loading3 {
width: 2rem;
height: 2rem;
border: 5px solid #f3f3f3;
border-top: 6px solid #8BCE7C;
border-radius: 100%;
margin: 0 auto 30px;
visibility: hidden;
animation: spin 1s infinite linear;
display: none;
}


#loading3.display {
  visibility: visible;
  display: block;
}

#loading4 {
width: 2rem;
height: 2rem;
border: 5px solid #f3f3f3;
border-top: 6px solid #8BCE7C;
border-radius: 100%;
margin: 0 auto 30px;
visibility: hidden;
animation: spin 1s infinite linear;
display: none;
}


#loading4.display {
  visibility: visible;
  display: block;
}


#loading5 {
width: 2rem;
height: 2rem;
border: 5px solid #f3f3f3;
border-top: 6px solid #8BCE7C;
border-radius: 100%;
margin: 40px 10px 0;
visibility: hidden;
animation: spin 1s infinite linear;
display: none;
}


#loading5.display {
  visibility: visible;
  display: block;
}

#loading6 {
width: 2rem;
height: 2rem;
border: 5px solid #f3f3f3;
border-top: 6px solid #8BCE7C;
border-radius: 100%;
visibility: hidden;
animation: spin 1s infinite linear;
display: none;
}


#loading6.display {
  visibility: visible;
  display: block;
}

        /* Dropdown button */

        
        .map-switcher-container {
            position: relative;
            display: inline-block;
            width: 100%;
            left: 0;
            position: absolute;
        }
        
        .map-type-switcher-btn {
            background-color: #222;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            font-family: Arial, sans-serif;
            transition: background-color 0.3s ease;
            position: relative;
            min-width: 120px;
        }
        
        .map-type-switcher-btn:hover {
            background-color: #1e1e1f;
        }
        
        
        .map-nav-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background-color: white;
            border: 1px solid #ccc;
            border-radius: 5px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            z-index: 1000;
            padding: 0;
            margin: 0;
            list-style: none;
            min-width: 200px;
        }
        
        .map-nav-menu.map-menu-show {
            display: block;
            width: fit-content;
            margin: 0 auto;
        }
        
        .map-nav-menu li {
            margin: 0;
            padding: 0;
        }
        
        .map-nav-menu li a {
            display: flex;
            align-items: center;
            padding: 12px 15px;
            text-decoration: none;
            color: #333;
            font-size: 14px;
            border-bottom: 1px solid #eee;
            transition: background-color 0.3s ease;
        }
        
        .map-nav-menu li:last-child a {
            border-bottom: none;
        }
        
        .map-nav-menu li a:hover {
            background-color: #f0f0f0;
        }
        
        .map-nav-menu li a img {
            width: 20px;
            height: 20px;
            margin-left: 8px;
            margin-right: 0;
        }
        
        .map-nav-menu li a span {
            font-weight: bold;
        }
        
        .map-nav-menu li.special-map a {
            font-weight: bold;
        }
        
        .map-nav-menu li.special-map a:hover {
            background-color: #ffeaa7;
        }
        
        /* Icon placeholder for maps */
        .map-icon {
            width: 20px;
            height: 20px;
            background-color: #007bff;
            border-radius: 3px;
            margin-left: 8px;
            margin-right: 0;
            display: inline-block;
        }
        
        .map-icon.map-2023 {
            background-color: #ffc107;
        }
        
        .map-icon.map-2024 {
            background-color: #28a745;
        }