@charset "UTF-8";
/* OLD colors. But warning...some of these are still in use. */
/* new vars for VEX-reskin */
/* LAYOUTDIMENSION */
/* Universal Colors */
.unity_loader_progress_container .unity_loader_progress_subcontainer {
  justify-content: center;
}
.unity_loader_progress_container .unity_loader_progress_subcontainer .unity_loader_progress {
  width: 400px;
  position: relative;
  margin: 0 auto;
  padding: 20px 20px;
  border-radius: 10px;
  font-weight: bold;
  background-color: #0077C8;
  -webkit-box-shadow: 3px 3px 15px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 15px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 15px 1px rgba(0, 0, 0, 0.5);
  color: white;
}
.unity_loader_progress_container .unity_loader_progress_subcontainer .unity_loader_progress.iq {
  background-color: #0075C9;
}
.unity_loader_progress_container .unity_loader_progress_subcontainer .unity_loader_progress.v5 {
  background-color: #d7282f;
}
.unity_loader_progress_container .unity_loader_progress_subcontainer .unity_loader_progress .loading_bar {
  position: relative;
  height: 20px;
  width: 100%;
  background-color: #dedede;
  margin-top: 10px;
  border-radius: 50px;
  overflow: hidden;
}
.unity_loader_progress_container .unity_loader_progress_subcontainer .unity_loader_progress .loading_bar .bar {
  /* made this float using absolute positioning.
      Just in case we want to display some extra information
      on top of the bar 
  */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 50px;
  /* width is controlled by PopUpPresets.tsx */
  background-color: #3FA9F5;
  transition-property: width;
  transition-duration: 0.5s;
}
.unity_loader_progress_container .unity_loader_progress_subcontainer .unity_loader_progress .loading_bar .bar.iq {
  background-color: #0077C8;
}

.interpreter_loader_container {
  height: 0px;
}
.interpreter_loader_container .interpreter_loader_container_subcontainer {
  justify-content: center;
  height: 700px;
  opacity: 99%;
  background-color: rgba(0, 0, 0, 0.4);
}
.interpreter_loader_container .interpreter_loader_message {
  justify-content: center;
  width: 250px;
  position: absolute;
  top: 100px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 20px;
  border-radius: 10px;
  background-color: #0077C8;
  -webkit-box-shadow: 3px 3px 15px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 15px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 15px 1px rgba(0, 0, 0, 0.5);
  color: white;
}
.interpreter_loader_container .interpreter_loader_message.iq {
  background-color: #0075C9;
}
.interpreter_loader_container .interpreter_loader_message.v5 {
  background-color: #d7282f;
}
.interpreter_loader_container .interpreter_loader_message.error_message > div {
  padding-bottom: 10px;
}
.interpreter_loader_container .interpreter_loader_message.error_message .action_btn {
  margin-top: 7px;
  margin-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.unity_container_arrow {
  display: flex;
  margin: auto;
}

.unity_container_arrow img {
  display: block;
  width: 10%;
  height: 10%;
  max-width: 250px;
  max-height: 250px;
  margin: auto;
  padding-top: 75px;
}

.unity_container_message {
  display: flex;
  align-items: center;
  height: 30%;
  justify-content: center;
  font-size: larger;
  font-weight: bold;
  color: #000000;
}

.unity_portal_wrapper {
  pointer-events: none;
  /* make sure it's children is pointer-events: auto; */
  position: fixed;
  /* makes z-index take proper effect over blockly */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  /* just below the scene window */
}

.unity_window {
  pointer-events: auto;
  position: fixed;
  /* top: 0; left: 0; */
  /* Defined in TutorialVideoPortal.tsx */
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.4);
  transition-property: top, left;
  /* Tablet ----------- */
  /* Desktops and laptops ----------- */
}
.unity_window .handle {
  cursor: move;
  align-items: center;
  background-color: #0077C8;
  height: 60px;
}
.unity_window .handle button {
  background-color: transparent;
  border: 0px solid;
  color: white;
}
.unity_window .handle.iq {
  background-color: #0075C9;
}
.unity_window .handle.v5 {
  background-color: #d7282f;
}
.unity_window .alert_banner {
  width: 100%;
  height: 25px;
  background-color: #FFDC00;
  align-items: center;
}
.unity_window .alert_banner .banner_content {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 5px;
}
.unity_window .alert_banner .banner_content img {
  height: 18px;
  vertical-align: middle;
}
.unity_window .alert_banner .banner_content a {
  color: #000000;
  text-decoration: none;
  vertical-align: middle;
  overflow: hidden;
  white-space: pre;
}
.unity_window .alert_banner .banner_content p {
  text-decoration: underline;
  color: #0247AB;
}
.unity_window .video {
  flex-grow: 1;
  background-color: gray;
}
.unity_window .video video {
  width: 100%;
  height: auto;
}
.unity_window .video iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-device-width: 320px) {
  .unity_window .video.expanded {
    height: 478px;
  }
  .unity_window .video.shrank {
    height: 326px;
  }
}
@media only screen and (min-width: 1366px) {
  .unity_window .video.expanded {
    height: 620px;
  }
  .unity_window .video.shrank {
    height: 450px;
  }
}
.unity_window .video.collapsed {
  height: 0;
}

