@charset "UTF-8";

:root{
  --black: #000;
  --white: #fff;
  /*--8bm-orange: #f76922; */
  --8bm-orange: #F76922;
}

/*Styling for displaying titles on mobile view*/
@media (pointer: coarse), (hover: none) {
  [title] {
    position: relative;
    display: inline-flex;
    justify-content: center;
  }

  [title]:focus::after {
    content: attr(title);
    position: absolute;
    top: 90%;
    color: var(--black);
    background-color: var(--white);
    border: 1px solid;
    width: fit-content;
    padding: 3px;
    font-size: 10px;
  }
}

/** main **/

body {
  font-size: 16px;
  background-color: #f7f7f7 !important;
  line-height: 1.5;
  font-family: 'roboto', sans-serif;
}

* {
  font-family: 'roboto', sans-serif;
}

.donateSupportBox {
  margin: 1.25rem 0 0 0;
  text-align:center;
  padding: 0.25rem 3.25rem;
  box-shadow: none;
  border-radius: 1.25rem;
  width: 95%;
  background-color: #d4f1d3;
}

.fullWidthDonation {
  width: 100%;
  text-align: center;
}

.img-dontations {
  max-width: 12.5rem;
  margin: 1.5rem auto;
}

.landing-contact {
  position: relative;
}

.landing-contact__svg {
  position: relative;
  overflow: hidden;
}

.landing-contact__svg {
  display: block;
  width: 100%;
  height: 100%;
}

.landing-contact__svg svg path {
  fill: #7dcbadff;
}

.landing-contact__svg svg {
  margin-bottom: -5px;
}

.container {
  width: 95% !important;
}

.section {
  padding-bottom: 4rem;
}

.noPointer {
  cursor: default !important;
}

#LessonBar nav ul li.nav-status {
  margin: 0;
}

#LessonBar nav ul li:nth-of-type(4) div {
  height: 20px;
}

.durationIco {
  height: 13px;
  width: 13px;
}

.clearfix:after {
  /* fixes space after using float  */
  content: '.';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

button {
  font-family: 'poppins', sans-serif;
  font-size: 16px;
}

.button--forms,
.button--success {
  font-family: 'poppins', sans-serif;
  font-size: 15px;
  height: 165px;
  outline: none;
  border-radius: 9px;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  text-align: center;
  height: 41px;
  width: 165px;
}

.button--forms:hover {
  opacity: 0.8;
}

.button--landing {
  outline: none;
  background-color: var(--8bm-orange);
  border-radius: 9px;
  transition: all 0.5s 0s;
  cursor: pointer;
  text-align: center;
  height: 50px;
  width: 165px;
}

.button--orange:hover {
  opacity: 0.7;
  transition: all 0.5s 0s;
  outline: none;
}

.button--green {
  background-color: #03886c;
  border: 2px solid #03886c;
  color: var(--white);
}

.button--green:hover {
  transition: all 0.5s ease 0s;
  outline: none;
}

.button--blue {
  background-color: #4181b3;
  border: 2px solid #4181b3;
  color: var(--white);
  outline: none;
}

.button--blue:hover {
  background-color: #4e8ec0;
  border: 2px solid #4e8ec0;
  transition: all 0.5s ease 0s;
  outline: none;
}

.button--blue-disabled {
  background-color: #4181b3;
  border: 2px solid #4181b3;
  opacity: 0.6;
  color: var(--white);
  outline: none;
  cursor: not-allowed;
}

.button--yellow {
  background-color: #ffc007;
  border: 2px solid #ffc007;
  color: #564c4c;
  outline: none;
}

.button--yellow:hover {
  opacity: 0.7;
  transition: all 0.5s 0s;
  outline: none;
}

.button--gray {
  background-color: #d2d2d2;
  border: 2px solid #d2d2d2;
  color: #0b0b0b;
  outline: none;
}

.button--gray:hover {
  opacity: 0.7;
  transition: all 0.5s 0s;
  background-color: #e94848;
  border: 2px solid #e94848;
  color: #fce7e7;
}

.button--white-blue {
  background-color: transparent;
  color: #4181b3;
  border: 2px solid #4181b3;
  font-weight: 500;
}

.button--white-blue:hover {
  background-color: #4181b3;
  transition: all 0.5s 0s;
  border: 2px solid #4181b3;
  color: var(--white);
  font-weight: 400;
  outline: none;
}
.button--blue:active,
.button--white-blue:active,
:active.button--green:active,
.button--white-orange:active,
.button--orange:active {
  transform: scale(0.99);
  outline: none;
}

.button--white-orange {
  background-color: transparent;
  color: var(--8bm-orange);
  border: 2px solid var(--8bm-orange);
  font-weight: 500;
}

.button--white-orange:hover {
  background-color: #ff9250;
  transition: all 0.5s 0s;
  border: 2px solid #ff9250;
  color: var(--white);
  font-weight: 400;
  outline: none;
}

.landing__button:active {
  border: none;
  transition: all 0.5s 0s;
  outline: none;
}

button {
  outline: none;
  border: none;
  background-color: var(--8bm-orange);
  transition: all 0.5s 0s;
  color: white;
  cursor: pointer;
  text-align: center;
}

.hide {
  display: none !important;
}

.xs-visible,
.display {
  display: inline-block !important;
}

.xs-hidden {
  display: none;
}
.md-visible {
  display: block !important;
}

.lg-visible {
  display: none !important;
}

.xl-visible {
  display: none !important;
}

.xl-hidden {
  display: block !important;
}
@media (min-width: 576px) {
  .xs-visible {
    display: none !important;
  }
  .xs-hidden {
    display: block;
  }
}

@media (min-width: 768px) {
  .md-visible {
    display: none !important;
  }

  .lg-visible {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .xl-visible {
    display: block !important;
  }
  .xl-hidden {
    display: none !important;
  }
}
/* Not working */
.disabled,
.disabled:hover {
  cursor: not-allowed !important;
}

@media (min-width: 768px) {
  button.landing__button {
    width: 170px;
  }
}
/* change flexbox to bootstrap! */

.flex-container {
  display: block;
  max-width: 540px;
  padding-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .flex-container {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .flex-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .flex-container {
    max-width: 1140px;
  }
}

/** Typography **/

h1,
h2,
h3,
h4,
a {
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.3rem !important; /*overrides bootstrap */
  font-weight: 600 !important; /*overrides bootstrap */
  letter-spacing: normal;
}

h2 {
  font-size: 2.5rem;
  padding-bottom: 1.5rem;
  font-weight: 600 !important; /*overrides bootstrap */
}

h3.subheading--landing {
  font-size: 1.1rem !important; /*TODO:overrides SCSS RFS mixin, figure out what this is */
  text-transform: uppercase;
  font-weight: 600 !important; /*overrides bootstrap */
  color: var(--8bm-orange) !important;
  letter-spacing: 1.5px;
}

h4 {
  font-size: 1rem;
  font-weight: 500;
  color: var(--8bm-orange);
}

a {
  text-decoration: none;
  color: #212529;
}

a:hover {
  text-decoration: underline;
}

span.underline {
  text-decoration: underline;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--black) !important;
  font-size: 15px;
  letter-spacing: 0.3px;
  opacity: 1; /* Firefox */
  padding: 0.5rem;
  line-height: 1.2;
  font-family: 'roboto', sans-serif !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--black)
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--black)
}

@media (min-width: 576px) {
  h1 {
    font-size: 2.5rem !important; /*overrides bootstrap */
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem !important; /*overrides bootstrap */
    line-height: 67px;
  }

  h2 {
    font-size: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.bold {
  font-weight: 500;
}

.link {
  color: #699ad1;
}

.link:hover {
  text-decoration: none;
}

.green-text {
  color: #56c528;
  font-family: 'poppins', sans-serif;
  margin: 20px 20px;
  font-size: 16px;
  display: none;
}

.italic {
  font-style: italic;
}

/** Log in & sign up **/

.popup-textbox {
  max-width: 90%;
  margin: auto;
}

.visibleLoginPopUp {
  display: block;
  background-color: white;
  width: 100%;
  min-height: 100vh;
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  border-radius: 8px;
  padding: 35px 10px 17px 15px;
  box-shadow: none;
  margin-top: 0;
}

.visibleLoginPopUp .form-group {
  justify-content: space-between;
}

.registrationboxtitle {
  display: inline-block;
  text-align: center;
}

@media (min-width: 576px) {
  .visibleLoginPopUp {
    display: block;
    background-color: white;
    width: 450px;
    height: 50vh;
    min-height: auto;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    border-radius: 8px;
    padding: 35px 25px 17px 25px;
    margin-top: 20px;
  }
}

.visibleLoginPopUp span {
  font-family: 'poppins', sans-serif;
}
.invisibleLoginPopUp {
  width: 400px;
  height: 0px;
  display: none;
}

.invisibleLoginPopUpLessonFb {
  width: 400px;
  height: 0px;
  display: none;
}

/*
  Styles for v2 sign up and sign in pop ups.
*/


/*
  Sign up form
*/
.visibleRegistrationPopup {
  display: block;
  background-color: white;
  width: 98%;
  /*min-height: 100vh;*/
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  border-radius: 8px;
  box-shadow: none;
  margin-top: 0;
}

.registration-popup__form {
  position: relative;
}

.registration-popup__form input{
  border: #130F19 solid 1px;
}

.registration-popup__form .form-group {
  justify-content: space-between;
}

.terms-and-conditions__checkbox{
  transform: scale(1.5);
  transform-origin: center;
}

@media (min-width: 1000px) {
  .visibleRegistrationPopup {
    display: block;
    background-color: white;
    width: 1000px;
    height: auto;
    min-height: auto;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    border-radius: 8px;
    /* padding: 35px 25px 17px 25px; */
    margin-top: 20px;
  }
}

.visibleRegistrationPopup span {
  font-family: 'poppins', sans-serif;
	}

  .registration-popup__container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    position: relative;
  }

@media (max-width: 1000px){
  .registration-popup__container{
    grid-template-columns: repeat(1, 1fr);
  }

  .registration-popup__graphic {
    display: none;
  }

  .visibleRegistrationPopup {
    width: 450px;
    /*min-height: 95vh;*/
  }
}

@media (max-width: 450px){
  .visibleRegistrationPopup {
    width: 90%;
  }

  .registration-popup__form form input {
    width: 80%;
  }

  select.modalSelectionBoxFullWidth {
    width: 80%;
  }

  button.button--sign-in{
    width: 80%;
  }

  .registration-popup__form form p{
    width: 80%;
  }

  .terms-and-conditions__container p{
    width: 100% !important;
  }
}

  .registration-popup__graphic {
    background-color: #F9F9FA;
    padding: 35px 25px 17px 25px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .registration-popup__form form h1{
    color: #3C1B09 !important;
  }

  .registration-popup-content__heading{
    font-size: 20px !important;
    color: #3C1B09 !important;
    font-weight: 600;
    margin-bottom: 1rem !important;
  }

  
  .registration-popup-content-text{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .registration-popup-content-text__item{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }


  .registration-popup__form {
    padding: 35px 25px 17px 25px;
  }

  .registration-popup__form h1.registration-popup-content__heading {
    font-size: 24px !important;
    margin-bottom: 1rem !important;
    color: #3C1B09 !important;
    text-align: center;
  }


  .registration-popup__form p {
    font-size: 16px !important;
    font-weight: 400;
    text-align: center;
  }

  .registration-popup__form p .registration-popup__form-login,   .registration-popup__form p .registration-popup__form-login:hover {
    color: #F76922 !important;
    cursor: pointer;
  }


  .registration-popup__form form input {
    width: 100%;
  }

  .registration-popup__form form input::placeholder {
    color: #A9A8AC !important;
  }

  .registration-popup__form form .recaptchaBox {
    width: 100%;
  }

  .terms-and-conditions__container{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .terms-and-conditions__container input, .terms-and-conditions__container label{
    width: auto !important;
  }

  .terms-and-conditions__container label {
    color: #3D364D !important;
  }

  .terms-and-conditions__container label a{
    text-decoration: underline;
    color: #3D364D !important;
  }


.terms-and-conditions__container_2{
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left !important;
}

/*
  Sign in form
*/

#loginForm h1.popup{
  color: #3C1B09 !important;
  font-weight: 600;
}

.loginFormPopup input::placeholder {
  color: #A9A8AC !important;
}

.loginFormPopup input {
  border: #130F19 solid 1px;
}


/*
  End Styles for v2 sign up and sign in pop ups.
*/

h1.popup {
  font-size: 1.4rem !important;
  margin-bottom: 1.5rem !important;
  font-weight: 500 !important;
  color: var(--8bm-orange) !important;
  text-align: center;
}

input.modalInputBox {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}

input.modalInputBox:focus,
input.modalInputBox:active {
  outline: none;
  background-color: white;
}

#emailForLogin {
  /*background-color: white;*/
}

input:autofill {
  background: white;
}

/* replaced modalBoxErrorLogin with modalBoxErrorLogin as temp fix - needs layout and move below input */
span.modalBoxErrorLogin {
  color: #bb0000;
  font-size: 12px;
}

button.button--sign-in {
  outline: none;
  border-radius: 8px;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  text-align: center;
  height: 50px;
  width: 100%;
  background-color: var(--8bm-orange);
  border: 3px solid var(--8bm-orange);
  color: var(--white);
  font-weight: 600;
}

button.button--sign-in:hover, .btn-linkedin:hover, .btn-google:hover  {
  filter: brightness(95%);
  transition: all 0.1s ease 0s;
  outline: none;
}

button.button--end-session,
button.button--end-session:active,
button.button--end-session:hover {
  outline: none;
  background-color: var(--8bm-orange);
  border-radius: 4px;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  text-align: center;
  margin: 0.5rem 0 0.5rem;
  width: 100%;
  background-color: var(--8bm-orange);
  border: 3px solid var(--8bm-orange);
  color: var(--white);
}

button.button--end-session:hover {
  filter: brightness(90%);
  transition: all 0.5s ease 0s;
  outline: none;
}

button.button--share-screen,
button.button--share-screen:active,
button.button--share-screen:hover {
  outline: none;
  background-color: var(--8bm-orange);
  border-radius: 4px;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  text-align: center;
  margin: 0.5rem 0 0.5rem;
  width: 100%;
  background-color: var(--8bm-orange);
  border: 3px solid var(--8bm-orange);
  color: var(--white);
}

button.button--share-screen:not(:disabled):hover {
  filter: brightness(90%);
  transition: all 0.5s ease 0s;
  outline: none;
}

button.button--share-screen:disabled{
    opacity: 0.4 !important;
}

img.closeModalButton {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  max-width: 13px;
  z-index: 100;
}

img.closeModalButtonSvg {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  max-width: 24px;
  z-index: 100;
}

img.registration-form__back-btn {
  position: absolute;
  top: 16px;
  left: 8px;
  cursor: pointer;
  max-width: 24px;
  z-index: 100;
}


.form-group {
  display: flex;
  flex-wrap: wrap;
}

.form-group .form-remember {
  font-weight: 500;
  font-size: 14px;
  color: #3D364D;
  display: flex;
  align-items: center;
  margin-left: 4px;
}

.form-group .form-remember input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin: 0 10px 0 0;
  transform: scale(1.5);
  transform-origin: center;
}

.form-group .form-recovery {
  color: #4285f4;
  font-size: 14px;
  text-decoration: none;
}

.divider-linkedin p {
  color: #646464;
  margin-bottom: 0;
}

/* .divider-linkedin p::before,
.divider-linkedin p::after {
  display: inline-block;
  content: '';
  border-top: 0.1rem solid #abaeae;
  width: 30.5%;
  margin: auto;
  transform: translateY(-0.13rem);
}

.divider-linkedin p::before {
  margin-right: 13px;
}

.divider-linkedin p::after {
  margin-left: 13px;
} */

.divider-linkedin {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  color: #555; /* Text color */
  font-size: 14px; /* Text size */
}

.divider-linkedin::before,
.divider-linkedin::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ccc; /* Line color */
  margin: 0 10px; /* Spacing between line and text */
}

