p, h1, h2, h3, h4, h5, h6, tr, td, th {
    color: #373737;
}

a{
    font-weight: 600 !important;
}

#map {
    height: 100vh;
    width: 100%;
}

a > div.sidebar-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

div.sidebar-item {
    border-radius: 5px;
    color: #1b2d53;
    background-color: transparent;
}

div.sidebar-item.active {
    background-color: #1b2d53 !important;
    color: white;
}


div.google-button {
    background-color: rgb(66, 133, 244);
    border-radius: 5px;
    color: white;
    font-weight: 500;
    padding: 0.75rem;
    position: relative;
    transition: all 0.25s ease-in-out;
}

div.google-logo {
    background-color: white;
    background-image: url("../images/Google.svg");
    background-size: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
}

a.google-link {
    text-decoration: none;
}

a.google-link:hover div.google-button {
    background-color: rgb(51, 103, 214);
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
}

div.iframe-wrapper {
    position: relative;
    padding-bottom: 62.5%;
}

div.iframe-wrapper > iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}