/* Define base styles using Tailwind CSS */

:root {
  --scrollbar-width: 17px;
  --scrollbar-height: 17px;
}

/* Chrome, Edge, Safari */

.table-data::-webkit-scrollbar {
  width: var(--scrollbar-width) !important;
  /* vertical scrollbar */
  height: var(--scrollbar-height) !important;
  /* horizontal scrollbar */
  scrollbar-color: white;
  -webkit-overflow-scrolling: touch;
}

/* Firefox */

.table-data {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  /* none | auto  */
  scrollbar-width: var(--scrollbar-width);
  /* vertical scrollbar */
  scrollbar-color: white;
}

/* Firefox */

/* Chrome, Edge, Safari */

.table-data::-webkit-scrollbar {
  width: var(--scrollbar-width);
  /* vertical scrollbar */
  height: var(--scrollbar-height);
  /* horizontal scrollbar */
  scrollbar-color: white;
}

.table-data::-webkit-scrollbar-track:vertical {
  background-color: black;
  margin-block-start: 60px;
}

.table-data::-webkit-scrollbar-thumb:vertical {
  background-color: white;
  border-radius: 30px;
  border: 4px solid transparent;
  background-clip: content-box;
  height: 100px;
}

.table-data::-webkit-scrollbar-thumb:horizontal {
  background-color: white;
  border-radius: 30px;
  border: 4px solid transparent;
  background-clip: content-box;
}

.table-data::-webkit-scrollbar-track:horizontal {
  margin-right: var(--last-column-width1);
  background-color: black;
}

#table-data4::-webkit-scrollbar-track:horizontal {
  margin-right: var(--last-column-width2);
}

#table-data4.scroll::-webkit-scrollbar-track:vertical {
  margin-block-start: 87px !important;
}

/* ! tailwindcss v3.4.1 | 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 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
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] {
  display: none;
}

*, ::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:  ;
}

::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:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.spinner {
  border: 2px solid #ec008c;
  border-top-color: transparent;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  animation: spin 0.6s linear infinite;
}

#nextBtn:hover .spinner {
  border-color: white;           /* make spinner match hover border */
  border-top-color: #ec008c;         /* visible rotation contrast */
  /*background-color: #ec008c;   */      /* subtle fill color */
}

.spinner1 {
  border: 2px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  animation: spin 0.6s linear infinite;
}



@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-left-\[2px\] {
  left: -2px;
}

.-top-\[30px\] {
  top: -30px;
}

.-top-\[50px\] {
  top: -50px;
}

.-top-\[55px\] {
  top: -55px;
}

.-top-\[60px\] {
  top: -60px;
}

.-top-\[80px\] {
  top: -80px;
}

