.copy {
  background-color: transparent;
  /*color: #f39c12 ;*/
  /*font-weight: bold;*/
  height: 30px;
  /*border: 1px solid #e74c3c;*/
  border: none;
  /*padding: 10px 7px;*/
  border-radius: 0px; cursor: pointer;
  /*position: relative;*/
  /*left: -15px;*/
  /*font-size: 14px;*/
  width: 25px;
  background-image: url(../css/images/copy.svg);
  background-repeat: no-repeat;
  background-size: 23px;
}

/*.copy:active {*/
/*  background-color: #f39c12;*/
/*  color: #FFFFFF;*/
/*  font-weight: bold;*/
/*}*/

.copy:focus {
  background: transparent;
  color: #FFFFFF;
  background-image: url(../css/images/check.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  position: relative;
  top: -3px;
}

.copy_fav {
  background-color: transparent;
  /*color: #f39c12 ;*/
  /*font-weight: bold;*/
  height: 30px;
  /*border: 1px solid #e74c3c;*/
  border: none;
  /*padding: 10px 7px;*/
  border-radius: 0px; cursor: pointer;
  /*position: relative;*/
  /*left: -15px;*/
  /*font-size: 14px;*/
  width: 25px;
  background-image: url(../css/images/copy.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  display: flex;
  flex-direction: column;
}

.copy_fav:focus {
  background: transparent;
  color: black;
  background-image: url(../css/images/check.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  position: relative;
  top: -3px;
}

.copy_fav .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: relative;
  z-index: 1;
  top: 30px;
  right: 52px;
  font-size: 16px;
}

.copy_fav:hover .tooltiptext {
  visibility: visible;
}

.clear_fav {
  background-color: transparent;
  /*color: #f39c12 ;*/
  /*font-weight: bold;*/
  height: 30px;
  /*border: 1px solid #e74c3c;*/
  border: none;
  /*padding: 10px 7px;*/
  border-radius: 0px; cursor: pointer;
  /*position: relative;*/
  /*left: -15px;*/
  /*font-size: 14px;*/
  width: 25px;
  background-image: url(../css/images/clear.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  display: flex;
  flex-direction: column;
}
/*.clear_fav:active {*/
/*  background-color: #f39c12;*/
/*  color: #FFFFFF;*/
/*  font-weight: bold;*/
/*}*/

.clear_fav:focus {
  background: transparent;
  color: black;
  background-image: url(../css/images/cleared.png);
  background-repeat: no-repeat;
  background-size: 25px;
}

.clear_fav:hover {
  visibility: visible;
  background-image: url(../css/images/cleared.png);
  color: red;

}

.clear_fav .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: relative;
  z-index: 1;
  top: 30px;
  right: 55px;
  font-size: 16px;
}

.clear_fav:hover .tooltiptext {
  visibility: visible;
}
