/*
! tailwindcss v3.4.3 | 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: '';
}

.footer {
  position: fixed;
  left: 0;
  bottom: 4px;
  width: calc(100vw - 501px);
  padding:18px;
  background-color: white;
}

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

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

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

.tablinks {
  float: left;
  cursor: pointer;
  background-color: inherit;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0px;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tablinks:focus {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(71 111 103 / var(--tw-border-opacity));
}

.tablinks {
  float: left;
  cursor: pointer;
  background-color: inherit;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0px;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tablinks:focus {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(71 111 103 / var(--tw-border-opacity));
}

.tablinks {
  /* Change text-md to text-base */
}

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

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

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}

.inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.start-0 {
  inset-inline-start: 0px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

.top-16 {
  top: 4rem;
}

.top-2 {
  top: 0.5rem;
}

.top-20 {
  top: 5rem;
}

.top-4 {
  top: 1rem;
}

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

.top-full {
  top: 100%;
}

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

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

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

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.float-end {
  float: inline-end;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-both {
  clear: both;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-1\.5 {
  margin: -0.375rem;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

.mb-16 {
  margin-bottom: 4rem;
}

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

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

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

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

.mb-52 {
  margin-bottom: 13rem;
}

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

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

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

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

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

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

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

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

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

.me-1 {
  margin-inline-end: 0.25rem;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-5 {
  margin-inline-end: 1.25rem;
}

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

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

.ml-14 {
  margin-left: 3.5rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

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

.ml-8 {
  margin-left: 2rem;
}

.ml-\[-11px\] {
  margin-left: -11px;
}

.ml-\[-12px\] {
  margin-left: -12px;
}

.ml-\[-13px\] {
  margin-left: -13px;
}

.ml-\[-16px\] {
  margin-left: -16px;
}

.ml-\[-18px\] {
  margin-left: -18px;
}

.ml-\[-4px\] {
  margin-left: -4px;
}

.ml-\[-81px\] {
  margin-left: -81px;
}

.ml-\[0px\] {
  margin-left: 0px;
}

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

.ml-\[11px\] {
  margin-left: 11px;
}

.ml-\[12px\] {
  margin-left: 12px;
}

.ml-\[15px\] {
  margin-left: 15px;
}

.ml-\[1px\] {
  margin-left: 1px;
}

.ml-\[20px\] {
  margin-left: 20px;
}

.ml-\[22px\] {
  margin-left: 22px;
}

.ml-\[26px\] {
  margin-left: 26px;
}

.ml-\[32px\] {
  margin-left: 32px;
}

.ml-\[33px\] {
  margin-left: 33px;
}

.ml-\[4px\] {
  margin-left: 4px;
}

.ml-\[50px\] {
  margin-left: 50px;
}

.ml-\[75px\] {
  margin-left: 75px;
}

.ml-\[76px\] {
  margin-left: 76px;
}

.ml-\[90px\] {
  margin-left: 90px;
}

.ml-\[9px\] {
  margin-left: 9px;
}

.mr-0 {
  margin-right: 0px;
}

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

.mr-16 {
  margin-right: 4rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-\[0px\] {
  margin-right: 0px;
}

.mr-\[11px\] {
  margin-right: 11px;
}

.mr-\[14px\] {
  margin-right: 14px;
}

.mr-\[15px\] {
  margin-right: 15px;
}

.mr-\[17px\] {
  margin-right: 17px;
}

.mr-\[1px\] {
  margin-right: 1px;
}

.mr-\[20px\] {
  margin-right: 20px;
}

.mr-\[2px\] {
  margin-right: 2px;
}

.mr-\[4px\] {
  margin-right: 4px;
}

.mr-\[5px\] {
  margin-right: 5px;
}

.ms-0 {
  margin-inline-start: 0px;
}

.ms-1 {
  margin-inline-start: 0.25rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.ms-40 {
  margin-inline-start: 10rem;
}

.ms-5 {
  margin-inline-start: 1.25rem;
}

.ms-6 {
  margin-inline-start: 1.5rem;
}

.ms-8 {
  margin-inline-start: 2rem;
}

.ms-\[5px\] {
  margin-inline-start: 5px;
}

.ms-\[6px\] {
  margin-inline-start: 6px;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

.mt-14 {
  margin-top: 3.5rem;
}

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

.mt-20 {
  margin-top: 5rem;
}

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[3vh\] {
  margin-top: 3vh;
}

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

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

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

.mt-\[5vh\] {
  margin-top: 5vh;
}

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: 0.5rem;
}

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

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-433 {
  height: 433px;
}

.h-45px {
  height: 45;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-h-mobile-screen {
  height: calc(100vh - 452px);
}

.h-mobile-screen {
  height: calc(100vh - 408px);
}

.h-not-mobile-screen {
  height: calc(100vh - 250px);
}

.h-screen {
  height: 100vh;
}

.h-screen-20 {
  height: calc(100vh - 148px);
}

.h-screen-30 {
  height: calc(100vh - 343px);
}

.h-screen-50 {
  height: calc(100vh - 194px);
}

.max-h-72 {
  max-height: 18rem;
}

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

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

.max-h-full {
  max-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0px;
}

.w-0\.5 {
  width: 0.125rem;
}

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

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

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

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-274 {
  width: 274px;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

.w-52 {
  width: 13rem;
}

.w-6 {
  width: 1.5rem;
}

.w-6\/12 {
  width: 50%;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-90 {
  width: 90%;
}

.w-94 {
  width: 94%;
}

.w-95 {
  width: 95%;
}

.w-96 {
  width: 24rem;
}

.w-97 {
  width: 97%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

.max-w-72 {
  max-width: 18rem;
}

.max-w-lg {
  max-width: 32rem;
}

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

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

.flex-none {
  flex: none;
}

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.rotate-\[90deg\] {
  --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));
}

.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-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-e-0 {
  border-inline-end-width: 0px;
}

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

.border-l-\[5px\] {
  border-left-width: 5px;
}

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

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

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

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

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

.border-\[\#476f66\] {
  --tw-border-opacity: 1;
  border-color: rgb(71 111 102 / var(--tw-border-opacity));
}

.border-\[\#49ccb0\] {
  --tw-border-opacity: 1;
  border-color: rgb(73 204 176 / var(--tw-border-opacity));
}

.border-\[\#f84c34\] {
  --tw-border-opacity: 1;
  border-color: rgb(248 76 52 / var(--tw-border-opacity));
}

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

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

.border-bordercolor {
  --tw-border-opacity: 1;
  border-color: rgb(231 232 234 / var(--tw-border-opacity));
}

.border-darkgreen {
  --tw-border-opacity: 1;
  border-color: rgb(71 111 103 / var(--tw-border-opacity));
}

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

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

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

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

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

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

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

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

.border-redcolor {
  --tw-border-opacity: 1;
  border-color: rgb(245 97 67 / var(--tw-border-opacity));
}

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

.border-warncolor {
  --tw-border-opacity: 1;
  border-color: rgb(247 183 49 / var(--tw-border-opacity));
}

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

.border-l-\[\#476f66\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(71 111 102 / var(--tw-border-opacity));
}

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

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

.bg-\[\#0fc27e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 194 126 / var(--tw-bg-opacity));
}

.bg-\[\#28ad6b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 173 107 / var(--tw-bg-opacity));
}

.bg-\[\#3cd9b7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(60 217 183 / var(--tw-bg-opacity));
}

.bg-\[\#476f66\] {
  --tw-bg-opacity: 1;
  background-color: rgb(71 111 102 / var(--tw-bg-opacity));
}

.bg-\[\#4d756c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(77 117 108 / var(--tw-bg-opacity));
}

.bg-\[\#9fb0ad\] {
  --tw-bg-opacity: 1;
  background-color: rgb(159 176 173 / var(--tw-bg-opacity));
}

.bg-\[\#ccd6d5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 214 213 / var(--tw-bg-opacity));
}

.bg-\[\#cef6de\] {
  --tw-bg-opacity: 1;
  background-color: rgb(206 246 222 / var(--tw-bg-opacity));
}

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

.bg-\[\#ecf0ef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 239 / var(--tw-bg-opacity));
}

.bg-\[\#edf3f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 243 241 / var(--tw-bg-opacity));
}

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

.bg-\[\#eff2f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 242 241 / var(--tw-bg-opacity));
}

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

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

.bg-\[\#f6f8f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity));
}

.bg-\[\#f7f6c9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 246 201 / var(--tw-bg-opacity));
}

.bg-\[\#f84c34\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 76 52 / var(--tw-bg-opacity));
}

.bg-\[\#f9b832\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 184 50 / var(--tw-bg-opacity));
}

.bg-\[\#fce9e8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 233 232 / var(--tw-bg-opacity));
}

.bg-\[\#ff435b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 67 91 / var(--tw-bg-opacity));
}

.bg-\[\#ffe5e6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 230 / var(--tw-bg-opacity));
}

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

.bg-\[var\(--average\)\] {
  background-color: var(--average);
}

.bg-\[var\(--body-color\)\] {
  background-color: var(--body-color);
}

.bg-\[var\(--danger-color\)\] {
  background-color: var(--danger-color);
}

.bg-\[var\(--strong\)\] {
  background-color: var(--strong);
}

.bg-\[var\(--weak-color\)\] {
  background-color: var(--weak-color);
}

.bg-average {
  --tw-bg-opacity: 1;
  background-color: rgb(253 208 114 / var(--tw-bg-opacity));
}

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

.bg-darkgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(71 111 103 / var(--tw-bg-opacity));
}

.bg-deactivatecolor {
  --tw-bg-opacity: 1;
  background-color: rgb(248 76 52 / var(--tw-bg-opacity));
}

.bg-focuscolor {
  --tw-bg-opacity: 1;
  background-color: rgb(113 139 133 / var(--tw-bg-opacity));
}

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

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

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

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

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

.bg-inputcolor {
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 239 / var(--tw-bg-opacity));
}

.bg-lightgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 239 / var(--tw-bg-opacity));
}

.bg-lightgreens {
  --tw-bg-opacity: 1;
  background-color: rgb(159 180 175 / var(--tw-bg-opacity));
}

.bg-messageboxcolor {
  --tw-bg-opacity: 1;
  background-color: rgb(246 76 50 / var(--tw-bg-opacity));
}

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

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

.bg-parrotGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(20 172 81 / var(--tw-bg-opacity));
}

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

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

.bg-redcolor {
  --tw-bg-opacity: 1;
  background-color: rgb(245 97 67 / var(--tw-bg-opacity));
}

.bg-settingscolor {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity));
}

.bg-strong {
  --tw-bg-opacity: 1;
  background-color: rgb(222 249 217 / var(--tw-bg-opacity));
}

.bg-tableHeadColor {
  --tw-bg-opacity: 1;
  background-color: rgb(231 236 242 / var(--tw-bg-opacity));
}

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

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

.bg-weak {
  --tw-bg-opacity: 1;
  background-color: rgb(249 73 54 / var(--tw-bg-opacity));
}

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

.bg-workerbgcolor {
  --tw-bg-opacity: 1;
  background-color: rgb(253 241 214 / var(--tw-bg-opacity));
}

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

.fill-current {
  fill: currentColor;
}

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

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

.p-2 {
  padding: 0.5rem;
}

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

.p-20 {
  padding: 5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

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

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

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

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

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

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

.pl-2 {
  padding-left: 0.5rem;
}

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

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

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

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

.pl-7 {
  padding-left: 1.75rem;
}

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

.pl-\[1\.25rem\] {
  padding-left: 1.25rem;
}

.pl-\[11px\] {
  padding-left: 11px;
}

.pl-\[22px\] {
  padding-left: 22px;
}

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

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

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

.pr-12 {
  padding-right: 3rem;
}

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

.pr-3 {
  padding-right: 0.75rem;
}

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

.pr-5 {
  padding-right: 1.25rem;
}

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

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

.pr-\[10px\] {
  padding-right: 10px;
}

.pr-\[11px\] {
  padding-right: 11px;
}

.pr-\[22px\] {
  padding-right: 22px;
}

.ps-10 {
  padding-inline-start: 2.5rem;
}

.ps-2 {
  padding-inline-start: 0.5rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

.ps-6 {
  padding-inline-start: 1.5rem;
}

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

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

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

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

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

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

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

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

.pt-\[11px\] {
  padding-top: 11px;
}

.pt-\[34px\] {
  padding-top: 34px;
}

.pt-\[54px\] {
  padding-top: 54px;
}

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

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

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

.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-bold {
  font-weight: 700;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-3 {
  line-height: .75rem;
}

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

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

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

.leading-\[24\.5px\] {
  line-height: 24.5px;
}

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

.tracking-normal {
  letter-spacing: 0em;
}

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

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

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

.text-\[\#476f66\] {
  --tw-text-opacity: 1;
  color: rgb(71 111 102 / var(--tw-text-opacity));
}

.text-\[\#476f67\] {
  --tw-text-opacity: 1;
  color: rgb(71 111 103 / var(--tw-text-opacity));
}

.text-\[\#49ccb0\] {
  --tw-text-opacity: 1;
  color: rgb(73 204 176 / var(--tw-text-opacity));
}

.text-\[\#9fa1a0\] {
  --tw-text-opacity: 1;
  color: rgb(159 161 160 / var(--tw-text-opacity));
}

.text-\[\#a4a6a5\] {
  --tw-text-opacity: 1;
  color: rgb(164 166 165 / var(--tw-text-opacity));
}

.text-\[\#f84c34\] {
  --tw-text-opacity: 1;
  color: rgb(248 76 52 / var(--tw-text-opacity));
}

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

.text-copyrightcolor {
  --tw-text-opacity: 1;
  color: rgb(145 146 146 / var(--tw-text-opacity));
}

.text-darkgreen {
  --tw-text-opacity: 1;
  color: rgb(71 111 103 / var(--tw-text-opacity));
}

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

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

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

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

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

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

.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}

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

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

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

.text-redcolor {
  --tw-text-opacity: 1;
  color: rgb(245 97 67 / var(--tw-text-opacity));
}

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

.text-warncolor {
  --tw-text-opacity: 1;
  color: rgb(247 183 49 / var(--tw-text-opacity));
}

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

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

.opacity-50 {
  opacity: 0.5;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

/* Custom Styling */

.tab button.active {
  color: #476f67;
}

.accordion-title:focus {
  outline: none;
}

.box {
  width: 150px;
  height: 75px;
  background-color: black;
  color: #fff;
  padding: 20px;
  position: relative;
  margin: 40px;
  float: left;
}

.box.arrow-left:after {
  content: " ";
  position: absolute;
  left: -15px;
  top: 15px;
  border-top: 15px solid transparent;
  border-right: 15px solid black;
  border-left: none;
  border-bottom: 15px solid transparent;
}

.custom-tab button.active {
  border: 1px solid #476f67;
}

.custom-tab-content {
  display: none;
  border-top: none;
}

.sample-tab button.active {
  border-bottom: 2px solid #476f67;
}

.custom-payment-tabs button.active {
  border: 1px solid #476f67;
}

#app-cover {
  display: table;
  width: 600px;
  margin: 80px auto;
  counter-reset: button-counter;
}

.toggle-button-cover {
  display: table-cell;
  position: relative;
  /* width: 200px;
  height: 140px; */
  box-sizing: border-box;
}

.button-cover:before {
  /* counter-increment: button-counter; */
  /* content: counter(button-counter); */
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 8px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #0eb661;
  transition: 0.3s ease all;
  z-index: 1;
}

#button-13 .knobs:before,
#button-13 .knobs:after,
#button-13 .knobs span {
  position: absolute;
  top: 4px;
  width: 20px;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 8px;
  transition: 0.3s ease all;
}

#button-13 .knobs:before,
#button-13 .knobs:after {
  color: #4e4e4e;
  z-index: 1;
}

#button-13 .knobs:before {
  content: "ON";
  left: 8px;
  font-size: 12px;
  color: white;
}

#button-13 .knobs:after {
  content: "OFF";
  right: 13px;
  font-size: 12px;
}

#button-13 .knobs span {
  width: 26px;
  left: 49px;
  top: 6px;
  height: 29px;
  background-color: white;
  z-index: 2;
}

#button-13 .checkbox:checked + .knobs span {
  left: 4px;
  background-color: white;
}

#button-13 .checkbox:checked ~ .layer {
  background-color: #ccd6d5;
}

.two-factor-text {
  margin: auto;
  text-align: center;
}

.signature-container {
  position: relative;
}

.signature-pad {
  border-bottom: 1px dashed lightgray;
  height: 278px;
}

.clear-button {
  position: absolute;
  bottom: 87px;
  right: 10px;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  color: red;
}

.slider {
  position: absolute;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 6px;
  right: 52px;
  background: #476f67;
  top: 42px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.eye-icon {
  cursor: pointer;
}

.show-password img {
  content: url("/Images/eye2.png");
}

html {
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}

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.
*/

.ml-\[-174px\] {
  margin-left: -174px;
  white-space: nowrap;
}

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

.tablinks {
  float: left;
  cursor: pointer;
  background-color: inherit;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 0.75rem;
  padding-left: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tablinks:focus {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(71 111 103 / var(--tw-border-opacity));
}

.tablinks {
  /* Change text-md to text-base */
}

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

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

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.start-0 {
  inset-inline-start: 0px;
}

.top-0 {
  top: 0px;
}

.top-0\.5 {
  top: 0.125rem;
}

.top-1 {
  top: 0.22rem;
}

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

.top-16 {
  top: 4rem;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

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

.top-full {
  top: 100%;
}

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

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

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

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.float-end {
  float: inline-end;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-both {
  clear: both;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-1\.5 {
  margin: -0.375rem;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

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

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

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

.mb-20{
  margin-bottom: 5rem;
}

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

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

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

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

.mb-48 {
  margin-bottom: 12rem;
}

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

.mb-52 {
  margin-bottom: 13rem;
}

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

.mb-64 {
  margin-bottom: 16rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

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

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

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

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

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

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

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

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

.me-1 {
  margin-inline-end: 0.25rem;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-5 {
  margin-inline-end: 1.25rem;
}

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

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

.ml-14 {
  margin-left: 3.5rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

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

.ml-\[-11px\] {
  margin-left: -11px;
}

.ml-\[-12px\] {
  margin-left: -12px;
}

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

.ml-\[-13px\] {
  margin-left: -13px;
}

.ml-\[-16px\] {
  margin-left: -16px;
}

.ml-\[-18px\] {
  margin-left: -18px;
}

.ml-\[-4px\] {
  margin-left: -4px;
}

.ml-\[-81px\] {
  margin-left: -70px;
}

.ml-\[0px\] {
  margin-left: 0px;
}

.ml-\[11px\] {
  margin-left: -5px;
}

.ml-\[15px\] {
  margin-left: 15px;
}

.ml-\[1px\] {
  margin-left: 1px;
}

.ml-\[20px\] {
  margin-left: 20px;
}

.ml-\[22px\] {
  margin-left: 22px;
}

.ml-\[26px\] {
  margin-left: 26px;
}

.ml-\[32px\] {
  margin-left: 32px;
}

.ml-\[4px\] {
  margin-left: 4px;
}

.ml-\[50px\] {
  margin-left: 50px;
}

.ml-\[75px\] {
  margin-left: 75px;
}

.ml-\[76px\] {
  margin-left: 76px;
}

.ml-\[90px\] {
  margin-left: 90px;
}

.ml-\[9px\] {
  margin-left: 9px;
}

.mr-0 {
  margin-right: 0px;
}

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

.mr-16 {
  margin-right: 3rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-\[0px\] {
  margin-right: 0px;
}

.mr-\[11px\] {
  margin-right: 11px;
}

.mr-\[14px\] {
  margin-right: 14px;
}

.mr-\[15px\] {
  margin-right: 15px;
}

.mr-\[17px\] {
  margin-right: 3px;
}

.mr-\[1px\] {
  margin-right: 1px;
}

.mr-\[2px\] {
  margin-right: 2px;
}

.mr-\[4px\] {
  margin-right: 4px;
}

.mr-\[5px\] {
  margin-right: 5px;
}

.mr-\[7px\] {
  margin-right: 7px;
}

.ms-0 {
  margin-inline-start: 0px;
}

.ms-1 {
  margin-inline-start: 0.25rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.ms-5 {
  margin-inline-start: 1.25rem;
}

.ms-8 {
  margin-inline-start: 2rem;
}

.ms-\[5px\] {
  margin-inline-start: 5px;
}

.ms-\[6px\] {
  margin-inline-start: 6px;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

.mt-14 {
  margin-top: 3.5rem;
}

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

.mt-20 {
  margin-top: 5rem;
}

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

.top-14{
  top: 3.5rem;
}

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

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

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

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

.ml-\[22px\]{
  margin-left:22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[261px\] {
  margin-top: -2vh;
  margin-bottom: 1vh;
}

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

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

.-mb-1{
  margin-bottom:2px;
}

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

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

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

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

.mt-\[32px\] {
  margin-top: 7vh;
}

.regular{
  margin-right: 33px;
}

.mt-\[3vh\] {
  margin-top: 3vh;
}

.mt-\[45px\] {
  margin-top: 12vh;
}

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

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

.mt-\[5vh\] {
  margin-top: 0vh;
}

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

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

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: 0.5rem;
}

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

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-433 {
  height: 433px;
}

.h-45px {
  height: 45;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.mt-5{
  margin-top: 1.2rem;
}

.h-h-mobile-screen {
  height: calc(100vh - 316px);
}

.h-mobile-screen {
  height: calc(100vh - 408px);
}

.h-mobiles-screen {
  height: calc(100vh - 368px);
}

.h-not-mobile-screen {
  height: calc(100vh - 250px);
}

.h-screen {
  height: 100vh;
}

.h-screen-20 {
  height: calc(100vh - 148px);
}

.h-screen-30 {
  height: calc(100vh - 343px);
}

.h-screen-50 {
  height: calc(100vh - 259px);
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-80 {
  max-height: 20rem;
}

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

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

.max-h-full {
  max-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0px;
}

.w-0\.5 {
  width: 0.125rem;
}

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

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

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

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-274 {
  width: 255px;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-52 {
  width: 13rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2rem;
}

.toggle-icon {
  transition: transform 0.3s ease;
  /* Smooth transition */
}

.rotated {
  transform: rotate(180deg);
  /* Rotate by 90 degrees */
}

.mb-22{
  margin-bottom: 12rem;
}

.mb-17{
  margin-bottom: 9rem;
}

.pr-1\.5 {
  padding-right: 0.25rem;
}

.w-96 {
  width: 24rem;
}

.mr-10{
  margin-right: 2.5rem;
}

.w-97 {
  width: 97%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

.max-w-lg {
  max-width: 32rem;
}

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

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

.flex-none {
  flex: none;
}

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.rotate-\[90deg\] {
  --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));
}

.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-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-e-0 {
  border-inline-end-width: 0px;
}

.border-l-\[5px\] {
  border-left-width: 5px;
}

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

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

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

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

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

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

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

.border-bordercolor {
  --tw-border-opacity: 1;
  border-color: rgb(231 232 234 / var(--tw-border-opacity));
}

.border-darkgreen {
  --tw-border-opacity: 1;
  border-color: rgb(71 111 103 / var(--tw-border-opacity));
}

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

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

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

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

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

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

.border-redcolor {
  --tw-border-opacity: 1;
  border-color: rgb(245 97 67 / var(--tw-border-opacity));
}

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

.border-warncolor {
  --tw-border-opacity: 1;
  border-color: rgb(247 183 49 / var(--tw-border-opacity));
}

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

.border-l-\[\#476f66\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(71 111 102 / var(--tw-border-opacity));
}

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

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

.bg-\[\#28ad6b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 173 107 / var(--tw-bg-opacity));
}

.bg-\[\#476f66\] {
  --tw-bg-opacity: 1;
  background-color: rgb(71 111 102 / var(--tw-bg-opacity));
}

.bg-\[\#4d756c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(77 117 108 / var(--tw-bg-opacity));
}

.bg-\[\#9fb0ad\] {
  --tw-bg-opacity: 1;
  background-color: rgb(159 176 173 / var(--tw-bg-opacity));
}

.bg-\[\#ccd6d5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 214 213 / var(--tw-bg-opacity));
}

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

.bg-\[\#ecf0ef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 239 / var(--tw-bg-opacity));
}

.bg-\[\#edf3f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 243 241 / var(--tw-bg-opacity));
}

.bg-\[\#eff2f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 242 241 / var(--tw-bg-opacity));
}

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

.bg-\[\#f6f8f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity));
}

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

.bg-\[var\(--average\)\] {
  background-color: var(--average);
}

.bg-\[var\(--body-color\)\] {
  background-color: var(--body-color);
}

.bg-\[var\(--danger-color\)\] {
  background-color: var(--danger-color);
}

.bg-\[var\(--strong\)\] {
  background-color: var(--strong);
}

.bg-\[var\(--weak-color\)\] {
  background-color: var(--weak-color);
}

.bg-average {
  --tw-bg-opacity: 1;
  background-color: rgb(253 208 114 / var(--tw-bg-opacity));
}

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

.bg-darkgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(71 111 103 / var(--tw-bg-opacity));
}

.bg-deactivatecolor {
  --tw-bg-opacity: 1;
  background-color: rgb(248 76 52 / var(--tw-bg-opacity));
}

.bg-focuscolor {
  --tw-bg-opacity: 1;
  background-color: rgb(113 139 133 / var(--tw-bg-opacity));
}

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

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

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

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

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

.bg-inputcolor {
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 239 / var(--tw-bg-opacity));
}

.bg-lightgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 239 / var(--tw-bg-opacity));
}

.bg-lightgreens {
  --tw-bg-opacity: 1;
  background-color: rgb(159 180 175 / var(--tw-bg-opacity));
}

.bg-messageboxcolor {
  --tw-bg-opacity: 1;
  background-color: rgb(246 76 50 / var(--tw-bg-opacity));
}

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

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

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

.bg-settingscolor {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity));
}

.bg-strong {
  --tw-bg-opacity: 1;
  background-color: rgb(222 249 217 / var(--tw-bg-opacity));
}

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

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

.bg-weak {
  --tw-bg-opacity: 1;
  background-color: rgb(249 73 54 / var(--tw-bg-opacity));
}

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

.bg-workerbgcolor {
  --tw-bg-opacity: 1;
  background-color: rgb(253 241 214 / var(--tw-bg-opacity));
}

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

.fill-current {
  fill: currentColor;
}

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

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

.p-2 {
  padding: 0.5rem;
}

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

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

.p-2\.5 {
  padding: 0.485rem;
}

.p-20 {
  padding: 5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

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

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

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

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

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

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

.pl-2 {
  padding-left: 0.5rem;
}

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

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

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

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

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

.pl-\[1\.25rem\] {
  padding-left: 1.25rem;
}

.pl-\[11px\] {
  padding-left: 11px;
}

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

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

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

.pr-12 {
  padding-right: 3rem;
}

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

.pr-3 {
  padding-right: 0.75rem;
}

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

.pr-5 {
  padding-right: 1.25rem;
}

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

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

.pr-\[10px\] {
  padding-right: 10px;
}

.pr-\[11px\] {
  padding-right: 11px;
}

.ps-2 {
  padding-inline-start: 0.5rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

.ps-6 {
  padding-inline-start: 1.5rem;
}

.ps-8 {
  padding-inline-start: 2rem;
}

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

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

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

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

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

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

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

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

.pt-\[11px\] {
  padding-top: 11px;
}

.pt-\[34px\] {
  padding-top: 34px;
}

.pt-\[54px\] {
  padding-top: 54px;
}

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

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

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

.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-bold {
  font-weight: 700;
}

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

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

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

.italic {
  font-style: italic;
}

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

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

.leading-\[24\.5px\] {
  line-height: 24.5px;
}

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

.tracking-normal {
  letter-spacing: 0em;
}

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

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

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

.text-\[\#476f66\] {
  --tw-text-opacity: 1;
  color: rgb(71 111 102 / var(--tw-text-opacity));
}

.text-\[\#476f67\] {
  --tw-text-opacity: 1;
  color: rgb(71 111 103 / var(--tw-text-opacity));
}

.text-\[\#9fa1a0\] {
  --tw-text-opacity: 1;
  color: rgb(159 161 160 / var(--tw-text-opacity));
}

.text-\[\#a4a6a5\] {
  --tw-text-opacity: 1;
  color: rgb(164 166 165 / var(--tw-text-opacity));
}

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

.text-copyrightcolor {
  --tw-text-opacity: 1;
  color: rgb(145 146 146 / var(--tw-text-opacity));
}

.text-darkgreen {
  --tw-text-opacity: 1;
  color: rgb(71 111 103 / var(--tw-text-opacity));
}

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

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

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

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

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

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

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

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

.text-redcolor {
  --tw-text-opacity: 1;
  color: rgb(245 97 67 / var(--tw-text-opacity));
}

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

.text-warncolor {
  --tw-text-opacity: 1;
  color: rgb(247 183 49 / var(--tw-text-opacity));
}

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

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

.opacity-50 {
  opacity: 0.5;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

:root{
  --danger-color:#fa4936;
  --weak-color:#fccd78;
  --strong:#7ce568;
  --average:#ebebeb;
  --body-color:#ecf0ef;
}

.active-tab {
  background-color: #476f66;
  transition: background-color 0.3s ease;
}

.active-tab .tab-number {
  display: none;
}

.dataTables_filter {
  float: left;
}

#example_length {
  float: right;
}

#example_filter {
  float: right;
}

.search-icon {
  position: absolute;
  margin-left: 13px;
  margin-top: 6px;
}

.search-container {
  position: relative;
  display: inline-block;
}

.search-icon {
  position: absolute;
  left: 8px;
  top: 38%;
  transform: translateY(-50%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  background-color: #585858;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

#opened-modal {
  margin-top: -20px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  transform: translateX(26px);
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: .25em;
}

.toggle {
  width: 220px;
  height: 100px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: 1s ease;
}

.toggle .in-toggle input {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  z-index: 1;
}

.clicked {
  background: #346ced;
}

.in-toggle {
  width: 46%;
  height: 92%;
  background: #fff;
  position: relative;
  top: 4%;
  transition: 1s ease;
}

.tg-left {
  left: 2%;
}

.tg-right {
  left: 52%;
}

.search-input {
  border: none;
  padding-left: 40px;
}

table {
  border-collapse: collapse;
  width: 100%;
  border:1px solid lightGray !important;
}

th, td {
  text-align: left;
  padding: 10px;
}

#header-table{
  background-color: #e7ecf2 !important;
  border-bottom: 1px solid lightGray !important;
  padding:9px !important;
}

#child-table{
  border-bottom: 1px solid lightGray !important;
}

#data-admin{
  border-bottom: 1px solid lightGray;
  padding: 22px 10px !important;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid transparent !important;
}

.dataTables_length {
  float: right;
}

.active-tab .tab-icon {
  display: block;
}

.active-tab .tab-number {
  display: none;
}

.tab-number {
  display: block;
}

.tab-icon {
  display: none;
}

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

#example_info{
  display: none !important;
}

.tab {
  overflow: hidden;
  margin-top:10px;
}

/* Style the buttons inside the tab */

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4px 18px;
  transition: 0.3s;
  font-size: 17px;
}

.active-green-bg {
  background-color: green;
}

.tab button:hover {
  border-bottom: 1px solid lightGray;
}

#client-tab{
  border-bottom: 1px solid lightGray !important;
}

#example_length{
  display:none !important;
}

.dataTables_filter{
  display: none !important;
}

.old {
  color: red;
}

.middleaged {
  color: blue;
}

.young {
  color: green;
}

/* Create an active/current tablink class */

.tab button.active {
  border-bottom: 1px solid black;
}

#active_clients{
  border:none !important;
}

#active_clients.active{
  border-bottom:1px solid #476f66 !important;
}

/* Style the tab content */

.tabcontent {
  display: none;
  padding: 6px 3px;
  /* border: 1px solid #ccc; */
  border-top: none;
}

#closeBtn {
  width: 26px;
  height: 25px;
  background-color: #fefefe;
  border-radius: 6px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion-item:not(.open) .accordion-content {
  max-height: 0;
}

.accordion-item.open .accordion-content {
  max-height: 1000px;
  border: 1px solid lightgray;
  overflow-x: hidden;
  overflow-y:scroll;
}

.accordion-toggle {
  transition: transform 0.3s ease;
  background: #4d756c;
  width: 33px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* canvas {
    width: 100%;
    height: 100%;
    
    border: 1px #5fca83 dashed;
    border-radius: 7px;
} */

#ul-menu {
  margin-top: 10px;
}

.wrapper {
  width: 90%;
  max-width: 800px;
  margin: 4em auto;
  text-align: center;
}

.search-container {
  border: 1px solid lightGray;
  padding: 8px
}

#bread {
  flex: max-content;
  float: inline-end;
}

/* Icons */

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor;
}

#clear_button {
  z-index: 10;
  position: absolute;
  right: 2em;
  padding: 1.5em 2em;
  color: #21cfa6;
  font-weight: 600;
  font-size: 14pt;
  cursor: pointer;
}

#finish_button {
  margin-top: 2em;
  cursor: pointer;
}

.date-picker {
  padding: 8px;
  border: 1px solid lightGray;
}

#FileUpload {
  height: 217px;
}

#upload {
  height: 194px;
}

/* .hidden {
    display: none;
}

.visible {
    display: flex;
} */

.dashed-border {
  border-top: 2px dashed lightgray;
  /* Define dashed border style */
}

#clear-btn {
  background-color: #476f66;
  color: white;
  border-radius: 0.375rem;
  width: 85px;
  padding: 5px;
}

#save-btn {
  background-color: transparent;
  color: black;
  border: 1px solid black;
  width: 85px;
  border-radius: 0.375rem;
  padding: 5px;
}

[type="date"] {
  background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}

[type="date"]::-webkit-inner-spin-button {
  display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

/* custom styles */

label {
  display: block;
}

#date {
  padding: 7px 5px !important;
}

input {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background-color: #fff;
  /* padding: 7px 5px; */
  /* box-shadow: inset 0 3px 6px rgba(0,0,0,0.1); */
  width: 100%;
}

[data-tabs-toggle] button.actives-tab {
  color: #476f66;
  border-color: #476f66;
}

[data-tabs-toggle] button.actives-tab::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  color: #476f66;
}

button {
  padding: 5px 10px;
  /* margin-left: 5px; */
  cursor: pointer;
}

.tab {
  overflow: hidden;
}

#tabs{
  overflow:hidden;
}

#tabs button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border-bottom: 1px solid lightgray !important;
}

.pr-1{
  padding-right: 0.36rem;
}

.md\:pr-1 {
  padding-right: 0.29rem ;
}

.modal-box section {
  background-color: #f6f6f6;
  /* padding-top:49px;  */
}

