.sweet-overlay {
	z-index:10001;
}
.sweet-alert {
	z-index:10002;
	color: #757575; /* Ajustado a un gris más oscuro para mejor contraste */
}

.sweet-alert button {
	box-shadow: none !important;
}

.sweet-alert button {
	background-color: #3498db !important;
}

.sweet-alert button:hover {
	background-color: #2980b9 !important; /* Color más oscuro para mejor contraste */
	color: #ffffff !important; /* Cambiado a blanco para mejor contraste */
}

.sweet-alert button.cancel {
	background-color: #6b7979 !important; /* Ajustado para alcanzar ratio 4.51:1 */
}

.sweet-alert button.cancel:hover {
	background-color: #586565 !important; /* Gris aún más oscuro para hover */
	color: #ffffff !important; /* Mantener texto blanco para contraste */
}
body.stop-scrolling {
	overflow:visible !important;
}
.sweet-alert p {
    color: #757575; /* Ajustado para alcanzar ratio 4.6:1 */
}