.divider-linkedin p {
  white-space: nowrap; /* Prevent text from wrapping */
  padding: 0 10px; /* Optional padding around the text */
}

a.form {
  color: #699ad1;
}

a.form:hover {
  text-decoration: none;
}

div.modalContentBox {
  width: 370px;
  margin: 30px 0px 0px 30px;
}

@media (max-width: 576px) {
  #lessonCancelPopUp {
    width: 300px;
  }
}
@media (min-width: 576px) {
    #lessonCancelPopUp  {
        width: 450px;
    }
}

 @media (min-width: 1200px) {
    #lessonCancelPopUp {
    width: 550px;
    }
 }

@media (min-width: 576px) {
  .visibleLoginPopUp {
    width: 400px;
    height: auto;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 0px 10px 1px rgba(165, 164, 164, 0.4);
    z-index: 15;
    padding: 40px 25px 20px 24px;
    margin-top: 20px;
  }
}

@media (min-width: 576px) {
  .visibleRequest {
    width: 400px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 0px 10px 1px rgba(165, 164, 164, 0.4);
    z-index: 15;
    padding: 50px 25px 20px 25px;
    margin-top: 20px;
  }
}

/** linkedin button **/

.btn-sso {
  display: block;
  color: var(--white);
  text-decoration: none;
  margin: 10px 0;
  padding: 8px 12px;
  width: 100%;
}

.sign-up__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.btn-linkedin,
.btn-linkedin:active{
  background-color: #0665C1;
  color: #fff;
  border: solid 1px #0665C1;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.btn-linkedin:hover {
  color: var(--white);
  text-decoration: none;
} 

.btn-google {
  background-color: #fff;
  color: #757575;
  border: solid 1px #757575;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.btn-google:hover, .btn-google span.sso {
  color: #757575;
  text-decoration: none;
} 


.btn::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

span.sso {
  font-size: 15px;
  padding-left: 8px;
}

/** Sign up **/

select.modalSelectionBoxFullWidth {
  width: 100%;
  height: 50px;
  border: 1px solid #130F19;
  margin-bottom: 15px;
  font-size: 18px;
  padding: 3px 5px 3px 5px;
  background-color: white;
}

select.modalSelectionBoxTime {
  height: 30px;
  border: 1px solid #d4d4d4;
  margin-bottom: 15px;
  float: left;
  border-radius: 5px;
  font-size: 16px;
  padding: 3px 5px 3px 0px;
  background-color: white;
}

select.modalSelectionBoxDate {
  height: 30px;
  border: 1px solid var(--8bm-orange);
  margin-bottom: 15px;
  float: left;
  border-radius: 5px;
  font-size: 16px;
  padding: 3px 5px 3px 0px;
  background-color: white;
  width: 210px;
}

@media (min-width: 500px) and (max-width: 575px) {
  .modalSelectionBoxDate {
    width: 250px;
  }
  .modalSelectionBoxTime {
    width: 60px;
  }
  #expectedDuration {
    width: 60px;
    margin-right: 100px;
  }
}

@media (min-width: 768px) {

  div.notificationBody {
    font-size: 16px;
  }
}

button.modalInputLabelAsButton {
  width: 120px;
  height: 36px;
  background-color: #4a90e2;
  border-radius: 3px;
  margin-right: 10px;
}

button.modalInputLabelAsButton:hover {
  filter: brightness(85%);
}

input.shortModalInputBox {
  width: 160px;
  height: 37px;
  border: 1px solid #d4d4d4;
  margin-bottom: 2px;
  border-radius: 5px;
  padding-left: 10px;
  text-align: left;
  color: #646464;
}

label.terms {
  width: 350px;
  text-align: left;
  margin-top: 7px;
  margin-bottom: -5px !important;
}

label.terms a.form {
  font-family: 'roboto', sans-serif;
}
/** Navbar Public Mobile **/

.public-mob-navbar {
  color: var(--8bm-orange);
}

.public-mob-navbar__container {
  width: 90%;
  margin: auto;
}

.public-mob-navbar__icon {
  width: 60px;
  height: 45px;
  position: relative;
  float: right;
  z-index: 4;
  transform: rotate(0deg) scale(0.5);
  -webkit-transform: rotate(0deg) scale(0.5);
  -ms-transform: rotate(0deg) scale(0.5);
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-top: 15px;
  animation: fadeIn 1s ease 2.3s both;
  -webkit-animation: fadeIn 1s ease 2.3s both;
}

.public-mob-navbar__icon span {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: #f2efed;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
}

.public-mob-navbar__icon span:nth-child(1) {
  top: 0px;
}

.public-mob-navbar__icon span:nth-child(2) {
  top: 18px;
}

.public-mob-navbar__icon span:nth-child(3) {
  top: 36px;
}

.public-mob-navbar__icon.open span:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: -3px;
  left: 8px;
  background: var(--white);
}

.public-mob-navbar__icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  background: var(--white);
}

.public-mob-navbar__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 39px;
  left: 8px;
  background: var(--white);
}
@media screen and (max-width: 992px) {
  .public-mob-navbar__icon span {
    background-color: var(--gray-dark);
  }
}
.public-mob-navbar__overlay {
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #699ad1;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.public-mob-navbar__content {
  margin: 0 auto;
  text-align: center;
}

.public-mob-navbar__overlay.open {
  opacity: 1;
  visibility: visible;
}

.public-mob-navbar__overlay a {
  color: var(--white) !important;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin: 0 auto 20px auto;
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}

.public-mob-navbar__overlay a.open {
  text-decoration: none;
  cursor: pointer !important;
  color: #306fab !important;
}

.public-mob-navbar__overlay a.open:hover {
  transform: scale(1.05);
  color: #f7f7f7 !important;
}

.public-mob-navbar__overlay a.open:nth-child(1) {
  opacity: 1;
}

.public-mob-navbar__overlay a.open:nth-child(2) {
  opacity: 1;
}

.public-mob-navbar__overlay a.open:nth-child(3) {
  opacity: 1;
}

.public-mob-navbar__overlay a.open:nth-child(4) {
  opacity: 1;
}

.public-mob-navbar__overlay a.open:nth-child(5) {
  opacity: 1;
}

.public-mob-navbar__overlay a.open:nth-child(6) {
  opacity: 1;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
  }
}

/** Navbar Public Desktop **/

nav.public-navbar {
  background: transparent;
  padding: 1.8rem 1.5rem 1.5rem 10rem;
  z-index: 2;
  position: relative;
}

nav.public-navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

nav.public-navbar a {
  display: block;
  color: #212529 !important;
  margin: 0px 1.4rem;
  font-weight: 400;
}

nav.public-navbar a:hover {
  color: #212529;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer !important;
}

.public-navbar--left {
  float: left;
}

.public-navbar--left li {
  float: left;
}

.public-navbar--right li {
  float: right;
}

a.logo {
  z-index: 1;
  max-width: 50%;
  position: absolute;
  top: 1.2rem;
  left: 2rem;
}

img.logo--public-navbar {
  max-width: 36%;
}

@media (min-width: 768px) {
  a.logo {
    top: 1.5rem;
  }

  img.logo--public-navbar {
    max-width: 12%;
  }
}
@media (min-width: 992px) {
  img.logo--public-navbar {
    max-width: 60%;
  }
}
@media (min-width: 1174px) {
  img.logo--public-navbar {
    max-width: 54%;
  }
}
@media (min-width: 1250px) {
  img.logo--public-navbar {
    max-width: 45%;
  }
}
/** Footer **/

.public-footer > .container {
  padding: 4rem 2rem;
  margin: 0 auto;
}

.public-footer__row {
  display: flex;
  flex-flow: row wrap;
}

footer.public-footer {
  background-color: #2f3031;
}

.public-footer__column {
  float: left;
  padding: 10px;
  flex: 1;
}

.public-footer__column:nth-of-type(1) {
  display: none;
  flex: 0 0 15em;
}

.public-footer__column:nth-of-type(3),
.public-footer__column:nth-of-type(5) {
  margin-left: 60px;
}

.public-footer__column p {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-family: 'poppins', sans-serif;
  margin-bottom: 1rem;
}

p.public-footer__copyright {
  text-align: center;
  color: var(--white);
  font-size: 14px;
  margin: 0px;
  padding-bottom: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

a.public-footer__link {
  display: block;
  color: var(--white) !important;
  font-size: 15px;
  font-family: 'poppins', sans-serif;
  padding-bottom: 3px;
}

a.public-footer__link:hover {
  cursor: pointer;
  text-decoration: none;
}

img.public-footer__logo {
  max-width: 60%;
}

@media (max-width: 576px) {
  .public-footer__column {
    flex: 30%;
  }

  .public-footer__column:nth-of-type(3),
  .public-footer__column:nth-of-type(5) {
    margin-left: 100px;
  }
}

@media (min-width: 576px) {
  .public-footer__column {
    flex: 30%;
  }

  .public-footer__column:nth-of-type(3),
  .public-footer__column:nth-of-type(5) {
    margin-left: 100px;
  }
}

@media (min-width: 768px) {
  .public-footer > .container {
    padding: 4rem 2rem;
  }

  .public-footer__column:nth-of-type(1) {
    display: flex;
  }

  .public-footer__column {
    padding-bottom: 0;
  }

  img.public-footer__logo {
    max-width: 72%;
  }

  .public-footer__column {
    flex: 1;
  }
  .public-footer__column:nth-of-type(3),
  .public-footer__column:nth-of-type(5) {
    margin-left: 0px;
  }
}

@media (min-width: 992px) {
  .public-footer__container {
    max-width: 1050px;
  }
}

@media (min-width: 1200px) {
}

/** Test 2 reg **/

.progress-bar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  display: block;
  background: none;
}

.progress-bar li {
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  list-style-type: none;
  font-size: 14px;
  color: #99a2a8;
  width: 33.33%;
  float: left;
  position: relative;
  text-align: center;
}

@media (min-width: 576px) {
  .progress-bar li {
    font-size: 16px;
    font-weight: 500;
  }
}

.progress-bar li:before {
  content: counter(step);
  counter-increment: step;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #99a2a8;
  background: #eaf0f4;
  border-radius: 25px;
  margin: 0 auto 5px auto;
}

/*progressbar connectors*/
.progress-bar li:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #eaf0f4;
  position: absolute;
  left: -50%;
  top: 17.5px;
  z-index: -1; /*put it behind the numbers*/
}
.progress-bar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.progress-bar li.is-active:before,
.progress-bar li.is-active:after {
  background: var(--8bm-orange);
  color: white;
}

.progress-bar li.is-active {
  color: var(--8bm-orange);
}

.progress-bar span {
  display: none;
}

@media (min-width: 768px) {
  .progress-bar span {
    display: block;
  }
}

/** Registration **/

.registration__subtitle {
  font-family: 'poppins', sans-serif;
  color: #495057;
  font-weight: 500;
  margin: 0 0 13px 0;
}

/* Accordion teach subjects*/

.subjects__accordion,
.accordion {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}

.subjects__accordion li,
.accordion li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 10px;
  border-top: 1px dotted #d2d9dc;
  min-height: 40px;
  height: auto;
  width: 100%;
  display: inline-block;
}

.subjects__accordion ul li:last-of-type,
.accordion ul li:last-of-type {
  padding-bottom: 0;
}

.subjects__accordion li input[type='checkbox'] {
  position: absolute;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 40px;
  z-index: 10;
  opacity: 0;
}

.accordion li input[type='checkbox'] {
  position: absolute;
  right: 23px;
  top: 34px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 15;
  opacity: 0;
}
.subjects__accordion li input[type='checkbox']:checked ~ .sharedSubjectLine,
.subjects__accordion
  li
  input[type='checkbox']:checked
  ~ .accordion--subjects__info {
  margin-top: 0;
  max-height: 0;
  transform: translate(0, 50%);
  display: none;
}

.accordion li input[type='checkbox']:checked ~ .sharedSubjectLine,
.accordion li input[type='checkbox']:checked ~ .accordion__dropdown {
  margin-top: 0;
  max-height: 0;
  transform: translate(0, 50%);
  display: none;
}
.accordion li input[type='checkbox']:checked ~ .link-dropdown-lessons {
  transform: rotate(0deg);
}

.subjects__accordion li input[type='checkbox']:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg) !important;
}
.subjects__accordion li input[type='checkbox']:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg) !important;
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

.accordion_icon {
  position: absolute;
  right: 0px;
  top: 9px;
  display: flex;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  align-items: center;
  justify-content: center;
}

/*.accordion_icon:before,
.accordion_icon:after {
  content: '';
  position: absolute;
  border-radius: 50px;
  background-color: var(--dark);
  transition: all ease 0.3s;
}

.accordion_icon:before {
  width: 2px;
  height: 15px;
  transform: rotate(90deg);
}

.accordion_icon:after {
  width: 15px;
  height: 2px;
}*/

ul li input[type='checkbox']:checked ~ .accordion_icon:before {
  transform: rotate(0deg);
}

/* Don't remove until profile subject page is redone*/

.registrationProgressCenteredWhitePanel {
  min-height: 490px;
  height: 490px;
  width: 100vw;
  margin: 20px auto;
  background-color: white;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  padding: 0 1.5rem 50px 1.5rem;
  overflow: auto;
}

.pageTitle,
span.pageTitleNotLoggedIn {
  font-family: 'poppins', sans-serif;
  color: #2c2c2c;
  font-weight: 500;
  font-size: 18.5px;
  text-align: center;
  width: 100%;
  margin: 0 0 1rem 0;
}
/* Don't remove until profile subject page is redone*/
.registrationProgressCenteredWhitePanel > .pageTitle {
  padding: 2.5rem 0 0rem 0;
}
.registration__subject-learn {
  width: 100%;
  display: flex;
  margin: 0 0 1rem 0;
  align-self: flex-start;
}

.container--learn-subjects,
.container--teach-subjects {
  width: 100%;
  position: relative;
}

.container--teach-subjects {
  padding-top: 0rem;
}

.teach-subjects__wrapper {
  max-height: 100%;
}

.teach-subjects__subject {
  border: 1px solid #9d9d9d;
  border-radius: 6px;
  padding: 3px 8px;
  color: #848080;
  margin-bottom: 15px;
  margin-left: 5px;
  display: block;
  width: fit-content;
}

.learn-subjects__subject{
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 21px;
  background-color: #FDF8F6;
  border: #F76922 solid 1px;
  border-radius: 24px;
  padding-left: 16px;
  padding-right: 16px;
  height: 32px;
  min-width: 60px;
  color: #1A0E05;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: fit-content;
  margin-bottom: 15px;
}

.learn-subjects__subject:hover{
  background-color: #f9d7c7;
  color: #1A0E05;
}

.pageTitle {
  font-size: 20px;
  font-weight: 500;
  color: #2c2c2c;
  text-align: center;
}

