/* _content/eShiksha/Components/Layout/MainLayout.razor.rz.scp.css */
/* Remove default Blazor template styles */
/* Keep only what you actually use */

.sidebar[b-y44k9t7e3v] {
    color: white;
}

#blazor-error-ui[b-y44k9t7e3v] {
    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-y44k9t7e3v] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


/* RESET */
*[b-y44k9t7e3v] {
    box-sizing: border-box;
    font-family: 'Noto Sans', sans-serif;
}

/* ROOT */
.app-layout[b-y44k9t7e3v] {
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #0d6efd, #084298);
}

/* HEADER */
.app-header[b-y44k9t7e3v] {
    height: 45px;
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    font-family: 'Noto Sans', sans-serif;
}

.menu-btn[b-y44k9t7e3v] {
    background: transparent;
    border: none;
    font-size: 18px;
    color: white;
    cursor: pointer;
}

.header-right[b-y44k9t7e3v] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.teacher-name[b-y44k9t7e3v] {
    font-weight: 300;
}

/* PROFILE */
.profile[b-y44k9t7e3v] {
    position: relative;
}

.profile-btn[b-y44k9t7e3v] {
    background: white;
    color: #0d6efd;
    border: none;
    border-radius: 6px;
    padding: 4px 8px;
    cursor: pointer;
    font-weight: bold;
}

.profile[b-y44k9t7e3v] {
    position: relative;
}

.profile-menu[b-y44k9t7e3v] {
    position: absolute;
    right: 0;
    top: 38px;
    background: white;
    min-width: 160px;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    overflow: hidden;
    z-index: 9999;
}

    .profile-menu div[b-y44k9t7e3v] {
        padding: 10px 14px;
        cursor: pointer;
        font-size: 14px;
    }

        .profile-menu div:hover[b-y44k9t7e3v] {
            background-color: #f1f5f9;
        }

    .profile-menu .danger[b-y44k9t7e3v] {
        color: #dc3545;
        font-weight: 600;
    }

    .profile-menu .color[b-y44k9t7e3v] {
        color: #084298;
        font-weight: 600;
    }


/* BODY */
.app-body[b-y44k9t7e3v] {
    font-family: 'Noto Sans', sans-serif;
    flex: 1;
    display: flex;
    overflow: hidden;
}

