/* Student Portal 2.5.7.9 */
body .sp-teacher-dashboard,body .sp-student-dashboard,body .sp-teacher-library{
  width:min(1320px,calc(100vw - 48px))!important;max-width:1320px!important;
  margin-left:auto!important;margin-right:auto!important;
}
.sp-teacher-profile-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:8px}
.sp-teacher-profile-actions .sp-teacher-profile-class-link{margin-top:0}
.sp-student-info-dialog{position:fixed!important;top:96px!important;right:24px!important;left:auto!important;transform:none!important;max-width:520px!important;height:auto!important;max-height:calc(100vh - 120px)!important}
.sp-student-info-card{padding-bottom:24px!important}
.sp-teacher-book-state{display:none!important}
.sp-book-card-description{margin:10px 21px 18px;padding:10px 0;border-top:1px solid #e2e8f0}
.sp-book-card-description p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.sp-book-cover-editor{margin-top:10px;padding:14px;border:1px solid #dbe4f0;border-radius:16px;background:#f8fafc}
.sp-book-cover-editor>div{width:min(100%,560px);height:330px;margin:0 auto 12px;overflow:hidden;border-radius:14px;background:#e2e8f0}
.sp-book-cover-editor img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 50%}
.sp-book-cover-editor label{font-size:13px!important}.sp-book-cover-editor input[type=range]{width:100%}
@media(max-width:760px){body .sp-teacher-dashboard,body .sp-student-dashboard,body .sp-teacher-library{width:calc(100vw - 24px)!important}.sp-student-info-dialog{top:72px!important;right:12px!important;left:12px!important;max-width:none!important}.sp-book-cover-editor>div{height:240px}}
