* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: open-sans, sans-serif;
  font-style: normal;
  /* outline: 1px solid red; */
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                supported by Chrome, Edge, Opera and Firefox */
}

#mobile-page-content {
  display: none;
}

.no-decoration a {
  text-decoration: none;
}

body{
  overflow: hidden;
}

@font-face {
  font-family: CircleBook;
  src: url("../fonts/CircularStd-Book.otf");
}

@font-face {
  font-family: CircleMedium;
  src: url("../fonts/CircularStd-Medium.otf");
}

/* Full app code */
.name-of-lesson {
  color: #ffffff;
  text-align: left;
  margin-bottom: 0.2em;
  cursor: pointer;
  font-family: nunito, sans-serif !important;
}

.name-of-title {
  color: #ffffff;
  text-align: left;
  margin-bottom: 0.2em;
  cursor: pointer;
  font-family: nunito, sans-serif !important;
}

.horizontal-line-app {
  width: 100%;
  height: 1px;
  background: #6febb9;
  position: absolute;
  /* margin-top: 10em; */
}

.vertical-line-app {
  width: 1px;
  height: 100%;
  background: #6febb9;
  position: absolute;
}

.line-left {
  /* margin-left: 10em; */
  top: 0;
  left: 0;
}

.line-right {
  right: 0;
}

#img1-box {
  position: relative;
  height: 100% !important;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}

#img1-box:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  /* background: #6FEBB9; */
  z-index: 100;
}

/* 
#img1-box:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	background: #6FEBB9;
} */

#draw {
  /* cursor: crosshair !important; */
  z-index: 200;
  position: relative;
  /* left: 1px; */
  /* top:0px; */
  /* width: 100%; */
  height: 100%;
}

.streamLessonImageData{
    position: absolute;
    left: 0;
    /* left: 0em;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;  */
}

.streamUserReplayData{
    border-radius: 10px;
  position: absolute;
  left: 0em;
}

#drawReplay{
    /* cursor: crosshair !important; */
    z-index: 200;
    position: absolute; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    height: 500px;
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
}

.demo-container-right {
  position: relative;
  left: 0;
  display: inline-block;
}

.test-item-img {
  /* width: 347px;
	height: 304px; */
}

.targetImage,
.lessonTargetImage {
  display: none;
}

#convertedImageSrc > canvas {
  position: relative;
  z-index: 300;
}

.showErrorsBtn {
  opacity: 0.4;
  transition: 0.2s ease-in-out;
}

.showItem {
  opacity: 0.5 !important;
}

.imgLeftDuplicate {
  position: absolute;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.hide-preview {
  content: "";
  position: absolute;
  background: #fff;
  width: 40%;
  height: 100%;
  top: 0;
}

.img-item-box {
  position: relative;
  width: 100%;
  /* padding: 5em; */
}

.img-item-box-2 {
  width: 400px;
  height: 100%;
  position: absolute;
}

#canvasBg {
  top: -0;
  left: 0;
  /* left: -150px; */
  /* left: 50%;
	transform: translatex(-50%) translatey(-50%); */
  /* background-size: 50px; */
  position: absolute;
  z-index: -1;
}

.redOutline {
  outline: 1px solid red;
}

.img-item-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: rgba(111, 235, 185, 0.38);
}

.img-item-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: rgba(111, 235, 185, 0.38);
}

.img-item-box-2:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  background: rgba(111, 235, 185, 0.38);
}

.img-item-box-2:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  bottom: 0;
  right: 0;
  background: rgba(111, 235, 185, 0.38);
}

.menu-minimize {
  width: 18px;
  height: 3px;
  background: #ffffff;
  display: inline-block;
  position: relative;
  left: 4.5em;
  top: 0.5em;
  cursor: pointer;
}

.menu-minimize::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  height: 50px;
  width: 70px;
}

.hideGuideLines:after,
.hideGuideLines:before {
  background: none !important;
}

.demo-container-left-full {
  width: 100%;
  height: 100%;
}

#openNotesMenu {
  /* height: 50px; */
  position: relative;
  /* top: 3px; */
  cursor: pointer;
  top: 1.3em;
}

.menu-expanded {
  position: absolute;
  bottom: 3em;
  left: 7.5em;
  height: 462px;
  width: 216px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005dff+0,0150d8+100 */
  background: #005dff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: #171717; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dff', endColorstr='#0150d8',GradientType=0 ); /* IE6-9 */
  border-radius: 20px;
}

.menu-expanded ul {
  list-style: none;
}

.menu-expanded .checkbox label span {
  font-family: nunito, sans-serif;
  color: #ffffff;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 1em;
}

.menu-expanded {
  z-index: 500;
  display: none;
}

/* Long full menu */
.menu-section-title {
  color: #ffffff !important;
  text-transform: uppercase;
  font-family: nunito, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 1px;
  text-align: left;
  margin-left: 0.8em;
  font-size: 20px;
  margin-bottom: 0.2em;
}

.main-menu-expanded {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005dff+0,0150d8+100 */
  background: #005dff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: #171717; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dff', endColorstr='#0150d8',GradientType=0 ); /* IE6-9 */
  position: absolute;
  /* top: -490px; */
  left: 2.5em;
  width: 260px;
  height: 0px;
  border-bottom-right-radius: 10px;
  border-top: 1px solid #0051dd;
  padding-left: 0.5em;
  overflow-y: auto;
  padding-bottom: 1em;
  overflow-x: hidden;
  display: none;
  top: 7em;
  border-radius: 20px;
  z-index: 23332;
}

.expand-menu-vertical {
  top: 7em;
  z-index: 500;
  display: block;
}

.announcement-container {
  display: none;
  flex-direction: column;
  position: absolute;
  width: 655px;
  height: 465px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 10%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005dff+0,0150d8+100 */
  background: #005dff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: #171717; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dff', endColorstr='#0150d8',GradientType=0 ); /* IE6-9 */
  margin-left: auto;
  margin-right: auto;
  z-index: 999999;
  box-shadow: 0px 0px 15px 7px #1717172e;
  border-radius: 10px;
  align-items: center;
}

a:visited,
a {
  color: #fff;
}

.noteDate,
.nestedDate,
.noteDatePast {
  font-family: nunito, sans-serif;
}

#announcement-header {
  /* width: 100%; */
  height: 48px;
  width: 30%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,d3d3d3+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #e7e7e7 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #e7e7e7 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #e7e7e7 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#announcement-header p {
  font-size: 16px;
  line-height: 45px;
  /* text-indent: 60px; */
  font-family: nunito, sans-serif;
  color: #050505;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}

#announcement-title {
  /* width: 100%; */
  display: flex;
  font-family: nunito, sans-serif;
  color: #ffffff;
  font-weight: 500;
  /* text-indent: 30px; */
  justify-content: center;
}

#announcement-title h1 {
  font-size: 28px;
  text-transform: uppercase;
  /* text-indent: 60px; */
  margin-top: 0.4em;
  /* width: 100%; */
  text-align: center;
  position: relative;
}

#close-announcement {
  position: absolute;
  right: 0.8em;
  margin-top: -1em;
  font-size: 40px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

#close-announcement:hover {
  color: #252525;
  transition: 0.2s ease-in-out;
}

.announce-list {
  margin-left: 47px;
  border: 1px solid rgb(255, 255, 255);
  padding-left: 2.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-radius: 5px;
  margin: 0 auto;
  width: 480px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.announce-list li {
  font-family: nunito, sans-serif;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0.3em;
  font-size: 14px;
}

#announcement-body {
  /* width: 100%; */
  display: flex;
  flex-direction: column;
  text-align: left;
}

#announcement-body h3 {
  font-size: 20px;
  /* text-indent: 60px; */
  margin-top: 1.5em;
  text-align: left;
  max-width: 837px;
  font-family: nunito, sans-serif;
  color: #ffffff;
  text-indent: 30px;
}

#announcement-body p {
  /* text-indent: 30px; */
  /* margin-left: 30px; */
  /* margin-left: 3.4em; */
  font-size: 14px;
  margin-top: 1em;
  text-align: center;
  max-width: 580px;
  font-family: nunito, sans-serif;
  color: #f1f1f1;
  font-weight: 500;
}

#announcement-footer {
  width: 100%;
  margin-top: 3.5em;
  /* margin-left: 4em; */
  color: #fff;
}

.main-menu-expanded ul a li ul li {
  position: relative;
}

.triangle-right {
  opacity: 0;
  position: absolute;
  top: -1px;
  fill: #ffffff !important;
}

.lessons-sub {
  position: relative;
  /* outline: 1px solid red; */
}

.header-triangle {
  left: 2.3em;
  top: -2px;
}

.extra-menu {
  position: relative;
  z-index: 300;
}

.pro-title-menu {
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  color: rgb(250, 246, 0);
}

.free-title-menu {
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  color: rgb(83, 235, 63);
  position: relative;
  top: -0.7px;
}

/* File menu on mobile only */
.sub-sub-menu {
  display: none;
}

@media only screen and (max-width: 900px) {
  .sub-menu-large {
    display: none;
  }
}

@media only screen and (min-width: 750px) {
  .desktopNavigationTop{
    display: flex !important;
  }

  .hideOnDesktopMenuCategories{
    display: none !important;
  }

  /* File menu on desktop only */
  .sub-sub-menu {
    display: none;
  }

  .main-menu-expanded ul a li ul > li:hover > .sub-sub-menu {
    display: block;
  }

  .sub-sub-menu:hover {
    display: block;
  }

  .main-menu-expanded ul a li ul li:hover > .triangle-right {
    opacity: 1;
  }

  .References-sub {
    position: relative;
  }

  .sub-menu-larg {
    position: relative;
  }

  .sub-menu-large:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 400px;
  }

  .showMenuBlock {
    display: block !important;
  }

  .sub-menu-large {
    display: none;
    position: relative;
  }
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #979797;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(66, 66, 66);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.header-full-app {
  position: relative;
  z-index: 300;
}

.main-menu-expanded ul {
  margin-left: 1em;
  list-style: none;
}

.main-menu-expanded ul a {
  text-decoration: none;
}

.main-menu-expanded ul li {
  color: #ffffff;
  text-align: left;
  margin-bottom: 0.2em;
  cursor: pointer;
  font-family: nunito, sans-serif !important;
}

.main-menu-expanded ul li:hover {
  color: #ffffffc4;
}

/* Long menu end */

.checkbox {
  width: 40%;
  margin: 12px 0;
  position: relative;
  display: block;
  margin-left: 1em;
}

.checkbox:first-child {
  margin-top: 25px;
}
.checkbox label {
  position: relative;
  min-height: 34px;
  display: block;
  /* padding-left: 40px; */
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.checkbox label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 3px;
  border: 2px solid #34c37a;
}
.checkbox label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #34c37a;
  border-left: 2px solid #34c37a;
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  position: absolute;
  top: 12px;
  left: 11px;
}
.checkbox input[type="checkbox"] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: -20px;
}
.checkbox input[type="checkbox"]:checked ~ label:before {
  border: 2px solid #34c37a;
}
.checkbox input[type="checkbox"]:checked ~ label:after {
  transform: rotate(-45deg) scale(1);
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: 0;
}

.main-container-full-app {
  align-items: center;
}

.hint-btn {
}

/* New Code */
#button-top-pre {
  border: none;
  background: none;
}

.tooltipJane {
  width: 352px;
  height: 330px;
  position: absolute;
  z-index: 200;
  left: 3.9em;
}

#paypal-form {
  position: relative;
  top: 0.4em;
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: absolute; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: 0.9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: "";
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */

  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;

  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

.promo-video {
  zoom: 1.3;
}

.full-app {
  width: 100%;
  height: 100% !important;
  /* background: #F0FDF8; */
  background: none !important;
  background-size: cover;
  margin-top: 0em !important;
  padding-top: 0em !important;
  text-align: center;
  display: flex;
  flex-direction: row !important;
  align-items: flex-start !important;
}

.full-app-main {
  width: 100% !important;
  height: calc(100% - 60px) !important;
  margin-top: 0em !important;
  transform: none !important;
}

html {
  height: 100%;
}

.main-container-full-app {
  height: 100% !important;
  background: #ffffff;
  width: 100%;
  position: relative;
  z-index: 107;
  display: flex;
}

.header-full-app {
  display: flex;
}

.header-full-app ul {
  display: flex;
  width: 100%;
  justify-content: center;
}

.menu-left-full {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005dff+0,0150d8+100 */
  background: #005dff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: #171717; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dff', endColorstr='#0150d8',GradientType=0 ); /* IE6-9 */
  display: flex;
  position: relative;
  height: 62px;
  width: 62px;
  border-radius: 60px;
  top: 2.14em;
  left: 2.5em;
  justify-content: center;
  z-index: 600;
  cursor: pointer;
}

