@import url(https://fonts.googleapis.com/css?family=Montserrat|Montserrat:b);
@import url(https://fonts.googleapis.com/css?family=Dosis|Dosis:b);
@import url(https://fonts.googleapis.com/css?family=Arvo|Arvo:b);
@import url(https://fonts.googleapis.com/css?family=Titillium|Titillium:b);
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans:b);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap);

#root {
  min-height: 100vh;
  background-color: #FCFCF9;
  position: relative;
}

:root {
  --row-height: 75px;
  --default-black: #171212;
  --default-red: #B73C3A;
  --kinect-assistant-send-button-width: 70px;
  --kinect-assistant-send-button-height: 50px;
  --header-z-index: 1200;
  --sidebar-z-index: 999;
  --sidedrawer-z-index: 1300;
  --chat-button-z-index: 1200;
  --kinect-assistant-z-index: 1400;
  --toggle-button-z-index: 1005;
  --popup-z-index: 1004;
  --side-bar-width: 225px;

  --sd-radius: 8px;
  --sd-radius-sm: 12px;
  --sd-border: #e5e7eb;
  --sd-border-focus: var(--default-red);
  --sd-ring: rgba(255, 111, 111, 0.25);
  --sd-bg: #ffffff;
  --sd-text: var(--default-black);
  --sd-muted: #6b7280;
  --sd-hover: #f8fafc;
  --sd-active: #ffeeee;
  --sd-shadow: 0 10px 15px rgba(0, 0, 0, .08), 0 4px 6px rgba(0, 0, 0, .05);
}

header {
  white-space: nowrap;
  z-index: var(--header-z-index);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  background-color: #B73C3A
    /*c3322d*/
  ;
  box-shadow: 0px 1px 1px #451608;
  background-blend-mode: lighten;
  text-decoration: none;
  width: 100%;
  height: 60px;
}

header li {
  font-family: Poppins, sans-serif;
  font-weight: 100;
  color: #fff3e0;
}

h1 {
  font-family: 'Poppins';
  font-weight: 300;
}

h3 {
  font-family: 'Poppins';
  font-weight: 300;
  color: #2e2e2e;
}

p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #222222;
}

div {
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  color: #222222;

}

a {
  color: #191c22;
}

a.navButton:link {
  color: #191c22;
  text-decoration: none;
}

a.navButton:visited {
  color: #191c22;
}

a.navButton:hover {
  cursor: pointer;
  color: gray;
}

a.navButton:active {
  color: gray;
}

/*

FORMS

*/

.red {
  color: red !important;
}

.error {
  font-family: montserrat;
  text-decoration-color: blue;
  color: red !important;
  font-weight: lighter;
  padding: 2px;
  width: 49%;
}

.error h3 {
  color: red !important;
}

.error-input-field {
  border: 1px solid red !important;
}

.error p {
  color: red !important;
}

.event-link a {
  color: var(--default-black);
}

.form-div {
  width: 96%;
  text-decoration-color: #B73C3A
    /*c3322d*/
  ;
  margin: 2%;
}

.form-label1 {
  font-family: montserrat;
  text-decoration-color: #B73C3A
    /*c3322d*/
  ;
  font-weight: lighter;
  padding: 2px;
  width: 100%;
}

.form-label2 {
  font-family: montserrat;
  text-decoration-color: #B73C3A
    /*c3322d*/
  ;
  font-weight: lighter;
  padding: 12px 20px;
  width: 49%;
  border-radius: 4px;
}

.form-label3 {
  font-family: montserrat;
  text-decoration-color: #B73C3A
    /*c3322d*/
  ;
  font-weight: lighter;
  padding: 2px;
  width: 33%;
}

.form-label4 {
  font-family: montserrat;
  text-decoration-color: #B73C3A
    /*c3322d*/
  ;
  font-weight: lighter;
  padding: 2px;
  width: 25%;
}

.form-label5 {
  font-family: montserrat;
  text-decoration-color: #B73C3A
    /*c3322d*/
  ;
  font-weight: lighter;
  padding: 2px;
  width: 20%;
}

.password {
  position: relative;
}

.password input {
  margin: 0 0 0 4px;
  border: 0;
}

.password img {
  display: block;
  position: absolute;
  top: 22.5px;
  right: 10px;
  cursor: pointer;
}

​ input[type="checkbox"] {
  color: #B73C3A
    /*c3322d*/
  ;
  border-radius: 50%;
}

​ input[type="checkbox"]:checked:hover {
  color: #B73C3A !important;
  /*c3322d*/
}

input:checked~.checkmark {
  background-color: #B73C3A !important;
  /*c3322d*/
  ;
}

