/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./web/members/assets/src/scss/styles.scss ***!
  \**********************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body {
  margin: 0;
  padding: 0;
  color: #131439;
  overflow-x: hidden;
  background: #ffffff;
  font-family: "Gotham", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
}

h6, h5, h4, h3, h2, h1 {
  margin: 15px 0;
  line-height: 1.3em;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}

a {
  text-decoration: none;
}

p, ul, ol {
  margin: 15px 0;
  font-size: 18px;
}

p a, li a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
p a:hover, li a:hover {
  color: inherit;
  text-decoration: underline;
}

.container-wrap {
  display: grid;
  grid: auto/1fr minmax(0px, 1280px) 1fr;
  grid-gap: 0 15px;
}
.container-wrap .container {
  grid-column: 2/3;
}

main {
  margin-top: 95px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 95px;
  padding: 0 20px;
  transition: all 200ms ease-in-out;
  z-index: 999;
}
body.fixed .site-header {
  position: fixed;
  left: 0;
  top: 0;
}
body.absolute .site-header {
  position: absolute;
  left: 0;
  top: 0;
}
.site-header .logo {
  display: block;
  width: 102px;
  height: 55px;
}
.site-header .logo img {
  width: 100%;
}
.site-header .header__nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.site-header .header__nav-container .header__btns {
  display: flex;
  align-items: center;
}

.nav-icon3 {
  display: none;
  width: 34px;
  height: 28px;
  position: relative;
  margin: 2px 15px 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav-icon3 span:nth-child(1) {
  top: 0px;
}
.nav-icon3 span:nth-child(2), .nav-icon3 span:nth-child(3) {
  top: 12px;
}
.nav-icon3 span:nth-child(4) {
  top: 24px;
}
.nav-icon3.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-icon3.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.fixed-header main {
  margin-top: 95px;
}
.transparent-header main {
  margin: 0;
}

section.page-intro {
  padding: 60px 0;
}

#site-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  z-index: 1001;
  backdrop-filter: blur(2px);
  display: none;
}
#site-overlay.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
#site-overlay .progress-icon {
  display: none;
}
#site-overlay .progress-icon .lds-roller div:after {
  background: #fff !important;
}

.swal-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
}

.swal-modal {
  border-radius: 24px;
}

.swal-title {
  font-size: 26px;
}

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

.swal-footer {
  text-align: center;
}

.swal-button {
  padding: 10px 20px;
  cursor: pointer;
  background: transparent;
  border-radius: 24px;
  transition: all 0.2s ease-in-out;
  outline: none !important;
  box-shadow: none !important;
  font-size: 16px;
}
.swal-button.swal-button--cancel {
  color: rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(0, 0, 0, 0.7);
}
.swal-button.swal-button--cancel:hover {
  color: #ffffff;
  background-color: #E31D75;
  border-color: #E31D75;
  transition: all 0.2s ease-in-out;
}
.swal-button.swal-button--confirm {
  color: #E31D75;
  border: 2px solid #E31D75;
}
.swal-button.swal-button--confirm:hover {
  color: #ffffff;
  background-color: #E31D75;
  transition: all 0.2s ease-in-out;
}

.no-scroll {
  overflow-y: hidden;
}

.btn {
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  transition: all 0.2s ease-in-out;
}
.btn.alt-blue {
  background-color: transparent;
  border: solid 2px #ffffff;
  color: #ffffff;
}
.btn.alt-blue:hover {
  background-color: #ffffff;
  color: #131439;
}
.btn.btn-blue_light {
  background-color: transparent;
  border: solid 2px #ffffff;
  color: #ffffff;
}
.btn.btn-blue_light:hover {
  background-color: #131439;
  border: solid 2px #131439;
}
.btn.grey {
  background-color: #EDEDED;
  border-color: #EDEDED;
}
.btn:disabled {
  background-color: #EDEDED !important;
  color: #787878 !important;
  border-color: #787878 !important;
  opacity: 0.8 !important;
  cursor: default !important;
}

ion-icon {
  pointer-events: none;
}

.featured-image {
  background-color: #f8f8f8;
  border-radius: 25px;
  position: relative;
}
.featured-image .featured {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-image .logo {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.25px;
  padding: 10px 20px;
  outline: 0 !important;
  cursor: pointer;
  border: 2px solid !important;
  border-radius: 24px !important;
  box-shadow: none !important;
  transition: all 0.2s ease-in-out;
  color: #ffffff !important;
  background-color: #E31D75 !important;
  border-color: #E31D75 !important;
}
.btn.outline {
  color: #E31D75 !important;
  background-color: transparent !important;
  border-color: #E31D75 !important;
}
.btn:hover {
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  border-color: rgba(0, 0, 0, 0.8) !important;
  transition: all 0.2s ease-in-out;
}
.btn.white {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.btn.white:hover {
  color: rgba(0, 0, 0, 0.8) !important;
  background-color: #ffffff !important;
}
.btn.dark {
  color: rgba(0, 0, 0, 0.8) !important;
  border-color: rgba(0, 0, 0, 0.8) !important;
}
.btn.dark:hover {
  color: #ffffff !important;
  background-color: #E31D75 !important;
  border-color: #E31D75 !important;
  transition: all 0.2s ease-in-out;
}
.btn.small {
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  padding: 6px 12px;
  background-color: #131439;
  border: 0;
}
.btn.small:hover {
  background-color: #E31D75;
}
.btn.small.used {
  background-color: #131439 !important;
  cursor: default;
  opacity: 0.5;
}
.btn:disabled {
  color: rgba(0, 0, 0, 0.5) !important;
  background-color: transparent !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
}

.btn em {
  font-style: normal;
  position: relative;
  z-index: 2;
}

.btn-blue:hover {
  color: #fff;
}

.btn-white,
.section-grid .btn {
  background-color: transparent;
  border: 2px solid #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
}

.btn-white span,
.section-grid .btn span {
  background: #fff;
}

.btn-white:hover,
.section-grid .btn:hover {
  color: #fff;
}

.btn-light {
  background-color: #eff0f3;
  border: 2px solid #eff0f3;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #131439;
  font-weight: 500;
}

.btn-light span {
  background: #131439;
}

.btn-light:hover {
  color: #fff;
}

.btn-darkgrey {
  background-color: #3A3C42;
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #E31D75;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
nav .menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
nav .menu .menu-item a {
  color: inherit;
  text-decoration: none;
}
nav .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  visibility: hidden;
}

/* UTILITIES */
.flex-row {
  display: flex;
  flex-direction: row;
}

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

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

.inner-box {
  padding: 25px 0;
}

.line-top {
  border-top: 2px solid #9eadba;
}

.line-bottom {
  border-bottom: 2px solid #9eadba;
}

.line-left {
  border-left: 2px solid #9eadba;
  margin: 25px;
}

.line-right {
  border-right: 2px solid #9eadba;
  margin: 25px;
}

.inner-spacer {
  margin: 25px;
}

/* BUTTONS */
.simple-btn {
  border: 2px solid #E31D75;
  padding: 6px 11px;
  border-radius: 3px;
  color: #E31D75;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
}
.simple-btn:hover {
  color: #ffffff;
  background-color: #E31D75;
  transition: all 0.2s ease-in-out;
}

#card-element {
  border: 2px solid lightgrey;
  padding: 6px 3px;
  border-radius: 5px;
}

.swal2-title {
  font-size: 24px !important;
  line-height: 30px !important;
}

.custom-scrollbar {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 3px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #E31D75;
  border-radius: 3px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #FFA300;
}

.background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.progress-icon .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.progress-icon .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.progress-icon .lds-roller div:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #E31D75;
  margin: -4px 0 0 -4px;
}
.progress-icon .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.progress-icon .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.progress-icon .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.progress-icon .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.progress-icon .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.progress-icon .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.progress-icon .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.progress-icon .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.progress-icon .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.progress-icon .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.progress-icon .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.progress-icon .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.progress-icon .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.progress-icon .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.progress-icon .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.progress-icon .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

form label {
  font-size: inherit;
}

.field-group {
  margin-bottom: 40px;
}
.field-group input {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 0;
  outline: none;
  padding: 15px;
  border-radius: 24px;
}
.field-group.two-col {
  display: grid;
  grid-gap: 15px;
  grid: auto/1fr 1fr;
}

/* The switch - the box around the slider */
label.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
label.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
label.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
label.switch .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
label.switch .slider.round {
  border-radius: 34px;
}
label.switch .slider.round::before {
  border-radius: 50%;
}
label.switch input:checked + .slider {
  background-color: #E31D75;
}
label.switch input:focus + .slider {
  box-shadow: 0 0 1px #E31D75;
}
label.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.styled-checkbox {
  position: relative;
  display: flex;
  align-items: center;
}
.styled-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}
.styled-checkbox label {
  padding: 5px 0 0 50px;
  cursor: pointer;
}
.styled-checkbox label::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: solid 2px #ccc;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.styled-checkbox label::after {
  content: "✓";
  position: absolute;
  left: 7px;
  top: 0;
  color: #ffffff;
  font-size: 24px;
  opacity: 0;
}
.styled-checkbox input:checked + label::before {
  background-color: #E31D75;
  border-color: #E31D75;
}
.styled-checkbox input:checked + label::after {
  opacity: 1;
}

.plan-container .plan-overview {
  min-width: 310px;
}
.plan-container .plans-include h4 {
  margin-bottom: 5px;
}
.plan-container .plans-include ul {
  list-style: square;
  padding: 0 0 0 24px;
  margin: 0 0 20px;
}
@media (max-width: 1050px) {
  .plan-container {
    flex-wrap: wrap;
  }
  .plan-container .line-right {
    display: none;
  }
  .plan-container .inner-box {
    width: 100%;
  }
}