.menu-left-full:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.menu-left-full p {
  display: flex;
  align-items: center;
  margin-top: 0em !important;
  font-family: nunito, sans-serif;
  color: #ffffff !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  cursor: pointer;
  justify-self: center;
}

#full-app-menu {
  cursor: pointer;
}

.header-full-app,
.full-app-navigate {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.full-app {
  height: 100% !important;
}

#art-demo-container {
  width: 695px;
  height: 413px;
  margin-top: 6em;
  transform: scale(1.2);
}

.demo-header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005dff+0,0150d8+100 */
  background: #005dff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: #171717; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dff', endColorstr='#0150d8',GradientType=0 ); /* IE6-9 */
  height: 60px;
  width: 320px;
  border-radius: 60px !important;
  margin: 0 auto;
  margin-top: 0em;
  top: -1.6em;
  z-index: 999999;
}

.demo-header ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 56px;
}

.demo-header ul li img {
  vertical-align: bottom;
  padding-right: 0.5em;
}

.demo-header ul li {
  align-self: center;
  font-family: nunito, sans-serif;
  color: #ffffff;
  font-weight: 900;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 .7em;
  width: 25px;
  position: relative;
  border-bottom: 2px solid transparent;
  padding-bottom: 0.3em;
  padding-left: .6em;
  /* outline: 1px solid red; */
  position: relative;
  top: 0.3em;
  transition: .2s ease-in-out;
}

.demo-header ul li:hover:not(#mainMenuFlyOutBtn) {
  padding-bottom: 0.3em;
  border-bottom: 2px solid #fff;
  border-radius: 1px;
  opacity: 0.8;
  transition: 0.2s ease-in-out;
}

.demo-btn-active {
  transition: 0.2s ease-in-out;
  opacity: 0.8;
  padding-bottom: 0.3em !important;
  border-bottom: 2px solid #fff !important;
  border-radius: 1px !important;
}

.demo-container-main {
  height: 300px;
  background: #ffffff;
  width: 100%;
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
}

.demo-navigate {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005dff+0,0150d8+100 */
  background: #005dff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: #171717; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dff', endColorstr='#0150d8',GradientType=0 ); /* IE6-9 */
  position: absolute;
  border-radius: 60px !important;
  z-index: 307;
  bottom: 3em;
  height: 60px;
  width: 250px auto;
  padding: 0 2em;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}

.compare-images-btn {
  position: absolute;
  background: #424853; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #424853 0%,
    #31363e 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #424853 0%,
    #31363e 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #424853 0%,
    #31363e 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424853', endColorstr='#31363e',GradientType=0 ); /* IE6-9 */
  width: 40px;
  border-radius: 4px;
  height: 35px;
  bottom: 1.5em;
  cursor: pointer;
}

.compare-images-btn img {
  align-self: center;
  position: relative;
  top: 0px;
}

.compare-images-btn-full {
  height: 35px;
  bottom: 6em;
  cursor: pointer;
}

#page-content {
  height: 2050px;
  margin-top: 35em;
  display: flex;
  justify-content: center;
}

#gif-demo {
  display: flex;
  justify-content: center;
  margin-top: 0em;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#gif-demo h1 {
  color: #131313;
  font-size: 45px;
  font-weight: bold;
}

#gif-demo button {
  margin-bottom: 2.8em;
  margin-top: 2em;
  background: #00b592;
  color: #ffffff;
  font-family: basic-sans, sans-serif;
  font-size: 16px;
  width: 148px;
  height: 43px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0px 5px 0px rgba(11, 133, 110, 1);
  transition: 0.2s ease-in-out;
}

.site-res-result {
  display: none;
}

#gif-demo button:hover {
  color: #ffffffb6;
  transition: 0.2s ease-in-out;
  background: #019678;
  box-shadow: 0px 5px 0px rgb(6, 105, 87);
}

#gif-demo img {
  border-radius: 20px;
  align-self: center;
  position: relative;
  z-index: 50;
}

.promo-video {
  position: relative;
}

.promo-video:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 338px;
  left: -18.7em;
  bottom: 0em;
  z-index: 200;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}

.get-started-demo-btns {
  position: relative;
  z-index: 300;
  top: 19em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.get-started-demo-btns h1 {
  color: #fff !important;
}

.field-section {
  display: flex;
  height: 500px;
  flex-direction: column;
}

.field-container {
  display: flex;
  justify-content: space-between;
}

.field-container:nth-child(3) {
  margin-top: 9em;
  margin-bottom: 9em;
}

.field-section-left {
  align-self: center;
  padding-right: 4em;
}

.field-section-left h1 {
  font-size: 38px;
  font-weight: bold;
  color: #131313;
}

.field-section-left p {
  color: #131313;
  max-width: 450px;
  padding-top: 1.5em;
}

.field-section-right {
  padding-left: 4em;
}

.field-container:nth-child(2) {
  padding-top: 7em;
}

.field-two .field-section-left {
  order: 2;
  padding-left: 4em;
}

.field-two .field-section-right {
  order: 1;
  padding-right: 4em;
}

.vertical-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.vertical-section h1 {
  color: #131313;
  font-size: 38px;
  font-weight: bold;
}

.vertical-section p {
  color: #131313;
  max-width: 660px;
  text-align: center;
  padding-top: 1.3em;
  padding-bottom: 5em;
}

#demo-image-section {
  padding: 14em 0;
}

#app-browse {
  transform: scale(0.8);
  margin-top: -0.7em;
}

#app-controls {
  background: transparent;
}

.app-tools-full {
  margin-top: 0em !important;
  transform: 0 !important;
  left: 0;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005dff+0,0150d8+100 */
  background: #005dff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: #171717; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dff', endColorstr='#0150d8',GradientType=0 ); /* IE6-9 */
  height: 60px;
  width: 65px;
  border-radius: 60px;
}

#app-tools {
  cursor: pointer;
  position: absolute;
  bottom: 3em;
  z-index: 300;
  display: flex;
  justify-content: center;
  width: 62px;
  height: 62px;
}

.app-btn-inactive {
  opacity: 0.6 !important;
  font-size: 30px !important;
}

.number{
  display: flex;
  align-items: center;
}


.demo-sample {
  position: relative;
  z-index: -1;
}

.demo-container-left {
  position: relative;
  z-index: -1;
}

#convertedImageSrc img {
  position: absolute;
  left: 0;
  top: 0;
}

.full-app-compare-sections {
  height: 100%;
  width: 100%;
  display: flex;
}

.toolbox-full {
  position: absolute !important;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005dff+0,0150d8+100 */
  background: #005dff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: #171717; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dff', endColorstr='#0150d8',GradientType=0 ); /* IE6-9 */
  display: flex;
  flex-direction: column;
  margin-top: 0em !important;
  top: 50%;
  height: 190px;
  width: 62px;
  transform: translateY(-50%);
  border-radius: 60px;
  align-items: center;
  left: -1.5em;
  position: absolute;
  z-index: 150;
  /* padding-top: 1.5em; */
  justify-content: center;
}

.demo-toolset {
}

.toolActive {
  position: relative;
  top: 4px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  /* height: 50px; */
}

.toolSetContainer {
  height: 40px;
}

.toolActive {
  background: transparent;
  cursor: pointer;
  border-radius: 60px;
  /* margin-bottom: 1em; */
  /* margin-top: 1em; */
}

.toolSelected {
  background: #1b2b47;
}

.toolActive img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.redoBtn {
  position: relative;
  left: 3px;
}

/* .eraser-tool-container {
  position: absolute;
  background: #166bff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  justify-content: space-around;
  padding: 0 1.5em;
  margin-top: -0.3em;
  z-index: 200;
} */

.eraser-tool-container > img {
  cursor: pointer;
}

.brushPanel,
.imgNav,
.sprayPanel {
  height: 180px;
  width: 266.6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #535353;
  top: 15px;
  right: 15px;
  position: absolute;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 999;
  visibility: hidden;
}
.brushPanel,
.sprayPanel {
  left: 15px;
  right: auto;
  height: 100px;
  width: 266.6px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.imgNavTitle img {
  width: 250px;
  height: 133.33px;
  display: block;
  border-radius: 5px;
}
#canvasImg {
  z-index: 200;
}

#canvasBg {
  visibility: hidden;
}

#canvasBgImg {
  background: #fff;
  background-size: 15px;
  background-position: -1.5px top;
  position: absolute;
  top: 33.2px;
  top: calc(50% + 10px);
  left: 50%;
  transform: translatex(-50%) translatey(-50%);
}

.imgNav,
.sprayPanel {
  visibility: hidden;
}

.toolbar {
  position: absolute;
  left: 800px;
  top: 0;
  height: auto;
  width: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #535353;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 999;
  visibility: hidden;
}
.imgNavTitle,
.toolbar,
.toolTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.imgNavTitle,
.toolTitle {
  background: #434343;
  height: 20px;
  width: 100%;
  border-radius: inherit;
  color: #dcdcdc;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5px;
  font-size: 10px;
}
.toolTitle {
  transform: translateX(-1px);
  width: 52px;
}
.imgNavTitle,
.panelTitle,
.sprayPaneTitle {
  transform: translateY(-15px);
}
.panelTitle,
.sprayPaneTitle {
  transform: translateY(-8px);
  width: calc(100% + 100px);
  z-index: 500;
  margin-left: 100px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  height: 20px;
}
.sprayPaneTitle {
  width: 100%;
  margin-left: 0;
}
.tool {
  height: 45px;
  width: 50px;
  border: 1px solid transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background: #535353;
  color: #dcdcdc;
  border-radius: 5px;
  transition: all 0s ease;
  position: relative;
}
.tool:hover {
  border-radius: 5px !important;
  background-color: #383838;
  border-color: #636363;
  transition: all 0.2s linear;
}
.tool:after {
  content: attr(data-tool-tip);
  width: 10px;
  min-height: 20px;
  background: #383838;
  top: 0;
  left: 100%;
  margin-left: 10px;
  padding: 5px;
  position: absolute;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  transform: translateY(25%) translateX(-210%);
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  z-index: -1;
  border-radius: 5px;
}
.tool:hover:after {
  margin-left: 5px;
  opacity: 1;
  min-width: 150px;
  transform: translateY(25%) translateX(0);
  transition: transform 0s linear 1.5s, width 1.5s linear 0s,
    opacity 0.5s linear 1.5s;
}
.bg {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/390561/paintBucket.svg);
}
.nav {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/390561/nav.svg);
}
a#download,
a#download:active,
a#download:hover,
a#download:visited {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #dcdcdc;
  text-decoration: none;
}
label {
  color: #dcdcdc;
  font-size: 11px;
  font-weight: 700;
}
.sizeLabel {
  margin-top: 5px;
}
input[type="color"] {
  -webkit-appearance: none;
  background: transparent;
  border-radius: 5px;
  outline: none;
}
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 2px 1px;
  height: 26px;
  width: 26px;
}
input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 5px;
  border: 2px solid #383838;
}
input[type="range"]:not(.sliderSize) {
  width: 200px;
}
.brushSizePreview {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e53935;
  display: block;
}
.brushSizePreviewCont {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100px);
  background: inherit;
  width: 100px;
  height: 100%;
  bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}
.hide {
  display: none;
}
.cross {
  cursor: pointer;
  background: none;
}
.drag {
  cursor: move;
}
.preview {
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: red;
  z-index: 999;
  border-radius: 10px;
  cursor: crosshair;
}

/* New Code End */
#orange-planet {
  zoom: 1.7;
  -moz-transform: scale(1.7);
}

#grey-planet {
  z-index: 50;
}

#green-planet {
  z-index: 50;
}

#red-planet {
  z-index: 50;
}
.studyimg,
.explore-btn,
.play-btn-ani,
.study-btn-ani,
.animation-text,
.grey-btn {
  position: relative;
  z-index: 100 !important;
}

/* Layout */
#content-container {
  width: 1280px;
  margin: 0 auto;
  margin-top: 3em;
}

/* Navigation */
nav {
  display: flex;
  justify-content: space-between;
}

nav ul {
  list-style: none;
  display: flex;
}

nav ul li {
  font-size: 16px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #454545;
  align-self: center;
  cursor: pointer;
}

nav ul li a {
  font-size: 16px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #454545;
  align-self: center;
  cursor: pointer;
  text-decoration: none;
}

nav ul li:first-child {
  margin-right: 1.5em;
}

nav ul li:last-child {
  background: #00b592;
  border-radius: 5px;
  width: 131px;
  height: 43px;
  line-height: 43px;
  color: #ffffff;
  text-align: center;
}

