body {
    font-family: 'Noto Sans Display', sans-serif;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    /* hide scrollbars */
    scrollbar-width: none;
    -ms-overflow-style: none;

    /* Firefox */
    scrollbar-width: none;
    
    /* webkit */
    -webkit-scrollbar: none;

    /* IE 10+ */
    -ms-overflow-style: none;
    
}

.icon-round {
    width: 30px;
    height: 30px;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.data-div {
    max-height: 300px;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.data-div::-webkit-scrollbar {
    display: none;
  }

.has-max-height {
    /* max height should be 90% of parent height */
    max-height: 90%;
    position: relative;
    overflow-y: auto;
}


.mapboxgl-popup {
    font-family: 'Noto Sans Display', sans-serif;
    width: 300px;
}


body::-webkit-scrollbar {
    display: none;
  }

.icon-station {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #C0101B;
    color: white;
    text-align: center;
}

.input-group {
    display: flex;
    flex-direction: row;
}

.icon-round-buses {
    font-family: 'Noto Sans Display', sans-serif;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    background-color: #C0101B;
    color: white;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.icon-round-tram {
    font-family: 'Noto Sans Display', sans-serif;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    background-color: #1047C0;
    color: white;
    display: flex !important;
    justify-content: center;
    align-items: center;

}

.icon-round-trol {
    font-family: 'Noto Sans Display', sans-serif;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    background-color: #18C010;
    color: white;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.tooltip-buses {
    font-family: 'Noto Sans Display', sans-serif;
    background-color: #970D14;
    color: white;
    position: absolute;
    font-size: .7rem;
    padding: 0 .05rem 0 .05rem;
    border-radius: 5px;
    bottom: -1rem;
    display:flex;
    flex-direction: row;
    overflow: hidden;
}

.tooltip-tram {
    font-family: 'Noto Sans Display', sans-serif;
    background-color: #0D3697;
    color: white;
    position: absolute;
    font-size: .7rem;
    padding: 0 .05rem 0 .05rem;
    border-radius: 5px;
    bottom: -1rem;
    display:flex;
    flex-direction: row;
    overflow: hidden;
}

.tooltip-trol {
    font-family: 'Noto Sans Display', sans-serif;
    background-color: #12970D;
    color: white;
    position: absolute;
    font-size: .7rem;
    padding: 0 .05rem 0 .05rem;
    border-radius: 5px;
    bottom: -1rem;
    display:flex;
    flex-direction: row;
    overflow: hidden;
}

p.icon {
    font-family: 'Noto Sans Display', sans-serif;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.font-special {
    font-family: 'Noto Sans Display', sans-serif;
}

.leaflet-popup-content-wrapper, .leaflet-popup.tip {
    font-family: 'Noto Sans Display', sans-serif;
    background-color: rgba(255, 255, 255, 0.75) !important;
}

.leaflet-popup-tip-container {
    color: rgba(255, 255, 255, 0.75) !important;
}

.accessability {
    background-color: #497EC4;
    color: white;
    font-weight: bold;
    border: none;
    padding: 1px;
    margin-left:2px;
    font-size:0.6rem;
    text-align: center;
    height:auto;
    vertical-align: middle;
    position: relative;
    right:0;
}

.bottom-data {
    font-family: 'Noto Sans Display', sans-serif;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40%;
    width: 100%;
    z-index: 2000;
    padding-top: 0.5rem;
    padding-bottom: 0.0rem;
    overflow-y: scroll;
    display:flex;
    flex-direction: column-reverse;
    /* allow us to click through this element if nothing is above it */
    pointer-events: none;

}

.bottom-data::-webkit-scrollbar {
    display: none;
  }

.data-entry-closed {
    background-color: #fff;
    border: 1px solid #F6F6F6;
    border-radius: 6px;
    padding: 0.5rem 0.5rem 0 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    pointer-events: all;
}

.data-entry-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.small-padding {
    padding-bottom: 0.25rem;
    margin-bottom: 0.075rem;
}

.data-entry {
    /* expand to take up entire remaining height */
    flex: 1;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border: 1px solid #F6F6F6;
    border-radius: 6px;
    padding: 0.5rem 0.5rem 0 0.5rem;
    overflow-y: hidden;
    pointer-events: all;
}

.sidebar {
    height: 100%;
    max-width: 30rem !important;
    background-color: white;
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: .5rem;
    /* add right shadow */
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    border-right: 1px solid #CED4DA;
}

.exit-button {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 25%;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


.no-padding {
    padding: 0;
    margin: 0;  
}

.normal-p {
    font-weight: normal;
    text-align: center;
}

.searcher {
    z-index: 500;
    position: absolute;
    top: .75rem;
    left: .75rem;
    max-width: 75vw;
    width: 20rem;
}

@media screen and (min-width: 768px) {
    .bottom-container {
        width: 75%;
        /* align it to the center of the screen */
        margin-left: 12.5%;
        margin-right: 12.5%;
    }
    
}