:root{
	--corporative-color: #07c;
}

/* ================================= */
/* CSS FOR NEW CLUB */
[data-mirai-component="signup"] {
    display: flex;
    justify-content: center;
}

[data-mirai-component="profile"],
[data-mirai-component="signup"] {
    padding: 100px 0;
}


[data-mirai-component="finder"]{
    /*display: none !important;*/
    justify-content: center;
    display: grid;
}

[data-mirai-engine="mirai_be"]{
 display: none !important; 
}


@media(max-width:767px){
  .header .motor{
    display: block;
  }
  /* #facebook{
    display: none;
} */
}



:root .header [data-mirai-component="bookingQuery"]{
  --mirai-booking-query-color: #feba02 !important;
}

:root footer [data-mirai-component="bookingQuery"] {
  --mirai-booking-query-color: #fff !important;
}

.header [data-mirai-component="bookingQuery"] [data-role="bookingquery"] ui-text{
    font-size: 18px;
}

[data-mirai-component="bookingQuery"]::before {
    font-family: FontAwesome;
    font-weight: 100;
    content: "\f023\ ";
    padding-left: 7px; 
}