@media (min-width: 576px) {
  .teach-subjects__wrapper {
    max-height: 265px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  span.pageTitleNotLoggedIn {
    font-size: 20px;
  }

  .registrationProgressCenteredWhitePanel {
    min-height: 0px;
    margin: 65px auto;
    width: 90vw;
    margin: 100px auto;
    padding-bottom: 50px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  }

  .registrationProgressCenteredWhitePanel > .pageTitle {
    max-width: 100%;
    padding-top: 1.5rem;
  }

  .registration__subject-learn {
    justify-content: center;
    align-items: center;
  }

  .registration__subject-learn {
    /*height: 100%;*/
  }
  .container--learn-subjects {
    position: relative;
    text-align:center;
  }
}
@media (min-width: 768px) {
  .registration__subject-learn {
    width: 50%;
  }
  .container--learn-subjects,
  .container--teach-subjects {
    width: 45%;
    max-height: 459px;
  }

  .teach-subjects__subject {
    border-radius: 6px;
    padding: 3px 12px;
  }

  .container--learn-subjects {
    position: relative;
  }

  .learn-subjects__wrapper {
    position: relative;
    top: 0%;
  }
}

@media (min-width: 1200px) {
  .registration__subject-learn {
    width: 55%;
  }
  .container--learn-subjects,
  .container--teach-subjects {
    width: 40%;
    max-height: 459px;
  }
}

.registration__btns {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}


.registration__btns .button--forms {
  width: 45%;
}

@media only screen and (min-width: 576px) {
  .registration__btns {
    min-width: 270px;
    width: 35%;
  }

  .registration__btns .button--forms {
    width: 145px;
  }
}

.registration__btns {
  min-width: 270px;
  width: 45%;
  margin: auto;
  margin-top: 7.5rem;
}


@media only screen and (max-width: 1024px) {
  .registration__btns {
    margin-top: 70px;
  }

  .registration__btns .button--forms {
    width: 45%;
  }
}

@media only screen and (max-width: 481px) {
  .registration__btns {
    margin-top: 70px;
  }

  .registration__btns .button--forms {
    width: 45%;
  }
}

.registration__shared-sub-btns {
  min-width: 270px;
  width: 40%;
  margin: auto;
  margin-top: 7.5rem;
}

@media only screen and (max-width: 1024px) {
  .registration__shared-sub-btns .button--forms {
    width: 45%;
  }
}

@media only screen and (max-width: 481px) {
  .registration__shared-sub-btns .button--forms {
    width: 45%;
  }
}

.container--learn-subjects span,
.container--learn-subjects p {
  font-family: 'poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
}

.subjectTolearn {
  font-size: 15px !important;
}

.button--back {
  float: left;
}

.button--next {
  float: right;
}

.aboutMeFlexDiv {
  height: 170px;
  width: 95%;
  max-width: 560px;
  background: var(--white);
  overflow: auto;
  border: 2px solid #cdcbcb;
  border-radius: 2px;
  padding: 0px 20px 0px 20px;
}

.registration__about-btn {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .aboutMeFlexDiv {
    height: 170px;
    max-width: 560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--white);
    overflow: auto;
    border: 2px solid #cdcbcb;
    border-radius: 10px;
    padding: 0px 20px 0px 20px;
  }
}

/** Registration - subjects to share **/

.registration__teach-container {
  margin: 3rem auto;
  min-height: 40rem;
  width: 80vw;
  background-color: white;
  padding: 1.5rem;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}

@media (max-width: 418px) {
  .registration__teach-container {
    width: 100%;
  }
}

.registration__subject-teach {
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
}
.registration__teach-container > .pageTitle {
  height: 30px;
  padding-top: 1.5rem;
}

div.sharedSubjectsListPanel {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  div.sharedSubjectsListPanel {
    width: 35%;
    position: relative;
  }
}

.selections {
  display: inline-flex;
  align-items: end;
  width: 100%;
  margin-top: 1.5rem;
  gap: 10px;
}

.level-dropdown {
  width: 50%;
}

.dropdown-wrapper {
  width: 100%;
  height: 2rem;
  border: solid 1px #e0e0e0;
  font-size: 15px;
  color: #646464;
  border-radius: 6px;
}

.teach__wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.subjecToShare {
  width: 100%;
  height: 2rem;
  border: solid 1px #e0e0e0;
  border-radius: 6px;
}

.subjecToShare::placeholder,
.subjectDescription::placeholder,
.progressAboutMe::placeholder,
.registrationSubjectsToShare::placeholder,
.registrationSubjectsToLearn::placeholder {
  color: #646464 !important;
}

.box-submit {
  display: flex;
  flex-direction: column;
}

textArea.subjectDescription {
  width: 100%;
}

button.disabledAddSharedSubject {
  width: 100%;
}

.teach__wrapper,
textArea.subjectDescription {
  width: 100%;
}

.teach__wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.teach__selectboxes:first-child {
  position: relative;
  width: 100%;
}

.teach__selectboxes:nth-child(2) {
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .teach__selectboxes:first-child {
    width: 40%;
  }

  .teach__selectboxes:nth-child(2) {
    width: 40%;
  }
}
.teach__selectboxes .select-box__input-text {
  border: solid 1px #e0e0e0;
  margin-top: 5px;
  padding: 0.5rem;
}

.teach__selectboxes .select-box__option {
  font-size: 15px;
}

.registration__autocomplete-teach {
  width: 100%;
  border-left: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  border-right: 2px solid #dddddd;
  position: absolute;
  z-index: 999;
  background-color: var(--white);
  max-height: 320px !important;
  overflow-y: auto;
  display: none;
}

div.registrationAutocompleteSuggestionBox {
  width: 320px;
  border-left: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  border-right: 2px solid #dddddd;
  z-index: 2;
  position: absolute;
  max-height: 220px !important;
  overflow-y: auto;
  background-color: white;
  display: none;
}

textArea.subjectDescription {
  width: 100%;
  border-radius: 6px;
  margin-top: 1.5rem;
  border: solid 1px #e0e0e0;
  height: 100px;
}

div.sharedSubjectsBox {
  width: 400px;
  overflow-y: auto;
  margin: 10px 0px 30px 0px;
}

span.sharedSubjectListName {
  width: 290px;
  color: #686868;
  float: left;
  font-family: 'poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1200px) {
  span.sharedSubjectListName {
    width: 260px;
  }
}

div.sharedSubjectLevelLine {
  float: left;
  width: 100%;
  margin: 8px 0;
}

div.sharedSubjectLine {
  float: left;
  width: 100%;
  padding: 6px 0px 6px 0px;
  min-height: 30px;
  border-bottom: 1.5px solid #d6d6d6;
  margin-bottom: 7px;
}

div.sharedSubjectLine:last-of-type,
.accordion--subjects__info:last-of-type {
  float: left;
  border-bottom: 0px solid white;
  padding-bottom: 0px;
  margin-bottom: 45px;
}

.subject-expertise,
.subject-teachinglevel {
  font-size: 14px;
  margin: 0px 7px 0px 0px;
  color: #646464;
  padding: 5px;
  border: 1.5px solid #d4d3d3;
  border-radius: 6px;
}

.subject-expertise--selected, .subject-teachinglevel--selected{
  border-radius: 6px !important;
}

.subject-teachinglevel{
  border-radius: 6px !important;
}

.subject-expertise--selected,
.subject-teachinglevel--selected {
  font-size: 14px;
  margin: 0px 7px 0px 0px;
  color: var(--8bm-orange);
  padding: 5px;
  border: 1.5px solid var(--8bm-orange);
  border-radius: 4px;
}

/* Hidden in registration */
textArea.selectedSharedSubjectDescription-hidden {
  padding: 6px 10px;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  border-radius: 8px;
  border: 1px solid #AEA7B7;
  background: #FFF;
  color: #000000;
  width: 100%;
}

span.registrationStepThreeTitleGreyBackground {
  font-size: 24px;
  text-align: center;
  padding: 9px 0px 10px 0px;
  width: 100%;
  float: left;
  height: 24px;
  overflow-x: auto;
  border-top: 9px solid #f5f5f5;
  background-color: #f5f5f5;
}

span.registrationPageThreeSubtitle {
  font-size: 12px;
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 45px;
  height: 12px;
}

textarea.progressAboutMe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0px solid #cdcbcb;
  border-radius: 10px;
}

textarea.progressAboutMe:focus {
  width: 100%;
  height: 100%;
  outline: none;
}

button.disabledAddSharedSubject {
  font-family: 'poppins', sans-serif;
  width: 100%;
  height: 38px;
  font-size: 15px;
  padding: 8px 0px 8px 0px;
  background-color: #7d7d7d;
  opacity: 0.3;
  border-radius: 10px;
  margin-top: 1.5rem;
  color: white;
}

button.disabledButton {
  cursor: default !important;
  background-color: #646464 !important;
}

button.enabledAddSharedSubject {
  font-family: 'poppins', sans-serif;
  height: 38px;
  width: 100%;
  font-size: 15px;
  background-color: var(--8bm-orange);
  color: white;
  padding: 8px 0px 8px 0px;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
}

/** landing-header **/

.landing-header {
  /* background-color: #ff781a;*/
  background-color: var(--8bm-orange);
  height: 100vh;
  position: relative;
  padding: 0px 5%;
}

.landing-header__box {
  position: absolute;
  top: 10%;
  z-index: 1;
  width: 90%;
}

.landing-header__box h1.d-none.d-sm-block {
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 0;
  display: block !important;
  text-align: left;
  color: var(--white);
}

.landing-header__box h2{
  font-size: 1rem;
  margin-bottom: 50px;
  width: 50%;
}

.landing-header__box p {
  font-family: 'poppins', sans-serif;
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 500;
}

.landing-header__svg {
  position: absolute;
  top: 0;
  right: 0;
  fill: var(--8bm-orange);
  width: 65vmax;
  z-index: 1;
  display: none;
}

.landing-header__img {
  position: absolute;
  max-width: 50%;
  right: 0;
  z-index: 2;
}

#lottie svg g g rect {
  fill: none;
}

/* Public subject search */
div.autocompletedSuggestions,
div.autocompletedSuggestionsMobile {
  background-color: white;
  width: 300px;
  z-index: 1;
  position: absolute;
  left: 552px;
  top: 515px;
  border: 1px solid var(--8bm-orange);
  display: none;
}

div.homePageAutocompletedSuggestions {
  background-color: white;
  z-index: 1;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0% !important;
  width: 75% !important;
  display: none;
  border: 4px solid var(--white);
}

div.newLine {
  height: 1px;
  width: 100%;
  float: left;
}
/* custom cursor typed.js*/
.typed::after {
  content: '_';
  display: inline;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

/*Removes typed.js cursor that comes with typed.js*/
.typed-cursor {
  opacity: 0;
  display: none;
}
/* typed.js cursor animation*/
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .landing-header__box {
    position: absolute;
    top: 16%;
  }

  .landing-header__box h1 {
    padding-bottom: 5rem;
    max-width: 45%;
    text-align: left;
    color: var(--gray-dark);
  }

  .landing-header__box p {
    font-size: 1.8rem;
    font-weight: 500;
  }
}

@media (max-width: 768px) {
  .landing-header__box h2 {
    width: 100%;
  }
}

button.searchButton {
  width: 35px;
  height: 35px;
  background-color: white;
  margin-top: 12px;
  margin-left: 10px;
  padding: 0;
  background-image: url('../images/search.png');
  background-size: cover;
  background-color: transparent;
}
@media (min-width: 576px) {
}

input.searchBox {
  height: 46px;
  padding: 1px 1px 1px 1px;
  width: 75%;
  float: left;
  margin-top: 5px;
  outline: none;
  border: 4px solid var(--white);
  font-size: 18px;
  padding-left: 5px;
  -webkit-appearance: none;
  color: #646464;
  background-color: transparent;
  z-index: 2;
}

@media (min-width: 768px) {
  input.searchBox {
    width: 468px;
    /*
		margin-top: 25px;
*/
  }

  div.homePageAutocompletedSuggestions {
    width: 468px !important;
  }

  button.searchButton {
    width: 50px;
    height: 50px;
  }

  input.searchBox {
    height: 54px;
  }
}
@media (max-width: 767px) {
  .landing-header__img-wrapper{
    position: relative;
  }
  .landing-header__img {
    position: absolute;
    top: 225px;
    right: 42vw;
    max-width: 58%;
  }
  div.searchBox {
    position: absolute;
    top: 500px;
  }
  .searchBox input {
    width: 65vw
  }
  div.searchBox {
    bottom: 0;
    width: 80vw;
  }
}

@media (max-width: 628px) {
  .landing-header__img {
    top: 300px;
  }
}

@media (max-width: 417px) {
  .landing-header__img {
    top: 375px;
  }
}

@media (max-width: 332px) {
  .landing-header__img {
    top: 425px;
  }
}


@media (min-width: 992px) {
  .landing-header {
    background-color: #f7f7f7;
  }

  .landing-header h1,
  .landing-header p {
    color: var(--black) !important;
  }
  .landing-header__img,
  .landing-header__svg {
    display: inline-block;
  }

  input.searchBox {
    border: 4px solid #212529;
  }
  button.searchButton {
    background-image: url('../images/search3.png');
  }
  div.homePageAutocompletedSuggestions {
    border: 4px solid #212529;
  }
}

@media (min-width: 1200px) {
  .landing-header__svg {
    width: 70vmax;
  }

  .landing-header__img {
    position: absolute;
    right: 0;
  }
}
/** section 1 - intro **/

.landing-intro {
  background-color: #f7f7f7;
  padding-top: 3rem;
  padding-bottom: 0;
  min-height: 70vh;
}

.landing-intro p:first-of-type {
  font-size: 1.1rem;
}

.landing-intro__textbox em {
  font-style: italic;
}

.landing-intro__buttons {
  max-width: 100%;
  text-align: center;
  margin: 2rem 0;
}

.button--orange {
  background-color: var(--8bm-orange);
  margin-top: 20px;
}
.landing-intro__buttons button:nth-of-type(1) {
  margin-right: 20px;
}

.landing-intro__buttons > .landing__button--orange {
  display: none;
}

.landing-intro__buttons {
  text-align: center;
}

@media (min-width: 768px) {
  .landing-intro {
    padding-top: 5rem;
  }
  .landing-intro__buttons > .landing__button--orange {
    display: inline;
  }

  .landing-intro__buttons {
    margin: 4rem 0;
  }
  /** FIX FIX FIX FIX FIX FIX FIX FIX FIX FIX FIX FIX**/

  .landing-intro__buttons {
    margin: 4rem 0 4rem -20px;
  }
  /** FIX FIX FIX FIX FIX FIX FIX FIX FIX FIX FIX FIX**/
}
/** Section 2 - about us **/

.landing-about__svg {
  position: relative;
  color: var(--white);
  overflow: hidden;
}

.landing-about__svg svg {
  display: block;
  width: 100%;
  height: 100%;
}

.landing-about__svg path {
  fill: #67a7e5;
}

landing-about__svg rect {
  fill: var(--white);
}

.landing-about {
  padding-top: 10%;
  position: relative;
  padding-bottom: 18%;
}

.landing-about__pattern {
  position: absolute;
  top: 27%;
  right: 0;
  background-image: url('../images/landing-about.png');
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 554px;
  z-index: 1;
}

.landing-about h3 {
  color: #4181b3;
}

.landing-about h4 {
  color: #212529;
}

.landing-about h2 {
  padding-bottom: 2.5rem;
}

