.input-icons-button input#toggleButton2{
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 0;
  position: fixed; 
  bottom: 50%;
  right: 25px;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  background-color:transparent;
  color: #F9AC1A;
}

.input-icons-button .icon-audio i{
  font-size: 20px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 0;
  position: fixed; 
  bottom: 50%;
  right: 25px;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  color: #F9AC1A;
  z-index: 5;
}
.input-icon-button img{
  width: 20px;
}
.input-icon-button i:hover{
  color: white;
}
