/* _content/ApplyApp/Components/Layout/MainLayout.razor.rz.scp.css */
/*.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}
*/

.page[b-fojyi1kc4s] {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.top-row[b-fojyi1kc4s] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

.main[b-fojyi1kc4s] {
    flex: 1;
    overflow: auto;
}

.content[b-fojyi1kc4s] {
    padding: 1rem 0;
}

/* ��ҳ��ť��ͣЧ�� */
.btn-link:hover[b-fojyi1kc4s] {
    text-decoration: none;
    color: #0d6efd !important;
}
/* _content/ApplyApp/Components/lib/Loading.razor.rz.scp.css */
.loading-overlay[b-o95e24rugm] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.loading-overlay.active[b-o95e24rugm] {
    opacity: 1;
    visibility: visible;
}

.loading-spinner[b-o95e24rugm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.spinner[b-o95e24rugm] {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin-b-o95e24rugm 1s ease-in-out infinite;
}

.loading-text[b-o95e24rugm] {
    color: white;
    font-size: 1.2rem;
}

@keyframes spin-b-o95e24rugm {
    to {
        transform: rotate(360deg);
    }
}
/* _content/ApplyApp/Components/Pages/apply/components/Apply_ApplyedInfo.razor.rz.scp.css */
.sub-table[b-vo7ix417ks] {
    margin-left: 30px;
    background-color: #f8f9fa !important;
    border-left: 3px solid #dee2e6;
}

.toggle-btn[b-vo7ix417ks] {
    min-width: 80px;
}

.thead-main[b-vo7ix417ks] {
    color:white;
    background-color: #499ef3 !important;
}
.card-container[b-vo7ix417ks] {
    max-width: 100%;
}

.card[b-vo7ix417ks] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.sub-card[b-vo7ix417ks] {
    background-color: #f8f9fa;
}

    .sub-card p[b-vo7ix417ks] {
        margin-bottom: 0;
        word-break: break-all;
    }

@@media (max-width: 576px) {
    .sub-card .row > div[b-vo7ix417ks] {
        margin-bottom: 8px;
    }
}
/* _content/ApplyApp/Components/Pages/apply/components/EditableGrid.razor.rz.scp.css */
.modal[b-mv2wl0ght4] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-dialog[b-mv2wl0ght4] {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.card[b-mv2wl0ght4] {
    background-color: #cbc6c6;
}

/* 添加以下样式到站点CSS文件 */
.editable-grid table[b-mv2wl0ght4] {
    width: 100%;
    border-collapse: collapse;
}

.editable-grid th[b-mv2wl0ght4],
.editable-grid td[b-mv2wl0ght4] {
    padding: 8px;
    border: 1px solid #ddd;
}

.editable-grid input[type="checkbox"][b-mv2wl0ght4] {
    transform: scale(1.2);
}

.editable-grid tr:hover[b-mv2wl0ght4] {
    background-color: #f5f5f5;
}

.editable-grid input.form-control[b-mv2wl0ght4] {
    padding: 4px;
    width: 95%;
}
/* _content/ApplyApp/Components/Pages/Register.razor.rz.scp.css */
.register-container[b-h0eewcx4fu] {
    max-width: 500px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.register-title[b-h0eewcx4fu] {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #333;
}

.register-form[b-h0eewcx4fu] {
    margin-top: 1.5rem;
}

.form-control[b-h0eewcx4fu] {
    padding: 0.5rem 0.75rem;
}

.form-label[b-h0eewcx4fu] {
    font-weight: 500;
    margin-bottom: 0.5rem;
}
/* _content/ApplyApp/Components/Shared/ErrorMsg.razor.rz.scp.css */
.modal[b-wxcs1k45bq] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog[b-wxcs1k45bq] {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

@media (min-width: 576px) {
    .modal-dialog[b-wxcs1k45bq] {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

.modal-content[b-wxcs1k45bq] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
