@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-zov2ekux1v] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zov2ekux1v] {
    flex: 1;
}

.sidebar[b-zov2ekux1v] {
    background-color: #CA0000;
}

.top-row[b-zov2ekux1v] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zov2ekux1v]  a, .top-row[b-zov2ekux1v]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zov2ekux1v]  a:hover, .top-row[b-zov2ekux1v]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-zov2ekux1v] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-zov2ekux1v] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

    .top-row.auth[b-zov2ekux1v]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zov2ekux1v], article[b-zov2ekux1v] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sycmhiam6w] {
   border: none;
}

.top-row[b-sycmhiam6w] {
    height: 3.5rem;
}

.navbar-brand img[b-sycmhiam6w]{
    font-size: 1.1rem;
    width: 100px;
}

.bi[b-sycmhiam6w] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-sycmhiam6w] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-sycmhiam6w] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-sycmhiam6w] {
        padding-bottom: 1rem;
    }

    .nav-item[b-sycmhiam6w]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-sycmhiam6w]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-sycmhiam6w]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-sycmhiam6w] {
        display: none;
    }

    .collapse[b-sycmhiam6w] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-sycmhiam6w] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }

    .nav-bottom[b-sycmhiam6w] {
        margin-top: auto;
    }
    
}

@media (max-width: 640px) {
    .nav-bottom[b-sycmhiam6w] {
        border-top: 1px solid white;
    }
}
/* /Pages/DownloadPage.razor.rz.scp.css */
/* /Pages/DriverFormPage.razor.rz.scp.css */

/* /Pages/DriversPage.razor.rz.scp.css */
/* /Pages/HomePage.razor.rz.scp.css */
/* /Pages/LoginPage.razor.rz.scp.css */

.login-container[b-692mxzdxs4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #ffffff 50%, #f58a8a 50%);
    background-attachment: fixed;
    background-size: cover;
}

.logo[b-692mxzdxs4] {
    width: 320px;
    margin-bottom: 4.5rem;
}

.input-group[b-692mxzdxs4] {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
}

.input-text-label[b-692mxzdxs4] {
    top: 20px;
    align-self: flex-start;
    font-family: Roboto;
    font-style: italic;
}

.error-message[b-692mxzdxs4] {
    color: red;
    position: absolute;
    margin-top: -10px;
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 600;
}

.truck-image[b-692mxzdxs4] {
    width: 280px;
    margin-top: 2rem;
    animation: move-truck 1s linear infinite alternate;
}

.btn-section[b-692mxzdxs4] {
    margin-top: 60px;
}
/* /Pages/OrderDetailsPage.razor.rz.scp.css */

.detail-item[b-6n5uj5yopj] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

    .detail-item label[b-6n5uj5yopj] {
        font-weight: bold;
        color: #640000;
    }

    .detail-item span[b-6n5uj5yopj], .detail-item a[b-6n5uj5yopj] {
        color: #444;
        text-align: right;
    }

