/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-is5qsu19lu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-is5qsu19lu] {
    flex: 1;
}

.sidebar[b-is5qsu19lu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-is5qsu19lu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-is5qsu19lu]  a, .top-row[b-is5qsu19lu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-is5qsu19lu]  a:hover, .top-row[b-is5qsu19lu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-is5qsu19lu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-is5qsu19lu] {
        justify-content: space-between;
    }

    .top-row[b-is5qsu19lu]  a, .top-row[b-is5qsu19lu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-is5qsu19lu] {
        flex-direction: row;
    }

    .sidebar[b-is5qsu19lu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-is5qsu19lu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-is5qsu19lu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-is5qsu19lu], article[b-is5qsu19lu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4cro7vky0y] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4cro7vky0y] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4cro7vky0y] {
    font-size: 1.1rem;
}

.bi[b-4cro7vky0y] {
    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-4cro7vky0y] {
    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-4cro7vky0y] {
    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-4cro7vky0y] {
    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-4cro7vky0y] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4cro7vky0y] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4cro7vky0y] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4cro7vky0y]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-4cro7vky0y]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-4cro7vky0y]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4cro7vky0y] {
        display: none;
    }

    .collapse[b-4cro7vky0y] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-4cro7vky0y] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Clients/Approval.razor.rz.scp.css */
.change-pass-wrapper[b-o0k8r1gfjc] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-primary);
    height: 100vh;
    overflow: hidden;
}

.header-section[b-o0k8r1gfjc] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--bg-header);
    padding: 1.5rem;
    height: calc(120px - 20px);
    box-sizing: border-box;
}

.content-section[b-o0k8r1gfjc] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 2rem;
    max-height: calc(100vh - calc(120px - 20px));
}

.checkmark-presence-animate[b-o0k8r1gfjc] {
    display: inline-block;
    animation: pop-check-b-o0k8r1gfjc 0.5s cubic-bezier(.17,.67,.83,.67);
}

@keyframes pop-check-b-o0k8r1gfjc {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    60% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.student-detail-card[b-o0k8r1gfjc] {
    background: var(--bg-card);
    border-radius: 8px;
    border: 1px solid var(--border-card);
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    padding: 0;
    margin-bottom: 1.5rem;
}

.student-detail-header[b-o0k8r1gfjc] {
    font-weight: bold;
    font-size: 1.15rem;
    background: var(--student-detail-header-bg);
    border-bottom: 1px solid var(--border-card);
    padding: 0.75rem 1rem;
    border-radius: 8px 8px 0 0;
}

.student-detail-body[b-o0k8r1gfjc] {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 1rem;
}

.student-detail-col[b-o0k8r1gfjc] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.student-detail-row[b-o0k8r1gfjc] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.student-detail-label[b-o0k8r1gfjc] {
    font-weight: 500;
    min-width: 120px;
    width: 120px;
}

.student-detail-input[b-o0k8r1gfjc] {
    flex: 1;
    background: var(--student-detail-input-bg);
    border: 1px solid var(--student-detail-input-border);
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    color: var(--input-text);
}

@media (max-width: 850px) {
    .student-detail-body[b-o0k8r1gfjc] {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0.75rem;
    }

    .student-detail-col[b-o0k8r1gfjc] {
        gap: 0.5rem;
    }

    .student-detail-row[b-o0k8r1gfjc] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.25rem;
    }

    .student-detail-label[b-o0k8r1gfjc] {
        width: auto;
        min-width: 0;
        margin-bottom: 0.25rem;
    }

    .student-detail-input[b-o0k8r1gfjc] {
        width: 100%;
    }
}

.presence-radio-group .form-check-inline[b-o0k8r1gfjc] {
    margin-right: 0.5rem;
    margin-left: 0;
}

.my-swal-popup[b-o0k8r1gfjc] {
    margin: 10px;
    max-width: 400px;
    box-sizing: border-box;
}
/* /Pages/Clients/ChangePassword.razor.rz.scp.css */
.change-pass-wrapper[b-q6t73bl0a8] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-primary);
    height: 100vh;
    overflow: hidden;
}

.header-section[b-q6t73bl0a8] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--bg-header);
    padding: 1.5rem;
    height: calc(120px - 20px);
    box-sizing: border-box;
}

.content-section[b-q6t73bl0a8] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 2rem;
    max-height: calc(100vh - calc(120px - 20px) - 50px);
}

.change-pass-wrapper .card[b-q6t73bl0a8] {
    background-color: var(--bg-card);
    border: 2px solid var(--border-card);
    padding: 1rem;
    border-radius: 1rem;
    font-size: 0.95rem;
    max-width: 350px; /* Lebar maksimum card */
    width: 90%; /* Lebar responsif, misal 90% dari parent */
    margin: 0 auto 0 auto;
}

.password-toggle-btn[b-q6t73bl0a8] {
    background: transparent;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.checkmark-presence-animate[b-q6t73bl0a8] {
    display: inline-block;
    animation: pop-check-b-q6t73bl0a8 0.5s cubic-bezier(.17,.67,.83,.67);
}

@keyframes pop-check-b-q6t73bl0a8 {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    60% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.my-swal-popup[b-q6t73bl0a8] {
    margin: 10px; /* beri jarak dari tepi layar */
    max-width: 400px; /* maksimal lebar */
    box-sizing: border-box;
}
/* /Pages/Clients/History.razor.rz.scp.css */
h5.fw-bold[b-qzfn5rw8qd] {
    font-size: 1.2rem;
    color: #333;
}

.class-wrapper[b-qzfn5rw8qd] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-primary);
    height: 100vh;
    overflow: hidden;
}

.header-section[b-qzfn5rw8qd] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--bg-header);
    padding: 1.5rem;
    height: calc(120px - 20px);
    box-sizing: border-box;
}

.photo-wrapper[b-qzfn5rw8qd] {
    cursor: pointer;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid white;
    flex-shrink: 0;
}

.profile-photo[b-qzfn5rw8qd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-page .btn-link[b-qzfn5rw8qd] {
    text-decoration: none;
    font-size: 1.3rem;
}

.content-section[b-qzfn5rw8qd] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 2rem;
    max-height: calc(100vh - calc(120px - 20px) - 50px);
}

input.form-control[b-qzfn5rw8qd],
select.form-select[b-qzfn5rw8qd] {
    font-size: 0.9rem;
    border-radius: 8px;
    padding: 6px 12px;
}

body[b-qzfn5rw8qd] {
    background: linear-gradient(to bottom, #d3d3d3, #fefefe);
}

.d-none[b-qzfn5rw8qd] {
    display: none !important;
}

/* Scroll bar hanya muncul saat scroll */
.scrollable-x[b-qzfn5rw8qd] {
    overflow-x: auto;
    scrollbar-width: thin; /* Firefox */
}

    /* Untuk menghilangkan scroll bar di Chrome ketika tidak aktif */
    .scrollable-x[b-qzfn5rw8qd]::-webkit-scrollbar {
        height: 6px;
    }

    .scrollable-x[b-qzfn5rw8qd]::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }

    .scrollable-x[b-qzfn5rw8qd]::-webkit-scrollbar-track {
        background-color: transparent;
    }

.search-class-input[b-qzfn5rw8qd] {
    max-width: 350px;
    width: 100%;
}

/* Untuk Presence History */
.table.presence-table th:nth-child(1)[b-qzfn5rw8qd], .table.presence-table td:nth-child(1)[b-qzfn5rw8qd] {
    width: 7%;
}

.table.presence-table th:nth-child(2)[b-qzfn5rw8qd], .table.presence-table td:nth-child(2)[b-qzfn5rw8qd] {
    width: 19%;
}

.table.presence-table th:nth-child(3)[b-qzfn5rw8qd], .table.presence-table td:nth-child(3)[b-qzfn5rw8qd] {
    width: 12%;
}

.table.presence-table th:nth-child(4)[b-qzfn5rw8qd], .table.presence-table td:nth-child(4)[b-qzfn5rw8qd] {
    width: 10%;
}

.table.presence-table th:nth-child(5)[b-qzfn5rw8qd], .table.presence-table td:nth-child(5)[b-qzfn5rw8qd] {
    width: 38%;
}

.table.presence-table th:nth-child(6)[b-qzfn5rw8qd], .table.presence-table td:nth-child(6)[b-qzfn5rw8qd] {
    width: 14%;
}


/* Untuk Report History */
.table.report-table th:nth-child(1)[b-qzfn5rw8qd], .table.report-table td:nth-child(1)[b-qzfn5rw8qd] {
    width: 5%;
}

.table.report-table th:nth-child(2)[b-qzfn5rw8qd], .table.report-table td:nth-child(2)[b-qzfn5rw8qd] {
    width: 17%;
}

.table.report-table th:nth-child(3)[b-qzfn5rw8qd], .table.report-table td:nth-child(3)[b-qzfn5rw8qd] {
    width: 8%;
}

.table.report-table th:nth-child(4)[b-qzfn5rw8qd], .table.report-table td:nth-child(4)[b-qzfn5rw8qd] {
    width: 20%;
}

.table.report-table th:nth-child(5)[b-qzfn5rw8qd], .table.report-table td:nth-child(5)[b-qzfn5rw8qd] {
    width: 40%;
}

.table.report-table th:nth-child(6)[b-qzfn5rw8qd], .table.report-table td:nth-child(6)[b-qzfn5rw8qd] {
    width: 10%;
}


.table th[b-qzfn5rw8qd], .table td[b-qzfn5rw8qd] {
    word-break: break-word;
    white-space: normal;
}

.scrollable-x > .table[b-qzfn5rw8qd] {
    min-width: 1400px; /* opsional, agar tabel tidak terlalu kecil di layar kecil */
    max-width: 1900px; /* ganti sesuai kebutuhan */
    width: 100%;
    table-layout: fixed;
    margin: 0 auto;
}

    .scrollable-x > .table.presence-table[b-qzfn5rw8qd] {
        min-width: 750px;
        max-width: 1900px; /* atau sesuai kebutuhan */
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }

    .scrollable-x > .table.report-table[b-qzfn5rw8qd] {
        min-width: 1000px;
        max-width: 1900px; /* atau sesuai kebutuhan */
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }

.upload-box[b-qzfn5rw8qd],
.upload-box-report[b-qzfn5rw8qd] {
    display: inline-block;
    border: 1.5px solid var(--student-detail-input-border);
    border-radius: 4px;
    background: var(--upload-box-report-bg);
    cursor: pointer;
    width: fit-content;
    height: fit-content;
    text-align: center;
    position: relative;
}

    .upload-box img[b-qzfn5rw8qd],
    .upload-box-report img[b-qzfn5rw8qd],
    .img-upload-preview[b-qzfn5rw8qd] {
        display: block;
        max-width: 240px;
        max-height: 180px;
        width: auto;
        height: auto;
        border-radius: 4px;
    }

.presence-modal-value[b-qzfn5rw8qd] {
    font-weight: 500;
    word-break: break-word;
}

