/* PE-Class v1.20.28 — 반별 진도표 종목 표시 필터 */

.progressFilterEmpty {
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:96px;
  padding:18px;
  border-top:1px solid #e2e8f0;
  color:#718096;
  font-size:13px;
  font-weight:800;
  line-height:1.45;
  text-align:center;
  word-break:keep-all;
  box-sizing:border-box;
}

@media (min-width:769px) {
  body.classProgressApp #app > .pe87Meta > .row {
    display:flex!important;
    align-items:center!important;
    flex-wrap:nowrap!important;
    width:100%!important;
    min-width:0!important;
    gap:12px!important;
    box-sizing:border-box!important;
  }

  body.classProgressApp #app > .pe87Meta > .row > b {
    flex:0 1 auto;
    min-width:0;
    line-height:1.3;
    white-space:nowrap;
  }

  body.classProgressApp .classProgressSubjectFilterDesktop {
    display:inline-grid!important;
    grid-template-columns:auto minmax(126px,156px);
    align-items:center!important;
    justify-content:end;
    flex:0 0 auto;
    gap:14px!important;
    min-width:0;
    margin:0 0 0 auto!important;
    color:#203143;
    font-size:inherit;
    font-weight:800;
    line-height:1.3;
    white-space:nowrap;
  }

  body.classProgressApp .classProgressSubjectFilterDesktop > span {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:36px;
    line-height:20px;
  }

  body.classProgressApp .classProgressSubjectFilterDesktop > select {
    appearance:none;
    -webkit-appearance:none;
    width:100%;
    min-width:0;
    height:36px;
    margin:0;
    padding:7px 28px;
    border:1px solid #cbd9e7;
    border-radius:9px;
    background-color:#fff;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%23566778' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 10px center;
    background-size:12px 8px;
    color:#203143;
    font:inherit;
    font-size:14px;
    font-weight:800;
    line-height:20px;
    text-align:center;
    text-align-last:center;
    vertical-align:middle;
    box-sizing:border-box;
  }

  body.classProgressApp .classProgressSubjectFilterDesktop > select:focus {
    outline:3px solid rgba(52,152,219,.15);
    border-color:#3498db;
  }

  body.classProgressApp .classProgressSubjectFilterDesktop > select:disabled {
    background:#f5f8fb;
    color:#8b99a8;
  }

  body.classProgressApp #progressTableBox table.pe87ClassProgress
    input.progressInput:not([type="checkbox"]) {
    padding-top:0!important;
    padding-bottom:0!important;
    line-height:38px!important;
    vertical-align:middle!important;
  }

  body.classProgressApp #progressTableBox table.pe87ClassProgress
    select.progressInput {
    padding-top:0!important;
    padding-bottom:0!important;
    line-height:normal!important;
    text-align:center!important;
    text-align-last:center!important;
    vertical-align:middle!important;
  }

  body.classProgressApp #progressTableBox .progressDateDisplay {
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding-top:0!important;
    padding-bottom:0!important;
    line-height:1.2!important;
    text-align:center!important;
  }

  html.pe87FoldWide body.classProgressApp #progressTableBox table.pe87ClassProgress
    input.progressInput:not([type="checkbox"]) {
    line-height:36px!important;
  }
}

@media (max-width:768px) {
  .classProgressSubjectFilterDesktop {
    display:none!important;
  }
}
