* {
  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;
}

button {
  outline: none;
}

#quiz-images {
  display: none;
}

#content {
  padding: 3px 0 0 0;
  max-width: 80%;
  margin: auto;
  margin-top: 0.1em;
}

#user-navigation {
  display: flex;
}

header nav {
  display: flex;
  justify-content: space-between;
  padding: 0.5em 6em;
  align-items: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027);
}

header nav ul {
  list-style: none;
  display: flex;
  align-items: center;
}

header nav ul li:last-child {
  display: flex;
}

#user-panel {
  display: flex;
  flex-direction: column;
}

#user-navigation ul li {
  font-size: 14px;
  font-family: rubik, sans-serif;
  color: #454545;
  cursor: pointer;
}

#user-panel {
  margin-left: 1em;
  align-self: center;
}

#user-panel p {
  font-size: 14px;
  font-family: rubik, sans-serif;
  color: #454545;
  margin-top: 0.3em;
}

#user-panel p:first-child {
  font-weight: 600;
}

#user-panel p:last-child {
  color: #5f5f5f;
  font-size: 12px;
}

.option {
  margin: 0 1em;
  /* margin-top: 20px; */
  margin-right: 1em;
}

.option:hover {
  cursor: pointer;
  color: #4d89f5 !important;
}

#support-btn {
  margin-right: 2em;
  padding-right: 1em;
}

#menu-btn {
  cursor: pointer;
  display: flex;
  align-self: center;
  margin-left: 1em;
}

#homepage-section {
  display: flex;
  width: 100%;
}

#hr {
  border-bottom: 1px solid #70707036;
}

#homepage-category {
  color: #5f616ad0;
  width: 190px;
  font-size: 30px;
  align-self: center;
  margin-left: 0%;
  font-weight: 600;
}

#homepage-nav {
  display: flex;
  width: 90%;
  justify-content: center;
}

#nav-items {
  display: flex;
}

#homepage-nav p {
  margin: 0 1.5em;
  color: #3a3a3e70;
  font-size: 16px;
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-style: normal;
  align-self: center;
  cursor: pointer;
  padding: 2em 0;
}

#homepage-nav p:first-child {
  color: #4e88f5 !important;
  border-bottom: 3px solid #4e88f5;
}

#welcome-banner {
  margin-top: 4em;
}

#welcome-banner h4 {
  margin-bottom: 1em;
  font-weight: 600;
  font-family: poppins, sans-serif;
}

#dash-banner {
  position: relative;
}

#banner-text {
  position: absolute;
  top: 23%;
  color: #ffffff;
  left: 6%;
}

#banner-text h1 {
  font-size: 24px;
  font-weight: 600;
  font-family: poppins, sans-serif;
}

#banner-text p {
  font-size: 16px;
  max-width: 350px;
  line-height: 20px;
  font-weight: 400;
  font-family: rubik, sans-serif;
  margin-top: 0.5em;
}

#banner-text button {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 6px;
  color: #ffffff;
  padding: 9px 25px;
  font-weight: bold;
  margin-top: 1em;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

#banner-text button:hover {
  transition: 0.2s ease-in-out;
  background: #ffffff;
  color: #333;
}

#app-content {
  display: flex;
  justify-content: center;
  padding: 3px 0 0 0;
  max-width: 90%;
  margin: auto;
  margin-top: 0.1em;
  padding-bottom: 5em;
}

#homepage-programs {
  display: flex;
  flex-direction: row;
  margin-top: -2em;
}

#homepage-field-left {
}

#bg-shade {
  background: #fafafa;
}

#improvement-tracker {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#need-improve {
  background: #ffffff;
  height: 310px;
  width: 60%;
  margin-bottom: 2em;
  /* margin-top: 2em; */
}

.tracker-expanded {
  width: 100% !important;
  height: 535px !important;
}

.column-entries {
  display: flex;
  justify-content: space-around;
}

.entry-left {
  width: 50%;
}

.entry-right {
  width: 50%;
}

#latest-quiz {
  background: #ffffff;
  height: 310px;
  width: 100%;
  margin-bottom: 1em;
}

#popular-lessons {
  width: 38%;
  height: 310px;
  margin-top: 2.5em;
  background: #ffffff;
  border-radius: 20px;
  margin-left: 1.5em;
}

#need-improve h3 {
  font-weight: 600;
  color: #464646;
  font-family: poppins, sans-serif;
}

.column-title {
  display: flex;
  padding: 2em 3em;
  justify-content: space-between;
}

.column-title p {
  align-self: center;
  font-weight: 500;
  font-family: rubik, sans-serif;
  font-size: 14px;
}

#view-all-tracking {
  cursor: pointer;
}

#user-exp-text {
  color: #464646;
  font-weight: 400;
  font-family: rubik, sans-serif;
  font-size: 14px;
  align-self: flex-end;
  min-width: 50px;
  max-width: 50px;
  margin-right: 1.5em;
}

#progress-hr {
  border-bottom: 1px solid #70707028;
  width: 83%;
  height: 1px;
  margin: 0 auto;
  padding-top: 1.5em;
}

.improve-entry:not(:first-child) {
  display: flex;
  flex-direction: column;
  margin-top: 2em;
}

.percent-text {
  position: relative;
  top: -1px;
  font-size: 12px;
  font-family: rubik, sans-serif;
}

.percent-text:first-child {
  color: #32b727;
}

.percent-text:last-child {
  color: #b72727;
}

.course-data {
  display: flex;
  justify-content: space-between;
  padding: 0em 3em;
}

.expanded-data {
  width: 100%;
}

.course-bar {
  display: flex;
  width: 60%;
  position: relative;
  top: 3px;
}

#green-bar {
  margin-left: 1em;
  width: 70%;
  height: 8px;
  background: #32b727;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

#red-bar {
  margin-right: 1em;
  width: 30%;
  background: #b72727;
  height: 8px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.lesson-text {
  color: #464646;
  font-weight: 400;
  font-family: rubik, sans-serif;
  font-size: 14px;
  align-self: flex-end;
}

.lesson-text span {
  color: rgba(53, 53, 53, 0.616);
  font-family: rubik, sans-serif;
  padding: 0 0.5em;
}

#column-popular-lessons {
  padding: 0em 3em;
  position: relative;
}

#column-popular-lessons p {
  border-bottom: 1px solid #70707028;
  padding-bottom: 2em;
  padding-top: 0em;
}

#column-popular-lessons p:not(:first-child) {
  border-bottom: 1px solid #70707028;
  padding-bottom: 1em;
  padding-top: 1em;
}

#homepage-field-right {
  /* outline: 1px solid red; */
  display: flex;
  flex-direction: column;
}

#currently-learning {
  width: 400px;
  height: 315px;
  margin-left: 5em;
}

.curr-learn-one {
  margin-top: 6em;
}

.learning-entry {
  width: 362px;
  height: 105px;
  cursor: pointer;
  display: flex;
  margin-bottom: 1.3em;
  margin-top: 1em;
  justify-content: space-between;
}

.learning-entry img {
  margin-left: 1.3em;
  margin-right: 1em;
}

.entry-text-desc p:first-child {
  color: #ffffff;
  font-family: rubik, sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.entry-text-desc p:last-child {
  color: #fffffff8;
  font-family: rubik, sans-serif;
  font-weight: 400;
  margin-top: 0.4em;
  font-size: 14px;
}

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

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

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

.entry-menu {
  display: flex;
  width: 20px;
  flex-direction: column;
  margin-right: 2em;
  padding-top: 1.2em;
  order: 2;
  align-items: flex-end;
}

#entry-center {
  display: flex;
  align-items: center;
}

.menu-dot {
  background: #ffffff;
  width: 7px;
  height: 7px;
  margin: 0.2em 0;
  border-radius: 60px;
}

.right-col-title {
  color: #454545;
  font-size: 22px;
  font-family: poppins, sans-serif;
  font-weight: 600;
}

#entry3-text {
  color: #774f28;
}

#entry4-text {
  color: #703b6a;
}

#quiz-container {
  display: flex;
  align-content: center;
  align-items: center;
}

#quiz-image img {
  margin-right: 2em;
}

#quiz-desc {
  align-self: flex-start;
  margin-top: 0.5em;
  width: 100%;
}

#quiz-header {
  display: flex;
  margin-bottom: 1em;
}