.membership-columns {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.membership-columns .membership-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin: 15px;
  min-width: 355px;
  max-width: 475px;
  border: 2px solid #c3cfd9;
}
.membership-columns .membership-column .btn-wrapper {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.membership-columns .membership-column .segment {
  padding: 15px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-content: flex-start;
}
.membership-columns .membership-column .membership-title {
  font-size: 17px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.membership-columns .membership-column .membership-title .current-plan {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #3CB371;
  border: solid 2px #3CB371;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 900;
}
.membership-columns .membership-column .membership-cost {
  font-size: 24px;
  font-weight: 600;
}
.membership-columns .membership-column .membership-button-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
}
.membership-columns .membership-column .membership-button-container .btn-choose {
  display: inline-block;
}
.membership-columns .membership-column .membership-button-container .btn-selected {
  display: none;
}
.membership-columns .membership-column .info-points .info-point {
  margin: 8px 0;
}
.membership-columns .membership-column .info-points .info-line {
  height: 2px;
  width: 60px;
  background-color: #9eadba;
}
.membership-columns .membership-column.selected .btn-selected {
  display: inline-block;
}
.membership-columns .membership-column.selected .btn-choose {
  display: none;
}
.membership-columns.membership-column-selectable .membership-column {
  transition: all 200ms;
}

.member_bookings__elements_container .member_bookings__upcoming .panel--basic {
  flex-direction: column;
  margin-bottom: 20px;
}

.member_bookings__space_name {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 20px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.member_bookings__previous_container {
  display: flex;
  flex-direction: column;
}
.member_bookings__previous {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 15px;
}
.member_bookings__previous > div {
  width: 20%;
}
.member_bookings__upcoming {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.member_bookings__element {
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
  color: #4d4d4d;
  display: flex;
  flex-direction: column;
}
.member_bookings__canceled {
  margin-top: 13px;
  text-align: center;
  color: red;
  padding: 6px 15px;
  display: none;
}
.member_bookings__canceled.visible {
  display: block;
}
.member_bookings__elements_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.member_bookings__cancel_button {
  background-color: #fc1f4a;
  border: none;
  color: #fff;
  padding: 10px 15px;
  border-radius: 32px;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  width: 100%;
  margin-top: 5px;
  display: none;
  justify-content: center;
}
.member_bookings__cancel_button:hover {
  background-color: #ff4f72;
  color: white;
  cursor: pointer;
}
.member_bookings__cancel_button.visible {
  display: flex;
}
.member_bookings__bookings_title {
  color: #4d4d4d;
}
.member_bookings__no_bookings {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 1350px) {
  .member_bookings__upcoming {
    width: 33.3%;
  }
}
@media only screen and (max-width: 1050px) {
  .member_bookings__upcoming {
    width: 50%;
  }
  .member_bookings__previous {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 800px) {
  .member_bookings__upcoming {
    width: 100%;
  }
}
.my-credits .credit-container {
  display: flex;
  width: 230px;
  justify-content: space-between;
  margin: 10px 0;
}
.my-credits__purchase_history {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}
.my-credits__purchase_history > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.my-credits__purchase_history > div > div {
  justify-content: center !important;
}
@media (max-width: 640px) {
  .my-credits__purchase_history > div {
    margin: 15px 0 !important;
  }
  .my-credits__purchase_history > div > div {
    width: 100% !important;
  }
}
.my-credits__purchase_history strong {
  line-height: 30px;
}
.my-credits__purchase_history .date {
  width: 25%;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.my-credits__purchase_history .coworking_credits_amount {
  width: 25%;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.my-credits__purchase_history .room_credits_amount {
  width: 25%;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.my-credits__purchase_history .cost {
  width: 25%;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.payment-btn-disabled {
  background-color: #d0d0d0 !important;
  cursor: default !important;
}

.my_payment_container {
  margin-top: 20px;
}

.card_container {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  background-color: white;
  border-radius: 30px;
  padding: 20px;
}
@media only screen and (max-width: 900px) {
  .card_container {
    flex-direction: column;
    align-items: center;
  }
}
.card_container .card_details {
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card_container .card_details div {
  margin-top: 8px;
}
.card_container .card_details .brand_name {
  display: flex;
}
@media only screen and (max-width: 900px) {
  .card_container .card_details .brand_name {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.card_container .card_details .default_card {
  background-color: #E31D75;
  color: white;
  border-radius: 10px;
  padding: 2px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 8px;
}
@media only screen and (max-width: 900px) {
  .card_container .card_details .default_card {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
}
.card_container .card_actions_container {
  width: 200px;
}
.card_container .card_actions_container .update_card,
.card_container .card_actions_container .delete_card,
.card_container .card_actions_container .default_card {
  margin-top: 8px;
  text-align: center;
  border-radius: 3px;
  padding: 5px 12px;
}
.card_container .card_actions_container .update_card:hover,
.card_container .card_actions_container .delete_card:hover,
.card_container .card_actions_container .default_card:hover {
  cursor: pointer;
}
.card_container .card_actions_container .delete_card {
  border: 1px solid #E31D75;
  color: #E31D75;
  position: relative;
}
.card_container .card_actions_container .delete_card.disabled {
  color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
}
.card_container .card_actions_container .delete_card.disabled:active {
  pointer-events: none;
}
.card_container .card_actions_container .delete_card .tooltip_delete {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 105%;
  left: 0;
}
.card_container .card_actions_container .delete_card:hover .tooltip_delete {
  visibility: visible;
}
.card_container .card_actions_container .default_card {
  color: #E31D75;
  text-decoration: underline;
}
.card_container .card_actions_container .update_card {
  background-color: #E31D75;
  color: white;
}

.card_details_update,
.card_details_delete,
.card_details_default {
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  bottom: 0;
  position: fixed;
  left: 0;
  z-index: 99999;
  right: 0;
  justify-content: center;
  align-items: center;
  display: none;
}
.card_details_update .card_details_container,
.card_details_delete .card_details_container,
.card_details_default .card_details_container {
  position: relative;
}
.card_details_update .card_delete_response,
.card_details_update .card_response,
.card_details_update .card_default_response,
.card_details_delete .card_delete_response,
.card_details_delete .card_response,
.card_details_delete .card_default_response,
.card_details_default .card_delete_response,
.card_details_default .card_response,
.card_details_default .card_default_response {
  display: none;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  font-weight: bold;
}
.card_details_update .loader_container,
.card_details_delete .loader_container,
.card_details_default .loader_container {
  background-color: rgba(160, 160, 160, 0.9);
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  border-radius: 30px;
  right: 0;
  justify-content: center;
  align-items: center;
  position: absolute;
  display: none;
}
.card_details_update .loader_container .loader4,
.card_details_delete .loader_container .loader4,
.card_details_default .loader_container .loader4 {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: red;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  position: absolute;
  left: 47%;
  top: 47%;
}
@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise. 
         use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.card_details_update .card_form,
.card_details_delete .card_form,
.card_details_default .card_form {
  width: 700px;
  height: 350px;
  background-color: white;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  .card_details_update .card_form,
  .card_details_delete .card_form,
  .card_details_default .card_form {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .card_details_update .card_form,
  .card_details_delete .card_form,
  .card_details_default .card_form {
    padding: 30px;
  }
}
.card_details_update .card_form .card_info,
.card_details_delete .card_form .card_info,
.card_details_default .card_form .card_info {
  display: flex;
  flex-direction: column;
}
.card_details_update .card_form .form_container,
.card_details_delete .card_form .form_container,
.card_details_default .card_form .form_container {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  align-items: center;
}
.card_details_update .card_form .form_container .update_message,
.card_details_update .card_form .form_container .delete_message,
.card_details_delete .card_form .form_container .update_message,
.card_details_delete .card_form .form_container .delete_message,
.card_details_default .card_form .form_container .update_message,
.card_details_default .card_form .form_container .delete_message {
  margin-top: 10px;
}
.card_details_update .card_form .form_container .expiry_date_con,
.card_details_delete .card_form .form_container .expiry_date_con,
.card_details_default .card_form .form_container .expiry_date_con {
  margin-top: 10px;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.card_details_update .card_form .form_container .expiry_date_con input,
.card_details_delete .card_form .form_container .expiry_date_con input,
.card_details_default .card_form .form_container .expiry_date_con input {
  text-align: center;
}
.card_details_update .card_form .form_container input,
.card_details_delete .card_form .form_container input,
.card_details_default .card_form .form_container input {
  border-radius: 15px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.card_details_update .card_form .submit_update,
.card_details_update .card_form .submit_delete,
.card_details_update .card_form .submit_default,
.card_details_delete .card_form .submit_update,
.card_details_delete .card_form .submit_delete,
.card_details_delete .card_form .submit_default,
.card_details_default .card_form .submit_update,
.card_details_default .card_form .submit_delete,
.card_details_default .card_form .submit_default {
  margin: auto;
  width: 400px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 720px) {
  .card_details_update .card_form .submit_update,
  .card_details_update .card_form .submit_delete,
  .card_details_update .card_form .submit_default,
  .card_details_delete .card_form .submit_update,
  .card_details_delete .card_form .submit_delete,
  .card_details_delete .card_form .submit_default,
  .card_details_default .card_form .submit_update,
  .card_details_default .card_form .submit_delete,
  .card_details_default .card_form .submit_default {
    width: 100%;
  }
}
.card_details_update .card_form .close_delete_msg_btn,
.card_details_update .card_form .close_form_btn,
.card_details_update .card_form .close_default_msg_btn,
.card_details_delete .card_form .close_delete_msg_btn,
.card_details_delete .card_form .close_form_btn,
.card_details_delete .card_form .close_default_msg_btn,
.card_details_default .card_form .close_delete_msg_btn,
.card_details_default .card_form .close_form_btn,
.card_details_default .card_form .close_default_msg_btn {
  text-decoration: underline;
}
.card_details_update .card_form .close_delete_msg_btn:hover,
.card_details_update .card_form .close_form_btn:hover,
.card_details_update .card_form .close_default_msg_btn:hover,
.card_details_delete .card_form .close_delete_msg_btn:hover,
.card_details_delete .card_form .close_form_btn:hover,
.card_details_delete .card_form .close_default_msg_btn:hover,
.card_details_default .card_form .close_delete_msg_btn:hover,
.card_details_default .card_form .close_form_btn:hover,
.card_details_default .card_form .close_default_msg_btn:hover {
  cursor: pointer;
}

html,
body {
  height: 100%;
  background: #fff;
  overflow: hidden;
}

#dashboard {
  display: grid;
  grid: 80px auto/300px auto;
  height: 100vh;
}
@media (max-width: 1023px) {
  #dashboard {
    display: block;
  }
}

#dash-header {
  grid-column: 2;
}
@media (max-width: 1023px) {
  #dash-header {
    width: 100%;
    padding: 5px !important;
  }
  #dash-header .text {
    font-size: 14px;
  }
}

#dash-menu {
  grid-column: 1;
  grid-row: 1/span 2;
  display: flex;
  flex-direction: column;
  background-color: rgba(237, 237, 237, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 0;
}
@media (max-width: 1023px) {
  #dash-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background-color: #EDEDED !important;
    z-index: 900;
  }
}
#dash-menu #mobile-navicon {
  display: none;
}
#dash-menu #mobile-navicon span {
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1023px) {
  #dash-menu #mobile-navicon {
    display: block;
  }
}

#dash-content {
  grid-column: 2;
  padding: 10px 40px 40px;
  overflow-y: scroll;
  min-height: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  #dash-content {
    height: 100%;
    padding: 10px 15px 120px;
  }
}
#dash-content hr {
  background-color: #EDEDED;
  border: none;
  height: 2px;
}
#dash-content .dash-container .widget {
  margin: 30px 0 40px;
  width: fit-content;
  min-width: 50%;
}
#dash-content .dash-container .widget .widget-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 5px;
  margin: 0 0 10px;
  border-bottom: solid 1px #EDEDED;
}
#dash-content .dash-container .widget .widget-header .widget-title {
  margin: 0;
}
#dash-content .dash-container .widget.wide {
  width: 100%;
}
#dash-content .dash-container .widget .inner .col > h2, #dash-content .dash-container .widget .inner .col > h3 {
  margin: 0 0 15px;
}
#dash-content .dash-container .widget .box {
  background-color: rgba(237, 237, 237, 0.6);
  border: solid 1px #EDEDED;
  border-radius: 24px;
  padding: 30px;
  margin: 0 0 40px;
}
@media (max-width: 1023px) {
  #dash-content .dash-container .widget .box {
    padding: 10px;
  }
}
#dash-content .dash-container .widget .grid {
  display: grid;
  grid: auto/repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px;
}
@media (max-width: 420px) {
  #dash-content .dash-container .widget .grid {
    grid: auto/1fr;
  }
}
#dash-content .dash-container .widget .dark {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
@media (max-width: 768px) {
  #dash-content .dash-container .widget {
    width: 100%;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  line-height: 1.2em;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 15px;
  text-transform: uppercase;
}

