/* NEW */
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
.hidden {
  display: none; }

.clear {
  clear: both;
  float: none; }

.js-toggle {
  cursor: pointer; }

main > div {
  position: relative; }

h1.header {
  color: white;
  background: #ffffff;
  padding: 0em .8em .2em .8em;
  border-radius: 10px 10px 0 0; }

.first-row a, .first-row button {
  margin-bottom: 0.4em;
  display: inline-block; }

.first-row .alert a {
  margin-bottom: 0; }

.first-row {
  position: relative; }

.loading-fn-before {
  padding-right: 2em; }

.inline-header {
  display: inline;
  margin-right: 0.4em; }

.forgotten-password {
  margin-top: 0.4em; }

.beta-tag {
  display: inline-block;
  background: #ffc934;
  font-size: 0.6rem;
  padding: 0.3rem 0.5rem;
  border-radius: 0.4rem;
  color: black; }

.drag-handle {
  cursor: move; }

.js-load-modal {
  cursor: pointer; }

.explanation {
  font-style: italic;
  font-size: 0.8em;
  margin-bottom: 0;
  margin-top: 1rem; }

ul.explanation {
  margin-top: 0.175rem;
  font-size: 0.8rem; }

.instructor img {
  max-height: 3em;
  max-width: 3em;
  border-radius: 0.4rem; }

#search-wrapper {
  margin-bottom: 1rem; }

#search, input.search, #search-tag {
  margin-right: 0.5rem; }

.home-wrapper {
  display: flex; }
  @media (max-width: 768px) {
    .home-wrapper {
      flex-direction: column; } }
  .home-wrapper > div:first-child {
    margin-right: 1rem; }

.intro_exp {
  margin-right: 0.5rem; }

.fa-clock-o:before {
  content: "\f017"; }

.faq ul {
  padding-left: 1rem; }
.faq li {
  margin-bottom: 0.5rem; }
.faq .question {
  font-weight: bold; }
.faq .answer {
  margin-left: 1rem; }

.communities-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4em; }
  .communities-list > div {
    margin-right: 0.6em;
    margin-bottom: 0.4em;
    font-size: 1.2em; }
    .communities-list > div a {
      margin-bottom: 0.1em; }

.header-with-a a {
  font-size: 1rem;
  display: inline-block;
  margin-left: 1rem; }

.autosaved {
  color: green; }

@media (min-width: 769px) {
  .modal-dialog {
    max-width: 700px; } }
#paypal-button {
  max-width: 10em;
  display: inline-block;
  vertical-align: top; }

.pm {
  display: inline-block;
  width: 5em;
  max-width: 5em; }

body {
  background: #ffffff; }

footer {
  background: transparent;
  border-top: 2px solid url("bkg-menu.jpg") center bottom no-repeat; }

/* NEW */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 4px; }

.lds-ellipsis div {
  position: absolute;
  top: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: darkgrey;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 0px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 0px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 11px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 21px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(10px, 0); } }
.lds-ellipsis-big {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 1rem;
  margin-left: -60px; }

.lds-ellipsis-big div {
  position: absolute;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #cccccc;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis-big div:nth-child(1) {
  left: 0px;
  animation: lds-ellipsis1-big 0.6s infinite; }

.lds-ellipsis-big div:nth-child(2) {
  left: 0px;
  animation: lds-ellipsis2-big 0.6s infinite; }

.lds-ellipsis-big div:nth-child(3) {
  left: 44px;
  animation: lds-ellipsis2-big 0.6s infinite; }

.lds-ellipsis-big div:nth-child(4) {
  left: 84px;
  animation: lds-ellipsis3-big 0.6s infinite; }

@keyframes lds-ellipsis1-big {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes lds-ellipsis3-big {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes lds-ellipsis2-big {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(40px, 0); } }
#page-loader .pl-msg {
  color: white;
  font-size: 1.5rem;
  min-width: 140px;
  max-width: 40rem;
  margin-top: 1rem;
  line-height: 2rem;
  border: 3px solid white;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  background: #142848;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #page-loader .pl-msg::before {
    content: 'Please wait...';
    font-size: 0.8rem;
    font-style: italic;
    line-height: 0.6rem;
    margin-bottom: 1rem; }

form .mandatory label {
  font-weight: bold; }
  form .mandatory label.not-mandatory {
    font-weight: inherit; }

.form-autocomplete-input-wrapper {
  border-radius: 1px;
  border: 0.5px solid #dfdfdf;
  width: 14rem;
  display: inline-block;
  padding: 2px;
  border-radius: 3px; }
  .form-autocomplete-input-wrapper input {
    border: none;
    background: yellow;
    border-radius: 1rem;
    width: 4em;
    padding: 2px 1rem; }

.signup-form {
  padding: 0 1em; }

.formbox-row {
  margin-top: 0.5em; }

form label {
  margin-bottom: 0.2em; }

.bootstrap-datetimepicker-widget {
  z-index: 10000; }

.input-group > .form-control.datetimepicker-input {
  height: 2em; }

.form-control.datetimepicker-input {
  width: 11em;
  display: inline-block;
  flex: none; }

