:root {
    --corporative-color: #D4146E;
	--mirai-finder-border-radius: 160px;
}

/* FINDER */
/* focus the modal in the viewport & the form signup and profile in the container */
[data-mirai-component="profile"],
[data-mirai-component="signup"] {
	display: flex;
    justify-content: center;
    padding: 50px 0;
}


/* remove the grey background of the email imput in profile */
[data-mirai-component="profile"] input[disabled] {
    background-color: transparent;
}

.elementor-1689 .elementor-element.elementor-element-4c45d339:not(.elementor-motion-effects-element-type-background) {
    background-color: #ffffffba !important;
}

@media (min-width:1025px) {
	[data-role="finder-button"] {
		min-width: 150px;
 }
}
