:root{
	--corporative-color: #023262;
	--mirai-finder-border: solid 1px #ddd;
	--mirai-finder-field-height: calc(44px + 4px);

	--mirai-deals-modal-z-index: 99991;
}

/***** 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;
}

/***** INTERACTION WITH CHATBOX *****/
/* HIDE CHATBOX IF MODAL OPEN */
body:has(ui-modal-overflow[class*="_visible"]) .infochat_floatmain,
body:where([data-mirai-modal="true"], .popup-menu-open) .infochat_floatmain {
	visibility: hidden  !important;
}

/* MOVE CHAT IFRAME */
@media (max-width: 1024px) {
	body:not(:where(.cat-offer-detail, .cat-room-detail)) .infochat_floatmain {
		transform: translateY(-14svh) !important;
	}
}