a{color: inherit;}
ul{list-style-type:none;margin:0;padding:0;overflow:hidden;width:auto !important;font-weight:100;text-transform:upper;font-size:14px; text-align: left !important;}
li{float:none; margin-top:5px; clear: both;  text-align: left !important; font-weight: 400; background: linear-gradient(to bottom, #060727, #060727, #060727);
  color: white !important;    border-radius: 10px;}
.dropbtn,li a{display:block;clear: both; padding:10px 10px;text-decoration:none; text-align: left !important;}
.dropdown:hover
.dropbtn,li a:hover{background-color:white; color:black !important; border-radius: 10px;}
li.dropdown{display:block; clear:both;}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #34144e;
  color: #fff;
  font-size: 14px !important;
  width: 100%;
  box-shadow: 0 12px 12px 0 rgba(0,0,0,.4);
  z-index: 1;
  padding: 10px 10px;
  margin-top: -2px;
  border-radius: 10px;
  max-height: auto;      /* AGGIUNTO */
  overflow-y: auto;       /* AGGIUNTO */
}

.dropdown-content a{color:#333;padding:10px; margin-bottom: 10px; text-decoration:none;display:block; clear: both; width:auto;text-align:left;text-transform: capitalize;}.dropdown-content a:hover{background-color:#222;color:#fff!important}
.dropdown:hover .dropdown-content{display:block}

@media (max-width: 700px) {
  .dropdown-content {
    max-height: 60vh;
  }
}