@charset "UTF-8";

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/** Navbar Mobile - main nav  **/

@media (max-width: 992px) {
  .members-mob-navbar {
    display: block;
  }
.button--end-session{
font-size: min(2.5vw, 13px);
}

  .members-navbar.d-none.d-lg-block.limnutoolbar li.nav-status {
    width: 50%;
  }

  #LessonBar nav ul li:nth-child(n + 2):nth-child(-n + 4) {
    margin: 0 10px !important;
  }

  #LessonBar nav ul li:nth-child(4) div {
    align-self: center;
    display: flex;
  }

  .nav-duration,
  .nav-status {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: min(2.5vw, 13px);
  }

  nav.limnutoolbar li.nav-status > div {
    flex-direction: column;
  }

  .members-navbar.d-none.d-lg-block.limnutoolbar li:nth-child(4),
  .members-navbar.d-none.d-lg-block.limnutoolbar li:nth-child(3) {
    width: 20%;
  }

  .members-navbar.d-none.d-lg-block.limnutoolbar li.members-navbar__item {
    padding: 0;
  }

  .members-mob-navbar .logo-block {
    position: absolute;
    left: 0;
    top: 10px;
  }
}

#edit-bio-btn {
  align-self: center;
}
#LessonBar nav.members-navbar {
   background: #3A3A3A;
}

@media (min-width: 992px) {
  #LessonBar nav ul li:nth-child(n + 2):nth-child(-n + 4) {
    margin: 0 10px !important;
  }

  #LessonBar nav ul li:nth-child(4) div {
    align-self: center;
    display: flex;
  }

  .members-mob-navbar {
    display: none;
  }

  .nav-duration {
    margin-right: 50px;
  }

  .nav-status {
    margin-left: auto;
    margin-right: 50px;
  }

  #edit-bio-btn {
    align-self: unset;
  }
}

.members-mob-navbar {
  color: #f76922;
  height: 65px;
  background-color: #fff;
}

.members-mob-navbar__container {
  margin: auto;
  height: 100%;
  border-bottom: 2px solid #e8e8e8;
}

.mob-container__searchbarform{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}

.members-mob-navbar__wrapper {
  float: right;
  display: flex;
  align-items: center;
}

.members-mob-navbar__search {
  font-size: 26px;
  color: #524e4e;
}
.members-mob-navbar__search:hover {
  cursor: pointer;
}

.show-search {
  display: flex !important;
}

.members-mob-navbar .members-navbar__searchbar {
  float: left;
  display: none;
}

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

.members-mob-navbar__icon span,
.members-mob-navbar__cross span {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: #524e4e;
  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;
}

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

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

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

.members-mob-navbar__cross {
  display: none;
  float: right;
}
.members-mob-navbar__cross span {
  background: #524e4e !important;
}

.members-mob-navbar__icon.open span:nth-child(1),
.members-mob-navbar__cross span:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: -3px;
  left: 8px;
  background: #ffffff;
}

.members-mob-navbar__icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  background: #ffffff;
}

.members-mob-navbar__icon.open span:nth-child(3),
.members-mob-navbar__cross span:nth-child(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 39px;
  left: 8px;
  background: #ffffff;
}

.members-mob-navbar__icon.close-cross span:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: -3px;
  left: 8px;
  background: #524e4e;
}

.members-mob-navbar__icon.close-cross span:nth-child(2) {
  width: 0%;
  opacity: 0;
  background: #524e4e;
}

.members-mob-navbar__icon.close-cross span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 39px;
  left: 8px;
  background: #524e4e;
}

.members-mob-navbar__overlay {
  visibility: hidden;
  padding-top: 60px;
  width: 100%;
  height: 100%;
  background: #88b3e4;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 3;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.members-mob-navbar__content {
  margin-left: 3.5rem;
}

@media (min-width: 576px) {
  .members-mob-navbar__content {
    margin: 0 auto;
  }
}

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

.members-mob-navbar__overlay li {
  display: block;
  margin: 0 auto 10px auto;
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}

.members-mob-navbar__link {
  font-size: 1.6rem;
  color: #306fab;
  text-decoration: none;
  font-weight: 600;
}

.members-mob-navbar__link:hover {
  text-decoration: none;
  transform: scale(1.01);
  color: #f7f7f7;
}

.members-mob-navbar__overlay li.open {
  transform: translateY(3px);
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer !important;
  color: #306fab !important;
}

.members-mob-navbar__overlay li.open:hover {
  /*
  transform: scale(1.05);
*/
  color: #f7f7f7 !important;
}

.members-mob-navbar__overlay li.open:nth-child(1) {
  opacity: 1;
}

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

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

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

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

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

.members-mob-navbar__overlay li.open:nth-child(7) {
  opacity: 1;
}

.members-mob-navbar__overlay li.open:nth-child(8) {
  opacity: 1;
}

.members-mob-navbar__overlay li.open:nth-child(9) {
  opacity: 1;
}
.members-mob-navbar__overlay li.open:nth-child(10) {
  opacity: 1;
}
.members-mob-navbar__overlay li.open:nth-child(11) {
  opacity: 1;
}

.members-mob-navbar__dropdown {
  transform: translateX(1em);
  margin-top: 0.5em;
  margin-bottom: 1em;
  display: none;
}

.members-mob-navbar__dropdown:hover {
  display: block;
}

.members-mob-navbar__item:hover .members-mob-navbar__dropdown {
  display: block;
}


.members-mob-navbar__dropdown > li {
  margin-bottom: 15px;
}

.members-mob-navbar__dropdown li a {
  color: #306fab;
  transition: 0.5s;
}

.members-mob-navbar__dropdown li a:hover,
.members-mob-navbar__dropdown li:hover {
  font-weight: 500;
  color: #f7f7f7;
  text-decoration: none;
  margin-left: 3px;
  transition: 0.5s;
}

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

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

/** Navbar Desktop - main nav  **/

/*dropdown*/
.hide-dropdown__menu{
  display: none !important;
}

.show-dropdown__menu{
  display: block !important;
}

.rotate-dropdown__arrow{
  transform: rotate(180deg) !important;
  margin-top: -10px;
}

nav.members-navbar {
  display: none;
  background: #ffffff;
  z-index: 2;
  position: relative;
  height: 69px;
  padding: 0 0.5rem;
  border-bottom: 2px solid #e8e8e8;
}

@media (min-width: 768px) {
  nav.members-navbar {
    display: block;
  }
}

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

nav.members-navbar > ul {
  display: flex;
  height: 100%;
}

li.members-navbar__item {
  display: table;
  padding: 0 1rem;
  height: 100%;
  position: relative;
}

li.members-navbar__item:nth-of-type(2) {
  padding: 15px 1.4rem 0 0.7rem;
}

li.members-navbar__item:nth-of-type(3):hover,
li.members-navbar__item:nth-of-type(4):hover,
li.members-navbar__item:nth-of-type(5):hover {
  transform: translateY(0.5px);
}

li.nav-right {
  margin-left: auto;
}

