/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/



.swal2-input#swal2-input{
	width:90%;

}

.swal2-custom-logo{
	width: 40% !important;
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
.swal2-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.swal2-custom-width {
  width: 60%;
}

@media (max-width: 1200px) {
  .swal2-custom-width {
    width: auto; /* Restablece el ancho a automático para pantallas más pequeñas */
  }
}

div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
    background: rgb(0 0 0 / 78%);
}


.anadir_a_lista, .borrar_de_lista{

	background: #ffffff !important;
    color: #000 !important !important;
}