/*
  Theme Name:   Springys APPlication
  Theme URI:    https://springys.com.au/
  Description:  Springys APPlication Theme (Storefront Child Theme)
  Author:       Springys
  Author URI:   https://springys.com.au
  Template:     storefront
  Version:      0.4.1
  License:      GNU General Public License v2 or later
  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
  Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
  Text Domain:  springys
*/

.container {width: 100%;}

@media (min-width: 640px) {
  .container {max-width: 640px;}
}

@media (min-width: 768px) {
  .container {max-width: 768px;}
}

@media (min-width: 1024px) {
  .container {max-width: 1024px;}
}

@media (min-width: 1280px) {
  .container {max-width: 1280px;}
}

@media (min-width: 1536px) {
  .container {max-width: 1536px;}
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-4 {
  margin-top: 1rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
  visibility: hidden;
  flex: 0 0 auto;
  min-height: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: none !important;
  line-height: 0 !important;
}

.\!hidden {
  display: none !important;
}

.h-full {
  height: 100%;
}

.m-autoL {
  margin-left: auto;
}

.m-autoR {
  margin-right: auto;
}

.m-05LR {
  margin-left: 0.313rem;
  margin-right: 0.313rem;
}

.m-05L {
    margin-left: 0.313rem;
}

.m-05R {
    margin-right: 0.313rem;
}

.m-51R {
  margin-right: 51px;
}

.w-04 {
  width: 1rem;
}

.w-05 {
  width: 1.25rem;
}

.w-06 {
  width: 1.5rem;
}

.w-07 {
  width: 100%;
  max-width: 1.875rem;
}

.w-08 {
  width: 2rem;
}

.w-12 {
  width: 3rem;
}

.w-15 {
  width: 100%;
  max-width: 3.813rem;
}

.w-16 {
  width: 4rem;
}

.w-17 {
  width: 100%;
  max-width: 4.063rem;
}

.w-22 {
  width: 100%;
  min-width: 5.25rem;
  max-width: 5.25rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 100%;
  max-width: 9rem;
}

.w-48 {
  width: 12rem;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.border {
  border-width: 1px;
}

.p-4 {
  padding: 1rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.app-container {
  position: relative;
  display: flex;
  height: 100%;
  align-items: stretch;
}

.mobile-menu-container {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

@media (min-width: 1536px) {
  .mobile-menu-container {
    display: none;
  }
}

.mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem;
}

@media (min-width: 768px) {
  .post-type-archive .mobile-menu-toggle {
    display: none;
  }
}

.mobile-menu-toggle span {
  height: 0.5rem;
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(142 83 120 / var(--tw-bg-opacity));
  opacity: 0.8;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mobile-menu-toggle.active span:first-child {
  --tw-translate-y: 1rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.mobile-menu-toggle.active span:last-child {
  --tw-translate-y: -1rem;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.sidebar {
  position: fixed;
  height: 100vh;
  width: 100vw;
  overflow-y: auto;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .sidebar {
    width: 20rem;
  }
}

.sidebar {
  background-size: 30rem;
  /* bg-[url(assets/images/textures/texture_green_menu.png)] bg-no-repeat bg-left-bottom */
}

.app-sidebar-item {
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.app-sidebar .custom-logo-link {
  margin-bottom: 0px;
  display: block;
  border-top-width: 1rem;
  --tw-border-opacity: 1;
  border-color: rgb(82 165 169 / var(--tw-border-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.app-sidebar .custom-logo-link img {
  margin-bottom: 0.75rem;
}

.app-sidebar .custom-logo-link::after {
  content: 'An exercise physiology initiative';
  white-space: nowrap;
  font-family: "Abadi MT Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.app-sidebar {
  z-index: 30;
  display: flex;
  width: 100%;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(210 231 232 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  height: 100vh;
  width: 100vw;
  overflow-y: auto;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .app-sidebar {
    width: 20rem;
  }
}

.app-sidebar {
  background-size: 30rem;
  /* bg-[url(assets/images/textures/texture_green_menu.png)] bg-no-repeat bg-left-bottom */
}

@media (min-width: 1536px) {
  .app-sidebar {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 768px) {
  .post-type-archive .app-sidebar {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.app-sidebar.active {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.app-sidebar .user-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.app-sidebar .user-card .card-image {
  display: flex;
  height: 6rem;
  width: 6rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.app-sidebar .user-card .card-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
}

.app-sidebar .user-card .card-name {
  font-family: "Abadi MT Condensed", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.app-sidebar .subscription-card {
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.app-sidebar .app-menu {
  border-bottom-width: 1rem;
  --tw-border-opacity: 1;
  border-color: rgb(82 165 169 / var(--tw-border-opacity));
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.app-sidebar .app-menu .menu-item a {
  --tw-text-opacity: 1;
  color: rgb(91 89 91 / var(--tw-text-opacity));
}

.app-sidebar .app-menu .menu-item.current-menu-item {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(82 165 169 / var(--tw-bg-opacity));
  font-weight: 700;
}

.app-sidebar .app-menu .menu-item.current-menu-item a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.app-sidebar .app-menu .menu-item a {
  display: block;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.filters-sidebar-container {
  position: fixed;
  z-index: 50;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.5);
}

.filters-sidebar-container.active {
  display: block;
}

.filters-sidebar {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 50;
  height: 100%;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(82 165 169 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  position: fixed;
  height: 100vh;
  width: 100vw;
  overflow-y: auto;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .filters-sidebar {
    width: 20rem;
  }
}

.filters-sidebar {
  background-size: 30rem;
  /* bg-[url(assets/images/textures/texture_green_menu.png)] bg-no-repeat bg-left-bottom */
}

@media (min-width: 1024px) {
  .filters-sidebar {
    --tw-translate-x: 20rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}

.filters-sidebar {
  background-image: url(assets/images/textures/texture_green_menu.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100vh;
}

.filters-sidebar.active {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.filters-sidebar .filters-sidebar-logo-container {
  margin-top: 6rem;
  margin-bottom: 0px;
  display: block;
  padding-left: 4rem;
  padding-right: 4rem;
}

.filters-sidebar .filters-sidebar-logo-container img {
  --tw-brightness: brightness(0);
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filters-sidebar .filters-all {
}

.filters-sidebar .filters-all .filter-single {
  border-bottom-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.filters-sidebar .filters-all .filter-single .filter-label {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Abadi MT Condensed", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.filter-items-container {
  max-height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.filter-single.active .filter-items-container {
  max-height: 24rem;
  overflow: auto;
}

.filter-single .filter-label .has-tooltip {
  height: 1.5rem;
  width: 1.5rem;
}

.filter-single .filter-label .has-tooltip img {
  padding: 0.25rem;
}

.filter-single .filter-label .label {
  flex: 1 1 0%;
}

.filter-single .filter-label .icon {
  height: 1.5rem;
  width: 1.5rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.filter-single .filter-label .icon img {
  height: 100%;
  width: 100%;
}

.filter-single.active .filter-label .icon {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.filter-item {
  display: flex;
  width: 100%;
  gap: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
}

.filter-item input[type=checkbox],
.filter-item input[type=radio] {
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  border-width: 2px;
}

.filter-sidebar-toggle {
  width: 100%;
  padding: 1rem;
  text-align: right;
}

@media (min-width: 1024px) {
  .filter-sidebar-toggle {
    display: none;
  }
}

.filters-sidebar-close {
  position: absolute;
  top: 0px;
  left: 0px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
}

.app-sidebar .tour-button-container {
  display: flex;
  flex: 1 1 0%;
  align-items: flex-end;
  justify-content: center;
}

.app-main {
  width: 100vw;
  flex: 1 1 0%;
}

@media (min-width: 1536px) {
  .app-main {
    margin-left: 20rem;
    width: calc(100vw - 20rem);
  }
}

@media (min-width: 768px) {
  .post-type-archive .app-main {
    margin-left: 20rem;
  }
}

.app-main-inner {
  position: relative;
  height: 100%;
  padding-top: 4rem;
}

@media (min-width: 1536px) {
  .app-main-inner {
    padding-top: 0px;
  }
}

@media (min-width: 768px) {
  .post-type-archive .app-main-inner {
    padding-top: 0px;
  }
}

body.has-free-trial-banner .app-main-content {
  padding-top: 4rem;
}

body.has-free-trial-banner .app-main-fullpage {
  padding-top: 4rem;
}

@media (min-width: 768px) {
  body.has-free-trial-banner .app-main-fullpage {
    padding-top: 2.5rem;
  }
}

.app-main-inner > article {
  margin: 0px;
  overflow: auto;
}

.app-main-free-trial-banner {
  position: fixed;
  z-index: 20;
  height: 4rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (min-width: 768px) {
  .app-main-free-trial-banner {
    height: auto;
  }
}

.app-main-free-trial-banner a {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.app-main-free-trial-banner a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.app-main-content,
.search-target {
  position: relative;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .app-main-content,
.search-target {
    margin-top: 0px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 0px;
  }
}

body.has-free-trial-banner .app-main-content {
  padding-top: 5rem;
}

@media (min-width: 1024px) {
  body.has-free-trial-banner .app-main-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.app-main-content.app-main-centered {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 16rem;
}

.app-main-header {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .app-main-header {
    flex-direction: row;
  }
}

.app-main-title {
  display: flex;
  height: 6rem;
  align-items: center;
  gap: 1rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-top-width: 1rem;
  --tw-border-opacity: 1;
  border-color: rgb(82 165 169 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: "Abadi MT Condensed", sans-serif;
  font-size: 3.75rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(82 165 169 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.app-main-title-back {
  margin-left: -0.5rem;
  display: block;
  height: 100%;
  width: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(142 83 120 / var(--tw-bg-opacity));
  background-image: url(assets/images/icons/chevron-left-solid.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}

.app-main-search-filter {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .app-main-search-filter {
    flex-direction: row;
  }
}

.app-main-search-wrapper {
  position: relative;
}

.app-main-search-wrapper img {
  pointer-events: none;
  position: absolute;
  left: 0px;
  height: 100%;
  width: 3rem;
  padding: 0.5rem;
  opacity: 0.8;
}

.app-main-search {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(82 165 169 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.app-main-search::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity));
}

.app-main-search:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity));
}

.app-main-search::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity));
}

.app-main-filter {
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(82 165 169 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .app-main-filter {
    width: 5rem;
  }
}

.search-target-loading-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  display: none;
  height: 100%;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.5);
}

.app-main-loading-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  display: none;
  height: 100%;
  width: calc(100% - 4rem);
  justify-content: center;
  background-color: rgb(0 0 0 / 0.5);
}

.app-main-content.loading .app-main-loading-overlay {
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.search-target.loading .search-target-loading-overlay {
  display: flex;
}

.app-main-loading-spinner {
  margin-top: 4rem;
  margin-bottom: 4rem;
  height: 4rem;
  width: 4rem;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.app-main-loading-spinner {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 8px;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-right-color: rgb(80 42 66 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.app-main-content-inner {
  width: 100%;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-top-width: 22.5px;
  border-bottom-width: 22.5px;
  --tw-border-opacity: 1;
  border-color: rgb(82 165 169 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.app-main-content-inner-buttons {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  gap: 0.5rem;
}

.app-main-content .sub-item {
  margin-left: 3rem;
}

.app-main-content ol {
  margin-left: 1.5rem;
  list-style-type: decimal;
}

.app-main-content ol.sub-item {
  list-style-type: lower-alpha;
}

.app-main-content ol.sub-item ol {
  margin-left: 1.5rem;
  list-style-type: lower-roman;
}

.modal-container {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 40;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.5);
}

.modal-container.active {
  display: flex;
}

.modal {
  position: relative;
  max-height: 80%;
  width: 80%;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .modal {
    width: 36rem;
  }
}

@media (min-width: 1280px) {
  .modal {
    height: 42rem;
    width: 48rem;
  }
}

.modal.alert {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1280px) {
  .modal.alert {
    height: auto;
  }
}

.modal-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.modal .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(82 165 169 / var(--tw-bg-opacity));
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.modal .modal-close > span {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  height: 1.5rem;
  width: 0.125rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.modal .modal-close > span:first-of-type {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.modal .modal-close > span:last-of-type {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.modal-loading-overlay,
.modal-success-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 0.75);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
}

.modal.loading .modal-loading-overlay,
.modal.success .modal-success-overlay {
  display: flex;
}

.single-session-modal-list {
  list-style-type: decimal;
}

.single-session-modal-list li {
  margin-bottom: 1rem;
  width: 100%;
}

.single-session-modal-list li h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.single-session-modal-list li .input-container {
  display: flex;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.single-session-modal-list li .input-container input {
  flex: 1 1 0%;
}

.single-session-modal-list li .input-container .single-session-copy-button {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.outcomes-slider {
  display: flex;
  height: 100%;
  overflow: hidden;
}

.outcomes-slider .outcomes-slide {
  display: flex;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  text-align: center;
}

.outcomes-slider .outcomes-slide.slide-hidden {
  display: none;
}

.outcomes-slide-image-container {
  min-height: 0px;
  flex: 1 1 0%;
}

.outcomes-slide-image-container img {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: auto;
}

.outcome-slide-content {
  --tw-bg-opacity: 1;
  background-color: rgb(82 165 169 / var(--tw-bg-opacity));
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.outcomes-slide-name {
  font-family: "Abadi MT Condensed", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.outcomes-slide-nav {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 138 141 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.outcomes-slide-change {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  gap: 0.5rem;
  font-family: "Abadi MT Condensed", sans-serif;
  text-transform: uppercase;
}

.outcomes-slide-change:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(239 245 246 / var(--tw-text-opacity));
}

.outcomes-slide-change:first-child {
  justify-content: flex-end;
}

.outcomes-slide-change:last-child {
  justify-content: flex-start;
}

.outcomes-slide-change img {
  width: 2.25rem;
}

.modal-table-container {
  overflow-y: auto;
}

.modal-side-scroll-indicator {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .modal-side-scroll-indicator {
    display: none;
  }
}

.modal-side-scroll-indicator img {
  -webkit-animation: horizontalbounce 1s infinite;
          animation: horizontalbounce 1s infinite;
  width: 2rem;
}

@-webkit-keyframes horizontalbounce {
  0%, 100% {
    transform: translateX(-25%) rotate(-5deg);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: translateX(25%) rotate(5deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@keyframes horizontalbounce {
  0%, 100% {
    transform: translateX(-25%) rotate(-5deg);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: translateX(25%) rotate(5deg);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

#session-prescribe-form,  #session-finished-survey,  #cancel_modal_confirm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.category-header {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(82 165 169 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Abadi MT Condensed", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(82 165 169 / var(--tw-text-opacity));
}

.category-header.has-clear {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
}

.category-header .header-clear {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(150 149 150 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.single-header {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(91 89 91 / var(--tw-text-opacity));
}

.linked-header {
  font-family: "Abadi MT Condensed", sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(91 89 91 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.linked-header:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.linked-header img {
  margin-left: 0.5rem;
  display: inline-block;
  width: 1rem;
  padding-bottom: 0.25rem;
}

#custom_session_form-edit {
  position: relative;
  margin-bottom: 0px;
  display: flex;
  width: 28rem;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(239 245 246 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

/* New Exercise Widget Start CSS */
.neo-widget-container {
  background-color: #f4f4f4;
  border-radius: 0.5rem;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  flex-shrink: 0;
  height: auto;
  max-width: 20rem;
  min-width: 245px;
  overflow: hidden;
  position: relative;
  width: calc(20% - 1rem);
  --tw-bg-opacity: 1;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.neo-widget-thumbnail-container {
  background-color: #ffffff;
  border: none;
  height: auto;
  position: relative;
  width: 100%;
}

.neo-widget-thumbnail {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  height: auto;
  max-height: none;
  position: relative;
  object-fit: contain;
  width: 100%;
  z-index: 10;
}

.neo-exercise-name-container {
  align-items: center;
  background-color: rgb(82 165 169 / var(--tw-bg-opacity));
  border: none;
  display: flex;
  justify-content: flex-start;
  height: 3rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  gap: 1.25rem;
}

.neo-exercise-icon {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  height: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  width: 2rem;
  --tw-brightness: brightness(0);
  --tw-invert: invert(100%);
  flex-shrink: 0;
}

.neo-exercise-heading {
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  font-family: "Abadi MT Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-height: 3em;
  max-width: 200px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  width: auto;
  --tw-text-opacity: 1;
}

.neo-exercise-heading-edit {
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  font-family: "Abadi MT Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-left: 0px;
  margin-right: auto;
  max-height: 3em;
  max-width: 200px;
  overflow: hidden;
  padding-left: 0px;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  width: auto;
  --tw-text-opacity: 1;
}

.neo-exercise-tooltip-container {
  align-items: center;
  border: none;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  position: relative;
  width: 100%;
  z-index: 10;
}

.neo-exercise-tooltip {
  background-color: #904f72;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  display: -webkit-box;
  font-family: "Abadi MT Condensed", sans-serif;
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.375rem !important;
  margin-top: 0px;
  margin-bottom: 0 !important;
  overflow: hidden;
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px;
  text-align: left;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  --tw-text-opacity: 1;
}

.neo-exercise-tooltip-spacer {
  background-color: none;
  color: none;
  display: -webkit-box;
  height: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  width: 100%
}

.neo-exercise-info-container::before {
  background-image: url(assets/images/textures/texture_green_menu.png);
  background-position: right bottom;
  background-size: 300px;
  background-repeat: no-repeat;
  border: none;
  bottom: 0px;
  content: "";
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
  left: 0px;
  position: absolute;
  top: 0px;
  transform: rotate(45deg) translateX(80px) translateY(-100px);
  right: 0px;
  width: 100%;
  z-index: 0;
}

.neo-exercise-info-container {
  align-items: center;
  background-color: #f4f4f4;
  border: none;
  display: flex;
  justify-content: space-between;
  min-height: 90px;
  padding-bottom: 0rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0rem;
  position: relative;
  width: 100%;
}

.neo-exercise-additional-info-col-left {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-bottom: 0.625rem;
  padding-top: 0rem;
  text-align: left;
  text-transform: uppercase;
  width: 9.5rem;
}

.neo-exercise-additional-info-col-right {
  flex-grow: 0;
  flex-shrink: 0;
  padding-top: 0rem;
  width: 4rem;
  z-index: 10;
}

.neo-exercise-additional-info-intention {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.neo-exercise-button {
  border: 2px solid #52a5a9 !important;
  box-shadow: none !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  cursor: pointer !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.75rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  margin-right: -1rem;
  --tw-text-opacity: 1 !important;
}

.neo-exercise-button:hover {
  background-color: rgb(213 213 213) !important;
  border: 2px solid #d5d5d5 !important;
  box-shadow: none !important;
  color: rgb(51 51 51 / var(--tw-text-opacity)) !important;
  cursor: pointer !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.75rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  --tw-text-opacity: 1 !important;
}

.neo-exercise-button:active {
  background-color: rgb(213 213 213) !important;
  border: 2px solid #d5d5d5 !important;
  box-shadow: none !important;
  color: rgb(51 51 51 / var(--tw-text-opacity)) !important;
  cursor: pointer !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.75rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  --tw-text-opacity: 1 !important;
}

.neo-exercise-button:focus {
  background-color: rgb(213 213 213) !important;
  border: none !important;
  box-shadow: none !important;
  color: rgb(51 51 51 / var(--tw-text-opacity)) !important;
  cursor: pointer !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.75rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  --tw-text-opacity: 1 !important;
}

.neo-exercise-default-settings-container {
  align-items: flex-start;
  background-color: #904f72;
  border: none;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  display: flex;
  justify-content: space-between;
  max-height: 60px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  position: relative;
}

.neo-exercise-default-settings-left {
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 10px;
  width: auto;
}

.neo-exercise-default-settings-right {
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 10px;
  width: 100%;
}

.neo-exercise-default-settings-text {
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  display: -webkit-box;
  font-family: "Abadi MT Condensed", sans-serif;
  font-size: 1rem !important;
  font-weight: 400 !important;
  height: 60px !important;
  line-height: 1.25rem !important;
  overflow: hidden;
  text-align: left;
  text-transform: uppercase;
  width: 65px !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  --tw-text-opacity: 1;
}

.neo-exercise-default-settings-icons {
  float: right;
  height: 2.5rem !important;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  width: 2.5rem !important;
}
/* New Exercise Widget End CSS */

.collapsible-widget {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.collapsible-widget:active, .collapsible-widget:hover {
  background-color: #555;
}

.collapsible-widget-content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.sets2 {
  background-color: #ffffff !important;
  display: block;
  width: 80px;
}

.set-label {
  display: block;
}

.list-row {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2rem;
  overflow: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.list-row.list-row-exercise,
.list-row.list-row-session,
.list-row.list-row-term {
  flex-wrap: nowrap;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .list-row.list-row-exercise,
.list-row.list-row-session,
.list-row.list-row-term {
    flex-wrap: wrap;
    overflow: hidden;
  }

  .list-row.list-row-exercise {
    max-height: 31.45rem;
  }

  .list-row.list-row-session {
    max-height: 19.45rem;
  }

  .list-row.list-row-term {
    max-height: 15rem;
  }
}

.list-row.list-row-exercise.list-row-expanded,
.list-row.list-row-session.list-row-expanded,
.list-row.list-row-term.list-row-expanded {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

.list-row .list-row-item {
  position: relative;
  width: calc(20% - 1rem);
  min-width: 245px;
  max-width: 20rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.list-row .list-row-item .list-row-item-thumbnail-container {
  position: relative;
  height: 0px;
  width: 100%;
  padding-bottom: 9rem;
}

.list-row .list-row-item .list-row-item-thumbnail,
.list-row .list-row-item .list-row-item-thumbnail-custom {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-row .list-row-item .list-row-item-thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
}

.list-row .list-row-item .list-row-item-thumbnail-custom {
  -o-object-fit: contain;
     object-fit: contain;
}

.list-row .list-row-item .intensity-image-container {
  width: 4rem;
  flex-shrink: 0;
  flex-grow: 0;
}

.list-row .list-row-item .list-row-item-title-container {
  position: relative;
  z-index: 10;
  display: flex;
  height: 3rem;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(82 165 169 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.list-row .list-row-item h3 {
  text-align: left;
  font-family: "Abadi MT Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list-row-item-additional-info {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}

.list-row-item-additional-info:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0.5;
  background-image: url(assets/images/textures/texture_green_menu.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  content: "";
  background-size: 300px;
  transform: rotate(45deg) translateX(80px) translateY(-100px);
}

.list-row-item-primary-intensity {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(142 83 120 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.list-row-item-additional-info-left,
.list-row-item-additional-info-right {
  z-index: 10;
}

.list-row-item-additional-info-left {
  width: 9.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.list-row-item-intention {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-row .list-row-item .list-row-item-icon {
  width: 2rem;
  --tw-brightness: brightness(0);
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.list-row .list-row-item .notice {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(142 83 120 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.list-row .list-row-item .locked-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  cursor: not-allowed;
  background-color: rgb(0 0 0 / 0.6);
  background-image: url(assets/images/icons/lock.png);
  background-position: center;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  background-size: 50%;
}

.list-row-show-more {
  display: none;
}

@media (min-width: 1024px) {
  .list-row-show-more {
    display: block;
  }
}

p a:not(.button, .button-primary, .button-secondary) {
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.button,
button.button,
a.button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}

.button:disabled,
button.button:disabled,
a.button:disabled {
  cursor: not-allowed;
}

.button-primary,
input[type="button"].button-primary,
input[type="submit"].button-primary,
button.button-primary,
a.button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(142 83 120 / var(--tw-bg-opacity));
  font-family: "Abadi MT Condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

p a:not(.button-primary, .button-primary, .button-secondary),  p a:not(
input[type="button"].button-primary, .button-primary, .button-secondary),  p a:not(
input[type="submit"].button-primary, .button-primary, .button-secondary),  p a:not(
button.button-primary, .button-primary, .button-secondary),  p a:not(
a.button-primary, .button-primary, .button-secondary) {
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.button-primary,
button.button-primary,
a.button-primary,
input[type="button"].button-primary,
button
input[type="button"].button-primary,
a
input[type="button"].button-primary,
input[type="submit"].button-primary,
button
input[type="submit"].button-primary,
a
input[type="submit"].button-primary,
button.button-primary,
button
button.button-primary,
a
button.button-primary,
a.button-primary,
button
a.button-primary,
a
a.button-primary {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}

.button-primary:disabled,
button.button-primary:disabled,
a.button-primary:disabled,
input[type="button"].button-primary:disabled,
button
input[type="button"].button-primary:disabled,
a
input[type="button"].button-primary:disabled,
input[type="submit"].button-primary:disabled,
button
input[type="submit"].button-primary:disabled,
a
input[type="submit"].button-primary:disabled,
button.button-primary:disabled,
button
button.button-primary:disabled,
a
button.button-primary:disabled,
a.button-primary:disabled,
button
a.button-primary:disabled,
a
a.button-primary:disabled {
  cursor: not-allowed;
}

.button-primary,
button.button-primary,
a.button-primary,
input[type="button"].button-primary,
button
input[type="button"].button-primary,
a
input[type="button"].button-primary,
input[type="submit"].button-primary,
button
input[type="submit"].button-primary,
a
input[type="submit"].button-primary,
button.button-primary,
button
button.button-primary,
a
button.button-primary,
a.button-primary,
button
a.button-primary,
a
a.button-primary {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}

.button-primary:disabled,
button.button-primary:disabled,
a.button-primary:disabled,
input[type="button"].button-primary:disabled,
button
input[type="button"].button-primary:disabled,
a
input[type="button"].button-primary:disabled,
input[type="submit"].button-primary:disabled,
button
input[type="submit"].button-primary:disabled,
a
input[type="submit"].button-primary:disabled,
button.button-primary:disabled,
button
button.button-primary:disabled,
a
button.button-primary:disabled,
a.button-primary:disabled,
button
a.button-primary:disabled,
a
a.button-primary:disabled {
  cursor: not-allowed;
}

.button-primary,
button.button-primary,
a.button-primary,
input[type="button"].button-primary,
button
input[type="button"].button-primary,
a
input[type="button"].button-primary,
input[type="submit"].button-primary,
button
input[type="submit"].button-primary,
a
input[type="submit"].button-primary,
button.button-primary,
button
button.button-primary,
a
button.button-primary,
a.button-primary,
button
a.button-primary,
a
a.button-primary {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}

.button-primary:disabled,
button.button-primary:disabled,
a.button-primary:disabled,
input[type="button"].button-primary:disabled,
button
input[type="button"].button-primary:disabled,
a
input[type="button"].button-primary:disabled,
input[type="submit"].button-primary:disabled,
button
input[type="submit"].button-primary:disabled,
a
input[type="submit"].button-primary:disabled,
button.button-primary:disabled,
button
button.button-primary:disabled,
a
button.button-primary:disabled,
a.button-primary:disabled,
button
a.button-primary:disabled,
a
a.button-primary:disabled {
  cursor: not-allowed;
}

body.login #login .wp-pwd .button-primary,  body.login #login .wp-pwd
input[type="button"].button-primary,  body.login #login .wp-pwd
input[type="submit"].button-primary,  body.login #login .wp-pwd
button.button-primary,  body.login #login .wp-pwd
a.button-primary {
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
}

.button-primary:hover,
input[type="button"].button-primary:hover,
input[type="submit"].button-primary:hover,
button.button-primary:hover,
a.button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(80 42 66 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-secondary {
  background-color: transparent;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(82 165 169 / var(--tw-text-opacity));
}

p a:not(.button-secondary, .button-primary, .button-secondary) {
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.button-secondary,
button.button-secondary,
a.button-secondary {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}

.button-secondary:disabled,
button.button-secondary:disabled,
a.button-secondary:disabled {
  cursor: not-allowed;
}

.button-secondary,
button.button-secondary,
a.button-secondary {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}

.button-secondary:disabled,
button.button-secondary:disabled,
a.button-secondary:disabled {
  cursor: not-allowed;
}

.button-secondary,
button.button-secondary,
a.button-secondary {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}

.button-secondary:disabled,
button.button-secondary:disabled,
a.button-secondary:disabled {
  cursor: not-allowed;
}

body.login #login .wp-pwd .button-secondary {
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
}

.button-secondary.session-prescribe {
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-save,
button.button-save,
a.button-save {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(142 83 120 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-save:hover,
button.button-save:hover,
a.button-save:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(80 42 66 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-save:disabled,
button.button-save:disabled,
a.button-save:disabled {
  cursor: not-allowed;
}

.info-bubble {
  display: inline-flex;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(82 165 169 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-danger {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

p a:not(.button-danger, .button-primary, .button-secondary) {
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.button-danger,
button.button-danger,
a.button-danger {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}

.button-danger:disabled,
button.button-danger:disabled,
a.button-danger:disabled {
  cursor: not-allowed;
}

.button-danger,
button.button-danger,
a.button-danger {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}

.button-danger:disabled,
button.button-danger:disabled,
a.button-danger:disabled {
  cursor: not-allowed;
}

.button-danger,
button.button-danger,
a.button-danger {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}

.button-danger:disabled,
button.button-danger:disabled,
a.button-danger:disabled {
  cursor: not-allowed;
}

body.login #login .wp-pwd .button-danger {
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
}

.collapsible {
  max-height: 5rem;
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.collapsible.collapsible-small {
  margin-top: 1rem;
  margin-bottom: 2rem;
  max-height: 2.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.collapsible-custom {
  margin-top: 1rem;
  margin-bottom: 2rem;
  max-height: 2.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(142 83 120 / var(--tw-border-opacity));
  padding-bottom: 1.5rem;
}

.collapsible.expanded {
  max-height: 100%;
}

.collapsible-custom.expanded {
  max-height: 100%;
  padding-bottom: 3rem;
}

.collapsible.collapsible-small.expanded {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(142 83 120 / var(--tw-border-opacity));
}

.collapsible:not(.collapsible-small) .collapsible-header {
  position: relative;
  cursor: pointer;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(82 165 169 / var(--tw-border-opacity));
  padding-right: 2rem;
  font-family: "Ablation", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(82 165 169 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .collapsible:not(.collapsible-small) .collapsible-header {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 2;
  }
}

.collapsible.collapsible-small .collapsible-header {
  position: relative;
  cursor: pointer;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(142 83 120 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 3rem;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(66 65 66 / var(--tw-text-opacity));
}

.collapsible-custom .collapsible-header {
  position: relative;
  cursor: pointer;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 3rem;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(66 65 66 / var(--tw-text-opacity));
}

.collapsible.collapsible-small.expanded .collapsible-header {
  border-bottom-width: 0px;
}

.collapsible .collapsible-header .has-tooltip {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
}

.collapsible .collapsible-header:after,
.collapsible-custom .collapsible-header:after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  height: 2rem;
  width: 2rem;
  background-image: url(assets/images/icons/chevron-down-solid-cadet-blue.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.collapsible-custom .collapsible-header:after {
  top: 0px;
  bottom: auto;
}

.collapsible.expanded .collapsible-header:after,
.collapsible-custom.expanded .collapsible-header:after {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.collapsible .collapsible-content,
.collapsible-custom .collapsible-content {
  visibility: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.collapsible.expanded .collapsible-content,
.collapsible-custom.expanded .collapsible-content {
  visibility: visible;
}

.collapsible .collapsible-content p,
.collapsible-custom .collapsible-content p {
  margin-bottom: 1rem;
  font-family: "Abadi MT Condensed", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(91 89 91 / var(--tw-text-opacity));
}

.collapsible .collapsible-button-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-right: 1rem;
}

.collapsible .collapsible-button-container .collapsible-button {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(142 83 120 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Abadi MT Condensed", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.restricted-content {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}

.restricted-product-loop {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 2rem;
}

article.exercise {
  position: relative;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  row-gap: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.single-exercise-main {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .single-exercise-main {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 768px) {
  .single-exercise-main {
    max-width: 512px;
  }
}

@media (min-width: 1024px) {
  .single-exercise-main {
    max-width: 688px;
  }
}

@media (min-width: 1280px) {
  .single-exercise-main {
    max-width: 768px;
  }
}

@media (min-width: 1536px) {
  .single-exercise-main {
    max-width: 848px;
  }
}

.single-exercise-info {
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .single-exercise-info {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.single-exercise-title .single-exercise-title-before {
  font-family: "Abadi MT Condensed", sans-serif;
  font-weight: 700;
}

.single-exercise-title h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .single-exercise-title h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.single-exercise-video {
  width: 100%;
}

@media (min-width: 768px) {
  .single-exercise-video {
    width: 480px;
  }
}

@media (min-width: 1024px) {
  .single-exercise-video {
    width: 560px;
  }
}

@media (min-width: 1280px) {
  .single-exercise-video {
    width: 640px;
  }
}

@media (min-width: 1536px) {
  .single-exercise-video {
    width: 720px;
  }
}

.single-exercise-summary {
  margin-top: 4rem;
  display: flex;
  gap: 2rem;
}

.single-exercise-workout-outcome {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.single-exercise-workout-outcome-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.single-exercise-workout-outcome-icon {
  position: relative;
  height: 8rem;
  width: 8rem;
}

.single-exercise-workout-outcome-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-exercise-workout-outcome-icon img.single-exercise-workout-outcome-icon-overlay {
  position: absolute;
  right: 0.25rem;
  bottom: 0px;
  height: 2rem;
  width: 2rem;
}

.single-exercise-sub-heading {
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(91 89 91 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .single-exercise-sub-heading {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.single-exercise-dosage {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(142 83 120 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-exercise-dosage h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .single-exercise-dosage h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.single-exercise-equipment {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Defualt Exercise Equipment */
.defualt-exercise-equipment {
  align-items: center;
  background-color: #904f72;
  display: flex;
  flex-direction: column;
}

.single-exercise-equipment h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .single-exercise-equipment h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.single-exercise-equipment-icons {
  display: flex;
  gap: 0.5rem;
}

/* Defualt Exercise Equipment Icons */
.defualt-exercise-equipment-icons {
  display: flex;
  gap: 0.5rem;
}

.single-exercise-equipment-icon {
  display: flex;
  width: 5rem;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* Defualt Exercise Equipment Icon */
.defualt-exercise-equipment-icon {
  display: flex;
  width: 2.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.single-exercise-equipment-icon img {
  height: 4rem;
  width: 4rem;
}

.single-exercise-equipment-label {
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.single-exercise-technique-tip {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 234 242 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.single-exercise-technique-tip h3 {
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
}

.single-exercise-muscle-map-container h3 {
  width: 100%;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(142 83 120 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .single-exercise-muscle-map-container h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.single-exercise-muscle-map {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 368px;
  justify-content: flex-end;
  gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.single-exercise-muscle-map img,
.single-exercise-muscle-map svg {
  max-width: 50%;
}

.single-exercise-navigation {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media (min-width: 1536px) {
  .single-exercise-navigation {
    position: absolute;
    bottom: 0px;
  }
}

.single-exercise-navigation a,
.single-exercise-navigation span {
  padding: 1rem;
  font-weight: 700;
}

.single-exercise-navigation a {
  --tw-text-opacity: 1;
  color: rgb(80 42 66 / var(--tw-text-opacity));
}

.single-exercise-navigation a:hover {
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
}

.single-exercise-navigation span {
  cursor: not-allowed;
  --tw-text-opacity: 1;
  color: rgb(150 149 150 / var(--tw-text-opacity));
}

article.hentry.session {
  margin-bottom: 0px;
}

.single-session-restricted-exercise {
  display: flex;
  width: 100%;
  cursor: not-allowed;
  gap: 1rem;
}

.single-session-restricted-exercise img {
  width: 1.5rem;
  opacity: 0.5;
}

.single-session-header {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (min-width: 640px) {
  .single-session-header {
    height: 16rem;
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .single-session-header {
    height: 20rem;
  }
}

.single-session-header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(142 83 120 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-top: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .single-session-header-content {
    flex-basis: 33.333333%;
    padding-top: 0px;
  }
}

@media (min-width: 1024px) {
  .single-session-header-content {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.single-session-header-content h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .single-session-header-content h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

.single-session-thumbnail-container {
  position: relative;
  height: 12rem;
}

@media (min-width: 640px) {
  .single-session-thumbnail-container {
    height: auto;
    flex-basis: 66.666667%;
  }
}

.single-session-thumbnail-container .single-session-thumbnail,
.single-session-thumbnail-container .single-session-thumbnail-custom {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.single-session-thumbnail-container .single-session-thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
}

.single-session-thumbnail-container .single-session-thumbnail-custom {
  z-index: 20;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .single-session-thumbnail-container .single-session-thumbnail-custom {
    -o-object-position: center;
       object-position: center;
  }
}

.single-session-image-mask-top,
.single-session-image-mask-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 10;
  width: 100%;
  border-radius: 0px;
}

@media (min-width: 640px) {
  .single-session-image-mask-top,
.single-session-image-mask-bottom {
    display: none;
  }
}

.single-session-image-mask-top {
  top: -1px;
}

.single-session-image-mask-bottom {
  bottom: 0px;
}

.single-session-image-mask-left,
.single-session-image-mask-right {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  height: 100%;
  border-radius: 0px;
}

@media (min-width: 640px) {
  .single-session-image-mask-left,
.single-session-image-mask-right {
    display: block;
  }
}

.single-session-image-mask-left {
  left: -1px;
}

.single-session-image-mask-right {
  right: 0px;
}

.single-session-details {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.single-session-details h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
}

.single-session-action-buttons {
  margin-top: 0.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .single-session-action-buttons {
    flex-direction: row;
  }
}

.single-session-action-buttons .button-primary {
  text-align: center;
  font-weight: 700;
}

.single-session-exercises {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .single-session-exercises {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .single-session-exercises {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .single-session-exercises {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.single-session-exercise {
  display: flex;
  gap: 0.5rem;
}

.single-session-exercise-checkbox-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.single-session-exercise-checkbox {
  height: 2rem;
  width: 2rem;
  accent-color: #B9DADB;
}

.single-session-exercise-number {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
}

.single-session-exercise-link-container {
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .single-session-exercise-link-container {
    padding-right: 1rem;
  }
}

.single-session-exercise-link {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.single-session-exercise-intensity img {
  width: 4rem;
}

.single-session-exercise-thumbnail {
  width: 6rem;
}

.single-session-exercise-info {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.single-session-bookmark-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  margin: 2rem;
  --tw-hue-rotate: hue-rotate(224deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 640px) {
  .single-session-bookmark-container {
    bottom: auto;
    left: auto;
    top: 0px;
    right: 0px;
    --tw-hue-rotate: hue-rotate(0deg);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}

#session-bookmark {
  height: 4rem;
  width: 4rem;
  background-image: url(assets/images/icons/bookmark.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#session-bookmark:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: transparent;
}

#session-bookmark.active {
  background-image: url(assets/images/icons/bookmark-solid.svg);
}

.app-main-subscriptions-content {
  max-width: 64rem;
}

.subscriptions-page-role-header {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.subscriptions-page-role-list {
  margin-left: 1rem;
  margin-bottom: 2rem;
  list-style-type: disc;
}

.subscriptions-page-header {
  margin-bottom: 1rem;
  font-family: "Abadi MT Condensed", sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(82 165 169 / var(--tw-text-opacity));
}

.subscriptions-page-limiting-message {
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.subscriptions-page-limiting-message a {
  --tw-text-opacity: 1;
  color: rgb(80 42 66 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.subscriptions-page-limiting-message a:hover {
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

#practitioner_licences_cost,
#additional_participant_licences_cost {
  text-align: left;
  vertical-align: middle;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.subscription-page-totals {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 2rem;
}

.subscription-page-totals-titles {
  flex: 1 1 0%;
}

.dashboard-summary {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-top-width: 22px;
  --tw-border-opacity: 1;
  border-color: rgb(82 165 169 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.summary-stats-container {
  display: flex;
  gap: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.summary-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
}

.summary-stat-number {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
}

.summary-stat-label {
  text-align: center;
  font-family: "Abadi MT Condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.dashboard-workout-outcomes {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.dashboard-workout-outcome {
  width: calc(20% - 1rem);
  min-width: 180px;
  max-width: 20rem;
  cursor: pointer;
}

.dashboard-workout-outcome img {
  height: auto;
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.dashboard-workout-outcome-name {
  display: flex;
  height: 3.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(142 83 120 / var(--tw-bg-opacity));
  text-align: center;
  font-family: "Abadi MT Condensed", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.springys-system-graphic-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
}

.springys-system-graphic-container .springys-system-graphic-image-container {
  width: 100%;
  max-width: 24rem;
}

.springys-system-graphic-container .springys-system-graphic-information-container {
  flex: 1 1 0%;
}

.springys-system-graphic-item .springys-system-graphic-item-header {
  cursor: pointer;
  font-family: "Abadi MT Condensed", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
}

.springys-system-graphic-item.active .springys-system-graphic-item-header {
  line-height: 3rem;
  --tw-text-opacity: 1;
  color: rgb(82 165 169 / var(--tw-text-opacity));
}

.springys-system-graphic-container .springys-system-graphic-item {
  max-width: 30rem;
}

.springys-system-graphic-item .springys-system-graphic-item-content {
  display: none;
}

.springys-system-graphic-item.active .springys-system-graphic-item-content {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.springys-system-graphic-item .springys-system-graphic-item-content .springys-system-graphic-spring {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Abadi MT Condensed", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.springys-system-graphic-item .springys-system-graphic-item-content .springys-system-graphic-spring img {
  width: 4rem;
}

.muscle-map-tooltip {
  z-index: 50;
  width: 50%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 0.5rem;
  background-color: rgb(0 0 0 / 0.75);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.tooltip-movers-square,
.tooltip-stabilizers-square {
  display: inline-block;
  height: 1rem;
  width: 1rem;
}

.tooltip-movers-square {
  --tw-bg-opacity: 1;
  background-color: rgb(142 83 120 / var(--tw-bg-opacity));
}

.tooltip-stabilizers-square {
  --tw-bg-opacity: 1;
  background-color: rgb(82 165 169 / var(--tw-bg-opacity));
}

.ui-helper-hidden-accessible {
  display: none;
}

.participants-list,
.practitioners-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.participants-list > li,
.practitioners-list > li,
.new-user-form {
  position: relative;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 4rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.user-disconnect,
.user-reconnect,
.user-take-over {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.user-disconnect {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.user-reconnect,
.user-take-over {
  --tw-bg-opacity: 1;
  background-color: rgb(82 165 169 / var(--tw-bg-opacity));
}

.user-instructions {
  margin-top: 1rem;
}

.new-user-form {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.licence-count {
  margin-top: 1rem;
}

.licence-limit-reached-warning {
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(80 42 66 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.springys-error-message,
#new_user_error,
#custom_session_error,
.user-instructions-error,
.licence-count-error,
#single_participant_error {
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.springys-error-message.active,
#new_user_error.active,
#custom_session_error.active,
.user-instructions-error.active,
.licence-count-error.active {
  display: block;
}

.new-user-1,
.new-user-2 {
  display: none;
}

.new-user-1.active,
.new-user-2.active {
  display: block;
}

.user-header .user-name {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.user-header .user-email,
.user-header .user-practitioner {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(150 149 150 / var(--tw-text-opacity));
}

.prescription-table {
  table-layout: fixed;
}

.prescription-table .prescription-table-editing {
  display: none;
}

.prescription-table .prescription-table-viewing {
  display: inline-block;
}

.prescription-table tr.editing .prescription-table-editing {
  display: inline-block;
}

.prescription-table tr.editing .prescription-table-viewing {
  display: none;
}

.active-pill {
  margin-right: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(142 83 120 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.custom-session-create-small-screen-notice {
  margin-top: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .custom-session-create-small-screen-notice {
    display: none;
  }
}

.custom-session-creation-container {
  display: none;
  flex-direction: row;
  gap: 0px;
  padding: 0px;
}

@media (min-width: 1024px) {
  .custom-session-creation-container {
    display: flex;
  }
}

.session-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 448px;
}

.session-details label {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

#custom_session_form {
  position: relative;
  margin-bottom: 0px;
  display: flex;
  width: 30rem;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(239 245 246 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

.custom-session-title {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.custom-session-outcome-measures,
.custom-session-description {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.custom-session-actions {
  border-top: 4px solid #52a5a9;
  position: fixed;
  bottom: 0px;
  margin-left: -1rem;
  width: 30rem;
  --tw-bg-opacity: 1;
  background-color:#d2e7e8;
  padding: 1rem;
}

.custom-session-exercise-search {
  flex: 1 1 0%;
  padding: 1rem;
}

.custom-session-search-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.custom-session-search-header h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.custom-session-search {
  position: relative;
  margin-top: 1rem;
}

.exercise-list-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.exercise-list-empty img {
  width: 50%;
}

#exercise_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#exercise_list li {
  position: relative;
  width: 100%;
  padding-left: 1.5rem;
}

#exercise_list li:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0.25rem;
  margin-top: auto;
  margin-bottom: auto;
  height: 1rem;
  width: 1rem;
  background-image: url(assets/images/icons/arrows-up-down-left-right-solid.svg);
  opacity: 0.5;
}

#exercise_list li .upper {
  display: flex;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

#exercise_list li .upper .thumbnail {
  height: 7rem;
  width: 7rem;
  -o-object-fit: cover;
     object-fit: cover;
}

#exercise_list li .upper .info {
  max-width: calc(100% - 7rem);
  flex: 1 1 0%;
}

#exercise_list li .upper .info .title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(82 165 169 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#exercise_list li .upper .info .title .title-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#exercise_list li .upper .info .title .remove-exercise {
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#exercise_list li .upper .info .title .remove-exercise span {
  height: 0.25rem;
  width: 0.75rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(82 165 169 / var(--tw-bg-opacity));
}

#exercise_list li .upper .info .info-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  padding: 0.5rem;
}

#exercise_list li .upper .info .info-content .info-left {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#exercise_list li .upper .info .info-content .info-right {
  width: 4rem;
}

#exercise_list li .overrides {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #edf3f5;
}

#exercise_list li .overrides input,  #exercise_list li .overrides select {
  min-width: 0px;
  flex-basis: calc(25% - 4px);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

#exercise_list li .overrides input.description {
  flex-basis: 100%;
}

/* Sets the width for the select fields in the customer exercise widget */
/* Override the flex basis in #exercise_list */
.select-width {
  flex-basis: calc(50% - 4px) !important;
}

.exercise-search-result {
  cursor: pointer;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.neo-session-thumbnail-border {
	border-radius: 10px 0px 0px 0px;
}

.neo-session-title-border {
  border-radius: 0px 10px 0px 0px;
}

.neo-session-default-heading {
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    display: -webkit-box;
    /* font-family: "Abadi MT Condensed", sans-serif; */
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding-left: 0.688rem !important;
    line-height: 1.4rem !important;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
    /* width: 65px !important; */
    width: auto !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    --tw-text-opacity: 1;
}

.neo-session-customise-link {
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    display: -webkit-box;
    /* font-family: "Abadi MT Condensed", sans-serif; */
    font-family: 'Inter', sans-serif !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    padding-left: 0.688rem !important;
    line-height: 1.4rem !important;
    overflow: hidden;
    text-align: left;
    text-decoration: underline;
    text-transform: uppercase;
    width: auto !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    --tw-text-opacity: 1;
}

.neo-session-stats-text {
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  display: -webkit-box;
  font-family: "Source Sans Pro","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.25rem !important;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  --tw-text-opacity: 1;
}

.neo-session-sub-label {
  font-weight: 700;
  font-family: "Abadi MT Condensed", sans-serif;
}

.neo-session-customisation-label-container {
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 14px;
  width: 11rem;
  display: flex; align-items: left;
}

.neo-session-checkicon-empty{
  color: #5A989F;
  font-size: 24px;
  width: 24px;
  height: 24px;
}

.neo-session-customisation-icons-container {
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 10px;
  width: 100;
}

.neo-session-customisation-label {
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;

	margin-top: 19px;
  margin-left: 9px;
	overflow: hidden;
	text-align: left;
	text-transform: uppercase;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.defualt-settings-column {
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 13px;
  width: auto;
}

.overides-bg-colour {
  background-color:#edf3f5;
}

.bg-colour-Sugar-Plum {
  background-color: #904f72 !important;
}

.exercise-details-container {
  display: flex;
  flex-direction: column; /* stack rows */
  gap: 0px;
}

.exercise-details-row {
  display: flex;
  gap: 0px;
  width: 424px;
  height: 61px
}

.exercise-details-col {
  flex: 1;
  padding: 0px;
  display: flex;               /* enables flexbox inside the column */
  align-items: center;         /* vertical centering */
  justify-content: center;     /* horizontal centering */
  text-align: center;
}

.exercise-details-rounded-corners {
  border-radius: 0px 0px 8px 8px;
}

.exercise-details-col-left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  box-sizing: border-box;
}

.exercise-details-col-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 10px;
  padding-left: 2px;
  box-sizing: border-box;
}

.exercise-details-heading {
  color: #fff !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding-left: 9px !important;
  text-transform: uppercase;
  }

.exercise-details-save-btn {
  background-color: #5A989F;
  display: inline-block;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 8px; /* rounded corners */
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 8px 35px 8px 35px; /* padding for the button */
}

.exercise-details-save-btn:hover {
    background-color: #91c5c7; /* darker on hover */
}

.exercise-details-save-btn-disabled {
  background-color: #5A989F;
  border-radius: 8px; /* Rounded Corners */
  border: none;
  color: white;
  cursor: not-allowed;
  display: inline-block;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  opacity: 50%;
  padding: 8px 35px 8px 35px; /* Padding for the button. */
  pointer-events: none; /* Clicking Disabled */
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.exercise-details-link {
    color: #fff !important;
    cursor: pointer;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding-left:9px !important;
    text-decoration: underline;
    text-transform: uppercase;
    width: auto !important;
}

.exercise-details-link-disabled {
    color: #c2cbd2 !important;
    cursor: not-allowed;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    opacity: 0.6;
    padding-left:9px !important;
    pointer-events: none; /* Clicking Disabled */
    text-decoration: none;
    text-transform: uppercase;
    width: auto !important;
}

.exercise-details-link-enabled {
    color: #fff !important;
    cursor: pointer;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding-left:9px !important;
    text-decoration: underline;
    text-transform: uppercase;
    width: auto !important;
}

.exercise-details-footer-heading-container {
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 14px;
  width: 107px;
  display: flex;
  align-items: left;
}

.exercise-details-footer-heading {
  color: #fff !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding-left: 9px !important;
  text-transform: uppercase;
}

.wrap-text {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.overides-row {
  border-bottom: 1px solid #b4bac2;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 0;
  width: 100%;
}

.overides-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px 16px;
}

.overides-heading {
  text-align: left;
  font-style: normal;
  font-weight: 700;
  color: #7C4C6D !important;
}

.overrides-label {
  color: #9398A6;
  font-size: 14px;
}

.overides-number {
  margin-left: 8px;
  margin-right: 8px;
  width: 93px;
}

.overides-select-height {
  margin-left: 8px;
  margin-right: 8px;
  width: 93px;
}

.overides-select-colour {
  margin-left: 8px;
  margin-right: 8px;
  width: 202px;
}

.overides-select-skippable {
  margin-top: 16px;
  margin-left: 8px;
  margin-right: 8px;
  height: 34px;
  width: 93px;
}

.overides-checkbox {
  background: #FFFFFF;
  cursor: pointer;
  width: 24px !important;
  height: 24px !important;
}

.overides-checkbox:focus {
  cursor: pointer;
  outline: none;
}

.overides-checkbox:checked {
  accent-color: #904f72;
  cursor: pointer;
  outline: none;
}

.overrides-checkbox-area {
  margin-left: 8px !important;
  width: 93px !important;
  flex-direction: row;
  gap: 0;
}

.overides-description {
  background-color: #ffffff;
  margin-left: 16px;
  margin-right: 8px;
  min-height: 100px;
  width: 202px;
  resize: vertical;
  padding-left: 5px;
  text-indent: 5px;
}

.overides-description:focus {
  background-color: #ffffff;
}

.overrides-reset-col {
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 5px;
  width: auto;
}

.margin-left-13px {
  margin-left: 13px;
}

.margin-right-9px {
  margin-right: 9px;
}

.width-71px {
  width: 71px;
}

.margin-left-14px {
  margin-left: 14px;
  align-items: flex-start;
}

.collapse-toggle {
  display: flex;
  cursor: pointer;
  background-color: #8e5378;
  color: white;
  align-items: center;
  border-radius: 0px 0px 0px 0px; /* Default rounded corners */
  transition: border-radius 0.3s ease; /* Smoothly transition border-radius */
  justify-content: space-between;
  max-height: 60px;
  padding: 10px;
  position: relative;
}

/* .chevron {
  transition: transform 0.3s ease;
} */

.chevron-font-size {
  cursor: pointer;
  font-size: 20.56px;
}

.collapse-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #f4f4f4;
  padding: 0 10px;
}

.collapse-content-jQuery.show {
  max-height: 500px; /* Adjust depending on content height */
  padding: 0px 0px;
}

.collapse-content-jQuery {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #f4f4f4;
  padding: 0 10px;
}

.collapse-content.show {
  max-height: 500px; /* Adjust depending on content height */
  padding: 0px 0px;
}

/* Rotate the chevron down when the content is expanded */
/*.collapse-toggle.active .chevron { */
/*  transform: rotate(180deg); */ /* Rotates the chevron 180 degrees to point up */
/*}*/

/* Square corners when expanded */
.collapse-toggle.active {
  border-bottom-left-radius: 10px; /* Remove bottom corners when expanded */
  border-bottom-right-radius: 10px;
}

.exercise-customisation-row {
  position: relative;
  border: none;
  border-radius: 0rem 0rem 0rem 0rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  max-height: 60px;
}

.exercise-customisation-row-block {
  position: relative;
  border: none;
  border-radius: 0rem 0rem 0rem 0rem;
  display: block;
  justify-content: space-between;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  max-height: 60px;
}

.exercise-customisation-footer {
  display: flex;
  color: white;
  align-items: center;
  border: none;
  border-radius: 0px 0px 8px 8px;
  justify-content: space-between;
  max-height: 60px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border: none;
}

.reset-fields {
  color: #ffffff !important;
  font-family: "Abadi MT Condensed", sans-serif;
  font-size: 0.875rem !important;
  text-transform: none;
  line-height: 1.25rem !important;
  text-align: center;
  margin-bottom: 0rem !important;
  margin-right: -6px;
  background-color: #52a5a9 !important;
  border:none;
}

.reset-fields:hover {
  color: #ffffff !important;
  background-color: #52a5a9 !important;
  border:none;
}

.reset-fields:active {
  color: #ffffff !important;
  background-color: #52a5a9 !important;
  border:none;
}

.reset-fields:focus {
  color: #ffffff !important;
  background-color: #52a5a9 !important;
  border:none;
  outline: none;
}

.accordion > li {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.accordion > li > .accordion-header:not(.empty) {
  position: relative;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 0.5rem;
}

.accordion > li > .accordion-header:not(.empty):before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url(assets/images/icons/chevron-down-solid.svg);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.accordion > li > .accordion-content {
  height: 0px;
  overflow: hidden;
}

.accordion > li.active > .accordion-content {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.accordion > li.active > .accordion-header:not(.empty):before {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

h3.accordion-header {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(82 165 169 / var(--tw-text-opacity));
}

h4.accordion-header {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(82 165 169 / var(--tw-text-opacity));
}

h4.accordion-header .muted {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(145 197 199 / var(--tw-text-opacity));
}

.tabs {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.tabs .tablink {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(185 218 219 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tabs .tablink.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
}

.tabcontent {
  position: relative;
  display: none;
  overflow-x: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tabcontent.active {
  display: block;
}

.tab-loading-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 0.75);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
}

.tabcontent.loading .tab-loading-overlay {
  display: flex;
}

.practitioner-only,
.end-user-only {
  display: none;
}

.single-product .wc-tabs {
  display: none;
}

.single-product .woocommerce-tabs .panel#tab-description {
  float: none;
  width: 100%;
}

.app-main-content .woocommerce-checkout h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(91 89 91 / var(--tw-text-opacity));
}

.app-main-content .woocommerce-checkout .form-row {
  margin-bottom: 1rem;
}

.app-main-content .woocommerce-checkout .form-row input,
.app-main-content .woocommerce-checkout .form-row textarea,
.app-main-content .woocommerce-checkout .form-row select {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.app-main-content .woocommerce-checkout .form-row .select2-container .select2-selection--single {
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.app-main-content .woocommerce-checkout .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.app-main-content .woocommerce-checkout #order_review .shop_table {
  margin-bottom: 0px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
  width: 100%;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  display: block;
  height: 4rem;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

/*
 ! tailwindcss v3.1.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

body.login {
  --tw-bg-opacity: 1;
  background-color: rgb(228 227 226 / var(--tw-bg-opacity));
}

body.login form {
  margin-top: 0px;
}

body.login #login .submit .button-primary {
  --tw-border-opacity: 1;
  border-color: rgb(142 83 120 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(142 83 120 / var(--tw-bg-opacity));
}

body.login #login .submit .button-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(80 42 66 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(80 42 66 / var(--tw-bg-opacity));
}

body.login #login .wp-pwd .button {
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
}

body.login #login h1 a {
  margin-left: auto;
  margin-right: auto;
  height: 9rem;
  width: 16rem;
  background-image: url(/wp-content/uploads/2022/07/springys_logo.png);
  background-size: contain;
}

body.login input[type="text"],
body.login input[type="password"] {
  --tw-shadow-color: #8E5378;
  --tw-shadow: var(--tw-shadow-colored);
}

body.login input[type="text"]:focus,
body.login input[type="password"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(142 83 120 / var(--tw-border-opacity));
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.login #nav a:hover {
  --tw-text-opacity: 1;
  color: rgb(142 83 120 / var(--tw-text-opacity));
}

body.login #login {
  width: 24rem;
  max-width: 100%;
}

body.login #login h2 {
  font-weight: 700;
}

body.login #login ul {
  margin-left: 2rem;
  list-style-type: disc;
}

body.login .login-tabs {
  margin-bottom: -1px;
  display: flex;
  width: 100%;
}

body.login .login-tabs .login-tab {
  display: flex;
  flex: 1 1 0%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border-color: #c3c4c7;
}

body.login .login-tabs .login-tab.active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

body.login-action-register #registerform label[for="user_login"],  body.login-action-register #registerform input#user_login {
  display: none;
}

@font-face {
  font-family: "Abadi MT Condensed";

  src: url("/wp-content/uploads/2022/07/AbadiMTCondensed.ttf");
}

@font-face {
  font-family: "Ablation";

  src: url("/wp-content/uploads/2022/07/Ablation-Hairline.woff") format('woff');

  font-weight: extralight;

  font-style: normal;
}

@font-face {
  font-family: "Ablation";

  src: url("/wp-content/uploads/2022/07/Ablation-Light.woff") format('woff');

  font-weight: light;

  font-style: normal;
}

@font-face {
  font-family: "Ablation";

  src: url("/wp-content/uploads/2022/07/Ablation.woff") format('woff');

  font-weight: normal;

  font-style: normal;
}

/* @font-face {
    font-family: "Ablation";
    src: url("/wp-content/uploads/2022/07/Ablation-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Ablation";
    src: url("/wp-content/uploads/2022/07/Ablation-ExtraBold.woff") format('woff');
    font-weight: extrabold;
    font-style: normal;
}

@font-face {
    font-family: "Ablation";
    src: url("/wp-content/uploads/2022/07/Ablation-Black.woff") format('woff');
    font-weight: black;
    font-style: normal;
} */