#quiz-header h3 {
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 500;
  padding-right: 0.5em;
}

#quiz-header button {
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #4b83eb;
  border: 1px solid #4b83eb;
  background: #ffffff;
  border-radius: 3px;
  line-height: 34px;
  width: 85px;
  height: 32px;
  font-weight: 500;
  position: relative;
  top: -0.5em;
  cursor: pointer;
}

#quiz-container {
  display: flex;
  width: 100%;
}

#quiz-chapters {
  width: 100%;
}

.quiz-module {
  display: flex;
  /* flex-wrap: wrap; */
  width: 100% !important;
  justify-content: space-between;
}

.quiz-chapter-desc {
  flex-wrap: wrap;
  display: flex;
  min-width: 40%;
  justify-content: space-between;
}

.quiz-top {
  display: flex;
  align-items: center;
  min-width: 120px;
  justify-content: space-between;
}

.quiz-top p:first-child {
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #2c2c2cce;
}

.quiz-top p:last-child {
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13.5px;
  margin-left: 1em;
  align-self: flex-end;
}

.quiz-bottom p {
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13.5px;
  padding-top: 0.3em;
  color: #848484;
}

.review-quiz-btn {
  background: #4b83eb;
  color: #ffffff;
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13.5px;
  width: 85px;
  height: 31px;
  border-radius: 3px;
  border: 1px solid #4b83eb;
  cursor: pointer;
  margin-left: 1em;
}

.quiz-correct {
  color: #38d12b;
  font-weight: 500;
  font-family: rubik, sans-serif;
  font-style: normal;
}

.quiz-incorrect {
  color: #848484;
  font-weight: 400;
  font-family: rubik, sans-serif;
  font-style: normal;
}

.border-quiz {
  padding: 0 !important;
  padding-bottom: 1em !important;
  width: 100% !important;
}

#quiz-mod-right {
  padding-right: 0em;
}

#quiz-arrow-left {
  margin-left: 3em;
  margin-right: 2em;
}

#quiz-arrow-right {
  position: relative;
  right: 0.5em;
  margin-right: 2em;
  margin-left: 3em;
}

#quiz-arrow-right,
#quiz-arrow-left {
  cursor: pointer;
}

footer {
  background: #fafafa;
  padding-bottom: 3em;
}

footer ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  /* margin-top: 3em; */
  padding-top: 3em;
}

footer ul li {
  margin: 0 1.5em;
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #7d8597;
  cursor: pointer;
}

footer ul li:hover {
  color: #606879;
}

#improve-basic {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.improve-stats {
  display: flex;
}

#what-need-improve {
  background: #ffffff;
  padding: 0em 3em;
  padding-top: 2em;
  margin-top: 2.5em;
  border-radius: 20px;
}

.improvement-basic-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.2em;
}

.bar-length {
  display: flex;
  width: 230px;
}

.improve-bar-green {
  margin-left: 1em;
  width: 70%;
  height: 8px;
  background: #32b727;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.improve-bar-red {
  margin-right: 1em;
  width: 30%;
  background: #b72727;
  height: 8px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.stat-text {
  color: #464646;
  font-weight: 400;
  font-family: rubik, sans-serif;
  font-size: 14px;
  align-self: flex-end;
  margin-right: 7em;
  min-width: 108px;
  max-width: 108px;
}

.percent-bar-text:first-child {
  color: #32b727;
}

.red-text:last-child {
  color: #b72727;
}

.percent-bar-text {
  position: relative;
  top: -1px;
  font-size: 12px;
  font-family: rubik, sans-serif;
}

#view-all-home {
  align-self: center;
  font-weight: 500;
  font-family: rubik, sans-serif;
  font-size: 14px;
  align-self: flex-end;
  justify-self: flex-end;
}

#progress-hr-main {
  border-bottom: 1px solid #70707028;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  padding-top: 1.5em;
}

.skill-improve-task {
  margin-bottom: 2em;
}

#home-modules {
  display: flex;
}

#view-all-home {
  cursor: pointer;
}

#page-container {
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto;
}

.course-option img {
  cursor: pointer;
}

#course-option {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 2em;
}

.course-option-container button {
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #707070;
  background: transparent;
  cursor: pointer;
  border: 1px solid transparent;
}

#option-btn-active {
  border: 1px solid #5484dd;
  background: transparent;
  height: 39px;
  color: #4b83eb;
  width: 116px;
  border-radius: 3px;
  margin: 0 2em;
  margin-left: 0;
}

.course-option-filters p {
  cursor: pointer;
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #707070;
}

.course-title {
  margin-top: 1.7em;
  margin-bottom: 1.3em;
  font-size: 36px;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #131313;
  text-align: center;
}

.homepage-courses {
  max-width: 1300px;
}

.course-block {
  box-shadow: 8px 9px 0px rgba(209, 219, 239, 0.29);
}

section.homepage-courses {
  margin-top: 15em;
}

.pricing-page {
  margin-top: 4em !important;
}

.homepage-courses .container-courses {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.notes-title {
  margin-top: 0em;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  font-family: poppins, sans-serif;
}

.course-tile img {
  border-top-right-radius: 7px;
}

.course-tile {
  display: flex;
  height: 108px;
  width: 310px;
}

.tile-inactive {
  background: #cbcbcb1c !important;
}

#course-container {
  display: flex;
  flex-direction: row;
  padding: 2em;
  padding-right: 0em;
  padding-bottom: 3em;
  width: 376px;
  background: #ffffff;
  margin-right: 3em;
  margin-bottom: 3em;
}

.course-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 1em;
  margin-top: 0.7em;
  align-content: center;
  align-items: center;
}

.notes-desc {
  align-content: flex-start;
  align-items: flex-start;
}

#course-desc-title {
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #2c2c2c;
}

.course-text {
}

#course-desc-small {
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #5f5f5fde;
  margin-top: 0.2em;
}

.course-desc button {
  font-family: rubik, sans-serif;
  font-style: normal;
  border: 1px solid #4e88f5;
  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;
}

.course-desc button:hover {
  background: #4e88f5;
  color: #ffffff;
  transition: 0.2s ease-in-out;
}

.container-courses {
  display: flex;
  width: 113%;
  flex-wrap: wrap;
}

.notes-btn {
  display: flex;
}

.notes-btn button {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
}

.notes-btn button img {
  margin-bottom: 0.2em;
}

.notes-btn button {
  width: 83px;
  margin-right: 1em;
}

.notes-btn button:last-child {
  color: #ffffff;
  border: 1px solid #4e88f5;
  background: #4e88f5;
}

.notes-month {
  font-size: 32px;
  font-family: poppins, sans-serif;
  font-weight: 600;
  color: #454545;
  margin-top: 0.9em;
}

.notes-year {
  font-size: 18px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  color: #454545;
}

#container-app {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 3em;
  width: 100%;
}

#app-container {
  display: flex;
  flex-direction: column;
  width: 1452px;
}

.app-title-desc {
  margin-left: 3.5em;
}

#app-title {
  font-size: 25px;
  font-family: poppins, sans-serif;
  font-weight: 600;
  color: #454545;
}

#app-lesson,
#current-chapter {
  font-size: 16px;
  font-family: poppins, sans-serif;
  font-weight: 500;
  color: #454545a4;
  margin-bottom: 2em;
  margin-top: -0.4em;
}

#app-interface {
  background: #ffffff;
  width: 1401px;
  border-radius: 20px;
}

.activity-app {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  position: relative !important;
}

.activity-type-one {
  /* margin-left: 14%;
	margin-top: 3em; */
  display: flex;
  justify-content: space-evenly;
  margin-top: 0em !important;
  flex-wrap: wrap;
}

.activity-type {
}

.activity-type-one ul {
  list-style: none;
}

