@charset "UTF-8";.certificate-modal > .modal-dialog {
  margin: auto;
  max-width: 90%;
  width: fit-content;
}.stackable-modal.stack-height-0 {
  z-index: 1041;
}
.stackable-modal.stack-height-1 {
  z-index: 1051;
}
.stackable-modal.stack-height-2 {
  z-index: 1061;
}
.stackable-modal.stack-height-3 {
  z-index: 1071;
}
.stackable-modal.stack-height-4 {
  z-index: 1081;
}
.stackable-modal.remove-title-divider .modal-dialog .modal-content .modal-header::after {
  display: none;
}
.stackable-modal.remove-footer-divider .modal-dialog .modal-content .modal-footer {
  border: none;
}

.stackable-modal-backdrop.stack-height-0 {
  z-index: 1040;
}
.stackable-modal-backdrop.stack-height-1 {
  z-index: 1050;
}
.stackable-modal-backdrop.stack-height-2 {
  z-index: 1060;
}
.stackable-modal-backdrop.stack-height-3 {
  z-index: 1070;
}
.stackable-modal-backdrop.stack-height-4 {
  z-index: 1080;
}

.dialog-action-button {
  min-width: 82px;
}.error-fallback {
  min-height: calc(100vh - 300px);
}
.error-fallback .error-boundary-icon {
  font-size: 4rem;
}
.error-fallback .error-boundary-details {
  max-width: 900px;
}
.error-fallback .error-boundary-details summary {
  cursor: pointer;
}
.error-fallback .error-boundary-stacktrace {
  font-size: 0.75rem;
  max-height: 300px;
  white-space: pre-wrap;
  word-break: break-word;
}.resource-list-item-shadow {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.resource-list-item-right-border {
  border-right: 1px solid #e9ecef !important;
}

.test-results-header {
  color: #fff !important;
  background-color: #036 !important;
}

@media (max-width: 768px) {
  .resource-list-item-right-border {
    border-right: none !important;
  }
  .resource-list-item-top-border {
    border-top: 1px solid #e9ecef !important;
  }
}.publisher-logo {
  height: 20px;
}

.mobile-tabbar-bars,
.mobile-tabbar-refMats {
  width: 40px;
  height: 40px;
  color: #fff;
}

.mobile-tabbar-bars {
  background-color: #2A898F;
}

.mobile-tabbar-refMats {
  background-color: #D34400;
}

.hourglass-spin {
  color: white;
  font-size: 21px;
  margin-left: -6px;
  margin-top: -7px;
}
.hourglass-spin > [class*=fa-hourglass] {
  animation: showhide 2s steps(1) infinite;
  opacity: 0;
}
.hourglass-spin > .fa-hourglass-end {
  animation-delay: 1s;
  margin-top: -4px;
}
.hourglass-spin > .fa-hourglass-half {
  animation-delay: 0.5s;
  margin-top: -4px;
}
.hourglass-spin > .fa-hourglass-start {
  animation-delay: 0s;
  margin-top: -4px;
}
.hourglass-spin > .fa-hourglass-end.spin {
  animation: showhidespin 2s linear infinite;
  margin-top: -4px;
}.sideNav {
  min-width: 350px;
  max-width: 350px;
}

.navlist-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.navlist-wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.navlist-wrapper::-webkit-scrollbar-thumb {
  background-color: #909090;
}

.course-title-wrapper {
  height: 70px;
}

.progress-meter {
  height: 8px;
}

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #CCCCCC;
}

progress::-webkit-progress-bar {
  background-color: #CCCCCC;
}

progress::-webkit-progress-value,
progress::-moz-progress-bar,
progress::-ms-fill {
  background-color: #4BAA68;
}

.navLock i:hover {
  animation: shake 250ms infinite;
  animation-timing-function: linear;
}

.navLock-wrapper {
  background: #ddd;
  opacity: 0.7;
}

.icon-complete {
  color: #4baa68;
}

.icon-incomplete,
.nav-section-icon {
  color: #CCCCCC;
}

.bars-btn-wrapper {
  position: absolute;
  top: 20px;
  left: 350px;
}

.bars-btn-wrapper.sidenav-btn-closed {
  position: fixed;
  left: 0px;
  top: 80px;
}

.bars-btn:active, .bars-btn:focus, .bars-btn:hover {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #343A40 !important;
  outline: none !important;
}.web-content-iframe {
  height: 900px;
}.speechLeft {
  position: relative;
  bottom: 1500px;
  font-family: arial;
  font-size: 1.1em;
  background: white;
  color: black;
  border-radius: 10px;
  padding: 20px;
  max-width: 210px;
  left: 39%;
  opacity: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
}

.speechRight {
  position: relative;
  bottom: 1500px;
  font-family: arial;
  font-size: 1.1em;
  background: white;
  color: black;
  border-radius: 10px;
  padding: 20px;
  max-width: 210px;
  left: 45%;
  opacity: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
}

.leftBubble::after {
  content: "";
  border: 20px solid transparent;
  border-right-color: white;
  border-left: 0;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -20px;
}

.rightBubble::after {
  content: "";
  border: 20px solid transparent;
  border-left-color: white;
  border-right: 0;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -20px;
}.glossary-checkbox:not(:checked) {
  border-color: #444 !important;
  border-width: 2px !important;
  border-style: solid !important;
}

.flash-card {
  width: 300px;
  margin: auto;
  height: 350px;
  text-align: center;
}

.front-of-card {
  background: #d0f0c0;
}

.back-of-card {
  background: #ddd;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  max-width: 815px;
  gap: 5px;
  margin: auto;
}

.face-down {
  background: #6CB8AB;
}

.percent-container {
  font-size: 100px;
}.vjs-svg-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  fill: currentColor;
  height: 1.8em;
  width: 1.8em;
}
.vjs-svg-icon:before {
  content: none !important;
}

