:root{
	--corporative-color: #B77333;
--mirai-finder-padding: 16px;
	--mirai-finder-field-border-color: #dddddd;
	--mirai-deals-modal-z-index: 9999;
}

/*REMOVE MARGIN OF LAST ITEM ON COLUMN LAYOUT*/
[data-mirai-component="finder"][data-layout="column"] [data-role="layer"]:last-of-type {
    margin-bottom: 5px;
}

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

/*BACKGROUND INPUT IF DISABLED*/
[data-mirai-component="profile"] input[disabled] {
    background-color: transparent;
}

/*LOGIN WIDGET ON NOT STICKY HEADER*/
 [data-role="login"] [data-role="content"]{
  	color: #fff;
    transition: all 0.5s ease;
}

/*LOGIN WIDGET ON STICKY HEADER*/
[data-role="login"] [data-role="content"]{
  	color: var(--corporative-color);
    transition: all 0.5s ease;
}

/*WHEN USER IS LOGGED?*/
[data-mirai-component="session"] [data-role="content"] {
  color: #fff;
}

/*@media (max-width: 1024px) {
	/*HIDE "LOGIN" WORD ON MOBILE*/
	/*[data-role="login"] [data-role="content"][is="ui-text"] {
		display: none;
	}*/
}*/