input[type=submit] {
  border: 2px solid #37474f;
  color: white;
  background-color: #ff5722;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}

input[type=submit]:hover {
  border: 2px solid #37474f;
  color: white;
  background-color: #ff5722;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  font-size: 16px;
}

input[type=text] {
  width: 100%;
  font-family: montserrat;
  font-weight: lighter;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid lightgrey;
  border-radius: 4px;
}

input[type=number] {
  width: 100%;
  font-family: montserrat;
  font-weight: lighter;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid lightgrey;
  border-radius: 4px;
}

.number-error {
  border: 1px solid red !important;
}

input[type=texterror] {
  width: 100%;
  font-weight: lighter;
  font-family: montserrat;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid red;
  border-radius: 4px;
}

input[type=email] {
  width: 100%;
  font-weight: lighter;
  font-family: montserrat;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid lightgrey;
  border-radius: 4px;
}

input[type="given name"] {
  width: 100%;
  font-weight: lighter;
  font-family: montserrat;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid lightgrey;
  border-radius: 4px;
}

input[type="family name"] {
  width: 100%;
  font-weight: lighter;
  font-family: montserrat;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid lightgrey;
  border-radius: 4px;
}

input[type=phone] {
  width: 100%;
  font-weight: lighter;
  font-family: montserrat;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid lightgrey;
  border-radius: 4px;
}

input[type=scell] {
  width: 100%;
  font-weight: lighter;
  font-family: montserrat;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid lightgrey;
  border-radius: 4px;
}

input[type=password] {
  width: 100%;
  font-weight: lighter;
  font-family: montserrat;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid lightgrey;
  border-radius: 4px;
}

input[type=emailerror] {
  width: 100%;
  font-weight: lighter;
  font-family: montserrat;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid red;
  border-radius: 4px;
}

label[type="checkbox"] {
  margin-left: 10px;
}

input[type=adressline1] {
  width: 100%;
  font-weight: lighter;
  font-family: montserrat;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid lightgrey;
  border-radius: 4px;
}

input[type=addressline2] {
  width: 100%;
  font-weight: lighter;
  font-family: montserrat;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid lightgrey;
  border-radius: 4px;
}

input[type=province] {
  width: 100%;
  font-weight: lighter;
  font-family: montserrat;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid lightgrey;
  border-radius: 4px;
}

input[type=postalcode] {
  width: 100%;
  font-weight: lighter;
  font-family: montserrat;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid lightgrey;
  border-radius: 4px;
}

input[type=country] {
  width: 100%;
  font-weight: lighter;
  font-family: montserrat;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid lightgrey;
  border-radius: 4px;
}

.alphabetBar {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.alphabetButton {
  flex-grow: 1;
  flex-shrink: 2;
  border: 1px solid #B73C3A
    /*c3322d*/
  ;
  border-radius: 5px;
  color: #ffffff;
  background-color: #B73C3A
    /*c3322d*/
  ;
  margin: 1px;
  transition: background-color .5s ease-in-out;
  text-align: center;
  font-size: 12px;
}

.alphabetButton:hover {
  border: 1px solid #191c22;
  color: white;
  background-color: #ef5350;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.back-button {
  border: none;
}

.button {
  border: 1px solid #B73C3A
    /*c3322d*/
  ;
  border-radius: 15px;
  color: #ffffff;
  background-color: #B73C3A
    /*c3322d*/
  ;
  padding: 10px 16px;
  margin: 1px;
  transition: background-color .5s ease-in-out;
  text-align: center;
  display: inline-block;
  font-size: 12px;
}

.black-button {
  border: 1px solid #191c22;
  border-radius: 4px;
  color: #ffffff;
  background-color: #191c22;
  padding: 10px 16px;
  margin: 1px;
  transition: background-color .5s ease-in-out;
  text-align: center;
  display: inline-block;
  font-size: 12px;
}

.black-button:hover {
  border: 1px solid #191c22;
  color: #191c22;
  background-color: white;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.grey {
  background-color: lightgrey !important;
}

.white-button {
  border: 1px solid #191c22;
  border-radius: 4px;
  color: #191c22;
  background-color: white;
  padding: 10px 16px;
  margin: 1px;
  transition: background-color .5s ease-in-out;
  text-align: center;
  display: inline-block;
  font-size: 12px;
}

.white-button:hover {
  border: 1px solid white;
  color: #191c22;
  background-color: rgb(230, 214, 214);
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.temporaryPassPage {
  width: 100%;
}

.centered-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.centered-text {
  text-align: center;
}

.img {
  max-height: 100%;
  max-width: 100%;
}

.button:hover {
  border: 1px solid #B73C3A
    /*c3322d*/
  ;
  color: white;
  background-color: #ef5350;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.small-button {
  border: 1px solid #B73C3A
    /*c3322d*/
  ;
  border-radius: 4px;
  color: #ffffff;
  background-color: #B73C3A
    /*c3322d*/
  ;
  padding: 4px 8px;
  margin: 1px;
  transition: background-color .5s ease-in-out;
  text-align: center;
  display: inline-block;
  font-size: 12px;
}

.small-button:hover {
  border: 1px solid #B73C3A
    /*c3322d*/
  ;
  color: white;
  background-color: #ef5350;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.demo-button {
  border: 1px solid #B73C3A
    /*c3322d*/
  ;
  color: #ffffff;
  background-color: #B73C3A
    /*c3322d*/
  ;
  padding: 10px 48px;
  border-radius: 4px;
  margin: 1px;
  transition: background-color .5s ease-in-out;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.demo-button:hover {
  border: 1px solid #191c22;
  border-radius: 4px;
  color: white;
  background-color: #191c22;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.select-button {
  border: 2px solid #191c22;
  color: #ffffff;
  background-color: #B73C3A
    /*c3322d*/
  ;
  padding: 15px 32px;
  transition: background-color .5s ease-in-out;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}

.select-button:hover {
  border: 2px solid #191c22;
  color: white;
  background-color: #ef5350;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.landing-page-multi-screen-banner {
  width: 100%;
  background: rgb(230, 214, 214);
  background: linear-gradient(0deg, rgba(230, 214, 214, 1) 0%, rgba(255, 255, 255, 1) 100%);
  min-height: 600px;
  padding: 4%;
}

.landing-page-hand-holding-phone {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(255, 255, 255, 1);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(230, 214, 214, 1) 100%);
  padding: 4%;
}

.landing-page-revenue-up {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(230, 214, 214);
  background: linear-gradient(0deg, rgba(230, 214, 214, 1) 0%, rgba(255, 255, 255, 1) 100%);
  overflow: hidden;
  padding: 4%;
}

.landing-page-grow-memberships {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(255, 255, 255, 1);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(230, 214, 214, 1) 100%);
  min-height: 600px;
}

.landing-page-why-kinect {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(230, 214, 214);
  background: linear-gradient(0deg, rgba(230, 214, 214, 1) 0%, rgba(255, 255, 255, 1) 100%);
  padding: 2%;
  flex-wrap: wrap;
  align-items: flex-start;
}

.why-kinect-blurb {
  padding: 5%;
}

.landing-page-grow-memberships-img {
  width: 50%;
}

.icon {
  height: 100px;
}


.ditch-the-fob-page {
  display: flex;
  justify-content: center;
  background: rgb(195, 50, 45);
  background: -moz-linear-gradient(12deg, rgba(195, 50, 45, 1) 6%, rgba(148, 45, 41, 1) 28%, rgba(195, 50, 45, 1) 44%, rgba(193, 50, 45, 1) 68%, rgba(148, 45, 41, 1) 77%);
  background: -webkit-linear-gradient(12deg, rgba(195, 50, 45, 1) 6%, rgba(148, 45, 41, 1) 28%, rgba(195, 50, 45, 1) 44%, rgba(193, 50, 45, 1) 68%, rgba(148, 45, 41, 1) 77%);
  background: linear-gradient(12deg, rgba(195, 50, 45, 1) 6%, rgba(148, 45, 41, 1) 28%, rgba(195, 50, 45, 1) 44%, rgba(193, 50, 45, 1) 68%, rgba(148, 45, 41, 1) 77%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c3322d", endColorstr="#942d29", GradientType=1);
  min-height: calc(100vh - 400px);
}

.ditch-the-fob-text {
  width: 50%;
  color: white;
  padding: 5%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.ditch-the-fob-right-panel {
  width: 50%;
  background-color: #efefef;
  margin-top: 50px;
  border-top-left-radius: 80px;
  padding: 8%;
}

.ditch-the-fob-header {
  margin-top: 10%;
  margin-bottom: 10%;
}

.ditch-the-fob-left-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ditch-the-fob-left-text p {
  color: white;
  font-size: 18px;
}

.ditch-the-fob-app-img {
  max-width: 80%;
}

.watch-demo-video-button {
  border: #c3322d;
  border-radius: 4px;
  color: white;
  background-color: #c3322d;
  padding: 10px 16px;
  margin: 1px;
  transition: background-color .5s ease-in-out;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 100;
}

.watch-demo-video-button:hover {
  color: white;
  border: #d9322d;
  background-color: #d9322d;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.wrap-content {
  height: fit-content;
}

.black-kinect {
  width: 50%;
}

.white-kinect {
  width: 75%;
  display: flex;
  margin: auto;
}

.canada-flag-woosh {
  width: 25%;
  float: right;
}

.float-right {
  float: right;
  justify-content: right;
}

.float-left {
  float: left;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.header-buttons-div {
  display: inline-block;
  text-align: right;
}

.header-buttons-div ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.header-buttons-div li {
  padding: 0 2rem;
  font-family: 'Poppins';
  font-weight: 300;
  font-stretch: expanded;
  letter-spacing: .1rem;
  font-size: 14px;
}

.header-buttons-div a {
  color: white;
}

.header-buttons-div a:hover,
.header-buttons-div a:active {
  color: #ebebeb;
}

#headerButtons {
  list-style-type: none;
  margin-bottom: 10%;
  display: inline-block;
  color: white;
}

.sub-nav-buttons-div {
  display: flex;
  text-align: right;
  width: 100%;
  height: 100%;
}

.sub-nav-buttons-div ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.sub-nav-buttons-div li {
  display: flex;
  justify-content: center;
  padding: 0 2rem;
  font-family: 'Poppins';
  font-weight: 300;
  font-stretch: expanded;
  letter-spacing: .1rem;
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  align-items: center;
}

.sub-nav-buttons-div li:hover {
  background-color: #ebebeb;
}

.sub-nav-buttons-hover {
  background-color: #ebebeb;
}

.sub-nav-buttons-div a {
  color: #171212;
}

.sub-nav-buttons-div a:hover,
.header-buttons-div a:active {
  color: #ebebeb;
}

.demo-request-form-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  flex-wrap: wrap;
}

.demo-request-form-text {
  margin-left: 20%;
  margin-right: 20%;
  padding: 10px;
  color: black;
}

.contact-page {
  background-color: rgb(230, 214, 214);
  ;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-text {
  margin: 10%;
  padding: 10px;
}

.contact-text h3 {
  color: #2d2929;
}

.contact-text p {
  color: #2d2929;
}

.contact-text h2 {
  color: #2d2929;
}

.contact-text a {
  color: #2d2929;
}

.contact-text a:hover {
  color: #c3322d;
}

.not-found-page {
  display: flex;
  min-height: 50vh;
  justify-content: center;
  align-items: center;
}

.contact-form-background {
  width: 600px;
  padding: 1%;
  margin: 1%;
  background-color: white;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  border-radius: 4px;
}

.under-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  flex-wrap: wrap;
}

.under-contact-text {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.under-contact-text h2 {
  color: #171212;
}

.why-kinect-box {
  background-color: rgb(19, 18, 18, 0.9);
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1%;
  font-size: 16px;
  text-align: center;
  width: 30%;
  padding: 20px;
  height: 150px;
}

.why-kinect-box p {
  color: white;
}

.why-kinect-box h3 {
  color: white;
}

.image-parent {
  text-decoration: none;
}

.image-parent a:hover {
  text-decoration: none;
}

.image-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('guyatcomputer.webp'), url('guyatcomputer.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  width: 100%;
  height: 100vh;
}

.image-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('image2.webp'), url('image2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  width: 100%;
  height: fit-content;
  min-height: 100vh;
}

.under-header-website {
  margin-top: 60px;
  left: 0;
  right: 0;
  width: 100%;
}

.homepage {
  left: 0;
  right: 0;
  width: 100%;
}

.aboutUsText {
  margin-left: 10%;
  margin-right: 10%;
  float: center;
  color: white;
  font-weight: 400;
}

.aboutUsText h1 {
  text-align: center;
}

.landingPageText {
  width: auto;
  margin: auto;
  float: center;
  color: #191c22;
  margin: 10%;
}

.landingPageText h1 {
  color: #191c22;
  font-size: 64px;
  text-decoration: none;
}

.landingPageText p {
  color: #191c22;
}

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

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

sidebar {
  position: fixed;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: var(--sidebar-z-index);
  padding-top: 2%;
  border-right: 1px solid darkgrey;
  top: 60px;
  width: var(--side-bar-width);
  height: 100%;
  background-color: #171212;
}

.buttons-spacer {
  flex: 1;
}

.sidebarButton {
  display: flex;
  list-style-type: none;
  padding-left: 15px;
  border: 0px;
  color: white;
  text-shadow: .05rem .05rem #191c22;
  background-color: transparent;
  font-family: montserrat;
  font-stretch: expanded;
  letter-spacing: .1rem;
  font-size: 14px;
  width: var(--side-bar-width);
  height: 30px;
  text-align: left;
}

.sidebarButton:focus {
  display: flex;
  outline: 0;
}

.sidebarButton:hover {
  background-color: #B73C3A
    /*c3322d*/
  ;
  color: white;
}


.sidebarButtonSmall {
  display: flex;
  list-style-type: none;
  padding-left: 17px;
  border: 0px;
  color: white;
  text-shadow: .05rem .05rem #191c22;
  background-color: transparent;
  font-family: montserrat;
  font-stretch: expanded;
  letter-spacing: .1rem;
  font-size: 12px;
  width: var(--side-bar-width);
  height: 20px;
  text-align: left;
}

.sidebarButtonSmall:focus {
  display: flex;
  outline: 0;
}

.sidebarButtonSmall:hover {
  background-color: #B73C3A
    /*c3322d*/
  ;
  color: white;
}

.sidedrawer {
  height: 100%;
  background-color: #B73C3A
    /*c3322d*/
  ;
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  z-index: var(--sidedrawer-z-index);
  right: 0;
  width: 70%;
  max-width: 400px;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
}

.sidedrawer.open {
  transform: translateY(0);
}

.sidedrawer ul {
  height: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #191c22;
}

.sidedrawer li {
  margin: 0.5rem 0;
}

.sidedrawer a {
  color: white;
  text-shadow: .05rem .05rem #191c22;
  font-family: montserrat;
  font-stretch: expanded;
  letter-spacing: .1rem;
  font-size: 16px;
}

.sidedrawer a:hover,
.sidedrawer a:active {
  text-decoration: none;
  color: #f2f2f2;
}

.add-event-pass-sidedrawer {
  height: 100%;
  background-color: white;
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  z-index: var(--sidedrawer-z-index);
  right: 0;
  width: 70%;
  max-width: 8 00px;
  padding: 10px;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
  overflow-y: auto;
}

.nested-side-drawer {
  width: 100%;
}

.add-event-pass-sidedrawer.open {
  transform: translateY(0);
}

.add-event-pass-sidedrawer ul {
  height: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #191c22;
}

.add-event-pass-sidedrawer li {
  margin: 0.5rem 0;
}

.add-event-pass-sidedrawer a {
  color: var(--default-red);
  font-family: montserrat;
  font-stretch: expanded;
  letter-spacing: .1rem;
  font-size: 16px;
}

.add-event-pass-sidedrawer a:hover,
.add-event-pass-sidedrawer a:active {
  text-decoration: none;
  color: var(--default-black);
}

.update-membership-sidedrawer {
  height: 100%;
  background-color: white;
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  z-index: var(--sidedrawer-z-index);
  right: 0;
  width: 70%;
  max-width: 8 00px;
  padding: 10px;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
  overflow-y: auto;
}

.update-membership-sidedrawer.open {
  transform: translateY(0);
}

.update-membership-sidedrawer ul {
  height: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #191c22;
}

.update-membership-sidedrawer p {
  margin: 0.5rem 0;
  color: white;
}

.update-membership-sidedrawer h1 {
  margin: 0.5rem 0;
  color: white;
}

.update-membership-sidedrawer a {
  color: white;
  text-shadow: .05rem .05rem #191c22;
  font-family: montserrat;
  font-stretch: expanded;
  letter-spacing: .1rem;
  font-size: 16px;
}

.update-membership-sidedrawer a:hover,
.update-membership-sidedrawer a:active {
  text-decoration: none;
  color: #f2f2f2;
}

.kinect-assistant-chat-button-parent {
  float: right;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: var(--chat-button-z-index);
}

.kinect-assistant-chat-button {
  z-index: var(--chat-button-z-index);
  background-color: var(--default-red);
  border-radius: 50%;
  height: 75px;
  width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kinect-assistant-chat-drawer {
  height: 600px;
  background-color: white;
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0px;
  z-index: var(--kinect-assistant-z-index);
  right: 0;
  min-width: 400px;
  width: 60%;
  max-width: 8 00px;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
  overflow-y: auto;
}

.kinect-assistant-chat-drawer.open {
  transform: translateY(0);
}

.kinect-assistant-chat-drawer-form {
  display: inline;
  position: fixed;
  bottom: 0px;
  left: var(--side-bar-width);
  right: 0px;
  padding: 2%;
}

.kinect-assistant-chat-drawer-form input[type=text] {
  width: calc(100% - var(--kinect-assistant-send-button-width));
  font-family: montserrat;
  font-weight: lighter;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid lightgrey;
  border-radius: 4px;
  right: 0;
}

.kinect-assistant-send-button {
  width: var(--kinect-assistant-send-button-width);
  height: var(--kinect-assistant-send-button-height);
  background-color: var(--default-red);
  border: none;
  color: white;
  border-radius: 4px;
}

.kinect-assistant-chat-drawer-history {
  overflow-y: scroll;
  height: 70vh;
  padding: 2%;
}

.kinect-assistant-chat-drawer-history pre {
  width: 100%;
  white-space: pre-wrap;
  word-break: initial;
}

.kinect-assistant-thinking-div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kinect-assistant-thinking-div p {
  margin-top: auto;
  margin-bottom: auto;
}

.kinect-assistant-header {
  background-color: var(--default-red);
  display: flex;
  align-items: center;
  margin: 0;
  color: white;
  font-family: montserrat;
  padding: 2%;
  border-bottom: 1px solid var(--default-black);
}

.kinect-assistant-header h2 {
  margin-top: auto;
  margin-bottom: auto;
}


.close-button {
  background-color: transparent;
  border: none;
  height: 50px;
}

.notification-drawer {
  height: 400px;
  background-color: white;
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0px;
  z-index: var(--kinect-assistant-z-index);
  right: 0;
  max-width: 400px;
  width: 60%;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.notification-drawer.open {
  transform: translateY(0);
}

.notification {
  width: 100%;
}

.visit-notification {
  width: 100%;
}

.visit-notification-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: montserrat;
  padding: 1%;
  border-bottom: 1px solid var(--default-black);
}

.visit-notification-text {
  display: flex;
  justify-content: center;
}

.toggle-button {
  height: 30px;
  width: 30px;
  display: flex;
  z-index: var(--toggle-button-z-index);
  flex-direction: column;
  justify-content: space-around;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  padding-right: 5%;
  box-sizing: border-box;
}

.toggle-button:focus {
  outline: none;
}

.toggle-button-line {
  width: 30px;
  height: 3px;
  background: white;
}

.calendar-shifter {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%
}

.popup {
  position: fixed;
  top: 20%;
  left: calc(50% - var(--side-bar-width));
  z-index: var(--popup-z-index);
  background-color: white;
  width: 400px;
  border: 4px solid #bcbcbc;
  border-radius: 15px;
  overflow-y: auto;
  max-height: 80vh;
  padding: 2%;
}

.event-template-popup {
  position: fixed;
  top: 20%;
  left: calc(50% - var(--side-bar-width));
  z-index: var(--popup-z-index);
  background-color: white;
  width: 600px;
  border: 4px solid #bcbcbc;
  border-radius: 15px;
  overflow-y: auto;
  max-height: 80vh;
  padding: 2%;
}

.fixed-popup {
  position: fixed;
  left: 40%;
  z-index: var(--popup-z-index);
  background-color: white;
  min-width: 400px;
  margin-left: -200px;
  margin-top: -150px;
  border: 1px solid #191c22;
  overflow-y: auto;
  max-height: 80vh;
  max-width: 80vh;
}

.popup-content {
  margin: 2%;
}

.search-from-list-popup {
  position: absolute;
  left: 50%;
  z-index: var(--popup-z-index);
  background-color: white;
  min-width: 400px;
  margin-left: -200px;
  margin-top: -150px;
  border: 1px solid #191c22;
}

.charge-side-drawer-text-fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.charge-side-drawer-text {
  width: 49%;
}

.temporary-pass-creator-popup {
  position: fixed;
  top: 35%;
  left: 50%;
  z-index: var(--popup-z-index);
  background-color: white;
  min-width: 450px;
  max-height: 550px;
  margin-left: -175px;
  margin-top: -150px;
  border: 1px solid #191c22;
}

.temporary-pass-range-scroller {
  overflow-y: auto;
  white-space: nowrap;
  max-height: 250px;
}

.help-popup {
  position: fixed;
  top: 50%;
  left: 25%;
  right: 15%;
  z-index: var(--popup-z-index);
  background-color: white;
  min-width: 400px;
  width: fit-content;
  margin-left: -150px;
  margin-top: -150px;
  border: 1px solid #191c22;
  border-radius: 15px;
  padding: 2%;
}

.help-icon {
  float: right;
}

.help-icon-header {}

.help-icon-header-child {
  display: inline-block;
  width: 50%;
}

.help-icon-header h1 {
  margin: 0;
}

.help-icon-header h2 {
  margin: 0;
}

.help-icon-header h3 {
  margin: 0;
}

.archive-plan-popup {
  position: fixed;
  top: 20%;
  left: 35%;
  z-index: var(--popup-z-index);
  background-color: white;
  min-width: 400px;
  margin-top: 50px;
  margin-right: 200px;
  border: 1px solid #191c22;
}

.accessSchedulePopup {
  position: fixed;
  top: 150px;
  left: 50%;
  height: 500px;
  z-index: var(--popup-z-index);
  background-color: white;
  width: 500px;
  margin-left: -200px;
  margin-top: -50px;
  border: 1px solid #191c22;
  overflow: scroll;
  white-space: nowrap;
}

.accessScheduleDayCreator {
  width: 100%;
  display: inline-block;
}

.accessScheduleTimeSlotPicker {
  width: 40%;
  padding-left: 5px;
}

.accessScheduleTimeSlotRemover {
  width: 10%;
}

.weeklyCalendar {
  display: flex;
  position: relative;
  font-size: 16px;
  height: inherit;
  overflow-y: scroll;
}

.weeklyCalendarColumn {
  margin: 0px;
}

.weeklyCalendarCell {
  height: var(--row-height);
  margin: 0px;
  border: 1px solid grey;
}

.weeklyCalendarEventCell {
  background-color: #2c2c2c;
  color: white;
  font-size: 14px;
  line-height: 10px;
  position: absolute;
  z-index: 1000;
  border-radius: 4px;
  border: 1px solid white;
  padding: .5%;
  overflow: auto;
}

.weeklyCalendarEventCell p {
  color: white !important;
}

.weeklyCalendarCellBorderless {
  height: var(--row-height);
  margin: 0px;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1001;
}

.weeklyCalendarCellHourLabel {
  height: var(--row-height);
  margin: 0px;
  border: 1px solid #fff;
  text-align: center;
  padding-top: px;
}

.demo-video-page {
  width: 100%;
  background: rgb(230, 214, 214);
  background: linear-gradient(0deg, rgba(230, 214, 214, 1) 0%, rgba(255, 255, 255, 1) 100%);
  min-height: 600px;
  padding: 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.demo-video-text {
  float: center;
  padding: 2%;
}

.demo-video-video {
  width: 708px;
  height: 400px;
}

.video {
  width: 100%;
  height: 95%;
}


.reservation-tab {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  vertical-align: text-top;
  font-size-adjust: auto;
  border-bottom: 1px solid #e0e0e0;
}

.reservation-location {
  display: inline-block;
  position: relative;
  width: 40%;
}

.reservation-start {
  display: inline-block;
  position: relative;
  width: 30%;
}

.reservation-end {
  display: inline-block;
  position: relative;
  width: 30%;
}

.reservation-location-header {
  display: inline-block;
  position: relative;
  width: 40%;
  min-width: 70px;
}

.reservation-start-header {
  display: inline-block;
  position: relative;
  width: 30%;
}

.reservation-end-header {
  display: inline-block;
  position: relative;
  width: 30%;
}

.event-dropdown-filter {
  width: fit-content;
}

.event-filters-bar {
  height: 64px;
  display: flex;
  flex-wrap: nowrap;
}

.kinect-components-event-small-tab {
  display: flex;
  font-size: 14px;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: space-between;
  justify-content: space-evenly;
  width: 330px;
  border-bottom: solid .5px white;
  padding: 5px 0px 5px 0px;
}

.kinect-components-event-small-tab-name {
  width: 50%;
  margin: 0 10px 0 10px;
}

.kinect-components-event-small-tab-time {
  width: 25%;
  margin: 0 10px 0 10px;
}

.kinect-components-event-small-tab-book {
  width: 25%;
  margin: 0 10px 0 10px;
  color: #1d1919;
  height: 25px;
}

.kinect-components-day-block {
  background-color: #1d1919;
  color: white;
  display: flex;
  width: 350px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  margin: 2px;
  border-radius: 15px;
  padding: 10px 10px 10px 10px;
}

.kinect-components-day-block p {
  color: white;
}

.kinect-components-week-events ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.kinect-components-week-events ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.membership-inline {
  display: flex;
}

.text-button {
  border: none;
  background-color: transparent;
  padding: 0;
  padding-left: 2px;
  color: var(--default-red);
  display: inline-flex;
  /* keep the inline nature of buttons */
  align-items: flex-start;
  /* this is default */
}

@media (max-width: 768px) {
  .weeklyCalendarEventCell {
    font-size: 10px;
    line-height: 10px;
    padding: 1px;
    overflow: auto;
  }

  .weeklyCalendarEventCell p {
    padding: 0%;
    margin: 1px;
  }
}

.plan-tabs-parent {
  position: relative;
  display: flex;
  text-align: center;
  flex-direction: row;
  flex-flow: row wrap;
  align-items: top;
  justify-content: center;
  /**/
}


.plan-tab {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 25%;
  border-style: solid;
  border-width: .1em;
  border-color: #dddad6;
  margin: 0.5%;
  text-align: top;
  padding-bottom: 2%;
  margin-bottom: 1%;
  top: 60px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  align-items: top;
  align-self: stretch;
  justify-content: top;
}

@media (max-width: 1290px) {
  .plan-tab {
    flex-basis: 25%;
  }
}

@media (max-width: 992px) {
  .plan-tab {
    flex-basis: 75%;
  }
}


.plan-tab-content {
  position: relative;
  align-self: center;
  float: center;
  width: 100%;
}

.menu-button {
  height: 15px;
  width: 10px;
  display: flex;
  z-index: 1004;
  flex-direction: column;
  justify-content: space-around;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
}

.menu-button:focus {
  outline: none;
}

.menu-child {
  width: 100%;
  height: 30px;
  border: none;
  background-color: #171212;
  color: white;
}

.menu-child:hover {
  width: 100%;
  border: none;
  background-color: #363a49;
}

.menu-child:focus {
  outline: none;
}

.menu-dot {
  width: 3px;
  height: 3px;
  background: #1b181c;
  border-radius: .1em;
}

.menu-wrapper {
  display: inline-block;
  width: inherit;
  height: 50px;
  padding-top: 5px;
  width: 95%;
}

.menu-content-parent {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

.menu-content {
  color: #424242;
  position: relative;
  float: center;
  background-color: white
    /*#1b181c*/
  ;
  opacity: 0.90;
  box-shadow: .2rem .2rem .2rem #e0e0e0;
  border: 1px solid #bdbdbd;
}

.menu-content ul {
  list-style: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.gym-billing-tab {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  vertical-align: text-top;
  font-size-adjust: auto;
  border-bottom: 1px solid #e0e0e0;
}

.gym-billing-name {
  display: inline-block;
  position: relative;
  width: 35%;
}

.gym-billing-status {
  display: inline-block;
  position: relative;
  width: 35%;
}

.gym-billing-resumes-on {
  display: inline-block;
  position: relative;
  width: 30%;
}

.temporary-pass-door-tab {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.temporary-pass-door-name {
  display: inline-block;
  position: relative;
  width: 25%;
}

.temporary-pass-door-button {
  display: inline-block;
  position: relative;
  width: 40%;
}

.tempoary-pass-tab {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  vertical-align: text-top;
  font-size-adjust: auto;
  border-bottom: 1px solid #e0e0e0;
}

.temporary-pass-email {
  display: inline-block;
  position: relative;
  width: 35%;
}

.temporary-pass-day {
  display: inline-block;
  position: relative;
  width: 20%;
}

.temporary-pass-uses {
  display: inline-block;
  position: relative;
  width: 10%;
}

.temporary-pass-facility {
  display: inline-block;
  position: relative;
  width: 25%;
}

.visit-tab {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  vertical-align: text-top;
  font-size-adjust: auto;
  border-bottom: 1px solid #e0e0e0;
}

.visit-name {
  display: inline-block;
  position: relative;
  width: 20%;
}

.visit-date {
  display: inline-block;
  position: relative;
  width: 15%;
}

.visit-time {
  display: inline-block;
  position: relative;
  width: 10%;
}

.visit-reason {
  display: inline-block;
  position: relative;
  width: 25%;
}

.visit-status {
  display: inline-block;
  position: relative;
  width: 15%;
}

.visit-door {
  display: inline-block;
  position: relative;
  width: 15%;
}

.ticket-tab-summary {
  display: inline-block;
  position: relative;
  width: 30%;
}

.ticket-tab-status {
  display: inline-block;
  position: relative;
  width: 25%;
}

.ticket-tab-assignee {
  display: inline-block;
  position: relative;
  width: 25%;
}

.ticket-tab-updated {
  display: inline-block;
  position: relative;
  width: 20%;
}

.claimed-pass-name {
  display: inline-block;
  position: relative;
  width: 20%;
}

.claimed-pass-uses {
  display: inline-block;
  position: relative;
  width: 10%;
}

.claimed-pass-remaining {
  display: inline-block;
  position: relative;
  width: 15%;
}

.claimed-pass-status {
  display: inline-block;
  position: relative;
  width: 20%;
}

.claimed-pass-created {
  display: inline-block;
  position: relative;
  width: 15%;
}

.claimed-pass-expires {
  display: inline-block;
  position: relative;
  width: 20%;
}

.transaction-tab {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  vertical-align: text-top;
  font-size-adjust: auto;
  border-bottom: 1px solid #e0e0e0;
}

.transaction-amount {
  display: inline-block;
  position: relative;
  width: 15%;
}

.transaction-fee {
  display: inline-block;
  position: relative;
  width: 15%;
}

.transaction-net {
  display: inline-block;
  position: relative;
  width: 15%;
}

.transaction-created {
  display: inline-block;
  position: relative;
  width: 25%;
}

.transaction-member {
  display: inline-block;
  position: relative;
  width: 30%;
}

.payout-tab {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  vertical-align: text-top;
  font-size-adjust: auto;
  border-bottom: 1px solid #e0e0e0;
}

.payout-amount {
  display: inline-block;
  position: relative;
  width: 15%;
}

.payout-status {
  display: inline-block;
  position: relative;
  width: 30%;
}

.payout-due {
  display: inline-block;
  position: relative;
  width: 30%;
}

.refund-tab {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  vertical-align: text-top;
  font-size-adjust: auto;
  border-bottom: 1px solid #e0e0e0;
}

.refund-amount {
  display: inline-block;
  position: relative;
  width: 15%;
}

.refund-status {
  display: inline-block;
  position: relative;
  width: 25%;
}

.refund-due {
  display: inline-block;
  position: relative;
  width: 25%;
}

.refund-member {
  display: inline-block;
  position: relative;
  width: 30%;
}

.charge-tab {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  vertical-align: text-top;
  font-size-adjust: auto;
  border-bottom: 1px solid #e0e0e0;
}

.charge-amount {
  display: inline-block;
  position: relative;
  width: 15%;
}

.charge-member {
  display: inline-block;
  position: relative;
  width: 30%;
}

.charge-status {
  display: inline-block;
  position: relative;
  width: 20%;
}

.charge-due {
  display: inline-block;
  position: relative;
  width: 20%;
}

.charge-processor {
  display: inline-block;
  position: relative;
  width: 15%;
}

.door-tab-name {
  display: inline-block;
  position: relative;
  width: 25%;
}

.door-tab-status {
  display: inline-block;
  position: relative;
  width: 20%;
}

.door-tab-state {
  display: inline-block;
  position: relative;
  width: 20%;
}

.door-tab-timer {
  display: inline-block;
  position: relative;
  width: 30%;
}

.kinect-components-plan-tab {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 25%;
  border-style: solid;
  border-width: .1em;
  border-color: #dddad6;
  margin: 0.5%;
  text-align: center;
  padding-bottom: 2%;
  margin-bottom: 1%;
  top: 60px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  align-items: center;
  align-self: stretch;
  justify-content: center;
}

.kinect-components-break {
  flex-basis: 100%;
  height: 0;
}

.kinect-components-plan-tab h1,
h2,
h3 {
  opacity: 1;
}

.kinect-components-plan-tab h1 {
  font-size: 60px;
}

.kinect-components-plan-tab h2 {
  font-size: 24px;
  color: black;
}

.kinect-components-break {
  flex-basis: 100%;
  height: 0;
}

.kinect-components-big-header h1 {
  font-weight: 200;
  font-size: 60px;
}

.kinect-components-small-text {
  font-size: 18px;
}

.kinect-components-align-top {
  vertical-align: super;
}

.kinect-components-selected-plan-tab {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  vertical-align: text-top;
  font-size-adjust: auto;
  border-bottom: 1px solid #e0e0e0;
}

.kinect-components-selected-plan-name {
  display: inline-block;
  position: relative;
  width: 30%;
}

.kinect-components-selected-plan-cost {
  display: inline-block;
  position: relative;
  width: 15%;
}

.kinect-components-selected-plan-access {
  display: inline-block;
  position: relative;
  width: 20%;
}

.kinect-components-selected-plan-passes {
  display: inline-block;
  position: relative;
  width: 20%;
}

.kinect-components-selected-plan-remove {
  display: inline-block;
  position: relative;
  width: 15%;
}

.comments-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0;
  padding: 0;
}

.comments-list.empty {
  color: #888;
  font-style: italic;
  padding: 0.5rem;
}

.comment-item {
  display: flex;
  align-items: flex-start;
  background: #f9f9f9;
  border-radius: 4px;
  padding: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #e0e0e0;
}

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 1rem;
  flex-shrink: 0;
}

.comment-content {
  flex: 1;
}

.comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}

.comment-author {
  font-weight: 600;
  color: #333;
}

.comment-date {
  font-size: 0.85rem;
  color: #666;
}

.comment-body {
  font-size: 1rem;
  line-height: 1.4;
  color: #222;
}

@media (max-width: 1290px) {
  .kinect-components-plan-tab {
    flex-basis: 25%;
  }
}

@media (max-width: 992px) {
  .kinect-components-plan-tab {
    flex-basis: 75%;
  }

  .kinect-components-selected-plan-name {
    width: 50%;
  }

  .kinect-components-selected-plan-cost {
    width: 20%;
  }

  .kinect-components-selected-plan-access {
    width: 0%;
  }

  .kinect-components-selected-plan-passes {
    width: 0%;
  }

  .kinect-components-selected-plan-remove {
    width: 30%;
  }
}

.vertically-centered {
  align-items: center;
  height: fit-content;
  display: flex;
}

.invoice {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: text-top;
  font-size-adjust: auto;
  border-bottom: 1px solid #e0e0e0;
}

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

.invoice-amount {
  display: inline-block;
  position: relative;
  float: center;
  width: 10%;
}

.invoice-status {
  display: inline-block;
  position: relative;
  width: 15%;
}

.invoice-due {
  display: inline-block;
  position: relative;
  width: 10%;
}

.invoice-member {
  display: inline-block;
  position: relative;
  float: center;
  width: 25%;
}

.invoice-number {
  display: inline-block;
  position: relative;
  width: 25%;
}

.invoice-processor {
  display: inline-block;
  position: relative;
  width: 15%;
}

.invoice-spacer {
  display: inline-block;
  position: relative;
  float: center;
  width: 20%;
}

.invoice-download {
  display: inline-block;
  position: relative;
  float: center;
  width: 40%;
  float: left;
  padding-top: 5px;
}

.invoice-totals-labels {
  display: inline-block;
  position: relative;
  float: center;
  width: 20%;
  float: right;
}

.invoice-totals {
  display: inline-block;
  position: relative;
  float: center;
  width: 20%;
  float: right;
}

.line-item {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  vertical-align: text-top;
  font-size-adjust: auto;
  border-bottom: 1px solid #e0e0e0;
}

.line-item-amount {
  display: inline-block;
  position: relative;
  float: center;
  width: 20%;
  font-size: 100%;
}

.line-item-description {
  display: inline-block;
  position: relative;
  float: center;
  width: 80%;
  font-size: 100%;
}

.line-item-dark {
  background-color: #f5f5f5;
}

.note-tab {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
  vertical-align: text-top;
  font-size-adjust: auto;
  border-bottom: 1px solid #e0e0e0;
}

.note-comment {
  display: inline-block;
  position: relative;
  float: center;
  width: 70%;
}

.note-date {
  display: inline-block;
  position: relative;
  float: center;
  width: 20%;
}

.note-delete {
  display: inline-block;
  position: relative;
  float: center;
  width: 10%;
}

@media (max-width: 880px) {
  .invoice {
    font-size: 12px;
  }

  .note-tab {
    font-size: 12px;
  }

  .invoice-amount {
    width: 15%;
    font-size: 12px;
  }

  .invoice-status {
    display: inline-block;
    position: relative;
    width: 20%;
    font-size: 12px;
  }

  .invoice-member {
    width: 30%;
    font-size: 12px;
  }

  .invoice-due {
    width: 20%;
    font-size: 12px;
  }

  .invoice-number {
    display: none;
    width: 0%;
  }

  .invoice-processor {
    width: 15%;
    font-size: 12px;
  }

  .charge-amount {
    width: 17.5%;
    font-size: 12px;
  }

  .charge-status {
    width: 20%;
    font-size: 12px;
  }

  .charge-member {
    width: 30%;
    font-size: 12px;
  }

  .charge-due {
    width: 15%;
    font-size: 12px;
  }

  .charge-processor {
    width: 15%;
    font-size: 12px;
  }

  .visit-name {
    font-size: 12px;
  }

  .visit-date {
    font-size: 12px;
  }

  .visit-time {
    font-size: 12px;
  }

  .visit-reason {
    font-size: 12px;
  }

  .visit-door {
    font-size: 12px;
  }

  .visit-status {
    font-size: 12px;
  }
}

.finance-labels {
  width: 50%;
  display: inline-block;
}

.finance-values {
  display: inline-block;
  width: 50%;
  position: relative;
  padding-left: 3%;
}

.gift-card-tab-amount {
  width: 14%;
  display: inline-block;
  position: relative;
  padding: 1px;
}

.gift-card-tab-email {
  width: 44%;
  display: inline-block;
  position: relative;
  padding: 1px;
}

.gift-card-tab-status {
  width: 14%;
  display: inline-block;
  position: relative;
  padding: 1px;
}

.notification-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -4.5%;
  margin-right: -2%;
  border-bottom: 1px solid #bdbdbd;
  padding-left: 2%;
  padding-right: 2%;
  background-color: #efefef;
}

.notification-tab-text {
  width: 70%;
  display: inline-block;
  position: relative;
  padding: 1px;
}

.notification-tab-action {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px;
}

.membership-tab {
  width: 100%;
  height: 100%;
  font-size: 100%;
  vertical-align: text-top;
  font-size-adjust: auto;
  border-bottom: 1px solid #e0e0e0;
}

.membership-tab-name {
  width: 25%;
  display: inline-block;
  position: relative;
  padding: 1px;
  vertical-align: top;
}

.membership-tab-index {
  width: 4%;
  display: inline-block;
  position: relative;
  padding: 1px;
}

.membership-tab-plan {
  width: 25%;
  display: inline-block;
  position: relative;
  padding: 1px;
  vertical-align: top;
}

.membership-tab-status {
  width: 10%;
  display: inline-block;
  position: relative;
  padding: 1px;
  vertical-align: top;
}

.membership-tab-payment-processor {
  width: 15%;
  display: inline-block;
  position: relative;
  padding: 1px;
  vertical-align: top;
}

.membership-tab-payment-platform {
  width: 15%;
  display: inline-block;
  position: relative;
  padding: 1px;
  vertical-align: top;
}

.member-tab {
  width: 100%;
  height: 100%;
  font-size: 100%;
  vertical-align: text-top;
  font-size-adjust: auto;
  border-bottom: 1px solid #e0e0e0;
}

.member-tab-column {
  width: 27%;
  display: inline-block;
  position: relative;
  padding: 1px;
  vertical-align: top;
}

.member-tab-column-index {
  width: 4%;
  display: inline-block;
  position: relative;
  padding: 1px;
}

.member-tab-column-status {
  width: 15%;
  display: inline-block;
  position: relative;
  padding: 1px;
}

.member-tab-paid {
  background-color: #C7EFCF;
}

.blocked {
  background-color: #f9a150;
}

.member-tab-special {
  background-color: #7ce0e9;
}

.member-tab-unpaid {
  background-color: #CF3943;
}

.member-tab-inactive {
  background-color: #d9d9d9;
}

.member-tab-rejected {
  background-color: #f9a150;
}

.member-tab-pending {
  background-color: #d5f76f;
}

.member-tab-cancelling {
  background-color: #E1D884;
}

.member-tab-paused {
  background-color: #83fdbe;
}

.member-tab:hover {
  opacity: 0.8;
}

.nav-bar-parent {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 1rem;
}

.sub-nav-parent {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-bottom: 1px solid;
  width: 100%;
}

.border-right {
  border-right: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.spacer {
  flex: 1;
}

.nav-bar-div {
  display: inline-block;
  margin-left: 1rem;
  width: 20%;
}

.form-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: montserrat;
  font-stretch: expanded;
  font-size: 14px;
  letter-spacing: .1rem;
}

.create-account-type-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: montserrat;
  font-stretch: expanded;
  font-size: 14px;
  letter-spacing: .1rem;
}

.create-account-type-parent {
  display: flex;
}

.create-account-type-parent h2 {
  color: white !important;
}

.create-account-type {
  height: 200px;
  width: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 5%;
  margin: 2%;
  border-radius: 15px;
  text-align: center;
  font-family: montserrat;
  font-stretch: expanded;
  font-size: 14px;
  letter-spacing: .1rem;
}

.create-account-member {
  background-color: #302525;
  color: white;
}

.create-account-owner {
  background-color: #b6504f;
  color: white;
}

.create-account-type:hover {
  opacity: .8;
}

@media (min-width: 768px) {
  .sidedrawer {
    display: none;
  }

  .toggle-button {
    display: none;
  }

}

.navButton {
  margin-right: 2%;
  display: inline-block;
  margin-top: -10px;
  font-family: montserrat;
  font-stretch: expanded;
  letter-spacing: .1rem;
  color: #795548;
  font-size: 14px;
}

.navButton a {
  font-weight: 500;
  letter-spacing: .1rem;
  font-family: montserrat;
  font-stretch: expanded;
  color: white;
}

.navButton a:hover {
  text-decoration: none;
  color: #ffcc80;
}

.navButton li {
  color: white;
}

.nvLogo {
  display: inline-block;
  margin-left: 3%;
  height: 60px;
}

#memberinfo {
  font-size: 18px;
  display: inline-block;
}

#no-points {
  list-style-type: none;
  font-size: 14px;
}

.small-p {
  font-size: 10px;
}

.main-div-parent {
  display: inline;
  width: 100%;
  max-width: 100vh;
  height: 100%;
}

.website-parent {
  position: relative;
}

.main-div {
  display: inline-block;
  font-family: montserrat;
  top: 60px;
  padding-left: var(--side-bar-width);
  width: 100%;
  height: 100%;
}

.main-div-no-sidebar {
  display: inline-block;
  top: 60px;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 400px);
}

.right-aligned {
  float: right;
}

.vertically-centered {
  align-items: center;
}

.login-parent-div {
  width: 90%;
  margin: 5%;
  text-align: center;
  margin-top: 100px;
}

.login-form-div {
  width: 96%;
  margin: 2%;
  text-align: center;
}

.login-form-div a {
  color: #2e2e2e;
}

.login-form-div a:hover {
  color: #B73C3A
    /*c3322d*/
  ;
}

.underHeader {
  margin-left: 4.5%;
  margin-right: 2%;
  margin-top: 70px;
  height: 100%;
}

.underHeader h1 {
  color: #2e2e2e;

}

.under-header-no-margin {
  margin-top: 60px;
  margin-right: 1%;
  height: 100%;
}

.under-header-no-margin h1 {
  color: #2e2e2e;
}

.content-parent h2 {
  color: #2e2e2e;
}

.content-parent h3 {
  color: #2e2e2e;
}

.content-parent h4 {
  color: #424242;
}

.content-parent {
  display: flex;
  position: relative;
  margin-top: 2%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
  color: #424242;
  background-color: white;
  border-radius: 4px;
  box-shadow: .2rem .2rem .2rem #e0e0e0;
  border: 1px solid #bdbdbd;
  border-radius: 15px;
  width: 95%;
}

.content-parent-half {
  display: inline-block;
  position: relative;
  margin-top: 1%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1%;
  color: #424242;
  background-color: white;
  box-shadow: .2rem .2rem .2rem #e0e0e0;
  border: 1px solid #bdbdbd;
  width: 46.5%;
  border-radius: 15px;
}

.content-parent a {
  color: #B73C3A;
}

.content-parent a:hover {
  color: #424242
    /*c3322d*/
  ;
}

.content {
  margin: 2%;
  width: 96%;
}

.view-member-profile-picture-parent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-height: 300px;
}

.content p {
  color: #424242;
}

.align-center {
  width: inherit;
  align-self: center;
}

.customer-buttons-parent {
  float: center;
  display: inline-block;
  width: 100%;
}

.customer-button {
  margin: 2%;
  padding: 2%;
  width: 25%;
  display: inline-block;
}


.one-left {
  display: inline-block;
  position: relative;
  padding: 1px;
  float: left;
  text-align: left;
  width: 100%;
  height: 100%;
  margin-bottom: 2%;
  margin-top: 2%;
  margin-left: 2%;
  margin-right: 2%;
}

.graph-padding {
  margin: 2%;
}

.parent {
  position: relative;
  display: inline-block;
  width: 100%;
}

.one-full {
  display: inline-block;
  width: 100%;
  position: relative;
}

.center {
  float: center;
}

.one-half {
  display: inline-block;
  width: 50%;
  position: relative;
}

.two-thirds {
  display: inline-block;
  width: 66%;
  position: relative;
}


.one-third {
  display: inline-block;
  position: relative;
  width: 33.33%;
}

.one-quarter {
  display: inline-block;
  position: relative;
  padding: 1px;
  width: 25%;
  float: center;
  text-align: center;
  margin-bottom: 2%;
}

.one-third p {
  color: #455a64;
}

.checkout {
  display: inline-block;
  position: relative;
  padding: 2px;
  width: 100%;
  min-width: 400px;
  float: center;
  text-align: center;
}

.MyDatePicker {
  float: left;
  position: relative;
  display: flex;
  flex-direction: column;
}

.MyDatePicker * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
}