.inline-form-row {
  display: inline-block; }

.inline-form-row label {
  margin-right: 0.4em; }

input.form-error, textarea.form-error, select.form-error {
  border: 1px solid red; }

label.form-error {
  color: red; }

.inline-form-success {
  color: green; }

.inline-form-error {
  color: red; }

form .mandatory label::after {
  content: '*';
  color: #721c24;
  margin-left: 0.3em; }

form .mandatory label.not-mandatory::after {
  content: '';
  margin-left: 0; }

form .mandatory label {
  font-weight: bold; }
  form .mandatory label.not-mandatory {
    font-weight: inherit; }

input[type=text], textarea {
  width: 100%; }

select, input, textarea {
  max-width: 100%; }

input.medium {
  width: 6em; }

.bootstrap-datetimepicker-widget {
  color: black !important; }

.bootstrap-datetimepicker-widget {
  z-index: 10000; }

.formbox-row.field-JQueryFileUpload .input-wrapper {
  display: flex;
  flex-direction: column; }
  .formbox-row.field-JQueryFileUpload .input-wrapper .file-upload-progress {
    margin-top: 10px; }

.file-upload-progress .progress-bar {
  background: green;
  height: 100%;
  width: 0; }

i.file-upload-progress-spinner {
  vertical-align: middle;
  display: inline-block; }

.file-upload-progress {
  border: 1px solid black;
  height: 10px;
  width: 200px;
  vertical-align: middle;
  display: inline-block; }

.main-alert {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40%;
  z-index: 10000; }

/*

div.infoBox {
  border: 1px solid blue;
  position: absolute;
  top:10px;
  right: 10px;
  width: 30%;
  min-height: 2em;
  height: auto;
  background: white;
  z-index: 1000;
  .close {
    position: absolute;
    top: 0.1em;
    right: 0.3em;
    cursor: pointer;
    color: blue;
  }
  .background {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    margin:0;

  }

  main {
    margin: 0.2em 1.4em 0.2em 0.4em;
    border-radius: 10px;
    background: white;
    display: block;
  }

  &.success {
    border: 2px solid green;
    .background {
      background: rgba(0,255,0,0.1);
    }
    .close {
      color: green;
    }
  }
}
*/
/* NEW */
#body-wrapper > header {
  background: url("bkg-menu.jpg") center bottom no-repeat;
  color: white;
  padding: 3.5rem 1rem 3.5rem;
  position: relative;
  margin-bottom: 2.5rem; }
  #body-wrapper > header a:hover {
    text-decoration: underline; }
  #body-wrapper > header .title {
    width: 100%;
    text-align: center;
    justify-self: center;
    align-self: center;
    visibility: hidden; }
    @media only screen and (min-width: 801px) {
      #body-wrapper > header .title {
        visibility: visible; } }
  #body-wrapper > header a {
    color: white; }
  #body-wrapper > header .scrolled {
    padding: 1.5rem 1rem 1.5rem; }
  #body-wrapper > header .beta-tag a {
    color: black; }
  #body-wrapper > header #header-links {
    padding-top: 0.6rem;
    text-align: right;
    font-size: 1.2rem; }
    #body-wrapper > header #header-links a {
      text-decoration: none; }
    #body-wrapper > header #header-links a:hover {
      text-decoration: underline; }
  #body-wrapper > header .right {
    font-size: 0.8em;
    padding-top: 0.25em;
    text-align: right; }
  #body-wrapper > header div.breadcrumbs {
    position: absolute;
    bottom: -1.8rem;
    right: 1rem; }
  #body-wrapper > header ol.breadcrumb.main {
    background: transparent;
    padding: 0;
    margin: 0; }
    #body-wrapper > header ol.breadcrumb.main li a {
      color: black;
      font-size: 0.8em; }
    #body-wrapper > header ol.breadcrumb.main .breadcrumb-item + .breadcrumb-item::before {
      color: black;
      font-size: 0.8em;
      content: ">"; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px); }

/* Rounded sliders */
.slider.round {
  border-radius: 24px; }

.slider.round:before {
  border-radius: 50%; }

