/* /Components/Layout/Buttons/ScoprButton.razor.rz.scp.css */

.scopr-button[b-x3va6yyd2g] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.375rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
    background-color: #007bff;
    color: white;
}

    .scopr-button:hover:not(:disabled)[b-x3va6yyd2g] {
        background-color: #0056b3;
    }

    .scopr-button:active:not(:disabled)[b-x3va6yyd2g] {
        transform: scale(0.98);
    }

    .scopr-button:disabled[b-x3va6yyd2g] {
        background-color: #c0c0c0;
        cursor: not-allowed;
    }

    .scopr-button.success[b-x3va6yyd2g] {
        background-color: #28a745;
    }

        .scopr-button.success:hover:not(:disabled)[b-x3va6yyd2g] {
            background-color: #1e7e34;
        }

    .scopr-button.danger[b-x3va6yyd2g] {
        background-color: #dc3545;
    }

        .scopr-button.danger:hover:not(:disabled)[b-x3va6yyd2g] {
            background-color: #b02a37;
        }

    .scopr-button i[b-x3va6yyd2g] {
        margin-right: 0.5rem;
    }

@media (max-width: 576px) {
    .scopr-button[b-x3va6yyd2g] {
        font-size: 0.9rem;
        padding: 0.4rem 0.8rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ix7yqf0zkp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-ix7yqf0zkp] {
    background-color: #ffffff;
    border-right: 1px solid #e5e7eb;
}

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

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

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

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

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

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

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

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

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

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

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

.modal-backdrop[b-ix7yqf0zkp] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}

.modal-window[b-ix7yqf0zkp] {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    max-height: 80%;
    overflow-y: auto;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    z-index: 1001;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

#blazor-error-ui[b-ix7yqf0zkp] {
    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-ix7yqf0zkp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.modal-backdrop[b-ix7yqf0zkp] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}


.modal-content-wrapper[b-ix7yqf0zkp] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}


    .modal-content-wrapper img[b-ix7yqf0zkp] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        border-radius: 4px;
    }

.close-btn[b-ix7yqf0zkp] {
    margin-top: 15px;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Styling handled by Tailwind */
/* /Components/Pages/Aannemer/ContactPage.razor.rz.scp.css */
.container[b-tkd5u1hi63] {
    display: flex;
    gap: 24px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.sidebar[b-tkd5u1hi63] {
    width: 200px;
    background-color: #f4f4f4;
    padding: 10px;
}

    .sidebar button:disabled[b-tkd5u1hi63] {
        background-color: #007bff;
        color: white;
        cursor: default;
    }

    .sidebar button:not(:disabled):hover[b-tkd5u1hi63] {
        background-color: #e0e0e0;
    }

    .sidebar button[b-tkd5u1hi63] {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

.content[b-tkd5u1hi63] {
    flex-grow: 1;
    padding: 20px;
}

.modal-backdrop[b-tkd5u1hi63] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: flex; 
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal[b-tkd5u1hi63] {
    background: white;
    padding: 20px;
    border-radius: 12px;
    width: 400px;
    max-width: 90%;
    z-index: 1001;
}


@media (max-width: 768px) {
    .container[b-tkd5u1hi63] {
        flex-direction: column;
        gap: 10px;
    }

    .sidebar[b-tkd5u1hi63] {
        width: 100%;
    }
}
/* /Components/Pages/Aannemer/Modals/JobRequestListContractor.razor.rz.scp.css */

.cards-container[b-z4fmkxi7us] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.card[b-z4fmkxi7us] {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    overflow: hidden;
    background-color: #fff;
}

    .card:hover[b-z4fmkxi7us] {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }

.card-header[b-z4fmkxi7us] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    border-bottom: 1px solid #eee;
}

    .card-header .status[b-z4fmkxi7us] {
        font-weight: normal;
        font-size: 0.85rem;
        color: #6c757d;
    }

.card-body[b-z4fmkxi7us] {
    padding: 1rem;
    font-size: 0.9rem;
    color: #333;
}

    .card-body p[b-z4fmkxi7us] {
        margin-bottom: 0.5rem;
    }

.badge[b-z4fmkxi7us] {
    font-size: 0.75rem;
    padding: 0.35em 0.6em;
    border-radius: 6px;
}

p[b-z4fmkxi7us] {
    color: #6c757d;
}
/* /Components/Pages/Aannemer/Modals/ViewProjectWithContractorJobModal.razor.rz.scp.css */
body[b-vgx4qfva5n] {
}
/* /Components/Pages/Aannemer/ViewProjectPage.razor.rz.scp.css */
.modal-backdrop[b-re9fijf07h] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}


.modal-content-wrapper[b-re9fijf07h] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}


    .modal-content-wrapper img[b-re9fijf07h] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        border-radius: 4px;
    }

.close-btn[b-re9fijf07h] {
    margin-top: 15px;
}
/* /Components/Pages/Architect/EditContractorJobs.razor.rz.scp.css */
body[b-9bmuua8ug0] {
}
.card:hover[b-9bmuua8ug0] {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
/* /Components/Pages/Architect/EditProject.razor.rz.scp.css */
.modal-backdrop[b-qaelqb88qt] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}


.modal-content-wrapper[b-qaelqb88qt] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}


    .modal-content-wrapper img[b-qaelqb88qt] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        border-radius: 4px;
    }

.close-btn[b-qaelqb88qt] {
    margin-top: 15px;
}
.card:hover[b-qaelqb88qt] {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
/* /Components/Pages/Architect/Modals/ContractorJobListModal.razor.rz.scp.css */

.modal-backdrop[b-lbli2h7a8f] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.modal-content-wrapper[b-lbli2h7a8f] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
    overflow: auto;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    backdrop-filter: none; 
}

.contractor-jobs-container[b-lbli2h7a8f] {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin-top: 20px;
}

.contractor-job-card[b-lbli2h7a8f] {
    flex: 1 1 250px;
    max-width: 300px;
    background: rgba(255,255,255,0.85);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: transform 0.2s ease;
}

    .contractor-job-card:hover[b-lbli2h7a8f] {
        transform: translateY(-5px);
    }

.close-btn[b-lbli2h7a8f] {
    margin-top: 15px;
}
/* /Components/Pages/Architect/Modals/ContractorJobShowComponent.razor.rz.scp.css */
.contractor-job[b-0jrmpsd2dq] {
    border: 1px solid #ddd;
    padding: 16px;
    border-radius: 8px;
    background-color: white;
}

.job-container[b-0jrmpsd2dq] {
    display: grid;
    grid-template-columns: auto auto;
    gap: 66px;
    justify-content: start;
}

.job-left[b-0jrmpsd2dq] {
    flex: 2;
}

.job-right[b-0jrmpsd2dq] {
    flex: 1;
}

    .job-right ul[b-0jrmpsd2dq] {
        margin-top: 4px;
        padding-left: 18px;
    }


@media (max-width: 768px) {
    .job-container[b-0jrmpsd2dq] {
        grid-template-columns: 1fr;
    }
}
