* {
  box-sizing: border-box;
}

html {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-weight: 500;
}

#checkout-landing-modal .modal-content {
  background-color: transparent;
  padding: 30px;
  max-width: 900px;
  box-shadow: none;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  border-radius: 0;
  text-align: center;
}

#checkout-landing-modal .modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  color: #fff;
  opacity: 1;
}

#checkout-landing-modal .modal-header {
  border-bottom: none;
  padding: 0;
  margin: auto;
}

#checkout-landing-modal .modal-header img {
  width: 300px;
  height: auto;
}

#checkout-landing-modal .modal-body .checkout-congratulations-text {
  color: #fff;
}

#checkout-landing-modal .modal-body .checkout-congratulations-text h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

#checkout-landing-modal .modal-body .checkout-congratulations-text p {
  color: #fff;
  font-size: 20px;
}

.modal-open .modal-backdrop {
  opacity: 0.6;
}

.topnav {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  padding: 5px 80px;
  /* justify-content: center; */
}

.mobile {
  display: none !important;
}

.lecture-assignments {
  display: none;
}

.go-to-meeting {
  display: none;
}

.logo-container {
  flex: 1;
}

.logo-container img {
  height: 40px;
}

.menu-container {
  text-align: right;
  display: flex;
  align-items: center;
}

.menu-container ul {
  list-style-type: none;
  margin: 0;
}

.menu-container li {
  display: flex;
  align-items: center;
  color: #777;
}

.main {
  padding: 0 80px;
  max-width: 1130px;
  margin: auto;
}

.welcome {
  color: #f13d20;
}

.welcome__username {
  color: #AAA;
  font-weight: 400;
  font-size: 0.8em;
}

.section-title {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 600;
  margin: 0 0 5px;
}

.currently-erld,
.self-study-erld {
  margin-bottom: 40px;
}

.do-tech-test {
  border: 5px solid #f00;
  padding: 20px;
  margin-bottom: 20px;
}

.lecture {
  border: 1px solid #666;
  padding: 8px 15px;
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: box-shadow 0.2s ease-out;
}

.lecture#intro-example {
  display: none;
}

.lecture>span {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.lecture:hover {
  box-shadow: 0px 4px 11px -3px rgba(0, 0, 0, 0.2);
}

.self-study-title {
  color: #666;
}

.self-study-title p:first-of-type {
  margin: 0;
  font-weight: bold;
  color: #f4a41d;
}

.lecture-arrow:hover i {
  color: #f13d20;
}

.report-right:hover i {
  color: #f13d20;
}

.report-left:hover i {
  color: #f13d20;
}

.lecture-name,
a.lecture-name-link {
  flex: 1;
  color: #666;
}

.lecture-name a {
  font-weight: bold;
}

.lecture-name p {
  margin: 0;
  font-size: 14px;
}

.lecture-info {
  margin-right: 10%;
}

.lecture-problems {
  margin-right: 20%;
}

.lecture-problems__number,
.lecture-assignments__number {
  font-size: 20px;
  color: #f13d20;
}

.lecture-problems__label,
.lecture-assignments__label {
  color: #666;
  font-size: 12px;
  font-weight: 500;
}

.lecture-arrow i {
  font-size: 18px;
  color: #fb5000;
  transition: color 0.2 ease-out;
}

.report-right i {
  font-size: 30px;
  color: #666;
  transition: color 0.2 ease-out;
}

.report-left i {
  font-size: 30px;
  color: #666;
  transition: color 0.2 ease-out;
}

.join-btn,
.tech-test-btn {
  border: 3px solid #f4a41d;
  background-color: #f4a41d;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  padding: 5px;
  margin: 0 20px 0 0;
  cursor: pointer;
}

a.tech-test-btn:hover,
a.tech-test-btn:focus,
a.tech-test-btn:visited {
  color: white !important;
}

.join-btn:hover {
    transform: scale(1.030);
}

.join-btn:visited,
.join-btn:focus {
  color: white;
}

.join-btn:nth-of-type(1):hover {
  color: white !important;
}

.join-btn:nth-of-type(2) {
  border: 3px solid #45b6be;
  background-color: #fff;
  color: #45b6be;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  padding: 5px;
  margin: 0 20px 0 0;
  cursor: pointer;
}

.lesson-times-hide {
  display: none !important;
  cursor: pointer;
  color: #f4a41d;
  text-decoration: underline !important;
  font-size: 16px;
  font-weight: bold;
  margin: 5px auto 0 auto !important;
}

.lesson-times-viewall {
  display: inline !important;
  cursor: pointer;
  color: #f4a41d;
  text-decoration: underline !important;
  font-size: 16px;
  font-weight: bold;
  margin: 5px auto 0 auto !important;
}

#currentlyEnroll .lecture {
  width: 100%;
  overflow: hidden;
}