/* The progress bar when looking at a scheduled session */
/* Colors */
.session-progress {
  margin: 0 0.5rem;
  position: relative;
  height: 0.5rem;
  margin-bottom: 20px;
  margin-top: 10px;
  background: #dddddd;
  overflow: visible;
  display: flex;
  border-radius: 1em;
  /* There are four steps to consider:
    1. Requested
    2. Proposed
    3. Paid
    (3.5. Past due, not yet set to completed)
    4. Completed
   */ }
  @media (max-width: 768px) {
    .session-progress {
      margin-bottom: 30px; } }
  .session-progress > div.phase-1 {
    position: relative;
    width: 16.665%;
    background: #44caff;
    height: inherit;
    overflow: visible;
    border-radius: 1em 0 0 1em; }
    .session-progress > div.phase-1::before {
      background: #44caff;
      left: 0; }
    .session-progress > div.phase-1::after {
      left: 0; }
  .session-progress > div.phase-2 {
    position: relative;
    width: 33.333%;
    height: inherit;
    overflow: visible; }
    .session-progress > div.phase-2.active-phase {
      background: #44caff; }
      .session-progress > div.phase-2.active-phase::before {
        background: #44caff; }
    .session-progress > div.phase-2::before {
      background: #dddddd;
      left: 50%; }
    .session-progress > div.phase-2::after {
      left: 36%; }
  .session-progress > div.phase-3 {
    position: relative;
    width: 33.33%;
    height: inherit;
    overflow: visible; }
    .session-progress > div.phase-3.active-phase {
      background: #44caff; }
      .session-progress > div.phase-3.active-phase::before {
        background: #44caff; }
    .session-progress > div.phase-3::before {
      background: #dddddd;
      left: 50%; }
    .session-progress > div.phase-3::after {
      left: 50%; }
  .session-progress > div.phase-4 {
    position: relative;
    width: 16.667%;
    height: inherit;
    overflow: visible;
    text-align: right;
    border-radius: 0 1em 1em 0;
    background: #dddddd; }
    .session-progress > div.phase-4.active-phase {
      background: #44caff; }
      .session-progress > div.phase-4.active-phase::before {
        background: #44caff; }
    .session-progress > div.phase-4::before {
      background: #dddddd;
      left: auto;
      right: 0; }
    .session-progress > div.phase-4::after {
      left: auto;
      right: 0; }
  .session-progress > div::before {
    position: absolute;
    left: 50%;
    top: -0.25rem;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    color: #dddddd;
    display: block;
    content: ' '; }
  .session-progress > div::after {
    content: attr(data-phase-name);
    position: absolute;
    top: 15px;
    color: black;
    left: 50%;
    font-size: 0.5em; }

.logo-external {
  display: inline-block;
  width: 6em;
  float: left;
  margin-top: 1em;
  margin-bottom: 1em; }
  .logo-external img {
    max-width: 10em !important;
    max-height: 4em !important; }
  .logo-external.logo-mixer {
    background: #223045;
    padding: 0.4em 1em 0.6em;
    border-radius: 10px; }
  .logo-external.logo-google-meet::after {
    content: ' Google Meet';
    color: black;
    display: inline-block;
    font-style: normal; }

.profile-listing .livestream-feed .logo-external {
  width: 4em; }
  .profile-listing .livestream-feed .logo-external.logo-mixer {
    background: #223045;
    padding: 0 0.5em 0.3em;
    border-radius: 5px; }

/* 638 - 653 */
.livestream-feed h3 {
  background-color: #ffffff;
  color: black;
  font-size: 1.4rem;
  border-radius: 0.2rem;
  padding: 0.2rem 0.4rem;
  text-align: center; }
.livestream-feed .event h4 {
  margin-bottom: 0.5rem; }
  .livestream-feed .event h4 a {
    margin: 0; }
.livestream-feed .event div.subtitle {
  display: flex;
  flex-direction: column; }
  .livestream-feed .event div.subtitle > div {
    margin-bottom: 0.2rem; }
.livestream-feed .item.feed {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.8em; }
  .livestream-feed .item.feed > div.instructor {
    display: flex;
    flex-direction: row; }
    .livestream-feed .item.feed > div.instructor > div {
      margin-right: 0.5rem; }
  .livestream-feed .item.feed.full div.subtitle {
    display: flex;
    flex-direction: column; }
    .livestream-feed .item.feed.full div.subtitle > div {
      margin-bottom: 0.5em; }

.modal-livestream .instructor img {
  max-height: 6em;
  max-width: 6em;
  border-radius: 0.4rem; }

.livestream-feed .instructor img {
  max-height: 2rem;
  max-width: 2rem; }

#search-results .profile-listing .livestream h4, #livestreams-results .item h4 {
  margin-bottom: 0; }

.profile-listing .livestream {
  border-left: 1px solid #cccccc;
  padding-left: 1rem; }
  .profile-listing .livestream h2 {
    font-size: 1rem;
    text-align: left; }
  .profile-listing .livestream h3 {
    font-size: 0.8rem;
    background: #ffffff;
    border-radius: 0.2rem;
    padding: 0.2rem 0.4rem;
    color: black;
    text-align: center; }
  .profile-listing .livestream h4 {
    margin-bottom: 0.8rem;
    padding-bottom: 0;
    text-align: left; }
  .profile-listing .livestream .subtitle {
    font-style: italic;
    font-size: 0.7rem;
    margin-top: -0.8rem;
    text-align: left; }

.profile-listing .livestream .livestream-feed .item.feed > div.instructor {
  display: none; }

#search-results .livestream > h3 {
  margin-bottom: 0.2rem; }

#search-results .livestream .subtitle {
  margin-top: 0; }

#search-results .livestream .item h4 {
  font-size: 0.9em;
  line-height: 1em; }

.home-wrapper .home-livestreams {
  flex-basis: 75%;
  max-width: 20em; }

@media (max-width: 768px) {
  .home-wrapper .home-livestreams {
    max-width: none; }

  .profile-listing .livestream {
    border-top: 1px solid #cccccc;
    border-left: none; }
    .profile-listing .livestream h2 {
      font-size: 2em; } }
.livestream-types {
  list-style-type: none;
  padding-left: 0; }

/* in the guide */
.video-platform a {
  font-size: 1rem;
  display: inline-block;
  margin-left: 1rem; }

#r_Duration {
  width: 4em; }

.saved-recurrence {
  margin-top: 0.5rem;
  margin-bottoom: 0.5rem; }

.tags h2 {
  font-size: 1rem;
  text-align: left; }
.tags ul {
  padding-left: 0;
  list-style-type: none; }
  .tags ul li {
    max-width: 10em;
    background: #fe615a;
    color: white;
    padding: 0 0.4rem 0.1rem;
    border-radius: 0.4rem;
    margin-bottom: 0.2rem; }
    .tags ul li.more {
      background-color: transparent;
      color: black; }

.modal-livestream .tags {
  margin-top: 1em; }

.profile-listing .tags {
  margin-right: 1rem; }

#Tag > bootstrap-tagsinput {
  min-width: 100%; }

@media (max-width: 768px) {
  .profile-listing .middle .tag {
    margin-top: 1rem; } }
.timezone {
  font-style: italic;
  font-size: 0.8em; }

.a-with-timezone {
  text-decoration: none;
  line-height: 1em;
  color: black; }
  .a-with-timezone i {
    color: blue; }
  .a-with-timezone:hover {
    text-decoration: none !important; }
  .a-with-timezone span {
    font-style: italic;
    color: black;
    text-decoration: none !important;
    font-size: 0.8em;
    display: inline-block; }
    .a-with-timezone span:hover {
      text-decoration: none !important;
      display: inline-block; }

.timezone-helper {
  display: flex;
  flex-direction: column;
  line-height: 1.8em;
  font-size: 0.9em;
  margin-bottom: 10px; }
  .timezone-helper .timezone-wrapper {
    display: flex;
    flex-direction: column; }
    .timezone-helper .timezone-wrapper .timezone {
      font-size: 1em; }

.time-until {
  font-weight: bold; }

.datetime-examples li {
  cursor: pointer; }

.dynamic-timezone-display {
  margin-top: 5px; }

.timezone-helper-wrapper {
  display: flex;
  flex-direction: column;
  min-width: 17em; }

.profile-listing .timezone-helper-wrapper {
  min-width: 16em;
  max-width: 16em; }

.session-listing {
  border: 2px solid blue;
  margin: 0.5rem 0;
  padding: 0.5rem;
  border-radius: 0.5rem;
  width: 100%;
  cursor: pointer;
  display: flex; }
  .session-listing.hide-canceled {
    display: none; }
  @media (max-width: 768px) {
    .session-listing {
      flex-direction: column;
      flex-flow: column-reverse; } }
  .session-listing .with {
    font-style: italic; }
  .session-listing.instructor {
    border: 2px solid purple; }
  .session-listing .session-direction {
    margin-bottom: 0.5rem; }
    .session-listing .session-direction img {
      max-height: 2rem;
      max-width: 2rem;
      border-radius: 0.4rem; }
    .session-listing .session-direction i {
      font-size: 1rem; }
  .session-listing .left {
    display: flex;
    flex-direction: column;
    margin-right: 10px; }
  .session-listing .middle {
    flex-grow: 1;
    display: flex; }
    @media (max-width: 768px) {
      .session-listing .middle {
        flex-direction: column;
        flex-flow: column-reverse; } }
    .session-listing .middle .middle-right {
      text-align: right;
      margin-left: 0.5rem; }
    .session-listing .middle .middle-left {
      flex-grow: 1; }
  .session-listing .time.tbd {
    margin-bottom: 10px; }
  .session-listing .alert img {
    max-height: 1.5rem;
    max-width: 1.5rem;
    border-radius: 0.4rem; }

.scheduled-session-wrapper {
  display: flex;
  min-height: 100%; }
  .scheduled-session-wrapper > div {
    padding-left: 5px;
    padding-right: 5px; }
  .scheduled-session-wrapper > .them, .scheduled-session-wrapper > .me {
    max-width: 12em; }
  .scheduled-session-wrapper .availability {
    margin-bottom: 1rem; }
  .scheduled-session-wrapper img.mini-profile {
    max-height: 4em;
    max-width: 4em;
    border-radius: 0.4rem; }
  .scheduled-session-wrapper h2 {
    font-size: 1.4rem;
    font-weight: bolder;
    margin-bottom: 0; }
  .scheduled-session-wrapper ul {
    padding-left: 0;
    list-style-type: none; }
    .scheduled-session-wrapper ul li {
      margin-bottom: 0.3em;
      padding-top: 0.3em;
      border-top: 1px solid #dddddd; }
    .scheduled-session-wrapper ul li:last-child {
      padding-bottom: 0.3em;
      border-bottom: 1px solid #dddddd; }
  .scheduled-session-wrapper > div.session {
    flex-grow: 1;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    flex-direction: column; }
    .scheduled-session-wrapper > div.session .session-buttons {
      margin-top: 5px;
      width: 9em; }
    .scheduled-session-wrapper > div.session .summary {
      display: flex;
      flex-direction: column; }
      .scheduled-session-wrapper > div.session .summary .top {
        border: solid thin gray;
        padding: 5px 10px;
        border-radius: 6px;
        box-shadow: 2px 2px 7px grey;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        display: flex; }
        .scheduled-session-wrapper > div.session .summary .top .left {
          margin-right: 10px;
          flex-grow: 1; }
        .scheduled-session-wrapper > div.session .summary .top .right .btn {
          width: 9em; }
      .scheduled-session-wrapper > div.session .summary .bottom {
        background-color: rgba(46, 109, 164, 0.4);
        margin: 0.5rem;
        padding: 0.5rem;
        border-radius: 0.5rem; }
    .scheduled-session-wrapper > div.session .new-message .new-message-input {
      flex-grow: 1; }
      .scheduled-session-wrapper > div.session .new-message .new-message-input textarea {
        width: 100%; }
    .scheduled-session-wrapper > div.session .messages {
      flex-grow: 1;
      border-top: 1px solid #999999;
      margin-top: 0.5em;
      padding-top: 0.5em;
      position: relative; }
      .scheduled-session-wrapper > div.session .messages .message {
        position: relative;
        margin-right: 0.5rem;
        margin-left: 0.5rem;
        min-width: 11em;
        border-radius: 0.5rem;
        padding: 2px 10px;
        margin-top: 0.8rem;
        margin-bottom: 0.5rem;
        z-index: 10; }
        .scheduled-session-wrapper > div.session .messages .message .senttime {
          color: #666666;
          position: absolute;
          top: -1.3rem;
          font-style: italic;
          font-size: 0.6rem; }
        .scheduled-session-wrapper > div.session .messages .message::before {
          content: "";
          display: block;
          height: 12px;
          position: absolute;
          top: 0.5rem;
          transform: rotate(29deg) skew(-35deg);
          -moz-transform: rotate(29deg) skew(-35deg);
          -ms-transform: rotate(29deg) skew(-35deg);
          -o-transform: rotate(29deg) skew(-35deg);
          -webkit-transform: rotate(29deg) skew(-35deg);
          width: 15px; }
        .scheduled-session-wrapper > div.session .messages .message.me {
          float: right;
          text-align: right;
          margin-right: 0.8em;
          background-color: #dddddd; }
          .scheduled-session-wrapper > div.session .messages .message.me.system-message {
            background-color: #d6ffcc; }
          .scheduled-session-wrapper > div.session .messages .message.me .senttime {
            right: 0.5rem; }
          .scheduled-session-wrapper > div.session .messages .message.me::before {
            background-color: #dddddd;
            box-shadow: 1px -1px 1px 0 rgba(178, 178, 178, 0.4);
            right: -5px;
            z-index: -1; }
          .scheduled-session-wrapper > div.session .messages .message.me.system-message::before {
            background-color: #d6ffcc;
            display: none; }
        .scheduled-session-wrapper > div.session .messages .message.them {
          background-color: #b0e4ee;
          float: left;
          text-align: left;
          margin-left: 0.5em; }
          .scheduled-session-wrapper > div.session .messages .message.them.system-message {
            background-color: #d6ffcc; }
          .scheduled-session-wrapper > div.session .messages .message.them .senttime {
            left: 0.5rem; }
          .scheduled-session-wrapper > div.session .messages .message.them::before {
            background-color: #b0e4ee;
            box-shadow: -1px 1px 1px 0 rgba(178, 178, 178, 0.4);
            left: -5px;
            z-index: -1; }
          .scheduled-session-wrapper > div.session .messages .message.them.system-message::before {
            background-color: #d6ffcc;
            display: none; }

.session-cost {
  font-size: 0.8em;
  color: #00630d; }

.session-description {
  border: none;
  background: #cfe6ee;
  padding: 10px;
  border-radius: 5px;
  font-style: italic; }

#SessionCost {
  width: 3em; }

#DurationMinutes {
  width: 3em; }

.unread-only-label {
  background: #eeeeee;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem; }

.total-unread {
  font-style: italic; }

.service-examples {
  margin-top: 10px;
  border-top: 1px solid grey;
  list-style-type: none;
  padding-left: 0; }
  .service-examples li {
    margin-top: 8px;
    margin-bottom: 12px; }

@media (max-width: 768px) {
  .mobile-only.people {
    display: flex; }
    .mobile-only.people img {
      max-height: 3em;
      max-width: 3em;
      border-radius: 0.4rem; }
    .mobile-only.people button {
      width: 4em; }
    .mobile-only.people > .them {
      flex-basis: 50%; }
    .mobile-only.people > .me {
      flex-basis: 50%;
      text-align: right; }

  .scheduled-session-wrapper > .them, .scheduled-session-wrapper > .me {
    display: none; }
  .scheduled-session-wrapper > div.session {
    border: 0;
    margin: 0; }
    .scheduled-session-wrapper > div.session .top {
      flex-direction: column; } }
.profile-sessions {
  list-style-type: none;
  padding-left: 0; }
  .profile-sessions li {
    margin-bottom: 0.6rem; }
  .profile-sessions .description {
    margin-left: 0.4rem;
    font-style: italic; }

.profile-listing {
  border: 2px solid #ffffff;
  border-radius: 0.3rem;
  padding: 1.5rem 1.8rem 1.5rem;
  display: flex;
  flex-direction: row;
  margin-bottom: 1.5rem;
  background: #ffffff; }
  .profile-listing.collapsed .collapse-hidden {
    display: none; }
  .profile-listing.expanded .expand-hidden {
    display: none; }
  .profile-listing .profile-links {
    list-style-type: none;
    padding-left: 0; }
  .profile-listing > .left {
    flex-basis: 5rem; }
  .profile-listing .price-range {
    font-size: 0.7em;
    margin-bottom: 0.4rem; }
  .profile-listing .location {
    font-size: 0.8em; }
  .profile-listing > div.middle {
    flex-grow: 1;
    padding-left: 1rem;
    display: flex; }
    .profile-listing > div.middle .intro_exp {
      flex-grow: 1; }
  .profile-listing .picture img {
    max-height: 5rem;
    max-width: 5rem;
    border-radius: 0.4rem; }
  .profile-listing.expanded .left {
    max-width: 8rem; }
    .profile-listing.expanded .left .picture img {
      max-height: 8rem;
      max-width: 8rem;
      border-radius: 0.4rem; }
    .profile-listing.expanded .left .listing-buttons a {
      width: 100%; }

#search-results .profile-listing {
  max-height: 22em;
  /*
      > div.middle:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(transparent 150px, white);
      }
  
   */ }
  #search-results .profile-listing h4 {
    font-size: 1.1em; }
  #search-results .profile-listing > div.left {
    cursor: pointer;
    max-width: 5rem; }
  #search-results .profile-listing > div.middle {
    position: relative;
    max-height: 22em;
    min-width: 12em;
    text-overflow: ellipsis;
    cursor: pointer;
    overflow-y: hidden; }
  #search-results .profile-listing div.right {
    position: relative; }

.profile-listing.collapsed {
  overflow-y: hidden; }

.profilePicture {
  float: left;
  margin-right: 0.5rem; }
  .profilePicture img {
    max-width: 8em;
    max-height: 8em;
    border-radius: 0.4rem; }

@media (max-width: 768px) {
  #search-results .profile-listing {
    flex-direction: row; }

  .profile-listing {
    flex-direction: column; }
    .profile-listing .left {
      display: flex;
      flex-direction: row;
      flex-basis: auto; }
      .profile-listing .left .picture-details {
        flex-grow: 1;
        display: flex;
        flex-direction: column; }
      .profile-listing .left .listing-buttons {
        display: flex;
        flex-direction: column;
        align-items: end; }
        .profile-listing .left .listing-buttons > div {
          width: 100%; }
          .profile-listing .left .listing-buttons > div > a {
            width: 100%; }
    .profile-listing .middle {
      flex-direction: column; }
    .profile-listing .right {
      border-left: 0; } }
#profile-help {
  border: 1px solid #ffffff;
  padding: 0.2rem 0.5rem 0.2rem;
  border-radius: 0.5rem; }
  #profile-help h1 {
    font-size: 1.3rem; }