.vjs-svg-icon:hover,
.vjs-control:focus .vjs-svg-icon {
  filter: drop-shadow(0 0 0.25em #fff);
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10a";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10b";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-downloading {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-downloading:before {
  content: "\f10f";
}

.vjs-icon-file-download {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download:before {
  content: "\f110";
}

.vjs-icon-file-download-done {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download-done:before {
  content: "\f111";
}

.vjs-icon-file-download-off {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download-off:before {
  content: "\f112";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f113";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f114";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f115";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f116";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f117";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f118";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f119";
}

.vjs-icon-repeat {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-repeat:before {
  content: "\f11a";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f11b";
}

.vjs-icon-replay-5, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-5:before, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before {
  content: "\f11c";
}

.vjs-icon-replay-10, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-10:before, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-replay-30, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-30:before, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-forward-5, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-5:before, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before {
  content: "\f11f";
}

.vjs-icon-forward-10, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-10:before, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before {
  content: "\f120";
}

.vjs-icon-forward-30, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-30:before, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f122";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f123";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f124";
}

.vjs-icon-shuffle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-shuffle:before {
  content: "\f125";
}

.vjs-icon-cast {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cast:before {
  content: "\f126";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f127";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f128";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f129";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f12a";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f12b";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f12c";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f12d";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f12e";
}

.video-js {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window,
body.vjs-pip-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen,
body.vjs-pip-window .video-js {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),
body.vjs-pip-window .video-js {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
  display: block;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-pip-container .vjs-pip-text {
  position: absolute;
  bottom: 10%;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em;
  text-align: center;
  width: 100%;
}

.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,
.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,
.vjs-layout-small.vjs-pip-container .vjs-pip-text {
  bottom: 0;
  font-size: 1.4em;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -0.81666em;
  margin-left: -1.5em;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-button .vjs-svg-icon {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking, .vjs-scrubbing, .vjs-error) .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.video-js.vjs-spatial-navigation-enabled .vjs-button:focus {
  outline: 0.0625em solid white;
  box-shadow: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.vjs-menu li.vjs-selected .vjs-svg-icon,
.vjs-menu li.vjs-selected:focus .vjs-svg-icon,
.vjs-menu li.vjs-selected:hover .vjs-svg-icon,
.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon {
  fill: #000000;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
  left: unset;
  right: 1em;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js.vjs-spatial-navigation-enabled .vjs-control-bar {
  gap: 1px;
}

.video-js:not(.vjs-controls-disabled, .vjs-using-native-controls, .vjs-error) .vjs-control-bar.vjs-lock-showing {
  display: flex !important;
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.vjs-button > .vjs-svg-icon {
  display: inline-block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  line-height: 0.35em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-play-progress:before {
  content: none !important;
}

.vjs-play-progress .vjs-svg-icon {
  position: absolute;
  top: -0.35em;
  right: -0.4em;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  line-height: 0.15em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari, and Chrome 53 */
  -webkit-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  -moz-user-select: none;
       user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js.vjs-spatial-navigation-enabled .vjs-slider:focus {
  outline: 0.0625em solid white;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-volume-level:before {
  content: none;
}

.vjs-volume-level .vjs-svg-icon {
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  line-height: 0.35em;
  right: -0.5em;
}

.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
  right: -0.3em;
  transform: translateY(-50%);
}

.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
  top: -0.55em;
  transform: translateX(-50%);
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster,
.vjs-pip-container.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-poster img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-svg-icons-enabled .vjs-seek-to-live-control {
  line-height: 0;
}

.vjs-seek-to-live-control .vjs-svg-icon {
  width: 1em;
  height: 1em;
  pointer-events: none;
  fill: #888888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
  fill: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control,
.vjs-live .vjs-time-divider,
.video-js .vjs-current-time,
.video-js .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.vjs-error .vjs-text-track-display {
  display: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js.vjs-force-center-align-cues .vjs-text-track-cue {
  text-align: center !important;
  width: 80% !important;
}

@supports not (inset: 10px) {
  .video-js .vjs-text-track-display > div {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,
.vjs-pip-window .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-fullscreen-control,
.vjs-pip-window .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.85;
  text-align: left;
  border: 0.6em solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-error .vjs-loading-spinner {
  display: none;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: rgb(255, 255, 255);
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: rgb(255, 255, 255);
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
  width: 1.5em;
  height: 1.5em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10c";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f12e";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}
.vjs-spatial-navigation-enabled .vjs-modal-dialog.vjs-text-track-settings {
  height: 80%;
}

.vjs-error .vjs-text-track-settings {
  display: none;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-text-track-settings select {
  font-size: inherit;
}

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 10px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
  padding: 0 0.6em 0.8em;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}

.vjs-text-track-settings .vjs-label {
  margin: 0 0.5em 0.5em 0;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

.vjs-title-bar {
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  font-size: 1.2em;
  line-height: 1.5;
  transition: opacity 0.1s;
  padding: 0.666em 1.333em 4em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.vjs-error .vjs-title-bar {
  display: none;
}

.vjs-title-bar-title,
.vjs-title-bar-description {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vjs-title-bar-title {
  font-weight: bold;
  margin-bottom: 0.333em;
}

.vjs-playing.vjs-user-inactive .vjs-title-bar {
  opacity: 0;
  transition: opacity 1s;
}

.video-js .vjs-skip-forward-5 {
  cursor: pointer;
}
.video-js .vjs-skip-forward-10 {
  cursor: pointer;
}
.video-js .vjs-skip-forward-30 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-5 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-10 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-30 {
  cursor: pointer;
}
.video-js .vjs-transient-button {
  position: absolute;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(50, 50, 50, 0.5);
  cursor: pointer;
  opacity: 1;
  transition: opacity 1s;
}

.video-js:not(.vjs-has-started) .vjs-transient-button {
  display: none;
}

.video-js.not-hover .vjs-transient-button:not(.force-display),
.video-js.vjs-user-inactive .vjs-transient-button:not(.force-display) {
  opacity: 0;
}

.video-js .vjs-transient-button span {
  padding: 0 0.5em;
}

.video-js .vjs-transient-button.vjs-left {
  left: 1em;
}

.video-js .vjs-transient-button.vjs-right {
  right: 1em;
}

.video-js .vjs-transient-button.vjs-top {
  top: 1em;
}

.video-js .vjs-transient-button.vjs-near-top {
  top: 4em;
}

.video-js .vjs-transient-button.vjs-bottom {
  bottom: 4em;
}

.video-js .vjs-transient-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}
.video-nav-container {
  max-height: 65vh;
  overflow-y: auto;
}

.video-nav-container > .accordian {
  margin: 0 !important;
  border: 0;
}

.video-nav-container::-webkit-scrollbar {
  width: 1em;
}

.video-nav-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
}

.video-nav-container::-webkit-scrollbar-track {
  border-radius: 10px;
}

.responsive-video-iframe {
  width: 100%;
}
.responsive-video-iframe .iframe-video-content {
  width: 100%;
  height: 300px;
  padding-top: 56%;
}

.iframe-h5p {
  border: none;
  min-height: 600px;
  width: 100%;
}
@media (min-width: 2000px) {
  .iframe-h5p {
    min-height: 1000px;
  }
}

@media screen and (min-width: 1200px) {
  .responsive-iframe {
    grid-area: left;
  }
  .video-nav {
    width: 100%;
    max-height: 56vh;
    overflow-y: scroll;
  }
  .video-nav::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 425px) {
  .video-nav {
    max-height: 50vh;
  }
}
.vjs-track-setting > select,
.vjs-text-track-settings fieldset span > select {
  color: #000 !important;
}

/* .video-js .icon-angle-right, .video-js .icon-angle-left { /* FONT AWESOME ICONS */
.video-js .vjs-icon-previous-item,
.video-js .vjs-icon-next-item {
  /* VIDEOJS ICONS */
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-js .vjs-control {
  width: 3.5em;
}@media screen {
  #p-incorrect,
  #p-correct {
    display: none;
  }
  .test-runner-container {
    min-height: 500px;
  }
  .gauge-container {
    width: 150px;
    height: 150px;
  }
  .gauge #svg circle {
    stroke-dashoffset: 0;
    stroke: #ddd;
    stroke-width: 6px;
  }
  .high-score {
    transform: translateX(20px);
    color: goldenrod;
  }
  .results-passing-icon {
    color: #4baa68;
    transform: translateX(-20px);
  }
  .test-tab-row .test-tab {
    background: #ddd;
    width: 125px;
  }
  .test-tab-row {
    /* width */
  }
  .test-tab-row ::-webkit-scrollbar {
    width: 10px;
  }
  .test-tab-row {
    /* Track */
  }
  .test-tab-row ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .test-tab-row {
    /* Handle */
  }
  .test-tab-row ::-webkit-scrollbar-thumb {
    background: #888;
  }
  .test-tab-row {
    /* Handle on hover */
  }
  .test-tab-row ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .test-tab-row .test-tab:hover {
    cursor: pointer;
  }
  .test-tab-row .selected.test-tab {
    background: white;
    border: 1px solid #ddd;
    border-bottom: none;
  }
  .test-tab-row .test-tab-buffer {
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
  .test-questions-table {
    border: 1px solid rgb(32, 60, 81);
  }
  .test-questions-table td,
  .test-questions-table th {
    padding: 8px 10px;
  }
  .test-help-text {
    padding: 50px;
    padding-top: 200px;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.4;
  }
  .button-wrap {
    margin-top: 25%;
    float: right;
  }
}.image-viewer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(var(--bs-black-rgb), 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: zoom-out;
}

.image-viewer-img {
  max-width: 90vw;
  max-height: 90vh;
  transition: transform 0.1s ease-out;
  pointer-events: none;
  cursor: zoom-in;
}.grid-item-div {
  padding: 0px 0.5px;
  background: #060606;
  overflow: auto;
}

i.fa-play {
  color: #000000;
}

.icons-container {
  display: none;
  padding-top: 6px !important;
}
.icons-container.no-padding {
  padding: 0px;
}
.icons-container > .no-border {
  border: none !important;
}
.icons-container > .no-border:hover {
  background-color: transparent !important;
  color: unset !important;
}
.icons-container > .no-border > .ide-icon {
  font-size: 1.2em;
  margin: 5px 0px;
}

i.ide-icon {
  color: var(--text-strong) !important;
}

.explorer-container {
  display: none;
  font-size: 13px;
  padding-top: 13px;
  margin-left: 5px;
}
.explorer-container > span:nth-child(1) {
  margin-left: 17px;
}
.explorer-container > .project-folder {
  display: block;
  margin-top: 10px;
}
.explorer-container > .project-folder > i {
  display: inline;
  margin-right: 4px;
}
.explorer-container > .project-folder > span {
  font-weight: 600;
  font-size: 14px;
}
.explorer-container > span:nth-child(n+3) {
  display: block;
  margin-left: 17px;
  margin-top: 2px;
  cursor: pointer;
}
.explorer-container > span:nth-child(n+3) > i {
  display: inline;
  margin-right: 4px;
}
.explorer-container > span:nth-child(n+3):hover {
  background-color: var(--bg-theme-item-secondary, rgba(0, 0, 0, 0.05));
}
.explorer-container > span:nth-child(n+3).active-file {
  background-color: var(--bg-theme-item-secondary, rgba(0, 0, 0, 0.08));
  font-weight: 600;
}

.code-container {
  padding: 5px 0px 0px 0px;
}
.code-container .nav-item > button {
  border-radius: 0px;
  font-size: 14px;
}
.code-container .nav-item > button.active {
  border-top: 2px solid #0060c0;
  background-color: transparent !important;
  border-left: 1px solid var(--text-weak, #dcdcdc);
  border-right: 1px solid var(--text-weak, #dcdcdc);
}
.code-container .nav-item > button > span {
  color: var(--text-strong);
}
.code-container .nav-item > button i {
  margin-right: 5px;
}
.code-container .no-border {
  border: none !important;
}
.code-container .no-border:hover {
  background-color: transparent;
}
.code-container .run-code {
  font-size: 1.2em;
  position: absolute;
  top: -6px;
  right: 15px;
  color: #6c757d;
}
.code-container .run-code > i.fa-play {
  color: #6c757d;
}
.code-container .editor-border {
  border-color: var(--text-weak) !important;
}

.editor-reset-overlay {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.editor-reset-overlay.light {
  background-color: rgba(247, 247, 247, 0.7);
}
.editor-reset-overlay.dark {
  background-color: rgba(30, 30, 30, 0.7);
}

.tab-pane.active {
  background-color: transparent;
}

.iframe-render.light {
  background-color: #F7F7F7;
  border-left: 1px solid #dcdcdc;
  border-top: 0px;
}

.iframe-render.dark {
  background-color: #000000;
  border: 1px solid #667080;
  border-top: 0px;
}

@media only screen and (min-width: 430px) {
  .language-tab {
    padding: 7px 14px;
  }
  .editor-handler {
    height: 287px;
  }
  .render-tab-background {
    margin-top: 38px;
  }
}
@media only screen and (min-width: 576px) {
  .icons-container {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .explorer-container {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .render-tab-background {
    max-width: 1236px;
  }
  .iframe-render {
    max-width: 1232px;
  }
}
/*Hiding Monaco Editor features*/
div.hover-row.status-bar {
  display: none !important;
}.feedbackCorrect {
  font-size: 26px;
  transform: translate(-115%, 6%);
  color: var(--bs-light);
  margin-right: -25px;
  display: none;
}

.feedbackIncorrect {
  font-size: 26px;
  transform: translate(-118%, 6%);
  color: var(--bs-light);
  margin-right: -26px;
  display: none;
}

.placeHolderColor::-webkit-input-placeholder {
  color: var(--bs-light);
}

.placeHolderColor:-moz-placeholder {
  color: var(--bs-light);
}

.placeHolderColorDark::-webkit-input-placeholder {
  color: var(--bs-black);
}

.placeHolderColorDark:-moz-placeholder {
  color: var(--bs-black);
}

.acceptedAnswersTitle {
  display: none;
}

.acceptedAnswers {
  display: none;
  border: 1px solid var(--bs-black);
  width: 35%;
}

.feedbackList {
  font-size: 18px;
  margin: 5px;
}

.intIcon {
  display: inline-block;
  color: var(--bs-light);
  font-size: 22px;
  transform: translate(15px, 2px);
  margin-left: -10px;
}

.form-floating label {
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem) !important;
}div.table-responsive > table.table {
  border-color: var(--text-strong);
}
div.table-responsive > table.table td {
  color: var(--text-strong) !important;
}

div.table-responsive .form-check-input[type=radio] {
  border-color: var(--text-strong) !important;
}

div.table-responsive .form-check-input[type=radio]:focus,
div.table-responsive .form-check-input[type=radio]:focus-visible {
  border-color: var(--bs-primary) !important;
  box-shadow: 0 0 0 0.25rem var(--bs-primary) !important;
}.question-container__html-content {
  width: 100%;
  display: block;
  overflow-x: auto;
}
.question-container__html-content img, .question-container__html-content iframe, .question-container__html-content video, .question-container__html-content object, .question-container__html-content embed {
  max-width: 100%;
  height: auto;
  margin: 0 auto 1rem auto;
  border: 0;
}
.question-container__html-content table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.question-container__html-content td, .question-container__html-content th {
  border: 1px solid #dee2e6;
  padding: 0.5rem;
  vertical-align: top;
}
.question-container__html-content pre, .question-container__html-content code {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.question-container__scenario-content img, .question-container__scenario-content iframe, .question-container__scenario-content video, .question-container__scenario-content object, .question-container__scenario-content embed {
  width: 100%;
}
.question-container {
  /* On tablet and smaller (<=768px) cap server-authored images so a tall image
     can't push the answer options off-screen. Only images are constrained (not
     iframes/video/embeds). width: auto + object-fit: contain lets the image
     shrink proportionally to fit the 250px cap without distortion, while
     max-width: 100% still keeps wide images inside the card. !important guards
     against inline width/height/style attributes that authors may put on <img>. */
}
@media (max-width: 768px) {
  .question-container__html-content img, .question-container__scenario-content img {
    max-height: 300px !important;
  }
}
.question-container__question-row td {
  background-color: transparent;
  transition: background-color 0.2s;
}
.question-container__question-row:hover td {
  background-color: var(--bs-secondary-bg);
}
.question-container__question-row.active-row td {
  background-color: var(--bs-secondary-bg);
}
.question-container__question-row.active-row:hover td {
  background-color: var(--bs-secondary-bg);
}
.question-container__drag-area-width {
  min-height: 50px;
  min-width: 250px;
}
.question-container__drag-paragraph {
  white-space: pre-wrap;
  word-break: break-word;
  font-family: var(--bs-font-monospace);
  line-height: 2.2;
}
.question-container__drag-paragraph-slot {
  min-width: 120px;
  min-height: 1.75rem;
  padding: 0.1rem 0.5rem;
  margin: 0 0.15rem;
  vertical-align: middle;
  white-space: normal;
}
.question-container__draggable-area {
  border: 2px dashed var(--bs-gray-500);
  padding: 10px;
  transition: background 0.2s;
}
.question-container__badge_icon img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
  max-width: 100%;
  display: block;
}
@media (max-width: 575.98px) {
  .question-container__badge_icon img {
    max-height: 60px;
  }
}

.min-h-25rem {
  min-height: 25rem;
}

.form-select-chevron {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}.homeImageLogo {
  content: url(https://content.gmetrix.net/images/GMetrix/GMetrix-Logo-Reverse.png);
  max-width: 180px;
  max-height: 60px;
}.course-stage-active {
  overflow-y: hidden;
}.auth-page {
  background-color: #293F54;
  background-image: var(--auth-bg-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.auth-page::before {
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.55) 100%);
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.auth-page-body {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: safe center;
  min-height: 0;
  overflow-y: auto;
  padding: 1.5rem 1rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.auth-card {
  background-color: #fff;
  border-radius: 0.875rem;
  box-shadow: 0 0.5rem 2.25rem rgba(0, 0, 0, 0.22);
  padding: 2.5rem 2.25rem 2rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.auth-logo {
  display: block;
  height: auto;
  margin: 0 auto 0.375rem;
  max-width: 100%;
  width: 185px;
}

.auth-divider {
  align-items: center;
  display: flex;
  font-size: 0.825rem;
  gap: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.auth-divider::before, .auth-divider::after {
  background-color: #e2e9f4;
  content: "";
  flex: 1 1 auto;
  height: 0.0625em;
}

.auth-strength-rule {
  font-size: 0.825rem;
  transition: color 120ms ease;
}
.auth-strength-rule.is-passed {
  color: #0ABA94;
}

.auth-oauth-btn {
  background-color: #fff;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0.25rem;
  color: #293F54;
  font-size: 0.825rem;
  padding: 0.3rem 0.75rem;
  transition: border-color 120ms ease, background-color 120ms ease;
}
.auth-oauth-btn:hover, .auth-oauth-btn:focus-visible {
  background-color: #f2f5fa;
  border-color: #007AC9;
  color: #293F54;
}
.auth-oauth-btn i {
  font-size: 0.95rem;
}
.auth-oauth-btn svg {
  flex-shrink: 0;
}

.auth-oauth-grid {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
}
.auth-oauth-grid > * {
  flex: 1 1 0;
  min-width: 0;
}
.auth-oauth-grid .auth-oauth-btn {
  width: 100%;
}
@media (max-width: 379.98px) {
  .auth-oauth-grid {
    flex-direction: column;
  }
  .auth-oauth-grid > * {
    flex: 0 0 auto;
  }
}

.login-form-link {
  color: var(--auth-link, var(--auth-primary, #007AC9));
  font-size: 0.78rem;
  text-decoration: underline;
}
.login-form-link:hover, .login-form-link:focus-visible {
  color: var(--auth-link-hover, var(--auth-primary, rgb(0, 97.2358208955, 160.2)));
  text-decoration: underline;
}

.auth-tagline {
  letter-spacing: 0.04em;
}

.auth-footer {
  font-size: 0.8rem;
}

.auth-footer-nav {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.auth-footer-icons {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}

.auth-footer-icon-link {
  align-items: center;
  color: #293F54;
  display: inline-flex;
  font-size: 0.8rem;
  gap: 0.3rem;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.auth-footer-icon-link i {
  font-size: 0.9rem;
}
.auth-footer-icon-link:hover, .auth-footer-icon-link:focus-visible {
  color: #667080;
  text-decoration: none;
}

.auth-footer-portal-link {
  color: #293F54;
  font-size: 0.8rem;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.auth-footer-portal-link:hover, .auth-footer-portal-link:focus-visible {
  color: #667080;
  text-decoration: none;
}

.login-policy-note {
  font-size: 0.7rem;
  margin-top: 0.75rem;
}
.login-policy-note a {
  color: var(--auth-link, var(--auth-primary, #007AC9));
  display: block;
  text-decoration: underline;
}
.login-policy-note a:hover, .login-policy-note a:focus-visible {
  color: var(--auth-link-hover, var(--auth-primary, rgb(0, 97.2358208955, 160.2)));
  text-decoration: underline;
}

.auth-page-footer {
  background: var(--auth-primary, #007AC9);
  color: rgba(255, 255, 255, 0.9);
  flex: 0 0 auto;
  font-size: 0.7rem;
  padding: 0.5rem 1.25rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.auth-page-footer a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.auth-page-footer a:hover, .auth-page-footer a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  .auth-page-footer {
    flex-direction: column;
    gap: 0.15rem;
    text-align: center;
  }
}
.auth-form-container {
  max-width: 27.5em;
}

.auth-card .input-group-text,
.auth-card .btn {
  font-size: 0.825rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.auth-card .form-control,
.auth-card .form-select {
  font-size: 0.825rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.auth-card .form-select-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.auth-card .form-label {
  color: #293F54;
  font-size: 0.8125rem;
  margin-bottom: 0.2rem;
}
.auth-card .form-control,
.auth-card .form-select {
  border-color: #d1d5e8;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.auth-card .form-control:focus,
.auth-card .form-select:focus {
  border-color: var(--auth-primary, #007AC9);
  box-shadow: 0 0 0 0.18rem rgba(0, 122, 201, 0.18);
}
.auth-card .form-control.is-invalid, .auth-card .form-control.is-invalid:focus,
.auth-card .form-select.is-invalid,
.auth-card .form-select.is-invalid:focus {
  border-color: #B22222;
}
.auth-card .form-check-label,
.auth-card .form-check-input {
  font-size: 0.8rem;
}
.auth-card a {
  color: var(--auth-link, var(--auth-primary, #007AC9));
}
.auth-card a:hover, .auth-card a:focus-visible {
  color: var(--auth-link-hover, var(--auth-primary, rgb(0, 97.2358208955, 160.2)));
}
.auth-card .btn-primary {
  background-color: var(--auth-primary, #007AC9);
  border-color: var(--auth-primary, #007AC9);
  color: #fff;
}
.auth-card .btn-primary:hover, .auth-card .btn-primary:focus-visible, .auth-card .btn-primary:active, .auth-card .btn-primary.active {
  background-color: var(--auth-primary, rgb(0, 103.4268656716, 170.4));
  border-color: var(--auth-primary, rgb(0, 103.4268656716, 170.4));
  color: #fff;
  filter: brightness(0.94);
}
.auth-card .btn-primary:disabled {
  background-color: var(--auth-primary, #007AC9);
  border-color: var(--auth-primary, #007AC9);
  color: #fff;
}
.auth-card .auth-submit {
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 122, 201, 0.25);
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 0.5625rem 1rem;
}
.auth-card .auth-submit:hover:not(:disabled):not(.auth-busy) {
  box-shadow: 0 0.25rem 0.875rem rgba(0, 122, 201, 0.38);
}

.auth-password-wrapper .auth-password-input {
  padding-right: 2.25rem;
}
.auth-password-wrapper .auth-password-input.is-invalid,
.auth-password-wrapper .auth-password-input.is-valid {
  background-image: none;
  padding-right: 2.25rem;
}
.auth-password-wrapper .auth-password-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.6rem;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
}
.auth-password-wrapper .auth-password-toggle:hover, .auth-password-wrapper .auth-password-toggle:focus-visible {
  color: #293F54;
  text-decoration: none;
}
.auth-password-wrapper .auth-password-toggle:focus-visible {
  outline: 0.125em solid rgba(0, 122, 201, 0.4);
  outline-offset: -0.125em;
  border-radius: 0.25rem;
}
.auth-password-wrapper .auth-password-toggle:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.auth-password-wrapper--lg .auth-password-toggle {
  height: calc(1.5em + 1rem + 2px);
}

.auth-submit {
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-busy {
  pointer-events: none;
  cursor: progress;
  user-select: none;
}

.auth-submit.auth-busy {
  opacity: 1;
}

.auth-turnstile-frame {
  border: 1px solid var(--bs-border-color-translucent, rgba(0, 0, 0, 0.1));
  border-radius: 0.5rem;
  padding: 0.25rem;
  min-height: 0;
  overflow: hidden;
  transition: min-height 120ms ease;
}
.auth-turnstile-frame:empty, .auth-turnstile-frame:has(iframe[style*="height: 0"]) {
  border-color: transparent;
  padding: 0;
}

@media (max-width: 767.98px) {
  .auth-page-body {
    padding: 1rem 0.75rem;
  }
  .auth-card {
    border-radius: 0.75rem;
    padding: 1.75rem 1.25rem 1.5rem;
  }
  .auth-logo {
    width: 150px;
  }
}
@media (max-height: 720px) {
  .auth-page-body {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .auth-card {
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }
}
.auth-policy-banner {
  background: #fff;
  border: 1px solid #e2e9f4;
  border-radius: 0.25rem;
  bottom: 1rem;
  max-width: 320px;
  padding: 1rem 2.5rem 1rem 1rem;
  position: fixed;
  right: 1rem;
  z-index: 1050;
}
.auth-policy-banner__body {
  font-size: 0.8rem;
  line-height: 1.4;
}
.auth-policy-banner__body a {
  color: #007AC9;
}
.auth-policy-banner__close {
  font-size: 1.25rem;
  line-height: 1;
  padding: 0 0.5rem;
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  text-decoration: none;
}.eula-modal-body {
  max-height: 70vh;
  overflow-y: auto;
  font-size: 12px;
}
.eula-modal-body .eula-content .eula-list {
  padding-left: 1.25rem;
}
.eula-modal-body .eula-content .eula-list li {
  margin-bottom: 10px;
}.language-btn:hover {
  background-color: #E9ECEF !important;
}

.language-list {
  column-count: 2;
  column-gap: 16px;
}

@media (min-width: 768px) {
  .language-list {
    column-count: 3;
  }
}
.language-list > * {
  break-inside: avoid;
  display: block;
  width: 100%;
}.mobile-nav-menu .nav-item a,
.mobile-nav-menu .nav-item button {
  height: 55px;
  width: 55px;
  color: #fff !important;
  font-size: 10px;
  font-weight: 400;
}.dashboard-menu {
  width: 250px;
}
.dashboard-menu-nav {
  min-height: 0;
}
.dashboard-menu-nav::-webkit-scrollbar {
  width: 0.375rem;
}
.dashboard-menu-nav::-webkit-scrollbar-thumb {
  background: #e1e6ed;
  border-radius: 2px;
}
.dashboard-menu-list-item:not(.menu-item-active):hover {
  border-radius: 6px;
  font-weight: 700 !important;
}

.dashboard-menu-content,
.dashboard-menu-list-item {
  letter-spacing: 1px !important;
}

.nav-logo {
  max-height: 3rem;
  object-fit: contain;
}

.menu-item-active {
  border-radius: 6px;
  font-weight: 700;
}

.bulb-logo {
  width: 30px;
  transform: translateY(-3px);
}

.theme-span {
  display: inline-block;
  vertical-align: super;
}

.theme-toggle-container {
  width: 25px;
  height: 25px;
  position: relative;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: transparent; /* day by default */
  transition: background-color 2s ease; /* <== slower transition */
  overflow: hidden;
  display: inline-block;
  transform: translateY(2px);
}
.theme-toggle-container div {
  margin: 0 !important;
}

.theme-toggle-container.dark {
  background-color: transparent; /* night */
}

.arc-path {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 0;
}

.orbiter {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 1s ease-in-out;
  transform-origin: center center;
}

.icon-theme {
  position: absolute;
  left: 50%;
  z-index: 2;
  transition: transform 1s ease-in-out;
}

.icon-theme.sun {
  top: 0;
}

.icon-theme.moon {
  bottom: 0;
}

.icon-theme i {
  color: #fff;
  transition: color 1s ease-in-out;
}.transcript__assignment-header {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.25rem 1.5rem;
}
.transcript__product-table {
  min-width: 700px;
  --bs-table-bg: var(--bg-theme) !important;
  --bs-table-color: inherit;
  --bs-table-border-color: transparent;
  --bs-table-striped-bg: var(--bg-theme-item, var(--bg-theme));
  --bs-table-striped-color: inherit;
  --bs-table-hover-bg: var(--bg-theme-item, var(--bg-theme));
  --bs-table-hover-color: inherit;
}
.transcript__product-table > thead > tr > th {
  font-weight: 600;
}

.action-icon {
  height: 32px;
  width: 32px;
}

@media print {
  @page {
    size: A4, letter;
  }
  .fa-memo,
  .fa-folders {
    color: #000 !important;
  }
}
/* Darker shade of the brand/check-mark green (--bs-success #0ABA94, which only
   reaches ~1.9:1) so the filled progress area keeps a >=3:1 contrast ratio
   (WCAG 1.4.11) against the gray-300 (#DEE2E6) track. #0a7a5b gives ~4.1:1. */
.question-progress {
  height: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.question-progress .progress-bar {
  background-color: #0a7a5b !important;
}
.question-progress .progress {
  background-color: var(--bs-gray-300);
}

.question-progress-container {
  display: flex;
  width: 100%;
  min-height: 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  gap: 2px;
}

.question-segment {
  flex: 1;
  color: var(--bs-black);
}

.question-segment.last {
  margin-right: 0;
}

/* Colors */
.question-segment.markedForReview {
  background-color: var(--bs-warning);
}

.question-segment.filled {
  background-color: #0a7a5b;
}

.question-segment.empty {
  background-color: var(--bs-gray-300);
}

thead.sticky-top > tr > th {
  background-color: transparent;
}

.form-check-input[type=checkbox] {
  border-color: #444;
}

/* Keep the test navigation (buttons + progress) pinned to the top of the
   scrollable runner panel while the user scrolls the question body. Sticky is
   applied only on mobile (< lg / 992px) — on desktop there's enough vertical
   room that the nav can scroll away with the rest of the content.
   The opaque fill + 1rem top padding live on the inner <nav> (not this wrapper)
   so the progress bar below keeps its rounded corners without a solid rectangle
   showing white squares behind them. The fill uses var(--neutral-50) (#f2f5fa)
   to match the off-white page backdrop, so the strip above the header looks
   like the same padding as the side/bottom gutters. */
.web-test-runner__nav > nav {
  padding-top: 1rem;
  background-color: var(--neutral-50);
}
[data-bs-theme=dark] .web-test-runner__nav > nav {
  background-color: var(--bg-theme);
}
@media (max-width: 991.98px) {
  .web-test-runner__nav {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* Mobile nav layout (below 992px, .d-lg-none): scale the icons up and add a bit
   of vertical padding so the buttons read as comfortably tall and tappable. This
   applies at every mobile width, both the labelled state and the icon-only state.
   The !important overrides the base .responsive-btn padding and the <495px shrink
   rule in testRunners.scss, which would otherwise squeeze the buttons back down. */
.web-test-runner__nav .d-lg-none .responsive-btn {
  padding: 0.6rem 0.5rem !important;
}
.web-test-runner__nav .d-lg-none .responsive-btn i,
.web-test-runner__nav .d-lg-none .responsive-btn .form-check-input {
  font-size: 1.25rem;
}

/* On very narrow viewports (<400px) collapse every nav button to icon-only by
   hiding its text label. Below 992px only the mobile layout (.d-lg-none) renders,
   and every button there puts its label in a <span> next to the icon, so hiding
   those spans leaves the icon (and, for Mark for Review, its checkbox) centered. */
@media (max-width: 399.98px) {
  .web-test-runner__nav .d-lg-none .responsive-btn > span {
    display: none;
  }
}.responsive-btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.responsive-stack {
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 946px) {
  .responsive-stack {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 495px) {
  .hide-text-xs {
    display: none !important;
  }
  .responsive-btn {
    font-size: 0.8rem;
    padding: 0.3rem 0.5rem;
  }
}
.responsive-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.responsive-nav-next {
  order: 0;
}

@media (min-width: 576px) {
  .responsive-nav-next {
    order: 10;
    margin-left: auto;
  }
}
.loading-logo--sm {
  width: 200px;
}

.loading-logo--md {
  width: 250px;
}

.loading-logo--lg {
  width: 300px;
}

.loading-message {
  color: var(--primary-strong-active);
}

.loading-message--dark {
  color: var(--bs-white);
}

.loading-spinner {
  color: var(--primary-strong-active);
}

.loading-spinner--dark {
  color: var(--bs-white);
}

.status-icon-box {
  align-items: center;
  background-color: var(--bs-gray-600);
  border-radius: 4px;
  color: transparent;
  display: inline-flex;
  font-size: 1rem;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}
.status-icon-box--sm {
  font-size: 0.75rem;
  height: 1.4rem;
  width: 1.4rem;
}
.status-icon-box--answered {
  background-color: #0a7a5b;
  color: var(--bs-white);
}
.status-icon-box--answered > i {
  color: var(--bs-white);
}
.status-icon-box--review {
  background-color: var(--bs-warning);
  color: var(--bs-black);
}
.status-icon-box--review > i {
  color: var(--bs-black);
}
.status-icon-box--complete {
  background-color: #0a7a5b;
  color: var(--bs-white);
}
.status-icon-box--complete > i {
  color: var(--bs-white);
}.web-test-runner {
  background-color: var(--neutral-50);
}
[data-bs-theme=dark] .web-test-runner {
  background-color: var(--bg-theme);
}
.web-test-runner__cursor-grab {
  cursor: grab !important;
}
.web-test-runner__wrap-text {
  white-space: normal;
  word-break: break-word;
}
.web-test-runner__dropzone-area {
  min-width: 250px;
  max-width: 300px;
}
.web-test-runner__choice-btn {
  min-width: 300px;
  max-width: 800px;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web-test-runner__no-click {
  pointer-events: none;
  transition: none !important;
}
.web-test-runner__no-click:hover, .web-test-runner__no-click:focus {
  filter: none !important;
  box-shadow: none !important;
}
.web-test-runner__left-icon {
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bs-white);
  font-size: 1em;
}
.web-test-runner__right-icon {
  right: 12px;
  top: 50%;
  color: var(--bs-white);
  transform: translateY(-50%);
  font-size: 1em;
}
.web-test-runner__pulse {
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.web-test-runner__helpText-card {
  touch-action: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 1030;
}
.web-test-runner__helpText-card img {
  max-width: none;
  height: auto;
}
.web-test-runner .min-h-0 {
  min-height: 0;
}
.web-test-runner__helpText-header[role=button] {
  cursor: grab;
  user-select: none;
}
.web-test-runner__helpText-header[role=button] > *:not(.btn-close) {
  cursor: inherit;
}
.web-test-runner__helpText-header[role=button] .btn-close {
  cursor: pointer;
}
.web-test-runner__helpText-header[role=button] .web-test-runner__helpText-reset-btn {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M8 3a5 5 0 1 1-4.546 2.914.5.5 0 0 0-.908-.417A6 6 0 1 0 8 2v1z'/%3e%3cpath d='M8 4.466V.534a.25.25 0 0 0-.41-.192L5.23 2.308a.25.25 0 0 0 0 .384l2.36 1.966A.25.25 0 0 0 8 4.466z'/%3e%3c/svg%3e");
  background-size: 1.25em;
}
.web-test-runner__helpText-header[role=button]:active {
  cursor: grabbing;
}
.web-test-runner__helpText-resize-handle {
  position: absolute;
  z-index: 10;
}
.web-test-runner__helpText-resize-left, .web-test-runner__helpText-resize-right {
  top: 0;
  height: 100%;
  width: 6px;
  cursor: ew-resize;
}
.web-test-runner__helpText-resize-left {
  left: 0;
}
.web-test-runner__helpText-resize-right {
  right: 0;
}
.web-test-runner__helpText-resize-corner {
  width: 12px;
  height: 12px;
}
.web-test-runner__helpText-resize-tl {
  top: 0;
  left: 0;
  cursor: nwse-resize;
}
.web-test-runner__helpText-resize-tr {
  top: 0;
  right: 0;
  cursor: nesw-resize;
}
.web-test-runner__helpText-resize-bl {
  bottom: 0;
  left: 0;
  cursor: nesw-resize;
}
.web-test-runner__helpText-resize-br {
  bottom: 0;
  right: 0;
  cursor: nwse-resize;
}.word {
  background-color: #2B579A;
}

.excel {
  background-color: #217346;
}

.powerpoint {
  background-color: #B7472A;
}

.access {
  background-color: #A4373A;
}

.outlook {
  background-color: #0072C6;
}

.autodesk {
  background-color: #0072C6;
}

.acrobat {
  background-color: rgb(56, 56, 56);
}

.responsive-btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.responsive-stack {
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 946px) {
  .responsive-stack {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 495px) {
  .hide-text-xs {
    display: none !important;
  }
  .responsive-btn {
    font-size: 0.8rem;
    padding: 0.3rem 0.5rem;
  }
}
.responsive-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.responsive-nav-next {
  order: 0;
}

@media (min-width: 576px) {
  .responsive-nav-next {
    order: 10;
    margin-left: auto;
  }
}
.loading-logo--sm {
  width: 200px;
}

.loading-logo--md {
  width: 250px;
}

.loading-logo--lg {
  width: 300px;
}

.loading-message {
  color: var(--primary-strong-active);
}

.loading-message--dark {
  color: var(--bs-white);
}

.loading-spinner {
  color: var(--primary-strong-active);
}

.loading-spinner--dark {
  color: var(--bs-white);
}

.status-icon-box {
  align-items: center;
  background-color: var(--bs-gray-600);
  border-radius: 4px;
  color: transparent;
  display: inline-flex;
  font-size: 1rem;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}
.status-icon-box--sm {
  font-size: 0.75rem;
  height: 1.4rem;
  width: 1.4rem;
}
.status-icon-box--answered {
  background-color: #0a7a5b;
  color: var(--bs-white);
}
.status-icon-box--answered > i {
  color: var(--bs-white);
}
.status-icon-box--review {
  background-color: var(--bs-warning);
  color: var(--bs-black);
}
.status-icon-box--review > i {
  color: var(--bs-black);
}
.status-icon-box--complete {
  background-color: #0a7a5b;
  color: var(--bs-white);
}
.status-icon-box--complete > i {
  color: var(--bs-white);
}

.multi-project-test-runner .dock-button {
  height: 40px !important;
}
.multi-project-test-runner .task-tab:focus,
.multi-project-test-runner .task-tab:focus-visible {
  box-shadow: none !important;
}
.multi-project-test-runner .tab-row {
  width: 100%;
  padding: 6px;
}
.multi-project-test-runner .tab-row .nav, .multi-project-test-runner .tab-row .nav-tabs {
  border-bottom: none !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
.multi-project-test-runner .tab-row .nav-tabs .nav-item {
  flex: 0 0 160px;
}
.multi-project-test-runner .tab-row .nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  background-color: var(--bs-gray-300, #dee2e6);
  color: var(--bs-black, #000) !important;
  text-align: center;
  border: 1px solid var(--bs-gray-400, #ced4da);
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multi-project-test-runner .tab-row .nav-tabs .nav-item .nav-link.active, .multi-project-test-runner .tab-row .nav-tabs .nav-item .nav-tabs .nav-item.show .nav-link {
  color: var(--bs-black, #000) !important;
  background-color: var(--bs-gray-300, #dee2e6);
  border-color: var(--bs-gray-400, #ced4da);
  font-weight: 600;
}
.multi-project-test-runner .tab-row .nav-tabs .nav-item .nav-link.active .task-name, .multi-project-test-runner .tab-row .nav-tabs .nav-item .nav-tabs .nav-item.show .nav-link .task-name {
  background-color: var(--bs-primary, #0d6efd);
  color: #fff !important;
  border-radius: 4px;
  padding: 2px 8px;
}
.multi-project-test-runner .tab-row .nav-tabs .nav-item .nav-link:hover:not(.active) {
  background-color: var(--bs-gray-400, #ced4da);
  color: var(--bs-black, #000) !important;
  border-color: var(--bs-gray-500, #adb5bd);
}
.multi-project-test-runner .tab-row .nav-tabs .nav-item .nav-link:focus {
  box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.35);
  z-index: 1;
}
.multi-project-test-runner .tab-row .nav-tabs .nav-item .nav-link:disabled {
  opacity: 1;
}
.multi-project-test-runner .tab-sync-bar {
  height: 3px;
  background: transparent;
}
.multi-project-test-runner .tab-sync-bar.active {
  background: linear-gradient(90deg, transparent, var(--bs-primary, #0d6efd), transparent);
  background-size: 200% 100%;
  animation: sync-slide 1.2s ease-in-out infinite;
}
@keyframes sync-slide {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.multi-project-test-runner .multi-project-timer--centered {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .multi-project-test-runner .multi-project-actions-top {
    flex: 1 0 100%;
  }
  .multi-project-test-runner .multi-project-actions-project-label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }
}
.multi-project-test-runner .test-runner-top {
  flex-shrink: 0;
  padding: 0px;
  margin: 0px;
  font-weight: 200;
  font-size: 18px;
}
.multi-project-test-runner .test-runner-top button {
  background-color: transparent;
  color: white;
  border: 0;
}
.multi-project-test-runner .test-runner-top button:hover {
  background-color: rgba(0, 0, 0, 0.486);
}
.multi-project-test-runner .test-runner-top button:disabled {
  background-color: transparent;
}
.multi-project-test-runner .test-runner-top span {
  vertical-align: middle;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.multi-project-test-runner .test-runner-top .adjust-right {
  transform: translateX(-50%);
  -webkit-transform: translateX(-20%);
}

.status-icon {
  padding: 2px;
}

.status-icon--answered {
  padding: 2px;
  background-color: var(--bs-success, #0ABA94);
}

.status-icon--unanswered {
  padding: 2px;
  border-color: var(--text-strong) !important;
  color: transparent;
}

.text-strong {
  color: var(--text-strong);
}.task-tab {
  overflow: visible;
}

.task-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  font-size: 13px;
  color: white;
  flex-shrink: 0;
}

.task-marker--complete {
  background-color: var(--bs-success);
  order: 1;
}

.task-marker--review {
  background-color: var(--bs-warning);
  order: -1;
}@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 70%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}
.skeleton__section-title {
  width: 250px;
  height: 25px;
  border-radius: 0.25rem;
}
.skeleton__section-length {
  width: 150px;
  height: 18px;
  border-radius: 0.25rem;
}
.skeleton__description {
  width: 100%;
  height: 45px;
  border-radius: 0.25rem;
}
.skeleton__section-detail {
  width: 100%;
  height: 50px;
  border-radius: 0.25rem;
}
.skeleton__button {
  width: 90px;
  min-height: 30px;
  border-radius: 0.25rem;
}.section-pane__section-title {
  color: var(--bs-primary-text-emphasis);
  font-size: 24px;
  font-weight: 600;
}
.section-pane__section-title h2 {
  margin-bottom: 0px;
}
.section-pane__section-count {
  margin-top: 5px;
  font-size: 11px;
}
.section-pane__section-detail {
  border-radius: 8px;
  border: 1px solid var(--bs-border-color);
  color: var(--bs-secondary);
}
.section-pane__section-detail-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}
.section-pane__start-resume-test {
  padding-left: 30px;
  padding-right: 30px;
  min-width: 12px;
  min-height: 30px;
  border-radius: 6px;
  background-color: var(--bs-primary);
  border: none;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}
.section-pane__lock-container {
  background-color: var(--bs-warning-bg-subtle);
  border: 2px solid var(--bs-warning);
  display: flex;
  align-items: center;
  color: var(--bs-secondary);
}
.section-pane__progress-bar {
  color: var(--bs-success);
}
.section-pane__lock-icon {
  font-size: 20px;
}
.section-pane .btn.disabled, .section-pane .btn:disabled {
  opacity: 0.35;
}
.section-pane__footer {
  background: var(--bs-white);
  border-top: 1px solid var(--bs-border-color);
  border-radius: 0 0 10px 10px;
}

.underline {
  border-bottom: 1px solid var(--bs-border-color);
}#runSectionTest-react-container {
  width: 100vw;
  padding: 0 20px;
}

.loader-container {
  width: 100vw;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.runSectionTest-main {
  color: var(--bs-secondary);
  font-size: 13px;
}
.runSectionTest-main__title {
  color: var(--bs-primary-text-emphasis);
}
.runSectionTest-main__pane {
  border-radius: 10px;
  background: var(--bs-white);
  box-shadow: 0px 4px 4px 0px var(--bs-border-color-translucent);
}

@media only screen and (min-width: 1200px) {
  #runSectionTest-react-container {
    padding: 40px 30px;
    width: calc(100vw - 270px);
    top: 0;
  }
}.word {
  background-color: #2B579A;
}

.excel {
  background-color: #217346;
}

.powerpoint {
  background-color: #B7472A;
}

.access {
  background-color: #A4373A;
}

.outlook {
  background-color: #0072C6;
}

.autodesk {
  background-color: #0072C6;
}

.acrobat {
  background-color: rgb(56, 56, 56);
}

.responsive-btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.responsive-stack {
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 946px) {
  .responsive-stack {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 495px) {
  .hide-text-xs {
    display: none !important;
  }
  .responsive-btn {
    font-size: 0.8rem;
    padding: 0.3rem 0.5rem;
  }
}
.responsive-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.responsive-nav-next {
  order: 0;
}

@media (min-width: 576px) {
  .responsive-nav-next {
    order: 10;
    margin-left: auto;
  }
}
.loading-logo--sm {
  width: 200px;
}

.loading-logo--md {
  width: 250px;
}

.loading-logo--lg {
  width: 300px;
}

.loading-message {
  color: var(--primary-strong-active);
}

.loading-message--dark {
  color: var(--bs-white);
}

.loading-spinner {
  color: var(--primary-strong-active);
}

.loading-spinner--dark {
  color: var(--bs-white);
}

.status-icon-box {
  align-items: center;
  background-color: var(--bs-gray-600);
  border-radius: 4px;
  color: transparent;
  display: inline-flex;
  font-size: 1rem;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}
.status-icon-box--sm {
  font-size: 0.75rem;
  height: 1.4rem;
  width: 1.4rem;
}
.status-icon-box--answered {
  background-color: #0a7a5b;
  color: var(--bs-white);
}
.status-icon-box--answered > i {
  color: var(--bs-white);
}
.status-icon-box--review {
  background-color: var(--bs-warning);
  color: var(--bs-black);
}
.status-icon-box--review > i {
  color: var(--bs-black);
}
.status-icon-box--complete {
  background-color: #0a7a5b;
  color: var(--bs-white);
}
.status-icon-box--complete > i {
  color: var(--bs-white);
}

.project-test-runner {
  overflow: hidden;
}

.project-runner-layout,
.project-runner-layout__split,
.project-runner-layout__instructions,
.project-runner-layout__tasks,
.project-runner-body {
  min-height: 0;
}

@media (max-width: 767.98px) {
  .project-runner-layout__split {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .project-runner-layout__split > .project-runner-layout__instructions {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 55%;
    min-height: 0;
    overflow: hidden;
  }
  .project-runner-layout__split > .project-runner-layout__tasks {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 45%;
    min-height: 0;
    max-height: 45%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--bg-theme-item-secondary);
  }
}
@media (min-width: 768px) {
  .project-runner-layout__instructions,
  .project-runner-layout__tasks {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.project-task-list__header {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: var(--bs-white) !important;
}
.project-task-list__header:hover, .project-task-list__header:focus, .project-task-list__header:focus-visible, .project-task-list__header:active, .project-task-list__header.active {
  background-color: var(--bs-white) !important;
  color: inherit;
}

.project-top-tabs .nav-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
}
.project-top-tabs .nav-tabs::-webkit-scrollbar {
  height: 4px;
}

.project-top-tab {
  white-space: nowrap;
}

.project-task-list .list-group-item.list-group-item-action.active {
  background-color: var(--bs-gray-200) !important;
  border-color: transparent;
  color: inherit;
  font-weight: 600;
}

.project-task-nav .responsive-btn {
  min-width: 0;
}

.project-footer .project-footer-group {
  flex: 0 1 auto;
}
.project-footer .project-footer__mobile-nav {
  display: none;
}

@media (max-width: 529.98px) {
  .project-footer .project-footer__timer-inline,
  .project-footer .project-footer__nav-inline {
    display: none !important;
  }
  .project-footer .project-footer__mobile-nav {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .project-task-nav .responsive-btn {
    flex: 1 1 0;
    min-width: 6rem;
  }
  .project-footer .project-footer-group {
    flex: 1 0 100%;
    justify-content: center;
  }
}:root {
  --top-nav-height: 60px;
}

.navbar {
  height: var(--top-nav-height);
}
.navbar .navbar-brand i {
  transform: rotate(180deg);
}
.navbar .navbar-brand img {
  width: 180px;
}.top-nav-layout-content {
  margin-top: var(--top-nav-height);
}.sms-launcher .sms-launcher-loading-img {
  width: 180px;
}
.sms-launcher .sms-launcher-download-btn {
  background-color: #259053;
  border-radius: 6px;
  color: var(--bs-white);
  font-size: 1.5625rem;
  padding: 0.625rem;
  text-decoration: none;
  width: 300px;
}
.sms-launcher .sms-launcher-download-btn:hover, .sms-launcher .sms-launcher-download-btn:focus {
  color: var(--bs-white);
  cursor: pointer;
}
.sms-launcher .sms-launcher-mac-fallback-p {
  max-width: 500px;
}.content-icon {
  color: #7d609c;
}

.study-guide-icon {
  color: #0ABA94;
}

.title-wrapper {
  max-width: 430px;
}

.vendor-logo {
  width: 80px;
}

.vendor-logo-mobile {
  max-height: 30px;
}

.complete-status,
.due-date,
.last-activity,
.author {
  min-width: 6.625rem;
}

.last-activity-date::first-letter {
  text-transform: capitalize;
}

.content-start-button button,
.loading-button {
  min-width: 114px;
}

.content-tile-kebab {
  height: 32px;
  width: 32px;
}

.study-guide-start-align {
  margin-right: 50px;
}

.dropdown-toggle::after {
  display: none !important;
}.new-test-card {
  max-width: 50rem;
}
.new-test-card-setting {
  display: grid;
  grid-template-columns: 8.125rem 1fr;
}
.new-test-card-setting select {
  min-width: 11.75rem;
  width: fit-content;
  border-radius: 4px;
}
.new-test-card-setting select:focus, .new-test-card-setting select:focus-visible {
  box-shadow: 0 0 0 0.2rem var(--bs-primary);
}
@media only screen and (max-width: 768px) {
  .new-test-card-setting select {
    width: 100%;
    min-width: 0;
  }
}
.new-test-card-info-box-inner {
  min-width: 6.25rem;
  height: 6.25rem;
}
.new-test-card-info-box-inner div:nth-of-type(1) {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 3.125rem;
}
.new-test-card-info-box-inner div:nth-of-type(2) {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.875rem;
}
.new-test-card-info-box-outer {
  font-size: 1.125rem;
}
.new-test-card-footer-button {
  width: 10rem;
  height: 2.188rem;
  height: 2.5rem;
}

.mode-description {
  grid-column-start: 2;
}

@media only screen and (max-width: 576px) {
  .new-test-card-info-box-inner {
    min-width: 5rem;
    height: 5rem;
  }
  .new-test-card-info-box-inner div:nth-of-type(1) {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .new-test-card-info-box-inner div:nth-of-type(2) {
    white-space: nowrap;
  }
  .new-test-card-info-box-outer {
    font-size: 0.938rem;
  }
}.stat-circle {
  width: 150px;
  height: 150px;
  margin: calc(5px + 0.5vw);
  position: relative;
}
.stat-circle-background {
  fill: #d8dce2;
}
.stat-circle-percentage {
  fill: #007AC9;
  transform: rotate(-90deg);
}
.stat-circle-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
}
.stat-circle-label {
  font-size: 12px !important;
}
.stat-circle-value {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stat-circle-value-text {
  font-size: 24px;
  font-weight: bold;
}.sg-progress-meter {
  display: flex;
  flex-direction: column;
}
.sg-progress-meter-label {
  margin-bottom: 5px;
}
.sg-progress-meter-left-back {
  fill: white;
}
.sg-progress-meter-left-front {
  fill: #007AC9;
}
.sg-progress-meter-right-back {
  fill: #686F82;
}
.sg-progress-meter-right-front {
  fill: #F3F5F9;
}
.sg-progress-meter-inner-text {
  font-weight: 500;
}

@-moz-document url-prefix() {
  .sg-progress-meter-inner-text {
    transform: translateY(4px);
  }
}.overview-circle {
  width: 300px;
  height: 300px;
}
.overview-description img {
  margin: 10px 0px;
  border-radius: 5px;
  max-width: 100%;
  box-shadow: 0px 0px 4px 0px black;
}.flash-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
}
.flash-cards-holder {
  width: 200px;
  height: 250px;
  position: relative;
}
.flash-cards-card {
  position: absolute;
  width: 200px;
  height: 250px;
  cursor: pointer;
  border: none;
  padding: 0px;
  background: transparent;
  transition: all 200ms linear;
  inset: 0px;
  opacity: 0;
}
.flash-cards-card.previous {
  transform: translateX(-120%);
}
.flash-cards-card.next {
  transform: translateX(120%);
}
.flash-cards-card.showing {
  opacity: 1;
}
.flash-cards-card-face {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: all 200ms linear;
  inset: 0px;
  padding: 10px;
  overflow-y: auto;
  transform: scaleX(0);
}
.flash-cards-card-face.showing {
  transition: all 200ms 200ms linear;
  transform: scaleX(1);
}
.flash-cards-card-face.front {
  background: #d0f0c0;
}
.flash-cards-card-face.back {
  background: #ddd;
}
.flash-cards-actions {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  width: 200px;
}
.flash-cards-action {
  width: 75px;
}.glossary {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.glossary-table {
  margin: 20px 0px;
  border: 1px solid #00A38D;
  height: fit-content;
}
.glossary-header-cell {
  padding: 10px;
  font-weight: 500;
  background-color: #00A38D;
  color: white;
}
.glossary-body-cell {
  font-size: 13px;
  text-align: left;
  padding: 10px;
}.note-adder-popup {
  transform-origin: top center;
  transition: all 200ms;
  transform: scaleY(0);
  z-index: 1;
}
.note-adder-popup.open {
  transform: scaleY(1);
}

.note-item-popover {
  right: calc(100% + 5px);
  top: 50%;
  transform-origin: right center;
  transform: translateY(-50%) scaleX(0);
  transition: all 200ms;
}
.note-item-popover.open {
  transform: translateY(-50%) scaleX(1);
}.question-list {
  height: 250px;
}
.question-list-theme-title {
  background: #F5F5F5;
  top: -1px;
  left: 0px;
  z-index: 1;
}
.question-list-inner-wrapper {
  position: absolute;
  top: calc(70px + 0.5vw);
  left: calc(0px + 0.5vw);
  right: calc(5px + 0.5vw);
  bottom: calc(5px + 0.5vw);
}

.fa-square-check {
  color: #007a33;
}

.green {
  color: #007a33;
}

.yellow {
  color: #DAA520;
}

.red {
  color: #B22222;
}

.orange {
  color: #D97706;
}

@media (max-width: 576px) {
  .question-list-theme-title {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    padding-bottom: 0 !important;
  }
  .question-list-objective-title {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    white-space: normal;
    padding-bottom: 0 !important;
  }
}@media (min-width: 576px) {
  .quick-review-select,
  .quick-review-input {
    max-width: 170px;
  }
}
.btn-width {
  max-width: 250px;
}.sg-sub-table-body {
  max-height: calc(100vh - 500px);
}.topic-section-mobile-progress-circle {
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
}

.green-list {
  background-color: #75B050;
}

.yellow-list {
  background-color: #F0A92D;
}

.red-list {
  background-color: #E51435;
}

.grey-list {
  background-color: #BEC7CB;
}@media (min-width: 768px) {
  .sg-topic-section-progress {
    max-width: 180px;
  }
}.resources-runner-body {
  min-height: 600px;
}
.resources-runner-inner-button {
  position: relative;
}
.resources-runner-inner-button.resource-active::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 3px;
  background-color: #007AC9;
}
.resources-runner-inner-button.resource-tab:hover {
  color: #667080 !important;
  background-color: #F3F5F9 !important;
}

.accordion {
  --bs-accordion-bg: #E7EAEC !important;
  --bs-accordion-bg-secondary: $primary !important;
  --bs-accordion-btn-icon-width: .875rem !important;
  --bs-accordion-btn-focus-box-shadow: none !important;
  --bs-accordion-active-bg: #E7EAEC !important;
  --bs-accordion-body-padding-x: 0 !important;
  --bs-accordion-body-padding-y: 0 !important;
  border: none !important;
}

.accordion-item {
  border: none !important;
}

.accordion-mobile {
  --bs-accordion-bg: #fff !important;
  --bs-accordion-active-bg: #fff !important;
  --bs-accordion-btn-padding-y: 0 !important;
  --bs-accordion-btn-padding-x: 0 !important;
}

.resources-runner-sidenav {
  transform: translateX(100%);
  width: 250px;
  transition: transform 0.3s ease;
}

.resources-runner-sidenav.open {
  transform: translateX(0);
}

@media screen and (max-width: 992px) {
  .resources-runner-sidenav {
    box-shadow: -6px 0px 6px 0px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 992px) {
  .resources-runner-content {
    padding-right: 250px;
  }
  .resources-runner-sidenav {
    position: static !important;
    transform: none !important;
  }
}@media print {
  @page {
    size: A4, letter;
  }
  .sg-topic-section {
    background: none;
  }
  .sg-topic-section-header {
    margin-left: -1.5rem;
  }
}
.resources-runner-sidenav {
  min-height: 600px;
}

.mx-auto.d-print-none.mw-50 {
  max-width: 250px;
}

button.w-75.btn-width.m-center {
  margin: 0 auto;
}.program {
  min-height: 100%;
}

.program-header {
  position: sticky;
  top: 0;
  z-index: 2;
  height: 3.75rem;
  background-color: var(--bg-theme);
}.content-loader {
  height: 8.75rem;
  width: 18.75rem;
}.skill-tree {
  --parent-tile-passed-color: #007a33;
}
[data-bs-theme=dark] .skill-tree {
  --parent-tile-passed-color: var(--success);
}
.skill-tree .parent-tile-passed {
  border-left: 5px solid var(--parent-tile-passed-color);
}
.skill-tree .parent-tile-not-passed {
  border-left: 5px solid #B22222;
}
.skill-tree .parent-tile-not-taken {
  border-left: 5px solid #667080;
}
.skill-tree .skill-tree-leaf-text:hover {
  background-color: var(--bg-theme);
}

.skill-tree,
.score-report-table {
  height: 70vh;
  overflow-y: auto;
}

.score-report-table .table thead th.bg-theme-item {
  background-color: var(--bg-theme-item) !important;
}

.actionItem {
  cursor: pointer;
  border: 2px solid transparent !important;
  transition: border-color 0.15s ease;
}
.actionItem:focus-within {
  border-color: var(--primary-strong-hover) !important;
}
.actionItem > button:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}
.actionItem.bg-theme {
  border: 2px solid var(--primary-strong-hover) !important;
  font-weight: 700;
  background-color: rgba(0, 121, 201, 0.2588235294) !important;
}

.actionMobile {
  max-height: 90dvh;
}

.arc-gauge {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.arc-gauge-center {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .actionMobile {
    max-height: 70dvh !important;
  }
}
@media print {
  body,
  .bg-theme-item-secondary {
    background-color: #fff !important;
  }
  *:not(.print-keep-color):not(i) {
    color: #000 !important;
  }
  .program-header {
    margin-bottom: 0 !important;
  }
  .card,
  .card-body {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .print-only {
    flex-wrap: wrap !important;
  }
  .print-only > .print-only-column {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 !important;
  }
  .skill-tree .skill-tree-leaf-text > div {
    border-left: none !important;
  }
  .arcGauge-wrapper {
    position: relative !important;
    width: fit-content !important;
    margin: 0 auto !important;
  }
  .arc-gauge-center {
    position: absolute !important;
    left: 50% !important;
    top: 70% !important;
    transform: translate(-50%, -60%) !important;
    width: fit-content !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .skill-tree,
  .score-report-table {
    overflow-y: hidden;
    height: 100%;
  }
  .skill-tree .data-item {
    padding: 0;
    min-height: 0;
  }
  .skill-tree .parent-tile {
    border: none !important;
  }
}
.question-stem-truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.nested-tab-strip.nav-tabs .nav-item .nav-link.active {
  border-bottom-color: var(--bg-theme-item) !important;
}

.nested-tab-strip.nav-tabs .nav-item .nav-link:not(.active),
.nested-tab-strip.nav-tabs .nav-item .nav-link[aria-selected=false] {
  color: #565E6B !important;
}.cloud-testing-header {
  background-color: #003366;
}

.remote-test-exit-btn {
  color: #ffffff;
  cursor: pointer;
  margin-right: 20px;
}
.remote-test-exit-btn i {
  font-weight: 300;
}

.remote-test-feedback-btn {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.remote-test-logo {
  max-height: 40px;
  max-width: 180px;
}

.remote-test-iframe {
  border: 0;
  width: 100%;
}

.remote-test-feedback-textarea {
  resize: none;
}

.star-rating-star {
  color: #007AC9;
  cursor: pointer;
  transition: color 0.15s;
}
.star-rating-star.active {
  color: #007AC9;
}.quick-access-button,
.recent-activity-button {
  height: 100px;
}

.quick-access-button .profile {
  color: #7d609c;
}
.quick-access-button .redeemAccessCode {
  color: #0d676d;
}
.quick-access-button .transcript {
  color: #126cb6;
}
.quick-access-button .support {
  color: #D34400;
}

.warning-icon-wrapper {
  width: 2.813rem;
  height: 1.563rem;
  border-bottom-left-radius: 6px;
}.filter-bar {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--bg-theme);
  padding: 0.5rem 0;
  margin-inline-start: -24px;
  margin-inline-end: -24px;
}
.filter-bar-section {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .filter-bar-section {
    width: 248px;
  }
}.content-card-inner {
  height: 9.688rem;
  border: 2px solid transparent;
}
.content-card-icon {
  max-height: 6rem;
  max-width: 12.5rem;
}
.content-card-due-date {
  color: #FFF;
  background: #f2b907;
  top: -2px;
  right: -2px;
  height: 2.25rem;
  width: 5.625rem;
  border-radius: 0 6px 0 6px;
  font-size: 0.75rem;
  line-height: 1;
}
@media (max-width: 576px) {
  .content-card-due-date {
    font-size: 0.625rem;
    width: 4.5rem;
    height: 1.75rem;
  }
}

.content-card:hover .content-card-inner {
  border: 2px solid #003366;
}.banner-caption {
  width: 38%;
  left: 4%;
  max-width: 440px;
  color: #003366;
}

@media (min-width: 576px) {
  .banner-caption h1 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .banner-caption h1 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .banner-caption h1 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (min-width: 1400px) {
  .banner-caption h1 {
    font-size: 48px;
    line-height: 48px;
  }
}

@media (min-width: 576px) {
  .banner-logo {
    max-width: 82px;
  }
}
@media (min-width: 768px) {
  .banner-logo {
    max-width: 120px;
  }
}
@media (min-width: 1200px) {
  .banner-logo {
    max-width: 158px;
  }
}
@media (min-width: 1400px) {
  .banner-logo {
    max-width: 180px;
  }
}.custom-text-overflow {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}

@media (min-width: 992px) {
  .dashboard-main {
    margin-left: 250px;
  }
}
/*
 * Global accessible-hide floor. Bootstrap's `.visually-hidden` is served from an
 * externally injected <link> (/Stylesheets/bootstrap.min.css via bootstrapTheme.ts),
 * not bundled. In the legacy SMS6 embedded browser that sheet's rule isn't applied
 * (stale cache), so screen-reader-only text (question count/ID, question-list status,
 * etc.) renders visibly. Defining it here in the always-loaded app bundle guarantees
 * these spans stay hidden in every host while remaining available to screen readers
 * (off-screen clip, not display: none).
 */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*
 * The question-list off-canvas is a flex column: a scrollable list followed by a
 * fixed action footer (Save & Exit / Finish). Old Chromium (legacy SMS6) defaults
 * flex items to min-height: auto, so the tall list refuses to shrink and squishes
 * the footer buttons to an unusable sliver. Pin the scroll area to min-height: 0 so
 * it shrinks and scrolls internally, and stop the footer from shrinking.
 */
.question-list__scroll {
  min-height: 0;
}

.question-list__footer {
  flex-shrink: 0;
}.electron-drag, .root {
  -webkit-app-region: drag;
}

.electron-no-drag {
  -webkit-app-region: no-drag;
}

.root {
  background-color: transparent;
  width: 100%;
}

.form-check-input:checked {
  background-color: var(--bs-primary);
}

.nav-pills .nav-link:hover {
  color: var(--bs-nav-link-hover-color) !important;
}
.nav-pills .nav-link:active {
  color: var(--bs-nav-pills-link-active-color) !important;
  background: var(--bs-nav-pills-link-active-bg) !important;
}
.nav-pills .nav-link.active {
  color: var(--bs-nav-pills-link-active-color) !important;
}

.main-nav, .plugin-nav {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.16));
}

.main-nav {
  z-index: 3;
}

.plugin-nav {
  z-index: 2;
}.launch-wizard {
  width: 800px;
}
.launch-wizard form .form-group {
  display: flex;
  margin-bottom: 0;
}
.launch-wizard form .form-group .form-label {
  margin-bottom: 0;
}
.launch-wizard form .form-group input {
  margin-right: 1rem;
}
.launch-wizard form .form-group.disabled .form-label {
  opacity: 0.75;
  text-decoration-line: line-through;
}
.launch-wizard .compatibility-link {
  margin-top: 2rem;
}
.launch-wizard .app-details {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.launch-wizard .app-details small {
  opacity: 0.75;
}/*$vite$:1*/