

.dropdown-toggle .fa-chevron-down:before {
    display: none;
}

.view-switcher {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}

#viewToggle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #007bff;
    color: white;
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
}

    #viewToggle[aria-pressed="true"] {
        background-color: #28a745;
    }

.view-espa {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

    .view-espa img {
        width: 350px;
        height: 100%;
    }