#search-results .fadeout {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 90%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 90%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 90%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 90%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 90%); }

ul.pay-tip {
  list-style-type: none;
  padding: 0; }

#page-group-Settings input.small, input.small {
  width: 3em; }

#mfa {
  margin-bottom: 1em;
  margin-left: 1em;
  /*
  border-left: 2px solid #666666;
  border-bottom: 2px solid #666666;
  border-radius: 0 0 0 10px;
  */
  padding: 1em;
  display: inline-block;
  min-width: 20em; }

#mfaToSecret {
  width: 100%; }

#SettingsFactorsUL {
  list-style-type: none;
  margin-top: 1em;
  padding-left: 0; }
  #SettingsFactorsUL > li > a {
    color: red; }

.table-striped tbody tr.new-timesheet-entry:nth-of-type(2n+1) {
  background: #def9de; }

.table-striped tbody tr.new-timesheet-entry:nth-of-type(2n+1) td {
  border-bottom: 2px solid darkgray; }

td.buttons .btn {
  margin-top: 0.2em; }

tr.flash td {
  animation: flash 3s forwards linear normal; }

@keyframes flash {
  0% {
    background: transparent; }
  4% {
    background: green; }
  100% {
    background: transparent; } }
table.tbl {
  border: 2px solid black; }
  table.tbl th {
    border-bottom: 2px solid black;
    background: #fe615a;
    color: whitesmoke;
    text-align: left; }

.login-signup-box {
  width: 20em;
  padding-bottom: 1em;
  margin: 1em auto 2em; }
  .login-signup-box h1 {
    text-align: center; }
  .login-signup-box form input[type="submit"], .login-signup-box form input[type="button"], .login-signup-box form input[type="checkbox"] {
    width: auto; }
  .login-signup-box input, .login-signup-box textarea, .login-signup-box select, .login-signup-box form input[type="password"] {
    width: 100%; }
  .login-signup-box form .input-wrapper {
    width: 90%; }

.alert i.alert-icon {
  margin-right: 0.4em; }

h3 .btn-sm {
  font-size: 0.6rem;
  padding: 0 0.4rem; }

.badge-info a {
  color: white; }

/* Note - some specific mobile related stuff is in other files too!
 */
#mobile-menu {
  position: absolute;
  right: 0;
  bottom: 3.5rem;
  background: white;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 100;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  padding-right: 0.5rem; }
  #mobile-menu ul {
    padding-left: 0.2rem;
    padding-top: 0.2rem;
    list-style-type: none; }
    #mobile-menu ul li {
      margin: 0.4rem 0;
      background: #fe615a;
      padding: 0.2rem 0.8rem 0.3rem;
      border-radius: 0.2rem;
      color: white; }
      #mobile-menu ul li a {
        color: white;
        text-decoration: none;
        width: 100%;
        display: inline-block; }