p {
  font-size: 15px;
}

.line-heading {
  position: relative;
  display: flex;
  align-items: center;
  margin: 40px 0 15px;
}
.line-heading::after {
  content: "";
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  height: 1px;
  width: 100%;
  margin-left: 15px;
}

#dash-menu .logo {
  position: relative;
  max-width: 120px;
  margin: 30px 10px 0px 30px;
}
#dash-menu .logo img {
  width: 100%;
  margin: 0;
}
#dash-menu .logo .admin-label {
  position: absolute;
  right: -4px;
  bottom: 6px;
  transform: translate(46px, 3px);
  color: #E31D75;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  #dash-menu .logo {
    margin: 9px 0 0 15px;
    max-width: 70px;
  }
}
#dash-menu .main-nav-wrap {
  overflow-y: scroll;
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#dash-menu .main-nav-wrap::-webkit-scrollbar-track {
  background-color: rgba(237, 237, 237, 0.5);
}
@media (max-width: 1023px) {
  #dash-menu .main-nav-wrap {
    display: none;
    position: fixed;
    bottom: 60px;
    height: auto;
    background-color: #EDEDED;
    overflow: hidden;
    width: 100%;
    border-top: solid 1px rgba(0, 0, 0, 0.3);
  }
  #dash-menu .main-nav-wrap.open {
    display: block;
  }
}
#dash-menu .nav-title {
  margin: 8px 0;
}
@media (max-width: 1023px) {
  #dash-menu .nav-title {
    font-size: 14px;
  }
}
#dash-menu .nav-menu {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  #dash-menu .nav-menu {
    margin-bottom: 0;
  }
}
#dash-menu .nav-menu .nav-item {
  color: rgba(0, 0, 0, 0.7);
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 10px 10px 10px 50px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
}
#dash-menu .nav-menu .nav-item .icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dash-menu .nav-menu .nav-item .icon svg {
  fill: rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023px) {
  #dash-menu .nav-menu .nav-item {
    font-size: 15px;
    padding: 12px 12px 12px 50px;
  }
  #dash-menu .nav-menu .nav-item .icon {
    width: 26px;
    height: 26px;
  }
}
#dash-menu .nav-menu .nav-item:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #E31D75;
  transition: all 0.2s ease-in-out;
}
#dash-menu .nav-menu .nav-item:hover .icon svg {
  fill: #ffffff;
  transition: all 0.2s ease-in-out;
}
#dash-menu .nav-menu .sub-nav .nav-item {
  font-size: 15px;
  padding: 10px 10px 10px 30px;
}

#dash-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
}
#dash-header .page-title {
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  #dash-header .page-title {
    display: none;
  }
}
#dash-header .header-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  #dash-header .header-nav {
    width: 100%;
    justify-content: space-between;
  }
}
#dash-header .header-nav .nav-item {
  display: flex;
  align-items: center;
  margin-right: 40px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  position: relative;
}
@media (max-width: 1023px) {
  #dash-header .header-nav .nav-item {
    margin-right: 0;
  }
}
#dash-header .header-nav .nav-item .icon {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
#dash-header .header-nav .nav-item .icon svg {
  width: 100%;
  max-width: 40px;
  fill: rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease-in-out;
}
#dash-header .header-nav .nav-item:hover {
  text-decoration: none;
  color: #E31D75;
  transition: all 0.2s ease-in-out;
}
#dash-header .header-nav .nav-item:hover .icon svg {
  fill: #E31D75;
  transition: all 0.2s ease-in-out;
}
#dash-header .header-nav #cart-icon {
  position: relative;
  display: none;
}
#dash-header .header-nav #cart-icon .cart-num {
  position: absolute;
  top: -5px;
  right: 3px;
  font-size: 14px;
}
#dash-header .header-nav .member-book {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  line-height: 22px;
  transition: all 0.2s ease-in-out;
}
#dash-header .header-nav .member-book:hover {
  text-decoration: none;
  color: #E31D75;
  transition: all 0.2s ease-in-out;
}
#dash-header .header-nav .member-book:hover .icon {
  color: #E31D75;
  border: solid 2px #e31d75;
  transition: all 0.2s ease-in-out;
}
#dash-header .header-nav .member-book:hover .icon::after, #dash-header .header-nav .member-book:hover .icon::before {
  background-color: #e31d75;
  transition: all 0.2s ease-in-out;
}

main#login-register {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 100vh;
  overflow-y: auto;
  margin: 0;
}
main#login-register > .inner {
  display: grid;
  grid: auto/1fr 1fr;
  gap: 30px 40px;
  justify-content: start;
  max-width: 768px;
}
main#login-register > .inner p {
  font-size: 16px;
}
@media (max-width: 768px) {
  main#login-register > .inner {
    grid: auto/1fr;
  }
}
main#login-register.reset > .inner {
  width: 100%;
  margin-bottom: 40px;
}
main#login-register.reset .info {
  font-size: 14px;
  line-height: 1.4em;
}
main#login-register .addition {
  grid-column: span 2;
}
@media (max-width: 768px) {
  main#login-register .addition {
    grid-column: span 1;
  }
}
main#login-register .addition .inner {
  border: dashed 2px rgba(0, 0, 0, 0.2);
  padding: 15px 70px 15px 15px;
  position: relative;
}
main#login-register .addition .inner .remove {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
main#login-register .addition .inner .remove:hover {
  color: #E31D75;
  transition: all 0.2s ease-in-out;
}
main#login-register .addition.announcement .inner {
  border: solid 2px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main#login-register .addition.announcement .icon {
  max-width: 40px;
  display: inline-block;
  margin-right: 15px;
}
main#login-register .addition.announcement .icon svg {
  width: 100%;
  fill: orange;
}
main#login-register .addition.announcement p {
  margin: 0;
  font-size: 14px;
}
main#login-register .addition.product .product-name {
  margin: 0 0 5px;
}
main#login-register .addition.product .product-summary {
  font-size: 14px;
  margin: 0 0 10px;
  padding-right: 20%;
}
main#login-register .addition.product .price {
  font-weight: 700;
}
main#login-register .logo {
  width: 100%;
  max-width: 100px;
}
main#login-register h1 {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0 0 15px;
  padding-left: 5px;
}
main#login-register form p {
  padding-left: 5px;
}
main#login-register input {
  width: 100%;
  border: solid 1px transparent;
  border-bottom-color: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  padding: 15px 15px 15px 5px;
  margin-bottom: 10px;
  outline: 0;
}
main#login-register input:focus {
  border-color: transparent;
  outline: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
main#login-register input:last-of-type {
  margin-bottom: 5px;
}
main#login-register .forgot {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  color: #E31D75;
  padding-left: 5px;
  display: inline-block;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out;
  width: 100%;
  text-align: right;
}
main#login-register .forgot:hover {
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.2s ease-in-out;
}
main#login-register .msg {
  display: none;
  padding-left: 5px;
  margin-bottom: 0;
  font-size: 14px;
}
main#login-register .msg.show {
  display: block;
}
main#login-register .login-footer {
  width: 100%;
  max-width: 768px;
  margin-top: 15px;
  font-size: 14px;
}
main#login-register .login-footer .create-account {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: right;
  padding: 0 0 5px;
}
main#login-register .login-footer .create-account p {
  font-size: 16px;
  margin: 0 10px 0 0;
  display: inline-block;
}
main#login-register .login-footer .create-account .register {
  padding: 2px 6px;
  text-decoration: none;
  font-size: 14px;
}
main#login-register .login-footer .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px;
  border-top: solid 1px rgba(0, 0, 0, 0.4);
  width: 100%;
}
main#login-register .login-footer span {
  display: inline-block;
  margin-right: 15px;
}
main#login-register .login-footer a {
  color: inherit;
  transition: all 0.2s ease-in-out;
}
main#login-register .login-footer a:hover {
  color: #E31D75;
  transition: all 0.2s ease-in-out;
}

