@font-face {
  font-family: 'Avenir-Medium';
  src: url("/fonts/Avenir-Medium.ttf");
}

@font-face {
  font-family: 'Avenir-Book';
  src: url("/fonts/Avenir-Book.ttf");
}

@font-face {
  font-family: 'Avenir-BookOblique';
  src: url("/fonts/Avenir-BookOblique.ttf");
}

@font-face {
  font-family: 'Avenir-Heavy';
  src: url("/fonts/Avenir-Heavy.ttf");
}

@font-face {
  font-family: 'Avenir-HeavyOblique';
  src: url("/fonts/Avenir-HeavyOblique.ttf");
}

@font-face {
  font-family: 'Avenir-Light';
  src: url("/fonts/Avenir-Light.ttf");
}

@font-face {
  font-family: 'Avenir-LightOblique';
  src: url("/fonts/Avenir-LightOblique.ttf");
}

@font-face {
  font-family: 'Avenir-Black';
  src: url("/fonts/Avenir-Black.ttf");
}

@font-face {
  font-family: 'Avenir-BlackOblique';
  src: url("/fonts/Avenir-BlackOblique.ttf");
}

@font-face {
  font-family: 'Avenir-MediumOblique';
  src: url("/fonts/Avenir-MediumOblique.ttf");
}

@font-face {
  font-family: 'Avenir-Oblique';
  src: url("/fonts/Avenir-Oblique.ttf");
}

@font-face {
  font-family: 'Avenir-Roman';
  src: url("/fonts/Avenir-Roman.ttf");
}

/* PRONTO CSS */

body {
  background-color: #287a9f;
}

h3 {
  font-family: Avenir-Light;
  font-size: 24px;
  line-height: 0.83;
  color: #DDD;
  font-weight: normal;
}

form {
  width: 100%;
}

.font-16-roman {
  font-family: Avenir-Roman;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.75;
  letter-spacing: normal;
  color: #4f5053;
}

.font-16-light {
  font-family: Avenir-Light;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.75;
  letter-spacing: normal;
  color: #4f5053;
}

.lms-banner {
  position: relative;
  height: 40px;
}

.lms-banner img {
  position: absolute;
  left: 115px;
}

.lms-banner h3 {
  position: absolute;
  left: 205px;
  top: 11px;
}

.lms-banner #breakLine {
  width: 2px;
  height: 36px;
  border: solid 1px #DDD;
  position: absolute;
  left: 185px;
  top: 2px;
}

.container {
  padding-top: 35px;
}

.white-card-sm {
  width: 70%;
  margin-left: 15%;
  height: 288px;
  border-radius: 15px;
  box-shadow: 0 7px 14px 0 #21A0C1;
  border: solid 1px transparent;
  background-origin: border-box;
  margin-top: 20px;
  padding-top: 40px;
  padding-left: 70px;
  background-color: #ffffff;
  min-width: 650px;}

.white-card-lg {
  width: 90%;
  margin-left: 5%;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 15px;
  box-shadow: 0 7px 14px 0 #21A0C1;
  border: solid 1px transparent;
  background-origin: border-box;
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  min-width: 650px;}

.inner-container {
  width: 40%;
  height: 88px;
  border-radius: 8px;
  background-color: #ffffff;
  border: solid 1px #d1d2d4;
  min-width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.setupScreenshot {
  border: 1px solid black;
  margin-bottom: 20px;
}

#lmsOptions {
  width: 100%;
  margin-top: 45px;}
  #lmsOptions > div:first-of-type {
    margin-right: 10%;
  }

#setupOptions {
  margin-top: 25px;
  width: 100%;}
  #setupOptions span {
    width: 40%;
    font-family: Avenir;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.75;
    letter-spacing: normal;
    color: #8a8d93;}
    #setupOptions > span:first-of-type {
    margin-right: 10%;}
    #setupOptions img {
      margin-left: 5px;
    }

.pronto-input {
  height: 55px !important;
  border-radius: 10px;
  background-color: #ffffff;
  border: solid 1px #dee1e3}
  .pronto-input::placeholder {
    opacity: 0.9;
    color: #d1d2d4;
  }

#instanceURL {
  opacity: 0.9;
  font-family: Avenir-Light;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.88;
  letter-spacing: normal;
  color: #8a8d93;
  margin-top: 32px;
  margin-bottom: 16px;
}