.mobile-only {
  display: none; }

@media (max-width: 768px) {
  .mobile-only {
    display: inherit; }

  .no-mobile {
    display: none; }

  .footer-icons {
    display: flex;
    font-size: 1.3em; }
    .footer-icons a {
      margin-right: 1em; }

  #body-wrapper > header {
    margin-bottom: 5px; }

  header h1 {
    font-size: 1.4rem; }

  footer {
    font-size: 1.4rem; }
    footer #hamburger {
      font-size: 2rem; } }
.collection {
  margin-top: 0.4rem; }
  .collection > h3 {
    margin-bottom: 0; }
  .collection > em {
    font-size: 0.8rem; }

.collection > h3:first-child {
  cursor: pointer; }

.collection-ul {
  padding-left: 0;
  list-style-type: none; }
  .collection-ul li {
    margin-left: 0.4rem;
    background: white; }
    .collection-ul li i.fa {
      font-size: 0.9rem; }
    .collection-ul li .collection-actions .btn-sm {
      font-size: 0.6rem;
      padding: 0 0.4rem; }
    .collection-ul li.none-defined {
      font-style: italic;
      font-size: 0.7rem;
      font-weight: 0;
      color: #666666; }

html #header-links a {
  background: rgba(0, 0, 0, 0.4);
  padding: 0.2rem 0.5rem;
  border-radius: 10px;
  margin-left: 0.5rem; }