.tab button {
  background-color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border: 1px solid lightgray;
}

.tab button.active {
  border: 1px solid #476f66;
}

#tabs .tablinks:focus {
  border-bottom: 2px solid #476f66 !important;
}

#tab-button.active {
  border-bottom: 1px solid black !important;
}

.tab button.active::after {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  transform: translate(50%, -50%);
}

.tabcontent {
  display: none;
  padding: 6px 3px;
  border-top: none;
}

.tooltip .tooltip-content {
  visibility: hidden;
  width: 180px;
  background-color: #fbf8ab;
  color: black;
  text-align: center;
  font-size: 14px;
  border-radius: 1px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  border: 2px solid #ffffac;
  /* bottom: 125%; */
  left: 192%;
  margin-top: 9px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltip-contents {
  visibility: hidden;
  width: 180px;
  background-color: #fbf8ab;
  color: black;
  text-align: center;
  font-size: 14px;
  border-radius: 1px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  border: 2px solid #ffffac;
  /* bottom: 125%; */
  left: 192%;
  margin-top: 9px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.previous-tab {
  color: black;
}

.tooltip .tooltip-content::after {
  content: "";
  position: absolute;
  top: -7%;
  left: 23%;
  margin-left: -39px;
  border-width: 5px;
  border-style: solid;
  transform: rotate(178deg);
  margin-top: -5px;
  border-color: #ffffac transparent transparent transparent;
}

.bg-\[\#edf3f1\]{
  backgroud-color:#edf3f1;
}

#tooltip-content::after {
  /* content: ""; */
  position: absolute;
  top: -7%;
  left: 23%;
  margin-left: -39px;
  border-width: 5px;
  border-style: solid;
  transform: rotate(178deg);
  margin-top: -5px;
  border-color: white transparent transparent transparent;
}

#tooltip-content{
  background-color: white !important;
  border:1px solid black !important;
  left: 0px !important;
  width: 150px;
  padding: 1px 0px  !important;
}

.tooltip .tooltip-contents::after {
  content: "";
  position: absolute;
  top: -7%;
  left: 23%;
  margin-left: -39px;
  border-width: 5px;
  border-style: solid;
  transform: rotate(178deg);
  margin-top: -5px;
  border-color: #ffffac transparent transparent transparent;
}

.active-tab .text-lg,
.previous-tab .text-lg {
  color: black;
}

#btns {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.previous-tab .text-lg {
  color: black;
}

.tooltip:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}

.accordion-item.open .accordion-toggle {
  transform: rotate(-1deg);
}

.modal {
  border-radius: 15px;
  width: 32%;
  box-shadow: 0px 0px 8px 2px #7f7f7f;
}

.accordion-toggle {
  transition: transform 0.3s ease;
  margin-top: 0px;
  width: 33px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: white;
}

.w-96{
  width:100%;
}

/* .py-3 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  } */

.tab-button {
  border: none;
}

.tab-button:hover {
  cursor: pointer;
}

.active-tab .tab-icon {
  background-color: #476f66;
}

.tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #cfd7d7;
  color: #000;
  font-weight: bold;
}

.active-tab .tab-icon,
.previous-tab .tab-icon {
  background-color: #476f66;
  color: white;
}

#seperator-icon {
  margin-top: -15px;
  margin-bottom: -10px;
  margin-left: 24px;
}

#width-tab {
  width: 483px;
}

/* #col-9-auto {
  max-height: 812px !important;
} */

.switch {
  position: relative;
  display: inline-block;
  width: 234px;
  height: 27px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 5px;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 22px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  border-radius: 0;
  transition: .4s;
}

input:checked+.slider {
  background-color: #476f66;
}

input:focus+.slider {
  box-shadow: 0 0 1px #476f66;
}

input:checked+.slider:before {
  transform: translateX(30px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.dataTables_wrapper select,
.dataTables_wrapper .dataTables_filter input {
  color: #4a5568;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1.25;
  border-width: 1px;
  border-radius: .25rem;
  border-color: lightGray;
  background-color: white;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: white;
}

table.dataTable tbody tr,
table.dataTable.display tbody tr {
  background-color: transparent;
}

/*Pagination Buttons*/

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-weight: 700;
  border-radius: .25rem;
  border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
  font-weight: 700;
  border-radius: .25rem;
  background: #476f66 !important;
  border: 1px solid transparent;
}

/*Pagination Buttons - Hover */

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
  font-weight: 700;
  border-radius: .25rem;
  background: white !important;
  border: 1px solid transparent;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #e2e8f0;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
  background-color: #667eea !important;
}

#tab-data{
  padding-top:19px !important;
}

#tab-datas{
  padding-top:15px !important;
}

#tab-links{
  line-height:20px;
  padding:2px !important;
  border-top:none !important;
  border-left:none !important;
  border-right: none !important;
}

[type="date"] {
  /* background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat; */
}

[type="date"]::-webkit-inner-spin-button {
  display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.close-btn {
  margin-left: 5px;
  cursor: pointer;
  color:red;
  font-size: 33px;
  margin-top:10px;
}

.close-btn:hover {
  color: red;
}

.placeholder-center::-moz-placeholder {
  text-align: center;
  font-size: 1.2rem;
}

.placeholder-center::placeholder {
  text-align: center;
  font-size: 1.2rem;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #476f67;
  padding-top: 4px;
  font-weight: 500;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '\2713';
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z' fill='%23ffffff'/%3E%3C/svg%3E");
  padding:5px;
  color: white;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #476f67;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

table {
  border-collapse: collapse;
}

#table-admin-data{
  height: calc(100vh - 388px) !important;
}

.tableFixHead {
  overflow-x: auto;
  max-height: calc(100vh - 388px) !important;
  overflow-y: scroll;
}

th[data-sort="asc"]:after {
  content: " ▲" !important;
}

th[data-sort="desc"]:after {
  content: " ▼" !important;
}

.icon-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #333333;
  /* background: #dddddd; */
  border: none;
  outline: none;
  border-radius: 50%;
}

.icon-button:hover {
  cursor: pointer;
}

.client-texts{
  margin-top: -41px;
}

/* .icon-button:active {
  background: #cccccc;
} */

/* .tabs {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.tabcontent {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
} */

.button-footer {
  position: fixed;
  bottom: 0;
  width: 47%;
  background-color: #ffffff;
  padding-bottom: 1rem;
}

.dt-length{
  display: flex;
  gap:6px;
}


#reset-password-button{
  background:white !important;
  color:red !important;
  border:1px solid red !important;
}

div.dt-container .dt-paging .dt-paging-button:active {
  outline: none;
  background-color: #0c0c0c;
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

div.dt-container .dt-paging .dt-paging-button:hover {
  color: white !important;
  border: 1px solid white !important;
  border-radius:6px !important ;
  background: -o-linear-gradient(top, #476f66 0%, #476f66 100%);
  background-color: #476f66 !important;
}

div.dt-container div.dt-layout-row {
  display: table;
  clear: both;
  width: auto !important;
  /* float: inline-end; */
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: white !important;
  border: 1px solid white;
  border-radius:6px !important ;
  background-color: rgba(0, 0, 0, 0.05);
  background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: #476f66 !important;
}

/* #table-row{
  background-color: #e7ecf2;
} */

.dt-layout-table{
  /* height: calc(100vh - 473px) !important;
  max-height: calc(100vh - 52px) !important;
  overflow: auto !important; */
}

#view-audit-button{
  margin-top: -30px;
}

tbody {
  /* display: block !important; */
  height: calc(100vh - 499px);
  overflow: auto;
}

thead {
  /* display: table-caption ; */
  width: 100%;
  /* table-layout: fixed !important; */
  /* even columns width , fix width of table too*/
}
tbody tr{
  /* display: inline-table; */
}

#myTable{
  width:100% !important;
}

#deletedTable{
  width:100% !important;
}

#mymanageTable{
  width:100% !important;
}

#deletedAction{
  width:312px !important;
}

#myTables{
  width:100% !important;
}

#unregistered-action{
  width:317px !important
}

#myunregisteredTable{
  width:100% !important;
}

.table-sno{
  width:97px !important;
}

.dt-info{
  margin-left: calc(100vw - 527px) !important;
}

div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging {
  color: inherit;
  display: flex;
}

/* #myTable{
  white-space: nowrap !important;
} */

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow:none !important;
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
  box-shadow:none !important;
}

table.dataTable.order-column > tbody tr > .sorting_1, table.dataTable.order-column > tbody tr > .sorting_2, table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1, table.dataTable.display > tbody tr > .sorting_2, table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow:none !important;
  width: 97px !important;
}

.email-of-client {
  /* Set maximum width for the table cell */
  max-width: 200px; /* Adjust as needed */

  /* Ensure text doesn't overflow */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  /* Optional: Add padding or other styling */
  padding: 0 5px;
}

.created-date{
  width:149px !important;
}

table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  box-shadow:none !important;
}

table.dataTable.stripe > tbody > tr:nth-child(odd) > *, table.dataTable.display > tbody > tr:nth-child(odd) > * {
  box-shadow:none !important;
}

#table-head-bg{
  background-color: white !important;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
  text-align: center !important;
}

.button-footer .flex {
  display: flex;
  /* justify-content: space-between; */
  /* padding: 0 1rem; */
}

.button-footer button {
  /* background-color: #2d3b2d; */
  /* color: #ffffff; */
  /* padding: 1rem; */
  border: none;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}

.active-knob{
  margin-left:79px;
  margin-top: -15px;
}

.tabcontentss{
  display: none;
  padding-left: 24px;
  padding-right: 24px;
  padding-top:15px;
}
.tebcontent{
 
  padding-left: 24px;
  padding-right: 24px;
  padding-top:15px;
}
.active {
  display: block;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  /* Adjust as per your design */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 36px;
  margin-left: 50px;
  /* Adjust as per your design */
}

.sidebar .client-text {
  padding: 20px 8px;
}

/* Hide/Show content */

.hidden {
  display: none;
}

.icon-button__badge {
  position: absolute;
  top: 8px;
  right: 9px;
  width: 16px;
  height: 16px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

#header-table {
  position: sticky;
  top: -3px;
  bottom:0;
  background-color: white;
  z-index: 0;
}

#child-table {
}

.geeks {
  border-right:hidden;
}

.gfg {
  border-collapse:separate;
  border-spacing:0 15px;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.chip-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
}

/* input[type="text"] {

  border: none;
  outline: none;
  flex: 1;
  margin: 0;
  padding: 5px;
  font-size: 14px;
} */

.customers{
  width:-moz-fit-content !important;
  width:fit-content !important;
  height:96px;
  max-height: 96px !important;
  overflow:auto !important;
}

.chip {
  background-color: #f3f5f4;
  border: 1px solid #fefdfe;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 5px;
  cursor: default;
}

.tooltip .tooltip-contents {
  visibility: hidden;
  width: 384px;
  background-color: #fbf8ab;
  color: black;
  text-align: center;
  font-size: 14px;
  border-radius: 1px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  border: 2px solid #ffffac;
  /* bottom: 125%; */
  left: 192%;
  margin-top: 9px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

/* Custom Styling */

.tab button.active {
  color: #476f67;
}

.accordion-title:focus {
  outline: none;
}

#manage_table{
  width:190px !important
}

#manage_account{
  width:179px !important
}

.box {
  width: 150px;
  height: 75px;
  background-color: black;
  color: #fff;
  padding: 20px;
  position: relative;
  margin: 40px;
  float: left;
}

.box.arrow-left:after {
  content: " ";
  position: absolute;
  left: -15px;
  top: 15px;
  border-top: 15px solid transparent;
  border-right: 15px solid black;
  border-left: none;
  border-bottom: 15px solid transparent;
}

.custom-tab button.active {
  border: 1px solid #476f67;
}

#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

.mon-button{
  border-top:1px solig lightGray;
  border-bottom: 1px solid lightGray;
  border-left:none;
  border-right:none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

/* th, td {
  text-align: left;
  padding: 8px;
} */

/* tr:nth-child(even) {background-color: #f2f2f2;} */

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ebebeb;
  color: #a3a3a3;
}

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

.custom-tab-content {
  display: none;
  border-top: none;
}

.sample-tab button.active {
  border-bottom: 2px solid #476f67;
  color:#476f67;
}

.custom-payment-tabs button.active {
  border: 1px solid #476f67;
}

#app-cover {
  display: table;
  width: 600px;
  margin: 80px auto;
  counter-reset: button-counter;
}

.toggle-button-cover {
  display: table-cell;
  position: relative;
  z-index: 0;
  /* width: 200px;
  height: 140px; */
  box-sizing: border-box;
}

.button-cover:before {
  /* counter-increment: button-counter; */
  /* content: counter(button-counter); */
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.dt-search label{
  display: none !important;
}

.button-cover,
.knobs,
.layer, .layers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 8px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.knob {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #0eb661;
  transition: 0.3s ease all;
  z-index: 1;
}

.layers {
  width: 100%;
  background-color: #0eb661;
  transition: 0.3s ease all;
  z-index: 1;
}

#button-13 .knobs:before,
#button-13 .knobs:after,
#button-13 .knobs span {
  position: absolute;
  top: 4px;
  width: 20px;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 8px;
  transition: 0.3s ease all;
}

#button-13 .knob:before,
#button-13 .knob:after,
#button-13 .knob span {
  position: absolute;
  top: 4px;
  width: 20px;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 8px;
  transition: 0.3s ease all;
}

#button-13 .knobs:before,
#button-13 .knobs:after {
  color: #4e4e4e;
  z-index: 1;
}

#button-13 .knob:before,
#button-13 .knob:after {
  color: #4e4e4e;
  z-index: 1;
}

#button-13 .knobs:before {
  content: "ON";
  left: 1px;
  font-size: 12px;
  color: white;
}

#button-13 .knob:before {
  content: "";
  left: 1px;
  font-size: 12px;
  color: white;
}

#button-13 .knobs:after {
  content: "OFF";
  right: 12px !important;
  font-size: 12px;
  top:3px !important;
}

#button-13 .knob:after {
  content: "";
  right: 12px !important;
  font-size: 12px;
  top:3px !important;
}

.navbar {
  overflow: hidden;
  /* background-color: #333; */
  position: fixed;
  top: 0;
  width: 100%;
}

.navbars {
  overflow: auto;
  height:100vh;
  /* background-color: #333; */
  /* position: fixed; */
  top: 68px;
  width: 100%;
}

#button-13 .knobs span {
  width: 31px;
  left: 29px;
  top: 5px;
  height: 26px;
  background-color: white;
  z-index: 2;
}

#button-13 .knob span {
  width: 31px;
  left: 29px;
  top: 5px;
  height: 26px;
  background-color: white;
  z-index: 2;
}

#button-13 .checkbox:checked + .knobs span {
  left: 4px;
  background-color: white;
}

#button-13 .checkbox:checked + .knob span {
  left: 4px;
  background-color: white;
}

#button-13 .checkbox:checked ~ .layer {
  background-color: #ccd6d5;
}

#button-13 .checkbox:checked ~ .layers {
  background-color: #f84c34;
}

.two-factor-text {
  margin: auto;
  text-align: center;
}

.signature-container {
  position: relative;
}

.signature-pad {
  border-bottom: 1px dashed lightgray;
  height: 278px;
}

#draw-legal-text{
  margin-bottom: 22px;
}

.slider {
  position: absolute;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 6px;
  right: 52px;
  background: #476f67;
  top: 42px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.eye-icon {
  cursor: pointer;
}

.show-password img {
  content: url("/Images/eye2.png");
}

html {
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}

.custom-payment-tabs{
  justify-content: flex-start;
}

.mr-4{
  margin-right:1rem;
}

.classoption{
  margin-right: 43px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

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

.w-19 {
  width: 3rem;
}

.w-95{
  width:95%;
}

.w-73{
  width: 16.8rem;
}

.w-98{
  width: 98%;
}

.mr-\[20px\] {
  margin-right: 20px;
}

.ml-\[12px\] {
  margin-right: 12px;
}

.pl-\[22px\] {
  padding-right: 22px;
}

.pr-\[22px\] {
  padding-left: 22px;
}

.m-initial{
  margin:initial;
}

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

#another-shift{
  margin-top:-6px;
}

.mb-\[18px\] {
  margin-bottom: 0rem;
}

#another{
  margin-bottom: 14px;
}

.clear-button {
  position: absolute;
  bottom: 91px;
  right: 12px;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  color: red;
}

.rotate-180 {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.m-auto{
  margin:auto;
}

.\32xl\:h-screen-30 {
  height: calc(100vh - 343px);
}

.h-60{
  height:15rem;
}

/* #bottom-space{
  margin-top:36.5vh;
} */

#bottom-space{
  margin-top:36.5vh;
}

#bottom-spaces{
  margin-top:16vh;
}

.xl\:gap-2{
  gap: 0.5rem;
}

.iti__selected-country{
  height:44px !important;
}

.will-do{
  margin-top:16px;
}

.check-box{
  margin-bottom: 7px;
  margin-top:10px;
}

.iti{
  width:100% !important;
}

.iti--allow-dropdown{
  width:100% !important;
}

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

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#shift_type-error{
  position:absolute ;
  /* font-size: 13px !important; */
}

#shift_name-error{
  position:absolute ;
  /* font-size: 13px !important; */
}

#shift_start-error{
  position:absolute ;
  /* font-size: 13px !important; */
}

#shift_end-error{
  position:absolute ;
  /* font-size: 13px !important; */
}

#hcp_type-error{
  position:absolute ;
  /* font-size: 13px !important; */
}

#payable_hours-error{
  position:absolute ;
  /* font-size: 13px !important; */
}

#lunch_break-error{
  position:absolute ;
  /* font-size: 13px !important; */
}

#comments-error{
  position:absolute ;
  /* font-size: 13px !important; */
}

.draw-text{
  margin-left:0px;
}

.xl\:mt-\[21\.3vh\] {
  margin-top: 28vh !important;
}

#two{
  margin-bottom:127px;
}

.step-name {
  color: #9fa1a0;
}

.active-tab .step-name {
  color: #000;
}

#card-element{
  background-color:#fff !important;
}

#header-flex{
  margin-top:0px;
}

.active-tab .tab-icon {
  background-color: #476f66;
  /* Green background color */
  color: #fff;
  /* Text color */
}

@-moz-document url-prefix() {
  .\32 xl\:w-62 {
    width: 59px !important;
    /* Apply width only in Firefox */
  }
}

.week_start_day{
  max-width:5rem !important;
}

.week_end_day{
  max-width:5rem !important;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.client-text{
  margin-top: -37px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.hidden {
  display: none;
}

/* .sidenav a:hover {
  color: #f1f1f1;
} */

.sidenav .closebtn {
  position: absolute;
  top: 0;
  color:black;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#admin-client-img{
  width: auto;
  height: auto;
}

#dt-search-0{
  display: none !important;
}
.dt-length{
  margin-left: calc(100vh - -35vw) !important ;
  margin-top: -63px !important;
}

@media (min-width: 200px) and (max-width: 392px) {
  .lara{
    margin-right: 1rem;
  }

  .week_start_day{
    max-width:100% !important;
  }

  .week_end_day{
    max-width:100% !important;
  }

  #bottom{
    margin-bottom: 93px !important;
  }

  .gap-\[21px\] {
    gap: 9px !important;
  }

  .xl\:w-\[30\%\] {
    width: 100% !important;
  }

  .h-\[598px\] {
    height: 565px !important;
  }

  .max-h-\[560px\] {
    max-height: 430px !important;
  }

  .tab-icon {
    display: none;
  }

  .active-tab .tab-icon {
    display: inline;
  }

  .tab-number {
    display: block;
  }

  .active-tab .tab-number {
    display: none;
  }

  .step-name {
    color: #9fa1a0;
  }

  .active-tab .step-name {
    color: #000;
  }

  .active-tab .seperator{
    /* background-color:#476f67; */
    border:1px solid rgb(71, 111, 102) !important;
  }

  #bottom-spaces {
    margin-top: -35vh;
    margin-bottom: 2vh;
  }

  #bottom-space{
    margin-top:3.5vh;
  }

  .clear-button {
    position: absolute;
    bottom: 79px;
    /* left: 11px; */
    right:254px;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    color: red;
  }

  .mr-\[4px\] {
    margin-right: 2px;
  }

  .ml-\[4px\] {
    margin-left: 1px;
  }

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

  .shift-text{
    width:133px;
  }

  .regular{
    margin-right: 0px;
  }

  .truncate-text {
    display: inline-block;
    max-width: 106px;
    /* Adjust the width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .accordion-toggle {
    transition: transform 0.3s ease;
    margin-top: 6sspx;
    width: 33px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: white;
  }

  #button-saved{
    padding-left: 8px;
    padding-right: 8px;
    width: auto !important;
    /* margin-left: 5px; */
    cursor: pointer;
  }

  .accordion-item.open .accordion-content {
    max-height: 1000px;
    border: 1px solid lightgray;
    overflow-x: hidden;
    overflow-y:hidden;
  }

  .classoption{
    margin-right: 0px !important;
  }

  .truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:18px;
    background-color: white;
  }

  .custom-payment-tabs{
    justify-content: flex-start;
  }

  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
  }

  [type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '\2713';
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z' fill='%23ffffff'/%3E%3C/svg%3E");
    padding:4px;
    color: white;
    width: 24px;
    height: 24px;
    line-height: 28px;
    background: #476f67;
    position: absolute;
    top: 18px;
    left: 12px;
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 50%;
    transition: all 0.2s ease;
  }

  .mon-button{
    border-right:1px solig lightGray;
    border-left: 1px solid lightGray;
    border-top:none;
    border-bottom:none;
  }
  .h-60{
    height:9rem;
  }
  #two{
    margin-bottom:80px;
  }

  /* #firstDivs{
width:390px;
max-width:390px
} */
}

@media (min-width: 393px) and (max-width: 413px) {
  .xl\:w-\[30\%\] {
    width: auto !important;
  }

  .week_start_day{
    max-width:100% !important;
  }

  .week_end_day{
    max-width:100% !important;
  }

  #bottom{
    margin-bottom: 93px !important;
  }

  #header-logo{
    margin-top:-8px !important;
    margin-left: 91px !important;
  }

  .tab-icon {
    display: none;
  }

  .active-tab .tab-icon {
    display: inline;
  }

  .tab-number {
    display: block;
  }

  .active-tab .tab-number {
    display: none;
  }

  .step-name {
    color: #9fa1a0;
  }

  .active-tab .step-name {
    color: #000;
  }

  .active-tab .seperator{
    border:1px solid rgb(71, 111, 102) !important;
  }

  #two{
    margin-bottom:80px;
  }

  #accordion-toggle{
    margin-top: 3px !important;
  }

  #bottom-spaces {
    margin-top: -35vh;
    margin-bottom: 2vh;
  }

  #bottom-space{
    margin-top:3.5vh;
  }

  .w-274{
    width:294px;
  }

  .md\:pr-1 {
    padding-right: 0rem !important;
  }

  .mon{
    border-bottom:1px solid rgb(209 213 219);
    border-top:none !important;
    border-left:1px solid rgb(209 213 219);
    border-right:1px solid rgb(209 213 219);
  }

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

  .w-9 {
    width: 2.2rem;
  }

  .clear-button {
    position: absolute;
    bottom: 79px;
    /* left: 11px; */
    right:284px;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    color: red;
  }

  .shift-text{
    width:143px;
  }

  .truncate-text {
    display: inline-block;
    max-width: 147px;
    margin-top: 5px;
    /* Adjust the width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .accordion-toggle {
    transition: transform 0.3s ease;
    margin-top: 0px;
    width: 33px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: white;
  }

  #button-saved{
    padding: 1px 10px;
    /* margin-left: 5px; */
    cursor: pointer;
  }

  .accordion-item.open .accordion-content {
    max-height: 1000px;
    border: 1px solid lightgray;
    overflow-x: hidden;
    overflow-y:hidden;
  }

  .classoption{
    margin-right: 0px !important;
  }

  .truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:18px;
    background-color: white;
  }

  .custom-payment-tabs{
    justify-content: flex-start;
  }

  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
  }

  .w-73 {
    width: 18.8rem;
  }

  [type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '\2713';
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z' fill='%23ffffff'/%3E%3C/svg%3E");
    padding:4px;
    color: white;
    width: 24px;
    height: 24px;
    line-height: 28px;
    background: #476f67;
    position: absolute;
    top: 18px;
    left: 12px;
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 50%;
    transition: all 0.2s ease;
  }

  .mon-button{
    border-right:1px solig lightGray;
    border-left: 1px solid lightGray;
    border-top:none;
    border-bottom:none;
  }

  #two{
    margin-bottom:80px;
  }

  /* #firstDivs{
width:390px;
max-width:390px
} */
}

@media (min-width: 414px) and (max-width: 599px) {
  .tab-icon {
    display: none;
  }

  .week_start_day{
    max-width:100% !important;
  }

  .week_end_day{
    max-width:100% !important;
  }

  #header-logo{
    margin-top:-8px !important;
    margin-left: 91px !important;
  }

  .active-tab .tab-icon {
    display: inline;
  }

  .tab-number {
    display: block;
  }

  .active-tab .tab-number {
    display: none;
  }

  .step-name {
    color: #9fa1a0;
  }

  .active-tab .step-name {
    color: #000;
  }

  .active-tab .seperator{
    border:1px solid rgb(71, 111, 102) !important;
  }

  .previous-tab .seperator{
    border:1px solid rgb(71, 111, 102) !important;
  }

  .clear-button {
    position: absolute;
    bottom: 74px;
    left: 11px;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    color: red;
  }

  .w-274{
    width:304px;
  }

  .accordion-toggle {
    transition: transform 0.3s ease;
    margin-top: 2px;
    width: 33px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: white;
  }

  #button-saved{
    padding: 1px 10px;
    /* margin-left: 5px; */
    cursor: pointer;
  }

  .w-73{
    width:20.8rem;
  }

  .accordion-item.open .accordion-content {
    max-height: 1000px;
    border: 1px solid lightgray;
    overflow-x: hidden;
    overflow-y:hidden;
  }

  .classoption{
    margin-right: 0px !important;
  }

  .truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:18px;
    background-color: white;
  }

  .custom-payment-tabs{
    justify-content: flex-start;
  }

  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
  }

  [type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '\2713';
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z' fill='%23ffffff'/%3E%3C/svg%3E");
    padding:4px;
    color: white;
    width: 24px;
    height: 24px;
    line-height: 28px;
    background: #476f67;
    position: absolute;
    top: 18px;
    left: 12px;
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 50%;
    transition: all 0.2s ease;
  }

  .mon-button{
    border-right:1px solig lightGray;
    border-left: 1px solid lightGray;
    border-top:none;
    border-bottom:none;
  }

  #two{
    margin-bottom:80px;
  }

  /* #firstDivs{
width:390px;
max-width:390px
} */
}

@media (min-width: 600px) and (max-width: 900px) {
  .md\:mt-\[129px\] {
    margin-top: 129px ;
  }

  .active-tab .steeper{
    background-color:#476f67;
  }

  .tab-icon {
    display: none;
  }

  .active-tab .tab-icon {
    display: inline;
  }

  .tab-number {
    display: block;
  }

  .active-tab .tab-number {
    display: none;
  }

  .step-name {
    color: #9fa1a0;
  }

  .active-tab .step-name {
    color: #000;
  }

  .kbw-signature{
    width:579px !important;
    height:220px !important;
  }

  #bottom-space {
    margin-top: 28.5vh;
  }

  .md\:mt-\[49vh\] {
    margin-top: 1.5vh !important;
  }

  .mt-\[32px\] {
    margin-top: 10.5vh !important;
  }

  .sm\:mt-\[-11px\] {
    margin-top: 0vh !important;
  }

  #general-btn{
    margin-top:13.2vh !important;
  }

  .md\:mt-\[16vh\] {
    margin-top: 19.5vh !important;
  }

  .md\:mt-\[494px\] {
    margin-top: 23.7vh !important;
  }

  .sm\:mt-\[247px\] {
    margin-top: 1vh !important;
  }

  .sm\:mt-\[5vh\] {
    margin-top: 1vh !important;
  }

  .xl\:w-\[30\%\] {
    width: 42% !important;
  }

  .accordion-item.open .accordion-content {
    max-height: 1000px;
    border: 1px solid lightgray;
    overflow-x: auto;
    overflow-y:auto;
  }

  .sm\:h-\[294px\] {
    height: 521px !important;
  }

  .sm\:h-\[384px\] {
    height: 623px !important;
  }

  .sm\:mt-\[5vh\] {
    margin-top: 0vh !important;
  }

  .sm\:mt-\[247px\] {
    margin-top: 0vh !important;
  }

  .sm\:mt-\[-11px\] {
    margin-top: 141px ;
  }

  .staff-role{
    margin-left: -10px !important;
  }

  .md\:h-\[262px\] {
    height: 280px !important;
  }

  .copy-right{
    padding:20px !important;
  }

  .lara{
    margin-right: 0.8rem !important;
  }

  .shift-text{
    margin-top: 1px !important;
  }

  .mr-16{
    margin-right: 3.2rem !important;
  }

  .accordion-toggle {
    transition: transform 0.3s ease;
    margin-top: 0px !important;
    width: 33px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: white;
  }

  .regular{
    margin-right: 35px;
  }

  #hcpdiv{
    padding-right: 10px;
  }

  .sm\:w-274 {
    width: 305px !important;
  }

  .clear-button {
    position: absolute;
    bottom: 98px;
    right: 12px;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    color: red;
  }

  .copy-right{
    bottom: 34px;
  }

  #bg-messageboxcolor{
    top:2px;
  }

  #two{
    margin-bottom:121px;
  }

  .classoption{
    margin-right: 0px !important;
  }

  .custom-payment-tabs{
    justify-content: center;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:18px;
    background-color: white;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .lg\:w-\[607px\] {
    width: 607px !important;
  }

  .md\:gap-\[424px\] {
    gap: 413px !important;
  }

  #bottom-space {
    margin-top: 12.5vh;
  }

  #bottom-spaces {
    margin-top: -70vh;
  }

  .lg\:mt-\[64vh\] {
    margin-top: 14.5vh !important;
  }

  .lg\:mt-\[130px\] {
    margin-top: 2vh !important;
  }

  .lg\:h-\[542px\] {
    height: 345px !important;
  }

  .lg\:mt-\[45vh\] {
    margin-top: 23vh !important;
  }

  .lg\:mt-\[162px\] {
    margin-top: 1vh !important;
    margin-bottom: 1vh !important;
  }

  .mt-\[32px\] {
    margin-top: 2.4vh !important;
  }

  .my-2 {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
  }

  .lg\:h-10 {
    height: 2rem !important;
  }

  .lg\:p-10 {
    padding: 1rem !important;
  }

  .md\:h-3\/4 {
    height: 75vh !important;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.4rem !important;
  }

  .lg\:h-\[812px\] {
    height: 75vh !important;
  }

  .md\:col-span-3 {
    grid-column: span 4 / span 4 !important;
  }

  .col-span-9 {
    grid-column: span 8 / span 8;
  }

  .shifts-type{
    line-height: 21px !important;
  }

  #accordions-toggle {
    transition: transform 0.3s ease;
    margin-top: 0px !important;
    width: 33px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: white;
  }

  .accordion-toggle {
    transition: transform 0.3s ease;
    margin-top: 6px;
    width: 33px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: white;
  }

  #copy-right{
    padding:24px;
  }

  .lara{
    margin-right: 0.8rem !important;
  }

  .mr-16 {
    margin-right: 3.4rem;
  }

  .regular{
    margin-right: 0px;
  }

  .truncate-text {
    display: inline-block;
    max-width:295px;
    /* Adjust the width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pr-6 {
    padding-right: 1.0rem !important;
  }

  #two{
    margin-bottom:160px;
  }

  .classoption{
    margin-right: 0px !important;
  }

  .custom-payment-tabs{
    justify-content: center;
  }

  #footer {
    position: sticky;
    left: 0;
    bottom: 39px;
    width: calc(100vw - 423px);
    padding-left:5px;
    padding-right:18px;
    padding-top:18px;
    padding-bottom:35px;
    background-color: white;
  }

  #footers {
    position: sticky;
    left: 0;
    bottom: 0px !important;
    width: calc(100vw - 423px);
    padding-left:5px;
    padding-right:18px;
    padding-top:18px;
    padding-bottom:35px;
    background-color: white;
  }

  .footer {
    position: sticky;
    left: 0;
    bottom: -34px;
    width: calc(100vw - 423px);
    padding-left:5px;
    padding-right:18px;
    padding-top:18px;
    padding-bottom:35px;
    background-color: white;
  }

  #gap{
    gap:0px !important;
  }

  #stepper{
    margin-left: -33px !important;
  }

  #step-name{
    font-size: 13.8px !important;
  }

  .md\:rounded-bl-3xl{
    border-bottom-left-radius:0px !important;
  }
}

@media (min-width: 1201px) and (max-width: 1280px) {
  .xl\:mt-\[20\.2vh\] {
    margin-top: 4.2vh !important;
  }

  #number-input{
    width:4rem !important;
  }

  .week_start_format{
    padding-left: 13px !important;
    padding-right: 13px !important;
  }

  .week_end_format{
    padding-left: 13px !important;
    padding-right: 13px !important;
  }

  #bottom-space{
    margin-top:3.5vh;
  }

  #copy-right{
    padding:12px !important;
  }

  #two{
    margin-bottom: 30px !important;
  }

  /* .xl\:w-auto {
    width: 218px !important;
  } */

  .py-4 {
    padding-top: 0.48rem !important;
    padding-bottom: 0.48rem !important;
  }

  .xl\:h-\[43px\] {
    height: 20px !important;
  }

  .xl\:mt-\[35vh\] {
    margin-top: 25.5vh !important;
  }

  .xl\:h-screen-45 {
    height: calc(100vh - 150px) !important;
  }

  #small-screen{
    height: calc(100vh - 150px) !important;
  }

  .\32xl\:h-screen-30{
    height: calc(100vh - 150px) !important;
  }

  .xl\:w-52 {
    width: 11rem !important;
  }

  #point-img{
    width:329px !important
  }

  /* .xl\:mt-\[35vh\] {
  margin-top: 24vh !important;
} */

  .xl\:mt-\[35vh\] {
    margin-top: 9vh !important;
  }

  .xl\:w-\[32\%\] {
    width: 53% !important;
  }

  #payment-img{
    width: 366px !important;
  }

  .regular{
    margin-right: 0px;
  }

  .xl\:pl-0 {
    padding-left: 5px !important;
  }

  .xl\:w-365 {
    width: 357px !important;
  }

  .xl\:mt-5 {
    margin-top: 0rem !important;
  }

  .sm\:pr-1 {
    padding-right: 0.7rem !important;
  }

  .xl\:mt-\[-13px\] {
    margin-top: -9px !important;
  }

  .xl\:ml-\[-647px\] {
    margin-left: -386px !important;
  }

  .xl\:mt-\[10\.3vh\] {
    margin-top: 7.3vh !important;
  }

  .xl\:mt-\[52\.7vh\] {
    margin-top: 56.7vh !important;
  }

  .xl\:mr-\[-647px\] {
    margin-right: -387px !important;
  }

  #bottom-spaces{
    margin-top:-47vh;
  }

  .lg\:w-62 {
    width: 53px !important;
  }

  .mb-\[18px\] {
    margin-bottom: 0rem !important;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1rem !important;
  }

  .footer {
    position: fixed;
    left: 27px;
    bottom: 4px;
    width: calc(100vw - 366px);
    padding: 18px;
    background-color: white;
  }

  .xl\:max-h-\[560px\] {
    max-height: 401px !important;
  }

  .xl\:mt-\[32\.5vh\] {
    margin-top: 21.5vh !important;
  }

  /* #shift-img{
    width:383px !important
  } */

  #shift-img{
    width:239px !important
  }

  .xl\:mt-\[15\.1vh\] {
    margin-top: 12vh !important;
  }

  .xl\:h-\[585px\] {
    height: 273px !important;
  }

  /* .xl\:mt-\[48\.3vh\] {
    margin-top: 42.3vh !important;
  } */

  .xl\:mt-\[48\.3vh\] {
    margin-top: -3.7vh !important;
  }

  .xl\:h-\[520px\] {
    height: 218px !important;
  }

  .xl\:h-\[533px\] {
    height: 210px !important;
  }

  .text-toggle{
    line-height: 19px !important;
  }

  .shift-end{
    line-height: 19px !important;
  }

  .accordion-toggle {
    transition: transform 0.3s ease;
    margin-top: 0px !important;
    width: 33px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: white;
  }

  .mb-17 {
    margin-bottom: 6rem;
  }

  #button-1{
    padding-bottom: 5px;
    padding-top: 5px;
  }

  #button{
    padding-bottom: 5px;
    padding-top: 5px;
  }

  #cards-details{
    margin-bottom: 57px;
  }

  #second-flex{
    margin-bottom: 6rem;
  }

  .xl\:w-365 {
    width: 342px;
  }

  #gap {
    gap: 0rem;
  }

  .kbw-signature{
    width:606px !important;
    height: 140px !important;
  }

  #sig canvas{
    width:580px !important;
    height: 136px !important;
  }

  .draw-text{
    margin-left: 11px !important;
  }

  .h-40{
    height:4rem !important;
  }

  .accordion{
    margin-bottom: 0rem;
  }

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

  .xl\:mt-\[19\.5vh\] {
    margin-top: -0.5vh  !important;
  }

  .md\:col-span-3 {
    grid-column: span 4 / span 4 !important;
  }

  .col-span-9 {
    grid-column: span 8 / span 8 !important;
  }

  #header-flex{
    margin-top:-10px;
  }

  .md\:col-span-9 {
    grid-column: span 8 / span 8 !important;
  }

  /* #mac {
    padding-left: 25px;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 0px;
  } */

  #mac {
    padding-left: 9px;
    padding-top: 9px;
    padding-right: 9px;
    padding-bottom: 0px;
  }

  .h-32{
    height: 5.5rem !important;
  }

  .xl\:top-20 {
    top: 4rem !important;
  }

  #account-setup{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:p-10 {
    padding: 0rem;
  }

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

  .xl\:p-10 {
    padding: 0rem;
  }
}

