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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.13 | 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 */ /* 3 */
  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::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;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-top-11 {
  top: -2.75rem;
}
.-top-3 {
  top: -0.75rem;
}
.-top-5 {
  top: -1.25rem;
}
.-top-6 {
  top: -1.5rem;
}
.left-1\/2 {
  left: 50%;
}
.left-5 {
  left: 1.25rem;
}
.left-\[40\%\] {
  left: 40%;
}
.right-0 {
  right: 0px;
}
.right-\[125px\] {
  right: 125px;
}
.right-\[192px\] {
  right: 192px;
}
.right-\[350px\] {
  right: 350px;
}
.top-7 {
  top: 1.75rem;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[99999\] {
  z-index: 99999;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.m-0 {
  margin: 0px;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-auto {
  margin: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.ms-1 {
  -webkit-margin-start: 0.25rem;
          margin-inline-start: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.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-\[30px\] {
  margin-top: 30px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-\[33px\] {
  height: 33px !important;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[144px\] {
  height: 144px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[230px\] {
  height: 230px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[275px\] {
  height: 275px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[90\%\] {
  height: 90%;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[220px\] {
  max-height: 220px;
}
.max-h-\[35px\] {
  max-height: 35px;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[23px\] {
  min-height: 23px;
}
.min-h-full {
  min-height: 100%;
}
.\!w-\[100\%\] {
  width: 100% !important;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[144px\] {
  width: 144px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[175px\] {
  width: 175px;
}
.w-\[185px\] {
  width: 185px;
}
.w-\[195px\] {
  width: 195px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[8\%\] {
  width: 8%;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[92\%\] {
  width: 92%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[190px\] {
  min-width: 190px;
}
.min-w-\[230px\] {
  min-width: 230px;
}
.min-w-\[23px\] {
  min-width: 23px;
}
.min-w-\[250px\] {
  min-width: 250px;
}
.min-w-\[260px\] {
  min-width: 260px;
}
.min-w-\[40vw\] {
  min-width: 40vw;
}
.min-w-\[45px\] {
  min-width: 45px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.min-w-\[75px\] {
  min-width: 75px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[35px\] {
  max-width: 35px;
}
.max-w-\[40vw\] {
  max-width: 40vw;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-stretch {
  justify-content: stretch;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[50px\] {
  gap: 50px;
}
.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)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-\[\#21A4A6\] {
  --tw-border-opacity: 1;
  border-color: rgb(33 164 166 / 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-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-\[\#0f9fcfee\] {
  background-color: #0f9fcfee;
}
.bg-\[\#21A4A6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 164 166 / var(--tw-bg-opacity));
}
.bg-\[\#3498db\] {
  --tw-bg-opacity: 1;
  background-color: rgb(52 152 219 / var(--tw-bg-opacity));
}
.bg-\[\#50C878\] {
  --tw-bg-opacity: 1;
  background-color: rgb(80 200 120 / var(--tw-bg-opacity));
}
.bg-\[\#50c3cc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(80 195 204 / var(--tw-bg-opacity));
}
.bg-\[\#73caca\] {
  --tw-bg-opacity: 1;
  background-color: rgb(115 202 202 / var(--tw-bg-opacity));
}
.bg-\[\#8884d8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(136 132 216 / var(--tw-bg-opacity));
}
.bg-\[\#93c595\] {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 149 / var(--tw-bg-opacity));
}
.bg-\[\#9ACD32\] {
  --tw-bg-opacity: 1;
  background-color: rgb(154 205 50 / var(--tw-bg-opacity));
}
.bg-\[\#FFA500\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 0 / var(--tw-bg-opacity));
}
.bg-\[\#FFAA33\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 170 51 / var(--tw-bg-opacity));
}
.bg-\[\#a4a4c4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(164 164 196 / var(--tw-bg-opacity));
}
.bg-\[\#a8dbc0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(168 219 192 / var(--tw-bg-opacity));
}
.bg-\[\#f95656\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 86 86 / var(--tw-bg-opacity));
}
.bg-\[\#fb6e6e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 110 110 / var(--tw-bg-opacity));
}
.bg-\[\#ff8181\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 129 129 / var(--tw-bg-opacity));
}
.bg-\[\#ffce74\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 116 / var(--tw-bg-opacity));
}
.bg-\[\#ffd700\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 215 0 / var(--tw-bg-opacity));
}
.bg-\[\#ffecd1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 209 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.from-\[\#26ccca\] {
  --tw-gradient-from: #26ccca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 204 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffffff\] {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#26ccca\] {
  --tw-gradient-to: rgb(38 204 202 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #26ccca var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#93c595\] {
  --tw-gradient-to: rgb(147 197 149 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #93c595 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#ffffff\] {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#ffce74\] {
  --tw-gradient-to: #ffce74 var(--tw-gradient-to-position);
}
.to-\[\#ffd993\] {
  --tw-gradient-to: #ffd993 var(--tw-gradient-to-position);
}
.to-\[\#ffffff\] {
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.object-contain {
  object-fit: contain;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[5px\] {
  padding: 5px;
}
.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-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.\!pl-\[5px\] {
  padding-left: 5px !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.\!text-\[11px\] {
  font-size: 11px !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[0\.4rem\] {
  font-size: 0.4rem;
}
.text-\[0\.6rem\] {
  font-size: 0.6rem;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.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-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#26ccca\] {
  --tw-text-opacity: 1;
  color: rgb(38 204 202 / var(--tw-text-opacity));
}
.text-\[\#459fa0\] {
  --tw-text-opacity: 1;
  color: rgb(69 159 160 / var(--tw-text-opacity));
}
.text-\[\#50c3cc\] {
  --tw-text-opacity: 1;
  color: rgb(80 195 204 / var(--tw-text-opacity));
}
.text-\[\#53999e\] {
  --tw-text-opacity: 1;
  color: rgb(83 153 158 / var(--tw-text-opacity));
}
.text-\[\#636c74\] {
  --tw-text-opacity: 1;
  color: rgb(99 108 116 / var(--tw-text-opacity));
}
.text-\[\#74a3a3\] {
  --tw-text-opacity: 1;
  color: rgb(116 163 163 / var(--tw-text-opacity));
}
.text-\[\#8e8e8e\] {
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity));
}
.text-\[\#93c595\] {
  --tw-text-opacity: 1;
  color: rgb(147 197 149 / var(--tw-text-opacity));
}
.text-\[\#d97706\] {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
.text-\[\#f95656\] {
  --tw-text-opacity: 1;
  color: rgb(249 86 86 / var(--tw-text-opacity));
}
.text-\[\#ffce74\] {
  --tw-text-opacity: 1;
  color: rgb(255 206 116 / var(--tw-text-opacity));
}
.text-\[red\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 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-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / 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-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_2px_6px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 2px 6px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 2px 6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_5px_8px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
  --tw-shadow: 0 5px 8px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 5px 8px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_6px_12px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 6px 12px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 6px 12px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-sm {
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[animation-delay\:\.3s\] {
  animation-delay: .3s;
}
.\[animation-delay\:\.7s\] {
  animation-delay: .7s;
}
.\[grid-template-columns\:repeat\(auto-fit\2c minmax\(340px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(340px,1fr));
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  ::-webkit-scrollbar {
    width: 4px;
  }

  ::-webkit-scrollbar-track {
    background-color: #ebebeb;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #cacaca;
  }
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.table {
  max-width: 100%;
  overflow: auto;
  max-height: 75vh;
}
.td {
  vertical-align: middle !important;
}

.custom-dropdown-toggle::after {
  display: none !important;
}

/* TestSidenav.module.css */
@font-face {
  font-family: "NeoSansIntel";
  src: url(/static/media/neo_sans_medium.0bae63fc2d1cccd52eff.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
td {
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
th {
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  color: white;
}
thead {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  top: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.page-link:focus {
  background-color: #25cacc !important;
  border-color: #25cacc !important;
  color: #fff !important;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
  outline: 0 !important;
}
.page-link {
  padding: 3px 8px;
  color: #26cacc;
  font-size: 13px;
}
.slick-next:before {
  content: "→";
  color: #459fa0 !important;
}
.slick-prev:before {
  content: "→";
  color: #459fa0 !important;
}

/* test css */

td {
  font-size: 11px;
  color: #000000;
  padding: 5px;
  font-weight: normal;
}
th {
  font-size: 13px;
}
/* th{
    font-size: 10px !important;
} */
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
  margin-top: unset;
}
h3 {
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 700;
}
td {
  font-size: 11px;
  color: #3c0c0c;
  padding: 5px;
  font-weight: normal;
}
th {
  font-size: 13px;
  background-color: #26cacc;
}
table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table {
  border-collapse: collapse;
  margin-top: unset !important;
}
thead {
  /* position: sticky;
  z-index: 5; */
  top: -1px !important;
}
.goBtn {
  padding: 3px 15px !important;
  width: 50px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
}
.thin-scrollbar::-webkit-scrollbar {
  height: 6px; /* For horizontal scrollbar */
}

.thin-scrollbar::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.3);
}

.thin-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(87, 87, 87, 0.3);
  border-radius: 10px;
}

/* Apply only in Firefox */
@-moz-document url-prefix() {
  select {
    /* appearance: none;
    -moz-appearance: none; */
    line-height: 1.4;
    padding: 5px;
    background-color: white;
    /* border: 1px solid #ccc;
    border-radius: 6px; */
    /* padding: 8px 12px; */
    /* font-size: 14px;
    color: #333;
    cursor: pointer; */
    /* background-image: url("data:image/svg+xml;charset=UTF-8,<svg fill='black' height='12' width='12' viewBox='0 0 20 20'><path d='M5.516 7.548l4.484 4.482 4.484-4.482z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    padding-right: 30px; */
  }
  select option,
  select optgroup option {
    background-color: transparent; /* base */
    color: inherit;
  }

  /* Hover while list is open */
  select option:hover,
  select optgroup option:hover {
    background-color: #3b82f6 !important; /* chrome-like blue */
    color: #ffffff !important;
  }

  /* Keyboard focus / active (arrow keys, enter) */
  select option:checked,
  select option:active,
  select option:focus {
    background-color: #3b82f6 !important;
    color: #ffffff !important;
  }

  input {
    padding: 5px;
  }
  th {
    background-clip: padding-box;
  }
}
.hover\:bg-\[\#2a7bb1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 123 177 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#388facee\]:hover {
  background-color: #388facee;
}
.hover\:bg-\[\#47b2ba\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 178 186 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#53999e\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(83 153 158 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#74a3a3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(116 163 163 / var(--tw-bg-opacity));
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / 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-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.hover\:bg-slate-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.hover\:bg-teal-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}
.hover\:text-\[\#3a8586\]:hover {
  --tw-text-opacity: 1;
  color: rgb(58 133 134 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:shadow-\[0_4px_10px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]:hover {
  --tw-shadow: 0 4px 10px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 4px 10px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-lg:hover {
  --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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:flex {
  display: flex;
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 640px) {

  .sm\:h-24 {
    height: 6rem;
  }

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

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

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

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

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .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-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 768px) {

  .md\:-top-6 {
    top: -1.5rem;
  }

  .md\:left-\[35\%\] {
    left: 35%;
  }

  .md\:top-5 {
    top: 1.25rem;
  }

  .md\:order-3 {
    order: 3;
  }

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

  .md\:h-28 {
    height: 7rem;
  }

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

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

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

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

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

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

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

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

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

  .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;
  }
}
@media (min-width: 1024px) {

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {

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

h3 {
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 700;
}
thead {
  /* position: sticky;
    z-index: 5; */
  top: -1px !important;
}

.cross_icon {
  color: #333;
  position: relative;
  bottom: 10px;
  left: 10px;
  cursor: pointer;
  height: 11px;
  width: 11px;
}

.head_div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
}

.header {
  color: rgb(69, 159, 160);
  font-size: 15px;
  font-weight: 700;
}

.mca {
  display: flex;
}

.cont_ca {
  width: 100%;
  height: 100%;
}

.grey_ca {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 0 15px;
  min-height: 35px;
  max-height: 35px;
  z-index: 1;
  color: #696969;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.home_ic {
  position: relative;
  bottom: 2px;
  color: #000000;
}

.icon_gray_ca {
  display: flex;
  gap: 10px;
}

.white_space_ca {
  display: flex;
  padding: 1px 15px;
  font-size: 15px;
  min-height: 38px;
  align-items: center;
  color: #696969;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
}

.whiteicon {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

/* .tablec {
  border: 2.5px solid #f1f1f1;
  padding: 12px 15px;
  background-color: #fff;
  margin-top: 17px;
} */
.icons {
  color: #696969;
}

.advnceaserachasc {
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* padding: 3px 10px; */
}

.topup {
  border: 2px solid #f1f1f1;
  margin: 10px;
  padding: 15px;
  position: relative;
  /* bottom: 20px; */
  background-color: #fff;
  height: calc(100% - 90px);
}

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

.searchformasc {
  background-color: #f6f6f6;
  padding: 14px;
  display: grid;
  flex-direction: column;
  /* gap: 7px; */
}

.fourinputasc {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  width: 100%;
}

.twoinputasc {
  display: flex;
  gap: 20px;
  width: 49%;
}

.searorinp {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}

.selctasc {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
}

.optionnsel {
  font-size: 11px;
  font-family: open sans;
  padding: 5px;
  height: 20px;
}

.inputasc {
  font-family: open sans;
  border-radius: 5px;
  border: 1px solid #e2e1e0;
  width: 100%;
  height: 33px;
  font-size: 11px;
  color: #6d6d6d;
  padding-left: 5px;
}

.buttonas {
  display: flex;
  gap: 20px;
}

.tableconasc {
  display: grid;
  padding: 10px;
  border: 1px solid #b7b7b7;
  margin-top: 10px;
}

.actincbut {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #04d718;
  color: white;
}

.inactincbut {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  min-width: 70px;
  background-color: #d70427;
  color: white;
}

.navconasc {
  display: flex;
  gap: 10px;
  padding: 0;
  position: relative;
  bottom: 5px;
}

.subbutasc {
  border-radius: 5px;
  border: none;
  max-height: 30px;
  background-color: #0b7f80;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
}

.optnas {
  padding: 10px;
  min-height: 30px;
}

/* for modal */
.additm {
  display: flex;
  flex-direction: column;
}

.twodivcon {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.twodivlogo {
  display: flex;
  gap: 30px;
  margin-top: 15px;
}

.selinp {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 6px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}

.logocon {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}

.selitx {
  width: 420px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}

.oneselitx {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  padding: 5px;
  color: #6d6d6d;
  font-size: 11px;
  font-family: Open Sans;
}

.bigtxt {
  width: 860px;
  border: 1px solid #e2e1e0;
  border-radius: 4px;
  color: #6d6d6d;
  font-size: 11px;
  padding: 5px;
  height: 55px;
  font-family: Open Sans;
}

.onedivcon {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.logoasc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 1.5px solid #e2e1e0;
}

/* for modal */
.flexasc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* menu style */
.menuel {
  background-color: white;
  width: 180px;
  position: absolute;
  right: 35px;
  z-index: 5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.menuel ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

.menuel ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #5c5c5c;
}

.menuli {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
}

.menuli:hover {
  background-color: #f6f6f6;
}

.icoconel {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}

.clear_buttt {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #e5e5e5;
  color: #707070;
  max-width: 110px;
  border: 1px solid #e5e5e5;
}

.save_buttt {
  padding: 4px 15px;
  min-width: 110px;
  margin-top: 15px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
  max-width: 110px;
}

.home {
  display: flex;
  justify-content: space-between;
  background-color: #f6f6f6;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  padding: 0.3em 1em;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.xcel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0.3em 1em;
}

.multtxt {
  font-size: 0.85rem;
}

table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-multi {
  background-color: #f6f6f6;
  padding: 10px 10px;
}

.whitespace {
  background-color: #fff;
}

.upper-data {
  display: flex;
  justify-content: space-between;
  padding: 1px;
}

.left-side {
  display: flex;
  gap: 10px;
}

.select-ep {
  width: 90px;
  z-index: 4;
  font-size: 13px;
}

.month-at {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-family: "OpenSansRegular";
  color: #50a3a5;
  font-weight: bold;
}

.center-con {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.day-detils {
  text-align: center;
  background: #fff;
  font-size: 10px;
  padding: 0;
}

.day-deti {
  padding: 4px;
  border-bottom: 1px solid #ddd;
}

.day-dehti {
  padding: 4px;
  border-bottom: 1px solid #ddd;
}

.day-xy {
  display: flex;
  align-items: center;
}

.day-xyx {
  width: 50%;
  padding: 4px;
  border-right: 1px solid #ddd;
}

.fec {
  padding: 4px;
}

.color-box {
  display: flex;
  width: 1.5em;
  height: 1.5em;
  padding: 5px;
  border-radius: 20%;
  background-color: rgb(74, 172, 74);
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
}

.right-side {
  display: flex;
  gap: 10px;
}

.button-go {
  background-color: #26cacc;
  padding: 7px 15px;
  color: white;
  border: none;
  border-radius: 10px;
}

table {
  border-collapse: collapse;
  margin: 5px auto auto auto;
  overflow-y: scroll;
}

th,
td {
  /* text-align: center; */
  vertical-align: middle !important;
}

/* thead {
    font-size: 12px;
    color: #333;
    position: sticky;
    z-index: 3;
    top: 0px;
    background-color: white ;
  } */

td {
  font-size: 11px;
  text-align: center;
}

.employyee-details {
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 20px;
  background-color: #f6f6f6;
}

.day-det {
  padding: 0;
  min-width: 170px;
  border: 1px solid #333;
}

.check {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 5px;
}

.border {
  border-bottom: 1px solid #ddd;
}

.in-out {
  display: flex;
  justify-content: space-around;
  position: relative;
  top: 5px;
}

.padd {
  padding: 7px;
}

.table-wrapper {
  max-height: 730px;
}

.media-scroller {
  display: grid;
  max-height: 640px;
  overflow-y: scroll;
  overflow-x: auto;
}

.sno {
  background: #fff;
  text-align: center;
  min-width: 30px;
  max-width: 30px;
  border: 1px solid #333;
}

.s-no {
  text-align: center;
  background: #fff;
  min-width: 30px;
  max-width: 30px;
  border: 1px solid #333;
  border-right: 1px solid #333;
}

.check-- {
  text-align: center;
  background: #fff;
  font-size: 10px;
  min-width: 30px;
}

.chek-- {
  text-align: left;
  background: #fff;
  font-size: 10px;
}

.emp-id {
  min-width: 100px;
}

.empl {
  min-width: 150px;
}

.emp-doj {
  min-width: 110px;
  text-align: left;
}

.emp-c {
  min-width: 150px;
  max-width: 150px;
  text-align: left;
}

.sub-c {
  min-width: 140px;
  max-width: 140px;
  text-align: left;
  padding-left: 5px;
}

.sub-cc {
  min-width: 140px;
  max-width: 140px;
  text-align: center;
}

.sub-ch {
  min-width: 150px;
}

.emp-cod {
  min-width: 130px;
  max-width: 130px;
  text-align: left;
  height: 70px;
  padding-left: 5px;
}

.emp-code {
  min-width: 130px;
  max-width: 130px;
  text-align: center;
  padding: 10px 0;
}

.tot {
  min-width: 120px;
}

.emp-bi {
  min-width: 80px;
}

.dep {
  min-width: 100px;
}

.sub-dep {
  min-width: 150px;
}

.loc-h {
  text-align: left;
  min-width: 100px;
  max-width: 100px;
  padding-left: 5px;
}

.loc-hh {
  text-align: center;
  min-width: 100px;
  background: #fff;
  max-width: 100px;
}

.loc {
  text-align: center;
  min-width: 75px;
  background: #fff;
}

.type {
  min-width: 101px;
}

.dat {
  padding: 5px;
}

.week {
  padding: 3px;
  position: relative;
  bottom: 5px;
}

.day-wise {
  min-width: 150px;
  min-height: 150px;
}

.det-da {
  min-width: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-bottom: 0.5px solid #ddd;
  padding: 3px;
}

.det-da-in {
  display: flex;
  flex-direction: column;
}

.che {
  border-bottom: 0.5px solid #ddd;
}

.type-e {
  min-width: 100px;
}

.tim {
  border-bottom: 0.5px solid #ddd;
  padding: 3px;
}

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

.color {
  width: 100%;
  height: 100px;
}

.colr {
  min-height: 13px;
  min-width: 13px;
  background-color: #a4eab0;
}

.sec {
  display: flex;
  align-items: center;
  gap: 0.4em;
  padding: 1px;
}

.btn-col {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  font-size: 12px;
  border: none;
  border-radius: 5px 5px;
  padding: 5px;
  border: 2px solid #f6f6f6;
  height: 32px;
  position: relative;
  top: 4px;
}

.col-index {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: #f6f6f6;
  padding: 5px;
  margin-bottom: 15px;
  gap: -2px;
  cursor: pointer;
}

.left-col {
  display: flex;
  gap: 0.1em;
}

.right-col {
  display: flex;
  gap: 0.1em;
}

.halfday {
  min-height: 13px;
  min-width: 13px;
  background-color: #b1b82c;
}

.absent {
  min-height: 13px;
  min-width: 13px;
  background-color: #f1bcbc;
}

.off-day {
  min-height: 13px;
  min-width: 13px;
  background-color: #e8e4e4;
}

.holiday {
  min-height: 13px;
  min-width: 13px;
  background-color: #09ff00;
}

.marked {
  min-height: 13px;
  min-width: 13px;
  background-color: #ccffcc;
}
.Lens {
  min-height: 13px;
  min-width: 13px;
  background-color: #adcdff;
}
.right-col {
  display: flex;
  gap: 10px;
}

.emp-det {
  position: relative;
  bottom: 40px;
  left: 20px;
}

.branch {
  min-width: 120px;
}

.emp-cd {
  min-width: 146px;
}

.day-div {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  min-width: 125px;
  position: relative;
  right: 18px;
}

.week-da {
  display: flex;
  justify-content: space-around;
  padding: 6px;
  min-width: 100px;
  border-bottom: 1px solid grey;
}

.checkk {
  padding: 3px;
  text-align: center;
  min-width: 100px;
  border-bottom: 1px solid grey;
}

.in-o {
  display: flex;
  padding: 6px;
  justify-content: space-evenly;
  gap: 20px;
  min-width: 100px;
  border-bottom: 1px solid grey;
}

.inp {
  padding: 3px;
}

.lef {
  position: relative;
  right: 10px;
}

.pagination {
  color: #333;
}

.page-x {
  border: #333 solid 2px;
  color: green;
  min-width: 100px;
  min-height: 50px;
  background-color: #26cacc;
}

.nav- {
  border: #333 solid 2px;
  color: green;
  min-width: 100px;
  min-height: 50px;
}

.table-bordered {
  border: 1px solid #8a8585;
}

.table-bordered thead tr th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #757070;
}

.inn-ou {
  display: flex;
  align-items: center;
  background-color: #fff;
}

.in-outt {
  width: 50%;
  padding: 4px;
  border-right: 1px solid #ddd;
  background-color: #fff;
}

.ou {
  padding: 4px;
  text-align: center;
}

.day-date {
  text-align: center;
  background: #fff;
  font-size: 10px;
  padding: 0 !important;
  min-width: 75px;
}

.date-day {
  padding: 4px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.date-- {
  padding: 4px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.aten {
  text-align: center;
  font-size: 10px;
  vertical-align: center;
  min-width: 75px;
  max-width: 75px;
}

.atent {
  padding: 0px;
}

.ch-bo {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

.flex-- {
  display: flex;
  border-bottom: 1px solid #ddd;
}

.innn {
  width: 50%;
  padding: 5px;
  min-width: 40px;
  border-right: 1px solid #ddd;
}

.innnn {
  width: 50%;
  padding: 5px 0px;
  min-width: 40px;
  position: relative;
  right: 3.5px;
}

.ppp {
  vertical-align: middle;
}

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

/* {/* <th className='twh'>Total working hour</th>
                <th className='pre'>Present</th>
                <th className='half'>Half Day Code</th>
                <th className='paid'>Paid Leave</th>
                <th className='unpaid'>Unpaid Leave</th> */
.twh {
  min-width: 110px;
}

.pre {
  min-width: 110px;
}

.half {
  min-width: 110px;
}

.paid {
  min-width: 110px;
}

.unpaid {
  min-width: 110px;
}

.twh-- {
  min-width: 110px;
}

.actn {
  min-width: 120px;
}

.home-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin: 3px;
}

p {
  margin-bottom: 0;
}

.ixo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.7em;
}

.icon-dv {
  display: flex;
  gap: 0.9em;
}

.icon--:hover {
  color: grey;
}

.CasuaLeave {
  min-height: 13px;
  min-width: 13px;
  background-color: #fff04d;
}

.CompOff {
  min-height: 13px;
  min-width: 13px;
  background-color: #ff99f1;
}

.Covidleave {
  min-height: 13px;
  min-width: 13px;
  background-color: #2409f1;
}

.earned {
  min-height: 13px;
  min-width: 13px;
  background-color: #a5a5ff;
}

.mater {
  min-height: 13px;
  min-width: 13px;
  background-color: #80ff80;
}

.nominal {
  min-height: 13px;
  min-width: 13px;
  background-color: #dc4d1e;
}

.pater {
  min-height: 13px;
  min-width: 13px;
  background-color: #dc4d1e;
}

.Sick {
  min-height: 13px;
  min-width: 13px;
  background-color: #da71b7;
}

.specil {
  min-height: 13px;
  min-width: 13px;
  background-color: #bf5a90;
}

.defaul {
  min-height: 13px;
  min-width: 13px;
  background-color: #85eaea;
}

.halfpay {
  min-height: 13px;
  min-width: 13px;
  background-color: #ffa742;
}

.halfup {
  min-height: 13px;
  min-width: 13px;
  background-color: #b0f320;
}

.unpy {
  min-height: 13px;
  min-width: 13px;
  background-color: #f17171;
}

.psecl-text {
  display: block;
}

.pag-multi {
  float: right;
  position: relative;
  bottom: 38px;
  padding-right: 20px;
}

.ggf {
  display: flex;
  float: right;
}

.colr-ind {
  margin-bottom: 40px;
}

.top-- {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.tp-r {
  display: flex;
  gap: 0.5em;
  padding-bottom: 1px;
}

.tp-l {
  display: flex;
  gap: 0.5em;
  padding-bottom: 1px;
}

.bt-- {
  display: flex;
  justify-content: space-between;
  gap: 0.3em;
  padding-top: 1px;
  position: relative;
}

.froz {
  position: -webkit-sticky !important;
  position: sticky !important;
  left: -5px;
  z-index: 1;
  background: #fff;
  border: 1px solid #333;
}

.name {
  min-width: 100px;
  max-width: 100px;
  text-align: center;
  position: -webkit-sticky !important;
  position: sticky !important;
  border: 1px solid #333;
  border-left: 1px solid #333;
}

.e-name {
  min-width: 100px;
  max-width: 100px;
  text-align: center;
  border: 1px solid #333;
}

.container-atten {
  display: flex;
}

.side-bar-multi {
  width: 15%;
  height: 100%;
}

.other-con {
  width: 85%;
  height: 100%;
}

.right-s {
  display: flex;
  gap: 0.4em;
}

.left-s {
  vertical-align: middle;
  padding-top: 5px;
}

.itm {
  width: 100%;
  height: 30px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  padding: 25px 30px 12px 30px;
  font-size: 3px;
  color: #696969;

  font-family: "opensans-semibold";
  margin: 0 0 1px 0;
}

.ltr-at {
  text-transform: uppercase;
  margin: 0px 0 10px 0;
  font-weight: 1px;
  letter-spacing: 0.2px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.itm h5 {
  font-size: 5em;
}

.hid-d {
  min-width: 25px;
}

.shw-em {
  min-width: 25px;
}

.middle-si {
  display: flex;
  gap: 0.1em;
}

.date-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5em;
  min-height: 1.5em;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 0.6em;
}

.con-date-box {
  display: flex;
  gap: 0.2em;
}

.table > :not(caption) > * > * {
  padding: 0rem 0rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.emplye {
  position: relative;
  bottom: -2px;
  left: 400px;
  padding: 5px;
}

.shw-hd {
  padding: 0;
  margin: 0;
  height: 20px;
  position: relative;
  top: 2px;
  background-color: #f6f6f6;
  max-width: 920px;
}

.deparnt {
  min-width: 110px;
  max-width: 110px;
}

.sub-dprt {
  min-width: 110px;
  max-width: 110px;
}

.lcation {
  min-width: 110px;
  max-width: 110px;
}

.t-pe {
  min-width: 110px;
  max-width: 110px;
}

.sh-dt {
  max-width: 920px;
}

.ftr {
  display: flex;
  justify-content: space-between;
}

.select-epp {
  width: 200px;
  z-index: 4;
  padding-left: 25px;
}

.sub-ccc {
  min-width: 130px;
  max-width: 130px;
}

/* CSS */
.button-33 {
  background-color: #26cacc;
  box-shadow: #26cacc 0 2px 4px, #26cacc 0 7px 13px -3px,
    rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
  padding: 2px 10px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 13px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  background-color: #26cacc;
  color: white;
  transform: scale(1.05) rotate(-1deg);
}

.actdv {
  display: flex;
  gap: 10px;
}

.up-bt {
  display: flex;
  gap: 0.4em;
}

.updt {
  display: flex;
  gap: 0.4em;
}

.select-ep__control {
  max-height: 15px;
}

.select-eppp {
  width: 90px;
  z-index: 4;
  font-size: 13px;
}

.css-13cymwt-control {
  align-items: center;
  cursor: default;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 10px;
  outline: 0 !important;
  position: relative;
  transition: all 100ms;
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 80%);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
}

.css-1fdsijx-ValueContainer {
  align-items: center;
  display: grid;
  flex: 1 1;
  -webkit-box-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-overflow-scrolling: touch;
  position: relative;
  overflow: hidden;
  padding: 2px 0px;
  box-sizing: border-box;
}

.page-link {
  padding: 3px 8px;
  color: #26cacc;
  font-size: 13px;
}

/* .page-link{
      
  } */
.eve---- {
  font-size: 25px;
}

.thre-dt {
  padding: 5px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.page-link:focus {
  background-color: #25cacc !important;
  border-color: #25cacc !important;
  color: #fff !important;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
  outline: 0 !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.newActionButton {
  height: 27px !important;
  position: relative;
  cursor: pointer;
}
.toolsIcon {
  cursor: pointer;
  color: #696969;
}
.GoButton {
  padding: 3px 15px;
  width: 50px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
}
.toolsMargin {
  margin-bottom: 15px;
}

.goBtn{
   padding: 3px 15px !important;
  width: 50px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #333;
  color: white;
}

/*# sourceMappingURL=main.91898847.css.map*/