:root{
	--corporative-color: #7a7048;
}

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

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

.fixed-finder {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: transparent; 
    box-shadow: none; 
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
}


body {
    padding-bottom: 80px; 
}

.uk-section {
    padding-bottom: 120px;
}

.uk-open .fixed-finder {
    visibility: hidden !important;
}

#tm-dialog-mobile { 
    padding-bottom: 100px;
}
