/* /Components/MyBoatsComponent.razor.rz.scp.css */
.boat-card[b-4ahmpgym3v] {
    overflow: hidden;
    cursor: pointer;
    min-width:200px;
}

    .boat-card img[b-4ahmpgym3v] {
        transition: transform .5s ease;
    }

    .boat-card:hover img[b-4ahmpgym3v] {
        transform: scale(1.1);
    }

.boat-container[b-4ahmpgym3v] {
    width: 50%;
}

@media (max-width:960px) {
    .boat-container[b-4ahmpgym3v] {
        width: 100%;
    }
}
/* /Components/MyReservationsComponent.razor.rz.scp.css */
.boat-card[b-c182pyagqm] {
    overflow: hidden;
    cursor: pointer;
    min-width: 200px;
}

    .boat-card img[b-c182pyagqm] {
        transition: transform .5s ease;
    }

    .boat-card:hover img[b-c182pyagqm] {
        transform: scale(1.1);
    }

.boat-container[b-c182pyagqm] {
    width: 50%;
}

@media (max-width:1600px) {
    .boat-container[b-c182pyagqm] {
        width: 100%;
    }
}
/* /Components/MyReservedBoatsComponent.razor.rz.scp.css */
.boat-card[b-17vgbaqkxa] {
    overflow: hidden;
    cursor: pointer;
    min-width: 200px;
}

    .boat-card img[b-17vgbaqkxa] {
        transition: transform .5s ease;
    }

    .boat-card:hover img[b-17vgbaqkxa] {
        transform: scale(1.1);
    }
.boat-container[b-17vgbaqkxa]{
    width:50%;
}
@media (max-width:960px) {
    .boat-container[b-17vgbaqkxa]{
        width:100%;
    }
}
/* /Components/ReservationComponent.razor.rz.scp.css */
.boat-card[b-7v1ht94jkx] {
    overflow: hidden;
    cursor: pointer;
}

    .boat-card img[b-7v1ht94jkx] {
        transition: transform .5s ease;
    }

    .boat-card:hover img[b-7v1ht94jkx] {
        transform: scale(1.1);
    }
/* /Components/SearchDetailed.razor.rz.scp.css */
.boat-card[b-bxfr221k37] {
    overflow: hidden;
    cursor: pointer;
}

    .boat-card img[b-bxfr221k37] {
        transition: transform .5s ease;
    }

    .boat-card:hover img[b-bxfr221k37] {
        transform: scale(1.1);
    }

.filter-container[b-bxfr221k37] {
    width: 75%;
}

@media (max-width:960px) {
    .filter-container[b-bxfr221k37] {
        width: 100%;
    }
}
/* /Components/SearchForBoat.razor.rz.scp.css */
.filter-container[b-qp2t6hzvcp]{
    width:75%;
}
.numeric-container[b-qp2t6hzvcp]{
    width:100%
}
.mud-input-control .mud-input-outlined-with-label .mud-input-input-control .mud-input-number-control .mud-input-nospin[b-qp2t6hzvcp]{
    width:100%;
}
.filter-row-container[b-qp2t6hzvcp] {
    flex-direction: row;
}
@media (max-width:960px){
    .filter-container[b-qp2t6hzvcp]{
        width:100%;
    }
    .filter-row-container[b-qp2t6hzvcp]{
        flex-direction:column;
    }
}
/* /Dialogs/BoatPreviewDialog.razor.rz.scp.css */
.boat-container[b-rk54i0vkqr] {
    width: 75%;
}

.title-container[b-rk54i0vkqr] {
    flex-direction: row;
    justify-content: space-between;
}

[b-rk54i0vkqr].photo-container {
    height: 400px;
}

@media (max-width:960px) {
    .boat-container[b-rk54i0vkqr] {
        width: 100%;
    }

    .title-container[b-rk54i0vkqr] {
        flex-direction: column;
        justify-content: unset
    }

    .photo-container[b-rk54i0vkqr] {
        height: 500px;
    }
}

[b-rk54i0vkqr] .photo-container {
    height: 400px;
}