/* Tablet ----------- */
@media only screen and (min-device-width: 320px) {
  .unity_window.shrink {
    width: 580px;
  }

  .unity_window.expand {
    width: 850px;
  }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1366px) {
  .unity_window.shrink {
    width: 800px;
  }

  .unity_window.expand {
    width: 1102px;
  }
}
.custom-selector-container {
  text-align: center;
}

.custom-selector {
  border: 0 !important;
  -webkit-apperance: none;
  -moz-appearance: none;
  height: 25px;
  min-width: 175px;
  font-family: "Noto Sans", Geneva, Tahoma, sans-serif;
  border-radius: 5px;
}

#dropdown-label {
  text-align: center;
  color: white;
  display: inline-block;
  font-weight: bold;
  font-size: 0.7em;
  font-family: "Noto Sans", Geneva, Tahoma, sans-serif;
  margin-top: 5px;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.bannerContainer {
  max-width: 1360px !important;
  margin: auto;
}
.bannerContainer h1 {
  color: #000;
  text-align: center;
  margin: auto;
}
.bannerContainer h2 {
  font-size: 2.875rem !important;
  text-align: left !important;
}

.container {
  font-family: "aktiv-grotesk", Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif !important;
  max-width: 1360px !important;
  background: white;
}
.container h2 {
  margin-bottom: 0.25rem !important;
}
.container .connectionWrapper {
  text-align: center;
}
.container select {
  border-radius: 8px;
  padding: 0.2rem;
}
.container .notConnectedAlert {
  background-color: #FFA8A8;
  color: #8F0000;
  font-weight: 600;
  padding: 3.5rem;
  width: 100%;
}
.container .connectedAlert {
  background-color: #A8FEB9;
  color: #005013;
  font-weight: 600;
  padding: 3.5rem;
  width: 100%;
}
.container .driveVelocityWrapper {
  border-radius: 10px;
  border: 1px solid #C8CBCF;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}
.container .driveVelocityWrapper img {
  border-radius: 12px;
  margin-bottom: 1rem;
}
.container .driveVelocityWrapper input {
  border-radius: 10px;
  border: 1px solid #C8CBCF;
}
.container .driveVelocityWrapper input[type=number] {
  margin-left: 0.5rem;
}
.container .velocityHeader {
  font-weight: bold;
  padding-left: 1rem;
}
.container .connectionDriveModeWrapper h2, .container .driveVelocityWrapper h2 {
  text-align: left;
}
.container .driveVelocityWrapper h2 {
  margin-bottom: 1rem;
}
.container .robotConfigHeader {
  text-align: left;
  margin-left: 0;
}
.container .driveModeWrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.container .gamePadWrappers,
.container .driveModeWrapper {
  margin-top: 1rem;
}
.container label {
  font-size: 20px;
  margin-right: 5px;
}
.container .velocitySlider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #4285f4 50%, #ccc 50%);
  border-radius: 10px;
  outline: none;
  transition: background 0.3s;
}
.container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #006bb4;
  cursor: pointer;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.container .motorDirectionsWrapper, .container .additionalResources {
  border: 1px solid #C8CBCF;
  border-radius: 10px;
}
.container .driveMotorsWrapper {
  border: 1px solid #C8CBCF;
  border-radius: 10px;
}
.container .motorDirectionsWrapper {
  margin-top: 1rem;
}
.container .resource-list-items {
  margin-top: 0.5rem;
}
.container .driveImgs {
  max-width: 250px !important;
  margin-bottom: 0rem !important;
}