@media (min-width: 1281px) and (max-width: 1299px) {
  .xl\:mt-\[20\.2vh\] {
    margin-top: 4.2vh !important;
  }

  #bottom-space{
    margin-top:36.5vh;
  }

  #copy-right{
    padding:12px !important;
  }

  #two{
    margin-bottom: 30px !important;
  }

  /* .xl\:w-auto {
    width: 218px !important;
  } */

  .py-4 {
    padding-top: 0.48rem !important;
    padding-bottom: 0.48rem !important;
  }

  .xl\:h-\[43px\] {
    height: 20px !important;
  }

  .xl\:mt-\[35vh\] {
    margin-top: 25.5vh !important;
  }

  .xl\:h-screen-45 {
    height: calc(100vh - 150px) !important;
  }

  #small-screen{
    height: calc(100vh - 150px) !important;
  }

  .\32xl\:h-screen-30{
    height: calc(100vh - 150px) !important;
  }

  .xl\:w-52 {
    width: 11rem !important;
  }

  #point-img{
    width:329px !important
  }

  .xl\:mt-\[35vh\] {
    margin-top: 24vh !important;
  }

  /* .xl\:mt-\[35vh\] {
  margin-top: 9vh !important;
} */

  .xl\:w-\[32\%\] {
    width: 53% !important;
  }

  #payment-img{
    width: 366px !important;
  }

  .regular{
    margin-right: 0px;
  }

  .xl\:pl-0 {
    padding-left: 5px !important;
  }

  .xl\:w-365 {
    width: 357px !important;
  }

  .xl\:mt-5 {
    margin-top: 0rem !important;
  }

  .sm\:pr-1 {
    padding-right: 0.7rem !important;
  }

  .xl\:mt-\[-13px\] {
    margin-top: -9px !important;
  }

  .xl\:ml-\[-647px\] {
    margin-left: -421px !important;
  }

  .xl\:mt-\[10\.3vh\] {
    margin-top: 7.3vh !important;
  }

  .xl\:mt-\[52\.7vh\] {
    margin-top: 56.7vh !important;
  }

  .xl\:mr-\[-647px\] {
    margin-right: -424px !important;
  }

  .mb-\[18px\] {
    margin-bottom: 0rem !important;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1rem !important;
  }

  .footer {
    position: fixed;
    left: 27px;
    bottom: 4px;
    width: calc(100vw - 366px);
    padding: 18px;
    background-color: white;
  }

  .xl\:max-h-\[560px\] {
    max-height: 401px !important;
  }

  .xl\:mt-\[32\.5vh\] {
    margin-top: 21.5vh !important;
  }

  #shift-img{
    width:383px !important
  }

  /* #shift-img{
    width:239px !important
  } */

  .xl\:mt-\[15\.1vh\] {
    margin-top: 12vh !important;
  }

  .xl\:h-\[585px\] {
    height: 273px !important;
  }

  .xl\:mt-\[48\.3vh\] {
    margin-top: 42.3vh !important;
  }

  /* .xl\:mt-\[48\.3vh\] {
    margin-top: -3.7vh !important;
  } */

  .xl\:h-\[520px\] {
    height: 356px !important;
  }

  .mb-17 {
    margin-bottom: 6rem;
  }

  #button-1{
    padding-bottom: 5px;
    padding-top: 5px;
  }

  #button{
    padding-bottom: 5px;
    padding-top: 5px;
  }

  #cards-details{
    margin-bottom: 57px;
  }

  #second-flex{
    margin-bottom: 6rem;
  }

  .xl\:w-365 {
    width: 342px;
  }

  #gap {
    gap: 4.5rem;
  }

  .accordion{
    margin-bottom: 0rem;
  }

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

  .xl\:mt-\[19\.5vh\] {
    margin-top: 4.5vh  !important;
  }

  #mac {
    padding-left: 25px;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 0px;
  }

  /* #mac {
    padding-left: 9px;
    padding-top: 9px;
    padding-right: 9px;
    padding-bottom: 0px;
  } */

  .h-32{
    height: 5.5rem !important;
  }

  .xl\:top-20 {
    top: 4rem !important;
  }

  #account-setup{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:p-10 {
    padding: 0rem;
  }

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

  .xl\:p-10 {
    padding: 0rem;
  }
}

@media (min-width: 1300px) and (max-width: 1367px) {
  #height {
    height: 100%;
    /* max-height: 74%; */
  }

  .check-box{
    display: flex;
  }

  .form-check{
    height:0px !important;
  }

  .xl\:mt-\[35vh\] {
    margin-top: 28vh !important;
  }

  .xl\:h-\[43px\] {
    height: 25px !important;
  }

  .seven{
    padding:21px;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: calc(100vw - 378px);
    padding:18px;
    background-color: white;
  }

  .md\:rounded-bl-3xl{
    border-bottom-left-radius:0px !important;
  }

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

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:top-14{
    top: 3.5rem;
  }

  #shift-type-w {
    margin-top: -20px !important;
  }

  #expiration-date{
    margin-left: 48px !important;
  }

  #cvv{
    margin-left: 40px;
  }

  #market {
    margin-left: 230px !important;
  }

  #tab-data{
    padding-top:19px !important;
  }

  #tab-datas{
    padding-top:17px !important;
  }

  #pay-rate-w {
    margin-top: -20px !important;
  }

  #shift-back {
    margin-bottom: 50px !important;
  }

  #payment-w {
    margin-top: -20px !important;
  }

  #general {
    margin-top: 20px;
  }

  #pay-back-button {
    margin-top: 50px !important;
  }

  #payment-back-button {
    margin-top: 18px !important;
  }

  #payment-submit-button {
    margin-top: 18px !important;
  }

  #payment {
    margin-top: 55px !important;
  }

  input {
    height: 46px ;
  }

  select {
    height: 35px !important;
  }

  #hcp-w {
    margin-top: -20px !important;
  }

  #pay-save-button {
    margin-top: 50px !important;
  }

  .save-general {
    margin-top: 20px !important;
  }

  #col-9-auto {
    max-height: 630px !important;
    height: 630px;
  }

  .modal-box section{
    width:371px !important;
  }

  #point {
    padding-left: 0rem !important;
    padding: 0rem !important;
    padding-right: 0rem !important;
    margin-top: -20px;
  }

  #grid-state {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }

  .px-8 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  #width-tab {
    width: 330px;
  }

  #point-img {
    height: 345px !important;
    width: 411px !important;
  }

  #hcp-back-button {
    margin-top: 20rem !important;
  }

  #backButton {
    margin-top: 4rem !important;
  }

  #payByCreditCardBtn {
    margin-top: 4rem !important;
  }

  #shift-back-button {
    margin-top: 3rem !important;
  }

  #shift-save-button {
    margin-top: 3rem !important;
  }

  #mac {
    padding: 1rem !important;
  }

  #hcp-save-button {
    margin-top: 20rem !important;
  }

  #legal-btn {
    margin-top: 240px !important;
  }

  #shift-img {
    height: 276px !important;
    width: 411px !important;
  }

  #payment-img {
    height: 276px !important;
    width: 411px !important;
    margin-top: -30px !important;
  }

  #contact-back-button {
    margin-top: 2rem !important;
  }

  .xl\:h-\[520px\] {
    height: 381px !important;
  }

  #week-btn {
    margin-top: 212px !important;
    margin-left: 10px;
  }

  .xl\:h-\[585px\] {
    height: 441px !important;
  }

  .mb-\[18px\] {
    margin-bottom: 0rem !important;
  }

  .xl\:mt-\[32\.5vh\] {
    margin-top: 25.5vh !important;
  }

  .xl\:h-\[533px\] {
    height: 394px !important;
  }

  .kbw-signature {
    width: 648px !important;
    height: 220px;
  }

  .draw-text {
    margin-left: 17px;
  }

  .xl\:max-h-\[560px\] {
    max-height: 419px !important;
  }

  .xl\:ml-\[-647px\] {
    margin-left: -453px !important;
  }

  .xl\:mr-\[-647px\] {
    margin-right: -457px !important;
  }

  #button-1{
    padding-left:0px;
  }

  .step-1{
    margin-top:-21px !important;
  }

  #contact-save-button {
    margin-top: 2rem !important;
  }

  .modal{
    width:45%;
  }

  #week {
    margin-top: 0px;
  }

  #step {
    margin-left: -0.2rem !important;
  }

  #seperator-icon {
    margin-top: -22px;
    margin-bottom: -21px;
    margin-left: 15px;
  }

  #top {
    margin-top: -2px;
    padding: 1.3rem;
  }

  #save {
    margin-top: 140px;
  }

  #button {
    padding: 0px !important;
  }

  #gap {
    gap: 14rem !important;
  }

  #pay-rate {
    margin-top: 0.25rem;
    margin-left: 12rem;
  }
}

@media (min-width: 1368px) and (max-width: 1537px) {
  #height {
    height: 100%;
    /* max-height: 74%; */
  }
  .account-admin{
    width:125px;
  }
  .table-sno{
    width:81px !important;
  }
  table.dataTable.order-column > tbody tr > .sorting_1, table.dataTable.order-column > tbody tr > .sorting_2, table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1, table.dataTable.display > tbody tr > .sorting_2, table.dataTable.display > tbody tr > .sorting_3 {
    box-shadow:none !important;
    width: 81px !important;
  }
  .button-footer {
    position: fixed;
    bottom: 0;
    width: 62.5%;
    background-color: #ffffff;
    padding-bottom: 1rem;
  }
  
  .status-client{
    width:172px;
  }
  .email-of-client{
    width:201px !important
  }
  .client-admin-table{
    width:154px;
  }
  .dt-length{
    margin-left: calc(100vh - -32vw) !important ;
    margin-top: -63px !important;
  }
  #admin-client-img{
    width: auto;
    height: 400px;
  }
  #col-9-auto {
    max-height: 623px !important;
    height: 623px;
  }

  .\32xl\:w-32\% {
    width: 44% !important;
    overflow-x:hidden;
  }

  .xl\:h-\[82vh\] {
    height: 84.5vh !important;
  }

  .lg\:w-62 {
    width: 46px !important;
  }

  .xl\:mt-\[48\.3vh\] {
    margin-top: 17vh !important;
  }

  .xl\:h-\[520px\] {
    height: 350px !important;
  }

  .xl\:h-\[533px\] {
    height: 335px !important;
  }

  .check-box{
    margin-bottom: 7px;
    display: flex;
    margin-top:10px;
  }

  .xl\:h-\[43px\] {
    height: 39px !important;
  }

  #two{
    margin-bottom: 2rem !important;
  }

  .xl\:mr-\[-647px\] {
    margin-right: -499px !important;
  }

  .xl\:ml-\[-647px\] {
    margin-left: -499px !important;
  }

  .xl\:h-\[585px\] {
    height:401px !important;
  }

  #bottom-space{
    margin-top:20.5vh;
  }

  #bottom-spaces{
    margin-top:-5vh;
  }

  .xl\:mt-\[35vh\] {
    margin-top: 26vh !important;
  }

  .lg\:w-62 {
    width: 62px !important;
  }

  .my-2 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .xl\:h-screen-45 {
    height: calc(100vh - 225px);
  }

  .seven{
    padding:21px;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: calc(100vw - 378px);
    padding:18px;
    background-color: white;
  }

  .md\:rounded-bl-3xl{
    border-bottom-left-radius:0px !important;
  }

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

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:top-14{
    top: 3.5rem;
  }

  #shift-type-w {
    margin-top: -20px !important;
  }

  #expiration-date{
    margin-left: 48px !important;
  }

  #cvv{
    margin-left: 40px;
  }

  #market {
    margin-left: 230px !important;
  }

  #tab-data{
    padding-top:19px !important;
  }

  #tab-datas{
    padding-top:17px !important;
  }

  #pay-rate-w {
    margin-top: -20px !important;
  }

  #shift-back {
    margin-bottom: 50px !important;
  }

  #payment-w {
    margin-top: -20px !important;
  }

  #general {
    margin-top: 20px;
  }

  #pay-back-button {
    margin-top: 50px !important;
  }

  #payment-back-button {
    margin-top: 18px !important;
  }

  #payment-submit-button {
    margin-top: 18px !important;
  }

  #payment {
    margin-top: 55px !important;
  }

  input {
    height: 46px ;
  }

  .form-checkbox{
    height:23px !important;
  }

  select {
    height: 35px !important;
  }

  #hcp-w {
    margin-top: -20px !important;
  }

  #pay-save-button {
    margin-top: 50px !important;
  }

  .save-general {
    margin-top: 20px !important;
  }

  #col-9-auto {
    max-height: 630px !important;
    height: 630px;
  }

  .modal-box section{
    width:371px !important;
  }

  #point {
    padding-left: 0rem !important;
    padding: 0rem !important;
    padding-right: 0rem !important;
    margin-top: -20px;
  }

  #grid-state {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }

  .px-8 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  #width-tab {
    width: 330px;
  }

  #point-img {
    height: 345px !important;
    width: 411px !important;
  }

  #hcp-back-button {
    margin-top: 20rem !important;
  }

  #backButton {
    margin-top: 4rem !important;
  }

  #payByCreditCardBtn {
    margin-top: 4rem !important;
  }

  #shift-back-button {
    margin-top: 3rem !important;
  }

  #shift-save-button {
    margin-top: 3rem !important;
  }

  #mac {
    padding: 1rem !important;
  }

  #hcp-save-button {
    margin-top: 20rem !important;
  }

  #legal-btn {
    margin-top: 240px !important;
  }

  #shift-img {
    height: 276px !important;
    width: 411px !important;
  }

  #payment-img {
    height: 276px !important;
    width: 411px !important;
    margin-top: -30px !important;
  }

  #contact-back-button {
    margin-top: 2rem !important;
  }

  #week-btn {
    margin-top: 78px !important;
    margin-left: 10px;
  }

  #button-1{
    padding-left:0px;
  }

  .step-1{
    margin-top:-21px !important;
  }

  #contact-save-button {
    margin-top: 2rem !important;
  }

  .modal{
    width:45%;
  }

  #week {
    margin-top: 0px;
  }

  #step {
    margin-left: -0.2rem !important;
  }

  #seperator-icon {
    margin-top: -22px;
    margin-bottom: -21px;
    margin-left: 15px;
  }

  #top {
    margin-top: -2px;
    padding: 1.3rem;
  }

  #save {
    margin-top: 140px;
  }

  #button {
    padding: 0px !important;
  }

  #gap {
    gap: 14rem !important;
  }

  #pay-rate {
    margin-top: 0.25rem;
    margin-left: 12rem;
  }
}

@media (min-width: 1538px) and (max-width: 1600px) {
  #height {
    height: 100%;
    /* max-height: 74%; */
  }

  .xl\:mt-\[48\.3vh\] {
    margin-top: 17vh !important;
  }

  .xl\:h-\[520px\] {
    height: 350px !important;
  }

  .xl\:h-\[533px\] {
    height: 335px !important;
  }

  .check-box{
    margin-bottom: 7px;
    display: flex;
    margin-top:10px;
  }

  .xl\:h-\[43px\] {
    height: 39px !important;
  }

  #two{
    margin-bottom: 2rem !important;
  }

  .xl\:mr-\[-647px\] {
    margin-right: -499px !important;
  }

  .xl\:ml-\[-647px\] {
    margin-left: -499px !important;
  }

  .xl\:h-\[585px\] {
    height:401px !important;
  }

  #bottom-space{
    margin-top:20.5vh;
  }

  #bottom-spaces{
    margin-top:-5vh;
  }

  .xl\:mt-\[35vh\] {
    margin-top: 26vh !important;
  }

  .lg\:w-62 {
    width: 62px !important;
  }

  .my-2 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .xl\:h-screen-45 {
    height: calc(100vh - 225px);
  }

  .seven{
    padding:21px;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: calc(100vw - 378px);
    padding:18px;
    background-color: white;
  }

  .md\:rounded-bl-3xl{
    border-bottom-left-radius:0px !important;
  }

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

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:top-14{
    top: 3.5rem;
  }

  #shift-type-w {
    margin-top: -20px !important;
  }

  #expiration-date{
    margin-left: 48px !important;
  }

  #cvv{
    margin-left: 40px;
  }

  #market {
    margin-left: 230px !important;
  }

  #tab-data{
    padding-top:19px !important;
  }

  #tab-datas{
    padding-top:17px !important;
  }

  #pay-rate-w {
    margin-top: -20px !important;
  }

  #shift-back {
    margin-bottom: 50px !important;
  }

  #payment-w {
    margin-top: -20px !important;
  }

  #general {
    margin-top: 20px;
  }

  #pay-back-button {
    margin-top: 50px !important;
  }

  #payment-back-button {
    margin-top: 18px !important;
  }

  #payment-submit-button {
    margin-top: 18px !important;
  }

  #payment {
    margin-top: 55px !important;
  }

  input {
    height: 46px ;
  }

  .form-checkbox{
    height:23px !important;
  }

  select {
    height: 35px !important;
  }

  #hcp-w {
    margin-top: -20px !important;
  }

  #pay-save-button {
    margin-top: 50px !important;
  }

  .save-general {
    margin-top: 20px !important;
  }

  #col-9-auto {
    max-height: 630px !important;
    height: 630px;
  }

  .modal-box section{
    width:371px !important;
  }

  #point {
    padding-left: 0rem !important;
    padding: 0rem !important;
    padding-right: 0rem !important;
    margin-top: -20px;
  }

  #grid-state {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }

  .px-8 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  #width-tab {
    width: 330px;
  }

  #point-img {
    height: 345px !important;
    width: 411px !important;
  }

  #hcp-back-button {
    margin-top: 20rem !important;
  }

  #backButton {
    margin-top: 4rem !important;
  }

  #payByCreditCardBtn {
    margin-top: 4rem !important;
  }

  #shift-back-button {
    margin-top: 3rem !important;
  }

  #shift-save-button {
    margin-top: 3rem !important;
  }

  #mac {
    padding: 1rem !important;
  }

  #hcp-save-button {
    margin-top: 20rem !important;
  }

  #legal-btn {
    margin-top: 240px !important;
  }

  #shift-img {
    height: 276px !important;
    width: 411px !important;
  }

  #payment-img {
    height: 276px !important;
    width: 411px !important;
    margin-top: -30px !important;
  }

  #contact-back-button {
    margin-top: 2rem !important;
  }

  #week-btn {
    margin-top: 78px !important;
    margin-left: 10px;
  }

  #button-1{
    padding-left:0px;
  }

  .step-1{
    margin-top:-21px !important;
  }

  #contact-save-button {
    margin-top: 2rem !important;
  }

  .modal{
    width:45%;
  }

  #week {
    margin-top: 0px;
  }

  #step {
    margin-left: -0.2rem !important;
  }

  #seperator-icon {
    margin-top: -22px;
    margin-bottom: -21px;
    margin-left: 15px;
  }

  #top {
    margin-top: -2px;
    padding: 1.3rem;
  }

  #save {
    margin-top: 140px;
  }

  #button {
    padding: 0px !important;
  }

  #gap {
    gap: 14rem !important;
  }

  #pay-rate {
    margin-top: 0.25rem;
    margin-left: 12rem;
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:start-\[2px\]::after {
  content: var(--tw-content);
  inset-inline-start: 2px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:top-0\.5::after {
  content: var(--tw-content);
  top: 0.125rem;
}

.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}

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

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

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

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

.hover\:bg-\[\#476f66\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 111 102 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#eff2f1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 242 241 / var(--tw-bg-opacity));
}

.hover\:bg-darkgreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 111 103 / var(--tw-bg-opacity));
}

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

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

.hover\:bg-lightgreens:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(159 180 175 / var(--tw-bg-opacity));
}

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

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

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

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

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

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

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

.focus\:border-darkgreen:focus {
  --tw-border-opacity: 1;
  border-color: rgb(71 111 103 / var(--tw-border-opacity));
}

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

.focus\:border-b-\[\#476f66\]:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(71 111 102 / var(--tw-border-opacity));
}

.focus\:bg-\[\#0fc27e\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(15 194 126 / var(--tw-bg-opacity));
}

.focus\:bg-\[\#476f66\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(71 111 102 / var(--tw-bg-opacity));
}

.focus\:bg-\[\#ff435b\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 67 91 / var(--tw-bg-opacity));
}

