/* /Pages/Index.razor.rz.scp.css */
/* Styling for the widget container */
.widget-dom[b-gbc6k39lj6] {
    display: flex;
    max-width: 300px;
    max-height: 300px;
    background-color: #161616;
    color: whitesmoke;
}

/* Custom marker styling */
.custom-marker[b-gbc6k39lj6] {
    position: relative;
    text-align: center;
}

.vehicle-type[b-gbc6k39lj6] {
    font-size: 12px;
    color: black;
    background-color: white;
    border-radius: 3px;
    padding: 2px 4px;
    margin-bottom: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.icon[b-gbc6k39lj6] {
    width: 24px;
    height: 24px;
    display: block;
}

/* Styling for hovered marker */
.hovered-marker[b-gbc6k39lj6] {
    transform: scale(1.2); /* Enlarges the marker */
    transition: transform 0.2s ease-in-out; /* Animation */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Shadow */
}
/* /Pages/Transport/Details.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-5cy0b1t24x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5cy0b1t24x] {
    flex: 1;
}

.sidebar[b-5cy0b1t24x] {
    /*   background-image: linear-gradient(180deg, #f2f7f9 0%, #cdecef 70%);     */
    border-right: 1px solid #d6d5d5;
    background: #677798;
    /* background-image: linear-gradient(to left, #a8d5dc, #8cc4cf, #70b3c3, #51a2b8, #2b91ad);*/
}

.top-row[b-5cy0b1t24x] {
    border-bottom: 1px solid #d6d5d5;
    background-color: white;
    position: fixed;
    justify-content: flex-end;
    height: 50px;
    display: flex;
    align-items: center;
}

.top-row[b-5cy0b1t24x]  a, .top-row .btn-link[b-5cy0b1t24x] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-5cy0b1t24x] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-5cy0b1t24x] {
        display: none;
    }

    .top-row.auth[b-5cy0b1t24x] {
        justify-content: space-between;
    }

    .top-row a[b-5cy0b1t24x], .top-row .btn-link[b-5cy0b1t24x] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5cy0b1t24x] {
        flex-direction: row;
    }

    .sidebar[b-5cy0b1t24x] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5cy0b1t24x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-5cy0b1t24x], article[b-5cy0b1t24x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