.pronto-button {
  cursor: pointer;
  height: 48px;
  border-radius: 10px;
  background-color: #287a9f;
  font-family: Avenir-Roman;
  font-size: 16px;
  color: #ffffff;
  min-width: 85px;
  border: none;
  outline: none;
  margin-bottom:10px;
}

#nextButton {
  float: right;
  margin-top: 10px;
}

.pronto-link {
  font-family: Avenir-Roman;
  font-size: 14px;
  text-align: left;
  color: #10c7aa;
}

.numbered-row {
  margin-bottom: 27px;}
  .numbered-row span {
    margin-right: 12px;
  }

.example-image {
  width: 90%;
  margin-bottom: 27px;
  border-radius: 15px;
}

.unordered-list-margin > ul > li {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ==========================================================================
   Assignment launch (Blade) styles
   --------------------------------------------------------------------------
   Hand-authored in this file (not compiled from SCSS) so Blade-only styling
   work doesn't require an npm build / app.css rebundle. The Vue SPA's
   app.css doesn't need to ship with these rules. If you add more, keep
   them below this banner so they're easy to find.
   ========================================================================== */

/* iframe layout body — flush against the iframe edges, no default 8px margin.
   Scoped to .iframe-body so other layouts keep their default body. The
   :has() rule applies the Figma "Light/Neutral 100" page background when the
   instructor launch wrapper is on the page, so it extends edge-to-edge
   behind the 704px-wide content column. */
body.iframe-body {
  margin: 0;
}

body.iframe-body:has(.assignment-launch) {
  background: #f3f4f5;
}

/* Design tokens — mirror the Figma "Light/Neutral" palette 1:1 so design
   hand-off is mechanical. Scoped to the launch components rather than :root
   because pronto.css is loaded by every layout (admin panel, Vue SPA,
   signin) and these tokens shouldn't bleed into those surfaces. */
.assignment-launch,
.assignment-launch-student {
  --neutral-0:   #ffffff;
  --neutral-100: #f3f4f5;
  --neutral-200: #e7e7e8;
  --neutral-300: #b8b9bd;
  --neutral-400: #9c9ea4;
  --neutral-600: #606265;
  --neutral-800: #2c2d31;
}

/* --------------------------------------------------------------------------
   Assignment launch — instructor form (assignment-launch-instructor.blade.php)
   -------------------------------------------------------------------------- */

.assignment-launch {
  font-family: "Avenir-Roman", "Avenir", "Raleway", sans-serif;
  background: var(--neutral-100);
  color: var(--neutral-800);
  padding: 24px;
  max-width: 704px;
  margin: 0 auto;
}

.assignment-launch__hero {
  text-align: center;
  margin-bottom: 24px;
}

.assignment-launch__hero .assignment-launch__hero-icon {
  display: inline-block;
  width: 38px;
  height: 33px;
  margin-bottom: 8px;
}

.assignment-launch__hero h1 {
  font-family: "Avenir-Heavy", "Raleway", sans-serif;
  font-size: 28px;
  line-height: normal;
  color: var(--neutral-800);
  margin: 0;
}

.assignment-launch__card {
  background: var(--neutral-0);
  border: 1px solid var(--neutral-200);
  border-radius: 10px;
  padding: 17px;
  margin-bottom: 16px;
}

.assignment-launch__card:last-of-type {
  margin-bottom: 0;
}

.assignment-launch__card-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.assignment-launch__icon-tile {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.assignment-launch__icon-tile svg {
  width: 24px;
  height: 24px;
}

.assignment-launch__icon-tile--schedule {
  background: #e6faee;
  color: #1ca97c;
}

.assignment-launch__icon-tile--message {
  background: #e4eefa;
  color: #2b7fff;
}

.assignment-launch__icon-tile--ferpa {
  background: #f2e7fa;
  color: #8a4dd6;
}

.assignment-launch__card-body {
  flex: 1 1 auto;
  min-width: 0;
}

.assignment-launch__card-title {
  font-family: "Avenir-Heavy", "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: var(--neutral-800);
  margin: 0 0 4px;
}

.assignment-launch__card-desc {
  display: block; /* works for <p> (default) and lets the <label> variant fill width too */
  font-size: 16px;
  line-height: 24px;
  color: var(--neutral-600);
  margin: 0;
}

.assignment-launch__schedule-list {
  margin: 12px 0 0;
  display: grid;
  grid-template-columns: 144px 1fr;
  row-gap: 4px;
  column-gap: 8px;
  font-size: 16px;
  line-height: 32px;
}

.assignment-launch__schedule-list dt {
  font-family: "Avenir-Heavy", "Raleway", sans-serif;
  color: var(--neutral-800);
  font-weight: normal;
  margin: 0;
}

.assignment-launch__schedule-list dd {
  color: var(--neutral-800);
  margin: 0;
}

.assignment-launch__schedule-list dd .assignment-launch__schedule-note {
  color: var(--neutral-600);
  margin-left: 4px;
}

.assignment-launch__ferpa-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.assignment-launch__ferpa-row .assignment-launch__ferpa-text {
  flex: 0 1 auto;
  max-width: 514px;
}

.assignment-launch__ferpa-row .assignment-launch__ferpa-check {
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: 18px;
}

.assignment-launch__ferpa-row .assignment-launch__ferpa-check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #2b7fff;
  cursor: pointer;
}

.assignment-launch__ferpa-row .assignment-launch__ferpa-check input[type="checkbox"]:disabled {
  cursor: default;
}

.assignment-launch__actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  border-top: 1px solid var(--neutral-200);
  margin-top: 24px;
}

