/** Mobile **/

.blumaps-languages-mobile {
	position: fixed;
    top: 0;
    gap: 15px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-content: center;
    visibility: hidden;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    flex-wrap: wrap;
    z-index: 999;
}

.blumaps-language-mobile {
    width: 38px;
    height: 38px;
    cursor: pointer;
    border-radius: 38px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.blumaps-languages-mobile-button {
	background: no-repeat 9px;
    background-image: url(../../assets/icons/language.png);
    background-size: 27px 27px;	
	background-color: var(--primary-color) !important;	
	cursor: pointer;
	display: block;	
	width: 45px;
	height: 45px;
	border-radius: 45px;
	border: none;
}

/** Default **/

.blumaps-languages-default {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    gap: 15px;
    display: flex;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.35);
    align-items: center;
    justify-content: center;	
}

.blumaps-language-default {
    width: 38px;
    height: 38px;
    cursor: pointer;
}

.blumaps-languages-default-button {
	background: no-repeat 9px;
    background-image: url(../../assets/icons/language.png);
    background-size: 27px 27px;	
	background-color: var(--primary-color) !important;	
	cursor: pointer;
	display: block;	
	width: 45px;
	height: 45px;
	border-radius: 45px;
	border: none;
}

/** Mobile Free Route **/

.blumaps-languages-mobilefreeroute {
	position: fixed;
    top: 0;
    gap: 15px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-content: center;
    visibility: hidden;
    height: 100%;    
    background-color: rgba(0, 0, 0, 0.6);
    flex-wrap: wrap;
    z-index: 999;
    width: 100%; 
}

.blumaps-language-mobilefreeroute {
    width: 38px;
    height: 38px;
    cursor: pointer;
    border-radius: 38px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.blumaps-languages-mobilefreeroute-button {
	background: no-repeat 9px;
    background-image: url(../../assets/icons/language.png);
    background-size: 27px 27px;	
	background-color: var(--primary-color) !important;	
	cursor: pointer;
	display: block;	
	width: 45px;
	height: 45px;
	border-radius: 45px;
	border: none;
}