.detail-presence-map[b-qzfn5rw8qd] {
    width: 100%;
    height: 150px;
    border-radius: 8px;
    border: 1px solid var(--student-detail-input-border);
    margin-left: 0;
    margin-right: 0;
    display: block;
}

.section-title[b-qzfn5rw8qd] {
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    background: var( --section-title-bg);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 8px 15px 10px 15px;
    margin-bottom: 0;
    position: relative;
    width: fit-content;
}

    .section-title[b-qzfn5rw8qd]::after {
        content: "";
        display: block;
        height: 3px;
        background: #ffc107;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

.student-detail-card[b-qzfn5rw8qd] {
    background-color: var(--bg-card);
    border-radius: 8px;
    border: 1px solid var(--border-card);
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    padding: 0;
    margin-bottom: 1.5rem;
}

.student-detail-header[b-qzfn5rw8qd] {
    font-weight: bold;
    font-size: 1.15rem;
    background: var(--student-detail-header-bg);
    border-bottom: 1px solid var(--border-card);
    padding: 0.75rem 1rem;
    border-radius: 8px 8px 0 0;
}

.student-detail-body[b-qzfn5rw8qd] {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 1rem;
}

.student-detail-col[b-qzfn5rw8qd] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.student-detail-row[b-qzfn5rw8qd] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.student-detail-label[b-qzfn5rw8qd] {
    font-weight: 500;
    min-width: 90px;
    width: 90px;
}

.student-detail-input[b-qzfn5rw8qd] {
    flex: 1;
    background: var(--student-detail-input-bg);
    border: 1px solid var(--student-detail-input-border);
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    color: var(--input-text);
}

@media (max-width: 576px) {
    .nav-tabs[b-qzfn5rw8qd] {
        flex-direction: column;
        align-items: center;
    }

    .table th[b-qzfn5rw8qd], .table td[b-qzfn5rw8qd] {
        font-size: 0.85rem;
        padding: 8px;
    }

    input.form-control[b-qzfn5rw8qd],
    select.form-select[b-qzfn5rw8qd] {
        font-size: 0.85rem;
    }

    .student-detail-body[b-qzfn5rw8qd] {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0.75rem;
    }

    .student-detail-col[b-qzfn5rw8qd] {
        gap: 0.5rem;
    }

    .student-detail-row[b-qzfn5rw8qd] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.25rem;
    }

    .student-detail-label[b-qzfn5rw8qd] {
        width: auto;
        min-width: 0;
        margin-bottom: 0.25rem;
    }

    .student-detail-input[b-qzfn5rw8qd] {
        width: 100%;
    }
}
/* /Pages/Clients/Home.razor.rz.scp.css */
.home-wrapper[b-5rqi57a7hy] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-primary);
    height: 100vh;
    overflow: hidden;
}

.header-section[b-5rqi57a7hy] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--bg-header);
    padding: 1.5rem;
    height: calc(120px - 20px);
    box-sizing: border-box;
}

.user-info p[b-5rqi57a7hy] {
    margin: 0;
}

.photo-wrapper[b-5rqi57a7hy] {
    cursor: pointer;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid white;
    flex-shrink: 0;
}

.profile-photo[b-5rqi57a7hy] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-section[b-5rqi57a7hy] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 2rem;
    max-height: calc(100vh - calc(120px - 20px) - 50px); /* 120px header, 70px bottom bar, sesuaikan jika perlu */
    /* 120px = tinggi header-section, 70px = tinggi bottom bar */
}

.card-instruction[b-5rqi57a7hy] {
    background-color: var(--bg-card);
    padding: 1rem;
    border-radius: 1rem;
    font-size: 0.95rem;
    max-width: 1000px; /* Lebar maksimum card */
    width: 90%; /* Lebar responsif, misal 90% dari parent */
    margin: 0 auto 2rem auto;
    border: 2px solid var(--border-card);
}

    .card-instruction p[b-5rqi57a7hy] {
        margin-bottom: 0.5rem;
    }

    .card-instruction ul[b-5rqi57a7hy] {
        padding-left: 1.2rem;
        margin-bottom: 0;
    }

    .card-instruction ol[b-5rqi57a7hy] {
        padding-left: 1.2rem;
    }
/* /Pages/Clients/InternReport.razor.rz.scp.css */
h5.fw-bold[b-yabyv8rrba] {
    font-size: 1.2rem;
    color: #333;
}

.report-wrapper[b-yabyv8rrba] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-primary);
    height: 100vh;
    overflow: hidden;
}

.header-section[b-yabyv8rrba] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--bg-header);
    padding: 1.5rem;
    height: calc(120px - 20px);
    box-sizing: border-box;
}

.content-section[b-yabyv8rrba] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 2rem;
    max-height: calc(100vh - calc(120px - 20px) - 50px);
}

input.form-control[b-yabyv8rrba],
select.form-select[b-yabyv8rrba] {
    font-size: 0.9rem;
    border-radius: 8px;
    padding: 6px 12px;
}

@media (max-width: 768px) {
    .nav-tabs[b-yabyv8rrba] {
        flex-direction: column;
        align-items: center;
    }

    .table th[b-yabyv8rrba], .table td[b-yabyv8rrba] {
        font-size: 0.85rem;
        padding: 8px;
    }

    input.form-control[b-yabyv8rrba],
    select.form-select[b-yabyv8rrba] {
        font-size: 0.85rem;
    }
}