.activity-type-one ul li {
  background: #e4e8ed;
  border: 1px solid #e4e8ed;
  border-radius: 5px;
  width: 242px;
  height: 51px;
  margin: 1.2em 1em;
  font-size: 18px;
  font-family: poppins, sans-serif;
  font-weight: 600;
  color: #4d89f5;
  line-height: 51px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.activity-type-one ul li:hover {
  background: #95d6a2;
  color: #4f935d;
}

.twoQuestion {
  transition: 0.2s ease-in-out;
  list-style: none;
}

.activity-single-choice {
  transition: 0.2s ease-in-out;
  border-radius: 5px;
}

.activity-single-choice:hover {
  transition: 0.2s ease-in-out;
  border-radius: 3px;
}

.twoQuestion li:hover {
  background: #95d6a2;
  color: #4f935d;
  transition: 0.2s ease-in-out;
}

.activity-type-one ul li:hover > .activity-checkbox {
  /* background: #95D6A2;
	border: 2px solid #4F935D;
	transition: 0.2s ease-in-out; */
}

.activity-checkbox {
  position: relative;
  height: 50px;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.positionWrong {
  top: 3px;
}

.twoQuestion {
  background: #e4e8ed;
  border: 1px solid #e4e8ed;
  border-radius: 5px;
  width: 242px;
  height: 51px;
  /* margin: 1.2em 1em; */
  font-size: 18px;
  font-family: poppins, sans-serif;
  font-weight: 600;
  color: #4d89f5;
  line-height: 51px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.activity-correct-answer {
  background: #95d6a2 !important;
  color: #4f935d !important;
  transition: 0.2s ease-in-out !important;
  border: 0px solid transparent !important;
}

.activity-incorrect-answer {
  background: #df9393 !important;
  color: #ae5555 !important;
  transition: 0.2s ease-in-out !important;
  border: 0px solid transparent !important;
}

.activity-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid #4d89f5;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 0.8em;
  margin-left: 1em;
}

.activity-correct-checkbox {
  border: 2px solid #4f935d;
  transition: 0.2s ease-in-out !important;
}

.activity-incorrect-checkbox {
  border: 2px solid #ae5555;
  transition: 0.2s ease-in-out !important;
}

.activity-task {
  align-self: center;
}

.get-hint {
  display: flex;
  margin-bottom: 2em;
  margin-top: 0em;
  padding-right: 2em;
  right: 0;
  margin-top: 2em;
  /* bottom: 1em; */
  /* position: absolute; */
  justify-content: flex-end;
}

.get-hint button {
  border: 1px solid #4b83eb;
  border-radius: 3px;
  background: transparent;
  height: 39px;
  width: 116px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  cursor: pointer;
  color: #4b83eb;
  transition: 0.4s ease-in-out;
  outline: none;
  position: relative;
}

.get-hint button:hover {
  background: #4b83eb;
  transition: 0.4s ease-in-out;
  color: #ffffff;
}

.hint-module {
  width: 350px;
  height: 170px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 100;
  border-radius: 5px;
  display: none;
  box-shadow: 0px 4px 6px rgba(3, 3, 3, 0.3);
}

.hint-header {
  padding: 1em 1.5em;
  border-radius: 5px;
  background: #4d89f5;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.hint-header p {
  color: #fff;
  font-size: 16px;
  font-family: poppins, sans-serif !important;
  font-weight: 600 !important;
}

.hint-body {
  padding: 1em 1.5em;
}

.hint-body p {
  color: #fff;
  font-size: 16px;
  font-family: poppins, sans-serif !important;
  font-weight: 400 !important;
}

.activity-task img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

#close-hint-module {
  font-size: 24px;
  position: absolute;
  right: 1em;
  margin-top: -0.23em;
  cursor: pointer;
}

.app-in-use {
  width: 58% !important;
  /* width: 901px !important;
	min-width: auto !important; */
}

.app-start-col {
  /* padding-top: 1.2em;
	padding-left: 3em; */
}

.app-start-col h4,
.app-activity-col h4 {
  font-size: 25px;
  font-family: poppins, sans-serif;
  font-weight: 600;
  color: #454545;
}

.app-start-col p,
.app-activity-col p {
  font-size: 16px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  color: #5c3535;
  max-width: 96%;
  line-height: 26px;
}

.text-gap {
  margin-top: 1em;
  display: block;
  font-size: 16px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  color: #5c3535;
  max-width: 96%;
  line-height: 26px;
}

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

.gap-close {
  margin-top: 0.5em !important;
}

#app-controls {
  margin-top: 0em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3c5074+0,2b3c5a+100 */
  background: #3c5074; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #3c5074 0%,
    #2b3c5a 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #3c5074 0%,
    #2b3c5a 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #3c5074 0%,
    #2b3c5a 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5074', endColorstr='#2b3c5a',GradientType=0 ); /* IE6-9 */
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 61px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}

#app-tools {
  justify-self: flex-start;
  margin-left: 2.5em;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */

  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}

#app-tools img {
  cursor: pointer;
}

#app-controls span {
  color: #ffffff;
  font-size: 16px;
  font-family: poppins, sans-serif;
  font-weight: 600;
  /* max-width: 96%; */
  text-transform: uppercase;
  margin: 0 0.2em;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */

  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}

#app-browse {
  position: relative;
  margin: 0 auto;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
  display: flex;
}

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

.solo-two {
  margin-right: 0.5em !important;
}

.solo {
  width: 20px;
  text-align: center;
}

#app-current-page {
  width: 80px !important;
  height: 80px;
  text-align: center;
}

#app-next-btn {
  color: #ffffff !important;
}

.buttonActive {
  color: #ffffff !important;
  transition: 0.2s ease-in-out;
}

.buttonInactive {
  color: #ffffff9d !important;
}

#app-back-btn,
#app-next-btn {
  cursor: pointer;
}

#app-next-btn {
  color: #ffffff !important;
}

#app-current-page,
#app-page-divider,
#app-next-page {
  margin: 0 !important;
}

#app-next-page {
  margin-left: 0.1em !important;
}

#app-current-page {
  /* margin-left: 0.7em !important; */
}

#app-next-page {
  margin-right: 0.5em !important;
  margin-left: 0.2em !important;
}

#app-back-btn {
  margin-right: 0.5em !important;
}

.app-hyperlink {
  cursor: pointer;
  color: #4e88f5;
  font-size: 16px;
  font-family: poppins, sans-serif;
}

.app-in-use-p {
}

.app-in-use-h {
  margin-bottom: 0.1em;
  font-size: 30px;
  /* margin-top: .8em; */
}

.app-in-use-in {
  margin-top: 1em;
  font-size: 30px;
  display: flex;
  font-weight: bold;
  color: #000000;
}

.app-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.app-lesson-container {
  background: #4d89f5;
  width: 433px;
  height: 100%;
  margin-left: 4em;
  border-radius: 15px;
  padding-top: 1.6em;
  padding-left: 3em;
}

.app-left-side {
  display: flex;
  height: 445px;
}

.app-scroll {
  position: relative;
  top: 2em;
  right: 2em;
}

.lesson-container {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  font-family: poppins, sans-serif;
  display: flex;
  margin-top: 1em;
  flex-wrap: wrap;
}

.lesson-title {
  color: #ffffff;
}

.lesson-number {
  align-self: center;
  font-size: 24px;
}

.lesson-desc {
  margin-left: 2em;
}

.lesson-desc p:first-child {
  font-weight: bold;
}

.lesson-desc p:not(:first-child) p:last-child {
  color: #ffffff46 !important;
}

.lesson-status {
  margin-left: auto;
  margin-right: 3em;
  align-self: center;
}

.hr-line {
  margin-top: 0.5em;
  flex-basis: 89%;
  display: flex;
  height: 1px;
  background: rgba(248, 248, 248, 0.589);
}

.lesson-active {
  color: rgba(255, 255, 255, 0.555) !important;
}

.circle-checkbox {
  display: flex;
  justify-content: flex-end;
  margin-right: 2em;
  margin-top: -2em;
}

.act-answer {
  width: 20px;
  height: 20px;
  border: 2px solid #95d6a2;
  border-radius: 60px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}

.act-answer:hover {
  background: #3bff58;
  border: 2px solid #3bff58;
  transition: 0.2s ease-in-out;
}

.activity-cards-container {
  display: flex;
  margin-top: 0em;
  /* padding-bottom:2em; */
  justify-content: space-evenly;
  margin-left: 2em;
  margin-right: 2em;
  /* flex-wrap: wrap; */
}

.activity-card {
  background: #252d4a;
  width: 317px;
  height: 269px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 1em;
  margin: 0 0.3em;
}

.activity-card p {
  margin-top: 1.2em;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  font-family: poppins, sans-serif;
}

.activity-image {
  display: flex;
  justify-content: center;
  transform: scale(0.85);
}