/* /Pages/OrderFormPage.razor.rz.scp.css */
.background[b-4ivnxoyhni] {
    height: 100%;
    background: linear-gradient(90deg, #CA0000, #640000);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 250px;
    right: 0;
    overflow-y: auto;
}

@media (max-width: 640px) {
    .background[b-4ivnxoyhni] {
        height: 100%;
        background: linear-gradient(180deg, #CA0000, #640000);
        position: fixed;
        top: 40px;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: auto;
        z-index: -1;
    }
}

.button-container[b-4ivnxoyhni] {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.header[b-4ivnxoyhni] {
    padding: 26px;
    padding-bottom: 0px;
    color: white;
}

.section-title[b-4ivnxoyhni] {
    color: #8C0000;
    font-family: Roboto;
    font-weight: 500;
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
    font-size: 20px;
}

.section[b-4ivnxoyhni] {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}

.file-section[b-4ivnxoyhni] {
    background-color: #fff;
    border: 1px solid #AA0101;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.file-header[b-4ivnxoyhni] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #8C0000, #BC0000);
    padding: 10px;
    border-radius: 8px;
    color: white;
    font-weight: bold;
}

.file-title[b-4ivnxoyhni] {
    font-size: 16px;
}

.horizontal-group-element[b-4ivnxoyhni] {
    width: 100%;
}

.file-item[b-4ivnxoyhni] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid #AA0101;
}

    .file-item a[b-4ivnxoyhni] {
        color: #0066cc;
        text-decoration: underline;
    }

.btn-upload[b-4ivnxoyhni] {
    background-color: white;
    color: #8C0000;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

    .btn-upload:hover[b-4ivnxoyhni] {
        background-color: #F2F2F2;
    }

.btn-danger[b-4ivnxoyhni] {
    background-color: #FF0000;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

    .btn-danger:hover[b-4ivnxoyhni] {
        background-color: #CC0000;
    }

.horizontal-group[b-4ivnxoyhni] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 8px;
}

@media (max-width: 680px) {
    .horizontal-group[b-4ivnxoyhni] {
        flex-direction: column;
        gap: 16px;
    }

    .horizontal-group-element[b-4ivnxoyhni] {
        width: 100%;
    }
}

.file-upload-container[b-4ivnxoyhni] {
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, #8C0000, #BC0000);
    padding: 5px 10px;
    border-radius: 7px;
}

.file-label[b-4ivnxoyhni] {
    color: white;
    font-weight: bold;
    margin-right: auto;
}

.file-upload-btn[b-4ivnxoyhni] {
    padding: 3px 14px;
    background-color: white;
    color: black;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.file-list[b-4ivnxoyhni] {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    margin-top: -2px;
    padding: 5px;
    border: 2px solid #AA0101;
    border-radius: 5px;
    background-color: white;
}

.file-item[b-4ivnxoyhni] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    font-size: 14px;
}

    .file-item a[b-4ivnxoyhni] {
        color: blue;
        text-decoration: underline;
        flex-grow: 1;
        margin-right: 20px;
        align-items: start;
        text-align: left;
    }

.delete-btn[b-4ivnxoyhni] {
    background-color: red;
    color: white;
    border: none;
    padding: 3px 12px;
    border-radius: 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.download-btn[b-4ivnxoyhni] {
    background: none;
    border: none;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    padding: 0;
}

    .download-btn:hover[b-4ivnxoyhni] {
        color: darkblue;
    }

    .line[b-4ivnxoyhni] {
        background-color: black;
        border: solid;
        border-color: gray;
        border-width: 1px;
        width: 100%;
        height: 1px;
        margin-top: -10px;
        margin-bottom: 10px;
    }

.new-stop-btn[b-4ivnxoyhni] {
    padding: 3px 14px;
    background: linear-gradient(90deg, #8C0000, #BC0000);
    color: white;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
/* /Pages/OrdersPage.razor.rz.scp.css */
.orders-container[b-j5kgprtgmf] {
    padding: 0.5rem;
}

.controls[b-j5kgprtgmf] {
    display: flex;
    gap: 10px;
}


.load-more-container[b-j5kgprtgmf] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.selected-row[b-j5kgprtgmf] {
    background-color: #ffaeae !important;
    transition: background-color 0.1s ease-in-out;
}

.orders-table[b-j5kgprtgmf] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    justify-self: center;
}
    .orders-table th[b-j5kgprtgmf], .orders-table td[b-j5kgprtgmf] {
        padding: 12px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }
    .orders-table th[b-j5kgprtgmf] {
        background-color: #8C0000;
        color: white;
        font-weight: bold;
        text-align: center;
    }
    .orders-table td[b-j5kgprtgmf] {
        text-align: center;
    }
    .orders-table tr:nth-child(even)[b-j5kgprtgmf] {
        background-color: #f9f9f9;
    }

@media (max-width: 768px) {
    .orders-table[b-j5kgprtgmf] {
        font-size: 0.8em; /* Zmniejsz czcionkę na mniejszych ekranach */
    }

        .orders-table th[b-j5kgprtgmf], .orders-table td[b-j5kgprtgmf] {
            padding: 8px; /* Zmniejsz wypełnienie komórek */
        }

    .order-actions[b-j5kgprtgmf] {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .order-actions button[b-j5kgprtgmf] {
            flex-basis: 40%; /* Ustawia szerokość przycisku na 45% */
        }
}

.loading-indicator[b-j5kgprtgmf] {
    text-align: center;
    margin: 2rem 0;
}

.empty-view[b-j5kgprtgmf] {
    text-align: center;
    margin-top: 2rem;
}

    .empty-view img[b-j5kgprtgmf] {
        width: 160px;
        height: 160px;
    }

.month-header[b-j5kgprtgmf] {
    background-color: white;
    font-weight: bold;
    color: black;
    text-align: center;
    font-size: 14px;
}
/* /Pages/SettingsPage.razor.rz.scp.css */