.focus\:bg-focuscolor:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(113 139 133 / var(--tw-bg-opacity));
}

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

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

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

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.peer:checked ~ .peer-checked\:bg-\[\#18b059\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 176 89 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-labelcolor {
  --tw-bg-opacity: 1;
  background-color: rgb(24 176 89 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-16{
  margin-bottom: 6rem;
}

.mb-17{
  margin-bottom: 2.5rem;
}

.mb-\[18px\]{
  margin-bottom: 9rem;
}

@media (min-width: 640px) {
  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:top-16 {
    top: 4rem;
  }

  .sm\:top-\[60px\] {
    top: 60px;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:m-0 {
    margin: 0px;
  }

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

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mb-52 {
    margin-bottom: 13rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:mb-72 {
    margin-bottom: 18rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

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

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

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

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

  .sm\:ml-14 {
    margin-left: 3.5rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:ml-\[-13px\] {
    margin-left: -13px;
  }

  .sm\:ml-\[0px\] {
    margin-left: 0px;
  }

  .sm\:ml-\[11px\] {
    margin-left: 11px;
  }

  .sm\:ml-\[1px\] {
    margin-left: 1px;
  }

  .sm\:ml-\[20px\] {
    margin-left: 20px;
  }

  .sm\:ml-\[4px\] {
    margin-left: 4px;
  }

  .sm\:ml-\[50px\] {
    margin-left: 50px;
  }

  .sm\:ml-\[76px\] {
    margin-left: 76px;
  }

  .sm\:ml-\[90px\] {
    margin-left: 90px;
  }

  .sm\:ml-\[9px\] {
    margin-left: 9px;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mr-\[0px\] {
    margin-right: 0px;
  }

  .sm\:mr-\[11px\] {
    margin-right: 11px;
  }

  .sm\:mr-\[17px\] {
    margin-right: 17px;
  }

  .sm\:mr-\[1px\] {
    margin-right: 1px;
  }

  .sm\:mr-\[4px\] {
    margin-right: 4px;
  }

  .sm\:mr-\[7px\] {
    margin-right: 7px;
  }

  .sm\:ms-0 {
    margin-inline-start: 0px;
  }

  .sm\:ms-2 {
    margin-inline-start: 0.5rem;
  }

  .sm\:ms-5 {
    margin-inline-start: 1.25rem;
  }

  .sm\:ms-8 {
    margin-inline-start: 2rem;
  }

  .sm\:ms-\[8px\] {
    margin-inline-start: 8px;
  }

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

  .sm\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

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

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:mt-\[3vh\] {
    margin-top: 3vh;
  }

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

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

  .sm\:mt-\[5vh\] {
    margin-top: 5vh;
  }

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

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:h-auto {
    height: auto;
  }

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

  .sm\:h-h-mobile-screen {
    height: calc(100vh - 452px);
  }

  .sm\:h-mobile-screen {
    height: calc(100vh - 408px);
  }

  .sm\:h-not-mobile-screen {
    height: calc(100vh - 250px);
  }

  .sm\:h-screen-20 {
    height: calc(100vh - 148px);
  }

  .sm\:h-screen-30 {
    height: calc(100vh - 343px);
  }

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

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

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-274 {
    width: 274px;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-97 {
    width: 97%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-24 {
    gap: 6rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

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

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

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

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

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:ps-3 {
    padding-inline-start: 0.75rem;
  }

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

  .sm\:pt-\[54px\] {
    padding-top: 54px;
  }

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

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

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .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\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

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

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

  .sm\:leading-\[24\.5px\] {
    line-height: 24.5px;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .sm\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 768px) {
  .md\:right-\[-4rem\] {
    right: -4rem;
  }

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

  .md\:contents {
    display: contents;
  }

  .md\:pl-5 {
    padding-left: 17px;
  }

  .md\:pr-5 {
    padding-right: 17px;
  }

  .md\:pr-1 {
    padding-right: 0.8rem ;
  }

  .md\:top-20 {
    top: 5rem;
  }

  .md\:gap-5 {
    gap: 19px;
  }

  .md\:gap-7 {
    gap: 19px;
  }

  .md\:ml-4{
    margin-left: 0.;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:float-right {
    float: right;
  }

  .md\:pt-3{
    padding-top:0.75rem;
  }

  .md\:w-71{
    width: 35.3rem;
  }

  .md\:m-auto{
    margin:auto;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

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

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

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

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

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

  .md\:ml-\[22px\] {
    margin-left: 22px;
  }

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

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-\[-14px\] {
    margin-left: -14px;
  }

  .md\:ml-\[-15px\] {
    margin-left: -15px;
  }

  .md\:ml-\[-16px\] {
    margin-left: -16px;
  }

  .md\:ml-\[-186px\] {
    margin-left: -186px;
  }

  .md\:ml-\[110px\] {
    margin-left: 110px;
  }

  .md\:ml-\[200px\] {
    margin-left: 200px;
  }

  .md\:ml-\[4px\] {
    margin-left: 4px;
  }

  .md\:ml-\[50px\] {
    margin-left: 50px;
  }

  .md\:ml-\[67px\] {
    margin-left: 67px;
  }

  .md\:ml-\[95px\] {
    margin-left: 95px;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-\[-1px\] {
    margin-right: -1px;
  }

  .md\:mr-\[-3x\] {
    margin-right: -3x;
  }

  .md\:mr-\[10px\] {
    margin-right: 10px;
  }

  .md\:mr-\[15px\] {
    margin-right: 15px;
  }

  .md\:mr-\[18px\] {
    margin-right: 18px;
  }

  .md\:ms-0 {
    margin-inline-start: 0px;
  }

  .md\:ms-2 {
    margin-inline-start: 0.5rem;
  }

  .md\:ms-3 {
    margin-inline-start: 0.75rem;
  }

  .md\:ms-5 {
    margin-inline-start: 1.25rem;
  }

  .md\:ms-8 {
    margin-inline-start: 2rem;
  }

  .md\:ms-\[3px\] {
    margin-inline-start: 3px;
  }

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

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

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

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

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

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-\[-10px\] {
    margin-top: -9px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:mt-\[0vh\] {
    margin-top: 0vh;
  }

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

  .md\:mt-\[15vh\] {
    margin-top: 17.2vh;
  }

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

  .md\:mt-\[18\.5vh\] {
    margin-top: 18.5vh;
  }

  .md\:mt-\[19px\] {
    margin-top: 5px;
  }

  .md\:mt-\[2\.1vh\] {
    margin-top: 2.1vh;
  }

  .md\:mt-\[22vh\] {
    margin-top: 22vh;
  }

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

  .md\:mt-\[3\.5vh\] {
    margin-top: 3.5vh;
  }

  .md\:mt-\[4\.2vh\] {
    margin-top: 4.2vh;
  }

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

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

  .md\:mt-\[49vh\] {
    margin-top: 49vh;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-3\/4 {
    height: 75%;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

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

  .md\:h-\[243px\] {
    height: 243px;
  }

  .md\:h-\[262px\] {
    height: 262px;
  }

  .md\:h-\[29px\] {
    height: 29px;
  }

  .md\:h-\[44px\] {
    height: 44px;
  }

  .md\:h-\[45px\] {
    height: 45px;
  }

  .md\:h-\[591px\] {
    height: 591px;
  }

  .md\:h-\[617px\] {
    height: 617px;
  }

  .md\:h-\[627px\] {
    height: 627px;
  }

  .md\:h-\[75px\] {
    height: 75px;
  }

  .md\:h-\[820px\] {
    height: 820px;
  }

  .md\:h-\[98px\] {
    height: 98px;
  }

  .md\:h-\[h-45px\] {
    height: h-45px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-md-mobile-screen {
    height: calc(100vh - 340px);
  }

  .md\:h-screen-30 {
    height: calc(100vh - 343px);
  }

  .md\:max-h-\[577px\] {
    max-height: 577px;
  }

  .md\:max-h-\[820px\] {
    max-height: 820px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-20 {
    width: 4.8rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-32\% {
    width: 30%;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-507 {
    width: 507px;
  }

  .md\:w-52 {
    width: 15rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-95 {
    width: 95%;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-97 {
    width: 97%;
  }

  .md\:w-\[100vw\] {
    width: 100vw;
  }

  .md\:w-\[124\%\] {
    width: 124%;
  }

  .md\:w-\[153px\] {
    width: 153px;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:w-\[244px\] {
    width: 244px;
  }

  .md\:w-\[267px\] {
    width: 267px;
  }

  .md\:w-\[27\%\] {
    width: 27%;
  }

  .md\:w-\[29px\] {
    width: 29px;
  }

  .md\:w-\[317px\] {
    width: 317px;
  }

  .md\:w-\[32\%\] {
    width: 32%;
  }

  .md\:w-\[517px\] {
    width: 517px;
  }

  .md\:w-\[59px\] {
    width: 64px;
  }

  .md\:w-\[654px\] {
    width: 654px;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:w-\[\] {
    width: ;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-\[424px\] {
    gap: 424px;
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-2\.5 {
    padding: 0.625rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-\[14px\] {
    padding: 14px;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:ps-6 {
    padding-inline-start: 1.5rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-\[54px\] {
    padding-top: 54px;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .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\:font-bold {
    font-weight: 700;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {
  .lg\:right-4 {
    right: 1rem;
  }

  .sm\:pr-1 {
    padding-right: 1rem;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:w-36{
    width: 9rem;
  }

  .lg\:mt-\[-10px\] {
    margin-top: -7px;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:py-6{
    padding-top:1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-\[-20px\] {
    margin-bottom: -20px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:ml-\[-186px\] {
    margin-left: -186px;
  }

  .lg\:ml-\[-18px\] {
    margin-left: -18px;
  }

  .lg\:ml-\[0px\] {
    margin-left: 0px;
  }

  .lg\:ml-\[112px\] {
    margin-left: 112px;
  }

  .lg\:ml-\[123px\] {
    margin-left: 123px;
  }

  .lg\:ml-\[137px\] {
    margin-left: 137px;
  }

  .lg\:ml-\[1px\] {
    margin-left: 1px;
  }

  .lg\:ml-\[37px\] {
    margin-left: 37px;
  }

  .lg\:ml-\[75px\] {
    margin-left: 75px;
  }

  .lg\:ml-\[93px\] {
    margin-left: 93px;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mr-\[0px\] {
    margin-right: 0px;
  }

  .lg\:mr-\[10px\] {
    margin-right: 10px;
  }

  .lg\:mr-\[17px\] {
    margin-right: 17px;
  }

  .lg\:mr-\[18px\] {
    margin-right: 18px;
  }

  .lg\:ms-0 {
    margin-inline-start: 0px;
  }

  .lg\:ms-3 {
    margin-inline-start: 0.75rem;
  }

  .lg\:ms-5 {
    margin-inline-start: 1.25rem;
  }

  .lg\:ms-8 {
    margin-inline-start: 2rem;
  }

  .lg\:ms-\[3px\] {
    margin-inline-start: 3px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-1 {
    margin-top: 0.1rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mt-\[-12px\] {
    margin-top: -12px;
  }

  .lg\:mt-\[-17px\] {
    margin-top: -17px;
  }

  .lg\:mt-\[-18px\] {
    margin-top: -18px;
  }

  .lg\:mt-\[-23px\] {
    margin-top: -23px;
  }

  .lg\:mt-\[-4px\] {
    margin-top: -4px;
  }

  .lg\:mt-\[-50px\] {
    margin-top: -50px;
  }

  .lg\:mt-\[-7px\] {
    margin-top: -7px;
  }

  .lg\:mt-\[11vh\] {
    margin-top: 11vh;
  }

  .lg\:mt-\[130px\] {
    margin-top: 130px;
  }

  .lg\:mt-\[162px\] {
    margin-top: 21vh;
  }

  .lg\:mt-\[19px\] {
    margin-top: 19px;
  }

  .lg\:mt-\[19vh\] {
    margin-top: 19vh;
  }

  .lg\:mt-\[30vh\] {
    margin-top: 30vh;
  }

  .lg\:mt-\[34vh\] {
    margin-top: 34vh;
  }

  .lg\:mt-\[45vh\] {
    margin-top: 45vh;
  }

  .lg\:mt-\[64vh\] {
    margin-top: 64vh;
  }

  .lg\:mt-\[6vh\] {
    margin-top: 6vh;
  }

  .lg\:mt-\[70vh\] {
    margin-top: 70vh;
  }

  .lg\:mt-\[7vh\] {
    margin-top: 7vh;
  }

  .lg\:mt-\[8vh\] {
    margin-top: 8vh;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-\[262px\] {
    height: 280px;
  }

  .lg\:h-\[3px\] {
    height: 3px;
  }

  .lg\:h-\[44px\] {
    height: 44px;
  }

  .lg\:h-\[45px\] {
    height: 45px;
  }

  .lg\:h-\[480px\] {
    height: 480px;
  }

  .lg\:h-\[489px\] {
    height: 489px;
  }

  .lg\:h-\[542px\] {
    height: 542px;
  }

  .lg\:h-\[75px\] {
    height: 75px;
  }

  .lg\:h-\[812px\] {
    height: 83vh;
  }

  .lg\:h-\[93px\] {
    height: 93px;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:mr-7 {
    margin-right: 4.5rem;
  }

  .lg\:mb-\[20px\] {
    margin-bottom: 120px;
  }

  .lg\:h-lg-mobile-screen {
    height: calc(100vh - 305px);
  }

  .lg\:h-lgsss-mobile-screen {
    height: calc(100vh - 344px);
  }

  .lg\:h-lgss-mobile-screen {
    height: calc(100vh - 327px);
  }

  .lg\:h-lgs-mobile-screen {
    height: calc(100vh - 364px);
  }

  .lg\:h-lg-screen-20 {
    height: calc(100vh - 192px);
  }

  .lg\:h-screen-30 {
    height: calc(100vh - 180px);
  }

  .lg\:max-h-\[490px\] {
    max-height: 490px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 50%;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-32\% {
    width: 30%;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-45 {
    width: 13rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-507 {
    width: 279px;
  }

  .lg\:w-52 {
    width: 16rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-62 {
    width: 80px;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-97 {
    width: 97%;
  }

  .lg\:w-\[112\%\] {
    width: 112%;
  }

  .lg\:w-\[175px\] {
    width: 175px;
  }

  .lg\:w-\[200px\] {
    width: 200px;
  }

  .lg\:w-\[217px\] {
    width: 217px;
  }

  .lg\:w-\[267px\] {
    width: 267px;
  }

  .lg\:w-\[317px\] {
    width: 317px;
  }

  .lg\:w-\[32\%\] {
    width: 32%;
  }

  .lg\:w-\[517px\] {
    width: 517px;
  }

  .lg\:w-\[53\%\] {
    width: 53%;
  }

  .lg\:w-\[607px\] {
    width: 607px;
  }

  .lg\:w-\[622px\] {
    width: 622px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-52 {
    gap: 13rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[380px\] {
    gap: 380px;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-1\.5 {
    padding: 20px;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-\[7px\] {
    padding: 7px;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:ps-6 {
    padding-inline-start: 1.5rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xs {
    font-size:  0.75rem;
    line-height: 1rem;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:leading-5 {
    line-height: 1.25rem;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }
}

@media (min-width: 1280px) {
  .xl\:right-4 {
    right: 1rem;
  }

  .xl\:top-20 {
    top: 5rem;
  }

  .xl\:ml-20{
    margin-left:5rem;
  }

  .xl\:ml-\[15px\]{
    margin-left:15px;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:mb-\[-20px\] {
    margin-bottom: -20px;
  }

  .xl\:mb-\[7px\] {
    margin-bottom: 7px;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:ml-\[-14px\] {
    margin-left: -14px;
  }

  .xl\:ml-\[-186px\] {
    margin-left: -186px;
  }

  .xl\:ml-\[-20px\] {
    margin-left: -20px;
  }

  .xl\:ml-\[-2px\] {
    margin-left: -2px;
  }

  .xl\:ml-\[-33px\] {
    margin-left: -33px;
  }

  .xl\:ml-\[-647px\] {
    margin-left: -640px;
  }

  .xl\:ml-\[29px\] {
    margin-left: 29px;
  }

  .xl\:ml-\[378px\] {
    margin-left: 378px;
  }

  .xl\:ml-\[391px\] {
    margin-left: 391px;
  }

  .xl\:ml-\[50px\] {
    margin-left: 50px;
  }

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mr-\[-647px\] {
    margin-right: -638px;
  }

  .xl\:mr-\[10px\] {
    margin-right: 10px;
  }

  .xl\:mr-\[17px\] {
    margin-right: 17px;
  }

  .xl\:mr-\[18px\] {
    margin-right: 18px;
  }

  .xl\:ms-0 {
    margin-inline-start: 0px;
  }

  .xl\:ms-3 {
    margin-inline-start: 0.75rem;
  }

  .xl\:ms-8 {
    margin-inline-start: 2rem;
  }

  .xl\:ms-\[9px\] {
    margin-inline-start: 9px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:mt-\[-13px\] {
    margin-top: -13px;
  }

  .xl\:mt-\[-18px\] {
    margin-top: -18px;
  }

  .xl\:mt-\[-23px\] {
    margin-top: -23px;
  }

  .xl\:mt-\[-4px\] {
    margin-top: -4px;
  }

  .xl\:mt-\[-50px\] {
    margin-top: -50px;
  }

  .xl\:mt-\[0px\] {
    margin-top: 0px;
  }

  .xl\:mt-\[0vh\] {
    margin-top: 0vh;
  }

  .xl\:mt-\[3vh\] {
    margin-top: 3vh;
  }

  .xl\:mt-\[10\.3vh\] {
    margin-top: 19.3vh;
  }

  .xl\:mt-\[15\.1vh\] {
    margin-top: 24.1vh;
  }

  .xl\:mt-\[15px\] {
    margin-top: 15px;
  }

  .xl\:mt-\[17px\] {
    margin-top: 17px;
  }

  @media (min-width: 1300px) and (max-width: 1367px) {
    #height {
      height: 100%;
      /* max-height: 74%; */
    }

    .seven{
      padding:21px;
    }

    .footer {
      position: fixed;
      left: 0;
      bottom: 0;
      width: calc(100vw - 378px);
      padding:18px;
      background-color: white;
    }

    .md\:rounded-bl-3xl{
      border-bottom-left-radius:0px !important;
    }

    .md\:pt-6 {
      padding-top: 1.5rem;
    }

    .md\:mb-20{
      margin-bottom: 5rem;
    }

    .md\:top-14{
      top: 3.5rem;
    }

    #shift-type-w {
      margin-top: -20px !important;
    }

    #expiration-date{
      margin-left: 48px !important;
    }

    #cvv{
      margin-left: 40px;
    }

    #market {
      margin-left: 230px !important;
    }

    #tab-data{
      padding-top:19px !important;
    }

    #tab-datas{
      padding-top:17px !important;
    }

    #pay-rate-w {
      margin-top: -20px !important;
    }

    #shift-back {
      margin-bottom: 50px !important;
    }

    #payment-w {
      margin-top: -20px !important;
    }

    #general {
      margin-top: 20px;
    }

    #pay-back-button {
      margin-top: 50px !important;
    }

    #payment-back-button {
      margin-top: 18px !important;
    }

    #payment-submit-button {
      margin-top: 18px !important;
    }

    #payment {
      margin-top: 55px !important;
    }

    input {
      height: 46px ;
    }

    select {
      height: 35px !important;
    }

    #hcp-w {
      margin-top: -20px !important;
    }

    #pay-save-button {
      margin-top: 50px !important;
    }

    .save-general {
      margin-top: 20px !important;
    }

    #col-9-auto {
      max-height: 630px !important;
      height: 630px;
    }

    .modal-box section{
      width:371px !important;
    }

    #point {
      padding-left: 0rem !important;
      padding: 0rem !important;
      padding-right: 0rem !important;
      margin-top: -20px;
    }

    #grid-state {
      padding-bottom: 0.25rem !important;
      padding-top: 0.25rem !important;
    }

    .px-8 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }

    #width-tab {
      width: 330px;
    }

    #point-img {
      height: 345px !important;
      width: 411px !important;
    }

    #hcp-back-button {
      margin-top: 20rem !important;
    }

    #backButton {
      margin-top: 4rem !important;
    }

    #payByCreditCardBtn {
      margin-top: 4rem !important;
    }

    #shift-back-button {
      margin-top: 3rem !important;
    }

    #shift-save-button {
      margin-top: 3rem !important;
    }

    #mac {
      padding: 1rem !important;
    }

    #hcp-save-button {
      margin-top: 20rem !important;
    }

    #legal-btn {
      margin-top: 240px !important;
    }

    #shift-img {
      height: 276px !important;
      width: 411px !important;
    }

    #payment-img {
      height: 276px !important;
      width: 411px !important;
      margin-top: -30px !important;
    }

    #contact-back-button {
      margin-top: 2rem !important;
    }

    #week-btn {
      margin-top: 78px !important;
      margin-left: 10px;
    }

    #button-1{
      padding-left:0px;
    }

    .step-1{
      margin-top:-21px !important;
    }

    #contact-save-button {
      margin-top: 2rem !important;
    }

    .modal{
      width:45%;
    }

    #week {
      margin-top: 0px;
    }

    #step {
      margin-left: -0.2rem !important;
    }

    #seperator-icon {
      margin-top: -22px;
      margin-bottom: -21px;
      margin-left: 15px;
    }

    #top {
      margin-top: -2px;
      padding: 1.3rem;
    }

    #save {
      margin-top: 140px;
    }

    #button {
      padding: 0px !important;
    }

    #gap {
      gap: 14rem !important;
    }

    #pay-rate {
      margin-top: 0.25rem;
      margin-left: 12rem;
    }

    #height {
      height: 100%;
      /* max-height: 74%; */
    }

    .seven{
      padding:21px;
    }

    .xl\:p-8 {
      padding: 1rem !important;
    }

    .footer {
      position: fixed;
      left: 0;
      bottom: 0;
      width: calc(100vw - 357px);
      padding:18px;
      background-color: white;
    }

    .xl\:mt-5 {
      margin-top: 0rem !important;
    }

    .md\:rounded-bl-3xl{
      border-bottom-left-radius:0px !important;
    }

    .md\:pt-6 {
      padding-top: 1.5rem;
    }

    .md\:mb-20{
      margin-bottom: 5rem;
    }

    .md\:top-14{
      top: 3.5rem;
    }

    #shift-type-w {
      margin-top: -20px !important;
    }

    #expiration-date{
      margin-left: 48px !important;
    }

    #cvv{
      margin-left: 40px;
    }

    #market {
      margin-left: 230px !important;
    }

    #tab-data{
      padding-top:19px !important;
    }

    #tab-datas{
      padding-top:17px !important;
    }

    #pay-rate-w {
      margin-top: -20px !important;
    }

    #shift-back {
      margin-bottom: 50px !important;
    }

    #payment-w {
      margin-top: -20px !important;
    }

    #general {
      margin-top: 20px;
    }

    #pay-back-button {
      margin-top: 106px !important;
    }

    #payment-back-button {
      margin-top: 18px !important;
    }

    #payment-submit-button {
      margin-top: 18px !important;
    }

    #payment {
      margin-top: 55px !important;
    }

    .xl\:w-\[32\%\] {
      width: 45% !important;
    }

    input {
      height: 46px ;
    }

    .form-check{
      height:14px !important
    }

    select {
      height: 45px !important;
    }

    #hcp-w {
      margin-top: -20px !important;
    }

    #pay-save-button {
      margin-top: 106px !important;
    }

    .save-general {
      margin-top: 20px !important;
    }

    #col-9-auto {
      max-height: 637px !important;
      height: 637px;
    }

    .modal-box section{
      width:371px !important;
    }

    #point {
      padding-left: 0rem !important;
      padding: 0rem !important;
      padding-right: 0rem !important;
      margin-top: -20px;
    }

    #grid-state {
      padding-bottom: 0.25rem !important;
      padding-top: 0.25rem !important;
    }

    .px-8 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }

    #width-tab {
      width: 330px;
    }

    #point-img {
      height: 319px !important;
      width: 411px !important;
    }

    #hcp-back-button {
      margin-top: 9rem !important;
    }

    #backButton {
      margin-top: 4rem !important;
    }

    #payByCreditCardBtn {
      margin-top: 4rem !important;
    }

    #shift-back-button {
      margin-top: 6rem !important;
    }

    #shift-save-button {
      margin-top: 6rem !important;
    }

    #mac {
      padding: 1rem !important;
    }

    #hcp-save-button {
      margin-top: 9rem !important;
    }

    #bottom-space {
      margin-top: 24.5vh;
    }

    #bottom-spaces {
      margin-top: -2vh;
    }

    #legal-btn {
      margin-top: 10px !important;
    }

    #shift-img {
      height: 276px !important;
      width: 411px !important;
    }

    #payment-img {
      height: 276px !important;
      width: 411px !important;
      margin-top: -30px !important;
    }

    #contact-back-button {
      margin-top: 6rem !important;
    }

    #week-btn {
      margin-top: 217px !important;
      margin-left: 0px;
    }

    #button-1{
      padding-left:0px;
    }

    .step-1{
      margin-top:-21px !important;
    }

    #contact-save-button {
      margin-top: 6rem !important;
    }

    .modal{
      width:45%;
    }

    #week {
      margin-top: 0px;
    }

    #step {
      margin-left: -0.4rem !important;
      height: 52px !important;
    }

    #seperator-icon {
      margin-top: -22px;
      margin-bottom: -21px;
      margin-left: 15px;
    }

    #top {
      margin-top: -2px;
      padding: 1.3rem;
    }

    #save {
      margin-top: 140px;
    }

    #button {
      padding: 0px !important;
    }

    #gap {
      gap: 10.5rem !important;
    }

    #pay-rate {
      margin-top: 0.25rem;
      margin-left: 12rem;
    }

    .lg\:mt-\[162px\] {
      margin-top: 53px;
    }
  }

  @media (min-width: 1368px) and (max-width: 1600px) {
    #height {
      height: 100%;
      /* max-height: 74%; */
    }

    #col-9-auto {
      max-height: 606px !important;
      height: 606px;
    }

    .seven{
      padding:21px;
    }

    .footer {
      position: fixed;
      left: 0;
      bottom: 0;
      width: calc(100vw - 378px);
      padding:18px;
      background-color: white;
    }

    .md\:rounded-bl-3xl{
      border-bottom-left-radius:0px !important;
    }

    .md\:pt-6 {
      padding-top: 1.5rem;
    }

    .md\:mb-20{
      margin-bottom: 5rem;
    }

    .md\:top-14{
      top: 3.5rem;
    }

    #shift-type-w {
      margin-top: -20px !important;
    }

    #expiration-date{
      margin-left: 48px !important;
    }

    #cvv{
      margin-left: 40px;
    }

    #market {
      margin-left: 230px !important;
    }

    #tab-data{
      padding-top:19px !important;
    }

    #tab-datas{
      padding-top:17px !important;
    }

    #pay-rate-w {
      margin-top: -20px !important;
    }

    #shift-back {
      margin-bottom: 50px !important;
    }

    #payment-w {
      margin-top: -20px !important;
    }

    #general {
      margin-top: 20px;
    }

    #pay-back-button {
      margin-top: 50px !important;
    }

    #payment-back-button {
      margin-top: 13px !important;
    }

    #payment-submit-button {
      margin-top: 18px !important;
    }

    #payment {
      margin-top: 55px !important;
    }

    input {
      height: 46px !important;
    }

    select {
      height: 45px !important;
    }

    #hcp-w {
      margin-top: -20px !important;
    }

    #pay-save-button {
      margin-top: 50px !important;
    }

    .save-general {
      margin-top: -9px !important;
    }

    .lg\:mt-\[162px\] {
      margin-top: 0vh !important;
    }

    /* #col-9-auto {
      max-height: 595px !important;
      height: 595px;
    } */

    .modal-box section{
      width:371px !important;
    }

    #point {
      padding-left: 0rem !important;
      padding: 0rem !important;
      padding-right: 0rem !important;
      margin-top: -20px;
    }

    #grid-state {
      padding-bottom: 0.25rem !important;
      padding-top: 0.25rem !important;
    }

    .px-8 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }

    #width-tab {
      width: 330px;
    }

    #point-img {
      height: 345px !important;
      width: 411px !important;
    }

    #hcp-back-button {
      margin-top: 7rem !important;
    }

    #backButton {
      margin-top: 4rem !important;
    }

    #payByCreditCardBtn {
      margin-top: 4rem !important;
    }

    #shift-back-button {
      margin-top: 5rem !important;
    }

    #shift-save-button {
      margin-top: 5rem !important;
    }

    #mac {
      padding: 1rem !important;
    }

    #hcp-save-button {
      margin-top: 7rem !important;
    }

    #legal-btn {
      margin-top: 1.5vh !important;
    }

    .draw-text{
      margin-left:17px;
    }

    .kbw-signature{
      width:599px !important;
      height:220px !important;
    }

    #shift-img {
      height: 276px !important;
      width: 411px !important;
    }

    #payment-img {
      height: 276px !important;
      width: 411px !important;
      margin-top: -30px !important;
    }

    #contact-back-button {
      margin-top: 2rem !important;
    }

    #week-btn {
      margin-top: 26vh !important;
      margin-left: 10px;
    }

    #button-1{
      padding-left:0px;
    }

    .step-1{
      margin-top:-21px !important;
    }

    #contact-save-button {
      margin-top: 2rem !important;
    }

    .modal{
      width:45%;
    }

    #week {
      margin-top: 0px;
    }

    #step {
      margin-left: -0.2rem !important;
    }

    #seperator-icon {
      margin-top: -22px;
      margin-bottom: -21px;
      margin-left: 15px;
    }

    #top {
      margin-top: -2px;
      padding: 1.3rem;
    }

    #save {
      margin-top: 140px;
    }

    #button {
      padding: 0px !important;
    }

    #gap {
      gap: 3rem !important;
    }

    #pay-rate {
      margin-top: 0.25rem;
      margin-left: 12rem;
    }
  }

  .xl\:mt-\[19px\] {
    margin-top: 19px;
  }

  .xl\:mt-\[2\.9vh\] {
    margin-top: 2vh;
  }

  .xl\:mt-\[20\.2vh\] {
    margin-top: 25.5vh;
  }

  .xl\:mt-\[24px\] {
    margin-top: 24px;
  }

  .xl\:mt-\[2vh\] {
    margin-top: 14vh;
  }

  .xl\:mt-\[9vh\] {
    margin-top: 9vh;
  }

  .xl\:mt-\[32\.5vh\] {
    margin-top: 32.5vh;
  }

  .xl\:mt-\[35vh\] {
    margin-top: 40vh;
  }

  .xl\:mt-\[3px\] {
    margin-top: 3px;
  }

  .xl\:mt-\[48\.3vh\] {
    margin-top: 36.3vh;
  }

  .xl\:mt-\[21\.3vh\] {
    margin-top: 21.3vh;
  }

  .xl\:mt-\[26\.3vh\] {
    margin-top: 26.3vh;
  }

  .xl\:mt-\[52\.7vh\] {
    margin-top: 4.7vh;
  }

  .xl\:mt-\[5px\] {
    margin-top: 5px;
  }

  .xl\:mt-\[5vh\] {
    margin-top: 13vh;
  }

  .xl\:mt-\[8vh\] {
    margin-top: 1vh;
  }

  .xl\:mt-\[6px\] {
    margin-top: 6px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-9 {
    height: 2.25rem;
  }

  .xl\:h-\[0px\] {
    height: 0px;
  }

  .xl\:h-\[240px\] {
    height: 240px;
  }

  .xl\:h-\[286px\] {
    height: 286px;
  }

  .xl\:h-\[43px\] {
    height: 43px;
  }

  .xl\:h-\[44px\] {
    height: 44px;
  }

  .xl\:h-\[45px\] {
    height: 45px;
  }

  .xl\:h-\[520px\] {
    height: 574px;
  }

  .xl\:h-\[533px\] {
    height: 533px;
  }

  .xl\:h-\[585px\] {
    height:599px;
  }

  .xl\:h-\[74px\] {
    height: 73px;
  }

  .xl\:h-\[82vh\] {
    height: 83vh;
  }

  .xl\:h-\[93px\] {
    height: 93px;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-screen-30 {
    height: calc(100vh - 243px);
  }

  .xl\:max-h-\[560px\] {
    max-height: 574px;
  }

  .xl\:max-h-\[82vh\] {
    max-height: 83vh;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-44 {
    width: 11rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-50 {
    width: 50%;
    overflow-x: hidden;
  }

  .xl\:w-42 {
    width: 42%;
  }

  #countries{
    margin-top: -4px;
  }

  #copy-right{
    padding:30px;
  }

  /* #two{
    margin-bottom: 10rem !important;
  } */

  #mac-grid
{
    padding-left:2rem;
    padding-top:1rem;
    padding-bottom: 1rem;
    padding-right: 2rem;
  }

  .xl\:w-507 {
    width: 507px;
  }

  .xl\:w-365 {
    width: 407px;
  }

  .xl\:w-52 {
    width: 13rem;
  }

  .lg\:h-lg-screen-20 {
    height: calc(100vh - 117px);
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-96 {
    width: 24rem;
  }

  .xl\:w-97 {
    width: 97%;
  }

  .xl\:w-\[105px\] {
    width: 105px;
  }

  .xl\:w-\[112\%\] {
    width: 112%;
  }

  .xl\:w-\[200px\] {
    width: 200px;
  }

  .xl\mb-\[80px\] {
    margin-bottom: 80px;
  }

  .xl\:w-\[266px\] {
    width: 266px;
  }

  .xl\:w-\[317px\] {
    width: 317px;
  }

  .xl\:w-\[32\%\] {
    width: 32%;
  }

  .xl\:w-\[517px\] {
    width: 517px;
  }

  .xl\:w-\[607px\] {
    width: 607px;
  }

  .xl\:w-\[612px\] {
    width: 612px;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-52 {
    gap:11.5rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-\[21px\] {
    gap: 21px;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-\[14px\] {
    padding: 14px;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:py-3 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pl-\[15px\] {
    padding-left: 15px;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pr-\[15px\] {
    padding-right: 15px;
  }

  .xl\:ps-6 {
    padding-inline-start: 1.5rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pt-\[54px\] {
    padding-top: 54px;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }
}

@media (min-width: 1536px) {
  .\32xl\:top-20 {
    top: 5rem;
  }

  #covers{
    margin-top:2px;
  }

  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .\32xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .\32xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .\32xl\:mt-\[-4px\] {
    margin-top: -4px;
  }

  .\32xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .\32xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .\32xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .\32xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .\32xl\:ml-0 {
    margin-left: 0px;
  }

  .\32xl\:ml-12 {
    margin-left: 3rem;
  }

  .\32xl\:ml-24 {
    margin-left: 6rem;
  }

  .\32xl\:pl-8 {
    padding-left: 1rem;
  }

  .\32xl\:ml-\[50px\] {
    margin-left: 50px;
  }

  .\32xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .\32xl\:ms-0 {
    margin-inline-start: 0px;
  }

  .\32xl\:ms-3 {
    margin-inline-start: 0.75rem;
  }

  .\32xl\:ms-5 {
    margin-inline-start: 1.25rem;
  }

  .\32xl\:ms-8 {
    margin-inline-start: 2rem;
  }

  .\32xl\:mt-0 {
    margin-top: 0px;
  }

  .\32xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .\32xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .\32xl\:w-\[476px\] {
    width:476px;
  }

  .\32xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .\32xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .\32xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:h-6 {
    height: 1.5rem;
  }

  .\32xl\:h-\[74px\] {
    height: 74px;
  }

  .\32xl\:h-auto {
    height: auto;
  }

  .legal-div{
    padding-bottom:2px;
  }

  .\32xl\:h-screen-20 {
    height: calc(100vh - 112px);
  }

  .\32xl\:h-screen-58 {
    height: calc(100vh - 263px);
  }

  .\32xl\:w-1\/4 {
    width: 25% !important;
  }

  .\32xl\:w-20 {
    width: 5rem;
  }

  .\32xl\:w-24 {
    width: 6rem;
  }

  .\32xl\:w-32 {
    width: 8rem;
  }

  .\32xl\:w-32\% {
    width: 30%;
  }

  .\32xl\:w-40 {
    width: 10rem;
  }

  .\32xl\:w-44 {
    width: 11rem;
  }

  .\32xl\:w-48 {
    width: 12rem;
  }

  .\32xl\:w-507 {
    width: 585px;
  }

  .\32xl\:w-52 {
    width: 13rem;
  }

  .\32xl\:w-6 {
    width: 1.5rem;
  }

  .\32xl\:w-62 {
    width: 62px;
  }

  .\32xl\:w-96 {
    width: 24rem;
  }

  .\32xl\:w-97 {
    width: 100%;
  }

  .\32xl\:w-\[32\%\] {
    width: 32%;
  }

  .\32xl\:w-\[607px\] {
    width: 607px;
  }

  .\32xl\:w-\[612px\] {
    width: 612px;
  }

  .\32xl\:w-auto {
    width: auto;
  }

  .\32xl\:flex-auto {
    flex: 1 1 auto;
  }

  .\32xl\:gap-32 {
    gap: 8rem;
  }

  .\32xl\:gap-8 {
    gap: 2rem;
  }

  .\32xl\:gap-\[29rem\] {
    gap: 29rem;
  }

  .\32xl\:p-0 {
    padding: 0px;
  }

  .\32xl\:p-1 {
    padding: 0.25rem;
  }

  .\32xl\:p-2 {
    padding: 0.5rem;
  }

  .\32xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .\32xl\:p-3 {
    padding: 0.75rem;
  }

  .\32xl\:p-6 {
    padding: 1.5rem;
  }

  .\32xl\:p-8 {
    padding: 2rem;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:pl-0 {
    padding-left: 0px;
  }

  .\32xl\:pl-4 {
    padding-left: 1rem;
  }

  .\32xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .\32xl\:pr-4 {
    padding-right: 1rem;
  }

  .\32xl\:pr-6 {
    padding-right: 1rem;
  }

  .\32xl\:ps-6 {
    padding-inline-start: 1.5rem;
  }

  .\32xl\:pt-0 {
    padding-top: 0px;
  }

  .\32xl\:pt-4 {
    padding-top: 1rem;
  }

  .\32xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:font-medium {
    font-weight: 500;
  }
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}

.peer:checked ~ .rtl\:peer-checked\:after\:-translate-x-full:where([dir="rtl"], [dir="rtl"] *)::after {
  content: var(--tw-content);
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }

  .dark\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity));
  }
}

/*
! tailwindcss v3.4.3 | 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: '';
}

.footer {
  position: fixed;
  left: 0;
  bottom: 4px;
  width: calc(100vw - 501px);
  padding:18px;
  background-color: white;
}

/*
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.
*/

.ml-\[-174px\] {
  margin-left: -174px;
  white-space: nowrap;
}

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.tablinks {
  float: left;
  cursor: pointer;
  background-color: inherit;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 0.75rem;
  padding-left: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tablinks:focus {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(71 111 103 / var(--tw-border-opacity));
}

.tablinks {
  /* Change text-md to text-base */
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-y-0 {
  top: 32px;
  bottom: 0px;
}

.inset-y-2 {
  top: 31px;
  bottom: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.start-0 {
  inset-inline-start: 0px;
}

.top-0 {
  top: 0px;
}

.top-0\.5 {
  top: 0.125rem;
}

.top-1 {
  top: 0.22rem;
}

.top-1\/2 {
  top: 50%;
}

.top-16 {
  top: 4rem;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

.top-\[60px\] {
  top: 60px;
}

.top-full {
  top: 100%;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.float-end {
  float: inline-end;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-both {
  clear: both;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-1\.5 {
  margin: -0.375rem;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-52 {
  margin-bottom: 13rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[-10px\] {
  margin-bottom: -10px;
}

.mb-\[-15px\] {
  margin-bottom: -15px;
}

.mb-\[-17px\] {
  margin-bottom: -17px;
}

.mb-\[-36px\] {
  margin-bottom: -36px;
}

.mb-\[11px\] {
  margin-bottom: 11px;
}

.mb-\[18px\] {
  margin-bottom: 18px;
}

.mb-\[191px\] {
  margin-bottom: 191px;
}

.me-1 {
  margin-inline-end: 0.25rem;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-5 {
  margin-inline-end: 1.25rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-\[-11px\] {
  margin-left: -11px;
}

.ml-\[-12px\] {
  margin-left: -12px;
}

.mt-\[-28px\] {
  margin-top: -28px;
}

.ml-\[-13px\] {
  margin-left: -13px;
}

.ml-\[-16px\] {
  margin-left: -16px;
}

.ml-\[-18px\] {
  margin-left: -18px;
}

.ml-\[-4px\] {
  margin-left: -4px;
}

.ml-\[-81px\] {
  margin-left: -70px;
}

.ml-\[0px\] {
  margin-left: 0px;
}

.ml-\[11px\] {
  margin-left: -5px;
}

.ml-\[15px\] {
  margin-left: 15px;
}

.ml-\[1px\] {
  margin-left: 1px;
}

.ml-\[20px\] {
  margin-left: 20px;
}

.ml-\[22px\] {
  margin-left: 22px;
}

.ml-\[26px\] {
  margin-left: 26px;
}

.ml-\[32px\] {
  margin-left: 32px;
}

.ml-\[4px\] {
  margin-left: 4px;
}

.ml-\[50px\] {
  margin-left: 50px;
}

.ml-\[75px\] {
  margin-left: 75px;
}

.ml-\[76px\] {
  margin-left: 76px;
}

.ml-\[90px\] {
  margin-left: 90px;
}

.ml-\[9px\] {
  margin-left: 9px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-16 {
  margin-right: 3rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-\[0px\] {
  margin-right: 0px;
}

.mr-\[11px\] {
  margin-right: 11px;
}

.mr-\[14px\] {
  margin-right: 14px;
}

.mr-\[15px\] {
  margin-right: 15px;
}

.mr-\[17px\] {
  margin-right: 3px;
}

.mr-\[1px\] {
  margin-right: 1px;
}

.mr-\[2px\] {
  margin-right: 2px;
}

.mr-\[4px\] {
  margin-right: 4px;
}

.mr-\[5px\] {
  margin-right: 5px;
}

.mr-\[7px\] {
  margin-right: 7px;
}

.ms-0 {
  margin-inline-start: 0px;
}

.ms-1 {
  margin-inline-start: 0.25rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.ms-5 {
  margin-inline-start: 1.25rem;
}

.ms-8 {
  margin-inline-start: 2rem;
}

.ms-\[5px\] {
  margin-inline-start: 5px;
}

.ms-\[6px\] {
  margin-inline-start: 6px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.top-14{
  top: 3.5rem;
}

.mt-\[-10px\] {
  margin-top: -10px;
}

.mt-\[-11px\] {
  margin-top: -11px;
}

.mt-\[-12px\] {
  margin-top: -12px;
}

.mt-\[-9px\] {
  margin-top: -9px;
}

.ml-\[22px\]{
  margin-left:22px;
}

.mt-\[-13px\] {
  margin-top: -13px;
}

.mt-\[-14px\] {
  margin-top: -14px;
}

.mt-\[-15px\] {
  margin-top: -15px;
}

.mt-\[-16px\] {
  margin-top: -16px;
}

.mt-\[-203px\] {
  margin-top: -203px;
}

.mt-\[-20px\] {
  margin-top: -20px;
}

.mt-\[-21px\] {
  margin-top: -21px;
}

.mt-\[-23px\] {
  margin-top: -23px;
}

.mt-\[-24px\] {
  margin-top: -24px;
}

.mt-\[-25px\] {
  margin-top: -25px;
}

.mt-\[-2px\] {
  margin-top: -2px;
}

.mt-\[-36px\] {
  margin-top: -36px;
}

.mt-\[-4px\] {
  margin-top: -4px;
}

.mt-\[-56px\] {
  margin-top: -56px;
}

.mt-\[-6px\] {
  margin-top: -6px;
}

.mt-\[-77px\] {
  margin-top: -77px;
}

.mt-\[-7px\] {
  margin-top: -7px;
}

.mt-\[-8px\] {
  margin-top: 4px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[12px\] {
  margin-top: 12px;
}

.mt-\[136px\] {
  margin-top: 136px;
}

.mt-\[261px\] {
  margin-top: -2vh;
  margin-bottom: 1vh;
}

.mt-\[26px\] {
  margin-top: 26px;
}

.mt-\[29px\] {
  margin-top: 29px;
}

.-mb-1{
  margin-bottom:2px;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.mt-\[303px\] {
  margin-top: 303px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[324px\] {
  margin-top: 324px;
}

.mt-\[32px\] {
  margin-top: 7vh;
}

.regular{
  margin-right: 33px;
}

.mt-\[3vh\] {
  margin-top: 3vh;
}

.mt-\[45px\] {
  margin-top: 12vh;
}

.mt-\[49px\] {
  margin-top: 49px;
}

.mt-\[5px\] {
  margin-top: 5px;
}

.mt-\[5vh\] {
  margin-top: 0vh;
}

.mt-\[62px\] {
  margin-top: 62px;
}

.mt-\[64px\] {
  margin-top: 64px;
}

.mt-\[6px\] {
  margin-top: 6px;
}

.mt-\[7px\] {
  margin-top: 7px;
}

.mt-\[8px\] {
  margin-top: 8px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.text-xl{
  font-size: 1.25rem;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-433 {
  height: 433px;
}

.h-45px {
  height: 45;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[107px\] {
  height: 107px;
}

.h-\[25px\] {
  height: 25px;
}

.h-\[28px\] {
  height: 28px;
}

.h-\[294px\] {
  height: 294px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[309px\] {
  height: 309px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[31px\] {
  height: 31px;
}

.h-\[384px\] {
  height: 401px;
}

.h-\[42px\] {
  height: 42px;
}

.h-\[43px\] {
  height: 43px;
}

.h-\[45px\] {
  height: 45px;
}

.h-\[56px\] {
  height: 50px;
}

.h-\[598px\] {
  height: 598px;
}

.h-\[62px\] {
  height: 62px;
}

.h-\[63px\] {
  height: 63px;
}

.h-\[71px\] {
  height: 71px;
}

.h-\[72px\] {
  height: 72px;
}

.h-\[81px\] {
  height: 81px;
}

.h-\[85px\] {
  height: 105px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.mt-5{
  margin-top: 1.2rem;
}

.h-h-mobile-screen {
  height: calc(100vh - 316px);
}

.h-mobile-screen {
  height: calc(100vh - 408px);
}

.h-mobiles-screen {
  height: calc(100vh - 368px);
}

.h-not-mobile-screen {
  height: calc(100vh - 250px);
}

.h-screen {
  height: 100vh;
}

.h-screen-20 {
  height: calc(100vh - 148px);
}

.h-screen-30 {
  height: calc(100vh - 343px);
}

.h-screen-50 {
  height: calc(100vh - 259px);
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-\[280px\] {
  max-height: 280px;
}

.max-h-\[560px\] {
  max-height: 560px;
}

.max-h-full {
  max-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-274 {
  width: 255px;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-52 {
  width: 13rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 14%;
}

.toggle-icon {
  transition: transform 0.3s ease;
  /* Smooth transition */
}

.rotated {
  transform: rotate(180deg);
  /* Rotate by 90 degrees */
}

.mb-22{
  margin-bottom: 12rem;
}

.mb-17{
  margin-bottom: 9rem;
}

.pr-1\.5 {
  padding-right: 0.25rem;
}

.w-96 {
  width: 24rem;
}

.mr-10{
  margin-right: 2.5rem;
}

.w-97 {
  width: 97%;
}

.w-\[100\%\] {
  width: 100%;
}

.w-\[88\%\] {
  width: 88%;
}

.w-\[112\%\] {
  width: 112%;
}

.w-\[159px\] {
  width: 159px;
}

.w-\[18px\] {
  width: 18px;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[268px\] {
  width: 268px;
}

.w-\[26px\] {
  width: 26px;
}

.w-\[274px\] {
  width: 274px;
}

.w-\[285px\] {
  width: 285px;
}

.w-\[30\%\] {
  width: 30%;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[31px\] {
  width: 31px;
}

.w-\[334px\] {
  width: 334px;
}

.w-\[345px\] {
  width: 345px;
}

.w-\[48\%\] {
  width: 48%;
}

.w-\[483px\] {
  width: 483px;
}

.w-\[49\%\] {
  width: 49%;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[95\%\] {
  width: 95%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-full {
  min-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[90deg\] {
  --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));
}

.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-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-between {
  justify-content: space-between;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[21px\] {
  gap: 21px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(0.5 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-e-lg {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-s-md {
  border-start-start-radius: 0.375rem;
  border-end-start-radius: 0.375rem;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tl-none {
  border-top-left-radius: 0px;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded-tr-none {
  border-top-right-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-e-0 {
  border-inline-end-width: 0px;
}

.border-l-\[5px\] {
  border-left-width: 5px;
}

.border-r-\[1px\] {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

.border-\[\#fdfdfd\] {
  --tw-border-opacity: 1;
  border-color: rgb(253 253 253 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-bordercolor {
  --tw-border-opacity: 1;
  border-color: rgb(231 232 234 / var(--tw-border-opacity));
}

.border-darkgreen {
  --tw-border-opacity: 1;
  border-color: rgb(71 111 103 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-inherit {
  border-color: inherit;
}

.border-lightGray {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-redcolor {
  --tw-border-opacity: 1;
  border-color: rgb(245 97 67 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-warncolor {
  --tw-border-opacity: 1;
  border-color: rgb(247 183 49 / var(--tw-border-opacity));
}

.border-b-gray-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-l-\[\#476f66\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(71 111 102 / var(--tw-border-opacity));
}

.border-l-gray-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-t-gray-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-\[\#28ad6b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 173 107 / var(--tw-bg-opacity));
}

.bg-\[\#476f66\] {
  --tw-bg-opacity: 1;
  background-color: rgb(71 111 102 / var(--tw-bg-opacity));
}

.bg-\[\#4d756c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(77 117 108 / var(--tw-bg-opacity));
}

.bg-\[\#9fb0ad\] {
  --tw-bg-opacity: 1;
  background-color: rgb(159 176 173 / var(--tw-bg-opacity));
}

.bg-\[\#ccd6d5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 214 213 / var(--tw-bg-opacity));
}

.bg-\[\#cfd7d7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(207 215 215 / var(--tw-bg-opacity));
}

.bg-\[\#ecf0ef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 239 / var(--tw-bg-opacity));
}

.bg-\[\#edf3f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 243 241 / var(--tw-bg-opacity));
}

.bg-\[\#eff2f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 242 241 / var(--tw-bg-opacity));
}

.bg-\[\#f5f5f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 247 / var(--tw-bg-opacity));
}

.bg-\[\#f6f8f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity));
}

.bg-\[\#ffefef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 239 / var(--tw-bg-opacity));
}

.bg-\[var\(--average\)\] {
  background-color: var(--average);
}

.bg-\[var\(--body-color\)\] {
  background-color: var(--body-color);
}

.bg-\[var\(--danger-color\)\] {
  background-color: var(--danger-color);
}

.bg-\[var\(--strong\)\] {
  background-color: var(--strong);
}

.bg-\[var\(--weak-color\)\] {
  background-color: var(--weak-color);
}

.bg-average {
  --tw-bg-opacity: 1;
  background-color: rgb(253 208 114 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-darkgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(71 111 103 / var(--tw-bg-opacity));
}

.bg-deactivatecolor {
  --tw-bg-opacity: 1;
  background-color: rgb(248 76 52 / var(--tw-bg-opacity));
}

.bg-focuscolor {
  --tw-bg-opacity: 1;
  background-color: rgb(113 139 133 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-inherit {
  background-color: inherit;
}

.bg-inputcolor {
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 239 / var(--tw-bg-opacity));
}

.bg-lightgreen {
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 239 / var(--tw-bg-opacity));
}

.bg-lightgreens {
  --tw-bg-opacity: 1;
  background-color: rgb(159 180 175 / var(--tw-bg-opacity));
}

.bg-messageboxcolor {
  --tw-bg-opacity: 1;
  background-color: rgb(246 76 50 / var(--tw-bg-opacity));
}

.bg-modalsectionbg {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-neutral {
  --tw-bg-opacity: 1;
  background-color: rgb(218 218 218 / var(--tw-bg-opacity));
}

.bg-paybgcolor {
  --tw-bg-opacity: 1;
  background-color: rgb(238 255 245 / var(--tw-bg-opacity));
}

.bg-settingscolor {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 247 / var(--tw-bg-opacity));
}

.bg-strong {
  --tw-bg-opacity: 1;
  background-color: rgb(222 249 217 / var(--tw-bg-opacity));
}

.bg-tablebg {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-weak {
  --tw-bg-opacity: 1;
  background-color: rgb(249 73 54 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-workerbgcolor {
  --tw-bg-opacity: 1;
  background-color: rgb(253 241 214 / var(--tw-bg-opacity));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.fill-current {
  fill: currentColor;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2 {
  padding: 0.5rem;
}

.inset-y-1 {
  top: -2px;
  bottom: 0px;
}

.inset-y-2 {
  top: 0px;
  bottom: 0px;
}

.p-2\.5 {
  padding: 0.485rem;
}

.p-20 {
  padding: 5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[17px\] {
  padding: 17px;
}

.p-\[5px\] {
  padding: 5px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.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;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-\[1\.25rem\] {
  padding-left: 1.25rem;
}

.pl-\[11px\] {
  padding-left: 11px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-\[10px\] {
  padding-right: 10px;
}

.pr-\[11px\] {
  padding-right: 11px;
}

.ps-2 {
  padding-inline-start: 0.5rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

.ps-6 {
  padding-inline-start: 1.5rem;
}

.ps-8 {
  padding-inline-start: 2rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[11px\] {
  padding-top: 11px;
}

.pt-\[34px\] {
  padding-top: 34px;
}

.pt-\[54px\] {
  padding-top: 54px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.align-middle {
  vertical-align: middle;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[28px\] {
  font-size: 28px;
}

.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-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[24\.5px\] {
  line-height: 24.5px;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-\[\#476f66\] {
  --tw-text-opacity: 1;
  color: rgb(71 111 102 / var(--tw-text-opacity));
}

.text-\[\#476f67\] {
  --tw-text-opacity: 1;
  color: rgb(71 111 103 / var(--tw-text-opacity));
}

.text-\[\#9fa1a0\] {
  --tw-text-opacity: 1;
  color: rgb(159 161 160 / var(--tw-text-opacity));
}

.text-\[\#a4a6a5\] {
  --tw-text-opacity: 1;
  color: rgb(164 166 165 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-copyrightcolor {
  --tw-text-opacity: 1;
  color: rgb(145 146 146 / var(--tw-text-opacity));
}

.text-darkgreen {
  --tw-text-opacity: 1;
  color: rgb(71 111 103 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-lightGray {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-redcolor {
  --tw-text-opacity: 1;
  color: rgb(245 97 67 / var(--tw-text-opacity));
}

.text-tabletext {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-warncolor {
  --tw-text-opacity: 1;
  color: rgb(247 183 49 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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;
}

:root{
  --danger-color:#fa4936;
  --weak-color:#fccd78;
  --strong:#7ce568;
  --average:#ebebeb;
  --body-color:#ecf0ef;
}

.active-tab {
  background-color: #476f66;
  transition: background-color 0.3s ease;
}

.active-tab .tab-number {
  display: none;
}

.dataTables_filter {
  float: left;
}

#example_length {
  float: right;
}

#example_filter {
  float: right;
}

.search-icon {
  position: absolute;
  margin-left: 13px;
  margin-top: 6px;
}

.search-container {
  position: relative;
  display: inline-block;
}

.search-icon {
  position: absolute;
  left: 8px;
  top: 38%;
  transform: translateY(-50%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  background-color: #585858;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

#opened-modal {
  margin-top: -20px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  transform: translateX(26px);
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: .25em;
}

.toggle {
  width: 220px;
  height: 100px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: 1s ease;
}

.toggle .in-toggle input {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  z-index: 1;
}

.clicked {
  background: #346ced;
}

.in-toggle {
  width: 46%;
  height: 92%;
  background: #fff;
  position: relative;
  top: 4%;
  transition: 1s ease;
}

.tg-left {
  left: 2%;
}

.tg-right {
  left: 52%;
}

.search-input {
  border: none;
  padding-left: 40px;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid transparent !important;
}

.dataTables_length {
  float: right;
}

.active-tab .tab-icon {
  display: block;
}

.active-tab .tab-number {
  display: none;
}

.tab-number {
  display: block;
}

.tab-icon {
  display: none;
}

.bg-transparent {
  background-color: transparent;
}

.tab {
  overflow: hidden;
  margin-top:10px;
}

/* Style the buttons inside the tab */

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4px 18px;
  transition: 0.3s;
  font-size: 17px;
}

.active-green-bg {
  background-color: green;
}

.tab button:hover {
  border-bottom: 1px solid lightGray;
}

/* Create an active/current tablink class */

.tab button.active {
  border-bottom: 1px solid black;
}

/* Style the tab content */

.tabcontent {
  display: none;
  padding: 6px 3px;
  /* border: 1px solid #ccc; */
  border-top: none;
}

#closeBtn {
  width: 26px;
  height: 25px;
  background-color: #fefefe;
  border-radius: 6px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion-item:not(.open) .accordion-content {
  max-height: 0;
}

.accordion-item.open .accordion-content {
  max-height: 1000px;
  border: 1px solid lightgray;
  overflow-x: hidden;
  overflow-y:scroll;
}

.accordion-toggle {
  transition: transform 0.3s ease;
  background: #4d756c;
  width: 33px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* canvas {
    width: 100%;
    height: 100%;
    
    border: 1px #5fca83 dashed;
    border-radius: 7px;
} */

#ul-menu {
  margin-top: 10px;
}

.wrapper {
  width: 90%;
  max-width: 800px;
  margin: 4em auto;
  text-align: center;
}

.search-container {
  border: 1px solid lightGray;
  padding: 8px
}

#bread {
  flex: max-content;
  float: inline-end;
}

/* Icons */

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor;
}

#clear_button {
  z-index: 10;
  position: absolute;
  right: 2em;
  padding: 1.5em 2em;
  color: #21cfa6;
  font-weight: 600;
  font-size: 14pt;
  cursor: pointer;
}

#finish_button {
  margin-top: 2em;
  cursor: pointer;
}

.date-picker {
  padding: 8px;
  border: 1px solid lightGray;
}

#FileUpload {
  height: 217px;
}

#upload {
  height: 194px;
}

/* .hidden {
    display: none;
}

.visible {
    display: flex;
} */

.dashed-border {
  border-top: 2px dashed lightgray;
  /* Define dashed border style */
}

#clear-btn {
  background-color: #476f66;
  color: white;
  border-radius: 0.375rem;
  width: 85px;
  padding: 5px;
}

#save-btn {
  background-color: transparent;
  color: black;
  border: 1px solid black;
  width: 85px;
  border-radius: 0.375rem;
  padding: 5px;
}

[type="date"] {
  background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}

[type="date"]::-webkit-inner-spin-button {
  display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

/* custom styles */

label {
  display: block;
}

#date {
  padding: 7px 5px !important;
}

input {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background-color: #fff;
  /* padding: 7px 5px; */
  /* box-shadow: inset 0 3px 6px rgba(0,0,0,0.1); */
  width: 100%;
}

[data-tabs-toggle] button.actives-tab {
  color: #476f66;
  border-color: #476f66;
}
.client-admin-table {
  /* Set maximum width for the table cell */
  max-width: 200px; /* Adjust as needed */

  /* Ensure text doesn't overflow */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  /* Optional: Add padding or other styling */
  padding: 0 5px;
}

table.dataTable th,
table.dataTable td {
    white-space: nowrap;
}
[data-tabs-toggle] button.actives-tab::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  color: #476f66;
}

button {
  padding: 5px 10px;
  /* margin-left: 5px; */
  cursor: pointer;
}

.tab {
  overflow: scroll;
}
.dt-search{
  display:none !important;
}
#tabs{
  overflow:hidden;
}

#tabs button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border-bottom: 1px solid lightgray !important;
}

.pr-1{
  padding-right: 0.36rem;
}

.md\:pr-1 {
  padding-right: 0.29rem ;
}

.modal-box section {
  background-color: #f6f6f6;
  /* padding-top:49px;  */
}

.tab button {
  background-color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border: 1px solid lightgray;
}

.tab button.active {
  border: 1px solid #476f66;
}

#tabs .tablinks:focus {
  border-bottom: 2px solid #476f66 !important;
}

#tab-button.active {
  border-bottom: 1px solid black !important;
}

.tab button.active::after {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  transform: translate(50%, -50%);
}

.tabcontent {
  display: none;
  padding: 6px 3px;
  border-top: none;
}

.tooltip .tooltip-content {
  visibility: hidden;
  width: 180px;
  background-color: #fbf8ab;
  color: black;
  text-align: center;
  font-size: 14px;
  border-radius: 1px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  border: 2px solid #ffffac;
  /* bottom: 125%; */
  left: 192%;
  margin-top: 9px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.previous-tab {
  color: black;
}

.tooltip .tooltip-content::after {
  content: "";
  position: absolute;
  top: -7%;
  left: 23%;
  margin-left: -39px;
  border-width: 5px;
  border-style: solid;
  transform: rotate(178deg);
  margin-top: -5px;
  border-color: #ffffac transparent transparent transparent;
}

.active-tab .text-lg,
.previous-tab .text-lg {
  color: black;
}

#btns {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.previous-tab .text-lg {
  color: black;
}

.tooltip:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}

.accordion-item.open .accordion-toggle {
  transform: rotate(-1deg);
}

.modal {
  border-radius: 15px;
  width: 32%;
  box-shadow: 0px 0px 8px 2px #7f7f7f;
}

.accordion-toggle {
  transition: transform 0.3s ease;
  margin-top: 0px;
  width: 33px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: white;
}

.w-96{
  width:100%;
}

/* .py-3 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  } */

.tab-button {
  border: none;
}

.tab-button:hover {
  cursor: pointer;
}

.active-tab .tab-icon {
  background-color: #476f66;
}

.tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #cfd7d7;
  color: #000;
  font-weight: bold;
}

.active-tab .tab-icon,
.previous-tab .tab-icon {
  background-color: #476f66;
  color: white;
}

#seperator-icon {
  margin-top: -15px;
  margin-bottom: -10px;
  margin-left: 24px;
}

#width-tab {
  width: 483px;
}

/* #col-9-auto {
  max-height: 812px !important;
} */

.switch {
  position: relative;
  display: inline-block;
  width: 234px;
  height: 27px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 5px;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 22px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  border-radius: 0;
  transition: .4s;
}

input:checked+.slider {
  background-color: #476f66;
}

input:focus+.slider {
  box-shadow: 0 0 1px #476f66;
}

input:checked+.slider:before {
  transform: translateX(30px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.dataTables_wrapper select,
.dataTables_wrapper .dataTables_filter input {
  color: #4a5568;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1.25;
  border-width: 1px;
  border-radius: .25rem;
  border-color: lightGray;
  background-color: white;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: white;
}

table.dataTable tbody tr,
table.dataTable.display tbody tr {
  background-color: transparent;
}

/*Pagination Buttons*/

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-weight: 700;
  border-radius: .25rem;
  border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
  font-weight: 700;
  border-radius: .25rem;
  background: #476f66 !important;
  border: 1px solid transparent;
}

/*Pagination Buttons - Hover */

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
  font-weight: 700;
  border-radius: .25rem;
  background: white !important;
  border: 1px solid transparent;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #e2e8f0;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
  background-color: #667eea !important;
}

#tab-data{
  padding-top:19px !important;
}

#tab-datas{
  padding-top:15px !important;
}

#tab-links{
  line-height:20px;
  padding:2px !important;
  border-top:none !important;
  border-left:none !important;
  border-right: none !important;
}

[type="date"] {
  /* background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat; */
}

[type="date"]::-webkit-inner-spin-button {
  display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.close-btn {
  margin-left: 5px;
  cursor: pointer;
  color:red;
  font-size: 33px;
  margin-top:10px;
}

.close-btn:hover {
  color: red;
}

.placeholder-center::-moz-placeholder {
  text-align: center;
  font-size: 1.2rem;
}

.placeholder-center::placeholder {
  text-align: center;
  font-size: 1.2rem;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #476f67;
  padding-top: 4px;
  font-weight: 500;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '\2713';
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z' fill='%23ffffff'/%3E%3C/svg%3E");
  padding:5px;
  color: white;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #476f67;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

table {
  border-collapse: collapse;
}

th, td {
  justify-content: space-between;
  /* text-align:center; */
  /* border:1px solid black; */
  padding:5px
}

.geeks {
  border-right:hidden;
}

.gfg {
  border-collapse:separate;
  border-spacing:0 15px;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.chip-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
}

/* input[type="text"] {

  border: none;
  outline: none;
  flex: 1;
  margin: 0;
  padding: 5px;
  font-size: 14px;
} */

.chip {
  background-color: #f3f5f4;
  border: 1px solid #fefdfe;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 5px;
  cursor: default;
}

/* Custom Styling */

.tab button.active {
  color: #476f67;
}

.accordion-title:focus {
  outline: none;
}

.box {
  width: 150px;
  height: 75px;
  background-color: black;
  color: #fff;
  padding: 20px;
  position: relative;
  margin: 40px;
  float: left;
}

.box.arrow-left:after {
  content: " ";
  position: absolute;
  left: -15px;
  top: 15px;
  border-top: 15px solid transparent;
  border-right: 15px solid black;
  border-left: none;
  border-bottom: 15px solid transparent;
}

.custom-tab button.active {
  border: 1px solid #476f67;
}

#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

.mon-button{
  border-top:1px solig lightGray;
  border-bottom: 1px solid lightGray;
  border-left:none;
  border-right:none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

/* tr:nth-child(even) {background-color: #f2f2f2;} */

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ebebeb;
  color: #a3a3a3;
}



.leading-4{
  line-height: 1rem;
}

.custom-tab-content {
  display: none;
  border-top: none;
}

.sample-tab button.active {
  border-bottom: 2px solid #476f67;
  color:#476f67;
}

.custom-payment-tabs button.active {
  border: 1px solid #476f67;
}

#app-cover {
  display: table;
  width: 600px;
  margin: 80px auto;
  counter-reset: button-counter;
}

.toggle-button-cover {
  display: table-cell;
  position: relative;
  z-index: 0;
  /* width: 200px;
  height: 140px; */
  box-sizing: border-box;
}

.button-cover:before {
  /* counter-increment: button-counter; */
  /* content: counter(button-counter); */
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 8px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #0eb661;
  transition: 0.3s ease all;
  z-index: 1;
}

#button-13 .knobs:before,
#button-13 .knobs:after,
#button-13 .knobs span {
  position: absolute;
  top: 4px;
  width: 20px;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 8px;
  transition: 0.3s ease all;
}

#button-13 .knobs:before,
#button-13 .knobs:after {
  color: #4e4e4e;
  z-index: 1;
}

#button-13 .knobs:before {
  content: "ON";
  left: 1px;
  font-size: 12px;
  color: white;
}

#button-13 .knobs:after {
  content: "OFF";
  right: 12px !important;
  font-size: 12px;
  top:3px !important;
}

.navbar {
  overflow: hidden;
  /* background-color: #333; */
  position: fixed;
  top: 0;
  width: 100%;
}

.navbars {
  overflow: auto;
  height:100vh;
  /* background-color: #333; */
  /* position: fixed; */
  top: 68px;
  width: 100%;
}

#button-13 .knobs span {
  width: 31px;
  left: 29px;
  top: 5px;
  height: 26px;
  background-color: white;
  z-index: 2;
}

#button-13 .checkbox:checked + .knobs span {
  left: 4px;
  background-color: white;
}

#button-13 .checkbox:checked ~ .layer {
  background-color: #ccd6d5;
}

.two-factor-text {
  margin: auto;
  text-align: center;
}

.signature-container {
  position: relative;
}

.signature-pad {
  border-bottom: 1px dashed lightgray;
  height: 278px;
}

#draw-legal-text{
  margin-bottom: 22px;
}

.slider {
  position: absolute;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 6px;
  right: 52px;
  background: #476f67;
  top: 42px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.eye-icon {
  cursor: pointer;
}

.show-password img {
  content: url("/Images/eye2.png");
}

html {
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}

.custom-payment-tabs{
  justify-content: flex-start;
}

.mr-4{
  margin-right:1rem;
}

.classoption{
  margin-right: 43px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-19 {
  width: 3rem;
}

.w-95{
  width:95%;
}

.w-73{
  width: 16.8rem;
}

.w-98{
  width: 98%;
}

.mr-\[20px\] {
  margin-right: 20px;
}

.ml-\[12px\] {
  margin-right: 12px;
}

.pl-\[22px\] {
  padding-right: 22px;
}

.pr-\[22px\] {
  padding-left: 22px;
}

.m-initial{
  margin:initial;
}

.xl\:mt-\[-139px\] {
  margin-top: -139px;
}

#another-shift{
  margin-top:-6px;
}

.mb-\[18px\] {
  margin-bottom: 0rem;
}

#another{
  margin-bottom: 14px;
}

.clear-button {
  position: absolute;
  bottom: 91px;
  right: 12px;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  color: red;
}

.rotate-180 {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.m-auto{
  margin:auto;
}

.\32xl\:h-screen-30 {
  height: calc(100vh - 343px);
}

.h-60{
  height:15rem;
}

/* #bottom-space{
  margin-top:36.5vh;
} */

#bottom-space{
  margin-top:36.5vh;
}

#bottom-spaces{
  margin-top:16vh;
}

.xl\:gap-2{
  gap: 0.5rem;
}

.iti__selected-country{
  height:44px !important;
}

.will-do{
  margin-top:16px;
}

.check-box{
  margin-bottom: 7px;
  margin-top:10px;
}

.iti{
  width:100% !important;
}

.iti--allow-dropdown{
  width:100% !important;
}

.xl\:w-\[30\%\] {
  width: 30% !important;
}

.md\:mt-\[129px\] {
  margin-top: 129px ;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#shift_type-error{
  position:absolute ;
  /* font-size: 13px !important; */
}

#shift_name-error{
  position:absolute ;
  /* font-size: 13px !important; */
}

#shift_start-error{
  position:absolute ;
  /* font-size: 13px !important; */
}

#shift_end-error{
  position:absolute ;
  /* font-size: 13px !important; */
}

#hcp_type-error{
  position:absolute ;
  /* font-size: 13px !important; */
}

#payable_hours-error{
  position:absolute ;
  /* font-size: 13px !important; */
}

#lunch_break-error{
  position:absolute ;
  /* font-size: 13px !important; */
}

#comments-error{
  position:absolute ;
  /* font-size: 13px !important; */
}

.draw-text{
  margin-left:0px;
}

.xl\:mt-\[21\.3vh\] {
  margin-top: 28vh !important;
}

#two{
  margin-bottom:127px;
}

.step-name {
  color: #9fa1a0;
}

.active-tab .step-name {
  color: #000;
}

#card-element{
  background-color:#fff !important;
}

#header-flex{
  margin-top:0px;
}

.active-tab .tab-icon {
  background-color: #476f66;
  /* Green background color */
  color: #fff;
  /* Text color */
}

@-moz-document url-prefix() {
  .\32 xl\:w-62 {
    width: 59px !important;
    /* Apply width only in Firefox */
  }
}

@media (min-width: 200px) and (max-width: 392px) {
  .lara{
    margin-right: 1rem;
  }

  #bottom{
    margin-bottom: 93px !important;
  }

  .gap-\[21px\] {
    gap: 9px !important;
  }

  .xl\:w-\[30\%\] {
    width: 100% !important;
  }

  .h-\[598px\] {
    height: 565px !important;
  }

  .max-h-\[560px\] {
    max-height: 430px !important;
  }

  .tab-icon {
    display: none;
  }

  .active-tab .tab-icon {
    display: inline;
  }

  .tab-number {
    display: block;
  }

  .active-tab .tab-number {
    display: none;
  }

  .step-name {
    color: #9fa1a0;
  }

  .active-tab .step-name {
    color: #000;
  }

  .active-tab .seperator{
    /* background-color:#476f67; */
    border:1px solid rgb(71, 111, 102) !important;
  }

  #bottom-spaces {
    margin-top: -35vh;
    margin-bottom: 2vh;
  }

  #bottom-space{
    margin-top:3.5vh;
  }

  .clear-button {
    position: absolute;
    bottom: 79px;
    /* left: 11px; */
    right:254px;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    color: red;
  }

  .mr-\[4px\] {
    margin-right: 2px;
  }

  .ml-\[4px\] {
    margin-left: 1px;
  }

  .w-\[79px\] {
    width: 82px;
  }

  .shift-text{
    width:133px;
  }

  .regular{
    margin-right: 0px;
  }

  .truncate-text {
    display: inline-block;
    max-width: 106px;
    /* Adjust the width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .accordion-toggle {
    transition: transform 0.3s ease;
    margin-top: 6sspx;
    width: 33px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: white;
  }

  #button-saved{
    padding-left: 8px;
    padding-right: 8px;
    width: auto !important;
    /* margin-left: 5px; */
    cursor: pointer;
  }

  .accordion-item.open .accordion-content {
    max-height: 1000px;
    border: 1px solid lightgray;
    overflow-x: hidden;
    overflow-y:hidden;
  }

  .classoption{
    margin-right: 0px !important;
  }

  .truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:18px;
    background-color: white;
  }

  .custom-payment-tabs{
    justify-content: flex-start;
  }

  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
  }

  [type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '\2713';
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z' fill='%23ffffff'/%3E%3C/svg%3E");
    padding:4px;
    color: white;
    width: 24px;
    height: 24px;
    line-height: 28px;
    background: #476f67;
    position: absolute;
    top: 18px;
    left: 12px;
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 50%;
    transition: all 0.2s ease;
  }

  .mon-button{
    border-right:1px solig lightGray;
    border-left: 1px solid lightGray;
    border-top:none;
    border-bottom:none;
  }

  #two{
    margin-bottom:80px;
  }

  /* #firstDivs{
width:390px;
max-width:390px
} */
}

@media (min-width: 393px) and (max-width: 413px) {
  .xl\:w-\[30\%\] {
    width: auto !important;
  }

  #bottom{
    margin-bottom: 93px !important;
  }

  #header-logo{
    margin-top:-8px !important;
    margin-left: 91px !important;
  }

  .tab-icon {
    display: none;
  }

  .active-tab .tab-icon {
    display: inline;
  }

  .tab-number {
    display: block;
  }

  .active-tab .tab-number {
    display: none;
  }

  .step-name {
    color: #9fa1a0;
  }

  .active-tab .step-name {
    color: #000;
  }

  .active-tab .seperator{
    border:1px solid rgb(71, 111, 102) !important;
  }

  #two{
    margin-bottom:80px;
  }

  #accordion-toggle{
    margin-top: 3px !important;
  }

  #bottom-spaces {
    margin-top: -35vh;
    margin-bottom: 2vh;
  }

  #bottom-space{
    margin-top:3.5vh;
  }

  .w-274{
    width:294px;
  }

  .md\:pr-1 {
    padding-right: 0rem !important;
  }

  .mon{
    border-bottom:1px solid rgb(209 213 219);
    border-top:none !important;
    border-left:1px solid rgb(209 213 219);
    border-right:1px solid rgb(209 213 219);
  }

  .w-\[79px\] {
    width: 91px;
  }

  .w-9 {
    width: 2.2rem;
  }

  .clear-button {
    position: absolute;
    bottom: 79px;
    /* left: 11px; */
    right:284px;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    color: red;
  }

  .shift-text{
    width:143px;
  }

  .truncate-text {
    display: inline-block;
    max-width: 147px;
    margin-top: 5px;
    /* Adjust the width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .accordion-toggle {
    transition: transform 0.3s ease;
    margin-top: 0px;
    width: 33px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: white;
  }

  #button-saved{
    padding: 1px 10px;
    /* margin-left: 5px; */
    cursor: pointer;
  }

  .accordion-item.open .accordion-content {
    max-height: 1000px;
    border: 1px solid lightgray;
    overflow-x: hidden;
    overflow-y:hidden;
  }

  .classoption{
    margin-right: 0px !important;
  }

  .truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:18px;
    background-color: white;
  }

  .custom-payment-tabs{
    justify-content: flex-start;
  }

  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
  }

  .w-73 {
    width: 18.8rem;
  }

  [type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '\2713';
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z' fill='%23ffffff'/%3E%3C/svg%3E");
    padding:4px;
    color: white;
    width: 24px;
    height: 24px;
    line-height: 28px;
    background: #476f67;
    position: absolute;
    top: 18px;
    left: 12px;
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 50%;
    transition: all 0.2s ease;
  }

  .mon-button{
    border-right:1px solig lightGray;
    border-left: 1px solid lightGray;
    border-top:none;
    border-bottom:none;
  }

  #two{
    margin-bottom:80px;
  }

  /* #firstDivs{
width:390px;
max-width:390px
} */
}

@media (min-width: 414px) and (max-width: 599px) {
  .tab-icon {
    display: none;
  }

  #header-logo{
    margin-top:-8px !important;
    margin-left: 91px !important;
  }

  .active-tab .tab-icon {
    display: inline;
  }

  .tab-number {
    display: block;
  }

  .active-tab .tab-number {
    display: none;
  }

  .step-name {
    color: #9fa1a0;
  }

  .active-tab .step-name {
    color: #000;
  }

  .active-tab .seperator{
    border:1px solid rgb(71, 111, 102) !important;
  }

  .previous-tab .seperator{
    border:1px solid rgb(71, 111, 102) !important;
  }

  .clear-button {
    position: absolute;
    bottom: 74px;
    left: 11px;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    color: red;
  }

  .w-274{
    width:304px;
  }

  .accordion-toggle {
    transition: transform 0.3s ease;
    margin-top: 2px;
    width: 33px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: white;
  }

  #button-saved{
    padding: 1px 10px;
    /* margin-left: 5px; */
    cursor: pointer;
  }

  .w-73{
    width:20.8rem;
  }

  .accordion-item.open .accordion-content {
    max-height: 1000px;
    border: 1px solid lightgray;
    overflow-x: hidden;
    overflow-y:hidden;
  }

  .classoption{
    margin-right: 0px !important;
  }

  .truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal !important;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:18px;
    background-color: white;
  }

  .custom-payment-tabs{
    justify-content: flex-start;
  }

  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
  }

  [type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '\2713';
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z' fill='%23ffffff'/%3E%3C/svg%3E");
    padding:4px;
    color: white;
    width: 24px;
    height: 24px;
    line-height: 28px;
    background: #476f67;
    position: absolute;
    top: 18px;
    left: 12px;
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 50%;
    transition: all 0.2s ease;
  }

  .mon-button{
    border-right:1px solig lightGray;
    border-left: 1px solid lightGray;
    border-top:none;
    border-bottom:none;
  }

  #two{
    margin-bottom:80px;
  }

  /* #firstDivs{
width:390px;
max-width:390px
} */
}

@media (min-width: 600px) and (max-width: 900px) {
  .md\:mt-\[129px\] {
    margin-top: 129px ;
  }

  .active-tab .steeper{
    background-color:#476f67;
  }

  .tab-icon {
    display: none;
  }

  .active-tab .tab-icon {
    display: inline;
  }

  .tab-number {
    display: block;
  }

  .active-tab .tab-number {
    display: none;
  }

  .step-name {
    color: #9fa1a0;
  }

  .active-tab .step-name {
    color: #000;
  }

  .kbw-signature{
    width:579px !important;
    height:220px !important;
  }

  #bottom-space {
    margin-top: 28.5vh;
  }

  .md\:mt-\[49vh\] {
    margin-top: 1.5vh !important;
  }

  .mt-\[32px\] {
    margin-top: 10.5vh !important;
  }

  .sm\:mt-\[-11px\] {
    margin-top: 0vh !important;
  }

  #general-btn{
    margin-top:13.2vh !important;
  }

  .md\:mt-\[16vh\] {
    margin-top: 19.5vh !important;
  }

  .md\:mt-\[494px\] {
    margin-top: 23.7vh !important;
  }

  .sm\:mt-\[247px\] {
    margin-top: 1vh !important;
  }

  .sm\:mt-\[5vh\] {
    margin-top: 1vh !important;
  }

  .xl\:w-\[30\%\] {
    width: 42% !important;
  }

  .accordion-item.open .accordion-content {
    max-height: 1000px;
    border: 1px solid lightgray;
    overflow-x: auto;
    overflow-y:auto;
  }

  .sm\:h-\[294px\] {
    height: 521px !important;
  }

  .sm\:h-\[384px\] {
    height: 623px !important;
  }

  .sm\:mt-\[5vh\] {
    margin-top: 0vh !important;
  }

  .sm\:mt-\[247px\] {
    margin-top: 0vh !important;
  }

  .sm\:mt-\[-11px\] {
    margin-top: 141px ;
  }

  .staff-role{
    margin-left: -10px !important;
  }

  .md\:h-\[262px\] {
    height: 280px !important;
  }

  .copy-right{
    padding:20px !important;
  }

  .lara{
    margin-right: 0.8rem !important;
  }

  .shift-text{
    margin-top: 1px !important;
  }

  .mr-16{
    margin-right: 3.2rem !important;
  }

  .accordion-toggle {
    transition: transform 0.3s ease;
    margin-top: 0px !important;
    width: 33px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: white;
  }

  .regular{
    margin-right: 35px;
  }

  #hcpdiv{
    padding-right: 10px;
  }

  .sm\:w-274 {
    width: 305px !important;
  }

  .clear-button {
    position: absolute;
    bottom: 98px;
    right: 12px;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    color: red;
  }

  .copy-right{
    bottom: 34px;
  }

  #bg-messageboxcolor{
    top:2px;
  }

  #two{
    margin-bottom:121px;
  }

  .classoption{
    margin-right: 0px !important;
  }

  .custom-payment-tabs{
    justify-content: center;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:18px;
    background-color: white;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .lg\:w-\[607px\] {
    width: 607px !important;
  }

  .md\:gap-\[424px\] {
    gap: 413px !important;
  }

  #bottom-space {
    margin-top: 12.5vh;
  }

  #bottom-spaces {
    margin-top: -70vh;
  }

  .lg\:mt-\[64vh\] {
    margin-top: 14.5vh !important;
  }

  .lg\:mt-\[130px\] {
    margin-top: 2vh !important;
  }

  .lg\:h-\[542px\] {
    height: 345px !important;
  }

  .lg\:mt-\[45vh\] {
    margin-top: 23vh !important;
  }

  .lg\:mt-\[162px\] {
    margin-top: 1vh !important;
    margin-bottom: 1vh !important;
  }

  .mt-\[32px\] {
    margin-top: 2.4vh !important;
  }

  .my-2 {
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
  }

  .lg\:h-10 {
    height: 2rem !important;
  }

  .lg\:p-10 {
    padding: 1rem !important;
  }

  .md\:h-3\/4 {
    height: 75vh !important;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.4rem !important;
  }

  .lg\:h-\[812px\] {
    height: 75vh !important;
  }

  .md\:col-span-3 {
    grid-column: span 4 / span 4 !important;
  }

  .col-span-9 {
    grid-column: span 8 / span 8;
  }

  .shifts-type{
    line-height: 21px !important;
  }

  #accordions-toggle {
    transition: transform 0.3s ease;
    margin-top: 0px !important;
    width: 33px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: white;
  }

  .accordion-toggle {
    transition: transform 0.3s ease;
    margin-top: 6px;
    width: 33px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: white;
  }

  #copy-right{
    padding:24px;
  }

  .lara{
    margin-right: 0.8rem !important;
  }

  .mr-16 {
    margin-right: 3.4rem;
  }

  .regular{
    margin-right: 0px;
  }

  .truncate-text {
    display: inline-block;
    max-width:295px;
    /* Adjust the width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pr-6 {
    padding-right: 1.0rem !important;
  }

  #two{
    margin-bottom:160px;
  }

  .classoption{
    margin-right: 0px !important;
  }

  .custom-payment-tabs{
    justify-content: center;
  }

  #footer {
    position: sticky;
    left: 0;
    bottom: 39px;
    width: calc(100vw - 423px);
    padding-left:5px;
    padding-right:18px;
    padding-top:18px;
    padding-bottom:35px;
    background-color: white;
  }

  #footers {
    position: sticky;
    left: 0;
    bottom: 0px !important;
    width: calc(100vw - 423px);
    padding-left:5px;
    padding-right:18px;
    padding-top:18px;
    padding-bottom:35px;
    background-color: white;
  }

  .footer {
    position: sticky;
    left: 0;
    bottom: -34px;
    width: calc(100vw - 423px);
    padding-left:5px;
    padding-right:18px;
    padding-top:18px;
    padding-bottom:35px;
    background-color: white;
  }

  #gap{
    gap:0px !important;
  }

  #stepper{
    margin-left: -33px !important;
  }

  #step-name{
    font-size: 13.8px !important;
  }

  .md\:rounded-bl-3xl{
    border-bottom-left-radius:0px !important;
  }
}

@media (min-width: 1201px) and (max-width: 1280px) {
  .xl\:mt-\[20\.2vh\] {
    margin-top: 4.2vh !important;
  }
  .h-60{
    height:10rem !important;
  }
  
  #bottom-space{
    margin-top:36.5vh;
  }

  #copy-right{
    padding:12px !important;
  }

  #two{
    margin-bottom: 30px !important;
  }

  /* .xl\:w-auto {
    width: 218px !important;
  } */

  .py-4 {
    padding-top: 0.48rem !important;
    padding-bottom: 0.48rem !important;
  }

  .xl\:h-\[43px\] {
    height: 20px !important;
  }

  .xl\:mt-\[35vh\] {
    margin-top: 25.5vh !important;
  }

  .xl\:h-screen-45 {
    height: calc(100vh - 150px) !important;
  }

  #small-screen{
    height: calc(100vh - 150px) !important;
  }

  .\32xl\:h-screen-30{
    height: calc(100vh - 150px) !important;
  }

  .xl\:w-52 {
    width: 11rem !important;
  }

  #point-img{
    width:329px !important
  }

  /* .xl\:mt-\[35vh\] {
  margin-top: 24vh !important;
} */

  .xl\:mt-\[35vh\] {
    margin-top: 9vh !important;
  }

  .xl\:w-\[32\%\] {
    width: 53% !important;
  }

  #payment-img{
    width: 366px !important;
  }

  .regular{
    margin-right: 0px;
  }

  .xl\:pl-0 {
    padding-left: 5px !important;
  }

  .xl\:w-365 {
    width: 357px !important;
  }

  .xl\:mt-5 {
    margin-top: 0rem !important;
  }

  .sm\:pr-1 {
    padding-right: 0.7rem !important;
  }

  .xl\:mt-\[-13px\] {
    margin-top: -9px !important;
  }

  .xl\:ml-\[-647px\] {
    margin-left: -386px !important;
  }

  .xl\:mt-\[10\.3vh\] {
    margin-top: 7.3vh !important;
  }

  .xl\:mt-\[52\.7vh\] {
    margin-top: 56.7vh !important;
  }

  .xl\:mr-\[-647px\] {
    margin-right: -387px !important;
  }

  #bottom-spaces{
    margin-top:-47vh;
  }

  .lg\:w-62 {
    width: 53px !important;
  }

  .mb-\[18px\] {
    margin-bottom: 0rem !important;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1rem !important;
  }

  .footer {
    position: fixed;
    left: 27px;
    bottom: 4px;
    width: calc(100vw - 366px);
    padding: 18px;
    background-color: white;
  }

  .xl\:max-h-\[560px\] {
    max-height: 401px !important;
  }

  .xl\:mt-\[32\.5vh\] {
    margin-top: 21.5vh !important;
  }

  /* #shift-img{
    width:383px !important
  } */

  #shift-img{
    width:239px !important
  }

  .xl\:mt-\[15\.1vh\] {
    margin-top: 12vh !important;
  }

  .xl\:h-\[585px\] {
    height: 273px !important;
  }

  /* .xl\:mt-\[48\.3vh\] {
    margin-top: 42.3vh !important;
  } */

  .xl\:mt-\[48\.3vh\] {
    margin-top: -3.7vh !important;
  }

  .xl\:h-\[520px\] {
    height: 356px !important;
  }

  .mb-17 {
    margin-bottom: 6rem;
  }

  #button-1{
    padding-bottom: 5px;
    padding-top: 5px;
  }

  #button{
    padding-bottom: 5px;
    padding-top: 5px;
  }

  #cards-details{
    margin-bottom: 57px;
  }

  #second-flex{
    margin-bottom: 6rem;
  }

  .xl\:w-365 {
    width: 342px;
  }

  #gap {
    gap: 3.5rem;
  }

  .kbw-signature{
    width:606px !important;
    height: 140px !important;
  }

  #sig canvas{
    width:580px !important;
    height: 136px !important;
  }

  .draw-text{
    margin-left: 11px !important;
  }

  .h-40{
    height:4rem !important;
  }

  .accordion{
    margin-bottom: 0rem;
  }

  .text-xl {
    font-size: 1.1rem;
    line-height: 1.75rem;
  }

  .xl\:mt-\[19\.5vh\] {
    margin-top: -0.5vh  !important;
  }

  .md\:col-span-3 {
    grid-column: span 4 / span 4 !important;
  }

  .col-span-9 {
    grid-column: span 8 / span 8 !important;
  }

  #header-flex{
    margin-top:-10px;
  }

  .md\:col-span-9 {
    grid-column: span 8 / span 8 !important;
  }

  /* #mac {
    padding-left: 25px;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 0px;
  } */

  #mac {
    padding-left: 9px;
    padding-top: 9px;
    padding-right: 9px;
    padding-bottom: 0px;
  }

  .h-32{
    height: 5.5rem !important;
  }

  .xl\:top-20 {
    top: 4rem !important;
  }

  #account-setup{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:p-10 {
    padding: 0rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:p-10 {
    padding: 0rem;
  }
}

