@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Components/AssessmentProctoring.razor.rz.scp.css */
/* /Components/Assessments.razor.rz.scp.css */
/*:deep(.e-grid .e-headercelldiv) {
    font-size: 16px;
    font-family: 'Montserrat';
    height: 25px;
}

:deep(.e-grid .e-rowcell) {
    font-size: 15px;
    font-family: 'Roboto';
    padding-left: 0px;
}

:deep(.e-grid .e-headercell) {
    padding-left: 0px;
}

:deep(span:hover) {
    background-color: #f0f0f0;
    cursor: pointer;
    text-decoration: none;
}*/
/* /Components/DocImporter.razor.rz.scp.css */
.drop-zone[b-ycb8u09qbr] {
    padding: 20px;
    width: 100%;
    min-height: 100px;
    border: 2px dashed #0087F7;
    border-radius: 5px;
}

    .drop-zone.hover[b-ycb8u09qbr] {
        border-style: solid;
    }
/* /Components/DuplicateAssessment.razor.rz.scp.css */
/* /Components/ImageSelector.razor.rz.scp.css */
.image-container[b-btdb1tb0aj] {
    cursor: pointer;
    transition: transform 0.2s;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.image-container:hover[b-btdb1tb0aj] {
    transform: scale(1.05);
}

.image-container.selected img[b-btdb1tb0aj] {
    border: 2px solid #28a745; /* Green border for selected images */
}

.image-container img[b-btdb1tb0aj] {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/* /Components/QuestionCreation.razor.rz.scp.css */
.file-upload-container[b-rv15n7awmr] {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
}

.question-img-box[b-rv15n7awmr] {
    height: 253px;
    width: 253px;
    padding: 10px;
    position: relative;
}
.question-img[b-rv15n7awmr] {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-top:0px;
}
/*.drag-drop-area {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 40px;
    cursor: pointer;
    position: relative;
}

    .drag-drop-area:hover {
        border-color: #333;
    }*/
/*.file-upload-icon {
    font-size: 32px;
}*/
.upload-instructions[b-rv15n7awmr] {
    margin-top: 20px;
    font-size: 18px;
    color: #007bff;
    cursor: pointer;
}

.additional-info[b-rv15n7awmr] {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}

.file-size-info[b-rv15n7awmr] {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    text-align: left;
}
/* /Components/QuestionLists.razor.rz.scp.css */


.dialog-header[b-3peg2ewqqe] {
    display: flex;
    align-items: center;
    padding: 10px;
    padding-left:0px;
}

.previous-icon[b-3peg2ewqqe] {
    margin-right: 10px;
    cursor: pointer;
}

    .previous-icon i[b-3peg2ewqqe] {
        font-size: 1.5em;
        color: gray;
    }

.header-text[b-3peg2ewqqe] {
    display: flex;
    flex-direction: column;
}

.header-title[b-3peg2ewqqe] {
    font-size: 1.5em;
    font-weight: bold;
}

.header-subtitle[b-3peg2ewqqe] {
    font-size: 1em;
    color: gray;
}

/* /Components/StudentExamDetails.razor.rz.scp.css */
/* Container */
.exam-container[b-g6g2mfjoaa] {
    padding: 1rem;
    background: #f6faf8;
}

/* Top filter pills */
.exam-filter[b-g6g2mfjoaa] {
    margin-bottom: 1rem;
    display:flex;
    justify-content:flex-start;
}

.filter-left[b-g6g2mfjoaa] {
    display:flex;
    gap:0.5rem;
}

.filter-pill[b-g6g2mfjoaa] {
    background: #e9f7f3;
    border-radius: 999px;
    padding: 0.5rem 0.9rem;
    border: none;
    cursor: pointer;
    color: #1b6b60;
    font-weight: 600;
}

.filter-pill.disabled[b-g6g2mfjoaa] {
    background:#f0f0f0;
    color:#7a7a7a;
    cursor:default;
}

.filter-pill.active[b-g6g2mfjoaa] {
    background: #ffffff;
    box-shadow: 0 2px 0 rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.06);
}

/* Question card */
.question-card[b-g6g2mfjoaa] {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.1rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03);
    display:block;
}

.question-card-header[b-g6g2mfjoaa] {
    display:flex;
    align-items:flex-start;
    gap:1rem;
}

.q-left[b-g6g2mfjoaa] {
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:0.5rem;
    width:64px;
}

.q-number[b-g6g2mfjoaa] {
    background:#e6f6ef;
    color:#0f6b58;
    width:36px;
    height:36px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.02);
}

.q-difficulty[b-g6g2mfjoaa] {
    background:#eaf7f1;
    color:#2e8f75;
    padding:0.2rem 0.5rem;
    border-radius:999px;
    font-size:0.7rem;
    font-weight:700;
}

