/* _content/BatecBauApp/Shared/CameraPopup.razor.rz.scp.css */
body[b-7n0hu5pqst] {
}

.center-image[b-7n0hu5pqst] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Custom Modal Styles */
.custom-modal[b-7n0hu5pqst] {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.custom-modal-header[b-7n0hu5pqst] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #ccc;
}

.custom-modal-title[b-7n0hu5pqst] {
    font-size: 1.25rem;
    margin: 0;
}

.custom-modal-close-button[b-7n0hu5pqst] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #888;
}

.custom-modal-body[b-7n0hu5pqst] {
    padding: 16px;
    max-height: 90vh;
    overflow-y: auto;
}

.custom-modal-backdrop[b-7n0hu5pqst] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 900;
}
/* _content/BatecBauApp/Shared/DateiForm.razor.rz.scp.css */
body[b-sf1y64o32t] {
}
.datei-active[b-sf1y64o32t] {
    background-color: var(--secondary-color) !important;
    color: var(--secondary-text-color) !important;
}

.confirmation-modal[b-sf1y64o32t] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .confirmation-modal p[b-sf1y64o32t] {
        margin-bottom: 20px;
    }

    .confirmation-modal button[b-sf1y64o32t] {
        margin: 5px;
        padding: 8px 16px;
        border: none;
        background-color: #ff6347;
        color: white;
        border-radius: 4px;
        cursor: pointer;
    }

        .confirmation-modal button:hover[b-sf1y64o32t] {
            background-color: #e63946;
        }
/* _content/BatecBauApp/Shared/ImageViewerPopup.razor.rz.scp.css */
body[b-a754d9pp2x] {
}


.center-image[b-a754d9pp2x] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
/* Custom Modal Styles */
.custom-modal[b-a754d9pp2x] {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.custom-modal-header[b-a754d9pp2x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #ccc;
}

.custom-modal-title[b-a754d9pp2x] {
    font-size: 1.25rem;
    margin: 0;
    color: var(--secondary-text-color);
}

.custom-modal-close-button[b-a754d9pp2x] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #888;
}

.custom-modal-body[b-a754d9pp2x] {
    padding: 16px;
    max-height: 90vh;
    overflow-y: auto;
}

.custom-modal-backdrop[b-a754d9pp2x] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 900;
}
/* _content/BatecBauApp/Shared/Login.razor.rz.scp.css */
body[b-sb3nhzpf6a] {
    
}
.body-container[b-sb3nhzpf6a] {
    background-color: white;
    color: black;
    height:100vh;
    width: 100vw;
}
.login-box[b-sb3nhzpf6a] {
    max-width: 600px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
}

.form-group.login[b-sb3nhzpf6a] {
    margin-top: 5px;
}

.container[b-sb3nhzpf6a] {
    background-color: #fff;
    background-image: url('/Images/login_background.png');
    background-size: cover;
    background-position: center;
}

.btn-login[b-sb3nhzpf6a] {
    width: 100%;
}
/* _content/BatecBauApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-d4f61hz2qn] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--primary-color);
    color: var(--primary-text-color);
}
.sidenav[b-d4f61hz2qn] {
    background-color: var(--primary-color);
    color: var(--primary-text-color);
}
main[b-d4f61hz2qn] {
    flex: 1;
}

.sidebar[b-d4f61hz2qn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-d4f61hz2qn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-d4f61hz2qn]  a, .top-row .btn-link[b-d4f61hz2qn] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-d4f61hz2qn] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-d4f61hz2qn] {
        display: none;
    }

    .top-row.auth[b-d4f61hz2qn] {
        justify-content: space-between;
    }

    .top-row a[b-d4f61hz2qn], .top-row .btn-link[b-d4f61hz2qn] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-d4f61hz2qn] {
        flex-direction: row;
    }

    .sidebar[b-d4f61hz2qn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-d4f61hz2qn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-d4f61hz2qn], article[b-d4f61hz2qn] {
        padding-left: 0.5rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BatecBauApp/Shared/ViewerPopup.razor.rz.scp.css */
body[b-2scifnxec1] {

}

/* Custom Modal Styles */
.custom-modal[b-2scifnxec1] {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.custom-modal-header[b-2scifnxec1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #ccc;
}

.custom-modal-title[b-2scifnxec1] {
    font-size: 1.25rem;
    margin: 0;
}

.custom-modal-close-button[b-2scifnxec1] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #888;
}

.custom-modal-body[b-2scifnxec1] {
    padding: 16px;
    max-height: 60vh;
    overflow-y: auto;
}

.custom-modal-backdrop[b-2scifnxec1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 900;
}