nav ul li:last-child a {
  text-decoration: none;
  color: #ffffff;
  text-align: center;
}

/* Banner Section */
#banner-start {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-around;
}

#banner-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

#banner-image {
  position: relative;
}

#banner-controls #control-right {
  position: absolute;
  right: 6em;
  top: 4em;
  z-index: 10;
  outline: 2px solid #ffffff;
  padding: 7px 10px;
  padding-bottom: 5px !important;
  cursor: pointer;
}

#banner-controls #control-left {
  position: absolute;
  right: 9.4em;
  top: 4em;
  z-index: 10;
  outline: 2px solid #ffffff;
  padding: 7px 10px;
  padding-bottom: 5px !important;
  cursor: pointer;
  transform: rotateY(180deg);
}

header {
  margin-top: 5em;
}

header div h1 {
  font-size: 45px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #131313;
  max-width: 450px;
  line-height: 55px;
}

header div span {
  font-size: 45px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #131313;
}

header div p {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #131313ec;
  max-width: 400px;
  line-height: 24px;
  margin-top: 1em;
}

.banner-button-container {
  display: flex;
}

.banner-button-container div button {
  font-size: 16px;
  font-family: roboto, sans-serif;
  font-weight: 500;
  outline: none;
  border: none;
  cursor: pointer;
}

#children-keyword {
  position: absolute;
  margin-left: 8px;
  text-align: center;
}

.btn-container {
  display: flex;
  align-items: center;
  margin-top: 2em;
}

.btn-container:first-child {
  margin-right: 2em;
}

.get-started-btn {
  width: 60px;
  height: 60px;
  background: #166bff;
  border-radius: 100%;
  box-shadow: 0px 3px 20px rgba(22, 107, 255, 0.3);
  position: relative;
}

.demo-btn {
  width: 48px;
  height: 48px;
  position: relative;
  background: #ffbe58;
  border-radius: 100%;
  box-shadow: 0px 3px 20px rgba(255, 190, 88, 0.1);
}

.banner-button-large {
  font-size: 16px;
  font-family: roboto, sans-serif;
  font-weight: 600;
  color: #166bff;
}

.banner-button-small {
  font-size: 16px;
  font-family: roboto, sans-serif;
  font-weight: 600;
  color: #ffbe58;
}

.banner-button-small a {
  text-decoration: none;
  font-size: 16px;
  font-family: roboto, sans-serif;
  font-weight: 600;
  color: #ffbe58;
}

.banner-btn {
  margin-left: 0.8em;
  cursor: pointer;
}

/* Main Content */
#content-page {
  width: 100%;
}

.full-app-content-page {
  height: 100%;
  width: 100%;
}

.app-controls-full {
  height: 100% !important;
}

.browse-app-full {
  transform: none !important;
  margin-top: 0 !important;
}

/* Unique activities banner */
.regularText {
  font-size: 14px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  color: #5c3535;
  max-width: 96%;
  line-height: 26px;
  transition: 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}

.regularText:hover {
  color: #fff;
  font-weight: 700;
}

.full-app {
  width: 100%;
  height: 100%;
  display: flex !important;
}

#get-started-main {
  width: 100%;
  height: 529px;
  /* background: #F0FDF8; */
  background: url("../images/green-bg.png") no-repeat center center;
  background-size: cover;
  height: 480px;
  margin-top: 5em;
  padding-top: 4em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-menu-expanded h1 {
  max-width: 390px;
  height: auto;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
}

#keyword-fundamentals-underline {
  max-width: 390px;
  height: auto;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
}

#courses-text {
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #131313;
  text-align: center;
}

.main-menu-expanded p {
  max-width: 390px;
  height: auto;
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #5a6678;
  margin-top: 1em;
}

button.get-started-btn {
  outline: none;
  border: none;
  box-shadow: 0px 3px 20px rgba(22, 107, 255, 0.3) !important;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(#5a99d4, 0.5);
  z-index: 10;
}

.btn-not-header {
  position: relative;
}

.pulse-button {
  width: 60px;
  height: 60px;
  background: #166bff;
  border-radius: 100%;
  box-shadow: 0px 3px 20px rgba(22, 107, 255, 0.3);
  animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  position: absolute;
  left: -5.5em;
  top: -1.4em;
}

.pulse-button-banner {
  width: 60px;
  height: 60px;
  background: #166bff;
  border-radius: 100%;
  box-shadow: 0px 3px 20px rgba(22, 107, 255, 0.3);
  animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  position: absolute;
  left: -4.6em;
  top: -1.25em;
}

button.get-started-btn:hover {
  -webkit-animation: none;
}

.youtube-embedd {
  margin-top: 4em;
  position: relative;
  margin-bottom: 5em;
}

.youtube-embedd iframe {
  border-radius: 13px;
  z-index: 100;
  position: relative;
}

/* Demonstrate App */
#learning-methods {
  margin-top: 400px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: url("../images/app-container.svg") no-repeat center center;
  width: 100%;
  position: relative;
  z-index: 100;
}

.method-section {
  display: flex;
  width: 1000px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.method-section:last-child {
  margin: 0 auto;
  align-self: center;
  justify-self: center;
  justify-content: center;
  margin-top: 15em;
}

.method-one {
  margin-top: 4em !important;
}

.looper-section {
  /* margin-top: 10em !important; */
}

.method-left h1 {
  font-size: 32px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #131313;
}

.method-left p {
  font-size: 16px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #5a6678;
  max-width: 350px;
  margin-top: 0.8em;
  line-height: 24px;
}

#keyword-fun,
#keyword-tools {
  font-family: basic-sans, sans-serif;
  font-style: normal;
}

.method-right-activity {
}

#dots-pattern-two {
  position: relative;
  z-index: -1;
}

.activity-choose-correct-answer {
  margin-top: 0em !important;
}

.activity-type-one ul li:first-child {
  margin-top: 0em;
}

.course-title {
  margin-bottom: 0.5em;
}

#course-desc-title {
  position: relative;
  left: 1.1em !important;
}

#course-desc-small {
  position: relative;
  left: 1.6em !important;
  padding-bottom: 1em;
}

.sub-title {
  margin-top: 0 !important;
  font-size: 28px;
  margin-bottom: 2em;
  color: rgb(32, 32, 32);
}

/* .activity-type-one ul::before {
	content: "";
	position: absolute;
	left: 0em;
	bottom: 0;
	width: 120px;
	height: 65px;
	background: #FCFCFC;
	cursor: default;
} */

.activity-type-one ul {
  margin-right: 2em;
}

/* Homepage Activity */
.color-activity-checkpoint ul {
  display: flex;
  margin-top: 0.4em;
  cursor: pointer;
}
.color-activity-checkpoint ul li {
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  margin-right: 0.5em;
  cursor: pointer;
}

.activity-home-active {
  background: #95d6a2 !important;
}

.color-activity-checkpoint ul li:last-child {
  margin-right: 0em;
}

.activity-type-one ul {
  margin-right: 0;
}

.app-activity-col {
  align-self: flex-start;
  background: #fcfcfc;
  border-radius: 12px;
  padding: 1.5em 1em;
  padding-top: 3em;
  padding-right: 2em;
  width: 700px;
  box-shadow: -8px 9px 0px rgba(209, 219, 239, 0.29);
  transform: scale(1);
  position: relative;
}

div#read-container {
  align-self: flex-start;
  background: #fcfcfc;
  border-radius: 12px;
  padding: 2.1em 2em;
  padding-top: 2.3em;
  padding-right: 0em;
  width: 468px;
  height: 280px;
  box-shadow: 8px 9px 0px rgba(209, 219, 239, 0.29);
  position: relative;
  overflow: hidden;
}

.app-reading {
  min-width: auto;
  margin-left: 0;
  transform: scale(1.2);
}

#dots-pattern-three {
}

.editor-reader {
  display: flex;
  width: 950px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0em;
}

.activity-type-one ul li {
  display: flex;
  align-items: center;
}

.activity-checkbox {
  position: relative;
  top: -0px;
}

.method-right-reader h1 {
  font-size: 32px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #131313;
}

.method-right-reader p {
  font-size: 16px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #5a6678;
  max-width: 350px;
  margin-top: 0.8em;
  line-height: 24px;
}

.app-in-use-h {
  font-size: 24px;
}

#inputText,
.highlight,
.text-gap,
.regularText {
  font-size: 14px;
}

/* Payment Prompt One */
.block {
}

#payment-check {
  height: 757px;
  width: 100%;
  background: #166bff;
}

.payment-section-top {
  display: flex;
  justify-content: space-around;
  padding-top: 7em;
  position: relative;
}

.payment-header {
  position: relative;
}

.payment-header h3 {
  font-size: 32px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #454545;
  color: #fff;
  text-align: center;
}

.payment-header p {
  font-size: 16px;
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #454545;
  color: #fff;
  text-align: center;
  max-width: 400px;
}

.circle-purple {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#392b9e+1,2a1e82+100 */
  background: #392b9e; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #392b9e 1%,
    #2a1e82 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #392b9e 1%,
    #2a1e82 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #392b9e 1%,
    #2a1e82 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#392b9e', endColorstr='#2a1e82',GradientType=0 ); /* IE6-9 */
  width: 88px;
  height: 88px;
  border-radius: 100%;
}

.circle-yellow {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffbe58+1,d69632+100 */
  background: #ffbe58; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffbe58 1%,
    #d69632 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffbe58 1%,
    #d69632 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffbe58 1%,
    #d69632 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe58', endColorstr='#d69632',GradientType=0 ); /* IE6-9 */
  width: 88px;
  height: 88px;
  border-radius: 100%;
}

.payment-options {
  display: flex;
  justify-content: space-around;
  width: 800px;
  margin: 0 auto;
  margin-top: 5em;
}

.payment-checkout {
  width: 328px;
  height: 373px;
  border: 1px solid #ffffff;
  border-radius: 24px;
}

.payment-checkout {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.payment-checkout h1 {
  font-size: 32px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #ffffff;
}

.payment-checkout h2 {
  font-size: 41px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #ffffff;
}

.payment-price {
  font-size: 26px;
  font-family: basic-sans, sans-serif !important;
  font-style: normal;
  font-weight: 800;
  color: #ffffff;
  align-self: flex-start;
  vertical-align: top;
  position: relative;
  top: 0.2em;
  padding-right: 0.2em;
}

.payment-type {
  font-size: 15px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
}

.payment-notice {
  font-size: 15px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  max-width: 220px;
}

#choose-course-btn {
  background: #362899;
  color: #aca1ff;
  width: 143px;
  height: 42px;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
  margin: 1.5em 0;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

#choose-course-btn a {
  color: #aca1ff;
  text-decoration: none;
}

#choose-course-btn:hover {
  background: #250dc5;
  color: #d4cdff;
  transition: 0.2s ease-in-out;
}

#choose-plan-btn {
  background: #ffbe58;
  color: #634922;
  width: 143px;
  height: 42px;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
  margin: 1em 0;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

#choose-plan-btn:hover {
  background: #e6a236;
  color: #412e12;
  transition: 0.2s ease-in-out;
}

/* Whats included */
#included-section {
  background: url("../images/included-bg.svg") no-repeat center center;
}
#included-section > h1 {
  font-size: 32px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #131313;
  text-align: center;
  margin-top: 3em;
}

.included-container {
  display: flex;
  width: 1000px;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
}

.included-row {
  display: flex;
  justify-content: space-around;
  width: 440px;
  margin: 0 auto;
  margin-top: 5em;
}

.row-desc {
  align-self: center;
}

.row-desc p:first-child {
  font-size: 16px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #131313;
}

.row-desc p:last-child {
  font-size: 16px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #5a6678;
  max-width: 250px;
  margin-top: 0.3em;
}

/* Testimonials */
#testimonials {
  margin-bottom: 15em;
}

#testimonials > h1 {
  font-size: 32px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #131313;
  text-align: center;
  margin-top: 5em;
}

.review-profile {
  display: flex;
}

.review-left {
  display: flex;
  justify-content: space-around;
  width: 900px;
  margin: 0 auto;
  margin-top: 5em;
  align-items: center;
}

.review-desc {
  align-self: center;
  margin-left: 2em;
}

.review-name {
  font-size: 28px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #131313;
}

.review-title {
  font-size: 16px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1313134f;
}

.review-stars {
  margin-top: 0.5em;
}

.review-desc {
  position: relative;
}

.review-right {
  position: relative;
}

.review-right h1 {
  font-size: 24px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #131313;
}

.review-right p {
  max-width: 270px;
  font-size: 16px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #5a6678b4;
  margin-top: 0.5em;
  line-height: 24px;
}