.mdp-input {
  float: left;
  width: 150px;
  height: 35px;
  overflow: hidden;
  border-radius: 20px;
}

.mdp-input input:focus {
  outline: none;
}

.mdp-input input {
  width: 130%;
  background: #f5f5f5;
  border: none;
  padding-right: 10px;
  height: 35px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  cursor: pointer;
}

.mdp-container {
  float: left;
  z-index: 1005;
  width: 400px;
  min-height: 350px;
  background: #fff;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 25px 30px;
}

.mdpc-head {
  float: left;
  width: 100%;
  height: 53px;
}

.mdpc-body {
  float: left;
  width: 100%;
  margin-top: 20px;
}

/**
 * Controls
 */

.mdpch-button {
  float: left;
  width: 45px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

.mdpchb-inner:hover>span {
  border-color: #555 !important;
}

.mdpchb-inner:hover {
  cursor: pointer;
  background: #eee;
}

.mdpchb-inner {
  float: left;
  height: 35px;
  width: 35px;
  background: #f4f4f4;
  border-radius: 100%;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  margin-top: -17px;
}

.mdpchbi-right-arrows:after,
.mdpchbi-left-arrows:after,
.mdpchbi-right-arrow,
.mdpchbi-right-arrows,
.mdpchbi-left-arrow,
.mdpchbi-left-arrows {
  display: block;
  float: left;
  width: 6px;
  height: 6px;
  border-left: 2px solid #888;
  border-bottom: 2px solid #888;
  position: absolute;
}

.mdpchbi-right-arrow,
.mdpchbi-right-arrows,
.mdpchbi-left-arrow,
.mdpchbi-left-arrows {
  transform: rotate(45deg);
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -4px;
}

.mdpchbi-right-arrows,
.mdpchbi-right-arrow {
  transform: rotate(225deg);
  margin-left: -4px;
}

.mdpchbi-right-arrows:after,
.mdpchbi-left-arrows:after {
  content: '';
}

.mdpchbi-left-arrows {
  margin-left: -5px;
}

.mdpchbi-right-arrows {
  margin-left: -2px;
}

.mdpchbi-right-arrows:after,
.mdpchbi-left-arrows:after {
  left: 3px;
  top: -5px
}


.mdpch-container {
  float: left;
  width: 120px;
  height: 100%;
}

.mdpchc-year {
  float: left;
  width: 100%;
  height: 30px;
  font-size: 27px;
  color: #666;
  font-weight: 200px;
  text-align: center;
}

.mdpchc-month {
  float: left;
  width: 100%;
  height: 15px;
  font-size: 13px;
  color: #666;
  font-weight: 200px;
  text-align: center;
}

/**
 *  Calendar
 */
.cc-month,
.cc-head,
.cch-name,
.cc-body,
.cdc-day span,
.cdc-day,
.c-day-container,
.c-container {
  position: relative;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-container {
  width: 100%;
  height: 100%;
  margin-top: -20px;
}

.cc-month {
  height: 30px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.cc-head {
  height: 30px;
  width: 100%;
  margin-top: -10px;
}

.cch-name {
  width: 14.285%;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #666;
  font-size: 9px;
  text-align: center;
}

.cc-body {
  height: 270px;
  width: 100%;
}

.c-day-container {
  width: 14.285%;
  height: 16.6666%;
}

.cdc-day {
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 300;
  color: #444;
  text-align: center;
}

.cdc-day span {
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 300;
  color: #444;
}

.cdc-day span:hover {
  cursor: pointer;
  background: #eee;
}

.cdc-day span {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  left: 50%;
  top: 50%;
  font-weight: 400;
  border-radius: 100%;
  line-height: 30px;
}

.c-day-container.disabled {
  pointer-events: none;
}

.c-day-container.disabled .cdc-day span {
  color: #ddd;
}

.c-day-container.disabled .cdc-day span {
  background: #fff !important;
}

.c-day-container.highlight .cdc-day span {
  background: #efdbca;
}

.c-day-container.highlight-green .cdc-day span {
  background: #d4e2cb;
}


/*
  BAR CHART STUFF

*/

.title {
  font-size: 12pt;
}

.bar-group .name-label {
  text-anchor: end;
  font-weight: 300;
  font-size: 1em;
  fill: #000;
}

.bar-group .vaue-label-#191c22 {
  text-anchor: end;
  font-weight: 300;
  font-size: 1em;
  fill: #000;
}

.bar-group .value-label {
  text-anchor: end;
  fill: #fff;
  text-shadow: 1px 1px #191c22;
  font-size: 1em;
}

.activeStep {
  color: #191c22;
}

.inactiveStep {
  color: darkgrey;
  opacity: 0.5;
}

.completedStep {
  color: #171212;
  opacity: 0.9;
}

.day-range {
  display: flex;
  flex-wrap: wrap;
}

/*

CUSTOM Selected

*/

.custom-select select {
  width: 100%;
  margin: auto;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid lightgrey;
  border-radius: 4px;
}

.faqHtmlDiv {
  width: 100%;
  padding: 1%;
}

.faqHtmlDiv img {
  max-width: 100%;
  padding: 1%;
}


.event-tab {
  width: 100%;
  height: 100%;
  font-size: 100%;
  vertical-align: text-top;
  font-size-adjust: auto;
  border-bottom: 1px solid #e0e0e0;
}

.event-name {
  display: inline-block;
  position: relative;
  width: 28%;
}

.event-location {
  display: inline-block;
  position: relative;
  width: 30%;
}

.event-start {
  display: inline-block;
  position: relative;
  width: 20%;
}

.event-end {
  display: inline-block;
  position: relative;
  width: 20%;
}

@media (max-width: 880px) {
  .event-location {
    width: 30%;
    font-size: 12px;
  }

  .event-start {
    width: 20%;
    font-size: 12px;
  }

  .event-end {
    width: 20%;
    font-size: 12px;
  }

  .event-name {
    font-size: 12px;
  }

}

.support-directory-parent {
  display: flex;
  flex-wrap: wrap;
}

/* 
.support-directory-tab {
  min-width: 200px;
  min-height: 100px;
  max-width: 300px;
  max-height: 200px;
  background-color: var(--default-red);
  color: white;
  border: 1px solid lightgrey;
  padding: 2%;
  display: flex;
  justify-content: center;
  border-radius: 15px;
  margin: 2%;
  align-items: center;
  align-content: center;
  box-shadow: 1px;
}

.support-directory-tab:hover {
  background-color: #ef5350;
} */

.support-directory-tab {
  min-width: 200px;
  min-height: 100px;
  max-width: 300px;
  max-height: 200px;
  background-color: var(--default-red);
  color: white;
  border: none;
  padding: 20px 30px;
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: 20px;
  margin: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  font-weight: 600;
  transition: all 0.3s ease;
  gap: 12px;
  cursor: pointer;
  font-family: montserrat;
}

.support-directory-tab:hover {
  background-color: #e53935;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

.support-directory-tab img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
  /* ensures icons appear white */
}

@media (max-width: 768px) {
  .main-div {
    width: 100%;
    float: left;
  }

  .nvLogo {
    display: inline-block;
    width: 100%;
    align-items: center;
  }

  .nav-bar-div {
    display: inline-block;
    width: 35%;
  }

  .header-buttons-div {
    display: none;
  }

  .one-third {
    width: 100%;
    margin-bottom: 10%;
  }

  .one-half {
    width: 100%;
  }

  .add-event-pass-sidedrawer {
    width: 100%;
  }

  .update-membership-sidedrawer {
    width: 100%;
  }

  sidebar {
    display: none;
  }

  .main-div {
    padding-left: 0px;
    float: center;
  }

  .member-tab {
    font-size: 80%;
  }

  .help-popup {
    min-width: 200px;
    margin-left: -60px;
    margin-top: -300px;
    overflow-y: auto;
    max-height: 700px;

  }

  .mdp-container {
    left: 0%;
    width: 100%;
  }

  .profile-pic-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .profile-pic {
    max-width: 96%;
    object-fit: cover;
    border-radius: 15px;
  }

  .view-member-profile-picture-parent {
    max-height: 100%;
    max-width: 96%;
  }
}

/*


WEBSITE


*/

.demo-request-parent {
  background-color: white;
  border: 1px solid white;
  padding: 15px;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}

.flex-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.white-background {
  background-color: white;
}

.client-review-parent {
  padding: 5%;
}

.client-review-parent h1 {
  font-size: 46px;
  font-weight: 500;
  font-stretch: expanded;
}

.client-review {
  border: 2px solid #37474f;
  padding: 2%;
  flex: 1;
  flex-grow: 1;
  margin: 5px;
}

.black-transparent-background {
  background-color: rgb(19, 18, 18, 0.7);
  border-radius: 5px;
  color: #f1f1f1;
  padding: 2%;
}

.black-transparent-background p {
  color: #f1f1f1;
}

.main-features-parent {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding: 2%;
  padding-bottom: 5%;
  vertical-align: top;
  background: rgb(224, 224, 224);
}

.main-features-header {
  width: 100%;
  margin: auto;
  float: center;
  text-align: center;
}

.main-features-header h1 {
  color: #2d2929;
  font-weight: 400;
}

.main-feature {
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 2%;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  margin: 4%;
  height: 450px;
  color: #2d2929;
  padding: 40px;
  align-items: center;
  justify-content: flex-start;
  background: white;
}

.main-feature-header {
  width: 60%;
  padding: 2%;
}

.features-img {
  width: 40%;
  padding: 2%;
}

.main-feature h2 {
  font-size: 24px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #2d2929;
}

.main-feature p {
  color: #2d2929;
}

.textBanner {
  background-color: #171212;
  color: white;
  padding-top: 1%;
  padding-bottom: 1%;
  text-align: center;
}

.textBanner h2 {
  color: white;
}

.panel-image {
  background-image: url('yoga.webp'), url('yoga.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  width: 100%;
}

.panel {
  display: flex;
  background-color: rgba(195, 50, 45, 0.8);
  color: white;
  align-items: center;
  justify-content: center;
  padding: 5%;
  margin: 4%;
  flex-wrap: wrap;
}

.panel-main {
  margin: auto;
}

.panel-text {}

.break {
  flex-basis: 100%;
  height: 0;
}

footer {
  color: white;
  background-color: #2d2929;
  text-align: left;
  font-family: 'Poppins';
  width: 100%;
  height: 400px;
  bottom: 0px;
}

footer ul {
  list-style: none;
  text-align: left;
  color: white;
}

footer li {
  color: white;
}

footer a {
  color: white;
}

footer a:hover {
  color: #B73C3A
    /*c3322d*/
  ;
}

footer h1 {
  font: 'Poppins Bold', sans-serif;
  font-weight: 500;
  color: white;
}

footer h3 {
  font: 'Poppins Bold', sans-serif;
  color: white;
}

footer p {
  color: white;
  text-align: left;
}

.footer-parent {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.logo-div {
  height: 100%;
}

.profile-pic-container {
  max-width: 300px;
  max-height: inherit;
}

.profile-pic {
  max-width: 100%;
  max-height: 250px;
  object-fit: cover;
  border-radius: 15px;
}

.footer-column {
  padding: 2%;
  width: 22%;
  margin: 1%;
  text-align: left;
  display: flex;
  align-self: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-copyright {
  margin: auto;
  width: 100%;
  text-align: center;
  padding-left: 5%;
}

.features-list {
  color: white;
}

.pricing-background {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: white;
  background: rgb(224, 224, 224);
  width: 100%;
  min-height: 100vh;
}

.pricing-square {
  display: flex;
  width: 250px;
  margin: 2%;
  background-color: white;
  height: 250px;
  border-radius: 5px;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.features-table {
  border-collapse: collapse;
  border-spacing: 20px 12px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  margin-top: 75px;
  margin-bottom: 50px;
  font-size: 14px;
}

.features-table td {
  padding: 10px;
  min-width: 200px;
}

.features-table th {
  padding: 10px;
  font-size: 16px;
}

@media (max-width: 900px) {
  .footer-column {
    width: 47%;
  }

  .footer-parent {
    flex-wrap: wrap;
  }

  footer {
    height: 560px;
  }

  .website-parent {}

  .features-table {
    border-collapse: collapse;
    border-spacing: 10px 6px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #191c22;
    margin-top: 75px;
    margin-bottom: 50px;
  }

  .dark-row {
    background-color: rgba(200, 200, 200, 0.8);
  }

  .features-table td {
    padding: 5px;
    min-width: 10px;
    font-size: 12px;
    border-left: 1px solid rgba(100, 100, 100, 0.8);
    border-right: 1px solid rgba(100, 100, 100, 0.8);
  }

  .features-table th {
    padding: 5px;
    min-width: 10px;
    font-size: 12px;
    border-left: 1px solid rgba(100, 100, 100, 0.8);
    border-right: 1px solid rgba(100, 100, 100, 0.8);
  }

  .main-feature {
    width: 100%;
    padding: 15px;
  }


  .notification-tab {
    flex-wrap: wrap;
  }

  .notification-tab-text {
    width: 100%;
  }

  .notification-tab-action {
    width: 100%;
  }

  .create-account-type {
    height: 200px;
    width: 100%;
  }

  .create-account-type-parent {
    flex-wrap: wrap;
  }

}

/* Customize the label (the checkbox-container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  visibility: hidden;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #d7d7d7;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input~.checkmark {
  background-color: #ccc;
}

.checkbox-container:checked:hover input~.checkmark {
  background-color: var(--default-red) !important;
}

.checkmark-checked {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #B73C3A
    /*c3322d*/
  ;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
  display: block;
}

.sd {
  position: relative;
  width: 100%;
  max-width: 28rem;
  font: 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--sd-text);
}

/* Input (the combobox) */
.sd [role="combobox"] {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 40px 10px 12px;
  /* right padding leaves room for toggle button */
  border: 1px solid #d1d5db;
  border-radius: var(--sd-radius);
  background: var(--sd-bg);
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.sd [role="combobox"]::placeholder {
  color: #9ca3af;
}

.sd [role="combobox"]:focus {
  border-color: var(--sd-border-focus);
  box-shadow: 0 0 0 3px var(--sd-ring);
}

/* Toggle button (the chevron) */
.sd button[aria-label] {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 1px solid var(--sd-border);
  border-radius: var(--sd-radius-sm);
  background: var(--sd-bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color .15s ease, border-color .15s ease;
}

.sd button[aria-label]:hover {
  background: #f9fafb;
}

/* Dropdown list */
/* Dropdown list */
.sd [role="listbox"] {
  position: absolute;
  display: flex;
  /* force vertical stacking regardless of global UL styles */
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  list-style: none;
  /* reset nav UL bullets */
  margin: 0;
  /* reset nav UL margins */
  overflow: auto;
  border: 1px solid var(--sd-border);
  background: var(--sd-bg);
  border-radius: var(--sd-radius);
  padding: 4px;
  box-shadow: var(--sd-shadow);
  z-index: 3000;
}

/* Ensure options are blocks even if parent CSS forces inline/floats */
.sd [role="listbox"]>[role="option"] {
  display: block;
  float: none;
  width: 100%;
  flex: 0 0 auto;
}

/* Default vertical position is handled inline (top). Upwards is bottom-aligned: */
.sd [role="listbox"][data-direction="up"] {
  /* styles are supplied inline for position */
}

/* Right-anchored list (when near right viewport edge) */
.sd [role="listbox"][data-align="right"] {
  /* left/right are handled inline */
}

/* Options */
.sd [role="option"] {
  padding: 8px 12px;
  border-radius: var(--sd-radius-sm);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

/* Keep labels on one line with ellipsis to avoid ugly wrapping at edges */
.sd [role="option"]>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}

.sd [role="option"] span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sd [role="option"]:hover {
  background: var(--sd-hover);
}

/* Selected option styling (the one with the checkmark) */
.sd [role="option"][aria-selected="true"] {
  font-weight: 600;
  background: var(--sd-active);
}

/* “No matches” row */
.sd .no-matches {
  color: var(--sd-muted);
}

/* Optional: subtle custom scrollbar (WebKit) */
.sd [role="listbox"]::-webkit-scrollbar {
  width: 10px;
}

.sd [role="listbox"]::-webkit-scrollbar-track {
  background: transparent;
}

.sd [role="listbox"]::-webkit-scrollbar-thumb {
  background: #e5e7eb;
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.sd [role="listbox"]::-webkit-scrollbar-thumb:hover {
  background: #d1d5db;
}


.kinect-components-week-events {
  display: flex;
  position: relative;
  font-size: 14px;
  height: inherit;
  overflow-y: scroll;
  scrollbar-gutter: stable both-edges;
  width: fit-content;
  max-width: calc(100vw - var(--side-bar-width));
  padding-bottom: 10px;
}

.kinect-components-week-events ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.kinect-components-week-events ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {

  .sd *,
  .sd *::before,
  .sd *::after {
    transition: none !important;
  }
}

@media (max-width: 880px) {
  .event-dropdown-filter {
    width: 100%;
  }

  .event-filters-bar {
    flex-wrap: wrap;
    height: auto;
  }

  .membership-tab-payment-platform {
    display: none !important;
  }

  .membership-tab-name {
    width: 30%;
  }

  .membership-tab-index {
    width: 4%;
  }

  .membership-tab-plan {
    width: 25%;
  }

  .membership-tab-status {
    width: 20%;
  }

  .membership-tab-payment-processor {
    width: 20%;
  }

  /* .membership-tab-payment-platform: {
    display: none;
  } */

  .reservation-location-header {
    width: 40%;
    font-size: 10px;
  }

  .weeklyCalendarEventCell {
    font-size: 12px;
  }

  .reservation-start-header {
    width: 30%;
    font-size: 10px;
  }

  .reservation-end-header {
    width: 30%;
    font-size: 10px;
  }

  .reservation-location {
    width: 40%;
    font-size: 12px;
  }

  .reservation-start {
    width: 30%;
    font-size: 12px;
  }

  .reservation-end {
    width: 30%;
    font-size: 12px;
  }

  .contact-form-background {
    width: 98%;
  }

  .contact-page {
    height: 1275px;
  }

}

@media (max-width: 900px) {
  .accessSchedulePopup {
    position: fixed;
    top: 10%;
    width: 90%;
    margin-left: -17ƒ5px;
    margin: auto;
    margin-top: -50px;
  }

  .mobile-display-none {
    display: none;
  }

  .landingPageText h1 {
    color: #191c22;
    font-size: 48px;
    text-decoration: none;
  }

  .popup {
    width: 80vw;
    left: 10%;
  }

  .event-template-popup {
    width: 80vw;
    left: 10%;
  }

  .fixed-popup {
    min-width: 300px;
    margin-left: -160px;
  }

  .accessScheduleTimeSlotPicker {
    width: inherit;
  }

  .alphabetBar {
    display: none;
  }

  .clear-filter {
    display: none;
  }

  .landing-page-img {
    width: 100%;
  }

  .demo-video-page {
    padding: 1%;
  }

  .video {
    width: 100%;
    height: 225px;
  }

  .demo-video-text {
    width: 80%;
  }

  .demo-video-video {
    width: 398px;
    height: 225px;
  }

  .ditch-the-fob-right-panel h1 {
    font-size: 18px;
  }

  .ditch-the-fob-right-panel h2 {
    font-size: 16px;
  }

  .ditch-the-fob-text h3 {
    font-size: 18px;
  }

  .ditch-the-fob-left-text p {
    font-size: 14px;
    ;
  }

  .canada-flag-woosh {
    width: 50%;
  }

  .landing-page-hand-holding-phone {
    flex-wrap: wrap;
    max-height: none;
  }

  .landing-page-revenue-up {
    flex-wrap: wrap;
    min-height: none;
  }

  .landing-page-grow-memberships {
    flex-wrap: wrap;
    min-height: 200px;
  }

  .two-thirds {
    width: 100%;
  }

  .kinect-app-img {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }

  .form-label2 {
    width: 100%;
  }

  .kinect-components-week-events {
    max-width: 100%;
  }
}