.infoBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0050ad;
}

.question-title p {
    margin-top: 10px;
    color: black;
    font-size: 14px;
    font-style: italic;
}

.question-title a span{
    background-color: #0050ad;
    font-style: normal;
    font-weight: bold;
    color: white;
    padding: 6px;
    border-radius: 10px;
    margin-right: 5px;
}

.question-title a {
    text-decoration: none;
}

.ans-input-no-exp {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    background-color: #0051ad;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    border-radius: 10px;
  }

  .ul-cities {
    list-style: none;

  }

  .sel-city button {
   padding: 5px 10px;
   margin-left: 10px;
  }

  .sel-city label {
    font-size: 20px;
    margin-right: 10px;
   }
  

  .dash-results {
    background-color: white;
  }


  .selection-cont {
    background-color: #00c49b;
    position: sticky;
    top: 0;
    z-index: 100000;
  }

  .dash-res {
    background-color: white;
    color: rgb(59, 59, 59);
  }

#cityScore {
  display: none;
  
}
  #conclusions {
    display: none;
   
  }

  #radars {
    display: none;

  }