* {
    --black: #000000;
    --white: #ECFFF8;
    --blue: #0E6BA8;
    --red: #EA2B1F;
    --gray: #505050;
    --transparent: rgba(0, 0, 0, 0);
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Hack-Regular.ttf");
}

:root {
    --map-tiles-filter: brightness(1) invert(1) contrast(0.8) hue-rotate(00deg) saturate(0.5) brightness(1);
}

@media (prefers-color-scheme: dark) {
    .map-tiles {
        filter: var(--map-tiles-filter, none);
    }
}

.nav_button,
.socials_pics {
    transition: all .3s !important;
}

#map {
    height: 100%;
    width: 100%;
    z-index: 0;
}

html {
    overflow: hidden;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;

}

#search_bar {
    display: flex;
    justify-content: center;
    font-family: 'Roboto';
    color: var(--white);
}

#search {
    border: 1px solid transparent;
    border-bottom: 1px solid var(--white);
    background-color: var(--black);
    margin-bottom: 5px;
    margin-left: 5px;
    font-family: 'Roboto';
    color: var(--blue);
}

#search:hover {
    border-bottom: 1px solid var(--blue);
    transition: all .3s;
}

#search:focus {
    outline: none;
    border-bottom: 1px solid var(--blue);
}

#nav_head {
    margin: 5px 0px 0px 5px !important;
    padding: 0;
    background-color: var(--black);
    display: flex;
    justify-content: center;
    box-shadow: 5px 5px 2px 1px rgba(10, 10, 10, .2);
    border: 1px solid transparent;
    border-radius: 0.3rem;
    margin: 0px 0px 0px 5px;
    flex-direction: column;
}

#logo {
    position: fixed;
    left: 80%;
    top: 70%;
}

.nav_button {
    color: var(--white);
    font-family: 'Roboto';
    height: 100%;
    width: 100%;
    text-align: left;
    padding: 5px;
}

.nav_button:hover {
    color: var(--blue);
    transition: all .3s;
    cursor: pointer;
}

#nav {
    overflow: hidden;
    min-width: 200px;
    height: 100%;
    width: 20%;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1;
    margin-left: 50px;
}

#MarkerNav_wifi {
    overflow-y: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    margin: 0;
    padding: 5px;
    height: 95%;
    width: 100%;
    transition: all .3s;
    direction: rtl;
}


#socials {
    position: absolute;
    right: 0;
    margin: 5px;
}

.socials_pics {
    transition: all 1s;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 2px 2px 2px 2px rgba(10, 10, 10, .2);
    border: solid 1px transparent;
}

.socials_link {
    padding-left: 2px;
}

.socials_pics:hover {
    box-shadow: 2px 2px 2px 2px rgba(255, 255, 255, 0.2);
    border: solid 1px var(--white);
    color: var(--white);
    filter: invert(100%);
    background: var(--white);
}

#MarkerNav_wifi::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0;
}

#MarkerNav_ble {
    overflow-y: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    overflow: auto;
    margin: 0;
    padding: 0;
    height: 0%;
    width: 100%;
    /* background-color: transparent; */
    transition: all .3s;
    direction: rtl;
}

#MarkerNav_ble::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0;
}

.activated {
    color: var(--blue);
}

.MarkerNav_Elem {
    font-size: 0.8rem;
    display: flex;
    font-family: 'Roboto';
    padding: 0px !important;
    margin: 0 !important;
    color: var(--white);
    overflow-y: auto;
    border-bottom: 1px var(--white) solid;
    box-shadow: 5px 5px 2px 1px rgba(10, 10, 10, .2);
    border: 1px solid transparent;
    background-color: var(--black);
    flex-direction: row-reverse;
    border-radius: 0.3rem;
}

.nav_elem_text {
    text-align: end;
    padding: 5px;
    border-left: solid 1px #222;
}

.MarkerNav_Elem:hover {
    background-color: var(--black);
    color: var(--white);
    transition: all .3s;
    cursor: pointer;
}

.marker_png {
    
}

.div_marker_png {
    display: flex;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    border: 0 !important;
}

.dlfile,
.MarkerNav_Elem {
    background: linear-gradient(to right, var(--blue) 50%, var(--black) 50%);
    background-position: right bottom;
    background-size: 200% 100%;
}

.dlfile:hover,
.MarkerNav_Elem:hover {
    background-position: left bottom;
    cursor: pointer;
}

.fa-bluetooth {
    font-size: 20px;
}

.wifi_wep_icon,.wifi_wpa_icon,.wifi_nohs_icon,.ble_icon {
    font-size: 25px;
    transition: all .3s;
    filter: drop-shadow(4px 4px 4px var(--black));
}
.wifi_wep_icon:hover,.wifi_wpa_icon:hover,.wifi_nohs_icon:hover,.ble_icon:hover {
    color: var(--white);
}

.wifi_wep_icon {
    color: var(--blue);
}

.wifi_wpa_icon {
    color: var(--red);
}

.wifi_nohs_icon {
    color: var(--white);
}

.ble_icon {}

.login_pass{
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--transparent);
    transition: all .3s;
    color: var(--white);
}

.login_pass:hover{
    background: transparent;
    border-bottom: 1px solid var(--blue);
}