.fullscreenButton {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  z-index: 10;
}

#unity:fullscreen {
  width: 100vw;
  height: 100vh;
}

.fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1040;
  /* Above everything, but below modal (default Bootstrap modal z-index is 1050) */
}

select {
  appearance: none;
  /* Removes default arrow */
  -webkit-appearance: none;
  /* Safari */
  -moz-appearance: none;
  /* Firefox */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNjY2NzkgMS4yODkzNEMxLjQ1NTE2IDAuOTc3MDkgMS41MTM2NiAwLjUzNjY2IDEuODMyMjggMC4zMjIyNDdDMi4xNDEwMyAwLjEwNzggMi41ODk2OCAwLjE2NzQ3NCAyLjgwMTE5IDAuNDg5MDFMOC4wMDAyMyA2LjA4OTk3TDEzLjE5ODggMC40ODkwMUMxMy40MTQgMC4xNjc0NzQgMTMuODYyNiAwLjEwNzggMTQuMDc2OSAwLjMyMjI0N0MxNC4yODYzIDAuNTM2NjYgMTQuMzQ0MyAwLjk3NzA5IDE0LjEzMDggMS4yODkzNEw4LjQ2MTcgNy4xNzk4NkM4LjI0NzQyIDcuNDkxMTIgNy43NTI5OCA3LjQ5MTEyIDcuNTM4NjQgNy4xNzk4NkwxLjY2Njc5IDEuMjg5MzRaIiBmaWxsPSIjMDAwIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 10px center;
  /* Position the arrow */
  padding-right: 30px !important;
}

#simulation_wrapper {
  aspect-ratio: 16/9;
}

.border-col:nth-of-type(1), .border-col:nth-of-type(2) {
  border-right: 1px solid #C8CBCF;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  width: 100%;
  font-size: 18px !important;
}

/* Button Styles */
.driveModes {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
  padding: 10px;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: border 0.3s, box-shadow 0.3s;
  /* Active state */
  /* Hover state */
}
.driveModes.active {
  border: 2px solid #006bb4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.driveModes.active .driveModeBtns {
  background-color: #006bb4;
  color: #fff;
}
.driveModes:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.driveModeBtns, .connectButton {
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  background-color: #fff;
  color: #006bb4;
  border: 1px solid #006bb4;
}
.driveModeBtns:hover, .connectButton:hover {
  background-color: #006bb4;
  color: #fff;
}
.driveModeBtns:focus, .connectButton:focus {
  outline: none;
  box-shadow: 0 0 3px #006bb4;
}
.driveModeBtns.disabled, .connectButton.disabled {
  background-color: #f0f0f0;
  color: #999;
  border-color: #ccc;
  cursor: not-allowed;
  opacity: 0.5;
  box-shadow: none;
}

.connectButton {
  width: 300px;
  border-radius: 24px;
  height: 57px;
}

.btn-link {
  color: #006bb4;
}
.btn-link::after {
  content: " >";
}

.moreSettings {
  margin-top: 1rem;
}

.container.v5 .unity_loader_progress {
  background-color: #D22630;
}