.multiple-choice-single-image {
  transform: scale(0.75);
  margin-top: -1.2em;
}

#choice-container {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
}

.multiple-group {
  margin-top: -1.4em;
}

.multiple-group li {
  border: 2px solid transparent;
  border-radius: 2px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  padding-left: 0.3em;
  padding-right: 0.3em;
  transition: 0.2s ease-in-out;
  font-family: poppins, sans-serif;
}

.multiple-group li:hover {
  transition: 0.2s ease-in-out;
  border: 2px solid #29d142;
  background: #29d142;
}

.choice-letter {
  color: #fff !important;
  font-size: 13px;
  width: 20px;
  height: 20px;
  padding: 0.1em;
  font-weight: 500;
  text-indent: 55px;
  font-family: poppins, sans-serif;
}

.activity-card-title {
  font-size: 15px !important;
  font-weight: 600 !important;
}

.activity-true-false h3 {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  font-family: poppins, sans-serif;
}

.act-options {
  flex-direction: column;
  display: flex;
  margin-top: 2.1em;
}

.act-options img {
  margin: 0 auto;
}

.option-multiple {
  width: 242px;
  height: 51px;
  background: #e4e8ed;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
  margin: 0 0.6em;
}

.center-img {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin: 2em 0;
}

/* .option-multiple:hover{
	cursor: pointer;
	background: #95D6A2;
	color: #4F935D;
	transition: 0.2s ease-in-out;
} */

/* .option-multiple:hover > .activity-checkbox{
	border: 2px solid #4F935D;
	transition: 0.2s ease-in-out;
} */

.act-options img {
  /* width: 635px; */
}

.option-container {
  margin-top: 1.3em;
  display: flex;
  justify-content: space-between !important;
  flex-wrap: wrap;
}

.option-multiple {
  /* padding-left: .5em;
	padding-top: .7em;
	margin-bottom: 1em;
	font-weight: 600;
	font-size: 16px;
	color: #4D89F5;
	font-weight: 600;
	font-family: poppins, sans-serif; */
}

.art-color-panel {
  display: flex;
}

.art-large {
  margin-top: 1em;
}

.matching-art {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.match-words ul {
  margin-top: 1em;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
  justify-content: space-between;
}

.match-words ul li {
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  color: #4d89f5;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  border: 2px solid transparent;
  font-family: poppins, sans-serif;
}

.match-words ul li:hover {
  border: 2px solid #4d89f5;
  border-radius: 2px;
  transition: 0.2s ease-in-out;
}

.art-color-panel {
  margin-top: 1em;
}

.color-panel {
  cursor: pointer;
  width: 108px;
  height: 35px;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  font-weight: 500;
  font-family: poppins, sans-serif;
}

.panel-one {
  background: #5570ad;
}

.panel-two {
  background: #80b4b0;
}

.panel-three {
  background: #c3d68c;
}

.panel-four {
  background: #c88c71;
}

.mix-left {
  width: 33%;
  display: flex;
}

.shape-rectangle {
  width: 60px;
  height: 185px;
  background: #4d89f5;
  border-radius: 5px;
}

.shape-square {
  width: 55px;
  height: 55px;
  border-radius: 5px;
  border: 2px solid #4d89f5;
  border-style: dashed;
  /* background: rgba(204, 204, 204, 0.37); */
}

.color-mix .group-two .shape-square {
  margin-left: 2em;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.question-checkbox {
  align-self: center;
  margin-left: 1.5em;
}

.circle-check {
  border: 2px solid #d1d1d1;
  border-radius: 100px;
  width: 26px;
  height: 26px;
}

.mix-center {
  width: 33%;
  display: flex;
  transform: rotate(-90deg);
}

.mixing-container {
  display: flex;
}

.mix-right {
  display: flex;
}

.mix-right {
  display: flex;
  transform: rotate(180deg);
}

.color-mix {
  padding: 3.6em;
  width: 33%;
}

.mixing-color-choices {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -1.8em;
}

.mix-choice {
  width: 55px;
  height: 55px;
  border-radius: 5px;
  border: 2px solid #4d89f5;
  border-style: dashed;
  margin: 0 0.5em;
}

.activity-sub-title {
  color: #454545;
  margin-left: 48px;
  font-weight: 500;
  font-size: 16px;
  font-family: poppins, sans-serif;
}

.font-container {
  display: flex;
  justify-content: space-evenly;
}

.font-group {
  text-align: center;
  margin-top: 2em;
}

.font-group h1 {
  color: #161616;
  font-family: poppins, sans-serif;
}

.font-group ul {
  list-style: none;
  margin-bottom: 0.6em;
}

.font-group ul li {
  margin-bottom: 0em;
  color: #161616a8;
  font-weight: 500;
  cursor: pointer;
  transition: 0.1s ease-in-out;
  border: 2px solid transparent;
  font-family: poppins, sans-serif;
}

.font-group ul li:hover {
  transition: 0.1s ease-in-out;
  color: #da3333;
  border: 2px solid #da3333;
  border-style: dashed;
}

.newDrop {
  margin-bottom: 0em !important;
  color: #161616a8 !important;
  font-weight: 500 !important;
  cursor: pointer;
  transition: 0.1s ease-in-out;
  border: 2px solid transparent !important;
  font-family: poppins, sans-serif !important;
}

.newDrop:hover {
  transition: 0.1s ease-in-out;
  color: #da3333 !important;
  border: 2px solid #da3333 !important;
  border-style: dashed !important;
  font-family: poppins, sans-serif !important;
}

.example-text:hover {
  color: #da3333 !important;
}

.font-empty {
  width: 163px;
  height: 30px;
  border: 1px solid #00000091;
  border-style: dashed;
  margin: 0 auto;
  margin-top: 1em;
  transition: 0.7s ease-in-out;
}

.font-answer-container {
  margin: 0 auto;
  align-self: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 1.5em;
  flex-wrap: wrap;
}

.font-answer-top.font-answers {
  display: flex;
  justify-content: center;
}

.font-answer-bottom.font-answers {
  display: flex;
  justify-content: center;
}

.font-answers {
  display: flex;
  align-content: flex-end;
  align-items: center;
  /* border: 1px solid rgb(59, 138, 228); */
  width: 100%;
  text-align: center;
}

.font-answers:first-child {
  border-bottom: none;
  border-top: none;
}

.font-answers:last-child {
  border-bottom: none;
}

.font-answers {
  border-left: none;
  border-right: none;
}

.font-answers p {
  min-width: 115px;
  color: #161616;
  font-weight: 500;
  margin: 0.2em;
  padding: 0.3em 1em;
  cursor: pointer;
}

.font-answers p:hover {
  transition: 0.1s ease-in-out;
  color: #366fd8;
  border: 2px solid #4d89f5;
  border-style: dashed;
}

.hold {
  border: solid #ccc 4px;
}

.invisible {
  display: none !important;
}

.hovered {
  background: #e6e5e5;
  border-style: dashed;
}

.correctDrop {
  background: rgba(122, 255, 107, 0.39);
  border-style: dashed;
  border: 1px solid rgba(122, 255, 107, 0.39);
}

.excludedTag {
  transition: 0.7s ease-in-out;
}

.incorrectDrop {
  background: rgba(255, 107, 107, 0.39);
  border-style: dashed;
  border: 1px solid rgba(255, 107, 107, 0.39);
}

.test-shape {
  background: red;
  position: relative;
  z-index: 100;
}

.example-text {
  margin-bottom: 0em !important;
  color: #161616a8 !important;
  font-weight: 500 !important;
  cursor: pointer;
  transition: 0.1s ease-in-out;
  border: 2px solid transparent !important;
  font-family: poppins, sans-serif !important;
}

.serifFont {
  font-family: source-serif-pro, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.sansSerifFont {
  font-weight: 600 !important;
}

.font-answer-active {
  background: rgba(0, 89, 255, 0.185);
  color: #4b83eb !important;
  margin: 0.2em;
  padding: 0.2em 0.7em;
  cursor: pointer;
}

.empty-space {
  border: 2px solid transparent;
  font-family: poppins, sans-serif;
  font-size: 18px;
}

.example-text {
  font-size: 18px;
}

.contrast-choices {
  width: 504px;
  height: 186px;
  background: #4d89f5;
  text-align: center;
  margin: auto;
  line-height: 186px;
  margin-top: 1.5em;
}

.contrast-choices h1 {
  color: #161616;
  color: #ffffff;
  font-size: 36px;
}

#contrast-answers ul {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-top: 1.5em;
  transition: 0.2s ease-in-out;
}

#contrast-answers ul li {
  cursor: pointer;
  width: 80px;
  height: 51px;
  background: #e4e8ed;
  margin: 0 0.7em;
  line-height: 51px;
  border-radius: 5px;
  font-family: poppins, sans-serif;
  color: #4d89f5;
  font-weight: 600;
  font-size: 18px;
  transition: 0.2s ease-in-out;
  border: 0px solid transparent;
}

#contrast-answers ul li:hover {
  background: #95d6a2;
  color: #4f935d;
  transition: 0.2s ease-in-out;
}