/* SIDEBAR */
.sidebar[b-y44k9t7e3v] {
    background: linear-gradient(180deg, #084298, #052c65);
    color: white;
    transition: width 0.3s ease;
}

    .sidebar.open[b-y44k9t7e3v] {
        width: 230px;
    }

    .sidebar.closed[b-y44k9t7e3v] {
        width: 0px;
    }

    .sidebar nav a[b-y44k9t7e3v] {
        font-family: 'Noto Sans', sans-serif;
        display: block;
        padding: 12px 16px;
        color: white;
        text-decoration: none;
        font-size: 14px;
    }

        .sidebar nav a:hover[b-y44k9t7e3v] {
            background: #0b5ed7;
        }





/* CONTENT */
.content[b-y44k9t7e3v] {
    flex: 1;
    padding: 16px;
    overflow-y: auto;
    background: #f8f9fa;
}

/* FOOTER */
.footer[b-y44k9t7e3v] {
    height: 32px;
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 32px;
}


/* Sidebar Logo */
.sidebar-logo[b-y44k9t7e3v] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

/* ROUND LOGO */
.logo-img[b-y44k9t7e3v] {
    width: 45px;
    height: 45px;
    border-radius: 50%; /* Makes it round */
    object-fit: cover; /* Prevents image distortion */
    border: 2px solid white; /* Optional: clean border */
    background: white; /* Optional: if PNG has transparent bg */
}

/* Hide text when sidebar closed */
.sidebar.closed .logo-text[b-y44k9t7e3v] {
    display: none;
}
/* _content/eShiksha/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6zr7zeamus] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-6zr7zeamus] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-6zr7zeamus] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6zr7zeamus] {
    font-size: 1.1rem;
}

.bi[b-6zr7zeamus] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-6zr7zeamus] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-6zr7zeamus] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-6zr7zeamus] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-6zr7zeamus] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6zr7zeamus] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6zr7zeamus] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6zr7zeamus]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-6zr7zeamus]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-6zr7zeamus]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-6zr7zeamus] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6zr7zeamus] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6zr7zeamus] {
        display: none;
    }

    .nav-scrollable[b-6zr7zeamus] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/eShiksha/Components/Pages/ACVoucher.razor.rz.scp.css */
/* =========================
   PAGE BACKGROUND
========================= */

.page-wrapper[b-n34gbyz0xy] {
    padding: 20px;
    background: linear-gradient(135deg, #f0f4ff, #f9fbff);
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
}


/* =========================
   HEADER
========================= */

.header-card[b-n34gbyz0xy] {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0d6efd, #084298);
    padding: 15px 20px;
    border-radius: 12px;
    color: white;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    margin-bottom: 20px;
}

.header-title[b-n34gbyz0xy] {
    flex: 1;
    text-align: center;
    margin: 0;
    font-weight: 600;
}

.back-btn[b-n34gbyz0xy] {
    background: rgba(255,255,255,0.2);
    border: none;
    padding: 6px 12px;
    border-radius: 8px;
    cursor: pointer;
    color: white;
    font-size: 16px;
    transition: 0.3s;
}

    .back-btn:hover[b-n34gbyz0xy] {
        background: rgba(255,255,255,0.35);
    }


/* =========================
   FILTER CARD
========================= */

.filter-card[b-n34gbyz0xy] {
    background: white;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}

.filter-container[b-n34gbyz0xy] {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.filter-row[b-n34gbyz0xy] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .filter-row label[b-n34gbyz0xy] {
        font-weight: 500;
        color: #333;
    }

.date-input[b-n34gbyz0xy] {
    padding: 8px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    transition: 0.3s;
}

    .date-input:focus[b-n34gbyz0xy] {
        border-color: #4e73df;
        outline: none;
        box-shadow: 0 0 5px rgba(78,115,223,0.4);
    }

.button-row[b-n34gbyz0xy] {
    margin-left: auto;
}

.btn-primary[b-n34gbyz0xy] {
    background: linear-gradient(90deg, #4e73df, #224abe);
    color: white;
    border: none;
    padding: 8px 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
}

    .btn-primary:hover[b-n34gbyz0xy] {
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }


/* =========================
   TABLE CARD
========================= */

.table-card[b-n34gbyz0xy] {
    background: white;
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.custom-table[b-n34gbyz0xy] {
    width: 100%;
    border-collapse: collapse;
}

    .custom-table th[b-n34gbyz0xy] {
        background-color: #f1f3f5;
        padding: 10px;
        text-align: left;
        border-bottom: 2px solid #dee2e6;
        font-weight: 600;
    }

    .custom-table td[b-n34gbyz0xy] {
        padding: 10px;
        border-bottom: 1px solid #dee2e6;
    }

    .custom-table tr:hover[b-n34gbyz0xy] {
        background: #f1f5ff;
        transition: 0.2s;
    }


/* =========================
   PAGINATION
========================= */

.pagination[b-n34gbyz0xy] {
    margin-top: 15px;
    text-align: center;
}

    .pagination button[b-n34gbyz0xy] {
        margin: 3px;
        padding: 6px 12px;
        border: none;
        border-radius: 6px;
        background: #e2e6f5;
        cursor: pointer;
        transition: 0.2s;
    }

        .pagination button:hover[b-n34gbyz0xy] {
            background: #4e73df;
            color: white;
        }

    .pagination .active[b-n34gbyz0xy] {
        background: #4e73df;
        color: white;
    }


/* =========================
   MOBILE CARD VIEW
========================= */

.mobile-cards[b-n34gbyz0xy] {
    display: none;
}

.voucher-card[b-n34gbyz0xy] {
    background: white;
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    margin-bottom: 15px;
    border-left: 5px solid #4e73df;
}

    .voucher-card div[b-n34gbyz0xy] {
        margin-bottom: 6px;
    }


/* =========================
   RESPONSIVE DESIGN
========================= */

@media (max-width: 768px) {

    .filter-container[b-n34gbyz0xy] {
        flex-direction: column;
        align-items: stretch;
    }

    .button-row[b-n34gbyz0xy] {
        margin-left: 0;
        justify-content: center;
    }

    .custom-table[b-n34gbyz0xy] {
        display: none;
    }

    .mobile-cards[b-n34gbyz0xy] {
        display: block;
    }

    .header-title[b-n34gbyz0xy] {
        font-size: 16px;
    }
}
/* _content/eShiksha/Components/Pages/ExamClassStudent.razor.rz.scp.css */
.page-container[b-gno1e0dyhl] {
    max-width: 1100px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-radius: 8px;
    overflow: hidden;
    font-family: 'Noto Sans', sans-serif;
}

/* Header */
.page-header[b-gno1e0dyhl] {
    background: linear-gradient(135deg, #0d6efd, #084298);
    padding: 12px 16px;
    color: #ffffff;
}

    .page-header h3[b-gno1e0dyhl] {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
    }

/* Table */
.table-wrapper[b-gno1e0dyhl] {
    padding: 12px;
    overflow-x: auto;
}

.student-table[b-gno1e0dyhl] {
    width: 100%;
    border-collapse: collapse;
}

    .student-table th[b-gno1e0dyhl],
    .student-table td[b-gno1e0dyhl] {
        border: 1px solid #e0e0e0;
        padding: 8px 10px;
        font-size: 14px;
        text-align: left;
    }

    .student-table th[b-gno1e0dyhl] {
        background: #f5f7fa;
        font-weight: 600;
    }

    .student-table tr:nth-child(even)[b-gno1e0dyhl] {
        background: #fafafa;
    }

/* Buttons */
.btn[b-gno1e0dyhl] {
    border: none;
    padding: 5px 12px;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
}

.btn-info[b-gno1e0dyhl] {
    background: #0dcaf0;
    color: #fff;
}

.btn-success[b-gno1e0dyhl] {
    background: #198754;
    color: #fff;
}

.btn:hover[b-gno1e0dyhl] {
    opacity: 0.9;
}

/* Loading */
.loading-text[b-gno1e0dyhl] {
    text-align: center;
    padding: 12px;
    font-weight: 500;
    color: #555;
}



/* =========================
	   PAGINATION
	========================= */

.pagination-container[b-gno1e0dyhl] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.page-btn[b-gno1e0dyhl] {
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: white;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.2s ease;
}

    .page-btn:hover:not(:disabled)[b-gno1e0dyhl] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    }

    .page-btn:disabled[b-gno1e0dyhl] {
        background: #cbd5e1;
        cursor: not-allowed;
    }

.page-info[b-gno1e0dyhl] {
    font-weight: 600;
    color: #1e40af;
}

.goto-box[b-gno1e0dyhl] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.goto-input[b-gno1e0dyhl] {
    width: 60px;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #cbd5e1;
    text-align: center;
}
/* _content/eShiksha/Components/Pages/ExamClassSubject.razor.rz.scp.css */
/* PAGE CONTAINER */
.ecs-container[b-hcmeoiaars] {
    max-width: 500px;
    margin: 30px auto;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
    overflow: hidden;
    padding-bottom: 20px;
}

/* HEADER */
.ecs-header[b-hcmeoiaars] {
    background: linear-gradient(135deg,#084298, #0d6efd);
    color: #fff;
    padding: 10px;
    text-align: center;
}

    .ecs-header h2[b-hcmeoiaars] {
        margin: 0;
        font-size: 18px;
    }

/* FORM */
.form-group[b-hcmeoiaars] {
    padding: 10px 20px;
}

.form-control[b-hcmeoiaars] {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #ced4da;
    font-size: 14px;
}

    .form-control:focus[b-hcmeoiaars] {
        outline: none;
        border-color: #0d6efd;
        box-shadow: 0 0 0 2px rgba(13,110,253,.2);
    }

/* BUTTONS */
.button-group[b-hcmeoiaars] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 20px;
}

.btn[b-hcmeoiaars] {
    padding: 10px 18px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}

    .btn.primary[b-hcmeoiaars] {
        background: linear-gradient(45deg, #0d6efd, #1a73e8);
        color: #fff;
    }

    .btn.secondary[b-hcmeoiaars] {
        background: linear-gradient(45deg, #6c757d, #495057);
        color: #fff;
    }

    .btn.success[b-hcmeoiaars] {
        background: linear-gradient(45deg, #28a745, #2e7d32);
        color: #fff;
    }



    .btn:hover[b-hcmeoiaars] {
        opacity: .9;
    }
/* _content/eShiksha/Components/Pages/ExamDETerm.razor.rz.scp.css */
/* ===== CARD CONTAINER ===== */
.card-container[b-g6vn7uefhm] {
    max-width: 520px;
    margin: 15px auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    overflow: visible;
    font-family: 'Noto Sans', sans-serif;
}

/* ===== HEADER ===== */
.card-header[b-g6vn7uefhm] {
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: #fff;
    padding: 14px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

    .card-header h2[b-g6vn7uefhm] {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
    }

/* ===== FORM BODY ===== */
.card-body[b-g6vn7uefhm] {
    padding: 16px;
}

/* ===== FORM ROW ===== */
.form-row[b-g6vn7uefhm] {
    display: grid;
    grid-template-columns: 1fr 20px 1fr;
    align-items: center;
    margin-bottom: 12px;
    gap: 8px;
}

    /* Label */
    .form-row label[b-g6vn7uefhm] {
        text-align: left;
        font-size: 14px;
        font-weight: 500;
    }

/* Colon */
.colon[b-g6vn7uefhm] {
    text-align: center;
    font-weight: 600;
}

/* Input */
.form-row input[b-g6vn7uefhm] {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

/* ===== MOBILE VIEW ===== */
@media (max-width: 768px) {
    .form-row[b-g6vn7uefhm] {
        flex-direction: column;
        align-items: stretch;
    }

        .form-row label[b-g6vn7uefhm] {
            margin-bottom: 5px;
        }

        .form-row input[b-g6vn7uefhm] {
            width: 100%;
        }
}

/* ===== CHECKBOX ROW ===== */
.checkbox-row[b-g6vn7uefhm] {
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center; /* vertical alignment */
    gap: 8px;
    margin-top: 15px;
}

/* ===== ACTION BUTTONS ===== */
.action-buttons[b-g6vn7uefhm] {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
}

.btn-save[b-g6vn7uefhm] {
    padding: 6px 18px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    background: #198754;
    color: #fff;
}

.btn-cancel[b-g6vn7uefhm] {
    padding: 6px 18px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    background: #dee2e6;
    color: #000;
}

/* ===== MULTI-SELECT DROPDOWN ===== */
.dropdown-multi[b-g6vn7uefhm] {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}

.dropdown-toggle[b-g6vn7uefhm] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    position: relative;
}

    .dropdown-toggle[b-g6vn7uefhm]::after {
        content: "▼";
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.6rem;
        pointer-events: none;
    }

.dropdown-panel[b-g6vn7uefhm] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 6px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 999;
    display: flex;
    flex-direction: column;
}

.checkbox-list[b-g6vn7uefhm] {
    max-height: 180px; /* scrollable if too many items */
    overflow-y: auto;
    padding: 8px 10px;
}

.checkbox-item[b-g6vn7uefhm] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 4px;
    font-size: 14px;
    cursor: pointer;
}

    .checkbox-item input[b-g6vn7uefhm] {
        transform: scale(1.1);
    }

/* ===== HEADINGS FOR DEMASTER ===== */
h4[b-g6vn7uefhm] {
    margin: 16px 0 8px;
    text-align: center;
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 480px) {
    .form-row[b-g6vn7uefhm] {
        flex-direction: column;
        align-items: flex-start;
    }

    .dropdown-multi[b-g6vn7uefhm] {
        width: 100%;
    }
}

.dropdown-footer[b-g6vn7uefhm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    border-top: 1px solid #eee;
    background: #fafafa;
}

    .dropdown-footer button[b-g6vn7uefhm] {
        padding: 4px 8px;
        font-size: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #fff;
        cursor: pointer;
    }

        .dropdown-footer button:disabled[b-g6vn7uefhm] {
            opacity: 0.5;
            cursor: not-allowed;
        }



.pagination[b-g6vn7uefhm] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 10px 0 18px 0; /* Top & Bottom spacing */
}

    .pagination button[b-g6vn7uefhm] {
        padding: 8px 16px;
        font-size: 10px;
        font-weight: 500;
        border: none;
        background: linear-gradient(135deg, #0d6efd, #084298);
        color: white;
        border-radius: 8px;
        cursor: pointer;
        transition: 0.2s ease;
    }

        .pagination button:hover:not(:disabled)[b-g6vn7uefhm] {
            transform: translateY(-2px);
        }

        .pagination button:disabled[b-g6vn7uefhm] {
            background: #ccc;
            cursor: not-allowed;
        }
/* _content/eShiksha/Components/Pages/ExamMarksEntry.razor.rz.scp.css */
.marks-card[b-6fj7bayn4n] {
    max-width: 520px;
    max-height: 520px;
    margin: 30px auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    overflow: visible;
    font-family: 'Noto Sans', sans-serif;
    border: 1px solid #f1f3f5;
}

.marks-header[b-6fj7bayn4n] {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #ffffff;
    padding: 16px;
    text-align: center;
    border-radius: 16px 16px 0 0;
}

    .marks-header h2[b-6fj7bayn4n] {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
    }

.marks-body[b-6fj7bayn4n] {
    padding: 10px;
}

.marks-row[b-6fj7bayn4n] {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    position: relative; /* <-- added */
}



    .marks-row label[b-6fj7bayn4n] {
        position: relative;
        width: 200px; /* adjust if needed */
        text-align: left;
        padding-right: 0px; /* space for colon */
        font-weight: 500;

        flex: 1;
        font-size: 14px;
    }

        .marks-row label[b-6fj7bayn4n]::after {
            content: ":";
            position: absolute;
            right: 40px;
            font-weight: 500;
        }

    .marks-row input[b-6fj7bayn4n],
    .marks-row select[b-6fj7bayn4n] {
        flex: 1;
        padding: 8px 10px;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        font-size: 14px;
        background: #f8fafc;
        transition: all 0.2s ease;
    }

        .marks-row input:focus[b-6fj7bayn4n],
        .marks-row select:focus[b-6fj7bayn4n] {
            outline: none;
            border-color: #2563eb;
            background: #ffffff;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
        }

.checkbox-row[b-6fj7bayn4n] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 16px 0;
    font-size: 14px;
}

.action-buttons[b-6fj7bayn4n] {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
}

.btn[b-6fj7bayn4n] {
    padding: 8px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.25s ease;
}

/* Save Button */
.btn-save[b-6fj7bayn4n] {
    background: linear-gradient(135deg, #16a34a, #15803d);
    color: #fff;
}

    .btn-save:hover[b-6fj7bayn4n] {
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(22, 163, 74, 0.3);
    }

/* Cancel Button */
.btn-cancel[b-6fj7bayn4n] {
    background: #f1f5f9;
    color: #334155;
}

    .btn-cancel:hover[b-6fj7bayn4n] {
        background: #e2e8f0;
    }

.validation-message[b-6fj7bayn4n] {
    color: red;
    font-size: 12px;
}


.dropdown-multi[b-6fj7bayn4n] {
    position: relative;
    width: 53%;
    max-width: 258px; /* bigger on desktop */
    overflow: visible;
}


.dropdown-panel[b-6fj7bayn4n] {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    min-width: 220px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    padding: 12px;
    z-index: 9999;
    animation: dropdownSlide-b-6fj7bayn4n 0.28s cubic-bezier(.22,1,.36,1);
}

@keyframes dropdownSlide-b-6fj7bayn4n {
    0% {
        opacity: 0;
        transform: translateY(-15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 480px) {

    .dropdown-panel[b-6fj7bayn4n] {
        position: fixed; /* important */
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 92%;
        max-width: 380px;
        max-height: 70vh;
        overflow-y: auto;
        border-radius: 18px;
        z-index: 10000;
    }
}


.dropdown-toggle[b-6fj7bayn4n] {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    transition: 0.2s ease;
}

    .dropdown-toggle:hover[b-6fj7bayn4n] {
        background: #eef2ff;
    }

    .dropdown-toggle[b-6fj7bayn4n]::after {
        content: "▼";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-40%);
        font-size: 0.6rem;
        pointer-events: none;
    }


.checkbox-item[b-6fj7bayn4n] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    font-size: 13px;
    border-radius: 8px;
    transition: background 0.2s ease;
}

    .checkbox-item:hover[b-6fj7bayn4n] {
        background: #eef2ff;
    }

    .checkbox-item input[b-6fj7bayn4n] {
        transform: scale(1.1);
    }


.dropdown-footer[b-6fj7bayn4n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e2e8f0;
    gap: 8px;
}

    .dropdown-footer span[b-6fj7bayn4n] {
        font-size: 12px;
        font-weight: 600;
        color: #1e40af;
    }

    .dropdown-footer button[b-6fj7bayn4n] {
        background: linear-gradient(135deg, #2563eb, #1e40af);
        color: white;
        border: none;
        padding: 6px 14px;
        font-size: 10px;
        border-radius: 20px;
        transition: 0.2s ease;
    }

        .dropdown-footer button:hover:not(:disabled)[b-6fj7bayn4n] {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(37, 99, 235, 0.3);
        }

.ok-btn[b-6fj7bayn4n] {
    background: linear-gradient(135deg, #16a34a, #15803d);
}

.dropdown-footer button:disabled[b-6fj7bayn4n] {
    background: #cbd5e1;
    color: #64748b;
}



    .centered-checkbox[b-6fj7bayn4n] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
}

.centered-checkbox label[b-6fj7bayn4n] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    cursor: pointer;
}

/* _content/eShiksha/Components/Pages/GoshwaraCountMaster.razor.rz.scp.css */
.page-container[b-m429p34vih] {
    padding: 20px;
}

.school-title[b-m429p34vih] {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #222;
}

.card-container[b-m429p34vih] {
    max-width: 700px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    background-color: #fff;
}

/* Header */
.card-header[b-m429p34vih] {
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: white;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    position: relative;
}

.header-title[b-m429p34vih] {
    flex: 1;
    text-align: center;
    margin: 0;
    font-size: 18px;
}

.back-btn[b-m429p34vih] {
    background: white;
    color: #0d6efd;
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s ease;
}

    .back-btn:hover[b-m429p34vih] {
        background: #e9ecef;
        transform: scale(1.05);
    }

/* Table */
.table-container[b-m429p34vih] {
    padding: 15px;
}

.custom-table[b-m429p34vih] {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

    .custom-table thead[b-m429p34vih] {
        background-color: #f1f3f5;
    }

    .custom-table th[b-m429p34vih],
    .custom-table td[b-m429p34vih] {
        padding: 10px;
        border: 1px solid #dee2e6;
        font-size: 14px;
    }

    .custom-table th[b-m429p34vih] {
        font-weight: 700;
    }

    .custom-table tbody tr:hover[b-m429p34vih] {
        background-color: #f8f9fa;
    }

.total-row[b-m429p34vih] {
    font-weight: bold;
    background-color: #e9f2ff;
}

/* Loading */
.loading-text[b-m429p34vih] {
    text-align: center;
    padding: 20px;
    font-weight: 500;
}
/* _content/eShiksha/Components/Pages/Index.razor.rz.scp.css */
/* =========================
   ROOT SCALE SETTINGS
   ========================= */
.index-page[b-h7dcja83hr] {
    --primary: #0d6efd;
    --radius: 12px;
    --gap: 12px;
    /* 🔧 CHANGE THIS ONE VALUE */
    --scale: 1; /* 0.9 = smaller | 1 = normal | 1.1 = bigger */

    font-size: calc(14px * var(--scale));
    padding: 12px;
    background: #f4f6f9;
}

    /* =========================
   GENERAL
   ========================= */
    .index-page hr[b-h7dcja83hr] {
        margin: 0px 0;
        opacity: 0.2;
    }

    /* =========================
   HEADER
   ========================= */
    .index-page .header-card[b-h7dcja83hr] {
        background: linear-gradient(135deg, #0d6efd, #084298);
        color: #fff;
        padding: calc(10px * var(--scale));
        border-radius: var(--radius);
        text-align: center;
    }

    .index-page .select-wrapper[b-h7dcja83hr] {
        margin-top: 0px;
    }

    .index-page .input-style[b-h7dcja83hr] {
        width: 100%;
        padding: 8px;
        border-radius: 8px;
        border: none;
        outline: none;
    }

    /* =========================
   DASHBOARD GRID
   ========================= */
    .index-page .dashboard-grid[b-h7dcja83hr] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: var(--gap);
        margin-top: 5px;
    }

    .index-page .dash-card[b-h7dcja83hr] {
        color: #fff;
        padding: calc(14px * var(--scale));
        border-radius: var(--radius);
        text-align: center;
        cursor: pointer;
        text-decoration: none;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

        .index-page .dash-card:hover[b-h7dcja83hr] {
            transform: translateY(-4px);
            box-shadow: 0 6px 15px rgba(0,0,0,0.2);
        }

        .index-page .dash-card .icon[b-h7dcja83hr] {
            font-size: calc(38px * var(--scale));
            margin-bottom: 4px;
        }

/* =========================
   COLORS
   ========================= */
.blue[b-h7dcja83hr] {
    background: #1e88e5;
}

.pink[b-h7dcja83hr] {
    background: #e91e63;
}

.green[b-h7dcja83hr] {
    background: #2e7d32;
}

.red[b-h7dcja83hr] {
    background: #6a1b9a;
}

/* =========================
   SECTIONS
   ========================= */
.index-page .section[b-h7dcja83hr] {
    margin-top: 6px;
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.index-page .section-header[b-h7dcja83hr] {
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: #fff;
    padding: 10px;
    font-weight: 600;
    text-align: center;
}

/* =========================
   FEES
   ========================= */
.index-page .fees-grid[b-h7dcja83hr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
    padding: 10px;
}

.index-page .fee-card[b-h7dcja83hr] {
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    transition: transform 0.2s;
}

    .index-page .fee-card:hover[b-h7dcja83hr] {
        transform: scale(1.04);
    }

/* =========================
   MENU
   ========================= */
.index-page .menu-grid[b-h7dcja83hr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    padding: 10px;
}

.index-page .menu-card[b-h7dcja83hr] {
    background: #fff;
    padding: 16px;
    border-radius: 10px;
    text-align: center;
    font-size: calc(22px * var(--scale));
    text-decoration: none;
    color: #000;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    transition: transform 0.2s, box-shadow 0.2s;
}

    .index-page .menu-card:hover[b-h7dcja83hr] {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(0,0,0,.2);
    }

    .index-page .menu-card span[b-h7dcja83hr] {
        display: block;
        font-size: 12px;
        margin-top: 6px;
        opacity: 0.7;
    }

.index-page .empty-state[b-h7dcja83hr] {
    text-align: center;
    padding: 30px;
    opacity: 0.6;
    font-size: 14px;
}

.index-page .active-card[b-h7dcja83hr] {
    outline: 2px solid #fff;
    box-shadow: 0 0 0 3px rgba(255,255,255,.3);
}
/* _content/eShiksha/Components/Pages/Login.razor.rz.scp.css */
/* =========================
       RESET
    ========================= */
*[b-0rm1v0bpzl] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* =========================
       PAGE
    ========================= */
body[b-0rm1v0bpzl] {
    background: #f4f7fb;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0.75rem, 3vw, 1.5rem);
}

/* =========================
       WRAPPER
    ========================= */
.login-wrapper[b-0rm1v0bpzl] {
    width: 100%;
    max-width: clamp(320px, 90vw, 450px);
}

/* =========================
       CARD
    ========================= */
.login-card[b-0rm1v0bpzl] {
    background: #ffffff;
    border-radius: clamp(14px, 4vw, 18px);
    padding: clamp(1.5rem, 5vw, 3rem);
    border: 2px solid #e5e7eb;
    box-shadow: 0 12px 25px rgba(13, 110, 253, 0.25);
}

/* =========================
       HEADER
    ========================= */
.login-header[b-0rm1v0bpzl] {
    text-align: center;
    margin-bottom: clamp(1rem, 4vw, 1.5rem);
}

    .login-header .material-icons[b-0rm1v0bpzl] {
        font-size: clamp(2.2rem, 6vw, 3rem);
        color: #0d6efd;
    }

    .login-header h2[b-0rm1v0bpzl] {
        font-size: clamp(1.2rem, 3.5vw, 1.6rem);
        font-weight: 600;
        margin-top: 0.25rem;
    }

    .login-header p[b-0rm1v0bpzl] {
        font-size: clamp(0.8rem, 2.5vw, 0.95rem);
        color: #6b7280;
    }

/* =========================
       INPUT BOX
    ========================= */
.input-box[b-0rm1v0bpzl] {
    position: relative;
    margin-bottom: clamp(1rem, 3vw, 1.25rem);
}

    .input-box .material-icons[b-0rm1v0bpzl] {
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: clamp(1.1rem, 3vw, 1.25rem);
        color: #0d6efd;
    }

/* =========================
       INPUT
    ========================= */
.form-input[b-0rm1v0bpzl] {
    width: 100%;
    height: 50px;
    padding-left: 50px; /* More space for icon */
    padding-right: 14px;
    font-size: 15px;
    border-radius: 12px;
    border: 1.5px solid #d1d5db;
    outline: none;
    background-color: #ffffff;
    box-sizing: border-box;
}

/* Fix long email visibility */
.form-input[b-0rm1v0bpzl] {
    overflow-x: auto;
    white-space: nowrap;
}

    /* Focus effect */
    .form-input:focus[b-0rm1v0bpzl] {
        border-color: #2563eb;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    }

/* =========================
       BUTTON
    ========================= */
.login-btn[b-0rm1v0bpzl] {
    width: 100%;
    height: clamp(2.75rem, 7vw, 3rem);
    border-radius: clamp(0.75rem, 3vw, 0.875rem);
    border: none;
    background: #0d6efd;
    color: white;
    font-size: clamp(0.85rem, 2.5vw, 0.9rem);
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .login-btn:hover[b-0rm1v0bpzl] {
        background: #0b5ed7;
    }


/* REMEMBER */
.remember-row[b-0rm1v0bpzl] {
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center; /* vertical center */
    margin: 16px 0;
}
/* _content/eShiksha/Components/Pages/PresentyEntry.razor.rz.scp.css */
:host[b-79bselh334] {
    display: block;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

    /* Main card */
    :host .presenty-container[b-79bselh334] {
        max-width: 520px;
        margin: 30px auto;
        border-radius: 10px;
        background-color: #ffffff;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
        overflow: hidden;
    }

    /* Header */
    :host .presenty-header[b-79bselh334] {
        background-color: #0d6efd;
        padding: 18px 15px;
        text-align: center;
        color: #ffffff;
    }

        :host .presenty-header h2[b-79bselh334] {
            margin: 0;
            font-size: 1.25rem;
            font-weight: 600;
        }

    /* Form rows */
    :host .form-row[b-79bselh334] {
        display: grid;
        grid-template-columns: 1fr 130px;
        align-items: center;
        gap: 10px;
        padding: 8px 15px;
    }

        :host .form-row label[b-79bselh334] {
            font-size: 0.95rem;
            font-weight: 500;
        }

        /* Inputs */
        :host .form-row input[type="number"][b-79bselh334] {
            width: 100%;
            padding: 6px 8px;
            border-radius: 6px;
            border: 1px solid #cfd4da;
            font-size: 0.9rem;
        }

            :host .form-row input[type="number"]:focus[b-79bselh334] {
                outline: none;
                border-color: #0d6efd;
                box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.15);
            }

    /* Checkbox */
    :host .checkbox-row[b-79bselh334] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 15px 0 5px;
        font-size: 0.95rem;
    }

    /* Buttons */
    :host .button-row[b-79bselh334] {
        display: flex;
        justify-content: center;
        gap: 20px;
        padding: 15px 0 20px;
    }

    :host .btn[b-79bselh334] {
        padding: 8px 26px;
        border-radius: 6px;
        border: none;
        cursor: pointer;
        font-size: 0.95rem;
    }

    :host .btn-save[b-79bselh334] {
        background-color: #198754;
        color: #ffffff;
    }

        :host .btn-save:hover[b-79bselh334] {
            background-color: #157347;
        }

    :host .btn-cancel[b-79bselh334] {
        background-color: #6c757d;
        color: #ffffff;
    }

        :host .btn-cancel:hover[b-79bselh334] {
            background-color: #5c636a;
        }

    /* Loader */
    :host .loader[b-79bselh334] {
        text-align: center;
        font-size: 18px;
        margin-top: 40px;
    }
/* _content/eShiksha/Components/Pages/StudentDashboardBalanceAmount.razor.rz.scp.css */
.page-wrapper[b-zhzm4bwxxl] {
    max-width: 1100px;
    margin: 10px auto;
    padding: 10px;
}

/* Header */
.header-card[b-zhzm4bwxxl] {
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: white;
    padding: 14px 16px;
    border-radius: 8px 8px 0 0;
}

.back-btn[b-zhzm4bwxxl] {
    background: white;
    color: #0d6efd;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 16px;
}

.header-title[b-zhzm4bwxxl] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    font-size: 16px;
}

/* Table Card */
.table-card[b-zhzm4bwxxl] {
    background: white;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow-x: auto;
    padding: 15px;
}

/* Table */
.custom-table[b-zhzm4bwxxl] {
    width: 100%;
    border-collapse: collapse;
}

    .custom-table thead[b-zhzm4bwxxl] {
        background-color: #f1f3f5;
    }

    .custom-table th[b-zhzm4bwxxl],
    .custom-table td[b-zhzm4bwxxl] {
        padding: 10px;
        border: 1px solid #dee2e6;
        text-align: left;
        font-size: 14px;
    }

    .custom-table th[b-zhzm4bwxxl] {
        font-weight: 600;
    }

    .custom-table tbody tr:hover[b-zhzm4bwxxl] {
        background-color: #f8f9fa;
    }

/* Call Button */
.call-btn[b-zhzm4bwxxl] {
    background-color: #17a2b8;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}

    .call-btn:hover[b-zhzm4bwxxl] {
        background-color: #138496;
    }

/* Loading */
.table-loading[b-zhzm4bwxxl],
.no-data[b-zhzm4bwxxl] {
    text-align: center;
    padding: 20px;
    font-weight: 500;
}


/* Pagination */
.pagination[b-zhzm4bwxxl] {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}

    .pagination button[b-zhzm4bwxxl] {
        padding: 6px 12px;
        border: 1px solid #ddd;
        background: white;
        cursor: pointer;
        border-radius: 4px;
    }

        .pagination button.active[b-zhzm4bwxxl] {
            background: #0d6efd;
            color: white;
            border-color: #0d6efd;
        }

        .pagination button:disabled[b-zhzm4bwxxl] {
            background: #eee;
            cursor: not-allowed;
        }
/* _content/eShiksha/Components/Pages/StudentDashboardBalanceFilter.razor.rz.scp.css */
.page-wrapper[b-672umlvhoc] {
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
}

/* Header */
.header-card[b-672umlvhoc] {
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: white;
    padding: 14px 16px;
    border-radius: 10px 10px 0 0;
}

.back-btn[b-672umlvhoc] {
    background: white;
    color: #0d6efd;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 18px;
    cursor: pointer;
    margin-right: 16px;
    transition: all 0.3s ease;
}

    .back-btn:hover[b-672umlvhoc] {
        background: #e2e6ea;
        transform: scale(1.05);
    }

.header-title[b-672umlvhoc] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    margin: 0;
}

/* Form */
.form-card[b-672umlvhoc] {
    background: #fff;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.form-group[b-672umlvhoc] {
    margin-bottom: 20px;
}

    .form-group label[b-672umlvhoc] {
        font-weight: 600;
        margin-bottom: 6px;
        display: block;
    }

.form-control[b-672umlvhoc] {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-actions[b-672umlvhoc] {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.btn-primary[b-672umlvhoc] {
    background-color: #0d6efd;
    border: none;
    padding: 10px 18px;
    font-size: 15px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .btn-primary:hover[b-672umlvhoc] {
        background-color: #0b5ed7;
    }

.material-icons[b-672umlvhoc] {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
}
/* _content/eShiksha/Components/Pages/StudentDashboardFeesCollection.razor.rz.scp.css */
/* ===============================
   PAGE WRAPPER
=================================*/
.fees-wrapper[b-humzk12wgo] {
    padding: 24px;
    background: #f4f6fb;
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, sans-serif;
}


/* ===============================
   HEADER SECTION
=================================*/
.fees-header[b-humzk12wgo] {
    position: relative;
    background: linear-gradient(135deg, #0d6efd, #084298);
    padding: 16px 20px;
    border-radius: 14px;
    text-align: center;
    margin-bottom: 25px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.fees-title[b-humzk12wgo] {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}


/* ===============================
   BACK BUTTON
=================================*/
.back-btn[b-humzk12wgo] {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    color: #4e73df;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .back-btn:hover[b-humzk12wgo] {
        background: #e2e6ff;
        transform: translateY(-50%) scale(1.08);
    }


/* ===============================
   MAIN CARD CONTAINER
=================================*/
.fees-card[b-humzk12wgo] {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.fees-card-container[b-humzk12wgo] {
    display: flex;
    flex-direction: column;
    gap: 22px;
}


/* ===============================
   MODERN DATA CARD
=================================*/
.modern-card[b-humzk12wgo] {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 22px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #4e73df;
    transition: all 0.25s ease;
}

    .modern-card:hover[b-humzk12wgo] {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }


/* ===============================
   ROW STRUCTURE
=================================*/
.card-row[b-humzk12wgo] {
    display: grid;
    grid-template-columns: 120px 20px 1fr;
    align-items: center;
    margin-bottom: 10px;
}

    .card-row:last-child[b-humzk12wgo] {
        margin-bottom: 0;
    }

.label[b-humzk12wgo] {
    font-weight: 600;
    color: #444;
}

.colon[b-humzk12wgo] {
    text-align: center;
    font-weight: bold;
    color: #888;
}

.value[b-humzk12wgo] {
    font-weight: 500;
    color: #333;
    word-break: break-word;
}


/* ===============================
   HIGHLIGHT (AMOUNT)
=================================*/
.highlight[b-humzk12wgo] {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #ddd;
}

    .highlight .value[b-humzk12wgo] {
        font-size: 16px;
        font-weight: 700;
        color: #28a745;
    }


/* ===============================
   LOADER / NO DATA
=================================*/
.table-loader[b-humzk12wgo],
.no-data[b-humzk12wgo] {
    text-align: center;
    padding: 40px 0;
    color: #777;
    font-weight: 500;
}


/* ===============================
   PAGINATION
=================================*/
.pagination-summary[b-humzk12wgo] {
    margin-top: 25px;
    text-align: right;
    font-weight: 600;
    color: #555;
}


/* ===============================
   RESPONSIVE DESIGN
=================================*/
@media (max-width: 768px) {

    .fees-wrapper[b-humzk12wgo] {
        padding: 15px;
    }

    .fees-card[b-humzk12wgo] {
        padding: 18px;
    }

    .card-row[b-humzk12wgo] {
        grid-template-columns: 95px 15px 1fr;
        font-size: 14px;
    }

    .fees-title[b-humzk12wgo] {
        font-size: 16px;
    }

    .modern-card[b-humzk12wgo] {
        padding: 15px;
    }
}

/* =========================
   DESKTOP GRID (TABLE)
=========================*/

.desktop-grid[b-humzk12wgo] {
    display: none;
}

.fees-table[b-humzk12wgo] {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

    .fees-table thead[b-humzk12wgo] {
/*        background: linear-gradient(135deg, #4e73df, #224abe);*/
        background: #e9eefc; /* light column header */
        color: black;
    }

    .fees-table th[b-humzk12wgo] {
        padding: 14px;
        text-align: left;
        font-weight: 600;
        font-size: 14px;
    }

    .fees-table td[b-humzk12wgo] {
        padding: 14px;
        border-bottom: 1px solid #eeeeee;
        font-size: 14px;
    }

    .fees-table tbody tr:hover[b-humzk12wgo] {
        background: #f5f8ff;
    }

    .fees-table .amount[b-humzk12wgo] {
        font-weight: 700;
        color: #28a745;
    }

/* =========================
   MOBILE CARDS
=========================*/

.mobile-cards[b-humzk12wgo] {
    display: block;
}

/* =========================
   RESPONSIVE SWITCH
=========================*/

@media (min-width: 992px) {

    .desktop-grid[b-humzk12wgo] {
        display: block;
    }

    .mobile-cards[b-humzk12wgo] {
        display: none;
    }
}
/* _content/eShiksha/Components/Pages/StudentFeesEntryDateWise.razor.rz.scp.css */

*[b-5he7sg1qoq] {
    font-family: 'Noto Sans', sans-serif;
}

/* PAGE */
.page-wrapper[b-5he7sg1qoq] {
    padding: 20px;
    background: #f4f6fb;
    min-height: 100vh;
}

/* HEADER */
.header-card[b-5he7sg1qoq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #0d6efd, #084298);
    padding: 10px 20px;
    border-radius: 14px;
    color: white;
    margin-bottom: 10px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.header-title[b-5he7sg1qoq] {
    margin: 0;
    font-weight: 500;
    font-size:19px;
    text-align: center;
    flex: 1;
}


/* Modern buttons */
.back-btn[b-5he7sg1qoq],
.details-btn[b-5he7sg1qoq] {
    background: white;
    color: #4e73df;
    border: none;
    padding: 8px 10px;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

    .back-btn:hover[b-5he7sg1qoq],
    .details-btn:hover[b-5he7sg1qoq] {
        background: #1cc88a;
        color: white;
    }

/* FILTER */
/* ================= FILTER ================= */

.filter-card[b-5he7sg1qoq] {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.filter-group[b-5he7sg1qoq] {
    display: flex;
    flex-direction: column;
    min-width: 220px;
    text-align: center; /* center label + input */
}

    .filter-group label[b-5he7sg1qoq] {
        font-weight: 600;
        margin-bottom: 6px;
    }

.date-input[b-5he7sg1qoq] {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
}


/* TABLE CARD */
.table-card[b-5he7sg1qoq] {
    background: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

/* TABLE */
.custom-table[b-5he7sg1qoq] {
    width: 100%;
    border-collapse: collapse;
}

    /* 🔹 LIGHT HEADER COLOR */
    .custom-table th[b-5he7sg1qoq] {
        background: #e9eefc; /* light column header */
        color: #333;
        padding: 10px;
        font-weight: 600;
        border-bottom: 2px solid #d6dcf5;
    }

    .custom-table td[b-5he7sg1qoq] {
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

/* 🔹 DARK GREEN AMOUNT */
.amount[b-5he7sg1qoq] {
    text-align: right;
    font-weight: 700;
    color: #006400; /* dark green */
}

/* ROW HOVER */
.custom-table tr:hover[b-5he7sg1qoq] {
    background: #f2f6ff;
}

/* MOBILE CARDS */
.mobile-cards[b-5he7sg1qoq] {
    display: none;
}

.fees-card[b-5he7sg1qoq] {
    background: white;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    border-left: 4px solid #4e73df;
}

    .fees-card div[b-5he7sg1qoq] {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
    }

.card-label[b-5he7sg1qoq] {
    font-weight: 500;
}

/* LOADING / NO DATA */
.loading[b-5he7sg1qoq],
.no-data[b-5he7sg1qoq] {
    text-align: center;
    padding: 20px;
    font-weight: 500;
}

/* =========================
   RESPONSIVE FIX
========================= */

@media (max-width: 768px) {

    .custom-table[b-5he7sg1qoq] {
        display: none;
    }

    .mobile-cards[b-5he7sg1qoq] {
        display: block;
    }

    .card-row[b-5he7sg1qoq] {
        display: grid;
        grid-template-columns: 1fr 20px 1fr;
        align-items: center;
        margin-bottom: 6px;
    }

    .card-label[b-5he7sg1qoq] {
        text-align: left;
        font-weight: 500;
    }

    .colon[b-5he7sg1qoq] {
        text-align: center;
        font-weight: 600;
    }

    .card-row span:last-child[b-5he7sg1qoq] {
        text-align: right;
    }
}
/* _content/eShiksha/Components/Pages/StudentPresentyEntryDaily.razor.rz.scp.css */
.attendance-container[b-08xmofd87h] {
    width: 95%;
    max-width: 1200px;
    margin: 10px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

/* Header */
.attendance-header[b-08xmofd87h] {
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: white;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    /* Title */
    .attendance-header h5[b-08xmofd87h] {
        margin: 0;
        font-weight: 500;
        font-size: 20px;
        text-align: center;
    }

/* Back Button */
.back-btn[b-08xmofd87h] {
    position: absolute;
    left: 12px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .back-btn:hover[b-08xmofd87h] {
        background: white;
        color: #0d6efd;
        transform: scale(1.1);
    }

    .back-btn:active[b-08xmofd87h] {
        transform: scale(0.95);
    }

/* Mobile Responsive */
@media (max-width: 768px) {

    .attendance-header[b-08xmofd87h] {
        padding: 10px;
    }

        .attendance-header h5[b-08xmofd87h] {
            font-size: 16px;
        }

    .back-btn[b-08xmofd87h] {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
}

/* Table */
.table-container[b-08xmofd87h] {
    padding: 10px;
}

.attendance-table[b-08xmofd87h] {
    width: 100%;
    border-collapse: collapse;
}

    .attendance-table th[b-08xmofd87h] {
        background-color: #f1f3f5;
        padding: 10px;
        text-align: left;
        border-bottom: 2px solid #dee2e6;
    }

    .attendance-table td[b-08xmofd87h] {
        padding: 8px;
        border-bottom: 1px solid #dee2e6;
    }

    .attendance-table tr:hover[b-08xmofd87h] {
        background-color: #f8f9fa;
    }

/* Buttons */
.btn-absent[b-08xmofd87h] {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 5px 12px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-present[b-08xmofd87h] {
    background-color: #0dcaf0;
    color: white;
    border: none;
    padding: 5px 12px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-absent:hover[b-08xmofd87h] {
    background-color: #bb2d3b;
}

.btn-present:hover[b-08xmofd87h] {
    background-color: #0aa2c0;
}

/* Loading */
.loading-container[b-08xmofd87h] {
    text-align: center;
    padding: 100px;
}

.spinner[b-08xmofd87h] {
    width: 40px;
    height: 40px;
    border: 4px solid #dee2e6;
    border-top: 4px solid #0d6efd;
    border-radius: 50%;
    animation: spin-b-08xmofd87h 1s linear infinite;
    margin: auto;
}

@keyframes spin-b-08xmofd87h {
    100% {
        transform: rotate(360deg);
    }
}


.pagination-container[b-08xmofd87h] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.page-btn[b-08xmofd87h] {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: white;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
}

    .page-btn:hover:not(:disabled)[b-08xmofd87h] {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

    .page-btn:disabled[b-08xmofd87h] {
        background: #ccc;
        cursor: not-allowed;
    }

.page-info[b-08xmofd87h] {
    font-size: 15px;
}

.goto-container[b-08xmofd87h] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.goto-input[b-08xmofd87h] {
    width: 60px;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #ccc;
    text-align: center;
}

.goto-btn[b-08xmofd87h] {
    padding: 6px 12px;
    border: none;
    border-radius: 5px;
    background: #28a745;
    color: white;
    cursor: pointer;
    transition: 0.3s ease;
}

    .goto-btn:hover[b-08xmofd87h] {
        background: #218838;
    }
/* _content/eShiksha/Components/Pages/StudentPresentyEntryDailySelection.razor.rz.scp.css */
.attendance-container[b-lx4ja9lfhg] {
    max-width: 600px;
    margin: 40px auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background: #ffffff;
}

/* Header */
.attendance-header[b-lx4ja9lfhg] {
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: white;
    padding: 18px;
    text-align: center;
    position: relative;
}

    .attendance-header h3[b-lx4ja9lfhg] {
        margin: 0;
        font-weight: 600;
    }

.back-btn[b-lx4ja9lfhg] {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

/* Body */
.attendance-card[b-lx4ja9lfhg] {
    padding: 30px;
}

/* Form */
.form-group[b-lx4ja9lfhg] {
    margin-bottom: 20px;
}

label[b-lx4ja9lfhg] {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
}

.form-control[b-lx4ja9lfhg] {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ced4da;
    font-size: 15px;
    transition: 0.3s;
}

    .form-control:focus[b-lx4ja9lfhg] {
        border-color: #0d6efd;
        outline: none;
        box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.15);
    }

/* Button Section */
.form-button[b-lx4ja9lfhg] {
    text-align: center;
    margin-top: 20px;
}

/* Submit Button */
.btn-submit[b-lx4ja9lfhg] {
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: white;
    border: none;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

    .btn-submit:hover[b-lx4ja9lfhg] {
        background-color: #1e40af;
    }
/* _content/eShiksha/Components/Pages/StudInfo.razor.rz.scp.css */
.stud-container[b-94luqedz2z] {
    max-width: 1200px;
    margin: auto;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* Header */
.stud-header[b-94luqedz2z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: white;
    padding: 8px 20px;
}

    .stud-header h3[b-94luqedz2z] {
        margin: 0;
        font-size: 20px;
        font-weight: 500;
    }

/* Buttons */
.btn[b-94luqedz2z] {
    padding: 6px 14px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
}

.btn-add[b-94luqedz2z] {
    background: white;
    color: #0d6efd;
    font-weight: 600;
}

    .btn-add:hover[b-94luqedz2z] {
        background: #f1f1f1;
    }

.btn-edit[b-94luqedz2z] {
    background: #198754;
    color: white;
    margin-right: 5px;
}

    .btn-edit:hover[b-94luqedz2z] {
        background: #157347;
    }

.btn-other[b-94luqedz2z] {
    background: #6c757d;
    color: white;
}

    .btn-other:hover[b-94luqedz2z] {
        background: #5a6268;
    }

.action-buttons[b-94luqedz2z] {
    display: flex;
    gap: 6px;
    flex-wrap: nowrap;
}

    .action-buttons .btn[b-94luqedz2z] {
        white-space: nowrap;
    }



/* Table */
.table-wrapper[b-94luqedz2z] {
    padding: 20px;
}

.stud-table[b-94luqedz2z] {
    width: 100%;
    border-collapse: collapse;
}

    .stud-table th[b-94luqedz2z] {
        background: #f8f9fa;
        padding: 10px;
        text-align: left;
        border-bottom: 2px solid #dee2e6;
        font-weight: 600;
    }

    .stud-table td[b-94luqedz2z] {
        padding: 10px;
        border-bottom: 1px solid #dee2e6;
    }

    .stud-table tr:hover[b-94luqedz2z] {
        background: #f1f5ff;
    }

/* Loading */
.loading-container[b-94luqedz2z] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.spinner[b-94luqedz2z] {
    width: 40px;
    height: 40px;
    border: 5px solid #ddd;
    border-top: 5px solid #0d6efd;
    border-radius: 50%;
    animation: spin-b-94luqedz2z 1s linear infinite;
}

@keyframes spin-b-94luqedz2z {
    100% {
        transform: rotate(360deg);
    }
}

.grid-loading[b-94luqedz2z] {
    margin-bottom: 10px;
    font-weight: 600;
}

.table-responsive[b-94luqedz2z] {
    width: 100%;
    overflow-x: auto;
}

/* Mobile Responsive Table */
@media (max-width: 768px) {

    .stud-table thead[b-94luqedz2z] {
        display: none;
    }

    .stud-table[b-94luqedz2z],
    .stud-table tbody[b-94luqedz2z],
    .stud-table tr[b-94luqedz2z],
    .stud-table td[b-94luqedz2z] {
        display: block;
        width: 100%;
    }

        .stud-table tr[b-94luqedz2z] {
            margin-bottom: 15px;
            background: #fff;
            border-radius: 8px;
            padding: 10px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.08);
        }

        .stud-table td[b-94luqedz2z] {
            text-align: right;
            padding-left: 50%;
            position: relative;
        }

            .stud-table td[b-94luqedz2z]::before {
                content: attr(data-label);
                position: absolute;
                left: 10px;
                width: 45%;
                text-align: left;
                font-weight: bold;
            }
}

/* Pagination */
.pagination[b-94luqedz2z] {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}

    .pagination button[b-94luqedz2z] {
        padding: 6px 12px;
        border: 1px solid #ddd;
        background: white;
        cursor: pointer;
        border-radius: 4px;
    }

        .pagination button.active[b-94luqedz2z] {
            background: #0d6efd;
            color: white;
            border-color: #0d6efd;
        }

        .pagination button:disabled[b-94luqedz2z] {
            background: #eee;
            cursor: not-allowed;
        }
/* _content/eShiksha/Components/Pages/StudInfoAddEdit.razor.rz.scp.css */
.form-container[b-98o7al2bwg] {
    max-width: 650px;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    overflow: hidden;
}

.form-header[b-98o7al2bwg] {
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: white;
    padding: 15px;
    text-align: center;
}

.form-group[b-98o7al2bwg] {
    margin-bottom: 18px;
    padding: 0 25px;
}

    .form-group label[b-98o7al2bwg] {
        font-weight: 600;
        margin-bottom: 6px;
        display: block;
    }

.form-control[b-98o7al2bwg] {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    transition: 0.3s;
}

    .form-control:focus[b-98o7al2bwg] {
        border-color: #0d6efd;
        outline: none;
        box-shadow: 0 0 4px rgba(13,110,253,0.4);
    }

.button-group[b-98o7al2bwg] {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px;
}

.btn-save[b-98o7al2bwg] {
    background-color: #198754;
    color: white;
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
    cursor: pointer;
}

    .btn-save:hover[b-98o7al2bwg] {
        background-color: #157347;
    }

.btn-cancel[b-98o7al2bwg] {
    background-color: #6c757d;
    color: white;
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
    cursor: pointer;
}

    .btn-cancel:hover[b-98o7al2bwg] {
        background-color: #5c636a;
    }
/* _content/eShiksha/Components/Pages/StudInfoAddEditOther.razor.rz.scp.css */
.form-container[b-mkje0ge4zt] {
    max-width: 500px;
    margin: 20px auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    overflow: hidden;
}

.form-header[b-mkje0ge4zt] {
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: white;
    padding: 10px;
    text-align: center;
}

    .form-header h2[b-mkje0ge4zt] {
        margin: 0;
        font-weight: 600;
    }

.form-group[b-mkje0ge4zt] {
    margin: 18px 25px;
    display: flex;
    flex-direction: column;
}

    .form-group label[b-mkje0ge4zt] {
        margin-bottom: 6px;
        font-weight: 600;
        font-size: 14px;
    }

.form-control[b-mkje0ge4zt] {
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #ced4da;
    font-size: 12px;
    transition: 0.3s ease;
}

    .form-control:focus[b-mkje0ge4zt] {
        border-color: #0d6efd;
        outline: none;
        box-shadow: 0 0 0 3px rgba(13,110,253,0.15);
    }

.button-group[b-mkje0ge4zt] {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px;
}

.btn-save[b-mkje0ge4zt] {
    background: #198754;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    cursor: pointer;
}

    .btn-save:hover[b-mkje0ge4zt] {
        background: #157347;
    }

.btn-cancel[b-mkje0ge4zt] {
    background: #6c757d;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    cursor: pointer;
}

    .btn-cancel:hover[b-mkje0ge4zt] {
        background: #5c636a;
    }
/* _content/eShiksha/Components/Pages/StudInfoClassSelection.razor.rz.scp.css */
/* Main Container */
.stud-container[b-i3osrkzq3w] {
    max-width: 500px;
    margin: 40px auto;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Header */
.stud-header[b-i3osrkzq3w] {
    background: linear-gradient(135deg, #0d6efd, #084298);
    padding: 10px;
    text-align: center;
}

    .stud-header h2[b-i3osrkzq3w] {
        margin: 0;
        color: white;
        font-weight: 400;
    }

/* Card Body */
.stud-card[b-i3osrkzq3w] {
    padding: 30px;
}

/* Form Group */
.form-group[b-i3osrkzq3w] {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}

    /* Label */
    .form-group label[b-i3osrkzq3w] {
        font-weight: 600;
        margin-bottom: 10px;
        color: #333;
    }

/* Select Dropdown */
.form-control[b-i3osrkzq3w] {
    padding: 10px;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    transition: 0.3s;
}

    .form-control:focus[b-i3osrkzq3w] {
        border-color: #2563eb;
        outline: none;
        box-shadow: 0 0 5px rgba(37, 99, 235, 0.3);
    }

/* Button Section */
.form-button[b-i3osrkzq3w] {
    text-align: center;
    margin-top: 20px;
}

/* Submit Button */
.btn-submit[b-i3osrkzq3w] {
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: white;
    border: none;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

    .btn-submit:hover[b-i3osrkzq3w] {
        background-color: #1e40af;
    }
/* _content/eShiksha/Components/Pages/TeacherMaster.razor.rz.scp.css */
/* =========================
   PAGE WRAPPER
========================= */
.page-wrapper[b-unc8ztu17v] {
    padding: 10px;
}

/* =========================
   CARD CONTAINER
========================= */
.card-container[b-unc8ztu17v] {
    max-width: 1000px;
    margin: auto;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* =========================
   HEADER
========================= */
.card-header[b-unc8ztu17v] {
    background: linear-gradient(135deg, #0d6efd, #084298);
    color: white;
    display: flex;
    align-items: center;
    padding: 10px 16px;
}

.header-title[b-unc8ztu17v] {
    flex: 1;
    text-align: center;
    margin: 0;
    font-size: 18px;
}

/* Back Button */
.back-btn[b-unc8ztu17v] {
    background: white;
    color: #0d6efd;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s ease;
}

    .back-btn:hover[b-unc8ztu17v] {
        background: #e2e6ea;
        transform: scale(1.05);
    }

/* =========================
   DESKTOP TABLE
========================= */
.mobile-view[b-unc8ztu17v] {
    display: none;
}

.desktop-view[b-unc8ztu17v] {
    display: block;
}

.custom-table[b-unc8ztu17v] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

    .custom-table th[b-unc8ztu17v],
    .custom-table td[b-unc8ztu17v] {
        padding: 10px;
        border: 1px solid #dee2e6;
        text-align: left;
    }

    .custom-table thead[b-unc8ztu17v] {
        background-color: #f1f3f5;
    }

/* =========================
   MOBILE VIEW
========================= */
@media (max-width: 768px) {

    .desktop-view[b-unc8ztu17v] {
        display: none;
    }

    .mobile-view[b-unc8ztu17v] {
        display: block;
    }

    .teacher-card[b-unc8ztu17v] {
        background: #ffffff;
        border-radius: 10px;
        padding: 14px;
        margin-bottom: 15px;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    }
    .card-row[b-unc8ztu17v] {
        display: grid;
        grid-template-columns: 110px 15px 1fr;
        align-items: start; /* 🔥 This makes it top aligned */
        margin-bottom: 8px;
        font-size: 14px;
    }

    .label[b-unc8ztu17v] {
        font-weight: 600;
        color: #555;
    }

    .card-row .label:nth-child(2)[b-unc8ztu17v] {
        text-align: center;
    }

    .value[b-unc8ztu17v] {
        color: #222;
        word-break: break-word;
    }

    .record-summary[b-unc8ztu17v] {
        text-align: center;
    }
}
