/* _content/LikeHome/Application/Components/GoTopButton.razor.rz.scp.css */
.g-top-arrow[b-dl09jv11iv] {
    position: fixed;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.2);
    color: #2f2c62;
    border-radius: 5px;
    z-index: 1000;
    width: auto;
    right: 0;
    bottom: -5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
    transition: bottom 1s ease;
}
.g-top-arrow[b-dl09jv11iv]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(4px);
    z-index: -1;
}
.g-top-arrow:hover[b-dl09jv11iv] {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.4);
    color: #524da1;
}
.g-top-arrow i[b-dl09jv11iv] {
    font-size: 1.25em;
    margin: 0.75rem;
}

.g-top-arrow.show[b-dl09jv11iv] {
    bottom: 0;
}

@media (width >= 40rem) {
    .g-top-arrow[b-dl09jv11iv] {
        margin-right: 1.25rem;
        margin-bottom: 1.25rem;
    }
}
/* _content/LikeHome/Application/Components/Map/Map.razor.rz.scp.css */
.tooltip[b-ytddl6v7e5] {
    position: relative;
    background: black;
    opacity: 0.8;
    color: white;
    border: 2px solid black;
    border-radius: 0.25rem;
    -webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.75);
}