.notices .notification {
  border-radius: 6px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.notices .notification.red {
  border: solid 1px #E31D75;
  background-color: rgba(227, 29, 117, 0.1);
  color: #E31D75;
}
.notices .notification.blue {
  border: solid 1px #009BCD;
  background-color: rgba(0, 155, 205, 0.1);
  color: #009BCD;
}
.notices .notification p {
  margin: 0;
  padding: 0;
}

.booking-list .booking {
  font-size: 16px;
  margin-bottom: 10px;
  display: grid;
  grid: auto/1fr 120px 120px;
  gap: 0 10px;
}
.booking-list .booking span {
  display: inline-block;
  text-align: right;
}
.booking-list .booking span.space {
  margin: 0;
  display: block;
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .booking-list .booking {
    grid: auto/120px 1fr;
  }
  .booking-list .booking span {
    text-align: left;
  }
  .booking-list .booking span.space {
    grid-column: span 2;
  }
}

.dash-container.bookings {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.dash-container.events .swiper {
  width: 100%;
  height: 400px;
  overflow-x: hidden;
}
.dash-container.events .swiper .swiper-slide {
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.dash-container.events .swiper .swiper-slide .event-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.dash-container.events .swiper .swiper-slide .org-logo {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 100%;
  max-width: 100px;
}
.dash-container.events .swiper .swiper-slide .slide-box {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  min-width: 60%;
}
.dash-container.events .swiper .swiper-slide .slide-box h4 {
  margin: 5px 0;
  text-transform: none;
  font-size: 18px;
}
.dash-container.events .swiper .swiper-slide .slide-box .date {
  display: block;
  font-size: 16px;
}
.dash-container.events .swiper .swiper-slide .slide-box .time {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.dash-container .widget.package .inner .info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .dash-container .widget.package .inner .info {
    flex-direction: column;
  }
}
.dash-container .widget.package .inner .info span {
  margin-right: 30px;
}
.dash-container .widget.package .inner .info span:last-of-type {
  margin-right: 0px;
}
.dash-container .widget.package .inner .usage .col {
  border: solid 2px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  padding: 15px;
}
.dash-container .widget.package .inner .usage .credits {
  display: block;
  font-size: 22px;
}
.dash-container table.bookings {
  border-collapse: collapse;
}
.dash-container table.bookings tr:nth-of-type(odd) {
  background-color: rgba(237, 237, 237, 0.7);
}
.dash-container table.bookings thead tr {
  background-color: #ffffff !important;
}
.dash-container table.bookings td {
  padding: 4px 24px 4px 4px;
}

aside {
  background-color: #EDEDED;
  overflow: auto;
  position: relative;
  padding: 10px 0;
  box-shadow: 2px 0px 6px 1px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
aside .mobile-nav-btn {
  display: none;
}
aside::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 75%;
  background-color: #E31D75;
  position: absolute;
  top: 0;
  left: 10px;
}
aside nav {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
}
aside nav .nav-item {
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 15px 10px 15px 50px;
}
aside nav .nav-item i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
aside nav .nav-item i svg {
  fill: rgba(0, 0, 0, 0.8);
  transition: all 0.2s ease-in-out;
}
aside nav .nav-item.beta::after {
  content: "BETA";
  display: inline-block;
  position: absolute;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  margin-left: 7px;
  font-weight: 700;
}
aside nav .nav-item:hover {
  text-decoration: none;
  color: #E31D75;
  transition: all 0.2s ease-in-out;
}
aside nav .nav-item:hover.beta::after {
  color: #E31D75;
  transition: all 0.2s ease-in-out;
}
aside nav .nav-item:hover i svg {
  fill: #E31D75;
  transition: all 0.2s ease-in-out;
}
aside nav .sub-nav .nav-item {
  padding: 10px 10px 10px 30px;
}
aside nav .hide {
  display: none;
}
@media (max-width: 768px) {
  aside {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2000;
    padding: 0;
  }
  aside .mobile-nav-btn {
    display: flex;
    height: 50px;
    justify-content: flex-start;
    color: #ffffff;
    padding: 10px 0;
  }
  aside .mobile-nav-btn .text {
    font-size: 20px;
  }
  aside .mobile-nav-btn #nav-icon3 {
    display: block;
  }
  aside::before {
    width: auto;
    top: auto;
    bottom: 55px;
    right: 10px;
  }
  aside nav {
    display: none;
    padding: 10px 0;
  }
  aside nav .nav-item {
    padding: 15px 10px 15px 60px;
  }
  aside nav .nav-item i {
    left: 15px;
  }
  .dash-mobile-nav__open aside nav {
    display: block;
  }
}

.content {
  /* flex: 1 1 auto; */
  overflow-y: auto;
  padding: 30px;
  position: relative;
}
.content .content-header {
  padding-bottom: 15px;
}
.content .notify-spacer {
  height: 60px;
}
.content .payment-upgrade-bar {
  background-color: #E31D75;
  color: #ffffff;
  padding: 15px;
  max-width: 100%;
  width: 100%;
  z-index: 100;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.content .payment-upgrade-bar a {
  color: inherit;
  font-weight: 700;
}
.content .payment-upgrade-bar .btn {
  display: inline-block;
  overflow: unset;
  padding: 8px 14px;
  margin-left: 10px;
  font-weight: 400;
}

.loader {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2500;
  background-color: #ffffff;
  display: none;
}
.loader.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.subscribe-btn {
  margin-top: 30px;
}

#checkout {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 550px;
  z-index: 1001;
  transform: translateX(550px);
  transition: transform 0.15s ease-in-out;
}
#checkout.open {
  transform: translateX(0);
  transition: transform 0.15s ease-in-out;
}
@media (max-width: 768px) {
  #checkout.open {
    width: 100%;
  }
}
#checkout > .inner {
  height: 100%;
  background-color: white;
  z-index: 5;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
#checkout > .inner .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#checkout > .inner .header .checkout-title {
  margin: 0;
  font-size: 20px;
}
#checkout > .inner .header .icon {
  display: inline-flex;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
#checkout > .inner .header .icon svg {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
#checkout > .inner .header .icon.checkout-nav.back {
  visibility: hidden;
}
#checkout > .inner .header .icon:hover svg {
  fill: #E31D75;
  transition: all 0.2s ease-in-out;
}
#checkout > .inner .instruction {
  font-weight: 700;
}
#checkout > .inner h4 {
  font-size: 13px;
  color: #696969;
  padding-bottom: 5px;
  margin: 0 0 5px;
}
#checkout > .inner #cart {
  display: flex;
  flex-direction: column;
  margin: 0 0 35px;
  overflow-y: auto;
  flex: 1;
}
#checkout > .inner #cart #clear-cart {
  align-self: flex-end;
  background: transparent;
  border: 0;
  font-size: 14px;
  padding: 6;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#checkout > .inner #cart #clear-cart:hover {
  color: #E31D75;
  transition: all 0.2s ease-in-out;
}
#checkout > .inner #cart .items {
  display: flex;
  flex-direction: column;
}
#checkout > .inner #cart .items .cart-item {
  padding: 10px;
  margin-bottom: 15px;
  border: dashed 1px #EDEDED;
  position: relative;
}
#checkout > .inner #cart .items .cart-item .title {
  font-size: 16px;
  font-weight: 600;
  display: block;
}
#checkout > .inner #cart .items .cart-item .price {
  font-size: 16px;
}
#checkout > .inner #cart .items .cart-item .summary {
  grid-column: span 2;
  margin: 3px 0 0;
  font-size: 14px;
}
#checkout > .inner #cart .items .cart-item .remove-item {
  position: absolute;
  font-weight: 600;
  top: 3px;
  right: 8px;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#checkout > .inner #cart .items .cart-item .remove-item:hover {
  color: #E31D75;
  transition: all 0.2s ease-in-out;
}
#checkout > .inner .payment-methods {
  display: none;
  flex-direction: column;
  flex: 1;
}
#checkout > .inner .payment-methods .card {
  position: relative;
}
#checkout > .inner .payment-methods .card input {
  position: absolute;
  visibility: hidden;
}
#checkout > .inner .payment-methods .card .card-details {
  display: flex;
  gap: 10px;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  align-items: center;
  cursor: pointer;
}
#checkout > .inner .payment-methods .card .card-details .brand-logo {
  width: 100%;
  max-width: 40px;
}
#checkout > .inner .payment-methods .card .card-details .expiry-date {
  flex: 1;
  text-align: right;
}
#checkout > .inner .payment-methods .card .card-details:hover {
  border-color: grey;
  transition: all 0.2s ease-in-out;
}
#checkout > .inner .payment-methods .card input:checked ~ label .card-details {
  border-color: orange;
  background-color: rgba(255, 165, 0, 0.1);
}
#checkout > .inner .payment-methods #new-payment-method {
  border: dashed 2px #EDEDED;
  background: transparent;
  padding: 10px;
  font-size: 14px;
  color: grey;
  cursor: pointer;
}
#checkout > .inner .payment-methods #new-payment-method:hover {
  border-color: rgba(128, 128, 128, 0.5);
  transition: all 0.2s ease-in-out;
}
#checkout > .inner #payment-form {
  display: none;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