@media (min-width: 1281px) and (max-width: 1299px) {
  .xl\:mt-\[20\.2vh\] {
    margin-top: 4.2vh !important;
  }

  #bottom-space{
    margin-top:36.5vh;
  }

  #copy-right{
    padding:12px !important;
  }

  #two{
    margin-bottom: 30px !important;
  }

  /* .xl\:w-auto {
    width: 218px !important;
  } */

  .py-4 {
    padding-top: 0.48rem !important;
    padding-bottom: 0.48rem !important;
  }

  .xl\:h-\[43px\] {
    height: 20px !important;
  }

  .xl\:mt-\[35vh\] {
    margin-top: 25.5vh !important;
  }

  .xl\:h-screen-45 {
    height: calc(100vh - 150px) !important;
  }

  #small-screen{
    height: calc(100vh - 150px) !important;
  }

  .\32xl\:h-screen-30{
    height: calc(100vh - 150px) !important;
  }

  .xl\:w-52 {
    width: 11rem !important;
  }

  #point-img{
    width:329px !important
  }

  .xl\:mt-\[35vh\] {
    margin-top: 24vh !important;
  }

  /* .xl\:mt-\[35vh\] {
  margin-top: 9vh !important;
} */

  .xl\:w-\[32\%\] {
    width: 53% !important;
  }

  #payment-img{
    width: 366px !important;
  }

  .regular{
    margin-right: 0px;
  }

  .xl\:pl-0 {
    padding-left: 5px !important;
  }

  .xl\:w-365 {
    width: 357px !important;
  }

  .xl\:mt-5 {
    margin-top: 0rem !important;
  }

  .sm\:pr-1 {
    padding-right: 0.7rem !important;
  }

  .xl\:mt-\[-13px\] {
    margin-top: -9px !important;
  }

  .xl\:ml-\[-647px\] {
    margin-left: -421px !important;
  }

  .xl\:mt-\[10\.3vh\] {
    margin-top: 7.3vh !important;
  }

  .xl\:mt-\[52\.7vh\] {
    margin-top: 56.7vh !important;
  }

  .xl\:mr-\[-647px\] {
    margin-right: -424px !important;
  }

  .mb-\[18px\] {
    margin-bottom: 0rem !important;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1rem !important;
  }

  .footer {
    position: fixed;
    left: 27px;
    bottom: 4px;
    width: calc(100vw - 366px);
    padding: 18px;
    background-color: white;
  }

  .xl\:max-h-\[560px\] {
    max-height: 401px !important;
  }

  .xl\:mt-\[32\.5vh\] {
    margin-top: 21.5vh !important;
  }

  #shift-img{
    width:383px !important
  }

  /* #shift-img{
    width:239px !important
  } */

  .xl\:mt-\[15\.1vh\] {
    margin-top: 12vh !important;
  }

  .xl\:h-\[585px\] {
    height: 273px !important;
  }

  .xl\:mt-\[48\.3vh\] {
    margin-top: 42.3vh !important;
  }

  /* .xl\:mt-\[48\.3vh\] {
    margin-top: -3.7vh !important;
  } */

  .xl\:h-\[520px\] {
    height: 356px !important;
  }

  .mb-17 {
    margin-bottom: 6rem;
  }

  #button-1{
    padding-bottom: 5px;
    padding-top: 5px;
  }

  #button{
    padding-bottom: 5px;
    padding-top: 5px;
  }

  #cards-details{
    margin-bottom: 57px;
  }

  #second-flex{
    margin-bottom: 6rem;
  }

  .xl\:w-365 {
    width: 342px;
  }

  #gap {
    gap: 4.5rem;
  }

  .accordion{
    margin-bottom: 0rem;
  }

  .text-xl {
    font-size: 1.1rem;
    line-height: 1.75rem;
  }

  .xl\:mt-\[19\.5vh\] {
    margin-top: 4.5vh  !important;
  }

  #mac {
    padding-left: 25px;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 0px;
  }

  /* #mac {
    padding-left: 9px;
    padding-top: 9px;
    padding-right: 9px;
    padding-bottom: 0px;
  } */

  .h-32{
    height: 5.5rem !important;
  }

  .xl\:top-20 {
    top: 4rem !important;
  }

  #account-setup{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:p-10 {
    padding: 0rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:p-10 {
    padding: 0rem;
  }
}

