﻿
a:focus, a:active {
    border: none;
    outline: none !important;
    text-decoration: none;
    color: #1a73e8;
}
a {
    color: #1a73e8
}

button {
    outline: none !important;
}

body {
    margin: 0;
    padding: 0;
}
.row{
    margin:0 !important
}
.col-md-12 {
    margin: 0 !important;
    padding: 0 !important;
}

body::-webkit-scrollbar {
    display: none;
}
#map-container {
    height: 100vh;
    width: 100vw
}
@media only screen and (max-width: 426px) {

    #map-container {
        height: calc(var(--vh, 1vh) * 100);
        width: 100vw
    }}