footer {
  max-width: 1360px;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
footer .footer--topBorder {
  border-top: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
footer .footer--logo {
  max-width: 175px;
}
footer .footer--text {
  font-size: 0.625rem;
  color: #000;
}
footer .footer--text p {
  margin: 0 1rem 1rem;
}
footer .footer--text a {
  color: #0b5a92;
  text-decoration: none;
}
footer .footer--text a:hover {
  color: #0b5a92;
  text-decoration: underline;
}
footer .socialIcon {
  width: 50px;
}

.wcag-compliant-header {
  max-width: 1360px;
  margin: 0 auto;
  font-family: "aktiv-grotesk", Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif !important;
  /* .bg-nav {
     border: 1px solid #efefef;
   }
   */
}
.wcag-compliant-header .navbar-brand:hover {
  background-color: #898A8D !important;
  padding: 0.5rem !important;
}
.wcag-compliant-header .navbar-brand:hover .vex-navbar-image {
  content: url("https://content.vexrobotics.com/vexheader/vexWhite.svg");
  width: 60px;
}
.wcag-compliant-header #vex_header {
  background-color: #fff;
  transition: all 0.3s;
  z-index: 1000;
}
.wcag-compliant-header .second-section {
  padding-left: 1rem;
}
.wcag-compliant-header .stem-labs-link:after {
  content: "―";
  color: #000;
  font-weight: bold;
}
.wcag-compliant-header .stem-labs-link:hover {
  text-decoration: none !important;
}
.wcag-compliant-header .dropdown-menu li {
  padding: 0;
  text-align: center;
}
.wcag-compliant-header .dropdown-menu .dropdown-item {
  color: #006BB4 !important;
  font-weight: 600;
}
.wcag-compliant-header .nav-link {
  padding: 0.5rem 0.5rem;
  font-size: 1em;
  color: #006bb4;
  font-weight: 600;
  display: block;
}
.wcag-compliant-header .nav-link:hover, .wcag-compliant-header .nav-link:focus {
  color: #006bb4;
  text-decoration: underline;
  cursor: pointer;
}
.wcag-compliant-header .nav-link:focus {
  outline: 3px solid #006bb4;
  text-decoration: none;
}
.wcag-compliant-header a.nav-link.current {
  outline: 3px solid #006bb4;
}
.wcag-compliant-header #desktop_category_links {
  position: relative;
}
.wcag-compliant-header .current {
  background-color: #0078c8;
  color: #fff;
}
.wcag-compliant-header .current:hover {
  color: #fff !important;
}
.wcag-compliant-header .current:focus {
  color: #fff;
}
.wcag-compliant-header .first-section {
  background: white;
  padding-left: 1rem;
  padding-right: 1rem;
}
.wcag-compliant-header .vex-navbar-image {
  width: 60px;
}
.wcag-compliant-header .navbar-nav .nav-item .nav-link {
  padding: 0 12px;
}
.wcag-compliant-header .navbar-nav .nav-item .nav-link:focus {
  outline: 3px solid #006bb4;
}
.wcag-compliant-header .icon:focus {
  outline: 3px solid #006bb4;
}
.wcag-compliant-header .sub-nav {
  background-color: #fff;
}
.wcag-compliant-header .sub-nav .holder {
  height: 0.5em;
  background: #595959;
}
.wcag-compliant-header .sub-nav .nav-link:focus {
  outline: 3px solid #006bb4;
}
.wcag-compliant-header .language-switcher-language-url .nav-link {
  color: #ffffff;
  padding: 5px 10px;
}
.wcag-compliant-header .language-switcher-language-url .nav-link:focus {
  outline: 3px solid #006bb4;
}
@media (max-width: 991px) {
  .wcag-compliant-header .navbar-toggler {
    margin: 0.5rem;
  }
  .wcag-compliant-header .vex-navbar-image {
    margin-left: 20px !important;
    max-width: 60px !important;
  }
  .wcag-compliant-header .first-section .navbar-toggler {
    order: 1;
  }
  .wcag-compliant-header .first-section #langSwitcherMobile {
    order: 3;
  }
  .wcag-compliant-header .first-section .navbar-brand {
    order: 2;
  }
  .wcag-compliant-header .d-lg-none .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wcag-compliant-header .collapse.navbar-collapse .nav-link:nth-child(odd) {
  background-color: #f5f5f5;
}
.wcag-compliant-header .collapse.navbar-collapse .nav-link:nth-child(even) {
  background-color: #e0e0e0;
}
.wcag-compliant-header .collapse.navbar-collapse .current-collapse {
  background-color: #0078c8 !important;
  color: #fff !important;
}
.wcag-compliant-header #home-icon-link .svg-home-icon {
  height: 1em;
  margin-top: -3px;
}

/*# sourceMappingURL=ui.css.map */