.q-title[b-g6g2mfjoaa] {
    flex:1;
}

.q-inquiry[b-g6g2mfjoaa] {
    font-weight:700;
    margin-bottom:0.6rem;
}

.question-image[b-g6g2mfjoaa] {
    margin-top:0.6rem;
    max-height:160px;
    border-radius:8px;
    display:block;
}

/* Align score and category badges vertically centered */
.q-score[b-g6g2mfjoaa] {
    min-width:140px;
    display:flex;
    align-items:center; /* changed from flex-start to center */
    justify-content:flex-end;
    gap:0.6rem;
}

/* Score badge - keep existing size/spacing */
.score-badge[b-g6g2mfjoaa] {
    padding:0.4rem 0.7rem;
    border-radius:999px;
    font-weight:700;
    color:#fff;
    display:inline-flex;
    gap:0.4rem;
    align-items:center;
    font-size:inherit;
    line-height:1;
}

.score-good[b-g6g2mfjoaa] {
    background:#28a745; /* green */
}

.score-bad[b-g6g2mfjoaa] {
    background:#d9534f; /* red */
}

/* Category badge - match size/shape/font to score-badge */
.category-badge[b-g6g2mfjoaa] {
    background: #f0f6f4;
    color: #145c4e;
    padding: 0.4rem 0.7rem; /* match score-badge padding */
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: inherit;
    line-height: 1;
}

/* make label and count inline with same font size */
.category-label[b-g6g2mfjoaa] {
    color: #0b5a49;
    font-weight: 600;
    font-size: inherit;
    opacity: 0.95;
}

.category-count[b-g6g2mfjoaa] {
    color: #0f6b58;
    font-weight: 800;
    font-size: inherit;
}

/* Options */
.question-card-body[b-g6g2mfjoaa] {
    margin-top:1rem;
}

.option[b-g6g2mfjoaa] {
    display:flex;
    align-items:center;
    gap:0.8rem;
    border-radius:8px;
    padding:0.9rem;
    border:1px solid #eef2f2;
    margin-bottom:0.6rem;
    background:#fafafa;
}