body[b-yabyv8rrba] {
    background: linear-gradient(to bottom, #d3d3d3, #fefefe);
}

.d-none[b-yabyv8rrba] {
    display: none !important;
}

.scrollable-x[b-yabyv8rrba] {
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 1px;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #C4C4C4 #E0E0E0;
    width: 100%;
}

    .scrollable-x[b-yabyv8rrba]::-webkit-scrollbar {
        height: 12px;
        background: #E0E0E0; /* Track color */
        border-radius: 6px;
    }

    .scrollable-x[b-yabyv8rrba]::-webkit-scrollbar-thumb {
        background-color: #C4C4C4;
        border-radius: 6px;
    }

    .scrollable-x[b-yabyv8rrba]::-webkit-scrollbar-track {
        background-color: #E0E0E0;
    }

    .scrollable-x[b-yabyv8rrba]::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.presence-radio-group .form-check-inline[b-yabyv8rrba] {
    margin-right: 0.5rem;
    margin-left: 0;
}

.presence-radio-label[b-yabyv8rrba] {
    font-weight: normal;
    cursor: pointer;
    transition: font-weight 0.2s;
}

.presence-radio-input:checked + .presence-radio-label[b-yabyv8rrba] {
    font-weight: bold;
}

input[type="radio"].presence-radio-input[b-yabyv8rrba] {
    accent-color: #00BA1E !important;
}

.page-size-dropdown[b-yabyv8rrba] {
    width: 150px;
    min-width: 120px;
    max-width: 180px;
}

.upload-box[b-yabyv8rrba] {
    display: inline-block;
    min-height: 120px;
    min-width: 120px;
    background: #f8f8f8;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

    .upload-box img[b-yabyv8rrba] {
        display: block;
        max-height: 150px;
        max-width: 200px;
        width: auto;
        height: auto;
        margin: auto;
    }

.modal-scrollable-content[b-yabyv8rrba] {
    max-height: 80vh;
    overflow-y: auto;
}

.report-modal-grid[b-yabyv8rrba] {
    display: grid;
    grid-template-columns: 110px 18px 1fr;
    row-gap: 5px;
    font-size: 1rem;
    color: var(--report-modal-grid);
}

.report-modal-label[b-yabyv8rrba] {
    font-weight: 400;
}

.report-modal-colon[b-yabyv8rrba] {
    text-align: center;
}

.report-modal-value[b-yabyv8rrba] {
    font-weight: 500;
    word-break: break-word;
}

.centered-textarea[b-yabyv8rrba] {
    width: 350px;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.confirm-report-modal[b-yabyv8rrba] {
    display: grid;
    grid-template-columns: 135px 18px 1fr;
    row-gap: 5px;
    font-size: 1rem;
    color: black;
}


/* Untuk Admin */
.table.admin-table th:nth-child(1)[b-yabyv8rrba], .table.admin-table td:nth-child(1)[b-yabyv8rrba] {
    width: 3%;
}

.table.admin-table th:nth-child(2)[b-yabyv8rrba], .table.admin-table td:nth-child(2)[b-yabyv8rrba] {
    width: 6%;
}

.table.admin-table th:nth-child(3)[b-yabyv8rrba], .table.admin-table td:nth-child(3)[b-yabyv8rrba] {
    width: 15%;
}

.table.admin-table th:nth-child(4)[b-yabyv8rrba], .table.admin-table td:nth-child(4)[b-yabyv8rrba] {
    width: 9%;
}

.table.admin-table th:nth-child(5)[b-yabyv8rrba], .table.admin-table td:nth-child(5)[b-yabyv8rrba] {
    width: 13%;
}

.table.admin-table th:nth-child(6)[b-yabyv8rrba], .table.admin-table td:nth-child(6)[b-yabyv8rrba] {
    width: 13%;
}

.table.admin-table th:nth-child(7)[b-yabyv8rrba], .table.admin-table td:nth-child(7)[b-yabyv8rrba] {
    width: 7%;
}

.table.admin-table th:nth-child(8)[b-yabyv8rrba], .table.admin-table td:nth-child(8)[b-yabyv8rrba] {
    width: 24%;
}

.table.admin-table th:nth-child(9)[b-yabyv8rrba], .table.admin-table td:nth-child(9)[b-yabyv8rrba] {
    width: 10%;
}

/* Untuk Mentor, Wali Kelas, Kepala Jurusan */
.table.mentor-table th:nth-child(1)[b-yabyv8rrba], .table.mentor-table td:nth-child(1)[b-yabyv8rrba] {
    width: 3%;
}

.table.mentor-table th:nth-child(2)[b-yabyv8rrba], .table.mentor-table td:nth-child(2)[b-yabyv8rrba] {
    width: 6%;
}

.table.mentor-table th:nth-child(3)[b-yabyv8rrba], .table.mentor-table td:nth-child(3)[b-yabyv8rrba] {
    width: 14%;
}

.table.mentor-table th:nth-child(4)[b-yabyv8rrba], .table.mentor-table td:nth-child(4)[b-yabyv8rrba] {
    width: 8%;
}

.table.mentor-table th:nth-child(5)[b-yabyv8rrba], .table.mentor-table td:nth-child(5)[b-yabyv8rrba] {
    width: 12%;
}

.table.mentor-table th:nth-child(6)[b-yabyv8rrba], .table.mentor-table td:nth-child(6)[b-yabyv8rrba] {
    width: 11%;
}

.table.mentor-table th:nth-child(7)[b-yabyv8rrba], .table.mentor-table td:nth-child(7)[b-yabyv8rrba] {
    width: 5%;
}

.table.mentor-table th:nth-child(8)[b-yabyv8rrba], .table.mentor-table td:nth-child(8)[b-yabyv8rrba] {
    width: 18%;
}

.table.mentor-table th:nth-child(9)[b-yabyv8rrba], .table.mentor-table td:nth-child(9)[b-yabyv8rrba] {
    width: 7%;
}

.table.mentor-table th:nth-child(10)[b-yabyv8rrba], .table.mentor-table td:nth-child(10)[b-yabyv8rrba] {
    width: 16%;
}

/* Untuk Student */
.table.student-table th:nth-child(1)[b-yabyv8rrba], .table.student-table td:nth-child(1)[b-yabyv8rrba] {
    width: 10%;
}

.table.student-table th:nth-child(2)[b-yabyv8rrba], .table.student-table td:nth-child(2)[b-yabyv8rrba] {
    width: 20%;
}

.table.student-table th:nth-child(3)[b-yabyv8rrba], .table.student-table td:nth-child(3)[b-yabyv8rrba] {
    width: 10%;
}

.table.student-table th:nth-child(4)[b-yabyv8rrba], .table.student-table td:nth-child(4)[b-yabyv8rrba] {
    width: 45%;
}

.table.student-table th:nth-child(5)[b-yabyv8rrba], .table.student-table td:nth-child(5)[b-yabyv8rrba] {
    width: 15%;
}

.table th[b-yabyv8rrba], .table td[b-yabyv8rrba] {
    word-break: break-word;
    white-space: normal;
}

.scrollable-x > .table[b-yabyv8rrba] {
    min-width: 1400px; /* opsional, agar tabel tidak terlalu kecil di layar kecil */
    max-width: 1900px; /* ganti sesuai kebutuhan */
    width: 100%;
    table-layout: fixed;
    margin: 0 auto;
}

    .scrollable-x > .table.student-table[b-yabyv8rrba] {
        min-width: 900px;
        max-width: 1900px; /* atau sesuai kebutuhan */
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }

    .scrollable-x > .table.mentor-table[b-yabyv8rrba] {
        min-width: 1450px;
        max-width: 1900px; /* atau sesuai kebutuhan */
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }

.position-relative[b-yabyv8rrba] {
    position: relative;
}

.char-counter[b-yabyv8rrba] {
    position: absolute;
    right: 12px;
    bottom: 8px;
    font-size: 0.85rem;
    color: #888;
    background: #fff;
    padding: 0 4px;
    pointer-events: none;
}

.char-counter-outer[b-yabyv8rrba] {
    display: flex;
    justify-content: flex-end;
    font-size: 0.85rem;
    color: #888;
    margin-top: 2px;
    margin-right: 2px;
}

.photo-wrapper[b-yabyv8rrba] {
    cursor: pointer;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid white;
    flex-shrink: 0;
}

.profile-photo[b-yabyv8rrba] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-upload-box[b-yabyv8rrba] {
    border: 1.5px solid var(--student-detail-input-border);
    border-radius: 10px;
    background: var(--upload-box-report-bg);
    color: var(--upload-icon-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: auto;
    width: fit-content; /* auto agar mengikuti isi */
    min-width: 100px;
    min-height: 100px;
    height: fit-content;
    max-width: 220px; /* opsional, batasi lebar maksimal */
    padding: 10px;
}

    .custom-upload-box *[b-yabyv8rrba] {
        color: var(--upload-icon-color);
    }

    .custom-upload-box.has-photo[b-yabyv8rrba] {
        padding: 0;
    }

.uploaded-photo-preview[b-yabyv8rrba] {
    border: 1.5px solid var(--student-detail-input-border);
    max-width: 180px;
    max-height: 240px;
    border-radius: 10px;
    margin: auto;
    display: block;
    width: auto;
    height: auto;
    object-fit: cover;
}

.modal-title[b-yabyv8rrba] {
    color: var(--upload-icon-color) !important;
}

.btn-close[b-yabyv8rrba] {
    width: 1rem;
    height: 1rem;
    opacity: 1;
    background: none;
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='red'>\
<path d='M2.146 2.146a.5.5 0 0 1 .708 0L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854a.5.5 0 0 1 0-.708z'/>\
</svg>");
    background-size: cover;
}

.file-upload-center[b-yabyv8rrba] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.webrtc-modal-videos[b-yabyv8rrba] {
    width: 340px;
    height: 260px;
    object-fit: cover;
    border-radius: 8px;
    background: #222;
    max-width: 90vw;
}

@media (max-width: 600px), (orientation: portrait) {
    .webrtc-modal-videos[b-yabyv8rrba] {
        width: 95vw;
        max-width: 220px;
        height: 300px;
    }
}

.btn-circle-capture[b-yabyv8rrba] {
    width: 39px;
    height: 39px;
    border-radius: 14%;
    background: #28a745;
    color: #28a745;
    border: 1px solid #28a745;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 2px 8px rgba(40,167,69,0.10);
}

.webrtc-countdown-anim[b-yabyv8rrba] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    font-size: 4rem;
    font-weight: bold;
    color: white;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    animation: webrtc-countdown-pop-b-yabyv8rrba 0.5s;
}

@keyframes webrtc-countdown-pop-b-yabyv8rrba {
    0% {
        transform: scale(0.7) translate(-50%, -60%);
        opacity: 0.5;
    }

    60% {
        transform: scale(1.2) translate(-50%, -60%);
        opacity: 1;
    }

    100% {
        transform: scale(1) translate(-50%, -60%);
        opacity: 1;
    }
}

.checkmark-report-animate[b-yabyv8rrba] {
    display: inline-block;
    animation: pop-check-b-yabyv8rrba 0.5s cubic-bezier(.17,.67,.83,.67);
}

@keyframes pop-check-b-yabyv8rrba {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    60% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.sort-arrow[b-yabyv8rrba] {
    font-size: 0.6em;
    vertical-align: middle;
    margin-left: 4px;
}

.feedback-grid[b-yabyv8rrba] {
    display: grid;
    grid-template-columns: 105px 18px 1fr;
    row-gap: 5px;
    background: var(--feedback-grid-bg);
    padding: 8px;
    border-radius: 8px;
    border: 1.5px solid var(--border-card);
}

.feedback-label[b-yabyv8rrba] {
    font-weight: 400;
}

.feedback-colon[b-yabyv8rrba] {
    text-align: center;
}

.feedback-value[b-yabyv8rrba] {
    font-weight: 500;
    word-break: break-word;
}

.report-toolbar[b-yabyv8rrba] {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.d-none[b-yabyv8rrba] {
    display: none !important;
}

@media (max-width: 576px) {
    .btn-group-toolbar[b-yabyv8rrba] {
        flex: 1 1 auto;
    }

    .d-sm-inline[b-yabyv8rrba] {
        display: none !important;
    }

    .d-sm-none[b-yabyv8rrba] {
        display: block !important;
    }

    .date-group-responsive[b-yabyv8rrba] {
        width: 100%;
        justify-content: space-between;
        gap: 0;
    }

        .date-group-responsive .form-control[type="date"][b-yabyv8rrba] {
            width: 100%;
            min-width: 0;
            margin-left: 4px;
            margin-right: 4px;
        }

        .date-group-responsive .chevron-date-btn[b-yabyv8rrba] {
            min-width: 32px;
            min-height: 32px;
            font-size: 1.1rem;
        }

    .action-grid[b-yabyv8rrba] {
        display: flex !important;
        flex-direction: row !important;
        gap: 4px;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

        .action-grid .btn[b-yabyv8rrba] {
            min-width: 36px;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            font-size: 1rem;
        }

    .btn-text-sm-hide[b-yabyv8rrba] {
        display: none !important;
    }
}

@media (min-width: 577px) {
    .btn-group-toolbar[b-yabyv8rrba] {
        flex: 0 0 auto;
    }

    .d-sm-inline[b-yabyv8rrba] {
        display: inline !important;
    }

    .d-sm-none[b-yabyv8rrba] {
        display: none !important;
    }

    .presence-action-group[b-yabyv8rrba] {
        flex-direction: row !important;
        gap: 0.5rem !important;
    }
}

.chevron-date-btn[b-yabyv8rrba] {
    background: none !important;
    border: none !important;
    padding: 2px 8px;
    min-width: 28px;
    min-height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #828487;
}

    .chevron-date-btn:disabled[b-yabyv8rrba] {
        opacity: 0.5;
        cursor: not-allowed;
        color: #84848A;
    }

    .chevron-date-btn:active[b-yabyv8rrba],
    .chevron-date-btn:focus[b-yabyv8rrba] {
        outline: none !important;
        background: none !important;
        color: #0E64E1;
    }

.my-swal-popup[b-yabyv8rrba] {
    margin: 10px;
    max-width: 400px;
    box-sizing: border-box;
}

.action-grid[b-yabyv8rrba] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 7px;
    width: fit-content;
}

    .action-grid .btn[b-yabyv8rrba] {
        width: 100%;
        min-width: 0;
        white-space: nowrap;
        text-align: center;
        padding: 0.4rem 0.5rem;
        font-size: 0.95rem;
    }
/* /Pages/Clients/Location.razor.rz.scp.css */
h5.fw-bold[b-uoe5mwfo1d] {
    font-size: 1.2rem;
    color: #333;
}

.class-wrapper[b-uoe5mwfo1d] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-primary);
    height: 100vh;
    overflow: hidden;
}

.header-section[b-uoe5mwfo1d] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--bg-header);
    padding: 1.5rem;
    height: calc(120px - 20px);
    box-sizing: border-box;
}

.photo-wrapper[b-uoe5mwfo1d] {
    cursor: pointer;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid white;
    flex-shrink: 0;
}

.profile-photo[b-uoe5mwfo1d] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-page .btn-link[b-uoe5mwfo1d] {
    text-decoration: none;
    font-size: 1.3rem;
}

.content-section[b-uoe5mwfo1d] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 2rem;
    max-height: calc(100vh - calc(120px - 20px) - 50px);
}

input.form-control[b-uoe5mwfo1d],
select.form-select[b-uoe5mwfo1d] {
    font-size: 0.9rem;
    border-radius: 8px;
    padding: 6px 12px;
}

body[b-uoe5mwfo1d] {
    background: linear-gradient(to bottom, #d3d3d3, #fefefe);
}

.d-none[b-uoe5mwfo1d] {
    display: none !important;
}

/* Scroll bar hanya muncul saat scroll */
.scrollable-x[b-uoe5mwfo1d] {
    overflow-x: auto;
    scrollbar-width: thin; /* Firefox */
}

    /* Untuk menghilangkan scroll bar di Chrome ketika tidak aktif */
    .scrollable-x[b-uoe5mwfo1d]::-webkit-scrollbar {
        height: 6px;
    }

    .scrollable-x[b-uoe5mwfo1d]::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }

    .scrollable-x[b-uoe5mwfo1d]::-webkit-scrollbar-track {
        background-color: transparent;
    }

.search-class-input[b-uoe5mwfo1d] {
    max-width: 350px;
    width: 100%;
}


