*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.14 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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::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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 400px) {
  .\!container {
    max-width: 400px !important;
  }

  .container {
    max-width: 400px;
  }
}

@media (min-width: 540px) {
  .\!container {
    max-width: 540px !important;
  }

  .container {
    max-width: 540px;
  }
}

@media (min-width: 570px) {
  .\!container {
    max-width: 570px !important;
  }

  .container {
    max-width: 570px;
  }
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

@media (min-width: 800px) {
  .\!container {
    max-width: 800px !important;
  }

  .container {
    max-width: 800px;
  }
}

@media (min-width: 900px) {
  .\!container {
    max-width: 900px !important;
  }

  .container {
    max-width: 900px;
  }
}

@media (min-width: 960px) {
  .\!container {
    max-width: 960px !important;
  }

  .container {
    max-width: 960px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1150px) {
  .\!container {
    max-width: 1150px !important;
  }

  .container {
    max-width: 1150px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

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

  .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;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-right-2 {
  right: -0.5em;
}

.-top-2 {
  top: -0.5em;
}

.bottom-10 {
  bottom: 2.5em;
}

.bottom-2 {
  bottom: 0.5em;
}

.bottom-4 {
  bottom: 1em;
}

.bottom-\[-1px\] {
  bottom: -1px;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25em;
}

.left-1\/2 {
  left: 50%;
}

.left-4 {
  left: 1em;
}

.left-\[0\.35em\] {
  left: 0.35em;
}

.left-\[10px\] {
  left: 10px;
}

.left-\[6px\] {
  left: 6px;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25em;
}

.right-2 {
  right: 0.5em;
}

.right-3 {
  right: 0.75em;
}

.right-4 {
  right: 1em;
}

.right-6 {
  right: 1.5em;
}

.right-\[0\.35em\] {
  right: 0.35em;
}

.right-\[16px\] {
  right: 16px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25em;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5em;
}

.top-4 {
  top: 1em;
}

.top-6 {
  top: 1.5em;
}

.top-\[0\.35em\] {
  top: 0.35em;
}

.top-\[10px\] {
  top: 10px;
}

.top-\[16px\] {
  top: 16px;
}

.top-\[4px\] {
  top: 4px;
}

.top-\[calc\(100\%\+5px\)\] {
  top: calc(100% + 5px);
}

.top-full {
  top: 100%;
}

.-z-10 {
  z-index: -10;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[1001\] {
  z-index: 1001;
}

.z-\[1002\] {
  z-index: 1002;
}

.z-\[500\] {
  z-index: 500;
}

.z-\[9998\] {
  z-index: 9998;
}

.z-\[99999\] {
  z-index: 99999;
}

.z-\[9999\] {
  z-index: 9999;
}

.\!float-none {
  float: none !important;
}

.float-none {
  float: none;
}

.clear-both {
  clear: both;
}

.\!m-0 {
  margin: 0px !important;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25em;
}

.m-10 {
  margin: 2.5em;
}

.m-3 {
  margin: 0.75em;
}

.m-4 {
  margin: 1em;
}

.m-auto {
  margin: auto;
}

.mx-1 {
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.mx-5 {
  margin-left: 1.25em;
  margin-right: 1.25em;
}

.mx-6 {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-1 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.my-3 {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.my-4 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.-ml-1 {
  margin-left: -0.25em;
}

.-mr-1 {
  margin-right: -0.25em;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25em;
}

.mb-10 {
  margin-bottom: 2.5em;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-2 {
  margin-bottom: 0.5em;
}

.mb-3 {
  margin-bottom: 0.75em;
}

.mb-4 {
  margin-bottom: 1em;
}

.mb-5 {
  margin-bottom: 1.25em;
}

.mb-6 {
  margin-bottom: 1.5em;
}

.mb-8 {
  margin-bottom: 2em;
}

.mb-\[0\.5em\] {
  margin-bottom: 0.5em;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[3\.2em\] {
  margin-bottom: 3.2em;
}

.mb-\[4\.26em\] {
  margin-bottom: 4.26em;
}

.ml-0 {
  margin-left: 0px;
}

.ml-0\.5 {
  margin-left: 0.125em;
}

.ml-1 {
  margin-left: 0.25em;
}

.ml-2 {
  margin-left: 0.5em;
}

.ml-4 {
  margin-left: 1em;
}

.ml-6 {
  margin-left: 1.5em;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25em;
}

.mt-10 {
  margin-top: 2.5em;
}

.mt-12 {
  margin-top: 3em;
}

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

.mt-3 {
  margin-top: 0.75em;
}

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

.mt-5 {
  margin-top: 1.25em;
}

.mt-6 {
  margin-top: 1.5em;
}

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

.mt-\[0\.3333em\] {
  margin-top: 0.3333em;
}

.mt-\[1\.66em\] {
  margin-top: 1.66em;
}

.mt-\[1\.6em\] {
  margin-top: 1.6em;
}

.mt-\[16px\] {
  margin-top: 16px;
}

.mt-\[211px\] {
  margin-top: 211px;
}

.mt-\[4\.26em\] {
  margin-top: 4.26em;
}

.mt-\[6px\] {
  margin-top: 6px;
}

.mt-auto {
  margin-top: auto;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

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

.\!inline {
  display: inline !important;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.inline-table {
  display: inline-table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

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

.hidden {
  display: none;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.aspect-\[17\/10\] {
  aspect-ratio: 17/10;
}

.aspect-\[336\/224\] {
  aspect-ratio: 336/224;
}

.aspect-\[511\/410\] {
  aspect-ratio: 511/410;
}

.aspect-\[663\/388\] {
  aspect-ratio: 663/388;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.\!h-full {
  height: 100% !important;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25em;
}

.h-10 {
  height: 2.5em;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3em;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4em;
}

.h-2 {
  height: 0.5em;
}

.h-2\.5 {
  height: 0.625em;
}

.h-20 {
  height: 5em;
}

.h-24 {
  height: 6em;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75em;
}

.h-32 {
  height: 8em;
}

.h-4 {
  height: 1em;
}

.h-40 {
  height: 10em;
}

.h-5 {
  height: 1.25em;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14em;
}

.h-6 {
  height: 1.5em;
}

.h-64 {
  height: 16em;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2em;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

.h-\[1\.3333333em\] {
  height: 1.3333333em;
}

.h-\[1\.5em\] {
  height: 1.5em;
}

.h-\[1\.6em\] {
  height: 1.6em;
}

.h-\[100\%\] {
  height: 100%;
}

.h-\[1066\.67px\] {
  height: 1066.67px;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[14px\] {
  height: 14px;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[160px\] {
  height: 160px;
}

.h-\[168px\] {
  height: 168px;
}

.h-\[16px\] {
  height: 16px;
}

.h-\[172px\] {
  height: 172px;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[196px\] {
  height: 196px;
}

.h-\[2\.13em\] {
  height: 2.13em;
}

.h-\[2\.5em\] {
  height: 2.5em;
}

.h-\[2\.75rem\] {
  height: 2.75rem;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[245px\] {
  height: 245px;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[3\.0666666em\] {
  height: 3.0666666em;
}

.h-\[3\.33em\] {
  height: 3.33em;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[34px\] {
  height: 34px;
}

.h-\[37\.5px\] {
  height: 37.5px;
}

.h-\[38px\] {
  height: 38px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[42px\] {
  height: 42px;
}

.h-\[46px\] {
  height: 46px;
}

.h-\[79px\] {
  height: 79px;
}

.h-\[80px\] {
  height: 80px;
}

.h-\[8px\] {
  height: 8px;
}

.h-\[90px\] {
  height: 90px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-\[105px\] {
  max-height: 105px;
}

.max-h-\[250px\] {
  max-height: 250px;
}

.max-h-\[600px\] {
  max-height: 600px;
}

.max-h-\[655px\] {
  max-height: 655px;
}

.min-h-36 {
  min-height: 9rem;
}

.min-h-8 {
  min-height: 2em;
}

.min-h-\[100px\] {
  min-height: 100px;
}

.min-h-\[120px\] {
  min-height: 120px;
}

.min-h-\[293px\] {
  min-height: 293px;
}

.min-h-\[300px\] {
  min-height: 300px;
}

.min-h-\[41\.94px\] {
  min-height: 41.94px;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25em;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5em;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3em;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4em;
}

.w-2 {
  width: 0.5em;
}

.w-2\.5 {
  width: 0.625em;
}

.w-20 {
  width: 5em;
}

.w-24 {
  width: 6em;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75em;
}

.w-32 {
  width: 8em;
}

.w-4 {
  width: 1em;
}

.w-40 {
  width: 10em;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12em;
}

.w-5 {
  width: 1.25em;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14em;
}

.w-6 {
  width: 1.5em;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16em;
}

.w-7 {
  width: 1.75rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2em;
}

.w-80 {
  width: 20em;
}

.w-9 {
  width: 2.25rem;
}

.w-90 {
  width: 22.5em;
}

.w-96 {
  width: 24rem;
}

.w-\[1\.3333333em\] {
  width: 1.3333333em;
}

.w-\[1\.5em\] {
  width: 1.5em;
}

.w-\[1\.6em\] {
  width: 1.6em;
}

.w-\[10\.26em\] {
  width: 10.26em;
}

.w-\[100\%\] {
  width: 100%;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[160px\] {
  width: 160px;
}

.w-\[168px\] {
  width: 168px;
}

.w-\[16px\] {
  width: 16px;
}

.w-\[170px\] {
  width: 170px;
}

.w-\[172px\] {
  width: 172px;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[2\.13em\] {
  width: 2.13em;
}

.w-\[2\.5em\] {
  width: 2.5em;
}

.w-\[200\%\] {
  width: 200%;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[22px\] {
  width: 22px;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[255px\] {
  width: 255px;
}

.w-\[30\%\] {
  width: 30%;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[320px\] {
  width: 320px;
}

.w-\[34px\] {
  width: 34px;
}

.w-\[37\.5px\] {
  width: 37.5px;
}

.w-\[385px\] {
  width: 385px;
}

.w-\[40\%\] {
  width: 40%;
}

.w-\[420px\] {
  width: 420px;
}

.w-\[460px\] {
  width: 460px;
}

.w-\[5\.5rem\] {
  width: 5.5rem;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[512px\] {
  width: 512px;
}

.w-\[60\%\] {
  width: 60%;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[70\%\] {
  width: 70%;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[75\%\] {
  width: 75%;
}

.w-\[760px\] {
  width: 760px;
}

.w-\[7px\] {
  width: 7px;
}

.w-\[80px\] {
  width: 80px;
}

.w-\[85px\] {
  width: 85px;
}

.w-\[90px\] {
  width: 90px;
}

.w-\[960px\] {
  width: 960px;
}

.w-\[auto\] {
  width: auto;
}

.w-\[calc\(30\%-55px\)\] {
  width: calc(30% - 55px);
}

.w-\[calc\(40\%-55px\)\] {
  width: calc(40% - 55px);
}

.w-\[calc\(60\%-55px\)\] {
  width: calc(60% - 55px);
}

.w-auto {
  width: auto;
}

.w-center_old {
  width: 1280px;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-10 {
  min-width: 2.5em;
}

.min-w-24 {
  min-width: 6em;
}

.min-w-32 {
  min-width: 8em;
}

.min-w-\[140px\] {
  min-width: 140px;
}

.min-w-\[150px\] {
  min-width: 150px;
}

.min-w-\[160px\] {
  min-width: 160px;
}

.min-w-\[170px\] {
  min-width: 170px;
}

.min-w-\[2\.5rem\] {
  min-width: 2.5rem;
}

.min-w-\[200px\] {
  min-width: 200px;
}

.min-w-\[220px\] {
  min-width: 220px;
}

.min-w-\[300px\] {
  min-width: 300px;
}

.min-w-\[365px\] {
  min-width: 365px;
}

.min-w-\[375px\] {
  min-width: 375px;
}

.min-w-\[80px\] {
  min-width: 80px;
}

.min-w-\[85px\] {
  min-width: 85px;
}

.min-w-\[91px\] {
  min-width: 91px;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-\[1025px\] {
  max-width: 1025px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[1280px\] {
  max-width: 1280px;
}

.max-w-\[140px\] {
  max-width: 140px;
}

.max-w-\[180px\] {
  max-width: 180px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[385px\] {
  max-width: 385px;
}

.max-w-\[388\.5px\] {
  max-width: 388.5px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[420px\] {
  max-width: 420px;
}

.max-w-\[460px\] {
  max-width: 460px;
}

.max-w-\[560px\] {
  max-width: 560px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[610px\] {
  max-width: 610px;
}

.max-w-\[640px\] {
  max-width: 640px;
}

.max-w-\[745px\] {
  max-width: 745px;
}

.max-w-\[768px\] {
  max-width: 768px;
}

.max-w-\[80px\] {
  max-width: 80px;
}

.max-w-\[823px\] {
  max-width: 823px;
}

.max-w-\[85px\] {
  max-width: 85px;
}

.max-w-\[960px\] {
  max-width: 960px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-none {
  max-width: none;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-\[1\.5\] {
  flex: 1.5;
}

.flex-none {
  flex: none;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.basis-0 {
  flex-basis: 0px;
}

.basis-5 {
  flex-basis: 1.25em;
}

.border-collapse {
  border-collapse: collapse;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-top-right {
  transform-origin: top right;
}

.-translate-x-1 {
  --tw-translate-x: -0.25em;
  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));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}

.-translate-y-1 {
  --tw-translate-y: -0.25em;
  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));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

.translate-x-\[2\.25rem\] {
  --tw-translate-x: 2.25rem;
  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));
}

.rotate-180 {
  --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));
}

.rotate-45 {
  --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));
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.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));
}

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

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.list-outside {
  list-style-position: outside;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125em;
}

.gap-1 {
  gap: 0.25em;
}

.gap-1\.5 {
  gap: 0.375em;
}

.gap-10 {
  gap: 2.5em;
}

.gap-12 {
  gap: 3em;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4em;
}

.gap-2 {
  gap: 0.5em;
}

.gap-2\.5 {
  gap: 0.625em;
}

.gap-24 {
  gap: 6em;
}

.gap-28 {
  gap: 7rem;
}

.gap-3 {
  gap: 0.75em;
}

.gap-32 {
  gap: 8em;
}

.gap-4 {
  gap: 1em;
}

.gap-5 {
  gap: 1.25em;
}

.gap-6 {
  gap: 1.5em;
}

.gap-8 {
  gap: 2em;
}

.gap-\[\.5em\] {
  gap: .5em;
}

.gap-\[0\.4em\] {
  gap: 0.4em;
}

.gap-\[0\.53333em\] {
  gap: 0.53333em;
}

.gap-\[0\.6666em\] {
  gap: 0.6666em;
}

.gap-\[0\.8em\] {
  gap: 0.8em;
}

.gap-\[1\.06666667em\] {
  gap: 1.06666667em;
}

.gap-\[1\.3333333em\] {
  gap: 1.3333333em;
}

.gap-\[1\.333333em\] {
  gap: 1.333333em;
}

.gap-\[1\.6em\] {
  gap: 1.6em;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[2\.13333333em\] {
  gap: 2.13333333em;
}

.gap-\[2\.1333333em\] {
  gap: 2.1333333em;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[3\.2em\] {
  gap: 3.2em;
}

.gap-\[32px\] {
  gap: 32px;
}

.gap-\[3px\] {
  gap: 3px;
}

.gap-\[4\.2666666667em\] {
  gap: 4.2666666667em;
}

.gap-\[4\.266666667em\] {
  gap: 4.266666667em;
}

.gap-\[4\.26666667em\] {
  gap: 4.26666667em;
}

.gap-\[48px\] {
  gap: 48px;
}

.gap-\[6\.4em\] {
  gap: 6.4em;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-\[8px\] {
  gap: 8px;
}

.gap-x-3 {
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
}

.gap-x-4 {
  -moz-column-gap: 1em;
       column-gap: 1em;
}

.gap-x-6 {
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}

.gap-y-10 {
  row-gap: 2.5em;
}

.gap-y-2 {
  row-gap: 0.5em;
}

.gap-y-\[8px\] {
  row-gap: 8px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5em * var(--tw-space-x-reverse));
  margin-left: calc(0.5em * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1em * var(--tw-space-x-reverse));
  margin-left: calc(1em * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5em * var(--tw-space-x-reverse));
  margin-left: calc(1.5em * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5em * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5em * var(--tw-space-y-reverse));
}

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

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

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

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-wrap {
  text-wrap: wrap;
}

.text-balance {
  text-wrap: balance;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[100px\] {
  border-radius: 100px;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[1px\] {
  border-radius: 1px;
}

.rounded-\[200px\] {
  border-radius: 200px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[28px\] {
  border-radius: 28px;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-t-\[11px\] {
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.\!border-0 {
  border-width: 0px !important;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-\[0\.75px\] {
  border-width: 0.75px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-dashed {
  border-style: dashed;
}

.\!border-none {
  border-style: none !important;
}

.border-none {
  border-style: none;
}

.border-Border-border-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-Button-Primary-primary-border {
  border-color: var(--color-primary-600);
}

.border-Input-border-input {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-Input-border-input-dropdown {
  --tw-border-opacity: 1;
  border-color: rgb(221 223 227 / var(--tw-border-opacity));
}

.border-Primary-500 {
  border-color: var(--color-primary-500);
}

.border-\[\#0f8f53\] {
  --tw-border-opacity: 1;
  border-color: rgb(15 143 83 / var(--tw-border-opacity));
}

.border-\[\#17B668\] {
  --tw-border-opacity: 1;
  border-color: rgb(23 182 104 / var(--tw-border-opacity));
}

.border-\[\#17b668\] {
  --tw-border-opacity: 1;
  border-color: rgb(23 182 104 / var(--tw-border-opacity));
}

.border-\[\#1f8f57\] {
  --tw-border-opacity: 1;
  border-color: rgb(31 143 87 / var(--tw-border-opacity));
}

.border-\[\#6A6A6A\] {
  --tw-border-opacity: 1;
  border-color: rgb(106 106 106 / var(--tw-border-opacity));
}

.border-\[\#D7DEE3\] {
  --tw-border-opacity: 1;
  border-color: rgb(215 222 227 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-green-300 {
  border-color: var(--color-primary-300);
}

.border-green-500 {
  border-color: var(--color-primary-500);
}

.border-green-700 {
  border-color: var(--color-primary-700);
}

.border-grey-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-grey-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 233 / var(--tw-border-opacity));
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-neutral-950 {
  --tw-border-opacity: 1;
  border-color: rgb(8 9 11 / var(--tw-border-opacity));
}

.border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-violet-100 {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}

.border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.border-zinc-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}

.border-zinc-700 {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.border-zinc-800 {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.border-zinc-950 {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity));
}

.border-b-neutral-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 9 11 / var(--tw-border-opacity));
}

.border-l-neutral-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 9 11 / var(--tw-border-opacity));
}

.border-r-neutral-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(8 9 11 / var(--tw-border-opacity));
}

.border-t-Primary-500 {
  border-top-color: var(--color-primary-500);
}

.border-t-slate-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.border-t-transparent {
  border-top-color: transparent;
}

.border-opacity-0 {
  --tw-border-opacity: 0;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.\!bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}

.\!bg-transparent {
  background-color: transparent !important;
}

.bg-Background-Primary-primary-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(228 246 237 / var(--tw-bg-opacity));
}

.bg-Background-bg-01 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-Background-bg-alt {
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity));
}

.bg-Background-bg-secondary-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-Background-bg-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity));
}

.bg-Base-White {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-Border-border-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-Button-Primary-primary {
  background-color: var(--color-primary-600);
}

.bg-Button-Tertiary-tertiary-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-Input-input {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-Primary-500 {
  background-color: var(--color-primary-500);
}

.bg-Sidebar-sidebar-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-Sidebar-sidebar-selected {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-Text-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-\[\#050709\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 7 9 / var(--tw-bg-opacity));
}

.bg-\[\#0B0D0E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 13 14 / var(--tw-bg-opacity));
}

.bg-\[\#0d2b1f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 43 31 / var(--tw-bg-opacity));
}

.bg-\[\#17B668\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 182 104 / var(--tw-bg-opacity));
}

.bg-\[\#17b569\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 181 105 / var(--tw-bg-opacity));
}

.bg-\[\#1DB369\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 179 105 / var(--tw-bg-opacity));
}

.bg-\[\#20282c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(32 40 44 / var(--tw-bg-opacity));
}

.bg-\[\#555555\] {
  --tw-bg-opacity: 1;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity));
}

.bg-\[\#6A6A6A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(106 106 106 / var(--tw-bg-opacity));
}

.bg-\[\#E4E7EC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

.bg-\[\#E4F6ED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 246 237 / var(--tw-bg-opacity));
}

.bg-\[\#ECFDF3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 243 / var(--tw-bg-opacity));
}

.bg-\[\#F3F4F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-\[\#F9FAFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-cv_grey-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 63 71 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-green-100 {
  background-color: var(--color-primary-100);
}

.bg-green-25 {
  background-color: var(--color-primary-25);
}

.bg-green-50 {
  background-color: var(--color-primary-50);
}

.bg-green-500 {
  background-color: var(--color-primary-500);
}

.bg-green-600 {
  background-color: var(--color-primary-600);
}

.bg-green-950 {
  background-color: var(--color-primary-950);
}

.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-grey-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 233 / var(--tw-bg-opacity));
}

.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-grey-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(44 52 59 / var(--tw-bg-opacity));
}

.bg-grey-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(11 13 14 / var(--tw-bg-opacity));
}

.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.bg-neutral-800\/50 {
  background-color: rgb(38 38 38 / 0.5);
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 21 24 / var(--tw-bg-opacity));
}

.bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 9 11 / var(--tw-bg-opacity));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.bg-primary {
  background-color: var(--color-primary);
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}

.bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}

.bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 28 32 / var(--tw-bg-opacity));
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-\[url\(\'data\:image\/svg\+xml\;charset\=utf-8\2c \%3Csvg\%20xmlns\%3D\%22http\%3A\%2F\%2Fwww\.w3\.org\%2F2000\%2Fsvg\%22\%20fill\%3D\%22none\%22\%20viewBox\%3D\%220\%200\%2020\%2020\%22\%3E\%3Cpath\%20stroke\%3D\%22\%236b7280\%22\%20stroke-linecap\%3D\%22round\%22\%20stroke-linejoin\%3D\%22round\%22\%20stroke-width\%3D\%221\.5\%22\%20d\%3D\%22M6\%208l4\%204\%204-4\%22\%2F\%3E\%3C\%2Fsvg\%3E\'\)\] {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20stroke%3D%22%236b7280%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6%208l4%204%204-4%22%2F%3E%3C%2Fsvg%3E');
}

.bg-arrow-narrow-left {
  background-image: url('../../templates/en/img2024/arrow-narrow-left.svg');
}

.bg-arrow-narrow-right {
  background-image: url('../../templates/en/img2024/arrow-narrow-right.svg');
}

.bg-chevron-down {
  background-image: url('../../templates/en/img2024/chevron-down.svg');
}

.bg-chevron-right {
  background-image: url('../../templates/en/img2024/chevron-right.svg');
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-icon-upload {
  background-image: url('../../templates/en/img2024/icon-upload.svg');
}

.bg-none {
  background-image: none;
}

.bg-user-01-grey-700 {
  background-image: url('../../templates/en/img2024/user-01-grey-700.svg');
}

.bg-users-01-grey-700 {
  background-image: url('../../templates/en/img2024/users-01-grey-700.svg');
}

.from-\[\#1f292f\] {
  --tw-gradient-from: #1f292f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 47 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-zinc-800 {
  --tw-gradient-from: #27272a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 39 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#08090b\] {
  --tw-gradient-to: #08090b var(--tw-gradient-to-position);
}

.to-neutral-950 {
  --tw-gradient-to: #08090B var(--tw-gradient-to-position);
}

.bg-\[length\:1\.5em_1\.5em\] {
  background-size: 1.5em 1.5em;
}

.bg-\[length\:1\.6em_1\.6em\] {
  background-size: 1.6em 1.6em;
}

.bg-auto {
  background-size: auto;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-\[\.7em\] {
  background-position: .7em;
}

.bg-\[position\:right_0\.5rem_center\] {
  background-position: right 0.5rem center;
}

.bg-\[right_0\.75em_center\] {
  background-position: right 0.75em center;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-black {
  fill: #000;
}

.fill-current {
  fill: currentColor;
}

.fill-white {
  fill: #fff;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.\!p-0 {
  padding: 0px !important;
}

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125em;
}

.p-1 {
  padding: 0.25em;
}

.p-1\.5 {
  padding: 0.375em;
}

.p-10 {
  padding: 2.5em;
}

.p-16 {
  padding: 4em;
}

.p-2 {
  padding: 0.5em;
}

.p-2\.5 {
  padding: 0.625em;
}

.p-3 {
  padding: 0.75em;
}

.p-3\.5 {
  padding: 0.875em;
}

.p-4 {
  padding: 1em;
}

.p-5 {
  padding: 1.25em;
}

.p-6 {
  padding: 1.5em;
}

.p-8 {
  padding: 2em;
}

.p-\[0\.8em\] {
  padding: 0.8em;
}

.p-\[1\.0666667em\] {
  padding: 1.0666667em;
}

.p-\[12px\] {
  padding: 12px;
}

.p-\[16px\] {
  padding: 16px;
}

.p-\[2\.133333em\] {
  padding: 2.133333em;
}

.p-\[6px\] {
  padding: 6px;
}

.p-px {
  padding: 1px;
}

.\!px-4 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.\!px-8 {
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

.px-1\.5 {
  padding-left: 0.375em;
  padding-right: 0.375em;
}

.px-16 {
  padding-left: 4em;
  padding-right: 4em;
}

.px-2 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.px-2\.5 {
  padding-left: 0.625em;
  padding-right: 0.625em;
}

.px-3 {
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.px-3\.5 {
  padding-left: 0.875em;
  padding-right: 0.875em;
}

.px-4 {
  padding-left: 1em;
  padding-right: 1em;
}

.px-5 {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.px-6 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-\[\.75em\] {
  padding-left: .75em;
  padding-right: .75em;
}

.px-\[1\.3333333em\] {
  padding-left: 1.3333333em;
  padding-right: 1.3333333em;
}

.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.px-\[2\.13333333em\] {
  padding-left: 2.13333333em;
  padding-right: 2.13333333em;
}

.px-\[2em\] {
  padding-left: 2em;
  padding-right: 2em;
}

.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125em;
  padding-bottom: 0.125em;
}

.py-1 {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.py-1\.5 {
  padding-top: 0.375em;
  padding-bottom: 0.375em;
}

.py-10 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.py-12 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.py-16 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.py-2 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.py-2\.5 {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}

.py-24 {
  padding-top: 6em;
  padding-bottom: 6em;
}

.py-3 {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.py-3\.5 {
  padding-top: 0.875em;
  padding-bottom: 0.875em;
}

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

.py-6 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.py-8 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.py-\[\.8em\] {
  padding-top: .8em;
  padding-bottom: .8em;
}

.py-\[0\.625em\] {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}

.py-\[0\.8em\] {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-\[3\.2em\] {
  padding-top: 3.2em;
  padding-bottom: 3.2em;
}

.py-\[4\.2666666667em\] {
  padding-top: 4.2666666667em;
  padding-bottom: 4.2666666667em;
}

.py-\[4\.266666667em\] {
  padding-top: 4.266666667em;
  padding-bottom: 4.266666667em;
}

.py-\[6\.4em\] {
  padding-top: 6.4em;
  padding-bottom: 6.4em;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5em;
}

.pb-12 {
  padding-bottom: 3em;
}

.pb-2 {
  padding-bottom: 0.5em;
}

.pb-2\.5 {
  padding-bottom: 0.625em;
}

.pb-20 {
  padding-bottom: 5em;
}

.pb-24 {
  padding-bottom: 6em;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-3 {
  padding-bottom: 0.75em;
}

.pb-32 {
  padding-bottom: 8em;
}

.pb-4 {
  padding-bottom: 1em;
}

.pb-5 {
  padding-bottom: 1.25em;
}

.pb-6 {
  padding-bottom: 1.5em;
}

.pb-8 {
  padding-bottom: 2em;
}

.pb-\[1em\] {
  padding-bottom: 1em;
}

.pb-\[3\.2em\] {
  padding-bottom: 3.2em;
}

.pb-\[4\.266666667em\] {
  padding-bottom: 4.266666667em;
}

.pb-\[4\.26666667em\] {
  padding-bottom: 4.26666667em;
}

.pb-\[4\.2em\] {
  padding-bottom: 4.2em;
}

.pb-\[6\.4em\] {
  padding-bottom: 6.4em;
}

.pl-0 {
  padding-left: 0px;
}

.pl-10 {
  padding-left: 2.5em;
}

.pl-3 {
  padding-left: 0.75em;
}

.pl-3\.5 {
  padding-left: 0.875em;
}

.pl-4 {
  padding-left: 1em;
}

.pl-5 {
  padding-left: 1.25em;
}

.pl-6 {
  padding-left: 1.5em;
}

.pl-8 {
  padding-left: 2em;
}

.pl-\[2\.5em\] {
  padding-left: 2.5em;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 0.25em;
}

.pr-1\.5 {
  padding-right: 0.375em;
}

.pr-10 {
  padding-right: 2.5em;
}

.pr-2 {
  padding-right: 0.5em;
}

.pr-4 {
  padding-right: 1em;
}

.pr-6 {
  padding-right: 1.5em;
}

.pr-8 {
  padding-right: 2em;
}

.pr-\[2em\] {
  padding-right: 2em;
}

.pt-0 {
  padding-top: 0px;
}

.pt-0\.5 {
  padding-top: 0.125em;
}

.pt-1 {
  padding-top: 0.25em;
}

.pt-1\.5 {
  padding-top: 0.375em;
}

.pt-12 {
  padding-top: 3em;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4em;
}

.pt-2 {
  padding-top: 0.5em;
}

.pt-24 {
  padding-top: 6em;
}

.pt-3 {
  padding-top: 0.75em;
}

.pt-4 {
  padding-top: 1em;
}

.pt-5 {
  padding-top: 1.25em;
}

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

.pt-8 {
  padding-top: 2em;
}

.pt-\[\.25em\] {
  padding-top: .25em;
}

.pt-\[2\.13333333em\] {
  padding-top: 2.13333333em;
}

.pt-\[3\.2em\] {
  padding-top: 3.2em;
}

.pt-\[4\.266666667em\] {
  padding-top: 4.266666667em;
}

.pt-\[4\.26666667em\] {
  padding-top: 4.26666667em;
}

.pt-\[4\.2em\] {
  padding-top: 4.2em;
}

.pt-\[4\.66666667em\] {
  padding-top: 4.66666667em;
}

.pt-\[6\.4em\] {
  padding-top: 6.4em;
}

.pt-px {
  padding-top: 1px;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.font-Gotham_bold {
  font-family: Gotham-Bold;
}

.font-Gotham_book {
  font-family: Gotham-Book;
}

.font-Gotham_medium {
  font-family: Gotham-Medium;
}

.text-2xl {
  font-size: 1.6em;
}

.text-3xl {
  font-size: 2em;
}

.text-4xl {
  font-size: 2.4em;
}

.text-5xl {
  font-size: 3.2em;
}

.text-6xl {
  font-size: 4em;
}

.text-\[0\.6875rem\] {
  font-size: 0.6875rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-base {
  font-size: 1.0666666em;
}

.text-lg {
  font-size: 1.2em;
}

.text-md {
  font-size: 1.0666666em;
}

.text-sm {
  font-size: 0.933333em;
}

.text-xl {
  font-size: 1.333333em;
}

.text-xll {
  font-size: 1.4em;
}

.text-xs {
  font-size: 12px;
}

.font-\[325\] {
  font-weight: 325;
}

.font-\[350\] {
  font-weight: 350;
}

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

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.\!normal-case {
  text-transform: none !important;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[1\.12\] {
  line-height: 1.12;
}

.leading-\[1\.1em\] {
  line-height: 1.1em;
}

.leading-\[1\.222222em\] {
  line-height: 1.222222em;
}

.leading-\[1\.2666666em\] {
  line-height: 1.2666666em;
}

.leading-\[1\.285712em\] {
  line-height: 1.285712em;
}

.leading-\[1\.3333333em\] {
  line-height: 1.3333333em;
}

.leading-\[1\.333333em\] {
  line-height: 1.333333em;
}

.leading-\[1\.375em\] {
  line-height: 1.375em;
}

.leading-\[1\.3em\] {
  line-height: 1.3em;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.6rem\] {
  line-height: 1.6rem;
}

.leading-\[1\.733333rem\] {
  line-height: 1.733333rem;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-\[38px\] {
  line-height: 38px;
}

.leading-\[72px\] {
  line-height: 72px;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.\!text-\[\#139857\] {
  --tw-text-opacity: 1 !important;
  color: rgb(19 152 87 / var(--tw-text-opacity)) !important;
}

.text-Base-White {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-Button-Primary-on-primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-Button-Primary-primary {
  color: var(--color-primary-600);
}

.text-Button-Tertiary-on-tertiary {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-Primary-500 {
  color: var(--color-primary-500);
}

.text-Text-main {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-Text-primary {
  color: var(--color-primary);
}

.text-Text-primary-strong {
  color: var(--color-primary-600);
}

.text-Text-prominent {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-Text-secondary {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-Text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-\[\#067647\] {
  --tw-text-opacity: 1;
  color: rgb(6 118 71 / var(--tw-text-opacity));
}

.text-\[\#12B76A\] {
  --tw-text-opacity: 1;
  color: rgb(18 183 106 / var(--tw-text-opacity));
}

.text-\[\#17B668\] {
  --tw-text-opacity: 1;
  color: rgb(23 182 104 / var(--tw-text-opacity));
}

.text-\[\#19c36d\] {
  --tw-text-opacity: 1;
  color: rgb(25 195 109 / var(--tw-text-opacity));
}

.text-\[\#333F47\] {
  --tw-text-opacity: 1;
  color: rgb(51 63 71 / var(--tw-text-opacity));
}

.text-\[\#333f47\] {
  --tw-text-opacity: 1;
  color: rgb(51 63 71 / var(--tw-text-opacity));
}

.text-\[\#344054\] {
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.text-\[\#555555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.text-\[\#667085\] {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-green-25 {
  color: var(--color-primary-25);
}

.text-green-300 {
  color: var(--color-primary-300);
}

.text-green-400 {
  color: var(--color-primary-400);
}

.text-green-500 {
  color: var(--color-primary-500);
}

.text-green-600 {
  color: var(--color-primary-600);
}

.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(87 95 102 / var(--tw-text-opacity));
}

.text-grey-600 {
  --tw-text-opacity: 1;
  color: rgb(53 63 71 / var(--tw-text-opacity));
}

.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(18 21 24 / var(--tw-text-opacity));
}

.text-primary {
  color: var(--color-primary);
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(235 238 241 / var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(221 223 227 / var(--tw-text-opacity));
}

.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}

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

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --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);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_12px_16px_-4px_rgba\(16\2c 24\2c 40\2c 0\.08\)\] {
  --tw-shadow: 0px 12px 16px -4px rgba(16,24,40,0.08);
  --tw-shadow-colored: 0px 12px 16px -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);
}

.shadow-\[0px_1px_2px_0px_rgba\(16\2c 24\2c 40\2c 0\.05\)\] {
  --tw-shadow: 0px 1px 2px 0px rgba(16,24,40,0.05);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_1px_2px_0px_rgba\(16\2c 24\2c 40\2c 0\.06\)\] {
  --tw-shadow: 0px 1px 2px 0px rgba(16,24,40,0.06);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_1px_3px_0px_rgba\(16\2c 24\2c 40\2c 0\.10\)\] {
  --tw-shadow: 0px 1px 3px 0px rgba(16,24,40,0.10);
  --tw-shadow-colored: 0px 1px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_20px_24px_-4px_rgba\(16\2c 24\2c 40\2c 0\.08\)\] {
  --tw-shadow: 0px 20px 24px -4px rgba(16,24,40,0.08);
  --tw-shadow-colored: 0px 20px 24px -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);
}

.shadow-\[0px_28px_60px_rgba\(0\2c 0\2c 0\2c 0\.36\)\] {
  --tw-shadow: 0px 28px 60px rgba(0,0,0,0.36);
  --tw-shadow-colored: 0px 28px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_4px_6px_-2px_rgba\(16\2c 24\2c 40\2c 0\.03\)\] {
  --tw-shadow: 0px 4px 6px -2px rgba(16,24,40,0.03);
  --tw-shadow-colored: 0px 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_8px_8px_-4px_rgba\(16\2c 24\2c 40\2c 0\.03\)\] {
  --tw-shadow: 0px 8px 8px -4px rgba(16,24,40,0.03);
  --tw-shadow-colored: 0px 8px 8px -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);
}

.shadow-\[1px_1px_8px_rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  --tw-shadow: 1px 1px 8px rgba(0,0,0,0.6);
  --tw-shadow-colored: 1px 1px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[inset_1px_1px_8px_rgba\(0\2c 0\2c 0\2c 0\.75\)\] {
  --tw-shadow: inset 1px 1px 8px rgba(0,0,0,0.75);
  --tw-shadow-colored: inset 1px 1px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
  --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);
}

.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);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --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);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-1 {
  outline-width: 1px;
}

.outline-2 {
  outline-width: 2px;
}

.outline-\[1\.33px\] {
  outline-width: 1.33px;
}

.outline-offset-\[-0\.67px\] {
  outline-offset: -0.67px;
}

.outline-offset-\[-1px\] {
  outline-offset: -1px;
}

.outline-offset-\[-2px\] {
  outline-offset: -2px;
}

.outline-Border-border-subtle {
  outline-color: #e5e7eb;
}

.outline-Button-Primary-on-primary {
  outline-color: #fff;
}

.outline-Button-Primary-primary-border {
  outline-color: var(--color-primary-600);
}

.outline-Button-Tertiary-ghost-border {
  outline-color: #DDDFE3;
}

.outline-Button-Tertiary-on-tertiary {
  outline-color: #6b7280;
}

.outline-Button-Tertiary-tertiary-border {
  outline-color: #F3F4F6;
}

.outline-Icon-main {
  outline-color: #344054;
}

.outline-Input-border-input {
  outline-color: #e5e7eb;
}

.outline-Input-border-input-dropdown {
  outline-color: #DDDFE3;
}

.outline-Primary-500 {
  outline-color: var(--color-primary-500);
}

.outline-\[\#ABEFC6\] {
  outline-color: #ABEFC6;
}

.outline-black {
  outline-color: #000;
}

.outline-gray-200 {
  outline-color: #e5e7eb;
}

.outline-gray-300 {
  outline-color: #d1d5db;
}

.outline-red-500 {
  outline-color: #ef4444;
}

.outline-slate-800 {
  outline-color: #1e293b;
}

.outline-white {
  outline-color: #fff;
}

.\!ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.ring-green-500 {
  --tw-ring-color: var(--color-primary-500);
}

.ring-orange-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity));
}

.ring-slate-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity));
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.brightness-0 {
  --tw-brightness: brightness(0);
  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);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

.grayscale {
  --tw-grayscale: grayscale(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);
}

.\!invert {
  --tw-invert: invert(100%) !important;
  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) !important;
}

.invert {
  --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);
}

.\!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) !important;
}

.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);
}

.backdrop-blur-sm {
  --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);
}

.backdrop-filter {
  -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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* :root.academy {
    --color-primary: #D45500;
    --color-primary-25: #FFF6F0;
    --color-primary-50: #FFF0E5;
    --color-primary-100: #FFE0CC;
    --color-primary-200: #FFC299;
    --color-primary-300: #FFA366;
    --color-primary-400: #FF8533;
    --color-primary-500: #F56200;
    --color-primary-600: #CC5200;
    --color-primary-700: #993D00;
    --color-primary-800: #662900;
    --color-primary-900: #331400;
    --color-primary-950: #160900;
    --color-tx-prominent: #F9FAFB;
    --color-tx-secondary: #D2D6DB;
    --color-tx-tertiary: #575F66;
    --color-border-primary: #4E5053;
    --color-bg-primary: #0B0D0E;
    --color-bg-secondary: #4E5053;
    
} */

:root {
  --color-primary: #17B668;
  --color-primary-25: #E4F6ED;
  --color-primary-50: #D1F0E1;
  --color-primary-100: #B2E7CD;
  --color-primary-200: #8BDAB3;
  --color-primary-300: #64CE9A;
  --color-primary-400: #3EC281;
  --color-primary-500: #17B668;
  --color-primary-600: #139857;
  --color-primary-700: #0F7945;
  --color-primary-800: #0B5B34;
  --color-primary-900: #083D23;
  --color-primary-950: #052415;
  /* ... */
}

@font-face {
  font-family: "Gotham-Bold";

  src:
        url("../../fonts/gotham/Gotham_Regular.otf") format("opentype")
}

@font-face {
  font-family: "Gotham-Medium";

  src:
        url("../../fonts/gotham/Gotham_Medium.otf") format("opentype")
}

@font-face {
  font-family: "Gotham-Book";

  src:

        url("../../fonts/gotham/Gotham_Book.otf") format("opentype")
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

html.cv-web-design-2024 {
  font-size: 15px;
}

.cv-web-design-2024 body:not(.cv-web-design-2024 body.with-customisation) {
  background: none !important;
  background-image: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(11 13 14 / var(--tw-bg-opacity)) !important
}

.border {
  border-width: 1px;
  border-style: solid;
}

a:hover {
  text-decoration: none;
}

.bg-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  opacity: .3;
  background-position: top left;
  background-color: #0B0D0E;
  /* background-image: url(../../templates/en/img2024/hexagons-01.svg);
    background-repeat: no-repeat;
    background-size: auto; */
}

.bg-image.zinc-900-bottom {
  position: absolute;
  z-index: 0;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  opacity: .3;
  background-position: bottom left;
  background-color: transparent;
}

.bg-image.top-per-30 {
  top: 30%;
}

.inverted-x,
.bg-image.right {
  transform: scaleX(-1);
}

.bg-image-hexagons-02 {
  background-image: url(../../templates/en/img2024/hexagons-02-r-y.svg);
  background-repeat: repeat-y;
  background-size: auto;
}

.bg-image-hexagons-02.bg-h-75 {
  background-size: auto 100%;
}

.bg-image-hexagons-02.bg-r-big {
  background-size: auto 20em;
  background-position: center right;
}

.gradient-to-grey {
  background: linear-gradient(to right, #171717AA 0, #171717FF 20%);
}

.gradient-to-grey2 {
  background: linear-gradient(to right, #171717AA 0, #171717FF 20%, #171717FF 50%, #17171700 60%, #17171700 100%);
}

@media (max-width: 768px) {
  .bg-image-hexagons-02 {
    background-image: none;
  }
}

.new-top-links {
  display: none;
  justify-content: flex-start;
  gap: 2em;
}

.box-row-input.new-top-links {
  display: none;
}

.sidebar-nav-menu.new-top-links,
.box-row-input .box-item-input input.new-top-links {
  display: none
}

.load-container.new-top-links {
  display: none;
}

@media (min-width: 1024px) {
  .new-top-links {
    display: flex;
  }
}

.new-top-links a {
  white-space: nowrap;
  font-size: 1.0666666em;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.new-top-links a:hover {
  color: var(--color-primary-500);
}

.top-menu-opened .box-mobile-top-links {
  padding: 2em;
}

.top-menu-opened .new-top-links {
  display: flex;
  flex-direction: column;
}

.top-menu-opened .new-top-links a {
  font-family: Gotham-Medium;
  font-size: 1.4em;
  line-height: 1.375;
}

.top-menu-opened .box-mobile-footer-links {
  display: block;
}

.top-menu-opened .box-mobile-footer-links ul.footer-ul {
  padding: 2em;
}

.top-menu-opened .box-mobile-footer-links ul.footer-ul li a {
  font-family: Gotham-Medium;
  font-size: 1.4em;
  line-height: 1.375;
}

.btn-user-logging {
  height: 2.13em;
  width: 2.13em;
  background-size: 1.6em 1.6em;
}

@media (min-width: 1024px) {
  .btn-user-logging {
    background-size: 1.33em 1.33em;
  }
}

.btn-user-logging {
  background-image: url(../../templates/en/img2024/user-01-grey.svg);
  /* background-size: 1.33em 1.33em; */
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.btn-user-logging:hover {
  background-image: url(../../templates/en/img2024/user-01.svg);
}

.btn-logging {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
  padding-left: .75em;
  padding-right: .75em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
}

.btn-logging:hover {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .btn-logging {
    width: auto;
  }
}

.btn-logging .tx-logging {
  white-space: nowrap;
  font-family: Gotham-Medium;
  font-size: 1.0666666em;
  font-weight: 350;
  line-height: 1.375em;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.btn-demo {
  display: flex;
  height: 3.0666666em;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
  padding-left: 1.3333333em;
  padding-right: 1.3333333em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border-width: 1px;
  border-style: solid;
}

.btn-demo:hover {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .btn-demo {
    height: 3.7333333em;
    padding-left: 1.866666em;
    padding-right: 1.866666em;
    padding-top: 1.0666666em;
    padding-bottom: 1.0666666em;
  }
}

.btn-join-now {
  margin-top: 1.25em;
  display: flex;
  height: 3.0666666em;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 0.5rem;
  border-color: var(--color-primary-500);
  background-color: var(--color-primary-500);
  padding-left: 1.3333333em;
  padding-right: 1.3333333em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border-width: 1px;
  border-style: solid;
}

.btn-join-now:hover {
  background-color: var(--color-primary-600);
}

@media (min-width: 640px) {
  .btn-join-now {
    margin-top: 0px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .btn-join-now {
    height: 3.7333333em;
    padding-left: 1.866666em;
    padding-right: 1.866666em;
    padding-top: 1.0666666em;
    padding-bottom: 1.0666666em;
  }
}

.btn-join-now.logging {
  margin-top: 1.25em;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 0.5rem;
  border-color: var(--color-primary-500);
  background-color: var(--color-primary-500);
  padding-left: .75em;
  padding-right: .75em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  border-width: 1px;
  border-style: solid;
}

.btn-join-now.logging:hover {
  background-color: var(--color-primary-600);
}

@media (min-width: 1024px) {
  .btn-join-now.logging {
    margin-top: 0px;
  }
}

.tx-join-now {
  white-space: nowrap;
  font-family: Gotham-Medium;
  font-size: 1.0666666em;
  font-weight: 350;
  line-height: 1.375em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-demo img {
  height: 1.3333333em;
  width: 1.3333333em;
}

@media (min-width: 768px) {
  .btn-demo img {
    height: 1.6em;
    width: 1.6em;
  }
}

.tx-demo-btn {
  white-space: nowrap;
  font-family: Gotham-Medium;
  font-size: 1.0666666em;
  font-weight: 350;
  line-height: 1.375em;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.btn-join-now.reduced,
.features-page .btn-join-now,
.features-page .btn-demo {
  height: auto;
  padding-top: .8em;
  padding-bottom: .8em;
  padding-left: 1.3333333em;
  padding-right: 1.3333333em;
}

.features-page .btn-join-now.logging {
  height: auto;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  padding-left: .75em;
  padding-right: .75em;
}

.reduced .tx-join-now,
.reduced .tx-demo-btn,
.features-page .tx-join-now,
.features-page .tx-demo-btn {
  font-size: 1.0666666em;
}

@media (min-width: 768px) {
  .reduced .tx-join-now,
.reduced .tx-demo-btn,
.features-page .tx-join-now,
.features-page .tx-demo-btn {
    font-size: 1.0666666em;
  }
}

.reduced .btn-demo img,
.features-page .btn-demo img {
  height: 1.3333333em;
  width: 1.3333333em;
}

@media (min-width: 768px) {
  .reduced .btn-demo img,
.features-page .btn-demo img {
    height: 1.3333333em;
    width: 1.3333333em;
  }
}

.bg-over-gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0B0D0E00 0, #0B0D0EFF 100%);
  background: radial-gradient(ellipse, #0B0D0E00 0, #0B0D0EFF 100%);
}

.bg-over-gradient.zinc-900 {
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse, #171C2000 0, #171C20FF 90%);
}

.bg-features {
  background-position: center -300px;
  z-index: -1;
  opacity: 1;
}

.bg-features .bg-over-gradient {
  background: radial-gradient(ellipse, #0B0D0E00 0, #0B0D0ECC 40%, #0B0D0EFF 100%)
}

.main-feature-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
  align-self: stretch;
}

.main-feature-box h4 {
  align-self: stretch;
  font-family: Gotham-Medium;
  font-size: 1.6em;
  font-weight: 350;
  line-height: 1.333333em;
  letter-spacing: -0.02em;
  color: #FAFBFC;
}

.main-feature-box p {
  align-self: stretch;
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  font-weight: 325;
  line-height: 1.375em;
}

@media (min-width: 768px) {
  .main-feature-box p {
    font-size: 1.2em;
    line-height: 1.333333em;
  }
}

.main-feature-box p {
  color: #8D979E;
}

.feature-item-bloks {
  display: flex;
  flex-direction: column;
  gap: 1.6em;
  padding-left: 2.13333333em;
  padding-right: 2.13333333em;
}

@media (min-width: 768px) {
  .feature-item-bloks {
    flex-direction: row;
  }
}

.feature-title-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1.5em;
  padding-right: 1em;
  border-left-style: solid;
}

.feature-item-bloks .feature-title-desc {
  width: 100%;
}

@media (min-width: 768px) {
  .feature-item-bloks .feature-title-desc {
    width: 33%;
  }
}

.feature-item-bloks .feature-title-desc {
  border-radius: 8px;
  border: 1px solid #2C343B;
  background: #171C20;
}

.feature-title-desc.border-green-left {
  --tw-bg-opacity: 1;
  background-color: rgb(18 21 24 / var(--tw-bg-opacity));
  border-left: solid 4px #17B668;
}

.feature-title-desc h4 {
  align-self: stretch;
  font-family: Gotham-Medium;
  font-size: 1.333333em;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.feature-title-desc p {
  align-self: stretch;
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.feature-item-bloks .feature-title-desc h4 {
  align-self: stretch;
  font-family: Gotham-Medium;
  font-size: 1.333333em;
  font-weight: 350;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.feature-item-bloks .feature-title-desc p {
  align-self: stretch;
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  font-weight: 325;
  line-height: 1.375em;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.header2024 {
  margin: auto;
  width: 100%;
}

.header-centered {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: inline-flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 2em;
  padding-right: 2em;
}

@media (min-width: 1280px) {
  .header-centered {
    width: 1280px;
  }
}

.main-msg-centered {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
}

.main-msg-centered-2 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

@media (min-width: 768px) {
  .main-msg-centered-2 {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.main-msg-centered-3 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
}

.section-responsive-centered-1280 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1280px) {
  .section-responsive-centered-1280 {
    width: 1280px;
  }
}

.section-responsive-centered-960 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 960px) {
  .section-responsive-centered-960 {
    width: 960px;
  }
}

.section-responsive-centered-800 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 960px) {
  .section-responsive-centered-800 {
    width: 808px;
  }
}

.full-width {
  width: 100%;
}

.into-footer-section {
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4em;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
  padding-top: 4em;
  padding-bottom: 3em;
}

.into-footer-section.border-zinc-700,.into-footer-section.border-gray-800 {
  border-top: solid 1px;
}


.border-t.into-footer-section {
  border-top: solid 1px;
}

.into-footer-section.border-zinc-700 {
  border-color: rgb(63 63 70);
}

.into-footer-section.border-gray-800 {
  border-color: rgb(31 41 55);
}

.border-t.into-footer-section {
  border-color: rgb(31 41 55);
}

.Membership.into-footer-section {
  border-top: solid 1px #2C343B;
}

.hero-video-box {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity));
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  /* background-image: url(../../templates/en/img2024/Eduards-MC-home.jpg);
    background-size: cover;
    aspect-ratio: 2 / 1; */
}

.hero-video-box:hover {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

@media (min-width: 960px) {
  .hero-video-box {
    width: 65.2em;
  }
}

.with-customisation .hero-video-box {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity));
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  /* background-image: url(../../templates/en/img2024/Eduards-MC-home.jpg);
    background-size: cover;
    aspect-ratio: 2 / 1; */
}

.with-customisation .hero-video-box:hover {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

@media (min-width: 960px) {
  .with-customisation .hero-video-box {
    width: 100%;
  }
}

.with-customisation .section-responsive-centered-1280,
.with-customisation .full-width,
.with-customisation section {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 960px) {
  .with-customisation .section-responsive-centered-1280,
.with-customisation .full-width,
.with-customisation section {
    width: 960px;
  }
}

.with-customisation .into-footer-section {
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4em;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
  padding-top: 1.25em;
  padding-bottom: 3em;
}

.with-customisation .into-footer-section.border-zinc-700,.with-customisation .into-footer-section.border-gray-800 {
  border-top: solid 1px;
}


.border-t.with-customisation .into-footer-section {
  border-top: solid 1px;
}

.with-customisation .into-footer-section.border-zinc-700 {
  border-color: rgb(63 63 70);
}

.with-customisation .into-footer-section.border-gray-800 {
  border-color: rgb(31 41 55);
}

.border-t.with-customisation .into-footer-section {
  border-color: rgb(31 41 55);
}

.Membership.with-customisation .into-footer-section {
  border-top: solid 1px #2C343B;
}

.with-customisation .with-overlay-bg .bg-features,
.with-customisation .with-overlay-bg .bg-image {
  z-index: 0;
}

.with-customisation .with-overlay-bg .feature-boxes .bg-features,
.with-customisation .with-overlay-bg .feature-boxes .bg-image {
  z-index: 0;
}

.with-customisation .outer-overlay-bg {
  display: none;
}

.with-customisation .bg-forced-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 21 24 / var(--tw-bg-opacity));
}

.with-customisation .bg-forced-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 9 11 / var(--tw-bg-opacity));
}

.with-customisation .bg-forced-grey-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(11 13 14 / var(--tw-bg-opacity));
}

.cv-web-design-2024 .with-customisation .content {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(11 13 14 / var(--tw-bg-opacity)) !important;
}

.section-map {
  display: none;
  align-items: center;
  gap: 4em;
  --tw-bg-opacity: 1;
  background-color: rgb(8 9 11 / var(--tw-bg-opacity));
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 3.5rem;
  padding-bottom: 5em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1280px) {
  .section-map {
    width: 1280px;
  }
}

.with-customisation .section-map {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 960px) {
  .with-customisation .section-map {
    width: 960px;
  }
}

.box-row-input.section-map {
  display: none;
}

.sidebar-nav-menu.section-map,
.box-row-input .box-item-input input.section-map {
  display: none
}

.load-container.section-map {
  display: none;
}

@media (min-width: 768px) {
  .section-map {
    display: block;
  }
}

.bg-image-video-home {
  /* background-image: url(../../templates/en/img2024/Eduards-MC-home.jpg);
    background-size: cover;
    aspect-ratio: 2 / 1; */
}

.bg-zinc-700 {
  background: #353F47;
}

.border-zinc-700 {
  border: solid 1 px;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.bottom-header-box {
  /* @apply w-[100%] h-auto lg:h-20 bg-neutral-950 lg:bg-cv_grey-700 flex-col justify-center items-center gap-2.5 hidden lg:flex font-Gotham_medium */
  display: none;
  height: auto;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625em;
  background-color: var(--color-primary);
  font-family: Gotham-Medium
}

.box-row-input.bottom-header-box {
  display: none;
}

.sidebar-nav-menu.bottom-header-box,
.box-row-input .box-item-input input.bottom-header-box {
  display: none
}

.load-container.bottom-header-box {
  display: none;
}

@media (min-width: 1024px) {
  .bottom-header-box {
    display: flex;
    height: 4em;
  }
}

.bottom-header-box .header-centered {
  width: 100%;
  justify-content: flex-start;
}

@media (min-width: 1280px) {
  .bottom-header-box .header-centered {
    width: 1280px;
  }
}

.header-logo img {
  width: 10.26em;
  height: auto
}

.bottom-header-box .bottom-header-links {
  display: block;
  height: auto;
  width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 0px;
  align-items: center;
  justify-content: flex-start;
  gap: 3em;
}

@media (min-width: 1280px) {
  .bottom-header-box .bottom-header-links {
    display: flex;
    height: 22px;
    width: auto;
  }
}

.bottom-header-box .bottom-header-links nav {
  display: block;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 2em;
}

@media (min-width: 1024px) {
  .bottom-header-box .bottom-header-links nav {
    display: flex;
    width: auto;
  }
}

button.btn-calendar,
.bottom-header-box .bottom-header-links nav .pseudo-link,
.bottom-header-box .bottom-header-links nav a {
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
  width: auto;
  cursor: pointer;
  white-space: nowrap;
  font-family: Gotham-Medium;
  font-size: 1.4em;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  button.btn-calendar,
.bottom-header-box .bottom-header-links nav .pseudo-link,
.bottom-header-box .bottom-header-links nav a {
    margin: 0px;
    display: inline-block;
    width: auto;
    font-size: 1.0666666em;
  }
}

button.btn-calendar:hover,
.bottom-header-box .bottom-header-links nav .pseudo-link:hover,
.bottom-header-box .bottom-header-links nav a:hover {
  color: var(--color-primary-100);
}

.bottom-header-box .bottom-header-links nav a.ssp-tx-img {
  width: 1.784em;
  height: 1.11em;
  background-image: url(../../templates/en/img2024/SSP.svg);
  background-repeat: no-repeat;
  background-size: 1.784em 1.11em
}

.bottom-header-box .bottom-header-links nav a.ssp-tx-img:hover {
  background-image: url(../../templates/en/img2024/SSP_hover.svg);
}

.top-menu-opened .bottom-header-box .bottom-header-links nav a.ssp-tx-img {
  width: 100%;
}

.top-menu-opened .bottom-header-links,
.top-menu-opened .new-top-links {
  padding-top: 1.1em;
  padding-bottom: 1.1em;
}

.box-mobile-top-links {
  background: #171C20;
  display: none;
}

.top-menu-opened .box-mobile-top-links {
  display: block;
}

.bottom-header-box .box-search input {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-right: 0.875em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  padding-left: 2.5em;
  background-image: url(../../templates/en/img2024/search-md.svg);
  background-size: 1.33em 1.33em;
  background-position: .65em center;
  background-repeat: no-repeat;
}

.logo-and-top-links {
  display: flex;
  height: 2em;
  align-items: center;
  justify-content: space-between;
  gap: 2.5em;
}

@media (min-width: 1024px) {
  .logo-and-top-links {
    display: inline-flex;
    width: auto;
    justify-content: flex-start;
  }
}

.box-login-join {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mobile-tablet-menu {
  display: flex;
  height: 2.5em;
  width: 2.5em;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(8 9 11 / var(--tw-border-opacity));
  border-width: 1px;
  border-style: solid;
}

.mobile-tablet-menu:hover {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.mobile-tablet-menu:active {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

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

.mobile-closed-menu,
.mobile-opened-menu {
  width: 100%;
  height: 100%;
  background-size: 80% 80%;
  background-position: center center;
  background-repeat: no-repeat;
}

.mobile-closed-menu {
  background-image: url(../../templates/en/img2024/menu-01.svg);
}

.mobile-opened-menu {
  background-image: url(../../templates/en/img2024/x-close.svg);
}

.top-menu-opened .box-login-join,
.top-menu-opened .box-lang,
.top-menu-opened .box-sport,
.top-menu-opened .box-lang-login-join,
.top-menu-opened .box-mobile-lang-login-join,
.top-menu-opened .bottom-header-box,
.top-menu-opened .mobile-opened-menu,
.mobile-closed-menu {
  display: block;
}

.top-menu-opened .menu-secondary-links {
  display: grid;
}

.mobile-opened-menu,
.top-menu-opened .mobile-closed-menu {
  display: none;
}

.box-row-input.mobile-opened-menu,.box-row-input
.top-menu-opened .mobile-closed-menu {
  display: none;
}

.sidebar-nav-menu.mobile-opened-menu,
.box-row-input .box-item-input input.mobile-opened-menu,.sidebar-nav-menu
.top-menu-opened .mobile-closed-menu,
.box-row-input .box-item-input input
.top-menu-opened .mobile-closed-menu {
  display: none
}

.load-container.mobile-opened-menu,.load-container
.top-menu-opened .mobile-closed-menu {
  display: none;
}

.border-mobile-sections-top {
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-color: rgb(51 65 85 / var(--tw-border-opacity));
  border-right-color: rgb(8 9 11 / var(--tw-border-opacity));
  border-bottom-color: rgb(8 9 11 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-left-color: rgb(8 9 11 / var(--tw-border-opacity));
  border-width: 1px;
  border-style: solid;
}

.border-mobile-sections-top.border-zinc-700,.border-mobile-sections-top.border-gray-800 {
  border-top: solid 1px;
}

.border-mobile-sections-top.border-zinc-700 {
  border-color: rgb(63 63 70);
}

.border-mobile-sections-top.border-gray-800 {
  border-color: rgb(31 41 55);
}

.box-sport,
.box-lang {
  display: none;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1em;
  padding-left: 2em;
  padding-right: 2em;
}

.box-row-input.box-sport,.box-row-input
.box-lang {
  display: none;
}

.sidebar-nav-menu.box-sport,
.box-row-input .box-item-input input.box-sport,.sidebar-nav-menu
.box-lang,
.box-row-input .box-item-input input
.box-lang {
  display: none
}

.load-container.box-sport,.load-container
.box-lang {
  display: none;
}

@media (min-width: 1024px) {
  .box-sport,
.box-lang {
    display: flex;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.box-sport-into,
.box-lang-into {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: var(--color-primary);
  border-width: 1px;
  border-style: solid;
}

@media (min-width: 1024px) {
  .box-sport-into,
.box-lang-into {
    width: auto;
  }
}

.box-lang-sport:hover,
.box-lang-into:hover {
  border-color: var(--color-primary-100);
}

.box-item-sport,
.box-item-lang {
  display: none;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  border-radius: 0.25rem;
  padding: 0.5em;
}

.box-row-input.box-item-sport,.box-row-input
.box-item-lang {
  display: none;
}

.sidebar-nav-menu.box-item-sport,
.box-row-input .box-item-input input.box-item-sport,.sidebar-nav-menu
.box-item-lang,
.box-row-input .box-item-input input
.box-item-lang {
  display: none
}

.load-container.box-item-sport,.load-container
.box-item-lang {
  display: none;
}

@media (min-width: 1024px) {
  .box-item-sport,
.box-item-lang {
    width: auto;
  }
}

.lang-opened .box-item-sport,
.box-item-sport.selected,
.lang-opened .box-item-lang,
.box-item-lang.selected {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  border-radius: 0.25rem;
  padding: 0.5em;
}

@media (min-width: 1024px) {
  .lang-opened .box-item-sport,
.box-item-sport.selected,
.lang-opened .box-item-lang,
.box-item-lang.selected {
    width: auto;
  }
}

.box-item-sport .box-icon-text,
.box-item-lang .box-icon-text {
  display: flex;
  justify-content: flex-start;
  gap: 0.75em;
}

@media (min-width: 960px) {
  .box-item-sport .box-icon-text,
.box-item-lang .box-icon-text {
    gap: 0.5em;
  }
}

.box-item-sport .box-icon-text img.icon-sport,
.box-item-lang .box-icon-text img.icon-lang {
  height: 2em;
  width: 2em;
}

@media (min-width: 1024px) {
  .box-item-sport .box-icon-text img.icon-sport,
.box-item-lang .box-icon-text img.icon-lang {
    height: 1.25em;
    width: 1.25em;
  }
}

.box-item-sport .box-icon-text .icon-sport,
.box-item-lang .box-icon-text .icon-lang {
  height: 2em;
  width: 2em;
}

@media (min-width: 1024px) {
  .box-item-sport .box-icon-text .icon-sport,
.box-item-lang .box-icon-text .icon-lang {
    height: 1.25em;
    width: 1.25em;
  }
}

.box-item-sport .box-icon-text .icon-sport,
.box-item-lang .box-icon-text .icon-lang {
  background-image: url(../../templates/en/img2024/globe-01.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-item-sport .box-icon-text .sport-tx,
.box-item-lang .box-icon-text .lang-tx {
  font-size: 1.6em;
  text-transform: uppercase;
  line-height: 1.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .box-item-sport .box-icon-text .sport-tx,
.box-item-lang .box-icon-text .lang-tx {
    font-size: 0.933333em;
    line-height: 1.4em;
  }
}

.box-item-sport:hover .box-icon-text .sport-tx,
.box-item-lang:hover .box-icon-text .lang-tx {
  color: var(--color-primary-100);
}

.top-menu-opened .box-item-sport .box-icon-text .sport-tx,
.sport-opened .box-item-sport .box-icon-text .sport-tx,
.top-menu-opened .box-item-lang .box-icon-text .lang-tx,
.lang-opened .box-item-lang .box-icon-text .lang-tx {
  font-size: 1.6em;
  text-transform: capitalize;
  line-height: 1.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .top-menu-opened .box-item-sport .box-icon-text .sport-tx,
.sport-opened .box-item-sport .box-icon-text .sport-tx,
.top-menu-opened .box-item-lang .box-icon-text .lang-tx,
.lang-opened .box-item-lang .box-icon-text .lang-tx {
    font-size: 0.933333em;
    line-height: 1.4em;
  }
}

.box-item-sport .open-icon,
.box-item-lang .open-icon {
  position: relative;
  display: flex;
  height: 2em;
  width: 2em;
  align-items: center;
  align-self: flex-end;
}

@media (min-width: 960px) {
  .box-item-sport .open-icon,
.box-item-lang .open-icon {
    height: 1.25em;
    width: 1.25em;
  }
}

.box-item-sport .radio-btn,
.box-item-lang .radio-btn {
  position: relative;
  display: none;
  height: 2em;
  width: 2em;
  justify-content: center;
  align-self: flex-end;
  border-radius: 9999px;
  padding: 0.25em;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
}

.box-row-input.box-item-sport .radio-btn,.box-row-input
.box-item-lang .radio-btn {
  display: none;
}

.sidebar-nav-menu.box-item-sport .radio-btn,
.box-row-input .box-item-input input.box-item-sport .radio-btn,.sidebar-nav-menu
.box-item-lang .radio-btn,
.box-row-input .box-item-input input
.box-item-lang .radio-btn {
  display: none
}

.load-container.box-item-sport .radio-btn,.load-container
.box-item-lang .radio-btn {
  display: none;
}

@media (min-width: 1024px) {
  .box-item-sport .radio-btn,
.box-item-lang .radio-btn {
    height: 1.25em;
    width: 1.25em;
  }
}

.box-item-sport .radio-btn,
.box-item-lang .radio-btn {
  border-color: var(--color-primary-100);
}

.box-item-sport:hover .radio-btn,
.box-item-lang:hover .radio-btn {
  border-color: white;
}

.box-item-sport .radio-btn .radio-btn-into,
.box-item-lang .radio-btn .radio-btn-into {
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  background-image: none;
}

.box-item-sport.selected .radio-btn .radio-btn-into,
.box-item-lang.selected .radio-btn .radio-btn-into {
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.sport-opened .box-sport-into,
.lang-opened .box-lang-into {
  padding: 0.25em;
}

.box-item-sport:not(.sport-opened .box-item-sport),
.box-item-lang:not(.lang-opened .box-item-lang) {
  padding: 0.75em;
}

.sport-opened .box-item-sport,
.lang-opened .box-item-lang {
  display: inline-flex;
  opacity: .6;
}

.sport-opened .selected,
.lang-opened .selected {
  opacity: 1;
}

.sport-opened .box-item-sport:hover,
.lang-opened .box-item-lang:hover {
  opacity: 1;
}

.sport-opened .box-item-sport:hover .sport-tx,
.lang-opened .box-item-lang:hover .lang-tx {
  color: white;
}

.sport-opened .box-item-sport:hover .radio-btn,
.lang-opened .box-item-lang:hover .radio-btn {
  border-color: #FFFFFFAA;
}

.unselected .radio-btn .radio-btn-into {
  background: none;
}

.sport-opened .radio-btn,
.lang-opened .radio-btn {
  display: flex;
}

.header-content .sport-opened .radio-btn,
.header-content .lang-opened .radio-btn {
  padding: .25rem;
}

.sport-opened .open-icon,
.lang-opened .open-icon {
  display: none;
}

.header-content .box-sport.sport-opened,
.header-content .box-lang.lang-opened {
  margin-top: 5rem;
  padding: 1rem calc(1rem - 6px) 1rem calc(1rem - 6px);
  padding: 1rem .5rem 1rem .5rem;
  z-index: 1;
}

.sport-opened .box-item-sport:hover,
.lang-opened .box-item-lang:hover {
  background: #FFFFFF22;
  cursor: pointer;
}

.header-content .box-sport.sport-opened .box-item-sport,
.header-content .box-lang.lang-opened .box-item-lang {
  gap: 1.25rem;
}

.box-sport.sport-opened .box-sport-into,
.box-mobile-sport-login-join .box-sport,
.box-mobile-sport-login-join .box-sport .box-sport-into,
.box-lang.lang-opened .box-lang-into,
.box-mobile-lang-login-join .box-lang,
.box-mobile-lang-login-join .box-lang .box-lang-into {
  background: rgb(18 21 24 / var(--tw-bg-opacity));
}

.box-sport.sport-opened .box-sport-into:hover,
.box-item-sport .radio-btn,
.box-mobile-sport-login-join .box-sport-into:hover,
.box-lang.lang-opened .box-lang-into:hover,
.box-item-lang .radio-btn,
.box-mobile-lang-login-join .box-lang-into:hover {
  border-color: rgba(255, 255, 255, .7);
}

.top-menu-opened .box-mobile-sport-login-join .box-sport,
.top-menu-opened .box-mobile-lang-login-join .box-lang {
  background: none;
  padding-top: 2.2em;
  padding-bottom: 1.6em;
}

.video-features {
  aspect-ratio: 906 / 428;
}

.carrousel-badges-size,
.carrousel-badges-size .item-svg {
  --logo-carousel-row-width: calc(60px * 2276 / 80);
  height: 60px;
}

.carrusel-container.carrousel-badges-size {
  gap: var(--logo-carousel-repeat-gap, 2.5rem);
}

.carrusel-container.carrousel-badges-size .item-svg {
  overflow: visible;
}

.carrusel-container.carrousel-badges-size .item-svg,
.carrusel-container.carrousel-badges-size .item-svg>svg {
  aspect-ratio: 2276 / 80;
  flex: 0 0 auto;
  height: 60px;
  min-width: var(--logo-carousel-row-width);
  width: var(--logo-carousel-row-width);
}

.ul-check-circles li {
  background: url(../../templates/en/img2024/check-circle.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-left: 2.25em;
  min-height: 1.5em
}

.ul-check-circles.ul-home-points {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25em;
  align-self: stretch;
}

.ul-check-circles.ul-home-points li {
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  font-weight: 325;
  line-height: 1.375em;
}

@media (min-width: 768px) {
  .ul-check-circles.ul-home-points li {
    font-size: 1.2em;
    line-height: 1.333333em;
  }
}

.ul-check-circles.ul-home-points li {
  color: #8D979E;
}

.cv-web-design-2024 select option {
  border-radius: 0.5rem;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
}

.ul-normal-circles {
  margin-top: 0.75em;
}

.ul-normal-circles li {
  list-style-type: square;
  margin-left: 0.5em;
  font-size: 1.0666666em
}

.bg-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

.bg-user-01 {
  background-image: url(../../templates/en/img2024/user-01.svg);
}

.bg-users-01 {
  background-image: url(../../templates/en/img2024/users-01.svg);
}

.bg-globe-01 {
  background-image: url(../../templates/en/img2024/globe-01.svg);
}

.border-t.border-zinc-700,
.border-t.border-gray-800 {
  border-top: solid 1px;
}

.border-t.border-zinc-700 {
  border-color: rgb(63 63 70);
}

.border-t.border-gray-800 {
  border-color: rgb(31 41 55);
}

[caro-active="true"].carrusel-container .item-svg {
  animation-play-state: running;
}

.carrusel-container .item-svg {
  animation: logoloop 60s linear infinite;
  animation-play-state: paused;
}

@keyframes logoloop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--logo-carousel-repeat-gap, 2.5rem)))
  }
}

ul.testimonial-menu li {
  margin-left: 0px;
  height: 0.625em;
  width: 0.625em;
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
  padding-left: 0px;
}

ul.testimonial-menu li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

ul.testimonial-menu li.selected:hover,
ul.testimonial-menu li.selected {
  background-color: var(--color-primary-500);
}

.testimonial-animated-cards-into {
  /* vertical-align: middle;
    white-space: nowrap; 
    display: flex;
    align-items: center;
    flex-direction: row;*/
}

.testimonial-animated-cards .testimonial-card {
  transform: translateX(0%);
  width: 50%;
  padding: .5rem;
}

.testimonial-animated-cards .testimonial-card.animated {
  transition: transform 2s ease;
}

.testimonial-animated-cards .testimonial-card.animated.slide-left,
.testimonial-animated-cards .testimonial-card.slide-left {
  transform: translateX(-100%);
}

.bg-cover-img {
  /* background-image: url(../../templates/en/img2024/testimonial-test-img.jpg); */
  background-size: cover;
}

/* The switch - the box around the slider */

/* .switch {
		position: relative;
		display: inline-block;
		width: 50px;
		height:24px;
		vertical-align: middle;
	} */

/* Hide default HTML checkbox */

/* .switch input {
		opacity: 0;
		width: 0;
		height: 0;
	} */

/* The slider */

/* .switch .slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #ccc;
		-webkit-transition: .2s;
		transition: .2s;
        box-shadow: inset 1px 1px 6px rgba(0,0,0,.5);        
		border: solid 1px rgba(255,255,255,.5);
	}
	 */

/* .switch .slider:before {
		position: absolute;
		content: "";
		height: 20px;
		width: 20px;
		left: 2px;
		bottom: 1px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
		box-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
	}
	
	.switch input:checked + .slider {
		background-color: #87b100;
        box-shadow: inset 1px 1px 6px rgba(0,0,0,.5);
	}
	
	.switch input:focus + .slider {
		box-shadow: 0 0 1px #87b100;
        box-shadow: inset 1px 1px 6px rgba(0,0,0,.5);
	}
	
	.switch input:checked + .slider:before {
		-webkit-transform: translateX(26px);
		-ms-transform: translateX(26px);
		transform: translateX(26px);
	} */

/* Rounded sliders */

/* .switch .slider.round {
		border-radius: 24px;
	}
	
	.switch .slider.round:before {
		border-radius: 50%;
	} */

/* The switch type Checkbox - the box around the slider */

.custom-checkbox {
  display: flex;
  height: 1.25em;
  width: 1.25em;
  flex-basis: 1.25em;
  position: relative;
  min-width: 1.25em;
}

/* Hide default HTML checkbox */

.custom-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */

.custom-checkbox .slider {
  display: flex;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(44 52 59 / var(--tw-bg-opacity));
  padding: 0.25em;
  border-width: 1px;
  border-style: solid;
  border: solid 1 px;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.border-t.custom-checkbox .slider {
  border-top: solid 1px;
  border-color: rgb(63 63 70);
}

.custom-checkbox .slider:hover {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.custom-checkbox .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .2s;
  box-shadow: inset 1px 1px 6px rgba(0, 0, 0, .5);
}

.custom-checkbox .slider .slider-into {
  height: 100%;
  width: 100%;
  border-radius: 0.125rem;
  opacity: 0;
  background-color: white;
  transition: .2s;
  transform: scale(.5);
}

.custom-checkbox input:checked+.slider {
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(44 52 59 / var(--tw-bg-opacity));
}

.custom-checkbox input:checked+.slider:hover {
  --tw-border-opacity: 1;
  border-color: rgb(221 223 227 / var(--tw-border-opacity));
}

.custom-checkbox input:checked+.slider {
  /* background-color: #87b100; */
  box-shadow: inset 1px 1px 6px rgba(0, 0, 0, .5);
}

.box-active-control {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75em;
  font-family: Gotham-Book;
  font-size: 0.933333em;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.box-active-control:hover {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.box-active-control:hover .custom-checkbox .slider {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.box-active-control:hover .custom-checkbox input:checked+.slider {
  --tw-border-opacity: 1;
  border-color: rgb(221 223 227 / var(--tw-border-opacity));
}

.custom-checkbox input:focus+.slider {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.custom-checkbox input:checked+.slider .slider-into {
  opacity: 1;
  transform: scale(1);
}

/* Rounded sliders */

.custom-checkbox .slider.round {
  border-radius: 24px;
}

.custom-checkbox .slider.round .slider-into {
  border-radius: 50%;
}

.custom-checkbox.as-radio input:checked+.slider,
.custom-checkbox.as-radio .slider {
  border-radius: 100%;
}

.custom-checkbox.as-radio .slider .slider-into {
  border-radius: 100%;
}

/* Testimonial cards styles */

.testimonial-card-into {
  display: inline-flex;
  height: 100%;
  width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 0px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
  background: #353F47;
}

@media (min-width: 768px) {
  .testimonial-card-into {
    flex-direction: row;
  }
}

.testimonial-text-area {
  display: inline-flex;
  width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 0px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.25em;
  padding: 1.5em;
}

@media (min-width: 640px) {
  .testimonial-text-area {
    gap: 2.5em;
    padding: 4em;
  }
}

@media (min-width: 768px) {
  .testimonial-text-area {
    width: 60%;
  }
}

@media (min-width: 1280px) {
  .testimonial-text-area {
    width: 55%;
  }
}

.testimonial-text-area-into {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
  align-self: stretch;
}

@media (min-width: 640px) {
  .testimonial-text-area-into {
    gap: 1.5em;
  }
}

.testimonial-main-msg {
  align-self: stretch;
  font-family: Gotham-Medium;
  font-size: 1.333333em;
  font-weight: 350;
  line-height: 1.3em;
  letter-spacing: -0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .testimonial-main-msg {
    font-size: 2em;
    line-height: 1.266666em;
  }
}

.testimonial-author-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25em;
  align-self: stretch;
}

.testimonial-author-name {
  align-self: stretch;
  font-family: Gotham-Medium;
  font-size: 1.2em;
  font-weight: 350;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.testimonial-author-role {
  align-self: stretch;
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  font-weight: 325;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}

.testimonial-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.bg-testimonial-img {
  aspect-ratio: 343 / 280;
  height: auto;
  width: 100%;
  background-size: cover;
}

@media (min-width: 768px) {
  .bg-testimonial-img {
    height: 100%;
    width: 40%;
  }
}

@media (min-width: 1280px) {
  .bg-testimonial-img {
    width: 45%;
  }
}

.out-box-captcha {
  width: 100%;
}

.bg-logo-ssp {
  /* background: url(../../templates/en/img2024/SSP-loging-logo.svg); */
  background: url(../../templates/en/img2024/logo-CV-Session-Planner_over_dark_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

#loginbox_error_message,
.error-forgotten #forgotten_text,
.error-forgotten .error,
.error-login #ajax_loginbox_error_message {
  color: #F97066;
}

.out-box-captcha.valida-error,
.InputWithLabel.valida-error .out-box-captcha,
.InputWithLabel.valida-error .checkbox-options-group,
.InputWithLabel.valida-error input,
.InputWithLabel.valida-error select,
.InputWithLabel.valida-error textarea,
.error-forgotten input[type="text"],
.error-login input[type="text"] {
  background-image: url(../../templates/en/img2024/login/icon-error.svg);
  padding-right: 4em;
  background-size: 1.9em 1.9em;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5em) center;
  border-color: #D92D20;
  color: #F97066;
}

.out-box-captcha.valida-error,
.InputWithLabel.valida-error .out-box-captcha,
.InputWithLabel.valida-error .checkbox-options-group {
  border-radius: 0.5rem;
  padding-left: 0.875em;
  padding-right: 0.875em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  border-width: 1px;
  border-style: solid;
}

.InputWithLabel.valida-error select {
  background-position: calc(100% - 1.5em) center;
}

.InputWithLabel.valida-ok input,
.InputWithLabel.valida-ok select,
.InputWithLabel.valida-ok textarea {
  background-image: none;
  /* border-color: #93f500;
        color: #93f500; */
}

.validation-error {
  font-family: Gotham-Book;
  background: none;
  border: none;
  color: #F97066;
  margin-bottom: 0;
  margin-top: 5px;
  text-align: left;
  margin-bottom: 5px;
}

div.validation-error {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

/* .error-login .error,
    .error-forgotten #forgotten_text,
    .error-login #login_username1,
    .error-login #login_username2 {
        border-color: #D92D20;
    } */

.login-content .success {
  color: #17B668;
}

.login-content.success .InputWithLabel,
.login-content.success .Actions {
  display: none;
}

.login-content.success #btn-back-to-login {
  font-size: 1.25em;
}

.login-content.success #forgotten_text {
  border-color: #17B668;
  color: #17B668;
}

.loging-slider-container {
  transition: all 1s ease;
  transform: translate(0%);
}

.loging-slider-container.show-forgotten {
  transform: translate(-50%);
}

.bg-image-arrow {
  background: url(../../templates/en/img2024/arrow-left.svg);
  background-size: 1.5em 1.5em;
  background-repeat: no-repeat;
  background-position: center left;
}

.ui-widget-header:not(.view-external .ui-widget-header) {
  border: none;
  background: #333F48;
  background: linear-gradient(to bottom, #617685 0%, #333F48 25%, #333F48 75%, #181e22 100%);
  display: none;
}

.ui-widget-overlay {
  background: #4F5051;
  opacity: .95;
  filter: Alpha(Opacity=95);
  z-index: 999999;
}

.link-box {
  font-size: 13px;
  width: 28em;
}

.link-box input {
  padding: 2px 4px;
  border: 1px solid #666;
  border-radius: 2px;
}

.external-page .ui-widget-content {
  /* border: 1px solid #FFFFFF66; */
  border: none;
  background: #000;
  color: #FFF;
  border-radius: .8em .8em .8em .8em
}

.logged_in {
  display: flex;
  flex-direction: row;
  flex-direction: row-reverse;
  gap: 1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.logged_in .image {
  height: 3.5rem;
  width: 3.5rem;
  overflow: hidden;
  /* border-radius: 100%; */
  display: inline-flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 2px #17B668;
  box-sizing: border-box;
  box-shadow: inset 1px 1px 5px #000000AA;
}

.logged_in .image img {
  width: 100%;
  height: auto;
}

.logged_in .links {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}

.logged_in .links p {
  font-size: .85em;
  color: #888;
}

.logged_in .links p.welcome {
  color: #AAA;
  text-align: right;
}

.logged_in .links p a {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}

.logged_in .links p a:hover {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.FaqItem {
  cursor: pointer;
  transition: all 1s ease;
  background: url(../../templates/en/img2024/plus-circle.svg);
  background-size: 1.5em 1.5em;
  background-repeat: no-repeat;
  background-position: calc(100% - .5em) 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  align-self: stretch;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
  padding: 0.75em;
  padding-top: 1.25em;
  padding-right: 2em
}

.FaqItem.border-zinc-700,.FaqItem.border-gray-800 {
  border-top: solid 1px;
}


.border-t.FaqItem {
  border-top: solid 1px;
}

.FaqItem.border-zinc-700 {
  border-color: rgb(63 63 70);
}

.FaqItem.border-gray-800 {
  border-color: rgb(31 41 55);
}

.border-t.FaqItem {
  border-color: rgb(31 41 55);
}

.Membership.FaqItem {
  border-top: solid 1px #2C343B;
}

.FaqItem:hover {
  color: #FFF;
  background-color: #00000066;
}

.FaqItem.opened {
  background: url(../../templates/en/img2024/minus-circle.svg);
  background-size: 1.5em 1.5em;
  background-repeat: no-repeat;
  background-position: calc(100% - .5em) 1em;
}

.FaqItem:first-child {
  border: none
}

.FaqItem .question {
  align-self: stretch;
  font-family: Gotham-Medium;
  font-size: 1.2em;
  font-weight: 350;
  line-height: 1.3333333em;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.FaqItem .answer {
  transition: all 1s ease;
  opacity: 0;
  height: 0;
  align-self: stretch;
  overflow: hidden;
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  font-weight: 325;
  line-height: 1.375em;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity))
}

.FaqItem.opened .answer {
  opacity: 1;
  height: auto;
}

.bg-sports-slide-img {
  aspect-ratio: 428 / 256;
  height: auto;
  width: 100%;
  background-size: cover;
}

.hidden-block {
  transition: all 1s ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.hidden-block.opened {
  opacity: 1;
  height: auto;
}

.show-more-btn .more-btn {
  display: inline-block;
}

.show-more-btn .less-btn {
  display: none;
}

.show-more-btn.opened .more-btn {
  display: none;
}

.show-more-btn.opened .less-btn {
  display: inline-block;
}

.show-more-btn.opened .ChevronDown {
  transform: scaleY(-1);
}

.InputWithLabel {
  margin-top: 1.5em;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.375em;
  align-self: stretch;
}

.form-validator .InputWithLabel {
  margin-top: 0px;
  min-height: 7rem;
}

.InputWithLabel.no-margins {
  margin-top: 0px;
}

.login-content .InputWithLabel {
  margin-top: .3em
}

.actions .InputWithLabel label,
.InputWithLabel>label {
  display: flex;
  flex-direction: row;
  gap: 0.375em;
  padding-top: 0.25em;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
  min-height: 1.5em;
  text-align: left;
  float: none;
  margin-left: 0;
  width: auto;
}

.InputWithLabel label._infoIcon {
  background-image: url(../../templates/en/img2024/help-circle.svg);
  background-size: 1.5em 1.5em;
  background-position: calc(100% - 0.5em) center;
  background-repeat: no-repeat;
  padding-right: 3em;
}

label span.red,
p span.red,
.InputWithLabel label .red {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

label span.green,
p span.green,
.InputWithLabel label .green {
  color: var(--color-primary-500);
}

.cv-web-design-2024 p.key,
.cv-web-design-2024 .key {
  font-family: Gotham-Book;
  font-size: 0.933333em;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
  border-top: solid 1px #2C343B;
  padding-top: 10px;
}

.InputWithLabel label.label-active-control {
  flex-grow: 1;
  cursor: pointer;
  align-self: stretch;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0px;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
  /* display: inline-block;
        vertical-align: middle; */
  min-width: 10em;
}

.actions .InputWithLabel input[type="text"],
.InputWithLabel input {
  width: 100%;
  align-self: stretch;
  border-radius: 0.5rem;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0;
  padding-left: 0.875em;
  padding-right: 0.875em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-family: Gotham-Book;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
}

.InputWithLabel input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.InputWithLabel input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.InputWithLabel input.pseudo-hidden-field,
.InputWithLabel.valida-error input.pseudo-hidden-field {
  border-style: none;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 0;
  overflow: hidden;
  border: none;
}

.Membership select,
.InputWithLabel select {
  border-radius: 0.5rem;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
  padding-left: 0.875em;
  padding-right: 0.875em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-family: Gotham-Book;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
  background-color: #242629;
  color: white;
}

.Membership select option,
.InputWithLabel select option {
  border-radius: 0.5rem;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0;
  padding-left: 0.875em;
  padding-right: 0.875em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-family: Gotham-Book;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
  background-color: #242629;
  color: white;
}

.InputWithLabel textarea {
  width: 100%;
  align-self: stretch;
  border-radius: 0.5rem;
  border-color: rgb(237 233 254 / var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0;
  padding-left: 0.875em;
  padding-right: 0.875em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-family: Gotham-Book;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
}

.Membership.border-gray-800 {
  border-top: solid 1px #2C343B;
}

.InputWithLabel .goodInputIcon,
.InputWithLabel .badInputIcon {
  width: 0;
  height: 0;
  opacity: 0;
  background: none;
}

.InputWithLabel.CheckboxGroup,
.InputWithLabel.CheckboxGroup label {
  min-height: auto;
}

/* membership3 */

.payment-options {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5em;
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.payment-summary-total,
.payment-summary-option {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5em;
}

.payment-summary-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625em;
  align-self: stretch;
}

.payment-summary-total {
  border-top: dotted 1px #333;
  padding-top: 2em;
}

.summary-type {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 0px;
}

.summary-sub-type {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
}

.purchase-order-box,
.vat-number-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.625em;
}

.InputWithLabel.hidden-by-checkbox {
  margin-top: 0px;
}

#add_business_info.ssp_dialog_wrap {
  background: #0B0D0E;
  width: 100%;
  padding: 1.5em
}

@media (min-width: 640px) {
  #add_business_info.ssp_dialog_wrap {
    width: 560px;
  }
}

.Membership .informationContainer {
  display: block;
  margin-top: 3em;
}

.Membership .tandc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5em;
}

fieldset#club_details {
  display: block;
  width: 100%;
}

select#payment_method {
  margin-top: .5em;
  margin-bottom: .5em;
}

.cv-web-design-2024 div.header div.navigation ul li.alt_nav a,
.cv-web-design-2024 div.header div.navigation ul li.alt_nav a:hover {
  height: auto;
}

.content-header-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.8em;
}

@media (min-width: 768px) {
  .content-header-box {
    width: 768px;
  }
}

.content-header-box-2xgap {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.6em;
}

@media (min-width: 768px) {
  .content-header-box-2xgap {
    width: 768px;
  }
}

body.logged-page .content-header-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.8em;
}

@media (min-width: 768px) {
  body.logged-page .content-header-box {
    width: 100%;
  }
}

.content-header-box h1 {
  letter-spacing: -2.4px;
}

body.logged-page .content-header-box h1 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  letter-spacing: -2.4px;
}

body.logged-page.general-logged .content-header-box h1 {
  font-family: Gotham-Medium;
  font-size: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  letter-spacing: 0;
}

body.logged-page .content-header-box p {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.content-page-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.5em;
}

@media (min-width: 768px) {
  .content-page-box {
    width: 768px;
  }
}

.heading-mini-white {
  text-align: center;
  font-family: Gotham-Medium;
  font-size: 1.0666666em;
  font-weight: 350;
  line-height: 1.375em;
  --tw-text-opacity: 1;
  color: rgb(221 223 227 / var(--tw-text-opacity));
}


*.heading-mini-white {
  text-align:center;
}

.heading-mini-green {
  align-self: stretch;
  text-align: center;
  font-family: Gotham-Medium;
  font-size: 1.0666666em;
  line-height: 1.375;
  color: var(--color-primary-400);
}


*.heading-mini-green {
  text-align:center;
}

.heading-lg-white {
  font-family: Gotham-Medium;
  font-size: 1.0666666em;
  font-weight: 325;
  line-height: 1.375em;
}

@media (min-width: 768px) {
  .heading-lg-white {
    font-size: 1.2em;
    line-height: 1.333333em;
  }
}

.heading-lg-white {
  color: #FAFBFC;
}

.heading-2xl-green {
  align-self: stretch;
  font-family: Gotham-Medium;
  font-size: 1.333333em;
  font-weight: 350;
  line-height: 1.3em;
  letter-spacing: -0.02em;
  color: var(--color-primary-400);
}

@media (min-width: 768px) {
  .heading-2xl-green {
    font-size: 1.6em;
    line-height: 1.333333em;
  }
}

.heading-2xl-white {
  align-self: stretch;
  font-family: Gotham-Medium;
  font-size: 1.333333em;
  font-weight: 350;
  line-height: 1.3em;
  letter-spacing: -0.02em;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .heading-2xl-white {
    font-size: 1.6em;
    line-height: 1.333333em;
  }
}

.heading-3xl-white {
  align-self: stretch;
  font-family: Gotham-Medium;
  font-size: 1.6em;
  font-weight: 350;
  line-height: 1.333333em;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .heading-3xl-white {
    font-size: 2em;
    line-height: 1.266666em;
    letter-spacing: -0.02em;
  }
}

.heading-3xl-white {
  color: #FAFBFC;
}

.heading-3xl-white-fixed {
  font-family: Gotham-Medium;
  font-size: 2em;
  font-weight: 350;
  line-height: 1.333333em;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .heading-3xl-white-fixed {
    line-height: 1.266666em;
    letter-spacing: -0.02em;
  }
}

.heading-3xl-white-fixed {
  color: #FAFBFC;
}

.heading-4xl-white {
  font-family: Gotham-Medium;
  font-size: 2em;
  font-weight: 350;
  line-height: 1.333333em;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .heading-4xl-white {
    font-size: 2.4em;
    line-height: 1.266666em;
    letter-spacing: -0.02em;
  }
}

.heading-4xl-white {
  color: #FAFBFC;
}

.heading-5xl-white {
  align-self: stretch;
  font-family: Gotham-Medium;
  font-size: 2em;
  font-weight: 350;
  line-height: 1.2666666em;
  letter-spacing: -0.02em;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .heading-5xl-white {
    font-size: 3.2em;
    line-height: 1.25em;
    letter-spacing: -0.04em;
  }
}

.heading-4xl-white-book {
  font-family: Gotham-Book;
  font-size: 2em;
  font-weight: 350;
  line-height: 1.333333em;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .heading-4xl-white-book {
    font-size: 2.4em;
    line-height: 1.266666em;
    letter-spacing: -0.02em;
  }
}

.heading-4xl-white-book {
  color: #FAFBFC;
}

.heading-5xl-white-book {
  align-self: stretch;
  font-family: Gotham-Book;
  font-size: 2em;
  font-weight: 350;
  line-height: 1.2666666em;
  letter-spacing: -0.02em;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .heading-5xl-white-book {
    font-size: 3.2em;
    line-height: 1.25em;
    letter-spacing: -0.04em;
  }
}

.heading-5xl-white.to-4xl {
  align-self: stretch;
  font-family: Gotham-Medium;
  font-size: 2.4em;
  font-weight: 350;
  line-height: 1.222222em;
  letter-spacing: -0.02em;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .heading-5xl-white.to-4xl {
    font-size: 3.2em;
    line-height: 1.25em;
    letter-spacing: -0.03em;
  }
}

body.logged-page section h2.heading-5xl-white {
  font-family: Gotham-Medium;
  font-size: 2em;
  font-weight: 350;
  line-height: 1.2666666em;
  letter-spacing: -0.02em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  body.logged-page section h2.heading-5xl-white {
    font-size: 3.2em;
    line-height: 1.25em;
    letter-spacing: -0.04em;
  }
}

body.logged-page .heading-5xl-white.to-4xl- {
  align-self: stretch;
  font-family: Gotham-Medium;
  font-size: 2.4em;
  font-weight: 350;
  line-height: 1.222222em;
  letter-spacing: -0.02em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  body.logged-page .heading-5xl-white.to-4xl- {
    font-size: 3.2em;
    line-height: 1.25em;
    letter-spacing: -0.03em;
  }
}

body.logged-page .heading-4xl-white-book {
  font-family: Gotham-Book;
  font-size: 2em;
  font-weight: 350;
  line-height: 1.333333em;
  letter-spacing: -0.02em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  body.logged-page .heading-4xl-white-book {
    font-size: 2.4em;
    line-height: 1.266666em;
    letter-spacing: -0.02em;
  }
}

.heading-6xl {
  border-width: 0px;
  font-family: Gotham-Medium;
  font-size: 2.4em;
  font-weight: 350;
  line-height: 1.222222em;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .heading-6xl {
    font-size: 3.2em;
    line-height: 1.25em;
    letter-spacing: -0.04em;
  }
}

@media (min-width: 1280px) {
  .heading-6xl {
    font-size: 4em;
    line-height: 1.2em;
    letter-spacing: -0.04em;
  }
}

.heading-xl-book {
  font-family: Gotham-Book;
  font-size: 1.2em;
  font-weight: 325;
  line-height: 1.333333em;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .heading-xl-book {
    font-size: 1.333333em;
    line-height: 1.3em;
  }
}

/* .heading-6xl-white {
        @apply self-stretch text-center text-gray-50 text-6xl font-Gotham_medium font-[350]
    } */

.p-xl-white {
  margin-top: 0.3333em;
  font-family: Gotham-Book;
  font-size: 1.2em;
  font-weight: 325;
  line-height: 1.333333em;
}

@media (min-width: 768px) {
  .p-xl-white {
    margin-top: 0.6em;
    font-size: 1.333333em;
    line-height: 1.3em;
  }
}

.p-xl-white {
  color: #DDDFE3;
}

.p-xl-white.to-md {
  margin-top: 0.3333em;
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  font-weight: 325;
  line-height: 1.375em;
}

@media (min-width: 768px) {
  .p-xl-white.to-md {
    margin-top: 0.6em;
    font-size: 1.333333em;
    line-height: 1.3em;
  }
}

.p-xl-white.to-md {
  color: #DDDFE3;
}

.p-lg-white {
  align-self: stretch;
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  font-weight: 325;
  line-height: 1.375em;
}

@media (min-width: 768px) {
  .p-lg-white {
    font-size: 1.2em;
    line-height: 1.333333em;
  }
}

.p-lg-white {
  color: #DDDFE3;
}

body.logged-page .p-lg-white {
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  font-weight: 325;
  line-height: 1.375em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  body.logged-page .p-lg-white {
    font-size: 1.2em;
    line-height: 1.333333em;
  }
}

.heading-and-paragraph {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.heading-and-paragraph h3 {
  font-family: Gotham-Medium;
  font-size: 1.6em;
  font-weight: 350;
  line-height: 1.333333em;
  letter-spacing: -0.02em;
  color: var(--color-primary-500);
}

@media (min-width: 768px) {
  .heading-and-paragraph h3 {
    font-size: 2em;
    line-height: 1.266666em;
    letter-spacing: -0.02em;
  }
}

.heading-and-paragraph p {
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  font-weight: 325;
  line-height: 1.375em;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .heading-and-paragraph p {
    font-size: 1.2em;
    line-height: 1.333333em;
  }
}

body.logged-page .heading-and-paragraph p {
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  font-weight: 325;
  line-height: 1.375em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  body.logged-page .heading-and-paragraph p {
    font-size: 1.2em;
    line-height: 1.333333em;
  }
}

.heading-and-paragraph ul {
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  gap: 0.5em;
  padding-left: 1.25em;
  font-family: Gotham-Book;
  font-size: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.heading-and-paragraph ol {
  display: flex;
  list-style-type: decimal;
  flex-direction: column;
  gap: 0.5em;
  padding-left: 1.25em;
  font-family: Gotham-Book;
  font-size: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

body.logged-page .heading-and-paragraph ul {
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  gap: 0.5em;
  padding-left: 1.25em;
  font-family: Gotham-Book;
  font-size: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

body.logged-page .heading-and-paragraph ol {
  display: flex;
  list-style-type: decimal;
  flex-direction: column;
  gap: 0.5em;
  padding-left: 1.25em;
  font-family: Gotham-Book;
  font-size: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.heading-and-paragraph ol li {
  list-style-type: lower-alpha;
}

.heading-and-paragraph strong {
  font-family: Gotham-Medium;
}

.heading-and-paragraph a {
  border-bottom: solid 1px #13985700;
  transition: all .5s;
}

.heading-and-paragraph a:hover {
  border-bottom: solid 1px #139857;
}

.heading-and-paragraph table {
  font-family: Gotham-Book;
  font-size: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
  border: solid 1px #FFF;
}

.heading-and-paragraph table th,
.heading-and-paragraph table td {
  padding: 0.875em;
  text-align: left;
  vertical-align: top;
}


*.heading-and-paragraph table th,
*
.heading-and-paragraph table td {
  text-align:left;
}

.heading-and-paragraph table th,
.heading-and-paragraph table td {
  border: solid 1px #FFF;
}

.heading-and-paragraph table th p {
  font-size: 0.933333em;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.heading-and-paragraph table td p {
  margin-bottom: 1em;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
  font-size: 18px;
}

body.logged-page .heading-and-paragraph a {
  border-bottom: solid 1px #727272;
  transition: all .5s;
}

body.logged-page .heading-and-paragraph a:hover {
  border-bottom: solid 1px #139857;
}

body.logged-page .heading-and-paragraph table {
  font-family: Gotham-Book;
  font-size: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
  border: solid 1px #727272;
}

body.logged-page .heading-and-paragraph table th,
body.logged-page .heading-and-paragraph table td {
  padding: 0.875em;
  text-align: left;
  vertical-align: top;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}


*body.logged-page .heading-and-paragraph table th,
*
body.logged-page .heading-and-paragraph table td {
  text-align:left;
}

body.logged-page .heading-and-paragraph table th,
body.logged-page .heading-and-paragraph table td {
  border: solid 1px #727272;
}

body.logged-page .heading-and-paragraph table th p {
  font-size: 0.933333em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

body.logged-page .heading-and-paragraph table td p {
  margin-bottom: 1em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  font-size: 18px;
}

.heading-and-paragraph table td p:last-child {
  margin-bottom: 0px;
}

.heading-and-paragraph table td ul {
  margin-top: 0.25em;
  gap: 0.25em;
  font-size: 1.0666666em;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.heading-and-paragraph table td ul li {
  font-size: 0.933333em;
}

.heading-and-paragraph .high-lighted-box {
  --tw-bg-opacity: 1;
  background-color: rgb(18 21 24 / var(--tw-bg-opacity));
  padding: 1.5em;
  border: solid 1px #333;
}

body.logged-page .heading-and-paragraph .high-lighted-box {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding: 1.5em;
  border: solid 1px #727272;
}

.heading-and-paragraph .high-lighted-box p {
  margin-bottom: 1em;
}

.heading-and-paragraph .high-lighted-box p:last-child {
  margin-bottom: 0px;
}

.heading-and-paragraph ol.text-between-parenthesis {
  margin-top: 0.25em;
  gap: 0.25em;
  font-size: 1.0666666em;
  list-style: none;
  counter-reset: list;
  padding-left: 0;
}

.heading-and-paragraph ol.text-between-parenthesis li {
  font-size: 0.933333em;
  counter-increment: list;
  margin-bottom: 5px;
  display: flex;
}

.heading-and-paragraph ol.text-between-parenthesis li::marker {
  display: none;
}

.heading-and-paragraph ol.text-between-parenthesis li::before {
  content: "(" counter(list, lower-alpha) ")   ";
  font-weight: bold;
  margin-right: 8px;
}

.heading-and-paragraph ol.text-between-parenthesis li {
  counter-reset: li;
}

.heading-and-paragraph h4 {
  font-family: Gotham-Medium;
  font-size: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

body.logged-page .heading-and-paragraph h4 {
  font-family: Gotham-Medium;
  font-size: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.terms-newsletter-box {
  margin-top: 3em;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
  border-radius: 0.5rem;
  border-color: var(--color-primary-700);
  --tw-bg-opacity: 1;
  background-color: rgb(18 21 24 / var(--tw-bg-opacity));
  padding: 1em;
  border-width: 1px;
  border-style: solid;
}

.full-img {
  width: 100%;
  height: auto;
}

.contact-data-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 2em;
  padding-right: 2em;
}

@media (min-width: 960px) {
  .contact-data-row {
    flex-direction: row;
    justify-content: space-between;
    gap: 2em;
  }
}

.contact-data-item {
  /* @apply w-[100%] md:w-96 flex-col justify-center items-center gap-4 inline-flex */
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  text-align: center
}

body.logged-page.my-account-page .main-content-centered.contact-data-item,
body.logged-page.my-club-page .main-content-centered.contact-data-item {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.contact-data-item {
    width: 100%;
  }
}


*.contact-data-item {
  text-align:center;
}

@media (min-width: 768px) {
  .contact-data-item {
    width: 280px;
  }
}

.contact-data-item h3 {
  /* @apply self-stretch text-center text-gray-50 text-lg font-Gotham_medium leading-[1.3333333em] font-[350] */
  align-self: stretch;
  text-align: center;
  font-family: Gotham-Medium;
  font-size: 18px;
  font-weight: 350;
  line-height: 1.3333333em;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity))
}


*.contact-data-item h3 {
  text-align:center;
}

body.logged-page .contact-data-item h3 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

body.logged-page .box-floating-contact-data.contact-data-item h3 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.contact-data-item .tel-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.contact-data-item .tel-box img {
  height: auto;
  width: auto;
  transition: all .5s ease;
}

.contact-data-item .tel-box:hover img {
  transform: scale(1.35);
}

.contact-data-item .tel-box .tx-tel {
  cursor: pointer;
  font-family: Gotham-Medium;
  font-size: 1.0666666em;
  font-weight: 350;
  line-height: 1.375;
  color: var(--color-primary-500);
}

.contact-data-item .tel-box:hover .tx-tel {
  color: var(--color-primary-300);
}

.contact-data-item .address-box {
  display: block;
  align-self: stretch;
  text-align: center;
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  font-weight: 325;
  line-height: 1.375em;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}


*.contact-data-item .address-box {
  text-align:center;
}

@media (min-width: 768px) {
  .contact-data-item .address-box {
    display: none;
  }
}

.contact-data-item.box-floating-contact-data .address-box {
  display: block;
}

.contact-data-item .emails-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
  align-self: stretch;
}

.contact-data-item .emails-box .pair-title-email {
  display: flex;
  height: 2.5em;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25em;
  align-self: stretch;
}

.contact-data-item .emails-box .pair-title-email h4 {
  align-self: stretch;
  text-align: center;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  font-weight: 350;
  line-height: 1.285712em;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}


*.contact-data-item .emails-box .pair-title-email h4 {
  text-align:center;
}

body.logged-page .contact-data-item .emails-box .pair-title-email h4 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

body.logged-page .box-floating-contact-data.contact-data-item .emails-box .pair-title-email h4 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.contact-data-item .emails-box .pair-title-email .email-item {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  text-align: center;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  font-weight: 350;
  line-height: 1.285712em;
  color: var(--color-primary-500);
}


*.contact-data-item .emails-box .pair-title-email .email-item {
  text-align:center;
}

.contact-data-item .emails-box .pair-title-email .email-item:hover {
  color: var(--color-primary-300);
}

.contact-data-item .emails-box .pair-title-email .email-item span {
  display: inline-block;
  background-image: url(../../templates/en/img2024/contact/mail-domain.svg);
  background-position: right .12em;
  background-repeat: no-repeat;
  background-size: 13.5em auto;
  padding-right: 13.5em;
}

.contact-data-item .emails-box .pair-title-email .email-item:hover span {
  background-image: url(../../templates/en/img2024/contact/mail-domain-hover.svg);
}

.cv-web-design-2024 .external_banner {
  background: none;
  background-image: none;
  width: 100%;
}

.bg-world-map-base {
  background-image: url(../../templates/en/img2024/contact/world-map-base.png);
  background-size: 100% auto;
}

.mark-item {
  transition: all .5s ease;
  cursor: pointer;
  fill: #17b668
}

.mark-item:hover {
  fill: rgb(162, 255, 0)
}

.box-floating-contact-data {
  background-image: url(../../templates/en/img2024/contact/bg-contact-data-tooltip.svg);
  background-size: 100% 100%;
  width: 20em;
  height: auto;
  position: absolute;
  box-sizing: border-box;
  padding: 15px;
  padding-bottom: 40px;
}

.box-floating-contact-data.shadow {
  background-image: url(../../templates/en/img2024/contact/bg-contact-data-tooltip-shadow.svg);
  background-size: 100% 100%;
  width: 20em;
  height: auto;
  position: absolute;
  box-sizing: border-box;
  padding: 20px;
  padding-bottom: 50px;
}

.tx-link-ssp {
  display: none;
  font-size: 1.6em;
  line-height: 2;
  color: var(--color-primary-500);
}

.box-row-input.tx-link-ssp {
  display: none;
}

.sidebar-nav-menu.tx-link-ssp,
.box-row-input .box-item-input input.tx-link-ssp {
  display: none
}

.load-container.tx-link-ssp {
  display: none;
}

.tx-link-ssp:hover {
  color: var(--color-primary-400);
}

@media (min-width: 1024px) {
  .tx-link-ssp {
    display: block;
  }
}

.tx-link-ssp span.sup {
  display: inline-block;
  margin-left: 0.2em;
}

/* Footer */

.footer-last-msg,
.footer-main-msg {
  align-self: stretch;
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  font-weight: 325;
  line-height: 1.375em;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .footer-last-msg,
.footer-main-msg {
    font-size: 1.2em;
    line-height: 1.3333333em;
  }
}

.box-mobile-footer-links ul.footer-ul,
.footer-menu ul {
  /* @apply justify-stretch gap-8 m2:inline-flex m-0 p-0 grid grid-cols-2 w-[100%] m2:w-auto h-auto; */
  margin: 0px;
  display: flex;
  height: auto;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: stretch;
  gap: 2em;
  padding: 0px;
}

@media (min-width: 960px) {
  .box-mobile-footer-links ul.footer-ul,
.footer-menu ul {
    display: inline-flex;
    width: auto;
    flex-direction: row;
  }
}

.logged-page .footer-section .footer-menu ul {
  margin: 0px;
  display: none;
  height: auto;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: stretch;
  gap: 2em;
  padding: 0px;
}

.box-row-input.logged-page .footer-section .footer-menu ul {
  display: none;
}

.sidebar-nav-menu.logged-page .footer-section .footer-menu ul,
.box-row-input .box-item-input input.logged-page .footer-section .footer-menu ul {
  display: none
}

.load-container.logged-page .footer-section .footer-menu ul {
  display: none;
}

@media (min-width: 960px) {
  .logged-page .footer-section .footer-menu ul {
    display: flex;
    width: auto;
    flex-direction: row;
  }
}

.box-mobile-footer-links ul.footer-ul li,
.footer-menu li {
  width: 40%;
  white-space: nowrap;
  padding: 0px;
}

.box-mobile-footer-links ul.footer-ul li a,
.footer-menu li a {
  white-space: nowrap;
  padding: 0px;
  font-family: Gotham-Medium;
  font-size: 1.0666666em;
  font-weight: 350;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.box-mobile-footer-links ul.footer-ul li a:hover,
.footer-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.footer-last-msg {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 0px;
  font-size: 1.0666666em;
  font-weight: 325;
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}

.social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.6em;
}

.social-links a {
  height: 1.6em;
  width: 1.6em;
}

.social-links a img {
  height: auto;
  width: 100%;
}

.social-links img:hover {
  opacity: .7;
}

/* Home features */

.feature-item {
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 3.2em;
  padding: 2.133333em;
}

@media (min-width: 960px) {
  .feature-item {
    flex-direction: row;
  }
}

.feature-item {
  background-color: #08090B;
  border: solid 1px #2C343B;
  border-radius: 1.0666666em;
}

.feature-item.reverse {
  flex-direction: column;
}

@media (min-width: 960px) {
  .feature-item.reverse {
    flex-direction: row-reverse;
  }
}

.feature-item .feature-item-text {
  display: inline-flex;
  width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2em;
}

@media (min-width: 960px) {
  .feature-item .feature-item-text {
    width: 40%;
  }
}

.feature-item .feature-item-text .title-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
  align-self: stretch;
}

.feature-item .feature-item-video {
  display: inline-flex;
  width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(18 21 24 / var(--tw-bg-opacity));
  padding: 1.0666667em;
}

@media (min-width: 960px) {
  .feature-item .feature-item-video {
    width: 60%;
  }
}

.feature-item .feature-item-video {
  border: solid 1px #0F7945;
  background-color: #171C20;
}

.features-page .feature-item .feature-item-text {
  width: 100%;
}

@media (min-width: 960px) {
  .features-page .feature-item .feature-item-text {
    width: 26.8%;
  }
}

.features-page .feature-item .feature-item-video {
  width: 100%;
  padding: 0.8em;
}

@media (min-width: 960px) {
  .features-page .feature-item .feature-item-video {
    width: 67%;
  }
}

.club-title-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
  align-self: stretch;
  padding-top: 1em;
  padding-bottom: 1em;
}

.club-title-desc h4 {
  align-self: stretch;
  font-family: Gotham-Medium;
  font-size: 1.333333em;
  font-weight: 350;
  line-height: 1.733333rem;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.club-title-desc p {
  align-self: stretch;
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  line-height: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .club-title-desc p {
    font-size: 1.2em;
  }
}

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

.flex-row-box {
  display: flex;
  flex-direction: row;
}

.box-flex-col-to-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 960px) {
  .box-flex-col-to-row {
    flex-direction: row;
  }
}

.box-flex-col-to-row.start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 960px) {
  .box-flex-col-to-row.start {
    flex-direction: row;
  }
}

.box-flex-col-to-row.reverse {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 960px) {
  .box-flex-col-to-row.reverse {
    flex-direction: row-reverse;
  }
}

.box-flex-col-to-row.reverse.start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 960px) {
  .box-flex-col-to-row.reverse.start {
    flex-direction: row-reverse;
  }
}

.composed-h-ul {
  display: flex;
  flex-direction: column;
  gap: 1.3333333em;
}

.composed-h-ul h6 {
  font-family: Gotham-Medium;
  font-size: 1.0666666em;
  font-weight: 350;
  line-height: 1.375em;
  --tw-text-opacity: 1;
  color: rgb(235 238 241 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .composed-h-ul h6 {
    font-size: 1.2em;
    line-height: 1.333333em;
  }
}

.composed-h-ul ul {
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  gap: 0.5em;
  padding-left: 1.25em;
}

.composed-h-ul ul li {
  list-style-type: disc;
  margin-left: 0.5em;
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  font-weight: 325;
  line-height: 1.375em;
  --tw-text-opacity: 1;
  color: rgb(221 223 227 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
  .composed-h-ul ul li {
    font-size: 1.2em;
    line-height: 1.333333em;
  }
}

.box-animation-tools .fixed,
.out-buttons3d-box .fixed {
  position: static;
}

div.header div.logged_in div.links p {
  white-space: nowrap;
}

div.header div.logged_in span.image {
  margin-left: .5em;
  min-width: 50px;
  min-height: 50px;
}

.invisible {
  visibility: inherit;
}

/* .ssp_nav_mobile, 
    .ssp_nav_mobile_item, 
    .ssp_nav_mobile.invisible, 
    .ssp_nav_mobile_item.invisible {
        display: block !important;
    } */

div.header div.navigation ul li.alt_nav a,
div.header div.navigation ul li.alt_nav a:link,
div.header div.navigation ul li.alt_nav a:hover,
div.header div.navigation ul li.alt_nav a:active,
div.header div.navigation ul li.alt_nav a:visited,
div.header div.navigation ul li a,
div.header div.navigation ul li a:link,
div.header div.navigation ul li a:hover,
div.header div.navigation ul li a:active,
div.header div.navigation ul li a:visited,
div.header div.navigation ul li a.active,
div.header div.navigation ul li a.active:hover,
ul#ssp_nav_main li a,
ul#ssp_nav_main li a:link,
ul#ssp_nav_main li a:hover,
ul#ssp_nav_main li a:active,
ul#ssp_nav_main li a:visited,
ul#ssp_nav_main li a.active,
ul#ssp_nav_main li a.active:hover {
  height: 40px !important;
  padding: 8px 10px;
  line-height: 22px;
  font-size: 14px;
}

ul#ssp_nav li a {
  min-height: 40px !important;
}

.footer-section div.footer .container_12::before,
.footer-section div.footer::before,
.footer-section .clearfix:after {
  display: none;
}

.footer-section div.footer div.container_12 {
  height: auto;
}

.footer-section div.footer {
  text-align: left;
}

.footer-section div.footer div.container_12 {
  padding-bottom: 15px;
}

.footer-section div.footer .container_12,
.footer-section div.footer {
  width: 100%;
}

@media (min-width: 960px) {
  .footer-section div.footer .container_12,
.footer-section div.footer {
    width: 960px;
  }
}

.pseudo-forgotten-pass-link {
  cursor: pointer;
}

.back-btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
}

.back-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.continue-btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 0.5rem;
  border-color: var(--color-primary-500);
  background-color: var(--color-primary-500);
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
}

.continue-btn:hover {
  background-color: var(--color-primary-600);
}

.InputWithLabel input.pseudo-field,
.InputWithLabel input.grey-text {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

input.pseudo-hidden-field,
input.ignore-field {
  display: inline;
  height: 0;
  opacity: 0;
}

div.header div.login,
div.header div.logged_in {
  margin-bottom: 0.5em !important;
  display: none !important;
}

div.box-row-input.header div.login,
div.box-row-input.header div.logged_in {
  display: none !important;
}

div.sidebar-nav-menu.header div.login,
.box-row-input .box-item-input inputdiv.header div.login,
div.sidebar-nav-menu.header div.logged_in,
.box-row-input .box-item-input input
div.header div.logged_in {
  display: none !important
}

div.load-container.header div.login,
div.load-container.header div.logged_in {
  display: none !important;
}

@media (min-width: 1024px) {
  div.header div.login,
div.header div.logged_in {
    display: block !important;
  }
}

.with-customisation div.header div.login,
.with-customisation div.header div.logged_in {
  margin-bottom: 0.5em !important;
  display: none !important;
}

.box-row-input.with-customisation div.header div.login,.box-row-input
.with-customisation div.header div.logged_in {
  display: none !important;
}

.sidebar-nav-menu.with-customisation div.header div.login,
.box-row-input .box-item-input input.with-customisation div.header div.login,.sidebar-nav-menu
.with-customisation div.header div.logged_in,
.box-row-input .box-item-input input
.with-customisation div.header div.logged_in {
  display: none !important
}

.load-container.with-customisation div.header div.login,.load-container
.with-customisation div.header div.logged_in {
  display: none !important;
}

@media (min-width: 960px) {
  .with-customisation div.header div.login,
.with-customisation div.header div.logged_in {
    display: block !important;
  }
}

.container_12,
div.container_12.clearfix.content {
  width: 100% !important;
}

@media (min-width: 1280px) {
  .container_12,
div.container_12.clearfix.content {
    width: 1280px !important;
  }
}

.with-customisation .container_12,
.with-customisation div.container_12.clearfix.content {
  width: 100% !important;
}

@media (min-width: 960px) {
  .with-customisation .container_12,
.with-customisation div.container_12.clearfix.content {
    width: 960px !important;
  }
}

div#div_global_setting_box {
  display: none !important;
}

div.box-row-input#div_global_setting_box {
  display: none !important;
}

div.sidebar-nav-menu#div_global_setting_box,
.box-row-input .box-item-input inputdiv#div_global_setting_box {
  display: none !important
}

div.load-container#div_global_setting_box {
  display: none !important;
}

@media (min-width: 640px) {
  div#div_global_setting_box {
    display: block !important;
  }
}

/* div.header a.logo {
        @apply w-[170px] h-[79px] !important;
        background-size: cover !important;
    }

    div.header img.reseller_logo {
        @apply w-[auto] h-[90px] 2xs:w-[auto] 2xs:h-[90px] xs:w-[auto] xs:h-[90px] !important;
        max-width: none;
    } */

div.header .container_12 .grid_12 {
  white-space: nowrap;
}

.view-external div.header .container_12 .grid_12 {
  display: flex;
  justify-content: space-between;
}

div.header div.login p {
  margin-top: 16px;
}

/* Loader */

.box-loader {
  width: 1.5em;
  height: 1.9em;
  margin-right: 1em;
  margin-left: .15em;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}

.loader.visible {
  display: block;
  opacity: 0;
}

.loader.search-loader.visible {
  opacity: 1;
  margin: 0 0 0 0;
  width: 1.25em;
  height: 1.25em;
}

button.disabled .loader.visible,
.loader.continue.visible,
.loader.icons.visible {
  display: inline-block;
  opacity: 1;
  margin: -.15em 0 0 .15em;
}

.loader,
.sub-menu-closed .loader.icons.visible {
  width: 1.5em;
  height: 1.5em;
  display: none;
  position: absolute;
  text-indent: -9999em;
  border-top: .3em solid rgba(158, 158, 158, .2);
  border-right: .3em solid rgba(158, 158, 158, .2);
  border-bottom: .3em solid rgba(158, 158, 158, .2);
  border-left: .3em solid #fff;
  transform: translateZ(0);
}

button.disabled .loader.visible,
.sub-menu-closed .loader.icons.visible {
  animation: load8 .6s infinite linear;
}

.loader.options {
  display: block;
  position: relative;
}

.loader,
.loader:after {
  border-radius: 50%;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#register_form {
  width: 100%;
}

#btn-submit .tx-btn {
  opacity: 1;
}

#btn-submit.disabled .tx-btn {
  opacity: .5;
}

#choose_sport_box_content {
  padding: .5em 2em;
  text-align: center;
}

#choose_sport_box_content h5 {
  text-align: center;
  color: #17B668;
  font-size: 1.25em;
  margin-bottom: 1em;
}

#choose_sport_box_content select,
#choose_sport_box_content select option {
  background: #000;
  color: #FFF;
}

/* .cv-web-design-2024 div.bg-overlay:not(.cv-web-design-2024 body.with-customisation  div.bg-overlay) {
    background-image: none !important;
} */

.cv-web-design-2024 .header .ext_links {
  display: inline-block;
  vertical-align: top;
}

.cv-web-design-2024 div.social_summary {
  width: 275px;
  padding: 10px;
}

.cv-web-design-2024 div.social_summary div.interface_lang {
  display: inline-block;
}

.cv-web-design-2024 .view-external .content {
  background-color: #FFF !important;
}

.cv-web-design-2024 .view-external .container_12,
.cv-web-design-2024 .view-external div.container_12.clearfix.content,
.cv-web-design-2024 .view-external .content {
  width: 960px !important;
}

.cv-web-design-2024 .view-external div.club_banner div.name {
  width: 845px;
}

.cv-web-design-2024 .view-external div.club_banner div.name h2 {
  font-size: 16px;
}

.cv-web-design-2024 .view-external div.club_banner div.name p {
  font-size: 14px;
}

.cv-web-design-2024 .view-external .content h1 {
  font-size: 24px;
  padding-bottom: 3px;
}

.cv-web-design-2024 .view-external .content .print_p {
  margin-bottom: 20px;
}

.cv-web-design-2024 .view-external .progressions_desc h3 {
  font-size: 16px;
}

.cv-web-design-2024 .viewer.view-external .progressions h3 {
  font-size: 16px;
  color: #008d42;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.cv-web-design-2024 .viewer.view-external div.progressions div.comments h3 {
  border-bottom: none;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

.cv-web-design-2024 .viewer.view-external div.progressions b,
.cv-web-design-2024 .viewer.view-external div.progressions p,
.cv-web-design-2024 .viewer.view-external div.progressions li {
  font-size: 12px;
}

.cv-web-design-2024 .viewer.view-external div.progressions li {
  font-size: 12px;
}

.cv-web-design-2024 .viewer.view-external div.progressions ul>li {
  margin-left: 20px;
  padding-left: 0px;
  margin-right: 20px;
  padding-right: 0px;
  font-size: 12px;
  background: none;
  list-style-type: disc;
  color: #000;
  padding-bottom: 5px;
}

.cv-web-design-2024 .viewer.view-external div.progressions .download-video-button-box {
  display: flex;
}

.cv-web-design-2024 .viewer.view-external div.progressions .download-video-button-box button.btn-downloadVideo {
  width: 25px;
  height: 25px;
}

.cv-web-design-2024 .viewer.view-external div.progressions ul {
  margin-bottom: 20px;
}

.cv-web-design-2024 .viewer.view-external div.progressions img.session_icons_anim {
  display: inline;
}

.cv-web-design-2024 .view-external .session_icons .save_img,
.cv-web-design-2024 .view-external .session_icons .save_img a {
  float: right;
}

/* External viewer: rounded drill card + rounded image */

body.logged-page.view-external.viewer div.progressions div.progression-box {
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

body.logged-page.view-external.viewer div.progressions div.progression-box .flash_wrapper .flash {
  border-radius: 10px;
  overflow: hidden;
}

body.logged-page.view-external.viewer div.progressions div.progression-box .flash_wrapper .flash .tran_image_color,
body.logged-page.view-external.viewer div.progressions div.progression-box .flash_wrapper .flash .tran_image {
  border-radius: 10px;
}

/* External viewer: left icon buttons under drill */

body.logged-page.view-external.viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

body.logged-page.view-external.viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video .video_player_icon,
body.logged-page.view-external.viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video .sspdialog_image,
body.logged-page.view-external.viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video .session_icons_anim {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  background-color: #f8fafc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
}

body.logged-page.view-external.viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video .video_player_icon {
  background-image: url(../../common/icons/icon-video-player.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

body.logged-page.view-external.viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video .sspdialog_image img.session_icon_uploaded_image,
body.logged-page.view-external.viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video .session_icons_anim {
  width: 20px;
  height: 20px;
}

.chars-counter {
  font-family: Gotham-Book;
  color: green;
}

.chars-counter.less-100-chars {
  color: orange;
}

.hcaptcha-success {
  font-size: 1em;
  color: red;
  margin-top: 7px;
}

.hcaptcha-success .smsg {
  color: green;
  margin-top: 0;
}

#hcaptchaCheck {
  margin-top: -15px;
}

.invisible {
  visibility: hidden;
}

/* 
#login_username1,
#login_password1,
#login_username2,
#login_password2 {
    opacity: 0;
    transition: all 1s ease;
}
#login_username1.show,
#login_password1.show,
#login_username2.show,
#login_password2.show {
    opacity: 1;
} */

.transparent-text,
.InputWithLabel input.transparent-text {
  color: transparent;
  user-select: none;
  /* Desactiva la selecciÃ³n de texto en navegadores modernos */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  /* background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><rect width="100%" height="100%" fill="black"/><text x="4%" y="70%" font-size="15" text-anchor="left" fill="white" >******</text></svg>'); */
}

.box-animation-tools button.btn-black,
.box-animation-tools button.btn-black[type='button'],
.out-buttons3d-box button.btn-black,
.out-buttons3d-box button.btn-black[type='button'] {
  background-image: linear-gradient(to bottom, #45494f 0, #000c17 100%) !important;
}

.viewer.view-external .btn-3d-pitch,
.viewer .out-buttons3d-box .btn-3d-pitch {
  font-size: .7em;
}

input[type="button"],
input[type="submit"] {
  cursor: pointer;
}

/* logged pages */

html,
body.logged-page {
  min-width: 375px;
  font-family: Gotham-Book;
}

.cv-web-design-2024 body.logged-page:not(.cv-web-design-2024 body.with-customisation) {
  background: none !important;
  background-image: none !important;
  background: #FFFFFF !important;
  /* background:#AAAAAA  !important; */
}

.cv-web-design-2024 body.logged-page .header-logo img {
  width: 160px;
  height: auto;
}

body.logged-page .new-top-links {
  justify-content: flex-start;
  align-items: center;
  gap: 1.6em;
}

body.logged-page .link-help-centre {
  background-image: url(../../templates/en/img2024/help-circle.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
}

body.logged-page .link-help-centre:hover {
  background-image: url(../../templates/en/img2024/help-circle-hover.svg);
}

body.logged-page img.logo-footer-logged {
  width: 115px;
  height: 30px;
  max-width: none;
}

/* body.logged-page .new-top-links a, */

body.logged-page .box-mobile-footer-links ul.footer-ul li a,
body.logged-page .footer-menu li a {
  white-space: nowrap;
  padding: 0px;
  font-family: Gotham-Medium;
  font-size: 1.0666666em;
  font-weight: 350;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

body.logged-page .box-mobile-footer-links ul.footer-ul li a:hover,
body.logged-page .footer-menu li a:hover {
  color: var(--color-primary-500);
}

body.logged-page .new-top-links a {
  white-space: nowrap;
  font-size: 1.0666666em;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

body.logged-page .new-top-links a:hover {
  color: var(--color-primary-500);
}

body.logged-page .new-top-links .logged-top-upgrade-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375em;
  color: var(--color-primary-500);
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}

body.logged-page .new-top-links .logged-top-upgrade-link:hover {
  color: var(--color-primary-600);
}

body.logged-page .new-top-links .logged-top-upgrade-link::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../../common/icons/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  flex: 0 0 16px;
}

body.logged-page .btn-calendar {
  background-image: url(../../templates/en/img2024/calendar-check-01.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  /* color: #FFFFFF; */
}

body.logged-page .button-create-new {
  background-image: url(../../templates/en/img2024/chevron-white-down.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 25px;
}

body.logged-page .button-create-new:hover {
  background-image: url(../../templates/en/img2024/chevron-white-down-hover-on-green.svg);
}

/* .box-notifications {
    background-color: #000;
} */

.loaded-notifications-box {
  height: auto;
  width: 100%;
  border-bottom-width: 1px;
  border-color: var(--color-primary-300);
}

.loaded-notifications-box:empty {
  display: none;
}

body.logged-page .notifications-list {
  display: flex;
  flex-direction: column;
}

body.logged-page .notifications-list.user-messages {
  background-color: var(--color-primary-25);
}

body.logged-page .notifications-list.system-messages {
  background-color: #ffe7e7;
}

body.logged-page .notifications-list.system-messages .msg-notification {
  color: #c90000;
  background-image: url(../../templates/en/img2024/icon-alert-circle-red.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left top 1px;
  padding-left: 25px;
}

body.logged-page .item-notification {
  box-sizing: border-box;
  width: 100%;
  border-top-width: 1px;
  border-color: var(--color-primary-300);
}

body.logged-page .item-notification.border-zinc-700,body.logged-page .item-notification.border-gray-800 {
  border-top: solid 1px;
}

body.logged-page .item-notification.border-zinc-700 {
  border-color: rgb(63 63 70);
}

body.logged-page .item-notification.border-gray-800 {
  border-color: rgb(31 41 55);
}

body.logged-page .item-notification .item-centered {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

@media (min-width: 768px) {
  body.logged-page .item-notification .item-centered {
    flex-direction: row;
  }
}

@media (min-width: 1280px) {
  body.logged-page .item-notification .item-centered {
    width: 1280px;
  }
}

body.logged-page .notifications-list.user-messages .item-notification .item-centered {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

@media (min-width: 1280px) {
  body.logged-page .notifications-list.user-messages .item-notification .item-centered {
    width: 1280px;
  }
}

body.logged-page .box-text-notification {
  background-image: url(../../templates/en/img2024/icon-info-circle.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
}

.box-icon-link-modal {
  background-image: url(../../common/icons/link-03.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}

.box-icon-x-close {
  background-image: url(../../templates/en/img2024/x-close.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.box-icon-x-close:hover {
  opacity: 1;
}

.box-icon-copy {
  background-image: url(../../templates/en/img2024/copy-01.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.box-icon-copy:hover {
  opacity: 1;
}

.sspdialog_code {
  margin-bottom: 0.25em;
  margin-top: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 12px;
  font-size: 1.0666666em;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
}

.sspdialog_code input {
  width: 100%;
  border-style: none;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

body.logged-page.my-account-page .main-content-centered.sspdialog_code input,
body.logged-page.my-club-page .main-content-centered.sspdialog_code input {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.sspdialog_code input {
    width: 100%;
  }
}

.sspdialog_code input:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

body.logged-page .notification-wrapper-box {
  margin-top: 0px;
  height: auto;
  width: 100%;
  opacity: 1;
}

@media (min-width: 1024px) {
  body.logged-page .notification-wrapper-box {
    height: auto;
  }
}

body.logged-page .notification-wrapper-box.to-hide {
  opacity: 0;
}

body.logged-page .msg-notification {
  min-width: 0px;
  flex: 1 1 0%;
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  color: var(--color-primary-500);
  background-image: url(../../templates/en/img2024/icon-info-circle.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left top 1px;
  padding-left: 25px;
}

body.logged-page .msg-notification b {
  font-family: Gotham-Medium;
}

body.logged-page .actions-notification {
  display: flex;
  flex-shrink: 0;
  flex-direction: column-reverse;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.4em;
}

@media (min-width: 640px) {
  body.logged-page .actions-notification {
    flex-direction: row;
    gap: 0.8em;
  }
}

@media (min-width: 768px) {
  body.logged-page .actions-notification {
    align-items: center;
    justify-content: flex-start;
  }
}

body.logged-page .actions-notification button {
  border-radius: 0.5rem;
  background-color: var(--color-primary-500);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1;
  color: var(--color-primary-25);
  border-width: 1px;
  border-style: solid;
}

body.logged-page .actions-notification button:hover {
  background-color: var(--color-primary-600);
}

body.logged-page .actions-notification .btn-help-center {
  width: 80px;
  line-height: 1.375;
}

@media (min-width: 640px) {
  body.logged-page .actions-notification .btn-help-center {
    width: auto;
  }
}

body.logged-page .actions-notification button.btn-dismiss {
  border-radius: 0.5rem;
  background-color: var(--color-primary-25);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
}

body.logged-page .actions-notification button.btn-dismiss:hover {
  background-color: var(--color-primary-50);
}

body.logged-page .actions-notification button.btn-close,
body.logged-page .actions-notification button.btn-close-notification {
  border-radius: 0.5rem;
  border-style: none;
  background-color: var(--color-primary-25);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1.375;
  color: var(--color-primary-500);
}

/* Close button hover state */

body.logged-page .actions-notification button.btn-close-notification {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body.logged-page .actions-notification button.btn-close-notification:hover {
  background-color: var(--color-primary-100);
  color: var(--color-primary-700);
}

/* Fade-out animation for closing a notification */

body.logged-page .item-notification.notification-fade-out {
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 200ms ease, transform 200ms ease;
}

body.logged-page button.btn-this-month {
  border-radius: 0.5rem;
  background-image: none;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
}

body.logged-page button.btn-this-month:hover {
  background-color: var(--color-primary-50);
}

body.logged-page .main-content {
  display: flex;
  justify-content: center;
  padding-top: 3.2em;
  padding-bottom: 3.2em;
}

body.logged-page .main-content-centered {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

@media (min-width: 768px) {
  body.logged-page .main-content-centered {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (min-width: 1280px) {
  body.logged-page .main-content-centered {
    width: 1280px;
  }
}

/* body.logged-page.my-account-page .main-content-centered.w-full,
body.logged-page.my-club-page .main-content-centered.w-full {
    @apply lg:px-0;
} */

body.logged-page.my-account-page .main-content-centered.w-full,
body.logged-page.my-club-page .main-content-centered.w-full {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.w-full {
    width: 100%;
  }
}

.box-actions button {
  border-radius: 0.5rem;
  background-color: var(--color-primary-500);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1;
  color: var(--color-primary-25);
  border-width: 1px;
  border-style: solid;
}

.box-actions button:hover {
  background-color: var(--color-primary-600);
}

/* .box-actions-featured {
    @apply self-stretch p-4 bg-green-25 rounded-lg border border-green-500 inline-flex justify-start items-start gap-3
}

.box-actions-featured button {
    @apply text-green-25 text-sm font-Gotham_medium leading-none px-4 py-2.5 bg-green-500 rounded-lg border hover:bg-green-600;
    flex: 1;
    line-height: 21px;
}


.box-actions-featured button.btn-help-centre .content-button {
    background-image: url(../../templates/en/img2024/help-circle-white.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    display: inline-block;
} */

.nav-arrow-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5em;
}

.nav-arrow-buttons.month {
  gap: .31em;
}

.nav-arrow-buttons .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 0.5em;
  opacity: 0.8;
}

.nav-arrow-buttons .btn-arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 233 / var(--tw-bg-opacity));
}

.nav-arrow-buttons .btn-arrow {
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.nav-arrow-buttons .btn-arrow.left {
  background-image: url(../../templates/en/img2024/chevron-left.svg);
}

.nav-arrow-buttons .btn-arrow.right {
  background-image: url(../../templates/en/img2024/chevron-right.svg);
}

.btn-green-arrow-right {
  background-image: url(../../templates/en/img2024/chevron-right-green.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 25px;
  cursor: pointer;
}

img.session-thumbnail-img {
  width: 100%;
  height: auto;
}

.btn-interest-tag {
  display: inline-flex;
  height: 2.5em;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  overflow: hidden;
  border-radius: 100px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(53 63 71 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
}

.btn-interest-tag:hover {
  --tw-border-opacity: 1;
  border-color: rgb(140 147 151 / var(--tw-border-opacity));
}

.btn-interest-tag.selected {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(23 182 104 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
}

.btn-interest-tag.selected:hover {
  background: #ecfdf3;
  border-color: #16a34a;
  color: #0f5132;
}

.hashtag-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 0.933333em;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-width: 1px;
  border-style: solid;
}

.hashtag-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hashtag-item.selected {
  --tw-border-opacity: 1;
  border-color: rgb(106 106 106 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(106 106 106 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hashtag-item.selected:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 90 / var(--tw-bg-opacity));
}

.hashtag-item .hashtag-badge {
  display: flex;
  height: 1.5em;
  width: 1.5em;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hashtag-item:hover .hashtag-badge {
  --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);
}

.hashtag-item.selected .hashtag-badge {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #6A6A6A;
}

.hashtag-item .hashtag-remove-icon {
  display: none;
  height: 1.25em;
  width: 1.25em;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.box-row-input.hashtag-item .hashtag-remove-icon {
  display: none;
}

.sidebar-nav-menu.hashtag-item .hashtag-remove-icon,
.box-row-input .box-item-input input.hashtag-item .hashtag-remove-icon {
  display: none
}

.load-container.hashtag-item .hashtag-remove-icon {
  display: none;
}

.hashtag-item .hashtag-remove-icon:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.hashtag-item.selected .hashtag-remove-icon {
  display: flex;
}

.hashtags-results {
  position: absolute;
  z-index: 10070;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  background: #555555;
  border: 1px solid #fff;
  border-radius: 10px;
  scrollbar-width: thin;
  scrollbar-color: #8b8f92 #626260;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.hashtags-results.show {
  width: 15em;
  height: auto;
}

.hashtags-results ul {
  list-style: none;
  margin: 0;
  padding: 4px;
}

.hashtags-results .hashtag-item {
  display: block;
  width: 100%;
  padding: 6px 16px;
  color: #D1D5DB;
  background: transparent;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-family: Gotham-Book, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  transition: color .15s ease, background-color .15s ease;
}

.hashtags-results .hashtag-item.preselected,
.hashtags-results .hashtag-item:hover {
  color: #FFFFFF;
  background: #4D9AEB;
}

.InputDropdown .Input,
body.logged-page .btn-dropdown,
.btn-dropdown-calendar {
  display: inline-flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  align-self: stretch;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 233 / var(--tw-border-opacity));
  padding-left: 0.875em;
  padding-right: 0.875em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  text-align: left;
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  line-height: 1.375;
  border-width: 1px;
  border-style: solid;
}


*.InputDropdown .Input,
*
body.logged-page .btn-dropdown,
*
.btn-dropdown-calendar {
  text-align:left;
}

.InputDropdown .Input:hover,
body.logged-page .btn-dropdown:hover,
.btn-dropdown-calendar:hover {
  --tw-border-opacity: 1;
  border-color: rgb(140 147 151 / var(--tw-border-opacity));
}

.btn-upgrade-to-club-side,
.btn-sync-calendar {
  display: inline-flex;
  height: 40px;
  width: 100%;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  border-radius: 0.5rem;
  border-color: var(--color-primary-500);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1;
  color: var(--color-primary-500);
  border-width: 1px;
  border-style: solid;
}

.btn-upgrade-to-club-side:hover,
.btn-sync-calendar:hover {
  border-color: var(--color-primary-600);
  background-color: var(--color-primary-50);
}

.box-icon-sync {
  background-image: url(../../templates/en/img2024/refresh-cw-02.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
}

.box-icon-info {
  background-image: url(../../common/icons/info-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.box-icon-phone {
  background-image: url(../../common/icons/phone-01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.box-icon-calendar {
  background-image: url(../../common/icons/calendar.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.box-icon-chevron-right {
  background-image: url(../../common/icons/chevron-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.box-icon-chevron-left {
  background-image: url(../../common/icons/chevron-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.box-icon-external {
  background-image: url(../../common/icons/link-external-02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.box-icon-scan {
  background-image: url(../../common/icons/qr-code-02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.box-icon-copy {
  background-image: url(../../common/icons/copy-01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.box-icon-x-close {
  background-image: url(../../common/icons/x-close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.box-icon-hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.box-icon-hover:hover {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  background-color: #F1F1F1;
  /* solid gray background on hover */
}

.into-btn.chevron {
  width: 100%;
  background-image: url(../../templates/en/img2024/chevron-down.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 25px;
  box-sizing: border-box;
}

.into-btn.chevron.down {
  background-image: url(../../templates/en/img2024/chevron-down.svg);
}

.into-btn.globe {
  background-image: url(../../templates/en/img2024/globe-02.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  box-sizing: border-box;
}

.into-btn.arrow-narrow-up {
  background-image: url(../../templates/en/img2024/arrow-narrow-up.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  box-sizing: border-box;
}

body.logged-page button.btn-today {
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 233 / var(--tw-border-opacity));
  background-image: none;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
}

body.logged-page button.btn-today:hover {
  --tw-border-opacity: 1;
  border-color: rgb(140 147 151 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.btn-upgrade-to-club {
  display: inline-flex;
  height: 2.5em;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  align-self: stretch;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: var(--color-primary-500);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: var(--color-primary-500);
}

.btn-upgrade-to-club:hover {
  background-color: var(--color-primary-600);
}

.btn-upgrade-to-club .into-btn {
  justify-content: flex-start;
  font-family: Gotham-Book;
  font-size: 0.933333em;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.coach-follow-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5em;
  align-self: stretch;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  padding: 1em;
  border-width: 1px;
  border-style: solid;
}

.carousel-item .coach-card-header,
.coach-follow-card .coach-card-header {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  font-family: Gotham-Medium;
  font-size: 1.0666666em;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.carousel-item .coach-card-header:hover,
.coach-follow-card .coach-card-header:hover {
  color: var(--color-primary-500);
}

.carousel-item .coach-card-header>*,
.coach-follow-card .coach-card-header>* {
  display: block;
}

.carousel-item .coach-card-header .coach-name-club,
.coach-follow-card .coach-card-header .coach-name-club {
  min-width: 0px;
  flex: 1 1 0%;
  padding-right: 0px;
  max-width: 100%;
}

.carousel-item .coach-card-header.has-biog-image .coach-name-club,
.coach-follow-card .coach-card-header.has-biog-image .coach-name-club {
  max-width: calc(100% - 50px);
}

.carousel-item .coach-card-header a,
.coach-follow-card .coach-card-header a {
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.carousel-item .coach-card-header a .coach-name-text,
.coach-follow-card .coach-card-header a .coach-name-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  font-size: 14px;
}

.box-icon-verified,
.carousel-item .coach-card-header a .box-icon-verified,
.coach-follow-card .coach-card-header a .box-icon-verified {
  display: block;
  aspect-ratio: 1 / 1;
  width: 1.25em;
  flex-shrink: 0;
  background-image: url(../../common/icons/check-verified-02.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right center;
}

.coach-verification-modal .box-icon-verified {
  display: block;
  aspect-ratio: 1 / 1;
  width: 1.5em;
  flex-shrink: 0;
  background-image: url(../../common/icons/check-verified-02.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: right center;
}

.box-icon-green-checked {
  background-image: url(../../common/icons/icon-green-checked.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}

.box-icon-red-cross {
  background-image: url(../../common/icons/icon-red-cross.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}

.box-icon-info-circle {
  background-image: url(../../common/icons/icon-info-circle.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}

.box-icon-x-close,
.coach-verification-modal .box-icon-x-close {
  display: block;
  aspect-ratio: 1 / 1;
  height: 30px;
  width: 30px;
  cursor: pointer;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-width: 1px;
  border-style: solid;
}

.box-icon-x-close:hover,
.coach-verification-modal .box-icon-x-close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.box-icon-x-close,
.coach-verification-modal .box-icon-x-close {
  flex-shrink: 0;
  background-image: url(../../common/icons/x-close.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.box-icon-copy {
  display: block;
  aspect-ratio: 1 / 1;
  width: 22px;
  cursor: pointer;
  flex-shrink: 0;
  background-image: url(../../common/icons/copy-01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.box-icon-copy:hover {
  background-image: url(../../common/icons/copy-01.svg);
}

.box-icon-chevron-right-green {
  display: block;
  aspect-ratio: 1 / 1;
  width: 1.25em;
  flex-shrink: 0;
  background-image: url(../../common/icons/chevron-right-green.svg);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.quick-clone-modal .box-icon-save,
..quick-build-modal .box-icon-save .box-icon-save {
  display: block;
  aspect-ratio: 1 / 1;
  width: 2em;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  flex-shrink: 0;
  background-image: url(../../common/icons/save-01.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}

.carousel-item .coach-card-header .box-image,
.coach-follow-card .coach-card-header .box-image {
  aspect-ratio: 1 / 1;
  width: 2.5em;
  border-radius: 9999px;
  background-position: center;
  background-size: cover;
  /* border: solid 2px #FFFFFF;
    box-shadow: 1px 1px 10px #00000033; */
}

.carousel-item .coach-club,
.coach-follow-card .coach-club {
  display: block;
  justify-content: flex-start;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Gotham-Book;
  font-size: 12px;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.carousel-item .coach-bio,
.coach-follow-card .coach-bio {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  justify-content: flex-start;
  align-self: stretch;
  font-family: Gotham-Book;
  font-size: 12px;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.coach-follow-card .coach-sessions {
  justify-content: flex-start;
  text-align: right;
  font-family: Gotham-Book;
  font-size: 12px;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}


*.coach-follow-card .coach-sessions {
  text-align:right;
}

.coach-follow-card .coach-followers {
  justify-content: flex-start;
  text-align: right;
  font-family: Gotham-Book;
  font-size: 12px;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}


*.coach-follow-card .coach-followers {
  text-align:right;
}

.coach-follow-card .btn-follow {
  cursor: pointer;
  justify-content: flex-start;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1rem;
  color: var(--color-primary-600);
}

.coach-follow-card .btn-follow:hover {
  color: var(--color-primary-500);
}

/* Follow / Unfollow buttons */

.btn-follow-unfollow {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  overflow: hidden;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.125em;
  padding-bottom: 0.125em;
  font-weight: 600;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: var(--color-primary-600);
  /* padding: 6px 14px;
    font-size: 14px;
    border-radius: 4px; */
  cursor: pointer;
  transition: all 0.15s ease;
}

.profile_summary .btn-follow-unfollow {
  width: 104px;
}

#carousel-coach-following .btn-follow-unfollow {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/* Follow */

.btn-follow-unfollow.type-follow {
  border-radius: 0.5rem;
  background-color: var(--color-primary-500);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-follow-unfollow.type-follow:hover {
  background-color: var(--color-primary-600);
}

/* .btn-follow-unfollow.type-follow:hover {
    background-color: #1b5e20;
    border-color: #1b5e20;
} */

/* Unfollow */

.btn-follow-unfollow.type-unfollow {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--color-primary-500);
}

.btn-follow-unfollow.type-unfollow:hover {
  background-color: rgb(23 182 104 / 0.05);
}

.btn-follow-unfollow.type-unfollow {
  box-sizing: border-box;
  /* border: 1px solid #ccc;
    color: #5bee06; */
}

.btn-follow-unfollow.type-unfollow span {
  color: var(--color-primary-500);
  display: inline-block;
  margin: auto;
  background-image: url(../../common/icons/icon-following.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  box-sizing: border-box;
}

.profile_summary .btn-follow-unfollow.type-unfollow span {
  padding-left: 22px;
}

div.profile_summary .box-image img {
  width: 104px;
  height: auto;
  float: none;
}

.who-to-follow-cards .btn-follow-unfollow {
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.125em;
  padding-bottom: 0.125em;
}

/* hover */

/* .btn-follow-unfollow.type-unfollow:hover {
    background-color: #ffecec;
    border-color: #d32f2f;
    color: #d32f2f;
} */

/* disabled (Processing...） */

.btn-follow-unfollow:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-user-menu {
  display: flex;
  height: 2.5em;
  width: 2.5em;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 200px;
  border-width: 2px;
  border-color: #F3F4F6;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
}

.btn-user-menu:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
}

.btn-user-menu .inner-border {
  position: relative;
  display: flex;
  height: 2.5em;
  width: 2.5em;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  border-width: 0.75px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

img.profile-image,
.btn-user-menu img.profile-image {
  height: 2.5em;
  width: 2.5em;
  max-width: 2.5em;
}

.box-floating-menu,
.box-user-menu {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-width: 1px;
  border-style: solid;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}

#load-user-menu {
  position: absolute;
  top: -12px;
  left: -16px;
  z-index: 5000;
}

/* .box-user-menu {
    top: -12px;
    left: -16px;
} */

.box-create-new {
  top: 25px;
  left: 1px;
}

a.link-user-menu {
  flex: 1 1 0%;
  justify-content: flex-start;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

a.link-user-menu:hover {
  color: var(--color-primary-600);
}

a.link-user-menu {
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  box-sizing: border-box;
}

a.link-my-account {
  background-image: url(../../templates/en/img2024/user-01-grey-700.svg);
}

a.link-my-account:hover {
  background-image: url(../../templates/en/img2024/user-01-green-600.svg);
}

a.link-log-out {
  background-image: url(../../templates/en/img2024/log-out-01.svg);
}

a.link-log-out:hover {
  background-image: url(../../templates/en/img2024/log-out-01-green-600.svg);
}

body.logged-page .InputWithLabel {
  margin-top: 0.5em;
}

.bottom-header-links nav .box-create-new a {
  /* @apply block self-stretch justify-start text-Text-prominent text-base font-Gotham_medium leading-snug; */
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
  align-self: stretch;
  border-radius: 0.5rem;
  padding: 0.75em;
}

.bottom-header-links nav .box-create-new a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bottom-header-links nav .box-create-new a .into-btn {
  justify-content: flex-start;
  font-family: Gotham-Medium;
  font-size: 1.0666666em;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.logged-page .main-content.no-padding-top-bottom {
  padding-top: 0px;
  padding-bottom: 0px;
}

.bg-img-auto {
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-img-auto-left {
  background-size: auto;
  background-position: .7em;
  background-repeat: no-repeat;
}

.bg-img-auto-right {
  background-size: auto;
  background-position: right 0.75em center;
  background-repeat: no-repeat;
}

.bg-img-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sidebar-nav-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: .5em;
  align-self: stretch;
  padding-bottom: 0.5em;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.sidebar-nav-menu.show {
  max-height: 500px;
  /* Ajusta segÃºn el contenido */
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#sidebar-my-club-menu {
  border-top: solid 1px #EBEEF1;
  padding-top: 20px;
}

.sidebar-nav-menu a.NavItemBase {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  align-self: stretch;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.sidebar-nav-menu a.NavItemBase:last-child {
  margin-bottom: 10px;
}

.sidebar-nav-menu a.NavItemBase .Content {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75em;
}

.sidebar-nav-menu a.NavItemBase .Content .Text {
  justify-content: flex-start;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.sidebar-nav-menu a.NavItemBase .Content .Text:hover {
  color: var(--color-primary);
}

.sidebar-nav-menu a.NavItemBase.active,
.sidebar-nav-menu a.NavItemBase.selected {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  align-self: stretch;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/* .sidebar-nav-menu a.NavItemBase.active::before,
.sidebar-nav-menu a.NavItemBase.selected::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 3px;
    border-radius: 999px;
    background: var(--color-primary-500);
} */

.sidebar-nav-menu a.NavItemBase.active .Content .Text,
.sidebar-nav-menu a.NavItemBase.selected .Content .Text {
  justify-content: flex-start;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1;
  color: var(--color-primary-600);
}

.box-row-input {
  display: inline-flex;
  min-height: 41.94px;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2em;
  align-self: stretch;
}

.box-row-input.hidden {
  display: none;
}

.box-row-input label {
  display: block;
  width: 18rem;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.box-row-input label .second-line-regular {
  margin-top: 0.25em;
  font-family: Gotham-Book;
}

.box-row-input .box-item-input {
  display: flex;
  width: 512px;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5em;
}

.box-row-input .box-item-input input {
  display: block;
  width: 100%;
  align-self: stretch;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.875em;
  padding-right: 0.875em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-size: 1.0666666em;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #e5e7eb;
}

body.logged-page.my-account-page .main-content-centered.box-row-input .box-item-input input,
body.logged-page.my-club-page .main-content-centered.box-row-input .box-item-input input {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.box-row-input .box-item-input input {
    width: 100%;
  }
}

.box-row-input .box-item-input input.form-checkbox {
  height: 1em;
  width: 1em;
}

.box-row-input label.label-checkbox {
  display: flex;
}

.sidebar-nav-menu.hidden,
.box-row-input .box-item-input input.hidden {
  display: none
}

body.logged-page select,
.box-row-input .box-item-input select {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.875em;
  padding-right: 0.875em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-size: 1.0666666em;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #e5e7eb;
}

body.logged-page .InputWithLabel select {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

body.logged-page .InputWithLabel select option,
body.logged-page select option,
.cv-web-design-2024 body.logged-page select option {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

body.logged-page .session_filters select {
  border-style: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

body.logged-page .session_filters .filters-row-secondary select {
  max-width: 140px;
  cursor: pointer;
  background-color: transparent;
  padding-right: 0.5em;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

body.logged-page .session_filters select option {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body.logged-page .session_filters select option:checked,
body.logged-page .session_filters select option:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body.logged-page section h2 {
  justify-content: flex-start;
  align-self: stretch;
  font-family: Gotham-Medium;
  font-size: 1.0666666em;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

body.logged-page section h2.heading-5xl-Text-prominent {
  justify-content: flex-start;
  align-self: stretch;
  font-family: Gotham-Medium;
  font-size: 2em;
  font-weight: 350;
  line-height: 1.2666666em;
  letter-spacing: -0.02em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  body.logged-page section h2.heading-5xl-Text-prominent {
    font-size: 3.2em;
    line-height: 1.25em;
    letter-spacing: -0.04em;
  }
}

.hide {
  display: none;
}

.btn-side-group-menu {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  align-self: stretch;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.btn-side-group-menu .chevron-icon {
  position: relative;
  height: 1em;
  width: 1em;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../../templates/en/img2024/chevron-down.svg');
}

.btn-side-group-menu.opened .chevron-icon {
  position: relative;
  height: 1em;
  width: 1em;
  overflow: hidden;
  background-image: url('../../templates/en/img2024/chevron-up-grey.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pagination-controls {
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
}

.btn-page-previous {
  display: flex;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  overflow: hidden;
  border-radius: 0.5rem;
  padding-right: 0.875em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #DDDFE3;
  background-size: auto;
  background-position: .7em;
  background-repeat: no-repeat;
  background-image: url('../../templates/en/img2024/arrow-narrow-left.svg');
}

.btn-page-previous:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .btn-page-previous {
    padding-left: 2.5em;
  }
}

.Pagination a.Button.disabled,
.Pagination a.Button.disabled:hover {
  opacity: .4;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-page-next {
  display: flex;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  overflow: hidden;
  border-radius: 0.5rem;
  padding-left: 0.875em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 1.5em;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #DDDFE3;
  background-size: auto;
  background-position: right 0.75em center;
  background-repeat: no-repeat;
  background-image: url('../../templates/en/img2024/arrow-narrow-right.svg');
}

@media (min-width: 768px) {
  .btn-page-next {
    padding-right: 2.5em;
  }
}

.label-tx {
  display: none;
}

.box-row-input.label-tx {
  display: none;
}

.sidebar-nav-menu.label-tx,
.box-row-input .box-item-input input.label-tx {
  display: none
}

.load-container.label-tx {
  display: none;
}

@media (min-width: 768px) {
  .label-tx {
    display: block;
  }
}

.pagination-number {
  position: relative;
  display: flex;
  height: 2.5em;
  width: 2.5em;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.5rem;
}

.pagination-number:hover {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.pagination-number.selected {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.SessionCard:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.ssp-builder-card-details dt,
.drill-card dt,
.SessionCard dt {
  font-family: Gotham-Book;
  text-transform: uppercase;
  font-size: 10.5px;
}

.ssp-builder-card-details dd,
.drill-card dd,
.SessionCard dd {
  font-family: Gotham-Medium;
}

.table-data-list th {
  border-bottom-width: 1px;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  text-align: left;
  font-family: Gotham-Medium;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}


*.table-data-list th {
  text-align:left;
}

.table-data-list td {
  height: 3.33em;
  white-space: nowrap;
  padding: 0.5em;
  font-family: Gotham-Book;
  font-size: 0.933333em;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.table-data-list .row-data-item .open-link {
  background-color: white;
}

.table-data-list .row-data-item a {
  color: #008d42;
}

.table-data-list .row-data-item a:hover {
  color: #005d2c;
}

.table-data-list .row-data-item a.Button:hover,
.Pagination a.Button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  outline-color: #aaa !important;
}

.table-data-list .row-data-item {
  height: 50px;
  box-sizing: border-box;
}

.table-data-list .row-data-item:hover {
  background-color: #efefef;
}

.table-data-list .col-date-time {
  width: 13rem;
}

.table-data-list .col-subject {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-data-list .col-to {
  width: 250px;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-data-list .col-from {
  width: 250px;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-data-list .col-view {
  width: 70px;
  white-space: nowrap;
  padding: 0.5em;
  text-align: right;
}


*.table-data-list .col-view {
  text-align:right;
}

.table-data-list .col-given-name,
.table-data-list .col-family-name {
  width: 200px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 960px) {
  .table-data-list .col-given-name,
.table-data-list .col-family-name {
    width: 350px;
    max-width: 350px;
  }
}

.table-data-list .col-count-private,
.table-data-list .col-count-club,
.table-data-list .col-count-public,
.table-data-list .col-count-club,
.table-data-list .col-count-curric {
  width: 6em;
  min-width: 6em;
  white-space: nowrap;
  padding-right: 1em;
  text-align: right;
}


*.table-data-list .col-count-private,
*
.table-data-list .col-count-club,
*
.table-data-list .col-count-public,
*
.table-data-list .col-count-club,
*
.table-data-list .col-count-curric {
  text-align:right;
}

.table-data-list .col-count-total {
  width: 8em;
  min-width: 8em;
  white-space: nowrap;
  padding: 0.5em;
  padding-right: 1em;
  text-align: right;
}


*.table-data-list .col-count-total {
  text-align:right;
}

.PaginationNumbers a:hover {
  background-color: #f5f5f5 !important;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
}

.disabled {
  opacity: .5;
  pointer-events: none;
}

.ellipsis-menu {
  position: absolute;
  z-index: 40;
  max-height: 50vh;
  overflow: auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
  border-radius: .5rem;
}

.ellipsis-backdrop {
  position: fixed;
  inset: 0;
  background: transparent;
  z-index: 30;
}

@media (min-width: 1280px) {
  body.logged-page .container_12,
    body.logged-page div.container_12.clearfix.content {
    width: 100% !important;
  }
}

body.logged-page .sessions_list {
  margin-top: 0px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

body.logged-page .sessions_list .session_type {
  flex: 0 0 210px;
  /* no crece, no encoge, base 210px */
  width: 210px;
  float: none;
}

.sessions-list-area>*:last-child {
  border-top: solid 1px #E5E7EB;
  /* gris claro */
}

body.logged-page .sessions_list .sessions {
  flex: 1 1 auto;
  /* ocupa el espacio restante */
  min-width: 0;
  /* evita overflow horizontal con contenido largo */
  float: none;
}

body.logged-page .sessions .session {
  clear: both;
}

.btn-list-display-type {
  height: 30px;
  width: 60px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.logged-page .sessions.display-grid .btn-list-display-type {
  background-image: url(../../common/icons/icon-grid-selected.svg);
}

body.logged-page .sessions.display-grid .btn-list-display-type:hover {
  background-image: url(../../common/icons/icon-grid-selected-hover.svg);
}

body.logged-page .sessions.display-list .btn-list-display-type {
  background-image: url(../../common/icons/icon-list-selected.svg);
}

body.logged-page .sessions.display-list .btn-list-display-type:hover {
  background-image: url(../../common/icons/icon-list-selected-hover.svg);
}

body.logged-page .sessions.display-grid .list-sessions {
  display: grid;
  flex: 1 1 0%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25em;
  padding: 1.25em;
}

@media (min-width: 640px) {
  body.logged-page .sessions.display-grid .list-sessions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  body.logged-page .sessions.display-grid .list-sessions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

body.logged-page .sessions.display-list .list-sessions {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1.25em;
  padding: 1.25em;
}

body.logged-page.sessions-page .sessions .list-sessions {
  border-style: none;
  padding: 0px;
  padding-bottom: 1.25em;
}

body.logged-page.sessions-page .sessions_list {
  border-style: none;
}

body.logged-page.club-sessions-page .sessions_list {
  border: none;
  border-radius: 0;
}

body.logged-page.club-sessions-page #sessions-list-area.display-grid .list-sessions,
body.logged-page.club-sessions-page #sessions-list-area.display-list .list-sessions {
  padding: 0;
}

body.logged-page.my-account-page[data-page="page-public-profile"] #sessions-list-area.display-grid .list-sessions,
body.logged-page.my-account-page[data-page="page-public-profile"] #sessions-list-area.display-list .list-sessions {
  padding: 0;
  border: none;
}

/* .session-card {
    @apply flex-1 border border-gray-200 hover:border-gray-400 inline-flex flex-col justify-start items-start overflow-hidden;
} */

body.logged-page .sessions .session-card {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity));
  border-width: 1px;
  border-style: solid;
}

body.logged-page .sessions .session-card:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

body.logged-page .sessions.display-grid .session-card {
  flex-direction: column;
}

body.logged-page .sessions.display-list .session-card {
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 768px) {
  body.logged-page .sessions.display-list .session-card {
    flex-direction: row;
  }
}

body.logged-page .sessions .session-card .link-image {
  display: block;
  overflow: hidden;
}

body.logged-page .sessions.display-grid .session-card .link-image {
  aspect-ratio: 17/10;
}

body.logged-page .sessions.display-list .session-card .link-image {
  margin: 0px;
  aspect-ratio: 17/10;
  width: 100%;
  flex-shrink: 0;
  border-radius: 0px;
}

@media (min-width: 768px) {
  body.logged-page .sessions.display-list .session-card .link-image {
    margin: 1em;
    width: 300px;
    border-radius: 0.5rem;
  }
}

body.logged-page .sessions .session-card .session-info {
  margin-top: 0.25em;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.375em;
  width: 100%;
}

/* Keep media icons pinned to the bottom area of every session card */

body.logged-page .sessions .session-card .session_icons {
  margin-top: auto;
}

body.logged-page .sessions.display-list .session-card .card-info {
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.5em;
  padding: 1em;
}

body.logged-page .sessions .session-card dl.grid-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  font-size: 0.933333em;
}

body.logged-page .sessions.display-grid .session-card dl.grid-info,
body.logged-page .sessions.display-grid .session-card dl.info-category,
body.logged-page .sessions.display-grid .session-card dl.info-description {
  display: none;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 0.5em;
}

body.box-row-input.logged-page .sessions.display-grid .session-card dl.grid-info,
body.box-row-input.logged-page .sessions.display-grid .session-card dl.info-category,
body.box-row-input.logged-page .sessions.display-grid .session-card dl.info-description {
  display: none;
}

body.sidebar-nav-menu.logged-page .sessions.display-grid .session-card dl.grid-info,
.box-row-input .box-item-input inputbody.logged-page .sessions.display-grid .session-card dl.grid-info,
body.sidebar-nav-menu.logged-page .sessions.display-grid .session-card dl.info-category,
.box-row-input .box-item-input input
body.logged-page .sessions.display-grid .session-card dl.info-category,
body.sidebar-nav-menu.logged-page .sessions.display-grid .session-card dl.info-description,
.box-row-input .box-item-input input
body.logged-page .sessions.display-grid .session-card dl.info-description {
  display: none
}

body.load-container.logged-page .sessions.display-grid .session-card dl.grid-info,
body.load-container.logged-page .sessions.display-grid .session-card dl.info-category,
body.load-container.logged-page .sessions.display-grid .session-card dl.info-description {
  display: none;
}

body.logged-page .sessions.display-list .session-card dl.grid-info {
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
  row-gap: 0.25em;
}

body.logged-page .ssp-builder-card-details .dl-pair-dt-dd,
body.logged-page .drill-card dl .dl-pair-dt-dd,
body.logged-page .sessions .session-card dl .dl-pair-dt-dd {
  display: flex;
}

body.logged-page .sessions.display-grid .session-card dl .dl-pair-dt-dd {
  flex-direction: column;
  justify-content: flex-start;
  gap: 0px;
}

body.logged-page .ssp-builder-card-details .dl-pair-dt-dd,
body.logged-page .sessions.display-list .session-card dl .dl-pair-dt-dd {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5em;
}

body.logged-page .sessions.display-list .session-card dl .dl-pair-dt-dd dt {
  padding-top: .25em;
}

body.logged-page .sessions_type_tab li,
.session-type-btns {
  float: none;
  display: flex;
  height: auto;
  width: auto;
  min-width: 0px;
  max-width: none;
  flex: 1 1 0%;
  flex-basis: 0px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0px;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

@media (min-width: 768px) {
  body.logged-page .sessions_type_tab li,
.session-type-btns {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  body.logged-page .sessions_type_tab li,
.session-type-btns {
    height: 45px;
  }
}

body.logged-page .sessions_type_tab li,
.session-type-btns {
  /* box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.5); */
}

body.logged-page .sessions_type_tab li a {
  font-weight: bold;
}

body.logged-page .session_builder_btns a {
  border-radius: 0.5rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 16px;
}

body.logged-page .session_builder_btns a:hover {
  background: #F3F4F6;
}

body.logged-page .sessions_list {
  background: #FFFFFF;
}

.filter-label-input {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-family: Gotham-Book;
}

.filter-label-input label {
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  width: 67px;
  min-width: 67px;
  box-sizing: border-box;
  font-weight: normal;
}

.filter-label-input button.pseudo-select-btn.filter-select,
.filter-label-input input,
.filter-label-input select,
.new_breadcrumb_tabs .filter-label-input input[type="text"] {
  width: 170px;
  min-width: 170px;
  padding: 0.25em;
  font-size: 0.933333em;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .filter-label-input button.pseudo-select-btn.filter-select,
.filter-label-input input,
.filter-label-input select,
.new_breadcrumb_tabs .filter-label-input input[type="text"] {
    width: 140px;
    min-width: 140px;
  }
}

@media (min-width: 900px) {
  .filter-label-input button.pseudo-select-btn.filter-select,
.filter-label-input input,
.filter-label-input select,
.new_breadcrumb_tabs .filter-label-input input[type="text"] {
    width: 170px;
    min-width: 170px;
  }
}

.filter-label-input button.pseudo-select-btn.filter-select,
.filter-label-input input,
.filter-label-input select,
.new_breadcrumb_tabs .filter-label-input input[type="text"] {
  box-sizing: border-box;
  border-radius: .3em;
  color: #555555;
  background-image: linear-gradient(to bottom, #fefefe 0%, #ededed 25%, #ededed 75%, #dddddd 100%);
}

.filter-label-input button.pseudo-select-btn.filter-select {
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

body.logged-page .bg-chevron,
body.logged-page .filter-label-input button.pseudo-select-btn .bg-chevron {
  padding: 0px;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.5em;
  padding-right: 2em;
}

.filter-label-input button.pseudo-select-btn.filter-select span.into-btn {
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 0.933333em;
}

.new_breadcrumb_tabs .filter-label-input input[type="text"] {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.filter-label-input .combo-input-button {
  display: flex;
  width: 170px;
  min-width: 170px;
  flex-direction: row;
  gap: 0.5em;
}

@media (min-width: 768px) {
  .filter-label-input .combo-input-button {
    width: 140px;
    min-width: 140px;
  }
}

@media (min-width: 900px) {
  .filter-label-input .combo-input-button {
    width: 170px;
    min-width: 170px;
  }
}

.filter-label-input .combo-input-button input[type="text"] {
  display: block;
  height: auto;
  min-width: 0px;
  flex: 1 1 0%;
  padding: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.filter-label-input .combo-input-button button {
  display: block;
  height: auto;
  flex-shrink: 0;
  padding: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

body.logged-page .session_builder_btns a.btn-primary {
  height: auto;
  border-radius: 0.5rem;
  background-color: var(--color-primary-600);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-size: 0.933333em;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: var(--color-primary-600);
}

body.logged-page .session_builder_btns a.btn-primary:hover {
  background-color: var(--color-primary-700);
}

body.logged-page.extras-sessions .box-hierarchy-selector .box-library h3.folder-title {
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  line-height: 18px;
}

body.logged-page.extras-sessions .box-hierarchy-selector {
  width: 385px;
  max-width: 385px;
}

body.logged-page.my-club-page[data-page="page-curriculum-library"] .curriculum-library-shell {
  width: 100%;
  max-width: 976px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

body.logged-page.my-club-page[data-page="page-curriculum-library"] .box-all-libraries h3.folder-title {
  font-family: Gotham-Medium;
  font-size: 1.2em;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  font-weight: normal;
}

body.logged-page.my-club-page[data-page="page-curriculum-library"] .select-library-jumper-menu {
  width: 100%;
  min-width: 100%;
}

body.logged-page.my-club-page[data-page="page-curriculum-library"] .select-library-jumper-menu .custom-pseudoselect-menu-into {
  max-height: 400px;
}

body.logged-page.my-club-page[data-page="page-curriculum-library"] .select-library-jumper.pseudo-menu-open svg {
  transform: rotate(180deg);
}

body.logged-page.my-club-page[data-page="page-curriculum-library"] .library-jumper-option {
  --library-jumper-level: 0;
  --library-jumper-depth: 0;
  position: relative;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #f3f4f6;
  cursor: pointer;
  font-family: Gotham-Book, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.15s ease-in-out;
  white-space: nowrap;
}

body.logged-page.my-club-page[data-page="page-curriculum-library"] .library-jumper-option:hover {
  background-color: #666666;
}

body.logged-page.my-club-page[data-page="page-curriculum-library"] .library-jumper-option.active {
  background-color: #4D9AEB;
  color: #ffffff;
  padding-left: 28px;
}

body.logged-page.my-club-page[data-page="page-curriculum-library"] .library-jumper-option.active::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 6px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translateY(-60%) rotate(45deg);
  z-index: 1;
}

body.logged-page.my-club-page[data-page="page-curriculum-library"] .library-jumper-option.is-tree-item {
  padding-left: calc(22px + (var(--library-jumper-depth) * 18px));
}

body.logged-page.my-club-page[data-page="page-curriculum-library"] .library-jumper-option.is-tree-item.active {
  padding-left: calc(34px + (var(--library-jumper-depth) * 18px));
}

body.logged-page.my-club-page[data-page="page-curriculum-library"] .library-jumper-branch {
  border-left: dotted 2px rgba(255, 255, 255, 0.4);
  bottom: 0;
  display: block;
  left: calc(14px + (var(--library-jumper-branch-level) * 18px));
  position: absolute;
  top: 0;
  width: 14px;
}

body.logged-page.my-club-page[data-page="page-curriculum-library"] .library-jumper-branch.is-current::after {
  border-top: dotted 2px rgba(255, 255, 255, 0.4);
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  width: 12px;
}

body.logged-page.my-club-page[data-page="page-curriculum-library"] .library-jumper-option-text {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}

.custom-secondary-select-btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25em;
  border-style: none;
  background-color: transparent;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.custom-secondary-select-btn:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.custom-secondary-select-btn.pseudo-menu-open svg,
.custom-pseudoselect-btn.pseudo-menu-open svg {
  transform: rotate(180deg);
}

.custom-pseudoselect-menu {
  position: absolute;
  top: calc(100% + 5px);
  left: 0px;
  z-index: 50;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity));
  border-width: 1px;
  border-style: solid;
}

body.logged-page.my-account-page .main-content-centered.custom-pseudoselect-menu,
body.logged-page.my-club-page .main-content-centered.custom-pseudoselect-menu {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.custom-pseudoselect-menu {
    width: 100%;
  }
}

.custom-pseudoselect-menu {
  scrollbar-width: thin;
  scrollbar-color: #8b8f92 #626260;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.custom-pseudoselect-menu-into {
  display: flex;
  max-height: 250px;
  flex-direction: column;
  gap: 0.25em;
  overflow-y: auto;
  padding: 0.375em;
}

.custom-pseudoselect-btn.open svg {
  transform: rotate(180deg);
}

.custom-pseudoselect-menu::-webkit-scrollbar {
  width: 10px;
}

.custom-pseudoselect-menu::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.custom-pseudoselect-menu::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

.custom-pseudoselect-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.pseudoselect-option {
  cursor: pointer;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  font-family: Gotham-Book;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pseudoselect-option:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}

.pseudoselect-option {
  position: relative;
  border-radius: 5px;
}

.pseudoselect-option.active {
  background-color: #4D9AEB !important;
  color: #FFFFFF;
}

.pseudoselect-option.active::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 6px;
  height: 10px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: translateY(-60%) rotate(45deg);
}

body.logged-page.session-page .out-library-selector,
body.logged-page.sessions-page .out-library-selector,
body.logged-page.view-session .out-library-selector,
.out-library-selector.qb-filter-libraries-list {
  min-width: 150px !important;
  border-radius: 10px !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6) !important;
  overflow: hidden;
}

/* Curriculum filter pseudo-select styling for logged-page sessions-page */

body.logged-page.session-page .out-library-selector .box-hierarchy-selector,
body.logged-page.sessions-page .out-library-selector .box-hierarchy-selector,
body.logged-page.view-session .out-library-selector .box-hierarchy-selector,
.out-library-selector.qb-filter-libraries-list .box-hierarchy-selector {
  background-color: #555555 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  padding: 6px !important;
  scrollbar-width: auto;
  scrollbar-color: #8b8f92 #626260;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08) !important;
}

.out-library-selector.qb-filter-libraries-list .box-hierarchy-selector {
  max-width: 518px;
}

body.logged-page.session-page .out-library-selector .box-hierarchy-selector::-webkit-scrollbar,
body.logged-page.sessions-page .out-library-selector .box-hierarchy-selector::-webkit-scrollbar,
body.logged-page.view-session .out-library-selector .box-hierarchy-selector::-webkit-scrollbar {
  width: 18px;
}

body.logged-page.session-page .out-library-selector .box-hierarchy-selector::-webkit-scrollbar-track,
body.logged-page.sessions-page .out-library-selector .box-hierarchy-selector::-webkit-scrollbar-track,
body.logged-page.view-session .out-library-selector .box-hierarchy-selector::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

body.logged-page.session-page .out-library-selector .box-hierarchy-selector::-webkit-scrollbar-thumb,
body.logged-page.sessions-page .out-library-selector .box-hierarchy-selector::-webkit-scrollbar-thumb,
body.logged-page.view-session .out-library-selector .box-hierarchy-selector::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

body.logged-page.session-page .out-library-selector .box-hierarchy-selector::-webkit-scrollbar-thumb:hover,
body.logged-page.sessions-page .out-library-selector .box-hierarchy-selector::-webkit-scrollbar-thumb:hover,
body.logged-page.view-session .out-library-selector .box-hierarchy-selector::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* Dotted connection lines in hierarchy */

body.logged-page.session-page .out-library-selector .box-hierarchy-selector .box-library .separa-subfolder .bottom-box,
body.logged-page.sessions-page .out-library-selector .box-hierarchy-selector .box-library .separa-subfolder .bottom-box,
body.logged-page.view-session .out-library-selector .box-hierarchy-selector .box-library .separa-subfolder .bottom-box,
.out-library-selector.qb-filter-libraries-list .box-hierarchy-selector .box-library .separa-subfolder .bottom-box {
  border-top: dotted 2px rgba(255, 255, 255, 0.4) !important;
}

body.logged-page.session-page .out-library-selector .box-hierarchy-selector .box-library>.subfolders>.line-connections,
body.logged-page.sessions-page .out-library-selector .box-hierarchy-selector .box-library>.subfolders>.line-connections,
body.logged-page.view-session .out-library-selector .box-hierarchy-selector .box-library>.subfolders>.line-connections,
.out-library-selector.qb-filter-libraries-list .box-hierarchy-selector .box-library>.subfolders>.line-connections {
  border-left: dotted 2px rgba(255, 255, 255, 0.4) !important;
}

/* Structural fix for nested items to span exactly available width without overflow */

body.logged-page.session-page .out-library-selector .box-hierarchy-selector .box-library .box-flex-separa>.box-into-library,
body.logged-page.sessions-page .out-library-selector .box-hierarchy-selector .box-library .box-flex-separa>.box-into-library,
body.logged-page.view-session .out-library-selector .box-hierarchy-selector .box-library .box-flex-separa>.box-into-library {
  width: auto !important;
  flex: 1;
  min-width: 0;
}

body.logged-page.session-page .out-library-selector .box-hierarchy-selector .box-library>.subfolders>.box-subfolders,
body.logged-page.sessions-page .out-library-selector .box-hierarchy-selector .box-library>.subfolders>.box-subfolders,
body.logged-page.view-session .out-library-selector .box-hierarchy-selector .box-library>.subfolders>.box-subfolders {
  flex: 1;
  min-width: 0;
}

/* Individual options */

body.logged-page.session-page .out-library-selector .box-hierarchy-selector .box-library-head,
body.logged-page.sessions-page .out-library-selector .box-hierarchy-selector .box-library-head,
body.logged-page.view-session .out-library-selector .box-hierarchy-selector .box-library-head,
.out-library-selector.qb-filter-libraries-list .box-hierarchy-selector .box-library-head {
  border-radius: 5px !important;
  padding: 3px 8px !important;
  background: transparent !important;
  transition: background-color 0.15s ease-in-out;
  position: relative;
  margin-bottom: 4px !important;
  margin-right: 8px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.logged-page.session-page .out-library-selector .box-hierarchy-selector .box-library-head:hover,
body.logged-page.sessions-page .out-library-selector .box-hierarchy-selector .box-library-head:hover,
body.logged-page.view-session .out-library-selector .box-hierarchy-selector .box-library-head:hover,
.out-library-selector.qb-filter-libraries-list .box-hierarchy-selector .box-library-head:hover {
  background-color: #666666 !important;
}

body.logged-page.session-page .out-library-selector .box-hierarchy-selector .box-library-head.title-group,
body.logged-page.sessions-page .out-library-selector .box-hierarchy-selector .box-library-head.title-group,
body.logged-page.view-session .out-library-selector .box-hierarchy-selector .box-library-head.title-group,
.out-library-selector.qb-filter-libraries-list .box-hierarchy-selector .box-library-head.title-group {
  background-color: #333333 !important;
}

body.logged-page.session-page .out-library-selector .box-hierarchy-selector h3.folder-title,
body.logged-page.sessions-page .out-library-selector .box-hierarchy-selector h3.folder-title,
body.logged-page.view-session .out-library-selector .box-hierarchy-selector h3.folder-title,
.out-library-selector.qb-filter-libraries-list .box-hierarchy-selector h3.folder-title {
  color: #d1d5db !important;
  font-family: 'Gotham-Book', sans-serif !important;
  font-size: 14px !important;
  padding: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  width: 100%;
}

/* Selected option */

body.logged-page.session-page .out-library-selector .box-hierarchy-selector .box-library.selected>*>*>.box-library-head,
body.logged-page.sessions-page .out-library-selector .box-hierarchy-selector .box-library.selected>*>*>.box-library-head,
body.logged-page.view-session .out-library-selector .box-hierarchy-selector .box-library.selected>*>*>.box-library-head,
.out-library-selector.qb-filter-libraries-list .box-hierarchy-selector .box-library.selected>*>*>.box-library-head {
  background-color: #4D9AEB !important;
  padding-left: 28px !important;
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: calc(100% - 18px) !important;
}

body.logged-page.session-page .out-library-selector .box-hierarchy-selector .box-library.selected>*>*>.box-library-head h3.folder-title,
body.logged-page.sessions-page .out-library-selector .box-hierarchy-selector .box-library.selected>*>*>.box-library-head h3.folder-title,
body.logged-page.view-session .out-library-selector .box-hierarchy-selector .box-library.selected>*>*>.box-library-head h3.folder-title,
.out-library-selector.qb-filter-libraries-list .box-hierarchy-selector .box-library.selected>*>*>.box-library-head h3.folder-title {
  color: #FFFFFF !important;
}

body.logged-page.session-page .out-library-selector .box-hierarchy-selector .box-library.selected>*>*>.box-library-head::before,
body.logged-page.sessions-page .out-library-selector .box-hierarchy-selector .box-library.selected>*>*>.box-library-head::before,
body.logged-page.view-session .out-library-selector .box-hierarchy-selector .box-library.selected>*>*>.box-library-head::before,
.out-library-selector.qb-filter-libraries-list .box-hierarchy-selector .box-library.selected>*>*>.box-library-head::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 6px;
  height: 10px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: translateY(-60%) rotate(45deg);
}

/* Loader */

body.logged-page .box-loader {
  width: 1.5em;
  height: 1.9em;
  margin-right: 1em;
  margin-left: .15em;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}

body.logged-page .loader.visible {
  display: block;
  opacity: 1;
}

/* .loader.search-loader.visible {
    opacity: 1;
    margin: 0 0 0 0;
    width: 1.25em;
    height: 1.25em;
}
.loader.icons.visible {
    display: inline-block;
    opacity: 1;
    margin: -.5em 0 0 1em;
} */

body.logged-page .loader {
  width: 1.5em;
  height: 1.5em;
  display: none;
  position: absolute;
  text-indent: -9999em;
  border-top: .3em solid rgba(158, 158, 158, .52);
  border-right: .3em solid rgba(158, 158, 158, .52);
  border-bottom: .3em solid rgba(158, 158, 158, .52);
  border-left: .3em solid #fff;
  transform: translateZ(0);
  animation: load8 .6s infinite linear;
}

/* .loader.options {
    display: block;
    position: relative;
} */

.loader,
.loader:after {
  border-radius: 50%;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btn-primary {
  height: 2.5em;
  border-radius: 0.5rem;
  background-color: var(--color-primary-600);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-size: 0.933333em;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: var(--color-primary-600);
}

.btn-primary:hover {
  background-color: var(--color-primary-700);
}

.btn-primary.go,
.btn-primary.edit {
  display: inline-block;
  height: auto;
  padding-top: 0.375em;
}

.btn-tertiary {
  height: 2.5em;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 1em;
  padding-right: 1em;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  outline-style: solid;
  outline-width: 1px;
  outline-color: #e5e7eb;
}

.btn-tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 238 241 / var(--tw-bg-opacity));
  outline-color: #d1d5db;
}

body.logged-page .header-centered {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

@media (min-width: 768px) {
  body.logged-page .header-centered {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (min-width: 1024px) {
  body.logged-page .header-centered {
    flex-direction: row;
  }
}

/* =======================================================
   LOGGED PAGE â€” full styles (no @apply w-full)
   ======================================================= */

/* --- Containers: full width like the second dropdown --- */

body.logged-page .box-sport,
body.logged-page .box-lang {
  /* Use raw CSS to avoid circular dependency */
  width: 100%;
}

body.logged-page .box-sport-into,
body.logged-page .box-lang-into {
  width: 100%;
  /* avoid @apply w-full */
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-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);
  border-width: 1px;
  border-style: solid;
}

/* Hover border like the second white dropdown */

body.logged-page .box-sport-into:hover,
body.logged-page .box-lang-into:hover {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

/* --- Closed items: your font + spacing rule (kept) --- */

body.logged-page .box-item-sport:not(.sport-opened .box-item-sport),
body.logged-page .box-item-lang:not(.lang-opened .box-item-lang) {
  font-family: Gotham-Book;
  padding: .625em .875em;
  /* same L/R as the reference second dropdown */
}

body.logged-page .box-item-sport,
body.logged-page .box-item-lang {
  display: none;
}

/* Closed rows: layout and text */

body.logged-page .box-item-sport.selected,
body.logged-page .box-item-lang.selected {
  width: 100%;
  /* replace @apply w-full */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75em;
  border-radius: 0.375rem;
}

/* Typography same size as reference */

body.logged-page .box-item-sport .sport-tx,
body.logged-page .box-item-lang .lang-tx {
  /* 16px, 24px line, regular (Gotham_book) */
  font-size: 1.0666666em;
  text-transform: capitalize;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(18 21 24 / var(--tw-text-opacity));
  font-weight: 400;
}

/* SPORT: no icon + remove gap */

body.logged-page .box-item-sport .icon-sport {
  display: none;
}

body.logged-page .box-item-sport .box-icon-text {
  gap: 0px;
}

/* Icon/text group alignment */

body.logged-page .box-item-lang .box-icon-text,
body.logged-page .box-item-sport .box-icon-text {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

/* ---------------- Chevron (closed) ----------------
   Match size to the second dropdown (20px) and center vertically
*/

body.logged-page .box-item-sport .open-icon img,
body.logged-page .box-item-lang .open-icon img {
  display: none;
}

/* hide original */

body.logged-page .box-item-sport .open-icon,
body.logged-page .box-item-lang .open-icon {
  display: flex;
  height: 1.25em;
  width: 1.25em;
  align-items: center;
  justify-content: center;
  align-self: center;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
  position: relative;
}

body.logged-page .box-item-sport .open-icon::after,
body.logged-page .box-item-lang .open-icon::after {
  content: "";
  width: 1.25rem;
  /* 20px to match the reference chevron */
  height: 1.25rem;
  background-color: currentColor;
  /* gray like reference */
  -webkit-mask: url(../../templates/en/img2024/chevron-white-down.svg) center / contain no-repeat;
  mask: url(../../templates/en/img2024/chevron-white-down.svg) center / contain no-repeat;
  display: block;
}

/* ---------------- Language icon (closed) ----------------
   Square, non-deforming, dark on white (inherits currentColor)
*/

body.logged-page .box-item-lang .box-icon-text {
  --tw-text-opacity: 1;
  color: rgb(18 21 24 / var(--tw-text-opacity));
}

body.logged-page .box-item-lang .icon-lang {
  background-image: none;
  -webkit-mask: url(../../templates/en/img2024/globe-01.svg) center / contain no-repeat;
  mask: url(../../templates/en/img2024/globe-01.svg) center / contain no-repeat;
  background-color: currentColor;
  display: block;
  aspect-ratio: 1 / 1;
  height: 1.25em;
  width: 1.25em;
  flex-shrink: 0;
}

@supports not ((-webkit-mask: url("")) or (mask: url(""))) {
  body.logged-page .box-item-lang .icon-lang {
    background-image: url(../../templates/en/img2024/globe-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* prevent deformation */
    filter: invert(1) brightness(0.2);
    /* darken white asset */
    display: block;
    aspect-ratio: 1 / 1;
    height: 1.25em;
    width: 1.25em;
    flex-shrink: 0;
  }
}

/* =======================================================
   OPENED LANGUAGE SUBMENU (green panel)
   ======================================================= */

/* Panel: stronger shadow + white border; tighter horizontal padding */

body.logged-page .box-sport.sport-opened .box-sport-into,
body.logged-page .box-lang.lang-opened .box-lang-into {
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: var(--color-primary);
  border-width: 1px;
  border-style: solid;
  /* strong, visible shadow */
  box-shadow: 0 10px 28px rgba(0, 0, 0, .22), 0 6px 12px rgba(0, 0, 0, .18);
  padding: .375rem .375rem;
  /* reduce left/right padding as requested */
}

/* Hide chevron in submenu rows */

body.logged-page .box-sport.sport-opened .box-item-sport .open-icon,
body.logged-page .box-sport.sport-opened .box-item-sport .open-icon img,
body.logged-page .box-lang.lang-opened .box-item-lang .open-icon,
body.logged-page .box-lang.lang-opened .box-item-lang .open-icon img {
  display: none;
}

/* Submenu rows: full width, centered vertically, compact padding */

body.logged-page .box-sport.sport-opened .box-item-sport,
body.logged-page .box-lang.lang-opened .box-item-lang {
  width: 100%;
  /* replace @apply w-full */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75em;
  border-radius: 0.375rem;
  font-family: Gotham-Book;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: .5rem .625rem;
  /* 8px TB, 10px LR, per capture 2 */
  opacity: .95;
}

/* Keep icon group aligned center */

body.logged-page .box-sport.sport-opened .box-item-sport .box-icon-text,
body.logged-page .box-lang.lang-opened .box-item-lang .box-icon-text {
  display: flex;
  align-items: center;
  gap: 0.5em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Icon white in submenu (inherits from parent) */

body.logged-page .box-lang.lang-opened .box-item-lang .icon-lang {
  background-image: none;
  -webkit-mask: url(../../templates/en/img2024/globe-01.svg) center / contain no-repeat;
  mask: url(../../templates/en/img2024/globe-01.svg) center / contain no-repeat;
  background-color: currentColor;
  display: block;
  aspect-ratio: 1 / 1;
  height: 1.25em;
  width: 1.25em;
  flex-shrink: 0;
}

@supports not ((-webkit-mask: url("")) or (mask: url(""))) {
  body.logged-page .box-lang.lang-opened .box-item-lang .icon-lang {
    background-image: url(../../templates/en/img2024/globe-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: none;
    /* keep it white */
  }
}

/* Text size equals closed state (same 16/24) */

body.logged-page .box-sport.sport-opened .box-item-sport .sport-tx,
body.logged-page .box-lang.lang-opened .box-item-lang .lang-tx {
  font-size: 1.0666666em;
  text-transform: capitalize;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 400;
  /* match closed Gotham-Book weight */
}

/* Selected row: full opacity */

body.logged-page .box-sport.sport-opened .box-item-sport.selected,
body.logged-page .box-lang.lang-opened .box-item-lang.selected {
  opacity: 1;
}

/* Hover: darker than base green for clear feedback; keep vertical centering */

body.logged-page .box-sport.sport-opened .box-item-sport:hover,
body.logged-page .box-lang.lang-opened .box-item-lang:hover {
  background: color-mix(in oklab, var(--color-primary) 82%, black);
  background-color: rgba(0, 0, 0, .12);
  /* fallback if no color-mix */
  cursor: pointer;
  opacity: 1;
}

/* Radio controls in green: white ring + white dot when selected */

body.logged-page .box-sport.sport-opened .box-item-sport .radio-btn,
body.logged-page .box-lang.lang-opened .box-item-lang .radio-btn {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

body.logged-page .box-sport.sport-opened .box-item-sport.selected .radio-btn .radio-btn-into,
body.logged-page .box-lang.lang-opened .box-item-lang.selected .radio-btn .radio-btn-into {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* Keep base visibility */

body.logged-page .sport-opened .box-item-sport,
body.logged-page .lang-opened .box-item-lang {
  display: flex;
}

/* --- Minor polish on white cards: keep text steady on hover --- */

body.logged-page.top-menu-opened .box-user-menu .box-item-sport .box-icon-text .sport-tx,
body.logged-page.top-menu-opened .box-user-menu .box-item-lang .box-icon-text .lang-tx {
  --tw-text-opacity: 1;
  color: rgb(18 21 24 / var(--tw-text-opacity));
}

body.logged-page .box-item-sport:hover .sport-tx,
body.logged-page .box-item-lang:hover .lang-tx {
  --tw-text-opacity: 1;
  color: rgb(18 21 24 / var(--tw-text-opacity));
}

.header-content .box-sport.sport-opened,
.header-content .box-lang.lang-opened {
  margin-top: 0;
}

/* view session */

body.logged-page h1.session-title {
  font-family: Gotham-Medium;
  font-size: 1.6em;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

body.logged-page main div#mainContainer.content {
  margin: 0px;
  padding: 0px;
}

body.logged-page main #mainContainer>.grid_12 {
  margin: 0px;
  padding: 0px;
}

body.logged-page div.club_banner,
body.logged-page div.club_banner.clearfix {
  margin: 0px;
  display: flex;
  align-items: stretch;
  gap: 1em;
  padding: 0px;
}

body.logged-page div.club_banner > img {
  height: 80px;
  width: 80px;
  flex-shrink: 0;
  border-radius: 0.75rem;
  padding: 12px;
  border: 1px solid #dddddd;
  background: #ffffff;
  -o-object-fit: contain;
     object-fit: contain;
}

body.logged-page div.club_banner div.name {
  margin-left: 0px;
  height: 80px;
  min-width: 0px;
  flex: 1 1 0%;
  border-radius: 0.75rem;
  padding: 16px 16px;
  width: auto;
  float: none;
}

body.logged-page div.club_banner div.name h2 {
  font-size: 16px;
  margin: 0 0 0 0;
  font-weight: 350;
}

body.logged-page div.club_banner div.name p {
  font-size: 14px;
  font-weight: 325;
}

body.logged-page div.progressions {
  border-radius: 0.75rem;
  padding: 1em;
}

body.logged-page.view-session div.progressions,
body.logged-page.view-match div.progressions {
  background: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 0;
}

body.logged-page .session_options {
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
}

@media (min-width: 768px) {
  body.logged-page .session_options {
    flex-direction: row;
  }
}

body.logged-page div.session_options div.sharing_options,
body.logged-page div.session_options div.view_options,
body.logged-page .session_options>* {
  float: none;
  display: flex;
}

body.logged-page div.session_options div.sharing_options,
body.logged-page div.session_options div.view_options {
  gap: 0.75em;
}

body.logged-page.view-session .box-session-contents {
  position: relative;
}

body.logged-page.view-session .session-owner-options.session-owner-options-top {
  position: absolute;
  right: 0;
  top: 8px;
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

body.logged-page div.session_options div.sharing_options {
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 900px) {
  body.logged-page div.session_options div.sharing_options {
    flex-direction: row;
  }
}

body.logged-page div.session_options .sharing_options>* {
  gap: 0.75em;
  white-space: nowrap;
  vertical-align: unset;
  display: flex;
}

body.logged-page div.session_options div.view_options {
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 768px) {
  body.logged-page div.session_options div.view_options {
    align-items: flex-end;
  }
}

@media (min-width: 900px) {
  body.logged-page div.session_options div.view_options {
    flex-direction: row;
  }
}

body.logged-page div.session_options .sharing-links,
body.logged-page div.session_options div.view_options .session-view-options,
body.logged-page div.session_options div.view_options .session-owner-options {
  position: relative;
  display: flex;
  gap: 0.5em;
}

body.logged-page a.grey_btn,
body.logged-page div.session_options a.grey_btn,
body.logged-page div.session_options button.grey_btn {
  border-radius: 0.375rem;
  color: #555555;
  background-image: linear-gradient(to bottom, #fefefe 0%, #ededed 25%, #ededed 75%, #dddddd 100%);
}

body.logged-page a.grey_btn:hover,
body.logged-page div.session_options a.grey_btn:hover,
body.logged-page div.session_options button.grey_btn:hover {
  color: #333333;
  background-image: linear-gradient(to bottom, #fefefe 0%, #e6e6e6 25%, #e6e6e6 75%, #c3c3c3 100%);
}

div.session_options div.view_options a {
  margin: 0 0 0 0 !important;
}

/* body.logged-page div.session_options button,
body.logged-page div.session_options a,
body.logged-page div.session_options a.grey_btn,
body.logged-page div.session_options .sharing-links a,
body.logged-page div.session_options .sharing-links a.grey_btn,
body.logged-page div.session_options div.view_options .btn-menu-clone,
body.logged-page div.session_options div.view_options a,
body.logged-page div.session_options div.view_options.session-view-options a,
body.logged-page div.session_options div.view_options.session-owner-options a {
    @apply rounded-md whitespace-nowrap block;
    margin-left: 0;
    padding: .32em .5em;
    min-width: 34px;
    min-height: 34px;
    font-size: 15px;
    height: auto;
    line-height: normal;
} */

body.logged-page div.session_options div.view_options a.green_btn.delete {
  background-size: cover;
}

body.viewer div.session_options #tw_fb_link2 a.btn-facebook-small,
body.viewer div.session_options #tw_fb_link2 a.btn-tw-x-small,
body.viewer div.session_options #tw_fb_link2 a.btn-link-session,
body.viewer div.session_options #tw_fb_link a.btn-facebook-small,
body.viewer div.session_options #tw_fb_link a.btn-tw-x-small,
body.viewer div.session_options #tw_fb_link a.btn-link-session,
body.viewer div.session_options #link_session_main {
  height: auto;
  width: auto;
  min-width: 34px;
  min-height: 34px;
  box-sizing: border-box;
  background: none;
  padding: 0 0 0 0;
}

.btn-regular,
a.btn-regular,
.btn-session-options {
  cursor: pointer;
}

/* Asegurar que los clics en el texto o iconos internos no bloqueen el evento del botón */

.btn-regular>*,
a.btn-regular>*,
.btn-session-options>* {
  pointer-events: none;
}

body.logged-page .btn-regular:hover,
body.logged-page a.btn-regular:hover,
.btn-session-options:hover,
body.logged-page div.session_options #tw_fb_link2 a.btn-facebook-small:hover,
body.logged-page div.session_options #tw_fb_link2 a.btn-tw-x-small:hover,
body.logged-page div.session_options #tw_fb_link2 a.btn-link-session:hover,
body.logged-page div.session_options #tw_fb_link a.btn-facebook-small:hover,
body.logged-page div.session_options #tw_fb_link a.btn-tw-x-small:hover,
body.logged-page div.session_options #tw_fb_link a.btn-link-session:hover,
body.logged-page div.session_options #link_session_main:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  outline-color: #d1d5db;
}

body.viewer #tw_fb_link2 a.btn-facebook-small .into-bg,
body.viewer #tw_fb_link2 a.btn-tw-x-small .into-bg,
body.viewer #tw_fb_link2 a.btn-link-session .into-bg,
body.viewer #tw_fb_link a.btn-facebook-small .into-bg,
body.viewer #tw_fb_link a.btn-tw-x-small .into-bg,
body.viewer #tw_fb_link a.btn-link-session .into-bg,
body.viewer #link_session_main .into-bg {
  background-position-x: 5px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  height: 100%;
  box-sizing: border-box;
  padding-left: 36px;
  padding-right: 0.875em;
  padding-top: 0;
  color: #555555;
}

body.viewer #tw_fb_link2 a.btn-facebook-small .into-bg,
body.viewer #tw_fb_link a.btn-facebook-small .into-bg {
  background-image: url(../../../common/social-media/logo-facebook-small.svg);
  background-size: auto 80%;
}

body.viewer #tw_fb_link2 a.btn-tw-x-small .into-bg,
body.viewer #tw_fb_link a.btn-tw-x-small .into-bg {
  background-image: url(../../../common/social-media/logo-x.svg);
  background-size: auto 65%;
  background-position-x: 7px;
  padding-left: 32px;
}

body.viewer #tw_fb_link2 a.btn-link-session .into-bg,
body.viewer #tw_fb_link a.btn-link-session .into-bg,
body.viewer #link_session_main .into-bg {
  background-image: url(../../common/icons/link-03.svg);
  background-size: auto 85%;
  background-position-x: 5px;
  padding-left: 38px;
}

/* Override legacy style.css rules that set #tw_fb_link social buttons as 24x24px icon-only.
   These more-specific selectors ensure owner buttons match non-owner (tw_fb_link2) appearance. */

body.logged-page.view-session #tw_fb_link a.btn-tw-x-small,
body.logged-page.view-session #tw_fb_link a.btn-facebook-small {
  width: auto;
  height: auto;
  min-width: 34px;
  min-height: 34px;
  display: inline-flex;
  background: none;
  background-image: none;
  box-shadow: none;
  border: none;
  padding: 0 0 0 0;
  box-sizing: border-box;
  border-radius: 0.5rem;
  vertical-align: middle;
}

body.logged-page.view-session #tw_fb_link a.btn-tw-x-small:hover,
body.logged-page.view-session #tw_fb_link a.btn-facebook-small:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  text-decoration: none;
}

body.logged-page div.session_options button.grey_btn:hover,
body.logged-page div.session_options a.grey_btn:hover,
body.logged-page div.session_options input.grey_btn:hover {
  border: 1px solid #9f9f9f;
  background-image: linear-gradient(to bottom, #fefefe 0%, #e6e6e6 25%, #e6e6e6 75%, #c3c3c3 100%);
}

body.logged-page div.session_options div.view_options a.green_btn.edit-page:hover {
  background: linear-gradient(to bottom, #a2b6c5 0%, #617685 25%, #465865 75%, #323b42 100%);
}

body.logged-page div.session_options div.view_options .btn-primary.edit-session:hover {
  background: linear-gradient(to bottom, #7fdcaf 0%, #18b86b 25%, #148c52 75%, #0f703f 100%);
}

body.logged-page div.session_options .box-label-input {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
}

body.logged-page .pseudo-select-btn,
body.logged-page .pseudo-select-btn.sharing-select {
  border: none;
  background: none;
  height: auto;
  width: auto;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline-style: solid;
  outline-width: 1px;
  outline-color: #e5e7eb;
}

body.logged-page .pseudo-select-btn:hover,
body.logged-page .pseudo-select-btn.sharing-select:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  outline-color: #d1d5db;
}

/* body.logged-page .pseudo-select-btn:hover,
body.logged-page .pseudo-select-btn.sharing-select:hover {
    @apply outline-Border-border-subtle-hover;
} */

body.logged-page button.pseudo-select-btn,
body.logged-page div.session_options button.pseudo-select-btn {
  margin: 0px;
  padding: 0px;
}

/* body.logged-page div.session_options .pseudo-select-btn {
    background-color: #e9e9e9 ;
}
body.logged-page div.session_options .pseudo-select-btn:hover {
    background-color: #dcdcdc;
    border: 1px solid #909090;
} */

body.logged-page .session-info .pseudo-select-btn {
  box-shadow: 1px 1px 5px #00000028;
}

body.logged-page .bg-chevron,
body.logged-page .pseudo-select-btn .bg-chevron {
  height: auto;
  border-radius: 0.375rem;
  padding-left: 0.75em;
  padding-right: 2em;
  padding-top: .4em;
  padding-bottom: .4em;
  background-image: url(../../common/icons/icon-chevron-555.svg);
  background-size: auto 18px;
  background-repeat: no-repeat;
  background-position: right 5px center;
}

body.logged-page *:hover .bg-chevron,
body.logged-page .pseudo-select-btn:hover .bg-chevron {
  background-image: url(../../common/icons/icon-chevron-333.svg);
}

body.logged-page .bg-chevron,
body.logged-page .session-info .pseudo-select-btn .bg-chevron {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.6em;
  padding-right: 1.85em;
  background-position: right 3px center;
}

body.logged-page .pseudo-select-btn .into-btn,
body.logged-page .pseudo-select-btn span.into-btn,
body.logged-page .pseudo-select-btn.sharing-select .into-btn body.logged-page .pseudo-select-btn.sharing-select span.into-btn {
  display: block;
  width: auto;
  font-size: 1.0666666em;
  font-size: 15px;
  color: #555;
}

body.logged-page .pseudo-select-btn:hover .into-btn,
body.logged-page .pseudo-select-btn:hover span.into-btn,
body.logged-page .pseudo-select-btn.sharing-select:hover .into-btn body.logged-page .pseudo-select-btn.sharing-select:hover span.into-btn {
  color: #333;
}

body.logged-page #linksharing_link {
  float: none;
  margin: 0px;
  box-sizing: border-box;
  display: block;
  padding: 0px;
  line-height: normal;
}

body.logged-page #linksharing_link a {
  display: block;
  white-space: nowrap;
  border-radius: 0.375rem;
  padding: .4em .5em .4em .5em;
  line-height: normal;
}

body.logged-page div.social_summary,
body.logged-page div.profile_summary {
  min-height: 0px;
  margin: 0 0 0 0;
  height: auto;
  padding: .6666em;
}

body.logged-page div.profile_summary {
  width: auto;
}

body.logged-page div.social_summary h2,
body.logged-page div.profile_summary h2 {
  width: auto;
  margin: 0 0 0 0;
  color: #444444;
}

body.logged-page div.social_summary h2 {
  margin-top: 0.25em;
}

body.logged-page div.profile_summary .box-image {
  height: auto;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 9999px;
  /* box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.35);
    border: solid 1px rgba(255, 255, 255, 1); */
  aspect-ratio: 1/1;
  width: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.logged-page div.social_summary .box-sharing-links {
  display: flex;
  gap: 0.5em;
}

body.logged-page div.social_summary .like_button {
  height: auto;
}

body.logged-page div.profile_summary dl .pair-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  color: #333333;
}

body.logged-page div.profile_summary dt {
  width: 6em;
  font-family: Gotham-Book;
  text-transform: uppercase;
  font-size: 10.5px;
}

body.logged-page div.profile_summary dd {
  font-family: Gotham-Medium;
}

body.logged-page .box-clone-menu {
  border-radius: 0.375rem;
  margin: 0 0 0 0;
  right: 0;
  top: 40px;
  transition: all .25s ease;
  width: auto;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0);
  border: solid 0px #FFFFFFAA;
  box-sizing: border-box;
}

body.logged-page .box-clone-menu.show {
  height: 115px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  border: solid 1px #FFFFFFAA;
}

body.logged-page .box-clone-menu .into-box {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  padding: .25em;
  padding-right: .3em;
}

body.logged-page .box-clone-menu a {
  margin: 0 0 0 0;
}

.cv-web-design-2024 body.logged-page div.social_summary {
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 0.75rem;
  width: 100%;
}

@media (min-width: 768px) {
  .cv-web-design-2024 body.logged-page div.social_summary {
    width: auto;
  }
}

body.logged-page div.profile_summary {
  min-width: 0px;
  flex: 1 1 0%;
}

body.logged-page .customConfirmBox,
body.logged-page .ssp_jquery_dialog {
  overflow: hidden;
  border-radius: 0.75rem;
}

body.logged-page .box-session-contents {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

body.logged-page .box-title-category {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

body.logged-page .box-title-category p {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  font-size: 14px;
}

body.logged-page .box-title-category p strong {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

body.logged-page .box-banner-club {
  display: flex;
  flex-direction: row;
  gap: 0.75em;
}

body.logged-page.view-session .progressions {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

body.logged-page.view-session .progressions>* {
  float: none;
}

body.logged-page.view-session .progressions .progression-box {
  float: none;
  display: flex;
  flex-direction: column;
}

@media (min-width: 960px) {
  body.logged-page.view-session .progressions .progression-box {
    flex-direction: row;
  }
}

body.logged-page.view-session .progressions .progression-box {
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 20px;
}

@media (min-width: 960px) {
  body.logged-page.view-session .progressions .progression-box.even {
    flex-direction: row-reverse;
  }
}

body.logged-page.viewer div.progressions div.odd div.image,
body.logged-page.viewer div.progressions div.odd div.flash_wrapper,
body.logged-page.viewer div.progressions div.flash_wrapper {
  float: none;
  width: 100%;
}

@media (min-width: 960px) {
  body.logged-page.viewer div.progressions div.odd div.image,
body.logged-page.viewer div.progressions div.odd div.flash_wrapper,
body.logged-page.viewer div.progressions div.flash_wrapper {
    width: 50%;
  }
}

body.logged-page.viewer div.progressions div.flash_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 6px;
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video,
body.logged-page.viewer div.progressions div.flash_wrapper .session_icons .box-icons-capture-download-video {
  display: inline-flex;
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video {
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons .box-icons-capture-download-video {
  align-items: center;
  justify-content: flex-end;
  gap: 0.75em;
  margin-left: auto;
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons .box-icons-capture-download-video span.save_img_right {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5em;
  float: none;
  display: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: auto;
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons .box-icons-capture-download-video span.save_img_right.show {
  float: none;
  display: inline-flex;
  padding: 8px 14px;
  border: 1px solid #D0D5DD;
  border-radius: 10px;
  background: #ffffff;
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons .box-icons-capture-download-video span.save_img_right .tx-help-button {
  display: block;
  width: auto;
  line-height: 18px;
  color: #98A2B3;
  white-space: nowrap;
  font-size: 16px;
  font-family: Gotham-Book;
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons .box-icons-capture-download-video span.save_img_right .btn-3d-pitch {
  margin: 0 0 0 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background-size: 20px 20px;
  background-position: center;
  box-shadow: none;
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons img {
  height: 32px;
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons img.session_icon_uploaded_image {
  width: 32px;
  height: 32px;
}

body.logged-page.viewer div.progressions img {
  background: transparent;
  margin: 0 0 0 0;
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons .video_player_icon {
  background-image: url(../../common/icons/icon-video-player.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 32px;
  border: none;
  margin: 0 0 0 0;
  padding: 0;
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons .video_player_icon.video_player_icon_YouTube {
  background-image: url(../../common/icons/icon-YouTube_black.svg);
}

.session_icons .video_player_icon_YouTube {
  background-image: url(../../common/icons/icon-YouTube_black.svg);
  width: auto;
  height: 23px;
  aspect-ratio: 40/32;
  background-repeat: no-repeat;
  background-position: center;
}

body.logged-page.viewer .ssp_tooltip_content {
  width: 150px;
}

body.logged-page.viewer .ssp_tooltip_content img {
  display: inline-block;
}

body.logged-page.viewer div.progressions div.comments {
  float: none;
  width: 100%;
  padding: 1em;
}

@media (min-width: 960px) {
  body.logged-page.viewer div.progressions div.comments {
    width: 50%;
  }
}

body.logged-page.viewer div.progressions div.comments {
  /* padding-left: 5px;
    padding-right: 5px;
    width: calc(50% - 10px);
    float: left; */
  white-space: normal;
}

/* View Session - dynamic comments redesign (CSS-only, no HTML changes) */

body.logged-page.view-session .progressions .progression-box .comments {
  color: #344054;
}

body.logged-page.view-session .progressions .progression-box .comments>.clear {
  display: none;
}

body.logged-page.view-session .progressions .progression-box .comments>h3 {
  margin: 0 0 16px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #EAECF0;
  color: #12B76A !important;
  font-family: Gotham-Medium;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.logged-page .progressions h3 {
  font-family: Gotham-Medium;
  font-size: 1.0666666em;
  color: var(--color-primary);
}

body.logged-page .progressions_desc p {
  margin-top: 8px;
}

body.logged-page .progressions h3,
body.logged-page.view-session .progressions .progression-box .comments>h3 .comments-title-text {
  flex: 1;
  min-width: 0;
  color: #12B76A !important;
  font-family: Gotham-Medium;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

body.logged-page.view-session .progressions .progression-box .comments>h3 .comments-time-badge,
body.logged-page:is(.view-session-edit, .view-match-edit) .comments-time-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  outline-style: solid;
  outline-width: 1px;
  outline-color: #e5e7eb;
  height: 28px;
  padding: 0 10px;
  font-family: Gotham-Medium;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}

body.logged-page.view-session .progressions .progression-box .comments p {
  margin: 0 0 10px 0;
  color: #344054;
  font-family: Gotham-Book;
  font-size: 14px;
  line-height: 22px;
}

body .comments b>p:only-child:not(:empty),
body .comments strong>p:only-child:not(:empty),
body.logged-page.view-session .progressions .progression-box .comments b>p:only-child:not(:empty),
body.logged-page.view-session .progressions .progression-box .comments strong>p:only-child:not(:empty),
body .comments p>b:only-child:not(:empty),
body .comments p>strong:only-child:not(:empty),
body.logged-page.view-session .progressions .progression-box .comments p>b:only-child:not(:empty) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 4px 0;
  color: #98A2B3;
  font-family: Gotham-Medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .comments b>p:only-child:not(:empty)::before,
body .comments strong>p:only-child:not(:empty)::before,
body.logged-page.view-session .progressions .progression-box .comments b>p:only-child:not(:empty)::before,
body.logged-page.view-session .progressions .progression-box .comments strong>p:only-child:not(:empty)::before,
body .comments p>b:only-child:not(:empty)::before,
body .comments p>strong:only-child:not(:empty)::before,
body.logged-page.view-session .progressions .progression-box .comments p>b:only-child:not(:empty)::before {
  content: "";
  display: block;
  width: 24px;
  height: 0;
  border-radius: 999px;
  border-top: 6px solid #12B76A;
  flex: 0 0 auto;
}

body .comments b>p:only-child:has(> b:only-child:not(:empty))::before,
body .comments b>p:only-child:has(> strong:only-child:not(:empty))::before,
body .comments strong>p:only-child:has(> b:only-child:not(:empty))::before,
body .comments strong>p:only-child:has(> strong:only-child:not(:empty))::before,
body .comments p:has(> b:only-child:not(:empty))::before,
body .comments p:has(> strong:only-child:not(:empty))::before,
body .comments b:has(> p > b:only-child:not(:empty))::before,
body .comments b:has(> p > strong:only-child:not(:empty))::before,
body .comments strong:has(> p > b:only-child:not(:empty))::before,
body .comments strong:has(> p > strong:only-child:not(:empty))::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  border: 0 !important;
  margin: 0 !important;
}

body.logged-page.view-session .progressions .progression-box .comments b>p:empty,
body.logged-page.view-session .progressions .progression-box .comments strong>p:empty,
body.logged-page.view-session .progressions .progression-box .comments p>b:empty,
body.logged-page.view-session .progressions .progression-box .comments p>strong:empty {
  display: none;
}

body.logged-page.view-session .progressions .progression-box .comments b p:not(:only-child),
body.logged-page.view-session .progressions .progression-box .comments strong p:not(:only-child),
body.logged-page.view-session .progressions .progression-box .comments p b:not(:only-child),
body.logged-page.view-session .progressions .progression-box .comments p strong:not(:only-child) {
  color: #101828;
  font-family: Gotham-Medium;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
}

body.logged-page.view-session .progressions .progression-box .comments ul {
  margin: 0 0 12px 0;
  padding-left: 20px;
}

body.logged-page.view-session .progressions .progression-box .comments ul li {
  margin: 0 0 8px 0;
  color: #344054;
  font-family: Gotham-Book;
  font-size: 14px;
  line-height: 22px;
  list-style: disc;
}

body.logged-page.view-session .progressions .progression-box .comments ul li:last-child {
  margin-bottom: 0;
}

body.logged-page.view-session .progressions .progression-box .comments ul li b {
  color: #101828;
  font-family: Gotham-Medium;
  font-weight: 500;
}

.no-wrap {
  white-space: nowrap;
}

body.logged-page.viewer .anim-help-content {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding: 0.5em;
}

body.logged-page.viewer .anim-help-content h5 {
  font-size: 1.2em;
  line-height: normal;
}

body.logged-page.viewer .anim-help-content .list-items-help {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding: 0.25em;
}

body.logged-page.viewer .anim-help-content .list-items-help .item-help {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75em;
}

body.logged-page.viewer .anim-help-content .list-items-help .item-help img {
  display: block;
  height: 1.25em;
  width: 1.25em;
}

body.logged-page.viewer .anim-help-content .list-items-help .item-help .item-concept {
  font-weight: bold;
}

body.logged-page .ui-tooltip.tooltip-session-anim,
body.logged-page .ui-tooltip.tooltip-session-anim.ui-widget.ui-widget-content,
body.logged-page .ui-tooltip.tooltip-session-anim.ui-corner-all {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

body.logged-page .ui-tooltip.tooltip-session-anim .ui-tooltip-content {
  padding: 0 !important;
}

body.logged-page .ui-tooltip.tooltip-session-anim .ssp_tooltip_content {
  position: relative;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  background: #121518;
  border-radius: 20px;
  padding: 14px 16px;
  color: #FFFFFF;
  font-family: Gotham-Book;
  line-height: 1.35;
}

body.logged-page .ui-tooltip.tooltip-session-anim .anim-help-content {
  padding: 0;
  gap: 10px;
}

body.logged-page .ui-tooltip.tooltip-session-anim .anim-help-content h5 {
  margin: 0;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  font-family: Gotham-Book;
  font-weight: 325;
}

body.logged-page .ui-tooltip.tooltip-session-anim .anim-help-content h5 strong {
  font-family: Gotham-Medium;
  font-weight: 500;
}

body.logged-page .ui-tooltip.tooltip-session-anim .anim-help-content .list-items-help {
  padding: 0;
  gap: 8px;
}

body.logged-page .ui-tooltip.tooltip-session-anim .anim-help-content .list-items-help .item-help {
  gap: 8px;
  align-items: center;
}

body.logged-page .ui-tooltip.tooltip-session-anim .anim-help-content .list-items-help .item-help img {
  width: 16px;
  height: 16px;
}

body.logged-page .ui-tooltip.tooltip-session-anim .anim-help-content .list-items-help .item-help .tx-help {
  font-family: Gotham-Book;
  font-size: 14px;
  line-height: 18px;
}

body.logged-page .ui-tooltip.tooltip-session-anim .anim-help-content .list-items-help .item-help .item-concept {
  font-family: Gotham-Medium;
  font-weight: 500;
}

body.logged-page.viewer div.progressions .use-video-session {
  width: 100%;
  height: 100%;
}

body.logged-page.viewer div.progressions div.flash {
  background: #ffffff;
  border: 1px solid #E2E2E2;
  padding: 4px;
  width: 100%;
  aspect-ratio: 440 / 262;
  height: auto;
  margin: 0 0 0 0;
}

body.logged-page.viewer .drill-card div.flash {
  background: #ffffff;
  /* border: 1px solid #E2E2E2;
    padding: 4px; */
  width: 100%;
  /* aspect-ratio: 440 / 262; */
  aspect-ratio: 633 / 388;
  height: auto;
  margin: 0 0 0 0;
}

body.logged-page.viewer .drill-card .color,
body.logged-page.viewer .color {
  /* width: calc(100% - 10px);    
    aspect-ratio: 434 / 255;*/
  width: 100%;
  aspect-ratio: 633 / 388;
  height: auto;
  left: auto;
  top: auto;
  position: relative;
}

body.logged-page.viewer .drill-card .color .box-progression-img,
body.logged-page.viewer .color .box-progression-img {
  width: 100%;
  /* aspect-ratio: 434 / 255; */
  aspect-ratio: 633 / 388;
  height: auto;
  left: auto;
  top: auto;
}

body.logged-page.viewer .drill-card div.sspviewer_container,
body.logged-page.viewer div.progressions div.sspviewer_container {
  width: 100% !important;
  height: auto !important;
  /* aspect-ratio: 434 / 255; */
  aspect-ratio: 633 / 388;
  z-index: 999;
  position: relative;
}

body.logged-page.viewer .drill-card div.flash img,
body.logged-page.viewer .drill-card .sspviewer_container canvas {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 100%;
  border: solid 2px transparent;
  box-sizing: border-box;
}

body.logged-page.viewer .lines-key-box {
  position: relative;
}

/* Custom utilities for multi-line text truncation (ellipsis) */

.line-clamp-2,
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}

/* * Custom media query to handle the 960px breakpoint.
    * This ensures the CSS matches the JavaScript logic perfectly,
    * avoiding conflicts with Tailwind's default breakpoints.
*/

.carousel-item {
  width: 50%;
}

@media (min-width: 960px) {
  .carousel-item {
    width: 33.333333%;
  }
}

body.logged-page h2.main-page-title {
  font-family: Gotham-Medium;
  font-size: 2em;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

body.logged-page h3.section-title {
  font-family: Gotham-Medium;
  font-size: 1.333333em;
  font-weight: 350;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

body.logged-page h4.sub-section-title {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

body.logged-page .box-sport,
body.logged-page .box-lang {
  display: flex;
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1024px) {
  body.logged-page .box-sport,
body.logged-page .box-lang {
    display: flex;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

body.logged-page .box-item-sport .radio-btn,
body.logged-page .box-item-lang .radio-btn {
  height: 1.25em;
  width: 1.25em;
}

body.logged-page .header-content .box-sport.sport-opened,
body.logged-page .header-content .box-lang.lang-opened {
  margin-top: 0;
  padding: 0 0 0 0;
}

body.logged-page .box-library.documents {
  height: 41px;
}

body.logged-page.sessions-page .box-library.documents {
  border-radius: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

body.logged-page .box-library.documents .box-library-head {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

body.logged-page .box-library.documents .box-library-head h3 {
  float: none;
  font-size: 1.2em;
  background-position: 10px 1px;
  padding-top: 1px;
  padding-bottom: 6px;
}

body.logged-page .box-library.documents .box-library-head .btn-openclose {
  min-width: 0px;
  flex: 1 1 0%;
  margin-left: 0;
  position: relative;
  background-position: center right 5px;
  opacity: .5;
}

body.logged-page .box-library.documents .box-library-head .btn-openclose:hover {
  opacity: 1;
}

body.logged-page .box-library.documents .box-library-head .clear {
  display: none;
}

body.logged-page .box-library.documents .col-header>div {
  font-size: 12px;
}

body.logged-page .box-library.documents .tb-documents .col-filename {
  box-sizing: border-box;
  width: calc(60% - 55px);
  white-space: normal;
}

@media (min-width: 768px) {
  body.logged-page .box-library.documents .tb-documents .col-filename {
    width: calc(60% - 115px);
  }
}

body.logged-page .box-library.documents .tb-documents .col-description {
  box-sizing: border-box;
  width: calc(40% - 55px);
  white-space: normal;
}

@media (min-width: 768px) {
  body.logged-page .box-library.documents .tb-documents .col-description {
    width: calc(40% - 115px);
  }
}

body.logged-page .box-library.documents .tb-documents .col-updated-date {
  box-sizing: border-box;
  width: 85px;
  min-width: 85px;
  max-width: 85px;
  white-space: normal;
}

@media (min-width: 768px) {
  body.logged-page .box-library.documents .tb-documents .col-updated-date {
    width: 145px;
    min-width: 145px;
    max-width: 145px;
  }
}

body.logged-page .box-library.documents .tb-documents .col-updated-date {
  margin: 0 5px 0 5px;
}

body.logged-page .box-library.documents .tb-documents .col-size-kb {
  box-sizing: border-box;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  margin: 0 5px 0 5px;
}

body.logged-page .tb-documents a {
  color: #17b668;
}

body.logged-page .tb-documents a:hover {
  text-decoration: underline;
}

body.logged-page.extras-sessions .box-library.documents .tb-documents .col-filename {
  width: calc(40% - 55px);
}

@media (min-width: 768px) {
  body.logged-page.extras-sessions .box-library.documents .tb-documents .col-filename {
    width: calc(40% - 76.6px);
  }
}

body.logged-page.extras-sessions .box-library.documents .tb-documents .col-libraryname,
body.logged-page.extras-sessions .box-library.documents .tb-documents .col-description {
  width: calc(30% - 55px);
}

@media (min-width: 768px) {
  body.logged-page.extras-sessions .box-library.documents .tb-documents .col-libraryname,
body.logged-page.extras-sessions .box-library.documents .tb-documents .col-description {
    width: calc(30% - 76.6px);
  }
}

body.logged-page.extras-sessions .box-library.documents .tb-documents .col-updated-date {
  width: 85px;
  min-width: 85px;
  max-width: 85px;
}

@media (min-width: 768px) {
  body.logged-page.extras-sessions .box-library.documents .tb-documents .col-updated-date {
    width: 145px;
    min-width: 145px;
    max-width: 145px;
  }
}

body.logged-page.extras-sessions .box-library.documents .tb-documents .col-size-kb {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}

body.logged-page.popup-drill .drill-info {
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
}

body.logged-page.popup-drill .drill-info-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
}

body.logged-page.popup-drill .drill-info .dl-pair-dt-dd,
body.logged-page .drill-card dl .dl-pair-dt-dd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;
}

*.display-none,
body.logged-page.popup-drill .drill-info .dl-pair-dt-dd.display-none,
body.logged-page .drill-card dl .dl-pair-dt-dd.display-none {
  display: none;
}

body.logged-page.popup-drill .drill-info .dl-pair-dt-dd dt {
  padding-top: 0px;
  font-weight: 400;
}

body.logged-page.popup-drill .drill-info .drill-title {
  font-size: 1.333333em;
}

body.logged-page.popup-drill .drill-info .drill-comments {
  margin-top: 0.25em;
  font-family: Gotham-Book;
}

/* Popup Drill - match View Session comments styles */

body.logged-page.popup-drill .drill-info .drill-comments {
  color: #344054;
}

body.logged-page.popup-drill .drill-info .drill-comments>.clear {
  display: none;
}

body.logged-page.popup-drill .drill-info .drill-comments>h3 {
  margin: 0 0 16px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #EAECF0;
  color: #12B76A !important;
  font-family: Gotham-Medium;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.logged-page.popup-drill .drill-info .drill-comments>h3 .comments-title-text {
  flex: 1;
  min-width: 0;
  color: #12B76A !important;
  font-family: Gotham-Medium;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

body.logged-page.popup-drill .drill-info .drill-comments>h3 .comments-time-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background-color: rgb(250 251 252);
  color: rgb(75 85 99);
  outline-style: solid;
  outline-width: 1px;
  outline-color: #e5e7eb;
  height: 28px;
  padding: 0 10px;
  font-family: Gotham-Medium;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}

body.logged-page.popup-drill .drill-info .drill-comments p {
  margin: 0 0 10px 0;
  color: #344054;
  font-family: Gotham-Book;
  font-size: 14px;
  line-height: 22px;
}

body.logged-page.popup-drill .drill-info .drill-comments b>p:only-child:not(:empty),
body.logged-page.popup-drill .drill-info .drill-comments strong>p:only-child:not(:empty),
body.logged-page.popup-drill .drill-info .drill-comments p>b:only-child:not(:empty),
body.logged-page.popup-drill .drill-info .drill-comments p>strong:only-child:not(:empty),
body.logged-page.popup-drill .drill-info .drill-comments>b,
body.logged-page.popup-drill .drill-info .drill-comments>strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 4px 0;
  color: #98A2B3;
  font-family: Gotham-Medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.logged-page.popup-drill .drill-info .drill-comments b>p:only-child:not(:empty)::before,
body.logged-page.popup-drill .drill-info .drill-comments strong>p:only-child:not(:empty)::before,
body.logged-page.popup-drill .drill-info .drill-comments p>b:only-child:not(:empty)::before,
body.logged-page.popup-drill .drill-info .drill-comments p>strong:only-child:not(:empty)::before,
body.logged-page.popup-drill .drill-info .drill-comments>b::before,
body.logged-page.popup-drill .drill-info .drill-comments>strong::before {
  content: "";
  display: block;
  width: 24px;
  height: 0;
  border-radius: 999px;
  border-top: 6px solid #12B76A;
  flex: 0 0 auto;
}

body.logged-page.popup-drill .drill-info .drill-comments b>p:only-child:has(> b:only-child:not(:empty))::before,
body.logged-page.popup-drill .drill-info .drill-comments b>p:only-child:has(> strong:only-child:not(:empty))::before,
body.logged-page.popup-drill .drill-info .drill-comments strong>p:only-child:has(> b:only-child:not(:empty))::before,
body.logged-page.popup-drill .drill-info .drill-comments strong>p:only-child:has(> strong:only-child:not(:empty))::before,
body.logged-page.popup-drill .drill-info .drill-comments>b:has(> p:only-child > b:only-child:not(:empty))::before,
body.logged-page.popup-drill .drill-info .drill-comments>b:has(> p:only-child > strong:only-child:not(:empty))::before,
body.logged-page.popup-drill .drill-info .drill-comments>strong:has(> p:only-child > b:only-child:not(:empty))::before,
body.logged-page.popup-drill .drill-info .drill-comments>strong:has(> p:only-child > strong:only-child:not(:empty))::before {
  content: none;
  display: none;
}

body.logged-page.popup-drill .drill-info .drill-comments b>p:empty,
body.logged-page.popup-drill .drill-info .drill-comments strong>p:empty,
body.logged-page.popup-drill .drill-info .drill-comments p>b:empty,
body.logged-page.popup-drill .drill-info .drill-comments p>strong:empty {
  display: none;
}

body.logged-page.popup-drill .drill-info .drill-comments b p:not(:only-child),
body.logged-page.popup-drill .drill-info .drill-comments strong p:not(:only-child),
body.logged-page.popup-drill .drill-info .drill-comments p b:not(:only-child),
body.logged-page.popup-drill .drill-info .drill-comments p strong:not(:only-child),
body.logged-page.popup-drill .drill-info .drill-comments ul li b,
body.logged-page.popup-drill .drill-info .drill-comments ul li strong {
  color: #101828;
  font-family: Gotham-Medium;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
}

body.logged-page.popup-drill .drill-info .drill-comments ul {
  margin: 0 0 12px 0;
  padding-left: 20px;
}

body.logged-page.popup-drill .drill-info .drill-comments ul li {
  margin: 0 0 8px 0;
  color: #344054;
  font-family: Gotham-Book;
  font-size: 14px;
  line-height: 22px;
  list-style: disc;
}

body.logged-page.popup-drill .drill-info .drill-comments ul li:last-child {
  margin-bottom: 0;
}

body.logged-page.popup-drill .sspviewer_container {
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

body.logged-page.popup-drill .sspviewer_container.to-hide {
  opacity: 0;
}

body.logged-page.popup-drill .out-buttons3d-box {
  margin-top: 0 !important;
  bottom: 0;
}

.box-interests {
  display: inline-flex;
  max-height: 105px;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75em;
  align-self: stretch;
  overflow-y: auto;
  overflow-x: visible;
}

body.logged-page.view-session .team_list .team_num {
  width: 30px;
  text-align: center;
  overflow: hidden;
}

body.logged-page.view-session .team_list .team_name {
  width: auto;
  text-align: left;
  overflow: hidden;
  padding-left: 10px;
}

body.logged-page.view-session .team_list .team_pos {
  width: 120px;
  text-align: left;
  overflow: hidden;
}

body.logged-page.view-session .team_list .team_goal {
  width: 38px;
  text-align: center;
  overflow: hidden;
  /* padding-left: 20px;
	padding-right: 20px; */
  box-sizing: unset;
}

body.logged-page.view-session .team_list .team_time {
  width: 40px;
  /* width:120px; */
  text-align: right;
  overflow: hidden;
}

body.logged-page.view-session .team_sheet {
  border-radius: 10px;
  width: calc(50% - 15px);
}

body.logged-page.view-session .team_sheet.first {
  width: 50%;
}

body.logged-page.view-session .team_list h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

body.logged-page.view-session .team_list .team_sheet h3 {
  margin-bottom: 10px;
}

body.logged-page.my-account-page section h2,
body.logged-page.my-club-page section h2 {
  font-size: 1.2em !important;
}

.my-club-page h4 {
  font-size: 1.0666666em;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  font-weight: 600;
}

body.logged-page.my-club-page textarea {
  display: block;
  width: 100%;
  align-self: stretch;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.875em;
  padding-right: 0.875em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-size: 1.0666666em;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #e5e7eb;
}

body.logged-page .main-content-centered {
  background-color: #FFF;
}

/* 
body.logged-page #tab_match {
    background-color: #8F9BA4;
}

body.logged-page div.tab_match_content {
    background: #8F9BA4;
} */

button.quick-link,
body.logged-page .section-main-actions a.quick-link {
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(23 182 104 / var(--tw-border-opacity));
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Gotham-Medium;
  font-size: 14px;
  line-height: 18px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  border-width: 1px;
  border-style: solid;
}

button.quick-link:hover,
body.logged-page .section-main-actions a.quick-link:hover {
  background-color: rgb(23 182 104 / 0.05);
}

button.quick-link,
body.logged-page .section-main-actions a.quick-link {
  color: #17B668;
  font-weight: 350;
}

button.quick-link span,
body.logged-page .section-main-actions a.quick-link span {
  font-family: Gotham-Medium;
}

body.logged-page .section-main-actions a.quick-link.grey {
  --tw-border-opacity: 1;
  border-color: rgb(215 222 227 / var(--tw-border-opacity));
}

body.logged-page .section-main-actions a.quick-link.grey:hover {
  background-color: rgb(143 155 164 / 0.05);
}

body.logged-page .section-main-actions a.quick-link.grey {
  color:#8F9BA4;
}

body.logged-page .section-main-actions a.quick-link.btn-header {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

body.logged-page .section-main-actions a.quick-link svg {
  height: 1.25em;
  width: 1.25em;
  color: currentColor;
}

h1.logged-main-title {
  font-family: Gotham-Medium;
  font-size: 1.6em;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.section-interests {
  border-radius: 8px;
  border: 1px solid var(--Border-border-subtle, #EBEEF1);
}

body.logged-page .interests-header {
  background-image: url(../../common/icons/icon-info-circle.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 25px;
}

body.logged-page .interests-header:hover {
  background-image: url(../../common/icons/icon-info-circle-hover.svg);
}

body.logged-page .floating-viewer {
  background-color: #FFF;
  border: none;
}

@media (max-width: 639px) {
  body.logged-page.viewer .ui-dialog:has(#screen_details.drill-details-modal) {
    width: 85vw !important;
    max-width: 85vw !important;
    min-width: 0 !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    box-sizing: border-box;
  }

  body.logged-page.viewer .ui-dialog:has(#screen_details.drill-details-modal) .ui-dialog-content,
    body.logged-page.viewer #screen_details.drill-details-modal,
    body.logged-page.viewer #screen_details.drill-details-modal .drill-comments,
    body.logged-page.viewer #screen_details.drill-details-modal .progression-box,
    body.logged-page.viewer #screen_details.drill-details-modal .flash_wrapper,
    body.logged-page.viewer #screen_details.drill-details-modal .flash,
    body.logged-page.viewer #screen_details.drill-details-modal .color,
    body.logged-page.viewer #screen_details.drill-details-modal .box-progression-img,
    body.logged-page.viewer #screen_details.drill-details-modal .sspviewer_container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }
}

body.logged-page .floating-viewer #anim_icon {
  width: 23.5px;
  height: 23.5px;
  min-width: 23.5px;
  min-height: 23.5px;
  max-width: 23.5px;
  max-height: 23.5px;
}

body.logged-page .ssp_tooltip_content {
  background: #121518;
  color: #fff;
  border-radius: 20px;
  padding: 15px;
  font-size: 14px;
  line-height: 1.4;
  min-width: 300px;
  max-width: 300px;
  width: 300px;
  font-family: Gotham-Book;
}

body.logged-page .ui-tooltip,
body.logged-page .ui-tooltip.ui-widget.ui-widget-content,
body.logged-page .ui-tooltip.ui-corner-all {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

body.logged-page .section-map {
  background-color: #FFF;
}

.world-map-base-over-white {
  background-image: url(../../templates/en/img2024/contact/world-map-base-over-white.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

body.logged-page .content-page-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.5em;
}

@media (min-width: 768px) {
  body.logged-page .content-page-box {
    width: 100%;
  }
}

/* h3.big-title {
    @apply text-Text-prominent text-xl font-Gotham_medium font-[350] leading-[26px];
} */

/* =======================================================
   ANIMATIONS: CSS Fade-in for dynamic content
   ======================================================= */

@keyframes fadeInCard {
  /* from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); } */

  from {
    opacity: 0;
    transform: scale(.98);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Base class for session cards to start hidden */

.SessionCard.fade-in-initial {
  opacity: 0;
  /* optional: transition: opacity 1s ease-out; */
}

/* Class applied to trigger the animation */

.SessionCard.is-showing {
  animation: fadeInCard .6s ease-out forwards;
}

.results-box .box-actions-info {
  /*transition: opacity 1s ease-out; */
  animation: fadeInCard 1s ease-out forwards;
}

.among-of-drills {
  font-size: 1.25em;
}

/* @theme {
  --shadow-3xl: 0 35px 35px rgba(0, 0, 0, 0.25); 
  --inset-shadow-md: inset 0 2px 3px rgba(0, 0, 0, 0.25); 
} */

.bg-arrow-narrow-left {
  background-image: url('../../templates/en/img2024/arrow-narrow-left.svg');
}

.bg-arrow-narrow-right {
  background-image: url('../../templates/en/img2024/arrow-narrow-right.svg');
}

.bg-chevron-down {
  background-image: url('../../templates/en/img2024/chevron-down.svg');
}

.bg-chevron-right {
  background-image: url('../../templates/en/img2024/chevron-right.svg');
}

.bg-icon-upload {
  background-image: url('../../templates/en/img2024/icon-upload.svg');
}

.bg-user-01-grey-700 {
  background-image: url('../../templates/en/img2024/user-01-grey-700.svg');
}

.bg-users-01-grey-700 {
  background-image: url('../../templates/en/img2024/users-01-grey-700.svg');
}

.bg-cover {
  background-size: cover;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

/* Custom grid for session libraries */

.sessions-list-area.display-grid .list-sessions {
  display: grid;
  gap: 1.25em;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .sessions-list-area.display-grid .list-sessions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .sessions-list-area.display-grid .list-sessions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .sessions-list-area.display-grid .list-sessions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .sessions-list-area.display-grid .list-sessions {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.sessions-list-area.display-grid .list-sessions .SessionCard {
  width: 100%;
}

body.logged-page.my-account-page .main-content-centered.sessions-list-area.display-grid .list-sessions .SessionCard,
body.logged-page.my-club-page .main-content-centered.sessions-list-area.display-grid .list-sessions .SessionCard {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.sessions-list-area.display-grid .list-sessions .SessionCard {
    width: 100%;
  }
}

.sessions-list-area.display-list .list-sessions {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

body.logged-page.sessions-page a.grey_btn,
body.logged-page .session_builder_btns a.grey_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Gotham-Medium;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(51 63 71 / var(--tw-text-opacity));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #F3F4F6;
}

body.logged-page.sessions-page a.grey_btn:hover,
body.logged-page .session_builder_btns a.grey_btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 238 241 / var(--tw-bg-opacity));
}

body.logged-page.sessions-page a.grey_btn,
body.logged-page .session_builder_btns a.grey_btn {
  font-weight: 350;
  font-size: 14px;
  min-width: 150px;
  border: none;
  background-image: none !important;
}

body.logged-page.sessions-page a.grey_btn .branded-builder-tool,
body.logged-page .session_builder_btns a.grey_btn {
  font-weight: 350;
  font-size: 16px;
}

body.logged-page .session_builder_btns a.grey_btn {
  padding: 12px 20px;
}

body.logged-page.sessions-page a.grey_btn .branded-builder-tool {
  padding: 0 0 0 0;
}

body.logged-page.sessions-page a.grey_btn.session-builder-btn {
  outline-color: #e5e7eb;
}

body.logged-page.sessions-page a.grey_btn.session-builder-btn:hover {
  outline-color: #d1d5db;
}

body.logged-page .session_builder_btns span {
  font-weight: 350;
}

.branded-builder-tool .tm-word-1 {
  --tw-text-opacity: 1;
  color: rgb(51 63 71 / var(--tw-text-opacity));
}

.branded-builder-tool .tm-word-2 {
  color: var(--color-primary-500);
}

.logged-page .branded-builder-tool .sup {
  color: var(--color-primary-500);
  font-size: 100%;
  display: inline-block;
  transform: translateY(0);
  font-weight: 300;
  margin-left: 1px;
}

.logged-page .InputWithLabel textarea,
.logged-page .InputWithLabel input {
  color: rgb(75 85 99);
}

.logged-page .ui-state-default,
.logged-page .ui-widget-content .ui-state-default {
  border: none;
  background: none;
}

.logged-page .ui-dialog .ui-dialog-buttonpane button {
  margin: 0 0 0 0
}

.logged-page .ui-button-text-only .ui-button-text {
  padding: 0 0 0 0;
}

.logged-page .ui-dialog-buttonset {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 1em;
  padding: 1.5em;
}

.logged-page .btn-form.btn-cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #DDDFE3;
}

.Pagination a.logged-page .btn-form.btn-cancel.disabled,
.Pagination a.logged-page .btn-form.btn-cancel.disabled:hover {
  opacity: .4;
  cursor: not-allowed;
  pointer-events: none;
}

.table-data-list .row-data-item a.logged-page .btn-form.btn-cancel:hover,
.Pagination a.logged-page .btn-form.btn-cancel:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  outline-color: #aaa;
}

.logged-page .btn-form.btn-cancel:hover {
  outline-color: #cececeff;
}

.logged-page .btn-form.btn-cancel {
  background: #FFFFFF;
}

.logged-page .ui-state-default.btn-form.btn-submit,
.logged-page .ui-widget-content .ui-state-default.btn-form.btn-submit,
.logged-page .btn-form.btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 0px;
  background-color: var(--color-primary-600);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0px;
  padding-bottom: 0px;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: var(--color-primary-600);
}

.Pagination a.logged-page .ui-state-default.btn-form.btn-submit.disabled,
.Pagination a.logged-page .ui-state-default.btn-form.btn-submit.disabled:hover,.Pagination a
.logged-page .ui-widget-content .ui-state-default.btn-form.btn-submit.disabled,
.Pagination a
.logged-page .ui-widget-content .ui-state-default.btn-form.btn-submit.disabled:hover,.Pagination a
.logged-page .btn-form.btn-submit.disabled,
.Pagination a
.logged-page .btn-form.btn-submit.disabled:hover {
  opacity: .4;
  cursor: not-allowed;
  pointer-events: none;
}

.table-data-list .row-data-item a.logged-page .ui-state-default.btn-form.btn-submit:hover,
.Pagination a.logged-page .ui-state-default.btn-form.btn-submit:hover,.table-data-list .row-data-item a
.logged-page .ui-widget-content .ui-state-default.btn-form.btn-submit:hover,
.Pagination a
.logged-page .ui-widget-content .ui-state-default.btn-form.btn-submit:hover,.table-data-list .row-data-item a
.logged-page .btn-form.btn-submit:hover,
.Pagination a
.logged-page .btn-form.btn-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  outline-color: #aaa;
}

.logged-page .ui-state-default.btn-form.btn-submit:hover,
.logged-page .ui-widget-content .ui-state-default.btn-form.btn-submit:hover,
.logged-page .btn-form.btn-submit:hover {
  background-color: var(--color-primary-700);
}

.logged-page .ui-state-default.btn-form.btn-submit,
.logged-page .ui-widget-content .ui-state-default.btn-form.btn-submit,
.logged-page .btn-form.btn-submit {
  background: #139857;
}

.logged-page .btn-form.btn-cancel span.ui-button-text {
  justify-content: flex-start;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.sidebar-nav-menu a.NavItemBase .Content .logged-page .btn-form.btn-cancel span.ui-button-text {
  justify-content: flex-start;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.sidebar-nav-menu a.NavItemBase .Content .logged-page .btn-form.btn-cancel span.ui-button-text:hover {
  color: var(--color-primary);
}

.sidebar-nav-menu a.NavItemBase.active .Content .logged-page .btn-form.btn-cancel span.ui-button-text,
.sidebar-nav-menu a.NavItemBase.selected .Content .logged-page .btn-form.btn-cancel span.ui-button-text {
  justify-content: flex-start;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1;
  color: var(--color-primary-600);
}


.ssp-btn-submit .logged-page .btn-form.btn-cancel span.ui-button-text {
  color: #fff;
}

.logged-page .btn-form.btn-cancel span.ui-button-text:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.logged-page .btn-form.btn-submit span.ui-button-text {
  justify-content: flex-start;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-family: Gotham-Book;
  font-size: 1.0666666em;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sidebar-nav-menu a.NavItemBase .Content .logged-page .btn-form.btn-submit span.ui-button-text {
  justify-content: flex-start;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.sidebar-nav-menu a.NavItemBase .Content .logged-page .btn-form.btn-submit span.ui-button-text:hover {
  color: var(--color-primary);
}

.sidebar-nav-menu a.NavItemBase.active .Content .logged-page .btn-form.btn-submit span.ui-button-text,
.sidebar-nav-menu a.NavItemBase.selected .Content .logged-page .btn-form.btn-submit span.ui-button-text {
  justify-content: flex-start;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1;
  color: var(--color-primary-600);
}


.ssp-btn-submit .logged-page .btn-form.btn-submit span.ui-button-text {
  color: #fff;
}

.logged-page.view-session .modal_wrap.quick-clone-modal,
.logged-page.view-session .ssp_dialog_wrap,
.logged-page.logged-home .ssp_dialog_wrap {
  padding: 0 0 0 0;
}

.logged-page.logged-home .ui-widget input#ical_url {
  font-size: 13px;
}

/* SSP Calendar Styles Ref - generated by Agent */

.ssp_box_eventcalendar {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
}

body.logged-page.my-account-page .main-content-centered.ssp_box_eventcalendar,
body.logged-page.my-club-page .main-content-centered.ssp_box_eventcalendar {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.ssp_box_eventcalendar {
    width: 100%;
  }
}

.ssp_box_eventcalendar .title {
  justify-content: flex-start;
  font-family: Gotham-Medium;
  font-size: 1.2em;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  background-image: url(../../common/icons/icon-info-circle.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 25px;
}

.ssp_box_eventcalendar .title:hover {
  background-image: url(../../common/icons/icon-info-circle-hover.svg);
}

.ssp_box_eventcalendar .home_box_new {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-width: 1px;
  border-style: solid;
}

body.logged-page.my-account-page .main-content-centered.ssp_box_eventcalendar .home_box_new,
body.logged-page.my-club-page .main-content-centered.ssp_box_eventcalendar .home_box_new {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.ssp_box_eventcalendar .home_box_new {
    width: 100%;
  }
}

.ssp_box_eventcalendar .ssp_calendar_block {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

body.logged-page.my-account-page .main-content-centered.ssp_box_eventcalendar .ssp_calendar_block,
body.logged-page.my-club-page .main-content-centered.ssp_box_eventcalendar .ssp_calendar_block {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.ssp_box_eventcalendar .ssp_calendar_block {
    width: 100%;
  }
}

.ssp_box_eventcalendar .ssp_calendar_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
  align-self: stretch;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.ssp_box_eventcalendar .ssp_calendar_filter_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.375em;
  align-self: stretch;
}

.ssp_box_eventcalendar .ssp_calendar_filter_label {
  justify-content: flex-start;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.ssp_box_eventcalendar .ssp_calendar_filter_content {
  position: relative;
  width: 100%;
}

body.logged-page.my-account-page .main-content-centered.ssp_box_eventcalendar .ssp_calendar_filter_content,
body.logged-page.my-club-page .main-content-centered.ssp_box_eventcalendar .ssp_calendar_filter_content {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.ssp_box_eventcalendar .ssp_calendar_filter_content {
    width: 100%;
  }
}

select.ssp_calendar_filter,
.ssp_box_eventcalendar select.ssp_calendar_filter {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.625em;
  font-family: Gotham-Medium;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
}

body.logged-page.my-account-page select.main-content-centered.ssp_calendar_filter,
body.logged-page.my-club-page select.main-content-centered.ssp_calendar_filter,body.logged-page.my-account-page .main-content-centered
.ssp_box_eventcalendar select.ssp_calendar_filter,
body.logged-page.my-club-page .main-content-centered
.ssp_box_eventcalendar select.ssp_calendar_filter {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page select.main-content-centered.ssp_calendar_filter,body.logged-page .main-content-centered
.ssp_box_eventcalendar select.ssp_calendar_filter {
    width: 100%;
  }
}

select.ssp_calendar_filter:hover,
.ssp_box_eventcalendar select.ssp_calendar_filter:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

select.ssp_calendar_filter:focus,
.ssp_box_eventcalendar select.ssp_calendar_filter:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ssp_box_eventcalendar select.ssp_calendar_filter {
  font-size: 0.933333em;
}

select.ssp_calendar_filter option,
.ssp_box_eventcalendar select.ssp_calendar_filter option {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.ssp_box_eventcalendar #ssp_calendar_container {
  width: 100%;
}

body.logged-page.my-account-page .main-content-centered.ssp_box_eventcalendar #ssp_calendar_container,
body.logged-page.my-club-page .main-content-centered.ssp_box_eventcalendar #ssp_calendar_container {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.ssp_box_eventcalendar #ssp_calendar_container {
    width: 100%;
  }
}

.ssp_box_eventcalendar .box_ical_link {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.75em;
  align-self: stretch;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 1em;
}

.ssp_box_eventcalendar .box_ical_link.border-zinc-700,.ssp_box_eventcalendar .box_ical_link.border-gray-800 {
  border-top: solid 1px;
}

.ssp_box_eventcalendar .box_ical_link.border-zinc-700 {
  border-color: rgb(63 63 70);
}

.ssp_box_eventcalendar .box_ical_link.border-gray-800 {
  border-color: rgb(31 41 55);
}

body.logged-page.my-account-page .main-content-centered.ssp_box_eventcalendar .box_ical_link,
body.logged-page.my-club-page .main-content-centered.ssp_box_eventcalendar .box_ical_link {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.ssp_box_eventcalendar .box_ical_link {
    width: 100%;
  }
}

.msg-ical-link {
  justify-content: flex-start;
  align-self: stretch;
  font-family: Gotham-Book;
  font-size: 0.933333em;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.ssp_box_eventcalendar #ssp_ical_link {
  width: 100%;
  align-self: stretch;
}

body.logged-page.my-account-page .main-content-centered.ssp_box_eventcalendar #ssp_ical_link,
body.logged-page.my-club-page .main-content-centered.ssp_box_eventcalendar #ssp_ical_link {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.ssp_box_eventcalendar #ssp_ical_link {
    width: 100%;
  }
}

.ssp_box_eventcalendar .ssp_schedule {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
  align-self: stretch;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.ssp_box_eventcalendar .ssp_schedule.border-zinc-700,.ssp_box_eventcalendar .ssp_schedule.border-gray-800 {
  border-top: solid 1px;
}

.ssp_box_eventcalendar .ssp_schedule.border-zinc-700 {
  border-color: rgb(63 63 70);
}

.ssp_box_eventcalendar .ssp_schedule.border-gray-800 {
  border-color: rgb(31 41 55);
}

.ssp_box_eventcalendar .ssp_schedule_title {
  justify-content: flex-start;
  align-self: stretch;
  font-family: Gotham-Medium;
  font-size: 1.0666666em;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.ssp_box_eventcalendar .ssp_schedule_filter {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.375em;
  padding-right: 1.5em;
  text-align: center;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
}


*.ssp_box_eventcalendar .ssp_schedule_filter {
  text-align:center;
}

.ssp_box_eventcalendar .ssp_schedule_filter:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.ssp_box_eventcalendar .ssp_schedule_filter:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* .ssp_box_eventcalendar .ssp_schedule_filter option {
    @apply pr-2;
} */

.ssp_calendar_day_details .ssp_schedule_list,
.ssp_box_eventcalendar .ssp_schedule_list {
  display: flex;
  width: 100%;
  min-width: 0px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
  font-family: Gotham-Book;
}

body.logged-page.my-account-page .main-content-centered.ssp_calendar_day_details .ssp_schedule_list,
body.logged-page.my-club-page .main-content-centered.ssp_calendar_day_details .ssp_schedule_list,body.logged-page.my-account-page .main-content-centered
.ssp_box_eventcalendar .ssp_schedule_list,
body.logged-page.my-club-page .main-content-centered
.ssp_box_eventcalendar .ssp_schedule_list {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.ssp_calendar_day_details .ssp_schedule_list,body.logged-page .main-content-centered
.ssp_box_eventcalendar .ssp_schedule_list {
    width: 100%;
  }
}

.ssp_calendar_day_details .ssp_schedule_list {
  gap: 0.5em;
}

.ssp_calendar_day_details {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

body.logged-page.my-account-page .main-content-centered.ssp_calendar_day_details,
body.logged-page.my-club-page .main-content-centered.ssp_calendar_day_details {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.ssp_calendar_day_details {
    width: 100%;
  }
}

.ssp_calendar_day_details .ssp_schedule_list_date.format_date,
.ssp_box_eventcalendar .ssp_schedule_list_date.format_date {
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.ssp_box_eventcalendar .ssp_schedule_list_day {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5em;
  overflow: hidden;
}

body.logged-page.my-account-page .main-content-centered.ssp_box_eventcalendar .ssp_schedule_list_day,
body.logged-page.my-club-page .main-content-centered.ssp_box_eventcalendar .ssp_schedule_list_day {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.ssp_box_eventcalendar .ssp_schedule_list_day {
    width: 100%;
  }
}

.ssp_calendar_day_details .ssp_schedule_list_day {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.25em;
  overflow: hidden;
}

body.logged-page.my-account-page .main-content-centered.ssp_calendar_day_details .ssp_schedule_list_day,
body.logged-page.my-club-page .main-content-centered.ssp_calendar_day_details .ssp_schedule_list_day {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.ssp_calendar_day_details .ssp_schedule_list_day {
    width: 100%;
  }
}

.ssp_calendar_day_details .ssp_schedule_list_day ul,
.ssp_box_eventcalendar .ssp_schedule_list_day ul {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

body.logged-page.my-account-page .main-content-centered.ssp_calendar_day_details .ssp_schedule_list_day ul,
body.logged-page.my-club-page .main-content-centered.ssp_calendar_day_details .ssp_schedule_list_day ul,body.logged-page.my-account-page .main-content-centered
.ssp_box_eventcalendar .ssp_schedule_list_day ul,
body.logged-page.my-club-page .main-content-centered
.ssp_box_eventcalendar .ssp_schedule_list_day ul {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.ssp_calendar_day_details .ssp_schedule_list_day ul,body.logged-page .main-content-centered
.ssp_box_eventcalendar .ssp_schedule_list_day ul {
    width: 100%;
  }
}

.ssp_calendar_day_details .ssp_schedule_item,
.ssp_box_eventcalendar .ssp_schedule_item {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Gotham-Book;
  font-size: 12px;
}

body.logged-page.my-account-page .main-content-centered.ssp_calendar_day_details .ssp_schedule_item,
body.logged-page.my-club-page .main-content-centered.ssp_calendar_day_details .ssp_schedule_item,body.logged-page.my-account-page .main-content-centered
.ssp_box_eventcalendar .ssp_schedule_item,
body.logged-page.my-club-page .main-content-centered
.ssp_box_eventcalendar .ssp_schedule_item {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.ssp_calendar_day_details .ssp_schedule_item,body.logged-page .main-content-centered
.ssp_box_eventcalendar .ssp_schedule_item {
    width: 100%;
  }
}

.ssp_calendar_day_details .ssp_schedule_item a,
.ssp_box_eventcalendar .ssp_schedule_item a {
  display: inline;
  font-family: Gotham-Medium;
  font-size: 12px;
  line-height: 1;
  color: var(--color-primary);
}

.ssp_calendar_day_details .ssp_schedule_item a:hover,
.ssp_box_eventcalendar .ssp_schedule_item a:hover {
  color: var(--color-primary-600);
}

.ssp_calendar_day_details .ssp_schedule_item a {
  font-size: 14px;
}

.ssp_calendar_block .fc-day-number.event_type_training,
.ssp_calendar_block .fc-day.event_type_training {
  background-color: #64CE9A;
  background: radial-gradient(circle at center, #64CE9A 0 19px, transparent 20px) !important;
  color: #FFFFFF;
}

.ssp_calendar_block .fc-day-number.event_type_match,
.ssp_calendar_block .fc-day.event_type_match {
  background-color: #139857;
  background: radial-gradient(circle at center, #139857 0 19px, transparent 20px) !important;
  color: #FFFFFF;
}

.ssp_calendar_block .fc-day-number.event_type_training.event_type_match,
.ssp_calendar_block .fc-day.event_type_training.event_type_match {
  background-color: #000;
  background: radial-gradient(circle at center, #000 0 19px, transparent 20px) !important;
  color: #FFFFFF;
}

.ssp_calendar_block .fc-day-number.event_type_training:hover,
.ssp_calendar_block .fc-day.event_type_training:hover {
  background-color: #4FBD85;
  background: radial-gradient(circle at center, #4FBD85 0 19px, transparent 20px) !important;
  outline: 1px solid #000;
}

.ssp_calendar_block .fc-day-number.event_type_match:hover,
.ssp_calendar_block .fc-day.event_type_match:hover {
  background-color: #0F7F49;
  background: radial-gradient(circle at center, #0F7F49 0 19px, transparent 20px) !important;
  outline: 1px solid #000;
}

.ssp_calendar_block .fc-day-number.event_type_training.event_type_match:hover,
.ssp_calendar_block .fc-day.event_type_training.event_type_match:hover {
  background-color: #383838;
  background: radial-gradient(circle at center, #383838 0 19px, transparent 20px) !important;
  outline: 1px solid #000;
}

.ssp_box_eventcalendar span.icon_trainig,
.ssp_box_eventcalendar ul.ssp_schedule_list li.ssp_schedule_item.ssp_schedule_training,
.ssp_box_eventcalendar ul.ssp_schedule_list li ul li.ssp_schedule_training {
  background: url(../../templates/en/images/ssp_schedule_item_training.svg) left 2px no-repeat;
}

.ssp_box_eventcalendar span.icon_match,
.ssp_box_eventcalendar ul.ssp_schedule_list li.ssp_schedule_item.ssp_schedule_match,
.ssp_box_eventcalendar ul.ssp_schedule_list li ul li.ssp_schedule_match {
  background: url(../../templates/en/images/ssp_schedule_item_match.svg) left 2px no-repeat;
}

.ssp_box_eventcalendar ul.ssp_schedule_list li.ssp_schedule_item {
  margin: 0;
  padding-bottom: 1px;
  padding-left: 20px;
  list-style-type: none;
  background: none;
}

.cv-web-design-2024 body.logged-page select.ssp_calendar_filter option {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

/* Quick Build Datepicker - aligned with calendar visual styles */

.logged-page #ui-datepicker-div.qb-datetimepicker {
  font-family: Gotham-Book;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 10000 !important;
  transform: translate(-50%, -50%) !important;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.14);
  overflow: hidden;
}

.logged-page #ui-datepicker-div.qb-datetimepicker.edit-datetimepicker {
  position: fixed !important;
  transform: none !important;
}

.logged-page #ui-datepicker-div.qb-datetimepicker.shared-datetimepicker {
  position: fixed !important;
  transform: none !important;
  z-index: 2147483647 !important;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-header {
  display: block !important;
  position: relative;
  min-height: 44px;
  padding: 8px 10px;
  background: #FFFFFF;
  border-bottom: 1px solid #EAECF0;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-title {
  font-family: Gotham-Medium;
  color: #374151;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-prev,
.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-next {
  display: flex !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-prev:hover,
.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-next:hover {
  background: #E5E7E9;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-prev {
  left: 12px;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-next {
  right: 12px;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-prev span,
.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-next span {
  display: block !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: 20px;
  height: 20px;
  margin: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 20px 20px !important;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-prev span {
  background-image: url('../../common/icons/chevron-left.svg') !important;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-next span {
  background-image: url('../../common/icons/chevron-right.svg') !important;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-calendar th {
  font-family: Gotham-Medium;
  color: #374151;
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 2px 0;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-calendar td a,
.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-calendar td span {
  font-family: Gotham-Book;
  color: #374151;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border-radius: 9999px;
  background: transparent;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-calendar td a:hover,
.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-calendar td a.ui-state-hover {
  background: #E5E7E9;
  color: #2C343B;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-calendar td .ui-state-active {
  font-family: Gotham-Medium;
  color: #FFFFFF !important;
  background: #17B668 !important;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-calendar td.ui-datepicker-current-day a,
.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-calendar td a.ui-state-active {
  font-family: Gotham-Medium;
  color: #FFFFFF !important;
  background: #17B668 !important;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-calendar td.ui-datepicker-today a:not(.ui-state-active) {
  font-family: Gotham-Medium;
  color: #374151 !important;
  background: #E5E7E9 !important;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div {
  display: block !important;
  border-top: 1px solid #d0d5dd !important;
  padding: 12px 14px;
  box-sizing: border-box;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div dl {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 10px;
  align-items: center;
  width: 100%;
  margin: 0;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div dt {
  font-family: Gotham-Medium;
  color: #374151;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  min-height: 20px;
  margin: 0;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div dd,
.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div .ui_tpicker_time {
  font-family: Gotham-Book;
  color: #374151;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  min-height: 20px;
  margin: 0;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div .ui_tpicker_hour select,
.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div .ui_tpicker_minute select {
  display: inline-block !important;
  min-width: 70px;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div .ui_tpicker_hour,
.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div .ui_tpicker_minute,
.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div .ui_tpicker_time {
  width: 100%;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-slider {
  border: 1px solid #cbd5e1 !important;
  background: #f8fafc !important;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-slider .ui-slider-range {
  border: 0 !important;
  background: #e2e8f0 !important;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div .ui_tpicker_hour_slider,
.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div .ui_tpicker_minute_slider {
  width: 100% !important;
  min-width: 160px;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div dd.ui_tpicker_hour .ui-slider,
.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div dd.ui_tpicker_minute .ui-slider {
  width: 100% !important;
  min-width: 180px !important;
  height: 10px;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div dd.ui_tpicker_hour,
.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div dd.ui_tpicker_minute {
  width: 100% !important;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div .ui-slider-handle {
  cursor: pointer;
  background: #344054;
  border: 1px solid #344054;
  border-radius: 4px;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div .ui-slider-handle:hover {
  background: #475467;
  border-color: #475467;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-buttonpane button {
  font-family: Gotham-Book;
  background: #344054;
  color: #FFFFFF;
  border: 1px solid #344054;
  border-radius: 8px;
  padding: 6px 14px;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-buttonpane {
  border-top: 1px solid #d0d5dd !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  box-sizing: border-box;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-buttonpane button {
  float: none !important;
  margin: 0 !important;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-buttonpane button.edit-datepicker-clear {
  background: #ffffff;
  color: #344054;
  border-color: #d0d5dd;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-buttonpane button.edit-datepicker-clear:hover {
  background: #f8fafc;
  border-color: #98a2b3;
  color: #344054;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-buttonpane button:hover {
  background: #475467;
  border-color: #475467;
  color: #FFFFFF;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-buttonpane button.ui-state-active,
.logged-page #ui-datepicker-div.qb-datetimepicker .ui-datepicker-buttonpane button:active {
  background: #E5E7E9;
  border-color: #E5E7E9;
  color: #344054;
}

.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div dt.ui_tpicker_second_label,
.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div dt.ui_tpicker_millisec_label,
.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div dd.ui_tpicker_second,
.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div dd.ui_tpicker_millisec,
.logged-page #ui-datepicker-div.qb-datetimepicker .ui-timepicker-div dd.ui_tpicker_microsec {
  display: none;
}

.sspdialog_wrap.ssp_timezone_box .time_zone_selection {
  font-family: Gotham-Book;
  width: 50%;
  float: left;
}

.sspdialog_wrap.ssp_timezone_box .time_zone_selection p.time_zone_info {
  padding-right: 20px;
}

.sspdialog_wrap.ssp_timezone_box select.ssp_calendar_filter {
  font-family: Gotham-Medium;
  font-size: 1.333333em;
  max-width: 100%;
}

.box-icon-globe {
  background-image: url(../../common/icons/globe-europe-africa.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
}

/* Loading Animation ssp-spin */

@keyframes ssp-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.ssp-loading-spinner {
  animation: ssp-spin 1.5s linear infinite;
  transform-origin: center center;
}

.ssp-loading-container {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.ssp-loading-ring {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  /* Conic gradient for the fading tail effect */
  background: conic-gradient(from 0deg, transparent 0%, #17B569 15%, #17B569 85%, transparent 100%);
  /* Mask to create the ring shape (hollow center) */
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), black calc(100% - 3px + 0.5px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 3px), black calc(100% - 3px + 0.5px));
  animation: ssp-spin 1s linear infinite;
  z-index: 1;
}

.ssp-loading-logo {
  position: relative;
  z-index: 2;
}

/* Session Builder Cards */

.ssp-builder-card {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #e5e7eb;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.ssp-builder-card-checkbox-input {
  position: absolute;
  height: 0px;
  width: 0px;
  opacity: 0;
}

.ssp-builder-card-img-container {
  position: relative;
}

.ssp-builder-card-img-target {
  display: block;
  aspect-ratio: 663/388;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

body.logged-page.my-account-page .main-content-centered.ssp-builder-card-img-target,
body.logged-page.my-club-page .main-content-centered.ssp-builder-card-img-target {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.ssp-builder-card-img-target {
    width: 100%;
  }
}

.ssp-builder-card-img {
  pointer-events: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.logged-page.my-account-page .main-content-centered.ssp-builder-card-img,
body.logged-page.my-club-page .main-content-centered.ssp-builder-card-img {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.ssp-builder-card-img {
    width: 100%;
  }
}

.ssp-builder-card-img {
  -o-object-fit: cover;
  object-fit: cover;
}

.ssp-builder-card-visual-checkbox {
  position: absolute;
  bottom: 1em;
  left: 1em;
  z-index: 10;
  display: flex;
  height: 2em;
  width: 2em;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ssp-builder-card-check-icon {
  margin-bottom: 0.25em;
  height: 1em;
  width: 0.625em;
  --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));
  border-bottom-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.ssp-builder-card-anim-icon-wrapper {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  border-radius: 0.25rem;
  background-color: rgb(0 0 0 / 0.5);
  padding: 0.25em;
}

.ssp-builder-card-details {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 1em;
}

.ssp-builder-card-screen-title {
  margin-bottom: 0.5em;
  font-family: Gotham-Medium;
  font-size: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.1em;
}

body.logged-page .ssp-builder-card-details .dl-pair-dt-dd {
  align-items: center;
  justify-content: flex-start;
}

.ssp-builder-card-details dl dt {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  font-size: 10px;
}

.ssp-builder-card-details dl dd {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.ssp-builder-card-session-title,
.ssp-builder-card-last-updated,
.ssp-builder-card-set-piece-category,
.ssp-builder-card-author {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .ssp-builder-card-last-updated {
    @apply text-xs text-gray-400 mb-2;
} */

.ssp-builder-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ssp-builder-card-view-more {
  margin-top: 0.5em;
  font-size: 0.933333em;
  font-weight: 600;
  color: var(--color-primary-500);
}

.ssp-builder-card-view-more:hover {
  text-decoration-line: underline;
}

/* Empty State Classes */

.ssp-builder-empty-state {
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center;
}


*.ssp-builder-empty-state {
  text-align:center;
}

.ssp-builder-empty-icon-wrapper {
  margin-bottom: 1em;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 1em;
}

.ssp-builder-empty-icon {
  height: 2em;
  width: 2em;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.ssp-builder-empty-title {
  font-size: 1.2em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.ssp-builder-empty-desc {
  margin-top: 0.25em;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

body.session-builder {
  font-family: Gotham-Book;
}

.session-builder .box-hierarchy-selector .box-library h3.folder-title {
  font-size: 0.933333em;
}

.logged-page.logged-home #screen_details.ssp_dialog_wrap {
  padding: 1em;
}

.viewer .tab-animation-box .box-ini-animation {
  height: 100% !important;
  z-index: 300 !important;
}

body.logged-page .btn-regular,
body.logged-page a.btn-regular,
body.logged-page #linksharing_link a.btn-session-options,
body.logged-page.view-session .btn-session-options,
body.logged-page.view-session a.btn-session-options,
body.logged-page.view-session button.btn-session-options {
  display: inline-flex;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.875em;
  padding-right: 0.875em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-family: Gotham-Book;
  font-size: 0.933333em;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(51 63 71 / var(--tw-text-opacity));
  outline-style: solid;
  outline-width: 1px;
  outline-color: #e5e7eb;
}

body.logged-page .btn-regular:hover,
body.logged-page a.btn-regular:hover,
body.logged-page #linksharing_link a.btn-session-options:hover,
body.logged-page.view-session .btn-session-options:hover,
body.logged-page.view-session a.btn-session-options:hover,
body.logged-page.view-session button.btn-session-options:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  outline-color: #d1d5db;
}

body.logged-page .btn-regular.back,
body.logged-page a.btn-regular.back {
  gap: 4px;
  padding: 7px 9px;
}

body.logged-page .btn-regular.back::before,
body.logged-page a.btn-regular.back::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("../../common/icons/arrow-left-rounded.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  filter: grayscale(1) brightness(0.72);
}

body.logged-page .btn-regular.back:hover,
body.logged-page a.btn-regular.back:hover {
  background: #f8fafc;
  outline-color: #98a2b3;
}

body.logged-page.view-session .session_options .session-owner-options .edit-page,
body.logged-page.view-session .session_options .session-owner-options .edit-session {
  display: none;
}

body.logged-page.view-session .btn-session-options.tx,
body.logged-page.view-session a.btn-session-options.tx,
body.logged-page.view-session button.btn-session-options.tx {
  font-family: Gotham-Book;
  font-size: 0.933333em;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(51 63 71 / var(--tw-text-opacity));
}

body.logged-page.view-session .btn-session-options.edit-page {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

body.logged-page.view-session .btn-session-options.edit-page:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

body.logged-page.view-session .btn-session-options.edit-page {
  outline-color: #D0D5DD;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.logged-page.view-session .btn-session-options.edit-session {
  background-color: var(--color-primary-600);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body.logged-page.view-session .btn-session-options.edit-session:hover {
  background-color: var(--color-primary-500);
}

body.logged-page.view-session .btn-session-options.edit-session {
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.logged-page.view-session .btn-session-options.delete {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

body.logged-page.view-session .btn-session-options.delete:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

body.logged-page.view-session .btn-session-options.delete {
  outline-color: #D0D5DD;
  width: 36px;
  min-width: 36px;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

body.logged-page.view-session .btn-session-options.delete:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
  outline-color: #F04438;
}

body.logged-page.view-session .btn-session-options.delete .tx {
  display: none;
}

body.logged-page.view-session .session-view-options,
body.logged-page.view-session .session-owner-options {
  align-items: center;
}

body.logged-page.view-session #button_fav,
body.logged-page.view-session #btn-print- {
  width: 40px;
  min-width: 40px;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

body.logged-page.view-session #btn-print- {
  position: relative;
}

body.logged-page.view-session #button_fav .tx,
body.logged-page.view-session #btn-print- .tx,
body.logged-page.view-session .btn-session-options.delete .tx {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.logged-page.view-session #button_fav.is-favourite {
  --tw-bg-opacity: 1;
  background-color: rgb(228 246 237 / var(--tw-bg-opacity));
  outline-color: #ABEFC6;
}

body.logged-page.view-session #button_fav::before,
body.logged-page.view-session #btn-print-::before,
body.logged-page.view-session .view_as_pdf::before,
body.logged-page.view-session .btn-menu-clone .tx::before,
body.logged-page.view-session .btn-session-options.edit-page .tx::before,
body.logged-page.view-session .btn-session-options.edit-session .tx::before,
body.logged-page.view-session .btn-session-options.delete::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  flex: 0 0 20px;
}

body.logged-page.view-session #button_fav::before {
  background-image: url("../../common/icons/star-01.svg");
  opacity: .8;
}

body.logged-page.view-session #btn-print-::before {
  background-image: url("../../common/icons/printer.svg");
  opacity: 1;
}

body.logged-page.view-session .view_as_pdf::before {
  background-image: url("../../common/icons/file-05.svg");
  opacity: 1;
}

body.logged-page.view-session .btn-menu-clone .tx::before {
  background-image: url("../../common/icons/copy-01-grey.svg");
  margin-right: 8px;
  opacity: 1;
}

body.logged-page.view-session .btn-session-options.edit-page .tx::before {
  background-image: url("../../common/icons/pencil-01.svg");
  margin-right: 8px;
}

body.logged-page.view-session .btn-session-options.edit-session .tx::before {
  background-image: url("../../common/icons/settings-01.svg");
  filter: brightness(0) invert(1);
  margin-right: 8px;
}

body.logged-page.view-session .btn-session-options.delete::before {
  background-image: url("../../common/icons/trash-01.svg");
  filter: grayscale(1) brightness(0.57);
}

body.logged-page.view-session .btn-session-options.delete:hover::before {
  filter: none;
}

body.logged-page.view-session .btn-menu-clone .bg-chevron {
  background-image: url("../../common/icons/chevron-down-grey.svg");
  background-size: 14px 14px;
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

body.logged-page.view-session #button_fav,
body.logged-page.view-session #btn-print-,
body.logged-page.view-session .btn-session-options.delete {
  align-items: center;
  justify-content: center;
}

body.logged-page.view-session .view_as_pdf,
body.logged-page.view-session .btn-menu-clone {
  gap: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.logged-page.view-session .btn-session-options.edit-page .tx,
body.logged-page.view-session .btn-session-options.edit-session .tx,
body.logged-page.view-session .btn-menu-clone .tx,
body.logged-page.view-session #btn-print- .tx {
  display: inline-flex;
  align-items: center;
  line-height: 18px;
}

body.logged-page.view-session #btn-print-::before,
body.logged-page.view-session #button_fav::before,
body.logged-page.view-session .btn-session-options.delete::before {
  display: block;
  margin: 0 auto;
}

body.logged-page.view-session #btn-print-::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons .box-icons-capture-download-video span.save_img_right.show {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  gap: 8px;
  position: relative;
  cursor: pointer;
  transition: background-color .15s ease, border-color .15s ease;
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons .box-icons-capture-download-video span.save_img_right.show:hover {
  background: #f8fafc;
  border-color: #98A2B3;
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons .box-icons-capture-download-video span.save_img_right .btn-3d-pitch.btn-captureDrill {
  background: transparent !important;
  border: 0 !important;
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons .box-icons-capture-download-video span.save_img_right .btn-3d-pitch.btn-downloadVideo {
  background: transparent !important;
  border: 0 !important;
  filter: none;
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons .box-icons-capture-download-video span.save_img_right.show .btn-3d-pitch {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons .box-icons-capture-download-video span.save_img_right.show.capture-drill-box::before,
body.logged-page.viewer div.progressions div.flash_wrapper .session_icons .box-icons-capture-download-video span.save_img_right.show.download-video-button-box::before {
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  flex: 0 0 20px;
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons .box-icons-capture-download-video span.save_img_right.show.capture-drill-box::before {
  background-image: url("../../common/icons/camera-01-grey.svg");
}

body.logged-page.viewer div.progressions div.flash_wrapper .session_icons .box-icons-capture-download-video span.save_img_right.show.download-video-button-box::before {
  background-image: url("../../common/icons/film-01.svg");
  filter: grayscale(1) brightness(1.15);
}

body.logged-page.view-session .view_as_pdf .tx {
  white-space: nowrap;
}

.btn-unselect-all {
  display: flex;
  align-items: center;
  gap: 0.5em;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-width: 1px;
  border-style: solid;
}

.btn-unselect-all:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

/* Modern edit templates: view_session_edit + view_match_edit */

body.logged-page:is(.view-session-edit, .view-match-edit) .box-session-contents {
  position: relative;
  width: 100%;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .btn-session-options,
body.logged-page:is(.view-session-edit, .view-match-edit) a.btn-session-options,
body.logged-page:is(.view-session-edit, .view-match-edit) button.btn-session-options {
  display: inline-flex;
  height: 2.5em;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-family: Gotham-Medium;
  font-size: 0.933333em;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(51 63 71 / var(--tw-text-opacity));
  outline-style: solid;
  outline-width: 1px;
  outline-color: #e5e7eb;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .btn-session-options:hover,
body.logged-page:is(.view-session-edit, .view-match-edit) a.btn-session-options:hover,
body.logged-page:is(.view-session-edit, .view-match-edit) button.btn-session-options:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  outline-color: #d1d5db;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .btn-session-options,
body.logged-page:is(.view-session-edit, .view-match-edit) a.btn-session-options,
body.logged-page:is(.view-session-edit, .view-match-edit) button.btn-session-options {
  width: auto;
  min-width: 0;
  text-decoration: none;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .btn-session-options.edit-session {
  background-color: var(--color-primary-500);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body.logged-page:is(.view-session-edit, .view-match-edit) .btn-session-options.edit-session:hover {
  background-color: var(--color-primary-600);
}

body.logged-page:is(.view-session-edit, .view-match-edit) .btn-session-options.edit-session {
  outline-color: #12b76a;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-actions .btn-session-options.delete {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-actions .btn-session-options.delete:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-actions .btn-session-options.delete {
  width: auto;
  min-width: 0;
  padding: 10px 16px;
  outline-color: #fecdca;
  overflow: visible;
  line-height: 18px;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-actions .btn-session-options.delete:hover {
  outline-color: #f04438;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-actions .btn-session-options.delete::before {
  display: none;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-actions .btn-session-options.delete .tx,
body.logged-page:is(.view-session-edit, .view-match-edit) .edit-actions .btn-session-options.edit-session .tx {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: nowrap !important;
  border: 0 !important;
  display: inline-flex;
  align-items: center;
  line-height: 18px;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-actions .btn-session-options.edit-session .tx::before {
  display: none;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-head-form {
  width: 100%;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_head {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 14px;
  table-layout: fixed;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_head th {
  width: 150px;
  padding: 0 14px 0 0;
  color: #344054;
  font-family: Gotham-Medium;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_head td {
  padding: 0;
  vertical-align: middle;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_head tr:first-child th:nth-of-type(2) {
  width: 118px;
  padding-left: 42px;
  padding-right: 10px;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-head-form input[type="text"],
body.logged-page:is(.view-session-edit, .view-match-edit) .edit-head-form input[readonly],
body.logged-page:is(.view-session-edit, .view-match-edit) .edit-drill-fields input[type="text"],
body.logged-page:is(.view-session-edit, .view-match-edit) .edit_learning_objectives input[type="text"] {
  width: 100%;
  max-width: 100%;
  min-height: 46px;
  box-sizing: border-box;
  padding: 10px 14px;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  background: #ffffff;
  color: #101828;
  font-family: Gotham-Book;
  font-size: 15px;
  line-height: 22px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-head-form input[type="text"]:focus,
body.logged-page:is(.view-session-edit, .view-match-edit) .edit-drill-fields input[type="text"]:focus,
body.logged-page:is(.view-session-edit, .view-match-edit) .edit_learning_objectives input[type="text"]:focus {
  border-color: #12b76a;
  outline: 3px solid #dcfae6;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-datepicker-field {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 350px;
  white-space: nowrap;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-datepicker-field input[type="text"] {
  flex: 1 1 auto;
  min-width: 0;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-datepicker-field .ui-datepicker-trigger {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}

.logged-datetime-field {
  position: relative;
}

.logged-datetime-field-input {
  background-image: url(../../common/icons/calendar.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 20px 20px !important;
  padding-right: 44px !important;
  cursor: pointer;
}

.logged-datetime-field .ui-datepicker-trigger {
  display: none !important;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .auto-pseudoselect-wrapper {
  width: 100%;
  position: relative;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .ssp-pseudoselect-btn {
  cursor: pointer;
  min-height: 46px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #101828;
  font-family: Gotham-Book;
  font-size: 15px;
  line-height: 22px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

body.logged-page:is(.view-session-edit, .view-match-edit) .ssp-pseudoselect-btn:hover,
body.logged-page:is(.view-session-edit, .view-match-edit) .ssp-pseudoselect-btn.pseudo-menu-open {
  border-color: #98a2b3;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .ssp-pseudoselect-display {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .text-editor.full-width-tools,
body.logged-page:is(.view-session-edit, .view-match-edit) .text-editor.full-width-tools .text-editor-show,
body.logged-page:is(.view-session-edit, .view-match-edit) textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .text-editor.full-width-tools .text-editor-show {
  min-height: 150px;
  padding: 12px 14px;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  background: #ffffff;
  color: #344054;
  font-family: Gotham-Book;
  font-size: 15px;
  line-height: 23px;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .text-editor.full-width-tools .controls-box {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100% !important;
  height: 32px;
  min-height: 32px;
  margin: 0 0 4px 0;
  padding: 0;
  box-sizing: border-box;
  clear: both;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .text-editor.full-width-tools .controls-box button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  margin: 0;
  padding: 6px;
  border: 1px solid #1d2939;
  border-radius: 4px;
  background: #1d2939;
  color: #ffffff;
  box-sizing: border-box;
  cursor: pointer;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .text-editor.full-width-tools .controls-box button:hover,
body.logged-page:is(.view-session-edit, .view-match-edit) .text-editor.full-width-tools .controls-box button:focus {
  background: #344054;
  border-color: #344054;
  color: #ffffff;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .text-editor.full-width-tools .controls-box button .item-svg,
body.logged-page:is(.view-session-edit, .view-match-edit) .text-editor.full-width-tools .controls-box button svg {
  width: 22px;
  height: 22px;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .text-editor.full-width-tools .box-out-progress {
  display: inline-flex;
  align-items: center;
  width: 100px;
  height: 32px;
  min-height: 32px;
  margin: 0 0 0 2px;
  padding: 0;
  background: #eef0f2;
  box-sizing: border-box;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .text-editor.full-width-tools .box-progress {
  width: 100%;
  height: 32px;
  background: transparent;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .text-editor.full-width-tools .left-value {
  padding: 6px 8px;
  color: #344054;
  font-family: Gotham-Medium;
  font-size: 13px;
  line-height: 20px;
  text-shadow: none;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .progressions {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

body.logged-page.view-session-edit .progressions {
  gap: 80px;
}

body.logged-page.view-session-edit .progressions > hr {
  display: none;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .progressions .edit-progression-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  float: none;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 20px;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .progressions .edit-progression-row.even {
  flex-direction: row-reverse;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-drill-viewer,
body.logged-page:is(.view-session-edit, .view-match-edit) .edit-drill-fields {
  float: none;
  width: 100% !important;
  min-width: 0;
  box-sizing: border-box;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-drill-fields {
  margin-left: 0 !important;
  padding: 0;
  white-space: normal;
}

body.logged-page.view-session-edit .edit-drill-viewer {
  margin-bottom: 12px !important;
}

body.logged-page.view-session-edit .edit-drill-action {
  float: none;
  display: inline-flex;
  margin: 0;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-drill-fields .progressions_details_label {
  clear: none;
  margin: 0 0 6px 0;
  color: #344054;
  font-family: Gotham-Medium;
  font-size: 14px;
  line-height: 20px;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-drill-fields .progressions_details_data {
  width: 100%;
  margin: 0 0 14px 0;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-drill-fields .progressions_details_data select {
  width: 100%;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .progressions .edit-progression-row > .time_spent,
body.logged-page:is(.view-session-edit, .view-match-edit) .progressions .edit-progression-row > .clear,
body.logged-page:is(.view-session-edit, .view-match-edit) .progressions .edit-progression-row > hr {
  grid-column: 1 / -1;
}

@media (min-width: 768px) {
  body.logged-page:is(.view-session-edit, .view-match-edit) .progressions .edit-progression-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  body.logged-page:is(.view-session-edit, .view-match-edit) .progressions .edit-progression-row.odd .edit-drill-viewer {
    grid-column: 1;
    grid-row: 1;
  }

  body.logged-page:is(.view-session-edit, .view-match-edit) .progressions .edit-progression-row.odd .edit-drill-fields {
    grid-column: 2;
    grid-row: 1;
  }

  body.logged-page:is(.view-session-edit, .view-match-edit) .progressions .edit-progression-row.even .edit-drill-viewer {
    grid-column: 2;
    grid-row: 1;
  }

  body.logged-page:is(.view-session-edit, .view-match-edit) .progressions .edit-progression-row.even .edit-drill-fields {
    grid-column: 1;
    grid-row: 1;
  }
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-drill-info-dialog,
body.logged-page:is(.view-session-edit, .view-match-edit) .edit-drill-info-dialog.ui-dialog {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  width: min(760px, calc(100vw - 32px)) !important;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 48px);
  transform: translate(-50%, -50%) !important;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(16, 24, 40, .18);
  overflow: hidden;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-drill-info-dialog .ui-dialog-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 18px 24px;
  border: 0;
  border-bottom: 1px solid #eaecf0;
  border-radius: 12px 12px 0 0;
  background: #ffffff;
  box-sizing: border-box;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-drill-info-dialog .ui-dialog-title {
  justify-content: flex-start;
  font-family: Gotham-Medium;
  font-size: 1.2em;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

body.logged-page.viewer:is(.view-session-edit, .view-match-edit) div.progressions div.comments {
  padding: 0 0 0 0;
}

.clear {
  clear: both;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-drill-info-dialog .ui-dialog-titlebar-close {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: transparent;
  font-size: 0;
  text-indent: 0;
  overflow: hidden;
  cursor: pointer;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-drill-info-dialog .ui-dialog-titlebar-close .ui-icon,
body.logged-page:is(.view-session-edit, .view-match-edit) .edit-drill-info-dialog .ui-dialog-titlebar-close .ui-button-text {
  display: none !important;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-drill-info-dialog .ui-dialog-titlebar-close:hover {
  background: #f2f4f7;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-drill-info-dialog .ui-dialog-titlebar-close::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../../common/icons/x-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit-drill-info-dialog .ui-dialog-content {
  width: 100% !important;
  max-height: calc(100vh - 132px) !important;
  padding: 0 !important;
  overflow-y: auto;
  box-sizing: border-box;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup {
  width: 100% !important;
  padding: 22px 24px 24px !important;
  box-sizing: border-box;
  background: #ffffff;
  color: #101828;
  font-family: Gotham-Book;
  font-size: 15px;
  line-height: 22px;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .time_spent {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 95px;
  gap: 16px;
  align-items: center;
  width: 100%;
  margin: 0 0 24px 0;
}

body.logged-page.view-match-edit .period-duration-control {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  width: 100%;
  margin: 0;
}

body.logged-page.view-session-edit .session-drill-time-row {
  width: 100%;
  margin: 15px 0 0 0;
  clear: none;
}

body.logged-page.view-session-edit .session-drill-time-row .progressions_details_data {
  margin-bottom: 0;
}

body.logged-page.view-session-edit .session-drill-description-editor {
  height: auto !important;
  margin-bottom: 0 !important;
}

body.logged-page.view-session-edit .session-drill-time-row .period-duration-control {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  width: 100%;
  margin: 0;
}

body.logged-page.view-match-edit .match-period-duration-row {
  width: 100%;
  margin: 15px 0 0 0;
  clear: none;
}

body.logged-page.view-match-edit .match-period-description-editor {
  margin-bottom: 0 !important;
}

body.logged-page.view-match-edit .match-period-description-editor .text-editor.full-width-tools {
  height: auto !important;
}

body.logged-page.view-match-edit .match-period-duration-row .progressions_details_label {
  margin-bottom: 6px;
}

body.logged-page.view-match-edit .match-period-duration-row .progressions_details_data {
  margin-bottom: 0;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .time_spent .label,
body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .skills_mix .label,
body.logged-page:is(.view-session-edit, .view-match-edit) .edit_learning_objectives label {
  margin: 0;
  padding: 0;
  color: #1d3557;
  font-family: Gotham-Bold;
  font-size: 14px;
  line-height: 20px;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .time_spent .time_slider,
body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .time_spent .time_slider .selectui-slider,
body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .time_spent .time_slider .ui-slider,
body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .time_slider,
body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .time_slider .selectui-slider,
body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .time_slider .ui-slider,
body.logged-page.view-match-edit .period-duration-control .time_slider,
body.logged-page.view-match-edit .period-duration-control .time_slider .selectui-slider,
body.logged-page.view-match-edit .period-duration-control .time_slider .ui-slider {
  width: 100% !important;
  min-width: 0;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .time_spent .time_slider select.select_slider,
body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .time_slider select.select_slider,
body.logged-page.view-match-edit .period-duration-control .time_slider select.select_slider {
  display: none;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .time_spent .ui-slider,
body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .ui-slider,
body.logged-page.view-match-edit .period-duration-control .ui-slider {
  height: 20px !important;
  margin: 0;
  border: 1px solid #a6a6a6 !important;
  border-color: #a6a6a6 !important;
  border-radius: 2px;
  background: #ffffff !important;
  box-sizing: border-box;
  text-decoration: none !important;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .time_spent .ui-slider .ui-slider-range,
body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .ui-slider .ui-slider-range,
body.logged-page.view-match-edit .period-duration-control .ui-slider .ui-slider-range {
  border: 0 !important;
  background: transparent !important;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .ui-slider a.ui-slider-handle,
body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .ui-slider .ui-slider-handle,
body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .ui-slider a.ui-slider-handle,
body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .ui-slider .ui-slider-handle,
body.logged-page.view-match-edit .period-duration-control .ui-slider a.ui-slider-handle,
body.logged-page.view-match-edit .period-duration-control .ui-slider .ui-slider-handle {
  top: -3px;
  width: 20px;
  height: 25px;
  margin-left: -10px;
  border: 1px solid #696969 !important;
  border-radius: 4px;
  background: rgb(59, 59, 59) !important;
  box-sizing: border-box;
  cursor: pointer;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .ui-slider a.ui-slider-handle:hover,
body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .ui-slider a.ui-slider-handle:focus,
body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .ui-slider .ui-slider-handle.ui-state-hover,
body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .ui-slider .ui-slider-handle.ui-state-focus,
body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .ui-slider a.ui-slider-handle:hover,
body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .ui-slider a.ui-slider-handle:focus,
body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .ui-slider .ui-slider-handle.ui-state-hover,
body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .ui-slider .ui-slider-handle.ui-state-focus,
body.logged-page.view-match-edit .period-duration-control .ui-slider a.ui-slider-handle:hover,
body.logged-page.view-match-edit .period-duration-control .ui-slider a.ui-slider-handle:focus,
body.logged-page.view-match-edit .period-duration-control .ui-slider .ui-slider-handle.ui-state-hover,
body.logged-page.view-match-edit .period-duration-control .ui-slider .ui-slider-handle.ui-state-focus {
  border-color: #555 !important;
  background: #303030 !important;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .ui-slider span.ui-slider-label,
body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .ui-slider span.ui-slider-label,
body.logged-page.view-match-edit .period-duration-control .ui-slider span.ui-slider-label {
  color: #344054;
  font-family: Gotham-Book;
  font-size: 14px;
  line-height: 20px;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .ui-slider li span.ui-slider-label-show,
body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .ui-slider dd span.ui-slider-label-show,
body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .ui-slider li span.ui-slider-label-show,
body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .ui-slider dd span.ui-slider-label-show,
body.logged-page.view-match-edit .period-duration-control .ui-slider li span.ui-slider-label-show,
body.logged-page.view-match-edit .period-duration-control .ui-slider dd span.ui-slider-label-show {
  display: block;
  margin-top: 5px;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .ui-slider span.ui-slider-tic,
body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .ui-slider span.ui-slider-tic,
body.logged-page.view-match-edit .period-duration-control .ui-slider span.ui-slider-tic {
  position: absolute;
  top: -21px;
  left: 0;
  height: 20px;
  border-color: #696969 !important;
  background: transparent !important;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .time_spent .time_text {
  margin: 0;
  color: #344054;
  font-family: Gotham-Medium;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

body.logged-page.view-match-edit .period-duration-control .time_text {
  margin: 0;
  white-space: nowrap;
}

body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .time_slider,
body.logged-page.view-match-edit .period-duration-control .time_slider {
  flex: 0 0 560px;
  width: 560px !important;
  max-width: calc(100% - 96px);
}

body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .time_slider .selectui-slider,
body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .time_slider .ui-slider,
body.logged-page.view-match-edit .period-duration-control .time_slider .selectui-slider,
body.logged-page.view-match-edit .period-duration-control .time_slider .ui-slider {
  width: 560px !important;
  max-width: 100%;
}

body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .time_text,
body.logged-page.view-match-edit .period-duration-control .time_text {
  flex: 0 0 auto;
  margin: 0;
  white-space: nowrap;
}

@media (max-width: 767px) {
  body.logged-page.view-session-edit .session-drill-time-row .period-duration-control,
    body.logged-page.view-match-edit .period-duration-control {
    flex-direction: column;
    align-items: stretch;
  }

  body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .time_slider,
    body.logged-page.view-match-edit .period-duration-control .time_slider,
    body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .time_slider .selectui-slider,
    body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .time_slider .ui-slider,
    body.logged-page.view-match-edit .period-duration-control .time_slider .selectui-slider,
    body.logged-page.view-match-edit .period-duration-control .time_slider .ui-slider {
    flex-basis: auto;
    width: 100% !important;
    max-width: 100%;
  }

  body.logged-page.view-session-edit .session-drill-time-row .period-duration-control .time_text,
    body.logged-page.view-match-edit .period-duration-control .time_text {
    align-self: flex-start;
  }
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .skills_mix,
body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .range_slider {
  width: 100%;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .skills_mix {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 0 18px 0;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .skills_mix .label img,
body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .skills_mix .label ._infoIcon {
  display: none !important;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .range {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #d0d5dd;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .range td {
  padding: 12px 8px;
  text-align: center;
  color: #1d2939;
  font-family: Gotham-Medium;
  font-size: 14px;
  line-height: 20px;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .range td + td {
  border-left: 1px solid rgba(16, 24, 40, .08);
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .range td:nth-child(1) {
  background: #c7e1ab;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .range td:nth-child(2) {
  background: #f8dda2;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .range td:nth-child(3) {
  background: #ef8f80;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .range td:nth-child(4) {
  background: #a5aec7;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .range td:nth-child(5) {
  background: #c9c5e4;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .range_text {
  display: block !important;
  width: 100%;
  margin: 0;
  color: #344054;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .range_text b {
  color: #101828;
  font-family: Gotham-Medium;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup h3 {
  margin: 8px 0 14px 0;
  color: #1d3557;
  font-family: Gotham-Medium;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_learning_objectives {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

body.logged-page:is(.view-session-edit, .view-match-edit) .edit_learning_objectives p {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  width: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  body.logged-page:is(.view-session-edit, .view-match-edit) .edit_head,
    body.logged-page:is(.view-session-edit, .view-match-edit) .edit_head tbody,
    body.logged-page:is(.view-session-edit, .view-match-edit) .edit_head tr,
    body.logged-page:is(.view-session-edit, .view-match-edit) .edit_head th,
    body.logged-page:is(.view-session-edit, .view-match-edit) .edit_head td {
    display: block;
    width: 100% !important;
  }

  body.logged-page:is(.view-session-edit, .view-match-edit) .edit_head th {
    padding: 0 0 6px 0;
  }

  body.logged-page:is(.view-session-edit, .view-match-edit) .edit_head td {
    margin: 0 0 12px 0;
  }

  body.logged-page:is(.view-session-edit, .view-match-edit) .edit_head tr:first-child th:nth-of-type(2) {
    padding-left: 0;
    padding-right: 0;
  }

  body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup .time_spent,
    body.logged-page:is(.view-session-edit, .view-match-edit) .edit_learning_objectives p {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.logged-page:is(.view-session-edit, .view-match-edit) .edit_drill_popup {
    padding: 18px 16px 20px !important;
  }
}

/* Logged view_session + view_match: drill media + left action icon buttons */

body.logged-page:is(.view-session, .view-match).viewer div.progressions div.progression-box .flash_wrapper .flash {
  border-radius: 10px;
  overflow: hidden;
  padding: 3px;
  aspect-ratio: 633 / 392;
  min-height: 0;
}

body.logged-page:is(.view-session, .view-match).viewer div.progressions div.progression-box .flash_wrapper .flash .tran_image_color,
body.logged-page:is(.view-session, .view-match).viewer div.progressions div.progression-box .flash_wrapper .flash .tran_image {
  border-radius: 10px;
}

body.logged-page:is(.view-session, .view-match).viewer div.progressions div.progression-box .flash_wrapper .flash .color,
body.logged-page:is(.view-session, .view-match).viewer div.progressions div.progression-box .flash_wrapper .flash .box-progression-img,
body.logged-page:is(.view-session, .view-match).viewer div.progressions div.progression-box .flash_wrapper .flash .sspviewer_container,
body.logged-page:is(.view-session, .view-match).viewer div.progressions div.progression-box .flash_wrapper .flash .sspviewer_container canvas {
  border-radius: 8px;
  overflow: hidden;
}

body.logged-page:is(.view-session, .view-match).viewer div.progressions div.flash_wrapper .session_icons {
  padding-top: 10px;
}

body.logged-page:is(.view-session, .view-match).viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

body.logged-page:is(.view-session, .view-match).viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video .video_player_icon,
body.logged-page:is(.view-session, .view-match).viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video .sspdialog_image,
body.logged-page:is(.view-session, .view-match).viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video .session_icons_anim {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  background-color: #f8fafc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

body.logged-page:is(.view-session, .view-match).viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video .video_player_icon:hover,
body.logged-page:is(.view-session, .view-match).viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video .sspdialog_image:hover,
body.logged-page:is(.view-session, .view-match).viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video .session_icons_anim:hover {
  background-color: #eef2f6;
  border-color: #98a2b3;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .14);
}

body.logged-page:is(.view-session, .view-match).viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video .sspdialog_image:hover img.session_icon_uploaded_image {
  opacity: 1 !important;
  filter: none !important;
}

body.logged-page:is(.view-session, .view-match).viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video .video_player_icon {
  background-image: url("../../common/icons/play-square.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

body.logged-page:is(.view-session, .view-match).viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video .sspdialog_image img.session_icon_uploaded_image {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

body.logged-page:is(.view-session, .view-match).viewer div.progressions div.flash_wrapper .session_icons .box-icons-anim-video .session_icons_anim {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  padding: 6px;
  -o-object-fit: contain;
     object-fit: contain;
  box-sizing: border-box;
}

.icon-rounded-close {
  display: flex;
  height: 18px;
  width: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --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));
}

.icon-rounded-check {
  font-size: 0;
  position: relative;
}

.icon-rounded-check::before {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translateY(-1px) rotate(45deg);
}

.btn-unselect-all:hover .icon-rounded-close {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.team-sharing-tm-box {
  padding: 0 0 0 0;
  border-radius: 4px;
  border: none;
  background: transparent;
  display: block;
  margin-left: .25em;
  margin-right: .25em;
  line-height: 16px;
}

.team-sharing-tm-box span {
  font-family: Gotham-Book;
  font-weight: normal;
}

.team-sharing-tm-box sup,
#linksharing_link a sup {
  font-size: smaller;
  color: #777;
  display: inline-block;
  margin-left: -3px
}

.InputWithLabel.override-as-row {
  flex-direction: row;
}

.load-container.hidden {
  display: none;
}

/* Payment results new designs */

.payment-result-box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  display: inline-flex;
  width: 100%;
  max-width: 600px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5em;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #e5e7eb;
}

body.logged-page.my-account-page .main-content-centered.payment-result-box,
body.logged-page.my-club-page .main-content-centered.payment-result-box {
  width: 1280px;
}

@media (max-width: 1024px) {
  body.logged-page .main-content-centered.payment-result-box {
    width: 100%;
  }
}

.payment-result-box .featured-icon {
  position: relative;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
}

.payment-result-box .featured-icon.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(228 246 237 / var(--tw-bg-opacity));
}

.payment-result-box .featured-icon.warning {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 235 / var(--tw-bg-opacity));
}

.payment-result-box .featured-icon.gray {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.payment-result-box .featured-icon.error {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity));
}

.payment-result-box .pay-icon {
  height: 1.75rem;
  width: 1.75rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-pay-success {
  background-image: url("../../common/icons/check-circle.svg");
}

.icon-pay-pending {
  background-image: url("../../common/icons/clock.svg");
}

.icon-pay-cancelled {
  background-image: url("../../common/icons/alert-circle.svg");
}

.icon-pay-failed {
  background-image: url("../../common/icons/x-circle.svg");
}

.icon-pay-home {
  background-image: url("../../common/icons/home-02.svg");
}

.payment-result-box .text-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 420px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  align-self: stretch;
}

.payment-result-box .title-text {
  align-self: stretch;
  text-align: center;
  font-family: Gotham-Medium;
  font-size: 1.333333em;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}


*.payment-result-box .title-text {
  text-align:center;
}

.payment-result-box .description-text {
  align-self: stretch;
  text-align: center;
  font-family: Gotham-Book;
  font-size: 0.933333em;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}


*.payment-result-box .description-text {
  text-align:center;
}

.payment-result-box .btn-payment {
  display: inline-flex;
  height: 42px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: var(--color-primary-500);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-family: Gotham-Medium;
  font-size: 1.0666666em;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: var(--color-primary-500);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.payment-result-box .btn-payment:hover {
  background-color: var(--color-primary-600);
}

.payment-result-box .btn-payment .btn-icon {
  height: 1.25em;
  width: 1.25em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#load-top-menu {
  display: flex;
  align-items: center;
}

.progressions .comments ul li {
  list-style: disc;
  margin: 10px 20px;
}

/* Edit Member Chip Styles for Privileges and Groups */

.edit-member-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.edit-member-chips li.edit-chip {
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 34px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start !important;
  text-align: left !important;
  box-sizing: border-box;
  padding: 0 16px;
  flex: 0 0 auto;
  font-family: Gotham-Book, Arial, sans-serif !important;
  font-weight: 400 !important;
  overflow: visible !important;
  white-space: nowrap !important;
  border: 1px solid #d8dde6;
  border-radius: 999px;
  background: #f3f5f7;
  color: #3f4852;
  line-height: 34px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.edit-member-chips li.edit-chip:hover {
  background: #e8eaed;
  border-color: #c5c9d2;
}

#edit_member .edit-member-chips li.edit-chip label {
  all: unset;
  width: auto;
  margin: 0;
  text-align: left !important;
  white-space: nowrap;
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto;
  cursor: pointer;
  line-height: 34px;
  font-family: Gotham-Book, Arial, sans-serif !important;
  font-weight: 400 !important;
  color: inherit !important;
}

.edit-member-chips li.edit-chip input.check-group {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.edit-member-chips li.edit-chip.selected {
  padding-left: 24px !important;
  position: relative;
  background: #ecfdf3;
  border-color: #16a34a;
  color: #16a34a;
}

.edit-member-chips li.edit-chip.selected::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 5px;
  height: 9px;
  border-right: 2px solid #16a34a;
  border-bottom: 2px solid #16a34a;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}

.edit-member-chips li.edit-chip.selected:hover {
  background: #dcfae6;
  border-color: #16a34a;
  color: #16a34a;
}

.edit-member-groups {
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}

.edit-member-groups li.edit-chip {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  overflow: visible !important;
}

body.logged-page .text-editor.full-width-tools .text-editor-show.default_self_evaluation {
  width: auto;
}

body.logged-page.view-session a.btn-session-options:empty,
.btn-session-options:empty {
  display: none;
}

img.player-records-logo {
  display: block;
  height: auto;
  width: 180px;
}

.player-records-page-heading {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.player-records-page-heading-main {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1 1 540px;
  min-width: 0;
}

.player-records-page-heading-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.player-records-page-heading-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  background: #f2f4f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 56px;
}

.player-records-page-heading-icon img {
  width: 28px;
  height: 28px;
  display: block;
}

table.events_list td.status-col:last-child {
  text-align: center;
}

.ssp-btn-submit {
  height: 42px;
  min-height: 42px;
  min-width: 96px;
  padding: 0 18px;
  border-radius: 8px;
  font-family: Gotham-Medium, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary-600) !important;
  border: 1px solid var(--color-primary-600) !important;
  color: #fff !important;
}

.ssp-btn-submit:hover {
  background: var(--color-primary-700) !important;
  border-color: var(--color-primary-700) !important;
}

.ssp-btn-submit span,
.ssp-btn-submit .Text {
  color: #fff !important;
}

.col-15 {
  width: 15px;
}

.col-60 {
  width: 60px;
}

.col-70 {
  width: 70px;
}

.col-80 {
  width: 80px;
}

.col-100 {
  width: 100px;
}

.col-130 {
  width: 130px;
}

.col-140 {
  width: 140px;
}

.col-150 {
  width: 150px;
}

.col-160 {
  width: 160px;
}

.col-170 {
  width: 170px;
}

*.left,
*.text-left {
  text-align:left !important;
}

*.center,
*.text-center {
  text-align:center !important;
}

*.right,
*.text-right {
  text-align:right !important;
}

.week-day {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  outline-style: solid;
  outline-width: 1px;
  outline-color: #e5e7eb;
  width: 40px;
  padding: 3px 5px;
  font-family: Gotham-Medium;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
}

table.events_list td {
  padding: 0.5em;
}

table.events_list td.date {
  white-space: nowrap;
}

a.green_btn,
.green_btn {
  cursor: pointer;
  background-color: var(--color-primary-500);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.green_btn:hover,
.green_btn:hover {
  background-color: var(--color-primary-600);
}

.manage_bulk_coaches .upload_box {
  margin:0;
  margin-bottom: 2em;
}

.confirmed-msg-box {
  background-color: #333333;
  /* background-image: url(../images/icon_check_medium.png); */
  background-image: url(../../common/icons/icon-green-checked.svg);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding-left: 40px;
  position: absolute;
  top: auto;
  left: auto;
  height: 35px;
  width: 180px;
  font-size: 15px;
  color: #FFF;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  z-index: 9999999;
  width: auto;
  padding: 2px 10px 2px 40px;
  border: solid 1px #FFF;
  border-radius: 5px;
}

.confirmed-msg-box.centered-msg-box {
  transform: translateX(-50%);
}

.confirmed-msg-box.advice {
  background-image: none;
  background: linear-gradient(to bottom, #ec6e07 0%, #ff4800 100%);
}

/* 
.confirmed-msg-box {
	min-width: 300px;
	width: auto;
	padding: 2px 10px 2px 40px;
	border: solid 1px #FFF;
	border-radius: 5px;
} */

.confirmed-msg-box span {
  display: block;
  white-space: nowrap;
}

.confirmed-msg-box.show {
  opacity: .9;
}

.confirmed-msg-box.copied {
  width: auto;
  min-width: auto;
}

.confirmed-msg-box.error {
  width: 330px;
  min-width: auto;
  background-color: #f00;
  /* background-image: url(../images/svg/forbidden_white.svg); */
  background-image: url(../../common/icons/forbidden_white.svg);
}

.confirmed-msg-box.copy {
  width: 300px;
  padding: 5px 5px 5px 5px;
  border: solid 1px #FFF;
  border-radius: 3px;
}

.ssp_dialog_wrap, .modal_wrap {
  padding: 15px;
}

.ui-dialog-titlebar.ui-helper-clearfix:before, 
.ui-dialog-titlebar.ui-helper-clearfix:after {
  display: none;
}

.outer-glow-green-a {
  box-shadow: 0 0 40px rgba(75, 220, 94, 0.4);
}

@media (max-width: 767px) {
  .player-records-page-heading-main {
    gap: 14px;
  }

  .player-records-page-heading-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    flex-basis: 52px;
  }

  .edit-member-chips li.edit-chip,
    .edit-member-groups li.edit-chip {
    width: 100%;
  }
}

.placeholder\:text-Text-tertiary::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.placeholder\:text-Text-tertiary::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-left-\[18px\]::before {
  content: var(--tw-content);
  left: -18px;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:top-\[7px\]::before {
  content: var(--tw-content);
  top: 7px;
}

.before\:h-1\.5::before {
  content: var(--tw-content);
  height: 0.375em;
}

.before\:w-1\.5::before {
  content: var(--tw-content);
  width: 0.375em;
}

.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  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));
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-Text-prominent::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.empty\:hidden:empty {
  display: none;
}

.empty\:h-0:empty {
  height: 0px;
}

.focus-within\:border-gray-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.focus-within\:outline-2:focus-within {
  outline-width: 2px;
}

.focus-within\:outline-Primary-500:focus-within {
  outline-color: var(--color-primary-500);
}

.hover\:border-Button-Primary-primary:hover {
  border-color: var(--color-primary-600);
}

.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.hover\:border-green-600:hover {
  border-color: var(--color-primary-600);
}

.hover\:border-grey-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(140 147 151 / var(--tw-border-opacity));
}

.hover\:border-slate-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.hover\:border-zinc-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(221 223 227 / var(--tw-border-opacity));
}

.hover\:border-zinc-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}

.hover\:border-zinc-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}

.hover\:border-zinc-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.hover\:\!bg-gray-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-Button-Primary-primary-hover:hover {
  background-color: var(--color-primary-700);
}

.hover\:bg-Button-Tertiary-tertiary-bg-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 238 241 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#159a5c\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 154 92 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#5A5A5A\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 90 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#666666\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#F3F4F6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#F4F4F4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#F9FAFB\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.hover\:bg-green-50:hover {
  background-color: var(--color-primary-50);
}

.hover\:bg-green-500:hover {
  background-color: var(--color-primary-500);
}

.hover\:bg-green-600:hover {
  background-color: var(--color-primary-600);
}

.hover\:bg-grey-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-grey-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 233 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-zinc-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.hover\:bg-zinc-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.hover\:text-Button-Primary-primary:hover {
  color: var(--color-primary-600);
}

.hover\:text-Button-Primary-primary-hover:hover {
  color: var(--color-primary-700);
}

.hover\:text-Button-Tertiary-on-tertiary-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-Text-main:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-Text-primary:hover {
  color: var(--color-primary);
}

.hover\:text-Text-primary-strong:hover {
  color: var(--color-primary-600);
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-gray-50:hover {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-green-400:hover {
  color: var(--color-primary-400);
}

.hover\:text-green-500:hover {
  color: var(--color-primary-500);
}

.hover\:text-green-600:hover {
  color: var(--color-primary-600);
}

.hover\:text-green-700:hover {
  color: var(--color-primary-700);
}

.hover\:text-grey-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 233 / var(--tw-text-opacity));
}

.hover\:text-neutral-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  color: var(--color-primary);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-\[0px_8px_8px_-4px_rgba\(16\2c 24\2c 40\2c 0\.03\)\]:hover {
  --tw-shadow: 0px 8px 8px -4px rgba(16,24,40,0.03);
  --tw-shadow-colored: 0px 8px 8px -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);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:outline:hover {
  outline-style: solid;
}

.hover\:outline-1:hover {
  outline-width: 1px;
}

.hover\:outline-offset-\[-1px\]:hover {
  outline-offset: -1px;
}

.hover\:outline-Border-border-subtle-hover:hover {
  outline-color: #d1d5db;
}

.hover\:outline-Button-Tertiary-ghost-border-hover:hover {
  outline-color: #cececeff;
}

.hover\:outline-Button-Tertiary-tertiary-border:hover {
  outline-color: #F3F4F6;
}

.focus\:border-Primary-500:focus {
  border-color: var(--color-primary-500);
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-Primary-500:focus {
  --tw-ring-color: var(--color-primary-500);
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

.focus\:ring-green-500:focus {
  --tw-ring-color: var(--color-primary-500);
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.active\:scale-\[0\.98\]:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}

.active\:border-orange-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.active\:border-slate-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.active\:bg-orange-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.disabled\:cursor-default:disabled {
  cursor: default;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-30:disabled {
  opacity: 0.3;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:hover\:bg-white:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group\/item:hover .group-hover\/item\:bg-\[\#E4E7EC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-\[\#E4E7EC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group\/item:hover .group-hover\/item\:text-\[\#1DB369\] {
  --tw-text-opacity: 1;
  color: rgb(29 179 105 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-Primary-500 {
  color: var(--color-primary-500);
}

.group:hover .group-hover\:text-\[\#00a651\] {
  --tw-text-opacity: 1;
  color: rgb(0 166 81 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-500 {
  color: var(--color-primary-500);
}

.group:hover .group-hover\:text-green-600 {
  color: var(--color-primary-600);
}

.group.selected .group-\[\.selected\]\:flex {
  display: flex;
}

.group.selected .group-\[\.selected\]\:border-Primary-500 {
  border-color: var(--color-primary-500);
}

.group.selected .group-\[\.selected\]\:bg-Primary-500 {
  background-color: var(--color-primary-500);
}

.group.selected .group-\[\.selected\]\:bg-\[\#00a651\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 166 81 / var(--tw-bg-opacity));
}

.group.selected .group-\[\.selected\]\:font-Gotham_medium {
  font-family: Gotham-Medium;
}

.group.selected .group-\[\.selected\]\:text-Primary-500 {
  color: var(--color-primary-500);
}

.group.selected .group-\[\.selected\]\:text-\[\#00a651\] {
  --tw-text-opacity: 1;
  color: rgb(0 166 81 / var(--tw-text-opacity));
}

@media (min-width: 540px) {
  .\32xs\:h-\[90px\] {
    height: 90px;
  }

  .\32xs\:w-\[auto\] {
    width: auto;
  }
}

@media (min-width: 570px) {
  .xs\:h-\[90px\] {
    height: 90px;
  }

  .xs\:w-\[auto\] {
    width: auto;
  }
}

@media (min-width: 640px) {
  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[196px\] {
    height: 196px;
  }

  .sm\:w-\[560px\] {
    width: 560px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

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

  .sm\:gap-10 {
    gap: 2.5em;
  }

  .sm\:gap-2 {
    gap: 0.5em;
  }

  .sm\:gap-3 {
    gap: 0.75em;
  }

  .sm\:gap-4 {
    gap: 1em;
  }

  .sm\:gap-6 {
    gap: 1.5em;
  }

  .sm\:gap-\[0\.8em\] {
    gap: 0.8em;
  }

  .sm\:gap-\[6\.4em\] {
    gap: 6.4em;
  }

  .sm\:p-16 {
    padding: 4em;
  }

  .sm\:p-8 {
    padding: 2em;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:normal-case {
    text-transform: none;
  }
}

@media (min-width: 768px) {
  .md\:m-4 {
    margin: 1em;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-\[9\.6em\] {
    margin-bottom: 9.6em;
  }

  .md\:mt-\[0\.6em\] {
    margin-top: 0.6em;
  }

  .md\:mt-\[4\.266666em\] {
    margin-top: 4.266666em;
  }

  .md\:mt-\[6\.4em\] {
    margin-top: 6.4em;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[1\.3333333em\] {
    height: 1.3333333em;
  }

  .md\:h-\[1\.6em\] {
    height: 1.6em;
  }

  .md\:h-\[100\%\] {
    height: 100%;
  }

  .md\:h-\[3\.7333333em\] {
    height: 3.7333333em;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-\[1\.3333333em\] {
    width: 1.3333333em;
  }

  .md\:w-\[1\.6em\] {
    width: 1.6em;
  }

  .md\:w-\[100\%\] {
    width: 100%;
  }

  .md\:w-\[140px\] {
    width: 140px;
  }

  .md\:w-\[145px\] {
    width: 145px;
  }

  .md\:w-\[190px\] {
    width: 190px;
  }

  .md\:w-\[280px\] {
    width: 280px;
  }

  .md\:w-\[300px\] {
    width: 300px;
  }

  .md\:w-\[328px\] {
    width: 328px;
  }

  .md\:w-\[33\%\] {
    width: 33%;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:w-\[720px\] {
    width: 720px;
  }

  .md\:w-\[768px\] {
    width: 768px;
  }

  .md\:w-\[calc\(30\%-76\.6px\)\] {
    width: calc(30% - 76.6px);
  }

  .md\:w-\[calc\(40\%-115px\)\] {
    width: calc(40% - 115px);
  }

  .md\:w-\[calc\(40\%-76\.6px\)\] {
    width: calc(40% - 76.6px);
  }

  .md\:w-\[calc\(60\%-115px\)\] {
    width: calc(60% - 115px);
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:min-w-\[110px\] {
    min-width: 110px;
  }

  .md\:min-w-\[140px\] {
    min-width: 140px;
  }

  .md\:min-w-\[145px\] {
    min-width: 145px;
  }

  .md\:max-w-\[145px\] {
    max-width: 145px;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-\[2rem_minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 2rem minmax(0,1fr) minmax(0,1fr);
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

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

  .md\:gap-2 {
    gap: 0.5em;
  }

  .md\:gap-4 {
    gap: 1em;
  }

  .md\:gap-8 {
    gap: 2em;
  }

  .md\:gap-\[4\.266666667em\] {
    gap: 4.266666667em;
  }

  .md\:gap-\[4\.2666667em\] {
    gap: 4.2666667em;
  }

  .md\:gap-\[6\.4em\] {
    gap: 6.4em;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:p-10 {
    padding: 2.5em;
  }

  .md\:p-6 {
    padding: 1.5em;
  }

  .md\:\!px-8 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }

  .md\:px-4 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .md\:px-8 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .md\:px-\[1\.866666em\] {
    padding-left: 1.866666em;
    padding-right: 1.866666em;
  }

  .md\:py-16 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .md\:py-\[1\.0666666em\] {
    padding-top: 1.0666666em;
    padding-bottom: 1.0666666em;
  }

  .md\:py-\[6\.4em\] {
    padding-top: 6.4em;
    padding-bottom: 6.4em;
  }

  .md\:pb-32 {
    padding-bottom: 8em;
  }

  .md\:pb-\[2em\] {
    padding-bottom: 2em;
  }

  .md\:pb-\[6\.3333333em\] {
    padding-bottom: 6.3333333em;
  }

  .md\:pb-\[6\.4em\] {
    padding-bottom: 6.4em;
  }

  .md\:pl-10 {
    padding-left: 2.5em;
  }

  .md\:pr-10 {
    padding-right: 2.5em;
  }

  .md\:pt-16 {
    padding-top: 4em;
  }

  .md\:pt-2 {
    padding-top: 0.5em;
  }

  .md\:pt-\[6\.4666666em\] {
    padding-top: 6.4666666em;
  }

  .md\:pt-\[6\.4em\] {
    padding-top: 6.4em;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-2xl {
    font-size: 1.6em;
  }

  .md\:text-3xl {
    font-size: 2em;
  }

  .md\:text-4xl {
    font-size: 2.4em;
  }

  .md\:text-5xl {
    font-size: 3.2em;
  }

  .md\:text-6xl {
    font-size: 4em;
  }

  .md\:text-lg {
    font-size: 1.2em;
  }

  .md\:text-md {
    font-size: 1.0666666em;
  }

  .md\:text-xl {
    font-size: 1.333333em;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }

  .md\:leading-\[1\.25em\] {
    line-height: 1.25em;
  }

  .md\:leading-\[1\.266666em\] {
    line-height: 1.266666em;
  }

  .md\:leading-\[1\.3333333em\] {
    line-height: 1.3333333em;
  }

  .md\:leading-\[1\.333333em\] {
    line-height: 1.333333em;
  }

  .md\:leading-\[1\.3em\] {
    line-height: 1.3em;
  }

  .md\:leading-\[72px\] {
    line-height: 72px;
  }

  .md\:tracking-\[-0\.02em\] {
    letter-spacing: -0.02em;
  }

  .md\:tracking-\[-0\.03em\] {
    letter-spacing: -0.03em;
  }

  .md\:tracking-\[-0\.04em\] {
    letter-spacing: -0.04em;
  }
}

@media (min-width: 900px) {
  .m12\:w-\[170px\] {
    width: 170px;
  }

  .m12\:min-w-\[170px\] {
    min-width: 170px;
  }

  .m12\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 960px) {
  .m2\:m-0 {
    margin: 0px;
  }

  .m2\:block {
    display: block;
  }

  .m2\:inline-block {
    display: inline-block;
  }

  .m2\:flex {
    display: flex;
  }

  .m2\:inline-flex {
    display: inline-flex;
  }

  .m2\:h-5 {
    height: 1.25em;
  }

  .m2\:w-5 {
    width: 1.25em;
  }

  .m2\:w-\[100\%\] {
    width: 100%;
  }

  .m2\:w-\[26\.8\%\] {
    width: 26.8%;
  }

  .m2\:w-\[350px\] {
    width: 350px;
  }

  .m2\:w-\[40\%\] {
    width: 40%;
  }

  .m2\:w-\[50\%\] {
    width: 50%;
  }

  .m2\:w-\[60\%\] {
    width: 60%;
  }

  .m2\:w-\[65\.2em\] {
    width: 65.2em;
  }

  .m2\:w-\[67\%\] {
    width: 67%;
  }

  .m2\:w-\[808px\] {
    width: 808px;
  }

  .m2\:w-\[960px\] {
    width: 960px;
  }

  .m2\:w-auto {
    width: auto;
  }

  .m2\:max-w-\[350px\] {
    max-width: 350px;
  }

  .m2\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .m2\:flex-row {
    flex-direction: row;
  }

  .m2\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

  .m2\:gap-16 {
    gap: 4em;
  }

  .m2\:gap-2 {
    gap: 0.5em;
  }

  .m2\:gap-8 {
    gap: 2em;
  }

  .m2\:pr-8 {
    padding-right: 2em;
  }

  .m2\:text-base {
    font-size: 1.0666666em;
  }
}

@media (min-width: 1024px) {
  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-16 {
    height: 4em;
  }

  .lg\:h-20 {
    height: 5em;
  }

  .lg\:h-5 {
    height: 1.25em;
  }

  .lg\:h-\[45px\] {
    height: 45px;
  }

  .lg\:w-5 {
    width: 1.25em;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_511px\] {
    grid-template-columns: minmax(0,1fr) 511px;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

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

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

  .lg\:gap-24 {
    gap: 6em;
  }

  .lg\:bg-cv_grey-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(53 63 71 / var(--tw-bg-opacity));
  }

  .lg\:bg-\[length\:1\.33em_1\.33em\] {
    background-size: 1.33em 1.33em;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:pr-\[320px\] {
    padding-right: 320px;
  }

  .lg\:text-3xl {
    font-size: 2em;
  }

  .lg\:text-base {
    font-size: 1.0666666em;
  }

  .lg\:text-sm {
    font-size: 0.933333em;
  }

  .lg\:leading-\[1\.266666em\] {
    line-height: 1.266666em;
  }

  .lg\:leading-\[1\.4em\] {
    line-height: 1.4em;
  }
}

@media (min-width: 1150px) {
  .\32lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[22px\] {
    height: 22px;
  }

  .xl\:w-\[1280px\] {
    width: 1280px;
  }

  .xl\:w-\[45\%\] {
    width: 45%;
  }

  .xl\:w-\[55\%\] {
    width: 55%;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-center_old {
    width: 1280px;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[minmax\(0\2c 1fr\)_20rem\] {
    grid-template-columns: minmax(0,1fr) 20rem;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

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

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

  .xl\:pl-6 {
    padding-left: 1.5em;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:text-6xl {
    font-size: 4em;
  }

  .xl\:leading-\[1\.2em\] {
    line-height: 1.2em;
  }

  .xl\:tracking-\[-0\.04em\] {
    letter-spacing: -0.04em;
  }
}