#contrast-answers ul li:hover > .activity-checkbox {
  border: 2px solid #4f935d;
  transition: 0.2s ease-in-out;
}

#banner-answers {
  width: 666px;
  height: 151px;
  background: #922d74;
  color: #fff;
  text-align: center;
  margin: auto;
  margin-top: 3em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#problem-desc {
  color: #454545;
  font-family: poppins, sans-serif;
  font-size: 16px;
  max-width: 85%;
  margin-left: 3.1em;
  margin-top: 0.2em;
}

#banner-answers {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#banner-answers h2 {
  padding: 0.2em 0em;
  position: relative;
}

.banner-top {
  right: 1em !important;
}

.activity-btns {
  /* border-radius: 60%; */
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  /* border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px; */
  width: 45px;
  margin: 0 4px;
  cursor: pointer;
}

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

.banner-controls {
  position: absolute;
  right: -2em;
  margin-top: -7px;
}

.opacity-one {
  position: relative;
}

.opacity-one img {
  position: relative;
  z-index: 4;
}

.btn-expanded {
  height: 50px;
  width: 45px;
  background: #1e4892;
  position: absolute;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  top: 13px;
  left: 4px;
  z-index: 4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.btn-expanded p {
  color: #fff;
  font-family: poppins, sans-serif;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: -0.2em;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.btn-expanded p:hover {
  color: #30ec1b;
  transition: 0.2s ease-in-out;
}
.app-reading {
  overflow-x: hidden;
  overflow-y: auto;
}

#flex-task::-webkit-scrollbar {
  width: 0.5em;
  background: #e3e3e3;
  border-radius: 10px;
}

.app-reading::-webkit-scrollbar,
#pro-interface::-webkit-scrollbar {
  width: 1em;
  background: #e3e3e3;
  border-radius: 10px;
}
.app-reading::-webkit-scrollbar-track,
#pro-interface::-webkit-scrollbar-track,
#flex-task::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #e3e3e3;
  border-radius: 10px;
}
.app-reading::-webkit-scrollbar-thumb,
#pro-interface::-webkit-scrollbar-thumb {
  background-color: #4d89f5;
  border-radius: 10px;
}

#flex-task::-webkit-scrollbar-thumb {
  background-color: #8a5a07;
  border-radius: 10px;
}
.app-left-side {
  margin-right: 0em;
}

.app-reading {
  scrollbar-color: #4d89f5 rgb(190, 190, 190);
  scrollbar-width: thick;
  border-radius: 10px;
  margin: 3em 2em;
  margin-left: 2.5em;
  height: 377px;
  margin-top: 2.3em;
  min-width: 95%;
  z-index: 5;
}

.app-start-col {
  margin-bottom: 2em;
  transition: 0.2s ease-in-out;
  position: relative;
  /* z-index:1; */
}

.app-activity-col {
  margin-bottom: 0em;
  transition: 0.2s ease-in-out;
  position: relative;
  /* z-index:1; */
}

.highlight {
  background-color: rgba(245, 155, 115, 0.33);
  font-size: 16px;
  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;
}

#inputText {
  position: relative;
  z-index: 10;
}

.regularText {
  font-size: 16px;
  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;
}

.underlineText {
  text-decoration: none;
  background: none !important;
  border-bottom: 3px solid #4d89f5;
  font-size: 16px;
  font-family: poppins, sans-serif;
  font-weight: 400 !important;
  color: #5c3535 !important;
  max-width: 96%;
  line-height: 26px;
  transition: 0.2s ease-in-out;
  position: relative;
}

.underlineText:hover {
  background-color: #72be72 !important;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  color: #fff !important;
  font-weight: bold !important;
  padding: 0.1em 0.4em;
  border-radius: 10px;
  letter-spacing: 0.5px;
}

.app-left-side {
  position: relative;
}

.notes-panel {
  position: absolute;
  height: 480px;
  width: 297px;
  background: #3c5074;
  right: 0;
  padding-left: 1.8em;
  padding-top: 1em;
  cursor: pointer;
}

.notes-panel h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  font-family: poppins, sans-serif;
}

.highlight-div {
  display: flex;
  position: relative;
  z-index: 40;
}

.tool-highlighter {
  position: relative;
  width: 200px !important;
}

.highlight-icon {
  position: absolute;
  right: 0.8em;
  top: 0.6em;
  z-index: 20;
}

.text_hover {
  background-color: #72be72;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.4em;
  border-radius: 10px;
  letter-spacing: 0px;
}

.icon-menu {
  position: absolute;
  margin-left: 1em;
  margin-top: -1px;
}

.icon-menu:last-child {
  margin-top: 0px;
}

#gui-header .storeMenuClose {
  z-index: 10003;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  left: 5em;
  top: 0.55em;
  cursor: pointer;
}

#gui-header {
  background: #0f5caa;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  padding: 12px 0;
  border-radius: 2px;
  z-index: 2;
  position: relative;
}

.closeMenuBtn {
  display: none;
}

#map-gui {
  display: none;
  position: absolute;
  width: 139px;
  height: 152px;
  background: #167de5;
  margin-top: -3em;
  margin-left: 5em;
  border-radius: 2px;
  z-index: 51 !important; /* WATCH FOR ERRORS */
  box-shadow: 0px 0px 15px rgba(65, 46, 46, 0.3);
}

.method-right-activity {
  position: relative;
  z-index: 100 !important;
}

#menu-open {
  content: " ";
  background: transparent;
  opacity: 0.3;
  /* z-index:30; */
  height: 250px;
  width: 139px;
  top: -30px;
  position: absolute;
}

#map-gui ul {
  list-style: none;
  position: relative;
  z-index: 10;
}

#map-gui ul li {
  position: relative;
  z-index: 10;
  list-style: none;
  text-indent: 15px;
  font-family: "Roboto", sans-serif;
}

#location-rank {
  margin-left: 0.5em;
  font-weight: 500;
}

#all-location #showall {
  margin-left: 3em;
}

#all-location .checkmark {
  margin-left: 3em;
}

/* .menu-item{
    font-size: 11px !important;
    color: #FFFFFF !important;
    padding: 11px 0 !important;
    cursor: pointer !important;
	transition: .1s ease-in-out !important;
	font-weight: normal !important;
	letter-spacing: 0px !important;
	text-shadow: none !important;
	border-radius: 0 !important;
} */

#menu-list li {
  font-size: 11px !important;
  line-height: 0px !important;
  color: #ffffff !important;
  padding: 11px 0 !important;
  cursor: pointer !important;
  transition: 0.1s ease-in-out !important;
  font-weight: normal !important;
  letter-spacing: 0px !important;
  text-shadow: none !important;
  border-radius: 0 !important;
  line-height: 16px !important;
  position: relative;
  z-index: 100;
}

/* .menu-item:hover:not(:last-child){
    background: #0F4B80;
    transition: .1s ease-in-out;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
} */

.menu-item:hover {
  background: #0f4b80;
  transition: 0.1s ease-in-out;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.notes-container {
  margin-top: 0.5em;
  overflow-y: scroll;
  height: 127px;
  margin-right: 1.8em;
}

.notes-recent {
  display: flex;
  margin-bottom: 1em;
  transition: 0.1s ease-in-out;
}

.notes-recent:hover {
  background: #1b34623d;
  transition: 0.1s ease-in-out;
}

.notes-container::-webkit-scrollbar,
#entry-field-notes::-webkit-scrollbar {
  width: 4px;
  background: #e3e3e3;
  border-radius: 10px;
}
.notes-container::-webkit-scrollbar-track,
#entry-field-notes::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #e3e3e3;
  border-radius: 10px;
}
.notes-container::-webkit-scrollbar-thumb,
#entry-field-notes::-webkit-scrollbar-thumb {
  background-color: #1b3462;
  border-radius: 10px;
}