.landing-about p {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.landing-about img {
  max-width: 21%;
  padding-bottom: 15px;
}

.landing-about__col {
  text-align: center;
  padding-bottom: 1.5rem;
  z-index: 2;
}

@media (min-width: 576px) {
  .landing-about img {
    max-width: 30%;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .landing-about h2 {
    padding-bottom: 0.5rem !important;
  }

  .landing-about p {
    max-width: 100%;
  }

  .landing-about__row {
    padding-top: 5%;
  }

  .landing-about__col {
    text-align: center;
    padding-bottom: 5px;
  }

  .landing-about img {
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .landing-about p {
    max-width: 90%;
  }

  .landing-about__row {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/** Section 3 - how it works **/
.landing-info {
  background-color: transparent;
}

.landing-info .container {
  position: relative;
  z-index: 2;
}

.landing-info .flex-container__text {
  display: inline-block;
  vertical-align: middle;
  max-width: 74%;
}

/* change flexbox to bootstrap */
.landing-info .flex-container {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.landing-info .flex-container__column {
  width: 100%;
  margin: 0 auto;
}

.landing-info img {
  max-width: 9%;
  margin-right: 28px;
  margin-left: 13px;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 576px) {
  .landing-info .flex-container__column {
  }

  .landing-info img {
    max-width: 10%;
  }
}

@media (min-width: 768px) {
  /* fix fix fix fix fix fix fix fix fix fix fix fix*/
  .landing-info {
    margin-top: -50px;
  }

  .landing-info h2 {
    padding-bottom: 0px;
  }

  .landing-info .flex-container {
    align-items: center;
    justify-content: center;
  }

  .landing-info .flex-container__column {
    margin: 0em;
  }

  .landing-info .flex-container__item {
    padding-top: 1rem;
    text-align: left;
  }

  .landing-info img {
    margin-right: 20px;
    max-width: 37px;
  }
}

@media (min-width: 992px) {
  .landing-info .flex-container__column--left {
    flex: 0 0 45%;
    padding-right: 1rem;
  }

  .landing-info .flex-container__text {
    max-width: 72%;
  }

  .landing-info img {
    max-width: 45px;
    margin-right: 45px;
  }
}

@media (min-width: 1200px) {
  .landing-info .flex-container__column:nth-child(2) {
    /*    margin: 0em 5em 0em 5em!important;
*/
  }

  .landing-info img {
    max-width: 50px;
  }
}

/** Section 4 - get in touch **/

.landing-contact {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.landing-subscribe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url('../images/world-map.png');
}

.landing-contact__pattern {
  position: absolute;
  top: 1%;
  right: 0;
  background-image: url('../images/landing-about.png');
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 554px;
  z-index: 0;
}

.landing-subscribe__pattern {
  position: absolute;
  top: 1%;
  right: 0;
  background-image: none;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 554px;
  z-index: 0;
}

.landing-contact__left {
  padding-bottom: 2rem;
}

.landing-contact__left p {
  max-width: 100%;
}

.landing-contact h2 {
  padding-bottom: 2rem;
}

.landing-contact h3 {
  color: #4181b3;
}
.landing-contact__button {
  text-align: center;
  padding-top: 50px;
}

.landing-contact .landing__button {
  margin-top: 3rem;
}

.landing-contact__right {
  max-width: 255px;
}

.landing-subscribe__right {
  max-width: 255px;
  margin-top: 50px;
}

.landing-contact input[type='text'],
[type='email'],
.landing-subscribe input[type='text'],
.landing-subscribe input[type='email'] {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid black;
}

.landing-contact input[type='text']:focus,
[type='email']:focus,
textarea:focus {
  outline: none;
}

.landing-contact__svg {
  position: relative;
  color: var(--white);
  overflow: hidden;
}

.landing-contact__svg {
  display: block;
  width: 100%;
  height: 100%;
}

.landing-contact__svg svg path {
  fill: #7dcbadff;
}

.landing-contact__svg svg {
  margin-bottom: -5px;
}

@media (min-width: 768px) {
  input.modalInputBox {
    width: 350px;
  }

  .landing-contact h2 {
  }

  .landing-contact__left {
    padding-bottom: 0rem;
  }

  .landing-contact__left p {
    max-width: 80%;
  }

  .landing-contact__right {
    max-width: 380px !important;
    padding: 0px !important;
    /*
  	margin-right: 30px;
*/
  }
}

/** Section 5 - partners **/

.landing-partners__container {
    margin-top: 75px
}

.landing-partners__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  grid-gap: 1rem;
  padding: 1rem 0 0 0;
}

.landing-partners__wrapper {
  max-height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-bottom: 10px;
}

.landing-partners__wrapper img {
  max-height: 75px;
  max-width: 100%;
  object-fit: scale-down;
}

@media (min-width: 768px) {
  .landing-partners__grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-gap: 2rem;
    padding: 3rem 0 4rem 0;
  }

  .landing-partners h2 {
    padding-top: 5.5rem;
    text-align: center;
  }

  .landing-partners__wrapper img {
    max-height: 100px;
  }
}

textArea {
  resize: none;
  font-size: 15px;
}

button.sendMessageInContactPage {
  margin: 30px 0px 0px 345px;
  font-size: 18px;
  border-radius: 5px;
  padding: 5px 25px;
}

span.speakLearnShare {
  font-weight: bold;
  margin-top: 70px;
}

span.fullWidthSpan {
  width: 100%;
  text-align: center;
  float: left;
}

div.fullWidthDiv {
  width: 100%;
  float: left;
}

span.h2TextSize {
  font-size: 37px;
}

span.h3TextSize {
  font-size: 28px;
}

span.h4TextSize {
  font-size: 29px;
}

span.h5TextSize {
  font-size: 20px;
}

div.searchBox {
  /*
	width: 480px;
*/
}

div.fullWidthOrangeSegment {
  width: 100%;
  float: left;
  text-align: center;
}

div.fullWidthWhiteSegment {
  width: 100vw;
  float: left;
  text-align: center;
}

div.whiteBox {
  background-color: white;
  float: left;
  width: 100%;
  text-align: center;
}

div.whiteFiller {
  background-color: white;
  float: left;
  width: 100%;
}

div.whiteBoxForProfilePage {
  width: 100%;
  /* 	background-color: white; */
  float: left;
}

div.greyBox {
  background-color: #f5f5f5;
  float: left;
  width: 100%;
  text-align: center;
}

/*div.videoBox {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	float: left;
}*/

/*
iframe.embeddedVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/

/*span.whyUse {
	margin-top: 80px;
	float: left;
}*/

div.conversationTextBox {
  width: 60%;
}

button.findOutMoreWhiteBackground {
  margin: 70px 0px 80px 0px;
  border-radius: 5px;
  padding: 5px 25px;
  height: 50px;
  font-size: 18px;
  background-color: white;
}

.orangeText {
  color: var(--8bm-orange) !important;
}

.orangeBg {
  background-color: var(--8bm-orange);
}

.whiteText {
  color: white;
}

.darkGreyText {
  color: #282b2c;
}

.center {
  text-align: center;
}
.nonItalicText {
  font-style: normal;
}

span.greyFont {
  color: #646464;
}

span.usersAcrossContinents {
  margin-top: 40px;
}

div.invisibleModalBackground {
  display: none;
}

.durationIco,
.wb-conn-dur {
  vertical-align: middle;
}

div.visibleModalBackground {
  height: 100%;
  width: 100%;
  background: rgba(19, 15,	25, 0.9);
  position: fixed;
  z-index: 10;
  display: block;
  top: 0px;
  left: 0px;
  display: block;
}

textArea.contactTextArea {
  width: 390px;
  height: 130px;
  border: 1px solid #646464;
  float: left;
  border-radius: 5px;
  font-size: 18px;
  padding-left: 10px;
  color: #646464;
}

input.contactInputBox {
  width: 390px;
  height: 26px;
  border: 1px solid #646464;
  float: left;
  border-radius: 5px;
  font-size: 18px;
  padding-left: 10px;
  color: #646464;
}

span.modalLabelFullWidth,
span.modalLabelObs {
  width: 390px;
  /*height: 26px;*/
  margin-bottom: 2px;
  float: left;
  font-size: 18px;
  padding-left: 5px;
  text-align: left;
}

span.modalLabel {
  height: 26px;
  margin-bottom: 2px;
  float: left;
  font-size: 18px;
  padding: 5px 5px 0px 5px;
  text-align: left;
}

span.modalLabelObs {
  font-size: 14px;
  padding-top: 0px;
}

.lessonRequestModalError {
  display: none;
  width: 100%;
  font-size: 16px;
  color: #f00000;
  padding: 5px;
  float: left;
}

textArea.modalInputBox {
  width: 100%;
  height: 60px;
  margin-bottom: 5px;
  float: left;
  border-radius: 5px;
  font-size: 18px;
  padding-left: 10px;
  color: #646464;
}

#lessonRequestPopUp textArea.modalInputBox {
  width: 100%;
  margin-bottom: 10px;
}

#messageBody.modalInputBox {
  width: 99%;
}

button.blogPagePrevious {
  width: 120px;
  height: 30px;
  padding-top: 0px;
  border-radius: 5px;
  font-size: 18px;
  margin: 15px 0px 15px 0px;
  float: left;
}

button.blogPageNext {
  width: 120px;
  height: 30px;
  padding-top: 0px;
  border-radius: 5px;
  font-size: 18px;
  margin: 15px 0px 15px 20px;
}

button.toFirstPost {
  width: 120px;
  height: 30px;
  padding-top: 0px;
  margin-bottom: 2px;
  border-radius: 5px;
  font-size: 18px;
  margin: 15px 0px 15px 20px;
}

button.toOtherPost {
  width: 120px;
  height: 30px;
  border-radius: 5px;
  font-size: 18px;
  margin: 20px 20px;
  float: right;
}

.pointer {
  cursor: pointer;
}

button.cancelAction,
button.confirmAction {
  margin-top: 15px;
  border-radius: 5px;
  padding: 5px 25px 5px 25px;
  height: 50px;
  width: 40%;
  font-size: 18px;
}

button.cancelAction {
  background-color: #cccccc;
  color: #666666;
}

button.cancelAction:hover {
  background-color: #bbbbbb;
  color: #666666;
}

span.textPopup {
  width: 100%;
  margin-bottom: 2px;
  float: none;
  font-size: 18px;
}

div.filterOrderByBar {
  min-height: 200px;
  width: calc(100% - 128px);
  float: left;
  margin-top: 52px;
  padding: 50px 64px 0px 64px;
}

div.filterOrderByBarColumn {
  width: 23%;
  height: 100%;
  margin: 15px 0px 0px 0px;
  float: left;
}

div.filterOrderByBarColumnElement {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}

span.filterOrderByBarColumnElementTitle {
  width: 100%;
  height: 16px;
  margin-bottom: 20px;
  float: left;
  text-align: left;
}

span.filterOrderByBarColumnElementSpan {
  float: left;
  width: 80%;
  text-align: left;
  margin: 3px 0px 0px 3px;
}

.leftFloating {
  float: left;
}

.rightFloating {
  float: right;
}

.fullWidth {
  width: 100%;
}

.lessonRequestDetails {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.leftAligned {
  text-align: left;
}

/*
span.matchName:hover {
	text-decoration: underline;
}
*/

a.fill-div {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

span.matchingProfileText {
  float: left;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  margin: 0px 0px 0px 0px;
  text-align: left;
}

span.matchingProfileAboutMeText {
  font-style: italic;
  margin-top: 10px;
  margin: 50px 0;
}

span.matchLocation {
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0px 0px 5px;
  text-align: left;
}

.starRating {
  margin: 20px 20px;
  font-size: 12px;
  color: grey;
}

.star {
  font-size: 20px;
  color: var(--orange);
}

.fullStar::after {
  content: '★';
}

.emptyStar::after {
  content: '☆';
}

span.star.emptyStar {
  display: none;
}

button.loginToContact {
  margin: 10px 0px 0px -32px;
  border-radius: 15px;
  padding: 5px 25px;
  height: 50px;
  font-size: 18px;
  width: calc(100% + 64px);
}

span.userProfileName {
  font-size: 48px;
  padding: 25px 0px 20px 0px;
  float: left;
  width: 100%;
  background-color: white;
}

div.profileContainer {
  margin: 0px auto;
  width: 1000px;
  text-align: left;
}

div.lessonsContainer {
  width: 100%;
  text-align: left;
  background-color: white;
}

img.profilePageImage {
  max-height: 190px;
  max-width: 190px;
}

div.profilePageContainer {
  width: 100%;
  text-align: center;
}

span.profilePageSubtitile {
  font-size: 40px;
}

div.subjectBox {
  width: 100%;
  border-radius: 5px;
  background-color: white;
  float: left;
  margin: 0px 0px 30px 0px;
}

span.loweredName {
  margin-top: 25px;
  margin-bottom: 30px;
}

span.myProfileAboutMe {
  float: right;
  width: 440px;
}

img.myProfilePicture {
  float: left;
  max-width: 150px;
  max-height: 150px;
}

span.myProfileSubjectName {
  font-size: 16px;
  width: 100%;
  float: left;
  margin: 8px 0px 8px 30px;
}

img.badge {
  float: left;
  margin-left: 18px;
}

div.statTextBox {
  float: left;
  margin: 10px 0px 10px 40px;
  width: 280px;
}

span.statText {
  float: left;
  height: 16px;
}

span.boldStatText {
  float: left;
  font-weight: bold;
  height: 16px;
  margin-right: 5px;
}

div.subjectNameBox {
  width: 310px;
  height: 15px;
  padding: 18px;
  float: left;
  background-color: inherit;
  transition: all 0.4s ease 0s;
  background-color: white;
  margin-top: 10px;
}

div.subjectNameBox:hover {
  background-color: #dddddd;
}

div.subjectNameBox {
  background-color: white;
}

span.subjectName {
  float: left;
  color: #444444;
  font-size: 15px;
}

/* TODO: delete when own profile done*/
button.bigProfileButton {
  width: 48%;
  border-radius: 5px;
  padding: 5px 25px 5px 25px;
  height: 50px;
  font-size: 18px;
}

span.socTit {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin: 0px 0px 15px 20px;
  float: left;
}

div.socBox {
  float: left;
  margin: 10px 0px 0px 20px;
  height: 28px;
  width: 43%;
}

.profile_social_media {
  display: flex;
  padding: 15px 0;
}

img.socImg {
  float: left;
  margin-right: 10px;
  height: 18px;
}
@media only screen and (min-width: 576px) {
  img.socImg {
    float: left;
    margin-right: 15px;
    height: 18px;
  }
}
div.subjectCollapsedBox {
  float: left;
  transition: all 0.2s ease 0s;
  padding: 0px 10px 0px 10px;
  transform: scaleY(0);
  transform-origin: top;
  height: 0px;
}

div.subjectExpandedBox {
  float: left;
  transition: all 0.2s ease 0s;
  padding: 10px;
  transform: scaleY(1);
  transform-origin: top;
  height: auto;
}

span.collapsibleSubjectBoxText {
  font-size: 16px;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

span.collapsibleSubjectBoxTitle {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

img.lessonsWith {
  max-width: 118px;
  max-height: 118px;
  float: left;
}

div.profileFeedbackForm {
  width: 44%;
  float: left;
  padding: 10px 20px 10px 0px;
  margin: 0px 10px 20px 0px;
}

img.feedbackFromPicture {
  float: left;
  height: 100px;
  width: 100px;
  border-radius:50%;
}

span.feedbackTitle {
  font-size: 16px;
  font-weight: bold;
  float: left;
  margin: 0px 0px 5px 5px;
}

span.feedbackText {
  font-size: 15px;
  float: left;
  width: 50%;
  margin-left: 6px;
}

span.lessonFeedbackText {
  font-size: 15px;
  float: left;
  width: 50%;
  margin-left: 6px;
}

button.successGreen {
  background-color: #87c66b !important;
  transition: all 1s ease 0s;
}

input.searchTextBox {
  font-size: 10.5px;
  height: 19px;
  width: 250px;
  border: 0px none rgb(0, 0, 0);
  float: left;
  position: absolute;
  top: 25px;
  left: 27px;
  z-index: 2;
  color: #646464;
}

span.desktopToolbarText {
  padding-top: 24px;
  float: left;
  position: relative;
  z-index: 2;
}

span.infoText {
  margin-left: 17px;
  margin-bottom: 30px;
}

span.messageLabel {
  margin-left: 18px;
  display: block;
}

img.menuSearchSelector {
  height: 13px;
  width: 17px;
  padding-left: 3px;
  float: left;
  position: absolute;
  top: 29px;
  left: 3px;
  z-index: 2;
}

div.toolbarLessonsBox {
  height: 100%;
  width: 97px;
  padding: 0px 13px 0px 25px;
  float: left;
}

div.toolbarMatchesBox {
  height: 100%;
  width: 130px;
  padding: 0px 18px 0px 18px;
  float: left;
}

div.toolbarMessageBoxWithoutOptions {
  width: 150px;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 69px;
  float: left;
  z-index: 2;
}

div.toolbarMessageBoxWithOptions {
  height: 69px;
  width: 150px;
  float: left;
  z-index: 2;
}

.subjectIconImage {
  height: 30px;
  width: 30px;
  vertical-align: middle;
}

div.toolbarInfoBox {
  height: 69px;
  width: 91px;
  float: left;
  overflow-y: hidden;
}

div.toolbarProfileBox {
  width: 120px;
  height: 69px;
  float: left;
  overflow-y: hidden;
}

img.desktopToolbarMatchesImage {
  height: 24px;
  width: 22px;
  margin-top: 21px;
  float: right;
}

img.desktopToolbarMessageImage {
  height: 23px;
  width: 27px;
  margin-top: 17px;
  float: right;
}

span.newMessageCount {
  height: 22px;
  width: 21px;
  margin-top: 22px;
  margin-right: 18px;
  float: right;
  background-size: cover;
  background-image: url('../images/menuMessage.png');
  font-size: 13px;
  text-align: right;
  padding-right: 6px;
  padding-top: 1px;
  position: relative;
  z-index: 2;
}

span.notAcceptingRequestsLabel {
  float: left;
  height: 20px;
  font-size: 15px;
  font-style: italic;
  color: #646464;
  margin: 0px 0px 5px 20px;
  width: 100%;
}

span.messageMenuItem {
  float: left;
  background-color: white;
  font-size: 16px;
  padding: 10px 8px 10px 8px;
  z-index: 2;
  position: relative;
  width: calc(100% - 16px);
  text-align: left;
  left: 0px;
}

span.enabledAddRequiredSubject {
  font-family: 'poppins', sans-serif;
  width: 93px;
  height: 38px;
  font-size: 15px;
  padding: 8px 5px;
  background-color: var(--8bm-orange);
  border-radius: 10px;
  margin-left: 15px;
  color: white;
  text-align: center;
}
.icon--add {
  font-weight: 500;
  margin-left: 13px;
}

span.disabledAddRequiredSubject {
  font-family: 'poppins', sans-serif;
  width: 93px;
  height: 38px;
  font-size: 15px;
  padding: 8px 5px;
  background-color: #7d7d7d;
  opacity: 0.3;
  border-radius: 10px;
  margin-left: 15px;
  color: white;
  text-align: center;
  cursor:pointer;
}
span.enabledAddRequiredSubject:hover {
  opacity: 0.7;
  transition: all 0.5s 0s;
  outline: none;
  cursor:pointer;
}

div.profileSubjectAutocompleteSuggestionBox {
  width: 300px;
  height: 200px;
  border-left: 1px solid var(--8bm-orange);
  border-bottom: 1px solid var(--8bm-orange);
  border-right: 1px solid var(--8bm-orange);
  z-index: 2;
  position: fixed;
  left: 200px;
  top: 200px;
  float: left;
  background-color: black;
}

div.pendingNotification {
  background-color: #fbd398 !important;
}

p.suggestedSubject {
  background-color: white;
  font-size: 16px;
  padding: 5px 0px 5px 10px;
  z-index: 2;
  position: relative;
  float: left;
  text-align: left;
}

input.registrationSubjectsToLearn {
  width: 190px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  padding: 0px 0px 0px 8px;
  color: #646464;
}

form.registration__form-learn {
  float: left;
}

.learn-subjects__wrapper {
  max-width: 80%;
  padding: .3rem 0 0 0;
}

span.learn-subjects__title {
  width: 240px;
  font-size: 16px;
  margin-bottom: 16px;
  text-align: left;
}

.learn-subjects__box {
  margin-top: 10px;
  max-height: 35vh;
  overflow: hidden;
  overflow-y: auto;
}

@media (max-width:400px){
  .learn-subjects__box {
    width: 80vw;
  }
}
@media (max-width:760px){
  .learn-subjects__box {
    width: 80vw;
    max-height: 25vh;
  }
}

/* Customizes the scrollbar track */
div.learn-subjects__box::-webkit-scrollbar {
  width: 6px;
  height: 12px;
}


div.learn-subjects__box::-webkit-scrollbar-thumb {
  background-color: #a8a5a5;
  border-radius: 6px;
}


div.learn-subjects__box::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 6px;
}


div.learn-subjects__box::-webkit-scrollbar-thumb:hover {
  background-color: #a8a5a5;
}

/* Add subject to click next  */
.continue--modal--container {
  min-width:280px;
  min-height:150px;
  width: 20vw;
  height: 8vw;
  background: white;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border-radius: 10px;
  position: absolute;
  padding: .5rem;
/*    top: -150%;*/
top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 3s, visibility 3s;
  opacity: 1;
  visibility: visible;
  z-index:999;
}

.continue--modal--container--close {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.removeButton {
  font-size: 13px;
  margin-left: 7px;
}

.removeButton:hover {
  cursor: pointer;
}

@media (min-width: 576px) {
  input.registrationSubjectsToLearn {
    width: 220px;
  }

  div.registrationAutocompleteSuggestionBox {
    width: 220px;
    max-height: 220px !important;
    overflow-y: auto;
    background-color: white;
    display: none;
  }

  .learn-subjects__wrapper {
    padding-left: 2rem;
    max-width: 80%;
    margin-right: auto;
  }

  .removeButton {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .learn-subjects__wrapper {
    /*    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    width: 100%;
  }
}

.registrationPageThreeSubtitle {
  display: none;
}

div.removeAndUpdateButtonBox {
  width: 13px;
  float: left;
}

.teach-subjects__icons {
  position: absolute;
  right: 0;
  display: flex;
  margin-top: 9px;
}

.delete-button {
  width: 15px;
  height: 15px;
  margin: 2px 10px 0 0;
  cursor: pointer;
  z-index: 5;
}

.fa-save:before {
  font-size: 20px;
  color: #686868;
}

.fa-save:hover::before {
  font-size: 20.5px;
  color: var(--8bm-orange);
  cursor: pointer;
}

span.aboutMeTitle {
  width: 260px;
  float: left;
  margin-top: 220px;
  margin-left: 60px;
}

span.registrationStepThreeLineTitle {
  font-size: 16px;
  padding-top: 16px;
  width: 100%;
  margin-bottom: 20px;
}

.level-dropdown > p {
  color: #495057;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'poppins', sans-serif;
}

span.levelButtonShort {
  width: 120px;
  float: left;
  margin-right: 22px;
  border: 1px solid #646464;
  border-radius: 10px;
  font-size: 13px;
  text-align: center;
  padding: 6px 0px 6px 0px;
  color: #646464;
}

span.levelButtonShort:last-of-type {
  width: 120px;
  float: left;
  margin-right: 0px;
  border: 1px solid #646464;
  border-radius: 10px;
  font-size: 13px;
  text-align: center;
  padding: 6px 0px 6px 0px;
  color: #646464;
}

span.levelButtonLong {
  width: 190px;
  float: left;
  margin-right: 22px;
  border: 1px solid #646464;
  border-radius: 10px;
  font-size: 13px;
  text-align: center;
  padding: 6px 0px 6px 0px;
  color: #646464;
}

span.levelButtonLong:last-of-type {
  width: 194px;
  float: left;
  margin-right: 0px;
  border: 1px solid #646464;
  border-radius: 10px;
  font-size: 13px;
  text-align: center;
  padding: 6px 0px 6px 0px;
  color: #646464;
}

input.termsCheckbox {
  float: left;
  margin: 5px 10px 0px 0px;
  color: #646464;
}

span.modalBoxError {
  width: 100%;
  color: red;
  float: left;
  font-size: 10px;
  padding: 5px 0px 1px 0px;
  text-align: left;
  height: 10px;
  font-style: italic;
  font-weight: bold;
}

button.visitProfile {
  font-size: 11px;
  border-radius: 5px;
  padding: 3px;
  float: left;
  margin-top: 7px;
}

div.textAreaOutline {
  border: 1px solid #e0e0e0;
  float: left;
  border-radius: 6px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: calc(100% - 42px);
  padding: .1rem;
}

div.topPaddingForSubjectsPage {
  width: 100%;
  height: 72px;
  float: left;
}

div.topPaddingForMessagesPage {
  width: 100%;
  height: 110px;
  background-color: #f5f5f5;
}

div.messagesPageContentPanel {
  width: 1136px;
  margin: 0px auto;
  float: left;
  padding: 10px 5px 0px 10px;
  margin-left: 230px;
}

div.messagePageContentPanelHeader {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  height: 30px;
}

.notificationsHeader {
  padding: 0rem 1rem 0rem 1rem;
  border-radius: 22px;
}

div.sharedSubjectsWhitePanelLonger {
  height: 600px;
  width: 1136px;
  margin: 0px auto;
  background-color: white;
}

/** calculating the upper margin: the toolbar is fixed, thus it covers the  contentPanel
<br> in order for the contentPanel not to be covered, put a top margin whose top is the height of the toolbar + the height of the toolbar border + optionally additional margin
**/
div.membersAreaContentPanel,
div.nonMembersAreaContentPanel {
  width: 1106px;
  margin: 0px auto;
  margin-bottom: 16px;
  margin-top: 88px;
  background-color: #f5f5f5;
  min-height: calc(100vh - 317px);
  padding: 0px;
  text-align: left;
  background-color: white;
  overflow: auto;
  border-radius: 7px;
}

div.nonMembersAreaContentPanel {
  background-color: #f5f5f5;
  margin-top: 52px;
}

div.publicInAreaContentPanel {
  /*	width: 1136px;
	margin: 0px auto;
	background-color: white;
	min-height: calc(100vh - 317px);
	padding-top: 72px;*/
}

div.loggedInGreyContentPanel {
  width: 1136px;
  margin: 0px auto;
  background-color: #f5f5f5;
  min-height: calc(100vh - 317px);
  padding-top: 80px;
  overflow: hidden;
}

img.correspondentPicture {
  float: left;
  height: 66px;
  width: 66px;
  margin: 0px 10px 0px 10px;
  border-radius: 33px;
}

img.correspondentPictureClickable {
  float: left;
  height: 66px;
  width: 66px;
  margin: 0px 10px 0px 10px;
  border-radius: 33px;
  cursor: pointer;
}

span.correspondentLocation {
  color: #646464;
  font-size: 16px;
  width: 290px;
  margin-top: 20px;
}

div.correspondentBox {
  width: 420px;
  height: 100px;
  float: left;
}

div.userWithUnreadMessagesBox,
div.userWithUnreadMessagesBoxSelected {
  border-bottom: 1px solid #cacaca;
  background-color: white;
  width: 100%;
  height: 80px;
  cursor: pointer;
  padding: 10px 0px 10px 0px;
}

@media (max-width: 600px) {
    .friends-list:last-child {
        padding: 10px 0 0 0;
}
}

div.userWithUnreadMessagesBox:hover,
div.userWithUnreadMessagesBoxSelected {
  background-color: #eeeeee;
}

div.glowingNotificationBox {
  border-bottom: 1px solid #cacaca;
  background-color: #fbd398;
  padding: 7px 0px 7px 0px;
  transition: all 6s ease;
  background-color: #fbd398;
  display: flex;
  align-items: center;
  height: 100px;
}

div.notificationBox {
  border-bottom: 1px solid #cacaca;
  background-color: white;
  padding: 7px 0px 10px 0px;
  transition: all 6s ease;
  display: flex;
  align-items: center;
}

.notificationSubject {
  color: #646464;
  font-size: 13px;
  font-weight: bold;
  width: 20%;
  margin-bottom: 5px;
}

.notificationBody {
  color: #646464;
  font-size: 12px;
  margin-top: 15px;
  margin-left: 10px;
}

@media screen and (max-width: 300px) {
  .notificationPanel {
    padding-left: 7px;
  }

  img.correspondentPicture {
    display: none;
  }
}

div.notificationBox:last-of-type {
  margin-bottom: 20px;
}

div#notificationMembersAreaContentPanel {
  width: auto;
  margin-top: 20px;
  text-align: center;
  padding: 0;
  min-height: 400px;
}

div#notificationMembersAreaContentPanel span.centered {
  display: block;
  padding: 200px 0;
}

span.notificationName {
  line-height: 60px;
}

span.notificationEndOfPageMargin {
  width: 1136px;
  background-color: white;
}

span.notificationCount {
  background-color: var(--8bm-orange);
  color: white;
  margin: 10px 0px 10px 0px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  float: left;
}

div.notificationCountBox {
  height: 80px;
  float: left;
  width: 20px;
}

div.messageBox {
  height: 80px;
  border-bottom: 1px solid #cacaca;
  padding: 10px;
  background-color: white;
  width: 575px;
  overflow: auto;
  float: left;
  cursor: pointer;
}

span.correspondentName,
span.correspondentNameSelected {
  color: #646464;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}

span.correspondentNameSelected {
  margin-left: 10px;
  margin-right: 10px;
}

span.messageSubject {
  color: #646464;
  font-size: 16px;
  font-weight: bold;
  width: 590px;
  margin-bottom: 5px;
  float: left;
}

span.notificationBodySpecs {
  color: #646464;
  font-size: 13px;
  width: 590px;
  float: left;
  margin-top: 5px;
}

.messageBody {
  color: #646464;
  font-size: 16px;
  width: 100%;
  float: left;
}

span.correspondentLocation {
  color: #646464;
  font-size: 16px;
  width: 290px;
  margin-top: 20px;
}

div.receivedMessageContainer {
  margin: 5px 50px 15px 0px;
  float: left;
  background-color: #dbedd3;
  border-radius: 8px;
}

div.sentMessageContainer {
  background-color: #fad7c4;
  margin: 5px 0px 15px 50px;
  float: right;
  border-radius: 8px;
}

i.closeConversation {
  width: 10%;
  cursor: pointer;
  float: left;
}

div.user_selected_overview {
  text-align: center;
  width: 90%;
  float: left;
}

div.systemMessageContainer {
  background-color: #e5f3fc;
  margin: 5px 0px 5px 0px;
  float: left;
}

div.variableHeightMessageBox {
  padding: 5px;
  width: 550px;
  float: left;
}

div.variableHeightTimeBox {
  height: 100%;
  padding: 5px;
  width: 60px;
  float: left;
  float: right;
}

div.messagePageRightColumn {
  float: left;
  width: 55%;
  margin-left: 20px;
}

div.messagePageLeftColumn {
  float: left;
  width: 40%;
  height: 100%;
  border-right: 2px inset;
}

textArea.newMessageTextArea {
  height: 70px;
  margin-left: 10px;
  width: calc(100% - 20px);
  border: 0px solid black;
  outline: none;
}

div.newMessageBox {
  width: 100%;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  padding: 10px 0px 0px 0px;
  height: 110px;
  margin: 50px 0px 10px 0px;
}

div.conversationPanel {
  width: 100%;
  height: 600px;
  height: auto;
  background-color: white;
}

button.postMessageButton {
  margin-left: 10px;
  padding: 5px 10px 5px 10px;
  float: left;
  border-radius: 6px;
}

button.acceptOrReject {
  padding: 5px 10px 5px 10px;
  float: right;
  border-radius: 6px;
  margin-left: 30px;
}

span.listItemBottomMargin {
  margin-bottom: 10px;
}

span.ConfirmedActionHeaderWidth {
  width: 240px;
  text-align: right;
}

span.AcceptRejectActionHeaderWidth {
  width: 200px;
  text-align: center;
}
span.longLessonElement {
  width: 125px;
  float: left;
  margin-right: 10px;
  color: #646464;
  font-size: 15px;
}

span.longLessonElementSmallFont {
  width: 125px;
  float: left;
  margin-right: 10px;
  color: #646464;
  font-size: 13px;
}

span.shortLessonElement {
  width: 80px;
  margin-right: 10px;
  float: left;
  color: #646464;
  font-size: 15px;
}

.feedback {
  width: 280px;
  margin: 0px 10px 0px 10px;
  float: left;
  color: #646464;
}

div.starBox {
  margin: 0px 10px 0px 10px;
  float: left;
}

div.lessonLine {
  float: left;
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #cacaca;
  width: 100%;
  background-color: white;
}

div.lastLessonLineBottomMargin {
  height: 40px;
  width: 100%;
  background-color: white;
  float: left;
}

div.liveLessonLine {
  float: left;
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #cacaca;
  width: 100%;
  background-color: #e6ffe6;
}

button.saveLessonForm {
  border-radius: 5px;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
}

button.editFeedback {
  border-radius: 5px;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  margin-left: 20px;
  margin-right: 157px;
  float: right;
  /* 	display:none; */
}

div.timeBox {
  height: 80px;
  border-bottom: 1px solid #cacaca;
  padding: 10px;
  background-color: white;
  width: 70px;
  float: left;
}

div.timeBox {
  padding: 10px;
  background-color: white;
  float: right;
}

div.notificationTimeBox {
  height: 50px;
  padding: 10px;
  background-color: white;
  width: 70px;
  float: right;
}

span.timeString {
  font-size: 11px;
  color: #404751;
}

/*
.dropdown:hover .dropdown-content{
  transform: scaleY(1);
}
*/

div.visibleSearchMenu {
  float: left;
  width: 320px;
  height: auto;
  border-left: 1px solid var(--8bm-orange);
  border-bottom: 1px solid var(--8bm-orange);
  border-right: 1px solid var(--8bm-orange);
  z-index: 1;
  background-color: white;
  position: fixed;
  transform: scaleY(1);
  transform-origin: top;
  transition: all 0.2s ease 0s;
}

div.visibleLessonsMenu {
  float: left;
  width: 250px;
  height: auto;
  border-left: 1px solid var(--8bm-orange);
  border-bottom: 1px solid var(--8bm-orange);
  border-right: 1px solid var(--8bm-orange);
  z-index: 1;
  background-color: white;
  position: fixed;
  transform: scaleY(1);
  transform-origin: top;
  transition: all 0.2s ease 0s;
}

div.invisibleMessagesMenu {
  float: left;
  width: 150px;
  height: auto;
  border-left: 1px solid var(--8bm-orange);
  border-bottom: 1px solid var(--8bm-orange);
  border-right: 1px solid var(--8bm-orange);
  z-index: 1;
  background-color: white;
  position: fixed;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s ease 0s;
}

div.visibleMessagesMenu {
  float: left;
  width: 150px;
  height: auto;
  border-left: 1px solid var(--8bm-orange);
  border-bottom: 1px solid var(--8bm-orange);
  border-right: 1px solid var(--8bm-orange);
  z-index: 1;
  background-color: white;
  position: fixed;
  transform: scaleY(1);
  transform-origin: top;
  transition: all 0.2s ease 0s;
}

div.invisibleInfoMenu {
  float: left;
  width: 150px;
  height: auto;
  border-left: 1px solid var(--8bm-orange);
  border-bottom: 1px solid var(--8bm-orange);
  border-right: 1px solid var(--8bm-orange);
  z-index: 1;
  background-color: white;
  position: fixed;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s ease 0s;
}

div.invisibleLessonsMenu {
  float: left;
  width: 250px;
  height: auto;
  border-left: 1px solid var(--8bm-orange);
  border-bottom: 1px solid var(--8bm-orange);
  border-right: 1px solid var(--8bm-orange);
  z-index: 1;
  background-color: white;
  position: fixed;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s ease 0s;
}

div.visibleInfoMenu {
  float: left;
  width: 150px;
  height: auto;
  border-left: 1px solid var(--8bm-orange);
  border-bottom: 1px solid var(--8bm-orange);
  border-right: 1px solid var(--8bm-orange);
  z-index: 1;
  background-color: white;
  position: fixed;
  transform: scaleY(1);
  transform-origin: top;
  transition: all 0.2s ease 0s;
}

div.invisibleProfileMenu {
  float: left;
  width: 250px;
  height: auto;
  border-left: 1px solid var(--8bm-orange);
  border-bottom: 1px solid var(--8bm-orange);
  border-right: 1px solid var(--8bm-orange);
  z-index: 1;
  background-color: white;
  position: fixed;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s ease 0s;
}

div.visibleProfileMenu {
  float: left;
  width: 250px;
  height: auto;
  border-left: 1px solid var(--8bm-orange);
  border-bottom: 1px solid var(--8bm-orange);
  border-right: 1px solid var(--8bm-orange);
  z-index: 1;
  background-color: white;
  position: fixed;
  transform: scaleY(1);
  transform-origin: top;
  transition: all 0.2s ease 0s;
}

span.liveLessonMenuItem {
  font-size: 14px;
  float: left;
  padding: 5px 5px 5px 5px;
  width: 310px;
}

button.liveLessonMenuButton {
  font-size: 14px;
  float: left;
  padding: 5px 5px 5px 5px;
  background-color: var(--8bm-orange);
  color: white;
  border-radius: 5px;
  padding: 3px;
  margin: 5px;
}

button.otherSubjectRequest {
  float: left;
  width: 200px;
  font-size: 16px;
  padding: 8px 0px 8px 0px;
  border-radius: 10px;
  margin-top: 15px;
}

span.bigStar {
  cursor: pointer;
  font-size: 25px;
  color: var(--orange);
}

img.profilePicturePreview {
  max-height: 200px;
  max-width: 200px;
  float: left;
}

.fileUpload {
  position: relative;
  overflow: hidden;
}

.fileUpload input.upload {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  opacity: 0;
  opacity: 0;
}

button.personalDataButton {
  float: right;
  width: 140px;
  font-size: 14px;
  padding: 5px 0px 5px 0px;
  border-radius: 10px;
  margin-right: 15px;
  transition: 1s;
}

div.pictureButtonsBox {
  float: left;
  width: 160px;
  margin-top: 25px;
  margin-left: 25px;
}

div.personalDataButtonLine {
  width: 100%;
  margin-top: 10px;
  padding-right: 20px;
  float: left;
  font-style: italic;
  font-weight: bold;
}

input.emailValidation:invalid {
  background-color: #ffcccc;
}

span.nothingToShowMessage {
  font-size: 27px;
  float: left;
  text-align: left;
  margin: 20px 0px 70px 0px;
}

div.requiredSubjectListSelectionBox {
  float: left;
  text-align: left;
  height: 40px;
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: white;
}

.radiobutton {
  -moz-appearance: none;
  -webkit-appearance: none;

  background-color: var(--white);
  border: 1px solid var(--black);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  border-radius: 25px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.radiobutton:active,
.radiobutton:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.radiobutton:checked {
  background-color: #ec7939;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

.radiobutton:checked:after {
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 2px;
}

.checkbox {
  -moz-appearance: none;
  -webkit-appearance: none;

  background-color: var(--white);
  border: 1px solid var(--black);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  border-radius: 25px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.checkbox:active,
.checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.checkbox:checked {
  background-color: #56c528;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

.checkbox:checked:after {
  content: '\2713';
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
}

/*
div.requiredSubjectListSelectionBox input[type=radio], input[type=checkbox] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

div.requiredSubjectListSelectionBox input[type=radio]:checked {
	content: "\2022";
	color: #f3f3f3;
	font-size: 30px;
	text-align: center;
	line-height: 18px;
}

div.requiredSubjectListSelectionBox input[type=checkbox]:checked {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
	line-height: 15px;
}

div.requiredSubjectListSelectionBox .radio label:before {
	border-radius: 8px;
}

div.requiredSubjectListSelectionBox .checkbox label:before {
	border-radius: 3px;
}

*/

input.subjectSelection {
  padding-top: 15px;
  margin-left: 20px;
  float: left;
  color: #646464;
}

span.noMessages {
  font-size: 35px;
  font-weight: bold;
  float: left;
  text-align: left;
  margin-left: 200px;
}

div.ebmWhiteBoardControlPanel {
  background-color: #f9c570;
  z-index: 1;
  position: absolute;
  width: 350px;
  top: 30px;
  right: 30px;
  font-size: 20px;
  box-shadow: 5px 5px 5px #ffe0cc;
  padding: 10px;
  margin-right: 48px;
}

img.whiteboardPicture {
  max-height: 40px;
  max-width: 40px;
  border-radius: 20px;
}

img.whiteboardInfoPic {
  max-height: 22px;
  max-width: 22px;
  border-radius: 20px;
  top: -11px;
  right: -10.5px;
  position: absolute;
  background: white;
}

div.skypeNameBox {
  display: none;
}

div.notificationPanel {
  float: left;
  width: 100%;
}

div.levenAndTeachOrTalkBox {
  width: 68px;
  float: left;
}

b {
  font-weight: bold !important;
}

div.forceGrayBackground {
  background-color: #f5f5f5 !important;
}

div.publicWhiteBlock {
  width: 100%;
  float: left;
}

div.publicPageFooterBuffer {
  width: 100%;
  height: 30px;
  float: left;
}

div.greyPublicPageFooterBuffer {
  width: 100%;
  height: 30px;
  float: left;
  background-color: #f5f5f5;
}

div.aboutUsProfileBox {
  max-width: 760px;
  width: 100%;
  margin: 0px auto;
  margin-top: 50px;
  margin-bottom: 50px;
  min-height: 1250px;
}

.textCentred {
  text-align: center;
}

.about-us {
  padding-top: 100px;
}

@media screen and (min-width: 768px) {
  div.aboutUsBioBox:nth-of-type(odd) {
    float: left;
    margin-bottom: 20px;
    width: 280px;
    height: 120px;
  }

  div.aboutUsBioBox:nth-of-type(even) {
    float: right;
    margin-bottom: 20px;
    width: 280px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  div.aboutUsProfileBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  div.aboutUsBioBox {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 20px;
  }
}

div.aboutUsBio {
  width: 260px;
  height: 120px;
  background-color: #f5f5f5;
  float: left;
  margin-top: -120px;
  margin-left: 60px;
  position: relative;
  z-index: 0;
}

img.aboutUsImage {
  height: 120px;
  width: 120px;
  background-color: transparent;
  float: left;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  object-fit: cover;
}

span.aboutUsBioName {
  color: #646464;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 70px;
  float: left;
}

span.aboutUsBioPosition {
  color: #646464;
  font-size: 13px;
  margin-top: 8px;
  margin-left: 70px;
  float: left;
}

span.aboutUsBioAboutMe {
  color: #646464;
  font-size: 13px;
  font-style: italic;
  margin-top: 8px;
  margin-left: 70px;
  float: left;
}

div.JoinUsFieldName {
  color: #646464;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 70px;
}

div.JoinUsFieldDescription {
  color: #646464;
  font-size: 13px;
  font-style: italic;
  margin-top: 8px;
  margin-left: 70px;
}

img.benefitsTree {
  width: 1300px;
  height: 961px;
  margin-left: calc((100vw - 1340px) / 2);
  float: left;
  margin-top: 80px;
}

div.publicBlockContentBox {
  max-width: 1030px;
  width: 100%;
  margin: 0px auto;
}

div.tAndCTextBox {
  width: 70%;
  float: left;
  overflow-y: auto;
  height: calc(100vh - 200px);
  scroll-behavior: smooth;
}

span.tAndCSectionTitle {
  float: left;
  margin: 10px 0px 10px 0px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}

span.tAndCSectionText {
  float: left;
  margin: 5px 0px 5px 0px;
  font-size: 16px;
  width: 100%;
}

div.benefitTreeBox {
  width: 1030px;
  height: 761px;
}

.publicPageTitle,
.publicPageSubTitle {
  width: 100%;
  text-align: center;
  font-size: 48px;
  color: var(--8bm-orange);
}

.publicPageSubTitle {
  font-size: 32px;
  margin: 60px 0px 10px 0px;
}

p.tAndCPageTitle {
  width: 100%;
  text-align: center;
  font-size: 48px;
  color: var(--8bm-orange);
  margin-top: 20px;
}

span.contactLabel {
  width: 300px;
  font-size: 18px;
  color: var(--8bm-orange);
  margin: 0px 15px 0px 30px;
  float: left;
}

span.contactPageErrorMessageResizing {
  margin-left: 345px;
  float: left;
  width: 500px;
}

/*body.publicPageBody {
	font-family: 'Poppins', sans-serif;
	background-color: white;
}*/

body.members-area-privacy {
  margin-left: 10px;
  margin-right: 10px;
}

label {
  color: #646464;
}

div.recaptchaBox {
  width: 100%;
}

span.capitalised {
  text-transform: capitalize;
}

span.invisibleText {
  opacity: 0;
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
}

span.tAndCLinkTitle {
  width: 80%;
  font-size: 16px;
  font-weight: bold;
  float: left;
  text-align: left;
  border-right: 1px solid var(--8bm-orange);
  cursor: pointer;
}

span.tAndCLinkBullet {
  font-size: 16px;
  float: left;
  text-align: right;
  width: 10%;
  font-weight: bold;
  margin-right: 5px;
  height: 16px;
  cursor: pointer;
}

div.tAndCLinkBox {
  width: 30%;
  float: left;
}

.hidden {
  display: none;
}

.img-export {
  display: block;
}

div.hiddenLessonListHeaderBox {
  margin-bottom: 20px;
  float: left;
  display: none;
}

span.hiddenLessonListHeader {
  float: left;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #646464;
}

textArea.noBorderTextArea {
  border: none;
  outline: none;
}

span.lessonSubjectWidth,
span.lessonSubjectItem {
  width: 200px;
}

.feedbackColumnWidth {
  width: 250px;
}

.lessonDateTimeWidth {
  width: 200px;
}

.rightAligned {
  text-align: right;
}

span.lessonFocusKnowledgeReasonWidth {
  width: 260px;
}

span.lessonNameWidth,
.lessonNameItem {
  width: 200px;
}

span.lessonSubjectItem:hover,
span.lessonName:hover,
span.correspondentNameSelected:hover {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: var(--8bm-orange);
}

.lessonCommentWidth {
  width: 240px;
  margin-right: 10px;
}

.lessonRatingWidth {
  width: 180px;
}

span.lessonStarBox {
  width: 90px;
}

div.lessonListBlock {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

textArea.autoHeightTextArea {
  height: auto;
}

img.hiddenNewImage {
  float: left;
  height: 100px;
  width: 100px;
}

.nonDisplayableElement {
  display: none;
}

.selectableSubjectListItem {
  margin-right: 5px;
}

button.whiteBoardButton {
  padding: 3px;
  border-radius: 3px;
}

.isuInfo,
.isuSuccess,
.isuWarning,
.isuError {
  margin: 10px 0px;
  padding: 12px;
}

.isuInfo {
  color: #00529b;
  background-color: #bde5f8;
}

.isuSuccess {
  color: #4f8a10;
  background-color: #dff2bf;
}

.isuWarning {
  color: #9f6000;
  background-color: #feefb3;
}

.isuError {
  color: #d8000c;
  background-color: #ffd2d2;
}

span.feedbackName {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 17px;
}

.infoMessage {
  padding: 10px 0px 10px 0px;
  float: left;
  text-align: center;
  color: var(--8bm-orange) !important;
  margin-bottom: 10px;
  border-radius: 25px;
  font-family: 'lato', sans-serif;
}

button[disabled] {
  background-color: #cccccc;
}

div.feedbackBox {
  margin-left: 60px;
  float: left;
}

img.lessonRequested {
  margin-right: 5px;
  margin-top: -3px;
  float: left;
  height: 20px;
  width: 20px;
}

.divCornerDown {
  border-radius: 5px;
  margin-left: 15px;
  float: right;
}

.divCornerDown:hover .tooltiptext {
  visibility: visible;
}

span.InfoTitle {
  font-size: 24px;
  padding: 16px 0px 16px 0px;
  text-align: center;
  margin: 0px auto;
  float: left;
  width: 100%;
}

.tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: white;
  text-align: center;
  border-radius: 6px;
  padding: 20px 20px 20px 20px;
  box-shadow: 0 0 10px var(--black);
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

span.InfoTitle {
  font-size: 24px;
  padding: 16px 0px 16px 0px;
  text-align: center;
  margin: 0px auto;
  float: left;
  margin-right: 10px;
}

div.ratingValue {
  width: 180px;
  color: #646464;
}

button.fixedbutton {
  background: none;
  border: 0;
  bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: block;
  font: inherit;
  padding: 0;
  pointer-events: all;
  position: fixed;
  transition: box-shadow 0.3s ease-out;
  transform: translate3d(0, 0, 0);
  padding: 14px;
  border-radius: 10px;
  height: 50px;
  width: 50px;
  background-color: var(--8bm-orange);
  right: 10px;
}

button.fixedbutton:hover {
  background-color: #c7530f;
  transition: all 0.5s ease 0s;
  color: white;
  cursor: pointer;
}

img.chatbox {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  opacity: 1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #5d6575;
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  padding: 0.55em 0em;
  top: 14px;
  right: 120%;
  font-size: 0.688rem;
  border-radius: 0.4em;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

@media (max-width: 480px) {
  button.fixedbutton {
    display: none;
  }
  .infoBlock {
    width: 100% !important;
    right: 0 !important;
  }
}

span.noResults {
  padding: 10px 0px 10px 0px;
  text-align: center;
  float: left;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  #noDataFound {
    width: 100%;
    padding: 20px 0;
  }

  span.noResults {
    padding: 10px 0px 10px 0px;
    text-align: center;
    width: 100%;
    float: none;
    cursor: pointer;
  }

  div.visibleModalBackground {
    height: 100vh;
    width: 100vw;
  }


  div.visibleModalBackground {
    height: 100vh;
    width: 100vw;
  }

  .visibleLoginPopUp {
    min-height: initial;
    width:90%;
  }

  div.visibleModalBackground {
    height: 100vh;
    width: 100vw;
  }


  div.visibleWhiteboardInfo {
    z-index: 1;
    position: absolute;
    top: 80px;
    right: 130px;
    float: left;
    transform: scaleY(1);
    transform-origin: top;
    transition: all 0.4s ease 0s;
    background-color: #ffe1af;
    height: 310px;
    width: 350px;
    padding: 10px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #dad4c2;
  }
  div.visibleWhiteboardInfo {
    z-index: 1;
    position: absolute;
    top: 80px;
    right: 130px;
    float: left;
    transform: scaleY(1);
    transform-origin: top;
    transition: all 0.4s ease 0s;
    background-color: #ffe1af;
    height: 310px;
    width: 350px;
    padding: 10px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #dad4c2;
  }

  div.invisibleWhiteboardInfo {
    z-index: 1;
    position: absolute;
    top: 80px;
    right: 130px;
    float: left;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.4s ease 0s;
    background-color: #ffe1af;
    height: 310px;
    width: 350px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #dad4c2;
  }

  span.audioProblem {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  span.audioProblemMessage {
    float: right;
    padding: 0px 10px 0px 10px;
    font-size: 13.5px;
    margin-top: 3px;
  }

  .rate {
    height: 46px;
    display: inline-block;
  }

  .rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
  }

  .rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
  }

  .rate:not(:checked) > label:before {
    content: '★ ';
  }

  .rate > input:checked ~ label {
    color: #ffc700;
  }

  .rate:not(:checked) > label:hover,
  .rate:not(:checked) > label:hover ~ label {
    color: #deb217;
  }

  .rate > input:checked + label:hover,
  .rate > input:checked + label:hover ~ label,
  .rate > input:checked ~ label:hover,
  .rate > input:checked ~ label:hover ~ label,
  .rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
  }

  /* New benefit page */
  .benefitContainer {
    position: relative;
    width: 100%; /* for IE 6 */
  }

  .benefits {
    position: absolute;
    top: 10%;
    width: 100%;
    color: white;
  }

  .benefit {
    margin: auto;
    width: 40%;
    overflow: auto;
  }

  .left {
    float: left;
    margin-right: 10px;
  }

  .right {
    float: right;
    margin-left: 10px;
  }

  .text-right {
    text-align: right;
  }

  .text-left {
    text-align: left;
  }

  .img-benefit {
    max-height: 75px;
    max-width: 75px;
  }

  #tree {
    width: 100%;
  }

  .ending {
    background-color: #a1d187;
  }

  .root {
    height: 100px;
    width: 200px;
    overflow: hidden;
    font-size: 14px;
  }

  .root > p {
    margin-block-start: 0;
  }

  .first-root {
    position: absolute;
    top: 65%;
    left: 30.5%;
  }

  .second-root {
    position: absolute;
    top: 68%;
    left: 55%;
    width: 250px;
  }

  .third-root {
    position: absolute;
    top: 76%;
    left: 32%;
  }

  .fourth-root {
    position: absolute;
    top: 81%;
    left: 55.5%;
  }

  .fifth-root {
    position: absolute;
    top: 86.5%;
    left: 32.5%;
  }

  @media screen and (max-width: 1420px) {
    .second-root {
      width: 245px;
    }
  }

  @media screen and (max-width: 1355px) {
    .root {
      font-size: 10px;
      height: 95px;
      width: 185px;
    }
    .second-root {
      width: 225px;
    }
  }

  @media screen and (max-width: 1250px) {
    .benefits {
      font-size: 14px;
    }
    .root {
      font-size: 9px;
      height: 90px;
      width: 175px;
    }
    .img-benefit {
      max-height: 65px;
      max-width: 65px;
    }
  }

  @media screen and (max-width: 1130px) {
    .benefits {
      font-size: 12px;
    }
    .root {
      font-size: 8px;
      height: 75px;
      width: 150px;
    }
    .img-benefit {
      max-height: 55px;
      max-width: 55px;
    }
  }

  img.blogBanner {
    float: left;
    height: 320px;
    width: 1026px;
  }

  span.blogHeadline {
    margin: 20px 0px 20px 0px;
    color: var(--8bm-orange);
    float: left;
    font-size: 25px;
    weight: bold;
    width: 100%;
    text-align: center;
  }

  span.blogDate {
    color: var(--8bm-orange);
    float: left;
    font-size: 20px;
    margin: 25px 0px 0px 25px;
  }
}

.blogWidth {
  float: left;
  width: 1030px;
}

p.blogStyleRight {
  text-align: right;
}
p.blogStyleLeft {
  text-align: left;
}
span.blogCategory {
  font-size: 15pt;
  color: #505050;
}

p.blogText {
  color: #646464;
  font-size: 15px;
  float: left;
  text-align: justify;
  height: auto;
  width: 100%;
}

span.blogDate {
  color: #646464;
  float: right;
  font-size: 14px;
  margin-top: 25px;
  text-align: right;
}

@media screen and (max-width: 1000px) {
  .img-benefit {
    max-height: 50px;
    max-width: 50px;
  }
}

img.blogListLatestImage {
  float: left;
  height: 300px;
  width: 480px;
  border-radius: 15px;
}

span.blogHeadline {
  margin: 20px 0px 20px 0px;
  color: var(--8bm-orange);
  float: left;
  font-size: 25px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

span.firstPostText {
  width: 450px;
  margin: 15px 10px 5px 30px;
  color: #646464;
  float: left;
  font-size: 16px;
  height: 171px;
  line-height: 19px;
}

div.previousBlogPostBox {
  width: 480px;
  height: 465px;
  margin: 60px 0px 20px;
  background-color: white;
  border-radius: 15px;
}

div.previousBlogPostBox:nth-child(odd) {
  float: right;
}

div.previousBlogPostBox:nth-child(even) {
  float: left;
}

div.blogCentralColumnTop {
  width: 1030px;
  margin: 0px auto;
  height: 370px;
}

span.firstPostTitle {
  margin: 10px 10px 0px 60px;
  color: var(--8bm-orange);
  float: left;
  font-size: 25px;
  font-weight: bold;
  width: 450px;
}

span.previousPostHeader {
  margin: 10px 10px 0px 25px;
  color: var(--8bm-orange);
  float: left;
  font-size: 19px;
  font-weight: bold;
  width: 100%;
}

div.previousBlogPostBox {
  width: 480px;
  height: 465px;
  margin: 60px 0px 20px;
  background-color: white;
  border-radius: 15px;
}

div.previousBlogPostBox:nth-child(odd) {
  float: right;
}

div.previousBlogPostBox:nth-child(even) {
  float: left;
}

div.blogCentralColumnTop {
  width: 1030px;
  margin: 0px auto;
  height: 370px;
}

div.latestEntryBox {
  float: left;
  width: 100%;
  margin: 60px 0px 20px 0px;
  border-radius: 20px;
  height: 300px;
  background-color: white;
}

div.MembersAreaToolbarTopBuffer {
  width: 100%;
  height: 30px;
  background-color: yellow;
  float: left;
}

div.MembersAreaToolbarTopBuffer {
  width: 100%;
  height: 30px;
  background-color: yellow;
  float: left;
}

span.popupTitle {
  text-align: left;
}

div.popUpNote {
  font-size: 13px;
  padding-top: 10px;
  float: right;
  color: #888888;
  font-weight: lighter;
}

#postAppFeedback {
  float: right;
}

.img-dontations {
  max-height: 250px;
  max-width: 250px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

p.dontationsText {
  width: 100%;
  text-align: center;
  font-size: 21px;
  line-height: 25px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  max-width: 900px;
  margin: 0 auto;
}

div.donateSupportBox {
  width: 100%;
  text-align:center;
  border-radius: 5px;
  background-color: #d4f1d3;
  padding: 4px 18px 4px 18px;
  margin:20px auto 8px auto;
}

p.donateSupportTitle {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

p.donateSupportText {
  font-weight: normal;
}

div.donateLinkBox {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  div.donateSupportBox {
    box-shadow: none;
  }
}

p.donateSupportTitle {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

p.donateSupportText {
  font-weight: normal;
}

span.donateLink {
  border-radius: 5px;
  background-color: #8ad988;
  padding: 8px 25% 8px 25%;
}

a:hover {
  color: #212529;
  text-decoration: none;
}

@media (min-width: 992px) {
  img.donateImg {
    position: relative;
    top: 7px;
    width: 25px;
    height: 25px;
  }
  div.donateSupportBox {
    margin:20px 0px 8px
  }
}

img.donateImg {
  position: relative;
  top: 7px;
  width: 25px;
  height: 25px;
}

@media (max-width: 690px) {
  img.donateImg {
    position: relative;
  }

  .level-dropdown .select-box p {
    font-size: 14px;
    color: #777;
  }

  .select-box__icon {
    position: absolute;
    top: 56%;
    right: 13px;
    transform: translateY(-50%);
    width: 10px;
    opacity: 0.3;
    transition: 0.2s ease;
  }
  @media (min-width: 576px) {
    .select-box__icon {
      width: 13px;
    }
  }
  @media (min-width: 1200px) {
    .level-dropdown .select-box p {
      font-size: 15px;
    }
  }

  .xselect-box p {
    font-size: 14px;
  }

  .select-box__current {
    position: relative;
    /*
	 border: 2px solid #cacaca;
*/
    cursor: pointer;
    outline: none;
    margin-right: -4px;
  }

  .xselect-box__current:focus + .xselect-box__list {
    opacity: 1;
    animation-name: none;
  }

  .xselect-box__current:focus + .xselect-box__list .xselect-box__option {
    cursor: pointer;
  }

  .xselect-box__current:focus .select-box__icon {
    transform: translateY(-50%) rotate(180deg);
  }

  .xselect-box__value {
    display: flex;
  }

  .xselect-box__input {
    display: none;
  }

  .xselect-box__input:checked + .xselect-box__input-text {
    display: block;
  }

  .xselect-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: 5px;
    background-color: var(--white);
  }

  .xselect-box__list {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    box-shadow: 0px 1px 1px 1px rgba(210, 214, 213, 0.5);
    animation-name: HideList;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: step-start;
    /*   border-bottom: 2px solid #cacaca;
   border-left: 2px solid #cacaca;
   border-right: 2px solid #cacaca;*/
  }

  .xselect-box__option {
    display: block;
    padding: 7px;
    background-color: var(--white);
  }

  .xselect-box__option:hover,
  .xselect-box__option:focus {
    color: #546c84;
    background-color: #dcdcdc;
  }

  @keyframes HideList {
    from {
      transform: scaleY(1);
    }
    to {
      transform: scaleY(0);
    }
  }

  .padding5 {
    padding: 5px;
  }

  .stackDivsWhiteboards {
    position: absolute;
    top: 0px;
    padding: 5px;
  }

  .customWhiteboardToolbar {
    padding-right: 48px;
  }

  #term-button {
    max-height: 40px;
    max-width: 40px;
    border-radius: 20px;
    top: 4px;
    padding: 0px;
  }

  .awwWrapperDiv {
    width: 100%;
    height: 100%;
    display: none;
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
  }

  .videoWB {
    pointer-events: none;
    border-radius: 8px;
  }

  #call-controls {
    display: flex;
  }

  .session-span {
    white-space: pre-wrap;
  }

  .visibleLoadingBackground {
    height: 100%;
    width: 100%;
    opacity: 0.9;
    background-color: var(--8bm-orange);
    position: fixed;
    z-index: 1000;
    display: block;
    top: 0px;
    left: 0px;
  }

  .loadingImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 5%;
    position: relative;
    top: 30%;
  }

  .input--underlined {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 3px solid black;
    border-radius: unset;
    width: 390px;
  }

  .rounded-lg-right {
    border-radius: 0 1rem 1rem 0;
  }

  .grayText {
    color: #878787;
  }

  /* donations */

  .donateWhiteBlock {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
  }

  .fullWidthDonation {
    width: 100%;
    text-align: center;
  }
  @media (max-width: 576px) {
    .img-dontations {
      max-height: 150px;
      max-width: 150px;
      margin-left: 115px;
    }
  }
  @media (max-width: 375px) {
    .img-dontations {
      max-height: 150px;
      max-width: 150px;
      margin-left: 25px;
    }
  }
  @media (max-width: 768px) {
    .img-dontations {
      max-height: 150px;
      max-width: 150px;
      margin-left: 75px;
    }
  }

  .donatePage .public-mob-navbar__icon span {
    background: var(--8bm-orange);
  }
  .donatePage .public-mob-navbar__icon.open span:nth-child(1) {
    background: var(--8bm-orange);
  }
  .donatePage .public-mob-navbar__icon.open span:nth-child(3) {
    background: var(--8bm-orange);
  }

  /* Feedback on desktop modifications */

  #feedbackPopUp span.modalLabel {
    padding: 5px 10px 0px 0px;
    line-height: 22px;
    font-size: 16px;
  }

  #feedbackPopUp textArea.modalInputBox {
    margin: 10px 0 5px;
    padding-left: 5px;
  }

  #feedbackPopUp span.popUpNote {
    font-size: 12px;
  }

  #feedbackPopUp button.login {
    float: right !important;
  }

  #feedbackPopUp span.bigStar {
    font-size: 22px;
  }

  #feedbackPopUp .modalBoxError {
    padding: 0;
    line-height: 10px;
  }

  #lessonFeedbackPopUp span.modalLabel {
    padding: 5px 10px 0px 0px;
    line-height: 22px;
    font-size: 16px;
  }

  #lessonFeedbackPopUp textArea.modalInputBox {
    margin: 10px 0 5px;
    padding-left: 5px;
  }

  #lessonFeedbackPopUp span.popUpNote {
    font-size: 12px;
  }

  #lessonFeedbackPopUp span.bigStar {
    font-size: 22px;
  }

  #lessonFeedbackPopUp .modalBoxError {
    padding: 0;
    line-height: 10px;
  }

  nav.limnutoolbar li.nav-status > div,
  nav.limnutoolbar li.nav-duration > div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .nav-duration {
    margin-right: 50px;
  }
  .nav-status {
    margin-left: auto;
    margin-right: 50px;
  }
  nav.limnutoolbar li.nav-status > div > span.dot,
  nav.limnutoolbar li.nav-status > div > img {
    margin-right: 5px;
  }
  .durationIco {
    height: 20px;
    width: 20px;
  }
}
.durationIco,
.infoIco {
  height: 20px;
  width: 20px;
  align-self: center;
}
.infoIco {
  cursor: pointer;
}
.infoBlock {
  display: none;
  top: 60px;
  right: calc(0px + 158px);
  position: absolute;
  border: 3px solid;
  border-radius: 10px;
  border-color: #d8d9da;
  background: var(--white);
  padding: 20px;
  z-index: 9;
  width: 480px;
  color: var(--gray);
  user-select: none;
}

