/* ShiftReady Branding */
/* CSS Variables */
:root {
  --color-font: #182c4e;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-border: #b9c6e0;
  --color-status-info: #36a3f7;
  --header-color-text: #4a4a4a;
  --color-status-error: #f4516c;
  --color-brand-primary: rgba(52,191,163,1);
  --font-family-primary: 'Roboto';
  --color-brand-tertiary: rgba(52,191,163,1);
  --color-status-success: #34bfa3;
  --color-status-warning: #ffb822;
  --color-brand-secondary: rgba(52,191,163,1);
  --color-page-background: #f5f5f5;
  --font-family-secondary: 'Roboto';
  --header-background-color: rgba(255,255,255,1);
  --forced-brand-color: rgba(52,191,163,1);
}
/* ************* */

/* Custom CSS */
kyte-header header.logged-out {
  display: none;
}

kyte-login,
kyte-forgot,
kyte-join {
  background-image: url(https://cdn.kytelearning.com/nursa/org-0/course-500014/b6fc7cf1-6e08-5f42-a14b-5734d5f9db2b.png);
  background-size: cover;
}

kyte-login #login-container,
kyte-forgot #login-container,
kyte-join #join-container {
  background-color: white;
  border-radius: var(--border-radius);
}

[ng-reflect-name="courseType"],
kyte-content-manager-course-builder-info #course-type {
  display: none !important;
}

.hide-tenant {
  display: none !important;
}

:root {
  --header-logo-padding-left: 24px;
  --header-text-color: #0a1f44;
}

kyte-plyr-video-backend .kyte-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

[kyte-button]:not(.link),
kyte-button:not(.link) {
  outline: 0;
  background-color: var(--color-brand-primary);
  border: none !important;
  color: white;
  border-radius: 8px !important;
}

button.sign-in-btn {
  background-color: var(--color-brand-primary) !important;
}

/* custom fonts */
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Fp2ywxg089UriCZa4ET-DJF4e8BH9.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Fp2ywxg089UriCZa4Hz-DJF4e8A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Hp2ywxg089UriCZ2IHTWEBlwu8Q.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v14/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

kyte-course-card a.creator-link {
visibility: hidden;
}

 li:has(a[title="Course Creator"]),div.tab:has([title="Course Creator"]){
 display:none;
}
 /* @supports (counter-set: none){
  .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6, .ql-editor ol, .ql-editor p, .ql-editor pre, .ql-editor ul {
    counter-reset: unset !important;
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .ql-editor ol li {
    counter-reset: unset !important;
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .ql-editor ol li.ql-indent-1 {
    counter-reset: unset !important;
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .ql-editor ol li.ql-indent-2 {
    counter-reset: unset !important;
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .ql-editor ol li.ql-indent-3 {
    counter-reset: unset !important;
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
  .ql-editor ol li.ql-indent-4 {
    counter-reset: unset !important;
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
  .ql-editor ol li.ql-indent-5 {
    counter-reset: unset !important;
    counter-set:  list-6 list-7 list-8 list-9;
  }
  .ql-editor ol li.ql-indent-6 {
    counter-reset: unset !important;
    counter-set: list-7 list-8 list-9;
  }
  .ql-editor ol li.ql-indent-7 {
    counter-reset: unset !important;
    counter-set: list-7 list-8 list-9;
  }
  .ql-editor ol li.ql-indent-8 {
    counter-reset: unset !important;
    counter-set: list-8 list-9;
  }
  .ql-editor ol li.ql-indent-9 {
    counter-reset: unset !important;
    counter-set: list-9;
  }
  .ql-editor ol li.ql-indent-9 {
    counter-reset: unset !important;
    counter-set: none;
  }
} */

@media screen and (orientation: portrait) and (max-width: 768px),
screen and (orientation: landscape) and (max-width: 1024px) {

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1.1rem;
  }

  h6 {
    font-size: 1rem;
  }
}

.masquerade-text {
  display: none;
}