#checkout > .inner #payment-form > div {
  display: flex;
  flex-direction: column;
}
#checkout > .inner #payment-form .btn {
  width: 100%;
}
#checkout > .inner #payment-form #payment-element {
  margin-bottom: 15px;
}
#checkout > .inner #checkout-summary {
  flex: 1;
  padding: 15px 0;
  font-size: 15px;
}
#checkout > .inner #checkout-summary > div {
  padding: 10px 0px;
  border-top: dashed 1px #ccc;
  margin-bottom: 30px;
}
#checkout > .inner #checkout-summary .basket .sum-item {
  display: grid;
  grid: auto/auto 60px;
  gap: 0 10px;
}
#checkout > .inner #checkout-summary .basket .sum-item:not(:last-of-type) {
  margin-bottom: 8px;
}
#checkout > .inner #checkout-summary .basket .sum-item .price {
  text-align: right;
}
#checkout > .inner #checkout-summary .basket .sum-item .location {
  font-size: 13px;
}
#checkout > .inner #checkout-summary .payment {
  display: grid;
  grid: auto/60px 80px auto 110px;
  gap: 10px;
  align-items: center;
}
#checkout > .inner #checkout-summary .payment img {
  width: 100%;
}
#checkout > .inner #checkout-summary .payment .expiry-date {
  text-align: right;
}
#checkout > .inner .totals {
  text-align: right;
}
#checkout > .inner .totals .inner {
  padding: 10px 0px;
  border-top: dashed 1px #ccc;
  margin-bottom: 15px;
}
#checkout > .inner .totals .inner p {
  margin: 0;
  font-size: 16px;
}
#checkout > .inner .totals .inner .subtotals, #checkout > .inner .totals .inner .subtotals-recur {
  font-weight: 300;
  display: none;
}
#checkout > .inner .totals .inner .totals {
  font-weight: 700;
  margin-top: 5px;
}
#checkout > .inner .tc-container p {
  color: #9ea6ad;
  font-weight: 600;
  font-size: 11px;
}
#checkout > .inner .hidden {
  display: none;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.product-group-title {
  font-size: 16px;
  padding-top: 20px;
  margin: 15px 0 5px;
  border-top: solid 2px #EDEDED;
}

.product-cat-desc, .product-group-desc {
  margin: 0 0 15px;
}

.payg {
  padding-top: 20px;
  margin: 20px 0;
  border-top: solid 2px #EDEDED;
}
.payg h3 {
  margin: 0 0 5px;
}
.payg p {
  margin: 0 0 15px;
}

.products-list {
  grid: auto/repeat(auto-fill, minmax(274px, 1fr)) !important;
  gap: 30px !important;
}
.products-list .product-category {
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  text-align: center;
  overflow: hidden;
  border: solid 2px #EDEDED;
  padding: 15px;
  transition: background-color 0.2s ease-in-out;
}
.products-list .product-category .link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.products-list .product-category .img-wrap {
  border-radius: 24px;
  overflow: hidden;
  height: 240px;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.products-list .product-category .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-list .product-category .img-wrap.with-svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-list .product-category .img-wrap.with-svg svg {
  width: 60px;
}
.products-list .product-category .description {
  margin: 0 0 15px;
  font-size: 16px;
}
.products-list .product-category:hover {
  background-color: rgba(237, 237, 237, 0.7);
  transition: background-color 0.2s ease-in-out;
}
.products-list div.product {
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.products-list div.product > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.products-list div.product .product-name {
  margin: 0;
  font-size: 18px;
}
.products-list div.product .base-price {
  font-size: 28px;
  font-weight: 700;
  margin: 15px 0;
  padding: 10px 0;
  background-color: rgba(237, 237, 237, 0.7);
  width: 100%;
  text-align: center;
  border-radius: 12px;
  position: relative;
}
.products-list div.product .base-price .from {
  position: absolute;
  top: 6px;
  left: 8px;
  font-size: 14px;
  opacity: 0.6;
}
.products-list div.product .base-price .price-suffix {
  font-size: 14px;
  opacity: 0.7;
}
.products-list div.product .attributes {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
  margin-bottom: 30px;
  padding: 0;
}
.products-list div.product .attributes .attr {
  display: inline-block;
  padding: 6px 0;
  width: 100%;
  border-bottom: solid 1px #ccc;
  text-align: center;
}
.products-list div.product .attributes .attr:last-of-type {
  border: none;
}
.products-list div.product .summary {
  margin: 0 0 10px;
  font-size: 16px;
}
.products-list div.product .description {
  margin: 0 0 20px;
  font-size: 16px;
}
.products-list div.product .product-enquire {
  width: 100%;
}
.products-list div.product .product-pricing {
  width: 100%;
  padding-bottom: 15px;
}
.products-list div.product .product-pricing:last-of-type {
  padding-bottom: 0;
}
.products-list div.product .product-pricing .price-name {
  margin: 15px 0 5px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.products-list div.product .product-pricing .price-desc {
  margin: 0 0 15px;
  display: block;
  font-size: 14px;
}
.products-list div.product .product-pricing .price {
  display: block;
  margin: 15px 0;
  font-weight: 700;
}
.products-list div.product .product-pricing label {
  font-size: 14px;
  width: 100%;
  text-align: left;
}
.products-list div.product .product-pricing .xero-tracking .location-tracking-code {
  border: solid 2px #ccc;
  border-radius: 8px;
  padding: 8px;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  outline: none;
  font-size: 16px;
}
.products-list div.product .product-pricing .btn {
  width: 100%;
}

.my-product-list .product {
  display: grid;
  grid: auto/100px auto 200px;
  gap: 30px;
  border: solid 1px #EDEDED;
  border-radius: 6px;
  padding: 30px;
  max-width: 1440px;
  margin-bottom: 30px;
}
.my-product-list .product h4 {
  margin: 0;
  text-transform: capitalize;
}
.my-product-list .product h4.usage-title {
  margin-top: 33px;
}
.my-product-list .product .price-wrap {
  grid-row: span 2;
}
.my-product-list .product .price {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}
.my-product-list .product .billing-end {
  font-size: 14px;
  text-align: right;
  display: block;
  margin-top: 5px;
}
.my-product-list .product .btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  gap: 10px;
}
.my-product-list .product .product-details h3 {
  margin: 0 0 10px;
}
.my-product-list .product .product-details .stats {
  font-size: 16px;
  margin: 0;
}
.my-product-list .product .usage-wrap {
  border-top: solid 1px #EDEDED;
  padding-top: 30px;
}
.my-product-list .product .usage-wrap .usage {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.my-product-list .product .schedule-msg {
  font-size: 14px;
  display: block;
  grid-column: 2;
}
@media (max-width: 768px) {
  .my-product-list .product {
    grid: auto/1fr;
  }
  .my-product-list .product .price-wrap {
    grid-row: auto/span 1;
  }
  .my-product-list .product .price-wrap .price, .my-product-list .product .price-wrap .billing-end {
    text-align: left;
  }
  .my-product-list .product .price-wrap .btn-wrap {
    justify-content: flex-start;
  }
  .my-product-list .product h4.usage-title {
    border-top: solid 1px #EDEDED;
    padding-top: 20px;
    margin-top: 0px;
  }
  .my-product-list .product .usage-wrap {
    border-top: none;
    padding-top: 0px;
  }
  .my-product-list .product .usage-wrap .usage {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
  }
  .my-product-list .product .schedule-msg {
    grid-column: auto;
  }
}

div.product.studio-space, .dash-container .product-container {
  border: solid 1px #EDEDED;
  border-radius: 6px;
  padding: 20px;
}
div.product.studio-space h3, div.product.studio-space p, .dash-container .product-container h3, .dash-container .product-container p {
  margin: 0 0 15px;
}
div.product.studio-space .price-title, .dash-container .product-container .price-title {
  margin: 0 0 5px;
}

.product-list {
  display: grid;
  grid: auto/repeat(auto-fill, minmax(274px, 1fr)) !important;
  gap: 30px !important;
}
.product-list .product-container {
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.2);
}
.product-list .product-container .price {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0;
  padding: 10px 0;
  width: 100%;
  border-radius: 12px;
  position: relative;
}
.product-list .product-container .price .suffix {
  font-size: 14px;
  opacity: 0.7;
}

form {
  font-size: 16px;
  position: relative;
}
form input, form textarea, form select, form fieldset {
  border: solid 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: 100%;
  padding: 10px;
  cursor: pointer;
}
form input:disabled, form textarea:disabled, form select:disabled, form fieldset:disabled {
  cursor: not-allowed;
}
form input[type=text], form textarea {
  cursor: auto;
}
form label {
  display: inline-block;
}
form .field-wrap .label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
form .row {
  margin-bottom: 15px;
}
form .columns {
  display: grid;
  grid: auto/repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px;
  align-items: baseline;
}
form p.info {
  font-size: 15px;
  line-height: 18px;
}
form.account-form .inner.grid {
  display: grid !important;
  grid: auto/1fr 1fr !important;
  gap: 10px !important;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  form.account-form .inner.grid {
    grid: auto/1fr !important;
  }
}
form.account-form .button-row {
  display: flex;
  justify-content: end;
  padding-top: 10px;
}

.admin-data {
  width: 100%;
}
.admin-data td {
  height: 40px;
  vertical-align: middle;
}

.ri-admin-ui .page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ri-admin-ui #dash-header .nav-item.btn {
  display: none;
}
.ri-admin-ui #dash-content {
  margin: 0;
}
.ri-admin-ui .search-filters {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px !important;
}
.ri-admin-ui .search-filters .filters {
  padding: 0 0 20px;
  display: flex;
}
.ri-admin-ui .search-filters .filters div {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
.ri-admin-ui .search-filters .filters input[type=submit] {
  align-self: flex-end;
  width: 100%;
  max-width: 100px;
  margin-left: 30px;
}
.ri-admin-ui .admin-data {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.ri-admin-ui .admin-data tbody tr:nth-of-type(odd) {
  background-color: rgba(237, 237, 237, 0.7);
}

.admin-page .admin-tab-menu {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 6px;
}
.admin-page .admin-tab-menu .menu-item {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
.admin-page .admin-tab-menu .menu-item::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #787878;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.admin-page .admin-tab-menu .menu-item:last-of-type::after {
  display: none;
}
.admin-page .admin-tab-menu .menu-item:hover {
  color: #E31D75;
}
.admin-page .page-title {
  font-size: 30px;
  line-height: 34px;
  margin: 0 0 15px 0;
}
.admin-page h2 {
  font-size: 28px;
  line-height: 28px;
  margin: 0 0 15px 0;
}
.admin-page .no-bookings {
  width: 100%;
  padding-top: 30px;
  font-size: 24px;
  display: inline-block;
  opacity: 0.5;
}
.admin-page .records-found {
  display: inline-block;
  margin-bottom: 15px;
}
.admin-page table.admin-data {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.admin-page table.admin-data thead {
  font-weight: 700;
  text-align: left;
}
.admin-page table.admin-data thead th {
  padding: 5px 10px;
}
.admin-page table.admin-data thead tr {
  border-bottom: solid 1px #131439;
}
.admin-page table.admin-data tbody {
  text-align: left;
}
.admin-page table.admin-data tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.7);
}
.admin-page table.admin-data tbody td {
  padding: 7px 10px;
}
.admin-page table.admin-data tbody td .btn {
  display: inline;
  padding: 4px 14px;
}
.admin-page table.admin-data .cancelled td {
  opacity: 0.5;
}
.admin-page table.events th:nth-of-type(2) {
  text-align: right;
}
.admin-page table.events th:nth-of-type(3) {
  width: 180px;
}
.admin-page table.events td {
  padding: 3px 0;
}
.admin-page table.events td .btn {
  padding: 6px 14px;
  font-size: 14px;
}
.admin-page table.bookings th:nth-of-type(1) {
  width: 40px;
}
.admin-page table.bookings th:nth-of-type(4) {
  width: 160px;
}
.admin-page table.bookings th:nth-of-type(5) {
  width: 160px;
}
.admin-page table.bookings th:nth-of-type(7) {
  width: 200px;
}

aside h4 {
  padding: 20px 20px 15px;
  line-height: 28px;
  font-size: 26px;
}
aside.admin {
  background-color: #EDEDED;
  border-right: solid 1px #ccc;
  box-shadow: 1px 0px 4px 1px rgba(0, 0, 0, 0.15);
}
aside nav.members {
  position: relative;
  z-index: 10;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  background-color: transparent;
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  visibility: visible;
  opacity: 1;
  transition: none;
  backdrop-filter: none;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
aside nav.members a {
  color: #131439;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  padding: 15px 15px 15px 70px;
  position: relative;
}
aside nav.members a:hover {
  text-decoration: none;
  background-color: #e0e0e0;
  transition: all 0.2s ease-in-out;
}
aside nav.members a i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  fill: #131439;
  width: 35px;
  height: 35px;
}
aside nav.members a.sub-item {
  padding: 10px 10px 10px 40px;
  font-size: 16px;
}

.scheduling h4 {
  margin: 0 0 15px;
}
.scheduling .checkbox-wrap {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}
.scheduling .checkbox-wrap label {
  cursor: pointer;
}
.scheduling .checkbox-wrap label::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 16px;
  width: 16px;
  border: solid 2px rgba(120, 120, 120, 0.8);
  left: 0;
  border-radius: 5px;
}
.scheduling .checkbox-wrap label::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 14px;
  width: 14px;
  background-color: #E31D75;
  left: 3px;
  top: 3px;
  border-radius: 4px;
  visibility: hidden;
}
.scheduling .checkbox-wrap input[type=checkbox] {
  position: absolute;
  height: 0;
  visibility: hidden;
}
.scheduling .checkbox-wrap input[type=checkbox]:checked ~ label::after {
  visibility: visible;
}
.scheduling #data-filters {
  height: 0;
  overflow: hidden;
  border-radius: 6px;
  background-color: #ffffff;
}
.scheduling #data-filters .inner {
  padding: 15px;
}
.scheduling #data-filters.show {
  height: auto;
  margin-bottom: 15px;
}
.scheduling #data-filters .filter-buttons {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.scheduling #data-filters .filter-buttons .sources {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 30px;
  font-size: 14px;
}
.scheduling #data-filters .filter-buttons .sources div {
  padding-right: 20px;
}
.scheduling #data-filters .filter-buttons .sources .checkbox-wrap {
  padding-left: 23px;
  display: flex;
  align-items: flex-end;
}
.scheduling #data-filters .filter-buttons .sources .checkbox-wrap label {
  font-size: 14px;
}
.scheduling #data-filters .filter-buttons .sources .checkbox-wrap label:before {
  height: 14px;
  width: 14px;
  left: 0px;
}
.scheduling #data-filters .filter-buttons .sources .checkbox-wrap label:after {
  height: 12px;
  width: 12px;
  left: 3px;
  top: 3px;
}
.scheduling #data-filters .filter-buttons #apply-filters {
  margin-left: 10px;
}
.scheduling #data-filters .filters {
  display: grid;
  grid: auto/repeat(5, 1fr);
  gap: 15px;
}
.scheduling #data-filters .filters button {
  cursor: pointer;
  border: none;
  background-color: #EDEDED;
  padding: 8px 16px;
  border-radius: 4px;
  transition: all 0.1s ease-in-out;
}
.scheduling #data-filters .filters button:hover {
  background-color: #131439;
  color: #ffffff;
  transition: all 0.1s ease-in-out;
}
.scheduling #data-filters .filters button.active {
  background-color: #131439;
  color: #ffffff;
}
.scheduling #data-filters .filter-box-container {
  display: block;
  padding-top: 30px;
}
.scheduling #data-filters .filter-box-container .filter-box {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.scheduling #data-filters .filter-box-container .filter-box .inner {
  display: grid;
  grid: auto/repeat(3, 1fr);
  gap: 4px;
  padding: 0 10px 40px;
}
.scheduling #data-filters .filter-box-container .filter-box.show {
  visibility: visible;
  height: auto;
  overflow: hidden;
}
.scheduling #calendar .fc-event:hover:not(.fc-bg-event) {
  cursor: pointer;
}
.scheduling #calendar .fc-AddEvent-button {
  background-color: #E31D75;
  border-color: #E31D75;
  transition: all 0.2s ease-in-out;
  outline: 0 !important;
}
.scheduling #calendar .fc-AddEvent-button:hover {
  background-color: #131439;
  border-color: #131439;
  transition: all 0.2s ease-in-out;
}