.notes-date {
  display: flex;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  top: 0.3em;
  min-width: 45px;
}

.notes-date p {
  font-family: rubik, sans-serif !important;
  font-weight: 500;
  margin-right: 0.5exm;
}

.date-sec {
  display: flex;
  flex-direction: column;
  justify-self: center;
}

.notes-divider {
  display: flex;
  margin: 0 0.5em;
  position: relative;
  top: 0.3em;
}

.notes-divider .circle {
  width: 14px;
  height: 14px;
  border: 2px solid #75ce4b !important;

  border-radius: 60%;
  position: relative;
}

.notes-desc {
  display: flex;
}

.notes-desc p:first-child {
  color: #ffffff;
  font-family: poppins, sans-serif !important;
  font-weight: 600;
  font-size: 13px;
}

.notes-desc p:last-child {
  color: rgba(255, 255, 255, 0.6);
  max-width: 150px;
  font-family: poppins, sans-serif !important;
  line-height: 18px;
  font-size: 12px;
}

.new-note-entry {
  margin-top: 0.5em;
  transition: 0.2s ease-in-out;
}

.new-note-entry h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  font-family: poppins, sans-serif !important;
}

.new-note-entry form {
  margin-top: 0.8em;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.4);
  font-family: poppins, sans-serif !important;
  font-size: 13px;
  text-indent: -0px;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6);
  font-family: poppins, sans-serif !important;
  font-size: 13px;
  text-indent: -0px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.6);
  font-family: poppins, sans-serif !important;
  font-size: 13px;
  text-indent: -0px;
}

.new-note-entry form input[type="text"] {
  padding-left: 18px;
  border: 0px solid transparent;
  border-radius: 7px;
  width: 240px;
  height: 57px;
  background: rgba(21, 48, 96, 0.82);
  color: rgba(255, 255, 255, 0.8);
  font-family: poppins, sans-serif !important;
  font-size: 13px;
  outline: none;
  box-shadow: 0px 3px 2px rgba(3, 3, 3, 0.1);
}

#entry-field-notes {
  padding-left: 18px;
  outline: none;
  border: 0px solid transparent;
  border-radius: 7px;
  max-width: 240px;
  /* padding-bottom: 4.6em; */
  margin-top: 1.2em;
  margin-bottom: 0.8em;
  height: 87px;
  padding-top: 1em;
  background: rgba(21, 48, 96, 0.82);
  color: rgba(255, 255, 255, 0.8);
  font-family: poppins, sans-serif !important;
  font-size: 13px;
  box-shadow: 0px 3px 2px rgba(3, 3, 3, 0.1);
}

#entry-field-notes {
  resize: none;
  overflow-y: scroll;
  padding-right: 11px;
}

#cancel-note {
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  border: 0px solid transparent;
  margin-right: 1em;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  outline: none;
}

#cancel-note:hover {
  color: #fff;
  transition: 0.2s ease-in-out;
}

#create-btn {
  border: 0px solid transparent;
  border-radius: 7px;
  width: 84px;
  height: 39px;
  background: rgb(39, 47, 61);
  text-align: center;
  font-size: 13px;
  font-family: poppins, sans-serif !important;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  transition: 0.2s ease-in-out;
  outline: none;
}

#create-btn:hover {
  transition: 0.2s ease-in-out;
  color: #fff;
  background: rgb(32, 39, 51);
  cursor: pointer;
}

.submit-note {
  display: flex;
  width: 90%;
  justify-content: flex-end;
}

.app-left-side {
}

.notes-panel {
  transition: 0.2s ease-in;
  opacity: 0;
  transform: translateX(297px);
}

.movePanel {
  opacity: 1;
  transition: 0.2s ease-in;
  transform: translateX(0px) !important;
  z-index: 50;
}

.show-notes-panel {
  transition: transform 0.2s ease-in;
  height: 448px;
  width: 297px;
  right: 0;
  padding-left: 1.8em;
  padding-top: 1em;
}

.notes-hide {
  /* display: none; */
}

.hide-panel {
  width: 400px;
  background: transparent;
  height: 465px;
  position: absolute;
  right: -0em;
  top: -0em;
  overflow: hidden;
  border-top-right-radius: 20px;
}

/* Pro Interface */
#compare-interface {
  scrollbar-width: thin;
  scrollbar-color: #f15d58 !important;
}

#compare-interface {
  scrollbar-color: #f15d58 rgb(190, 190, 190);
  scrollbar-width: thick;
}

/* Pro interface */
#pro-interface {
  height: 100% auto;
  width: 100%;
  background: #ffffff;
  max-height: 100%;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  transform: perspective(1px) translateZ(0);
  backface-visibility: hidden;
  /* padding-bottom: 2em; */
}

.compare-left-indent {
  margin-left: 5em;
}

#pro-interface {
  scrollbar-width: thin;
  scrollbar-color: #f15d58 !important;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  overflow-y: scroll;
}

#pro-interface {
  scrollbar-color: #f15d58 rgb(190, 190, 190);
  scrollbar-width: thick;
}

#pro-header {
  display: flex;
  margin: 5em 3.5em;
  margin-bottom: 0px;
}

#pro-column {
  height: 100% auto;
  width: 100%;
  background: #ffffff;
}

#pro-page-column {
  height: 100% auto;
  width: 100%;
  background: #ffffff;
}

#pro-banner {
  background-image: url("../images/pro-bg@3x.png");
  background-size: cover;
  width: 100%;
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#pro-page-banner {
  background-image: url("../images/pro-bg@3x.png");
  background-size: cover;
  width: 100%;
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#pro-logo h1 {
  font-size: 52px;
  font-weight: 800;
  color: #ffffff;
  /* text-transform: uppercase; */
  position: relative;
  padding-bottom: 0.1em;
}

#pro-logo h1 img {
  position: relative;
  top: 2px;
  vertical-align: middle;
}

#pro-tagline h2 {
  font-size: 25px;
  font-family: HelvecMedium, sans-serif;
  color: #ffffff;
  padding-bottom: 0.5em;
}

#pro-desc p {
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #ffffff;
  max-width: 250px;
  text-align: center;
}

.pro-btn-bottom {
  padding-bottom: 5em;
  padding-top: 2em;
}

.pro-btn-bottom {
  margin: 0 auto;
  justify-content: center;
  justify-self: center;
  align-items: center;
  display: flex;
}

.pro-pricing-text {
  color: #f66158;
  font-size: 17px;
  font-family: HelvecMedium, sans-serif;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 3em;
}

#pro-btn button {
  cursor: pointer;
  border: 2px solid #f15d58;
  background: transparent;
  height: 43.41px;
  width: 139.56px;
  color: #f15d58;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  margin-top: 4em;
  transition: 0.2s ease-out;
}

#pro-btn button:hover {
  background: #f15d58;
  color: #ffffff;
  transition: 0.2s ease-in;
}

#pro-page-btn button {
  cursor: pointer;
  border: 2px solid #f15d58;
  background: transparent;
  height: 43.41px;
  width: 139.56px;
  color: #f15d58;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  margin-top: 2em;
  margin-left: 0.5em;
  transition: 0.2s ease-out;
}

#pro-page-btn button:hover {
  background: #f15d58;
  color: #ffffff;
  transition: 0.2s ease-in;
}

.sub-field-user {
  height: 20px;
  width: 150px;
}

/* #space-holder{
  padding-bottom: 3.8em;
} */

.pro-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pro-benefit h2 {
  margin-top: 3em;
  font-size: 30px;
  color: #262626;
  font-family: HelvecMedium, Arial, sans-serif;
  padding-bottom: 0.3em;
}

.pro-benefit p {
  font-size: 17px;
  color: #262626;
  font-family: Arial, sans-serif;
  max-width: 400px;
  text-align: center;
  padding-bottom: 1em;
}

#metrics-column {
  position: absolute;
  top: 180px;
  right: -1500px;
}

#firstSearchField {
  display: none;
}

#secondSearchField {
  display: none;
}

.search-store-field {
  width: 277px;
  height: 38.36px;
  border: 1px solid #f15d58;
  background: #ffffff;
  position: absolute;
  z-index: 10005;
  left: -1px;
  top: -1px;
}

