#elementor-popup-modal-5755 .dialog-widget-content{animation-duration:0.3s;border-style:none;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-5755{background-color:#0000005E;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-5755 .dialog-message{width:400px;height:500px;align-items:flex-start;}#elementor-popup-modal-5755 .dialog-close-button{display:flex;top:-30px;background-color:#FFFFFF;font-size:23px;}body:not(.rtl) #elementor-popup-modal-5755 .dialog-close-button{right:0px;}body.rtl #elementor-popup-modal-5755 .dialog-close-button{left:0px;}#elementor-popup-modal-5755 .dialog-close-button i{color:#000000;}#elementor-popup-modal-5755 .dialog-close-button svg{fill:#000000;}/* Start custom CSS *//* Sombra */
#elementor-popup-modal-5755 .dialog-widget-content {
    background: #ffffff8f;
    padding: 5px;
    border-radius: 10px 10px 10px 10px;
}

#elementor-popup-modal-5755 .dialog-message {
    height: fit-content;
    max-height: 500px;
}

/*
// Scroll 
#elementor-popup-modal-5755 .dialog-message::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
#elementor-popup-modal-5755 .dialog-message::-webkit-scrollbar-track {
	background:#ccc;
}
#elementor-popup-modal-5755 .dialog-message::-webkit-scrollbar-thumb {
	background:#1f3364;
	border-radius:0;
}
#elementor-popup-modal-5755 .dialog-message::-webkit-scrollbar-thumb:hover {
	background:#e01f26;
	cursor:pointer;
}
#elementor-popup-modal-5755 .dialog-message::-webkit-scrollbar-thumb:active {
	background:#e01f26;
}
*//* End custom CSS */