.option .option-left[b-g6g2mfjoaa] {
    width:36px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.option-bullet[b-g6g2mfjoaa] {
    font-weight:700;
    color:#6c757d;
}

.option-text[b-g6g2mfjoaa] {
    flex:1;
}

.option-meta[b-g6g2mfjoaa] {
    display:flex;
    align-items:center;
    gap:0.5rem;
    min-width:120px;
    justify-content:flex-end;
}

.option-icon.ok[b-g6g2mfjoaa] {
    color:#0f7a5f;
    font-weight:700;
}

.option-icon.wrong[b-g6g2mfjoaa] {
    color:#b02a37;
    font-weight:700;
}

.correct-label[b-g6g2mfjoaa] {
    background:transparent;
    color:#0f7a5f;
    font-weight:700;
    font-size:0.75rem;
}

/* Correct answer styling */
.option.correct[b-g6g2mfjoaa] {
    border-color:#1fa67a;
    background:#e8fff6;
}

/* Selected wrong */
.option.selected-wrong[b-g6g2mfjoaa] {
    border-color:#e89aa0;
    background:#fff1f2;
}

/* Selected correct */
.option.selected-correct[b-g6g2mfjoaa] {
    border-color:#1fa67a;
    background:#dff8ef;
}

/* Essay */
.essay-answer[b-g6g2mfjoaa] {
    padding:0.8rem;
    background:#fbfbfb;
    border-radius:6px;
    border:1px solid #efefef;
}

/* Set Grade button for essay questions */
.set-grade-btn[b-g6g2mfjoaa] {
    background: #1ba67a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 0.45rem 1.1rem;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease;
}

.set-grade-btn:hover[b-g6g2mfjoaa] {
    background: #158f69;
}

/* ── Grade Dialog ── */
[b-g6g2mfjoaa] .grade-dialog .e-dlg-header-content {
    padding: 1.2rem 1.5rem 0.8rem;
    border-bottom: none;
}

[b-g6g2mfjoaa] .grade-dialog .e-dlg-header {
    font-weight: 700;
    font-size: 1.15rem;
    color: #1a1a1a;
}

[b-g6g2mfjoaa] .grade-dialog .e-dlg-content {
    padding: 0 1.5rem;
}

[b-g6g2mfjoaa] .grade-dialog .e-footer-content {
    padding: 0.8rem 1.5rem 1.2rem;
    border-top: none;
}

[b-g6g2mfjoaa] .grade-dialog .e-dlg-container {
    border-radius: 14px;
}

[b-g6g2mfjoaa] .grade-dialog.e-dialog {
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.grade-dialog-body[b-g6g2mfjoaa] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.grade-label[b-g6g2mfjoaa] {
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    color: #3a3a3a;
}

.grade-input[b-g6g2mfjoaa] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 8px;
    background: #f0f0f0;
    font-size: 1rem;
    color: #888;
    outline: none;
    box-sizing: border-box;
}

.grade-input:focus[b-g6g2mfjoaa] {
    background: #e8e8e8;
    color: #1a1a1a;
}

.grade-dialog-footer[b-g6g2mfjoaa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    margin-top: 0.5rem;
}

.grade-save-btn[b-g6g2mfjoaa] {
    width: 100%;
    padding: 0.85rem;
    border: none;
    border-radius: 10px;
    background: linear-gradient(180deg, #1ba67a 0%, #158f69 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: background 0.15s ease;
    box-shadow: 0 3px 8px rgba(21, 143, 105, 0.25);
}

.grade-save-btn:hover[b-g6g2mfjoaa] {
    background: linear-gradient(180deg, #158f69 0%, #117a5a 100%);
}

.grade-save-icon[b-g6g2mfjoaa] {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
}

.grade-cancel-btn[b-g6g2mfjoaa] {
    background: none;
    border: none;
    color: #1ba67a;
    font-weight: 600;
    font-size: 0.88rem;
    cursor: pointer;
    padding: 0.3rem 1rem;
}

.grade-cancel-btn:hover[b-g6g2mfjoaa] {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .q-left[b-g6g2mfjoaa] { display:none; }
    .q-score[b-g6g2mfjoaa] { min-width:90px; }
}
/* /Components/StudentExamOverView.razor.rz.scp.css */
.exam-overview[b-7rszdl6l6g] {
  display: flex;
  gap: 24px;
  align-items: stretch;
  margin: 8px 0;
}

/* Card base */
.card[b-7rszdl6l6g] {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(11, 35, 54, 0.06);
  overflow: hidden;
  flex: 1 1 0;
}

/* Card sizes */
.left-card[b-7rszdl6l6g] { max-width: 420px; }
.center-card[b-7rszdl6l6g] {
  max-width: 420px;
  background: #072841;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  position: relative;
}
.right-card[b-7rszdl6l6g] { max-width: 420px; }

/* Header */
.card-header[b-7rszdl6l6g] {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 18px 20px;
  background: transparent;
}
.header-icon[b-7rszdl6l6g] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #eef6fb;
  border-radius: 6px;
}
.header-title[b-7rszdl6l6g] {
  font-weight: 700;
  color: #0b2336;
  letter-spacing: 0.6px;
  font-size: 13px;
}

/* Center card content */
.center-inner[b-7rszdl6l6g] { text-align: center; width: 100%; }
.center-header[b-7rszdl6l6g] {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.score[b-7rszdl6l6g] { font-size: 64px; font-weight: 800; line-height: 1; margin: 6px 0; }
.score-sub[b-7rszdl6l6g] { font-size: 14px; color: rgba(255,255,255,0.9); margin-bottom: 18px; }

.class-avg[b-7rszdl6l6g] {
  display: flex;
  width: 220px;
  margin: 0 auto;
  background: rgba(255,255,255,0.06);
  border-radius: 28px;
  padding: 10px 14px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.avg-left[b-7rszdl6l6g] { text-align: left; }
.avg-num[b-7rszdl6l6g] { font-weight: 800; color: #fff; font-size: 16px; }
.avg-label[b-7rszdl6l6g] { font-size: 11px; color: rgba(255,255,255,0.75); }
.lead[b-7rszdl6l6g] {
  font-size: 12px;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.06);
  padding: 6px 8px;
  border-radius: 12px;
  font-weight: 700;
}

/* Card body spacing */
.card-body[b-7rszdl6l6g] { padding: 18px 22px 24px 22px; }

/* Left card: label over value style (matches requested screenshot) */
.detail-block[b-7rszdl6l6g] { padding: 12px 0 6px 0; }
.small-label[b-7rszdl6l6g] {
  font-size: 11px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 6px;
}
.detail-value[b-7rszdl6l6g] {
  font-size: 16px;
  font-weight: 800;
  color: #0b2336;
}
.assessment-name[b-7rszdl6l6g] {
  font-size: 13px;
  /*text-transform: uppercase;*/
  line-height: 1.15;
}

/* thin separator */
.hr-line[b-7rszdl6l6g] {
  height: 1px;
  background: #f1f4f8;
  margin: 10px 0;
  border-radius: 1px;
}

/* two-column small rows */
.two-cols.condensed[b-7rszdl6l6g] { display: flex; gap: 28px; }
.two-cols.condensed .col[b-7rszdl6l6g] { flex: 1; }

/* Summary row (total qs / incorrect) */
.summary-row[b-7rszdl6l6g] { display: flex; justify-content: space-between; align-items: center; padding-top: 8px; gap: 20px; }
.summary-item[b-7rszdl6l6g] { flex: 1; text-align: center; }
.summary-num[b-7rszdl6l6g] { font-size: 20px; font-weight: 800; color: #0b2336; }
.summary-label[b-7rszdl6l6g] { font-size: 11px; color: #6b7280; margin-top: 6px; }
.summary-item.incorrect .summary-num[b-7rszdl6l6g] { color: #c21b2a; }

/* Analytics list (right card) */
.analytics-row[b-7rszdl6l6g] { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid #f1f4f8; }
.analytics-row:last-of-type[b-7rszdl6l6g] { border-bottom: none; }
.analytics-label[b-7rszdl6l6g] { color: #6b7280; font-size: 13px; }
.analytics-value[b-7rszdl6l6g] { font-weight: 800; color: #0b2336; }

.percentile-pill[b-7rszdl6l6g] {
  background: #eef2f7;
  color: #0b2336;
  padding: 6px 8px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
}

/* subtle decoration on center card */
.center-card[b-7rszdl6l6g]::before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 160px;
  height: 160px;
  background: radial-gradient(rgba(255,255,255,0.02), transparent 40%);
  transform: rotate(20deg);
  pointer-events: none;
}

/* Responsive */
@media (max-width: 980px) {
  .exam-overview[b-7rszdl6l6g] { flex-direction: column; gap: 16px; }
  .left-card[b-7rszdl6l6g], .center-card[b-7rszdl6l6g], .right-card[b-7rszdl6l6g] { max-width: none; }
}
/* /Components/StudentExamResultDetails.razor.rz.scp.css */
.result-card[b-tt9gbg5k89] {
  background: #f6fbfa; /* subtle green/gray background */
  border-radius: 6px;
  padding: 18px;
  margin-bottom: 18px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.02) inset;
}

.result-header[b-tt9gbg5k89] {
  padding: 6px 8px 18px;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

.student-info[b-tt9gbg5k89] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.student-name[b-tt9gbg5k89] {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.6px;
  /*text-transform: uppercase;*/
  color: #0b2b2a; /* dark teal */
  margin: 0 0 0 4;
}

.meta-row[b-tt9gbg5k89] {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.student-no[b-tt9gbg5k89] {
  display: inline-block;
  background: #d8f5ea; /* light green pill */
  color: #046b57;
  padding: 6px 10px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 13px;
}

.meta-item[b-tt9gbg5k89] {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #596366;
  font-size: 13px;
}

.meta-label[b-tt9gbg5k89] {
  color: #596366;
  opacity: 0.9;
  font-weight: 600;
}

.meta-value[b-tt9gbg5k89] {
  color: #596366;
  opacity: 0.85;
}

/* keep existing card-body spacing consistent */
.card-body[b-tt9gbg5k89] {
  padding: 16px 8px 0;
}
/* /Shared/LoginDisplay.razor.rz.scp.css */
@media (max-width: 640px) {
    .profile[b-01app0eb70] {
        display: none;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-79pai0heys] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-79pai0heys] {
    flex: 1;
}

.sidebar[b-79pai0heys] {
    /*background-image: linear-gradient(0deg, rgb(59, 170, 219) 0%, #3B3FDB 70%);*/
    background-color: #25AC93;
}

.top-row[b-79pai0heys] {
    background-color: #ffffff;
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    color: black;
    display: flex;
    align-items: center;
}

    .top-row[b-79pai0heys]  a, .top-row .btn-link[b-79pai0heys] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-79pai0heys] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-79pai0heys] {
        display: none;
    }

    .top-row.auth[b-79pai0heys] {
        justify-content: space-between;
    }

    .top-row a[b-79pai0heys], .top-row .btn-link[b-79pai0heys] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-79pai0heys] {
        flex-direction: row;
    }

    .sidebar[b-79pai0heys] {
      /*  width: 110px;*/
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-79pai0heys] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-79pai0heys], article[b-79pai0heys] {
        padding-left: 2rem !important;
        /*padding-right: 1.5rem !important;*/
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6670n6oh6y] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6670n6oh6y] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6670n6oh6y] {
    font-size: 1.1rem;
}

.oi[b-6670n6oh6y] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-6670n6oh6y] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6670n6oh6y] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6670n6oh6y] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6670n6oh6y]  a {
        color: #FFFFFF;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-6670n6oh6y]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-6670n6oh6y]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6670n6oh6y] {
        display: none;
    }

    .collapse[b-6670n6oh6y] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