.table.message th:nth-child(1)[b-uoe5mwfo1d], .table.message td:nth-child(1)[b-uoe5mwfo1d] {
    width: 8%;
}

.table.message th:nth-child(2)[b-uoe5mwfo1d], .table.message td:nth-child(2)[b-uoe5mwfo1d] {
    width: 25%;
}

.table.message th:nth-child(3)[b-uoe5mwfo1d], .table.message td:nth-child(3)[b-uoe5mwfo1d] {
    width: 30%;
}

.table.message th:nth-child(4)[b-uoe5mwfo1d], .table.message td:nth-child(4)[b-uoe5mwfo1d] {
    width: 12%;
}

.table.message th:nth-child(5)[b-uoe5mwfo1d], .table.message td:nth-child(5)[b-uoe5mwfo1d] {
    width: 25%;
}


.table th[b-uoe5mwfo1d], .table td[b-uoe5mwfo1d] {
    word-break: break-word;
    white-space: normal;
}

.scrollable-x > .table[b-uoe5mwfo1d] {
    min-width: 1400px;
    max-width: 1900px;
    width: 100%;
    table-layout: fixed;
    margin: 0 auto;
}

    .scrollable-x > .table.message[b-uoe5mwfo1d] {
        min-width: 1000px;
        max-width: 1900px;
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }

.section-title[b-uoe5mwfo1d] {
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    background: var( --section-title-bg);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 8px 15px 10px 15px;
    margin-bottom: 0;
    position: relative;
    width: fit-content;
}

    .section-title[b-uoe5mwfo1d]::after {
        content: "";
        display: block;
        height: 3px;
        background: #ffc107;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

.student-detail-card[b-uoe5mwfo1d] {
    background-color: var(--bg-card);
    border-radius: 8px;
    border: 1px solid var(--border-card);
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    padding: 0;
    margin-bottom: 1.5rem;
}

.student-detail-header[b-uoe5mwfo1d] {
    font-weight: bold;
    font-size: 1.15rem;
    background: var(--student-detail-header-bg);
    border-bottom: 1px solid var(--border-card);
    padding: 0.75rem 1rem;
    border-radius: 8px 8px 0 0;
}

.student-detail-body[b-uoe5mwfo1d] {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 1rem;
}

.student-detail-col[b-uoe5mwfo1d] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.student-detail-row[b-uoe5mwfo1d] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.student-detail-label[b-uoe5mwfo1d] {
    font-weight: 500;
    min-width: 90px;
    width: 90px;
}

.student-detail-input[b-uoe5mwfo1d] {
    flex: 1;
    background: var(--student-detail-input-bg);
    border: 1px solid var(--student-detail-input-border);
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    color: var(--input-text);
}

@media (max-width: 576px) {
    .nav-tabs[b-uoe5mwfo1d] {
        flex-direction: column;
        align-items: center;
    }

    .table th[b-uoe5mwfo1d], .table td[b-uoe5mwfo1d] {
        font-size: 0.85rem;
        padding: 8px;
    }

    input.form-control[b-uoe5mwfo1d],
    select.form-select[b-uoe5mwfo1d] {
        font-size: 0.85rem;
    }

    .student-detail-body[b-uoe5mwfo1d] {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0.75rem;
    }

    .student-detail-col[b-uoe5mwfo1d] {
        gap: 0.5rem;
    }

    .student-detail-row[b-uoe5mwfo1d] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.25rem;
    }

    .student-detail-label[b-uoe5mwfo1d] {
        width: auto;
        min-width: 0;
        margin-bottom: 0.25rem;
    }

    .student-detail-input[b-uoe5mwfo1d] {
        width: 100%;
    }

    .d-sm-inline[b-uoe5mwfo1d] {
        display: none !important;
    }

    .d-sm-none[b-uoe5mwfo1d] {
        display: block !important;
    }

    .responsive-btn-group[b-uoe5mwfo1d] {
        flex-direction: row;
        justify-content: flex-start;
    }
}

.chevron-date-btn[b-uoe5mwfo1d] {
    background: none !important;
    border: none !important;
    padding: 2px 8px;
    min-width: 28px;
    min-height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #444;
}

    .chevron-date-btn:disabled[b-uoe5mwfo1d] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .chevron-date-btn:active[b-uoe5mwfo1d],
    .chevron-date-btn:focus[b-uoe5mwfo1d] {
        outline: none !important;
        background: none !important;
        color: blue;
    }

.responsive-btn-group[b-uoe5mwfo1d] {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: flex-start;
    align-items: stretch;
}

@media (min-width: 577px) {
    .d-sm-none[b-uoe5mwfo1d] {
        display: none !important;
    }

    .d-sm-inline[b-uoe5mwfo1d] {
        display: inline !important;
    }

    .locklocation-toolbar[b-uoe5mwfo1d] {
        margin-left: auto;
    }
}

.btn-add-location[b-uoe5mwfo1d] {
    font-size: 1rem;
}
/* /Pages/Clients/Login.razor.rz.scp.css */
.login-page[b-wdph3wuyzt] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    font-family: 'Segoe UI', sans-serif;
    background: linear-gradient(var(--login-page-bg), var(--login-page-bg)), url('/images/smk_back.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-box[b-wdph3wuyzt] {
    width: 90%;
    max-width: 400px;
    background: var(--bg-card);
    padding: 30px;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-title[b-wdph3wuyzt] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 24px;
    color: var(--upload-icon-color);
}

.login-input[b-wdph3wuyzt] {
    padding: 12px 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.password-container[b-wdph3wuyzt] {
    position: relative;
    width: 100%;
}

.toggle-password[b-wdph3wuyzt] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-80%);
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.forgot-password[b-wdph3wuyzt] {
    text-align: right;
    width: 100%;
    font-size: 13px;
    margin-bottom: 24px;
}

    .forgot-password a[b-wdph3wuyzt] {
        text-decoration: none;
        color: #0476D9;
    }

.login-button[b-wdph3wuyzt] {
    padding: 12px;
    border: none;
    border-radius: 30px;
    background-color: #0476D9;
    color: white;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

    .login-button:hover[b-wdph3wuyzt] {
        background-color: #023F73;
    }

.error-message[b-wdph3wuyzt] {
    background-color: #ffe0e0;
    color: #cc0000;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    width: 100%;
}
/* /Pages/Clients/MyProfile.razor.rz.scp.css */
.myprofile-wrapper[b-fbx4ity26e] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-primary);
    height: 100vh;
    overflow: hidden;
}

.header-section[b-fbx4ity26e] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--bg-header);
    padding: 1.5rem;
    height: calc(120px - 20px);
    box-sizing: border-box;
}

.content-section[b-fbx4ity26e] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 2rem;
    max-height: calc(100vh - calc(120px - 20px) - 50px);
}

.profile-photo[b-fbx4ity26e] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #e0e0e0;
    border: 2px solid #2196f3;
    cursor: pointer;
}

.profile-photo-container[b-fbx4ity26e] {
    width: 120px;
    height: 120px;
    position: relative;
    margin-bottom: 1rem;
}

.profile-photo-edit-icon[b-fbx4ity26e] {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

    .profile-photo-edit-icon i[b-fbx4ity26e] {
        font-size: 1.3rem;
        color: #2196f3;
        background: white;
        border-radius: 50%;
        padding: 2px;
    }

.myprofile-wrapper .card[b-fbx4ity26e] {
    background-color: white;
    border: 2px solid #d1d1d1;
    padding: 1rem;
    border-radius: 1rem;
    font-size: 0.95rem;
    max-width: 500px; /* Lebar maksimum card */
    width: 90%; /* Lebar responsif, misal 90% dari parent */
    margin: 0 auto 0 auto;
}

.btn.gender-unselected[b-fbx4ity26e] {
    border: 2px solid #0d6efd !important;
}

.my-swal-popup[b-fbx4ity26e] {
    margin: 10px;
    max-width: 400px;
    box-sizing: border-box;
}
/* /Pages/Clients/Participant.razor.rz.scp.css */
h5.fw-bold[b-u6vybu44w0] {
    font-size: 1.2rem;
    color: #333;
}

.participant-wrapper[b-u6vybu44w0] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-primary);
    height: 100vh;
    overflow: hidden;
}

.header-section[b-u6vybu44w0] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--bg-header);
    padding: 1.5rem;
    height: calc(120px - 20px);
    box-sizing: border-box;
}

.profile-page .btn-link[b-u6vybu44w0] {
    text-decoration: none;
    font-size: 1.3rem;
}

.content-section[b-u6vybu44w0] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 2rem;
    max-height: calc(100vh - calc(120px - 20px) - 50px);
}

.nav-tabs[b-u6vybu44w0] {
    gap: 1rem;
    border-bottom: none !important;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    overflow-y: hidden !important;
    position: relative;
    width: 100%;
}

    .nav-tabs[b-u6vybu44w0]::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0.5px;
        background-color: var(--nav-tabs-before);
        z-index: 0;
    }

    .nav-tabs .nav-link[b-u6vybu44w0] {
        font-size: 0.95rem;
        padding: 6px 12px;
        color: var(--upload-icon-color);
        border: none !important;
        position: relative;
        z-index: 1;
        background-color: transparent;
        border-radius: 8px 8px 0 0;
        transition: border-color 0.2s;
        white-space: nowrap;
    }

        .nav-tabs .nav-link.active[b-u6vybu44w0] {
            border-bottom: 5px solid #FFC700 !important;
            color: var(--text-primary);
            background-color: var(--nav-tabs-bg-active);
            font-weight: bold;
            z-index: 2;
        }

input.form-control[b-u6vybu44w0],
select.form-select[b-u6vybu44w0] {
    font-size: 0.9rem;
    border-radius: 8px;
    padding: 6px 12px;
}