.shareScreenInfoBlock {
  display: none;
  top: 60px;
  right: calc(0px + 158px);
  position: absolute;
  border: 3px solid;
  border-radius: 10px;
  border-color: #d8d9da;
  background: var(--white);
  padding: 20px;
  z-index: 9;
  width: 480px;
  color: var(--gray);
  user-select: none;
}
.infoBlockVisible {
  display: block !important;
}
.info-icon{
    background: url(../../images/info-grey.jpeg);
    width: 16px;
    height: 16px;
    background-size: contain;
    margin-left: 5px;
    cursor: pointer;
}
.float_left{
    float: left;
}
.info-icon > .infoBlock {
    position: sticky;
    margin: 0 30px;
    z-index: 9;
}
#info_popup{
    display: none;
    border: 2px solid grey;
    border-radius: 20px;
}
@media (max-width: 992px) {
  .registration__subject-teach .teach__wrapper .teach__selectboxes:first-child{
    width: 100%;
  }
  .info-icon > .infoBlock {
    width: 100% !important;
    position: absolute;
    margin: 16px 0 0;
    transform: translateX(-50%);
    left: 50%;
  }
}

/*Style for virtual classroom popup*/
.flex-cls {
  display: flex;
}
#classroom-popup{
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  max-width: 486px;
  padding: 30px;
  margin:auto 15px;
  position: relative;
}
@media (min-width: 576px) {
    #classroom-popup{
      padding: 20px 56px;
      margin:auto;
    }
}