/* FAQ */
.faq-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 10em;
  width: 1000px;
}

.faq-left > h1 {
  font-size: 32px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #131313;
}

.faq-left {
  position: relative;
}

.faq-left > button {
  outline: none;
  border: none;
  box-shadow: 0px 3px 20px rgba(0, 181, 146, 100) !important;
  background: #00b592;
  width: 328px;
  height: 91px;
  font-size: 16px;
  font-weight: 700;
  color: #b1ffda;
  border-radius: 5px;
  cursor: pointer;
  z-index: 10;
  margin-top: 3em;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  position: relative;
  top: 0em;
}

.faq-left > button > a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #b1ffda;
}

.question-btn-home {
  opacity: 0;
}

.faq-left > button:hover {
  background: #20c5a4;
  color: #b7fcdc;
  transition: 0.2s ease-in-out;
  /* top: -2px; */
}

.faq-right {
  margin-left: 15em;
}

/* Collapse */
.collapsible {
  background-color: transparent;
  color: #131313;
  cursor: pointer;
  font-size: 24px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 18px;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  border-bottom: 1px solid #70707075;
}

.collapsible:after {
  content: "\002B";
  color: #171717;
  font-weight: 500;
  float: right;
  margin-right: 5px;
  transform: scale(2);
}

.content-hidden {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
  padding-left: 0;
}

.content-hidden p {
  font-size: 14px;
  padding: 2em 0;
  padding-bottom: 1em;
}

/* Payment Section Last */
.payment-bottom {
  text-align: center;
}
.payment-bottom h4 {
  font-size: 60px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #fff;
}

.payment-bottom span {
  font-size: 60px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #fff;
}

.pay-section-bottom {
  /* justify-content: flex-start; */
  margin: 0;
  padding: 0;
  padding-top: 4em;
}

.sale-highlight {
  background: #e8dcd041;
  padding: 0 0.3em;
  border-radius: 2px;
  box-shadow: 0px 3px 20px rgba(233, 233, 233, 0.4);
  color: #fff;
  font-family: "Kanit";
  font-size: 60px;
  line-height: 1em;
  margin: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.payment-checkout h2 {
  position: relative;
}

.crossout {
  position: absolute;
  left: 19px;
  margin-right: 1em;
  top: 3px;
}

.newPrice {
  position: relative;
  left: 0.4em;
}

.newPriceSection {
  position: relative;
  left: 0.7em;
}

/* Journey Activity */
/* #journey-container{
	width: 100%;
	height: 4000px;
	background: url('../images/space-bg.svg') no-repeat center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
} */

#journey-container {
  width: 100%;
  height: 5000px;
  /* height: 100% auto; */
  background: url("../images/space-world.svg") no-repeat top center;
  background-size: cover;
  display: flex;
  flex-direction: column;
}

/* .journey-main{
	display: flex;
	justify-content: space-around;
	width: 100%;
	flex-direction: column;
	margin-top: 80em;
} */

.journey-main {
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-direction: column;
  margin-top: 0em;
  position: relative;
  top: -53em;
}

#orange-planet {
  margin-left: 50%;
  position: relative;
  top: 4em;
}

#explore-title {
  position: relative;
  left: 0.8em;
}

.journey-right-text {
  position: relative;
  left: 1.4em;
}

.journey-right-text-play {
  position: relative;
  left: 0em;
  text-align: right;
}

.play-title-right {
  position: relative;
  left: 2.5em;
}

.studyimg {
  position: relative;
  z-index: 1;
}

.studyimg button {
  position: relative;
  z-index: 100;
}

.journey-left {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-left: 15%;
  margin-top: 8em;
}

.journey-right {
  display: flex;
  flex-direction: column;
  margin-right: 15%;
  margin-top: 8em;
  align-items: flex-end;
}

/* .journey-learn h1{
	font-size: 117px;
	font-weight: 800px;
	font-style: normal;
	font-family: open-sans, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	position: relative;
} */

.journey-learn img {
  margin: 0;
  padding: 0;
  margin-left: -1.7em;
  margin-bottom: 1em;
  position: relative;
  z-index: 100;
}

.journey-learn p {
  max-width: 460px;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}

.journey-learn button {
  width: 264px;
  height: 77px;
  border: 1px solid #ffffff;
  background: transparent;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin-top: 1.5em;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.moveRocket {
  transform: rotate(248deg) !important;
  transition: 2s ease-in-out;
}

.rocket-regular {
  transform: rotate(0deg) !important;
  transition: 2s ease-in-out;
}

#join-now-btn {
  width: 264px;
  height: 77px;
  border: 1px solid #ffffff;
  background: transparent;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin-top: 1.5em;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  margin: 0 auto;
  margin-top: 15em;
  transition: 0.2s ease-in-out;
}

.journey-learn button:hover,
#join-now-btn:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#aa009b+0,d01fc1+47,ce14be+100 */
  background: #aa009b; /* Old browsers */
  transition: 0.2s ease-in-out;
}

.buttonRocket {
  background: #aa009b !important;
  transition: 0.2s ease-in-out;
}

#rocket-travel {
  transform: rotate(4deg);
  display: none;
}

/*
#rocket-path{
	position: relative;
	outline: 1px solid red;
	z-index: 10;
	width: 500px;
	height: 500px;
} */

#rocket-guide-path {
  height: 100% !important;
  position: relative;
  top: 109em;
  left: -0em;
  /* transform: scale(2.5); */
}

aside {
  position: relative;
  top: 90em;
}

.rocket-ship {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transform: rotate(-35deg);
  offset-distance: var(--offset);
  offset-path: path(
    "M542.601,-216.297 C832.034,-175.457 955.088,200.879 792.703,163.003 622.16,146.2 398.927,-9.553 313.102,90.103 230.691,185.793 245.413,329.571 490.6,274.302 626.077,255.586 730.398,256.963 782.302,343.798 832.499,428.784 774.992,533.194 886.102,598.002 1066.378,664.538 1204.096,510.996 1205.403,479.703 1225.701,283.059 422.932,381.947 403.501,460.899 376.928,568.869 781.935,840.497 889.602,709.799"
  );
  position: relative;
  z-index: 100;
}

#rocket-path {
  position: relative;
  z-index: 10;
}

.parallax-window {
  min-height: 500px;
  background: transparent;
}

/* Rocket Animation */
:root {
  --color: #40407a;
  --font-color: #f1c40f;
  --rocket-main: white;
  --rocket-highlight: #e74c3c;
  --rocket-glass: #9aecdb;
  --rocket-smoke: #f1f2f6;
  --rocket-fire: #f0932b;
  --rocket-fire-highlight: #f1c40f;
}
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  /* background: var(--color); */
}
#frame {
  display: flex;
  /* width: 100%;
	height: 100%; */
  align-items: center;
  justify-content: center;
  margin-top: 5em;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
}
.shadow {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  background: rgba(100, 100, 100, 0.1);
  z-index: 1;
}
.shadow--full {
  width: 100%;
}
.rocket {
  position: relative;
  width: 55px;
  height: 100px;
}
.rocket__body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
.rocket__body__window {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 30px;
  left: 13.5px;
  border-radius: 50%;
  background: var(--rocket-glass);
  z-index: 1;
  border: 3px solid var(--rocket-highlight);
}
.rocket__body__inner {
  position: relative;
  width: 55px;
  height: 125px;
  border-radius: 80%;
  background: var(--rocket-main);
  overflow: hidden;
}
.rocket__body__inner:before,
.rocket__body__inner:after {
  content: "";
  position: absolute;
  background: var(--rocket-highlight);
  border-radius: 50%;
}
.rocket__body__inner:before {
  width: 100%;
  height: 50px;
  top: -30px;
}
.rocket__body__inner:after {
  width: 100%;
  height: 10px;
  bottom: 22.5px;
}
.rocket__wing {
  position: absolute;
  background: var(--rocket-highlight);
  bottom: 0px;
  z-index: 5;
}
.rocket__wing--left {
  left: -29px;
  width: 44px;
  height: 20px;
  border-radius: 100% 0 0 0;
  transform: rotate(-50deg);
}
.rocket__wing--right {
  right: -29px;
  width: 44px;
  height: 20px;
  border-radius: 0 100% 0 0;
  transform: rotate(50deg);
}
.rocket__label {
  width: 250px;
  position: absolute;
  top: -80px;
  left: -80px;
}
.rocket__label p {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Bowlby One SC", cursive;
  font-size: 80px;
  line-height: 80px;
  margin: 0;
  text-transform: uppercase;
  color: var(--font-color);
  transform: rotate(-25deg);
}
.rocket__smoke {
  position: absolute;
  width: 50px;
  height: 10px;
  bottom: 5px;
  opacity: 0;
  z-index: 15;
}
.rocket__smoke__inner {
  position: relative;
  margin: 30px 0 0 0;
  width: 100%;
  height: 100%;
  background: var(--rocket-smoke);
}
.rocket__smoke__inner div {
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: -5px;
  bottom: 0;
  box-shadow: inset -2px -3px 0 0 var(--rocket-smoke);
  background: #fff;
  z-index: 10;
}
.rocket__smoke__inner div:nth-child(1) {
  transform: scale(1.5);
  left: 10%;
  bottom: 30%;
  z-index: 9;
}
.rocket__smoke__inner div:nth-child(2) {
  transform: scale(2.5);
  left: 50%;
  bottom: 90%;
  z-index: 8;
}
.rocket__smoke__inner div:nth-child(3) {
  transform: scale(1.1);
  left: 84%;
  bottom: 4.5%;
  z-index: 7;
}
.rocket__smoke--right {
  right: -50px;
}
.rocket__smoke--left {
  left: -50px;
  transform: rotateY(180deg);
}
.rocket__fire {
  position: absolute;
  width: 13.75px;
  height: 13.75px;
  bottom: -15.75px;
  left: 20.75px;
  background: var(--rocket-fire);
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
  margin-top: 20px;
  transform: rotate(135deg);
}
.rocket__fire:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 1px;
  width: 10.3125px;
  height: 10.3125px;
  background: var(--rocket-fire-highlight);
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
}

/* Animation Timeframes */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(10);
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0);
    opacity: 2;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Footer */
#footer-bottom-of-page {
  margin-top: 15em;
}

.footer-section ul {
  display: flex;
  justify-content: center;
}

.footer-section ul li p {
  color: #334565;
  font-family: poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 1em;
}

.footer-section ul li {
  display: flex;
  flex-direction: column;
  margin: 0 3em;
}

.footer-section ul li a {
  color: #7d8597;
  font-size: 15px;
  padding-bottom: 0.5em;
  cursor: pointer;
}

.footer-section ul li a:hover {
  color: rgb(99, 106, 121);
}

#copyright {
  margin-top: 1em;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0em 4em;
  border-bottom: none;
}

#copyright p {
  color: #171717;
  font-size: 15px;
  line-height: 50px;
  padding-top: 5px;
}

#infographic-1 #info p {
  margin-top: none;
  margin-bottom: none;
  margin-left: none;
  margin-right: none;
}

#infographic-2 #info-image {
  margin-left: 0;
}

#infographic-2 #info p {
  padding: 0em;
  position: relative;
}

#infographic-2 #info h1::before {
  display: block;
}

footer {
  background: transparent;
}

/* Third App display */
.wrapper {
  width: 100%;
  height: 100%;
}
.wrapper {
  position: relative;
}

.looper {
  margin-left: 2em;
}

.looper-section {
  width: 1100px;
  margin-left: 2em;
}

.looper-section p {
  max-width: 500px;
}

.slider-loop {
  align-self: flex-start;
  background: #fcfcfc;
  border-radius: 12px;
  padding: 1.5em 1em;
  padding-top: 3em;
  padding-right: 2em;
  width: 700px;
  height: 330px;
  box-shadow: -8px 9px 0px rgba(209, 219, 239, 0.29);
  transform: scale(1.1);
  position: relative;
  margin-left: 8em;
  position: relative;
  left: 0.8em;
}
.progressbar {
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 400px;
  height: 30px;
  transform: scale(0.9);
  transition: 0.2s ease-in-out;
}
.progressbar::before,
.progressbar::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-image: linear-gradient(
    90deg,
    #e91e63 0%,
    #e91e63 20%,
    #03a9f4 20%,
    #03a9f4 40%,
    #8bc34a 40%,
    #8bc34a 60%,
    #ffeb3b 60%,
    #ffeb3b 80%,
    #ff5722 80%,
    #ff5722 100%
  );
  background-position: 0 0;
  background-repeat: repeat-x;
  animation: movebar 5s linear infinite;
}
.progressbar::before {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}
.progressbar::after {
  z-index: 9;
  top: 6px;
  filter: blur(16px);
  opacity: 0.7;
}
.progressbar:hover {
  cursor: pointer;
  transform: scale(1);
  transition: 0.2s ease-in-out;
}
.stylization {
  position: absolute;
  z-index: 999;
  height: 4px;
  width: 90%;
  left: 5%;
  top: 6px;
  opacity: 0.3;
}
.stylization::before,
.stylization::after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  top: 0;
  border-radius: 2px;
}
.stylization::before {
  background: #fff;
  left: 0;
  right: 10px;
}
.stylization::after {
  width: 6px;
  background: #fff;
  right: 0;
}
@-moz-keyframes movebar {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 400px 0;
  }
}
@-webkit-keyframes movebar {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 400px 0;
  }
}
@-o-keyframes movebar {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 400px 0;
  }
}
@keyframes movebar {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 400px 0;
  }
}