@media (min-width: 1300px) and (max-width: 1367px) {
  #height {
    height: 100%;
    /* max-height: 74%; */
  }

  .check-box{
    display: flex;
  }

  .form-check{
    height:0px !important;
  }

  .xl\:mt-\[35vh\] {
    margin-top: 28vh !important;
  }

  .xl\:h-\[43px\] {
    height: 25px !important;
  }

  .seven{
    padding:21px;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: calc(100vw - 378px);
    padding:18px;
    background-color: white;
  }

  .md\:rounded-bl-3xl{
    border-bottom-left-radius:0px !important;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:top-14{
    top: 3.5rem;
  }

  #shift-type-w {
    margin-top: -20px !important;
  }

  #expiration-date{
    margin-left: 48px !important;
  }

  #cvv{
    margin-left: 40px;
  }

  #market {
    margin-left: 230px !important;
  }

  #tab-data{
    padding-top:19px !important;
  }

  #tab-datas{
    padding-top:17px !important;
  }

  #pay-rate-w {
    margin-top: -20px !important;
  }

  #shift-back {
    margin-bottom: 50px !important;
  }

  #payment-w {
    margin-top: -20px !important;
  }

  #general {
    margin-top: 20px;
  }

  #pay-back-button {
    margin-top: 50px !important;
  }

  #payment-back-button {
    margin-top: 18px !important;
  }

  #payment-submit-button {
    margin-top: 18px !important;
  }

  #payment {
    margin-top: 55px !important;
  }

  input {
    height: 46px ;
  }

  select {
    height: 35px !important;
  }

  #hcp-w {
    margin-top: -20px !important;
  }

  #pay-save-button {
    margin-top: 50px !important;
  }

  .save-general {
    margin-top: 20px !important;
  }

  #col-9-auto {
    max-height: 630px !important;
    height: 630px;
  }

  .modal-box section{
    width:371px !important;
  }

  #point {
    padding-left: 0rem !important;
    padding: 0rem !important;
    padding-right: 0rem !important;
    margin-top: -20px;
  }

  #grid-state {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }

  .px-8 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  #width-tab {
    width: 330px;
  }

  #point-img {
    height: 345px !important;
    width: 411px !important;
  }

  #hcp-back-button {
    margin-top: 20rem !important;
  }

  #backButton {
    margin-top: 4rem !important;
  }

  #payByCreditCardBtn {
    margin-top: 4rem !important;
  }

  #shift-back-button {
    margin-top: 3rem !important;
  }

  #shift-save-button {
    margin-top: 3rem !important;
  }

  #mac {
    padding: 1rem !important;
  }

  #hcp-save-button {
    margin-top: 20rem !important;
  }

  #legal-btn {
    margin-top: 240px !important;
  }

  #shift-img {
    height: 276px !important;
    width: 411px !important;
  }

  #payment-img {
    height: 276px !important;
    width: 411px !important;
    margin-top: -30px !important;
  }

  #contact-back-button {
    margin-top: 2rem !important;
  }

  .xl\:h-\[520px\] {
    height: 381px !important;
  }

  #week-btn {
    margin-top: 212px !important;
    margin-left: 10px;
  }

  .xl\:h-\[585px\] {
    height: 441px !important;
  }

  .mb-\[18px\] {
    margin-bottom: 0rem !important;
  }

  .xl\:mt-\[32\.5vh\] {
    margin-top: 25.5vh !important;
  }

  .xl\:h-\[533px\] {
    height: 394px !important;
  }

  .kbw-signature {
    width: 648px !important;
    height: 220px;
  }

  .draw-text {
    margin-left: 17px;
  }

  .xl\:max-h-\[560px\] {
    max-height: 419px !important;
  }

  .xl\:ml-\[-647px\] {
    margin-left: -453px !important;
  }

  .xl\:mr-\[-647px\] {
    margin-right: -457px !important;
  }

  #button-1{
    padding-left:0px;
  }

  .step-1{
    margin-top:-21px !important;
  }

  #contact-save-button {
    margin-top: 2rem !important;
  }

  .modal{
    width:45%;
  }

  #week {
    margin-top: 0px;
  }

  #step {
    margin-left: -0.2rem !important;
  }

  #seperator-icon {
    margin-top: -22px;
    margin-bottom: -21px;
    margin-left: 15px;
  }

  #top {
    margin-top: -2px;
    padding: 1.3rem;
  }

  #save {
    margin-top: 140px;
  }

  #button {
    padding: 0px !important;
  }

  #gap {
    gap: 14rem !important;
  }

  #pay-rate {
    margin-top: 0.25rem;
    margin-left: 12rem;
  }
}

@media (min-width: 1368px) and (max-width: 1537px) {
  #height {
    height: 100%;
    /* max-height: 74%; */
  }

  #col-9-auto {
    max-height: 623px !important;
    height: 623px;
  }

  .\32xl\:w-32\% {
    width: 44% !important;
  }

  .xl\:h-\[82vh\] {
    height: 84.5vh !important;
  }

  .lg\:w-62 {
    width: 46px !important;
  }

  .xl\:mt-\[48\.3vh\] {
    margin-top: 17vh !important;
  }

  .xl\:h-\[520px\] {
    height: 350px !important;
  }

  .xl\:h-\[533px\] {
    height: 335px !important;
  }

  .check-box{
    margin-bottom: 7px;
    display: flex;
    margin-top:10px;
  }

  .xl\:h-\[43px\] {
    height: 39px !important;
  }

  #two{
    margin-bottom: 2rem !important;
  }

  .xl\:mr-\[-647px\] {
    margin-right: -499px !important;
  }

  .xl\:ml-\[-647px\] {
    margin-left: -499px !important;
  }

  .xl\:h-\[585px\] {
    height:401px !important;
  }

  #bottom-space{
    margin-top:20.5vh;
  }

  #bottom-spaces{
    margin-top:-5vh;
  }

  .xl\:mt-\[35vh\] {
    margin-top: 26vh !important;
  }

  .lg\:w-62 {
    width: 62px !important;
  }

  .my-2 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .xl\:h-screen-45 {
    height: calc(100vh - 225px);
  }

  .seven{
    padding:21px;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: calc(100vw - 378px);
    padding:18px;
    background-color: white;
  }

  .md\:rounded-bl-3xl{
    border-bottom-left-radius:0px !important;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:top-14{
    top: 3.5rem;
  }

  #shift-type-w {
    margin-top: -20px !important;
  }

  #expiration-date{
    margin-left: 48px !important;
  }

  #cvv{
    margin-left: 40px;
  }

  #market {
    margin-left: 230px !important;
  }

  #tab-data{
    padding-top:19px !important;
  }

  #tab-datas{
    padding-top:17px !important;
  }

  #pay-rate-w {
    margin-top: -20px !important;
  }

  #shift-back {
    margin-bottom: 50px !important;
  }

  #payment-w {
    margin-top: -20px !important;
  }

  #general {
    margin-top: 20px;
  }

  #pay-back-button {
    margin-top: 50px !important;
  }

  #payment-back-button {
    margin-top: 18px !important;
  }

  #payment-submit-button {
    margin-top: 18px !important;
  }

  #payment {
    margin-top: 55px !important;
  }

  input {
    height: 46px ;
  }

  .form-checkbox{
    height:23px !important;
  }

  select {
    height: 35px !important;
  }

  #hcp-w {
    margin-top: -20px !important;
  }

  #pay-save-button {
    margin-top: 50px !important;
  }

  .save-general {
    margin-top: 20px !important;
  }

  #col-9-auto {
    max-height: 630px !important;
    height: 630px;
  }

  .modal-box section{
    width:371px !important;
  }

  #point {
    padding-left: 0rem !important;
    padding: 0rem !important;
    padding-right: 0rem !important;
    margin-top: -20px;
  }

  #grid-state {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }

  .px-8 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  #width-tab {
    width: 330px;
  }

  #point-img {
    height: 345px !important;
    width: 411px !important;
  }

  #hcp-back-button {
    margin-top: 20rem !important;
  }

  #backButton {
    margin-top: 4rem !important;
  }

  #payByCreditCardBtn {
    margin-top: 4rem !important;
  }

  #shift-back-button {
    margin-top: 3rem !important;
  }

  #shift-save-button {
    margin-top: 3rem !important;
  }

  #mac {
    padding: 1rem !important;
  }

  #hcp-save-button {
    margin-top: 20rem !important;
  }

  #legal-btn {
    margin-top: 240px !important;
  }

  #shift-img {
    height: 276px !important;
    width: 411px !important;
  }

  #payment-img {
    height: 276px !important;
    width: 411px !important;
    margin-top: -30px !important;
  }

  #contact-back-button {
    margin-top: 2rem !important;
  }

  #week-btn {
    margin-top: 78px !important;
    margin-left: 10px;
  }

  #button-1{
    padding-left:0px;
  }

  .step-1{
    margin-top:-21px !important;
  }

  #contact-save-button {
    margin-top: 2rem !important;
  }

  .modal{
    width:45%;
  }

  #week {
    margin-top: 0px;
  }

  #step {
    margin-left: -0.2rem !important;
  }

  #seperator-icon {
    margin-top: -22px;
    margin-bottom: -21px;
    margin-left: 15px;
  }

  #top {
    margin-top: -2px;
    padding: 1.3rem;
  }

  #save {
    margin-top: 140px;
  }

  #button {
    padding: 0px !important;
  }

  #gap {
    gap: 14rem !important;
  }

  #pay-rate {
    margin-top: 0.25rem;
    margin-left: 12rem;
  }
}

@media (min-width: 1538px) and (max-width: 1600px) {
  #height {
    height: 100%;
    /* max-height: 74%; */
  }

  .xl\:mt-\[48\.3vh\] {
    margin-top: 17vh !important;
  }

  .xl\:h-\[520px\] {
    height: 350px !important;
  }

  .xl\:h-\[533px\] {
    height: 335px !important;
  }

  .check-box{
    margin-bottom: 7px;
    display: flex;
    margin-top:10px;
  }

  .xl\:h-\[43px\] {
    height: 39px !important;
  }

  #two{
    margin-bottom: 2rem !important;
  }

  .xl\:mr-\[-647px\] {
    margin-right: -499px !important;
  }

  .xl\:ml-\[-647px\] {
    margin-left: -499px !important;
  }

  .xl\:h-\[585px\] {
    height:401px !important;
  }

  #bottom-space{
    margin-top:20.5vh;
  }

  #bottom-spaces{
    margin-top:-5vh;
  }

  .xl\:mt-\[35vh\] {
    margin-top: 26vh !important;
  }

  .lg\:w-62 {
    width: 62px !important;
  }

  .my-2 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .xl\:h-screen-45 {
    height: calc(100vh - 225px);
  }

  .seven{
    padding:21px;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: calc(100vw - 378px);
    padding:18px;
    background-color: white;
  }

  .md\:rounded-bl-3xl{
    border-bottom-left-radius:0px !important;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:top-14{
    top: 3.5rem;
  }

  #shift-type-w {
    margin-top: -20px !important;
  }

  #expiration-date{
    margin-left: 48px !important;
  }

  #cvv{
    margin-left: 40px;
  }

  #market {
    margin-left: 230px !important;
  }

  #tab-data{
    padding-top:19px !important;
  }

  #tab-datas{
    padding-top:17px !important;
  }

  #pay-rate-w {
    margin-top: -20px !important;
  }

  #shift-back {
    margin-bottom: 50px !important;
  }

  #payment-w {
    margin-top: -20px !important;
  }

  #general {
    margin-top: 20px;
  }

  #pay-back-button {
    margin-top: 50px !important;
  }

  #payment-back-button {
    margin-top: 18px !important;
  }

  #payment-submit-button {
    margin-top: 18px !important;
  }

  #payment {
    margin-top: 55px !important;
  }

  input {
    height: 46px ;
  }

  .form-checkbox{
    height:23px !important;
  }

  select {
    height: 35px !important;
  }

  #hcp-w {
    margin-top: -20px !important;
  }

  #pay-save-button {
    margin-top: 50px !important;
  }

  .save-general {
    margin-top: 20px !important;
  }

  #col-9-auto {
    max-height: 630px !important;
    height: 630px;
  }

  .modal-box section{
    width:371px !important;
  }

  #point {
    padding-left: 0rem !important;
    padding: 0rem !important;
    padding-right: 0rem !important;
    margin-top: -20px;
  }

  #grid-state {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }

  .px-8 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  #width-tab {
    width: 330px;
  }

  #point-img {
    height: 345px !important;
    width: 411px !important;
  }

  #hcp-back-button {
    margin-top: 20rem !important;
  }

  #backButton {
    margin-top: 4rem !important;
  }

  #payByCreditCardBtn {
    margin-top: 4rem !important;
  }

  #shift-back-button {
    margin-top: 3rem !important;
  }

  #shift-save-button {
    margin-top: 3rem !important;
  }

  #mac {
    padding: 1rem !important;
  }

  #hcp-save-button {
    margin-top: 20rem !important;
  }

  #legal-btn {
    margin-top: 240px !important;
  }

  #shift-img {
    height: 276px !important;
    width: 411px !important;
  }

  #payment-img {
    height: 276px !important;
    width: 411px !important;
    margin-top: -30px !important;
  }

  #contact-back-button {
    margin-top: 2rem !important;
  }

  #week-btn {
    margin-top: 78px !important;
    margin-left: 10px;
  }

  #button-1{
    padding-left:0px;
  }

  .step-1{
    margin-top:-21px !important;
  }

  #contact-save-button {
    margin-top: 2rem !important;
  }

  .modal{
    width:45%;
  }

  #week {
    margin-top: 0px;
  }

  #step {
    margin-left: -0.2rem !important;
  }

  #seperator-icon {
    margin-top: -22px;
    margin-bottom: -21px;
    margin-left: 15px;
  }

  #top {
    margin-top: -2px;
    padding: 1.3rem;
  }

  #save {
    margin-top: 140px;
  }

  #button {
    padding: 0px !important;
  }

  #gap {
    gap: 14rem !important;
  }

  #pay-rate {
    margin-top: 0.25rem;
    margin-left: 12rem;
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:start-\[2px\]::after {
  content: var(--tw-content);
  inset-inline-start: 2px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:top-0\.5::after {
  content: var(--tw-content);
  top: 0.125rem;
}

.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}

.after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.hover\:bg-\[\#476f66\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 111 102 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#eff2f1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 242 241 / var(--tw-bg-opacity));
}

