.bubble-ita{
    background: white;
    border-radius: 60px;
    bottom: 100px;
    border: solid 3px #035ACB;
    display: block;
    height: 60px;
    margin: 0px 12px;
    overflow: visible;
    padding: 0px;
    position: fixed;
    right: 12px;
    top: auto;
    width: 60px;
    z-index: 2147483644;
    cursor: pointer;
}
/* Cookie */
#cookies-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f2f2f2;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

#cookies-banner button {
  background-color: #035ACB;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}



.round-button{
        background-color: #DDDDDD;
        color: white;
        border: none;
        padding: 5px;
        font-size: 31px;
        height: 100px;
        width: 100px;
        cursor: pointer;
        transition: all 0.2s ease;
        border-radius: 70%;
        margin-bottom: 10px;

}.round-button:active {
    box-shadow: 0 0 2px darkslategray;
    transform: translateY(2px);
  }
  @media screen and (max-width: 768px) {
    .round-button{
        background-color: #DDDDDD;
        color: white;
        border: none;
        padding: 5px;
        font-size: 31px;
        height: 80px;
        width: 80px;
        cursor: pointer;
        transition: all 0.2s ease;
        border-radius: 70%;
        margin-bottom: 10px;

}
  }