.members-navbar__item > a,
.members-navbar__item > span {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

nav.members-navbar a,
.members-navbar__item > span {
  color: #212529 !important;
  margin: 0px 1rem;
  font-weight: 500;
  text-decoration: none;
  font-family: 'poppins', sans-serif;
}

.notificationBox {
  margin: auto;
  height: 100px;
  left: 35%;
  top: 200%;
}

.notificationBox .visibleModalBackground .visibleLoginPopUp {
  font-size: 20px;
  text-align: center;
  color: var(--orange);
  font-weight: 500;
  padding-top: 15px;
}

.notificationBox .visibleModalBackground .visibleLoginPopUp h3 {
  padding-bottom: 15px;
}

.notificationBox
  .visibleModalBackground
  .visibleLoginPopUp
  .button--end-session {
  font-size: 15px;
  padding: 6px;
}

.visibleLoginPopUp{
  opacity: 1 !important;
}

.notificationBox .visibleModalBackground .visibleLoginPopUp .startSession {
  background: #fff;
  color: var(--orange);
  font-weight: 500;
}

img.members-navbar__logo {
  height: 48px !important;
  vertical-align: bottom;
}

.members-navbar__link > img {
  height: 28px;
  width:28px;
}

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

.inbox-notification {
  position: absolute;
  top: 15px;
  left: 35px;
  background-color: #d54534;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  text-align: center;
  opacity: 1;
  display: none;
}

.inbox-notification > span {
  height: 17px;
  line-height: 17px;
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  display: block;
}

.notify.add-numb::before {
  opacity: 1;
}
li.lesson-notification {
  padding-left: 49px !important;
  cursor: pointer;
}

.show-element {
  opacity: 1;
}


@media (min-width:990px){
  .lesson-notification img {
    width: 27px;
    position: absolute;
    top: 15px;
    left: 15px;
  }
}

@media (max-width:990px){
  .lesson-notification img {
    width: 27px;
  }
  .profile-data__icons {
      width: 100%;
      display: flex;
      justify-content: center;
  }
  .profile-main__intro{
      display: flex;
      justify-content: center;
      align-items: center;
  }
}

.lesson-notification img.desktopToolbarAllLessonStatusImage {
  position: absolute;
  right: 15px;
  top: 18px;
  width: auto;
  left: auto;
}

img.logo--members-navbar {
  max-width: 85%;
}

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

  img.logo--members-navbar {
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  a.logo {
    z-index: -1;
    width: 10%;
    margin-right: 2rem !important;
  }
}
/** Navbar Desktop - Dropdown **/

.members-navbar__dropdown > a {
  display: block;
}
nav.members-navbar a:hover {
  color: #212529;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer !important;
}

li.members-navbar__dropdown {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}

li.members-navbar__dropdown > a {
  padding: 1rem 0.5rem;
  font-weight: 400 !important;
  background: transparent;
  transition: all 0.3s ease-in-out;
}

li.members-navbar__dropdown:hover,
li.members-navbar__dropdown:focus {
  background: #eeeeee;
}

ul.dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 67px;
  width: 170px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

li.members-navbar__item:nth-of-type(3) ul.dropdown {
  width: 230px;
}

li.members-navbar__item:nth-of-type(6) ul.dropdown {
  left: -19px;
}

li.members-navbar__item:nth-of-type(7) ul.dropdown {
  width: 200px;
  left: -115px;
}

/** Navbar Desktop - search  **/

.members-navbar__searchbar {
  height: 40px;
  width: 220px;
  margin: 10px 0px 10px 20px;
  z-index: 2;
  position: relative;
  border: 2px solid #e8e8e8;
  border-radius: 20px;
  padding: 0 0 0 .7rem;
  display: flex;
  float: left;
}
.members-navbar__searchbar-tab{
  height: 40px;
  width: 220px;

}

@media (min-width: 360px) {
  .members-navbar__searchbar {
    height: 40px;
    width: 70%;
    max-width: 440px;
    margin: 10px 0px 10px 30px;
  }
}

@media (min-width: 768px) {
  .members-navbar__searchbar {
    height: 40px;
    width: 50%;
    margin: 0px;
    z-index: 2;
    position: relative;
    border-radius: 20px;
    display: flex;
    padding: 0 0 0 .7rem;
  }
}

.members-navbar__searchbar .select-box {
  width: 103px;
  min-width: 94px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-right: 2px solid #dde2f1;
  cursor: pointer;
  flex-grow: 1;
}

.members-navbar__select-box .select-box__current {
  border: none;
  outline: none;
  margin: 0;
}

input.members-navbar__input {
  border: none;
  background: transparent;
  outline: none;
  color: #646464;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.members-navbar__select-box .select-box__input-text {
  padding-left: 8px;
  margin-top: -2px;
  color: #868686;
  font-size: 14px;
}

.suggestedSubject {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  padding: 3.5px 0px 3.5px 10px;
  z-index: 2;
  position: relative;
  width: 100%;
  float: left;
  text-align: left;
  color: #212529;
}

.suggestedSubject:hover {
  background-color: #eeeeee;
}

@media (min-width: 768px) {
  input.members-navbar__input {
    font-size: 15px;
  }

  .members-navbar__select-box .select-box__input-text {
    padding-left: 8px;
    margin-top: -2px;
    font-size: 15px;
  }

  .suggestedSubject {
    font-size: 16px;
  }
}

.search-field input::placeholder {
  padding: 0rem;
}

.search-field input {
  padding-left: 10px;
  height: 36px;
}

.search-field__suggestions {
  background-color: white;
  width: 265px;
  font-size: 17.5px;
  position: absolute;
  z-index: 5;
  text-align: center;
  width: 100%;
  top: 47px !important; /* TODO 274: figure out where positioning is set */
  left: -2px !important; /* TODO 274: figure out where positioning is set */
}

.members-navbar__searchbar .fa {
  color: #524e4e;
  cursor: pointer;
  position: absolute;
}

.members-navbar__select-box{
 max-width: max-content;
}

.members-navbar__select-box .select-box__list {
  padding: 6px;
  background: #fff;
}

.members-navbar__select-box .select-box__option {
  color: #9fa3b1;
  font-size: 15px;
}
@media (min-width: 576px) {
  .members-navbar__select-box .select-box__option {
    font-size: 16px;
  }
}
.members-navbar__select-box .select-box__option:hover {
  color: #646464;
  background-color: #fff;
}

.members-navbar__searchbar .fa-search {
  font-size: 20px;
}

.members-navbar__searchbar .fa-caret-down {
  font-size: 20px;
  top: 16px;
  right: 6px;
}

.members-navbar__searchbar .fa-bars {
  top: 10px;
  left: 12px;
}

.members-navbar__searchbar .fa-search {
  top: 8px;
  right: 12px;
}

@media (min-width: 992px) {
  nav.members-navbar {
    padding: 0 1.5rem;
  }

  li.members-navbar__item {
    padding: 0 1.4rem;
    cursor: pointer;
  }

  li.members-navbar__item:nth-of-type(2) {
    padding: 15px 1.4rem 0 1.4rem;
  }

  .members-navbar__searchbar {
    width: 265px;
  }

  .inbox-notification {
    position: absolute;
    top: 13px;
    left: 42px;
    display: none;
  }
}

@media (min-width: 1200px) {
  .members-navbar__searchbar,
  .search-field__suggestions {
    width: 100%;
  }
}

.members-navbar__searchbar-container{
  display: flex;
  align-items: center;
  margin: 0 1rem;
  justify-content: space-between;
}

.searchbar-mobile{
  border-radius: 20px;
}

.searchbar-mobile__selectbox{
  padding: 0 0 0 .5rem;

}

.logo-block__mobile{
  display: flex;
  align-items: center;
}

.members-navbar__searchbar-tab{
  margin-left: 50px;
}

@media (min-width:600px){
  .searchbar-mobile{
    width: 100vw !important;
  }
}

img.toolbarProfile {
  border-radius: 50%;
}

img.desktopToolbarInfoImage {
  height: 22px;
  width: 22px;
  margin: 22px 17px 0px 0px;
  float: right;
}

img.toolbarProfileImage {
  max-height: 36px;
  max-width: 36px;
  margin-top: 18px;
  float: left;
  margin-left: 20px;
  position: relative;
  z-index: 2;
  border-radius: 18px;
}

img.toolbarArrowDown {
  float: left;
  margin-top: 35px;
  margin-left: 5px;
}

div.invisibleToolbarMessageMenu {
  z-index: 1;
  position: absolute;
  top: 72px;
  float: left;
  transform: scaleY(0);
  transform-origin: top;
  height: 0px;
  transition: all 0.4s ease 0s;
  width: 180px;
  float: left;
}

div.visibleToolbarMessageMenu {
  z-index: 1;
  position: absolute;
  top: 72px;
  float: left;
  transform: scaleY(1);
  transform-origin: top;
  height: auto;
  transition: all 0.4s ease 0s;
  width: 180px;
  float: left;
}

span.toolbarMenuItemNoHover,
span.toolbarMenuItemNoHoverNotLoggedIn {
  background-color: white;
  font-size: 16px;
  padding: 10px 0px 10px 10px;
  margin: 0;
  width: 100%;
  z-index: 2;
  position: relative;
  color: #646464;
  transition: all 0.6s ease 0s;
}

span.toolbarMenuItemNoHover,
span.toolbarMenuItemNoHoverNotLoggedIn {
  background-color: white;
  font-size: 16px;
  padding: 10px 0px 10px 10px;
  margin: 0;
  width: 100%;
  z-index: 2;
  position: relative;
  color: #646464;
  transition: all 0.6s ease 0s;
}

span.toolbarMenuItemNoHoverNotLoggedIn {
  background-color: #f5f5f5;
  color: #282b2c;
}

span.toolbarMenuItem {
  background-color: white;
  font-size: 16px;
  padding: 10px 0px 10px 10px;
  z-index: 2;
  position: relative;
  /* 	Subtract whatever sum of left and right paddings is */
  float: left;
  text-align: left;
  color: #646464;
  transition: all 0.6s ease 0s;
}

span.toolbarMenuItem:hover {
  background-color: #eeeeee;
  font-size: 16px;
  padding: 10px 0px 10px 10px;
  z-index: 2;
  position: relative;
  width: 100%;
  color: #646464;
  transition: all 0.6s ease 0s;
}

div.invisibleToolbarSearchOptionsMenu {
  z-index: 1;
  position: absolute;
  top: 72px;
  float: left;
  transform: scaleY(0);
  transform-origin: top;
  height: 0px;
  transition: all 0.4s ease 0s;
  width: 180px;
  float: left;
}

div.visibleToolbarSearchOptionsMenu {
  z-index: 1;
  position: absolute;
  top: 72px;
  float: left;
  transform: scaleY(1);
  transform-origin: top;
  height: auto;
  transition: all 0.4s ease 0s;
  width: 180px;
  float: left;
}

img.toolbarSearchMagnifier {
  height: 22px;
  width: 22px;
  z-index: 2;
  position: absolute;
  top: 24px;
  left: 280px;
}

div.desktopToolbarAutocompleteSuggestionBox {
  float: left;
  width: 300px;
  border-left: 1px solid #f76922;
  border-bottom: 1px solid #f76922;
  border-right: 1px solid #f76922;
  z-index: 2;
  position: fixed;
  left: 0px;
  display: none;
}

/** Matches **/

h2 {
  font-size: 1.8rem;
  padding-bottom: 0.5rem;
}

a {
  text-decoration: none;
}

.body {
  background-color: #f9fbf5;
  font-family: 'roboto', sans-serif;
}

.view_container {
  padding: 2rem 1rem;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0rem;
}

.xs-hide {
  display: none;
}

@media (min-width: 576px) {
  .view_container {
    margin-top: 0rem;
    padding: 2rem 4rem;
  }

  .xs-hide {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .view_container {
    max-width: 90%;
  }
}

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

@media (max-width: 600px) {
    .matches__header {
        padding: 0rem 1rem 1rem 1rem;
    }
}

.matches__filters {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
  color: #60666d;
}

.matches__filters
  .select-box__input:checked
  + .matches__filters
  .select-box__input-text {
  min-width: 175px;
}

.matches__checkbox div {
  display: flex;
  flex-wrap: wrap;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
}

.matches__checkbox label {
  cursor: pointer;
}

.matches__checkbox input[type='checkbox'] {
  height: 15px;
  width: 15px;
  border: none;
  background-color: grey;
}

.matches__checkbox input[type='checkbox']:checked {
  background-color:#87c76a; /* Grey background for checked */
}

.matches__checkbox div:nth-child(n + 2) {
  border-right: 1px solid #dfdfdf;
  padding-right: 5px;
}

.checkbox {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 4px;
  border-radius: 25px;
  display: inline-block;
  position: relative;
  top: 2px;
}

@media (min-width: 576px) {
  .matches__filters {
    justify-content: flex-end;
  }

  .checkbox {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  .matches__filters {
    justify-content: flex-end;
  }
}

label input[type='checkbox'] {
  margin-right: 3px;
}

.matches__select-box {
  position: relative;
  display: block;
  width: 180px;
  margin-left: 15px;
}

.select-box__icon {
  position: absolute;
  top: 56%;
  right: 13px;
  transform: translateY(-50%);
  width: 10px;
  opacity: 0.6;
  transition: 0.2s ease;
}
@media (min-width: 576px) {
  .matches__select-box {
    width: 190px;
  }

  .select-box__icon {
    width: 13px;
  }
}

.select-box p {
  font-size: 15px;
  color: #777;
  font-size: 14px;
  padding: 5px;
}

.select-box__current {
  position: relative;
  /*
	 border: 2px solid #cacaca;
*/
  cursor: pointer;
  outline: none;
  margin-right: -4px;
}


.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}


.transformArrow{
    transform: translateY(-50%) rotate(180deg);
}

.select-box__value {
  height: 100%;
}

.select-box__input {
  display: none;
}

.select-box__input:checked + .select-box__input-text {
  display: block !important;
}

.select-box__input-text {
  display: none !important;
  width: 100%;
  margin: 0;
  padding: 5px;
  background-color: #fff;
  letter-spacing: 0.3px;
}

.select-box__list {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 0;
  list-style: none;
  display: none;
}

.show{
    display:block;
}

.select-box__option {
  display: block;
  padding: 7px;
  background-color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
  color: #546c84;
  background-color: #dcdcdc;
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

.radiobutton {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #000;
  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;
}

.close{
    display:none;
}

@media(max-width:992px){
.close {
  position: absolute;
  top: 0%;
  right: 4%;
  padding: 12px 16px;
  display:block;
  cursor: pointer;
}
}

.filterButton{
   display:none;
   background-color: #F76922;
   width: 150px;
   height: 50px;
   border-radius: 30px;
   font-size: 20px;
   font-weight: 400;
}

.filterCount{
    display:none;
    position:absolute;
   	width:24px;
   	height:24px;
   	margin-top:-37px;
   	background-color:#f8f9fa;
   	color:#F76922;
   	border-radius:50px;
   	text-align:center;
   	justify-items: center;
   	font-weight: 500;
}

@media (max-width:992px){
    .filterCount{
        margin-left: 45%;
    }
}

@media (max-width:550px){

    .filterCount{
        margin-left: 52%;
    }
}
@media (max-width:350px){

    .filterCount{
        margin-left: 55%;
    }
}

.resetFilterButton{
  display:none;
  position: absolute;
  background-color: #F76922;
  width: 150px;
  height: 50px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 400;
  margin-top: 30px;
  margin-left:5%;
  padding:10px;
}

.updateFilterButton{
  display: none;
  position: absolute;
  background-color: #F76922;
  width: 150px;
  height: 50px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 400;
  margin-top: 30px;
  margin-left:53%;
  padding:10px;
}

@media (max-width: 992px){
 .filterButton{
    display:block;
     margin-left: 40%;
 }
}

@media (max-width: 576px){
 .filterButton{
     display: block;
     margin-left: 35%;
 }
}

@media (max-width: 450px){
 .filterButton{
     display: block;
     margin-left: 27%;
 }
}

.filterArea {
     display:block;
     grid-area: f;
     position:sticky;
     z-index: 1;
     top:0;
     height: 70vh;
}
.verticalLine{
    grid-area: v;
    position: sticky;
    z-index: 1;
    top:0;
    left:0;
    border-left: 1px solid #d2d6d5;
    height: 70vh;;
}
.item1 {
    grid-area: filter;
    display: grid;
    grid-template-areas: 'f f f f f f f f f v';
    width: fit-content;
}
.item2 { grid-area: match; }

.grid-container {
  display: grid;
  grid-template-areas:'filter match match match';
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 10px;
  padding: 10px;
}

@media (max-width: 992px){
.grid-container {
  grid-template-areas:'match';
  grid-template-columns: minmax(0,1fr);
  padding-left: 30px;
}
.filterArea{  opacity: 0 }

.verticalLine{  display: none }

}

@media (max-width:992px){

.filterArea{
       opacity: 0.98;
       height: 100%;
       width:0;
       transition: 1s ;
       overflow-x: hidden;
       position: fixed;
       top: 0;
       left: 0;
       z-index: 10;
       background-color: rgba(248, 249, 250, 1);

 }
 .filterArea h3 {
    margin-left: 20%;
 }

 .filterArea div {
    margin-left: 20%;
 }

 .filterArea div input {
    margin:10px 0px 0px 0px;
 }
}

.filter__checkbox  {
  display: flex;
  height: 40px;
  width: 220px;
  flex-wrap: wrap;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: left;
  align-items: left;
  margin: 10px 10px 10px 10px;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  background-color: white;
  color: black;
}
.filter__checkbox label {
  cursor: pointer;
  color: black;
  padding: 5px 25px;
  align: left;
}

.filter__checkbox input[type='checkbox'] {
  height: 18px;
  width: 18px;
  border: 1px solid #dfdfdf;
  background-color: white;
  margin-right: 10px;
  margin-top: 3px;
}

.filter__checkbox input[type='checkbox']:checked {
  background-color:#F76922;
  border-color:#F76922;
}


.locationText{
    border-radius: 20px;
    border: 1px solid #dfdfdf;
    height: 40px;
    width: 220px;
    margin: 10px;
    padding-left:20px;
}

.locationText:focus {
    outline-color: #F76922;
}

.locationText::placeholder {
   color: #9e9e9e !important;
   padding: 0;
}

/* card grid */
.matches__grid {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
  justify-content: center;
  gap: 30px 30px;
  padding: 30px 0px;
}
/* PURPOSE OF THIS PSEUDO-ELEMENT NOT UNDERSTOOD. TO BE DELETED IF NOT USEFUL */
/*
.matches__grid::after {
  content: 'AFTER';
  flex: 1 1 40%;
  height: auto;
  max-width: 440px;
  display: none;
} */

.matches__grid-item {
  flex: 1 1 40%;
  height: auto;
  max-width: 380px;
}

@media (min-width: 768px) {
/* PURPOSE OF THIS PSEUDO-ELEMENT NOT UNDERSTOOD. TO BE DELETED IF NOT USEFUL */
/*
  .matches__grid::after {
    display: flex;
  }*/
}

@media (min-width: 992px) {

  .matches__grid {
    justify-content: start;
  }

  .matches__grid-item {
    flex: 1 1 40%;
    height: auto;
    max-width: 400px;
  }
}

/* HERE IS THE NEW MATCH-CARD CSS */

.user-match-card {
  background-color:white;
  font-family:'Poppins';
  max-width: 300px;
  min-width : 300px;
  border-radius: 15px;
  padding:12px 12px 20px 12px;
  cursor:pointer;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25) ;
}

.user-match-card:hover .match-card-img {
  transform: scale(1.07);
  transition: ease 1s;
}
.match-card-img-wrapper {
  position: relative;
  background-color: #d1d1d1;
  border-radius: 16px;
  overflow:hidden;
  height:270px;
}
.match-card-img{
   transition: ease-out 1s;
}
.match-card-img-wrapper::after {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom:0;
   content: '';
   display: none;
   background: linear-gradient(0deg,rgba(0,0,0,0.2),transparent);
 }
 .user-match-card:hover .match-card-img-wrapper::after {
   display:block;
   transition: ease 0.2s;
 }
.match-card-skill {
  border: 1px solid black;
  font-size:13px;
  font-weight:600;
  line-height:18px;
  padding:3px 5px;
  border-radius: 5px;
  background-color: white;
}
.match-card-skill.purple-outline {
  border: 1px solid #A320D1;
  color: #A320D1;
}
.match-card-subject {
  font-size:14px;
  font-weight:500;
  text-transform: capitalize;
  line-height: 21px;
  background-color: #F76922;
  border-radius:40px;
  padding: 5px 8px;
  display:inline-block;
  height: 32px;
  min-width: 60px;
  color:white;
}
.match-skill-level {
  z-index:1;
  padding: 10px;
  display:flex;
  align-items:center;
  position:absolute;
  top:0;
  left:0;
}
.match-card-title {
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 500;
  line-height: 2rem;
  margin:10px 0;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.match-card-img{ z-index:0; }

.user-match-description {
  font-size: 15px;
  height: 65px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow:hidden;
}

@media (min-width: 992px) {
  .user-match-card {
    max-width: 342px;
    min-width : 342px;
  }
  .match-card-img-wrapper {
    height:290px;
  }
}

/* END OF MATCH-CARD CSS  */

.matches__card {
  margin: 15px 0;
  padding: 22px 18px;
  min-width: 324px;
  background-color: white;
  border-radius: 71px 2px;
  position: relative;
  height: 360px;
  overflow: hidden;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}

.matches__card:hover {
  cursor: pointer;
}

@media (min-width: 576px) {
  .matches__card {
    margin: 32px 0;
    padding: 32px 30px;
    height: 415px;
  }
}

@media (min-width: 992px) {
  .matches__grid-item {
    flex: 1 1 40%;
    height: auto;
    max-width: 440px;
  }
}

@media (min-width: 992px) {
  .matchProfile {
    padding: 32px 32px;
  }
}
.matchesBox {
  width: calc(100% - 128px);
  text-align: center;
  padding: 0px 64px 0px 64px;
}

.matchHeader {
  height: 40%;
  position: relative;
  display: flex;
}

/* user avatar */
.match-header__picture {
  margin-right: 20px;
}

img.matchImage {
  height: 120px;
  width: 120px;
  border-radius: 50%;
}

.match-header__info {
  max-width: 100%;
}

.matchName {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 20px;
  text-transform: capitalize;
  overflow-wrap: break-word;
}

@media (min-width: 576px) {
  .matchName {
    font-size: 1.6rem;
  }
}

.match__button {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #6999d1;
  transition: all 0.5s ease 0s;
}

.match-header__info .starRating {
  color: grey;
  margin: 0;
}

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

.match-header__details {
  margin-top: 10px;
}



@media (min-width: 576px) and (max-width: 992px) {
  .mainSubject > .star {
    display: none;
  }
}
.match-message {
  margin-left: 7px;
  margin-bottom: 2px;
  width: 18px;
  height: auto;
}
img.onlineStatus {
  margin-left: 10px;
  max-width: 15px;
}

.imageMatchBox {
  width: 120px;
  height: 120px;
}

.mainSharedSubject {
  margin: 10px 0px;
}

.mainSharedSubject span {
  font-size: 14px;
}

@media (min-width: 576px) and (max-width: 768px) {
  .matches__card {
    padding: 32px 19px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .mainSharedSubject span {
    font-size: 14px;
  }

  span.matchingProfileMainSharedSubject {
    padding: 6px 10px;
  }

  .teaching-level {
    padding: 4.5px 6px;
  }
}

.mainSubject {
  display: inline-block;
  margin-top: 10px;
  line-height: 20pt;

}

span.matchingProfileMainSharedSubject {
  border: 1px solid #493506;
  border-radius: 60px;
  padding: 6px 14px;
  color: #493506;
  background-color: #FDF9F3;
}

.teaching-level {
  padding: 4.5px 8px;
  border-radius: 6px;
  margin-left: 7px;
  display: inline-block;
}

.teaching-level__beginner {
  color: #5c7d4c;
  background-color: #e8f4de;
}

.teaching-level__intermediate {
  color: #6696cb;
  background-color: #c8e2ff;
}

.teaching-level__advanced {
  color: #b25650;
  background-color: #f9cbc8;
}

hr {
  border-top: 1px solid #d2d6d5;
  margin-top: 10px;
}
/** Thanks for signing up & coming soon pages**/

.finished-registration__container,
.coming-soon__container {
  padding: 0;
  max-width: 95%;
  height: 80vh;
  margin: 2rem auto;
  position: relative;
}

.finished-registration__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95vw;
  line-height: 1.6;
  max-width: 775px;
  margin: auto;
  padding: 4rem 3rem;
  background-color: white;
  border-radius: 20px;
}

.finished-registration__box p {
	padding-bottom: 2rem;
	font-family: 'poppins', sans-serif;
	font-size: 0.9rem;
	text-align: center;
}

.finished-registration__box p a, .finished-registration__box p a:hover {
text-decoration: underline;
}

.finished-registration__box button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 320px) {
	.finished-registration__container {
		margin: 5rem auto;
	}
}

.coming-soon__wrap {
  padding: 2.5rem 0.5rem;
  background-color: white;
  border-radius: 20px;
  height: 100%;
}

@media only screen and (min-width: 576px) {
  .coming-soon__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 350px;
    width: 95vw;
    line-height: 1.6;
    max-width: 775px;
    margin: auto;
    padding: 2rem 2.5rem;
  }
}

.finished-registration__box h3,
.coming-soon__wrap h3 {
  text-align: center;
  padding-bottom: 1.5rem;
  font-size: 1.1rem !important;
}

.coming-soon__wrap p {
  font-family: 'poppins', sans-serif;
  font-size: 0.9rem;
  text-align: center;
  margin: auto;
}

.finished-registration__box button {
  margin: 0 auto;
  display: block;
}

a.link {
  color: #699ad1;
}

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

@media only screen and (min-width: 576px) {
  .coming-soon__wrap {
    padding: 4rem 3rem;
    width: 65vw;
  }

  .coming-soon__wrap p {
    font-size: 1rem;
  }

  .coming-soon__wrap h3 {
    text-align: center;
    padding-bottom: 1.5rem;
    font-size: 1.3rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .coming-soon__container {
    padding: 3rem 7rem;
  }
}

@media only screen and (min-width: 992px) {
  .coming-soon__wrap p {
    font-size: 1.1rem !important;
    max-width: 90%;
  }

  .coming-soon__wrap {
    padding: 3rem 7rem;
  }
}


/** Profile **/

span.subjectBoxTitle {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  float: left;
  margin: 5px 0px 0px 15px;
}
/** Profile - subjects to learn **/

/* Copied from registration RequiredSubjects with some slight changes */
.profile-subjects__box {
  height: 350px;
  background-color: white;
  position: relative;
  padding: 50px;
}

.profile-subjects__box .registration__subject-learn {
  /*
	width: 100%;
*/
}

h3.member-pages {
  font-family: 'Poppins', sans-serif;
  color: #f76922 !important;
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
}

.profile-subjects__container {
  padding: 3rem 7rem;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0rem;
}

.center-x {
  position: absolute;
  top: 19%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
/** Profile - subjects to share **/

/* Copied from registration SharedSubjects with some slight changes */

/** Coming Soon **/

.coming-soon__wrap h3 {
  color: #699ad1 !important;
}
/* TODO: make this centered */
.coming-soon__wrap p {
  padding-top: 2.5rem;
}

/** User B profile **/

.subheading--member-profile,
.subheading--members {
  font-size: 20px;
  font-weight: 500;
  color: #4181b3;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .subheading--member-profile,
  .subheading--members {
    font-size: 23px;
    margin-left: 27px;
  }
}

@media (min-width: 992px) {
  .subheading--member-profile,
  .subheading--members {
    font-size: 23px;
    margin-left: 5px;
  }
}

.profile-page-container {
  display: grid;
  gap: 20px 60px;
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.profile-page-container .profile__section {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.profile-page-container-left,
.profile-page-container-right {
  display: contents;
}

.profile-page-container .subheading--own-profile {
  margin-left: 0;
}

.subject-container,
.profile-to-do-container,
.schedule-container,
.stats-container,
.information-container,
.feedback-container,
.profile-page-container .donateSupportBox {
    margin: 0 20px;
}

.profile-page-container .donateSupportBox {
    width: calc(100% - 40px);
}

.profile-page-container .profile__subjects-wrapper {
   margin: 0;
}

.schedule-container { order: 6; }
.stats-container { order: 7; }
.information-container { order: 8; }
.feedback-container { order: 9; }

@media (min-width: 992px) {
    .profile-page-container {
      display: flex;
      gap: 80px;
      padding: 80px 20px 50px 20px;
    }

    .profile-page-container-left,
    .profile-page-container-right {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .profile-page-container-left {
      width: 65%;
    }

    .profile-page-container-right {
      width: 35%;
    }

    .subject-container,
    .profile-to-do-container,
    .schedule-container,
    .stats-container,
    .information-container,
    .feedback-container,
    .profile-page-container .donateSupportBox {
        margin: 0;
    }

    .profile-page-container .donateSupportBox {
        width: 100%;
    }

    .profile-page-container .profile__section {
      box-shadow: unset;
    }
}

.profile-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.profile-container--upper {
  margin-bottom: 17px;
}

.profile-container--bottom {
  margin-bottom: 40px;
  min-height: 500px;
}

.profile-container__left,
.profile-container__right {
  width: 100%;
}

.profile__section {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 17px;
}

.profile-main__header-content-container {
  flex: 1;
}

.profile-information-section {
  display: flex;
}

.visual-calendar{
  padding: 0 !important;
}

#profile-feedback-container {
  overflow: hidden;
}

.profile-container--upper .profile__section {
  display: inline-block;
  padding: 0px;
}

.profile__section--main {
  background: #fff;
  border-radius: 4px;
  padding-bottom: 40px;
  text-align: center;
}

.profile-main__img-background {
  background: linear-gradient(#dde5ec 70%, #fff 30%) no-repeat;
  width: 100%;
  padding-top: 95px;
}

.profile-container--bottom .profile__section {
  width: 95%;
  margin: 10px auto 26px auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.profile-main__header-text {
  max-width: 100%;
  font-family: 'poppins', sans-serif;
  /* margin-left: 15px; */
}

.profile-about-me-section {
  display: flex;
  flex-direction: column;
}

.profile-main__img {
  width: 128px;
  border-radius: 50%;
}

.profile_social_media {
display: flex;
margin-left: 0px;
}
.profile-main__username {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 25px;
  width: 100%;
}

.profile-main__role {
  font-size: 16px;
  margin-bottom: 15px;
}

.profile-main__intro {
  color: #2c2c2c;
  font-size: 14px;
  max-width: 90%;
  margin: 15px auto 0 auto;
  text-align: justify;
}

.profile-buttons {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 15px auto 0px auto;
}

.profile-buttons__button {
  width: 48%;
  height: 42px;
  font-size: 14px;
}

.profile__data-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.profile__data-row:last-child {
  margin-bottom: 0px;
}

.profile__data {
  width: 40%;
}

.profile__data-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}

div.infoBoxValue {
  font-size: 16px;
  width: 43%;
  float: left;
  margin: 15px 0px 30px 20px;
  height: 28px;
}

span.userProfileColumnTitle {
  font-size: 23px;
  font-family: 'poppins', sans-serif;
  font-weight: 500;
  margin: 0px 0px 15px 15px;
  margin-top: 25px;
  width: 100%;
}

.profile__subjects-wrapper {
  background: #fff;
  padding: 18px;
  width: 100%;
  border-radius: 4px;
  margin: 20px auto 8px auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.profile__subjects-wrapper h4 {
  font-size: 16px;
  margin-left: 0px;
  color: #3672a2;
}

.accordion--subjects__info {
  float: left;
  padding: 6px 0px 6px 0px;
  min-height: 30px;
  border-bottom: 1.5px solid #d6d6d6;
  margin-bottom: 7px;
}
.subjects__accordion-title {
  font-size: 15px;
  float: left;
  color: #2c2c2c;
  font-weight: 500;
  font-family: 'poppins', sans-serif;
}

.subjects__accordion--profile {
  padding-top: 26px;
}

.accordion--subjects__info {
  padding: 3px 0px 10px 5px;
  margin-left: 5px;
  width: 100%;
  padding: 1rem 0 0 0;
}

.accordion--subjects__info p {
  color: #686868;
  font-size: 14px;
  padding: 3px 0px 10px 0px;
}


.accordion--subjects__level__badge{
  border: 1px solid #E301B1; 
  font-weight: 500;
  color: #E301B1;
  cursor: inherit; 
  padding: .3rem .5rem;
  border-radius: 8px;
  font-weight: 500;
}


.accordion--subjects__level__teaching__type{
  color: rgb(88, 31, 221);
  border: 1px solid rgb(88, 31, 221);
  padding: .3rem .5rem;
  border-radius: 8px;
  font-weight: 500;
  margin-left: 10px;
} 

.accordion--subjects__button {
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 7px;
  display: block;
  margin: 0px 0px;
}

.accordion--subjects__button:hover {
  opacity: 0.8;
}

/* TODO: add back in */

@media only screen and (min-width: 768px) {
  .profile-main__img {
    width: 128px;
    border: none;
  }

  .profile-main__img-background {
    padding-top: 100px;
  }

  .profile-main__intro {
    max-width: 75%;
    font-size: 15px;
  }
}

.accepting-lessons-tag {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 14px;
  border-radius: 40px;
  height: 32px;
  padding: 0 8px;
  font-size: 14px;
  width: max-content;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
}

.accepting-lessons-tag__yes {
  background-color: #F0FDF1;
  border: 1px solid #114B24;
  color: #114B24;
}

.accepting-lessons-tag__no {
  background-color: #F9F9FA;
  border: 1px solid #3D364D;
  color: #3D364D;
}
.profile-to-do-container {
  background-color: white;
  border-radius: 7px;
  padding: 20px;
  width: calc(100% - 40px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.profile-to-do-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.profile-to-do-header .profile-to-do-header-image {
  width: 150px;
}
.profile-to-do-header .profile-to-do-header-text  {
  color: #ff7f50;
  font-size: 24px!important;
  line-height: unset!important;
}
.profile-to-do-steps {
  list-style-type: none;
  padding: 0;
  position: relative;
}
.profile-to-do-steps::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 50px;
  width: 1px;
  background-color: #bebac5;
}
.profile-to-do-step {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  position: relative;
  font-family: 'Poppins', sans-serif
}
.profile-to-do-step .step-number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #bebac5;
  color: #bebac5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  z-index: 2;
  position: relative;
  font-family: 'Poppins', sans-serif
}
.profile-to-do-step.step-completed .step-number {
  background-color: #268c49;
  color: white;
  border: 1px solid #268c49;
}
.profile-to-do-step .step-number-wrapper {
  position: relative;
  margin-right: 15px;
}
.profile-to-do-step .step-number-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-color: white;
  z-index: 1;
}
.profile-to-do-step .step-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.profile-to-do-step .step-text {
  font-weight: 500;
  margin-bottom: 8px;
}
.profile-to-do-step .step-btn {
  background-color: #ff7f50;
  color: white;
  border: none;
  padding: 0 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  height: 32px;
  outline: none;
}

.profile-subheading {
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .profile-container {
    width: 80%;
  }

  .profile-container--upper {
    margin-top: 80px;
    margin-bottom: 50px;
    min-height: 350px; /* TODO: check during testing with different profile info if this is sufficient to prevent breaking the layout and pushing div below it down */
  }

  .profile__section,
  .profile__section--main {
    padding: 40px;
    box-shadow: none;
    border-radius: 7px;
    text-align: left;
    min-height: 0px;
  }

  .profile-container__left {
    width: 60%;
    float: left;
  }

  .profile-container__right {
    width: 36%;
    float: right;
  }

  .profile__section--main {
    display: flex;
    gap: 40px;
  }

  .profile-container--bottom .profile__section {
    width: 60%;
    margin: 10px 0 40px 0;
    box-shadow: none;
  }
  .profile-main__img-background {
    background: none;
    width: auto;
    padding-top: 0;
    margin-top: 0;
  }

  .profile-main__intro {
    margin-top: 12px;
    max-width: 100%;
    font-size: 14px;
  }

  .profile-main__img {
    max-width: 128px;
  }

  .profile-main__username {
    font-size: 1.4rem;
  }

  .profile-main__role {
    font-size: 24px;
  }

  .profile-buttons {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .profile-buttons__button {
    font-size: 15px;
    height: 50px;
  }

  .profile__data-title {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
  }

  .profile-main__header-text {
    width: 62%;
    min-height: 150px;
  }

  .profile-about-me-section {
    flex: 1;
    flex-direction: row;
  }

  .profile__subjects-wrapper {
    background: #fff;
    padding: 18px 18px 10px 18px;
    margin: 0px;
    box-shadow: none;
    border-radius: 7px;
  }

  .profile__subjects-wrapper h4 {
    font-size: 16.5px;
  }

  .accepting-lessons-tag {
    margin-left: unset;
    margin-right: unset;
  }

  .profile-to-do-container {
    box-shadow: unset;
    width: 100%;
  }
}

/** User profile **/

.subheading--own-profile {
  font-size: 20px;
  font-weight: 500;
  color: #f76922;
  margin-left: 10px;
}

@media (min-width: 576px) {
  .subheading--own-profile {
    font-size: 23px;
    margin-left: 5px;
  }
}

@media (min-width: 768px) {
  .subheading--own-profile {
    font-size: 23px;
    margin-left: 27px;
  }
}

@media (min-width: 992px) {
  .subheading--own-profile {
    font-size: 23px;
    margin-left: 5px;
  }
}

.profile__subjects-wrapper h4.subheading--own-profile {
  font-size: 16.5px;
  color: #f76922;
}

/** Lessons page **/

.container--members {
  max-width: 95%;
  margin: 0 auto 0 auto;
  min-height: 50vh;
}

@media (min-width: 768px) {
  .container--members {
    padding: 2rem 2rem;
  }
}

@media (min-width: 1200px) {
  .container--members {
    max-width: 90%;
    padding: 2rem 4rem;
  }
}
.heading--lessons {
  padding: 1.5rem 0 2rem 0;
}

.container--members .subheading--members {
  font-size: 1.3rem;
}

/* TODO 274: figure out where in js this is set to display:block"*/
.flex-row {
  display: flex !important;
}

.flex-row--lessons {
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 23px 23px 20px 23px;
}

.flex-row__item--lesson {
  width: 33%;
  font-family: 'poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
}

@media (min-width: 576px) {
  .flex-row__item--lesson {
    width: 20%;
  }
}

.lesson-details {
  font-size: 13px;
  font-weight: 400;
  color: #686868;
}

.lesson-details--secondary {
  font-size: 13px;
  font-weight: 400;
  color: #686868;
}

.lesson-details--secondary .lesson-details {
  margin-bottom: 3px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .lesson-details {
    font-size: 14px;
  }

  .lesson-details--secondary {
    font-size: 14px;
  }
}

.add-to-calendar {
  color: #0056b3;
  text-decoration: underline;
  position: relative;
  padding: 5px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.add-to-calendar:hover {
  color: #000;
  text-decoration: none;
}

.calendar-popup {
  width: 200px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #ccc;
}
.add-to-calendar:hover .calendar-popup {
  display: block;
}
.add-to-calendar-item {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
}
.add-to-calendar-item:hover {
  background: #f1f1f1;
}

@media (min-width: 1200px) {
  .lesson-details {
    font-size: 15px;
  }
}

.whiteboardBox {
  width: 20%;
  min-width: 20%;
  text-align: center;
}

.empty {
  width: 20%;
  min-width: 20%;
  visibility: hidden;
}

.cancelBox {
  width: 20%;
  min-width: 20%;
  text-align: left;
}

.flex-row__item--details,
.acceptOrRejectButtonBox,
.cancelBox {
  width: 33%;
}

.ratingBox {
max-width: 25%;
}

@media (min-width: 576px) {
  .ratingBox {
    display: inline-block;
    width: 20%;
    text-align: center;
  }

  .cancelBox {
    width: 20%;
    min-width: 20%;
    text-align: center;
  }

  .flex-row__item--details {
    width: 20%;
  }

  @media (min-width: 576px) {
    div.acceptOrRejectButtonBox {
      width: 20%;
      min-width: 20%;
    }
  }
}

.calendar {
  color: #686868;
  font-size: 14px;
  margin-left: 5px;
}

.calendar-description {
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  display: none;
}

@media (min-width: 576px) {
  .calendar {
    font-size: 16px;
    margin-left: 4px;
  }
}

@media (min-width: 768px) {
  .calendar-description {
    display: inline-block;
  }
}

.wrapper-review {
  color: #ffc007;
  font-size: 13px;
  width: 72px;
  float: left;
  margin-bottom: 5px;
}

.cancelBox > .button--lessons {
  margin-right: 0px;
}

.cancelBox--hidden {
  width: 20%;
  min-width: 20%;
  color: red;
}

.lesson-details--dropdown {
  font-size: 15px;
  display: none;
}

.button--lessons {
  font-size: 12px;
  border-radius: 2px;
  padding: 1px 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .button--lessons {
    font-size: 12.5px;
    border-radius: 3px;
    padding: 2px 7px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
}

.hiddenLessonListItem {
  margin-bottom: 10px;
  font-size: 15px;
  color: #646464;
}

.itemLesson {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  background: #fff;
  height: auto;
  border-radius: 17px;
}

.itemLesson .accordion_item {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .itemLesson {
    margin-bottom: 30px;
  }
}

.wrapper-row {
  height: auto;
  position: relative;
  z-index: 0;
}

.wrapper-row__primary {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 5px 10px;
  background-color: #fff;
  z-index: 5;
}
@media (min-width: 576px) {
  .wrapper-row__primary {
    padding: 23px;
    min-height: 70px;
  }
}
.wrapper-row__secondary {
  padding: 0 40px 20px 40px;
}

.divider {
  border-top: 1px solid #e8e8e8;
  width: 100%;
  height: 1px;
}

.dot {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  display: inline-block;
}

.dot--pending {
  background-color: #ff9a60;
}

.dot--confirmed {
  background-color: #78d28c;
}

.dot--upcoming {
  background-color: #39ff00;
}

.dot--completed {
  background-color: #d2d2d2;
}

.dot--expired {
  background-color: #ff5f5f;
}

.lessonName {
  margin-left: 7px;
  margin-bottom: 3px;
}

.lessonName:hover,
.lessonName:active {
  font-weight: 500;
  text-decoration: none !important;
}

.status {
  font-size: 14px;
  margin-left: 7px;
  margin-bottom: 3px;
}
@media (min-width: 1200px) {
  .status {
    font-size: 15px;
  }
}
.link-dropdown-lessons {
  position: absolute;
  right: 15px;
  top: 34px;
  color: #d2d9dc;
  z-index: 10;
  transform: rotate(180deg);
}

.accordion li input[type='checkbox'] {
  right: 15px;
}

@media (min-width: 576px) {
  .link-dropdown-lessons,
  .itemLesson .accordion li input[type='checkbox'] {
    right: 23px;
  }
}

.link-dropdown-lessons:hover {
  text-decoration: none;
  cursor: pointer;
}

.open link-dropdown-lessons {
  transform: rotate(180deg);
}

.secondary-title {
  font-family: 'poppins', sans-serif;
  font-size: 13px;
  color: #686868;
  font-weight: 500;
}
.lesson-description {
  color: #686868;
  font-size: 13px;
}

@media (min-width: 576px) {
  .secondary-title {
    font-size: 14px;
  }
}

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

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

.tabs-lessons {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  font-family: 'poppins', sans-serif;
  font-size: 16px;
  display: flex;
}

.tabs-lessons .tab-one__label {
  display: flex;
  align-items: center;
}

.tabs-lessons .tab-one__label img.desktopToolbarAllLessonStatusImage {
  padding-left: 4px;
}

label.tab-one {
  border-bottom: 3px solid #3b7fcc;
  font-weight: 500;
  padding-bottom: 18px;
}

.tab-lessons__one a {
  color: #3b7fcc;
}
.tab-lessons__two a {
  color: #989292;
}

.tab-lessons__one:hover,
.tab-lessons__two:hover {
  text-decoration: none;
  cursor: pointer;
  text-decoration: none;
}

.tab__content {
  width: 100%;
  height: auto;
  -webkit-order: 1;
  order: 1;
}

.tabs-lessons > input[type='radio'],
.tab__content {
  display: none;
}

.tabs-lessons > input[type='radio']:checked + label {
  border-bottom: 3px solid #3b7fcc;
  font-weight: 500;
  padding-bottom: 18px;
  color: #3b7fcc;
}

.tabs-lessons > label {
  font-weight: 400;
  padding: 0px 20px 20px 10px;
  color: #989292;
  cursor: pointer;
  z-index: 1;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .tabs-lessons > label {
    margin-bottom: 40px;
  }
}
.tabs-lessons > input[type='radio']:checked + label + .tab__content {
  display: block;
}

/** Edit Profile **/
.account-container{
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
  gap: 1;
  align-items: flex-start;
}

.account-container__navigation{
  width: 25%;
  margin-top: 9rem;
  height: auto;
  padding: 2rem 1rem;
  border-radius: 7px;
  background-color: white;
  position: sticky;
  top: 9rem;
}

.account-container__navigation-item{
  padding: 1rem 0;
  border-bottom: solid 2px black;
  font-weight: 500;
  font-family: 'poppins', sans-serif;
}

.account-container__navigation__item-active a{
  color: #f76922 !important; 
}

.account-container__navigation-item a{
  color: rgba(125, 122, 122, 1);
}

.profile-container--edit-profile {
  padding-top: 3rem;
}

.profile-container--edit-profile h2 {
  padding-bottom: 2rem;
}

.form-group--profile {
  padding-bottom: 15px;
}

.profile__section--edit-profile {
  margin: 0 auto 20px auto;
  width: 100%;
}

@media (max-width:1100px) {
  .account-container__navigation {
    display: none;
  }
}

@media (min-width: 576px) {
  .profile__section--edit-profile, .profile-container--edit-profile h2{
    width: 70%;
    margin: 0 auto 20px auto;
  }
}

@media (min-width: 110px) {
  .profile__section--edit-profile, .profile-container--edit-profile h2{
    width: 90%;
    margin: 0 auto 20px auto;
  }
}

div.personalDataBox {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 70px;
  overflow: hidden;
}

span.personalDataBoxTitle {
  color: #f76922;
  font-size: 20px;
  font-weight: bold;
}

canvas.mainImageCanvas {
  border-radius: 50%;
/*
  max-width:128px;
*/
}

#editImageCanvas {
  border-radius: 0px;
  width: auto;
  height: auto;
}

.js-previewcanvas {
  display: none;
}

div.uploadImageRightPanel {
  width: 98%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media (min-width: 576px) {
  div.uploadImageRightPanel {
    margin-left: 30px;
    margin-top: 0px;
    width: 220px;
    display: inline-block;
  }
}

span.disabledProfilePictureButton {
  background-color: #646464;
  width: 48%;
  height: 42px;
  font-size: 12px;
  font-family: 'poppins', sans-serif;
  padding: 9px;
  border-radius: 8px;
  color: white;
  text-align: center;
  margin-bottom: 15px;
}

.enabledProfilePictureButton {
  width: 48%;
  height: 40px;
  font-size: 12px;
  font-family: 'poppins', sans-serif;
  padding: 9px;
  background-color: #f76922;
  border-radius: 8px;
  color: white;
  text-align: center;
  margin-bottom: 15px;
}

.enabledProfilePictureButton:hover {
  opacity: 0.8;
}

.personalDataImageButton {
  width: 48%;
  height: 40px;
  font-size: 13px;
  padding: 9px;
  border-radius: 10px;
}

@media (min-width: 576px) {
  .enabledProfilePictureButton {
    width: 165px;
    font-size: 14px;
  }

  button.personalDataImageButton {
    width: 165px;
    font-size: 14px;
  }
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent background */
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


.lastUpdateLabel {
  margin: 20px 30px 0 0;
  height: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  border-radius: 2px;
  width: 600px;
  color: #646464;
}

span.userDataErrorMessage {
  color: red;
  display: none;
  margin: 5px 0 5px 0;
  height: 10px;
  font-size: 10px;
  width: calc(100% - 425px);
  padding-left: 425px;
}

.userDataPasswordErrorMessage{
  color: red;
  font-size: 14px;
  display: block;
  width: 100%;
}

#invalid-website-url-error{
   color: red !important;
   font-size: 13px;
   font-weight: 400;
   margin: .5rem 0 0 0;
   display: none;
}

span.personalDataLabel {
  height: 34px;
  padding: 6px 12px;
  border-radius: 2px;
  background-color: white;
  width: 206px;
  color: #5e6267;
}

#aboutMeTextOverflowError{
  color: red !important;
  font-size: 14px;
}

.aboutMeFormCount{
  font-size: 14px;
}

.delete_account{
  height: 38px;
  color: red;
  background-color: white;
}

.delete_account:hover{
  color: red;
  text-decoration: underline;
}

.password-error-msg{
  color: red;
  font-weight: 400;
  width: 100%;
  margin-top: 1rem;
  display: block;
}

.update-password__input-container{
  display: flex;
  align-items: center;
}

.update-password__input-container img{
  height: 20px;
  width: 20px;
  filter: invert(60%);
  cursor: pointer;
}

.update-password__input-container input{
  width: 100%;
  border: none;
  outline: none;
}

.password-visibility-toggle-icon{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.userDataInputFullLength {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #ced4da;
  color: #646464;
  font-size: 15px;

}
.userDataInputFullLength::placeholder {
  color: #9e9e9e !important;
  padding: 0;
}

@media (min-width: 576px) {
  .userDataInputFullLength {
    width: 400px;
  }
}

.userDataInputHalfLength {
  width: 200px;
  height: 34px;
  padding: 6px 12px;
  border-radius: 2px;
  border: 1px solid #ced4da;
  color: #646464;
  font-size: 15px;
}

.userDataInputAdaptableLength {
  height: 34px;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #ced4da;
  color: #646464;
  font-size: 15px;
}

select.userDataInputShortOption {
  width: 100px;
  padding: 6px 12px;
  border: 1px solid #ced4da;
  background-color: white;
  height: 30px;
  border-radius: 6px;
  color: #646464;
}

.user-town__input{
  border: 1px solid #ced4da;
  background-color: white;
  border-radius: 6px;
  padding-left: 15px;
  font-weight:normal;
  color: #646464;
}

.editSubjectListButton {
  font-size: 14px;
  padding: 5px 0 5px 0;
  border-radius: 5px;
  margin-right: 15px;
}

TextArea.userDataTextArea {
  width: 100%;
  min-height: 100px;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #ced4da;
  height: 300px;
}

@media (min-width: 576px) {
  TextArea.userDataTextArea {
    width: 400px;
  }
}

.locateMePersonalData {
  width: 90px;
  font-size: 13px;
  padding: 5px 0 5px 0;
  border-radius: 3px;
  margin-left: 15px;
  background-color: #dadada;
  color: #5e6267;
}

@media (min-width: 576px) {
  .locateMePersonalData {
    width: 140px;
    font-size: 14px;
  }
}
.locateMePersonalData:hover {
  opacity: 0.7;
}

.form-buttons {
  width: 100%;
  padding-top: 40px;
  text-align: center;
}

.form-buttons .button--forms {
  width: 45%;
}

@media (min-width: 576px) {
  .form-buttons .button--forms {
    width: 165px;
  }
}

.button--edit-profile:first-of-type,
.button--success {
  margin-right: 15px;
}

.button--success {
  background-color: #16cf69;
}

button.personalDataButtonSuccess {
  background-color: #16cf69;
  border-radius: 10px;
  margin-right: 305px;
  transition: 0.4s;
}

button.personalDataButton:first-of-type {
  float: right;
  width: 140px;
  font-size: 14px;
  padding: 5px 0 5px 0;
  border-radius: 10px;
  margin-right: 305px;
}

.profile__subjects-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-informaiton-section {
  display: flex;
}

.profile-information-section__content {
  flex: 1;
}

#whiteboardContainer .remotestreamdiv {
    position: absolute;
    display: none;
    left: 0;
    top: 67px;
    width: 70%;
    z-index: 11;
    background-color: #5B5B5B;
    border: 3px solid #3A3A3A;
    resize: horizontal;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#whiteboardContainer .close-other-user-screen-share-row {
    display:flex;
    justify-content: space-between;
    align-items: center;
    background-color: #5B5B5B;
    padding: 10px;
    height: 42px;
    box-sizing: border-box;
}

.close-other-user-screen-share-row {
    margin: 0;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.close-other-user-screen-share-row button {
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 5px 10px;
    border: none;
    cursor: pointer;
}

#closeOtherUserScreen {
    width: auto !important;
}

#whiteboardContainer .remotestream-content-div {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
}

#whiteboardContainer .remotestream {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.profile__subjects-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-informaiton-section {
  display: flex;
}

.profile-information-section__content {
  flex: 1;
}

.whiteboard-nav {
  align-items: center;
  display: flex!important;
  padding: 0 20px!important;
  border-bottom: none!important;
  justify-content: space-between;
}

.whiteboard-nav .members-navbar__logo{
  width: 48px;
}

.whiteboard-nav__controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.whiteboard-nav__controls .button--share-screen,
.whiteboard-nav__controls .button--share-screen:hover,
.whiteboard-nav__controls .button--share-screen:active {
  gap: 8px;
  margin: 0;
  width: auto;
  border: none;
  display: flex;
  color: #68B960;
  border-radius: 4px;
  padding: 8px; 12px;
  align-items: center;
  background-color: transparent;
}

.whiteboard-nav__controls .button--share-screen .share-screen-text {
  display: none;
}

.whiteboard-nav__conn-status-text {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
}

.whiteboard-nav__conn-duration-text {
  font-size: 12px;
}

.whiteboard-nav .members-navbar__link {
  display: none;
}

.whiteboard-nav #whiteboard-nav__controls-mobile {
  width: 100%;
  justify-content: space-between;
}

@media (min-width: 480px) {
  .whiteboard-nav .members-navbar__link {
    display: block;
  }

  .whiteboard-nav #whiteboard-nav__controls-mobile {
    width: auto;
    justify-content: unset;
  }
}

@media (min-width: 768px) {
  .whiteboard-nav__controls .button--share-screen,
  .whiteboard-nav__controls .button--share-screen:hover,
  .whiteboard-nav__controls .button--share-screen:active {
    border: 1px solid #999999;
  }

  .whiteboard-nav__controls .button--share-screen .share-screen-text {
    display: block;
  }

  .whiteboard-nav__conn-status-text {
    width: auto;
    font-size: 16px;
  }

  .whiteboard-nav__conn-duration-text {
    font-size: 16px;
  }
}

.whiteboard-nav__controls .button--share-screen:hover {
  opacity: 0.95;
}


.whiteboard-nav__conn-status,
.whiteboard-nav__conn-duration {
  display: flex;
  align-items: center;
  gap: 8px;
}

.whiteboard-nav__conn-status-text-connected,
.whiteboard-nav__conn-duration-text {
  color: #68B960;
  font-weight: lighter;
}

.whiteboard-nav__conn-status-text-disconnected,
.whiteboard-nav__conn-status-text-waiting {
  color: #D3D3D3;
  font-weight: lighter;
}