.window-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 1440px;
  background-color: #ffffff;
  z-index: 1010;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  overflow: hidden;
  display: none;
  padding: 40px;
}
.window-popup.show {
  display: block;
}
.window-popup.view-only #new-event-form .button-row {
  display: none;
}
.window-popup.view-only #new-event-form .form-row.additional {
  margin-bottom: 0;
}
.window-popup .header-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
.window-popup .header-toolbar .title {
  font-size: 20px;
  margin: 0;
}
.window-popup .header-toolbar #close-add-event {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.window-popup .header-toolbar #close-add-event svg {
  width: 100%;
  height: auto;
}
.window-popup .header-toolbar #close-add-event:hover svg {
  fill: #E31D75;
}

#new-event-form {
  overflow-y: auto;
  height: 100%;
  max-height: 70vh;
  padding: 1px 10px 1px 0;
  position: relative;
}
#new-event-form .subtitle {
  font-size: 16px;
  margin: 0 0 10px;
}
#new-event-form .instruct {
  font-size: 14px;
  margin: 0 0 15px;
}
#new-event-form .select-col {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#new-event-form .select-col div {
  margin-right: 20px;
}
#new-event-form .checkbox-wrap {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}
#new-event-form .checkbox-wrap label {
  cursor: pointer;
}
#new-event-form .checkbox-wrap label::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 16px;
  width: 16px;
  border: solid 2px rgba(120, 120, 120, 0.8);
  left: 0;
  border-radius: 5px;
}
#new-event-form .checkbox-wrap label::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 14px;
  width: 14px;
  background-color: #E31D75;
  left: 3px;
  top: 3px;
  border-radius: 4px;
  visibility: hidden;
}
#new-event-form .checkbox-wrap input[type=checkbox] {
  position: absolute;
  height: 0;
  visibility: hidden;
}
#new-event-form .checkbox-wrap input[type=checkbox]:checked ~ label::after {
  visibility: visible;
}
#new-event-form select, #new-event-form input[type=date], #new-event-form input[type=time], #new-event-form input[type=number], #new-event-form input[type=text] {
  padding: 10px;
  border: solid 1px #787878;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}
#new-event-form .eb-disabled {
  pointer-events: none !important;
}
#new-event-form #event-title {
  width: 100%;
  outline: 0;
  cursor: auto;
  font-size: 18px;
}
#new-event-form #event-aud-tag {
  width: 100%;
  max-width: 250px;
  background-color: transparent;
  border: solid 1px grey;
  border-radius: 4px;
  outline: 0;
  padding: 10px;
  font-size: 16px;
  cursor: auto;
}
#new-event-form .date-types {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
#new-event-form .date-types .subtitle {
  margin: 0;
}
#new-event-form .date-types div {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
#new-event-form .date-types div label {
  font-size: 15px;
  margin-left: 5px;
  cursor: pointer;
}
#new-event-form .event-dates .datetime-option {
  display: flex;
  justify-content: flex-start;
}
#new-event-form .event-dates .datetime-option .col {
  display: flex;
  flex-wrap: wrap;
}
#new-event-form .event-dates .datetime-option .col h4 {
  width: 100%;
  font-size: 16px;
}
#new-event-form .event-dates .datetime-option .col div {
  margin-right: 10px;
}
#new-event-form .event-dates .datetime-option .col div label {
  display: block;
  font-size: 12px;
}
#new-event-form .event-dates .datetime-option .col .label {
  width: 100%;
  display: block;
  font-size: 12px;
}
#new-event-form .event-dates .datetime-option #event_occurs {
  padding: 3px 10px;
}
#new-event-form .event-dates.recurring .weekly {
  max-width: 300px;
  justify-content: space-between;
  margin: 30px 0;
  display: none;
}
#new-event-form .event-dates.recurring .weekly.active {
  display: flex;
}
#new-event-form .event-dates.recurring .weekly div {
  position: relative;
}
#new-event-form .event-dates.recurring .weekly input[type=checkbox] {
  height: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