.profile-listing .left .listing-buttons {
  /* Line 174 of profile.scss */
  margin-left: 0.5rem; }

html body #body-wrapper > header {
  background: url("bkg-menu.jpg") center bottom no-repeat #010101 !important; }

.profile-listing.collapsed .introduction > h4 {
  color: #17a2b8;
  text-decoration: underline; }

html body ul.secondary-menu li {
  padding: 0 !important; }
  html body ul.secondary-menu li a {
    padding: 19px 0;
    width: 100%;
    margin-bottom: 0; }

@media (max-width: 768px) {
  #search-wrapper input {
    margin-bottom: 0.5rem; }

  .profile-listing {
    padding: 0; }
    .profile-listing.expanded > div.middle {
      padding-left: 0; }
    .profile-listing .left.expanded .listing-buttons {
      /* Line 174 of profile.scss */
      margin-left: 0.5rem; }
    .profile-listing.static {
      border-top: 0;
      padding: 0 0 10.5rem;
      margin-top: 0; }
      .profile-listing.static.expanded .left {
        position: fixed;
        background: white;
        left: 0;
        padding: 0 0.5rem;
        border-bottom: 1px solid black;
        width: 100%;
        min-width: 100%; }
        .profile-listing.static.expanded .left .picture img {
          max-height: 2em;
          max-width: 2em;
          transition: max-height 0.6s, max-width 0.6s; }
        .profile-listing.static.expanded .left .location, .profile-listing.static.expanded .left .price-range {
          display: none; }
        .profile-listing.static.expanded .left .listing-buttons {
          flex-direction: row;
          align-items: center; }
          .profile-listing.static.expanded .left .listing-buttons > div {
            margin-right: 0.5rem; }
      .profile-listing.static.expanded .middle {
        margin-top: 2rem;
        padding-top: 4rem; } }
