/* PaperMCQs V8: account tabs, password visibility and academic practice order */
.pm-account-sidebar nav .pm-account-tab{width:100%;display:flex;align-items:center;gap:10px;padding:11px 12px;border:0;border-radius:8px;background:transparent;color:rgba(255,255,255,.82);font-size:.72rem;font-weight:700;text-align:left;transition:.2s}.pm-account-sidebar nav .pm-account-tab:hover,.pm-account-sidebar nav .pm-account-tab.is-active{background:#fff;color:#005329}.pm-account-panel{display:none}.pm-account-panel.is-active{display:block;animation:pmAccountPanelIn .25s ease both}@keyframes pmAccountPanelIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}.pm-password-control>.form-control{padding-right:48px!important}.pm-password-control>button{position:absolute;right:7px;top:50%;transform:translateY(-50%);width:36px;height:36px;border:0;border-radius:7px;background:#edf7f0;color:#006b32;display:grid;place-items:center;z-index:3}.pm-password-control>button:hover,.pm-password-control>button:focus{background:#087b36;color:#fff;outline:0}.pm-password-control>button i{position:static!important;transform:none!important;color:inherit!important}.academic-practice-page .pm-practice-heading{padding:8px 0 25px}.academic-practice-page .pm-practice-topbar{margin-bottom:24px}.pm-config-field .form-select{accent-color:#087b36}.pm-config-field .form-select option:checked{background:linear-gradient(#087b36,#087b36);background-color:#087b36!important;color:#fff}.pm-config-field .form-select option:hover{background-color:#e8f5ec;color:#003d1d}

.pm-native-select{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important}.pm-custom-select{position:relative}.pm-custom-select-trigger{width:100%;min-height:46px;display:flex;align-items:center;justify-content:space-between;border:1px solid #ccd9d0;border-radius:8px;background:#fff;color:#172019;padding:10px 14px;text-align:left}.pm-custom-select-trigger:focus,.pm-custom-select.is-open .pm-custom-select-trigger{border-color:#087b36;box-shadow:0 0 0 .2rem rgba(17,136,68,.12);outline:0}.pm-custom-select-trigger i{transition:transform .2s}.pm-custom-select.is-open .pm-custom-select-trigger i{transform:rotate(180deg)}.pm-custom-select-menu{display:none;position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:1085;padding:6px;border:1px solid #b8cbbd;border-radius:9px;background:#fff;box-shadow:0 14px 30px rgba(0,60,28,.16);max-height:230px;overflow:auto}.pm-custom-select.is-open .pm-custom-select-menu{display:grid}.pm-custom-select-menu button{border:0;border-radius:6px;background:#fff;color:#172019;padding:10px 12px;text-align:left}.pm-custom-select-menu button:hover,.pm-custom-select-menu button:focus,.pm-custom-select-menu button.is-selected{background:#087b36;color:#fff;outline:0}

/* Subjects cards - final override loaded after the main stylesheet. */
.pm-subject-card{
  min-height:238px!important;
  height:100%!important;
  padding:20px 18px 16px!important;
  border:1px solid #d9e5dd!important;
  border-radius:12px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  text-align:center!important;
}
.pm-subject-card .pm-subject-art{
  width:100%!important;
  height:96px!important;
  margin:0 0 8px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
.pm-subject-card .pm-subject-art img{
  width:auto!important;
  height:auto!important;
  max-width:158px!important;
  max-height:92px!important;
  object-fit:contain!important;
  display:block!important;
  margin:0 auto!important;
}
.pm-subject-card h5{
  width:100%!important;
  min-height:24px!important;
  margin:0 0 2px!important;
  text-align:center!important;
}
.pm-subject-card .mcq-count{
  width:100%!important;
  margin:0 0 10px!important;
  text-align:center!important;
}
.pm-subject-card .btn-view{
  width:148px!important;
  min-width:148px!important;
  max-width:148px!important;
  min-height:40px!important;
  height:40px!important;
  flex:0 0 40px!important;
  margin:auto auto 0!important;
  padding:8px 14px!important;
  border:1px solid #087b36!important;
  border-radius:8px!important;
  background:#087b36!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  font-weight:700!important;
  line-height:1!important;
  box-shadow:0 5px 12px rgba(8,123,54,.16)!important;
}
.pm-subject-card .btn-view i{color:#fff!important;line-height:1!important}
.pm-subject-card:hover{transform:translateY(-4px)!important;border-color:#9fcfaf!important;box-shadow:0 12px 28px rgba(6,65,31,.10)!important}
.pm-subject-card:hover .btn-view{background:#005f2d!important;border-color:#005f2d!important;box-shadow:0 7px 16px rgba(0,95,45,.24)!important}
@media(max-width:575px){
  .pm-subject-card{min-height:220px!important;padding:16px 14px 14px!important}
  .pm-subject-card .pm-subject-art{height:84px!important}
  .pm-subject-card .pm-subject-art img{max-width:145px!important;max-height:80px!important}
}