.assignment-launch__submit {
  font-family: "Avenir-Heavy", "Raleway", sans-serif;
  font-size: 18px;
  color: var(--neutral-0);
  background: #2b7fff;
  border: 0;
  border-radius: 6px;
  padding: 10px 24px;
  box-shadow: 0 2px 2px rgba(226, 226, 226, 0.5);
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.assignment-launch__submit:hover:not(:disabled) {
  background: #1a6ee8;
}

.assignment-launch__submit:disabled {
  background: rgba(43, 127, 255, 0.5);
  cursor: not-allowed;
}

/* Anchor variant used when the assignment is already provisioned: the action
   becomes a "Launch in Pronto" link to /launch (new tab) instead of a form
   submit. Adds the flex layout + icon sizing the anchor needs to look like
   the button, plus the text-decoration reset. */
a.assignment-launch__submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

a.assignment-launch__submit:hover,
a.assignment-launch__submit:focus {
  color: var(--neutral-0);
  text-decoration: none;
}

a.assignment-launch__submit svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Bootstrap alert overrides — round the corners to match the cards; keep
   Bootstrap's color-coded border so success/warning/danger semantics still
   read at a glance. Scoped under .assignment-launch so other pages are
   unaffected. */
.assignment-launch .alert {
  border-radius: 10px;
  margin-bottom: 16px;
}

/* --------------------------------------------------------------------------
   Assignment launch — student (assignment-launch-student.blade.php)
   -------------------------------------------------------------------------- */

.assignment-launch-student {
  font-family: "Avenir-Roman", "Avenir", "Raleway", sans-serif;
  background: #fff;
  text-align: center;
  padding: 78px 24px;
}

.assignment-launch-student__title {
  font-family: "Avenir-Black", "Avenir", "Raleway", sans-serif;
  font-size: 40px;
  line-height: normal;
  color: #000;
  margin: 0 0 33px;
  font-weight: normal;
}

.assignment-launch-student__wordmark {
  display: inline-block;
  width: 181px;
  height: 37px;
  vertical-align: middle;
  margin: 0 6px;
}

.assignment-launch-student__illustration {
  display: block;
  max-width: 939px;
  width: 100%;
  height: auto;
  margin: 0 auto 63px;
}

.assignment-launch-student__caption {
  font-family: "Avenir-Black", "Avenir", "Raleway", sans-serif;
  font-size: 40px;
  line-height: normal;
  color: #000;
  margin: 0;
  font-weight: normal;
}

/* "Waiting for instructor" state — different illustration size and wordmark
   scale; otherwise reuses the same title/wordmark/illustration primitives. */
.assignment-launch-student--waiting .assignment-launch-student__wordmark {
  width: 166px;
  height: 34px;
}

.assignment-launch-student--waiting .assignment-launch-student__illustration {
  max-width: 720px;
  margin-bottom: 78px;
}

.assignment-launch-student__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 351px;
  max-width: 100%;
  height: 79px;
  background: #2b7fff;
  color: #fff;
  font-family: "Avenir-Heavy", "Raleway", sans-serif;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
  border: 0;
  border-radius: 200px;
  transition: background-color 0.15s ease;
}

.assignment-launch-student__cta:hover,
.assignment-launch-student__cta:focus {
  background: #1a6ee8;
  color: #fff;
  text-decoration: none;
}

.assignment-launch-student__cta:focus-visible {
  outline: 2px solid #2b7fff;
  outline-offset: 4px;
}

.assignment-launch-student__cta svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}