#classroom-popup::backdrop {
  background: rgb(0 0 0 / .5);
}
#close-btn-wrapper {
  position:absolute;
  right:10px;
  top:10px;
  height:40px;
  padding:10px;
  cursor: pointer;
}

.close-btn-wrapper{
  text-align: right;
}

#close-modal-btn{
  width: 15px;
}
.pic-wrapper{
  justify-content: center;
  padding-bottom: 18px
}
.popup-header{
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #3C1B09;
;
}
.popup-content{
  font-size: 16px;
  line-height: 30px;
  align-items: center;
}
.popup-content div{
  margin-top: 8px;
}
.popup-content p {
  margin: 0;
}
.popup-content p img{
  display: inline-block;
  vertical-align: middle;
}

.check-circle{
  width: 16px;
  height: 16px;
  padding: 8px 11px 0 0 ;
  box-sizing: content-box;
}

/* ======================= */
/* V2 registration ======= */
/* ======================= */

.registration__teach-container {
  margin: 3rem auto 2rem auto;
  min-height: inherit !important;
  width: 65vw;
  border-radius: 16px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.13);
  font-family: "Poppins", sans-serif !important;
  background: #fff ;
}

#learn-next-modal,
#learn-next-share-modal{
  font-family: "Poppins", sans-serif !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

