/* Student Portal 2.5.7.8 */
.sp-teacher-dashboard,
.sp-student-dashboard,
.sp-teacher-library{
  width:min(1180px,calc(100% - 32px))!important;
  max-width:1180px!important;
  margin-inline:auto!important;
}
.sp-class-student-cabinet{
  display:grid!important;place-items:center!important;
  padding:0!important;color:#1d4ed8!important;
  font-size:20px!important;line-height:1!important;
  opacity:1!important;visibility:visible!important;
}
.sp-class-student-cabinet:hover,.sp-class-student-cabinet:focus{color:#1d4ed8!important}
.sp-chat-compose .sp-chat-send{
  display:grid!important;place-items:center!important;padding:0!important;line-height:0!important;
}
.sp-chat-compose .sp-chat-send svg{display:block!important;width:23px!important;height:23px!important;margin:0!important;fill:currentColor!important;stroke:none!important}
.sp-class-groups{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.sp-class-groups>section{min-width:0;padding:18px;border:1px solid #e2e8f0;border-radius:18px;background:#f8fafc}
.sp-class-groups h3{margin:0 0 14px}
.sp-class-groups .sp-teacher-student-list{grid-template-columns:1fr}
.sp-book-card-wrap>form{top:12px!important;right:12px!important;bottom:auto!important;z-index:3}
.sp-book-card-cover{display:block;width:100%!important;height:150px!important;object-fit:cover;border-radius:14px}
.sp-book-screen-cover{width:110px!important;height:145px!important;object-fit:cover;border-radius:14px;box-shadow:0 6px 18px rgba(15,23,42,.12)}
.sp-book-card-description{position:relative;z-index:2;margin-top:8px;color:#64748b}
.sp-book-card-description summary,.sp-book-description summary{cursor:pointer;color:#475569;font-weight:700}
.sp-book-card-description p,.sp-book-description p{margin:8px 0 0!important}
.sp-book-screen-header{align-items:flex-start}
@media(max-width:760px){
  .sp-teacher-dashboard,.sp-student-dashboard,.sp-teacher-library{width:calc(100% - 24px)!important}
  .sp-class-groups{grid-template-columns:1fr}
  .sp-book-screen-cover{width:82px!important;height:108px!important}
}