.info-box {
  display: flex;
  margin-bottom: 50px;
  position: relative;
}

.virtual-machine {
  border: 7px solid #f05528;
  border-radius: 50%;
  display: inline-flex;
  padding: 20px;
  height: 165px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}

.virtual-machine img {
  width: 120px;
  align-self: center;
}

/* STUDENT PROJECTS */

.student-projects-container {
  display: flex;
  flex-flow: column nowrap;
  align-content: flex-start;
  margin: 20px 0;
  width: 100%;
}

.student-project-container {
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  height: 100%;
  width: 100px;
  margin: 10px;
}

.student-project-container:hover {
  box-shadow: 0 1px 5px 0px rgb(150, 150, 150);
  cursor: pointer;
}

.student-projects {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  max-height: 220px;
  overflow: auto;
  margin: 0 0 0 0px;
  box-shadow: inset 0 0 5px 1px rgb(170, 170, 170);
  padding: 5px;
}

.student-project-img {
  display: block;
  height: auto;
  width: 100%;
}

.student-project-title {
  text-align: center;
  font-size: 14px;
}

/* BOX */

.box-content {
  margin-left: 140px;
  display: flex;
  flex-wrap: wrap;
  border: 7px solid #18959b;
  padding: 10px 5px;
}

.box-content__item {
  flex: 1;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  transition: all 0.25s ease;
}

.box-content__item+.box-content__item {
  border-left: 1px solid #18959b;
}

.box-content__item:hover {
  opacity: 0.6;
}