body[b-u6vybu44w0] {
    background: linear-gradient(to bottom, #d3d3d3, #fefefe);
}

.scrollable-x[b-u6vybu44w0] {
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 1px;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #C4C4C4 #E0E0E0;
}

    .scrollable-x[b-u6vybu44w0]::-webkit-scrollbar {
        height: 12px;
        background: #E0E0E0; /* Track color */
        border-radius: 6px;
    }

    .scrollable-x[b-u6vybu44w0]::-webkit-scrollbar-thumb {
        background-color: #C4C4C4;
        border-radius: 6px;
    }

    .scrollable-x[b-u6vybu44w0]::-webkit-scrollbar-track {
        background-color: #E0E0E0;
    }
    .scrollable-x[b-u6vybu44w0]::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

/* Untuk Walas, Mentor, Teacher */
.table.pembimbing-table th:nth-child(1)[b-u6vybu44w0], .table.pembimbing-table td:nth-child(1)[b-u6vybu44w0] {
    width: 10%;
}

.table.pembimbing-table th:nth-child(2)[b-u6vybu44w0], .table.pembimbing-table td:nth-child(2)[b-u6vybu44w0] {
    width: 15%;
}

.table.pembimbing-table th:nth-child(3)[b-u6vybu44w0], .table.pembimbing-table td:nth-child(3)[b-u6vybu44w0] {
    width: 35%;
}
.table.pembimbing-table th:nth-child(4)[b-u6vybu44w0], .table.pembimbing-table td:nth-child(4)[b-u6vybu44w0] {
    width: 40%;
}


/* Untuk Student */
.table.pembimbing-student th:nth-child(1)[b-u6vybu44w0], .table.pembimbing-student td:nth-child(1)[b-u6vybu44w0] {
    width: 15%;
}

.table.pembimbing-student th:nth-child(2)[b-u6vybu44w0], .table.pembimbing-student td:nth-child(2)[b-u6vybu44w0] {
    width: 40%;
}

.table.pembimbing-student th:nth-child(3)[b-u6vybu44w0], .table.pembimbing-student td:nth-child(3)[b-u6vybu44w0] {
    width: 45%;
}


/* Untuk Student, Teacher */
.table.pkl-table th:nth-child(1)[b-u6vybu44w0], .table.pkl-table td:nth-child(1)[b-u6vybu44w0] {
    width: 8%;
}

.table.pkl-table th:nth-child(2)[b-u6vybu44w0], .table.pkl-table td:nth-child(2)[b-u6vybu44w0] {
    width: 10%;
}

.table.pkl-table th:nth-child(3)[b-u6vybu44w0], .table.pkl-table td:nth-child(3)[b-u6vybu44w0] {
    width: 23%;
}

.table.pkl-table th:nth-child(4)[b-u6vybu44w0], .table.pkl-table td:nth-child(4)[b-u6vybu44w0] {
    width: 15%;
}

.table.pkl-table th:nth-child(5)[b-u6vybu44w0], .table.pkl-table td:nth-child(5)[b-u6vybu44w0] {
    width: 23%;
}

.table.pkl-table th:nth-child(6)[b-u6vybu44w0], .table.pkl-table td:nth-child(6)[b-u6vybu44w0] {
    width: 21%;
}

/* Untuk Mentor, Walas*/
.table.pkl-mentor th:nth-child(1)[b-u6vybu44w0], .table.pkl-mentor td:nth-child(1)[b-u6vybu44w0] {
    width: 5%;
}

.table.pkl-mentor th:nth-child(2)[b-u6vybu44w0], .table.pkl-mentor td:nth-child(2)[b-u6vybu44w0] {
    width: 9%;
}

.table.pkl-mentor th:nth-child(3)[b-u6vybu44w0], .table.pkl-mentor td:nth-child(3)[b-u6vybu44w0] {
    width: 23%;
}

.table.pkl-mentor th:nth-child(4)[b-u6vybu44w0], .table.pkl-mentor td:nth-child(4)[b-u6vybu44w0] {
    width: 12%;
}

.table.pkl-mentor th:nth-child(5)[b-u6vybu44w0], .table.pkl-mentor td:nth-child(5)[b-u6vybu44w0] {
    width: 21%;
}

.table.pkl-mentor th:nth-child(6)[b-u6vybu44w0], .table.pkl-mentor td:nth-child(6)[b-u6vybu44w0] {
    width: 19%;
}

.table.pkl-mentor th:nth-child(7)[b-u6vybu44w0], .table.pkl-mentor td:nth-child(7)[b-u6vybu44w0] {
    width: 11%;
}

/* Untuk Walas, Mentor, Teacher */
.table.tkj-table th:nth-child(1)[b-u6vybu44w0], .table.tkj-table td:nth-child(1)[b-u6vybu44w0] {
    width: 12%;
}

.table.tkj-table th:nth-child(2)[b-u6vybu44w0], .table.tkj-table td:nth-child(2)[b-u6vybu44w0] {
    width: 14%;
}

.table.tkj-table th:nth-child(3)[b-u6vybu44w0], .table.tkj-table td:nth-child(3)[b-u6vybu44w0] {
    width: 34%;
}

.table.tkj-table th:nth-child(4)[b-u6vybu44w0], .table.tkj-table td:nth-child(4)[b-u6vybu44w0] {
    width: 26%;
}

.table.tkj-table th:nth-child(5)[b-u6vybu44w0], .table.tkj-table td:nth-child(5)[b-u6vybu44w0] {
    width: 14%;
}

/* Untuk Admin, Kajur */
.table.pembimbing-admin th:nth-child(1)[b-u6vybu44w0], .table.pembimbing-admin td:nth-child(1)[b-u6vybu44w0] {
    width: 8%;
}

.table.pembimbing-admin th:nth-child(2)[b-u6vybu44w0], .table.pembimbing-admin td:nth-child(2)[b-u6vybu44w0] {
    width: 12%;
}

.table.pembimbing-admin th:nth-child(3)[b-u6vybu44w0], .table.pembimbing-admin td:nth-child(3)[b-u6vybu44w0] {
    width: 30%;
}

.table.pembimbing-admin th:nth-child(4)[b-u6vybu44w0], .table.pembimbing-admin td:nth-child(4)[b-u6vybu44w0] {
    width: 30%;
}

.table.pembimbing-admin th:nth-child(5)[b-u6vybu44w0], .table.pembimbing-admin td:nth-child(5)[b-u6vybu44w0] {
    width: 20%;
}

/* Untuk Admin, Kajur */
.table.pkl-admin th:nth-child(1)[b-u6vybu44w0], .table.pkl-admin td:nth-child(1)[b-u6vybu44w0] {
    width: 5%;
}

.table.pkl-admin th:nth-child(2)[b-u6vybu44w0], .table.pkl-admin td:nth-child(2)[b-u6vybu44w0] {
    width: 5%;
}

.table.pkl-admin th:nth-child(3)[b-u6vybu44w0], .table.pkl-admin td:nth-child(3)[b-u6vybu44w0] {
    width: 7%;
}

.table.pkl-admin th:nth-child(4)[b-u6vybu44w0], .table.pkl-admin td:nth-child(4)[b-u6vybu44w0] {
    width: 20%;
}

.table.pkl-admin th:nth-child(5)[b-u6vybu44w0], .table.pkl-admin td:nth-child(5)[b-u6vybu44w0] {
    width: 9%;
}

.table.pkl-admin th:nth-child(6)[b-u6vybu44w0], .table.pkl-admin td:nth-child(6)[b-u6vybu44w0] {
    width: 19%;
}

.table.pkl-admin th:nth-child(7)[b-u6vybu44w0], .table.pkl-admin td:nth-child(7)[b-u6vybu44w0] {
    width: 17%;
}

.table.pkl-admin th:nth-child(8)[b-u6vybu44w0], .table.pkl-admin td:nth-child(8)[b-u6vybu44w0] {
    width: 18%;
}

/* Untuk Admin, Kajur */
.table.tkj-admin th:nth-child(1)[b-u6vybu44w0], .table.tkj-admin td:nth-child(1)[b-u6vybu44w0] {
    width: 5%;
}

.table.tkj-admin th:nth-child(2)[b-u6vybu44w0], .table.tkj-admin td:nth-child(2)[b-u6vybu44w0] { 
    width: 10%;
}

.table.tkj-admin th:nth-child(3)[b-u6vybu44w0], .table.tkj-admin td:nth-child(3)[b-u6vybu44w0] { 
    width: 13%;
}

.table.tkj-admin th:nth-child(4)[b-u6vybu44w0], .table.tkj-admin td:nth-child(4)[b-u6vybu44w0] { 
    width: 36%;
}

.table.tkj-admin th:nth-child(5)[b-u6vybu44w0], .table.tkj-admin td:nth-child(5)[b-u6vybu44w0] { 
    width: 24%;
}

.table.tkj-admin th:nth-child(6)[b-u6vybu44w0], .table.tkj-admin td:nth-child(5)[b-u6vybu44w0] {
    width: 12%;
}

/* Untuk Admin, Kajur */
.table.class th:nth-child(1)[b-u6vybu44w0], .table.class td:nth-child(1)[b-u6vybu44w0] {
    width: 6%;
}

.table.class th:nth-child(2)[b-u6vybu44w0], .table.class td:nth-child(2)[b-u6vybu44w0] {
    width: 12%;
}

.table.class th:nth-child(3)[b-u6vybu44w0], .table.class td:nth-child(3)[b-u6vybu44w0] {
    width: 10%;
}

.table.class th:nth-child(4)[b-u6vybu44w0], .table.class td:nth-child(4)[b-u6vybu44w0] {
    width: 20%;
}

.table.class th:nth-child(5)[b-u6vybu44w0], .table.class td:nth-child(5)[b-u6vybu44w0] {
    width: 7%;
}

.table.class th:nth-child(6)[b-u6vybu44w0], .table.class td:nth-child(6)[b-u6vybu44w0] {
    width: 30%;
}

.table.class th:nth-child(7)[b-u6vybu44w0], .table.class td:nth-child(7)[b-u6vybu44w0] {
    width: 15%;
}


.table.pt th:nth-child(1)[b-u6vybu44w0], .table.pt td:nth-child(1)[b-u6vybu44w0] {
    width: 12%;
}

.table.pt th:nth-child(2)[b-u6vybu44w0], .table.pt td:nth-child(2)[b-u6vybu44w0] {
    width: 58%;
}

.table.pt th:nth-child(3)[b-u6vybu44w0], .table.pt td:nth-child(3)[b-u6vybu44w0] {
    width: 30%;
}


.table.message th:nth-child(1)[b-u6vybu44w0], .table.message td:nth-child(1)[b-u6vybu44w0] {
    width: 16%;
}

.table.message th:nth-child(2)[b-u6vybu44w0], .table.message td:nth-child(2)[b-u6vybu44w0] {
    width: 30%;
}

.table.message th:nth-child(3)[b-u6vybu44w0], .table.message td:nth-child(3)[b-u6vybu44w0] {
    width: 30%;
}

.table.message th:nth-child(4)[b-u6vybu44w0], .table.message td:nth-child(4)[b-u6vybu44w0] {
    width: 24%;
}


.table th[b-u6vybu44w0], .table td[b-u6vybu44w0] {
    word-break: break-word;
    white-space: normal;
}

.scrollable-x > .table[b-u6vybu44w0] {
    min-width: 1400px; /* opsional, agar tabel tidak terlalu kecil di layar kecil */
    max-width: 1900px; /* ganti sesuai kebutuhan */
    width: 100%;
    table-layout: fixed;
    margin: 0 auto;
}

    .scrollable-x > .table.pembimbing-table[b-u6vybu44w0] {
        min-width: 650px;
        max-width: 1900px; /* atau sesuai kebutuhan */
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }

    .scrollable-x > .table.pembimbing-student[b-u6vybu44w0] {
        min-width: 450px;
        max-width: 1900px; /* atau sesuai kebutuhan */
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }

    .scrollable-x > .table.pkl-table[b-u6vybu44w0] {
        min-width: 900px;
        max-width: 1900px; /* atau sesuai kebutuhan */
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }

    .scrollable-x > .table.tkj-table[b-u6vybu44w0] {
        min-width: 650px;
        max-width: 1900px; /* atau sesuai kebutuhan */
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }

    .scrollable-x > .table.pembimbing-admin[b-u6vybu44w0] {
        min-width: 700px;
        max-width: 1900px; /* atau sesuai kebutuhan */
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }

    .scrollable-x > .table.pkl-admin[b-u6vybu44w0] {
        min-width: 1050px;
        max-width: 1900px; /* atau sesuai kebutuhan */
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }

    .scrollable-x > .table.tkj-admin[b-u6vybu44w0] {
        min-width: 750px;
        max-width: 1900px; /* atau sesuai kebutuhan */
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }

    .scrollable-x > .table.class[b-u6vybu44w0] {
        min-width: 900px;
        max-width: 1900px; /* atau sesuai kebutuhan */
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }

    .scrollable-x > .table.pkl-mentor[b-u6vybu44w0] {
        min-width: 900px;
        max-width: 1900px; /* atau sesuai kebutuhan */
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }
    .scrollable-x > .table.pt[b-u6vybu44w0] {
        min-width: 450px;
        max-width: 1900px; /* atau sesuai kebutuhan */
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }

    .scrollable-x > .table.message[b-u6vybu44w0] {
        min-width: 900px;
        max-width: 1900px; /* atau sesuai kebutuhan */
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }


.position-relative[b-u6vybu44w0] {
    position: relative;
}

.photo-wrapper[b-u6vybu44w0] {
    cursor: pointer;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid white;
    flex-shrink: 0;
}

.profile-photo[b-u6vybu44w0] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.part-sort-arrow[b-u6vybu44w0] {
    font-size: 0.6em;
    vertical-align: middle;
    margin-left: 4px;
}

.participant-modal-grid[b-u6vybu44w0] {
    display: grid;
    grid-template-columns: 85px 18px 1fr;
    row-gap: 5px;
    font-size: 1rem;
    color: var(--report-modal-grid);
}

.participant-modal-label[b-u6vybu44w0] {
    font-weight: 400;
}

.participant-modal-colon[b-u6vybu44w0] {
    text-align: center;
}

.participant-modal-value[b-u6vybu44w0] {
    font-weight: 500;
    word-break: break-word;
}

.profile-photo-container[b-u6vybu44w0] {
    width: 120px;
    height: 120px;
    position: relative;
    margin-bottom: 1rem;
}

.responsive-btn-group[b-u6vybu44w0] {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: flex-start;
    align-items: stretch;
}

.btn-main-group[b-u6vybu44w0] {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    flex-grow: 1;
}

.btn-side-group[b-u6vybu44w0] {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}

.student-detail-card[b-u6vybu44w0] {
    background: var(--bg-card);
    border-radius: 8px;
    border: 1px solid var(--border-card);
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    padding: 0;
    margin-bottom: 1.5rem;
}

.student-detail-header[b-u6vybu44w0] {
    font-weight: bold;
    font-size: 1.15rem;
    background: var(--student-detail-header-bg);
    border-bottom: 1px solid var(--border-card);
    padding: 0.75rem 1rem;
    border-radius: 8px 8px 0 0;
}

.student-detail-body[b-u6vybu44w0] {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 1rem;
}

.student-detail-col[b-u6vybu44w0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.student-detail-row[b-u6vybu44w0] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.student-detail-label[b-u6vybu44w0] {
    font-weight: 500;
    min-width: 90px;
    width: 90px;
}

.student-detail-input[b-u6vybu44w0] {
    flex: 1;
    background: var(--student-detail-input-bg);
    border: 1px solid var(--student-detail-input-border);
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    color: var(--input-text);
}

@media (max-width: 850px) {
    .student-detail-body[b-u6vybu44w0] {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0.75rem;
    }

    .student-detail-col[b-u6vybu44w0] {
        gap: 0.5rem;
    }

    .student-detail-row[b-u6vybu44w0] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.25rem;
    }

    .student-detail-label[b-u6vybu44w0] {
        width: auto;
        min-width: 0;
        margin-bottom: 0.25rem;
    }

    .student-detail-input[b-u6vybu44w0] {
        width: 100%;
    }
}

@media (max-width: 950px) {
    .message-action-btn-text[b-u6vybu44w0] {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .responsive-btn-group[b-u6vybu44w0] {
        flex-direction: row;
        justify-content: flex-start;
    }

    .btn-main-group[b-u6vybu44w0] {
        flex: 1 1 100%;
    }

    .btn-side-group[b-u6vybu44w0] {
        display: none !important;
    }

    .d-sm-inline[b-u6vybu44w0] {
        display: none !important;
    }

    .d-sm-none[b-u6vybu44w0] {
        display: block !important;
    }

    .locklocation-toolbar[b-u6vybu44w0] {
        flex: 0 0 auto;
    }
    
    .nav-tabs[b-u6vybu44w0] {
        flex-direction: column;
        align-items: center;
    }

    .table th[b-u6vybu44w0], .table td[b-u6vybu44w0] {
        font-size: 0.85rem;
        padding: 8px;
    }

    input.form-control[b-u6vybu44w0],
    select.form-select[b-u6vybu44w0] {
        font-size: 0.85rem;
    }

    .tab-dropdown-fill[b-u6vybu44w0] {
        width: 100%;
        min-width: 0;
        font-size: 1rem;
        border-radius: 8px;
        margin-bottom: 8px;
    }

    .btn-text-sm-hide[b-u6vybu44w0] {
        display: none !important;
    }
}

@media (min-width: 577px) {
    .d-sm-none[b-u6vybu44w0] {
        display: none !important;
    }

    .d-sm-inline[b-u6vybu44w0] {
        display: inline !important;
    }

    .locklocation-toolbar[b-u6vybu44w0] {
        margin-left: auto;
    }
}

.vertical-switch[b-u6vybu44w0] {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 68px;
}

    .vertical-switch input[b-u6vybu44w0] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.vertical-slider[b-u6vybu44w0] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 36px;
    height: 68px;
    background-color: #ccc;
    border-radius: 6px; /* kotak, bukan bulat */
    transition: background 0.3s;
}

    .vertical-slider[b-u6vybu44w0]:before {
        position: absolute;
        content: "";
        left: 5.5px;
        width: 25px;
        height: 22px;
        background-color: white;
        border-radius: 4px; /* kotak, bukan bulat */
        bottom: 4px;
        transition: bottom 0.3s;
        box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    }

.vertical-switch input:checked + .vertical-slider[b-u6vybu44w0] {
    background-color: darkorange;
}

    .vertical-switch input:checked + .vertical-slider[b-u6vybu44w0]:before {
        bottom: 41px;
    }

.horizontal-switch[b-u6vybu44w0] {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 36px;
}

    .horizontal-switch input[b-u6vybu44w0] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.horizontal-slider[b-u6vybu44w0] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 4px;
}