.pay-tip li {
  margin-bottom: 2.5rem; }

.design-by, .design-by a {
  font-style: italic; }

#paymentMethodsWhy {
  font-style: italic; }

.pm-action {
  display: inline-block; }

.pm-hidden {
  position: relative; }

.pm-hidden .pm-action {
  display: none; }

.pm-hidden .pm:after {
  content: ' (Enter amount)';
  font-style: italic;
  position: absolute;
  top: 1px;
  left: 4rem;
  width: 8rem;
  font-size: 0.9rem; }

.alert .profile-picture {
  float: left;
  margin-right: 0.5rem;
  max-height: 3rem;
  max-width: 3rem;
  border-radius: 0.5rem; }

.success .fa-check {
  color: green; }

main > .container {
  height: 100%; }

.bs-collapse {
  cursor: pointer; }
  .bs-collapse i {
    font-size: 0.6em; }

#schedule-bbb {
  display: block; }
  #schedule-bbb.collapse {
    display: none; }
    #schedule-bbb.collapse.show {
      display: block; }
  #schedule-bbb #Duration {
    width: 4em; }
    #schedule-bbb #Duration:after {
      content: ' minutes'; }
  #schedule-bbb #Participants {
    width: 4em; }

.bbb-available td {
  background-color: rgba(0, 214, 0, 0.13); }