#learn-next-modal .button--close--modal,
#learn-next-share-modal .button--close--modal{
  margin: 0;
  background: #F76922 !important;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
}


.registration__teach-container_actions {
  margin: 0 auto 2rem auto;
  width: 65vw;
  display: flex;
  justify-content: end;
  gap: 1rem
}

.registration__teach-container_actions .button--back {
  margin: 0;
  background: white !important;
  border: 2px solid #9791A2;
  color: #534965 !important;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
}

.registration__teach-container_actions .button--next {
  margin: 0;
  background: #F76922 !important;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
}

.card-register {
  display: flex;
  gap: 40px;
  align-content: center;
  padding: 24px;
}

.card-about-me {
  padding: 32px;
  flex-direction: column;
}

.card-register .info-icon {
  background: none !important;
  width:  inherit !important;
  height: inherit !important;
  background-size: inherit !important;
  margin: 0 !important;
  position: relative;
}

.card-register .info-icon #info_popup{
  position: absolute;
  left: -25px;
  top: 26px;
  margin: 0;
  max-width: 280px;
  min-width: 280px;
  width: 280px;
  box-shadow: 0px 4px 6px -2px #201D2608;
  box-shadow: 0px 12px 16px -4px #201D2614;
  border: 1px solid #eee;
  font-size: 15px;
  font-weight: 400;
}