.-top-full {
  top: -100%;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-\[-1px\] {
  right: -1px;
}

.top-0 {
  top: 0px;
}

.top-14 {
  top: 3.5rem;
}

.top-2 {
  top: 0.5rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-8 {
  top: 2rem;
}

.top-\[75px\] {
  top: 75px;
}

.top-full {
  top: 100%;
}

.-z-10 {
  z-index: -10;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-15 {
  z-index: 15;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[-1\] {
  z-index: -1;
}

.z-\[15\] {
  z-index: 15;
}

.z-\[16\] {
  z-index: 16;
}

.z-\[17\] {
  z-index: 17;
}

.z-\[18\] {
  z-index: 18;
}

.z-\[19\] {
  z-index: 19;
}

.z-\[20\] {
  z-index: 20;
}

.z-\[21\] {
  z-index: 21;
}

.z-\[22\] {
  z-index: 22;
}

.z-\[23\] {
  z-index: 23;
}

.z-\[9999\] {
  z-index: 9999;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.m-auto {
  margin: auto;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-27 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mt-\[4px\] {
  margin-top: -4px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-27 {
  margin-bottom: 100px;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-13 {
  margin-top: 51px;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-27 {
  margin-top: 100px;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-3\.5 {
  margin-top: 0.875rem;
}

.mt-36 {
  margin-top: 9rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-7\.5 {
  margin-top: 30px;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.h-auto {
	height: auto;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-4 {
  height: 1rem;
}

.h-8 {
  height: 2rem;
}

.h-81 {
  height: 325px;
}

.h-82 {
  height: 351px;
}

.h-\[13px\] {
  height: 13px;
}

.h-\[17px\] {
  height: 17px;
}

.h-\[260px\] {
  height: 260px;
}

.h-\[280px\] {
  height: 280px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[325px\] {
  height: 325px;
}

.h-\[436px\] {
  height: 436px;
}

.h-\[45px\] {
  height: 45px;
}

.h-\[495px\] {
  height: 495px;
}

.h-\[4px\] {
  height: 4px;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[56px\] {
  height: 56px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[87px\] {
  height: 87px;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.min-h-\[114px\] {
  min-height: 114px;
}

.min-h-\[60px\] {
  min-height: 60px;
}

.min-h-\[85px\] {
  min-height: 85px;
}

.min-h-\[calc\(100vh_-_60px\)\] {
  min-height: calc(100vh - 60px);
}

.min-h-\[calc\(100vh_-_85px_-_114px\)\] {
  min-height: calc(100vh - 85px - 114px);
}

.gradient-text {
  background: transparent
			linear-gradient(270deg, #fd5a12 0%, #ff80d4 50%, #ec008c 100%) 0% 0%
			no-repeat; /* pink → orange */
  -webkit-background-clip: text;   /* clip background to text */
  -webkit-text-fill-color: transparent; /* make text itself transparent */
  background-clip: text; /* (for Firefox support) */
}

.w-0 {
  width: 0px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-28 {
  width: 7rem;
}

.w-3\/12 {
  width: 25%;
}

.w-3\/6 {
  width: 50%;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-60 {
  width: 15rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-\[105px\] {
  width: 105px;
}

.w-\[115px\] {
  width: 115px;
}

.w-\[116px\] {
  width: 116px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[134px\] {
  width: 134px;
}

.w-\[138px\] {
  width: 138px;
}

.w-\[140px\] {
  width: 140px;
}

.w-\[145px\] {
  width: 145px;
}

.w-\[147px\] {
  width: 147px;
}

.w-\[160px\] {
  width: 160px;
}

.w-\[161px\] {
  width: 161px;
}

.w-\[175px\] {
  width: 175px;
}

.w-\[178px\] {
  width: 178px;
}

.w-\[194px\] {
  width: 194px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[45px\] {
  width: 45px;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[500px\] {
  width: 500px;
}

.w-\[520px\] {
  width: 520px;
}

.w-\[55px\] {
  width: 55px;
}

.w-\[600px\] {
  width: 600px;
}

.w-\[606px\] {
  width: 606px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[80px\] {
  width: 80px;
}

.w-\[822px\] {
  width: 822px;
}

.w-\[93px\] {
  width: 93px;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.desktop-mobile { width:500px; }

.min-w-\[75\%\] {
  min-width: 75%;
}

.origin-\[0\] {
  transform-origin: 0;
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem;
  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-7 {
  --tw-translate-y: -1.75rem;
  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-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.text-clip {
  text-overflow: clip;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-4xl {
  border-radius: 20px;
}

.rounded-5xl {
  border-radius: 30px;
}

.rounded-6xl {
  border-radius: 33px;
}

.rounded-tl-4xl {
  border-top-left-radius: 20px;
}

.rounded-tr-4xl {
  border-top-right-radius: 20px;
}

.border {
  border-width: 1px;
}

.border-4 {
  border-width: 4px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-none {
  border-style: none;
}

.border-customlightpink {
  --tw-border-opacity: 1;
  border-color: rgb(255 128 212 / var(--tw-border-opacity));
}

.border-custompink {
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#\#D7D2D4\] {
  background-color: ##D7D2D4;
}

.bg-\[\#\#F799D1\] {
  background-color: ##F799D1;
}

.bg-\[\#\#FFCDEE\] {
  background-color: ##FFCDEE;
}

.bg-\[\#D7D2D4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(215 210 212 / var(--tw-bg-opacity));
}

.bg-\[\#F799D1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 153 209 / var(--tw-bg-opacity));
}

.bg-\[\#FFCDEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 205 238 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-customlightpink {
  --tw-bg-opacity: 1;
  background-color: rgb(255 128 212 / var(--tw-bg-opacity));
}

.bg-customorange {
  --tw-bg-opacity: 1;
  background-color: rgb(253 90 18 / var(--tw-bg-opacity));
}

.bg-custompink {
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity));
}

.bg-customwhite {
  background-color: #FFFFFFCC;
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-main {
  background-image: url('/resources1/images/main_bg.png');
}

.from-customblack {
  --tw-gradient-from: #000000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-customorange {
  --tw-gradient-from: #FD5A12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 90 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-custompink {
  --tw-gradient-from: #EC008C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 0 140 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-customlightpink {
  --tw-gradient-to: rgb(255 128 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #FF80D4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-customorange {
  --tw-gradient-to: #FD5A12 var(--tw-gradient-to-position);
}

.to-custompink {
  --tw-gradient-to: #EC008C var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-10\.5 {
  padding-left: 42px;
  padding-right: 42px;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-18 {
  padding-left: 74px;
  padding-right: 74px;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-8\.5 {
  padding-top: 34px;
  padding-bottom: 34px;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.font-OwnersBlack {
  font-family: OwnersBlack;
}

.font-VisbyCfBold {
  font-family: VisbyCfBold;
}

.font-VisbyCfDemiBold {
  font-family: VisbyCfDemiBold;
}

.font-VisbyCfExtraBold {
  font-family: VisbyCfExtraBold;
}

.font-VisbyCfHeavy {
  font-family: VisbyCfHeavy;
}

.font-VisbyCfMedium {
  font-family: VisbyCfMedium;
}

.font-VisbyCfRegular {
  font-family: VisbyCfRegular;
}

.text-1xl {
  font-size: 22px ;
}

.at-a-glance-text { font-size:22px; }

.results-text { font-size:22px; }

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl {
  font-size: 44px;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-11 {
  line-height: 31px;
}

.leading-8 {
  line-height: 2rem;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tighter {
  letter-spacing: 0.006em;
}

.tracking-tightest {
  letter-spacing: -0.04px;
}

.tracking-widering {
  letter-spacing: 0.28px;
}

.tracking-widest {
  letter-spacing: 0.14px;
}

.text-\[\#\#FD5A12\] {
  color: ##FD5A12;
}

.text-\[\#FD5A12\] {
  --tw-text-opacity: 1;
  color: rgb(253 90 18 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-customlightpink {
  --tw-text-opacity: 1;
  color: rgb(255 128 212 / var(--tw-text-opacity));
}

.text-custompink {
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

.placeholder-custompink::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 0 140 / var(--tw-placeholder-opacity));
}

.placeholder-custompink::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 0 140 / var(--tw-placeholder-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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);
}

.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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.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);
}

main {
  background: transparent
			linear-gradient(180deg, #00000034 0%, #000000 100%) 0% 0% no-repeat
			padding-box;
}

#popup-modal {
  background: transparent
			linear-gradient(270deg, #ec008c 0%, #ff80d4 35%, #fd5a12 100%) 0% 0%
			no-repeat padding-box;
}

#popup-modal-message {
  background: transparent
			linear-gradient(270deg, #ec008c 0%, #ff80d4 35%, #fd5a12 100%) 0% 0%
			no-repeat padding-box;
}

#popup-modal-john-doe {
  background: transparent
			linear-gradient(270deg, #ec008c 0%, #ff80d4 35%, #fd5a12 100%) 0% 0%
			no-repeat padding-box;
}

#popup-modal-duplicate {
  background: transparent
			linear-gradient(270deg, #ec008c 0%, #ff80d4 35%, #fd5a12 100%) 0% 0%
			no-repeat padding-box;
}

#popup-modal-firstname-lastname {
  background: transparent
			linear-gradient(270deg, #ec008c 0%, #ff80d4 35%, #fd5a12 100%) 0% 0%
			no-repeat padding-box;
}

#popup-modal-firstTimeLogin {
  background: transparent
			linear-gradient(270deg, #ec008c 0%, #ff80d4 35%, #fd5a12 100%) 0% 0%
			no-repeat padding-box;
}

#popup-modal-dateofbirth {
  background: transparent
			linear-gradient(270deg, #ec008c 0%, #ff80d4 35%, #fd5a12 100%) 0% 0%
			no-repeat padding-box;
}

#popup-modal-not-deleted {
  background: transparent
			linear-gradient(270deg, #ec008c 0%, #ff80d4 35%, #fd5a12 100%) 0% 0%
			no-repeat padding-box;
}

.custom-checkbox input[type="checkbox"] {
  accent-color: #ec008c;
  -webkit-appearance: none;
  /* Remove default styles on Safari */
  -moz-appearance: none;
  /* Remove default styles on Firefox */
  appearance: none;
  /* Remove default styles on other browsers */
  outline: none;
  /* Remove default focus style */
}

.custom-checkbox input[type="checkbox"]::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border: solid 4px #ec008c;
  position: absolute;
}

.custom-checkbox input[type="checkbox"]:checked::after {
  content: url('data:image/svg+xml,%3Csvg id="Component_185_8" data-name="Component 185 – 8" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"%3E%3Cg id="Rectangle_275" data-name="Rectangle 275" fill="%23fff" stroke="%23ec008c" stroke-width="3"%3E%3Crect width="32" height="32" stroke="none"/%3E%3Crect x="1.5" y="1.5" width="29" height="29" fill="none"/%3E%3C/g%3E%3Crect id="Rectangle_276" data-name="Rectangle 276" width="32" height="32" fill="%23ec008c"/%3E%3Cline id="Line_21" data-name="Line 21" y1="11" x2="11" transform="translate(12.5 10.5)" fill="none" stroke="%23fff" stroke-width="3"/%3E%3Cline id="Line_22" data-name="Line 22" x2="6" y2="6" transform="translate(8.5 15.5)" fill="none" stroke="%23fff" stroke-width="3"/%3E%3C/svg%3E');
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  width: 32px;
  height: 32px;
  font-weight: bolder;
  border: solid 4px #ec008c;
}

.custom-checkbox1 input[type="checkbox"] {
  -webkit-appearance: none;
  /* Remove default styles on Safari */
  -moz-appearance: none;
  /* Remove default styles on Firefox */
  appearance: none;
  /* Remove default styles on other browsers */
  outline: none;
  /* Remove default focus style */
  position: relative;
  cursor: pointer;
}

.custom-checkbox1 input[type="checkbox"]::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: #ec008c;
  border: solid 4px white;
  position: absolute;
}

.custom-checkbox1 input[type="checkbox"]:checked::after {
  content: url('data:image/svg+xml,%3Csvg id="Component_185_3" data-name="Component 185 – 3" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"%3E%3Cg id="Rectangle_275" data-name="Rectangle 275" fill="%23EC008C" stroke="%23fff" stroke-width="3"%3E%3Crect width="32" height="32" stroke="none"/%3E%3Crect x="1.5" y="1.5" width="29" height="29" fill="none"/%3E%3C/g%3E%3Crect id="Rectangle_276" data-name="Rectangle 276" width="32" height="32" fill="%23fff"/%3E%3Cline id="Line_21" data-name="Line 21" y1="11" x2="11" transform="translate(12.5 10.5)" fill="none" stroke="%23EC008C" stroke-width="3"/%3E%3Cline id="Line_22" data-name="Line 22" x2="6" y2="6" transform="translate(8.5 15.5)" fill="none" stroke="%23EC008C" stroke-width="3"/%3E%3C/svg%3E');
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 39px;
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: white;
  font-weight: bolder;
}

.custom-checkbox2 input[type="checkbox"] {
  -webkit-appearance: none;
  /* Remove default styles on Safari */
  -moz-appearance: none;
  /* Remove default styles on Firefox */
  appearance: none;
  /* Remove default styles on other browsers */
  outline: none;
  /* Remove default focus style */
  position: relative;
  cursor: pointer;
}

.custom-checkbox2 input[type="checkbox"]::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: #ff80d4;
  border: solid 4px white;
  position: absolute;
}

.custom-checkbox2 input[type="checkbox"]:checked::after {
  content: url('data:image/svg+xml,%3Csvg id="Component_185_3" data-name="Component 185 – 3" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"%3E%3Cg id="Rectangle_275" data-name="Rectangle 275" fill="" stroke="%23fff" stroke-width="3"%3E%3Crect width="32" height="32" stroke="none"/%3E%3Crect x="1.5" y="1.5" width="29" height="29" fill="none"/%3E%3C/g%3E%3Crect id="Rectangle_276" data-name="Rectangle 276" width="32" height="32" fill="%23fff"/%3E%3Cline id="Line_21" data-name="Line 21" y1="11" x2="11" transform="translate(12.5 10.5)" fill="none" stroke="%23ff80d4" stroke-width="3" /%3E%3Cline id="Line_22" data-name="Line 22" x2="6" y2="6" transform="translate(8.5 15.5)" fill="none" stroke="%23ff80d4" stroke-width="3"/%3E%3C/svg%3E');
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 39px;
  color: #ff80d4;
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: white;
  font-weight: bolder;
}

.custom-checkbox3 input[type="checkbox"] {
  -webkit-appearance: none;
  /* Remove default styles on Safari */
  -moz-appearance: none;
  /* Remove default styles on Firefox */
  appearance: none;
  /* Remove default styles on other browsers */
  outline: none;
  /* Remove default focus style */
  position: relative;
  cursor: pointer;
}

.custom-checkbox3 input[type="checkbox"]::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: #fd5a12;
  border: solid 4px white;
  position: absolute;
}

.custom-checkbox3 input[type="checkbox"]:checked::after {
  content: url('data:image/svg+xml,%3Csvg id="Component_185_3" data-name="Component 185 – 3" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"%3E%3Cg id="Rectangle_275" data-name="Rectangle 275" fill="%23FD5A12" stroke="%23fff" stroke-width="3"%3E%3Crect width="32" height="32" stroke="none"/%3E%3Crect x="1.5" y="1.5" width="29" height="29" fill="none"/%3E%3C/g%3E%3Crect id="Rectangle_276" data-name="Rectangle 276" width="32" height="32" fill="%23fff"/%3E%3Cline id="Line_21" data-name="Line 21" y1="11" x2="11" transform="translate(12.5 10.5)" fill="none" stroke="%23FD5A12" stroke-width="3"/%3E%3Cline id="Line_22" data-name="Line 22" x2="6" y2="6" transform="translate(8.5 15.5)" fill="none" stroke="%23FD5A12" stroke-width="3"/%3E%3C/svg%3E');
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 39px;
  color: #fd5a12;
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: white;
  font-weight: bolder;
}

:root {
  --scrollbar-width: 17px;
  --scrollbar-height: 17px;
}

/* Chrome, Edge, Safari */

.table-data::-webkit-scrollbar {
  width: var(--scrollbar-width) !important;
  /* vertical scrollbar */
  height: var(--scrollbar-height) !important;
  /* horizontal scrollbar */
  scrollbar-color: white;
  -webkit-overflow-scrolling: touch;
}

/* Firefox */

.table-data {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thick;
  /* none | auto  */
  scrollbar-width: var(--scrollbar-width);
  /* vertical scrollbar */
  scrollbar-color: white;
}

/* Firefox */

/* Chrome, Edge, Safari */

.table-data::-webkit-scrollbar {
  width: var(--scrollbar-width);
  /* vertical scrollbar */
  height: var(--scrollbar-height);
  /* horizontal scrollbar */
  scrollbar-color: white;
}

.table-data::-webkit-scrollbar-track:vertical {
  background-color: black;
  margin-block-start: 60px;
}

.table-data::-webkit-scrollbar-thumb:vertical {
  background-color: white;
  border-radius: 30px;
  border: 4px solid transparent;
  background-clip: content-box;
  height: 100px;
}

.table-data::-webkit-scrollbar-thumb:horizontal {
  background-color: white;
  border-radius: 30px;
  border: 4px solid transparent;
  background-clip: content-box;
}

.table-data::-webkit-scrollbar-track:horizontal {
  margin-right: var(--last-column-width1);
  background-color: black;
}

#table-data4::-webkit-scrollbar-track:horizontal {
  margin-right: var(--last-column-width2);
}

#table-data4.scroll::-webkit-scrollbar-track:vertical {
  margin-block-start: 87px !important;
}

#table-data5::-webkit-scrollbar-track:vertical {
  background-color: black;
  margin-block-start: 86px;
}

#table-data5::-webkit-scrollbar-track:horizontal {
  margin-right: 175px;
  background-color: black;
}

#upload-dancer-table::-webkit-scrollbar-track:horizontal {
  background-color: black;
}

.last-td {
  background-color: #ff80d4 !important;
  opacity: 0;
}

.lastcolumn {
  background-color: #ff80d4 !important;
  opacity: 0;
}

.hovered-path:hover .hovered-path1 {
  fill: black;
  transition: fill 0.2s ease;
  transition-delay: 0.2s;
}

.card:hover {
  background-color: #ec008c;
  transition: background-color 0.3s ease 0.3s;
}

.dancerSpaces {
  padding-right: 20px;
}

.card:hover .icons {
  fill: #fd7fd3 !important;
  transition: fill 0.3s ease;
}

.forgetborder:hover span {
  width: 0;
}

/* Button styles on hover */

#menu-button {
  transition: background-color 0.3s ease;
}

#menu-button:hover {
  background-color: black;
  transition-delay: 0.3s;
}

#menu-button:hover span {
  width: 100%;
  transition-delay: 0.3s;
}

#menu-button.click {
  background-color: white;
  transition-delay: 0s;
}

#menu-button.click:hover span {
  width: 50%;
  transition: width 0.3s ease-in-out;
}

/* login-menu-button */

#login-menu-button:hover {
  background-color: black;
}

#login-menu-button:hover span {
  width: 100%;
}

#login-menu-button.click {
  background-color: white;
}

#login-menu-button.click:hover span {
  width: 50%;
  transition: width 0.3s ease-in-out;
}

.bar {
  transition: width 0.3s ease-in-out;
}

.logoutIcons {
  fill: #ffffff;
}

.logoutBtn:hover .lines {
  stroke: #ec008c !important;
  transition: stroke 0.3s ease;
  transition-delay: 0.3s;
}

.logoutBtn:hover .logoutIcons {
  fill: #ec008c !important;
  transition: fill 0.3s ease;
  transition-delay: 0.3s;
}

.btnarrow:hover .lines {
  stroke: white !important;
  transition: stroke 0.3s ease;
  transition-delay: 0.3s;
}

.schedule {
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
}

.schedule:hover {
  transition-delay: 300ms;
}

.schedule .line1,
	.schedule .line2,
	.schedule .line3 {
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
}

.schedule:hover .line1 {
  stroke: #ec008c;
  transition-delay: 300ms;
}

.schedule:hover .line2 {
  stroke: #ff80d4;
  transition-delay: 300ms;
}

.schedule:hover .line3 {
  stroke: #fd5a12;
  transition-delay: 300ms;
}

.MinneapolisDropdown {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-arrow {
  transition: background-color 0.3s ease;
  transition-delay: 0.3s;
}

.rotate {
  transform: rotate(-180deg);
  transition: transform 0.3s ease-in-out;
}

.custom-checkbox {
  position: relative;
  cursor: pointer;
}

span {
  transition: width 0.4s ease-in-out;
}

table thead {
  z-index: 1;
}

.schedule span {
  line-height: 46px !important;
}

.ellipsis {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Tooltip styles */

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #312225;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.3s;
  top: -54px;
  border: solid 2px #5a4d50;
}

.tooltip .tooltiptext::after {
  top: 71%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  content: " ";
  height: 20px;
  width: 20px;
  position: absolute;
  pointer-events: none;
  transform: rotate(45deg);
  border-right: solid 2px #5a4d50;
  border-bottom: solid 2px #5a4d50;
  background-color: #312225;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease;
  transition-delay: 0.5s;
}

/* Tooltip styles Dashboard for single input that is eidtable */

.tooltipdash .tooltiptextdash {
  visibility: hidden;
  width: 135px;
  background-color: #ec008c;
  color: white;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 16px;
  top: -60px;
  border: solid 2px #ec008c;
  line-height: 19px;
}

.tooltipdash .tooltiptextdash::after {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  content: " ";
  height: 20px;
  width: 20px;
  position: absolute;
  pointer-events: none;
  transform: rotate(45deg);
  border-right: solid 2px #ec008c;
  border-bottom: solid 2px #ec008c;
  background-color: #ec008c;
}

.tooltipdash:hover .tooltiptextdash {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease;
  transition-delay: 0.5s;
}

/* Tooltip styles Dashboard for singli input that is eidtable */

.tooltipInput .tooltiptextInput {
  visibility: hidden;
  width: 135px;
  background-color: #ec008c;
  color: white;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.3s;
  top: -45px;
  border: solid 2px #ec008c;
  line-height: 19px;
}

.tooltipInput .tooltiptextInput::after {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  content: " ";
  height: 20px;
  width: 20px;
  position: absolute;
  pointer-events: none;
  transform: rotate(45deg);
  border-right: solid 2px #ec008c;
  border-bottom: solid 2px #ec008c;
  background-color: #ec008c;
}

.tooltipInput:hover .tooltiptextInput {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease;
  transition-delay: 0.5s;
}

.video-section .item {
  transition: 0.4s ease all;
  margin: 0 10px;
  transform: scale(1);
}

.video-section .active .item {
  opacity: 1;
  transform: scale(1);
}

.video-section .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.video-section video {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "OwnersBlack";

  src: url("/includes/fonts/OwnersText-Black.ttf");
}

@font-face {
  font-family: "VisbyCfHeavy";

  src: url("/includes/fonts/VisbyCF-Heavy.otf");
}

@font-face {
  font-family: "VisbyCfExtraBold";

  src: url("/includes/fonts/VisbyCF-ExtraBold.otf");
}

@font-face {
  font-family: "VisbyCfBold";

  src: url("/includes/fonts/VisbyCF-Bold.otf");
}

@font-face {
  font-family: "VisbyCfMedium";

  src: url("/includes/fonts/VisbyCF-Medium.otf");
}

@font-face {
  font-family: "VisbyCfDemiBold";

  src: url("/includes/fonts/VisbyCF-DemiBold.otf");
}

@font-face {
  font-family: "VisbyCfRegular";

  src: url("/includes/fonts/VisbyCF-Regular.otf");
}

#sidebarmenu li.active a {
  color: #ec008c !important;
}

.height {
  max-height: 652px;
}

.height-fit {
  height: 100px;
  transition: height 0.5s;
}

.viewImage {
  width: 10% !important;
  margin-left: 15px;
  margin-top: 15px;
  position: absolute;
}

.owl-stage-outer {
  position: relative;
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.owl-nav button {
  transition: width 0.4s ease;
}

.owl-nav button:hover {
  background: black !important;
  width: 35px;
  /* Adjust the desired width */
}

.photoSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  background: #000000 0% 0% no-repeat padding-box;
  background: rgba(0, 0, 0, 0.87);
  z-index: 9999;
  height: 100%;
  width: 100%;	
}

.player-wrapper {
  width: 10%;       /* Adjust as needed */
 /* max-width: 100px; */ /* Optional max width */
  max-height: 100px;     /* Keeps aspect ratio */
  margin: 0 auto;   /* Center horizontally */
}
.player-wrapper video {
  width: 10%;
  height: auto;
}

.data {
  background: transparent
		linear-gradient(270deg, #ec008c 0%, #ff80d4 35%, #fd5a12 100%) 0% 0%
		no-repeat padding-box;
  padding: 20px;
}

.previewPhotoModal {
  width: 114px;
  height: 68px;
}

.previewPhoto {
  width: 114px;
 height: 67px;
}

.previewPhoto-video {
  width: 100%;
  height: 100% !important; 	
}

.plyr--full-ui {
  height: 100% !important;
  width: 100% !important;
	max-height: 452px;
}

.plyr__video-wrapper {
  height: 100%;
}

.niceCountryInputMenuDefaultText a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.niceCountryInputMenu {
  width: 100% !important;
  padding: 16px;
  position: relative;
  z-index: 1;
  display: flex;
}

.niceCountryInputMenu a {
  display: flex !important;
  align-items: center;
}

.niceCountryInputMenuDropdownContent {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  background: white;
  z-index: +2;
  width: 100%;
  display: block !important;
}

.niceCountryInputMenuDropdownContent a {
  height: 50px;
  display: block;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px;
}

.niceCountryInputMenuDropdownContent a:hover {
  background-color: #fff0cb !important;
}

.niceCountryInputMenuFilter {
  display: none !important;
}

.niceCountryInputMenuCountryFlag {
  border: 1px solid #d3d3d3;
  width: 18px;
  height: 14px;
  margin-right: 5px;
}

.niceCountryInputMenuCountryNoFlag {
  display: inline-block;
  border: 1px solid black;
  background: white;
  color: black;
  line-height: 15px;
  text-align: center;
  width: 22px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 13px;
}

.niceCountryInputMenuDefaultText span {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.error {
  color: #d21822;
  font-family: VisbyCfDemiBold;
}

.ellipsisupload {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* All PDF Pages Styling */

.asss::after {
  content: "";
  display: block;
  border-bottom: 2px solid black;
  margin-top: 8px;
}

.logo-section {
  float: left;
  width: 65%;
}

 .logo-section2 img {
    width: 300px;
  }	

.logo-section2 {
  float: left;
  width: 65%;
}

.main-content-section {
  overflow: hidden;
}

.main-content-items {
  overflow: hidden;
  padding: 50px 0px;
}

.items-list {
  float: left;
  width: 55%;
  display: flex;
	
}

.items-list > :last-child {
  margin-left: 100px;
}

.items-list ul li {
  font-size: 22px;
  font-family: VisbyCfDemiBold;
}

.items-list ul li span {
  font-size: 22px;
  color: #ec008c;
  font-family: VisbyCfDemiBold;
}

.items-listmain {
  border-top: 4px solid black;
  padding: 50px 0px;

}

.items-list2 {
  display: flex;
}

.list-width {
	width: 400px;
}

.dancer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.dancer-item {
 /* padding: 0.25rem 0.5rem;*/
	padding-right: 10px;
 /* border-bottom: 1px dotted #ccc;*/
 /* font-size: 0.95rem;*/
  line-height: 1.4;
  break-inside: avoid;
}

.items-list2 > :last-child {
  margin-left: 50px;
}

.items-list3 > :last-child {
  margin-left: 0px;
	width: 125px;
}

.items-list2 ul li {
  font-size: 22px;
  font-family: VisbyCfDemiBold;
}

.items-list2 ul li span {
  font-size: 22px;
  color: #ec008c;
  font-family: VisbyCfDemiBold;
}

.content {
  font-size: 22px;
  font-family: VisbyCfDemiBold;
  float: right;
  width: 45%;
  text-align: end;
}

.heading-rotine {
  font-size: 44px;
  font-family: OwnersBlack;
}

.heading-rotine2 {
  font-size: 44px;
  font-family: OwnersBlack;
}

.heading-overlap {
  font-size: 44px;
  font-family: OwnersBlack;
}

.awards-time {
  font-size: 22px;
  font-family: VisbyCfDemiBold;
  text-align: center;
  padding: 50px 0;
  border-top: 4px solid black;
  border-bottom: 4px solid black;
}

.main {
  padding: 20px;
  margin: 0;
  box-sizing: border-box;
}

.main-content {
  overflow: hidden;
  border-bottom: 4px solid black;
  padding-bottom: 53px;
}

.heading {
  float: left;
  width: 70%;
}

.heading-content {
  float: right;
  width: 30%;
  text-align: end;
}

.heading span {
  font-size: 22px;
  color: #ec008c;
  font-family: VisbyCfDemiBold;
}

.heading h1 {
  font-size: 44px;
  font-family: OwnersBlack;
}

.heading p {
  font-size: 22px;
  font-family: VisbyCfDemiBold;
}

.heading-content p {
  font-size: 22px;
  font-family: VisbyCfDemiBold;
}

.heading-content span {
  font-size: 22px;
  color: #ec008c;
  font-family: VisbyCfDemiBold;
}

.hero-content {
  overflow: hidden;
  width: 50%;
  padding: 50px 0px;
  font-size: 22px;
  font-family: VisbyCfDemiBold;
}

.border {
  border: 8px solid #ec008c;
}

/* Pdf Screen No:10 */

.showstoper-logo h1 {
  font-size: 44px;
  font-family: OwnersBlack;
}

.showstopper-main {
  display: grid;
  grid-template-columns: 20% 80%;
  padding: 60px 0;
}

.time {
  font-size: 22px;
  color: #ec008c;
  font-family: VisbyCfDemiBold;
}

.time-details span {
  font-size: 22px;
  color: #ec008c;
  font-family: VisbyCfDemiBold;
}

.time-details p {
  font-size: 22px;
  font-family: VisbyCfDemiBold;
}

.time-duration {
  text-align: center;
  font-size: 22px;
  font-family: VisbyCfDemiBold;
  border-top: 4px solid black;
  border-bottom: 4px solid black;
  padding: 50px 0px;
}

/* pdf screen no12 */

.locationTime {
  padding: 50px 0px;
  border-bottom: 4px solid black;
}

.locationTime span {
  font-size: 22px;
  color: #ec008c;
  font-family: VisbyCfDemiBold;
}

.locationTime p {
  font-size: 22px;
  font-family: VisbyCfDemiBold;
}

.timeLine {
  display: flex;
  padding: 50px 0px;
}

.eventOne span {
  margin-left: 100px;
  font-size: 22px;
  font-family: VisbyCfDemiBold;
  color: #ec008c;
}

.eventOne li {
  font-size: 22px;
  font-family: VisbyCfDemiBold;
}

.eventTwo {
  margin-left: 150px;
}

.eventTwo span {
  margin-left: 100px;
  font-size: 22px;
  font-family: VisbyCfDemiBold;
  color: #ec008c;
}

.eventTwo li {
  font-size: 22px;
  font-family: VisbyCfDemiBold;
}

.first-child span {
  margin-left: 95px;
}

/* pdf screenNo 14 */

.main-box {
  display: flex;
  padding: 50px 0px;
}

.leftBox-content ul li {
  font-size: 22px;
  font-family: VisbyCfDemiBold;
}

.rightBox-content {
  margin-left: 100px;
  display: flex;
}

.rightBox-content ul li {
  font-size: 22px;
  font-family: VisbyCfDemiBold;
}

.rightBox-content span {
  color: #ec008c;
}

.payment_1st_text { display:inline-table; width:30%; text-align:center; }
.payment_2nd_text { display:inline-table; width:24%; text-align:center; }
.payment_3rd_text { display:inline-table; width:30%; text-align:center; }
.payment_4th_text { display:inline-table; width:10%; text-align:center; }
.payment_ach1 { width:40%; display:inline-table; padding-left:10px; }
.payment_ach2 { width:40%; display:inline-table; }
.payment_ach3 { width:19%; display:inline-table; }

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.add_text {visibility:visible; }
.register_sortAZ { background-color:#EC008C; color:#FFF; width:90px; text-align:center; float:right; display:inline-table; cursor:pointer; margin-bottom:2px; }

.register_sortAge { background-color:#EC008C; color:#FFF; width:115px; text-align:center; float:right; display:inline-table; cursor:pointer; margin-bottom:2px; }

.register_space { width:18%; display:inline-table; }
.register_dancer_label1 { font-weight:bold; font-size:17px; width:40%; display:inline-table;}
.register_dancer_label2 { font-weight:bold; font-size:17px; width:40%; display:inline-table; float:right;}


.register_dancer_field1 { width:40%; display:inline-table;}
.register_dancer_field2 { width:40%; display:inline-table; float:right; }
.register_transfield { width:100%; height:300px; font-size:16px;  border: 5px #EC008C solid; }
.register_dancers { width:100%; height:300px; font-size:16px;   border: 5px #EC008C solid;}
.register_space_buttons { width:18%; display:inline-table; vertical-align:top; height:300px; padding:120px 5px 0px 15px; }

.register_add_dancer { background-color:#EC008C; width:100px; line-height:150%; color:#FFF; text-align:center; font-size:17px; cursor:pointer; font-weight:bold; }
.register_delete_dancer { background-color:#EC008C; width:100px; line-height:150%; margin-top:20px; color:#FFF; text-align:center; font-size:17px; cursor:pointer; font-weight:bold; }
.register_text_visible { visibility:visible; }

.events_header_remove_category { width:30%; padding-left:3px; display:table-cell;  }
.events_header_remove_category2 { width:30%; padding-left:0px; display:table-cell;  }
.events_header_remove_dancers { width:10%; padding-left:3px; display:table-cell;  }
.events_header_remove2_dancercount { padding-top:3px; width:10%; display:table-cell; overflow:hidden; }
.events_header_remain_music { width:30%; display:table-cell;}
.events_header_remain_cost { width:10%; display:table-cell;}
.events_header_remain_edit { width:9%; display:table-cell;}
.events_header_remain_submit { width:9%; display:table-cell;}
.events_remain_music { padding-top:3px; width:30%; display:table-cell;}
.events_remain_edit { padding-top:3px; width:9%; display:table-cell;}
.events_remain_cost { padding-top:3px; width:10%; display:table-cell;}
.events_remain_submit { padding-top:3px; width:9%; display:table-cell;}
.events_text, .events_cost { background-color:#EC008C; color:#FFF; padding:0px 3px 0px 3px; }
.events_remove, .events_remove2 { background-color:#EC008C; color:#FFF; padding:0px 3px 0px 3px; }
.events_text_music { background-color:#EBEBEB; padding-left:3px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; -ms-text-overflow:ellipsis;}
.events_text_music2 { background-color:#EBEBEB; padding-left:3px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; -ms-text-overflow:ellipsis;}
.events_text_category { background-color:#EBEBEB; padding-left:19px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; -ms-text-overflow:ellipsis;}
.events_text_dancercount { background-color:#EBEBEB; padding-left:29px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; -ms-text-overflow:ellipsis;}
.events_text_category2 { background-color:#EBEBEB; padding-left:3px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; -ms-text-overflow:ellipsis; }
.events_text_edit { background-color:#EBEBEB; padding-left:35px;  }
.events_text_cost { background-color:#EBEBEB; padding-left:31px;  }
.events_text_submit { background-color:#EBEBEB; padding-left:40px; }
.events_edit_text { font-weight:normal; font-size:16px; border:none; background-color:#EBEBEB; cursor:pointer; color:#ff56b6;}
.events_text_edit input[type="submit"]:hover { color:#ff56b6; }
.events_text_submit input[type="submit"]:hover { color:#ff56b6; }
.events_text_submit input[type="button"]:hover { color:#ff56b6; }

.finals_header_remove_category { width:40%; padding-left:3px; display:table-cell;  }
.finals_header_remove_category2 { width:40%; padding-left:0px; display:table-cell;  }
.finals_header_remove_dancers { width:10%; padding-left:3px; display:table-cell;  }
.finals_header_remove2_dancercount { padding-top:3px; width:10%; display:table-cell; overflow:hidden; }
.finals_header_remain_music { width:30%; display:table-cell;}
.finals_header_remain_edit { width:9%; display:table-cell;}
.finals_header_remain_submit { width:9%; display:table-cell;}
.finals_remain_music { padding-top:3px; width:30%; display:table-cell;}
.finals_remain_edit { padding-top:3px; width:9%; display:table-cell;}
.finals_remain_submit { padding-top:3px; width:9%; display:table-cell;}
.finals_text { background-color:#EC008C; color:#FFF; padding:0px 3px 0px 3px; }
.finals_remove, .finals_remove2 { background-color:#EC008C; color:#FFF; padding:0px 3px 0px 3px; }
.finals_text_music { background-color:#EBEBEB; padding-left:3px; }
.finals_text_category { background-color:#EBEBEB; padding-left:6px; }
.finals_text_dancercount { background-color:#EBEBEB; padding-left:9px; }
.finals_text_edit { background-color:#EBEBEB; padding-left:15px;  }
.finals_text_submit { background-color:#EBEBEB; padding-left:18px; }
.finals_edit_text { font-weight:normal; font-size:16px; border:none; background-color:#EBEBEB; cursor:pointer; color:#ff56b6;}
.finals_text_edit input[type="submit"]:hover { color:#ff56b6; }
.finals_text_submit input[type="submit"]:hover { color:#ff56b6; }

.finals_date { background-color:#EBEBEB; padding-left:3px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; -ms-text-overflow:ellipsis;}
.finals_location { background-color:#EBEBEB; padding-left:9px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; -ms-text-overflow:ellipsis;}
.finals_register { background-color:#EBEBEB; padding-left:3px; }
.finals_register input[type="submit"]:hover { background-color:#28bbff; }
  div.finals_text_category { background-color:#EBEBEB; padding-left:15px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:100%; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; }

@media (max-width: 1280px) {
	
	.at-a-glance-text { font-size: 18px; }
	
	.results-text { font-size:18px; }
	
  .viewImage {
    width: 25px !important;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 50px;
    position: absolute;
  }

  .heading h1 {
    font-size: 30px;
  }

  .heading-content span {
    font-size: 14px;
  }

  .heading p {
    font-size: 14px;
  }

  .heading-content p {
    font-size: 14px;
  }

  .hero-content {
    font-size: 14px;
  }

  .heading-rotine {
    font-size: 30px;
  }
	
	  .heading-rotine2 {
    font-size: 30px;
  }

  .heading-overlap {
    font-size: 30px;
  }

  .items-list ul li {
    font-size: 14px;
  }

  .items-list ul li span {
    font-size: 14px;
  }

  .content {
    font-size: 14px;
  }

  .awards-time {
    font-size: 14px;
  }

  .items-list2 ul li {
    font-size: 14px;
  }

  .items-list2 ul li span {
    font-size: 14px;
  }

  .locationTime span {
    font-size: 14px;
  }

  .locationTime p {
    font-size: 14px;
  }

  .eventOne span {
    font-size: 14px;
  }

  .eventOne li {
    font-size: 14px;
  }

  .eventTwo span {
    font-size: 14px;
  }

  .eventTwo li {
    font-size: 14px;
  }

  .leftBox-content ul li {
    font-size: 14px;
  }

  .rightBox-content ul li {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
	
	.at-a-glance-text { font-size: 12px; }
	
	.results-text { font-size:14px; }
	
  :root {
    --scrollbar-width: 17px;
    --scrollbar-height: 17px;
  }

  /* Chrome, Edge, Safari */

  .table-data::-webkit-scrollbar {
    width: var(--scrollbar-width) !important;
    /* vertical scrollbar */
    height: var(--scrollbar-height) !important;
    /* horizontal scrollbar */
    scrollbar-color: white;
    -webkit-overflow-scrolling: touch;
  }

  /* Firefox */

  .table-data {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thick;
    /* none | auto  */
    scrollbar-width: var(--scrollbar-width);
    /* vertical scrollbar */
    scrollbar-color: white;
  }

  /* Firefox */

  /* Chrome, Edge, Safari */

  .table-data::-webkit-scrollbar {
    width: var(--scrollbar-width);
    /* vertical scrollbar */
    height: var(--scrollbar-height);
    /* horizontal scrollbar */
    scrollbar-color: white;
  }

  .table-data::-webkit-scrollbar-track:vertical {
    background-color: black;
    margin-block-start: 60px;
  }

  .table-data::-webkit-scrollbar-thumb:vertical {
    background-color: white;
    border-radius: 30px;
    border: 4px solid transparent;
    background-clip: content-box;
    height: 100px;
  }

  .table-data::-webkit-scrollbar-thumb:horizontal {
    background-color: white;
    border-radius: 30px;
    border: 4px solid transparent;
    background-clip: content-box;
  }

  .table-data::-webkit-scrollbar-track:horizontal {
    margin-right: var(--last-column-width1);
    background-color: black;
  }

  #table-data4::-webkit-scrollbar-track:horizontal {
    margin-right: var(--last-column-width2);
  }

  #table-data4.scroll::-webkit-scrollbar-track:vertical {
    margin-block-start: 87px !important;
  }

  .video-section .item {
    transition: 0.4s ease all;
    margin: 0 30px;
    transform: scale(1);
  }

  #table-data5::-webkit-scrollbar-track:vertical {
    margin-block-start: 70px;
  }

  .schedule span {
    line-height: 33px !important;
  }

  .items-list > :last-child {
    margin-left: 50px;
  }

  .items-list2 > :last-child {
    margin-left: 25px;
  }
	
 div.finals_text_category { background-color:#EBEBEB; padding-left:15px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:397px; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; }	
	
}

@media (max-width: 768px) {
  /* :root {
		--scrollbar-height: 2vh !important;
	} */
	
	.at-a-glance-text { font-size: 10px; }
	
	.results-text { font-size:14px; }

  .heading {
    width: 100%;
    text-align: center;
  }

  .logo-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
	
	.logo-section2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .items-list {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .content {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }

  .items-list2 {
    width: 100%;
    display: flex;
   /* justify-content: center;*/
  }

  .main-content-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-content {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .hero-content {
    width: 100%;
  }

  table tbody tr,
	table thead tr {
    position: relative;
  }

  #table-data6 table tbody tr td:last-child {
    position: static;
  }

  #table-data6 table tbody tr td:last-child::before {
    border-left: none;
  }

  #table-data6 table thead th:last-child::before {
    border-left: none;
  }

  #table-data6 table thead th:last-child {
    position: static;
    background-color: white;
  }

  #upload-dancer-table table thead th:last-child::before {
    border-left: none;
  }

  #upload-dancer-table table thead th:last-child {
    position: static;
  }

  #upload-dancer-table table tbody tr td:last-child::before {
    border-left: none;
  }

  #upload-dancer-table table tbody tr td:last-child {
    position: static;
  }

  .tables tbody tr td:last-child {
    position: static !important;
  }

  .tables thead th:last-child::before {
    border-left: solid white 0px;
  }

  .tables tbody tr td:last-child::before {
    border-left: solid #ec008c 0px;
  }

  .tables thead th:last-child {
    position: static !important;
  }

  .lastCol {
    background-color: #f799d1 !important;
  }

  .heading-rotine {
    text-align: center;
  }
	
	  .heading-rotine2 {
    text-align: center;
  }

  .heading-overlap {
    text-align: center;
  }

  .showstoper-logo h1 {
    font-size: 25px;
  }

  .showstoper-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .time {
    font-size: 14px;
  }

  .time-details span {
    font-size: 14px;
  }

  .time-details p {
    font-size: 14px;
  }

  .time-duration {
    font-size: 14px;
  }

  .timeLine {
    flex-direction: column;
  }

  .eventTwo {
    margin-left: 0px;
    margin-top: 30px;
  }

  :root {
    --scrollbar-width: 17px;
    --scrollbar-height: 17px;
  }

  /* Chrome, Edge, Safari */

  .table-data::-webkit-scrollbar {
    width: var(--scrollbar-width) !important;
    /* vertical scrollbar */
    height: var(--scrollbar-height) !important;
    /* horizontal scrollbar */
    scrollbar-color: white;
    -webkit-overflow-scrolling: touch;
  }

  /* Firefox */

  .table-data {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thick;
    /* none | auto  */
    scrollbar-width: var(--scrollbar-width);
    /* vertical scrollbar */
    scrollbar-color: white;
  }

  /* Firefox */

  /* Chrome, Edge, Safari */

  .table-data::-webkit-scrollbar {
    width: var(--scrollbar-width);
    /* vertical scrollbar */
    height: var(--scrollbar-height);
    /* horizontal scrollbar */
    scrollbar-color: white;
  }

  .table-data::-webkit-scrollbar-track:vertical {
    background-color: black;
    margin-block-start: 60px;
  }

  .table-data::-webkit-scrollbar-thumb:vertical {
    background-color: white;
    border-radius: 30px;
    border: 4px solid transparent;
    background-clip: content-box;
    height: 100px;
  }

  .table-data::-webkit-scrollbar-thumb:horizontal {
    background-color: white;
    border-radius: 30px;
    border: 4px solid transparent;
    background-clip: content-box;
  }

  .table-data::-webkit-scrollbar-track:horizontal {
    margin-right: var(--last-column-width1);
    background-color: black;
  }

  #table-data4::-webkit-scrollbar-track:horizontal {
    margin-right: var(--last-column-width2);
  }

  #table-data4.scroll::-webkit-scrollbar-track:vertical {
    margin-block-start: 87px !important;
  }
	
 .register_dancers { height:70px; }
 .register_transfield { height:70px; }
 .register_space_buttons { width:18%; display:inline-table; vertical-align:top; height:auto; padding:0px 5px 0px 7px; }	
	
 .events_header_remove_category { display:none; }
.events_header_remove_category2 { display:none;  }

.events_header_remove2_dancercount { padding-top:3px; width:10%; display:table-cell; overflow:hidden; }
.events_header_remain_music { width:50%; display:table-cell;}
.events_remain_music { padding-top:3px; width:50%; display:table-cell;}
.events_header_remain_cost { width:20%; display:table-cell;}
.events_header_remove_dancers { width:10%; padding-left:3px; display:table-cell;  }
	.events_remain_edit { padding-top:3px; width:9%; display:table-cell;}
	.events_remain_cost { padding-top:3px; width:20%; display:table-cell;}
	.events_remain_submit { padding-top:3px; width:10%; display:table-cell;}
	.events_text_edit { background-color:#EBEBEB; padding-left:15px;  }
.events_text_submit { background-color:#EBEBEB; padding-left:15px; }

	
 div.finals_text_category { background-color:#EBEBEB; padding-left:15px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:299px; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; }	
	
	  .finals_header_remove_dancers { display:none; }
  .finals_header_remove2_dancercount { display:none; }
  .finals_edit_text { padding-left:20px; }
  .finals_remain_submit { padding-left:0px; }
  .finals_text_edit { padding-left:0px; }
  
  div.finals_text_category { background-color:#EBEBEB; padding-left:15px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:300px; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; }
}

@media (max-width: 665px) {
	.payment_ach1 { width:65%; }
	.payment_ach2 { display:none; }
	.payment_ach3 { width:20%; text-align:right; padding-right:10px; float:right;}
	
	.payment_1st_text { width:50%; text-align:left; padding-left:10px; }
	.payment_2nd_text { display:none; }
	.payment_3rd_text { display:none; }
	.payment_4th_text { width:20%; text-align:right; padding-right:10px; float:right;}
	
	.add_text {display:none; }
	.register_sortAZ { background-color:#FFF; color:#000; width:auto; text-align:center; float:right; display:inline-table; cursor: pointer; }
	 .register_text_disappear { display:none; }
	
	.register_sortAge { background-color:#FFF; color:#000; width:auto; text-align:center; float:right; display:inline-table; cursor: pointer;}
	
	.register_add_dancer { background-color:#EC008C; width:100%; line-height:150%; color:#FFF; text-align:center; font-size:17px; cursor:pointer; font-weight:bold; }
	.register_delete_dancer { background-color:#EC008C; width:100%; line-height:150%; margin-top:20px; color:#FFF; text-align:center; font-size:17px; cursor:pointer; font-weight:bold; }
	.register_text_visible { display:none; }
	.events_header_remain_music { width:40%; display:table-cell;}
	.events_text_cost { background-color:#EBEBEB; padding-left:21px;  }
	.events_header_remove_dancers { display:none;  }
	.events_header_remove2_dancercount { display:none; }

	
	.events_header_remain_cost { width:20%; display:table-cell;}
	.events_header_remain_edit { width:20%; display:table-cell;}
	.events_header_remain_submit { width:19%; display:table-cell;}
	.events_remain_music { padding-top:3px; width:40%; display:table-cell;}
	.events_remain_edit { padding-top:3px; width:20%; display:table-cell;}
	.events_remain_cost { padding-top:3px; width:20%; display:table-cell;}
	.events_remain_submit { padding-top:3px; width:19%; display:table-cell;}
		.events_text_edit { background-color:#EBEBEB; padding-left:3px;  }
.events_text_submit { background-color:#EBEBEB; padding-left:3px; }
	
		.finals_header_remove_category { display:none; } 
  	.finals_header_remove_category2 { display:none; } 
	.finals_text_edit { background-color:#EBEBEB; padding-left:25px;  }
	
	.at-a-glance-text { font-size: 10px; }
}

@media (max-width: 640px) { 
	
	.at-a-glance-text { font-size: 8px; } 
	
  .time-details {
    margin-top: 20px;
  }

  .showstopper-main {
    display: grid;
    grid-template-columns: 100%;
    padding: 40px 0;
  }

  .showstoper-logo h1 {
    text-align: center;
  }

  .items-list > :last-child {
    margin-left: 0px;
  }

  .items-list2 > :last-child {
    margin-left: 10px;
  }

  .logo-section svg {
    width: 300px;
  }
	
  .logo-section2 img {
    width: 300px;
  }	

  .main {
    padding: 10px;
  }

  .video-section .item {
    transition: 0.4s ease all;
    margin: 0 50px;
    transform: scale(1);
  }

  .owl-next {
    background: white !important;
    width: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .owl-prev {
    background: white !important;
    width: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .rightBox-content {
    margin-left: 5px;
  }

  .leftBox-content ul li {
    font-size: 12px;
  }

  .rightBox-content ul li {
    font-size: 12px;
  }

  .height-fit {
    height: 100vh;
    transition: height 1s;
  }
}

@media print {
	
	.page-break {
		page-break-before: always;
	}	
	
  .heading-rotine {
    text-align: start;
  }
	
	  .heading-rotine2 {

		  text-align: start;
		  margin-top: 0px;
  }
	
.at-a-glance-text { font-size:11px; } 

  .logo-section svg {
    width: 400px;
  }
	
	.logo-section2 img { 
		width: 400px;
		margin-bottom: 30px;
		text-align: left;
	}

  .heading-rotine {
    text-align: end;
  }
	.heading-rotine2 {

		  text-align: end;
  }

  .heading-overlap {
    text-align: start;
  }

  .main {
    padding: 0px;
    margin: 0;
    box-sizing: border-box;
  }

  .heading span {
    font-size: 14px;
  }

  .heading h1 {
    font-size: 25px;
  }

  .heading {
    width: 60%;
  }

  .heading-content {
    width: 40%;
  }

  .heading-content span {
    font-size: 14px;
  }

  .heading p {
    font-size: 14px;
  }

  .heading-content p {
    font-size: 14px;
  }

  .hero-content {
    width: 60%;
    font-size: 14px;
  }

  .heading {
    text-align: start;
  }

  .heading-content {
    text-align: end;
  }

  /* screen no4 */

  .logo-section {
    width: 60%;
  }
	
	 .logo-section2 {
    width: 60%;
  }

  .heading-content {
    width: 40%;
  }

  .heading-rotine {
    font-size: 25px;
  }
	
	  .heading-rotine2 {
    font-size: 25px;
		 
  }

  .heading-overlap {
    font-size: 25px;
  }

  .items-list ul li {
    font-size: 13px;
  }

  .items-list ul li span {
    font-size: 13px;
  }

  .items-list2 ul li {
    font-size: 14px;
    margin-top: 0px !important;
  }

  .items-list2 ul li span {
    font-size: 14px;
  }

  .items-list {
    width: 50%;
  }

  .content {
    font-size: 14px;
    width: 50%;
  }

  .awards-time {
    font-size: 14px;
  }

  .items-list2 {
    width: 100%;
  }
	
.items-list2 > :last-child {
  margin-left: 50px;
}	
	
.list-width {
	width: 185px;
}

.dancer-grid {
    grid-template-columns: repeat(3, 1fr); /* fixed columns per row for paper */
    gap: 0.25rem;
  }
  .dancer-item {
    border: none;
    font-size: 10pt;
  }	
	
  .main-content-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }

  .items-list {
    width: 50%;
  }

  .content {
    width: 50%;
    margin-top: 0;
  }

  .showstoper-logo h1 {
    font-size: 25px;
  }

  .time {
    font-size: 14px;
  }

  .time-details span {
    font-size: 14px;
  }

  .time-details p {
    font-size: 14px;
  }

  .time-duration {
    font-size: 14px;
  }

  .showstoper-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }

  /* screen no12 pdf */

  .locationTime span {
    font-size: 14px;
  }

  .locationTime p {
    font-size: 14px;
  }

  .eventOne span {
    font-size: 14px;
  }

  .eventOne li {
    font-size: 14px;
  }

  .eventTwo span {
    font-size: 14px;
  }

  .eventTwo li {
    font-size: 14px;
  }

  .timeLine {
    flex-direction: row;
  }

  .eventTwo {
    margin-top: 0px;
    margin-left: 150px;
  }

  .leftBox-content ul li {
    font-size: 14px;
  }

  .rightBox-content ul li {
    font-size: 14px;
  }
}

/* add some modification on table */

.tablerow-lastCell {
  position: sticky;
  background: white;
  right: 0;
}

.tablerow-lastCell::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: solid #ff80d4 2px;
}

.tablehead-lastCell {
  position: sticky;
  background: #ec008c;
  right: 0;
}

.tablehead-lastCell::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: solid white 2px;
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-custompink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}

.hover\:text-customlightpink:hover {
  --tw-text-opacity: 1;
  color: rgb(255 128 212 / var(--tw-text-opacity));
}

.hover\:text-customorange:hover {
  --tw-text-opacity: 1;
  color: rgb(253 90 18 / var(--tw-text-opacity));
}

.hover\:text-custompink:hover {
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:delay-200:hover {
  transition-delay: 200ms;
}

.hover\:delay-300:hover {
  transition-delay: 300ms;
}

.focus\:text-blue-500:focus {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.focus\:text-custompink:focus {
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:translate-y-1 {
  --tw-translate-y: 0.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));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:translate-y-1 {
  --tw-translate-y: 0.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));
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:translate-y-1\.5 {
  --tw-translate-y: 0.375rem;
  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));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:translate-y-1\.5 {
  --tw-translate-y: 0.375rem;
  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));
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.peer:focus ~ .peer-focus\:-translate-y-6 {
  --tw-translate-y: -1.5rem;
  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));
}

.peer:focus ~ .peer-focus\:-translate-y-7 {
  --tw-translate-y: -1.75rem;
  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));
}

.peer:focus ~ .peer-focus\:scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}

.peer:focus ~ .peer-focus\:bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.peer:focus ~ .peer-focus\:px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.peer:focus ~ .peer-focus\:px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.peer:focus ~ .peer-focus\:font-VisbyCfDemiBold {
  font-family: VisbyCfDemiBold;
}

.peer:focus ~ .peer-focus\:font-semibold {
  font-weight: 600;
}

@media (max-width: 600px) {
	.desktop-mobile { width:300px; }
	/*.at-a-glance-text { font-size:15px; } */
}

@media (max-width: 533px) {
	.register_add_dancer { background-color:#EC008C; width:100%; line-height:150%; color:#FFF; text-align:center; font-size:17px; cursor:pointer; font-weight:bold; }
	.register_delete_dancer { background-color:#EC008C; width:100%; line-height:150%; margin-top:20px; color:#FFF; text-align:center; font-size:17px; cursor:pointer; font-weight:bold; }
	.register_text_visible { display:none; }
	
	div.finals_text_category { background-color:#EBEBEB; padding-left:15px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:202px; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; }
	
}

@media (max-width: 480px) {
	.register_add_dancer { background-color:#EC008C; width:100%; line-height:150%; color:#FFF; text-align:center; font-size:17px; cursor:pointer; font-weight:bold; }
	.register_delete_dancer { background-color:#EC008C; width:100%; line-height:150%; margin-top:20px; color:#FFF; text-align:center; font-size:17px; cursor:pointer; font-weight:bold; }
	.events_header_remain_music { width:50%; display:table-cell;}
	
		.events_header_remain_cost { display:none; }
	.events_remain_cost { display:none; }
	.events_header_remain_music { width:50%; display:table-cell;}
	.events_header_remain_edit { width:25%; display:table-cell;}
	.events_header_remain_submit { width:24%; display:table-cell;}
	.events_remain_music { padding-top:3px; width:45%; display:table-cell;}
	.events_remain_edit { padding-top:3px; width:25%; display:table-cell;}
	.events_remain_submit { padding-top:3px; width:24%; display:table-cell;}
	.list-width {	width: 70px; font-size: 13px; }
	.items-list2 > :last-child {  margin-left: 10px; }
	
	
}

@media (max-width: 322px) {
	.register_space { width:15%; display:inline-table; }
	
}


@media (min-width: 640px) {
  .sm\:bottom-16 {
    bottom: 4rem;
  }

  .sm\:left-\[100\%\] {
    left: 100%;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mt-28 {
    margin-top: 7rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:h-\[330px\] {
    height: 330px;
  }

  .sm\:h-\[420px\] {
    height: 420px;
  }

  .sm\:h-\[56px\] {
    height: 56px;
  }

  .sm\:h-\[88px\] {
    height: 88px;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-82 {
    width: 335px;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-\[350px\] {
    width: 350px;
  }

  .sm\:w-\[550px\] {
    width: 550px;
  }

  .sm\:w-\[56px\] {
    width: 56px;
  }

  .sm\:w-\[60px\] {
    width: 60px;
  }

  .sm\:w-\[85px\] {
    width: 85px;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-y-4 {
    row-gap: 1rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:text-start {
    text-align: start;
  }

  .sm\:text-1xl {
    font-size: 22px ;
  }

  .sm\:text-5xl {
    font-size: 44px;
  }

  .sm\:text-\[20px\] {
    font-size: 20px;
  }

  .sm\:text-\[22px\] {
    font-size: 22px;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:leading-10 {
    line-height: 2.5rem;
  }

  .sm\:leading-14 {
    line-height: 68px;
  }

  .peer:focus ~ .sm\:peer-focus\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:static {
    position: static;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-3 {
    top: 0.75rem;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .md\:mr-21 {
    margin-right: 82px;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-9 {
    margin-right: 2.25rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:min-h-\[calc\(100vh_-_85px\)\] {
    min-height: calc(100vh - 85px);
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
	
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }	
	
  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-custompink {
    --tw-border-opacity: 1;
    border-color: rgb(236 0 140 / var(--tw-border-opacity));
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:text-1xl {
    font-size: 22px ;
  }

  .md\:text-5xl {
    font-size: 44px;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }

  .lg\:-top-\[135px\] {
    top: -135px;
  }

  .lg\:right-5 {
    right: 1.25rem;
  }

  .lg\:top-5 {
    top: 1.25rem;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-\[27\] {
    z-index: 27;
  }

  .lg\:z-\[28\] {
    z-index: 28;
  }

  .lg\:z-\[29\] {
    z-index: 29;
  }

  .lg\:z-\[30\] {
    z-index: 30;
  }

  .lg\:z-\[31\] {
    z-index: 31;
  }

  .lg\:z-\[34\] {
    z-index: 34;
  }

  .lg\:z-\[35\] {
    z-index: 35;
  }

  .lg\:z-\[37\] {
    z-index: 37;
  }

  .lg\:z-\[38\] {
    z-index: 38;
  }

  .lg\:z-\[39\] {
    z-index: 39;
  }

  .lg\:z-\[40\] {
    z-index: 40;
  }

  .lg\:z-\[41\] {
    z-index: 41;
  }

  .lg\:z-\[42\] {
    z-index: 42;
  }

  .lg\:z-\[51\] {
    z-index: 51;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-27 {
    margin-top: 100px;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-\[280px\] {
    height: 280px;
  }

  .lg\:h-\[56px\] {
    height: 56px;
  }

  .lg\:h-\[calc\(100vh_-_12vh\)\] {
    height: calc(100vh - 12vh);
  }

  .lg\:h-\[calc\(100vh_-_85px\)\] {
    height: calc(100vh - 85px);
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:min-h-\[85px\] {
    min-height: 85px;
  }

  .lg\:min-h-\[calc\(100vh_-_85px\)\] {
    min-height: calc(100vh - 85px);
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-\[56px\] {
    width: 56px;
  }

  .lg\:w-\[75\%\] {
    width: 75%;
  }

  .lg\:w-\[85px\] {
    width: 85px;
  }

  .lg\:w-auto {
    width: auto;
  }



  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-y-4 {
    row-gap: 1rem;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:px-\[85px\] {
    padding-left: 85px;
    padding-right: 85px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-start {
    text-align: start;
  }

  .lg\:text-end {
    text-align: end;
  }

  .lg\:text-1xl {
    font-size: 22px ;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 44px;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:leading-14 {
    line-height: 68px;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:h-\[492px\] {
    height: 492px;
  }

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

  .xl\:w-\[845px\] {
    width: 845px;
  }

  .xl\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:text-1xl {
    font-size: 22px ;
  }

  .xl\:text-5xl {
    font-size: 44px;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-\[22px\] {
    font-size: 22px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:text-1xl {
    font-size: 22px ;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