/* Infographic */
#infographic-1 {
  margin-top: 15em;
  background: #002333;
  height: 2500px auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 100px;
  position: relative;
  padding-top: 20em;
  padding-bottom: 20em;
  transition: 0.2s ease-in-out;
}

#info-image {
  display: flex;
  flex-direction: column;
  margin-left: 35em;
  align-items: flex-start;
}

#info-image img {
  position: relative;
  margin: 2em 0em;
}

#infograph-section {
  position: fixed;
  -webkit-transform: translateZ(0);
  width: 30%;
  height: 100% auto;
  left: 15%;
  top: 50%;
  margin-top: -300px; /* minus half the height */
  z-index: 1;
}

#payment-check {
  z-index: 100;
  position: relative;
}

#infographic-1 #info h1 {
  font-size: 38px;
  line-height: 45px;
  font-weight: 700;
  color: #ffffff;
  max-width: 550px;
  position: relative;
  margin-bottom: 0em;
  margin-top: 1em;
}

#infographic-1 #info h1::before {
  content: "";
  position: absolute;
  width: 105px;
  height: 9px;
  background: #00b493;
  border-radius: 60px;
  bottom: -0.5em;
  display: none;
}

.info-col h1 {
  max-width: 350px !important;
}

.outer-line,
.outer-left,
.outer-right {
  position: relative;
}

.outer-left::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0em;
  border-left: 2px solid #ffffff18;
  height: 100vh;
  width: 3px;
}

.outer-left-left {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-right: 2px solid #ffffff18;
  height: 100vh;
  width: 3px;
}

.outer-right::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 2px solid #ffffff18;
  height: 150vh;
  width: 3px;
}

.outer-right-right {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-right: 2px solid #ffffff18;
  height: 100vh;
  width: 3px;
}

.left {
  border-left: 2px solid #04b289;
  padding-left: 3em;
  margin-bottom: 7em;
}

.right {
  border-right: 2px solid #04b289;
  padding-left: 3em;
  /* margin-bottom: 3em; */
}

#infographic-1 #info p {
  color: #aabdcf;
  font-size: 1rem;
  font-weight: 600;
  max-width: 90%;
  margin: 1em 0em;
}

#infographic-1 #info p {
  margin-top: none;
  margin-bottom: none;
  margin-left: none;
  margin-right: none;
}

.offsetInfo {
  display: none;
}

/* Course Container */
#footer-bottom-of-page {
  margin-top: 9em;
}

.feature-set {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features-header h1 {
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.features-header img:first-child {
  margin-top: 12em;
}

.features-header p {
  margin: 2em 0 !important;
  max-width: 650px !important;
  text-align: center;
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #131313;
  margin-bottom: 4em !important;
}

.feature-set p {
  margin: 1em 0;
  max-width: 600px;
  text-align: center;
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #131313;
  margin-bottom: 4em;
}

.feature-preorder-btn {
  background: #166bff;
  border-radius: 5px;
  width: 148px;
  height: 46px;
  border: none;
  font-family: open-sans, sans-serif;
  font-style: normal;
  color: #ffffff;
  font-weight: 600;
  margin-top: 3em;
  margin-bottom: 5em;
  font-size: 16px;
}

.features-intro img {
  margin-bottom: 1.5em;
}

.features-lessons ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 2.5em;
  margin-bottom: 5em;
}

.lesson-list {
  display: flex;
  width: 462px;
  height: 50px;
  justify-content: center;
  background: #04b267;
  border-radius: 10px;
  line-height: 50px;
  color: #ffffff;
  font-family: open-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  justify-content: space-around;
  transition: 0.2s ease-in-out;
  margin: 0.3em 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.feature-preorder-btn {
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.lesson-list:hover,
.feature-preorder-btn:hover {
  transition: 0.2s ease-in-out;
  background: #090909;
}

.features-lessons ul li:first-child {
  opacity: 0.5;
}

.features-lessons ul li:nth-child(2) {
  position: relative;
  left: -2em;
  align-self: flex-start;
  min-width: 218px;
}

.features-lessons ul li:nth-child(3) img {
  position: relative;
  top: 8px;
}

.features-bottom-options {
  display: flex;
  /* justify-content: space-between; */
  /* align-items: center; */
  /* max-width: 315px; */
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 3em;
}

.features-back-btn {
  background: #090909;
  border-radius: 5px;
  width: 148px;
  height: 46px;
  border: none;
  font-family: open-sans, sans-serif;
  font-style: normal;
  color: #ffffff;
  font-weight: 600;
  margin-top: 3em;
  margin-bottom: 5em;
  cursor: pointer;
}

.longArrow {
  position: relative;
  left: -5px;
  top: 0.5px;
}

.view-course-link {
  font-family: rubik, sans-serif;
  font-style: normal;
  background: transparent;
  height: 39px;
  color: #4e88f5;
  width: 131px;
  font-weight: 500;
  border-radius: 3px;
  vertical-align: bottom;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}

.course-try {
  display: flex;
}

.course-try button,
.course-try a {
  width: 80px;
  margin: 0 0.3em;
}

.course-text {
  position: relative;
  left: -0.8em;
}

.course-desc {
  margin-left: 0.5em;
}

.preorderBonuses {
  margin-top: 1em;
}

.preorderBonuses li {
  font-size: 13px;
  font-family: poppins, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #ffbe58;
  max-width: 220px;
}

.mobile-promo-vid {
  display: none;
}

.toolbox-full {
}

.topLayer {
  z-index: 700;
}

.toolbox-full {
  left: 2.5em;
}

.toolSizeSlider {
  position: absolute;
  top: 1.5em;
  left: 3.5em;
  z-index: 50;
}

.sliderSize {
  -webkit-appearance: none;
  width: 48px;
  height: 2px;
  border-radius: 60px;
  background: #171717;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  transform: rotate(-90deg);
}

.sliderSize:hover {
  opacity: 1;
}

.sliderSize::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #555;
  cursor: pointer;
}

.sliderSize::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #171717;
  cursor: pointer;
}

@media only screen and (max-width: 650px) {
  .mobileNavigationTop{
    display: flex !important;
  }

  .welcomeToolTipGuide {
		display: none !important;
	}
  
  .hideAccMobileD{
    display: none !important;
  }

  .toolSizeSlider {
    display: none !important;
  }
  .appMenuText {
    display: none;
  }
  .newBoardIcon {
    left: 0.4em !important;
    position: relative;
  }
  .demo-header {
    width: 250px;
    display: flex;
    flex-direction: column;
    left: 2.8em;
    margin-left: 0 auto;
  }

  .demo-header ul {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .menu-left-full {
    min-width: 60px;
    left: 1em;
    margin-left: 0.3em;
    margin-top: -2px;
  }

  .main-menu-expanded {
    left: 1.2em;
  }

  .app-tools-full {
    display: none !important;
  }

  .demo-navigate {
    bottom: 2em;
  }

  .toolbox-full {
    left: 1.2em;
    top: 25em;
  }

  /* .demo-container-left,
  .demo-container-main {
    display: none;
  }

  .compare-images-btn {
    display: none;
  } */
}

.promptAuthentication {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999999;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  height: 549px;
  width: 506px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005dff+0,0150d8+100 */
  background: #005dff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: #313131; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dff', endColorstr='#0150d8',GradientType=0 ); /* IE6-9 */
  border-radius: 16px;
  display: none;
}

.promptAuthentication form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 2.5em;
}

.promptAuthentication form input[type="text"],
.promptAuthentication form input[type="password"],
.promptAuthentication form input[type="submit"] {
  width: 100%;
  padding: 9px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid transparent;
}

.promptAuthentication form input[type="submit"] {
  background: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  cursor: pointer;
}

.formTitle {
  color: #ffffff;
}

.closeAuthModal {
  position: absolute;
  right: 0.7em;
  top: 0.2em;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

.closeAuthModal:hover {
  color: rgb(185, 57, 57);
}

.loginErrorMessage {
  background: #077aff;
  color: #ffffff;
  padding: 1em;
  z-index: 1200;
}

.ErrorHandling {
  display: none !important;
}

.loginErrorMessage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.announceUser {
  color: #ffffff !important;
  font-family: nunito, sans-serif !important;
}

.userLoginName{
  margin: 0 !important;
}

.userInfoDisplay{
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-left: 1em;
  gap: .1em;
}

.useraccountType{
  margin: 0 !important;
  margin-top: 1em !important;
  margin-bottom: 0em !important;
}

.accountTypeInfoTitle{
  margin-left: 0em !important;
  margin-bottom:-.8em !important;
}

.logoutAppBtn {
  background: rgb(16, 66, 175);
  border: 1px solid transparent;
  width: 60px;
  height: 23px;
  color: #ffffff;
  /* margin-left: 1em; */
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  /* padding: 0.2em 0.5em; */
  text-align: center;
  margin-top:.5em;
}

.loginAppBtn {
  background: rgb(16, 66, 175);
  border: 1px solid transparent;
  width: 60px;
  height: 23px;
  color: #ffffff;
  margin-left: 1em;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  padding: 0.2em 0.5em;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(122, 122, 122);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(122, 122, 122);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgb(122, 122, 122);
}

* {
  touch-action: manipulation;
}

.compare-images-btn {
  display: none;
}

.changeMobileImage {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005dff+0,0150d8+100 */
  background: #005dff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: #171717; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dff', endColorstr='#0150d8',GradientType=0 ); /* IE6-9 */
  border: 1px solid transparent;
  width: auto;
  border-radius: 4px;
  height: 30px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  padding: 0.4em 1em;
  position: absolute;
  top: 8em;
  z-index: 100;
  line-height: 15px;
  left: 50%;
  transform: translatex(-50%);
  font-family: nunito, sans-serif !important;
}

.swapImageViews {
  display: none !important;
}

.changeMobileImage {
  display: none;
}

.shortcutSection {
  position: absolute;
  display: flex;
  bottom: 0em;
  background: #222;
  height: 100px;
  width: 100%;
  z-index: 99999;
  justify-content: center;
  display: none;
}

.shortcutOptionsText {
  color: #ffffff;
  font-family: nunito, sans-serif !important;
  font-size: 14px;
}

.shortcutKey {
  font-family: nunito, sans-serif !important;
  background: #222;
  border: 1px solid hsla(0, 0%, 100%, 0.35);
  box-sizing: border-box;
  border-radius: 6px;
  width: 26px;
  height: 26px;
  text-align: center;
  position: relative;
  font-weight: 500;
  font-size: 11px;
  padding: 0.7em 1em;
  top: -0.13em;
  margin-right: 0.3em;
}

.shortcutKit {
  display: flex;
}

.shortcutKit ul {
  list-style: none;
}

.shortcutKit li {
  margin-right: 3em;
  list-style: none;
}

.toolSectionTitle {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.35;
  padding-bottom: 16px;
  margin-top: 2em;
  margin-bottom: 0.4em;
  text-align: center;
}

.closeShortcuts {
  font-size: 27px;
  color: #fff;
  opacity: 0.35;
  position: absolute;
  right: 1.3em;
  top: 0.4em;
  cursor: pointer;
}

.instrucModule{
  display: none !important;
}
.instrucModuleMobile{
  display: none !important;
}

@media only screen and (min-width: 500px){
  .instrucModule {
    width: 100%;
    height: 100%;
    z-index: 99999;
    /* object-fit: cover; */
    position: relative;
    display: none !important;
  }
  
  #acceptInstructionsBtn{
    display: none !important;
  }
}

@media only screen and (min-width: 1000px){
  .closeReplayMobile{
    display: none !important;
  }
}

@media only screen and (max-width: 680px){
  .resultScreen{
    z-index: 99999999 !important;
    width: 100% !important;
  }

  .customProfilePage{
    width: 100% !important;
  }
  .subscriberChoiceOptions{
    flex-direction: row !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    overflow: scroll !important;
    border-radius: 0px !important;
  }

  .pricingTable{
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }

  .pricingContainer{
    border-right: transparent !important; 
  }

  .pricingContainer:not(:first-child) {
    padding-left: 0em !important;
}

  .communityTab{
    /* display: none !important; */
    /* right: 0 !important;
    left: 0 !important;
    top: 60% !important;
    margin-left: auto;
    margin-right: auto; */
    left: 1.2em !important;
    top: 37% !important;
  }

  .closeReplayMobile{
    font-size: 30px;
    left: .6em;
    top: .3em;
    font-weight: bold;
    color: red;
    z-index: 99999;
    position: absolute;
  }

  .mobileCommunityTab{
    right: 0 !important;
    left: 0 !important;
    top: 60% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .mainReplayViewerContainer {
    z-index: 9999;
    border-bottom: 1px solid #005DFF;
    border-top: 1px solid #005DFF;
    border-left: 1px solid #005DFF;
    border-right: 1px solid #005DFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 22%;
    margin-left: auto;
    margin-right: auto;
    /* height: 100%; */
    border-radius: 10px;
    /* overflow: hidden; */
    background: #FFFFFF;
    display: none;
    /* zoom: .5; */
    left: 0 !important;
    width: 100% !important;
}

.replayPlayerStats {
  display: none !important;
}

.replayColumnRightSide{
  display: none !important;
}
}

.instrucModuleMobile {
  width: 100%;
  height: 100%;
  z-index: 9999;
  object-fit: cover;
  object-position: 0px -40px;
  display: none;
}

.toolKitHidden {
  display: none !important;
}

/* .toolKit {
  display: none !important;
} */

#acceptInstructionsBtn {
  background: #3dbb67;
  border-radius: 7px;
  font-size: 17px;
  font-family: nunito, sans-serif !important;
  color: #ffffff;
  width: 165px;
  height: 63px;
  position: absolute;
  bottom: 5em;
  right: 6em;
  z-index: 999939;
  font-weight: bold;
  border: 1px solid #fff;
  cursor: pointer;
  display: none;
}

.toolEditMode {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: rgb(29, 228, 29);
  position: absolute;
  left: 30px;
  top: 10px;
  z-index: 999999;
  display: none;
}

.noToolClicked,
.toolClicked {
  display: none;
}

.nimdaLenap {
  width: 150px;
  height: auto;
  padding-bottom: 1em;
  background: #333;
  position: absolute;
  left: 300px;
  top: 300px;
  z-index: 999999;
  display: none;
}

.nimdaLenap ul {
  list-style: none;
}

.nimdaLenap ul li:not(:first-child) {
  margin-top: 1em;
}

.nimdaLenap ul li {
  font-size: 13px;
  text-indent: 17px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}

.nimdaLenap ul li img {
  position: absolute;
  right: 2.6em;
  top: -0.25em;
}
.nimdaLenap ul li img:hover {
  /* outline: 1px solid #fff; */
}

#squareArrowRight {
  right: 0.7em;
}

