.report-card-sheet{
  --report-primary:#0a1f5c;
  --report-accent:#f5c518;
  --report-gold:#f5c518;
  background:#fff!important;
  color:#172033!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  padding:10px!important;
}
.report-card-sheet .report-top{
  display:grid!important;
  grid-template-columns:76px 1fr 130px!important;
  gap:14px!important;
  align-items:center!important;
  background:var(--report-primary)!important;
  color:var(--report-accent)!important;
  border-radius:0!important;
  padding:10px 12px!important;
  margin:-10px -10px 8px!important;
  border-bottom:4px solid var(--report-gold)!important;
}
.report-card-sheet .report-logo{
  width:74px!important;
  height:74px!important;
  display:grid!important;
  place-items:center!important;
  background:transparent!important;
  color:var(--report-accent)!important;
  border-radius:0!important;
  overflow:hidden!important;
  font-weight:950!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
.report-card-sheet .report-logo img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  background:transparent!important;
  padding:0!important;
}
.report-card-sheet .report-heading{
  text-align:center!important;
}
.report-card-sheet .report-heading h1{
  margin:0!important;
  font-family:Impact,'Arial Black',Arial,sans-serif!important;
  font-size:28px!important;
  line-height:1.05!important;
  letter-spacing:.04em!important;
  color:var(--report-gold)!important;
  text-transform:uppercase!important;
  text-shadow:0 1px 0 rgba(0,0,0,.18)!important;
}
.report-card-sheet .report-address{
  display:block!important;
  margin:5px 0 0!important;
  color:rgba(255,255,255,.92)!important;
  font-size:12px!important;
  font-weight:850!important;
}
.report-card-sheet .report-contacts{
  display:flex!important;
  justify-content:center!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  margin:4px 0 0!important;
}
.report-card-sheet .report-contacts span{
  color:rgba(255,255,255,.88)!important;
  font-size:10.5px!important;
  font-weight:800!important;
  padding-left:10px!important;
  border-left:1px solid rgba(255,255,255,.34)!important;
}
.report-card-sheet .report-contacts span:first-child{
  border-left:0!important;
  padding-left:0!important;
}
.report-card-sheet .report-term{
  text-align:right!important;
  background:color-mix(in srgb,var(--report-accent) 18%,var(--report-primary))!important;
  border:1px solid color-mix(in srgb,var(--report-accent) 65%,#fff)!important;
  border-radius:0!important;
  padding:7px!important;
  color:var(--report-accent)!important;
}
.report-card-sheet .report-term strong{
  display:block!important;
  color:var(--report-accent)!important;
  font-size:16px!important;
}
.report-card-sheet .report-term span{
  display:block!important;
  color:rgba(255,255,255,.9)!important;
  font-weight:800!important;
}
.report-card-sheet .report-header-lines{
  grid-column:1/-1!important;
  display:grid!important;
  gap:3px!important;
}
.report-card-sheet .report-header-lines span{
  height:3px!important;
  background:var(--report-accent)!important;
}
.report-card-sheet .report-header-lines span:last-child{
  height:1.5px!important;
  opacity:.72!important;
}
.report-card-sheet h2{
  margin:6px 0 8px!important;
  text-align:center!important;
  color:#172033!important;
  text-transform:uppercase!important;
  font-size:15px!important;
  letter-spacing:.03em!important;
  position:relative!important;
  padding-bottom:4px!important;
}
.report-card-sheet h2:after{
  content:""!important;
  display:block!important;
  width:90px!important;
  height:3px!important;
  margin:4px auto 0!important;
  background:var(--report-gold)!important;
  box-shadow:40px 0 0 var(--report-primary),-40px 0 0 var(--report-primary)!important;
}
.report-card-sheet .report-student-block{
  display:grid!important;
  grid-template-columns:70px 1fr!important;
  gap:8px!important;
  margin:7px 0!important;
}
.report-card-sheet .report-photo{
  height:74px!important;
  border:2px solid var(--report-gold)!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  background:#fff!important;
  color:var(--report-primary)!important;
  font-weight:950!important;
}
.report-card-sheet .report-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.report-card-sheet .report-info{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:3px 10px!important;
  border:1px solid color-mix(in srgb,var(--report-primary) 24%,#d9e1ee)!important;
  border-left:5px solid var(--report-primary)!important;
  border-top:2px solid var(--report-gold)!important;
  border-radius:0!important;
  background:#fff!important;
  padding:5px 7px!important;
}
.report-card-sheet .report-info:before{
  content:""!important;
  grid-column:1/-1!important;
  height:3px!important;
  background:var(--report-gold)!important;
  margin:-5px -7px 2px!important;
}
.report-card-sheet .report-info p{
  margin:0!important;
  font-size:10.5px!important;
  line-height:1.32!important;
  color:#172033!important;
}
.report-card-sheet .report-info .student-name-line{
  grid-column:1/-1!important;
}
.report-card-sheet .report-info .student-name-line strong{
  display:block!important;
  color:var(--report-primary)!important;
  font-size:15px!important;
  font-weight:950!important;
}
.report-card-sheet .report-info span{
  display:inline!important;
  color:var(--report-primary)!important;
  font-size:9.5px!important;
  font-weight:950!important;
  text-transform:uppercase!important;
}
.report-card-sheet .report-info strong{
  display:inline!important;
  color:#172033!important;
  font-size:10.5px!important;
  margin:0!important;
}
.report-card-sheet .print-table{
  width:100%!important;
  border-collapse:separate!important;
  border-spacing:0 2px!important;
  font-size:10px!important;
}
.report-card-sheet .print-table th{
  background:var(--report-primary)!important;
  color:var(--report-accent)!important;
  border:0!important;
  border-top:2px solid var(--report-gold)!important;
  border-bottom:2px solid var(--report-gold)!important;
  padding:3px 5px!important;
  text-align:left!important;
  font-weight:950!important;
}
.report-card-sheet .print-table th:first-child{
  box-shadow:inset 5px 0 0 var(--report-gold)!important;
}
.report-card-sheet .print-table td{
  border:0!important;
  padding:3px 5px!important;
  color:#172033!important;
  font-weight:800!important;
}
.report-card-sheet .print-table tbody tr:nth-child(odd) td{
  background:color-mix(in srgb,var(--report-primary) 7%,#fff)!important;
}
.report-card-sheet .print-table tbody tr:nth-child(even) td{
  background:color-mix(in srgb,var(--report-accent) 18%,#fff)!important;
}
.report-card-sheet .print-table tbody td:last-child{
  color:#172033!important;
}
.report-card-sheet .report-summary{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0!important;
  margin:6px 0!important;
  background:var(--report-primary)!important;
  border-radius:0!important;
  overflow:hidden!important;
  border-top:3px solid var(--report-gold)!important;
  border-bottom:3px solid var(--report-gold)!important;
}
.report-card-sheet .report-summary div{
  display:block!important;
  background:transparent!important;
  border:0!important;
  border-left:1px solid rgba(255,255,255,.22)!important;
  box-shadow:inset 0 1px 0 color-mix(in srgb,var(--report-accent) 34%,transparent)!important;
  border-radius:0!important;
  padding:7px 8px!important;
}
.report-card-sheet .report-summary div:first-child{
  border-left:0!important;
}
.report-card-sheet .report-summary span{
  display:block!important;
  color:rgba(255,255,255,.82)!important;
  font-size:9px!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}
.report-card-sheet .report-summary strong{
  display:block!important;
  color:var(--report-accent)!important;
  font-size:14px!important;
  margin-top:2px!important;
}
.report-card-sheet .report-domain-next{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 215px!important;
  gap:6px!important;
  align-items:stretch!important;
  margin-top:6px!important;
}
.report-card-sheet .domain-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:5px!important;
  margin:0!important;
}
.report-card-sheet .domain-grid>div,
.report-card-sheet .report-next-lines div,
.report-card-sheet .comment-box{
  border:1px solid color-mix(in srgb,var(--report-primary) 25%,#d9e1ee)!important;
  border-radius:0!important;
  background:linear-gradient(180deg,#fff,#f7f9ff)!important;
  padding:5px!important;
}
.report-card-sheet .domain-grid>div:first-child{
  border-top:3px solid var(--report-primary)!important;
}
.report-card-sheet .domain-grid>div:last-child{
  border-top:3px solid var(--report-gold)!important;
}
.report-card-sheet .domain-grid h3{
  margin:0 0 4px!important;
  color:var(--report-primary)!important;
  font-size:11px!important;
  border-bottom:2px solid color-mix(in srgb,var(--report-accent) 55%,#fff)!important;
  padding-bottom:2px!important;
}
.report-card-sheet .domain-grid h3:before,
.report-card-sheet .comment-box span:before{
  content:""!important;
  display:inline-block!important;
  width:7px!important;
  height:7px!important;
  margin-right:5px!important;
  background:var(--report-gold)!important;
  vertical-align:middle!important;
}
.report-card-sheet .domain-table{
  width:100%!important;
  border-collapse:collapse!important;
  font-size:9.5px!important;
}
.report-card-sheet .domain-table td{
  border:1px solid #e1e7f2!important;
  padding:3px!important;
}
.report-card-sheet .domain-table td:last-child{
  color:var(--report-primary)!important;
  font-weight:950!important;
}
.report-card-sheet .report-next-lines{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:5px!important;
  margin:0!important;
}
.report-card-sheet .report-next-lines div{
  display:flex!important;
  flex-direction:column!important;
  gap:2px!important;
  border-left:5px solid var(--report-gold)!important;
  border-top:1px solid color-mix(in srgb,var(--report-accent) 60%,#fff)!important;
}
.report-card-sheet .report-next-lines span,
.report-card-sheet .comment-box span{
  display:block!important;
  color:var(--report-primary)!important;
  font-size:9px!important;
  text-transform:uppercase!important;
  font-weight:950!important;
}
.report-card-sheet .report-next-lines strong,
.report-card-sheet .comment-box strong{
  color:#172033!important;
  font-size:11px!important;
}
.report-card-sheet .compact-comment-row{
  display:flex!important;
  align-items:flex-start!important;
  gap:8px!important;
  margin-top:6px!important;
  border-left:5px solid var(--report-gold)!important;
}
.report-card-sheet .compact-comment-row span{
  flex:0 0 auto!important;
}
.report-card-sheet .principal-comment{
  margin-top:6px!important;
  border-left:5px solid var(--report-primary)!important;
  border-top:2px solid var(--report-gold)!important;
  background:linear-gradient(180deg,color-mix(in srgb,var(--report-primary) 5%,#fff),color-mix(in srgb,var(--report-accent) 14%,#fff))!important;
}
.report-card-sheet .long-comment{
  white-space:normal!important;
  line-height:1.32!important;
  text-align:left!important;
  font-size:9.7px!important;
  font-weight:500!important;
  color:#172033!important;
}
.report-card-sheet .long-comment p{
  margin:0 0 3px!important;
}
.report-card-sheet .long-comment b{
  color:var(--report-primary)!important;
  font-weight:950!important;
}
.report-card-sheet .comment-bullet{
  position:relative!important;
  padding-left:15px!important;
}
.report-card-sheet .comment-bullet:before{
  content:""!important;
  position:absolute!important;
  left:2px!important;
  top:.58em!important;
  width:6px!important;
  height:6px!important;
  border-radius:50%!important;
  background:var(--report-accent)!important;
}
.report-card-sheet .explicit-comment-bullet:before{
  display:none!important;
}
.report-card-sheet .explicit-comment-bullet{
  display:grid!important;
  grid-template-columns:11px 1fr!important;
  gap:3px!important;
  padding-left:2px!important;
  align-items:start!important;
}
.report-card-sheet .comment-bullet-mark{
  color:var(--report-primary)!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:.75!important;
}
.report-card-sheet .signature-row{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:18px!important;
  margin-top:auto!important;
  align-items:end!important;
}
.report-card-sheet .signature-row span{
  display:grid!important;
  justify-items:center!important;
  text-align:center!important;
  border-bottom:0!important;
  color:#172033!important;
  font-weight:850!important;
}
.report-card-sheet .signature-row>span:first-child:before{
  content:"Class Teacher"!important;
  font-family:Georgia,'Times New Roman',serif!important;
  font-style:italic!important;
  font-size:12px!important;
  color:var(--report-primary)!important;
}
.report-card-sheet .head-teacher-signature img{
  max-height:36px!important;
  max-width:140px!important;
  object-fit:contain!important;
  margin:0 auto 3px!important;
}
.report-card-sheet .head-teacher-signature i{
  display:block!important;
  width:min(190px,100%)!important;
  border-bottom:1px solid #172033!important;
  margin-bottom:3px!important;
}
.report-card-sheet .head-teacher-signature b{
  color:#172033!important;
  font-size:12px!important;
}
.report-card-sheet .report-footer{
  display:grid!important;
  grid-template-columns:1fr auto 1fr!important;
  gap:8px!important;
  align-items:center!important;
  text-align:center!important;
  background:var(--report-primary)!important;
  color:var(--report-accent)!important;
  border-radius:0!important;
  margin:7px -10px -10px!important;
  padding:8px 10px!important;
  border-top:4px solid var(--report-gold)!important;
}
.report-card-sheet .report-footer span,
.report-card-sheet .report-footer strong{
  color:var(--report-accent)!important;
  font-size:10.5px!important;
  font-weight:900!important;
  text-transform:none!important;
}
.report-card-sheet .report-footer span:first-child{text-align:left!important}
.report-card-sheet .report-footer span:last-child{text-align:right!important}
@media print{
  .report-card-sheet{
    height:276mm!important;
    min-height:276mm!important;
    max-height:276mm!important;
    overflow:hidden!important;
  }
}
@media(max-width:720px){
  .report-card-sheet .report-top{grid-template-columns:56px 1fr!important}
  .report-card-sheet .report-term{grid-column:1/-1!important;text-align:center!important}
  .report-card-sheet .report-logo{width:54px!important;height:54px!important}
  .report-card-sheet .report-heading h1{font-size:20px!important}
  .report-card-sheet .report-student-block{grid-template-columns:1fr!important}
  .report-card-sheet .report-photo{width:82px!important}
  .report-card-sheet .report-info{grid-template-columns:1fr!important}
  .report-card-sheet .report-domain-next,
  .report-card-sheet .domain-grid{grid-template-columns:1fr!important}
  .report-card-sheet .compact-comment-row{display:block!important}
  .report-card-sheet .signature-row{grid-template-columns:1fr!important}
  .report-card-sheet .report-footer{grid-template-columns:1fr!important}
  .report-card-sheet .report-footer span:first-child,
  .report-card-sheet .report-footer span:last-child{text-align:center!important}
}