.search-store-field input {
  border: transparent;
  height: 38.36px;
  text-indent: 12.5px;
  color: #f15d58;
  font-weight: 600;
  font-size: 14px;
}

#searchButtonOne-next-step {
  height: 20px;
  width: 150px;
  position: absolute;
  margin-left: -0em;
  margin-top: -1.5em;
  display: none;
}

#searchButtonTwo-next-step {
  height: 20px;
  width: 150px;
  position: absolute;
  margin-left: -0em;
  margin-top: -1.5em;
  display: none;
}

.search-store-field ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f15d58;
  opacity: 1; /* Firefox */
}

.search-store-field :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f15d58;
}

.search-store-field ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f15d58;
}

.search-store-field input {
  border: transparent;
}

textarea:focus,
input:focus {
  outline: none;
}

#recurring-payments {
  width: 250px;
  height: 50px;
  background: #fff;
  border: 1px solid #f66158;
  border-radius: 2px;
  font-family: Arial, sans-serif;
  /* font-size: 12px; */
  margin-top: 2em;
}

.droptarget {
  float: left;
  width: 100px;
  height: 35px;
  margin: 15px;
  padding: 10px;
  border: 1px solid #aaaaaa;
}

.course-container-d {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 3em;
  width: 100%;
  margin-bottom: 3em;
}

.course-container-a {
  margin-top: 5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

#courses-container h1 {
  margin-top: 3em;
}

.courses-available {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.course-item-sale:not(:first-child) {
  /* margin-left: 2em; */
}

.course-item-sale {
  margin: 0 auto;
  margin: 0 2em;
  margin-top: 3em;
  justify-content: center;
}

#courses-container h1 {
  font-size: 28px;
  color: #343434;
  text-transform: uppercase;
}

.course-container-d h1,
.course-container-a h1 {
  font-size: 24px;
  color: #343434;
  text-transform: uppercase;
}

.course-image-sale {
  background-size: cover;
  width: 339px;
  height: 633px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.typography-sale {
  background-image: url("../images/user-exp-img.png");
}

.color-sale {
  background-image: url("../images/color-sale.png");
}

.ux-sale {
  background-image: url("../images/ux-sale.png");
}

.hierarchy-sale {
  background-image: url("../images/hierarchy-sale.png");
}

.pro-sale {
  background-image: url("../images/pro-sale.png");
}

.course-image-sale h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 36px;
  max-width: 250px;
  text-align: center;
}

.course-image-sale p {
  color: #f3f3f3;
  font-size: 16px;
  text-align: center;
  max-width: 220px;
  margin-top: 0.5em;
  font-weight: 600;
}

.course-item-top p {
  color: #464646;
  font-family: poppins, sans-serif;
}

.course-item-sale {
  display: flex;
}

.course-item-desc {
  background: #f2f2f3;
  width: 371px;
  display: flex;
  justify-content: flex-start;
  text-align: center;
  flex-direction: column;
}

.course-item-top p:first-child {
  font-weight: 600;
  font-size: 19px;
  margin-top: 3em;
}

.course-item-top p:nth-child(2) {
  color: rgba(95, 95, 95, 0.59);
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.course-item-top h3 {
  color: #2680eb;
  font-family: poppins, sans-serif;
  font-style: normal;
  font-size: 51px;
  font-weight: 500;
}

.course-item-top p:nth-child(4) {
  color: rgba(95, 95, 95, 0.59);
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}

.course-item-top button {
  background: rgba(38, 128, 235, 0.1);
  width: 103px;
  height: 28px;
  border-radius: 17px;
  border: 1px solid transparent;
  color: #2680eb;
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  margin-top: 2em;
  outline: none;
  line-height: 28px;
}

.course-item-top button:hover {
  transition: 0.2s ease-in-out;
  background: #4f9bf8;
  color: #fff;
}

.course-item-divider {
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: #707070;
  opacity: 35%;
  margin: 2em auto;
}

.course-item-bottom {
  text-align: left;
  justify-self: center;
  margin: 0 auto;
}

.course-item-bottom ul {
  list-style: none; /* Remove default bullets */
}

.course-item-bottom ul li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: rgba(50, 128, 235, 0.7); /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#course-item-sale-ul li {
  color: rgba(95, 95, 95, 0.53);
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  margin: 1em 0;
  margin-left: 1em;
}

#course-item-sale-ul p:first-child {
  color: rgba(95, 95, 95, 0.87);
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  margin-top: 0.5em;
}

#course-item-sale-ul p:nth-child(2) {
  color: rgba(95, 95, 95, 0.53);
  font-family: rubik, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  margin-top: 0.5em;
}

#pre-order-msg {
  text-align: center;
  padding-top: 2em;
  color: #db4436;
}

#pre-order-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 1em;
}

#pre-order-box ul {
  margin-top: 1em;
  list-style: none;
}

#pre-order-box ul li {
  margin-top: 0.5em;
}

#pre-order-box ul li::before {
  content: "\2022";
  color: #4d89f5;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#pre-order-container {
  border: 1px solid rgba(51, 51, 51, 0.329);
  width: 70%;
  margin: 0 auto;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027);
  padding: 0 2em;
  padding-bottom: 2em;
}

#pre-order-container p:last-child {
  margin-top: 2em;
  font-weight: 600;
}

img#home-banner {
  /* min-width: 100%; */
}

/* progress bars */
.item-green-two {
  width: 40% !important;
}

.item-red-two {
  width: 60% !important;
}

.item-green-three {
  width: 65% !important;
}

.item-red-three {
  width: 35% !important;
}

#user-navigation ul a {
  text-decoration: none;
}

/* expand need to improve field */
#need-improve {
  display: none;
  margin-top: 2em;
}

#homepage-field-left {
  height: 60% !important;
}

#homepage-field-right {
  margin-top: 0em !important;
}

.homepage-courses {
  margin: 0 auto;
}

/* Flex Game */
#flex-task {
  width: 320px;
  height: 100% auto;
  min-height: 130px;
  max-height: 50px;
  overflow-y: auto;
  background: #d89216;
  border-radius: 10px;
  box-shadow: 0px 4px 0px rgba(131, 91, 7, 1);
  padding-bottom: 0.6em;
  margin-top: -2em;
}

#flex-task h3 {
  font-weight: 600;
  color: #845a10;
  font-size: 14px;
  font-family: poppins, sans-serif;
  padding: 0 1.1em;
  position: relative;
  top: 0.7em;
  padding-bottom: 0.6em;
}

.level-task p {
  font-weight: 600;
  color: #845a10;
  font-size: 14px;
  font-family: poppins, sans-serif;
}

#flex-build-options {
  min-height: 180px;
}

#flex-build-options ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#flex-build-options li {
  width: 134.06px;
  height: 38px;
  font-size: 14px;
  background: rgba(232, 225, 181, 0.76);
  box-shadow: 0px 4px 0px rgba(188, 175, 90, 0.83);
  border-radius: 5px;
  font-weight: 600;
  color: #845a10;
  font-size: 14px;
  font-family: poppins, sans-serif;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.options-game-left {
  display: flex;
  margin-top: 3em;
}

.options-game-right {
  display: flex;
  margin-top: 1.5em;
}

.options-game-left li:nth-child(2) {
  margin-left: 2em;
}

.options-game-right li:nth-child(2) {
  margin-left: 2em;
}

#flex-build-options ul li:hover {
  background: #c8b74e;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 4px 0px rgba(114, 102, 24, 1);
  color: #7d6b00;
}

.flex-game-activity-module {
  display: flex;
  align-items: center;
}

.flex-output-right {
  width: 450px;
  background: #2c061f;
  height: 474px;
}

.flex-game-left {
  padding: 0 2em;
}

.reading-container-nospace {
  margin: 0 !important;
  height: 474px;
}

.game-circle {
  width: 32px;
  height: 32px;
  background: #e1ab4d;
  border-radius: 100%;
  position: relative;
  /* left: .7em; */
}

.flex-build-game-check {
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  margin-top: 1em;
  width: 290px;
}

.game-circle {
  position: relative;
  align-self: center;
  /* margin-left: 7.8em; */
}

.game-next-btn,
.game-back-btn {
  display: flex;
  align-self: flex-end;
}