.horizontal-switch input:checked + .horizontal-slider[b-u6vybu44w0] {
    background-color: orangered;
}

.slider-knob[b-u6vybu44w0] {
    position: absolute;
    left: 8px;
    bottom: 7px;
    width: 37px;
    height: 23px;
    background: white;
    border-radius: 4px;
    transition: .4s;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.horizontal-switch input:checked + .horizontal-slider .slider-knob[b-u6vybu44w0] {
    transform: translateX(57px);
}

.slider-text[b-u6vybu44w0] {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: black;
    pointer-events: none;
    user-select: none;
}

.section-title[b-u6vybu44w0] {
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    background: var( --section-title-bg);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 8px 15px 10px 15px;
    margin-bottom: 0;
    position: relative;
    width: fit-content;
}

    .section-title[b-u6vybu44w0]::after {
        content: "";
        display: block;
        height: 3px;
        background: #ffc107;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

.my-swal-popup[b-u6vybu44w0] {
    margin: 10px;
    max-width: 400px;
    box-sizing: border-box;
}

/* Only affect mobile (≤576px) */
@media (max-width: 1050px) {
    .presence-action-group[b-u6vybu44w0] {
        display: none !important;
    }

    .action-grid[b-u6vybu44w0] {
        display: flex !important;
        flex-direction: row !important;
        gap: 4px;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

        .action-grid .btn[b-u6vybu44w0] {
            min-width: 36px;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            font-size: 1rem;
        }

    .mobile-pkl-action[b-u6vybu44w0] {
        display: flex !important;
    }

        .mobile-pkl-action .horizontal-switch.mobile-switch[b-u6vybu44w0] {
            margin-top: 0.3rem;
            min-width: 112px;
            justify-content: center;
            display: flex;
        }
}

@media (min-width: 1051px) {
    .presence-action-group[b-u6vybu44w0] {
        flex-direction: row !important;
        gap: 0.5rem !important;
    }

    .action-grid[b-u6vybu44w0] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 7px;
        width: fit-content;
    }

        .action-grid .btn[b-u6vybu44w0] {
            width: 100%;
            min-width: 0;
            white-space: nowrap;
            text-align: center;
            padding: 0.4rem 0.5rem;
            font-size: 0.95rem;
        }

    .mobile-pkl-action[b-u6vybu44w0] {
        display: none !important;
    }
}

.chevron-date-btn[b-u6vybu44w0] {
    background: none !important;
    border: none !important;
    padding: 2px 8px;
    min-width: 28px;
    min-height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: blue;
}

    .chevron-date-btn:disabled[b-u6vybu44w0] {
        opacity: 0.3;
        cursor: not-allowed;
    }

    .chevron-date-btn:active[b-u6vybu44w0],
    .chevron-date-btn:focus[b-u6vybu44w0] {
        outline: none !important;
        background: none !important;
        color: blue;
    }
/* /Pages/Clients/Presence.razor.rz.scp.css */
h5.fw-bold[b-ku9a753df1] {
    font-size: 1.2rem;
    color: #333;
}

.presence-wrapper[b-ku9a753df1] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-primary);
    height: 100vh;
    overflow: hidden;
}

.header-section[b-ku9a753df1] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--bg-header);
    padding: 1.5rem;
    height: calc(120px - 20px);
    box-sizing: border-box;
}

.content-section[b-ku9a753df1] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 2rem;
    max-height: calc(100vh - calc(120px - 20px) - 50px);
}

input.form-control[b-ku9a753df1],
select.form-select[b-ku9a753df1] {
    font-size: 0.9rem;
    border-radius: 8px;
    padding: 6px 12px;
}

@media (max-width: 768px) {
    .nav-tabs[b-ku9a753df1] {
        flex-direction: column;
        align-items: center;
    }

    .table th[b-ku9a753df1], .table td[b-ku9a753df1] {
        font-size: 0.85rem;
        padding: 8px;
    }

    input.form-control[b-ku9a753df1],
    select.form-select[b-ku9a753df1] {
        font-size: 0.85rem;
    }
}