.nimdaLenap ul li:not(:first-child):hover {
  /* color: #82cf8c; */
}

.lenapTitleBG {
  background: #1c1c1c;
  padding: 0.9em 0;
  text-transform: uppercase;
}

#tipField,
#tipFieldDisplay,
#tipFieldAnnounce {
  background: rgb(31, 31, 31);
  /* background: -moz-linear-gradient(top, #005dff 0%, #0150d8 100%); */
  /* background: -webkit-linear-gradient(top, #005dff 0%, #0150d8 100%); */
  /* background: linear-gradient(to bottom, #005dff 0%, #0150d8 100%); */
  width: 220px;
  height: auto;
  position: absolute;
  left: 500px;
  top: 300px;
  z-index: 99999999;
  font-size: 14px;
  padding: 0.5em 1em;
  border-radius: 5px;
  color: #ffffff;
  display: none;
  min-height: 34px;
  outline: 1px solid transparent;
  border: 1px solid transparent;
  overflow-y: hidden;
}

#tipFieldDisplay {
  resize: none;
}

.toolTipInfoBox p {
  font-family: nunito, sans-serif !important;
}

#confirmToolChanges {
  position: absolute;
  z-index: 99999999;
  background: green;
  color: #ffffff;
  font-size: 14px;
  padding: 0.2em 0.7em;
  border-radius: 3px;
  cursor: pointer;
}

#cancelToolChanges {
  position: absolute;
  z-index: 99999999;
  background: rgb(170, 18, 18);
  color: #ffffff;
  font-size: 14px;
  padding: 0.2em 0.7em;
  border-radius: 3px;
  cursor: pointer;
}

#resetToolChanges {
  position: absolute;
  z-index: 99999999;
  background: rgb(170, 18, 18);
  color: #ffffff;
  font-size: 14px;
  padding: 0.2em 0.7em;
  border-radius: 3px;
  cursor: pointer;
}

#confirmToolChanges,
#cancelToolChanges,
#resetToolChanges {
  display: none;
}

.toolTipHelpIcon {
  transition: 0.2s ease-in-out;
  display: none;
  /* display: flex; */
}

.hideToolTip {
  display: none !important;
}

.percentageMobile {
  display: none;
}

.accuracyPercentage {
  position: absolute;
  margin-top: -5.2em;
  margin-left: 12.5em;
  z-index: 14;
  padding: 0.5em 1em;
  border-radius: 4px;
  text-align: center;
  z-index: 203;
}

.accuracyFill {
  height: 75%;
  width: 100%;
  z-index: 999999;
  position: absolute;
  border-radius: 4px;
  left: 0;
  bottom: 0;
}

.accHolder {
  border: 1px solid transparent;
  color: transparent;
  background: transparent;
  transition: 0.5s ease-in-out;
  width: 142.98px;
  height: 55px;
  line-height: 39px;
}