#new-event-form .event-dates.recurring .weekly label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #EDEDED;
  font-size: 16px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#new-event-form .event-dates.recurring .weekly input[type=checkbox]:checked ~ label {
  background-color: #E31D75;
  color: #ffffff;
}
#new-event-form .event-dates.recurring .monthly {
  display: none;
  margin: 30px 0;
}
#new-event-form .event-dates.recurring .monthly input {
  padding: 10px;
  border: solid 1px #787878;
  border-radius: 3px;
  font-size: 14px;
  cursor: default;
  opacity: 0.7;
}
#new-event-form .event-dates.recurring .monthly.active {
  display: block;
}
#new-event-form .event-dates.recurring .ending-date {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
}
#new-event-form .event-dates.recurring .ending-date::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  max-width: 400px;
  background-color: rgba(120, 120, 120, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
#new-event-form .event-dates.recurring .ending-date div {
  position: relative;
  padding-left: 60px;
  margin-bottom: 10px;
}
#new-event-form .event-dates.recurring .ending-date div label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
#new-event-form .event-dates.recurring .ending-date div #ends-occuring {
  max-width: 157px;
}
#new-event-form .event-dates.recurring .ending-date div span {
  font-size: 14px;
  padding-left: 10px;
  display: inline-block;
}
#new-event-form .event-dates.recurring .ending-date div.seperator {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 258px;
}
#new-event-form .event-dates.recurring .ending-date div.seperator span {
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(120, 120, 120, 0.6);
}
#new-event-form .event-dates#recurring-list .list-header {
  display: grid;
  grid: auto/160px 160px 120px 120px auto;
  gap: 0 15px;
  padding: 6px;
  font-size: 14px;
}
#new-event-form .event-dates#recurring-list .series-date {
  display: grid;
  grid: auto/160px 160px 120px 120px auto;
  gap: 0 15px;
  border: dashed 1px rgba(120, 120, 120, 0.4);
  border-radius: 3px;
  padding: 6px;
  margin-bottom: 10px;
}
#new-event-form .event-dates#recurring-list .series-date input {
  border: 0;
  background-color: rgba(120, 120, 120, 0.2);
}
#new-event-form .event-dates#recurring-list .series-date .delete-series {
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  max-width: 120px;
  align-self: center;
  justify-self: end;
}
#new-event-form .event-dates#recurring-list .btn-wrap {
  display: flex;
  justify-content: start;
  padding-top: 15px;
}
#new-event-form .audience-tags {
  margin-bottom: 15px;
}
#new-event-form .spaces {
  display: grid;
  grid: auto/repeat(3, 1fr);
  gap: 4px;
}
#new-event-form .additional {
  display: grid;
  grid: auto/1fr 1fr 1fr;
  gap: 20px 15px;
}
#new-event-form .additional > div {
  position: relative;
}
#new-event-form .additional > div label {
  display: block;
  font-size: 14px;
}
#new-event-form .additional > div .prefix {
  position: absolute;
  font-size: 16px;
  left: 8px;
  top: 28px;
  opacity: 0.8;
}
#new-event-form .additional > div input {
  width: 100%;
}
#new-event-form .additional .full-col {
  grid-column: span 3;
}
#new-event-form .button-row {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}

.form-overlay {
  position: absolute;
  top: 75px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  display: none;
}
.form-overlay.show {
  display: flex;
}

#event-click-popup {
  display: none;
  z-index: 1900;
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  min-width: 280px;
}
#event-click-popup .popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
#event-click-popup .popup-close:hover {
  color: #E31D75;
}
#event-click-popup h2 {
  font-size: 16px;
  margin: 0 20px 5px 0;
}
#event-click-popup p {
  font-size: 14px;
  margin: 0 0 5px;
}
#event-click-popup .btn-wrap {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
#event-click-popup .btn-wrap .btn {
  font-size: 14px;
  padding: 3px 8px;
  border-radius: 4px;
}

table.products {
  overflow-x: auto;
}
table.products th {
  width: auto;
  padding-left: 3px;
}
table.products td {
  padding-left: 3px;
}
table.products th:nth-of-type(2), table.products th:nth-of-type(4) {
  width: 120px;
}
table.products .product-url {
  display: flex;
  align-items: center;
}
table.products .product-url input {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: transparent;
  font-size: 14px;
  padding: 3px;
  width: 100%;
}
table.products .product-url .icon {
  width: 20px;
  cursor: pointer;
  margin: 0 30px 0 10px;
}
table.products .product-url .icon svg {
  display: block;
  width: 100%;
  max-width: 20px;
}

#add-product h5 {
  font-weight: 400;
  margin: 0 0 5px;
}
#add-product .btn-wrap {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
  gap: 10px;
}
#add-product #price-list {
  width: 100%;
}
#add-product .price-tier {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
#add-product .price-tier .price-name {
  width: 100%;
  margin: 0 0 5px 0;
}
#add-product .price-tier .product-price, #add-product .price-tier .price-sku {
  margin: 0 5px 5px 0;
  max-width: 300px;
}
#add-product .price-tier .price-description {
  width: 100%;
  margin-bottom: 5px;
}
#add-product .price-tier .delete-price {
  width: 110px;
}
#add-product #add-new-price {
  justify-self: flex-start;
}
#add-product .tracking-codes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-bottom: 30px;
}
#add-product .tracking-codes div {
  display: flex;
  gap: 5px;
}
#add-product .tracking-codes div label {
  white-space: nowrap;
  cursor: pointer;
}
#add-product .account-code {
  display: flex;
  flex-direction: column;
}
#add-product .account-code #account-code {
  max-width: 200px;
}
#add-product .submit-wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
}
#add-product .submit-wrap .info {
  border-top: solid 1px #EDEDED;
  text-align: right;
  padding-top: 15px;
  margin-top: 30px;
}
#add-product .submit-wrap #product-status {
  width: 100%;
  max-width: 200px;
  margin-bottom: 15px;
}

.admin-members #member-search {
  margin-bottom: 60px;
  display: flex;
}
.admin-members #member-search input[type=text] {
  margin-right: 10px;
  max-width: 400px;
}
.admin-members .details {
  display: grid;
  grid: auto/repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 2px #EDEDED;
}
.admin-members .details div {
  position: relative;
  padding-top: 20px;
}
.admin-members .details div label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.admin-members .details div.name input:not(:last-of-type), .admin-members .details div.address input:not(:last-of-type) {
  margin-bottom: 10px;
}
.admin-members #package-list .package {
  padding: 15px;
  border: solid 1px #EDEDED;
  border-radius: 6px;
  margin-bottom: 10px;
}

.admin-finance .transaction {
  color: #E31D75;
  cursor: pointer;
}
.admin-finance #transaction {
  background-color: #ffffff;
  border-radius: 3px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 1px #EDEDED;
  padding: 15px;
  display: none;
  z-index: 2001;
  height: auto;
  width: auto;
}
.admin-finance #transaction .form-overlay {
  top: 0;
}
.admin-finance #transaction fieldset {
  margin-bottom: 15px;
  display: grid;
  grid: auto/1fr 1fr 1fr;
  gap: 15px;
  cursor: auto;
}
.admin-finance #transaction fieldset label {
  color: #787878;
  font-size: 14px;
}
.admin-finance #transaction fieldset .btn {
  grid-column: 3;
  justify-self: end;
  text-transform: none;
}
#member-action-alert {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  padding: 15px;
}
#member-action-alert .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #EDEDED;
  padding: 30px;
  border-radius: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  max-width: 600px;
}
#member-action-alert .inner .title {
  margin: 0 0 15px;
}
#member-action-alert .inner .content {
  display: none;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
}
#member-action-alert .inner .progress-icon {
  display: none;
}
#member-action-alert .inner i {
  display: none;
  width: 100%;
  max-width: 50px;
  margin-bottom: 10px;
}
#member-action-alert .inner i.info, #member-action-alert .inner i.success, #member-action-alert .inner i.fail {
  fill: #E31D75;
  color: #E31D75;
}
#member-action-alert .inner .buttons {
  display: flex;
}
#member-action-alert .inner .buttons .btn {
  display: none;
  margin: 0 15px;
}

.popup-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  padding: 20px;
  border-radius: 25px;
  background-color: #EDEDED;
  width: 90vw;
  max-width: 900px;
  height: 90vh;
  max-height: 600px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  color: #131439;
}
.popup-window .inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.popup-window .inner .message-card {
  overflow-y: auto;
  margin-bottom: 10px;
}
.popup-window .inner .message-card .title {
  font-size: 26px;
  line-height: 36px;
  margin: 0 0 15px;
}
.popup-window .inner .message-card h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 15px;
}
.popup-window .inner .message-card h4 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 10px;
}
.popup-window .inner .message-card p {
  margin: 0 0 15px;
}
.popup-window .inner .message-card strong {
  color: #E31D75;
}
.popup-window .inner .nav-wrap .nav-btns {
  display: flex;
  justify-content: flex-end;
}
.popup-window .inner .nav-wrap .nav-count {
  display: flex;
  justify-content: flex-end;
  margin: 0 10px 15px 0;
}
@media (max-width: 768px) {
  .popup-window .inner .nav-wrap {
    margin-bottom: 10px;
  }
}
.popup-window .not-show {
  position: absolute;
  text-align: right;
  bottom: 20px;
  left: 20px;
}
.popup-window .not-show input {
  position: absolute;
  height: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
}
.popup-window .not-show label {
  margin: 0;
  cursor: pointer;
  padding-left: 20px;
  font-size: 14px;
}
.popup-window .not-show label::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid 1px rgba(19, 20, 57, 0.3);
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 3px;
}
.popup-window .not-show label::after {
  content: "✔";
  position: absolute;
  left: 2px;
  top: 1px;
  font-size: 12px;
  opacity: 0;
}
.popup-window .not-show input:checked + label::after {
  opacity: 1;
}
.popup-window .org-is-here .org-benefits {
  display: grid;
  grid: auto/repeat(auto-fit, minmax(132px, 1fr));
  grid-gap: 30px;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .popup-window .org-is-here .org-benefits {
    grid: auto/1fr 1fr;
    grid-gap: 15px;
    padding-bottom: 30px;
  }
}
.popup-window .org-is-here .org-benefits .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.popup-window .org-is-here .org-benefits .col .icon {
  width: 100%;
  max-width: 70px;
  opacity: 0.8;
  margin-bottom: 15px;
}
.popup-window .org-is-here .org-benefits .col span {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .popup-window .org-is-here .org-benefits {
    grid: auto/1fr 1fr;
    grid-gap: 15px;
  }
  .popup-window .org-is-here .org-benefits .col .icon {
    max-width: 50px;
  }
  .popup-window .org-is-here .org-benefits .col span {
    font-size: 16px;
  }
}
.popup-window#terms-conditions-messaging .inner {
  overflow: hidden;
}
.popup-window#terms-conditions-messaging .terms-conditions {
  overflow-y: scroll;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #ffffff;
}
.popup-window#terms-conditions-messaging .agree.disabled {
  pointer-events: none;
  background-color: #ccc;
  border-color: #ccc;
}

