:root{
	--corporative-color: #4D0B2C;
	--mirai-ui-button-background-active: #FF69E3;
	--mirai-ui-button-color-active: #4D0B2C;
}

/* FINDER */
/***** CLUB PAGES *****/
/* ALIGN CENTER CLUB FORM ON SIGNGUP PAGE */
[data-mirai-component="signup"] {
    display: flex;
    justify-content: center;
}

/* PADDING FOR SINGUP AND MEMBERS AREA PAGE */
[data-mirai-component="profile"],
[data-mirai-component="signup"] {
    padding: 50px 0;
}

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

/***** INTERACTION WITH CHATBOX *****/
/* HIDE CHATBOX IF MODAL OPEN */
body:has(ui-modal-overflow[class*="_visible"]) .infochat_floatmain {
	visibility: hidden;
}