.box-content__item-header {
  display: flex;
  flex-direction: column;
  border-bottom: 5px solid #18959b;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

.box-content__item-header img {
  align-self: center;
  width: 40px;
  height: auto;
}

.box-content__item-text {
  color: #666;
  font-size: 12px;
}

.box-content__item-textP {
  color: black;
  font-size: 30px;
}

.bold-text {
  font-weight: 600;
}

.text-img {
  width: 100px;
}

.header-label {
  font-weight: 800;
  color: #18959b;
}

.lecture-buttons {
  display: flex;
}

@media screen and (max-width: 815px) {
  .header {
    display: flex;
    flex-direction: column;
  }

  .topnav {
    padding: 5px 20px;
  }

  .main {
    padding: 0;
  }

  .welcome {
    text-align: center;
  }

  .info-box {
    flex-direction: column;
    height: 100%;
  }

  .virtual-machine {
    transform: translateX(35%);
    position: inherit;
  }

  .box-content {
    margin-left: 0;
    margin-top: 10px;
  }

  .box-content__item+.box-content__item {
    border-left: 0;
  }

  .currently-erld,
  .self-study-erld,
  .previously-erld {
    padding: 0 20px;
  }

  .lecture {
    border-radius: 10px;
  }

  .lecture-buttons {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }

  .menu-list {
    display: none;
  }

  .burger-list {
    display: block;
  }

  .lecture-name {
    color: #343434;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .lecture-name-link {
    display: block;
  }

  .join-btn {
    font-weight: 600;
    border-radius: 1px;
    font-size: 13px;
    margin-left: 0;
    cursor: pointer;
  }

  .lecture>span {
    flex-direction: column;
    align-items: unset;
    position: relative;
  }

  .mobile {
    display: flex !important;
  }

  .screen {
    display: none;
  }

  .box-content__item-header img.coder-arrow {
    width: 20px;
  }

  .box-content__item-header img.paste {
    width: 40px;
  }

  .box-content__item-header img {
    width: 75px;
  }

  .lecture-assignments {
    display: block;
  }

  .go-to-meeting {
    display: block;
    font-weight: 600;
    color: #f05528;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .lecture-info {
    display: flex;
  }
}

/* RECOMMENDED CLASSES STYLING */

.recommended-classes-title {
  margin: 0;
  margin-top: 40px;
}

.recommended-classes-desc {
  width: 80%;
}

.recommended-updated-date {
  background: #f4a41d;
  background: radial-gradient(ellipse at center,
      #f4a41d 0%,
      #e56f20 40%,
      #e56f20 35%,
      #e89055 60%,
      #ffffff 110%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4a41d', endColorstr='#ffffff', GradientType=1);
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 10px auto 20px;
  padding: 5px 15px;
}

.recommended-classes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.recommended-classes .single-rec-class {
  width: 24%;
  padding: 15px 0;
  background-color: white;
  border: 1px solid #000;
  color: #000;
  font-size: 12px;
}

.recommended-classes .single-rec-class .detailpage-btn {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.recommended-classes .single-rec-class.highlighted {
  background-color: #ffe4d1;
  border: 1px solid #fb5000;
}

.recommended-classes .single-rec-class h4 {
  margin: 15px;
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}

.recommended-classes .single-rec-class span {
  font-weight: 600;
  margin: 0 15px;
}

.recommended-classes .single-rec-class p {
  margin: 0 15px;
}

.recommended-classes .single-rec-class .class-schedule-time:nth-of-type(1) {
  padding: 15px 0;
  margin: 15px 0 0;
  background-color: #bbb;
}

.recommended-classes .single-rec-class .class-schedule-time:nth-of-type(2) {
  padding: 15px 0;
  margin: 0 0 15px;
  background-color: #eee;
}

.recommended-classes .single-rec-class.highlighted .class-schedule-time:nth-of-type(1) {
  padding: 15px 0;
  margin: 15px 0 0;
  background-color: unset;
}

.recommended-classes .single-rec-class.highlighted .class-schedule-time:nth-of-type(2) {
  padding: 15px 0;
  margin: 0 0 15px;
  background-color: unset;
}

.recommended-classes .single-rec-class .class-short-desc {
  margin-bottom: 10px;
}

.recommended-classes .single-rec-class .blue-view-btn {
  margin: 0 10px;
  background-color: #2f80ed;
  text-align: center;
  padding: 10px 0;
  color: white;
  margin-bottom: 10px;
}

.recommended-classes .single-rec-class .orange-view-btn {
  margin: 0 10px;
  background-color: #fb5000;
  text-align: center;
  padding: 10px 0;
  color: white;
}

@media screen and (max-width: 991px) {
  .recommended-classes .single-rec-class {
    width: 33%;
  }
}

@media screen and (max-width: 450px) {
  .recommended-classes .single-rec-class {
    width: 50%;
  }

  .recommended-classes-desc {
    width: 100%;
  }

  .lecture-arrow {
    position: inherit;
    transform: none;
  }

  #progress-bar {
    display: none;
  }

  .account-creation-progress-bar .checkpoint {
    flex-direction: row;
    align-items: center;
  }

  .parent-mobile-order-second {
    order: 1;
  }

  .parent-mobile-order-second {
    order: 2;
    margin-left: 20px;
  }

  .account-creation-progress-bar .checkpoint {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 200px;
  }

  .account-creation-progress-bar .checkpoint+.checkpoint:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 5px;
    top: 65%;
    border: 2px solid #f4a41d;
    left: 17px;
    top: -25px;
  }

  .checkpoint-mobile-middle {
    margin-top: 20px;
  }

  .progress-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
  }

  .progress-ring__circle {
    stroke-dasharray: 301.59 301.59;
    stroke: #f4a41d;
    stroke-dashoffset: 205.5;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
  }

  .circle-gray {
    stroke-dasharray: 46.27 4;
    stroke: gray;
    stroke-dashoffset: 0;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
  }

  .step-number {
    color: #f4a41d;
    position: absolute;
  }
}

@media screen and (max-width: 360px) {
  .recommended-classes .single-rec-class {
    width: 100%;
  }
}

.ta-rates-box {
  display: flex;
  margin-bottom: 50px;
  position: relative;
  height: 165px;
  justify-content: space-evenly;
}

.profile-rate-circles {
  border: 7px solid #f05528;
  border-radius: 50%;
  padding: 20px;
  height: 165px;
  width: 165px;
  background-color: #fff;
}

.profile-rate-circles:hover {
  box-shadow: inset 0 0 0 5px rgba(251, 80, 0, 0.33);
}

.rate-circle-text {
  text-align: center;
  padding: 5px;
}

.btn-parent-profile {
  width: initial;
  margin: 1px;
  border-color: #6c757d;
  margin: 1px;
  color: rgb(100, 100, 100);
  text-transform: uppercase;
}

