.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 8px;
  position: absolute;
  min-width: 10rem;
  right: 5%;
  top: 15%;
  z-index: 99 !important; }

.toast.toastProfile {
  top: 57% !important;
  z-index: 99 !important; }
  @media screen and (min-width: 1800px) and (max-width: 3000px) {
    .toast.toastProfile {
      top: 50% !important; } }
  @media screen and (max-width: 757px) {
    .toast.toastProfile {
      right: 12% !important;
      top: 23.5pc !important; } }
  @media screen and (min-width: 596px) and (max-width: 767px) {
    .toast.toastProfile {
      right: 12% !important;
      top: 26.5pc !important; } }
  @media only screen and (min-width: 768px) and (max-width: 1000px) {
    .toast.toastProfile {
      right: 12% !important;
      top: 22pc !important; } }
  @media only screen and (min-width: 1001px) and (max-width: 1200px) {
    .toast.toastProfile {
      right: 12% !important;
      top: 25pc !important; } }
  @media only screen and (min-width: 958px) and (max-width: 1000px) {
    .toast.toastProfile {
      right: 12% !important;
      top: 25pc !important; } }

.toast.toastProfile.show {
  right: 6rem; }

.toast.show .toast-body i {
  margin-right: 1rem; }

.toast.show {
  position: absolute;
  background-color: rgba(0, 178, 82, 0.1);
  right: 3.5rem;
  min-width: 16.9rem;
  border-radius: 16px; }
  .toast.show .toast-body {
    display: flex;
    justify-content: left !important;
    align-items: center;
    font-weight: 600;
    font-size: 0.88em; }
    .toast.show .toast-body.success {
      color: #11c463; }
    .toast.show .toast-body.error {
      color: #d31f1f; }
    .toast.show .toast-body .success-icon {
      color: #11c463; }
    .toast.show .toast-body .error-icon {
      color: #d31f1f; }

.user-menu .dropdown-menu {
  width: fit-content;
  width: -moz-fit-content;
  border-radius: 8px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff; }

.user-menu .menu-item {
  text-decoration: none !important;
  width: 100%;
  padding: 0.88rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  font-size: 0.88em;
  color: #0d1231;
  text-decoration: none; }
  .user-menu .menu-item:hover {
    background-color: #ebeeff; }
  .user-menu .menu-item i {
    margin-right: 0.5rem; }

.user-menu .page-icon {
  color: #9f9f9f;
  font-size: 1.5em; }

.user-menu .userprofile-img {
  width: 2rem;
  margin-right: 0.5rem; }

.notifications-button {
  display: flex;
  align-items: center;
  color: inherit; }

.notification-button-text {
  color: #0d1231; }

.notification-button-icon {
  font-size: 1.2em;
  color: #e50000; }

.small-spinner {
  height: 1.3rem;
  width: auto; }

.notifications-card {
  min-width: 22rem;
  z-index: 10001;
  border-radius: 8px;
  box-shadow: 0 4px 10px 6px rgba(0, 0, 0, 0.26);
  background-color: #ffffff;
  padding-bottom: 0;
  padding-top: 0; }
  .notifications-card .notifications-card-header {
    padding: 1.5rem;
    max-height: 4.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .notifications-card .notifications-card-header-title {
    font-size: 0.88em;
    font-weight: bold;
    color: #0d1231;
    margin-bottom: 0; }
  .notifications-card a {
    text-decoration: none; }
  .notifications-card .notification-read {
    background-color: #ffffff !important;
    cursor: default; }
    .notifications-card .notification-read .notification-title {
      color: #979797;
      white-space: initial;
      padding-bottom: 0.3rem; }
    .notifications-card .notification-read .notification-message {
      color: #979797;
      white-space: initial; }
  .notifications-card .notification-item {
    padding: 1rem 1.5rem;
    background-color: #c4cbfa; }
    .notifications-card .notification-item:hover {
      border-right: 1px solid #004aff; }
  .notifications-card .notification-title {
    font-size: 0.88em;
    font-weight: bold;
    color: #0d1231;
    white-space: initial;
    padding-bottom: 0.3rem; }
  .notifications-card .notification-message {
    font-size: 0.88em;
    color: #0d1231;
    white-space: initial; }

.cursor-arrow {
  cursor: default; }

.top-bar {
  position: absolute;
  top: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  width: 100vw; }
  .top-bar.home-top-bar {
    border-bottom: none; }
  .top-bar__content {
    height: 8rem;
    width: 100vw;
    display: flex;
    align-items: center;
    padding: 0 8%; }
    @media screen and (max-width: 959px) {
      .top-bar__content {
        padding: 0 5%; } }
  .top-bar .desktop-links {
    display: flex;
    align-items: center;
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly; }
    @media screen and (max-width: 959px) {
      .top-bar .desktop-links {
        color: white;
        background: #0d1231; } }
  .top-bar .desktop-link {
    color: #0d1231; }
  @media screen and (max-width: 959px) {
    .top-bar .show-on-desktop {
      display: none; } }
  .top-bar .show-on-mobile {
    display: none; }
    @media screen and (max-width: 959px) {
      .top-bar .show-on-mobile {
        display: flex; } }
  .top-bar .logo-long {
    display: block;
    width: 12rem; }
  .top-bar .logo-short {
    display: none;
    width: 3.5rem; }
  .top-bar .logo-short-mco {
    width: 2rem; }
  .top-bar .main-logo__container {
    height: auto;
    margin: auto;
    cursor: pointer !important; }
  @media screen and (max-width: 959px) {
    .top-bar .logo-long {
      display: none; }
    .top-bar .logo-short {
      display: block; } }
  .top-bar .top-bar__margined {
    margin-left: 2rem;
    cursor: pointer;
    color: #394ef8 !important; }
  .top-bar .top-bar-link {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    font-size: 1rem;
    font-weight: bold;
    min-width: fit-content;
    min-width: -moz-fit-content; }
  .top-bar .second-level-link {
    color: #0d1231;
    font-size: 0.75rem;
    font-weight: bold; }
    @media screen and (max-width: 959px) {
      .top-bar .second-level-link {
        color: #ffffff; } }
    .top-bar .second-level-link:hover {
      text-decoration: underline !important; }
  .top-bar .navigation-links {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media screen and (max-width: 959px) {
      .top-bar .navigation-links {
        margin-left: auto;
        width: fit-content;
        width: -moz-fit-content; } }
    .top-bar .navigation-links .desktop-links .top-bar-link {
      color: #0d1231;
      font-size: 1rem;
      font-weight: bold;
      display: flex;
      align-items: center;
      display: flex;
      align-items: center; }
      .top-bar .navigation-links .desktop-links .top-bar-link:hover {
        text-decoration: underline !important; }
  .top-bar .white-backdrop {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 0rem 3rem;
    border-radius: 32px;
    height: 4rem;
    display: flex; }
    @media screen and (max-width: 959px) {
      .top-bar .white-backdrop {
        padding: 0rem 0.5rem; } }
  @media screen and (max-width: 959px) {
    .top-bar .white-backdrop-icon {
      background-color: rgba(255, 255, 255, 0.75);
      border-radius: 50%;
      height: 4rem;
      width: 4rem;
      display: flex;
      padding: 0; } }
  .top-bar .vertical-separator {
    width: 1px;
    border-right: 1px solid #0d1231;
    height: 31px;
    margin: 0px 2.5rem; }

.user-notifications {
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  width: max-content; }
  @media screen and (max-width: 959px) {
    .user-notifications {
      width: 100%; } }

.notification-button-text {
  min-width: fit-content;
  min-width: -moz-fit-content; }
  @media screen and (max-width: 959px) {
    .notification-button-text {
      font-size: 0.75rem; } }

.logged-username-section {
  display: flex;
  align-items: center;
  text-decoration: none !important; }
  .logged-username-section .text-ellipsis, .logged-username-section span, .logged-username-section .back-to-home-div .back-to-home-btn span, .back-to-home-div .back-to-home-btn .logged-username-section span, .logged-username-section .back-to-home-div .back-to-home-btn .material-icons, .back-to-home-div .back-to-home-btn .logged-username-section .material-icons {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .logged-username-section span {
    color: inherit;
    font-size: 14px;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 2 !important;
    letter-spacing: -0.2px;
    margin-right: 0.5rem; }
    @media screen and (max-width: 959px) {
      .logged-username-section span {
        font-size: 0.75rem; } }
  .logged-username-section i {
    color: inherit; }

.program-logo {
  width: auto;
  overflow: hidden;
  float: left;
  margin-top: 215px; }
  .program-logo .program-img-logo {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    float: left;
    margin-left: 50px; }

.program-header {
  color: black;
  font-weight: 900;
  font-size: 32px; }

.program-location {
  padding-left: 0px; }

.top-bar-user-details {
  height: 3.5rem;
  width: 100%;
  background-color: #fff; }

.user-details {
  height: 3.5rem;
  width: max-content;
  margin-right: 3rem; }
  @media screen and (max-width: 599px) {
    .user-details {
      margin-right: 1rem; } }
  @media screen and (max-width: 599px) {
    .user-details .userprofile-img {
      margin-right: 0rem !important; } }
  @media screen and (max-width: 599px) {
    .user-details .borderless-button {
      padding-right: 0rem !important; } }
  .user-details .top-bar-link {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    font-size: 1rem;
    font-weight: bold;
    min-width: fit-content;
    color: #0d1231 !important; }
    .user-details .top-bar-link .login-img {
      width: 2rem;
      margin-right: 0.5rem; }
  .user-details .desktop-link {
    color: #394ef8 !important; }
  .user-details .top-bar__margined {
    margin-left: 0rem;
    cursor: pointer;
    color: #394ef8 !important; }
  .user-details .vertical-separator {
    width: 1px;
    border-right: 1px solid #c6c6c8;
    height: 14px;
    margin: 0px 1rem; }

.back-to-home-div {
  height: 3.5rem;
  width: max-content;
  margin-left: 3rem; }
  @media screen and (max-width: 599px) {
    .back-to-home-div {
      margin-left: 1rem; } }
  .back-to-home-div .back-to-home-btn {
    display: flex;
    align-items: center;
    color: #0d1231;
    cursor: pointer; }
    .back-to-home-div .back-to-home-btn span, .back-to-home-div .back-to-home-btn .material-icons {
      color: #0d1231;
      color: inherit; }
      @media screen and (max-width: 959px) {
        .back-to-home-div .back-to-home-btn span, .back-to-home-div .back-to-home-btn .material-icons {
          font-size: 0.75rem; } }
    .back-to-home-div .back-to-home-btn img {
      width: 2rem;
      margin-right: 0.5rem; }

.back-to-home {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #000 !important;
  display: block; }
  @media screen and (max-width: 599px) {
    .back-to-home {
      display: none; } }

.content {
  min-height: 90vh;
  width: 100vw;
  position: relative; }

.layout {
  overflow: auto;
  overflow-x: hidden;
  max-width: 100vw;
  height: 100vh;
  position: relative; }
  .layout .program-detail-header-Common {
    margin-top: 4.5rem;
    margin-bottom: 3rem;
    margin-left: 2.1rem; }
    @media screen and (max-width: 959px) {
      .layout .program-detail-header-Common {
        margin-top: 4rem;
        margin-bottom: 2rem; } }
    @media screen and (max-width: 599px) {
      .layout .program-detail-header-Common {
        margin-top: 3.5rem;
        margin-left: 0.5rem;
        margin-bottom: 0rem; } }
    .layout .program-detail-header-Common .teetimes-btn-div {
      margin-Left: '-1rem'; }

.input-group .form-control {
  border-left: none;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important; }

.input-group-prepend span {
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #dfdfdf;
  height: 2.2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-prepend.disabled span {
  border: none;
  background-color: #ffffff; }

.input-group-prepend.is-invalid span {
  border: solid 1px #dc3545; }

.form-control {
  border-radius: 8px;
  border: solid 1px #dfdfdf;
  height: 2.2rem;
  max-width: 21.88rem;
  font-size: 1em; }
  .form-control.with-suffix {
    max-width: 19.7rem; }
  .form-control:disabled {
    background-color: #ffffff !important;
    border: none;
    -webkit-appearance: none; }
  .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #dfdfdf; }

.form-label {
  font-size: 0.75em;
  color: #0d1231;
  font-weight: 600; }

.form-check-label {
  font-size: 0.75em;
  color: #0d1231;
  margin-left: 1.2rem; }

.custom-control-label {
  font-size: 0.75em;
  color: #0d1231;
  margin-left: 0.7rem; }
  .custom-control-label::before {
    border-radius: 2px !important;
    position: absolute;
    margin-left: -0.6rem;
    border: solid 2px #004aff;
    margin-top: -3px; }
  .custom-control-label::after {
    position: absolute;
    top: 1px;
    left: -2.1rem;
    content: '';
    background: no-repeat 50%/50% 50%;
    border-radius: 2px;
    border: solid 2px #004aff; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3b54ef;
  background-color: #3b54ef;
  box-shadow: none !important; }

.btn {
  border-radius: 8px;
  font-size: 0.75em;
  text-align: center;
  width: 11.3rem;
  height: 2.2rem;
  border-color: #004aff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .btn:hover {
    border-color: #004aff;
    opacity: 0.7; }
  .btn:focus {
    box-shadow: none !important; }
  .btn:active {
    border-color: #d31f1f !important;
    opacity: 1 !important; }
  .btn:disabled {
    color: #ffffff !important;
    background-color: #004aff !important;
    opacity: 0.6 !important;
    border: none !important; }

.accordion-arrow {
  cursor: pointer; }
  .accordion-arrow.open {
    transform: rotate(0deg);
    transition: 0.3s ease-in-out; }
  .accordion-arrow.closed {
    transform: rotate(-180deg);
    transition: 0.3s ease-in-out; }

.nav-tabs {
  border-bottom: none; }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #b1bbf9;
  font-weight: bold;
  color: #004aff; }

.nav-tabs .nav-link {
  border-top-left-radius: 8px;
  border: solid 1px #004aff;
  background-color: #ffffff;
  border-top-right-radius: 8px;
  min-width: 11.9rem;
  height: 3.4rem;
  font-size: 1em;
  text-decoration: none;
  line-height: 2.2;
  text-align: center;
  color: #004aff; }
  @media screen and (max-width: 959px) {
    .nav-tabs .nav-link {
      min-width: 4rem;
      width: 50%; } }

@font-face {
  font-family: 'Avenir','Open Sans', sans-serif;
  src: url([object Module]) format("truetype"); }

* {
  font-family: 'Avenir','Open Sans', sans-serif;
  color: #004aff;
  font-size: 16px; }

body {
  background-color: white;
  overflow-x: hidden; }

#__next {
  overflow: hidden; }

button {
  background-color: red; }

a {
  color: #394ef8;
  text-decoration: underline; }

/* Track */
/* width */
::-webkit-scrollbar {
  width: 9px; }

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5a5959;
  border-radius: 27px; }

.capitalize {
  text-transform: capitalize; }

.borderless-button {
  border: none;
  background-color: transparent;
  color: #004aff;
  font-size: 0.88em;
  cursor: pointer; }
  .borderless-button:disabled {
    color: #979797;
    cursor: default; }

.icon-color {
  color: #5a5959; }

.flex {
  display: flex; }

.flex-column {
  flex-direction: column; }

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.spinner__centered {
  margin: auto; }

.css-1gsv261 {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-left: 0rem;
  margin-right: 0rem; }

.MuiButtonBase-root.MuiTab-root.MuiTab-textColorPrimary {
  color: #1d1d22 !important;
  text-transform: capitalize !important;
  font-weight: bold !important;
  font-family: "Open Sans", sans-serif !important; }

.MuiButtonBase-root.MuiTab-root.MuiTab-textColorPrimary.Mui-selected {
  font-weight: bold !important;
  color: #004aff !important; }

.MuiTabs-indicator {
  font-weight: bold !important;
  background-color: #004aff !important; }

.div-error {
  padding: 2rem;
  text-align: center;
  color: red;
  margin: 16px 8px;
  border-radius: 8px;
  border: solid 1px #c6c6c8;
  background-color: #fff; }

.membership-selector--container {
  display: flex;
  width: 100%;
  justify-content: center; }
  @media screen and (max-width: 959px) {
    .membership-selector--container {
      margin-top: 4rem; } }
  .membership-selector--container .membership-selector {
    width: 100%;
    align-items: center;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex; }
    .membership-selector--container .membership-selector--title {
      color: #0d1231;
      font-size: 0.88rem;
      margin-bottom: 0; }
    @media screen and (max-width: 959px) {
      .membership-selector--container .membership-selector {
        display: initial; }
        .membership-selector--container .membership-selector--title {
          color: #0d1231;
          font-size: 12px;
          margin-bottom: 0.5rem; } }
    .membership-selector--container .membership-selector select {
      border-radius: 8px;
      border: 1px solid #dfdfdf;
      background-color: #ffffff;
      height: 2.2rem;
      max-width: 21.88rem;
      font-size: 0.88em;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-position: 95% 50%;
      background-repeat: no-repeat;
      background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0V0z"/><path fill="%235a5959" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
      padding: 0.5em;
      padding-right: 1.5em; }
      .membership-selector--container .membership-selector select option {
        color: #0d1231; }

.Select-a-new-plan {
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #1d1d22;
  margin: 0 32px 8px 0; }

.club-info-container .club-info-row {
  padding-left: 8%;
  padding-right: 8%; }
  .club-info-container .club-info-row.margined {
    padding-top: 8rem; }
  .club-info-container .club-info-row .upgrade-membership-title {
    font-weight: bold;
    color: #0d1231;
    margin-bottom: 1.33rem;
    width: 100%; }
  .club-info-container .club-info-row .current-billing-plan-title {
    font-size: 1.13em;
    font-weight: bold;
    color: #0d1231;
    margin-bottom: 1.33rem;
    margin-left: 1rem; }
  .club-info-container .club-info-row .new-billing-plan-title {
    font-size: 1.13em;
    font-weight: bold;
    color: #0d1231;
    margin-bottom: 1.33rem; }

.vertical-align {
  margin-top: 10rem; }
  @media screen and (max-width: 959px) {
    .vertical-align {
      margin-top: 0rem; } }

.invalid-sg-token-message {
  margin: 0 auto;
  margin-top: 20%;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .invalid-sg-token-message h2 {
    color: #0d1231; }
  .invalid-sg-token-message p {
    color: #d31f1f; }

.nav {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .nav .nav-link {
    padding: 1rem 1rem;
    text-decoration: unset; }
    @media screen and (max-width: 599px) {
      .nav .nav-link {
        padding: 1rem 0.5rem; } }
  .nav .nav-link.active {
    border-bottom: 4px solid #06c; }
  .nav a:first-child {
    padding: 1rem 1rem 1rem 0; }

.css-1h9z7r5-MuiButtonBase-root-MuiTab-root {
  font-weight: bold !important;
  font-family: "Open Sans", sans-serif !important; }

.css-1h9z7r5-MuiButtonBase-root-MuiTab-root.Mui-selected {
  color: #004aff !important;
  font-weight: bold !important; }

.MuiTabs-indicator {
  background-color: #004aff !important; }

.css-1h9z7r5-MuiButtonBase-root-MuiTab-root:focus, .css-1h9z7r5-MuiButtonBase-root-MuiTab-root.selected:focus, button:focus {
  outline: 0 !important; }

.css-ahj2mt-MuiTypography-root .membership-desciption {
  padding-top: 10px; }
  .css-ahj2mt-MuiTypography-root .membership-desciption .membership-desciption-header {
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.2px;
    color: #1d1d22; }
  .css-ahj2mt-MuiTypography-root .membership-desciption .membership-desciption-details {
    margin: 8px 0 0px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: black; }

.program-sub-header-description {
  width: 100%;
  margin: 8px 0 32px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #1d1d22; }

.agree-and-continue-section {
  margin-top: 3.1rem; }
  @media screen and (max-width: 959px) {
    .agree-and-continue-section {
      margin: 0 -5%;
      margin-top: 1.5rem;
      padding: 5%;
      padding-bottom: 2.5rem;
      box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.15); } }
  .agree-and-continue-section .purchase-button {
    margin-top: 2rem;
    width: 100%; }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .agree-and-continue-section .purchase-button {
        margin-bottom: 2.5rem; } } }

.payment-failure {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 8px;
  border: solid 1px #e50000; }
  .payment-failure .icon-holder {
    display: flex;
    justify-content: center; }
    .payment-failure .icon-holder i {
      color: #e50000; }
  .payment-failure .error-title {
    color: #e50000;
    font-size: 0.88em;
    font-weight: 600; }
  .payment-failure .error-message {
    font-size: 0.88em;
    color: #0d1231;
    padding: 0;
    margin: 0; }

.check-box-group {
  display: flex; }
  @media screen and (max-width: 959px) {
    .check-box-group {
      align-items: center; } }
  .check-box-group .terms-and-conditions {
    font-size: 0.75em;
    color: #0d1231;
    margin-bottom: 0.35rem; }
    .check-box-group .terms-and-conditions .borderless-button {
      color: #004aff;
      border: none;
      background-color: none;
      background: none;
      padding: 0;
      margin: 0; }
    .check-box-group .terms-and-conditions a {
      font-size: 13px;
      color: blue;
      margin-top: -1rem;
      text-decoration: none; }

.success-message {
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
  margin: 0 auto; }
  @media screen and (max-width: 959px) {
    .success-message {
      order: 0;
      margin-top: 2rem;
      padding-bottom: 1rem; } }
  .success-message .success-icon {
    font-size: 3.75em;
    margin: 0 auto;
    margin-bottom: 2.9rem;
    margin-top: 3.8rem;
    color: #11c463; }
    @media screen and (max-width: 959px) {
      .success-message .success-icon {
        font-size: 2em;
        margin-top: 0;
        margin-bottom: 1.75rem; } }
  .success-message .message-title {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    color: #0d1231;
    margin-bottom: 1rem; }
    @media screen and (max-width: 959px) {
      .success-message .message-title {
        font-size: 1.5em; } }
  .success-message .confirmation-number {
    font-size: 0.88em;
    color: #0d1231;
    text-align: center; }
  .success-message .message-details-block {
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 959px) {
      .success-message .message-details-block {
        display: none; } }
  .success-message .separator {
    margin: 1.47rem 0; }
  .success-message .message-info-block {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1.5rem;
    align-items: center; }
  .success-message .message-info {
    font-size: 0.88em;
    font-weight: 600;
    color: #0d1231; }
  .success-message .message-info-value {
    font-size: 1.5em;
    font-weight: 600;
    text-align: right;
    color: #0d1231; }

.purchase-message-mobile {
  display: none; }
  @media screen and (max-width: 959px) {
    .purchase-message-mobile {
      display: flex; } }

.purchase-message-desktop {
  display: flex; }
  @media screen and (max-width: 959px) {
    .purchase-message-desktop {
      display: none; } }

.back-navigation-rates {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 2rem; }
  .back-navigation-rates i {
    color: #004aff;
    font-size: 0.75em;
    display: block; }
  .back-navigation-rates span {
    color: #0d1231;
    font-size: 0.75em;
    margin-left: 0.5rem; }
  @media screen and (max-width: 959px) {
    .back-navigation-rates {
      margin-left: 1rem !important; } }

.players-filter {
  padding: 1rem !important;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf; }
  .players-filter .players-title {
    font-size: 0.88em;
    font-weight: 600;
    color: #0d1231; }
  .players-filter .players-controls {
    font-size: 0.88em;
    color: #0d1231; }
  .players-filter .circular-text-button {
    height: fit-content;
    height: -moz-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    .players-filter .circular-text-button:disabled i {
      color: #979797; }
  .players-filter .people-icon {
    display: none; }
  .players-filter .sg-select {
    float: right;
    margin-left: 0rem;
    margin-bottom: 0rem !important; }
    @media screen and (min-width: 1280px) and (max-width: 1919px) {
      .players-filter .sg-select {
        min-width: 5.5rem; } }
    @media screen and (min-width: 960px) and (max-width: 1279px) {
      .players-filter .sg-select {
        width: 100%; } }
  .players-filter .sg-select label {
    display: none; }
  .players-filter .css-4jfwec-control {
    min-width: 5.5rem;
    height: 2.75rem;
    /* margin: 0 0 0 84px; */
    padding: 0 18px 0 16px;
    border-radius: 22px;
    border: solid 1px #c6c6c8;
    background-color: #fff; }
    @media screen and (min-width: 1280px) and (max-width: 1919px) {
      .players-filter .css-4jfwec-control {
        padding: 0 12px 0 12px; } }
  .players-filter .css-g1d714-ValueContainer,
  .players-filter .css-1hwfws3 {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0V0z"/><path fill="%235a5959" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
    padding: 0; }
    .players-filter .css-g1d714-ValueContainer option,
    .players-filter .css-1hwfws3 option {
      color: #0d1231; }
    @media screen and (max-width: 1279px) {
      .players-filter .css-g1d714-ValueContainer,
      .players-filter .css-1hwfws3 {
        width: 100%;
        max-width: 100%; } }
  .players-filter .css-1vkmbl6-control:hover {
    border-color: unset; }
  .players-filter .css-1vkmbl6-control {
    min-width: 5.5rem;
    height: 2.75rem;
    /* margin: 0 0 0 84px; */
    padding: 0 18px 0 16px;
    border-radius: 22px;
    border: solid 1px #c6c6c8;
    background-color: #fff; }
    @media screen and (min-width: 1280px) and (max-width: 1919px) {
      .players-filter .css-1vkmbl6-control {
        padding: 0 12px 0 12px; } }

#palyers-count-filter {
  padding: 1rem !important; }

.players-count-disable {
  pointer-events: none; }

.checkout-billing-info-section {
  padding: 1rem; }
  .checkout-billing-info-section .summary-tittle {
    font-size: 0.88rem;
    font-weight: bold;
    color: #0d1231;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem; }
  .checkout-billing-info-section .billing-info {
    font-size: 0.88em;
    color: #0d1231;
    margin-bottom: 1.5rem; }
  .checkout-billing-info-section .price-separator {
    margin-bottom: 1.5rem; }
  .checkout-billing-info-section .total-price-container {
    margin-bottom: 2rem; }
  .checkout-billing-info-section .total-price {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: right;
    color: #0d1231; }
  .checkout-billing-info-section .little-letter-title {
    font-size: 0.75rem;
    font-weight: bold;
    color: #0d1231; }
  .checkout-billing-info-section strong {
    font-size: 0.75rem;
    font-weight: bold;
    color: #0d1231; }
  .checkout-billing-info-section a {
    font-size: 12px;
    color: blue;
    margin-top: -1rem;
    margin-left: 2px;
    text-decoration: none;
    cursor: pointer; }
  .checkout-billing-info-section .little-letter {
    font-size: 0.75rem;
    color: #0d1231; }
    .checkout-billing-info-section .little-letter > p {
      font-size: 0.75rem;
      color: #0d1231; }

.tee-time-checkout-summary {
  border-radius: 8px;
  border: solid 1px #dfdfdf;
  width: 100%; }
  @media screen and (max-width: 959px) {
    .tee-time-checkout-summary {
      margin-bottom: 3rem; } }
  .tee-time-checkout-summary .tee-time-checkout-summary-body {
    padding: 1rem; }
    .tee-time-checkout-summary .tee-time-checkout-summary-body p,
    .tee-time-checkout-summary .tee-time-checkout-summary-body i {
      font-size: 0.88em;
      font-weight: bold;
      color: #0d1231; }
    .tee-time-checkout-summary .tee-time-checkout-summary-body i {
      opacity: 0.5;
      font-size: 1.2rem;
      margin-right: 0.5rem; }

.tee-time-checkout-section {
  min-height: 90vh; }
  .tee-time-checkout-section.normal-margin {
    margin-top: 8rem; }
  .tee-time-checkout-section .centerSpinner {
    position: absolute;
    top: 47%;
    left: 47%;
    width: 90px; }
  .tee-time-checkout-section .main-area {
    display: flex;
    padding: 1.5rem 6rem;
    padding-bottom: 3rem; }
    @media screen and (max-width: 959px) {
      .tee-time-checkout-section .main-area {
        padding: 0 1.5rem;
        flex-direction: column;
        align-items: center;
        margin-top: 1rem; } }
    .tee-time-checkout-section .main-area .tee-time-info-col {
      min-width: 23rem;
      width: 20%;
      margin-right: 2.4rem; }
      @media screen and (max-width: 959px) {
        .tee-time-checkout-section .main-area .tee-time-info-col {
          margin-right: 0;
          margin-top: 1.5rem; } }
      @media screen and (max-width: 599px) {
        .tee-time-checkout-section .main-area .tee-time-info-col {
          min-width: 100%; } }
    .tee-time-checkout-section .main-area .rate-list-col {
      flex: 1;
      max-width: 50%;
      margin-left: auto; }
      @media screen and (max-width: 959px) {
        .tee-time-checkout-section .main-area .rate-list-col {
          width: 100%;
          max-width: 100%;
          margin-left: 0; } }
    .tee-time-checkout-section .main-area .section-text {
      color: #0d1231;
      font-size: 0.75em;
      margin-bottom: 1.5rem;
      margin-top: 1.5rem;
      display: block; }
      .tee-time-checkout-section .main-area .section-text b {
        font-weight: bold;
        color: #0d1231;
        font-size: 0.75rem; }
    .tee-time-checkout-section .main-area .payment-methods-title {
      font-size: 1.5em;
      font-weight: bold;
      color: #0d1231; }
    .tee-time-checkout-section .main-area .section-name {
      font-size: 1.13em;
      font-weight: bold;
      color: #0d1231; }
  .tee-time-checkout-section .booking-rules {
    margin-top: 1rem;
    display: block; }
    @media screen and (max-width: 959px) {
      .tee-time-checkout-section .booking-rules {
        display: none; } }

.checkOut-alerts-mobile-view {
  margin-top: 0.5rem;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  display: none; }
  @media screen and (max-width: 959px) {
    .checkOut-alerts-mobile-view {
      display: block; } }

.back-navigation {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 1.75rem; }
  .back-navigation i {
    color: #004aff;
    font-size: 0.88em;
    font-weight: bold; }
  .back-navigation span {
    color: #0d1231;
    font-size: 0.88em;
    margin-left: 0.5rem; }

.booking-info {
  border-radius: 8px;
  border: solid 1px #dfdfdf;
  max-width: 50%;
  min-width: 25rem;
  height: fit-content;
  height: -moz-fit-content; }
  @media screen and (max-width: 959px) {
    .booking-info {
      max-width: 100%;
      min-width: 100%; } }
  .booking-info .tee-time-checkout-summary-header {
    border-bottom: solid 1px #dfdfdf; }
    .booking-info .tee-time-checkout-summary-header h4 {
      font-size: 0.88em;
      font-weight: bold;
      color: #0d1231;
      padding: 1rem; }
  .booking-info .tee-time-checkout-summary-body {
    padding: 1rem; }
    .booking-info .tee-time-checkout-summary-body p,
    .booking-info .tee-time-checkout-summary-body i {
      font-size: 0.88em;
      color: #0d1231; }
    .booking-info .tee-time-checkout-summary-body i {
      opacity: 0.5;
      font-size: 1.2rem;
      margin-right: 0.5rem; }
    .booking-info .tee-time-checkout-summary-body .date,
    .booking-info .tee-time-checkout-summary-body .time {
      font-weight: bold; }
  .booking-info .cancellation-policy {
    padding: 1rem; }
    .booking-info .cancellation-policy h6 {
      font-size: 0.75em;
      font-weight: bold;
      color: #0d1231; }
    .booking-info .cancellation-policy p {
      font-size: 0.75em;
      color: #0d1231; }

.booking-details-section {
  display: flex; }
  .booking-details-section .main-area {
    padding: 4.45rem;
    width: 100%;
    padding-top: 0rem;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 959px) {
      .booking-details-section .main-area {
        padding: 1.5rem; } }
  .booking-details-section .mobile-separator {
    display: none; }
    @media screen and (max-width: 959px) {
      .booking-details-section .mobile-separator {
        display: flex;
        margin: 2.5rem 0; } }
  .booking-details-section .booking-details-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #0d1231; }
    @media screen and (max-width: 959px) {
      .booking-details-section .booking-details-title {
        margin-bottom: 1.5rem; } }
  .booking-details-section .information-section {
    display: flex;
    margin-top: 3.8rem; }
    @media screen and (max-width: 959px) {
      .booking-details-section .information-section {
        flex-direction: column;
        margin-top: 0rem; } }

.payment-information-section {
  flex-grow: 1;
  max-width: 30rem;
  margin-left: 2.5rem; }
  @media screen and (max-width: 959px) {
    .payment-information-section {
      max-width: 100%;
      min-width: 100%;
      margin-left: 0; } }
  .payment-information-section .payment-information-title {
    font-size: 0.88rem;
    font-weight: bold;
    color: #0d1231; }
  .payment-information-section .receipt-number {
    font-size: 0.88rem;
    color: #0d1231;
    margin-top: 1rem; }
  .payment-information-section .payment-problems-text {
    font-size: 0.88rem;
    color: #e50000;
    margin-top: 1rem; }
  .payment-information-section .separator {
    margin-top: 1rem;
    margin-bottom: 2rem; }
  .payment-information-section .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem; }
  .payment-information-section .info-row-text {
    font-size: 0.75em;
    color: #0d1231; }
  .payment-information-section .card-icon {
    width: 2.5rem;
    height: auto;
    margin-right: 1rem; }
  .payment-information-section .card-info-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .payment-information-section .column-group {
    display: flex;
    flex-direction: column; }
  .payment-information-section .amount-paid {
    font-size: 0.88rem;
    font-weight: 600;
    text-align: right;
    color: #0d1231; }
  .payment-information-section .status {
    font-size: 0.75rem; }
  .payment-information-section .status-green {
    color: #11c463; }
  .payment-information-section .status-red {
    color: #d31f1f; }
  .payment-information-section .action-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media screen and (max-width: 959px) {
      .payment-information-section .action-buttons {
        align-items: center;
        margin-bottom: 2rem; } }
  .payment-information-section .borderless-button {
    width: fit-content;
    width: -moz-fit-content; }
  .payment-information-section .mobile-separator {
    display: none; }
    @media screen and (max-width: 959px) {
      .payment-information-section .mobile-separator {
        display: flex; } }
  .payment-information-section .payment-actions {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    width: 100%;
    justify-content: flex-end; }
  .payment-information-section .error-card {
    margin-top: 1.2rem;
    padding: 1.2rem;
    border-radius: 8px;
    border: solid 1px #e50000; }
    .payment-information-section .error-card i {
      margin-right: 0.75rem;
      color: #e50000; }
    .payment-information-section .error-card h6 {
      margin-bottom: 0;
      color: #e50000;
      font-size: 0.88rem;
      font-weight: bold; }
    .payment-information-section .error-card p {
      font-size: 0.88rem;
      margin-bottom: 0;
      margin-top: 1rem;
      margin-left: 2.4rem;
      color: #0d1231;
      text-transform: capitalize; }
  .payment-information-section .cancel-btn, .payment-information-section .modify-btn {
    margin-top: 5%;
    margin-left: 10%;
    width: inherit; }

.cancel-booking-modal .modal-dialog {
  top: 30%; }

.cancel-booking-modal .modal-header {
  padding: 1.5rem; }

@media screen and (max-width: 959px) {
  .cancel-booking-modal .modal-dialog {
    margin: 0 auto;
    height: 50vh;
    position: absolute;
    bottom: 0;
    top: auto; }
  .cancel-booking-modal .modal-content {
    height: 100%; }
  .cancel-booking-modal .modal-body {
    overflow: auto;
    padding: 0 1.5rem;
    padding-top: 2.2rem; } }

.cancel-booking-modal .modal-title {
  font-size: 0.88em;
  font-weight: bold;
  align-self: center;
  color: #0d1231; }

.cancel-booking-modal .modal-body {
  display: flex;
  flex-direction: column; }

.cancel-booking-modal p {
  font-size: 1.13em;
  color: #0d1231;
  text-align: center; }

.cancel-booking-modal small {
  font-size: 0.88em;
  color: #0d1231;
  text-align: center; }

.cancel-booking-modal strong {
  font-weight: bold;
  color: #0d1231; }

.cancel-booking-modal .close {
  opacity: 1; }
  .cancel-booking-modal .close span {
    font-size: 1.5em;
    color: #004aff;
    font-weight: 500;
    cursor: pointer; }

.cancel-booking-modal .action-buttons {
  justify-content: space-evenly; }

.cancel-booking-modal .cancel-button {
  margin-top: 2.13rem;
  margin-bottom: 2rem; }

.modify-booking-modal .modal-dialog {
  top: 1%;
  width: 350px !important; }

.modify-booking-modal .modal-content {
  border-radius: 10px; }

.modify-booking-modal .modal-header {
  padding: .5rem;
  font-size: 18px;
  border-bottom: none !important;
  padding-bottom: 0px !important; }

@media screen and (max-width: 959px) {
  .modify-booking-modal .modal-content {
    height: auto !important; }
  .modify-booking-modal .modal-body {
    overflow: auto;
    padding: 0 1.5rem;
    padding-top: 2.2rem; }
  .modify-booking-modal .modal-title {
    padding-left: 30% !important; }
  .modify-booking-modal .text-end {
    padding-left: 1rem !important; } }

.modify-booking-modal .modal-title {
  font-size: 0.88em;
  font-weight: bold;
  align-self: center;
  color: #0d1231;
  padding-left: 6rem; }

.modify-booking-modal .modal-body {
  display: flex;
  flex-direction: column; }

.modify-booking-modal p {
  font-size: 0.8em;
  color: #0d1231;
  text-align: center; }

.modify-booking-modal small {
  font-size: 0.88em;
  color: #0d1231;
  text-align: center; }

.modify-booking-modal strong {
  font-weight: bold;
  color: #0d1231; }

.modify-booking-modal .close {
  opacity: 1; }
  .modify-booking-modal .close span {
    font-size: 1.5em;
    color: #004aff;
    font-weight: 500;
    cursor: pointer; }

.modify-booking-modal .action-buttons {
  justify-content: space-evenly; }

.modify-booking-modal .modify-next-button {
  width: 100% !important; }

.modify-booking-modal .modify-next-button,
.modify-booking-modal .modify-confirm-button,
.modify-booking-modal .modify-back-button {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.modify-booking-modal .text-start {
  text-align: start; }

.modify-booking-modal .text-end {
  text-align: end !important; }

.modify-booking-modal .black-text {
  color: black;
  font-size: 0.88em;
  padding-top: 0.25rem; }

.modify-booking-modal .center {
  display: flex;
  align-items: center;
  justify-content: end; }

.modify-booking-modal a {
  text-decoration: none;
  font-size: 1em; }

.modify-booking-modal span {
  font-size: 0.92em; }

.modify-booking-modal .form-check {
  display: inline !important;
  margin-left: 0.5em;
  padding: 0; }

.modify-booking-modal .agree-and-continue {
  padding-left: 3em;
  padding-right: 3em;
  margin-top: 1.5em;
  color: black;
  font-size: 12px;
  width: 100%; }

.modify-booking-modal .font-14 {
  font-size: 14px; }

.modify-booking-modal .text-end {
  text-align: end; }

.modify-booking-modal .text-details {
  color: black !important; }
  .modify-booking-modal .text-details span {
    color: black !important;
    text-align: justify !important; }

.modify-booking-modal .centre {
  text-align: end; }

.modify-booking-modal .line-through {
  text-decoration: line-through; }

.modify-booking-modal .players-filter {
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf; }
  .modify-booking-modal .players-filter .players-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem; }
  .modify-booking-modal .players-filter .css-2b097c-container {
    padding-top: 1em;
    border-radius: 8px !important; }
  .modify-booking-modal .players-filter .card {
    border: none;
    margin-top: 1.6rem; }
  .modify-booking-modal .players-filter .card-header {
    padding: 0;
    background-color: #ffffff;
    border: none;
    margin-bottom: 1.5rem; }
  .modify-booking-modal .players-filter .card-body {
    padding: 0; }
  .modify-booking-modal .players-filter .players-title {
    font-size: 0.88em;
    font-weight: 600;
    color: #0d1231; }
  .modify-booking-modal .players-filter .circular-text-button {
    height: fit-content;
    height: -moz-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    .modify-booking-modal .players-filter .circular-text-button:disabled i {
      color: #979797; }

.borders {
  border-bottom: 1px solid #979797;
  width: 95%;
  margin: 5px 0 0 10px;
  background-color: #ccc; }

.additional-info {
  text-align: left !important; }

.people-icon {
  display: none; }

.sg-select {
  float: right;
  margin-left: 0rem; }
  @media screen and (min-width: 1280px) and (max-width: 1919px) {
    .sg-select {
      min-width: 7rem; } }
  @media screen and (min-width: 960px) and (max-width: 1279px) {
    .sg-select {
      width: 100%; } }

.sg-select label {
  display: none; }

.css-4jfwec-control {
  min-width: 3.5rem;
  height: 2.75rem;
  /* margin: 0 0 0 84px; */
  padding: 0 18px 0 16px;
  border-radius: 22px;
  border: solid 1px #c6c6c8;
  background-color: #fff; }
  @media screen and (min-width: 1280px) and (max-width: 1919px) {
    .css-4jfwec-control {
      padding: 0 12px 0 12px; } }

.css-g1d714-ValueContainer,
.css-1hwfws3 {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0V0z"/><path fill="%235a5959" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
  padding: 0; }
  .css-g1d714-ValueContainer option,
  .css-1hwfws3 option {
    color: #0d1231; }
  @media screen and (max-width: 1279px) {
    .css-g1d714-ValueContainer,
    .css-1hwfws3 {
      width: 100%;
      max-width: 100%; } }

.css-1vkmbl6-control:hover {
  border-color: unset; }

.css-1vkmbl6-control {
  min-width: 3.5rem;
  height: 2.75rem;
  /* margin: 0 0 0 84px; */
  padding: 0 18px 0 16px;
  border-radius: 22px;
  border: solid 1px #c6c6c8;
  background-color: #fff; }
  @media screen and (min-width: 1280px) and (max-width: 1919px) {
    .css-1vkmbl6-control {
      padding: 0 12px 0 12px; } }

.players-count-disable {
  pointer-events: none; }

.players-filter .sg-select {
  float: right;
  margin-left: 0rem !important;
  min-width: 8rem !important; }

#modify-palyers-count-filter {
  margin-bottom: 1rem !important;
  padding-top: 0rem !important;
  padding-left: 0rem !important;
  padding-right: 0rem !important; }

.separate-info {
  width: 100%;
  height: 8px;
  background-color: #f5f5f5; }

.icon-cls {
  text-align: center;
  transform: scale(2); }

.res-updated {
  margin-top: 2em;
  font-weight: 700;
  font-size: 1em !important; }

.acknowledge-info {
  font-size: 13px !important;
  color: #000 !important; }

.done-info {
  margin-top: 50% !important;
  overflow: hidden !important; }

.success-info {
  margin-top: 30% !important;
  overflow: hidden !important; }

.plan-summary-card {
  min-width: 24.5rem;
  min-height: 20rem;
  height: fit-content;
  height: -moz-fit-content;
  border-radius: 8px;
  border: solid 1px #dfdfdf;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  margin-right: 4.45rem; }
  @media screen and (max-width: 959px) {
    .plan-summary-card {
      min-width: 100%;
      margin-top: 1.7rem; } }
  .plan-summary-card header {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-left: 1rem; }
  .plan-summary-card .separator {
    margin: 1.5rem 0;
    width: 90%;
    align-self: center; }
  .plan-summary-card .header-separator {
    margin-top: 1rem !important; }
  .plan-summary-card .membership-title {
    font-size: 0.88em;
    font-weight: bold;
    color: #0d1231;
    margin: 0;
    margin-left: 1rem; }
  .plan-summary-card .img-logo {
    width: 2.5rem;
    height: auto; }
  .plan-summary-card .billing-plan-info-section {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    padding-bottom: 0.1rem !important; }
    .plan-summary-card .billing-plan-info-section span {
      font-size: 0.88em;
      font-weight: 600;
      color: #0d1231; }
  .plan-summary-card .billing-plan-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.55rem; }
    .plan-summary-card .billing-plan-info-item:last-child {
      margin-bottom: 0; }
  .plan-summary-card .section-title {
    margin-bottom: 1.55rem; }
  .plan-summary-card .membership-warn span {
    color: #e50000; }
  .plan-summary-card .status-suspended {
    color: #e50000 !important; }
  .plan-summary-card a {
    font-size: 14px;
    color: blue;
    text-decoration: none; }

.summary-spinner {
  margin: 1rem auto;
  display: block; }

.term-conditions span {
  font-size: 12px;
  color: black;
  margin-top: 1rem; }
  .term-conditions span a {
    font-size: 12px;
    color: blue; }

.pending-activation {
  color: #004aff; }

.plan-effective-message span {
  font-size: 12px;
  color: black;
  margin-top: 1rem; }

.cancel-membership-modal .modal-dialog {
  top: 30%; }

@media screen and (max-width: 959px) {
  .cancel-membership-modal .modal-dialog {
    margin: 0 auto;
    height: 50vh;
    position: absolute;
    bottom: 0;
    top: auto; }
  .cancel-membership-modal .modal-content {
    height: 100%; }
  .cancel-membership-modal .modal-body {
    overflow: auto;
    padding: 0 1.5rem;
    padding-top: 2.2rem; } }

.cancel-membership-modal .modal-title {
  font-size: 0.88em;
  font-weight: bold;
  align-self: center;
  color: #0d1231; }

.cancel-membership-modal .modal-body {
  display: flex;
  flex-direction: column; }

.cancel-membership-modal p {
  font-size: 1.13em;
  color: #0d1231;
  text-align: center; }

.cancel-membership-modal small {
  font-size: 0.88em;
  color: #0d1231;
  text-align: center; }

.cancel-membership-modal strong {
  font-weight: bold;
  color: #0d1231; }

.cancel-membership-modal .close {
  opacity: 1; }
  .cancel-membership-modal .close span {
    font-size: 1.5em;
    color: #004aff;
    font-weight: 500;
    cursor: pointer; }

.cancel-membership-modal .cancel-button {
  margin: 0 auto;
  margin-top: 2.13rem;
  margin-bottom: 2rem; }

.payment-information-section {
  flex-grow: 1;
  max-width: 24.5rem; }
  .payment-information-section .payment-information-title {
    font-size: 1.13rem;
    font-weight: bold;
    color: #0d1231; }
  .payment-information-section .receipt-number {
    font-size: 0.88rem;
    color: #0d1231;
    margin-top: 1rem; }
  .payment-information-section .payment-problems-text {
    font-size: 0.88rem;
    color: #e50000;
    margin-top: 1rem; }
  .payment-information-section .separator {
    margin-top: 1rem;
    margin-bottom: 2rem; }
  .payment-information-section .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem; }
  .payment-information-section .info-row-text {
    font-size: 0.88em;
    font-weight: 600;
    color: #0d1231; }
  .payment-information-section .card-icon {
    width: 2.5rem;
    height: auto;
    margin-right: 1rem; }
  .payment-information-section .card-info-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .payment-information-section .column-group {
    display: flex;
    flex-direction: column; }
  .payment-information-section .amount-paid {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: right;
    color: #0d1231; }
  .payment-information-section .action-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media screen and (max-width: 959px) {
      .payment-information-section .action-buttons {
        align-items: center;
        margin-bottom: 2rem; } }
  .payment-information-section .borderless-button {
    width: fit-content;
    width: -moz-fit-content; }
  .payment-information-section .mobile-separator {
    display: none; }
    @media screen and (max-width: 959px) {
      .payment-information-section .mobile-separator {
        display: flex; } }
  .payment-information-section .payment-actions {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    width: 100%;
    justify-content: flex-end; }
  .payment-information-section .credit-card-payment-failure {
    color: red;
    justify-content: center;
    text-align: left;
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    width: 100%;
    justify-content: flex-end;
    font-size: inherit;
    font-weight: normal; }

.change-payment-section {
  max-width: 70%; }
  @media screen and (max-width: 959px) {
    .change-payment-section {
      max-width: 100%; } }
  .change-payment-section .section-name {
    font-size: 1.13em;
    font-weight: bold;
    color: #0d1231;
    margin-bottom: 0 !important; }
  .change-payment-section .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    min-height: 2.5rem; }
  .change-payment-section .separator {
    margin-bottom: 3rem; }
  .change-payment-section .button-separator {
    margin-bottom: 0;
    margin-top: 1rem; }
  .change-payment-section .buttons-row {
    margin-top: 2rem; }
    .change-payment-section .buttons-row button {
      width: 100%;
      margin-bottom: 1rem; }
  .change-payment-section .flex-column {
    display: flex; }

.membership-details-section {
  display: flex; }
  .membership-details-section .main-area {
    padding: 4.45rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 0rem; }
    @media screen and (max-width: 959px) {
      .membership-details-section .main-area {
        padding: 1.5rem; } }
  .membership-details-section .membership-details-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #0d1231; }
  .membership-details-section .information-section {
    display: flex;
    margin-top: 0rem; }
    @media screen and (max-width: 959px) {
      .membership-details-section .information-section {
        flex-direction: column;
        margin-top: 0rem; } }

@media screen and (max-width: 959px) {
  .list-container {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: space-between !important; } }

@media screen and (max-width: 959px) {
  .Rectangle-Copy-main-container {
    padding: 1rem !important; } }

.club-info-row .list-container .option-container {
  height: 96;
  border-radius: 8px;
  margin: 16px 0 16px;
  padding: 1px 24px 24px 1px;
  border-radius: 8px;
  border: solid 1px #c6c6c8;
  background-color: #fff;
  align-items: center;
  align-content: center; }
  @media screen and (max-width: 959px) {
    .club-info-row .list-container .option-container {
      flex-direction: column;
      align-items: center;
      min-width: 155px;
      min-height: 118px;
      margin-bottom: 1rem; } }
  @media screen and (max-width: 959px) and (min-width: 300px) and (max-width: 500px) {
    .club-info-row .list-container .option-container {
      margin-right: -13px; } }
  .club-info-row .list-container .option-container .fee-and-period {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 959px) {
      .club-info-row .list-container .option-container .fee-and-period {
        align-items: center;
        margin-bottom: 0.75rem;
        padding: 0 0.5rem; } }
  .club-info-row .list-container .option-container .vertical-line {
    width: 1px;
    height: 40px;
    margin: 0 24px;
    background-color: #c6c6c8;
    float: left; }
    @media screen and (max-width: 959px) {
      .club-info-row .list-container .option-container .vertical-line {
        margin: 0 10px; } }
    @media screen and (max-width: 599px) {
      .club-info-row .list-container .option-container .vertical-line {
        display: none; } }
  .club-info-row .list-container .option-container span.per-billing {
    height: 16px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #1d1d22; }
  .club-info-row .list-container .option-container .text-align-right {
    text-align: right; }
  .club-info-row .list-container .option-container span.month {
    width: 100%;
    height: 16px;
    margin: 0px 0 0 14px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #1d1d22; }
  .club-info-row .list-container .option-container span.Subscription {
    width: 100%;
    height: 16px;
    margin: 0px 0 0 1px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #1d1d22;
    padding-top: 5%; }
    @media screen and (max-width: 768px) {
      .club-info-row .list-container .option-container span.Subscription {
        width: 147px;
        font-size: 9.5px; } }
    @media screen and (max-width: 959px) and (min-width: 300px) and (max-width: 500px) {
      .club-info-row .list-container .option-container span.Subscription {
        margin-bottom: 1rem; } }
  .club-info-row .list-container .option-container h4.fee {
    height: 24px;
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.24px;
    color: #1d1d22 !important;
    margin: 0 0 0.1rem auto; }
    @media screen and (max-width: 959px) {
      .club-info-row .list-container .option-container h4.fee {
        margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .club-info-row .list-container .option-container h4.fee {
        margin-top: -2px;
        font-size: 12px;
        line-height: 3; } }
  .club-info-row .list-container .option-container h4.period {
    height: 24px;
    font-size: 15px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.2px;
    color: #1d1d22;
    margin-bottom: 0.1rem; }
    @media screen and (max-width: 768px) {
      .club-info-row .list-container .option-container h4.period {
        width: 160px;
        font-size: 13px;
        margin-bottom: 0.5rem; } }
  .club-info-row .list-container .option-container .choose-plan-btn {
    height: 40px;
    margin: 0 0 0 24px;
    padding: 12px;
    border-radius: 8px;
    background-color: #004aff;
    text-decoration: none !important; }
  .club-info-row .list-container .option-container .choose-plan-text {
    height: 16px;
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #fff; }
  .club-info-row .list-container .option-container .join-btn {
    text-decoration: none;
    border-radius: 8px;
    border: solid 2px #ffffff;
    background-color: #004aff;
    width: 80%;
    margin: 8%;
    font-size: 0.75em;
    font-weight: bold;
    text-align: center;
    color: #ffffff; }
    @media screen and (max-width: 959px) {
      .club-info-row .list-container .option-container .join-btn {
        margin-bottom: 1rem;
        margin-top: 0; } }
  .club-info-row .list-container .option-container .btn {
    width: unset; }
  @media screen and (max-width: 599px) {
    .club-info-row .list-container .option-container .choose-plan-div .choose-plan-btn {
      display: none; } }
  .club-info-row .list-container .option-container .choose-plan-div .choose-plan-arrow .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    cursor: pointer !important;
    display: none; }
    @media screen and (max-width: 599px) {
      .club-info-row .list-container .option-container .choose-plan-div .choose-plan-arrow .right {
        display: block; } }
  .club-info-row .list-container .option-container .choose-plan-div .choose-plan-arrow .arrow {
    border: solid #3b54ef;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    cursor: pointer !important;
    display: none;
    position: relative;
    top: 15px;
    left: 10px;
    display: none; }
    @media screen and (max-width: 599px) {
      .club-info-row .list-container .option-container .choose-plan-div .choose-plan-arrow .arrow {
        display: block; } }

.list-container .option-container {
  align-items: unset !important;
  align-content: unset !important;
  padding: 2rem 1.5rem !important; }
  @media screen and (max-width: 959px) {
    .list-container .option-container {
      flex-direction: unset !important;
      align-items: unset !important;
      min-height: unset !important; } }

.club-info-row .list-container .option-container span.month {
  margin: 0 0 0 44px !important; }
  @media screen and (max-width: 768px) {
    .club-info-row .list-container .option-container span.month {
      margin: 0 0 0 11px !important;
      font-size: 9.5px !important;
      margin-bottom: 0.5rem; } }

.club-info-row .list-container {
  margin-top: 1.13rem;
  padding-bottom: 1rem; }

.club-info-row .upgrade {
  padding-bottom: 1rem; }

.club-info-row .title-container {
  font-size: 1.13em;
  font-weight: bold;
  color: #0d1231; }
  @media screen and (max-width: 959px) {
    .club-info-row .title-container {
      text-align: center;
      margin-top: 1rem; } }

.club-info-row .subtitle {
  font-size: 0.88em;
  font-weight: 600;
  color: #0d1231; }

.membership-selector--container {
  display: flex;
  width: 100%;
  justify-content: center; }
  @media screen and (max-width: 959px) {
    .membership-selector--container {
      margin-top: 4rem; } }
  .membership-selector--container .membership-selector {
    width: 100%;
    align-items: center;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex; }
    .membership-selector--container .membership-selector--title {
      color: #0d1231;
      font-size: 0.88rem;
      margin-bottom: 0; }
    @media screen and (max-width: 959px) {
      .membership-selector--container .membership-selector {
        display: initial; }
        .membership-selector--container .membership-selector--title {
          color: #0d1231;
          font-size: 12px;
          margin-bottom: 0.5rem; } }
    .membership-selector--container .membership-selector select {
      border-radius: 8px;
      border: 1px solid #dfdfdf;
      background-color: #ffffff;
      height: 2.2rem;
      max-width: 21.88rem;
      font-size: 0.88em;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-position: 95% 50%;
      background-repeat: no-repeat;
      background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0V0z"/><path fill="%235a5959" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
      padding: 0.5em;
      padding-right: 1.5em; }
      .membership-selector--container .membership-selector select option {
        color: #0d1231; }

.Select-a-new-plan {
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #1d1d22;
  margin: 0 32px 8px 0; }

.club-info-container .club-info-row.margined {
  padding-top: 8rem; }

.club-info-container .club-info-row .upgrade-membership-title {
  font-weight: bold;
  color: #0d1231;
  margin-bottom: 1.33rem;
  width: 100%; }

.club-info-container .club-info-row .current-billing-plan-title {
  font-size: 1.13em;
  font-weight: bold;
  color: #0d1231;
  margin-bottom: 1.33rem;
  margin-left: 1rem; }

.club-info-container .club-info-row .new-billing-plan-title {
  font-size: 1.13em;
  font-weight: bold;
  color: #0d1231;
  margin-bottom: 1.33rem; }

.vertical-align {
  margin-top: 10rem; }
  @media screen and (max-width: 959px) {
    .vertical-align {
      margin-top: 0rem; } }

.invalid-sg-token-message {
  margin: 0 auto;
  margin-top: 20%;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .invalid-sg-token-message h2 {
    color: #0d1231; }
  .invalid-sg-token-message p {
    color: #d31f1f; }

.nav {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .nav .nav-link {
    padding: 1rem 1rem;
    text-decoration: unset; }
    @media screen and (max-width: 599px) {
      .nav .nav-link {
        padding: 1rem 0.5rem; } }
  .nav .nav-link.active {
    border-bottom: 4px solid #06c; }
  .nav a:first-child {
    padding: 1rem 1rem 1rem 0; }

.css-1h9z7r5-MuiButtonBase-root-MuiTab-root:focus, .css-1h9z7r5-MuiButtonBase-root-MuiTab-root.selected:focus, button:focus {
  outline: 0 !important; }

.css-ahj2mt-MuiTypography-root .membership-desciption {
  padding-top: 10px; }
  .css-ahj2mt-MuiTypography-root .membership-desciption .membership-desciption-header {
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.2px;
    color: #1d1d22; }
  .css-ahj2mt-MuiTypography-root .membership-desciption .membership-desciption-details {
    margin: 8px 0 0px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: black; }

.program-sub-header-description {
  width: 100%;
  margin: 8px 0 32px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #1d1d22; }

.payment-methods-section {
  display: flex; }
  @media screen and (max-width: 959px) {
    .payment-methods-section {
      flex-direction: column; } }
  .payment-methods-section .main-area {
    padding: 4.45rem;
    width: 60%;
    padding-top: 0rem; }
    @media screen and (max-width: 959px) {
      .payment-methods-section .main-area {
        padding: 1.5rem;
        width: 100%; } }
  .payment-methods-section .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    min-height: 2.5rem; }
  .payment-methods-section .section-name {
    font-size: 1.13em;
    font-weight: bold;
    color: #0d1231;
    margin-bottom: 0 !important; }
  .payment-methods-section .separator {
    margin-bottom: 3rem; }
  .payment-methods-section .payment-methods-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #0d1231;
    margin-bottom: 2.5rem; }

.membership-search-box {
  padding: 0 8%;
  padding-top: 1.45rem;
  padding-bottom: 2.45rem;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15); }

.payment-options-filter {
  padding-bottom: 1rem; }
  .payment-options-filter .payment-options-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem; }
  .payment-options-filter .card {
    border: none;
    margin-top: 1.6rem; }
  .payment-options-filter .card-header {
    padding: 0;
    background-color: #ffffff;
    border: none;
    margin-bottom: 1.5rem; }
  .payment-options-filter .card-body {
    padding: 0; }
  .payment-options-filter .payment-options-title {
    font-size: 0.88em;
    font-weight: 600;
    color: #0d1231; }
  .payment-options-filter .custom-control {
    min-height: 2rem; }

.filters-panel {
  display: block;
  border-radius: 8px;
  border: solid 1px #dfdfdf;
  padding: 1rem;
  margin-bottom: 3rem; }
  @media screen and (max-width: 959px) {
    .filters-panel {
      width: 100%;
      border: none; } }
  .filters-panel .filters-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: solid 1px #dfdfdf; }
    @media screen and (max-width: 959px) {
      .filters-panel .filters-header {
        justify-content: flex-end;
        border: none; } }
  .filters-panel .filters-title {
    font-size: 0.88em;
    font-weight: bold;
    display: block;
    color: #0d1231; }
    @media screen and (max-width: 959px) {
      .filters-panel .filters-title {
        display: none; } }

.search-result-item-card {
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  max-width: 100%;
  width: 100%;
  margin-bottom: 1rem; }
  .search-result-item-card .main-search-section {
    display: flex;
    padding-right: 1rem;
    width: 100%; }
    @media screen and (max-width: 959px) {
      .search-result-item-card .main-search-section {
        padding-top: 1rem;
        padding-bottom: 0.65rem;
        padding-left: 0.65rem; } }
  .search-result-item-card .course-logo {
    width: 10.5rem;
    height: 10.5rem;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
    @media screen and (max-width: 959px) {
      .search-result-item-card .course-logo {
        width: 3.4rem;
        height: 3.4rem; } }
  .search-result-item-card .contact-info {
    margin: auto 0;
    margin-left: 1rem; }
    @media screen and (max-width: 959px) {
      .search-result-item-card .contact-info {
        max-width: 40%; } }
  .search-result-item-card .membership-name {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 1.2rem;
    color: #0d1231; }
    @media screen and (max-width: 959px) {
      .search-result-item-card .membership-name {
        font-size: 0.88em; } }
  .search-result-item-card .membership-details {
    display: block;
    font-size: 0.88em;
    color: #0d1231;
    margin-bottom: 1.3rem; }
    @media screen and (max-width: 959px) {
      .search-result-item-card .membership-details {
        display: none; } }
  .search-result-item-card .button-holder {
    display: flex;
    align-items: center;
    justify-content: center; }
  .search-result-item-card .price-info {
    margin: auto 0;
    margin-left: auto; }
  .search-result-item-card .price-with-period {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-transform: lowercase; }
    @media screen and (max-width: 959px) {
      .search-result-item-card .price-with-period {
        flex-direction: column;
        align-items: flex-end; } }
  .search-result-item-card .period {
    font-size: 1.13em;
    color: #0d1231; }
  .search-result-item-card .text-align-right {
    text-align: right; }
  .search-result-item-card .min-price {
    font-size: 2em;
    font-weight: bold;
    color: #0d1231; }
    @media screen and (max-width: 959px) {
      .search-result-item-card .min-price {
        font-size: 1.5em; } }
  .search-result-item-card .generic-text {
    display: block;
    font-size: 0.75em;
    font-weight: 600;
    text-align: right;
    color: #0d1231; }
    @media screen and (max-width: 959px) {
      .search-result-item-card .generic-text {
        display: none; } }
  .search-result-item-card .more-plans-button {
    display: block;
    background-color: transparent;
    border: none;
    font-size: 0.75em;
    font-weight: 600;
    text-align: right;
    padding: 0;
    margin-left: auto;
    color: #004aff; }
    @media screen and (max-width: 959px) {
      .search-result-item-card .more-plans-button {
        display: none; } }
  .search-result-item-card .more-plans-button-mobile {
    display: none; }
    @media screen and (max-width: 959px) {
      .search-result-item-card .more-plans-button-mobile {
        display: block;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 0.75rem;
        padding-right: 1rem; } }
  .search-result-item-card .view-details-btn {
    display: block;
    margin: auto 0;
    margin-left: 2.5rem;
    margin-right: 1.45rem;
    height: fit-content;
    height: -moz-fit-content;
    min-height: 2.2rem;
    max-width: 8.15rem; }
    @media screen and (max-width: 959px) {
      .search-result-item-card .view-details-btn {
        display: none; } }
  .search-result-item-card .info-icon {
    margin-right: 0.5rem; }
  .search-result-item-card .mobile-separator {
    display: none;
    margin-left: 0; }
    @media screen and (max-width: 959px) {
      .search-result-item-card .mobile-separator {
        display: inline;
        margin-bottom: 0.65rem;
        margin-top: 0; } }

.search-results {
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (max-width: 959px) {
    .search-results {
      width: 100%; } }
  .search-results .no-results-title {
    margin-top: 3rem;
    color: #0d1231;
    font-size: 1.25em;
    font-weight: bold; }
  .search-results .no-results-text {
    margin-top: 1.5rem;
    color: #0d1231;
    font-size: 0.88em; }

.membership-searcher-section {
  min-height: 90vh;
  margin-top: 8rem; }
  .membership-searcher-section .filter-title {
    font-size: 1.25em;
    color: #0d1231;
    margin-right: auto;
    margin-bottom: 1rem; }
    @media screen and (max-width: 959px) {
      .membership-searcher-section .filter-title {
        text-align: center; } }
    .membership-searcher-section .filter-title b {
      font-size: 1.25em;
      color: #0d1231;
      margin-right: auto;
      margin-bottom: 1rem;
      font-weight: bold; }
  @media screen and (max-width: 959px) {
    .membership-searcher-section .membership-search-box {
      padding-bottom: 0; } }
  .membership-searcher-section .big-search-spinner {
    position: absolute;
    top: 50%;
    left: 60%;
    height: 5rem;
    width: 5rem; }
  .membership-searcher-section .search-area {
    display: flex;
    padding: 0 8%;
    padding-top: 2.5rem; }
    @media screen and (max-width: 959px) {
      .membership-searcher-section .search-area {
        flex-direction: column; } }
  .membership-searcher-section .wide-search-area {
    width: 75%; }
    @media screen and (max-width: 959px) {
      .membership-searcher-section .wide-search-area {
        width: 100%; } }
  .membership-searcher-section .search-filters-desktop {
    display: block;
    width: 20%; }
    @media screen and (max-width: 959px) {
      .membership-searcher-section .search-filters-desktop {
        display: none; } }
  .membership-searcher-section .location-error-message {
    margin-top: 6rem;
    color: #0d1231;
    font-size: 1.25em; }

.filters-modal .modal-dialog {
  margin: 0 auto;
  margin-top: 8rem;
  height: 90vh; }

.filters-modal .modal-content {
  height: 100%; }

.filters-modal .modal-body {
  overflow: auto;
  padding: 0 1.5rem;
  padding-top: 2.2rem; }

.filters-modal .modal-title {
  font-size: 0.88em;
  font-weight: bold;
  align-self: center;
  color: #0d1231; }

.filters-modal .close {
  opacity: 1; }
  .filters-modal .close span {
    font-size: 1.5em;
    color: #004aff;
    font-weight: 500;
    cursor: pointer; }

@charset "UTF-8";
.search-filters-mobile {
  display: none;
  margin-bottom: 1.2rem;
  /* ----------- iPhone 4 and 4S ----------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */
  /* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */
  /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */
  /* ----------- iPhone 6+, 7+ and 8+ ----------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */
  /* ----------- iPhone X ----------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */
  /*This media query is used for: iPhone 13 mini, iPhone 12 mini, iPhone 11 Pro, iPhone Xs, and iPhone X
 2340x1080 pixels at 476ppi */
  /*This media query is used for: iPhone 13, iPhone 12 and iPhone 12 Pro
 2532x1170 pixels at 460ppi */
  /*This media query is used for: iPhone 13 Pro Max and iPhone 12 Pro Max
     2778x1284 pixels at 458ppi */
  /*This media query is used for: iPhone 11 and iPhone XR
       1792x828px at 326ppi */
  /*This media query is used for: iPhone 13 mini, iPhone 12 mini, iPhone 11 Pro, iPhone Xs, and iPhone X
   2436x1125px at 458ppi */
  /*This media query is used for: iPhone 11 Pro Max and iPhone Xs Max
 2688x1242px at 458ppi */
  /*iPhone 14*/
  /*iPhone 14 Pro*/
  /*iPhone 14 Pro Max*/ }

@media only screenand  (min-device-width: 320px)and (max-device-width: 480px)and (-webkit-min-device-pixel-ratio: 2)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 320px)and (max-device-width: 480px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: portrait)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 320px)and (max-device-width: 480px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: landscape)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 320px)and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 320px)and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: portrait)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 320px)and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: landscape)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 375px)and (max-device-width: 667px)and (-webkit-min-device-pixel-ratio: 2)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 375px)and (max-device-width: 667px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: portrait)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 375px)and (max-device-width: 667px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: landscape)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 414px)and (max-device-width: 736px)and (-webkit-min-device-pixel-ratio: 3)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 414px)and (max-device-width: 736px)and (-webkit-min-device-pixel-ratio: 3)and (orientation: portrait)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 414px)and (max-device-width: 736px)and (-webkit-min-device-pixel-ratio: 3)and (orientation: landscape)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 375px)and (max-device-width: 812px)and (-webkit-min-device-pixel-ratio: 3)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 375px)and (max-device-width: 812px)and (-webkit-min-device-pixel-ratio: 3)and (orientation: portrait)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 375px)and (max-device-width: 812px)and (-webkit-min-device-pixel-ratio: 3)and (orientation: landscape)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }
  @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .search-filters-mobile {
      width: 90px;
      height: 44px;
      margin-top: -5px;
      margin-left: -5px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.23px;
      align-items: center; } }
  @media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
    .search-filters-mobile {
      width: 90px;
      height: 44px;
      margin-top: -5px;
      margin-left: -5px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.23px;
      align-items: center; } }
  @media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
    .search-filters-mobile {
      width: 90px;
      height: 44px;
      margin-top: -5px;
      margin-left: -5px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.23px;
      align-items: center; } }
  @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .search-filters-mobile {
      width: 90px;
      height: 44px;
      margin-top: -5px;
      margin-left: -5px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.23px;
      align-items: center; } }
  @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .search-filters-mobile {
      width: 90px;
      height: 44px;
      margin-top: -5px;
      margin-left: -5px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.23px;
      align-items: center; } }
  @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    .search-filters-mobile {
      width: 90px;
      height: 44px;
      margin-top: -5px;
      margin-left: -5px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.23px;
      align-items: center; } }
  @media only screen and (width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
    .search-filters-mobile {
      width: 90px;
      height: 44px;
      margin-top: -5px;
      margin-left: -5px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.23px;
      align-items: center; } }
  @media only screen and (width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) {
    .search-filters-mobile {
      width: 90px;
      height: 44px;
      margin-top: -5px;
      margin-left: -5px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.23px;
      align-items: center; } }
  @media only screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3) {
    .search-filters-mobile {
      width: 90px;
      height: 44px;
      margin-top: -5px;
      margin-left: -5px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.23px;
      align-items: center; } }
  @media screen and (max-width: 959px) {
    .search-filters-mobile {
      display: block; } }
  .search-filters-mobile .open-filters-modal-btn {
    display: flex;
    align-items: center;
    font-weight: 600; }
  .search-filters-mobile .open-icon {
    margin-left: 0.7rem; }

.pagination-info {
  font-size: 0.88em;
  color: #0d1231; }
  @media screen and (max-width: 959px) {
    .pagination-info {
      margin-bottom: 2rem !important; } }

.sort-by {
  display: flex;
  align-items: center; }
  .sort-by .sort-by-label {
    font-size: 0.88em;
    color: #0d1231;
    min-width: 4rem; }

@media screen and (max-width: 959px) {
  .sort-pagination-section {
    flex-direction: column; } }

.back-navigation {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .back-navigation i {
    color: #9f9f9f;
    font-size: 0.88em; }
  .back-navigation span {
    color: #9f9f9f;
    font-size: 0.88em;
    margin-left: 0.5rem; }

.program-benefits-list {
  color: #c6c6c8; }
  .program-benefits-list ul li {
    color: #004aff; }

.program-benefits-details {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #666; }

.program-benefits-title {
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #1d1d22;
  margin: 0 32px 8px 0; }

.benefits-container {
  font-size: 1.88em;
  font-weight: bold;
  color: #0d1231;
  width: 100%;
  min-height: 18rem;
  height: fit-content;
  height: -moz-fit-content;
  border-radius: 8px;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-left: 0rem;
  border: solid 1px #c6c6c8; }
  @media screen and (max-width: 959px) {
    .benefits-container {
      margin-top: 1rem; } }
  @media screen and (max-width: 599px) {
    .benefits-container {
      margin-top: 0; } }
  .benefits-container header {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-left: 1.5rem; }
  .benefits-container .separator {
    margin: 1.5rem 0;
    width: 90%;
    align-self: center; }
  .benefits-container .benefits-header-separator {
    margin-top: 0.5rem !important; }
  .benefits-container .benefits-title {
    font-size: 0.75em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #1d1d22;
    margin: 0 16px 0px 0; }
  .benefits-container .benefits-logo, .benefits-container .membership-benefits-logo {
    width: 2.5rem;
    height: auto;
    object-fit: contain;
    margin: 1rem 1.2rem 1.2rem 0; }

.title-logo {
  width: 2.5rem;
  height: auto;
  object-fit: contain;
  margin: 16px 16px 32px 0; }

.support-benefits {
  color: #c6c6c8;
  margin-bottom: 0 !important; }
  .support-benefits .support-details {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #666; }
    .support-benefits .support-details a {
      color: #004aff !important;
      font-size: 14px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.43;
      letter-spacing: normal; }

.separator .header-separator {
  margin: 1rem !important; }

.support-container {
  font-size: 1.88em;
  font-weight: bold;
  color: #0d1231;
  width: 100%;
  min-height: 18rem;
  height: fit-content;
  height: -moz-fit-content;
  border-radius: 8px;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  background-color: #fff;
  margin-left: 0rem;
  border: solid 1px #c6c6c8; }
  @media screen and (max-width: 599px) {
    .support-container {
      margin-top: 0.5rem; } }
  .support-container header {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-left: 1.5rem; }
  .support-container .separator {
    margin: 1.5rem 0;
    width: 90%;
    align-self: center; }
  .support-container .header-separator {
    margin-top: 0.5rem !important; }
  .support-container .support-title {
    font-size: 0.75em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #1d1d22;
    margin: 0 16px 0px 0; }
  .support-container .support-logo {
    width: 2.5rem;
    height: auto;
    object-fit: contain;
    margin: 1rem 1.2rem 1.2rem 0; }

.title-name {
  font-weight: 600 !important;
  color: #1d1d22;
  font-size: 14px; }

.benefits {
  color: #1d1d22;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  margin: 0 101px 0 0; }

.benefits-description {
  font-size: 12px !important;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #666 !important;
  margin: 0 101px 0 0; }

.grid-list-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media screen and (max-width: 959px) {
    .grid-list-benefits {
      grid-template-columns: repeat(1, 1fr); } }

.membership-selector--container {
  display: flex;
  width: 100%;
  justify-content: center; }
  @media screen and (max-width: 959px) {
    .membership-selector--container {
      margin-top: 4rem; } }
  .membership-selector--container .membership-selector {
    width: 100%;
    align-items: center;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex; }
    .membership-selector--container .membership-selector--title {
      color: #0d1231;
      font-size: 0.88rem;
      margin-bottom: 0; }
    @media screen and (max-width: 959px) {
      .membership-selector--container .membership-selector {
        display: initial; }
        .membership-selector--container .membership-selector--title {
          color: #0d1231;
          font-size: 12px;
          margin-bottom: 0.5rem; } }
    .membership-selector--container .membership-selector select {
      border-radius: 8px;
      border: 1px solid #dfdfdf;
      background-color: #ffffff;
      height: 2.2rem;
      max-width: 21.88rem;
      font-size: 0.88em;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-position: 95% 50%;
      background-repeat: no-repeat;
      background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0V0z"/><path fill="%235a5959" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
      padding: 0.5em;
      padding-right: 1.5em; }
      .membership-selector--container .membership-selector select option {
        color: #0d1231; }

.Select-a-new-plan {
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #1d1d22;
  margin: 0 32px 8px 0;
  padding-left: 24px;
  padding-top: 20px; }

.club-info-container {
  min-height: 314px; }
  .club-info-container .club-info-row {
    background-color: #f7f5f4; }
    .club-info-container .club-info-row.margined {
      padding-top: 8rem; }
    .club-info-container .club-info-row .upgrade-membership-title {
      font-size: 1.88em;
      font-weight: bold;
      color: #f7f5f4;
      margin-bottom: 1.33rem;
      width: 100%;
      margin-top: 2rem; }
    .club-info-container .club-info-row .current-billing-plan-title {
      font-size: 1.13em;
      font-weight: bold;
      color: #0d1231;
      margin-bottom: 1.33rem;
      margin-left: 1rem; }

.vertical-align {
  margin-top: 10rem; }
  @media screen and (max-width: 959px) {
    .vertical-align {
      margin-top: 0rem; } }

.invalid-sg-token-message {
  margin: 0 auto;
  margin-top: 20%;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .invalid-sg-token-message h2 {
    color: #0d1231; }
  .invalid-sg-token-message p {
    color: #d31f1f; }

.membership-main-container {
  border: solid 1px #c6c6c8;
  border-radius: 8px; }
  .membership-main-container .nav {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    .membership-main-container .nav .nav-link {
      padding: 1rem 1rem;
      text-decoration: unset; }
      @media screen and (max-width: 599px) {
        .membership-main-container .nav .nav-link {
          padding: 1rem 0.5rem; } }
    .membership-main-container .nav .nav-link.active {
      border-bottom: 4px solid #06c; }
    .membership-main-container .nav a:first-child {
      padding: 1rem 1rem 1rem 0; }

.css-ptiqhd-MuiSvgIcon-root {
  width: 2rem !important;
  height: 2rem !important;
  font-weight: 800; }

.css-heg063-MuiTabs-flexContainer {
  border-top: 1px solid #cccccc; }

.css-1h9z7r5-MuiButtonBase-root-MuiTab-root:focus, .css-1h9z7r5-MuiButtonBase-root-MuiTab-root.selected:focus, button:focus {
  outline: 0 !important; }

.css-ahj2mt-MuiTypography-root .membership-desciption .membership-desciption-header, .MuiTypography-root .membership-desciption .membership-desciption-header {
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #1d1d22; }

.css-ahj2mt-MuiTypography-root .membership-desciption .membership-desciption-details, .MuiTypography-root .membership-desciption .membership-desciption-details {
  margin: 8px 0 0px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: black; }

.get-the-magic-back {
  margin: 0 530px 8px 0;
  font-size: 20px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #1d1d22; }

.magic-box-program-details {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.2px;
  color: #1d1d22; }

.title-description {
  line-height: 2;
  font-size: 12px;
  font-weight: normal;
  color: #1d1d22; }

.header-title {
  font-size: 20px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  color: #1d1d22; }

.title-logo {
  width: 2.5rem;
  height: auto;
  object-fit: contain; }

.title-name {
  font-weight: 900;
  color: #1d1d22; }

.membership-title {
  font-size: 20px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #1d1d22;
  margin-top: 2rem; }
  @media screen and (max-width: 959px) {
    .membership-title {
      padding-left: 24px; } }

.membership-desciption {
  margin: 8px 0 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.2px;
  color: #1d1d22;
  text-align: justify; }
  @media screen and (max-width: 959px) {
    .membership-desciption {
      padding-left: 24px;
      padding-right: 1rem; } }

.membership-plan-container {
  background-color: #fff;
  border-radius: 8px;
  margin: 32px 12px 0 0px;
  padding: 2rem; }

.membership-details-container {
  font-size: 1.88em;
  font-weight: bold;
  color: #0d1231;
  width: 99%;
  min-width: 24.5rem;
  min-height: 15rem;
  height: fit-content;
  height: -moz-fit-content;
  border-radius: 8px;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  background-color: #fff;
  margin-left: 1rem; }
  @media screen and (max-width: 959px) {
    .membership-details-container {
      min-width: 100%;
      margin-top: 1.7rem; } }
  .membership-details-container header {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-left: 1.5rem; }
  .membership-details-container .separator {
    margin: 1.5rem 0;
    width: 90%;
    align-self: center; }
  .membership-details-container .header-separator {
    margin-top: 0.5rem !important; }
  .membership-details-container .membership-title {
    font-size: 0.75em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #1d1d22;
    margin: 0 16px 0px 0; }
  .membership-details-container .current-plan {
    font-size: 1.25em;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.2px;
    color: #1d1d22;
    margin: 0 0px 4px 0; }
  .membership-details-container .membership-logo {
    width: 2.5rem;
    height: auto;
    object-fit: contain;
    margin: 1rem 1.2rem 1.2rem 0; }

.program-sub-header-description {
  width: 100%;
  margin: 8px 0 32px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: black;
  padding-left: 24px;
  padding-right: 1rem; }

.upgrade-failure {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0pc;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 8px;
  border: solid 1px #e50000; }
  @media screen and (min-width: 600px) {
    .upgrade-failure {
      margin-right: 0pc; } }
  .upgrade-failure .icon-holder {
    display: flex;
    justify-content: center; }
    .upgrade-failure .icon-holder i {
      color: #e50000; }
  .upgrade-failure .error-message {
    font-size: 1em;
    color: #e50000;
    padding: 0;
    margin: 0; }

.terms-conditions {
  font-size: 12px;
  color: black;
  margin-top: -1rem; }
  .terms-conditions a {
    font-size: 12px;
    color: blue;
    margin-top: -1rem; }

.club-info-row .list-container .option-container .choose-plan-btn {
  width: 106px !important;
  height: 40px;
  margin: 0 0 0 24px !important;
  padding: 12px 21px !important;
  border-radius: 4px !important;
  background-color: #004aff !important; }

.choose-plan-text {
  width: 64px;
  height: 16px;
  font-family: Avenir;
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #fff; }

.row-container-membership-detail {
  background-size: cover;
  height: 15rem; }
  @media screen and (max-width: 959px) {
    .row-container-membership-detail {
      box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.19); } }
  .row-container-membership-detail .header-container {
    min-height: 217px;
    padding: 0 8%;
    padding-top: 7rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 959px) {
      .row-container-membership-detail .header-container {
        padding: 0 5%;
        padding-top: 9rem; } }
  .row-container-membership-detail .search-btn {
    font-size: 0.75em;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin-top: 72px; }
    @media screen and (max-width: 959px) {
      .row-container-membership-detail .search-btn {
        margin-top: 0;
        margin-bottom: 1rem;
        width: 100%; } }
  .row-container-membership-detail .search-form-group {
    padding-top: 44px; }
    @media screen and (max-width: 959px) {
      .row-container-membership-detail .search-form-group {
        padding-top: 0; } }
    .row-container-membership-detail .search-form-group .form-label {
      font-size: 0.75em;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal; }
    .row-container-membership-detail .search-form-group .search-input.form-control {
      max-width: 95%; }

.css-ahj2mt-MuiTypography-root {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.membership-selector--container {
  display: flex;
  width: 100%;
  justify-content: center; }
  @media screen and (max-width: 959px) {
    .membership-selector--container {
      margin-top: 4rem; } }
  .membership-selector--container .membership-selector {
    width: 100%;
    align-items: center;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex; }
    .membership-selector--container .membership-selector--title {
      color: #0d1231;
      font-size: 0.88rem;
      margin-bottom: 0; }
    @media screen and (max-width: 959px) {
      .membership-selector--container .membership-selector {
        display: initial; }
        .membership-selector--container .membership-selector--title {
          color: #0d1231;
          font-size: 12px;
          margin-bottom: 0.5rem; } }
    .membership-selector--container .membership-selector select {
      border-radius: 8px;
      border: 1px solid #dfdfdf;
      background-color: #ffffff;
      height: 2.2rem;
      max-width: 21.88rem;
      font-size: 0.88em;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-position: 95% 50%;
      background-repeat: no-repeat;
      background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0V0z"/><path fill="%235a5959" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
      padding: 0.5em;
      padding-right: 1.5em; }
      .membership-selector--container .membership-selector select option {
        color: #0d1231; }

.invalid-sg-token-message {
  margin: 0 auto;
  margin-top: 20%;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .invalid-sg-token-message h2 {
    color: #0d1231; }
  .invalid-sg-token-message p {
    color: #d31f1f; }

.sg-spinner {
  margin-left: 50%;
  margin-top: 30%;
  height: 5rem;
  width: 5rem; }

@media screen and (max-width: 1919px) {
  .club-info-container .club-info-row {
    padding-left: 15%;
    padding-right: 15%; } }

@media screen and (max-width: 1279px) {
  .club-info-container .club-info-row {
    padding-left: 3rem;
    padding-right: 3rem; } }

@media screen and (max-width: 959px) {
  .club-info-container .club-info-row {
    padding-left: 5%;
    padding-right: 5%; } }

@media screen and (max-width: 599px) {
  .club-info-container .club-info-row {
    padding-left: 1rem;
    padding-right: 2rem; } }

.club-info-container .club-info-row img.img-logo {
  height: 174px;
  width: 178px;
  background-size: cover; }
  @media screen and (max-width: 959px) {
    .club-info-container .club-info-row img.img-logo {
      width: 68px !important;
      height: auto !important;
      margin-bottom: 1.5rem;
      padding-left: 5%;
      padding-right: 5%; } }

@media screen and (max-width: 959px) {
  .club-info-container .club-info-row .course-info-desktop {
    display: none; } }

.club-info-container .club-info-row .course-info-mobile {
  display: none; }
  @media screen and (max-width: 959px) {
    .club-info-container .club-info-row .course-info-mobile {
      display: block;
      margin-top: 1rem; } }
  .club-info-container .club-info-row .course-info-mobile img {
    height: fit-content;
    height: -moz-fit-content;
    margin-right: 0.5rem; }
  .club-info-container .club-info-row .course-info-mobile .club-name-adress-container {
    display: flex;
    font-size: 0.88em;
    font-weight: 600;
    color: #0d1231;
    margin-bottom: 2rem; }
  .club-info-container .club-info-row .course-info-mobile .club-phone-number-container {
    font-size: 0.88em;
    font-weight: 600;
    color: #0d1231; }

.club-info-container .club-info-row .membership-info-container {
  max-width: 95%; }
  .club-info-container .club-info-row .membership-info-container .details-button {
    display: none; }
  @media screen and (max-width: 959px) {
    .club-info-container .club-info-row .membership-info-container {
      padding-left: 0;
      display: flex; }
      .club-info-container .club-info-row .membership-info-container .details-button {
        margin-left: 0.5rem;
        height: fit-content !important;
        height: -moz-fit-content !important;
        align-self: flex-end !important;
        display: block !important;
        color: #004aff !important;
        cursor: pointer !important; } }
  .club-info-container .club-info-row .membership-info-container .name-with-icon {
    display: flex;
    height: fit-content;
    height: -moz-fit-content; }
  .club-info-container .club-info-row .membership-info-container h3.membership-name {
    font-size: 2em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0d1231;
    margin-bottom: 27px; }
    @media screen and (max-width: 959px) {
      .club-info-container .club-info-row .membership-info-container h3.membership-name {
        font-size: 1.5em !important;
        margin-bottom: 0 !important;
        height: fit-content;
        height: -moz-fit-content; } }
  .club-info-container .club-info-row .membership-info-container .club-name-adress-container {
    font-size: 0.88em;
    font-weight: 600;
    color: #0d1231;
    margin-bottom: 12px; }
  .club-info-container .club-info-row .membership-info-container .club-phone-number-container {
    font-size: 0.88em;
    font-weight: 600;
    color: #0d1231; }

.details-html-container {
  overflow-x: auto; }
  .details-html-container .html-container * {
    color: #0d1231;
    font-family: 'Open Sans', sans-serif; }

.membership-detail-content {
  padding: 0 8%;
  margin-top: 1rem; }
  .membership-detail-content.margined {
    margin-top: 8.6rem; }
    @media screen and (max-width: 959px) {
      .membership-detail-content.margined {
        margin-top: 6.6rem; } }
  @media screen and (max-width: 959px) {
    .membership-detail-content {
      padding: 0 5%; } }
  .membership-detail-content .no-dropdown {
    margin-top: 4.5rem; }

.club-info-container {
  min-height: 314px; }
  .club-info-container .club-info-row.margined {
    padding-top: 8rem; }
  .club-info-container .club-info-row img.img-logo {
    height: auto;
    width: 100%;
    background-size: cover; }
  .club-info-container .club-info-row .membership-info-container {
    max-width: 95%; }
    .club-info-container .club-info-row .membership-info-container h3.membership-name {
      font-size: 2em;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231;
      margin-bottom: 27px; }
    .club-info-container .club-info-row .membership-info-container .club-name-adress-container {
      font-size: 0.88em;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231;
      margin-bottom: 12px; }
    .club-info-container .club-info-row .membership-info-container .club-phone-number-container {
      font-size: 0.88em;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231; }

.details-html-container {
  padding: 2.5rem 13.4rem;
  min-height: 285px;
  background-color: rgba(59, 84, 239, 0.08);
  color: #0d1231; }
  @media screen and (max-width: 959px) {
    .details-html-container {
      padding: 3.5rem 1.5rem;
      overflow-x: auto; } }

.upgrade-failure {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0pc;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 8px;
  border: solid 1px #e50000; }
  @media screen and (min-width: 600px) {
    .upgrade-failure {
      margin-right: 0pc; } }
  .upgrade-failure .icon-holder {
    display: flex;
    justify-content: center; }
    .upgrade-failure .icon-holder i {
      color: #e50000; }
  .upgrade-failure .error-message {
    font-size: 1em;
    color: #e50000;
    padding: 0;
    margin: 0; }

.forgot-password-section {
  margin-top: 8rem; }
  .forgot-password-section .forgot-password-card {
    padding-top: 39.5px; }
  .forgot-password-section .column-container {
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    max-width: 410px; }
    .forgot-password-section .column-container h2 {
      margin-top: 32px;
      font-size: 1.75em;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231; }
    .forgot-password-section .column-container .forgot-password-description {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #0d1231; }
    .forgot-password-section .column-container p.back-to-signin {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #0d1231; }
    .forgot-password-section .column-container a.back-link {
      cursor: pointer;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #394ef8; }
    .forgot-password-section .column-container .form-label {
      font-size: 0.75em;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231; }
    .forgot-password-section .column-container .form-check-label {
      font-size: 0.75em;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231; }
    .forgot-password-section .column-container .submit-button {
      width: 100%;
      margin-top: 20px;
      margin-bottom: 20px; }
    .forgot-password-section .column-container .form-control {
      height: 35px;
      width: 100%;
      max-width: 100%; }
    .forgot-password-section .column-container .forgot-password-sg-button {
      width: 100%;
      border-radius: 8px;
      height: 56px;
      background-color: #fb4c06;
      border: 1px solid #fb4c06 !important;
      margin-bottom: 32px;
      font-size: 0.88em;
      font-weight: bold;
      color: #ffffff; }
      .forgot-password-section .column-container .forgot-password-sg-button img.sg-icon {
        margin-right: 16px; }
    .forgot-password-section .column-container .forgot-password-group {
      margin-bottom: 0px; }
    .forgot-password-section .column-container .sign-up-group {
      margin-bottom: 0x; }
    .forgot-password-section .column-container .forgot-password-link,
    .forgot-password-section .column-container .sign-up-link {
      font-size: 0.88em;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #394ef8; }
    .forgot-password-section .column-container .sign-up-label {
      font-size: 0.88em;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #0d1231; }
    .forgot-password-section .column-container .separator-container .separator-left {
      width: 43%;
      height: 1px;
      border-top: solid 1px #dfdfdf;
      display: inline-block; }
    .forgot-password-section .column-container .separator-container .separator-right {
      width: 43%;
      height: 1px;
      border-top: solid 1px #dfdfdf;
      display: inline-block; }
    .forgot-password-section .column-container .separator-container .or-separator {
      display: inline-block;
      font-size: 0.81em;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231;
      margin: 17px;
      vertical-align: text-bottom; }

.login-section {
  margin-top: 8rem; }
  @media screen and (max-width: 959px) {
    .login-section {
      margin-top: 8rem;
      padding-bottom: 3rem; } }
  .login-section .login-card {
    padding-top: 10px;
    margin-bottom: 5rem;
    margin-top: -4rem; }
  .login-section .column-container {
    border: 1px solid #dfdfdf;
    border-radius: 8px; }
    .login-section .column-container h2 {
      margin-top: 32px;
      font-size: 1.75em;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231; }
    .login-section .column-container .form-label {
      font-size: 0.75em;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231; }
    .login-section .column-container .form-check-label {
      font-size: 0.75em;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231; }
    .login-section .column-container .submit-button {
      width: 100%;
      margin-bottom: 20px; }
    .login-section .column-container .form-control {
      height: 35px;
      width: 100%;
      max-width: 100%; }
    .login-section .column-container .login-sg-button {
      width: 100%;
      border-radius: 8px;
      height: 56px;
      background-color: #fb4c06;
      border: 1px solid #fb4c06 !important;
      margin-bottom: 32px;
      font-size: 0.88em;
      font-weight: bold;
      color: #ffffff; }
      .login-section .column-container .login-sg-button img.sg-icon {
        margin-right: 16px; }
    .login-section .column-container .forgot-password-group {
      margin-bottom: 0px; }
    .login-section .column-container .sign-up-group {
      margin-bottom: 0; }
    .login-section .column-container .forgot-password-link,
    .login-section .column-container .sign-up-link,
    .login-section .column-container .resend-unlock-instructions-link {
      font-size: 0.88em;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #394ef8; }
    .login-section .column-container .sign-up-label {
      font-size: 0.88em;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #0d1231;
      margin-bottom: 0; }
    .login-section .column-container .separator-container .separator-left {
      width: 43%;
      height: 1px;
      border-top: solid 1px #dfdfdf;
      display: inline-block; }
    .login-section .column-container .separator-container .separator-right {
      width: 43%;
      height: 1px;
      border-top: solid 1px #dfdfdf;
      display: inline-block; }
    .login-section .column-container .separator-container .or-separator {
      display: inline-block;
      font-size: 0.81em;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231;
      margin: 17px;
      vertical-align: text-bottom; }
  .login-section .login-label-description {
    color: #0d1231;
    font-size: 0.88rem; }
  .login-section .login-sg-logos {
    display: flex;
    justify-content: center;
    margin-top: 2rem; }
    .login-section .login-sg-logos img:not(:last-child) {
      margin-right: 2rem; }
    @media screen and (max-width: 959px) {
      .login-section .login-sg-logos {
        flex-direction: column; }
        .login-section .login-sg-logos img:not(:last-child) {
          margin-right: 0rem;
          margin-bottom: 2rem; } }

.unlock-message {
  border-width: 1px;
  border-style: solid;
  border-radius: 16px;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.unlock-message-error {
  border-color: red;
  color: red; }

.unlock-message-success {
  border-color: green;
  color: green; }

.enter-email {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .enter-email__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #dfdfdf;
    margin-top: 6rem;
    margin-bottom: 2rem;
    min-height: 20rem;
    padding: 2rem; }
    @media screen and (min-width: 960px) {
      .enter-email__card {
        min-width: 25.65rem; } }
    .enter-email__card .enter-email__title {
      margin-right: auto;
      font-weight: bold;
      font-size: 1.75em;
      color: #0d1231; }
    .enter-email__card .enter-email__subtitle {
      font-size: 0.75em;
      color: #0d1231;
      margin-bottom: 1.5rem; }
    .enter-email__card .onboarding-form {
      width: 100%;
      display: flex;
      flex-direction: column; }
    .enter-email__card .email-input {
      max-width: 100%; }
    .enter-email__card .submit-button {
      width: 100%;
      margin-bottom: 2rem;
      margin-top: 1.7rem; }
    .enter-email__card .onboarding-spinner {
      margin: auto 0;
      margin-top: 2rem;
      height: 40px; }
  .enter-email .center-message {
    text-align: center; }

.reset-password-message {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .reset-password-message__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #dfdfdf;
    margin-top: 6rem;
    margin-bottom: 2rem;
    padding: 2.5rem; }
    @media screen and (min-width: 960px) {
      .reset-password-message__card {
        width: 25.65rem; } }
    .reset-password-message__card .reset-password-message__title {
      margin-right: auto;
      font-weight: bold;
      font-size: 1.75rem;
      color: #0d1231;
      margin-bottom: 2rem; }
    .reset-password-message__card .reset-password-message__text {
      font-size: 0.88rem;
      font-weight: 600;
      color: #0d1231;
      margin-bottom: 0; }
  .reset-password-message .center-message {
    text-align: center; }

.onboarding {
  margin-top: 8rem;
  padding-bottom: 3rem; }
  @media screen and (max-width: 959px) {
    .onboarding {
      margin-top: 12rem; } }

.password-reset-section {
  margin-top: 8rem; }
  .password-reset-section .password-reset-card {
    padding-top: 39.5px; }
  .password-reset-section .column-container {
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    max-width: 410px; }
    .password-reset-section .column-container h2 {
      margin-top: 32px;
      font-size: 1.75em;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231; }
    .password-reset-section .column-container .password-reset-description {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #0d1231; }
    .password-reset-section .column-container p.back-to-signin {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #0d1231; }
    .password-reset-section .column-container a.back-link {
      cursor: pointer;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #394ef8; }
    .password-reset-section .column-container .form-label {
      font-size: 0.75em;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231; }
    .password-reset-section .column-container .form-check-label {
      font-size: 0.75em;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231; }
    .password-reset-section .column-container .submit-button {
      width: 100%;
      margin-top: 20px;
      margin-bottom: 20px; }
    .password-reset-section .column-container .form-control {
      height: 35px;
      width: 100%;
      max-width: 100%; }
    .password-reset-section .column-container .password-reset-sg-button {
      width: 100%;
      border-radius: 8px;
      height: 56px;
      background-color: #fb4c06;
      border: 1px solid #fb4c06 !important;
      margin-bottom: 32px;
      font-size: 0.88em;
      font-weight: bold;
      color: #ffffff; }
      .password-reset-section .column-container .password-reset-sg-button img.sg-icon {
        margin-right: 16px; }
    .password-reset-section .column-container .password-reset-group {
      margin-bottom: 0px; }
    .password-reset-section .column-container .sign-up-group {
      margin-bottom: 0x; }
    .password-reset-section .column-container .password-reset-link,
    .password-reset-section .column-container .sign-up-link {
      font-size: 0.88em;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #394ef8; }
    .password-reset-section .column-container .sign-up-label {
      font-size: 0.88em;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #0d1231; }
    .password-reset-section .column-container .separator-container .separator-left {
      width: 43%;
      height: 1px;
      border-top: solid 1px #dfdfdf;
      display: inline-block; }
    .password-reset-section .column-container .separator-container .separator-right {
      width: 43%;
      height: 1px;
      border-top: solid 1px #dfdfdf;
      display: inline-block; }
    .password-reset-section .column-container .separator-container .or-separator {
      display: inline-block;
      font-size: 0.81em;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231;
      margin: 17px;
      vertical-align: text-bottom; }

.forgot-password-section {
  margin-top: 8rem; }
  .forgot-password-section .forgot-password-card {
    padding-top: 39.5px; }
  .forgot-password-section .column-container {
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    max-width: 410px; }
    .forgot-password-section .column-container h2 {
      margin-top: 32px;
      font-size: 1.75em;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231; }
    .forgot-password-section .column-container .forgot-password-description {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #0d1231; }
    .forgot-password-section .column-container p.back-to-signin {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #0d1231; }
    .forgot-password-section .column-container a.back-link {
      cursor: pointer;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #394ef8; }
    .forgot-password-section .column-container .form-label {
      font-size: 0.75em;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231; }
    .forgot-password-section .column-container .form-check-label {
      font-size: 0.75em;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231; }
    .forgot-password-section .column-container .submit-button {
      width: 100%;
      margin-top: 20px;
      margin-bottom: 20px; }
    .forgot-password-section .column-container .form-control {
      height: 35px;
      width: 100%;
      max-width: 100%; }
    .forgot-password-section .column-container .forgot-password-sg-button {
      width: 100%;
      border-radius: 8px;
      height: 56px;
      background-color: #fb4c06;
      border: 1px solid #fb4c06 !important;
      margin-bottom: 32px;
      font-size: 0.88em;
      font-weight: bold;
      color: #ffffff; }
      .forgot-password-section .column-container .forgot-password-sg-button img.sg-icon {
        margin-right: 16px; }
    .forgot-password-section .column-container .forgot-password-group {
      margin-bottom: 0px; }
    .forgot-password-section .column-container .sign-up-group {
      margin-bottom: 0x; }
    .forgot-password-section .column-container .forgot-password-link,
    .forgot-password-section .column-container .sign-up-link {
      font-size: 0.88em;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #394ef8; }
    .forgot-password-section .column-container .sign-up-label {
      font-size: 0.88em;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.71;
      letter-spacing: normal;
      color: #0d1231; }
    .forgot-password-section .column-container .separator-container .separator-left {
      width: 43%;
      height: 1px;
      border-top: solid 1px #dfdfdf;
      display: inline-block; }
    .forgot-password-section .column-container .separator-container .separator-right {
      width: 43%;
      height: 1px;
      border-top: solid 1px #dfdfdf;
      display: inline-block; }
    .forgot-password-section .column-container .separator-container .or-separator {
      display: inline-block;
      font-size: 0.81em;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231;
      margin: 17px;
      vertical-align: text-bottom; }

.rate-card {
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  border-radius: unset;
  box-shadow: unset;
  border-bottom: 1px solid #c6c6c8; }
  .rate-card .w-full {
    width: 100%; }
  .rate-card .justify-between {
    justify-content: space-between; }
  .rate-card .cursor-pointer {
    cursor: pointer; }
  .rate-card .pt-6 {
    padding-top: 1.5rem; }
  .rate-card .gap-2 {
    grid-gap: .5rem;
    gap: .5rem; }
  .rate-card .flex-col {
    -webkit-flex-direction: column;
    flex-direction: column; }
  .rate-card .items-center {
    -webkit-align-items: center;
    align-items: center; }
  .rate-card .items-end {
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .rate-card .gap-1 {
    grid-gap: .25rem;
    gap: .25rem; }
  .rate-card .self-end {
    -webkit-align-self: flex-end;
    align-self: flex-end; }
  .rate-card .justify-center {
    justify-content: center; }
  .rate-card .items-start {
    align-items: flex-start; }
  .rate-card .items-end {
    align-items: flex-end; }
  .rate-card .items-center {
    align-items: center; }
  .rate-card .justify-start {
    justify-content: flex-start; }
  .rate-card .justify-end {
    justify-content: flex-end; }
  .rate-card h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: #0d1231;
    font-size: 1.5em;
    font-weight: bold;
    color: #0d1231;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.5px;
    word-break: break-all;
    width: max-content; }
    .rate-card h3 p {
      font-size: 1.5rem;
      font-weight: bold; }
  .rate-card .member-rate {
    color: #004aff; }
  .rate-card .reservation-details {
    margin-top: 1.5rem; }
    @media screen and (max-width: 380px) {
      .rate-card .reservation-details {
        flex-wrap: wrap;
        justify-content: space-around; } }
    @media screen and (max-width: 599px) {
      .rate-card .reservation-details {
        flex-direction: column !important;
        margin-top: 1rem; } }
    @media screen and (max-width: 599px) {
      .rate-card .reservation-details .align-items-center {
        align-items: unset !important; } }
  @media screen and (max-width: 599px) {
    .rate-card .align-items-center {
      align-items: unset !important; } }
  .rate-card .reservation-details__texts {
    font-size: 0.88em;
    color: #0d1231;
    white-space: nowrap; }
  .rate-card .reservation-details__ltexts {
    font-size: 0.88em;
    color: #0d1231;
    white-space: nowrap; }
    @media screen and (max-width: 599px) {
      .rate-card .reservation-details__ltexts {
        display: none !important; } }
  .rate-card .reservation-details__mtexts {
    display: none !important; }
    @media screen and (max-width: 599px) {
      .rate-card .reservation-details__mtexts {
        display: flex !important;
        font-size: 0.88em;
        color: #0d1231;
        white-space: nowrap; } }
  .rate-card .player-suffix {
    display: inline-block;
    font-size: 0.88em;
    color: #0d1231;
    margin-left: 0.5em;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.2px;
    color: #1d1d22; }
    @media screen and (max-width: 959px) {
      .rate-card .player-suffix {
        display: block; } }
  .rate-card .material-icons {
    font-size: 1.2em;
    opacity: 0.5;
    color: #0d1231;
    margin-right: 0.5rem;
    margin-left: 1rem; }
  .rate-card .restricted-rate i {
    color: #4563f6;
    opacity: 1; }
  .rate-card .restricted-rate h3 {
    margin-bottom: 0;
    font-size: 0.88rem;
    font-weight: bold;
    color: #5072fc; }
  .rate-card .lightning {
    color: #ffb723; }
    .rate-card .lightning .lightning-icon {
      vertical-align: middle;
      opacity: 1;
      margin-left: 0; }
  .rate-card h3.lightning {
    text-transform: capitalize; }
  .rate-card .reservation-item-detail {
    height: 32px;
    margin-right: 1.5rem; }
    @media screen and (max-width: 599px) {
      .rate-card .reservation-item-detail {
        margin-right: 0;
        height: 20px; } }
  .rate-card .reservation-item-detail-Margin {
    margin-right: 0px; }
  .rate-card .reservation-item-line {
    width: 1px;
    height: 32px;
    margin: 0 8px 0 0;
    background-color: #c6c6c8; }
    @media screen and (max-width: 599px) {
      .rate-card .reservation-item-line {
        display: none; } }
  .rate-card .Availability {
    width: 100px;
    height: 14px;
    margin: 0 0 4px;
    line-height: 1;
    letter-spacing: -0.2px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    color: #606064; }
    @media screen and (max-width: 599px) {
      .rate-card .Availability {
        float: left !important; } }
  .rate-card .Availability-Player {
    width: 30px;
    height: 14px;
    margin: 0 4px 0 0;
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #1d1d22; }
  .rate-card .align-items-center span {
    float: none;
    display: block; }
  .rate-card .reservation-item-Holes-text {
    width: 35px;
    height: 14px;
    margin: 0 0 4px;
    line-height: 1;
    letter-spacing: -0.2px; }
  @media screen and (max-width: 599px) {
    .rate-card .reservation-has18holes-text {
      margin: 0 0 0 5px !important; } }
  @media screen and (max-width: 599px) {
    .rate-card .reservation-has9holes-text {
      margin: 0 0 0 -5px !important; } }
  .rate-card .reservation-item-Holes {
    width: 17px;
    height: 14px;
    margin: 4px 18px 0 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #606064; }
  .rate-card .reservation-item-Cart-text {
    width: 27px;
    height: 14px;
    margin: 0 34px 4px 0;
    line-height: 1;
    letter-spacing: -0.2px; }
  .rate-card .reservation-item-Cart {
    width: 61px;
    height: 14px;
    margin: 4px 0 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #606064; }
  .rate-card .arrow-price {
    border: solid #3b54ef;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    cursor: pointer !important;
    width: 10px;
    height: 10px;
    position: relative;
    top: 50%;
    left: 115%;
    border-color: #1d1d22; }
    @media screen and (max-width: 959px) {
      .rate-card .arrow-price {
        display: none; } }
  .rate-card .mr-price {
    margin-right: 1.5rem !important;
    font-size: 1.5em;
    font-weight: bold;
    text-align: end;
    color: #0d1231;
    margin: 0 0 2px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.5px;
    text-align: right;
    color: #1d1d22; }
    @media screen and (max-width: 959px) {
      .rate-card .mr-price {
        margin-right: 0rem !important;
        word-break: unset; } }
  .rate-card .right-price {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    cursor: pointer !important; }

.special-rate-type {
  background-color: #004aff;
  color: white;
  height: 12%;
  text-align: center;
  word-spacing: 1px;
  margin-left: 50%;
  padding-left: 1%;
  padding-right: 1%;
  border-radius: 4px;
  font-weight: bold;
  width: max-content; }

.special-rate {
  background-color: #004aff;
  color: white;
  height: 12%;
  text-align: center;
  word-spacing: 1px;
  margin-left: 50%;
  padding-left: 1%;
  padding-right: 1%;
  border-radius: 4px;
  font-weight: bold;
  width: max-content;
  margin-top: 1%; }

.main-pricing-cls {
  font-size: 24px;
  font-weight: bold;
  text-align: end;
  color: #0d1231;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.5px;
  text-align: right;
  color: #1d1d22; }

.sub-pricing-cls {
  width: 52px;
  height: 10px;
  margin: 4px 0;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.4px;
  color: #606064 !important; }

.min-max-price {
  margin-bottom: 10px !important; }

.all-in-price {
  width: 70px;
  height: 12px;
  margin: 0 0 0 2px;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.2px;
  text-align: right;
  color: #1d1d22; }

.price-all-details {
  line-height: 1 !important; }
  .price-all-details .material-icons {
    font-size: 12px;
    color: #1d1d22;
    opacity: inherit !important;
    margin: 0 !important; }

.total-price-teetime {
  width: 20px;
  height: 10px;
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.4px;
  color: #1d1d22; }

.total-price-teetime-value {
  padding-left: 48%; }

@media screen and (min-width: 270px) and (max-width: 460px) {
  .special-rate-type {
    margin-left: 0;
    font-size: 12px; } }

@media screen and (min-width: 461px) and (max-width: 720px) {
  .special-rate-type {
    margin-left: 25%;
    font-size: 14px; } }

@media screen and (min-width: 721px) and (max-width: 1350px) {
  .special-rate-type {
    margin-left: 30%; } }

@media screen and (min-width: 200px) and (max-width: 670px) {
  .rate-card h3.member-rate,
  .rate-card h3.lightning {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
    height: 24px; } }

@media screen and (min-width: 200px) and (max-width: 670px) and (min-width: 400px) and (max-width: 670px) {
  .rate-card h3 {
    font-size: 20px !important; } }

@media screen and (min-width: 200px) and (max-width: 670px) and (min-width: 200px) and (max-width: 400px) {
  .rate-card h3 {
    font-size: 14px !important; } }

@media screen and (min-width: 200px) and (max-width: 670px) {
  .rate-card .restricted-rate h3 {
    font-size: 14px !important; } }

.rate-list-col li:last-child {
  border: none; }

.all-in-price-one-value {
  margin-top: 14px; }

.all-in-price-total-only {
  margin-top: 22px; }

.error-member-container {
  border-radius: 8px;
  border: solid 1px #e50000;
  min-height: 88px;
  padding: 16px;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 1.125rem;
  margin-right: 2%;
  margin-left: 2%; }
  .error-member-container .top-error-container {
    display: flex; }
    .error-member-container .top-error-container .material-icons {
      font-size: 1.2em;
      color: #e50000; }
    .error-member-container .top-error-container h6 {
      margin-left: 16px;
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #e50000; }
  .error-member-container .text-button-container {
    display: flex;
    margin-top: 8px;
    justify-content: space-between; }
    @media screen and (max-width: 959px) {
      .error-member-container .text-button-container {
        text-align: center;
        display: block; } }
    .error-member-container .text-button-container p.message-container {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #0d1231;
      text-align: left; }
    .error-member-container .text-button-container button.go-to-memberships {
      width: 211px;
      height: 35px;
      border-radius: 8px;
      border: solid 1px #3b54ef;
      background-color: #3b54ef;
      font-size: 12px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: white;
      margin-top: -20px; }

.tee-time-info {
  border-radius: 8px;
  border: solid 1px #dfdfdf;
  width: 100%; }
  .tee-time-info .tee-time-info-header {
    border-bottom: solid 1px #dfdfdf; }
    .tee-time-info .tee-time-info-header h4 {
      font-size: 0.88em;
      font-weight: bold;
      color: #0d1231;
      padding: 1rem; }
  .tee-time-info .tee-time-info-body {
    padding: 1rem; }
    .tee-time-info .tee-time-info-body p,
    .tee-time-info .tee-time-info-body i {
      font-size: 0.88em;
      font-weight: bold;
      color: #0d1231; }
    .tee-time-info .tee-time-info-body i {
      opacity: 0.5;
      font-size: 1.2rem;
      margin-right: 0.5rem; }
  @media screen and (max-width: 380px) {
    .tee-time-info .wrap-on-xxs {
      flex-wrap: wrap; } }

.input-group .form-control {
  border-left: none;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important; }

.input-group-prepend span {
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #dfdfdf;
  height: 2.2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-prepend.disabled span {
  border: none;
  background-color: #ffffff; }

.input-group-prepend.is-invalid span {
  border: solid 1px #dc3545; }

.form-control {
  border-radius: 8px;
  border: solid 1px #dfdfdf;
  height: 2.2rem;
  max-width: 21.88rem;
  font-size: 1em; }
  .form-control.with-suffix {
    max-width: 19.7rem; }
  .form-control:disabled {
    background-color: #ffffff !important;
    border: none;
    -webkit-appearance: none; }
  .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #dfdfdf; }

.form-label {
  font-size: 0.75em;
  color: #0d1231;
  font-weight: 600; }

.form-check-label {
  font-size: 0.75em;
  color: #0d1231;
  margin-left: 1.2rem; }

.custom-control-label {
  font-size: 0.75em;
  color: #0d1231;
  margin-left: 0.7rem; }
  .custom-control-label::before {
    border-radius: 2px !important;
    position: absolute;
    margin-left: -0.6rem;
    border: solid 2px #004aff;
    margin-top: -3px; }
  .custom-control-label::after {
    position: absolute;
    top: 1px;
    left: -2.1rem;
    content: '';
    background: no-repeat 50%/50% 50%;
    border-radius: 2px;
    border: solid 2px #004aff; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3b54ef;
  background-color: #3b54ef;
  box-shadow: none !important; }

.btn {
  border-radius: 8px;
  font-size: 0.75em;
  text-align: center;
  width: 11.3rem;
  height: 2.2rem;
  border-color: #004aff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .btn:hover {
    border-color: #004aff;
    opacity: 0.7; }
  .btn:focus {
    box-shadow: none !important; }
  .btn:active {
    border-color: #d31f1f !important;
    opacity: 1 !important; }
  .btn:disabled {
    color: #ffffff !important;
    background-color: #004aff !important;
    opacity: 0.6 !important;
    border: none !important; }

.accordion-arrow {
  cursor: pointer; }
  .accordion-arrow.open {
    transform: rotate(0deg);
    transition: 0.3s ease-in-out; }
  .accordion-arrow.closed {
    transform: rotate(-180deg);
    transition: 0.3s ease-in-out; }

.nav-tabs {
  border-bottom: none; }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #b1bbf9;
  font-weight: bold;
  color: #004aff; }

.nav-tabs .nav-link {
  border-top-left-radius: 8px;
  border: solid 1px #004aff;
  background-color: #ffffff;
  border-top-right-radius: 8px;
  min-width: 11.9rem;
  height: 3.4rem;
  font-size: 1em;
  text-decoration: none;
  line-height: 2.2;
  text-align: center;
  color: #004aff; }
  @media screen and (max-width: 959px) {
    .nav-tabs .nav-link {
      min-width: 4rem;
      width: 50%; } }

.tee-time-rates-section {
  min-height: 90vh;
  background-color: #f7f5f4; }
  .tee-time-rates-section.normal-margin {
    margin-top: 8rem; }
  .tee-time-rates-section .main-area {
    display: flex;
    padding: 1.5rem 3rem; }
    @media screen and (max-width: 959px) {
      .tee-time-rates-section .main-area {
        padding: 0 1.5rem;
        flex-direction: column;
        align-items: center; } }
    .tee-time-rates-section .main-area .rate-type-main {
      width: 100%;
      margin-right: 4% !important; }
    .tee-time-rates-section .main-area .tee-time-info-col {
      min-width: 23rem;
      width: 20%;
      margin-right: 2.4rem; }
      @media screen and (max-width: 959px) {
        .tee-time-rates-section .main-area .tee-time-info-col {
          margin-right: 0;
          margin-top: 1.5rem;
          margin-left: 1rem;
          min-width: 98%; } }
      @media screen and (max-width: 599px) {
        .tee-time-rates-section .main-area .tee-time-info-col {
          min-width: 97%; } }
    .tee-time-rates-section .main-area .rate-list-col {
      flex: 1; }
      @media screen and (max-width: 959px) {
        .tee-time-rates-section .main-area .rate-list-col {
          width: 100%;
          margin-top: 1rem;
          margin-left: 1rem; } }
    .tee-time-rates-section .main-area .section-text {
      color: #0d1231;
      font-size: 0.75em;
      margin-bottom: 1.5rem;
      margin-top: 0;
      display: block; }
      @media screen and (max-width: 959px) {
        .tee-time-rates-section .main-area .section-text {
          margin-top: 1.5rem; } }
      .tee-time-rates-section .main-area .section-text b {
        font-weight: bold;
        color: #0d1231;
        font-size: 0.75rem; }
    .tee-time-rates-section .main-area .rate-list-col {
      border-radius: 8px;
      border: 1px solid #c6c6c8;
      background-color: white; }
    .tee-time-rates-section .main-area .mb-auto {
      margin-bottom: auto; }
    .tee-time-rates-section .main-area .rate-list-col .section-text {
      margin-top: 1.5rem;
      margin-left: 1.5rem; }
  @media screen and (min-width: 960px) {
    .tee-time-rates-section .teetimes-btn-div {
      margin-left: -2.5rem !important; } }
  .tee-time-rates-section .booking-rules {
    margin-top: 1rem;
    display: block; }
    @media screen and (max-width: 959px) {
      .tee-time-rates-section .booking-rules {
        display: none; } }

.rateType-alerts-mobile-view {
  margin-top: 0.5rem;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  display: none; }
  @media screen and (max-width: 959px) {
    .rateType-alerts-mobile-view {
      display: block;
      margin-bottom: 2rem;
      margin-right: 0;
      margin-top: 1.5rem;
      margin-left: 1rem; } }

#rate-type-overlay {
  text-align: center;
  margin: 5%;
  color: #000000;
  font-weight: bold; }
  @media screen and (min-width: 100px) and (max-width: 750px) {
    #rate-type-overlay {
      margin-top: 25% !important; } }

.spin-loader {
  padding: 5% !important;
  width: 12rem; }
  @media screen and (min-width: 750px) and (max-width: 980px) {
    .spin-loader {
      width: 10rem !important;
      margin-top: 5% !important; } }
  @media screen and (min-width: 100px) and (max-width: 750px) {
    .spin-loader {
      width: 7rem !important;
      margin-top: 5% !important; } }

.hide {
  display: none !important; }

.rate-list-col {
  cursor: pointer; }

.update-password-form .update-password-input {
  width: 17.8rem; }
  @media screen and (max-width: 959px) {
    .update-password-form .update-password-input {
      width: 15.8rem; } }

.update-password-form .action-buttons {
  margin-bottom: 2rem; }

.update-password-form .action-button {
  min-width: 17.8rem;
  margin-top: 1rem; }
  @media screen and (max-width: 959px) {
    .update-password-form .action-button {
      max-width: 45%;
      min-width: 45%; } }

.user-info-form {
  margin-top: 2rem; }
  .user-info-form .user-info-input {
    min-width: 17.8rem; }
    @media screen and (max-width: 959px) {
      .user-info-form .user-info-input {
        min-width: 15.8rem !important; } }
  .user-info-form .user-address-info-input {
    min-width: 37.8rem; }
    @media screen and (max-width: 959px) {
      .user-info-form .user-address-info-input {
        min-width: 15.8rem !important; } }
  .user-info-form .zip-code-input-edit {
    min-width: 17.8rem !important; }
    @media screen and (max-width: 959px) {
      .user-info-form .zip-code-input-edit {
        min-width: 15.8rem !important; } }
  .user-info-form select > option:first-child {
    border-bottom: 1px solid;
    background-color: #dddddd; }
  .user-info-form .action-buttons {
    margin-bottom: 2rem; }
  .user-info-form .action-button {
    min-width: 17.8rem;
    margin-top: 1rem; }
    @media screen and (max-width: 959px) {
      .user-info-form .action-button {
        max-width: 45%;
        min-width: 45%; } }
  .user-info-form .email-disable {
    color: #ae9a9a; }
  .user-info-form .react-tel-input .form-control {
    width: 300px !important; }

.user-info-form .user-info-input {
  min-width: 17.8rem; }

.user-info-form .address {
  width: 100%; }

.user-info-form .zip-code-input {
  max-width: 11.3rem; }

.user-info-form .action-buttons {
  margin-bottom: 2rem; }

.user-info-form .action-button {
  min-width: 17.8rem;
  margin-top: 1rem; }
  @media screen and (max-width: 959px) {
    .user-info-form .action-button {
      max-width: 45%;
      min-width: 45%; } }

.profile-section {
  display: flex; }
  @media screen and (max-width: 959px) {
    .profile-section {
      flex-direction: column; } }
  .profile-section .main-area {
    padding: 4.45rem;
    width: 100%;
    padding-top: 0rem; }
    @media screen and (max-width: 959px) {
      .profile-section .main-area {
        padding: 1.5rem;
        width: 100%; } }
  .profile-section .user-name {
    font-size: 1.5em;
    font-weight: bold;
    color: #0d1231; }
  .profile-section .input-title {
    font-size: 0.75em;
    font-weight: bold;
    color: #0d1231; }
  .profile-section .email-info {
    margin-left: 2.2rem; }
  .profile-section .input-content {
    font-size: 0.88em;
    color: #0d1231;
    margin-left: 0.5rem; }
  .profile-section strong {
    font-size: 0.88rem;
    font-weight: bold;
    color: #0d1231; }
  .profile-section .profile-info-card {
    border-radius: 8px;
    border: solid 1px #dfdfdf;
    padding: 0 2.2rem;
    max-width: 42.2rem; }
  .profile-section .borderless-button {
    font-size: 0.75em;
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-left: auto; }
    .profile-section .borderless-button i {
      font-size: 1.3em;
      margin-left: 0.3rem; }

.course-item {
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 1rem 2rem;
  cursor: pointer;
  margin-bottom: 0.5rem;
  min-height: 7.25rem;
  list-style-type: none;
  transition: 0.3s; }
  .course-item:hover {
    box-shadow: 0 2px 10px 0 rgba(10, 17, 236, 0.53); }
  .course-item .row {
    padding-top: 0.5rem; }
  .course-item .full-name-container {
    display: flex; }
    @media screen and (max-width: 959px) {
      .course-item .full-name-container {
        display: none; } }
  @media screen and (max-width: 959px) {
    .course-item .miles-container {
      margin-left: 0 !important;
      margin-top: 0.75rem; } }
  .course-item .stars-and-miles {
    flex-direction: row; }
    @media screen and (max-width: 959px) {
      .course-item .stars-and-miles {
        flex-direction: column;
        align-items: flex-start !important; } }
  @media screen and (max-width: 959px) {
    .course-item .right-column {
      margin-bottom: 0 !important; } }
  .course-item .course-name {
    font-size: 0.88em;
    font-weight: bold;
    color: #0d1231;
    display: inline;
    text-align: start; }
    @media screen and (max-width: 959px) {
      .course-item .course-name {
        font-size: 1.13em;
        margin-bottom: 0.75rem !important; } }
  .course-item .rating-value {
    font-weight: bold; }
  .course-item .rates-starting-from {
    display: inline;
    font-size: 0.75em;
    font-weight: 600;
    text-align: right;
    color: #0d1231; }
  .course-item .course-full-name {
    font-size: 0.88em;
    color: #0d1231;
    display: inline; }
  .course-item .rates-value-from {
    text-align: center;
    display: inline;
    font-size: 1.5em;
    font-weight: bold;
    text-align: right;
    color: #0d1231; }
  .course-item .material-icons {
    font-size: 1.2em;
    opacity: 0.5;
    color: #0d1231;
    margin-right: 0.5rem; }
  .course-item .material-icons.golden {
    color: #e8aa1f;
    opacity: 1; }
  .course-item .restricted-rate {
    margin-top: 1rem; }
    .course-item .restricted-rate i {
      color: #4563f6;
      opacity: 1;
      margin-left: 0; }
    .course-item .restricted-rate h3 {
      margin-bottom: 0rem;
      font-size: 1.2rem;
      font-weight: bold;
      color: #5072fc; }

.course-list {
  padding: 0;
  margin-top: 1.5rem; }
  .course-list .no-results-title {
    margin: 0 auto;
    margin-top: 3rem;
    color: #0d1231;
    font-size: 1.25em;
    font-weight: bold; }
  .course-list .no-results-text {
    margin: 0 auto;
    margin-top: 1.5rem;
    color: #0d1231;
    font-size: 0.88em; }

.coursesbylocation-searcher-section {
  min-height: 90vh;
  margin-top: 8rem; }
  .coursesbylocation-searcher-section .course-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #0d1231;
    margin-right: auto;
    margin-bottom: 1rem; }
    @media screen and (max-width: 959px) {
      .coursesbylocation-searcher-section .course-title {
        text-align: center; } }
    .coursesbylocation-searcher-section .course-title b {
      font-size: 1.25em;
      color: #0d1231;
      margin-right: auto;
      margin-bottom: 1rem;
      font-weight: bold; }
  .coursesbylocation-searcher-section .course-logo {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem; }
  @media screen and (max-width: 959px) {
    .coursesbylocation-searcher-section .membership-search-box {
      padding-bottom: 0; } }
  .coursesbylocation-searcher-section .big-search-spinner {
    position: absolute;
    top: 70%;
    left: 60%;
    height: 5rem;
    width: 5rem; }
  .coursesbylocation-searcher-section .search-area {
    display: flex;
    padding: 0 8%;
    padding-top: 2.5rem; }
    @media screen and (max-width: 959px) {
      .coursesbylocation-searcher-section .search-area {
        flex-direction: column; } }
  .coursesbylocation-searcher-section .wide-search-area {
    width: 75%; }
    @media screen and (max-width: 959px) {
      .coursesbylocation-searcher-section .wide-search-area {
        width: 100%; } }
  .coursesbylocation-searcher-section .left-panel-desktop {
    display: block;
    width: 20%; }
    @media screen and (max-width: 959px) {
      .coursesbylocation-searcher-section .left-panel-desktop {
        display: none; } }
  .coursesbylocation-searcher-section .location-error-message {
    margin-top: 6rem;
    color: #0d1231;
    font-size: 1.25em; }

footer {
  padding: 0 8%;
  width: 100vw;
  min-height: 25vh;
  background-color: #111637; }
  @media screen and (max-width: 959px) {
    footer {
      display: none; } }

.footer-section {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem; }

.footer-section-tittle {
  font-size: 0.88em;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1.5rem; }

.footer-section-link {
  font-size: 0.88em;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 1rem; }

.row-container-search-box {
  margin-top: 8rem; }
  .row-container-search-box .column-container {
    min-height: 253px;
    border-radius: 8px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    max-width: 80%;
    padding: 0px; }
    @media screen and (max-width: 959px) {
      .row-container-search-box .column-container {
        max-width: 100%;
        min-height: 360px; } }
    .row-container-search-box .column-container .nav-item {
      width: 50%;
      border-radius: 0; }
    .row-container-search-box .column-container .nav-item .arrow-down {
      width: 0;
      height: 0;
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      margin: 0 auto;
      border-top: 25px solid #c4cbfa; }
    .row-container-search-box .column-container .nav-item:first-of-type .nav-link {
      border-top-right-radius: 0px;
      border-top-left-radius: 8px; }
    .row-container-search-box .column-container .nav-item .nav-link.active {
      background-color: #c4cbfa; }
    .row-container-search-box .column-container .nav-item .nav-link .pc-logo-short {
      margin-left: auto;
      margin-right: auto;
      display: block;
      margin-top: 4px; }
    .row-container-search-box .column-container .nav-item .nav-link .tt-logo-short {
      margin-left: auto;
      margin-right: auto;
      display: block;
      margin-top: 4px; }
    .row-container-search-box .column-container .nav-item .nav-link {
      border-radius: 0 8px 0 0;
      box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
      background-color: #ffffff;
      border: none;
      height: 56px;
      text-align: center; }
    .row-container-search-box .column-container .nav-item .nav-link .pc-logo-long {
      display: none; }
    .row-container-search-box .column-container .nav-item .nav-link .tt-logo-long {
      display: none; }
    @media screen and (min-width: 600px) {
      .row-container-search-box .column-container .nav-item .nav-link .pc-logo-long {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 8px; }
      .row-container-search-box .column-container .nav-item .nav-link .tt-logo-long {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 10px; }
      .row-container-search-box .column-container .nav-item .nav-link .pc-logo-short {
        display: none; }
      .row-container-search-box .column-container .nav-item .nav-link .tt-logo-short {
        display: none; } }
  .row-container-search-box .mw-90 {
    min-width: 90%; }

.search-tab-title {
  font-size: 2em;
  font-weight: bold;
  color: #0d1231;
  margin-bottom: 1.5rem;
  margin-top: 1rem; }

.search-tab {
  padding: 0 2rem; }

@media screen and (min-width: 960px) {
  .search-form-group {
    padding-left: 0; } }

@media screen and (max-width: 599px) {
  .search-form-group {
    margin-left: 0;
    margin-right: 0; } }

.search-input {
  max-width: 100% !important; }
  @media screen and (min-width: 960px) {
    .search-input {
      width: 100%; } }

.search-btn {
  margin-top: 2rem;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .search-btn {
      max-width: 9.13rem;
      margin-left: auto;
      margin-top: 1.88rem; } }
  @media screen and (max-width: 959px) {
    .search-btn {
      margin-top: 0; } }


.home-layout {
  display: flex;
  flex-direction: column; }

.main-section {
  height: 100vh;
  width: 100vw;
  padding: 0 8%;
  padding-top: 8rem;
  background: url("/img/golf-field-min.jpg") no-repeat center center fixed;
  background-size: cover;
  margin: 0 auto; }
  @media screen and (max-width: 959px) {
    .main-section {
      height: 100vh;
      padding: 0 5%;
      padding-top: 8vh; } }

.login-section {
  margin-top: 8rem; }
  @media screen and (max-width: 959px) {
    .login-section {
      margin-top: 8rem;
      padding-bottom: 3rem; } }

.tnc-section {
  margin-top: 6rem;
  margin-bottom: 1rem;
  width: 70%;
  height: auto;
  min-height: 350px;
  border-radius: 12px;
  border: solid 2px #c6c6c8;
  background-color: #fff;
  margin-right: 15%;
  margin-left: 15%; }
  @media screen and (max-width: 599px) {
    .tnc-section {
      margin-top: 4rem;
      width: 90%;
      margin-right: 5%;
      margin-left: 5%; } }

.tnc-title {
  text-align: center;
  margin-top: 1rem; }

.tnc-separator {
  margin-top: 1rem;
  height: 2px;
  background-color: #c6c6c8; }

.tnc-body-content {
  margin: 1rem 1rem 1rem 1rem; }

.additional-information-section {
  display: flex; }
  @media screen and (max-width: 959px) {
    .additional-information-section {
      flex-direction: column; } }
  .additional-information-section .main-area {
    padding: 4.45rem;
    width: 60%;
    padding-top: 0rem; }
    @media screen and (max-width: 959px) {
      .additional-information-section .main-area {
        padding: 1.5rem;
        width: 100%; } }
  .additional-information-section .additional-information-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #0d1231;
    margin-bottom: 2.5rem; }
  .additional-information-section .additional-information-label {
    font-weight: bold; }
  .additional-information-section .additional-information-container {
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 599px) {
      .additional-information-section .additional-information-container {
        display: flex;
        flex-direction: column; } }
  .additional-information-section .additional-information-container > select {
    flex: 0.75;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
    margin-right: 10px; }
    @media screen and (max-width: 599px) {
      .additional-information-section .additional-information-container > select {
        flex: unset;
        margin-right: unset;
        margin-bottom: 10px; } }
  .additional-information-section .additional-information-container > button {
    flex: 0.25;
    width: 100%;
    background-color: #3b54ef;
    max-width: unset;
    max-height: unset; }
    @media screen and (max-width: 599px) {
      .additional-information-section .additional-information-container > button {
        flex: unset; } }
  .additional-information-section .additional-information-container > button:disabled {
    cursor: default; }
  .additional-information-section .main-area .feedback {
    display: unset; }
  .additional-information-section .additional-information-spinner {
    width: 1rem;
    height: 1rem; }

.booking-list-mobile {
  display: none;
  flex-direction: column;
  min-height: 7rem; }
  @media screen and (max-width: 959px) {
    .booking-list-mobile {
      display: flex; } }
  .booking-list-mobile .booking-card {
    border-radius: 8px;
    border: solid 1px #004aff;
    margin-bottom: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column; }
    .booking-list-mobile .booking-card span {
      color: #0d1231;
      font-size: 0.75em; }
  .booking-list-mobile .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .booking-list-mobile .info-title {
    font-weight: bold; }
  .booking-list-mobile .booking-active {
    color: #11c463 !important; }
  .booking-list-mobile .booking-warn {
    color: #e50000 !important; }
  .booking-list-mobile .no-booking-text {
    font-size: 1.3rem;
    color: #0d1231; }

.booking-item td {
  border: none;
  font-size: 0.88rem;
  color: #0d1231; }

.booking-item .product-name-cell {
  font-weight: bold; }

.booking-item .booking-active {
  color: #11c463; }

.booking-item .booking-warn {
  color: #e50000; }

.active-bookings-sections {
  display: flex;
  flex-direction: column;
  min-height: 20rem; }
  @media screen and (max-width: 959px) {
    .active-bookings-sections {
      display: none; } }
  .active-bookings-sections .active-bookings-title {
    color: #0d1231;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1.75rem; }
  .active-bookings-sections th,
  .active-bookings-sections tr {
    color: #0d1231;
    font-size: 0.81rem; }
  .active-bookings-sections table {
    border-collapse: separate;
    border-spacing: 0 1rem; }
  .active-bookings-sections tbody tr {
    box-shadow: inset 0 0 0 1px #dfdfdf;
    border-radius: 8px;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: 0.3s; }
    .active-bookings-sections tbody tr:hover {
      background-color: #b1bbf92e; }
  .active-bookings-sections th {
    font-weight: bold;
    border: none;
    border-bottom: none !important; }
  .active-bookings-sections .no-booking-text {
    font-size: 1.3rem;
    color: #0d1231; }

.booking-list-mobile {
  display: none;
  flex-direction: column;
  min-height: 7rem; }
  @media screen and (max-width: 959px) {
    .booking-list-mobile {
      display: flex; } }
  .booking-list-mobile .booking-card {
    border-radius: 8px;
    border: solid 1px #004aff;
    margin-bottom: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column; }
    .booking-list-mobile .booking-card span {
      color: #0d1231;
      font-size: 0.75em; }
  .booking-list-mobile .cancelled {
    color: #e50000 !important; }
  .booking-list-mobile .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .booking-list-mobile .info-title {
    font-weight: bold; }
  .booking-list-mobile .booking-active {
    color: #11c463 !important; }
  .booking-list-mobile .booking-warn {
    color: #e50000 !important; }
  .booking-list-mobile .no-booking-text {
    font-size: 1.3rem;
    color: #0d1231; }

.booking-item td {
  border: none;
  font-size: 0.88rem;
  color: #0d1231; }

.booking-item .cancelled {
  color: #e50000;
  font-weight: bold; }

.booking-item .product-name-cell {
  font-weight: bold; }

.booking-item .booking-active {
  color: #11c463; }

.booking-item .booking-warn {
  color: #e50000; }

.past-bookings-sections {
  display: flex;
  flex-direction: column;
  min-height: 20rem; }
  @media screen and (max-width: 959px) {
    .past-bookings-sections {
      display: none; } }
  .past-bookings-sections .past-bookings-title {
    color: #0d1231;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1.75rem; }
  .past-bookings-sections th,
  .past-bookings-sections tr {
    color: #0d1231;
    font-size: 0.81rem; }
  .past-bookings-sections table {
    border-collapse: separate;
    border-spacing: 0 1rem; }
  .past-bookings-sections tbody tr {
    box-shadow: inset 0 0 0 1px #dfdfdf;
    border-radius: 8px;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: 0.3s; }
    .past-bookings-sections tbody tr:hover {
      background-color: #b1bbf92e; }
  .past-bookings-sections th {
    font-weight: bold;
    border: none;
    border-bottom: none !important; }
  .past-bookings-sections .no-booking-text {
    font-size: 1.3rem;
    color: #0d1231; }

.booking-section {
  display: flex; }
  @media screen and (max-width: 959px) {
    .booking-section {
      flex-direction: column; } }
  .booking-section .main-area {
    padding: 4.45rem;
    width: 100%;
    padding-top: 0rem; }
    @media screen and (max-width: 959px) {
      .booking-section .main-area {
        padding: 1.5rem; } }
    .booking-section .main-area .nav {
      border: none !important; }
  .booking-section .tab-content {
    border-radius: 8px;
    border: solid 1px #dfdfdf;
    padding: 2.2rem 2rem;
    padding-top: 1.5rem;
    padding-bottom: 0; }
    @media screen and (max-width: 959px) {
      .booking-section .tab-content {
        border: none;
        padding: 2rem 0; } }

.membership-item td {
  border: none;
  font-size: 0.88rem;
  color: #0d1231; }

.membership-item .product-name-cell {
  font-weight: bold; }

.membership-item .membership-active {
  color: #11c463; }

.membership-item .membership-warn {
  color: #e50000; }

.membership-item .upgrade-btn {
  background-color: #3b54ef;
  width: 70%;
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  border-width: 2px;
  border-style: solid;
  border-color: white;
  border-image: initial; }

.membership-item .pending-activation {
  color: #004aff; }

.my-memberships-sections {
  display: flex;
  flex-direction: column;
  min-height: 20rem; }
  @media screen and (max-width: 959px) {
    .my-memberships-sections {
      display: none; } }
  .my-memberships-sections .my-memberships-title {
    color: #0d1231;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1.75rem; }
  .my-memberships-sections th,
  .my-memberships-sections tr {
    color: #0d1231;
    font-size: 0.81rem; }
  .my-memberships-sections table {
    border-collapse: separate;
    border-spacing: 0 1rem; }
  .my-memberships-sections tbody tr {
    box-shadow: inset 0 0 0 1px #dfdfdf;
    border-radius: 8px;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: 0.3s;
    height: 3.75rem; }
    .my-memberships-sections tbody tr:hover {
      background-color: #b1bbf92e; }
  .my-memberships-sections th {
    font-weight: bold;
    border: none;
    border-bottom: none !important; }
  .my-memberships-sections .no-membership-text {
    font-size: 1.3rem;
    color: #0d1231; }

.membership-section {
  display: flex; }
  @media screen and (max-width: 959px) {
    .membership-section {
      flex-direction: column; } }
  .membership-section .main-area {
    padding: 4.45rem;
    width: 100%;
    padding-top: 0rem; }
    @media screen and (max-width: 959px) {
      .membership-section .main-area {
        padding: 1.5rem; } }
    .membership-section .main-area .nav {
      border: none !important; }
  .membership-section .tab-content {
    border-radius: 0px 8px 8px 8px;
    border: solid 1px #dfdfdf;
    padding: 2.2rem 2rem;
    padding-top: 1.5rem;
    padding-bottom: 0;
    max-width: 90%; }
    @media screen and (max-width: 959px) {
      .membership-section .tab-content {
        border: none;
        padding: 2rem 0; } }
  .membership-section .nav-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .tab-content {
    padding: 2.2rem 1rem !important;
    max-width: 100% !important; } }

.membership-list-mobile {
  display: none;
  flex-direction: column;
  min-height: 7rem; }
  @media screen and (max-width: 959px) {
    .membership-list-mobile {
      display: flex; } }
  .membership-list-mobile .membership-card {
    border-radius: 8px;
    border: solid 1px #004aff;
    margin-bottom: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column; }
    .membership-list-mobile .membership-card span {
      color: #0d1231;
      font-size: 0.75em; }
  .membership-list-mobile .info-row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .membership-list-mobile .info-title {
    font-weight: bold; }
  .membership-list-mobile .membership-active {
    color: #11c463 !important; }
  .membership-list-mobile .membership-warn {
    color: #e50000 !important; }
  .membership-list-mobile .no-membership-text {
    font-size: 1.3rem;
    color: #0d1231; }
  .membership-list-mobile .upgrade-btn {
    background-color: #3b54ef;
    width: 100%;
    font-size: 0.75em;
    font-weight: bold;
    text-align: center;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    border-image: initial; }

.pending-activation {
  color: #004aff; }

.receipt-item .receipt-link {
  transform: rotate(90deg);
  text-decoration: none;
  font-size: 1.38em;
  color: #004aff !important; }

.receipt-item .product-name-cell {
  font-weight: bold; }

.receipt-item td {
  font-size: 0.88rem;
  color: #0d1231;
  vertical-align: middle; }

.receipt-item .centered-cell {
  text-align: center; }

.receipts-sections {
  display: flex;
  flex-direction: column;
  min-height: 20rem; }
  @media screen and (max-width: 959px) {
    .receipts-sections {
      display: none; } }
  .receipts-sections .receipts-title {
    color: #0d1231;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1.75rem; }
  .receipts-sections .no-receipts-text {
    font-size: 1.3rem;
    color: #0d1231; }
  .receipts-sections th,
  .receipts-sections tr {
    color: #0d1231;
    font-size: 0.81rem; }
  .receipts-sections th {
    font-weight: bold;
    border: none;
    border-bottom: none !important; }
  .receipts-sections .receipt-item:first-child td {
    border-top: none !important; }

.receipts-mobile-sections {
  border-radius: 8px;
  border: solid 1px #dfdfdf;
  min-height: 7rem;
  display: none;
  flex-direction: column; }
  @media screen and (max-width: 959px) {
    .receipts-mobile-sections {
      display: flex; } }
  .receipts-mobile-sections .receipt-spinner {
    margin: auto; }
  .receipts-mobile-sections .receipt-card {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border: solid 1px #dfdfdf; }
    .receipts-mobile-sections .receipt-card:last {
      border-bottom: none; }
  .receipts-mobile-sections .receipt-info-group {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    align-items: center; }
  .receipts-mobile-sections .no-receipts-text {
    font-size: 1.3rem;
    color: #0d1231; }
  .receipts-mobile-sections span {
    font-size: 0.75em;
    color: #0d1231; }
  .receipts-mobile-sections .receipt-product {
    font-weight: bold; }
  .receipts-mobile-sections .receipt-amount {
    justify-self: center; }
  .receipts-mobile-sections .receipt-link {
    transform: rotate(90deg);
    text-decoration: none;
    font-size: 1.38em;
    color: #004aff !important;
    height: fit-content;
    height: -moz-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    justify-self: center; }

.filters-modal .modal-dialog {
  margin: 0 auto;
  margin-top: 8rem;
  height: 90vh; }

.filters-modal .modal-content {
  height: 100%; }

.filters-modal .modal-body {
  overflow: auto;
  padding: 0 1.5rem;
  padding-top: 2.2rem; }

.filters-modal .modal-title {
  font-size: 0.88em;
  font-weight: bold;
  align-self: center;
  color: #0d1231; }

.filters-modal .close {
  opacity: 1; }
  .filters-modal .close span {
    font-size: 1.5em;
    color: #004aff;
    font-weight: 500;
    cursor: pointer; }

@charset "UTF-8";
.search-filters-mobile {
  display: none;
  width: 90px;
  height: 44px; }
  .search-filters-mobile button:focus {
    outline: unset;
    outline: unset; }
  @media screen and (max-width: 959px) {
    .search-filters-mobile {
      display: block !important;
      position: absolute;
      right: 1rem;
      bottom: -5px; } }
  .search-filters-mobile .open-filters-modal-btn {
    display: block;
    align-items: center;
    font-weight: 600; }
  .search-filters-mobile .open-icon {
    margin-left: 0.7rem; }
  .search-filters-mobile .open-filters-modal-btn-new {
    width: 90px;
    height: 44px;
    border-radius: 22px;
    border: solid 1px #c6c6c8;
    background-color: #fff;
    /* ----------- iPhone 4 and 4S ----------- */
    /* Portrait and Landscape */
    /* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
    /* Portrait and Landscape */
    /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
    /* Portrait and Landscape */
    /* ----------- iPhone 6+, 7+ and 8+ ----------- */
    /* Portrait and Landscape */
    /* ----------- iPhone X ----------- */
    /* Portrait and Landscape */
    /*This media query is used for: iPhone 13 mini, iPhone 12 mini, iPhone 11 Pro, iPhone Xs, and iPhone X*/
    /* 2340x1080 pixels at 476ppi */
    /*
This media query is used for: iPhone 13, iPhone 12 and iPhone 12 Pro
2532x1170 pixels at 460ppi */
    /*This media query is used for: iPhone 13 Pro Max and iPhone 12 Pro Max
 2778x1284 pixels at 458ppi */
    /*This media query is used for: iPhone 11 and iPhone XR
   1792x828px at 326ppi */
    /*This media query is used for: iPhone 13 mini, iPhone 12 mini, iPhone 11 Pro, iPhone Xs, and iPhone X
2436x1125px at 458ppi */
    /*This media query is used for: iPhone 11 Pro Max and iPhone Xs Max
2688x1242px at 458ppi */
    /*iPhone 14*/
    /*iPhone 14 Pro*/
    /*iPhone 14 Pro Max*/ }
    .search-filters-mobile .open-filters-modal-btn-new img {
      padding-right: 5px;
      height: 11px;
      width: 20px;
      margin-left: -10px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
      .search-filters-mobile .open-filters-modal-btn-new {
        width: 90px;
        height: 44px;
        margin-top: -5px;
        margin-left: -5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.23px;
        align-items: center; } }

@media only screenand  (min-device-width: 320px)and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2)  {
  .search-filters-mobile .open-filters-modal-btn-new {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 375px)and (max-device-width: 667px)and (-webkit-min-device-pixel-ratio: 2)  {
  .search-filters-mobile .open-filters-modal-btn-new {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 414px)and (max-device-width: 736px)and (-webkit-min-device-pixel-ratio: 3)  {
  .search-filters-mobile .open-filters-modal-btn-new {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 375px)and (max-device-width: 812px)and (-webkit-min-device-pixel-ratio: 3)  {
  .search-filters-mobile .open-filters-modal-btn-new {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }
    @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
      .search-filters-mobile .open-filters-modal-btn-new {
        width: 90px;
        height: 44px;
        margin-top: -5px;
        margin-left: -5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.23px;
        align-items: center; } }
    @media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
      .search-filters-mobile .open-filters-modal-btn-new {
        width: 90px;
        height: 44px;
        margin-top: -5px;
        margin-left: -5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.23px;
        align-items: center; } }
    @media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
      .search-filters-mobile .open-filters-modal-btn-new {
        width: 90px;
        height: 44px;
        margin-top: -5px;
        margin-left: -5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.23px;
        align-items: center; } }
    @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
      .search-filters-mobile .open-filters-modal-btn-new {
        width: 90px;
        height: 44px;
        margin-top: -5px;
        margin-left: -5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.23px;
        align-items: center; } }
    @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
      .search-filters-mobile .open-filters-modal-btn-new {
        width: 90px;
        height: 44px;
        margin-top: -5px;
        margin-left: -5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.23px;
        align-items: center; } }
    @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
      .search-filters-mobile .open-filters-modal-btn-new {
        width: 90px;
        height: 44px;
        margin-top: -5px;
        margin-left: -5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.23px;
        align-items: center; } }
    @media only screen and (width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
      .search-filters-mobile .open-filters-modal-btn-new {
        width: 90px;
        height: 44px;
        margin-top: -5px;
        margin-left: -5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.23px;
        align-items: center; } }
    @media only screen and (width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) {
      .search-filters-mobile .open-filters-modal-btn-new {
        width: 90px;
        height: 44px;
        margin-top: -5px;
        margin-left: -5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.23px;
        align-items: center; } }
    @media only screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3) {
      .search-filters-mobile .open-filters-modal-btn-new {
        width: 90px;
        height: 44px;
        margin-top: -5px;
        margin-left: -5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.23px;
        align-items: center; } }

@charset "UTF-8";
.search-filters-mobile {
  display: none;
  margin-bottom: 1.2rem;
  /* ----------- iPhone 4 and 4S ----------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */
  /* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* Landscape */ }

@media only screenand  (min-device-width: 320px)and (max-device-width: 480px)and (-webkit-min-device-pixel-ratio: 2)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 320px)and (max-device-width: 480px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: portrait)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 320px)and (max-device-width: 480px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: landscape)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 320px)and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 320px)and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: portrait)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center; } }

@media only screenand  (min-device-width: 320px)and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: landscape)  {
  .search-filters-mobile {
    width: 90px;
    height: 44px;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23px;
    align-items: center;
    /* ----------- iPhone 6, 6S, 7 and 8 ----------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */
    /* ----------- iPhone 6+, 7+ and 8+ ----------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */
    /* ----------- iPhone X ----------- */
    /* Portrait and Landscape */
    /* Portrait */
    /* Landscape */
    /*This media query is used for: iPhone 13 mini, iPhone 12 mini, iPhone 11 Pro, iPhone Xs, and iPhone X
 2340x1080 pixels at 476ppi */
    /*This media query is used for: iPhone 13, iPhone 12 and iPhone 12 Pro
 2532x1170 pixels at 460ppi */
    /*This media query is used for: iPhone 13 Pro Max and iPhone 12 Pro Max
     2778x1284 pixels at 458ppi */
    /*This media query is used for: iPhone 11 and iPhone XR
       1792x828px at 326ppi */
    /*This media query is used for: iPhone 13 mini, iPhone 12 mini, iPhone 11 Pro, iPhone Xs, and iPhone X
   2436x1125px at 458ppi */
    /*This media query is used for: iPhone 11 Pro Max and iPhone Xs Max
 2688x1242px at 458ppi */
    /*iPhone 14*/
    /*iPhone 14 Pro*/
    /*iPhone 14 Pro Max*/ }
  @media only screenand  (min-device-width: 375px)and (max-device-width: 667px)and (-webkit-min-device-pixel-ratio: 2)  {
    .search-filters-mobile {
      width: 90px;
      height: 44px;
      margin-top: -5px;
      margin-left: -5px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.23px;
      align-items: center; } }
  @media only screenand  (min-device-width: 375px)and (max-device-width: 667px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: portrait)  {
    .search-filters-mobile {
      width: 90px;
      height: 44px;
      margin-top: -5px;
      margin-left: -5px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.23px;
      align-items: center; } }
  @media only screenand  (min-device-width: 375px)and (max-device-width: 667px)and (-webkit-min-device-pixel-ratio: 2)and (orientation: landscape)  {
    .search-filters-mobile {
      width: 90px;
      height: 44px;
      margin-top: -5px;
      margin-left: -5px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.23px;
      align-items: center; } }
  @media only screenand  (min-device-width: 414px)and (max-device-width: 736px)and (-webkit-min-device-pixel-ratio: 3)  {
    .search-filters-mobile {
      width: 90px;
      height: 44px;
      margin-top: -5px;
      margin-left: -5px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.23px;
      align-items: center; } }
  @media only screenand  (min-device-width: 414px)and (max-device-width: 736px)and (-webkit-min-device-pixel-ratio: 3)and (orientation: portrait)  {
    .search-filters-mobile {
      width: 90px;
      height: 44px;
      margin-top: -5px;
      margin-left: -5px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.23px;
      align-items: center; } }
  @media only screenand  (min-device-width: 414px)and (max-device-width: 736px)and (-webkit-min-device-pixel-ratio: 3)and (orientation: landscape)  {
    .search-filters-mobile {
      width: 90px;
      height: 44px;
      margin-top: -5px;
      margin-left: -5px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.23px;
      align-items: center; } }
  @media only screenand  (min-device-width: 375px)and (max-device-width: 812px)and (-webkit-min-device-pixel-ratio: 3)  {
    .search-filters-mobile {
      width: 90px;
      height: 44px;
      margin-top: -5px;
      margin-left: -5px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.23px;
      align-items: center; } }
  @media only screenand  (min-device-width: 375px)and (max-device-width: 812px)and (-webkit-min-device-pixel-ratio: 3)and (orientation: portrait)  {
    .search-filters-mobile {
      width: 90px;
      height: 44px;
      margin-top: -5px;
      margin-left: -5px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.23px;
      align-items: center; } }
  @media only screenand  (min-device-width: 375px)and (max-device-width: 812px)and (-webkit-min-device-pixel-ratio: 3)and (orientation: landscape)  {
    .search-filters-mobile {
      width: 90px;
      height: 44px;
      margin-top: -5px;
      margin-left: -5px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.23px;
      align-items: center; } }
    @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
      .search-filters-mobile {
        width: 90px;
        height: 44px;
        margin-top: -5px;
        margin-left: -5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.23px;
        align-items: center; } }
    @media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
      .search-filters-mobile {
        width: 90px;
        height: 44px;
        margin-top: -5px;
        margin-left: -5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.23px;
        align-items: center; } }
    @media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
      .search-filters-mobile {
        width: 90px;
        height: 44px;
        margin-top: -5px;
        margin-left: -5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.23px;
        align-items: center; } }
    @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
      .search-filters-mobile {
        width: 90px;
        height: 44px;
        margin-top: -5px;
        margin-left: -5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.23px;
        align-items: center; } }
    @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
      .search-filters-mobile {
        width: 90px;
        height: 44px;
        margin-top: -5px;
        margin-left: -5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.23px;
        align-items: center; } }
    @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
      .search-filters-mobile {
        width: 90px;
        height: 44px;
        margin-top: -5px;
        margin-left: -5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.23px;
        align-items: center; } }
    @media only screen and (width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
      .search-filters-mobile {
        width: 90px;
        height: 44px;
        margin-top: -5px;
        margin-left: -5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.23px;
        align-items: center; } }
    @media only screen and (width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) {
      .search-filters-mobile {
        width: 90px;
        height: 44px;
        margin-top: -5px;
        margin-left: -5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.23px;
        align-items: center; } }
    @media only screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3) {
      .search-filters-mobile {
        width: 90px;
        height: 44px;
        margin-top: -5px;
        margin-left: -5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.23px;
        align-items: center; } }
    @media screen and (max-width: 959px) {
      .search-filters-mobile {
        display: block; } }
    .search-filters-mobile .open-filters-modal-btn {
      display: flex;
      align-items: center;
      font-weight: 600; }
    .search-filters-mobile .open-icon {
      margin-left: 0.7rem; } }

.filters-modal .modal-dialog {
  margin: 0 auto;
  margin-top: 8rem;
  height: 90vh; }

.filters-modal .modal-content {
  height: 100%; }

.filters-modal .modal-body {
  overflow: auto;
  padding: 0 1.5rem;
  padding-top: 2.2rem; }

.filters-modal .modal-title {
  font-size: 0.88em;
  font-weight: bold;
  align-self: center;
  color: #0d1231; }

.filters-modal .close {
  opacity: 1; }
  .filters-modal .close span {
    font-size: 1.5em;
    color: #004aff;
    font-weight: 500;
    cursor: pointer; }

@media screen and (max-width: 959px) {
  .course-info {
    flex-direction: column;
    align-items: start !important;
    margin-bottom: 1.5rem; } }

.course-info .material-icons {
  font-size: 1.2em;
  opacity: 0.5;
  color: #0d1231;
  margin-right: 0.5rem; }
  @media screen and (max-width: 959px) {
    .course-info .material-icons {
      margin-left: 0;
      margin-bottom: 0.5rem; } }

.course-info .rate-icon {
  color: #e8aa1f;
  opacity: 1;
  margin-left: 0; }

.course-info .rate-text {
  font-weight: bold; }

.course-info .course-info__texts {
  font-size: 0.88em;
  color: #0d1231; }

.reservation-group-item {
  border-radius: unset;
  box-shadow: unset;
  border-bottom: 1px solid #c6c6c8;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  transition: 0.3s; }
  .reservation-group-item .start-time {
    font-size: 26px;
    font-weight: 900;
    text-transform: lowercase;
    color: #0d1231;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.5px;
    color: #1d1d22; }
  @media screen and (max-width: 380px) {
    .reservation-group-item .reservation-details {
      flex-wrap: wrap;
      justify-content: space-around; } }
  @media screen and (max-width: 599px) {
    .reservation-group-item .reservation-details {
      flex-direction: column !important; } }
  @media screen and (max-width: 599px) {
    .reservation-group-item .reservation-details .align-items-center {
      align-items: unset !important; } }
  @media screen and (max-width: 599px) {
    .reservation-group-item .align-items-center {
      align-items: unset !important; } }
  .reservation-group-item .reservation-details__texts {
    font-size: 0.88em;
    color: #0d1231;
    white-space: nowrap; }
  .reservation-group-item .reservation-details__ltexts {
    font-size: 0.88em;
    color: #0d1231;
    white-space: nowrap; }
    @media screen and (max-width: 599px) {
      .reservation-group-item .reservation-details__ltexts {
        display: none !important; } }
  .reservation-group-item .reservation-details__mtexts {
    display: none !important; }
    @media screen and (max-width: 599px) {
      .reservation-group-item .reservation-details__mtexts {
        display: flex !important;
        font-size: 0.88em;
        color: #0d1231;
        white-space: nowrap; } }
  .reservation-group-item .player-suffix {
    display: inline-block;
    font-size: 0.88em;
    color: #0d1231;
    margin-left: 0.5em;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.2px;
    color: #1d1d22; }
    @media screen and (max-width: 959px) {
      .reservation-group-item .player-suffix {
        display: block; } }
  .reservation-group-item .material-icons {
    font-size: 1.2em;
    opacity: 0.5;
    color: #0d1231;
    margin-right: 0.5rem;
    margin-left: 1rem; }
  .reservation-group-item .start-price {
    font-size: 1.5em;
    font-weight: bold;
    text-align: end;
    color: #0d1231;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.5px;
    text-align: right;
    color: #1d1d22; }
  .reservation-group-item .member-rates-link {
    font-size: 0.75em;
    font-weight: 600;
    text-align: right;
    color: #004aff;
    text-decoration: none !important; }
  .reservation-group-item .restricted-rate {
    margin-bottom: 1rem; }
    .reservation-group-item .restricted-rate i {
      color: #4563f6;
      opacity: 1;
      margin-left: 0; }
    .reservation-group-item .restricted-rate h3 {
      margin-bottom: 0rem;
      font-size: 16px;
      font-weight: bold;
      color: #5072fc; }
    @media screen and (max-width: 959px) {
      .reservation-group-item .restricted-rate {
        margin-bottom: auto;
        margin-top: 0.3rem; }
        .reservation-group-item .restricted-rate i {
          font-size: 1rem;
          margin-left: auto; }
        .reservation-group-item .restricted-rate h3 {
          font-size: 14px; } }
  .reservation-group-item .reservation-item-detail {
    height: 32px;
    margin-right: 1.5rem; }
    @media screen and (max-width: 599px) {
      .reservation-group-item .reservation-item-detail {
        margin-right: 0;
        height: 20px; } }
  .reservation-group-item .reservation-item-detail-Margin {
    margin-right: 0px; }
  .reservation-group-item .reservation-item-line {
    width: 1px;
    height: 32px;
    margin: 0 8px 0 0;
    background-color: #c6c6c8; }
    @media screen and (max-width: 599px) {
      .reservation-group-item .reservation-item-line {
        display: none; } }
  .reservation-group-item .Availability {
    width: 100px;
    height: 14px;
    margin: 0 0 4px;
    line-height: 1;
    letter-spacing: -0.2px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    color: #606064; }
    @media screen and (max-width: 599px) {
      .reservation-group-item .Availability {
        float: left !important; } }
  .reservation-group-item .Availability-Player {
    width: 30px;
    height: 14px;
    margin: 0 4px 0 0;
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #1d1d22; }
  .reservation-group-item .align-items-center span {
    float: none;
    display: block; }
  .reservation-group-item .reservation-item-Holes-text {
    width: 35px;
    height: 14px;
    margin: 0 0 4px;
    line-height: 1;
    letter-spacing: -0.2px; }
  @media screen and (max-width: 599px) {
    .reservation-group-item .reservation-has18holes-text {
      margin: 0 0 0 5px !important; } }
  @media screen and (max-width: 599px) {
    .reservation-group-item .reservation-has9holes-text {
      margin: 0 0 0 -5px !important; } }
  .reservation-group-item .reservation-item-Holes {
    width: 17px;
    height: 14px;
    margin: 4px 18px 0 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #606064; }
  .reservation-group-item .reservation-item-Cart-text {
    width: 27px;
    height: 14px;
    margin: 0 34px 4px 0;
    line-height: 1;
    letter-spacing: -0.2px; }
    @media screen and (max-width: 599px) {
      .reservation-group-item .reservation-item-Cart-text {
        float: left !important;
        margin: 0; } }
  .reservation-group-item .reservation-item-Cart {
    width: 61px;
    height: 14px;
    margin: 4px 0 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #606064; }
  .reservation-group-item .arrow-price {
    border: solid #3b54ef;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    cursor: pointer !important;
    width: 10px;
    height: 10px;
    position: relative;
    top: 50%;
    left: 115%;
    border-color: #1d1d22; }
    @media screen and (max-width: 959px) {
      .reservation-group-item .arrow-price {
        display: none; } }
  @media screen and (max-width: 959px) {
    .reservation-group-item .flex-column.mr-4 {
      margin-right: 0rem !important; } }
  @media screen and (max-width: 599px) {
    .reservation-group-item .flex-column.mr-4 {
      margin-top: 20px !important; } }
  .reservation-group-item .right-price {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    cursor: pointer !important; }
  .reservation-group-item .max-price {
    font-size: 1rem;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.5px;
    text-align: right;
    color: #1d1d22;
    margin: 0 0 2px; }
    .reservation-group-item .max-price .text-style-1 {
      font-weight: normal;
      color: #1d1d22;
      padding-right: 3px; }
  .reservation-group-item .per-player {
    margin: 4px 0 0 23px;
    font-size: 0.8rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.2px;
    color: #1d1d22;
    text-align: right !important;
    padding-bottom: 5px; }
  .reservation-group-item .all-in-price-one-value {
    margin-top: 30px; }
  .reservation-group-item .all-in-price-total-only {
    margin-top: 40px; }

.special-rate {
  background-color: #004aff;
  color: white;
  height: 12%;
  text-align: center;
  word-spacing: 1px;
  margin-left: 50%;
  padding-left: 1%;
  padding-right: 1%;
  border-radius: 4px;
  font-weight: bold;
  width: max-content;
  margin-top: 1%; }

.sub-pricing-cls {
  width: 52px;
  height: 10px;
  margin: 4px 0;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.4px;
  color: #606064 !important; }

.min-max-price {
  margin-bottom: 10px !important; }

.all-in-price {
  width: 70px;
  height: 12px;
  margin: 0 0 0 2px;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.2px;
  text-align: right;
  color: #1d1d22; }

.price-all-details {
  line-height: 1 !important; }
  .price-all-details .material-icons {
    font-size: 12px !important;
    opacity: inherit !important;
    color: #1d1d22;
    margin: 0 !important; }

.total-price-teetime-value {
  padding-left: 48%; }

.total-price-teetime {
  width: 20px;
  height: 10px;
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.4px;
  color: #1d1d22; }

@media screen and (min-width: 270px) and (max-width: 460px) {
  .special-rate {
    margin-left: 0;
    margin-top: 7%;
    font-size: 12px; } }

@media screen and (min-width: 461px) and (max-width: 720px) {
  .special-rate {
    margin-left: 25%;
    margin-top: 7%;
    font-size: 14px; } }

@media screen and (min-width: 721px) and (max-width: 1350px) {
  .special-rate {
    margin-left: 30%; } }

.w-full {
  width: 100%; }

.justify-between {
  justify-content: space-between; }

.cursor-pointer {
  cursor: pointer; }

.pt-6 {
  padding-top: 1.5rem; }

.gap-2 {
  grid-gap: .5rem;
  gap: .5rem; }

.flex-col {
  -webkit-flex-direction: column;
  flex-direction: column; }

.items-center {
  -webkit-align-items: center;
  align-items: center; }

.items-end {
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.gap-1 {
  grid-gap: .25rem;
  gap: .25rem; }

.self-end {
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.justify-center {
  justify-content: center; }

.items-start {
  align-items: flex-start; }

.items-end {
  align-items: flex-end; }

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

.justify-start {
  justify-content: flex-start; }

.justify-end {
  justify-content: flex-end; }

.reservation-details-texts {
  font-size: 0.88em;
  color: #0d1231;
  white-space: nowrap; }

.special-teetime-section {
  color: blue;
  width: 22px;
  height: 22px;
  margin: 0px 0 3px 6px;
  padding: 4px;
  border-radius: 4px;
  background-color: #004aff;
  vertical-align: middle; }

.reservation-group-list li:last-child {
  border: none; }

.reservation-group-list {
  padding: 0;
  margin-top: 1.5rem; }
  .reservation-group-list .no-results-title {
    margin-top: 3rem;
    color: #0d1231;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center; }
  .reservation-group-list .no-results-text {
    margin-top: 1.5rem;
    color: #0d1231;
    font-size: 0.88em;
    text-align: center; }
  @media screen and (max-width: 599px) {
    .reservation-group-list {
      border-top: 1px solid #c6c6c8; } }

.alice-carousel .animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.alice-carousel .animated-out {
  z-index: 1; }

.alice-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }

.alice-carousel {
  position: relative;
  width: 100%;
  margin: auto;
  direction: ltr; }

.alice-carousel__wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  width: 100%;
  height: auto; }

.alice-carousel__stage {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  transform-style: flat;
  -webkit-transform-style: flat;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .alice-carousel__stage-item {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    vertical-align: top;
    white-space: normal;
    line-height: 0; }
    .alice-carousel__stage-item * {
      line-height: initial; }
    .alice-carousel__stage-item.__hidden {
      opacity: 0;
      overflow: hidden; }

.alice-carousel__prev-btn,
.alice-carousel__next-btn {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px; }
  .alice-carousel__prev-btn [data-area]::after,
  .alice-carousel__next-btn [data-area]::after {
    position: relative;
    content: attr(data-area);
    text-transform: capitalize; }

.alice-carousel__prev-btn {
  text-align: right; }

.alice-carousel__prev-btn-item,
.alice-carousel__next-btn-item {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  margin: 0;
  color: #465798; }
  .alice-carousel__prev-btn-item:hover,
  .alice-carousel__next-btn-item:hover {
    color: darkred; }
  .alice-carousel__prev-btn-item.__inactive,
  .alice-carousel__next-btn-item.__inactive {
    opacity: 0.4;
    pointer-events: none; }

.alice-carousel__play-btn {
  position: absolute;
  top: 30px;
  left: 20px;
  display: inline-block; }
  .alice-carousel__play-btn:hover {
    cursor: pointer; }
  .alice-carousel__play-btn-wrapper {
    position: relative;
    width: 32px;
    height: 32px;
    padding: 10px;
    border-radius: 50%;
    background-color: #fff; }

.alice-carousel__play-btn-item {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent; }
  .alice-carousel__play-btn-item::before, .alice-carousel__play-btn-item::after {
    position: absolute;
    pointer-events: none;
    display: block;
    width: 0;
    height: 0;
    content: '';
    transition: all 0.4s linear;
    border-width: 8px 0 8px 15px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #465798; }
  .alice-carousel__play-btn-item::before {
    left: 5px;
    height: 14px; }
  .alice-carousel__play-btn-item::after {
    top: 7px;
    left: 18px; }
  .alice-carousel__play-btn-item.__pause::before, .alice-carousel__play-btn-item.__pause::after {
    height: 30px;
    border-width: 0 0 0 10px; }
  .alice-carousel__play-btn-item.__pause::after {
    top: 0;
    left: 18px; }

.alice-carousel__dots {
  margin: 30px 3px 5px;
  padding: 0;
  list-style: none;
  text-align: center; }
  .alice-carousel__dots > li {
    display: inline-block; }
  .alice-carousel__dots-item:not(.__custom) {
    width: 8px;
    height: 8px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #e0e4fb; }
    .alice-carousel__dots-item:not(.__custom):not(:last-child) {
      margin-right: 20px; }
    .alice-carousel__dots-item:not(.__custom):hover, .alice-carousel__dots-item:not(.__custom).__active {
      background-color: #6e7ebc; }

.alice-carousel__slide-info {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 5px 10px;
  color: #465798;
  border-radius: 5px;
  background-color: rgba(224, 228, 251, 0.6); }
  .alice-carousel__slide-info-item {
    vertical-align: middle;
    line-height: 0; }

.alerts-mobile {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: black !important;
  margin-top: 1rem; }

.mobile-swipe {
  display: flex; }

.alice-carousel__prev-btn {
  display: none; }

.alice-carousel__next-btn {
  display: none; }

.alice-carousel__dots {
  margin: 3px 3px 5px;
  padding: 0;
  list-style: none;
  text-align: center; }

.alice-carousel__dots-item:not(.__custom) {
  width: 15px;
  height: 2px;
  cursor: pointer;
  border-radius: 0%;
  background-color: #e0e4fb; }