body[b-ku9a753df1] {
    background: linear-gradient(to bottom, #d3d3d3, #fefefe);
}

.d-none[b-ku9a753df1] {
    display: none !important;
}

.scrollable-x[b-ku9a753df1] {
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 1px;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #C4C4C4 #E0E0E0;
}

    .scrollable-x[b-ku9a753df1]::-webkit-scrollbar {
        height: 12px;
        background: #E0E0E0; /* Track color */
        border-radius: 6px;
    }

    .scrollable-x[b-ku9a753df1]::-webkit-scrollbar-thumb {
        background-color: #C4C4C4;
        border-radius: 6px;
    }

    .scrollable-x[b-ku9a753df1]::-webkit-scrollbar-track {
        background-color: #E0E0E0;
    }

    .scrollable-x[b-ku9a753df1]::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.presence-radio-group .form-check-inline[b-ku9a753df1] {
    margin-right: 0.5rem;
    margin-left: 0;
}

.presence-radio-label[b-ku9a753df1] {
    font-weight: normal;
    cursor: pointer;
    transition: font-weight 0.2s;
}

.presence-radio-input:checked + .presence-radio-label[b-ku9a753df1] {
    font-weight: bold;
}

input[type="radio"].presence-radio-input[b-ku9a753df1] {
    accent-color: #00BA1E !important;
}

.upload-box[b-ku9a753df1] {
    display: inline-block;
    min-height: 120px;
    min-width: 120px;
    background: #f8f8f8;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border-radius: 8px;
}

    .upload-box img[b-ku9a753df1] {
        display: block;
        max-height: 150px;
        max-width: 200px;
        width: auto;
        height: auto;
        margin: auto;
    }

.modal-scrollable-content[b-ku9a753df1] {
    max-height: 80vh;
    overflow-y: auto;
}

.presence-modal-backdrop[b-ku9a753df1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.12);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
}

.presence-modal-dialog[b-ku9a753df1] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.12);
    padding: 32px 24px 16px 24px;
    min-width: 320px;
    max-width: 400px;
}

.presence-modal-grid[b-ku9a753df1] {
    display: grid;
    grid-template-columns: 110px 18px 1fr;
    row-gap: 5px;
    font-size: 1rem;
    color: var(--report-modal-grid);
}

.presence-modal-label[b-ku9a753df1] {
    font-weight: 400;
}

.presence-modal-colon[b-ku9a753df1] {
    text-align: center;
}

.presence-modal-value[b-ku9a753df1] {
    font-weight: 500;
    word-break: break-word;
}

.detail-presence-map[b-ku9a753df1] {
    width: 100%;
    height: 150px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-left: 0;
    margin-right: 0;
    display: block;
}

/* Untuk video WebRTC di modal */
.webrtc-modal-video[b-ku9a753df1] {
    width: 340px;
    height: 260px;
    object-fit: cover;
    border-radius: 8px;
    background: #222;
    max-width: 90vw;
}

/* Jika layar potrait (tinggi > lebar), kecilkan lebar */
@media (max-width: 600px), (orientation: portrait) {
    .webrtc-modal-video[b-ku9a753df1] {
        width: 95vw;
        max-width: 220px;
        height: 300px;
    }
}

.upload-box[b-ku9a753df1],
.upload-box-report[b-ku9a753df1] {
    display: inline-block;
    border: 1.5px solid #e0e0e0;
    border-radius: 4px;
    background: #fafbfc;
    cursor: pointer;
    width: fit-content;
    height: fit-content;
    padding: 0;
    text-align: center;
    position: relative;
}

    .upload-box img[b-ku9a753df1],
    .upload-box-report img[b-ku9a753df1],
    .img-upload-preview[b-ku9a753df1] {
        display: block;
        max-width: 240px;
        max-height: 180px;
        width: auto;
        height: auto;
        border-radius: 4px;
    }

.char-counter-outer[b-ku9a753df1] {
    display: flex;
    justify-content: flex-end;
    font-size: 0.85rem;
    color: #888;
    margin-top: 2px;
    margin-right: 2px;
}

.photo-wrapper[b-ku9a753df1] {
    cursor: pointer;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid white;
    flex-shrink: 0;
}

.profile-photo[b-ku9a753df1] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Untuk Selain Student */
.table.mentor-table th:nth-child(1)[b-ku9a753df1], .table.mentor-table td:nth-child(1)[b-ku9a753df1] {
    width: 4%;
}

.table.mentor-table th:nth-child(2)[b-ku9a753df1], .table.mentor-table td:nth-child(2)[b-ku9a753df1] {
    width: 6%;
}

.table.mentor-table th:nth-child(3)[b-ku9a753df1], .table.mentor-table td:nth-child(3)[b-ku9a753df1] {
    width: 17%;
}

.table.mentor-table th:nth-child(4)[b-ku9a753df1], .table.mentor-table td:nth-child(4)[b-ku9a753df1] {
    width: 9%;
}

.table.mentor-table th:nth-child(5)[b-ku9a753df1], .table.mentor-table td:nth-child(5)[b-ku9a753df1] {
    width: 6%;
}

.table.mentor-table th:nth-child(6)[b-ku9a753df1], .table.mentor-table td:nth-child(6)[b-ku9a753df1] {
    width: 16%;
}

.table.mentor-table th:nth-child(7)[b-ku9a753df1], .table.mentor-table td:nth-child(7)[b-ku9a753df1] {
    width: 6%;
}

.table.mentor-table th:nth-child(8)[b-ku9a753df1], .table.mentor-table td:nth-child(8)[b-ku9a753df1] {
    width: 5%;
}

.table.mentor-table th:nth-child(9)[b-ku9a753df1], .table.mentor-table td:nth-child(9)[b-ku9a753df1] {
    width: 6%;
}

.table.mentor-table th:nth-child(10)[b-ku9a753df1], .table.mentor-table td:nth-child(10)[b-ku9a753df1] {
    width: 9%;
}

.table.mentor-table th:nth-child(11)[b-ku9a753df1], .table.mentor-table td:nth-child(11)[b-ku9a753df1] {
    width: 16%;
}

/* Untuk Student */
.table.student-table th:nth-child(1)[b-ku9a753df1], .table.student-table td:nth-child(1)[b-ku9a753df1] {
    width: 10%;
}

.table.student-table th:nth-child(2)[b-ku9a753df1], .table.student-table td:nth-child(2)[b-ku9a753df1] {
    width: 30%;
}

.table.student-table th:nth-child(3)[b-ku9a753df1], .table.student-table td:nth-child(3)[b-ku9a753df1] {
    width: 12%;
}

.table.student-table th:nth-child(4)[b-ku9a753df1], .table.student-table td:nth-child(4)[b-ku9a753df1] {
    width: 12%;
}

.table.student-table th:nth-child(5)[b-ku9a753df1], .table.student-table td:nth-child(5)[b-ku9a753df1] {
    width: 16%;
}

.table.student-table th:nth-child(6)[b-ku9a753df1], .table.student-table td:nth-child(6)[b-ku9a753df1] {
    width: 20%;
}



.table th[b-ku9a753df1], .table td[b-ku9a753df1] {
    word-break: break-word;
    white-space: normal;
}

.scrollable-x > .table[b-ku9a753df1] {
    min-width: 1400px; /* opsional, agar tabel tidak terlalu kecil di layar kecil */
    max-width: 1900px; /* ganti sesuai kebutuhan */
    width: 100%;
    table-layout: fixed;
    margin: 0 auto;
}

    .scrollable-x > .table.student-table[b-ku9a753df1] {
        min-width: 600px;
        max-width: 1900px; /* atau sesuai kebutuhan */
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }

    .scrollable-x > .table.mentor-table[b-ku9a753df1] {
        min-width: 1450px;
        max-width: 1900px; /* atau sesuai kebutuhan */
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }

.position-relative[b-ku9a753df1] {
    position: relative;
}

@media (min-width: 576px) {
    .presence-action-group[b-ku9a753df1] {
        flex-direction: row !important;
        gap: 0.5rem !important;
    }
}

.sort-arrow[b-ku9a753df1] {
    font-size: 0.6em;
    vertical-align: middle;
    margin-left: 4px;
}

.checkmark-presence-animate[b-ku9a753df1] {
    display: inline-block;
    animation: pop-check-b-ku9a753df1 0.5s cubic-bezier(.17,.67,.83,.67);
}

@keyframes pop-check-b-ku9a753df1 {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    60% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.upload-box[b-ku9a753df1],
.upload-box-report[b-ku9a753df1] {
    position: relative;
    width: fit-content; /* 3:4 ratio, width */
    height: fit-content; /* 3:4 ratio, height */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    background: #fafbfc;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    margin: auto;
}

    .upload-box img[b-ku9a753df1],
    .upload-box-report img[b-ku9a753df1],
    .img-upload-preview[b-ku9a753df1] {
        max-width: 180px;
        max-height: 240px;
        width: auto;
        height: auto;
        object-fit: cover;
        border-radius: 1px;
        display: block;
    }

.btn-circle-capture[b-ku9a753df1] {
    width: 39px;
    height: 39px;
    border-radius: 14%;
    background: #28a745;
    color: #28a745;
    border: 1px solid #28a745;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 2px 8px rgba(40,167,69,0.10);
}

.webrtc-countdown-anim[b-ku9a753df1] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    font-size: 4rem;
    font-weight: bold;
    color: white;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    animation: webrtc-countdown-pop-b-ku9a753df1 0.5s;
}

@keyframes webrtc-countdown-pop-b-ku9a753df1 {
    0% {
        transform: scale(0.7) translate(-50%, -60%);
        opacity: 0.5;
    }

    60% {
        transform: scale(1.2) translate(-50%, -60%);
        opacity: 1;
    }

    100% {
        transform: scale(1) translate(-50%, -60%);
        opacity: 1;
    }
}

.feedback-grid[b-ku9a753df1] {
    display: grid;
    grid-template-columns: 105px 18px 1fr;
    row-gap: 5px;
    background: var(--feedback-grid-bg);
    padding: 8px;
    border-radius: 8px;
    border: 1.5px solid var(--border-card);
}

.feedback-label[b-ku9a753df1] {
    font-weight: 400;
}

.feedback-colon[b-ku9a753df1] {
    text-align: center;
}

.feedback-value[b-ku9a753df1] {
    font-weight: 500;
    word-break: break-word;
}

.locklocation-mobile[b-ku9a753df1] {
    display: none !important;
}

.locklocation-desktop[b-ku9a753df1] {
    display: flex !important;
}