.photo-wrapper[b-rk54i0vkqr] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.contain-photo[b-rk54i0vkqr] {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

/* Responsywność kontenera, nie zdjęcia */
@media (max-width: 960px) {
    .photo-container[b-rk54i0vkqr] {
        height: 500px;
    }
}
/* /Dialogs/BoatReservationDialog.razor.rz.scp.css */
[b-i956k00oso]#dialogContainer.dialog-container{
    width:60%
}
@media (max-width:960px) {
    [b-i956k00oso]#dialogContainer.dialog-container{
        width:100%
    }

}
.mud-picker-calendar-content[b-i956k00oso] {
    justify-content: center !important;
}
[b-i956k00oso]#dialogContainer .mud-picker-content .mud-picker-calendar-content {
    justify-content: center !important;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-w3rjvvb8j6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-w3rjvvb8j6] {
    flex: 1;
}

.sidebar[b-w3rjvvb8j6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-w3rjvvb8j6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-w3rjvvb8j6]  a, .top-row[b-w3rjvvb8j6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-w3rjvvb8j6]  a:hover, .top-row[b-w3rjvvb8j6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-w3rjvvb8j6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }



@media (max-width: 640.98px) {
    .top-row[b-w3rjvvb8j6] {
        justify-content: space-between;
    }

    .top-row[b-w3rjvvb8j6]  a, .top-row[b-w3rjvvb8j6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-w3rjvvb8j6] {
        flex-direction: row;
    }

    .sidebar[b-w3rjvvb8j6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-w3rjvvb8j6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-w3rjvvb8j6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-w3rjvvb8j6], article[b-w3rjvvb8j6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
    
}


/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-z3g3mmrsnp] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-z3g3mmrsnp] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-z3g3mmrsnp] {
    font-size: 1.1rem;
}

.bi[b-z3g3mmrsnp] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-z3g3mmrsnp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-z3g3mmrsnp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-z3g3mmrsnp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-z3g3mmrsnp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-z3g3mmrsnp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-z3g3mmrsnp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-z3g3mmrsnp]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-z3g3mmrsnp]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-z3g3mmrsnp]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-z3g3mmrsnp] {
        display: none;
    }

    .collapse[b-z3g3mmrsnp] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-z3g3mmrsnp] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/BoatPage.razor.rz.scp.css */
.boat-container[b-ajsu35cufc] {
    width: 75%;
}
.title-container[b-ajsu35cufc] {
    flex-direction: row;
    justify-content: space-between;
}
[b-ajsu35cufc].photo-container{
    height: 400px;
}
@media (max-width:960px) {
    .boat-container[b-ajsu35cufc] {
        width: 100%;
    }
    .title-container[b-ajsu35cufc]{
        flex-direction:column;
        justify-content:unset
    }
    .photo-container[b-ajsu35cufc]{
        height: 500px;
    }
}

[b-ajsu35cufc] .photo-container {
    height: 400px;
}

.photo-wrapper[b-ajsu35cufc] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.contain-photo[b-ajsu35cufc] {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    
}

/* Responsywność kontenera, nie zdjęcia */
@media (max-width: 960px) {
    .photo-container[b-ajsu35cufc] {
        height: 500px;
    }
}
/* /Pages/Login.razor.rz.scp.css */
.login-container[b-p0nd7dzlbb] {
    width: 50%;
}

@media (max-width:960px) {
    .login-container[b-p0nd7dzlbb] {
        width: 100%;
    }
}
/* /Pages/MyReservations.razor.rz.scp.css */
.boat-card[b-1r6ylaeabj] {
    overflow: hidden;
    cursor: pointer;
}

    .boat-card img[b-1r6ylaeabj] {
        transition: transform .5s ease;
    }

    .boat-card:hover img[b-1r6ylaeabj] {
        transform: scale(1.1);
    }
/* /Pages/MyReservedBoats.razor.rz.scp.css */
.boat-card[b-bzdjm2z0mz] {
    overflow: hidden;
    cursor: pointer;
}

    .boat-card img[b-bzdjm2z0mz] {
        transition: transform .5s ease;
    }

    .boat-card:hover img[b-bzdjm2z0mz] {
        transform: scale(1.1);
    }
/* /Pages/Register.razor.rz.scp.css */
.register-container[b-fu5uxq24aq] {
    width: 50%;
}

@media (max-width:960px) {
    .register-container[b-fu5uxq24aq] {
        width: 100%;
    }
}