html body.swal2-height-auto {
  height: 100% !important;
}

.bookings {
  padding-bottom: 15px;
  margin-bottom: 3px;
  border-bottom: solid 1px #EDEDED;
}
.bookings > .booking {
  padding: 15px;
  border: solid 2px #EDEDED;
  border-radius: 12px;
  display: grid;
  grid: auto/1fr 120px;
  font-size: 15px;
  margin-bottom: 10px;
  max-width: 800px;
}
.bookings > .booking h3 {
  margin: 10px 0 3px;
}
.bookings > .booking span {
  display: inline-block;
}
.bookings > .booking span.venue {
  margin-bottom: 10px;
}
.bookings > .booking span.status {
  display: block;
}
.bookings > .booking .status {
  padding: 3px 9px;
  background-color: orange;
  color: white;
  font-size: 14px;
  width: fit-content;
  border-radius: 6px;
}
.bookings > .booking .status.confirmed_paid {
  background-color: green;
}
.bookings > .booking .inductions {
  display: flex;
  justify-content: flex-end;
}
.bookings > .booking .inductions .icon {
  display: inline-block;
  width: 30px;
  position: relative;
  cursor: pointer;
}
.bookings > .booking .inductions .icon svg {
  width: 100%;
  height: auto;
}
.bookings > .booking .inductions .icon:hover .tooltip {
  visibility: visible;
}
.bookings > .booking .inductions .tooltip {
  position: absolute;
  background-color: #484848;
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 3px;
  right: 106%;
  white-space: nowrap;
  visibility: hidden;
  font-size: 13px;
}
.bookings > .booking .booking-buttons {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-width: 200px;
}
.bookings > .booking .booking-buttons .btn.add-to-cart {
  width: 100%;
}
.bookings.grid {
  display: grid;
  grid: auto/repeat(auto-fill, minmax(260px, 1fr));
}
.bookings.list {
  width: 100%;
  max-width: 1920px;
  border-collapse: collapse;
}
.bookings.list thead tr {
  background-color: #EDEDED;
}
.bookings.list td {
  padding: 1px 1px 1px 3px;
}

.bookings-table-key {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  width: 100%;
  font-size: 13px;
  margin-bottom: 40px;
}
.bookings-table-key > span {
  display: flex;
  align-items: center;
}
.bookings-table-key .icon {
  display: inline-block;
  width: 18px;
}
.bookings-table-key .icon svg {
  width: 100%;
  height: auto;
}

.table-nav {
  width: 100%;
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  display: none;
}

.useful-documents .document {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid #EDEDED;
}
.useful-documents .document h4 {
  margin: 0 0 5px;
}

#billing .payment-methods-list {
  max-width: 768px;
}
#billing .payment-methods-list .add-payment-method {
  border: dashed 2px #EDEDED;
  padding: 15px;
  background-color: transparent;
  text-align: center;
  width: 100%;
  color: #ccc;
  border-radius: 3px;
  margin-bottom: 15px;
  cursor: pointer;
  display: block;
}
#billing .payment-methods-list .add-payment-method:hover {
  border-color: #E31D75;
  color: #E31D75;
  transition: all 0.2s ease-in-out;
}
#billing .payment-methods-list .payment-method {
  display: flex;
  margin-bottom: 15px;
  padding: 10px;
  gap: 10px 40px;
  align-items: center;
  border: solid 1px #EDEDED;
  border-radius: 3px;
}
#billing .payment-methods-list .payment-method .brand-logo {
  max-width: 60px;
}
#billing .payment-methods-list .payment-method.expired {
  border-color: #E31D75;
  background-color: rgba(227, 29, 117, 0.1);
  color: #E31D75;
}
#billing .payment-methods-list .payment-method .buttons {
  flex: 1;
  text-align: right;
}
#billing .new-payment-method {
  display: grid;
  grid: auto/1fr 2fr;
  gap: 20px 40px;
}
#billing .new-payment-method .form-elements h3 {
  margin-bottom: 20px;
}
#billing .new-payment-method .form-elements #card-element {
  border: none;
  padding: 0;
}
#billing .new-payment-method .form-elements #address-element {
  margin-bottom: 20px;
}
#billing .new-payment-method .btn {
  grid-column: 2;
  justify-self: end;
}

/**********************************************************************
 Forms
**********************************************************************/
form input,
form textarea {
  color: inherit;
}

.form input,
.form textarea {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  outline: none;
}

.form textarea {
  height: 200px;
  resize: vertical;
}

.form .row {
  margin: 10px 0;
}

.form .row--group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form a {
  color: inherit;
  font-size: 90%;
}

.form--alt input,
.form--alt textarea {
  border: 1px solid #333;
}

.form--alt input:focus,
.form--alt textarea:focus {
  border-color: #ffcd00;
}

.alert.error {
  padding: 15px;
  border: 1px solid #ff0000;
  background: #ffdfdf;
  color: #ff0000;
  margin: 0 0 1em 0;
}

/**********************************************************************
 Search form
**********************************************************************/
.searchform input {
  background-color: #EFF0F3;
  background-image: url(e62ee23ac53c5ea14edb.svg);
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: 1.5em;
  border-radius: 5em;
  border: none;
  outline: none;
  min-width: 300px;
  padding-left: 20px;
}

/**********************************************************************
 Panels
**********************************************************************/
.panel {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin: 0 0 60px 0;
  max-width: 1500px;
  border-radius: 24px;
}

.panel--hidden {
  display: none;
}

.panel__head {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.panel__body {
  padding: 20px 20px;
}

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

.panel--basic {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.panel--basic h3,
.panel__head h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.panel--basic strong {
  font-weight: 600;
}

.panel--basic .btn-cta {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-left: 1em;
}

.btn-cta {
  white-space: nowrap;
}

.red {
  color: #E50059;
  letter-spacing: 1px;
}

h2 + .panel {
  margin-top: 1.5em;
}

.panelgroup {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1500px;
}

.panelgroup .panel {
  flex: 1;
}

.panelgroup .panel {
  margin-right: 50px;
}

.panelgroup .panel:last-child {
  margin-right: 0;
}

.panel--login {
  max-width: 400px;
  min-width: 400px;
  margin: 0 auto;
}

.panel--login .panel__head {
  padding-bottom: 0;
}

/**********************************************************************
 Tabular data
**********************************************************************/
.tr {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 1em 0;
}

.td {
  flex: 1;
  padding: 5px 20px;
}

.td:last-child {
  text-align: right;
  flex: 0 0 100px;
}

.td p {
  margin: 0 0 14px 0;
  font-size: 14px;
}

.td-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  flex: 0 0 100px;
  max-height: 90px;
}

.no-results {
  flex: 1;
  text-align: center;
  padding: 20px 0 50px 0;
}

.section-news__grid {
  margin: 0 !important;
}

[data-group=paymentdetails] {
  display: none;
  margin-top: 40px;
}

[data-group=paymentdetails].visible {
  display: block;
}

.cardupdateblock {
  display: none;
}

.cardupdateblock.visible {
  display: block;
}

.myform .btn {
  font-size: 16px !important;
}
/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./web/members/assets/src/scss/responsive.scss ***!
  \**************************************************************************************************************************************/
/* ===== Responsive Styles =====================================================
   Author: Dan Mitchell / Vitamin Cornwall
   ========================================================================== */
@media only screen and (max-width: 1100px) {
  .section-news__grid .tile {
    flex: 0 0 47%;
    margin: 0 3% 3em 0;
    width: 0;
  }
  .panelgroup {
    display: block;
  }
  .panelgroup .panel {
    margin-right: 0;
  }
}
@media only screen and (max-width: 950px) {
  .section-news__grid .tile {
    flex: 0 0 100%;
    margin: 0 0% 3em 0;
    width: 0;
  }
}
@media only screen and (max-width: 768px) {
  main {
    display: block;
    overflow: auto !important;
  }
  .panel {
    margin: 0 0 30px 0;
  }
  .panel__head {
    display: block;
  }
  .panel__head > div:first-child,
  .panel__head h3 {
    margin-bottom: 10px;
  }
  .panel--basic {
    display: block;
  }
  .panel--basic > div {
    margin-bottom: 10px;
  }
  .myform .row-group {
    display: block;
  }
  .myform .row-group input:first-child {
    margin-bottom: 10px;
  }
  .myform .row-group input:nth-child(2) {
    margin-bottom: 10px;
  }
  .myform select {
    width: 100%;
  }
  .content {
    padding: 40px 20px;
  }
  .section-news__grid .tile {
    width: auto;
  }
  .tr {
    display: block;
  }
  .td {
    padding-left: 0;
    padding-right: 0;
  }
  .td-image {
    height: 200px;
    max-height: 200px;
    background-color: #f7f7f7;
  }
  .td:last-child {
    text-align: left;
  }
}
