/* =========================================================
   TEACHER DASHBOARD (scoped)
   ========================================================= */

.teacher-dashboard {
  max-width: 96rem; /*margin:3rem auto 0; padding:0 2rem;*/
}
.teacher-dashboard .teacher-main {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
.teacher-dashboard .card {
  border: 0.2rem solid #000;
  border-radius: 1.4rem;
  padding: 3rem;
}
.teacher-dashboard h2 {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 1rem 0;
}
.teacher-dashboard p {
  font-size: 1.9rem;
  line-height: 2.4rem;
  margin: 0 0 1.2rem 0;
}
.teacher-dashboard .muted {
  color: #444;
  font-size: 1.7rem;
  line-height: 2.3rem;
  margin: 1rem 0 0;
}
.teacher-dashboard .next-steps {
  margin: 1.4rem 0 1.6rem 2.4rem;
  padding: 0;
  font-size: 1.9rem;
  line-height: 2.5rem;
}
.teacher-dashboard .next-steps li {
  margin: 0.8rem 0;
  font-size: 1.9rem;
}
.teacher-dashboard label {
  display: block;
  margin: 1.6rem 0 0.6rem;
  font-size: 1.9rem;
  font-weight: 900;
}
.teacher-dashboard input[type="text"], .teacher-dashboard input[type="password"] {
  width: 100%;
  box-sizing: border-box;
  padding: 1.4rem 1.6rem;
  font-size: 1.9rem;
  border: 0.2rem solid #111;
  border-radius: 0.6rem;
  margin: 0;
  background: #fff;
}
.teacher-dashboard .field-note {
  font-size: 1.6rem;
}
.teacher-dashboard form input[type="submit"] {
  width: 100%;
  box-sizing: border-box;
  padding: 1.6rem 2rem;
  font-size: 2.0rem;
  font-weight: 900;
  border-radius: 1.0rem;
  border: none;
  cursor: pointer;
  margin-top: 1.6rem;
  font-family: inherit;
  background: #007acc;
  color: #fff;
}
.teacher-dashboard form input[type="submit"]:hover {
  background: #005fa3;
}
.teacher-dashboard .password-field {
  position: relative;
  width: 100%;
  margin-top: 0.6rem;
}
.teacher-dashboard .password-field input {
  padding-right: 4.8rem;
}
.teacher-dashboard .password-eye {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 3.4rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #000;
  opacity: 0.65;
  cursor: pointer;
  line-height: 1;
}
.teacher-dashboard .password-eye:hover {
  opacity: 1;
}
.teacher-dashboard .password-eye svg {
  width: 2.0rem;
  height: 2.0rem;
  display: block;
}
.teacher-dashboard input[type="password"]::-ms-reveal, .teacher-dashboard input[type="password"]::-ms-clear {
  display: none;
}
.teacher-dashboard input[type="password"]::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.teacher-dashboard .classroom_access_message {
  margin-top: 1.6rem;
  padding: 1.4rem 1.6rem;
  background: #FFFBEA;
  border: 0.25rem solid #000;
  border-radius: 1.2rem;
  font-weight: 800;
  color: #111;
  box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.05);
}
.teacher-dashboard .classroom_access_message p {
  margin: 0;
  font-size: 1.7rem;
  line-height: 2.2rem;
}
.teacher-dashboard .info-box ul {
  margin: 1.2rem 0 1.6rem 2.4rem;
  padding: 0;
}
.teacher-dashboard .info-box li {
  margin: 0.8rem 0;
  font-size: 1.9rem;
  line-height: 2.4rem;
}
.teacher-dashboard .admin-button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1.6rem 2rem;
  margin-top: 1.6rem;
  border-radius: 1.0rem;
  border: none;
  background: #007acc;
  color: #fff !important;
  font-size: 2.0rem;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
}
.teacher-dashboard .admin-button:hover {
  background: #005fa3;
}
.teacher-dashboard a {
  font-weight: 900;
  text-decoration: none;
}

/* =========================================================
   STUDENT LOGIN MESSAGE (wp-login)
   ========================================================= */

.classroom-login-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.classroom-login-title {
  font-size: 2.75rem;
  margin-bottom: 1rem;
  color: #222;
}
.classroom-login-note {
  font-size: 1.75rem;
  color: #444;
  line-height: 1.6;
  padding: 0 1rem;
}

/* =========================================================
   404
   ========================================================= */

.home_intro_copy--404 {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 16px;
  text-align: center;
}
.home_intro_copy--404 h1 {
  font-size: 4rem;
  margin: 0 0 12px;
}
.home_intro_copy--404 a {
  font-weight: 700;
}

/* =========================================================
   PASSWORD EYE (global)
   ========================================================= */

.password-field {
  position: relative;
  width: 100%;
  margin-top: 0.6rem;
}
.password-field input {
  width: 100%;
  padding-right: 48px;
  box-sizing: border-box;
}
.password-eye {
  position: absolute !important;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 34px !important;
  height: 34px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #000 !important;
  opacity: 0.65;
  cursor: pointer;
  line-height: 1;
  font-size: 18px !important;
}
.password-eye:hover {
  opacity: 1;
}