.game-next-btn button {
  width: 82px;
  height: 36px;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  background: #a4a4a4;
  color: #5a5a5a;
  box-shadow: 0px 4px 0px rgba(84, 84, 84, 1);
  font-size: 17px;
  font-family: poppins, sans-serif;
  transition: 0.2s ease-in-out;
}

.game-back-btn button {
  width: 82px;
  height: 36px;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  background: #d89216 !important;
  color: #845a10 !important;
  box-shadow: 0px 4px 0px rgba(84, 84, 84, 1);
  font-size: 17px;
  font-family: poppins, sans-serif;
  transition: 0.2s ease-in-out;
}

.game-btn-active {
  transition: 0.2s ease-in-out;
  background: #d89216 !important;
  color: #845a10 !important;
  box-shadow: 0px 4px 0px rgba(131, 91, 7, 1) !important;
}

.build-steps {
  position: relative;
}

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

.build-step-two {
  /* display: none !important; */
  position: relative;
  /* opacity: 0; */
}

/* Step one styling */
.flex-output-right nav {
  /* display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 2em;
	padding: 0 .5em; */
}

/* Step two flexbox styling */
.flex-output-right nav ul {
  /* display: flex; */
}

/* Step Four flexbox activity demo */
.font-small {
  font-size: 11px !important;
}

#flex-title {
  color: #fff8cb;
  font-family: poppins, sans-serif;
}

#tutorial-section img {
  opacity: 0.8;
  /* If image appears stretched, apply align-self: center */
  align-self: center;
  /* Apply margin so that there is a space
	between the content within the div */
  margin: 0 15px;
}

#tutorial-section {
  /* New code I can't see 
  apply flex and then set container width
  */
  /* Apply flex first */
  /* display: flex; */
  /* Add margin at top for some space */
  padding-top: 2em;

  /* Only add this for demo purposes. */
  /* width: 50%;   */
  width: 100%;
}

.level-task {
  margin-top: 1em;
  color: #4e3914;
}

.level-task h2 {
  font-weight: 900;
  font-family: poppins;
}

.bold-word {
  font-weight: 900;
  background: #333;
  padding: 4px 8px;
  border-radius: 2px;
  color: rgb(245, 245, 245);
}

#div-levels {
  border: 2px solid #39280b;
  width: 100%;
  margin: 1.5em 0;
}

/* Flex section two */
.flex-section-two {
  top: 14.5em;
  position: absolute;
  /* Changes I can't see. 
  Center div by applying flex first and
  then flex-direction so list everything
  in a column format.
  */
  /* Apply flex first */
  /* flex-direction: column; */
  /* justify-content: center;
  align-items: center;
  align-self: center;
  margin: 0 auto; */
}

.addFlexDirection {
  flex-direction: column;
}

.addFlex {
  display: flex;
}

.addFlexSectionTwo {
  display: flex;
}

.addAlignSelfCenter {
  align-self: center;
  margin-top: 0 !important;
}

.flex-section-two h1 {
  color: #fff;
}

/* Align content to center of image vertically */
.tutorial-section-right {
  /* align-self: center;
	  margin: 0 15px; */
}

#flex-title {
  text-align: center;
}

.level5Rigt {
  margin-top: -2em;
}

.tutorial-section-right p {
  color: #fff8cb;
  font-size: 12px;
}

.tutorial-section-right button {
  border: 1px solid#FFF8CB;
  color: #fff8cb;
  padding: 6px 13px;
  border-radius: 2px;
  background: none;
  margin-top: 1.5em;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

/* Section Four Demo End */

/* Sction Six Demo Start */
#tutorial-fruits {
  margin-top: 7em;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.fruits-section {
  margin-top: 1.5em;
  display: flex;
  justify-content: space-between;
}

.fruits-section img {
  margin: 0 7px;
}

.solidBorder {
  border: 3px solid red;
}

.appleOrder {
  order: 3;
}

.bananaOrder {
  order: 2;
}

.hide-section-preview-three button {
  padding: 6px 18px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  margin-top: 1em;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  font-weight: 600;
  font-family: open-sans;
}

/* .fruits-section img:nth-child(0){
	order: 3;
}

.fruits-section img:nth-child(1){
	order: 2;
}

.fruits-section img:nth-child(2){
	order: 1;
} */

/* Section Six Demo End */

/* Section 8 Demo */
#tutorial-footers {
  margin-top: 9em;
}

.flex-step-two-styling {
  display: flex;
}

.flex-container-step-two {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 2em;
  padding: 0 0.5em;
}

.extra-code {
  position: relative;
  z-index: 100;
  --bg-color: #262626;
  display: inline-block;
  font-weight: 600;
  color: #493106;
  font-size: 14px;
  font-family: poppins, sans-serif;
  text-decoration: underline;
}

/* tooltip */
.extra-code:after {
  position: absolute;
  content: attr(aria-label);
  background-color: var(--bg-color);
  color: rgb(219, 219, 219);
  padding: 1em;
  left: 50%;
  top: -100%;
  transform: translatex(-50%);
  display: none;
  position: relative;
  z-index: 100;
}

/* show tooltip */
.extra-code:hover:after,
.extra-code:hover:before,
.extra-code:focus:after,
.extra-code:focus:before {
  display: block;
}

svg {
  height: 4em;
  fill: var(--bg-color);
}

#home-demo-btn {
  height: 1em !important;
}

.build-site-step-one {
  display: flex;
}

@keyframes bang {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 0.5;
  }
}
.step-option-correct {
  /* width: 240px; */
  /* margin: 150px auto 0; */
  text-align: center;
  /* padding: 10px 0; */
  cursor: pointer;
  position: relative;
}

.step-option-correct i {
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  width: 3px;
  height: 8px;
  background: red;
  opacity: 0;
}

.confirm-next {
  position: relative;
  left: 0.5em;
  top: 0.4em;
  display: none;
}

.step-correct {
  color: #157a0a !important;
  transition: 0.2s ease-in-out;
  background: #53d944 !important;
  box-shadow: 0px 4px 0px rgba(33, 113, 24, 1) !important;
}

.step-incorrect {
  color: #9a2626 !important;
  transition: 0.2s ease-in-out;
  background: #f97379 !important;
  box-shadow: 0px 4px 0px rgba(136, 0, 6, 1) !important;
}

.flex-output-right ul li {
  color: #e1d89f;
  font-family: poppins, sans-serif;
  font-size: 14px;
  margin: 0 0.3em;
  cursor: pointer;
}

.flex-output-right nav h2 {
  /* border: 1px solid #CEC291;
	padding: 8px 15px; */
  color: #e1d89f;
  border-radius: 5px;
  font-size: 17px;
  text-transform: uppercase;
}

.step-two-unordered-styling {
  border: 1px solid #cec291;
  padding: 8px 15px;
}

.flex-output-right ul {
  list-style: none;
}

.arrow-objective {
  position: absolute;
  z-index: 150;
  top: 1em;
}

/* Section Preview Hidden */
.flex-output-right {
  position: relative;
  /* height: 1200px; */
  /* max-height: 900px; */
  overflow-y: hidden;
}

.filler {
  margin-top: 100em;
}

.hide-section-preview {
  background: rgba(23, 11, 19, 0.87);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  margin: 0 auto;
}

.hide-section-preview h1 {
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  font-family: poppins, sans-serif;
  margin-top: 2em;
}

.hide-section-preview img {
  margin-top: 1em;
  transform: scale(1.6);
}

.hide-section-preview-two {
  background: rgba(23, 11, 19, 0.87);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  margin: 0 auto;
}

.hide-section-preview-two h1 {
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  font-family: poppins, sans-serif;
  margin-top: 2em;
}

.hide-section-preview-two img {
  margin-top: 1em;
  transform: scale(1.6);
}

.hide-section-preview-three {
  background: rgba(23, 11, 19, 0.87);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  margin: 0 auto;
}

.hide-section-preview-three h1 {
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  font-family: poppins, sans-serif;
  margin-top: 2em;
}

.hide-section-preview-three img {
  margin-top: 1em;
  transform: scale(1.6);
}

@media only screen and (max-width: 1400px) and (min-width: 1000px) {
  #homepage-programs {
    zoom: 0.8;
    margin-top: 5em;
  }
  #app-content {
    position: relative;
    top: -5em;
  }
}

/* Mobile View */