.presence-toolbar[b-ku9a753df1] {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.locklocation-text[b-ku9a753df1] {
    display: inline-block;
}

@media (max-width: 576px) {
    .presence-radio-group[b-ku9a753df1] {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .presence-radio-row[b-ku9a753df1] {
        display: flex;
        justify-content: center;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .locklocation-desktop[b-ku9a753df1] {
        display: none !important;
    }

    .locklocation-mobile[b-ku9a753df1] {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        width: auto;
        margin-left: auto;
    }

    .row.mb-3.align-items-center[b-ku9a753df1] {
        flex-wrap: wrap;
    }

        .row.mb-3.align-items-center .col[b-ku9a753df1],
        .row.mb-3.align-items-center .col-auto[b-ku9a753df1] {
            flex: 1 1 0;
            min-width: 0;
        }

    .responsive-btn-group[b-ku9a753df1] {
        flex-direction: row;
        justify-content: flex-start;
    }

    .btn-main-group[b-ku9a753df1] {
        flex: 1 1 100%;
    }

    .btn-side-group[b-ku9a753df1] {
        display: none !important;
    }

    .d-sm-inline[b-ku9a753df1] {
        display: none !important;
    }

    .d-sm-none[b-ku9a753df1] {
        display: block !important;
    }

    .presence-toolbar[b-ku9a753df1] {
        flex-direction: row;
        justify-content: space-between;
        gap: 0.5rem;
    }

    .btn-group-toolbar[b-ku9a753df1] {
        flex: 1 1 auto;
    }

    .locklocation-toolbar[b-ku9a753df1] {
        flex: 0 0 auto;
    }

    .locklocation-text[b-ku9a753df1] {
        display: none;
    }

    .action-grid[b-ku9a753df1] {
        display: flex !important;
        flex-direction: row !important;
        gap: 4px;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

        .action-grid .btn[b-ku9a753df1] {
            min-width: 36px;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            font-size: 1rem;
        }

    .btn-text-sm-hide[b-ku9a753df1] {
        display: none !important;
    }

    .date-group-responsive[b-ku9a753df1] {
        width: 100%;
        justify-content: space-between;
        gap: 0;
    }

        .date-group-responsive .form-control[type="date"][b-ku9a753df1] {
            width: 100%;
            min-width: 0;
            margin-left: 4px;
            margin-right: 4px;
        }

        .date-group-responsive .chevron-date-btn[b-ku9a753df1] {
            min-width: 32px;
            min-height: 32px;
            font-size: 1.1rem;
        }
}

@media (min-width: 577px) {
    .presence-radio-row[b-ku9a753df1] {
        display: flex;
        gap: 0.5rem;
    }

    .presence-radio-group[b-ku9a753df1] {
        flex-direction: row !important;
        align-items: center !important;
    }

    .d-sm-none[b-ku9a753df1] {
        display: none !important;
    }

    .d-sm-inline[b-ku9a753df1] {
        display: inline !important;
    }

    .presence-toolbar[b-ku9a753df1] {
        flex-direction: row;
        justify-content: flex-start;
    }

    .btn-group-toolbar[b-ku9a753df1] {
        flex: 0 0 auto;
    }

    .locklocation-toolbar[b-ku9a753df1] {
        margin-left: auto;
    }

    .locklocation-text[b-ku9a753df1] {
        display: inline-block;
    }
}

.switch[b-ku9a753df1] {
    position: relative;
    display: inline-block;
    width: 49px;
    height: 25px;
}

    .switch input[b-ku9a753df1] {
        display: none;
    }

.slider[b-ku9a753df1] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 25px;
}

    .slider[b-ku9a753df1]:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 5px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-ku9a753df1] {
    background-color: #28a745;
}

    input:checked + .slider[b-ku9a753df1]:before {
        transform: translateX(22px);
    }

.action-grid[b-ku9a753df1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 7px;
    width: fit-content;
}

    .action-grid .btn[b-ku9a753df1] {
        width: 100%;
        min-width: 0;
        white-space: nowrap;
        text-align: center;
        padding: 0.4rem 0.5rem;
        font-size: 0.95rem;
    }

.chevron-date-btn[b-ku9a753df1] {
    background: none !important;
    border: none !important;
    padding: 2px 8px;
    min-width: 28px;
    min-height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #444;
}

    .chevron-date-btn:disabled[b-ku9a753df1] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .chevron-date-btn:active[b-ku9a753df1],
    .chevron-date-btn:focus[b-ku9a753df1] {
        outline: none !important;
        background: none !important;
        color: blue;
    }

.my-swal-popup[b-ku9a753df1] {
    margin: 10px; /* beri jarak dari tepi layar */
    max-width: 400px; /* maksimal lebar */
    box-sizing: border-box;
}

.modal-title[b-ku9a753df1] {
    color: var(--upload-icon-color) !important;
}

.btn-close[b-ku9a753df1] {
    width: 1rem;
    height: 1rem;
    opacity: 1;
    background: none;
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='red'>\
<path d='M2.146 2.146a.5.5 0 0 1 .708 0L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854a.5.5 0 0 1 0-.708z'/>\
</svg>");
    background-size: cover;
}
/* /Pages/Clients/Profile.razor.rz.scp.css */
/* Container halaman */
.profile-page[b-t1gp74n82c] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-primary);
    height: 100vh;
    overflow: hidden;
}

.header-section[b-t1gp74n82c] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--bg-header);
    padding: 1.5rem;
    height: calc(120px - 20px);
    box-sizing: border-box;
}

.content-section[b-t1gp74n82c] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 2rem;
    max-height: calc(100vh - calc(120px - 20px) - 50px); /* 120px header, 70px bottom bar, sesuaikan jika perlu */
    /* 120px = tinggi header-section, 70px = tinggi bottom bar */
}

/* Header */
.profile-page .btn-link[b-t1gp74n82c] {
    text-decoration: none;
    font-size: 1.2rem;
}

/* Foto profil */
.profile-photo[b-t1gp74n82c] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #e0e0e0;
}

/* Card utama nama user */
.profile-page .card[b-t1gp74n82c] {
    background-color: ghostwhite;
    border: 2px solid #d1d1d1;
    padding: 1rem;
    border-radius: 1rem;
    font-size: 0.95rem;
    max-width: 1000px; /* Lebar maksimum card */
    width: 100%; /* Lebar responsif, misal 90% dari parent */
    margin: 0 auto 0 auto;
}

/* Section menu card */
.profile-page .card.p-2[b-t1gp74n82c] {
    background-color: ghostwhite;
    border: 2px solid #d1d1d1;
    padding: 1rem;
    border-radius: 1rem;
    font-size: 0.95rem;
    max-width: 1000px; /* Lebar maksimum card */
    width: 100%; /* Lebar responsif, misal 90% dari parent */
    margin: 0 auto 2rem auto;
}

    .profile-page .card.p-2 .menu-item:last-child[b-t1gp74n82c] {
        border-bottom: none;
    }

/* Setiap item menu */
    .profile-page .card.p-2 > div[b-t1gp74n82c] {
        padding: 0.75rem 1rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: background 0.2s;
        font-size: 0.95rem;
    }

        .profile-page .card.p-2 > div:hover[b-t1gp74n82c] {
            background-color: #e0e0e0;
            border-radius: 0.5rem;
        }

/* Ikon menu */
    .profile-page .card.p-2 i.bi[b-t1gp74n82c] {
        font-size: 1rem;
    }

/* Tombol logout */
.profile-page .btn.btn-secondary[b-t1gp74n82c] {
    padding: 8px;
    border: none;
    border-radius: 12px;
    background-color: #0476D9;
    color: white;
    font-weight: bold;
    font-size: 15px;
    max-width: 400px;
    width: 90%;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    margin-top: 30px;
}

    .profile-page .btn.btn-secondary:hover[b-t1gp74n82c] {
        background-color: #023F73;
    }

.my-swal-popup[b-t1gp74n82c] {
    margin: 10px; /* beri jarak dari tepi layar */
    max-width: 400px; /* maksimal lebar */
    box-sizing: border-box;
}
/* /Pages/Clients/Recap.razor.rz.scp.css */
.change-pass-wrapper[b-v0zz0qva40] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-primary);
    height: 100vh;
    overflow: hidden;
}

.header-section[b-v0zz0qva40] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--bg-header);
    padding: 1.5rem;
    height: calc(120px - 20px);
    box-sizing: border-box;
}

.content-section[b-v0zz0qva40] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 2rem;
    max-height: calc(100vh - calc(120px - 20px) - 50px);
}

.checkmark-presence-animate[b-v0zz0qva40] {
    display: inline-block;
    animation: pop-check-b-v0zz0qva40 0.5s cubic-bezier(.17,.67,.83,.67);
}

@keyframes pop-check-b-v0zz0qva40 {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    60% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.student-detail-card[b-v0zz0qva40] {
    background-color: var(--bg-card);
    border-radius: 8px;
    border: 1px solid var(--border-card);
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    padding: 0;
    margin-bottom: 1.5rem;
}

.student-detail-header[b-v0zz0qva40] {
    font-weight: bold;
    font-size: 1.15rem;
    background: var(--student-detail-header-bg);
    border-bottom: 1px solid var(--border-card);
    padding: 0.75rem 1rem;
    border-radius: 8px 8px 0 0;
}

.student-detail-body[b-v0zz0qva40] {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 1rem;
}

.student-detail-col[b-v0zz0qva40] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.student-detail-row[b-v0zz0qva40] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.student-detail-label[b-v0zz0qva40] {
    font-weight: 500;
    min-width: 120px;
    width: 120px;
}

.student-detail-input[b-v0zz0qva40] {
    flex: 1;
    background: var(--student-detail-input-bg);
    border: 1px solid var(--student-detail-input-border);
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    color: var(--input-text);
}

@media (max-width: 850px) {
    .student-detail-body[b-v0zz0qva40] {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0.75rem;
    }

    .student-detail-col[b-v0zz0qva40] {
        gap: 0.5rem;
    }

    .student-detail-row[b-v0zz0qva40] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.25rem;
    }

    .student-detail-label[b-v0zz0qva40] {
        width: auto;
        min-width: 0;
        margin-bottom: 0.25rem;
    }

    .student-detail-input[b-v0zz0qva40] {
        width: 100%;
    }
}

.presence-radio-group .form-check-inline[b-v0zz0qva40] {
    margin-right: 0.5rem;
    margin-left: 0;
}

.my-swal-popup[b-v0zz0qva40] {
    margin: 10px;
    max-width: 400px;
    box-sizing: border-box;
}
/* /Pages/MenuItem.razor.rz.scp.css */
.custom-switch[b-u2xu0xr5hw] {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 28px;
}

.custom-switch-input[b-u2xu0xr5hw] {
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-switch-slider[b-u2xu0xr5hw] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e74c3c;
    transition: .4s;
    border-radius: 34px;
}

    .custom-switch-slider[b-u2xu0xr5hw]:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

.custom-switch-input:checked + .custom-switch-slider[b-u2xu0xr5hw] {
    background-color: #27ae60; /* hijau saat on */
}

    .custom-switch-input:checked + .custom-switch-slider[b-u2xu0xr5hw]:before {
        transform: translateX(20px);
    }
/* /Pages/Modal.razor.rz.scp.css */
.modal-overlay[b-n0iq54iwvu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-box[b-n0iq54iwvu] {
    background: var(--modal-box-bg);
    border-radius: 12px;
    padding: 2rem;
    max-width: 90%;
    width: 400px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    text-align: center;
}
