@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.b6pgxrrsua.bundle.scp.css';

/* _content/LastMileWebNew/Shared/MainLayout.razor.rz.scp.css */
.page[b-ccwkcyhnxg] {
    position: relative;
    display: flex;
    flex-direction: column;
    direction: rtl;
    font-family: 'Assistant';
    min-height: 100vh;
    --accent-fill-rest: #1b9baf !important;
}


.assistant-regular[b-ccwkcyhnxg] {
    font-family: "Assistant", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    --accent-fill-rest: '#036ec9';
    font-style: normal;
}


:root[b-ccwkcyhnxg] {
    --text: #040316;
    --background: #fbfbfe;
    --primary: #035ca0;
    --secondary: #a7d0fb61;
    --accent: #0b048b;
    --body-font: 'Assistant';
}

main[b-ccwkcyhnxg] {
    flex: 1;
    flex-direction: column;
    min-height: 100vh;
}

.sidebar[b-ccwkcyhnxg] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, var(--primary) 70%);*/
}

.container-fluid[b-ccwkcyhnxg] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

    .container-fluid .title[b-ccwkcyhnxg] {
        display: flex;
        align-items: center;
    }
.footer-text[b-ccwkcyhnxg] {
    width: 50%;
    text-align: left; /* push text to the right side */
}
.footer[b-ccwkcyhnxg] {
    background-color: #f3f3f3;
    padding: 10px;
    text-align: center;
}
.company-logo[b-ccwkcyhnxg] {
    height: 100%;
    width: fit-content;
    object-fit: contain;
}
.logo-container[b-ccwkcyhnxg] {
    display: flex;
    align-items: center; /* vertically center */
    justify-content: flex-start; /* keep logo left */
    height: 100%;
    width: 50%;
}
.layout[b-ccwkcyhnxg] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page[b-ccwkcyhnxg]  .paginator svg {
    fill: #1b9baf !important;
}

.page[b-ccwkcyhnxg]  .paginator fluent-button {
    transform: rotate(180deg);
}

.top-row[b-ccwkcyhnxg] {
    /*background-color: #f7f7f7;*/
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    background: rgb(88 182 197);
}

    .top-row[b-ccwkcyhnxg]  a, .top-row[b-ccwkcyhnxg]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-ccwkcyhnxg]  a:hover, .top-row[b-ccwkcyhnxg]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-ccwkcyhnxg]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }
/*phone*/
@media (max-width: 584px) {

    .top-row[b-ccwkcyhnxg] {
        justify-content: space-between;
    }

        .top-row[b-ccwkcyhnxg]  a, .top-row[b-ccwkcyhnxg]  .btn-link {
            margin-left: 0;
        }

    .page[b-ccwkcyhnxg]  .header {
        height: 70px !important;
    }


    .page[b-ccwkcyhnxg]  .title .fluent-typography {
        font-size: small;
    }

    .banner[b-ccwkcyhnxg] {
        height: unset;
        max-height: 40vh;
    }

    .page[b-ccwkcyhnxg]  .system-details1 {
        max-width: 360px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page[b-ccwkcyhnxg]  .legend-btn {
        visibility: visible;
    }

    .page[b-ccwkcyhnxg]  .legend-card {
        visibility: hidden;
    }

    .page[b-ccwkcyhnxg]  .filter_menu {
        flex-direction: column;
    }

    .page[b-ccwkcyhnxg]  .paginator {
        font-size: 0.8em;
        flex-direction: column;
    }

    .page[b-ccwkcyhnxg]  .report-table-btn {
        display: block;
    }

    .page[b-ccwkcyhnxg]  .user-details-size {
        height: 0px;
    }

    .page[b-ccwkcyhnxg]  .users-table {
        visibility: hidden;
    }

    .page[b-ccwkcyhnxg]  .users-table-btn {
        display: block;
    }

    .page[b-ccwkcyhnxg]  .report-table {
        visibility: hidden;
    }

    .page[b-ccwkcyhnxg]  .charts-container {
        flex-direction: column !important;
    }

    .page[b-ccwkcyhnxg]  .report-details-size {
        height: 0px;
    }

    .page[b-ccwkcyhnxg]  .report-card {
        max-width: 90vw;
    }

    .page[b-ccwkcyhnxg]  .user-card {
        max-width: 90vw;
    }

    .page[b-ccwkcyhnxg]  .chart-container {
        max-width: 80vw;
        overflow-x: auto;
    }

    .page[b-ccwkcyhnxg]  .user-info {
        flex-direction: column !important;
    }
}

@media (max-width:1184px)  {
    .page[b-ccwkcyhnxg]  main-card {
        width: 80% !important;
    }

    .page[b-ccwkcyhnxg]  table {
        border: 0; /* Remove default table borders */
        width: 100%;
        display: block !important;
        grid-template-columns: unset !important;
    }

    .page[b-ccwkcyhnxg]  thead {
        display: none; /* Hide the table header on small screens */
    }

    .page[b-ccwkcyhnxg]  tbody {
        display: block; /* Make tbody behave like a block element */
        width: 100%;
    }

    .page[b-ccwkcyhnxg]  tr {
        display: block; /* Make each row behave like a block (a card) */
        margin-bottom: 1em; /* Space between cards */
        border: 1px solid var(--neutral-stroke-rest); /* Add a border to simulate a card */
        border-radius: var(--border-radius-medium); /* Rounded corners for the card */
        padding: 10px; /* Padding inside the card */
        box-shadow: var(--elevation-shadow-card); /* Subtle shadow for card effect */
        background-color: var(--neutral-fill-input-rest); /* Background for the card */
    }

    .page[b-ccwkcyhnxg]  td {
        display: block; /* Make each cell behave like a block */
        border-bottom: 1px solid var(--neutral-stroke-divider-rest); /* Separator between fields */
        padding: 8px 0; /* Vertical padding for each field */
        text-align: left; /* Align text to the right for Hebrew */
        position: relative; /* Needed for absolute positioning of pseudo-elements if desired, or just for styling ::before */
        padding-right: 120px; /* Make space for the pseudo-element label */
        height: 50px !important;
    }

    /* Remove bottom border for the last cell in each row */
    .page[b-ccwkcyhnxg]  tr td:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
    /* Column 1: מספר נכס */
    .page[b-ccwkcyhnxg]  td::before {
        content: attr(data-label); /* Dynamically pull content from data-label */
        font-weight: bold;
        display: inline-block;
        width: 100px; /* Adjust width to align labels */
        text-align: right; /* Align label to the left */
        position: absolute;
        right: 0;
        padding-left: 10px;
    }
}
/*tablet*/
@media (min-width: 585px) and (max-width:1400px)  {
    .page[b-ccwkcyhnxg]  .header {
        height: 60px !important;
    }

    .page[b-ccwkcyhnxg]  .report-table-btn {
        display: block;
    }

    .page[b-ccwkcyhnxg]  .report-table {
        visibility: hidden;
    }

    .page[b-ccwkcyhnxg]  .users-table-btn {
        display: block;
    }

    .page[b-ccwkcyhnxg]  .users-table {
        visibility: hidden;
    }

    .page[b-ccwkcyhnxg]  .title .fluent-typography {
        font-size: small;
    }

    .page[b-ccwkcyhnxg]  .user-details-size {
        height: 0px;
    }

    .page[b-ccwkcyhnxg]  .report-details-size {
        height: 0px;
    }

    .page[b-ccwkcyhnxg]  .system-details1 {
        max-width: unset;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    .page[b-ccwkcyhnxg]  .legend-btn {
        visibility: hidden;
    }

    .page[b-ccwkcyhnxg]  .legend-card {
        visibility: visible !important;
    }

    .page[b-ccwkcyhnxg]  .filter_menu {
        flex-direction: column;
    }
}
/*desktop*/
@media (min-width: 1401px)  {

    .page[b-ccwkcyhnxg] {
        flex-direction: row;
    }

        .page[b-ccwkcyhnxg]  .report-table-btn {
            display: none;
        }

        .page[b-ccwkcyhnxg]  .user-details-size {
            height: 680px !important;
        }

        .page[b-ccwkcyhnxg]  .report-details-size {
            height: 680px !important;
        }

        .page[b-ccwkcyhnxg]  .users-table {
            visibility: visible !important;
        }

        .page[b-ccwkcyhnxg]  .users-table-btn {
            display: none;
        }

        .page[b-ccwkcyhnxg]  .report-table {
            visibility: visible !important;
        }

        .page[b-ccwkcyhnxg]  .header {
            height: 50px !important;
        }

        .page[b-ccwkcyhnxg]  .title .fluent-typography {
            font-size: unset;
        }

        .page[b-ccwkcyhnxg]  .system-details1 {
            max-width: 360px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .page[b-ccwkcyhnxg]  .legend-btn {
            visibility: hidden;
        }

        .page[b-ccwkcyhnxg]  .legend-card {
            visibility: visible !important;
        }

        .page[b-ccwkcyhnxg]  .filter_menu {
            flex-direction: unset;
        }

    .banner[b-ccwkcyhnxg] {
        height: 40vh;
    }



    .sidebar[b-ccwkcyhnxg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ccwkcyhnxg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-ccwkcyhnxg]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-ccwkcyhnxg], article[b-ccwkcyhnxg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


#blazor-error-ui[b-ccwkcyhnxg] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ccwkcyhnxg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.progress-ring-color[b-ccwkcyhnxg] {
    --fluent-progress-ring-color: var(--primary); /* Example blue color */
}

.system-table[b-ccwkcyhnxg] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}

.page-buttons[b-ccwkcyhnxg] {
    align-items: center;
    display: flex;
    gap: 2px;
    padding-top: 10px;
}

/* _content/LastMileWebNew/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-knyza8doex] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-knyza8doex] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-knyza8doex] {
    font-size: 1.1rem;
}

.oi[b-knyza8doex] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-knyza8doex] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-knyza8doex] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-knyza8doex] {
        padding-bottom: 1rem;
    }

    .nav-item[b-knyza8doex]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-knyza8doex]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-knyza8doex]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-knyza8doex] {
        display: none;
    }

    .collapse[b-knyza8doex] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/LastMileWebNew/Shared/OTP.razor.rz.scp.css */

.otpInput[b-wzutdw9f09]{
    width: 20px;
    height: 25px;
    border: none;
    text-align: center;
    font-size: 24px;
}

.otpWrap[b-wzutdw9f09]{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    direction:ltr;
}

.errorBorder[b-wzutdw9f09]{
    border: 2px solid #dc3545!important;
}

input[b-wzutdw9f09] {
    padding: 10px;
    margin: 5px 0 0 0;
    border-radius: 5px;
    border: 1px solid #e9ecef !important;
    outline: none;
    box-sizing: unset;
}