.hover\:bg-darkgreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 111 103 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-lightgreens:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(159 180 175 / var(--tw-bg-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:rounded-3xl:focus {
  border-radius: 1.5rem;
}

.focus\:border-b:focus {
  border-bottom-width: 1px;
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:border-darkgreen:focus {
  --tw-border-opacity: 1;
  border-color: rgb(71 111 103 / var(--tw-border-opacity));
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.focus\:border-b-\[\#476f66\]:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(71 111 102 / var(--tw-border-opacity));
}

.focus\:bg-\[\#0fc27e\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(15 194 126 / var(--tw-bg-opacity));
}

.focus\:bg-\[\#476f66\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(71 111 102 / var(--tw-bg-opacity));
}

.focus\:bg-\[\#ff435b\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 67 91 / var(--tw-bg-opacity));
}

.focus\:bg-focuscolor:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(113 139 133 / var(--tw-bg-opacity));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity));
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.peer:checked ~ .peer-checked\:bg-\[\#18b059\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 176 89 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-labelcolor {
  --tw-bg-opacity: 1;
  background-color: rgb(24 176 89 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-16{
  margin-bottom: 6rem;
}

.mb-17{
  margin-bottom: 2.5rem;
}

.mb-\[18px\]{
  margin-bottom: 9rem;
}

@media (min-width: 640px) {
  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:top-16 {
    top: 4rem;
  }

  .sm\:top-\[60px\] {
    top: 60px;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:m-0 {
    margin: 0px;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mb-52 {
    margin-bottom: 13rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:mb-72 {
    margin-bottom: 18rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mb-\[-15px\] {
    margin-bottom: -15px;
  }

  .sm\:mb-\[-36px\] {
    margin-bottom: -36px;
  }

  .sm\:mb-\[11px\] {
    margin-bottom: 11px;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:ml-\[-13px\] {
    margin-left: -13px;
  }

  .sm\:ml-\[0px\] {
    margin-left: 0px;
  }

  .sm\:ml-\[11px\] {
    margin-left: 11px;
  }

  .sm\:ml-\[1px\] {
    margin-left: 1px;
  }

  .sm\:ml-\[20px\] {
    margin-left: 20px;
  }

  .sm\:ml-\[4px\] {
    margin-left: 4px;
  }

  .sm\:ml-\[50px\] {
    margin-left: 50px;
  }

  .sm\:ml-\[76px\] {
    margin-left: 76px;
  }

  .sm\:ml-\[90px\] {
    margin-left: 90px;
  }

  .sm\:ml-\[9px\] {
    margin-left: 9px;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mr-\[0px\] {
    margin-right: 0px;
  }

  .sm\:mr-\[11px\] {
    margin-right: 11px;
  }

  .sm\:mr-\[17px\] {
    margin-right: 17px;
  }

  .sm\:mr-\[1px\] {
    margin-right: 1px;
  }

  .sm\:mr-\[4px\] {
    margin-right: 4px;
  }

  .sm\:mr-\[7px\] {
    margin-right: 7px;
  }

  .sm\:ms-0 {
    margin-inline-start: 0px;
  }

  .sm\:ms-2 {
    margin-inline-start: 0.5rem;
  }

  .sm\:ms-5 {
    margin-inline-start: 1.25rem;
  }

  .sm\:ms-8 {
    margin-inline-start: 2rem;
  }

  .sm\:ms-\[8px\] {
    margin-inline-start: 8px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mt-\[-10px\] {
    margin-top: -10px;
  }

  .sm\:mt-\[-11px\] {
    margin-top: -11px;
  }

  .sm\:mt-\[-12px\] {
    margin-top: -12px;
  }

  .sm\:mt-\[-13px\] {
    margin-top: -13px;
  }

  .sm\:mt-\[-14px\] {
    margin-top: -14px;
  }

  .sm\:mt-\[-15px\] {
    margin-top: -15px;
  }

  .sm\:mt-\[-203px\] {
    margin-top: -203px;
  }

  .sm\:mt-\[-20px\] {
    margin-top: -20px;
  }

  .sm\:mt-\[-21px\] {
    margin-top: -21px;
  }

  .sm\:mt-\[-24px\] {
    margin-top: -24px;
  }

  .sm\:mt-\[-25px\] {
    margin-top: -25px;
  }

  .sm\:mt-\[-4px\] {
    margin-top: -4px;
  }

  .sm\:mt-\[-7px\] {
    margin-top: -7px;
  }

  .sm\:mt-\[-8px\] {
    margin-top: -8px;
  }

  .sm\:mt-\[10px\] {
    margin-top: 10px;
  }

  .sm\:mt-\[136px\] {
    margin-top: 136px;
  }

  .sm\:mt-\[247px\] {
    margin-top: 247px;
  }

  .sm\:mt-\[261px\] {
    margin-top: 261px;
  }

  .sm\:mt-\[26px\] {
    margin-top: 26px;
  }

  .sm\:mt-\[303px\] {
    margin-top: 303px;
  }

  .sm\:mt-\[30px\] {
    margin-top: 30px;
  }

  .sm\:mt-\[324px\] {
    margin-top: 324px;
  }

  .sm\:mt-\[3vh\] {
    margin-top: 3vh;
  }

  .sm\:mt-\[45px\] {
    margin-top: 45px;
  }

  .sm\:mt-\[49px\] {
    margin-top: 49px;
  }

  .sm\:mt-\[5vh\] {
    margin-top: 5vh;
  }

  .sm\:mt-\[62px\] {
    margin-top: 62px;
  }

  .sm\:mt-\[64px\] {
    margin-top: 64px;
  }

  .sm\:mt-\[6px\] {
    margin-top: 6px;
  }

  .sm\:mt-\[7px\] {
    margin-top: 7px;
  }

  .sm\:mt-\[8px\] {
    margin-top: 8px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-\[107px\] {
    height: 107px;
  }

  .sm\:h-\[25px\] {
    height: 25px;
  }

  .sm\:h-\[294px\] {
    height: 294px;
  }

  .sm\:h-\[300px\] {
    height: 300px;
  }

  .sm\:h-\[309px\] {
    height: 309px;
  }

  .sm\:h-\[384px\] {
    height: 384px;
  }

  .sm\:h-\[42px\] {
    height: 42px;
  }

  .sm\:h-\[43px\] {
    height: 43px;
  }

  .sm\:h-\[45px\] {
    height: 45px;
  }

  .sm\:h-\[56px\] {
    height: 56px;
  }

  .sm\:h-\[598px\] {
    height: 598px;
  }

  .sm\:h-\[85px\] {
    height: 85px;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-h-mobile-screen {
    height: calc(100vh - 452px);
  }

  .sm\:h-mobile-screen {
    height: calc(100vh - 408px);
  }

  .sm\:h-not-mobile-screen {
    height: calc(100vh - 250px);
  }

  .sm\:h-screen-20 {
    height: calc(100vh - 148px);
  }

  .sm\:h-screen-30 {
    height: calc(100vh - 343px);
  }

  .sm\:max-h-\[280px\] {
    max-height: 280px;
  }

  .sm\:max-h-\[560px\] {
    max-height: 560px;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-274 {
    width: 274px;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-97 {
    width: 97%;
  }

  .sm\:w-\[100\%\] {
    width: 100%;
  }

  .sm\:w-\[112\%\] {
    width: 112%;
  }

  .sm\:w-\[159px\] {
    width: 159px;
  }

  .sm\:w-\[18px\] {
    width: 18px;
  }

  .sm\:w-\[268px\] {
    width: 268px;
  }

  .sm\:w-\[285px\] {
    width: 285px;
  }

  .sm\:w-\[300px\] {
    width: 300px;
  }

  .sm\:w-\[334px\] {
    width: 334px;
  }

  .sm\:w-\[345px\] {
    width: 345px;
  }

  .sm\:w-\[50\%\] {
    width: 50%;
  }

  .sm\:w-\[79px\] {
    width: 79px;
  }

  .sm\:w-\[95\%\] {
    width: 95%;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-24 {
    gap: 6rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-\[17px\] {
    padding: 17px;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:ps-3 {
    padding-inline-start: 0.75rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pt-\[54px\] {
    padding-top: 54px;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .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\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:leading-\[24\.5px\] {
    line-height: 24.5px;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .sm\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 768px) {
  .md\:right-\[-4rem\] {
    right: -4rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:contents {
    display: contents;
  }

  .md\:pl-5 {
    padding-left: 17px;
  }

  .md\:pr-5 {
    padding-right: 17px;
  }

  .md\:pr-1 {
    padding-right: 0.8rem ;
  }

  .md\:top-20 {
    top: 5rem;
  }

  .md\:gap-5 {
    gap: 19px;
  }

  .md\:gap-7 {
    gap: 19px;
  }

  .md\:ml-4{
    margin-left: 0.;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:float-right {
    float: right;
  }

  .md\:pt-3{
    padding-top:0.75rem;
  }

  .md\:w-71{
    width: 35.3rem;
  }

  .md\:m-auto{
    margin:auto;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-\[-20px\] {
    margin-bottom: -20px;
  }

  .md\:mt-\[-9px\] {
    margin-top: -9px;
  }

  .md\:mb-\[2px\] {
    margin-bottom: 2px;
  }

  .md\:ml-\[22px\] {
    margin-left: 22px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-\[-14px\] {
    margin-left: -14px;
  }

  .md\:ml-\[-15px\] {
    margin-left: -15px;
  }

  .md\:ml-\[-16px\] {
    margin-left: -16px;
  }

  .md\:ml-\[-186px\] {
    margin-left: -186px;
  }

  .md\:ml-\[110px\] {
    margin-left: 110px;
  }

  .md\:ml-\[200px\] {
    margin-left: 200px;
  }

  .md\:ml-\[4px\] {
    margin-left: 4px;
  }

  .md\:ml-\[50px\] {
    margin-left: 50px;
  }

  .md\:ml-\[67px\] {
    margin-left: 67px;
  }

  .md\:ml-\[95px\] {
    margin-left: 95px;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-\[-1px\] {
    margin-right: -1px;
  }

  .md\:mr-\[-3x\] {
    margin-right: -3x;
  }

  .md\:mr-\[10px\] {
    margin-right: 10px;
  }

  .md\:mr-\[15px\] {
    margin-right: 15px;
  }

  .md\:mr-\[18px\] {
    margin-right: 18px;
  }

  .md\:ms-0 {
    margin-inline-start: 0px;
  }

  .md\:ms-2 {
    margin-inline-start: 0.5rem;
  }

  .md\:ms-3 {
    margin-inline-start: 0.75rem;
  }

  .md\:ms-5 {
    margin-inline-start: 1.25rem;
  }

  .md\:ms-8 {
    margin-inline-start: 2rem;
  }

  .md\:ms-\[3px\] {
    margin-inline-start: 3px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-\[-10px\] {
    margin-top: -9px;
  }

  .md\:mt-\[-11px\] {
    margin-top: -11px;
  }

  .md\:mt-\[-12px\] {
    margin-top: -12px;
  }

  .md\:mt-\[-13px\] {
    margin-top: -13px;
  }

  .md\:mt-\[-18px\] {
    margin-top: -18px;
  }

  .md\:mt-\[-1px\] {
    margin-top: -1px;
  }

  .md\:mt-\[-7px\] {
    margin-top: -7px;
  }

  .md\:mt-\[-21px\] {
    margin-top: -21px;
  }

  .md\:mt-\[-23px\] {
    margin-top: -23px;
  }

  .md\:mt-\[-2px\] {
    margin-top: -2px;
  }

  .md\:mt-\[-4px\] {
    margin-top: -4px;
  }

  .md\:mt-\[-50px\] {
    margin-top: -50px;
  }

  .md\:mt-\[0vh\] {
    margin-top: 0vh;
  }

  .md\:mt-\[12px\] {
    margin-top: 12px;
  }

  .md\:mt-\[15vh\] {
    margin-top: 17.2vh;
  }

  .md\:mt-\[16vh\] {
    margin-top: 16vh;
  }

  .md\:mt-\[18\.5vh\] {
    margin-top: 18.5vh;
  }

  .md\:mt-\[19px\] {
    margin-top: 5px;
  }

  .md\:mt-\[2\.1vh\] {
    margin-top: 2.1vh;
  }

  .md\:mt-\[22vh\] {
    margin-top: 22vh;
  }

  .md\:mt-\[283px\] {
    margin-top: 283px;
  }

  .md\:mt-\[3\.5vh\] {
    margin-top: 3.5vh;
  }

  .md\:mt-\[4\.2vh\] {
    margin-top: 4.2vh;
  }

  .md\:mt-\[434px\] {
    margin-top: 434px;
  }

  .md\:mt-\[494px\] {
    margin-top: 494px;
  }

  .md\:mt-\[49vh\] {
    margin-top: 49vh;
  }

  .md\:mt-\[4px\] {
    margin-top: 4px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-3\/4 {
    height: 75%;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-\[0px\] {
    height: 0px;
  }

  .md\:h-\[243px\] {
    height: 243px;
  }

  .md\:h-\[262px\] {
    height: 262px;
  }

  .md\:h-\[29px\] {
    height: 29px;
  }

  .md\:h-\[44px\] {
    height: 44px;
  }

  .md\:h-\[45px\] {
    height: 45px;
  }

  .md\:h-\[591px\] {
    height: 591px;
  }

  .md\:h-\[617px\] {
    height: 617px;
  }

  .md\:h-\[627px\] {
    height: 627px;
  }

  .md\:h-\[75px\] {
    height: 75px;
  }

  .md\:h-\[820px\] {
    height: 820px;
  }

  .md\:h-\[98px\] {
    height: 98px;
  }

  .md\:h-\[h-45px\] {
    height: h-45px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-md-mobile-screen {
    height: calc(100vh - 340px);
  }

  .md\:h-screen-30 {
    height: calc(100vh - 343px);
  }

  .md\:max-h-\[577px\] {
    max-height: 577px;
  }

  .md\:max-h-\[820px\] {
    max-height: 820px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-20 {
    width: 4.8rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-32\% {
    width: 30%;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-507 {
    width: 507px;
  }

  .md\:w-52 {
    width: 15rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-95 {
    width: 95%;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-97 {
    width: 97%;
  }

  .md\:w-\[100vw\] {
    width: 100vw;
  }

  .md\:w-\[124\%\] {
    width: 124%;
  }

  .md\:w-\[153px\] {
    width: 153px;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:w-\[244px\] {
    width: 244px;
  }

  .md\:w-\[267px\] {
    width: 267px;
  }

  .md\:w-\[27\%\] {
    width: 27%;
  }

  .md\:w-\[29px\] {
    width: 29px;
  }

  .md\:w-\[317px\] {
    width: 317px;
  }

  .md\:w-\[32\%\] {
    width: 32%;
  }

  .md\:w-\[517px\] {
    width: 517px;
  }

  .md\:w-\[59px\] {
    width: 64px;
  }

  .md\:w-\[654px\] {
    width: 654px;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:w-\[\] {
    width: ;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-\[424px\] {
    gap: 424px;
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-2\.5 {
    padding: 0.625rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-\[14px\] {
    padding: 14px;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:ps-6 {
    padding-inline-start: 1.5rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-\[54px\] {
    padding-top: 54px;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .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\:font-bold {
    font-weight: 700;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {
  .lg\:right-4 {
    right: 1rem;
  }

  .sm\:pr-1 {
    padding-right: 1rem;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:w-36{
    width: 9rem;
  }

  .lg\:mt-\[-10px\] {
    margin-top: -7px;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:py-6{
    padding-top:1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-\[-20px\] {
    margin-bottom: -20px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:ml-\[-186px\] {
    margin-left: -186px;
  }

  .lg\:ml-\[-18px\] {
    margin-left: -18px;
  }

  .lg\:ml-\[0px\] {
    margin-left: 0px;
  }

  .lg\:ml-\[112px\] {
    margin-left: 112px;
  }

  .lg\:ml-\[123px\] {
    margin-left: 123px;
  }

  .lg\:ml-\[137px\] {
    margin-left: 137px;
  }

  .lg\:ml-\[1px\] {
    margin-left: 1px;
  }

  .lg\:ml-\[37px\] {
    margin-left: 37px;
  }

  .lg\:ml-\[75px\] {
    margin-left: 75px;
  }

  .lg\:ml-\[93px\] {
    margin-left: 93px;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mr-\[0px\] {
    margin-right: 0px;
  }

  .lg\:mr-\[10px\] {
    margin-right: 10px;
  }

  .lg\:mr-\[17px\] {
    margin-right: 17px;
  }

  .lg\:mr-\[18px\] {
    margin-right: 18px;
  }

  .lg\:ms-0 {
    margin-inline-start: 0px;
  }

  .lg\:ms-3 {
    margin-inline-start: 0.75rem;
  }

  .lg\:ms-5 {
    margin-inline-start: 1.25rem;
  }

  .lg\:ms-8 {
    margin-inline-start: 2rem;
  }

  .lg\:ms-\[3px\] {
    margin-inline-start: 3px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-1 {
    margin-top: 0.1rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mt-\[-12px\] {
    margin-top: -12px;
  }

  .lg\:mt-\[-17px\] {
    margin-top: -17px;
  }

  .lg\:mt-\[-18px\] {
    margin-top: -18px;
  }

  .lg\:mt-\[-23px\] {
    margin-top: -23px;
  }

  .lg\:mt-\[-4px\] {
    margin-top: -4px;
  }

  .lg\:mt-\[-50px\] {
    margin-top: -50px;
  }

  .lg\:mt-\[-7px\] {
    margin-top: -7px;
  }

  .lg\:mt-\[11vh\] {
    margin-top: 11vh;
  }

  .lg\:mt-\[130px\] {
    margin-top: 130px;
  }

  .lg\:mt-\[162px\] {
    margin-top: 21vh;
  }

  .lg\:mt-\[19px\] {
    margin-top: 19px;
  }

  .lg\:mt-\[19vh\] {
    margin-top: 19vh;
  }

  .lg\:mt-\[30vh\] {
    margin-top: 30vh;
  }

  .lg\:mt-\[34vh\] {
    margin-top: 34vh;
  }

  .lg\:mt-\[45vh\] {
    margin-top: 45vh;
  }

  .lg\:mt-\[64vh\] {
    margin-top: 64vh;
  }

  .lg\:mt-\[6vh\] {
    margin-top: 6vh;
  }

  .lg\:mt-\[70vh\] {
    margin-top: 70vh;
  }

  .lg\:mt-\[7vh\] {
    margin-top: 7vh;
  }

  .lg\:mt-\[8vh\] {
    margin-top: 8vh;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-\[262px\] {
    height: 280px;
  }

  .lg\:h-\[3px\] {
    height: 3px;
  }

  .lg\:h-\[44px\] {
    height: 44px;
  }

  .lg\:h-\[45px\] {
    height: 45px;
  }

  .lg\:h-\[480px\] {
    height: 480px;
  }

  .lg\:h-\[489px\] {
    height: 489px;
  }

  .lg\:h-\[542px\] {
    height: 542px;
  }

  .lg\:h-\[75px\] {
    height: 75px;
  }

  .lg\:h-\[812px\] {
    height: 83vh;
  }

  .lg\:h-\[93px\] {
    height: 93px;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:mr-7 {
    margin-right: 4.5rem;
  }

  .lg\:mb-\[20px\] {
    margin-bottom: 120px;
  }

  .lg\:h-lg-mobile-screen {
    height: calc(100vh - 305px);
  }

  .lg\:h-lgsss-mobile-screen {
    height: calc(100vh - 344px);
  }

  .lg\:h-lgss-mobile-screen {
    height: calc(100vh - 327px);
  }

  .lg\:h-lgs-mobile-screen {
    height: calc(100vh - 364px);
  }

  .lg\:h-lg-screen-20 {
    height: calc(100vh - 192px);
  }

  .lg\:h-screen-30 {
    height: calc(100vh - 180px);
  }

  .lg\:max-h-\[490px\] {
    max-height: 490px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 50%;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-32\% {
    width: 30%;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-45 {
    width: 13rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-507 {
    width: 279px;
  }

  .lg\:w-52 {
    width: 16rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-62 {
    width: 80px;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-97 {
    width: 97%;
  }

  .lg\:w-\[112\%\] {
    width: 112%;
  }

  .lg\:w-\[175px\] {
    width: 175px;
  }

  .lg\:w-\[200px\] {
    width: 200px;
  }

  .lg\:w-\[217px\] {
    width: 217px;
  }

  .lg\:w-\[267px\] {
    width: 267px;
  }

  .lg\:w-\[317px\] {
    width: 317px;
  }

  .lg\:w-\[32\%\] {
    width: 32%;
  }

  .lg\:w-\[517px\] {
    width: 517px;
  }

  .lg\:w-\[53\%\] {
    width: 53%;
  }

  .lg\:w-\[607px\] {
    width: 607px;
  }

  .lg\:w-\[622px\] {
    width: 622px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-52 {
    gap: 13rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[380px\] {
    gap: 380px;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-1\.5 {
    padding: 20px;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-\[7px\] {
    padding: 7px;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:ps-6 {
    padding-inline-start: 1.5rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xs {
    font-size:  0.75rem;
    line-height: 1rem;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:leading-5 {
    line-height: 1.25rem;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }
}

@media (min-width: 1280px) {
  .xl\:right-4 {
    right: 1rem;
  }

  .xl\:top-20 {
    top: 5rem;
  }

  .xl\:ml-20{
    margin-left:5rem;
  }

  .xl\:ml-\[15px\]{
    margin-left:15px;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:mb-\[-20px\] {
    margin-bottom: -20px;
  }

  .xl\:mb-\[7px\] {
    margin-bottom: 7px;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:ml-\[-14px\] {
    margin-left: -14px;
  }

  .xl\:ml-\[-186px\] {
    margin-left: -186px;
  }

  .xl\:ml-\[-20px\] {
    margin-left: -20px;
  }

  .xl\:ml-\[-2px\] {
    margin-left: -2px;
  }

  .xl\:ml-\[-33px\] {
    margin-left: -33px;
  }

  .xl\:ml-\[-647px\] {
    margin-left: -640px;
  }

  .xl\:ml-\[29px\] {
    margin-left: 29px;
  }

  .xl\:ml-\[378px\] {
    margin-left: 378px;
  }

  .xl\:ml-\[391px\] {
    margin-left: 391px;
  }

  .xl\:ml-\[50px\] {
    margin-left: 50px;
  }

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mr-\[-647px\] {
    margin-right: -638px;
  }

  .xl\:mr-\[10px\] {
    margin-right: 10px;
  }

  .xl\:mr-\[17px\] {
    margin-right: 17px;
  }

  .xl\:mr-\[18px\] {
    margin-right: 18px;
  }

  .xl\:ms-0 {
    margin-inline-start: 0px;
  }

  .xl\:ms-3 {
    margin-inline-start: 0.75rem;
  }

  .xl\:ms-8 {
    margin-inline-start: 2rem;
  }

  .xl\:ms-\[9px\] {
    margin-inline-start: 9px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:mt-\[-13px\] {
    margin-top: -13px;
  }

  .xl\:mt-\[-18px\] {
    margin-top: -18px;
  }

  .xl\:mt-\[-23px\] {
    margin-top: -23px;
  }

  .xl\:mt-\[-4px\] {
    margin-top: -4px;
  }

  .xl\:mt-\[-50px\] {
    margin-top: -50px;
  }

  .xl\:mt-\[0px\] {
    margin-top: 0px;
  }

  .xl\:mt-\[0vh\] {
    margin-top: 0vh;
  }

  .xl\:mt-\[3vh\] {
    margin-top: 3vh;
  }

  .xl\:mt-\[10\.3vh\] {
    margin-top: 19.3vh;
  }

  .xl\:mt-\[15\.1vh\] {
    margin-top: 24.1vh;
  }

  .xl\:mt-\[15px\] {
    margin-top: 15px;
  }

  .xl\:mt-\[17px\] {
    margin-top: 17px;
  }

  @media (min-width: 1300px) and (max-width: 1367px) {
    #height {
      height: 100%;
      /* max-height: 74%; */
    }

    .seven{
      padding:21px;
    }

    .footer {
      position: fixed;
      left: 0;
      bottom: 0;
      width: calc(100vw - 378px);
      padding:18px;
      background-color: white;
    }

    .md\:rounded-bl-3xl{
      border-bottom-left-radius:0px !important;
    }

    .md\:pt-6 {
      padding-top: 1.5rem;
    }

    .md\:mb-20{
      margin-bottom: 5rem;
    }

    .md\:top-14{
      top: 3.5rem;
    }

    #shift-type-w {
      margin-top: -20px !important;
    }

    #expiration-date{
      margin-left: 48px !important;
    }

    #cvv{
      margin-left: 40px;
    }

    #market {
      margin-left: 230px !important;
    }

    #tab-data{
      padding-top:19px !important;
    }

    #tab-datas{
      padding-top:17px !important;
    }

    #pay-rate-w {
      margin-top: -20px !important;
    }

    #shift-back {
      margin-bottom: 50px !important;
    }

    #payment-w {
      margin-top: -20px !important;
    }

    #general {
      margin-top: 20px;
    }

    #pay-back-button {
      margin-top: 50px !important;
    }

    #payment-back-button {
      margin-top: 18px !important;
    }

    #payment-submit-button {
      margin-top: 18px !important;
    }

    #payment {
      margin-top: 55px !important;
    }

    input {
      height: 46px ;
    }

    select {
      height: 35px !important;
    }

    #hcp-w {
      margin-top: -20px !important;
    }

    #pay-save-button {
      margin-top: 50px !important;
    }

    .save-general {
      margin-top: 20px !important;
    }

    #col-9-auto {
      max-height: 630px !important;
      height: 630px;
    }

    .modal-box section{
      width:371px !important;
    }

    #point {
      padding-left: 0rem !important;
      padding: 0rem !important;
      padding-right: 0rem !important;
      margin-top: -20px;
    }

    #grid-state {
      padding-bottom: 0.25rem !important;
      padding-top: 0.25rem !important;
    }

    .px-8 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }

    #width-tab {
      width: 330px;
    }

    #point-img {
      height: 345px !important;
      width: 411px !important;
    }

    #hcp-back-button {
      margin-top: 20rem !important;
    }

    #backButton {
      margin-top: 4rem !important;
    }

    #payByCreditCardBtn {
      margin-top: 4rem !important;
    }

    #shift-back-button {
      margin-top: 3rem !important;
    }

    #shift-save-button {
      margin-top: 3rem !important;
    }

    #mac {
      padding: 1rem !important;
    }

    #hcp-save-button {
      margin-top: 20rem !important;
    }

    #legal-btn {
      margin-top: 240px !important;
    }

    #shift-img {
      height: 276px !important;
      width: 411px !important;
    }

    #payment-img {
      height: 276px !important;
      width: 411px !important;
      margin-top: -30px !important;
    }

    #contact-back-button {
      margin-top: 2rem !important;
    }

    #week-btn {
      margin-top: 78px !important;
      margin-left: 10px;
    }

    #button-1{
      padding-left:0px;
    }

    .step-1{
      margin-top:-21px !important;
    }

    #contact-save-button {
      margin-top: 2rem !important;
    }

    .modal{
      width:45%;
    }

    #week {
      margin-top: 0px;
    }

    #step {
      margin-left: -0.2rem !important;
    }

    #seperator-icon {
      margin-top: -22px;
      margin-bottom: -21px;
      margin-left: 15px;
    }

    #top {
      margin-top: -2px;
      padding: 1.3rem;
    }

    #save {
      margin-top: 140px;
    }

    #button {
      padding: 0px !important;
    }

    #gap {
      gap: 14rem !important;
    }

    #pay-rate {
      margin-top: 0.25rem;
      margin-left: 12rem;
    }

    #height {
      height: 100%;
      /* max-height: 74%; */
    }

    .seven{
      padding:21px;
    }

    .xl\:p-8 {
      padding: 1rem !important;
    }

    .footer {
      position: fixed;
      left: 0;
      bottom: 0;
      width: calc(100vw - 357px);
      padding:18px;
      background-color: white;
    }

    .xl\:mt-5 {
      margin-top: 0rem !important;
    }

    .md\:rounded-bl-3xl{
      border-bottom-left-radius:0px !important;
    }

    .md\:pt-6 {
      padding-top: 1.5rem;
    }

    .md\:mb-20{
      margin-bottom: 5rem;
    }

    .md\:top-14{
      top: 3.5rem;
    }

    #shift-type-w {
      margin-top: -20px !important;
    }

    #expiration-date{
      margin-left: 48px !important;
    }

    #cvv{
      margin-left: 40px;
    }

    #market {
      margin-left: 230px !important;
    }

    #tab-data{
      padding-top:19px !important;
    }

    #tab-datas{
      padding-top:17px !important;
    }

    #pay-rate-w {
      margin-top: -20px !important;
    }

    #shift-back {
      margin-bottom: 50px !important;
    }

    #payment-w {
      margin-top: -20px !important;
    }

    #general {
      margin-top: 20px;
    }

    #pay-back-button {
      margin-top: 106px !important;
    }

    #payment-back-button {
      margin-top: 18px !important;
    }

    #payment-submit-button {
      margin-top: 18px !important;
    }

    #payment {
      margin-top: 55px !important;
    }

    .xl\:w-\[32\%\] {
      width: 45% !important;
    }

    input {
      height: 46px ;
    }

    .form-check{
      height:14px !important
    }

    select {
      height: 45px !important;
    }

    #hcp-w {
      margin-top: -20px !important;
    }

    #pay-save-button {
      margin-top: 106px !important;
    }

    .save-general {
      margin-top: 20px !important;
    }

    #col-9-auto {
      max-height: 637px !important;
      height: 637px;
    }

    .modal-box section{
      width:371px !important;
    }

    #point {
      padding-left: 0rem !important;
      padding: 0rem !important;
      padding-right: 0rem !important;
      margin-top: -20px;
    }

    #grid-state {
      padding-bottom: 0.25rem !important;
      padding-top: 0.25rem !important;
    }

    .px-8 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }

    #width-tab {
      width: 330px;
    }

    #point-img {
      height: 319px !important;
      width: 411px !important;
    }

    #hcp-back-button {
      margin-top: 9rem !important;
    }

    #backButton {
      margin-top: 4rem !important;
    }

    #payByCreditCardBtn {
      margin-top: 4rem !important;
    }

    #shift-back-button {
      margin-top: 6rem !important;
    }

    #shift-save-button {
      margin-top: 6rem !important;
    }

    #mac {
      padding: 1rem !important;
    }

    #hcp-save-button {
      margin-top: 9rem !important;
    }

    #bottom-space {
      margin-top: 24.5vh;
    }

    #bottom-spaces {
      margin-top: -2vh;
    }

    #legal-btn {
      margin-top: 10px !important;
    }

    #shift-img {
      height: 276px !important;
      width: 411px !important;
    }

    #payment-img {
      height: 276px !important;
      width: 411px !important;
      margin-top: -30px !important;
    }

    #contact-back-button {
      margin-top: 6rem !important;
    }

    #week-btn {
      margin-top: 217px !important;
      margin-left: 0px;
    }

    #button-1{
      padding-left:0px;
    }

    .step-1{
      margin-top:-21px !important;
    }

    #contact-save-button {
      margin-top: 6rem !important;
    }

    .modal{
      width:45%;
    }

    #week {
      margin-top: 0px;
    }

    #step {
      margin-left: -0.4rem !important;
      height: 52px !important;
    }

    #seperator-icon {
      margin-top: -22px;
      margin-bottom: -21px;
      margin-left: 15px;
    }

    #top {
      margin-top: -2px;
      padding: 1.3rem;
    }

    #save {
      margin-top: 140px;
    }

    #button {
      padding: 0px !important;
    }

    #gap {
      gap: 10.5rem !important;
    }

    #pay-rate {
      margin-top: 0.25rem;
      margin-left: 12rem;
    }

    .lg\:mt-\[162px\] {
      margin-top: 53px;
    }
  }

  @media (min-width: 1368px) and (max-width: 1600px) {
    #height {
      height: 100%;
      /* max-height: 74%; */
    }

    #col-9-auto {
      max-height: 606px !important;
      height: 606px;
    }

    .seven{
      padding:21px;
    }

    .footer {
      position: fixed;
      left: 0;
      bottom: 0;
      width: calc(100vw - 378px);
      padding:18px;
      background-color: white;
    }

    .md\:rounded-bl-3xl{
      border-bottom-left-radius:0px !important;
    }

    .md\:pt-6 {
      padding-top: 1.5rem;
    }

    .md\:mb-20{
      margin-bottom: 5rem;
    }

    .md\:top-14{
      top: 3.5rem;
    }

    #shift-type-w {
      margin-top: -20px !important;
    }

    #expiration-date{
      margin-left: 48px !important;
    }

    #cvv{
      margin-left: 40px;
    }

    #market {
      margin-left: 230px !important;
    }

    #tab-data{
      padding-top:19px !important;
    }

    #tab-datas{
      padding-top:17px !important;
    }

    #pay-rate-w {
      margin-top: -20px !important;
    }

    #shift-back {
      margin-bottom: 50px !important;
    }

    #payment-w {
      margin-top: -20px !important;
    }

    #general {
      margin-top: 20px;
    }

    #pay-back-button {
      margin-top: 50px !important;
    }

    #payment-back-button {
      margin-top: 13px !important;
    }

    #payment-submit-button {
      margin-top: 18px !important;
    }

    #payment {
      margin-top: 55px !important;
    }

    input {
      height: 46px !important;
    }

    select {
      height: 45px !important;
    }

    #hcp-w {
      margin-top: -20px !important;
    }

    #pay-save-button {
      margin-top: 50px !important;
    }

    .save-general {
      margin-top: -9px !important;
    }

    .lg\:mt-\[162px\] {
      margin-top: 0vh !important;
    }

    /* #col-9-auto {
      max-height: 595px !important;
      height: 595px;
    } */

    .modal-box section{
      width:371px !important;
    }

    #point {
      padding-left: 0rem !important;
      padding: 0rem !important;
      padding-right: 0rem !important;
      margin-top: -20px;
    }

    #grid-state {
      padding-bottom: 0.25rem !important;
      padding-top: 0.25rem !important;
    }

    .px-8 {
      padding-left: 0rem !important;
      padding-right: 0rem !important;
    }

    #width-tab {
      width: 330px;
    }

    #point-img {
      height: 345px !important;
      width: 411px !important;
    }

    #hcp-back-button {
      margin-top: 7rem !important;
    }

    #backButton {
      margin-top: 4rem !important;
    }

    #payByCreditCardBtn {
      margin-top: 4rem !important;
    }

    #shift-back-button {
      margin-top: 5rem !important;
    }

    #shift-save-button {
      margin-top: 5rem !important;
    }

    #mac {
      padding: 1rem !important;
    }

    #hcp-save-button {
      margin-top: 7rem !important;
    }

    #legal-btn {
      margin-top: 1.5vh !important;
    }

    .draw-text{
      margin-left:17px;
    }

    .kbw-signature{
      width:599px !important;
      height:220px !important;
    }

    #shift-img {
      height: 276px !important;
      width: 411px !important;
    }

    #payment-img {
      height: 276px !important;
      width: 411px !important;
      margin-top: -30px !important;
    }

    #contact-back-button {
      margin-top: 2rem !important;
    }

    #week-btn {
      margin-top: 26vh !important;
      margin-left: 10px;
    }

    #button-1{
      padding-left:0px;
    }

    .step-1{
      margin-top:-21px !important;
    }

    #contact-save-button {
      margin-top: 2rem !important;
    }

    .modal{
      width:45%;
    }

    #week {
      margin-top: 0px;
    }

    #step {
      margin-left: -0.2rem !important;
    }

    #seperator-icon {
      margin-top: -22px;
      margin-bottom: -21px;
      margin-left: 15px;
    }

    #top {
      margin-top: -2px;
      padding: 1.3rem;
    }

    #save {
      margin-top: 140px;
    }

    #button {
      padding: 0px !important;
    }

    #gap {
      gap: 14rem !important;
    }

    #pay-rate {
      margin-top: 0.25rem;
      margin-left: 12rem;
    }
  }

  .xl\:mt-\[19px\] {
    margin-top: 19px;
  }

  .xl\:mt-\[2\.9vh\] {
    margin-top: 2vh;
  }

  .xl\:mt-\[20\.2vh\] {
    margin-top: 25.5vh;
  }

  .xl\:mt-\[24px\] {
    margin-top: 24px;
  }

  .xl\:mt-\[2vh\] {
    margin-top: 14vh;
  }

  .xl\:mt-\[9vh\] {
    margin-top: 9vh;
  }

  .xl\:mt-\[32\.5vh\] {
    margin-top: 32.5vh;
  }

  .xl\:mt-\[35vh\] {
    margin-top: 40vh;
  }

  .xl\:mt-\[3px\] {
    margin-top: 3px;
  }

  .xl\:mt-\[48\.3vh\] {
    margin-top: 36.3vh;
  }

  .xl\:mt-\[21\.3vh\] {
    margin-top: 21.3vh;
  }

  .xl\:mt-\[26\.3vh\] {
    margin-top: 26.3vh;
  }

  .xl\:mt-\[52\.7vh\] {
    margin-top: 4.7vh;
  }

  .xl\:mt-\[5px\] {
    margin-top: 5px;
  }

  .xl\:mt-\[5vh\] {
    margin-top: 13vh;
  }

  .xl\:mt-\[8vh\] {
    margin-top: 1vh;
  }

  .xl\:mt-\[6px\] {
    margin-top: 6px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-9 {
    height: 2.25rem;
  }

  .xl\:h-\[0px\] {
    height: 0px;
  }

  .xl\:h-\[240px\] {
    height: 240px;
  }

  .xl\:h-\[286px\] {
    height: 286px;
  }

  .xl\:h-\[43px\] {
    height: 43px;
  }

  .xl\:h-\[44px\] {
    height: 44px;
  }

  .xl\:h-\[45px\] {
    height: 45px;
  }

  .xl\:h-\[520px\] {
    height: 574px;
  }

  .xl\:h-\[533px\] {
    height: 533px;
  }

  .xl\:h-\[585px\] {
    height:599px;
  }

  .xl\:h-\[74px\] {
    height: 74px;
  }

  .xl\:h-\[82vh\] {
    height: 83vh;
  }

  .xl\:h-\[93px\] {
    height: 93px;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-screen-30 {
    height: calc(100vh - 243px);
  }

  .xl\:max-h-\[560px\] {
    max-height: 574px;
  }

  .xl\:max-h-\[82vh\] {
    max-height: 83vh;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-44 {
    width: 11rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-50 {
    width: 50%;
  }

  .xl\:w-42 {
    width: 42%;
  }

  #countries{
    margin-top: -4px;
  }

  #copy-right{
    padding:30px;
  }

  /* #two{
    margin-bottom: 10rem !important;
  } */

  #mac-grid
{
    padding-left:2rem;
    padding-top:1rem;
    padding-bottom: 1rem;
    padding-right: 2rem;
  }

  .xl\:w-507 {
    width: 507px;
  }

  .xl\:w-365 {
    width: 407px;
  }

  .xl\:w-52 {
    width: 13rem;
  }

  .lg\:h-lg-screen-20 {
    height: calc(100vh - 117px);
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-96 {
    width: 24rem;
  }

  .xl\:w-97 {
    width: 97%;
  }

  .xl\:w-\[105px\] {
    width: 105px;
  }

  .xl\:w-\[112\%\] {
    width: 112%;
  }

  .xl\:w-\[200px\] {
    width: 200px;
  }

  .xl\mb-\[80px\] {
    margin-bottom: 80px;
  }

  .xl\:w-\[266px\] {
    width: 266px;
  }

  .xl\:w-\[317px\] {
    width: 317px;
  }

  .xl\:w-\[32\%\] {
    width: 32%;
  }

  .xl\:w-\[517px\] {
    width: 517px;
  }

  .xl\:w-\[607px\] {
    width: 607px;
  }

  .xl\:w-\[612px\] {
    width: 612px;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-52 {
    gap:11.5rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-\[21px\] {
    gap: 21px;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-\[14px\] {
    padding: 14px;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:py-3 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pl-\[15px\] {
    padding-left: 15px;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pr-\[15px\] {
    padding-right: 15px;
  }

  .xl\:ps-6 {
    padding-inline-start: 1.5rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pt-\[54px\] {
    padding-top: 54px;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }
}

@media (min-width: 1536px) {
  .\32xl\:top-20 {
    top: 5rem;
  }

  #covers{
    margin-top:2px;
  }

  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .\32xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .\32xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .\32xl\:mt-\[-4px\] {
    margin-top: -4px;
  }

  .\32xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .\32xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .\32xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .\32xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .\32xl\:ml-0 {
    margin-left: 0px;
  }

  .\32xl\:ml-12 {
    margin-left: 3rem;
  }

  .\32xl\:ml-24 {
    margin-left: 6rem;
  }

  .\32xl\:pl-8 {
    padding-left: 1rem;
  }

  .\32xl\:ml-\[50px\] {
    margin-left: 50px;
  }

  .\32xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .\32xl\:ms-0 {
    margin-inline-start: 0px;
  }

  .\32xl\:ms-3 {
    margin-inline-start: 0.75rem;
  }

  .\32xl\:ms-5 {
    margin-inline-start: 1.25rem;
  }

  .\32xl\:ms-8 {
    margin-inline-start: 2rem;
  }

  .\32xl\:mt-0 {
    margin-top: 0px;
  }

  .\32xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .\32xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .\32xl\:w-\[476px\] {
    width:476px;
  }

  .\32xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .\32xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .\32xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:h-6 {
    height: 1.5rem;
  }

  .\32xl\:h-\[74px\] {
    height: 74px;
  }

  .\32xl\:h-auto {
    height: auto;
  }

  .legal-div{
    padding-bottom:2px;
  }

  .\32xl\:h-screen-20 {
    height: calc(100vh - 112px);
  }

  .\32xl\:h-screen-58 {
    height: calc(100vh - 263px);
  }

  .\32xl\:w-1\/4 {
    width: 25% !important;
  }

  .\32xl\:w-20 {
    width: 5rem;
  }

  .\32xl\:w-24 {
    width: 6rem;
  }

  .\32xl\:w-32 {
    width: 8rem;
  }

  .\32xl\:w-32\% {
    width: 30%;
  }

  .\32xl\:w-40 {
    width: 10rem;
  }

  .\32xl\:w-44 {
    width: 11rem;
  }

  .\32xl\:w-48 {
    width: 12rem;
  }

  .\32xl\:w-507 {
    width: 585px;
  }

  .\32xl\:w-52 {
    width: 13rem;
  }

  .\32xl\:w-6 {
    width: 1.5rem;
  }

  .\32xl\:w-62 {
    width: 62px;
  }

  .\32xl\:w-96 {
    width: 24rem;
  }

  .\32xl\:w-97 {
    width: 100%;
  }

  .\32xl\:w-\[32\%\] {
    width: 32%;
  }

  .\32xl\:w-\[607px\] {
    width: 607px;
  }

  .\32xl\:w-\[612px\] {
    width: 612px;
  }

  .\32xl\:w-auto {
    width: auto;
  }

  .\32xl\:flex-auto {
    flex: 1 1 auto;
  }

  .\32xl\:gap-32 {
    gap: 8rem;
  }

  .\32xl\:gap-8 {
    gap: 2rem;
  }

  .\32xl\:gap-\[29rem\] {
    gap: 29rem;
  }

  .\32xl\:p-0 {
    padding: 0px;
  }

  .\32xl\:p-1 {
    padding: 0.25rem;
  }

  .\32xl\:p-2 {
    padding: 0.5rem;
  }

  .\32xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .\32xl\:p-3 {
    padding: 0.75rem;
  }

  .\32xl\:p-6 {
    padding: 1.5rem;
  }

  .\32xl\:p-8 {
    padding: 2rem;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:pl-0 {
    padding-left: 0px;
  }

  .\32xl\:pl-4 {
    padding-left: 1rem;
  }

  .\32xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .\32xl\:pr-4 {
    padding-right: 1rem;
  }

  .\32xl\:pr-6 {
    padding-right: 1rem;
  }

  .\32xl\:ps-6 {
    padding-inline-start: 1.5rem;
  }

  .\32xl\:pt-0 {
    padding-top: 0px;
  }

  .\32xl\:pt-4 {
    padding-top: 1rem;
  }

  .\32xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:font-medium {
    font-weight: 500;
  }
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}

.peer:checked ~ .rtl\:peer-checked\:after\:-translate-x-full:where([dir="rtl"], [dir="rtl"] *)::after {
  content: var(--tw-content);
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }

  .dark\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity));
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:start-\[2px\]::after {
  content: var(--tw-content);
  inset-inline-start: 2px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:top-0\.5::after {
  content: var(--tw-content);
  top: 0.125rem;
}

.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}

.after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:rounded-3xl:hover {
  border-radius: 1.5rem;
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.hover\:bg-\[\#476f66\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 111 102 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#eff2f1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 242 241 / var(--tw-bg-opacity));
}

.hover\:bg-darkgreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 111 103 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.hover\:bg-lightgreens:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(159 180 175 / var(--tw-bg-opacity));
}

.hover\:p-1:hover {
  padding: 0.25rem;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:rounded-3xl:focus {
  border-radius: 1.5rem;
}

.focus\:border-b:focus {
  border-bottom-width: 1px;
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:border-darkgreen:focus {
  --tw-border-opacity: 1;
  border-color: rgb(71 111 103 / var(--tw-border-opacity));
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.focus\:border-b-\[\#476f66\]:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(71 111 102 / var(--tw-border-opacity));
}

.focus\:bg-\[\#0fc27e\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(15 194 126 / var(--tw-bg-opacity));
}

.focus\:bg-\[\#476f66\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(71 111 102 / var(--tw-bg-opacity));
}

.focus\:bg-\[\#ff435b\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 67 91 / var(--tw-bg-opacity));
}

.focus\:bg-focuscolor:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(113 139 133 / var(--tw-bg-opacity));
}

.focus\:bg-inputcolor:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 239 / var(--tw-bg-opacity));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity));
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.peer:checked ~ .peer-checked\:bg-\[\#18b059\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 176 89 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:bg-labelcolor {
  --tw-bg-opacity: 1;
  background-color: rgb(24 176 89 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

@media (min-width: 640px) {
  .sm\:bottom-1 {
    bottom: 0.25rem;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:top-16 {
    top: 4rem;
  }

  .sm\:top-\[60px\] {
    top: 60px;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:m-0 {
    margin: 0px;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mb-52 {
    margin-bottom: 13rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mb-\[-15px\] {
    margin-bottom: -15px;
  }

  .sm\:mb-\[-36px\] {
    margin-bottom: -36px;
  }

  .sm\:mb-\[11px\] {
    margin-bottom: 11px;
  }

  .sm\:mb-\[18px\] {
    margin-bottom: 18px;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:ml-\[-13px\] {
    margin-left: -13px;
  }

  .sm\:ml-\[0px\] {
    margin-left: 0px;
  }

  .sm\:ml-\[11px\] {
    margin-left: 11px;
  }

  .sm\:ml-\[1px\] {
    margin-left: 1px;
  }

  .sm\:ml-\[20px\] {
    margin-left: 20px;
  }

  .sm\:ml-\[4px\] {
    margin-left: 4px;
  }

  .sm\:ml-\[50px\] {
    margin-left: 50px;
  }

  .sm\:ml-\[75px\] {
    margin-left: 75px;
  }

  .sm\:ml-\[76px\] {
    margin-left: 76px;
  }

  .sm\:ml-\[90px\] {
    margin-left: 90px;
  }

  .sm\:ml-\[9px\] {
    margin-left: 9px;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mr-\[0px\] {
    margin-right: 0px;
  }

  .sm\:mr-\[11px\] {
    margin-right: 11px;
  }

  .sm\:mr-\[17px\] {
    margin-right: 17px;
  }

  .sm\:mr-\[1px\] {
    margin-right: 1px;
  }

  .sm\:mr-\[4px\] {
    margin-right: 4px;
  }

  .sm\:mr-\[7px\] {
    margin-right: 7px;
  }

  .sm\:ms-0 {
    margin-inline-start: 0px;
  }

  .sm\:ms-2 {
    margin-inline-start: 0.5rem;
  }

  .sm\:ms-5 {
    margin-inline-start: 1.25rem;
  }

  .sm\:ms-8 {
    margin-inline-start: 2rem;
  }

  .sm\:ms-\[8px\] {
    margin-inline-start: 8px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mt-\[-10px\] {
    margin-top: -10px;
  }

  .sm\:mt-\[-11px\] {
    margin-top: -11px;
  }

  .sm\:mt-\[-12px\] {
    margin-top: -12px;
  }

  .sm\:mt-\[-13px\] {
    margin-top: -13px;
  }

  .sm\:mt-\[-14px\] {
    margin-top: -14px;
  }

  .sm\:mt-\[-15px\] {
    margin-top: -15px;
  }

  .sm\:mt-\[-203px\] {
    margin-top: -203px;
  }

  .sm\:mt-\[-20px\] {
    margin-top: -20px;
  }

  .sm\:mt-\[-21px\] {
    margin-top: -21px;
  }

  .sm\:mt-\[-24px\] {
    margin-top: -24px;
  }

  .sm\:mt-\[-25px\] {
    margin-top: -25px;
  }

  .sm\:mt-\[-4px\] {
    margin-top: -4px;
  }

  .sm\:mt-\[-7px\] {
    margin-top: -7px;
  }

  .sm\:mt-\[-8px\] {
    margin-top: -8px;
  }

  .sm\:mt-\[0px\] {
    margin-top: 0px;
  }

  .sm\:mt-\[10px\] {
    margin-top: 10px;
  }

  .sm\:mt-\[136px\] {
    margin-top: 136px;
  }

  .sm\:mt-\[247px\] {
    margin-top: 247px;
  }

  .sm\:mt-\[261px\] {
    margin-top: 261px;
  }

  .sm\:mt-\[26px\] {
    margin-top: 26px;
  }

  .sm\:mt-\[303px\] {
    margin-top: 303px;
  }

  .sm\:mt-\[30px\] {
    margin-top: 30px;
  }

  .sm\:mt-\[324px\] {
    margin-top: 324px;
  }

  .sm\:mt-\[3vh\] {
    margin-top: 3vh;
  }

  .sm\:mt-\[45px\] {
    margin-top: 45px;
  }

  .sm\:mt-\[49px\] {
    margin-top: 49px;
  }

  .sm\:mt-\[5vh\] {
    margin-top: 5vh;
  }

  .sm\:mt-\[62px\] {
    margin-top: 62px;
  }

  .sm\:mt-\[64px\] {
    margin-top: 64px;
  }

  .sm\:mt-\[6px\] {
    margin-top: 6px;
  }

  .sm\:mt-\[7px\] {
    margin-top: 7px;
  }

  .sm\:mt-\[8px\] {
    margin-top: 8px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-\[107px\] {
    height: 107px;
  }

  .sm\:h-\[25px\] {
    height: 25px;
  }

  .sm\:h-\[294px\] {
    height: 294px;
  }

  .sm\:h-\[300px\] {
    height: 300px;
  }

  .sm\:h-\[309px\] {
    height: 309px;
  }

  .sm\:h-\[384px\] {
    height: 384px;
  }

  .sm\:h-\[42px\] {
    height: 42px;
  }

  .sm\:h-\[43px\] {
    height: 43px;
  }

  .sm\:h-\[45px\] {
    height: 45px;
  }

  .sm\:h-\[56px\] {
    height: 56px;
  }

  .sm\:h-\[598px\] {
    height: 598px;
  }

  .sm\:h-\[85px\] {
    height: 85px;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-h-mobile-screen {
    height: calc(100vh - 452px);
  }

  .sm\:h-mobile-screen {
    height: calc(100vh - 408px);
  }

  .sm\:h-not-mobile-screen {
    height: calc(100vh - 250px);
  }

  .sm\:h-screen-20 {
    height: calc(100vh - 148px);
  }

  .sm\:h-screen-30 {
    height: calc(100vh - 343px);
  }

  .sm\:max-h-\[280px\] {
    max-height: 280px;
  }

  .sm\:max-h-\[560px\] {
    max-height: 560px;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-274 {
    width: 274px;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-94 {
    width: 94%;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-97 {
    width: 97%;
  }

  .sm\:w-\[100\%\] {
    width: 100%;
  }

  .sm\:w-\[112\%\] {
    width: 112%;
  }

  .sm\:w-\[159px\] {
    width: 159px;
  }

  .sm\:w-\[18px\] {
    width: 18px;
  }

  .sm\:w-\[268px\] {
    width: 268px;
  }

  .sm\:w-\[285px\] {
    width: 285px;
  }

  .sm\:w-\[300px\] {
    width: 300px;
  }

  .sm\:w-\[334px\] {
    width: 334px;
  }

  .sm\:w-\[345px\] {
    width: 345px;
  }

  .sm\:w-\[50\%\] {
    width: 50%;
  }

  .sm\:w-\[79px\] {
    width: 79px;
  }

  .sm\:w-\[95\%\] {
    width: 95%;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-\[17px\] {
    padding: 17px;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:ps-3 {
    padding-inline-start: 0.75rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pt-\[54px\] {
    padding-top: 54px;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .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\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:leading-\[24\.5px\] {
    line-height: 24.5px;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .sm\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 768px) {
  .md\:right-\[-4rem\] {
    right: -4rem;
  }

  .md\:top-16 {
    top: 4rem;
  }

  .md\:top-20 {
    top: 5rem;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:float-right {
    float: right;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-\[-20px\] {
    margin-bottom: -20px;
  }

  .md\:mb-\[18px\] {
    margin-bottom: 18px;
  }

  .md\:mb-\[2px\] {
    margin-bottom: 2px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-\[-14px\] {
    margin-left: -14px;
  }

  .md\:ml-\[-15px\] {
    margin-left: -15px;
  }

  .md\:ml-\[-16px\] {
    margin-left: -16px;
  }

  .md\:ml-\[-186px\] {
    margin-left: -186px;
  }

  .md\:ml-\[110px\] {
    margin-left: 110px;
  }

  .md\:ml-\[200px\] {
    margin-left: 200px;
  }

  .md\:ml-\[22px\] {
    margin-left: 22px;
  }

  .md\:ml-\[4px\] {
    margin-left: 4px;
  }

  .md\:ml-\[50px\] {
    margin-left: 50px;
  }

  .md\:ml-\[67px\] {
    margin-left: 67px;
  }

  .md\:ml-\[95px\] {
    margin-left: 95px;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mr-\[-1px\] {
    margin-right: -1px;
  }

  .md\:mr-\[-3x\] {
    margin-right: -3x;
  }

  .md\:mr-\[10px\] {
    margin-right: 10px;
  }

  .md\:mr-\[15px\] {
    margin-right: 15px;
  }

  .md\:mr-\[18px\] {
    margin-right: 18px;
  }

  .md\:ms-0 {
    margin-inline-start: 0px;
  }

  .md\:ms-2 {
    margin-inline-start: 0.5rem;
  }

  .md\:ms-3 {
    margin-inline-start: 0.75rem;
  }

  .md\:ms-5 {
    margin-inline-start: 1.25rem;
  }

  .md\:ms-8 {
    margin-inline-start: 2rem;
  }

  .md\:ms-\[3px\] {
    margin-inline-start: 3px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-\[-10px\] {
    margin-top: -10px;
  }

  .md\:mt-\[-11px\] {
    margin-top: -11px;
  }

  .md\:mt-\[-12px\] {
    margin-top: -12px;
  }

  .md\:mt-\[-13px\] {
    margin-top: -13px;
  }

  .md\:mt-\[-18px\] {
    margin-top: -18px;
  }

  .md\:mt-\[-1px\] {
    margin-top: -1px;
  }

  .md\:mt-\[-21px\] {
    margin-top: -21px;
  }

  .md\:mt-\[-23px\] {
    margin-top: -23px;
  }

  .md\:mt-\[-2px\] {
    margin-top: -2px;
  }

  .md\:mt-\[-4px\] {
    margin-top: -4px;
  }

  .md\:mt-\[-50px\] {
    margin-top: -50px;
  }

  .md\:mt-\[-7px\] {
    margin-top: -7px;
  }

  .md\:mt-\[-9px\] {
    margin-top: -9px;
  }

  .md\:mt-\[0vh\] {
    margin-top: 0vh;
  }

  .md\:mt-\[12px\] {
    margin-top: 12px;
  }

  .md\:mt-\[15vh\] {
    margin-top: 15vh;
  }

  .md\:mt-\[16vh\] {
    margin-top: 16vh;
  }

  .md\:mt-\[18\.5vh\] {
    margin-top: 18.5vh;
  }

  .md\:mt-\[19px\] {
    margin-top: 19px;
  }

  .md\:mt-\[2\.1vh\] {
    margin-top: 2.1vh;
  }

  .md\:mt-\[22vh\] {
    margin-top: 22vh;
  }

  .md\:mt-\[283px\] {
    margin-top: 283px;
  }

  .md\:mt-\[3\.5vh\] {
    margin-top: 3.5vh;
  }

  .md\:mt-\[4\.2vh\] {
    margin-top: 4.2vh;
  }

  .md\:mt-\[434px\] {
    margin-top: 434px;
  }

  .md\:mt-\[494px\] {
    margin-top: 494px;
  }

  .md\:mt-\[49vh\] {
    margin-top: 49vh;
  }

  .md\:mt-\[4px\] {
    margin-top: 4px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:contents {
    display: contents;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-3\/4 {
    height: 75%;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-\[0px\] {
    height: 0px;
  }

  .md\:h-\[243px\] {
    height: 243px;
  }

  .md\:h-\[262px\] {
    height: 262px;
  }

  .md\:h-\[29px\] {
    height: 29px;
  }

  .md\:h-\[44px\] {
    height: 44px;
  }

  .md\:h-\[45px\] {
    height: 45px;
  }

  .md\:h-\[591px\] {
    height: 591px;
  }

  .md\:h-\[617px\] {
    height: 617px;
  }

  .md\:h-\[627px\] {
    height: 627px;
  }

  .md\:h-\[75px\] {
    height: 75px;
  }

  .md\:h-\[820px\] {
    height: 820px;
  }

  .md\:h-\[98px\] {
    height: 98px;
  }

  .md\:h-\[h-45px\] {
    height: h-45px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-md-mobile-screen {
    height: calc(100vh - 340px);
  }

  .md\:h-screen-30 {
    height: calc(100vh - 343px);
  }

  .md\:max-h-\[577px\] {
    max-height: 577px;
  }

  .md\:max-h-\[820px\] {
    max-height: 820px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-306 {
    width: 320px;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-32\% {
    width: 30%;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-95 {
    width: 95%;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-97 {
    width: 97%;
  }

  .md\:w-\[100vw\] {
    width: 100vw;
  }

  .md\:w-\[124\%\] {
    width: 124%;
  }

  .md\:w-\[153px\] {
    width: 153px;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:w-\[244px\] {
    width: 244px;
  }

  .md\:w-\[267px\] {
    width: 267px;
  }

  .md\:w-\[27\%\] {
    width: 27%;
  }

  .md\:w-\[29px\] {
    width: 29px;
  }

  .md\:w-\[32\%\] {
    width: 32%;
  }

  .md\:w-\[517px\] {
    width: 517px;
  }

  .md\:w-\[59px\] {
    width: 59px;
  }

  .md\:w-\[654px\] {
    width: 654px;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:w-\[\] {
    width: ;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-\[424px\] {
    gap: 424px;
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-2\.5 {
    padding: 0.625rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-\[14px\] {
    padding: 14px;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:ps-6 {
    padding-inline-start: 1.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-\[54px\] {
    padding-top: 54px;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .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\:font-bold {
    font-weight: 700;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {
  .lg\:right-4 {
    right: 1rem;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-\[-20px\] {
    margin-bottom: -20px;
  }

  .lg\:mb-\[18px\] {
    margin-bottom: 18px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:ml-\[-186px\] {
    margin-left: -186px;
  }

  .lg\:ml-\[-18px\] {
    margin-left: -18px;
  }

  .lg\:ml-\[0px\] {
    margin-left: 0px;
  }

  .lg\:ml-\[112px\] {
    margin-left: 112px;
  }

  .lg\:ml-\[123px\] {
    margin-left: 123px;
  }

  .lg\:ml-\[137px\] {
    margin-left: 137px;
  }

  .lg\:ml-\[1px\] {
    margin-left: 1px;
  }

  .lg\:ml-\[37px\] {
    margin-left: 37px;
  }

  .lg\:ml-\[75px\] {
    margin-left: 75px;
  }

  .lg\:ml-\[93px\] {
    margin-left: 93px;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mr-\[0px\] {
    margin-right: 0px;
  }

  .lg\:mr-\[10px\] {
    margin-right: 10px;
  }

  .lg\:mr-\[17px\] {
    margin-right: 17px;
  }

  .lg\:mr-\[18px\] {
    margin-right: 18px;
  }

  .lg\:ms-0 {
    margin-inline-start: 0px;
  }

  .lg\:ms-3 {
    margin-inline-start: 0.75rem;
  }

  .lg\:ms-5 {
    margin-inline-start: 1.25rem;
  }

  .lg\:ms-8 {
    margin-inline-start: 2rem;
  }

  .lg\:ms-\[3px\] {
    margin-inline-start: 3px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mt-\[-12px\] {
    margin-top: -12px;
  }

  .lg\:mt-\[-17px\] {
    margin-top: -17px;
  }

  .lg\:mt-\[-18px\] {
    margin-top: -18px;
  }

  .lg\:mt-\[-23px\] {
    margin-top: -23px;
  }

  .lg\:mt-\[-4px\] {
    margin-top: -4px;
  }

  .lg\:mt-\[-50px\] {
    margin-top: -50px;
  }

  .lg\:mt-\[-7px\] {
    margin-top: -7px;
  }

  .lg\:mt-\[11vh\] {
    margin-top: 11vh;
  }

  .lg\:mt-\[130px\] {
    margin-top: 130px;
  }

  .lg\:mt-\[162px\] {
    margin-top: 162px;
  }

  .lg\:mt-\[19px\] {
    margin-top: 19px;
  }

  .lg\:mt-\[19vh\] {
    margin-top: 19vh;
  }

  .lg\:mt-\[30vh\] {
    margin-top: 30vh;
  }

  .lg\:mt-\[34vh\] {
    margin-top: 34vh;
  }

  .lg\:mt-\[45vh\] {
    margin-top: 45vh;
  }

  .lg\:mt-\[64vh\] {
    margin-top: 64vh;
  }

  .lg\:mt-\[6vh\] {
    margin-top: 6vh;
  }

  .lg\:mt-\[70vh\] {
    margin-top: 70vh;
  }

  .lg\:mt-\[7vh\] {
    margin-top: 7vh;
  }

  .lg\:mt-\[8vh\] {
    margin-top: 8vh;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-\[262px\] {
    height: 262px;
  }

  .lg\:h-\[3px\] {
    height: 3px;
  }

  .lg\:h-\[44px\] {
    height: 44px;
  }

  .lg\:h-\[45px\] {
    height: 45px;
  }

  .lg\:h-\[480px\] {
    height: 480px;
  }

  .lg\:h-\[489px\] {
    height: 489px;
  }

  .lg\:h-\[542px\] {
    height: 542px;
  }

  .lg\:h-\[75px\] {
    height: 75px;
  }

  .lg\:h-\[812px\] {
    height: 812px;
  }

  .lg\:h-\[93px\] {
    height: 93px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-lg-mobile-screen {
    height: calc(100vh - 394px);
  }

  .lg\:h-lg-screen-20 {
    height: calc(100vh - 240px);
  }

  .lg\:h-screen-30 {
    height: calc(100vh - 343px);
  }

  .lg\:max-h-\[490px\] {
    max-height: 490px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-32\% {
    width: 30%;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-507 {
    width: 507px;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-62 {
    width: 62px;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-94 {
    width: 94%;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-97 {
    width: 97%;
  }

  .lg\:w-\[112\%\] {
    width: 112%;
  }

  .lg\:w-\[175px\] {
    width: 175px;
  }

  .lg\:w-\[200px\] {
    width: 200px;
  }

  .lg\:w-\[217px\] {
    width: 217px;
  }

  .lg\:w-\[267px\] {
    width: 267px;
  }

  .lg\:w-\[32\%\] {
    width: 32%;
  }

  .lg\:w-\[517px\] {
    width: 517px;
  }

  .lg\:w-\[53\%\] {
    width: 53%;
  }

  .lg\:w-\[607px\] {
    width: 607px;
  }

  .lg\:w-\[622px\] {
    width: 622px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-52 {
    gap: 13rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-\[380px\] {
    gap: 380px;
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-\[7px\] {
    padding: 7px;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:ps-6 {
    padding-inline-start: 1.5rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:leading-5 {
    line-height: 1.25rem;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .lg\:hover\:bg-\[\#6c8c84\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(108 140 132 / var(--tw-bg-opacity));
  }
}

@media (min-width: 1280px) {
  .xl\:right-4 {
    right: 1rem;
  }

  .xl\:top-20 {
    top: 5rem;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:mb-\[-20px\] {
    margin-bottom: -20px;
  }

  .xl\:mb-\[18px\] {
    margin-bottom: 18px;
  }

  .xl\:mb-\[7px\] {
    margin-bottom: 7px;
  }

  .xl\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:ml-\[-14px\] {
    margin-left: -14px;
  }

  .xl\:ml-\[-186px\] {
    margin-left: -186px;
  }

  .xl\:ml-\[-20px\] {
    margin-left: -20px;
  }

  .xl\:ml-\[-2px\] {
    margin-left: -2px;
  }

  .xl\:ml-\[-33px\] {
    margin-left: -33px;
  }

  .xl\:ml-\[-647px\] {
    margin-left: -647px;
  }

  .xl\:ml-\[15px\] {
    margin-left: 15px;
  }

  .xl\:ml-\[29px\] {
    margin-left: 29px;
  }

  .xl\:ml-\[378px\] {
    margin-left: 378px;
  }

  .xl\:ml-\[391px\] {
    margin-left: 391px;
  }

  .xl\:ml-\[50px\] {
    margin-left: 50px;
  }

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mr-\[-647px\] {
    margin-right: -647px;
  }

  .xl\:mr-\[10px\] {
    margin-right: 10px;
  }

  .xl\:mr-\[17px\] {
    margin-right: 17px;
  }

  .xl\:mr-\[18px\] {
    margin-right: 18px;
  }

  .xl\:ms-0 {
    margin-inline-start: 0px;
  }

  .xl\:ms-3 {
    margin-inline-start: 0.75rem;
  }

  .xl\:ms-8 {
    margin-inline-start: 2rem;
  }

  .xl\:ms-\[9px\] {
    margin-inline-start: 9px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mt-\[-13px\] {
    margin-top: -13px;
  }

  .xl\:mt-\[-18px\] {
    margin-top: -18px;
  }

  .xl\:mt-\[-23px\] {
    margin-top: -23px;
  }

  .xl\:mt-\[-4px\] {
    margin-top: -4px;
  }

  .xl\:mt-\[-50px\] {
    margin-top: -50px;
  }

  .xl\:mt-\[0px\] {
    margin-top: 0px;
  }

  .xl\:mt-\[0vh\] {
    margin-top: 0vh;
  }

  .xl\:mt-\[10\.3vh\] {
    margin-top: 10.3vh;
  }

  .xl\:mt-\[15\.1vh\] {
    margin-top: 15.1vh;
  }

  .xl\:mt-\[15px\] {
    margin-top: 15px;
  }

  .xl\:mt-\[17px\] {
    margin-top: 17px;
  }

  .xl\:mt-\[19\.5vh\] {
    margin-top: 19.5vh;
  }

  .xl\:mt-\[19px\] {
    margin-top: 19px;
  }

  .xl\:mt-\[2\.9vh\] {
    margin-top: 2.9vh;
  }

  .xl\:mt-\[20\.2vh\] {
    margin-top: 20.2vh;
  }

  .xl\:mt-\[24px\] {
    margin-top: 24px;
  }

  .xl\:mt-\[2vh\] {
    margin-top: 2vh;
  }

  .xl\:mt-\[32\.5vh\] {
    margin-top: 32.5vh;
  }

  .xl\:mt-\[35vh\] {
    margin-top: 35vh;
  }

  .xl\:mt-\[3px\] {
    margin-top: 3px;
  }

  .xl\:mt-\[48\.3vh\] {
    margin-top: 48.3vh;
  }

  .xl\:mt-\[52\.7vh\] {
    margin-top: 52.7vh;
  }

  .xl\:mt-\[5px\] {
    margin-top: 5px;
  }

  .xl\:mt-\[5vh\] {
    margin-top: 5vh;
  }

  .xl\:mt-\[6px\] {
    margin-top: 6px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-9 {
    height: 2.25rem;
  }

  .xl\:h-\[0px\] {
    height: 0px;
  }

  .xl\:h-\[240px\] {
    height: 240px;
  }

  .xl\:h-\[286px\] {
    height: 286px;
  }

  .xl\:h-\[43px\] {
    height: 43px;
  }

  .xl\:h-\[44px\] {
    height: 44px;
  }

  .xl\:h-\[45px\] {
    height: 45px;
  }

  .xl\:h-\[520px\] {
    height: 520px;
  }

  .xl\:h-\[533px\] {
    height: 533px;
  }

  .xl\:h-\[585px\] {
    height: 585px;
  }

  .xl\:h-\[74px\] {
    height: 74px;
  }

  .xl\:h-\[82vh\] {
    height: 82vh;
  }

  .xl\:h-\[93px\] {
    height: 93px;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-screen-45 {
    height: calc(100vh - 315px);
  }

  .xl\:max-h-\[560px\] {
    max-height: 560px;
  }

  .xl\:max-h-\[82vh\] {
    max-height: 82vh;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-44 {
    width: 11rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-50 {
    width: 50%;
  }

  .xl\:w-52 {
    width: 13rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-94 {
    width: 94%;
  }

  .xl\:w-96 {
    width: 24rem;
  }

  .xl\:w-97 {
    width: 97%;
  }

  .xl\:w-\[105px\] {
    width: 105px;
  }

  .xl\:w-\[112\%\] {
    width: 112%;
  }

  .xl\:w-\[200px\] {
    width: 200px;
  }

  .xl\:w-\[266px\] {
    width: 266px;
  }

  .xl\:w-\[32\%\] {
    width: 32%;
  }

  .xl\:w-\[517px\] {
    width: 517px;
  }

  .xl\:w-\[607px\] {
    width: 607px;
  }

  .xl\:w-\[612px\] {
    width: 612px;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-52 {
    gap: 13rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-\[21px\] {
    gap: 21px;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-\[14px\] {
    padding: 14px;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pl-\[15px\] {
    padding-left: 15px;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pr-\[15px\] {
    padding-right: 15px;
  }

  .xl\:ps-6 {
    padding-inline-start: 1.5rem;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pt-\[54px\] {
    padding-top: 54px;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }
}

@media (min-width: 1536px) {
  .\32xl\:top-20 {
    top: 5rem;
  }

  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .\32xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .\32xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .\32xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .\32xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .\32xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .\32xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .\32xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .\32xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .\32xl\:ml-0 {
    margin-left: 0px;
  }

  .\32xl\:ml-12 {
    margin-left: 3rem;
  }

  .\32xl\:ml-24 {
    margin-left: 6rem;
  }

  .\32xl\:ml-\[50px\] {
    margin-left: 50px;
  }

  .\32xl\:mr-0 {
    margin-right: 0px;
  }

  .\32xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .\32xl\:ms-0 {
    margin-inline-start: 0px;
  }

  .\32xl\:ms-3 {
    margin-inline-start: 0.75rem;
  }

  .\32xl\:ms-5 {
    margin-inline-start: 1.25rem;
  }

  .\32xl\:ms-8 {
    margin-inline-start: 2rem;
  }

  .\32xl\:mt-0 {
    margin-top: 0px;
  }

  .\32xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .\32xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .\32xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .\32xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .\32xl\:mt-\[-139px\] {
    margin-top: -139px;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:h-6 {
    height: 1.5rem;
  }

  .\32xl\:h-\[74px\] {
    height: 74px;
  }

  .\32xl\:h-auto {
    height: auto;
  }

  .\32xl\:h-screen-20 {
    height: calc(100vh - 148px);
  }

  .\32xl\:h-screen-30 {
    height: calc(100vh - 343px);
  }

  .\32xl\:h-screen-58 {
    height: calc(100vh - 263px);
  }

  .\32xl\:w-1\/4 {
    width: 25%;
  }

  .\32xl\:w-16 {
    width: 4rem;
  }

  .\32xl\:w-20 {
    width: 5rem;
  }

  .\32xl\:w-24 {
    width: 6rem;
  }

  .\32xl\:w-32 {
    width: 8rem;
  }

  .\32xl\:w-32\% {
    width: 30%;
  }

  .\32xl\:w-40 {
    width: 10rem;
  }

  .\32xl\:w-44 {
    width: 11rem;
  }

  .\32xl\:w-48 {
    width: 12rem;
  }

  .\32xl\:w-507 {
    width: 507px;
  }

  .\32xl\:w-52 {
    width: 13rem;
  }

  .\32xl\:w-6 {
    width: 1.5rem;
  }

  .\32xl\:w-62 {
    width: 15%;
  }

  .\32xl\:w-7\/12 {
    width: 58.333333%;
  }

  .\32xl\:w-96 {
    width: 24rem;
  }

  .\32xl\:w-97 {
    width: 97%;
  }

  .\32xl\:w-98 {
    width: 96%;
  }

  .\32xl\:w-99 {
    width: 99.5%;
  }

  .\32xl\:w-\[32\%\] {
    width: 32%;
  }

  .\32xl\:w-\[476px\] {
    width: 476px;
  }

  .\32xl\:w-\[607px\] {
    width: 607px;
  }

  .\32xl\:w-\[612px\] {
    width: 612px;
  }

  .\32xl\:w-auto {
    width: auto;
  }

  .\32xl\:flex-auto {
    flex: 1 1 auto;
  }

  .\32xl\:gap-32 {
    gap: 8rem;
  }

  .\32xl\:gap-\[29rem\] {
    gap: 29rem;
  }

  .\32xl\:p-0 {
    padding: 0px;
  }

  .\32xl\:p-1 {
    padding: 0.25rem;
  }

  .\32xl\:p-2 {
    padding: 0.5rem;
  }

  .\32xl\:p-3 {
    padding: 0.75rem;
  }

  .\32xl\:p-6 {
    padding: 1.5rem;
  }

  .\32xl\:p-8 {
    padding: 2rem;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:pb-0 {
    padding-bottom: 0px;
  }

  .\32xl\:pl-0 {
    padding-left: 0px;
  }

  .\32xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .\32xl\:pl-4 {
    padding-left: 1rem;
  }

  .\32xl\:pr-0 {
    padding-right: 0px;
  }

  .\32xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .\32xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .\32xl\:pr-4 {
    padding-right: 1rem;
  }

  .\32xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .\32xl\:ps-6 {
    padding-inline-start: 1.5rem;
  }

  .\32xl\:pt-0 {
    padding-top: 0px;
  }

  .\32xl\:pt-4 {
    padding-top: 1rem;
  }

  .\32xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\32xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl\:font-medium {
    font-weight: 500;
  }
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}

.peer:checked ~ .rtl\:peer-checked\:after\:-translate-x-full:where([dir="rtl"], [dir="rtl"] *)::after {
  content: var(--tw-content);
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }

  .dark\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity));
  }
}