.btn-parent-profile:hover {
  color: #333;
  text-decoration: none;
  border-color: #333;
}

.btn-parent-profile:visited {
  color: rgb(100, 100, 100);
}

@media (min-width: 767px) {
  .parent-top-row {
    margin-top: 50px;
  }

  .table-rows-small-screens {
    display: none;
  }

  .btn-parent-profile {
    float: right;
  }
}

.account-creation {
  margin: 100px auto 50px;
}

@media (min-width: 450px) {
  .account-creation-progress-bar {
    display: flex;
    justify-content: center;
  }

  .account-creation-progress-bar .checkpoint {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 200px;
    align-items: center;
  }

  .account-creation-progress-bar .checkpoint+.checkpoint:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    top: 65%;
    border: 2px solid #f4a41d;
    right: 118px;
  }

  .progress-circle {
    display: none;
  }
}

.account-creation-progress-bar .checkpoint-title {
  font-size: 16px;
  margin-bottom: 5px;
}

.account-creation-progress-bar .checkpoint-circle {
  height: 40px;
  width: 40px;
  border: 3px solid #f4a41d;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  z-index: 1;
  font-weight: 600;
  background-color: #fff;
}

.account-creation-progress-bar .checkpoint.is-filled {
  color: #f4a41d;
}

.account-creation-progress-bar .checkpoint.is-filled .checkpoint-circle {
  color: black;
  background-color: #f4a41d;
}

.account-creation-progress-bar .checkpoint.is-filled+.checkpoint:before {
  background-color: #f4a41d;
}

.account-creation-progress-bar .checkpoint+.checkpoint:before {
  right: 80px;
}

@media screen and (max-width: 727) and (min-width: 450px) {
  .account-creation-progress-bar .checkpoint {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .account-creation-progress-bar .checkpoint-title {
    font-size: 12px;
  }

  .account-creation-progress-bar .checkpoint+.checkpoint:before {
    right: 40px;
  }

  .mobile-table-overflow {
    overflow: auto;
  }

  .table-rows-large-screens {
    display: none;
  }

  /* .table-rows-small-screens {
 } */
  tr:first-child {
    padding-top: 50px;
  }
}

@media (max-width: 302px) {
  .account-creation-progress-bar .checkpoint {
    justify-content: flex-end;
    text-align: center;
  }

  .account-creation-progress-bar .checkpoint+.checkpoint:before {
    top: 55px;
  }
}

.main {
  padding: 0 70px;
  max-width: 1200px;
  margin: auto;
}

.profsection {
	color: #f4a41d;
	margin-top: 30px;
}

.scroll-to-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  top: 0;
  width: 100%;
  margin-bottom: 55px;
  background-color: white;
}

.scroll-to-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  text-align: center;
  font-size: 16px;
  margin: 8px;
  padding: 15px 0;
  color: black;
    border-radius: 5px;
  border: 3px solid #f4a41d;
  font-weight: bold;
  cursor: pointer;
  transition: all .25s ease;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 1201px) {
  .scroll-to-nav a:first-child:nth-last-child(5),
  .scroll-to-nav a:first-child:nth-last-child(5) ~ a {
      width: 20%;
  }

  .scroll-to-nav a:first-child:nth-last-child(6),
  .scroll-to-nav a:first-child:nth-last-child(6) ~ a {
    width: calc(100% / 6);
  }

  .scroll-to-nav a:last-of-type {
    border-right: 3px solid #f4a41d;
  }
}

.scroll-to-nav a:hover {
  color: white;
  background-color: #f4a41d;
}

@media only screen and (max-width: 1200px) {
  .scroll-to-nav {
    flex-direction: column;
  }

  .scroll-to-nav a {
    width: 100%;
    border: 3px solid #f4a41d;
    border-bottom: 0;
  }

  .scroll-to-nav a:last-of-type {
    border-bottom: 3px solid #f4a41d;
  }
}

.points-fa {
  display: block;
  font-size: 30px;
  color: #18959b;
}

@media only screen and (max-width: 600px) {
  .main {
    padding: 0;
  }
}

.api-key .fa-key {
    cursor: pointer;
}

.api-key .expandable {
    opacity: 0;
    transition: opacity 100ms ease-out;
}

.api-key:hover .expandable {
    opacity: 1;
}