.fillColorAcc {
  width: 100%;
  height: 100%;
  background: red;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.accuracyPercentageEmpty {
  background: transparent;
  transition: 0.5s ease-in-out;
  color: #00b592;
  border: 1px solid #00b592;
}

.accuracyPercentageGreen {
  background: #e5ffe5;
  transition: 0.5s ease-in-out;
}

.accuracyPercentageYellow {
  background: #fffce5;
  color: #545c0a;
  transition: 0.5s ease-in-out;
}

.accuracyPercentageRed {
  background: #f29c99;
  color: #731817;
  transition: 0.5s ease-in-out;
}

.accuracyText {
  font-weight: bold;
}

.toolTipHelpIcon:hover {
  opacity: 1 !important;
  transition: 0.2s ease-in-out;
}

/* Grid Layout */
.virtual-grid {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 0px;
  display: flex;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.showVirtualGrid {
  opacity: 1;
  transition: 0.2s ease-in-out;
}

.virtualGridLayout {
  border: 1px solid rgb(177, 202, 189);
}

.settings-sub-title {
  color: #ffffff;
  font-size: 12px;
  font-family: "open-sans";
  font-weight: 600;
  text-align: left;
  text-indent: 8px;
  padding: 1em;
  text-transform: uppercase;
  background: #242424a6;
}

.settings-title {
  color: #fff;
  font-family: "open-sans";
  font-weight: 600;
  text-align: left;
  text-indent: 19px;
  padding-bottom: 0.5em;
}

.settings-option {
  color: #fff;
  font-family: "open-sans";
  font-weight: 600;
  font-size: 16px;
}

.gridChoicesToggle {
  display: flex;
  width: 400px;
  position: relative;
  right: -7.5em;
  top: 0.7em;
  z-index: 999;
}

.refToggleSwitch {
  top: -0.6em;
  right: -11.8em;
  cursor: pointer;
}

.sketchToggleSwitchON {
  background: green;
  width: 42px;
  cursor: pointer;
}

.refToggleSwitchON {
  background: green;
  width: 60px;
  cursor: pointer;
}

.sketchToggleSwitch:hover {
  background: green;
  width: 42px;
  cursor: pointer;
}

.refToggleSwitch:hover {
  background: green;
  width: 60px;
  cursor: pointer;
}

.alertNotif {
  position: absolute;
  right: 3em;
  top: 2.6em;
  cursor: pointer;
  z-index: 300;
  width: 47px !important;
  height: 47px !important;
  display: flex;
}

.underAnnounce {
  background: #333 !important;
}

.alertCalm {
  background-image: url(".images/.alertCalm.svg") !important;
}

/* .alertNotif {
  opacity: 1 !important;
  width: 47px !important;
  height: 47px !important;
} */

.hiddenPerm {
  visibility: hidden !important;
}

@media only screen and (max-width: 650px) {
  .alertsUpdates,
  .alertNotif {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .percentageMobile {
    z-index: 99999;
    left: 50%;
    transform: translatex(-50%);
    position: absolute;
    top: 7em;
    margin-left: -5em;
    text-align: center;
    margin-top: 0em;
    display: block;
  }

  .accuracyPercentage {
    display: none;
  }

  .changeMobileImage {
    margin-left: 6.5em;
    margin-top: 1em;
    height: 40px;
    width: 138px;
    line-height: 30px;
    text-align: center;
  }

  .shortcutSection {
    height: 130px !important;
  }

  .toolSectionTitle {
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.35;
    padding-bottom: 16px;
    margin-top: 1em;
    margin-bottom: 0em;
    text-align: center;
  }

  .shortcutSection {
    position: absolute;
    bottom: 0em;
    background: #222;
    height: auto;
    width: 100%;
    z-index: 99999;
    justify-content: center;
  }

  .shortcutKit li {
    margin-right: 0em;
    width: 70px;
    list-style: none;
    width: auto;
  }

  .shortcutKey {
    top: 0.870000000000001em;
  }

  #acceptInstructionsBtn {
    display: none;
  }
  .changeMobileImage {
    display: block;
  }
  .promptAuthentication {
    /* display: block; */
    width: 370px;
  }

  input[type="submit"] {
    /* Microsoft Edge */
    color: rgb(73, 73, 73);
  }
}

.demo-container-right {
  /* display: none; */
}

.becomePremiumUser {
  background: #077aff;
  color: #ffffff;
  padding: 1em;
  z-index: 1200;
}

.promptPremium {
  display: none !important;
}

.becomePremiumUser {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.mainReplayViewerContainer{
  z-index: 9999;
  border-bottom: 1px solid #005DFF;
  border-top: 1px solid #005DFF;
  border-left: 1px solid #005DFF;
  border-right: 1px solid #005DFF;
  position: absolute; 
  left: 100px; 
  right: 0; 
  top: 22%;
  margin-left: auto; 
  margin-right: auto; 
  height: 505px;
  width: 505px;
  border-radius: 10px;
  /* overflow: hidden; */
  background: #FFFFFF;
  display: none;
}

.replayColumnLeftSide{
  width: 200px;
  height: 505px;
  background: #1a2028;
  position: absolute;
  left: -205px;
  top: -0px;
  z-index: 1000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-radius: 10px;
}

.replayColumnRightSide{
  width: 105px;
  height: 505px;
  background: #1a2028;
  position: absolute;
  right: -110px;
  top: -0px;
  z-index: 1000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.replayPlayBtn{
  position: absolute;
  z-index: 1205;
  top: 40%;
  left: 2em;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  filter: invert(25%) sepia(53%) saturate(6501%) hue-rotate(215deg) brightness(99%) contrast(108%);
}

.replayCategoryTitle{
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
  font-size: 24px;
}

.artistAccuracy{
  display: flex;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
  margin-top: .5em;
}

.replayTimeStamp{
  font-size: 12px;
  color: rgb(235, 235, 235);
}

.replayPlayerStats .socialReplayViewer{
  margin-top: 10em;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
}

.shareLinkDirect{
  cursor: pointer;
}

.socialReplayViewer img:not(.closeReplayWindow, .shareLinkDirect){
  cursor: pointer;
  filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(340deg) brightness(110%) contrast(110%);
}

.replayRatingContainer{
  margin-top: 4em;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5em;
}

.replayRatingContainer img{
  cursor: pointer;
  filter: invert(100%) sepia(0%) saturate(7491%) hue-rotate(184deg) brightness(97%) contrast(101%);
}

.closeReplayWindow{
  margin-top: 6.5em;
  cursor: pointer;
}

.communityTab{
  background: #005dff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: #171717; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dff', endColorstr='#0150d8',GradientType=0 ); /* IE6-9 */
  position: absolute;
  right: 3em;
  /* width: 335px; */
  /* height: 640px; */
  width: 55px;
  height: 60px;
  z-index: 999;
  border-radius: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* border: 1px solid #fff; */
  text-align: left;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 1.5em 2em;
}

.communityTabBtns{
  display: flex;
  margin-top: 1em;
  gap: 1em;
}

.communityTabBtns button{
  height: 45px;
  width: 100px;
  border: 1px solid #5d8ee2;
  color: #FFF;
  font-size: 16px;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
}

.communityChildrenDiv{
  display: none;
}

.leaderboardBtn{
  width: 130px !important;
}

.defaultCommunityBtn{
  border: 1px solid transparent !important;
  background: #0B2F6E !important;
}

.currentCommunityLessonActive{
  font-size: 40px;
  margin-top: .5em;
  margin-bottom: .4em;
}

.recentSubmissionsContainer{
  display: flex;
  margin-top: 1em;
  flex-wrap: wrap;
  width: 290px;
  gap: 1em;
}

.noSubmissionsTextBox{
  min-height: 182px;
}

.recentSubmissionsContainer img{
  cursor: pointer;
}

.dividerCommunity{
  margin-top: 2em;
  border: 1px solid #B8B8B8;
}

.globalCommunityStats{
  margin-top: 1em;
}

.globalStatsBreakdown{
  display: flex;
  flex-wrap: wrap;  
  margin-top: 1em;
  gap: .7em;
  width: 350px;
}

.statBreakdown{
  width: 120px;
}

.statBreakdown p{
  font-size: 14px;
  font-weight: 600;
}

.statBreakdown span{
  font-size: 14px;
  color: #D4D4D4;
}

.leaderboardRankingChoices ul{
  display: flex;
  list-style: none;
  gap: 1em;
  margin-left: .2em;
  margin-top: 2em;
}

.leaderboardRankingChoices ul li{
  font-size: 15px;
  cursor: pointer;
}

.rankingTabActive{
  border-bottom: 1px solid #fff;
  padding-bottom: .7em;
}

.sortTHeaders{
  display: flex;
}

.privateUserRankingSelf .sortTHeaders th:first-child{
  width: 130px;
}

.personalStatsRowCommunity{
  margin-top: 1em;
  position: relative;
}

.personalStatsRowCommunity:after{
  content: "";
  position: absolute;
  bottom: -.7em;
  width: 30px;
  height: 1px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.personalStatsRowCommunity .privateUserRankingSelf td, th {
  /* border: 1px solid #333; */
  /* outline: 1px solid red; */
  text-align: left;
  padding: 5px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.privateUserRankingSelf .sortTHeaders td:first-child{
  width: 130px;
}

.privateUserRankingSelf .sortTHeaders td{
  width: 32px;
  font-size: 14px;
}

.pRankUserName{
  font-weight: bold !important;
}

.privateTopPlayNow{
  position: absolute;
  left: -1.25em;
  margin-top: 1em;
}

.publicPlayNowReplayBtn{
  position: absolute;
  left: -1.61em;
  margin-top: .25em;
}

.publicRankingsCommunity{
  position: relative;
  margin-top: 1em;
}

.publicRankingsCommunity td, .publicRankingsCommunity th {
  padding: 5px;
  padding-bottom: 0;
  /* outline: 1px solid red; */
}

.sortPublicRankUserList{
  border-bottom: 1px solid #fff;
  padding-bottom: .5em;
  position: relative;
  /* outline: 1px solid red; */
}

.sortPublicRankUserList:not(:first-child){
  margin-top: .2em;
}

.publicRankingsCommunity .sortTHeaders td{
  font-size: 14px;
}

.addSpaceRanking{
  width: 101px;
}

.rankSpacingColumn{
  width: 32px;
  position: relative;
  left: -.9em;
}

.addSpacingPlayerPublicName{
  width: 92px;
}

.accuracyAddSpacingCol{
  width: 45px;
}

.publicRankingIcon{
  width: 39px;
}

.undoAddSpacingRank{
  width: 31px;
}

.privateUserRankingSelf .publicRankingIcon{
  width: 38px;
}

.rankTopSpacingEs{
  width: 41px !important;
}

.rankTopSpacinger{
  width: 30px !important;
}

.addSpaceMainTwoE{
  width: 153px !important;
}

.rankTitleCommunityTab{
  width: 52px;
}

.hideCommunityTab{
  cursor: pointer;
  width: 25px;
  height: 5px;
  background: #FFFFFF;
  display: inline-block;
  position: relative;
  top: .1em;
  left: 3.37em;
  right: 0;
  border-radius: 1.5px;
}

.expandCommunityTabBtn{
  position: absolute;
  left: .40em;
  top: 0.1em;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.tabCommunityH1Title{
  display: flex;
  align-items: center;
  margin-top: 1.3em;
}

.socialOneIcon{
  position: relative;
  /* left: .32em; */
}

.resultScreen{
  position: absolute;
  left: 0; 
  right: 0; 
  top: 20%;
  z-index: 999;
  margin-left: auto; 
  margin-right: auto; 
  width: 650px;
  height: 490px;
  border-radius: 10px;
  background: #005dff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #005dff 0%,
    #0150d8 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: #171717; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dff', endColorstr='#0150d8',GradientType=0 ); /* IE6-9 */
}

.resultScreen{
  display: flex;
  box-sizing: border-box;
  padding-top: 2em;
  flex-direction: column;
  align-items: center;
}

.resultScreen h1{
  color: #FFFFFF;
  margin-bottom: 1em;
}

.resultScreenScore{
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.resultScreenScore h2{
  display: flex;
  /* gap: 1.2em; */
  justify-content: space-between;
  width: 260px;
  color: #FFFFFF;
  text-align: left;
}

.scorePadded{
  width: 95px;
}

.resultScreenScore h2 span{
  font-weight: 400;
}

.resultScreen p{
  margin-top: 2em;
  font-size: 25px;
  width: 400px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.submitReplayBtns{
  display: flex;
  gap: 1em;
  margin-top: 2em;
}

.submitReplayBtns button{
  width: 100px;
  height: 40px;
  outline: none;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}

.submitReplayBtns button:first-child{
  background: rgb(27, 163, 27);
}

.submitReplayBtns button:last-child{
  background:rgb(163, 27, 27);
}

.resultScreen{
  display: none;
}

.endOfLessonText{
  font-size: 23px !important;
  position: relative;
  top: .2em;
  color: #fff !important;
  opacity: 1 !important;
}

.clickMe{
  position: absolute;
}

.globalTimer{
  display: none;
}

.communityLessonTab{
  /* display: none; */
}
.communityLeaderboardTab{
  display: none;
}

.sortPublicRankUserList img, .privateTopPlayNow{
  cursor: pointer;
}

.sortPublicRankUserList img{
  position: relative;
  left: -1.9em;
}

.privateTopPlayNow{
  position:absolute;
  top: 2.5em;
}

#copyShareURL{
  display: none;
}

.urlDoesntExist{
  background: #171717;
  color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
  width: 450px;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 34%;
  z-index: 999999;
  margin-left: auto;
  margin-right: auto;
  padding: 3.2em 4em;
  display: none;
}

.urlDoesntExist p{
  font-size: 14px;
  margin-top: .5em;
  line-height: 20px;
}

.urlDoesntExist span{
  font-size: 26px;
  position: absolute;
  top: .5em;
  right: 1em;
  cursor: pointer;
}

/* Cursor */
.cursorSize{
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  outline: 1px solid #171717; 
  z-index: 9999999;
  pointer-events: none;
  opacity: 0;
}

/* Welcome Tooltip */
.welcomeToolTipGuide{
  background: #171717;
  color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 3px 5px rgb(0 0 0 / 12%);
  width: 450px;
  height: 140px auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 34%;
  z-index: 99994499;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 1em 2em;
  padding-bottom: 1.5em;
  max-height: 200px auto;
  display: none;
}

.welcomeToolTipGuide h1{
  border-bottom: 1px solid #ffffff;
  width: 110px auto;
  padding-bottom: .2em;
}

.controlToolTipsOnboard{
  display: flex;
  justify-content: space-between;
}

.onboardControls{
  display: flex;
  gap: 1em;
}

.onboardControls button{
  background: transparent;
  color: #FFFFFF;
  font-size: 23px;
  font-family: 'poppins', sans-serif;
  font-weight: 600;
  cursor: pointer;
}

.onboardExplainerText{
  font-size: 14px;
  line-height: 21px;
  margin-top: 1em;
}

.onboardStep1:before{
  content: "";
  position: absolute;
  transform: rotate(45deg);
  top: -6.5px;
  width: 25px;
  height: 25px;
  background: #171717;
}

.onboardStep2:before{
  content: "";
  position: absolute;
  transform: rotate(45deg);
  right: -6.5px;
  top: 50px;
  width: 25px;
  height: 25px;
  background: #171717;
}

.onboardStep3:before{
  content: "";
  position: absolute;
  transform: rotate(45deg);
  bottom: -6.5px;
  left: 13.5em;
  width: 25px;
  height: 25px;
  background: #171717;
}

.onboardStep4:before{
  content: "";
  position: absolute;
  transform: rotate(45deg);
  left: -6.5px;
  top: 50px;
  width: 25px;
  height: 25px;
  background: #171717;
}

.onboardLeft{
  opacity: 0.6;
}

.skipOnboardingProcess{
  position: relative;
  font-size:14px;
  text-transform: uppercase;
  font-weight: bold;
  top: -.17em;
  left: .2em;
  border:1px solid #fff;
  padding: .05em .5em;
  border-radius: 2px;
  margin-left: .5em;
  margin-right: .3em;
  cursor: pointer;
}

/* Subscribe */
.subscriberChoiceOptions{
  width: 1080px;
  height: 600px;
  display: flex;
  margin: 0 auto;
  margin-top: 2em;
  border-radius: 30px;
  background: #111111;
  color: #FFFFFF;
  box-sizing: border-box;
  flex-direction: column;
  z-index: 9999999;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.subscriberChoiceOptions h1{
  font-family: Helvetica, sans-serif;
  margin-bottom: .6em;
}

.subscriberChoiceOptions p{
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  color: #999999;
}

.pricingTable{
  border-top: 1px solid #252525;
  padding: 0em 3em;
  display: flex;
}

.pricingHeader{
  padding: 2.3em 3em;
}

.pricingTable ul{
  list-style: none;
}

.pricingTable .pricingContainer{
  width: 240px;
  height: 442px;
  border-right: 1px solid #252525;
  padding-top: 2em;
  padding-right: 1em;
}

.pricingContainer:nth-child(2){
  width: 260px;
  padding-right: 2em;
}

.pricingContainer:nth-child(3){
  padding-right: 2em;

  width: 260px;
}

.pricingContainer:last-child{
  border-right: none;
}

.pricingContainer:not(:first-child){
  padding-left: 3em;
}

.pricingTable ul li:nth-child(2){
  font-size: 30px;
  font-weight: bold;
  color: #00ccff;
  margin-top: .2em;
}

.pricingTable .pricingContainer .billMonthly{
  width: 150px;
  height: 40px;
  border-radius: 7px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  background: #0f2429;
  color: #00ccff;
  margin-top: .6em;
  margin-bottom: 2em;
}

.proPerk{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: .6em;
  display: flex;
  gap: 1em;
  align-items: center;
}

.proPerk div{
  width: 15px;
  height: 15px;
  background: #00ccff;
  border-radius: 3px;
}

.pricingContainer ul{
  position: relative;
  height: 100%;
  width: 200px;
}

.pricingContainer ul button{
  width: 170px;
  height: 45px;
  background-color: #0abfff;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  bottom: 2em;
}

.pricingContainer ul li{
  white-space: nowrap;
}

.pricingContainer ul li span:first-child{
  border-radius: 3px;
  padding: .2em .8em;
  font-size: 12px;
  margin-left: .6em;
  background: #30833c;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

.billDisplay{
  font-size: 15px;
}

.pricingHeader .closePricing{
  position: absolute;
  right: 0;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.pricingHeader .closePricing:hover{
  color: rgb(164, 56, 56);
  transition: .2s ease-in-out;
}

.pricingHeader h1{
  position: relative;
}

.yearlyPricingContainer{
  color: rgb(107, 219, 97);
}

.yearlyPricingContainer .billPrice{
  color:rgb(107, 219, 97) !important;
}

.yearlyPricingContainer .proPerk div{
  background: rgb(107, 219, 97);
}

.yearlyPricingContainer ul li:first-child{
  color: #FFF;
}

.pricingContainer li .oneTimeNotice{
  background: #1e4a9d !important;
}

.yearlyPricingContainer .proPerk{
  color: #fff;
}

.yearlyPricingContainer .billDisplay{
  background: rgba(63, 149, 55, 0.556) !important;
  color: rgb(138, 234, 129) !important;
}

.yearlyPricingContainer button{
  background: rgb(93, 186, 85) !important;
}

.pricingContainer:nth-child(3) button{
  background: #1e4a9d !important;
}

.pricingContainer ul li{
  position: relative;
}

.pricingMoreInfo{
  position: relative;
  right: .5em;
  cursor: pointer;
  z-index: 999;
}

.monthlyTeacherPackage{
  color: #9900ff;
}
.monthlyTeacherPackage .billPrice{
  color:#9900ff !important;
}

.monthlyTeacherPackage .proPerk div{
  background: #9900ff;
}
.monthlyTeacherPackage ul li:first-child{
  color: #FFF;
}
.monthlyTeacherPackage .proPerk{
  color: #fff;
}

.monthlyTeacherPackage .billDisplay{
  background: #1f0f29 !important;
  color: #9900ffd0 !important;
}

.monthlyTeacherPackage button{
  background: #9900ff !important;
}

.proPerk{
  position: relative;
}

.proDescBox{
  position: relative;
  background: none !important;
}

.proToolTipInformation{
  width: 330px !important;
  height: 30px auto;
  background: #313131 !important;
  position: absolute;
  left: -9.5em;
  top: 1.7em;
  z-index: 100;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5em 2em;
  border-radius: 7px !important;
  white-space: normal !important;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  z-index: 9999;
}

.proToolTipInformation p{
  color: #FFFFFF;
  padding: 3em !important;
  white-space: normal !important;
}

.proToolTipInformation{
  cursor: pointer;
  display: none;
}

.customProfilePage{
  width: 580px;
  height: 240px;
  display: flex;
  margin: 0 auto;
  margin-top: 2em;
  border-radius: 30px;
  background: #111111;
  color: #FFFFFF;
  box-sizing: border-box;
  flex-direction: column;
  z-index: 9999999;
  position: absolute;
  left: 0;
  right: 0;
  top: 5%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 3em;
  display: none;
}

.customProfilePage h1{
  color: #82eb82;
  font-size: 40px;
  margin-bottom: .3em;
}

.customProfilePage p{
  color: #b6b8ba;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 1em;
}

.profileTabCategory h4{
  text-transform: uppercase;
  font-size: 14px;
}

.customProfilePage .profileAlignment{
  display: flex;
  justify-content: space-between;
}

.closeProfilePage{
  position: absolute;
  right: .8em;
  color: #FFFFFF;
  transition: .2s ease-in-out;
  cursor: pointer;
}

.closeProfilePage:hover{
  color: rgb(164, 56, 56);
  transition: .2s ease-in-out;
}

.doNotShow{
  display: none !important;
}

.onevone{
  background: rgb(57, 167, 49);
  font-weight: 600;
  font-size: 12px;
  border-radius: 2px;
  margin-left: .5em;
  padding: .2em .6em;
}

.challengeModeGUI{
  width: 850px;
  height: 420px auto;
  padding: 2em 6em;
  background: #121316;
  border-radius: 10px;
  left: 0;
  right: 0;
  top: 2%;
  z-index: 999;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1em;
  display: none;
}

.doNotAppear{
  display: none !important;
}

.challengeModeGUI button{
  width: 200px;
  height: 50px;
  background: #1a721a;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 3px;
  cursor: pointer;
}

.recentSubmissionsContainer{
  position: relative;
}

.lessonTitleImg{
  display: flex;
  position: relative;
}

.lessonTitleImg span{
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0b2f6e;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  width: 100%;
  opacity: .7;
}

.flMenuLeft{
  padding: 1.7em 3em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.flyoutMenu{
  background: #111111;
  margin-top: 2em;
  border-radius: 30px;
  position: absolute;
  z-index: 0;
  /* top: 5%; */
  top: 70px;
  width: 830px;
  height: 415px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.331);
  overflow: hidden;
  /* display: none; */
  opacity: 0;
}

.menuTriangle{
  opacity: 0;
  /* display: none; */
}

.flMenuTabGroup{
  display: flex;
  gap: 1em;
  align-items: center;
}

.flImgTab{
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: #f4f6f8;
}

.flMenuContent{
  color: #ffffffdc;
}

.flMenuContent h2{
  font-size: 18px;
}

.flMenuContent p{
  color: #9da1a4;
  font-size: 12px;
  margin-top: .2em;
}

.flMenuTabGroup{
  padding: 1em;
  max-width: 400px;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.flGroupActive{
}

.flMenuTabGroup:not(.flyoutMenuTopNavigation .flMenuTabGroup):hover{
  background: #1e1e1f;
  padding: 1em;
  max-width: 350px;
  border-radius: 10px;
  transition: .2s ease-in-out;
}

.flyoutMenuTopNavigation{
  padding: 1.5em 3em;
  display: flex;
  flex-direction: row;
  padding-bottom: 0em;
  border-bottom: 1px solid rgba(254, 254, 254, 0.104);
  width: 100%;
  align-items: center;
  padding-bottom: 1.5em;
}

.flyoutMenuTopNavigation .flMenuTabGroup{
  padding: 0;
}

.flyoutMenuTopNavigation h3{
  color: #ffffffe5;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 1em;
}

.curriDesc{
  margin-right: 1em;
  padding-left: 1.15em;
}

.curriDesc p{
  color: #9da1a4;
  font-size: 12px;
  margin-top: .3em;
  max-width: 200px;
}

.arrowRightFlGroup{
  font-family: 'Inter', sans-serif;
  color: #ffffffe5;
  font-size: 20px;
  white-space: nowrap;
}

.flMenuLeft .flMenuContent{
  width: 185px;
}

.flMenuLeft span{
  color: #ffffffe5;
  font-weight: 700;
  padding-left: 1.1em;
  padding-bottom: .5em;
}

.flColumn{
  display: flex;
  flex-direction: column;
  gap: .3em;
}

.flMenuLeft{
  display: flex;
  flex-direction: row;
}

.flMenuLeft .flColumn:first-child{
  margin-right: 1.5em;
}

.loginDashColumn p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 19px;
  max-width: 350px;
}

.loginDashColumn span{
  padding-left: 0;
}

.loginDashColumn form{
	display: flex;
	flex-direction: row;
	gap: 1em;
  margin-top: 1em;  
  max-width: 400px;
  flex-wrap: wrap;
}

.loginDashColumn input{
	width: 160px;
	border-radius: 7px;
	height: 35px;
	border: none;
	outline: none;
	background: #191a1d;
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
  }

  .loginDashColumn p{
    margin-top: .9em;
  }

  .loginDashColumn input[type=submit]{
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
  font-weight: 600;
  }

  .loginFormAppBtn{
    background: #000 !important;
    color: #ffffff !important;
  }

  .flyoutMenu{
    /* display: none; */
  }
  
  .menuTriangle{
    position: absolute;
    left: 0;
    right: 0;
    top: 99px;
    border-radius: 7px;
    transform: rotate(136deg);
    margin-left: auto;
    margin-right: auto;
    width: 25px !important;
    height: 25px !important;
    background: #111111;
    z-index: 999999;
    /* display: none; */
    /* background: red; */
  }

  .flImgTab{
    position: relative;
  }
  
  .flyoutMenuTopNavigation .flImgTab::before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background: #ffffff;
    bottom: -1.5em;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: .2s ease-in-out;
    opacity: 0;   
  }

  .flyoutMenuTopNavigation .flMenuTabGroup{
    position: relative;
  }
  .selectedCoursePath::before{
    content: "";
    position: absolute;
    width: 41%;
    height: 1px;
    background: #ffffff;
    bottom: -1.5em;
    left: -1em;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: .2s ease-in-out;
    opacity: 1;   
  }

  .flyoutMenuTopNavigation .flImgTab{
    transition: .2s ease-in-out;
  }
  .flyoutMenuTopNavigation .flImgTab:hover{
    transition: .2s ease-in-out;
  }

  .flyoutMenuTopNavigation .flImgTab:hover::before{
    transition: .2s ease-in-out;
    opacity: 1;   
  }
 
  #mainMenuFlyOutBtn{
    background-color: #1b2b47;
    width: 45px !important;
    height: 45px !important;
    border-radius: 100%;
    position: relative !important;
    top: .1em;
  }

  .flyOutMenuActivated{
    border: 2px solid #3e5f72 !important;
    transition: border-bottom 0.2s ease-in-out;
    border-bottom: 2px solid #84a7bb !important;
  }

  .flyOutMenuActivated:hover{
    transition: border-bottom 0.2s ease-in-out;
  }

  .flyOutSClass{
    border: 2px solid transparent;
  }

  .flyOutSClass:hover{
    border: 2px solid #3e5f72;
  }

  .radialGlowRight{
    border: 2px solid #3e5f72;
    border-right: 2px solid #84a7bb !important;
    border-bottom: 2px solid #3e5f72 !important;
  }

  .radialGlowLeft{
    border: 2px solid #3e5f72;
    border-left: 2px solid #84a7bb !important;
    border-bottom: 2px solid #3e5f72 !important;
  }

  /* #mainMenuFlyOutBtn:hover{
    outline: none;
    border: none;
  } */

  #mainMenuFlyOutBtn img{
    position: relative;
    top: .18em;
    filter: invert(88%) sepia(89%) saturate(1%) hue-rotate(187deg) brightness(109%) contrast(97%);
  }

  .columnNotice{
    border-radius: 3px;
    font-size: 12px;
    margin-left: 0.6em;
    background: #30833c;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: .2em .5em;
    color: #ffffff !important;
    margin-top: 0 !important;
    position: relative;
    top: -.15em;
  }

  .loginDashColumn span{
    font-size: 21px;
    font-weight: 700;
  }

  .loginDashColumn ul li{
    color: #ffffff;
    font-size: 14px;
    list-style: none;
  }

  .loginDashColumn ul li:first-child{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0.47em;
    color: #ffffffdc;
  }

  .loginDashColumn ul li:not(:first-child){
    margin-bottom: 0.25em;
    cursor: pointer;
    color: #9da1a4;
  }

  .loginDashColumn ul li:not(:first-child):hover{
    color: #ffffffdc;
  }

  .categoriesGroupAll{
    display: flex;
    flex-direction: column;
    gap: .5em;
  }

  .cateRow{
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    width: 400px;
  }

  .lessonCategoriesExpandedFull ul li{
    width: 80px;
  }

  .allCategoriesTitleLabels{
    margin-top: -.3em;
  }

  .columnPremiumNotice{
    background: #fde770;
    color: #000000 !important;
  }

  .loginDashColumn .subOptions{
    display: flex;
    flex-direction: column;
    gap:1em;
    margin-top: 1em;
    }
    
  .loginDashColumn .subOptions button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    width: 160px;
    border-radius: 7px;
    height: 35px;
    border: none;
    outline: none;
    background: #191a1d;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    background: #297410;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
  }

  .loginDashColumn .subOptions button img{
    filter: invert(15%) sepia(69%) saturate(7492%) hue-rotate(6deg) brightness(71%) contrast(132%);
  }

  .defaultMenuInfo{
    position: relative;
  }

  .allCategoriesTitleLabels{
    position: relative;
    left: -50px;
    opacity: 0;
  }

  .makeScrollable{
    overflow: auto;
    max-height: 225px;
  }

  .activeMenuTabType{
    background: #1e1e1f;
    padding: 1em;
    max-width: 350px;
    border-radius: 10px;
    transition: .2s ease-in-out;
  }

  .flLessonTabOption, .flReferencesTabOption{
    position: relative;
  }

  .flLessonTabOption, .flReferencesTabOption{
    opacity: 0;
  }

  .returnToMenuMain{
    font-family:Inter;
    position:absolute;
    right:1.5em;
    top:.1em;
    cursor: pointer;
  }

  .returnToMenuMain::before{
    content: "";
    width: 100px;
    height: 30px;
    background: transparent;
    position: absolute;
    right: 0;
  }

  .desktopNavigationTop, .mobileNavigationTop{
    display: none;
  }

.accountLoggedInfo{
  margin-top: -.3em !important;
}

.accountLoggedInfo span{
  font-size: 13px !important;
  margin-left: .5em;
}

#loginPanelJoinDate{
  font-size: 13px !important;
  margin-left: .5em;
}

.nameGlowMe{
  font-size: 13px !important;
}

.flImgTab{
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../images/courseThumb.png');
  background-size: cover;
  overflow: hidden;
}

.flImgTab p{
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: #891356;
  padding: .3em 1.6em;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  transform: rotate(-42deg);
  position: relative;
  /* #328741 */
}

.curriDesc h3{
  white-space: nowrap;
  position: relative;
}