/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2025 | 23:10:03 */
.input-con-icono button  {
    fill: red !important; /* Color inicial */
    transition: all 0.5s; /* Transición suave */
	margin-top:5px;
	
	line-height:18px !important;
  }
.input-con-icono:hover button  {
    background-color:red;
	color:white;
  }
.input-con-icono:hover button svg{
    fill: white !important; /* Color al pasar el cursor */
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
  }
.input-con-icono .icono-tijera:hover svg {

	fill: black !important;
  }
.input-con-icono .icocupon:hover span {
    fill:red !important;
  }