.bbb-unavailable td {
  background-color: rgba(255, 0, 0, 0.24); }

tr.collapser > th {
  cursor: pointer; }
  tr.collapser > th::before {
    content: "\f078 ";
    margin-right: 0.5rem;
    font-family: 'Font Awesome\ 5 Free';
    font-size: 0.8em; }
  tr.collapser > th.collapsed::before {
    content: '\f054 ';
    margin-right: 0.5rem;
    font-family: 'Font Awesome\ 5 Free';
    font-size: 0.8em; }

.date-options-loader {
  margin-top: -1.3em;
  max-height: 1.3em; }

.no-timeslots th {
  background-color: rgba(255, 0, 0, 0.24); }
  .no-timeslots th::after {
    content: 'There are no available timeslots';
    display: block;
    font-style: italic;
    font-weight: normal; }
  .no-timeslots th.collapsed::after {
    display: none; }

tr.bbb-unavailable.BBB-reserved.hidden {
  display: table-row !important; }

tr.bbb-available, tr.BBB-reserved {
  cursor: pointer; }

tr.BBB-reserved td {
  background-color: green !important;
  color: white; }

tr.BBB-currentlyBooked td {
  background-color: green !important;
  color: white; }

tr.bbb-invisible {
  display: none; }
  tr.bbb-invisible.BBB-reserved, tr.bbb-invisible.BBB-reserved.hidden {
    display: table-row !important; }

.fa-success {
  color: green; }

#joinWhenStarted {
  margin-left: 0.5rem; }

#join.auto-redirect .formbox > .js-app-loading {
  display: none !important; }

.hide-unavailable .bbb-unavailable, .hide-unavailable .no-timeslots {
  display: none !important; }

.copiedMsg {
  font-size: 0.8em;
  font-style: italic; }

body {
  background: #00b6af;
  background: repeating-linear-gradient(-45deg, #fafafa, #fafafa 3px, #fafafa 3px, #fafafa 5px); }

/*---bootstrap style----*/
html {
  /* Track */
  /* Handle */ }
  html h1, html h2, html h3, html h4, html h5, html h6 {
    /*color: #ffffff;*/
    font-family: 'Fredoka One', cursive;
    /*font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 400;*/ }
  html h4 {
    font-size: 1.2rem; }
  html body {
    /*color: white;*/
    font-family: 'Roboto', sans serif;
    font-size: 1.0em;
    line-height: 1.6em;
    font-weight: 400; }
  html .alert-warning.current-state-of-development {
    color: #3b4144;
    background-color: #ffffff;
    border-color: #fff; }
  html .alert-warning {
    color: #3b4144;
    background-color: #fff3cd;
    border-color: #ffeeba; }
  html a {
    color: #17a2b8;
    font-style: normal; }
  html a:hover {
    color: #fe615a;
    text-decoration: none; }
  html .btn-primary {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    font-style: normal; }
  html .btn-primary:hover {
    color: #fff;
    background-color: #13889a;
    border-color: #13889a; }
  html .btn-info {
    color: #fff;
    background-color: rgba(86, 255, 162, 0.13);
    border-color: #17a2b8;
    color: #156b7f;
    font-style: normal; }
  html .btn-info:hover {
    color: #156b7f;
    background-color: rgba(55, 151, 93, 0.13);
    border-color: #17a2b8; }
  html .btn-info:focus {
    color: #156b7f;
    background-color: rgba(55, 151, 93, 0.13);
    border-color: #17a2b8; }
  html .btn-info:active {
    color: #156b7f;
    background-color: rgba(55, 151, 93, 0.13);
    border-color: #17a2b8; }
  html .badge-info a:hover {
    color: #ffffff; }
  html .badge:hover {
    background: #168799; }
  html ::-webkit-scrollbar {
    width: 20px; }
  html ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px; }
  html ::-webkit-scrollbar-thumb {
    background: #17a2b8;
    border-radius: 100px; }
  html ul.secondary-menu {
    list-style: none;
    width: 100%;
    display: block;
    float: left;
    padding: 0px; }
  html ul.secondary-menu li {
    display: block;
    float: left;
    padding: 15px;
    background: #17a2b8;
    border-radius: 3px;
    margin: 0px 15px 0px 0px;
    width: 20%;
    text-align: center; }
  @media only screen and (max-width: 600px) {
    html ul.secondary-menu li {
      margin: 0px 15px 15px 0px;
      width: 100%; } }
  html ul.secondary-menu li a {
    color: #fff;
    text-align: center; }
  html ul.secondary-menu li:hover {
    background: #168799; }
  html #body-wrapper > header.scrolled {
    background: url(bkg-menu.jpg) center bottom no-repeat;
    color: white;
    padding: 0.5rem 1rem 0.5rem;
    position: relative;
    margin-bottom: 2.5rem; }

.invalid-css-selector {
  font-size: 2em; }

/*# sourceMappingURL=style.css.map */