.card-required-subject {
  gap: 80px;
  padding: 32px;
  overflow: inherit;
  min-height: 445px;
}

/*.card-required-subject .registrationAutocompleteSuggestionBox {*/
/*// width: calc(100% - 108px);*/
/*}*/

.card-register__section-left {
width: 60%;
position: relative;
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
gap: 32px;
}


.card-required-subject .card-register__section-left {
width: 90%;
}

.card-register__section-right {
width: 40%;
}

.card-required-subject .card-register__section-right-left {
width: 10%;
}

.card-register__subject-section {
padding: 20px;
border-radius: 16px;
border: 1px solid #EBEBEB;
background: #F9F9FA;
display: flex;
flex-direction: column;
}

.card-register__input-group-inline {
display: flex;
flex-direction: row;
gap: 16px;
align-items: center;
}

.card-register__input-group {
display: flex;
flex-direction: column;
gap: 8px;
margin-bottom: 16px;
}

.card-register__label {
  color: #130F19;
  leading-trim: both;
  text-edge: cap;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 150% */
}

.card-register__input {
  padding: 6px 10px;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  border-radius: 8px;
  border: 1px solid #AEA7B7;
  background: #FFF;
  color: #000000;
}

.card-register__input::placeholder  {
  color: #9791A2 !important;
}

select.card-register__input {
  padding: 8px 12px;
}

.card-register__input--skill {
  width: 140px;
}

.card-register__input--teaching-type {
  width: 180px;
}

.card-register__input--pricing {
  width: 60px;
}

.card-register__h1 {
  font-size: 28px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 12px;
  color: #3C1B09;
}

.card-register__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #3D364D;
}

.card-register__text-light {
  color: #9791A2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  margin: 0;
}

.card-register__input-group_no-margin {
  margin-bottom: 0 !important;
}


.card-register__button-save {
  display: flex;
  width: 100%;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  background: #F76922;
  padding: 16px !important;
  border-radius: 8px;
}

.card-register .registration__subtitle{
  color: #130F19;
  font-weight: 600;
}

.card-register .sharedSubjectListName {
  color: #564943;
  font-weight: 600;
}

.card-register .subjects__accordion li,
.accordion li,
.profile__subjectsToTeach-wrapper .subjects__accordion li,
.profile__subjectsToShare-wrapper .subjects__accordion li {
  border: 1px solid #D8D8D8;
  border-radius: 17px;
  padding: 16px;
  margin-bottom: 0.5rem;
}

.card-register .sharedSubjectLine {
  margin: 0 !important;
}

.card-register .accordion_icon {
  position: inherit !important;
  height: 24px !important;
  width: 24px !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-register .accordion_icon:before, .card-register .accordion_icon::after {
  content: '';
  display: none !important;
}

/*.card-register .accordion-checkbox[type='checkbox']:checked ~ div .accordion_icon  .icon-opened {
  display: block;
}
.card-register .accordion-checkbox[type='checkbox']:not(:checked) ~ div .accordion_icon  .icon-opened {
  display: none;
}
.card-register .accordion-checkbox[type='checkbox']:checked ~ div .accordion_icon .icon-closed {
  display: none;
}
.card-register .accordion-checkbox[type='checkbox']:not(:checked) ~ div .accordion_icon  .icon-closed {
  display: block;
}*/

.card-register .accordion-checkbox {
  display: none;
}

.card-register .accordion_icon {
  cursor: pointer;
}

.card-register .accordion_icon .icon-opened {
  transition: transform 0.2s ease-in;
  transform: rotate(180deg);
}

.card-register .accordion-checkbox[type='checkbox']:not(:checked) ~ div .accordion_icon .icon-opened {
  transform: rotate(0deg);
}

.card-register .subject-expertise--selected {
  border-color: #E301B1;
  font-weight: 600;
  color: #E301B1;
  cursor: inherit !important;
}

.card-register .subject-teachinglevel--selected {
  border-color: #581FDD;
  font-weight: 600;
  color: #581FDD;
  cursor: inherit !important;
}

.card-register .textAreaOutline {
  width: 100%;
}

.card-register .selectedSharedSubjectDescription-hidden {
  font-size: 12px;
}

.card-register .btn-update {
  margin-top: 0.5rem;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 6px;
}

.card-register  div.sharedSubjectLevelLine {
  float: inherit !important;
  width: inherit !important;
  margin: 0;
}

.card-register .textAreaOutline {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  min-height: 47.5px;
  border: 0 !important;
}

.card-register .registration__subject-learn {
  width: 100% !important;
}

.card-register .registration__form-learn {
  width: 100% !important;
  flex: 1;
}

.card-register .registrationSubjectsToLearn {
  width: 100% !important;
  flex: 1;
  padding: 1.5rem 1rem;
  border: 1px solid #AEA9B7;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
}


.card-register .disabledAddRequiredSubject {
  cursor: not-allowed;
}

.card-register .disabledAddRequiredSubject,
.card-register .enabledAddRequiredSubject {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0 2.5rem;
  height: 100%;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
}

.card-register .enabledAddRequiredSubject {
  background-color: #F76922 !important;
}

.card-register .icon--add {
  margin: 0 !important;
}

.card-register .learn-subjects__title.registration__subtitle {
  font-size: 16px;
  font-weight: 600;
}

.card-required-subject .learn-subjects__subject {
  padding: 1.1rem 1.25rem;
  border-color: #F76922;
  background: rgba(247, 105, 34, 0.1);
}

.card-required-subject .learn-subjects__subject:hover {
  background: rgba(247, 105, 34, 0.2);
}


.card-required-subject .removeButton {
  font-size: 14px;
}


.card-required-subject .subjectToLearn  {
  color: black;
  font-size: 14px;
  font-weight: 400;
}

.subjects__accordion-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile__subjectsToTeach-wrapper .subjects__accordion-item .subjects__accordion-item-header .chevron-icon {
  transition: transform 0.2s ease-in;
  transform: rotate(180deg);
}

.profile__subjectsToTeach-wrapper .subjects__accordion-item input[type='checkbox']:not(:checked) ~ div .chevron-icon {
  transform: rotate(0deg);
}

.profile__subjectsToTeach-wrapper .subjects__accordion-item .accordion--subjects__info {
  margin-left: 0;
}


.profile__subjectsToTeach-wrapper .subjects__accordion-item .accordion--subjects__info p {
  padding: 10px 0;
}

@media screen and (max-width: 1390px) {
  .registration__teach-container {
    margin:  3rem 5rem 0;
    width: calc(100% - 10rem);
  }

  .registration__teach-container_actions {
    margin:  0 5rem;
    width: calc(100% - 10rem);
  }
}

@media screen and (max-width: 1080px) {
  .registration__teach-container {
    margin: 3rem 2rem 0;
    width: calc(100% - 4rem);
  }

  .registration__teach-container_actions {
    margin: 0 2rem;
    width: calc(100% - 4rem);
  }
}

@media screen and (min-width: 941px) {
  .card-register__section-right {
    padding-top: 105px;
  }
  .card-required-subject .card-register__section-right {
    padding-top: 90px;
  }
}

@media screen and (max-width: 540px) {
  .card-register__input-group-inline {
    flex-direction: column;
    gap: 0;
  }

  .card-register__input-group {
    flex: 1;
    width: 100%;
  }

  .card-register__input--skill,
  .card-register__input--teaching-type {
    width: 100% !important;
  }
}
@media screen and (max-width: 940px) {
  body {
    overflow-x: hidden;
  }
  .registration__teach-container {
    margin: 3rem 1rem 0;
    width: calc(100% - 2rem);
  }

  .registration__teach-container_actions {
    margin: 0 2rem;
    width: calc(100% - 4rem);
  }
  .card-register {
    display: flex;
    padding: 0;
    flex-direction: column;
  }
  .card-required-subject {
    gap: 20px;
  }
  .learn-subjects__box {
    width: inherit !important;
  }
  .card-register__section-left,
  .card-register__section-right {
    width: 100% !important;
  }

  .registration__teach-container_actions {
    justify-content: center !important;
  }
}

@media screen and (max-width: 650px) {
  .card-about-me .info-icon #info_popup{
    position: absolute;
    left: -30vw;
    top: 26px;
    margin: auto;
    max-width: 80vw;
    min-width: 80vw;
  }
  .card-register:not(.card-about-me) .info-icon #info_popup{
    position: absolute;
    left: -15vw;
    top: 26px;
    margin: auto;
    max-width: 80vw;
    min-width: 80vw;
  }

}

@media screen and (max-width: 560px) {
  .registration__teach-container_actions button,
  .registration__teach-container_actions form,
  .registration__teach-container_actions form button {
    width: inherit !important;
    flex: 1;
  }

  .registration__teach-container_actions form {
    display: flex;
  }
  .registration__subject-learn {
    flex-direction: column !important;
    gap: 1rem
  }

  .disabledAddRequiredSubject ,
  .enabledAddRequiredSubject {
    margin: 0 !important;
    width: 100%  !important;
    flex: 1 !important;
  }

}

.card-register .registration__autocomplete-teach,
.card-register .registrationAutocompleteSuggestionBox {
  width: 100%;
  box-shadow: 0px 4px 6px -2px #201D2608;
  box-shadow: 0px 12px 16px -4px #201D2614;
  border: 1px solid #eee;
  position: absolute;
  border-radius: 10px;
  z-index: 999;
  background-color: var(--white);
  max-height: 320px !important;
  overflow-y: auto;
  display: none;
  top: 50px;
}
.card-register .registrationAutocompleteSuggestionBox {
  top: 60px;
}


.button--next, .button--back{
  transition-property: background-color !important;
}

.progress-bar li.is-active:before, .progress-bar li.is-active:after {
  background-color: #FF5D1B !important;
}
.progress-bar li.is-active {
  color: #FF5D1B;
}

.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}



/* Usage Preferences */

.usage-preferences__container{
  background-color: #F9F9FA;
  border-radius: 16px;
  border: solid 1px #DFDDE2;
  padding: 32px 20px;
}