


/* ERROR PAGE */

/* Error Page Start */


.error-page {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error-page h2 {
    font-size: 32px;
 

}

    .error-page p {
        font-size: 22px;
    
    }

/* Error Page End */

/************************************************/



/*.RIFvHW-maps-pin-view-background:hover {
    transform: scale(2);
    pointer-events: all;
}*/

#map {
    margin-top: 20px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px !important;
    border-radius: 10px;
}






.ai-chat-avatar + .bg-black {
    background-color: #D6E5EB !important;
    color: white;
}

.header-logo {
    transform: translateY(-3px);
}


span.beta-badge {
    background-color: white;
    color: rgb(126, 176, 203);
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 0.8em;
    cursor: pointer;
}