*, ::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.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@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;
  }
}
.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: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-12 {
  top: 3rem;
}
.top-2 {
  top: 0.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-24 {
  top: 6rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.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-8 {
  margin-bottom: 2rem;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.ml-14 {
  margin-left: 3.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-52 {
  height: 13rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-96 {
  height: 24rem;
}
.h-\[450px\] {
  height: 450px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.-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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-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));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * 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-\[\#c9c9ca\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(201 201 202 / var(--tw-divide-opacity, 1));
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#00376e\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 55 110 / var(--tw-border-opacity, 1));
}
.border-\[\#005412\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 84 18 / var(--tw-border-opacity, 1));
}
.border-\[\#00e2e9\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 226 233 / var(--tw-border-opacity, 1));
}
.border-\[\#8e0104\] {
  --tw-border-opacity: 1;
  border-color: rgb(142 1 4 / var(--tw-border-opacity, 1));
}
.border-\[\#c9c9ca\] {
  --tw-border-opacity: 1;
  border-color: rgb(201 201 202 / var(--tw-border-opacity, 1));
}
.border-\[\#c9c9ca\]\/20 {
  border-color: rgb(201 201 202 / 0.2);
}
.border-\[\#c9c9ca\]\/30 {
  border-color: rgb(201 201 202 / 0.3);
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-t-transparent {
  border-top-color: transparent;
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.bg-\[\#00376e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 55 110 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00428d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 141 / var(--tw-bg-opacity, 1));
}
.bg-\[\#005412\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 84 18 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00e2e9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 226 233 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1a3a6b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 58 107 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8e0104\] {
  --tw-bg-opacity: 1;
  background-color: rgb(142 1 4 / var(--tw-bg-opacity, 1));
}
.bg-\[\#c9c9ca\] {
  --tw-bg-opacity: 1;
  background-color: rgb(201 201 202 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e2fcff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 252 255 / var(--tw-bg-opacity, 1));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#00376e\] {
  --tw-gradient-from: #00376e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 55 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#005412\] {
  --tw-gradient-from: #005412 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 84 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-100 {
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50 {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900 {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-blue-200 {
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#00356c\] {
  --tw-gradient-to: #00356c var(--tw-gradient-to-position);
}
.to-\[\#00420e\] {
  --tw-gradient-to: #00420e var(--tw-gradient-to-position);
}
.to-\[\#005c9e\] {
  --tw-gradient-to: #005c9e var(--tw-gradient-to-position);
}
.to-\[\#00e2e9\] {
  --tw-gradient-to: #00e2e9 var(--tw-gradient-to-position);
}
.to-blue-300 {
  --tw-gradient-to: #93c5fd var(--tw-gradient-to-position);
}
.to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-blue-700 {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}
.to-gray-100 {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}
.to-purple-50 {
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}
.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#00376e\] {
  --tw-text-opacity: 1;
  color: rgb(0 55 110 / var(--tw-text-opacity, 1));
}
.text-\[\#005412\] {
  --tw-text-opacity: 1;
  color: rgb(0 84 18 / var(--tw-text-opacity, 1));
}
.text-\[\#00e2e9\] {
  --tw-text-opacity: 1;
  color: rgb(0 226 233 / var(--tw-text-opacity, 1));
}
.text-\[\#8e0104\] {
  --tw-text-opacity: 1;
  color: rgb(142 1 4 / var(--tw-text-opacity, 1));
}
.text-\[\#c8d8f0\] {
  --tw-text-opacity: 1;
  color: rgb(200 216 240 / var(--tw-text-opacity, 1));
}
.text-\[\#c9c9ca\] {
  --tw-text-opacity: 1;
  color: rgb(201 201 202 / var(--tw-text-opacity, 1));
}
.text-\[\#e2fcff\]\/80 {
  color: rgb(226 252 255 / 0.8);
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-current {
  color: currentColor;
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-90 {
  opacity: 0.9;
}
.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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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 {
  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);
}
.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);
  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 {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  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-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", sans-serif;
}

@font-face {
    font-family: "arialrounded";
    src: url("/font/arialroundedmtbold.ttf") format("truetype");

}

body {
    box-sizing: border-box;
    background: #eef2f7;
    overflow-x: hidden;
    font-family: "Segoe UI", sans-serif;
}

.page-id-plan div#sidebar{
    display: none;
}

.selaes-register nav.navbar.navbar-expand-lg.top-bar {
    display: none;
}

.selaes-register footer.footer-section {
    display: none;
}

.hero .select-role{
    display: none;
}

span.close-btn-001 {
    display: none;
}


:root {
    --white-color: #fff;
    --black-color: #000;
    --blue-color: #00376e;
    --sky-blue-color: #00e2e9;
    --red-color: #8e0104;
    --drak-blue-color: #00356c;
    --green-color: #005412;
    --bg-blue-color: #e2fcff;
}

input[type="radio"] {
    accent-color: #00376e;
    transform: scale(1.3);
    cursor: pointer;
}

input[type="radio"]:checked+span {
    color: #00376e;
}

.radio-group label span {
    margin-left: 4px;
    color: #535353;
}

.main-content-wrapper {
    display: grid;
    padding: 15px 30px;
    gap: 15px;
    margin-top: 52px;
    grid-template-columns: 260px calc(100% - 260px);
}


/* === ORIGINAL STYLES (fully preserved, only .hide → .collapsed) === */
.sidebar {
    width: 260px;
    background: #c9c9ca;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
    transition: 0.3s;
    border: 1px solid #00376e;
    border-radius: 10px;
    overflow: hidden;
    height: calc(100vh - 85px);
}

.name-side-bar {
    background: #00376e;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 5px 0;
}

.side-bar-bottom-wrapper{
     background: #00376e;
     padding: 10px 0;
}

.side-menu-list {
    height: calc(100vh - 150px);
    overflow: auto;
}


.side-menu-list::-webkit-scrollbar {
    width: 10px;
}

.side-menu-list::-webkit-scrollbar-track {
    background: #00000075;
    border-radius: 0px;
}

.side-menu-list::-webkit-scrollbar-thumb {
    background: #222;
    border-radius: 0px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    height: 70px;
}

.side-menu-list::-webkit-scrollbar-thumb:hover {
    background: #222;
}

img.active-arrow {
    width: 12px;
}



 button.logout-btn{
    background: none;
    color: #000000;
    transition: 0.3s;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    outline: none;
    border: none;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 0 5px 10px 5px;
}

.sidebar .site-logo {
    padding: 20px;
}

.sidebar .site-logo img {
    width: 100%;
}

.sidebar .site-logo a {
    margin: 0;
    padding: 0;
    transition: none;
}

.sidebar .site-logo a:hover {
    background: none;
}

.sidebar .site-logo a.active {
    background: none;
}

/* Changed from .sidebar.hide to .sidebar.collapsed to match component */
.sidebar.collapsed {
    width: 70px;
}

.sidebar.collapsed h2 {
    display: none;
}

.sidebar.collapsed a span {
    display: none;
}

.sidebar.collapsed a {
    justify-content: center;
}

.sidebar a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #000000;
    transition: 0.3s;
    font-size: 18px;
}

.sidebar a span {
    font-weight: 500;
    text-transform: uppercase;
}

.sidebar a:hover {
    background: #001d59;
    color: #fff;
}

.sidebar a.active {
    background: #001d59 !important;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar a  i{
    display: none;
}

/* === NEW PROFESSIONAL DROPDOWN STYLES === */
.sidebar .dropdown {
    width: 100%;
    position: relative;
}

.sidebar .dropdown-toggle {
    display: flex;
    align-items: center;
    padding: 5px;
    text-decoration: none;
    color: #000000;
    transition: 0.3s;
    cursor: pointer;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 20px;
}

.sidebar .dropdown-toggle i:first-child {
   display: none;
}

.sidebar .dropdown-toggle span {
    flex: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.sidebar .dropdown-arrow {
    margin-left: auto;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.sidebar .dropdown-toggle:hover {
    background: #001d59;
    color: #fff;
}

.sidebar .dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(0, 0, 0, 0.02);
}

.sidebar .dropdown-content.open {
    max-height: 500px; /* enough for all sub-items */
}

.sidebar .dropdown-content a {
    
    font-size: 16px;
}

.sidebar .dropdown-content a i {
    margin-right: 8px;
}

/* collapsed sidebar dropdown behavior */
.sidebar.collapsed .dropdown-toggle span,
.sidebar.collapsed .dropdown-arrow {
    display: none;
}

.sidebar.collapsed .dropdown {
    position: relative;
}

.sidebar.collapsed .dropdown-content {
    position: absolute;
    left: 70px;
    top: 0;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    border-radius: 12px;
    min-width: 220px;
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    transition: none;
}

.sidebar.collapsed .dropdown:hover .dropdown-content {
    max-height: 500px;
    padding: 10px 0;
}

.sidebar.collapsed .dropdown-content a {
    padding: 12px 20px !important;
    white-space: nowrap;
    margin: 0;
    border-radius: 0;
}

.sidebar.collapsed .dropdown-content a:first-child {
    border-radius: 12px 12px 0 0;
}

.sidebar.collapsed .dropdown-content a:last-child {
    border-radius: 0 0 12px 12px;
}

.sidebar.collapsed .dropdown-content a:hover {
    background: #00e2e9;
    color: #fff;
}


.main-content {
    flex: 1;
    position: relative;
}

.header-right {
    background: #fff;
    padding: 0 20px;
    height: 70px;
}

.header-right .inner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.header-right .logout-btn button {
    background: #000;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    outline: none;
    text-align: center;
    transition: .5s;
    width: 100px;
}

.page-id-001 .bottom-wrapper {
    padding: 0px;
    /* height: calc(100vh - 70px);
    overflow: auto; */
}

/* .page-id-004 .bottom-wrapper {
    max-width: 870px;
    margin: 0 auto;
} */


.toggle-btn {
    background: #00376e;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 5px;
}


.page-id-001 .section {
    background: #e2fcff;
    border-radius: 20px 5px 20px 20px;
    margin-bottom: 20px;
    /* border: 1px solid #0f2e57; */
    overflow: hidden;
}

.page-id-002 .section {
    margin-bottom: 0px;
}

.page-id-001 .section-header {
    background: #00376e;
    color: white;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px 8px 8px 30px;
}

.page-id-001 .about-header {
    background: #000;
    border-radius: 0px;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.page-id-001 .bottom-section-content {
    padding: 0 20px;
}

.page-id-002 .bottom-section-content {
    padding: 0 0px;
}

.page-id-001 .main-bottom-content {
    padding-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    background: #c9c9ca;
}

.page-id-005 .main-bottom-content {
    background: none !important;
}

.page-id-001 .radio-group .icon {
    background: #00376e;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.page-id-001 .radio-group .icon img {
    width: 25px;
}

.page-id-001 .section-header span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    cursor: pointer;
}

.page-id-001 .section-header img {
    width: 20px;
    transform: rotate(35deg);
}

.page-id-001 .section-header .no-rot img {
    transform: rotate(0deg) !important;
    width: 18px !important;
}

span.no-rot {
    background: #c9c9ca;
    padding: 5px;
    border-radius: 5px;
}



.section-body {
    padding: 15px;
    background: #e2fcff;
}


.page-id-001 .radio-group {
    display: flex;
    justify-content: space-between;
    border: 1px solid #00376e;
    border-radius: 30px 8px 8px 30px;
    margin-bottom: 20px;
    background: #e2fcff;
    overflow: hidden;
}

.page-id-001 .radio-group .left-wrap .type-data {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-id-001 .radio-group .left-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 700;
}

.page-id-001 .radio-group .right-wrap {
    background: #00376e;
    width: 50px;
    border-radius: 0 5px 5px 0px;
}


.page-id-001 .input-group {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}


.page-id-001 .icon-input {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    flex: 1;
    overflow: hidden;
    height: 40px;
}

.page-id-001 .group-data-row {
    display: grid;
    grid-template-columns: calc(60% - 20px) 20% 20%;
    grid-gap: 10px;
}

.page-id-001 #contact .icon-box {
    background: #00376e;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.page-id-001 #contact .icon-box img {
    width: 25px;
}

.page-id-001 #contact .icon-box .rot-01 {
    transform: rotate(35deg);
}

.page-id-001 #contact .icon-box .wt-001 {
    filter: invert(1);
}

.page-id-001 #social .icon-box {
    background: #00376e;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}

.page-id-003 #social .icon-box {
    width: 55px;
}

.page-id-001 #social .icon-box img:last-child {
    width: 25px;
}

.page-id-001 .icon-input input {
    border: none;
    background: transparent;
    width: 100%;
    outline: none;
    height: 40px;
    padding: 0 10px;
    font-weight: 600;
    font-size: 18px;
    color: #00376e;
    text-transform: uppercase;
}

.page-id-001 .icon-input input::-moz-placeholder {
    font-weight: 700;
    font-size: 18px;
    color: #00376e;
    text-transform: uppercase;
}

.page-id-001 .icon-input input::placeholder {
    font-weight: 700;
    font-size: 18px;
    color: #00376e;
    text-transform: uppercase;
}


.page-id-001 .input-group input {
    flex: 1;
    padding: 0px 0px;
    background: #fff;
    font-weight: 700;
    font-size: 18px;
    color: #00376e;
    height: 40px;
    text-transform: uppercase;
}

.page-id-001 #contact .row-wrapper {
    display: grid;
    grid-template-columns: 70% calc(30% - 30px);
    grid-gap: 30px;
}


.page-id-002 #contact .row-wrapper {
    grid-template-columns: 55% calc(45% - 30px);
}

.page-id-001 .row-002-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}


.page-id-001 .upload-box {
    width: 135px;
    height: 135px;
    border: 3px solid #000;
    background: #1a1a1a;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    border-radius: 5px;
}

.page-id-001 .upload-box i {
    font-size: 28px;
    margin-bottom: 10px;
}


.page-id-001 .social .icon-input {
    margin-bottom: 8px;
}


.page-id-001 .edit-btn {
    cursor: pointer;
    background: #00e2e9;
    border: none;
    border-radius: 0 5px 5px 0;
    height: 45px;
    color: #fff;
    transition: 0.3s;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-id-001 .edit-btn p {
    background: #000;
    display: flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.page-id-001 .edit-btn img {
    width: 25px;
    transform: rotate(0deg);
}

.page-id-001 .edit-btn:hover {
    opacity: 0.7;
}


.page-id-001 .header-icon-box {
    background: #00e2e9;
    width: 45px;
    color: #000;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.page-id-001 .header-icon-box img {
    width: 25px;
    transform: rotate(0deg);
}

.page-id-001 .section-socal-icons .inner-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
}

.page-id-002 .section-socal-icons .inner-content {
    display: grid;
    grid-template-columns: 60% calc(40% - 20px);
    align-items: self-start;
    grid-gap: 20px;
    margin-top: 20px;
}









.page-id-001 .section-socal-icons .inner-content .right-wraper {
    display: flex;
    justify-content: flex-end;
}

.page-id-002 .section-socal-icons .inner-content .right-wraper {
    display: block;
    height: 100%;
}

.page-id-002 .section-socal-icons .inner-content .right-wraper .section-socal-icons {
    height: 100%;
}

.page-id-002 .section-socal-icons .inner-content .right-wraper .section-socal-icons .inner-contentt {
    height: 100%;
}

.page-id-002 .section-socal-icons .inner-content .right-wraper .section-socal-icons .inner-contentt .left-wraper {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.page-id-001 .section-socal-icons .inner-content .right-wraper .icon-box-001 {
    transition: 0.3s;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    font-size: 25px;
    color: #fff;
    background: #000;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.page-id-001 .section-socal-icons .inner-content .right-wraper .icon-box-001 img {
    width: 30px;
}

.page-id-001 .section-socal-icons .inner-content .right-wraper .icon-box-001:hover {
    opacity: 0.7;
}


.page-id-001 .upload-box {
    position: relative;
    overflow: hidden;
}

.page-id-001 .upload-box img {
    position: absolute;
    top: 0;
    left: 0;
}












.page-id-002 .inner-contet-row {
    display: grid;
    grid-template-columns: 280px calc(100% - 280px - 24px);
    grid-gap: 24px;
    padding: 0 20px;
}

.page-id-002 .left {
    width: 280px;

}

.page-id-002 .search {
    display: flex;
    overflow: hidden;
    background: transparent;
    border: 1px solid #00376e;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 40px;
}

.page-id-002 .search input {
    flex: 1;
    padding: 0 10px;
    background: transparent;
    height: 40px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.page-id-002 .search input::-moz-placeholder {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.page-id-002 .search input::placeholder {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.page-id-002 .search button {
    background: #00376e;
    color: #fff;
    border: none;
    padding: 8px;
}


.page-id-002 .search button img {
    width: 25px;
}



.page-id-002 .client-list div {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 5px;
    margin: 5px 0;
}

.page-id-002 .user {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.page-id-002 .user span {
    width: 80%;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.page-id-002 .btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.page-id-002 .icon-btn {
    width: 35px;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.page-id-002 .icon-btn img {
    width: 25px;
}

.page-id-002 .icon-btn-001 {
    background: #8e0104;
}

.page-id-002 .icon-btn-002 {
    background: #00356c;
}

.page-id-002 .icon-btn-003 {
    background: #005412;
}


.btn-undo-group {
    display: flex;
    justify-content: space-between;
}

.btn-undo-group button {
    transition: 0.3s;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    font-size: 25px;
    color: #fff;
    background: #000;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

.btn-undo-group button img {
    width: 30px;
}

.btn-undo-group button:hover {
    opacity: 0.7;
}

.btn-undo-group .left-btn button {
    background: #005412;
    color: #fff;
}

.btn-undo-group .right-btn button {
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}



.page-id-003 .row-content-user {
    display: grid;
    grid-template-columns: 65% calc(35% - 20px);
    grid-gap: 20px;
}


.page-id-003 .upload-box {
    width: 120px;
    height: 88px;
}


.page-id-003 .btn-undo-group {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.page-id-003 .icon-btn-003 {
    background: #535353;
}



.page-id-002 .client-list div.active {
    background: #00376e;
    color: #fff;
}


.page-id-002 .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

.page-id-002 .popup-content {
    background: #fff;
    padding: 20px;
    width: 300px;
    border-radius: 8px;
    text-align: center;
}

.page-id-002 .close {
    float: right;
    cursor: pointer;
    font-size: 20px;
}





.page-id-002 .left-content-wrap {
    height: 100%;
    width: 100%;
    max-width: 280px;
    background: #c9c9ca;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #00366b;
}

.page-id-002 .client-list {
    background: #e2fcff;
    padding: 0 10px;
    overflow: auto;
}





/* Chrome, Edge, Safari */
.page-id-002 .client-list::-webkit-scrollbar {
    width: 14px;
}

.page-id-002 .client-list::-webkit-scrollbar-track {
    background: #00000075;
    border-radius: 0px;
}

.page-id-002 .client-list::-webkit-scrollbar-thumb {
    background: #222;
    border-radius: 0px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    height: 70px;
}

.page-id-002 .client-list::-webkit-scrollbar-thumb:hover {
    background: #222;
}










.page-id-004 .top-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px;
    background: #e2fcff;
    border-radius: 32px 5px 5px 32px;
    margin-top: 10px;
    justify-content: space-between;
    height: 50px;
    border: 1px solid #00376e;
    border-left: none;
    border-right: none;
    font-size: 22px;
    font-weight: 700;
    color: #747676;
}


.page-id-004 .toggle {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #565656;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-id-004 .toggle span {
    width: 32px;
    height: 32px;
    display: block;
    background: #aeaeae;
    border-radius: 100%;
    border: 2px solid #fff;
}


.page-id-004 .small-input {
    width: 50px;
    padding: 5px;
    text-align: center;
    background: #b6b6b6;
    border: none;
    border-radius: 5px;
    height: 40px;
    outline: none;
}

/* Remove arrows in Chrome, Safari, Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove arrows in Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.page-id-004 .delivery-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
}

.page-id-004 .delivery-table tr {
    background: #e2fcff;
}


.page-id-004 .delivery-table tr td:first-child {
    border-radius: 40px 0 0 40px;
}

.page-id-004 .delivery-table tr td:last-child {
    border-radius: 0 40px 40px 0;
}

.page-id-004 .delivery-table td {
    text-align: center;
    font-weight: 700;
    color: #00376e;
    vertical-align: middle;
    font-size: 22px;
}


.page-id-004 .delivery-table .number span {
    width: 50px;
    height: 50px;
    background: #00376e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}


.page-id-004 .value {
    background: #fff;
    padding: 0px 10px;
    border-radius: 5px;
    display: inline-block;
    min-width: 40px;
    border: 1px solid #a3b9cd;
    color: #1a6315;
    outline: none;
}


.page-id-004 .action {
    display: flex;
    justify-content: flex-end;
}

/* .page-id-004 .action p{
    background: #00bcd4;
    padding: 5px;
} */

.page-id-004 .action span {
    width: 50px;
    height: 52px;
    background: #00bcd4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 5px 5px 0;
    cursor: pointer;
}

.page-id-004 .action span p {
    background: #000;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.page-id-004 .action span img {
    width: 22px;
    transform: rotate(40deg);
}

.page-id-004 .delivery-table tr td:first-child {
    border-radius: 40px 0px 0px 40px;

}


.page-id-004 .delivery-table td:last-child {
    text-align: right;
}

.page-id-004 .delivery-table tr td:last-child {
    border-radius: 0px 5px 5px 0px;
    width: 50px;
    border: none;
}

.page-id-004 .delivery-table tr td {
    border-top: 1px solid #00376e;
    border-bottom: 1px solid #00376e;
}

.page-id-004 .active-grp {
    display: flex;
    align-items: center;
    gap: 10px;
}




.page-id-004 .active-toggle span {
    background: #008000d6;
}


.page-id-004 .btn-undo-group {
    justify-content: flex-end;
    padding: 0 20px;
    margin-top: 10px;
}

.page-id-004 .active-grp span {
    font-size: 22px;
}










.page-id-005 .tabs {
    display: flex;
    gap: 0;
    position: relative;
    top: 3px;
    left: 25px;
}



.page-id-005 .tab {
    background-image: url(/images/img-tab-01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    padding: 12px 24px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    font-weight: 600;
    font-size: 18px;
    width: 149px;
    height: 54px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.page-id-005 .tab:hover {
    background-image: url(/images/Vector\ Smart\ Object\ 1.png);
    color: #000;
}

.page-id-005 .tab:hover img {
    filter: brightness(0);
}

.page-id-005 .tab.active {
    color: #000;
    background-image: url(/images/tab-img-2.png);
}

.page-id-005 .tab img {
    width: 28px;
    margin-right: 5px;
}

.page-id-005 .tab.active img {
    filter: brightness(0);
}

/* ROW */

.page-id-005 .list {
    background: #c9c9ca;
    padding: 20px;
    border-radius: 10px;
}

.page-id-005 .main-bottom-content {
    border: none;
    padding-bottom: 0px;
}

.page-id-005 .bottom-section-content {
    padding: 0 0px;
}

.page-id-005 .row {
    display: grid;
    align-items: center;
    background: #e4fcff;
    margin-bottom: 12px;
    border-radius: 30px 8px 8px 30px;
    grid-gap: 30px;
    grid-template-columns: calc(50% - 60px) 25% 25%;
    border: 1px solid #94b1c5;
    height: 50px;
}

/* NUMBER */
.page-id-005 .num {
    width: 100%;
    height: 50px;
    border-radius: 50%;
    background: #00376e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    max-width: 50px;
    font-size: 18px;
}

/* CONTENT */
.page-id-005 .content {
    flex: 1;
    font-weight: 700;
    color: #00376e;
    font-size: 18px;
}

/* GREEN TEXT */
.page-id-005 .green {
    color: #1b5b0d;
}

/* DROPDOWN */
.page-id-005 .dropdown {
    cursor: pointer;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page-id-005 .dropdown img {
    width: 18px;
}

.page-id-005 .dropdown-menu {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 100;
    text-align: left;
}

.page-id-005 .dropdown.active .dropdown-menu {
    display: block;
}

.dropdown.open-up .dropdown-menu {
    top: auto;
    bottom: 100%;
}

/* REWARD */
.page-id-005 .reward {
    color: #1b5b0d;
    font-weight: 700;
    font-size: 18px;
}

/* EDIT */
.page-id-005 .edit {
    display: flex;
    justify-content: flex-end;
}

.page-id-005 .edit span {
    width: 50px;
    height: 50px;
    background: #00bcd4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

.page-id-005 .edit img {
    width: 25px;
}

.page-id-005 .drop-box {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-left: 5px;
    border-radius: 5px;
    width: 100%;
    height: 35px;
    border: 1px solid #b0b4b4;
    position: relative;
}

.page-id-005 .left-box-01 {
    display: flex;
    gap: 10px;
    white-space: nowrap;
    align-items: center;
}


.page-id-005 .main-listing-wrap {
    position: relative;
}


/* Modal styles */
.page-id-005 .modal-001 {
    display: none;
    z-index: 999;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    font-family: Arial, sans-serif;
    position: fixed;
    width: 100%;
}

.page-id-005 .modal-content-001 {
    background-color: #c9c9ca;
    padding: 20px 25px;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    color: #00376e;
    font-size: 18px;
    line-height: 1.2;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-id-005 .close-btn-001 {
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: #00376e;
    cursor: pointer;
    margin-top: -10px;
}

/* Top Row */
.page-id-005 .top-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.page-id-005 .food-select {
    width: 270px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #a9b6c6;
    padding: 5px 8px;
}

.page-id-005 .food-select option {
    font-weight: 600;
}

.page-id-005 .green-bold {
    color: #0b582e;
    font-weight: 700;
}

.page-id-005 .custom-label {
    font-weight: 700;
    font-size: 20px;
    color: #00376e;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Purchase Section */
/* .page-id-005 .purchase-section {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
} */

/* .page-id-005 .purchase-textarea {
    width: 450px;
    background-color: #d9f7fa;
    border: none;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 10px;
    resize: none;
    color: #0b582e;
    margin-right: 10px;
    height: 60px;
    line-height: 1.1;
} */

.page-id-005 .purchase-textarea:focus {
    outline: none;
}

.page-id-005 .image-placeholder img {
    width: 48px;
    height: 48px;
}

/* Discount Type */
.page-id-005 .discount-type {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #00376e;
    font-size: 20px;
}



.page-id-005 .discount-type input[type="checkbox"],
.page-id-005 .discount-type input[type="radio"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.page-id-005 .discount-input {
    width: 40px;
    padding: 2px 5px;
    font-size: 14px;
    border: 1px solid #888888;
    background: #a1a1a1;
    height: 40px;
    border-radius: 8px;
    outline: none;
}

/* Qualifier and Applies To */
.page-id-005 .qualifier-applies-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.page-id-005 .qualifier-section,
.page-id-005 .applies-section {
    border: 1px solid #76a5b0;
    background-color: #e6f3fc;
    border-radius: 10px;
    font-size: 18px;
    color: #00376e;
    overflow: hidden;
    font-weight: 700;
    line-height: 28px;
}

.page-id-005 .section-title {
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
    font-size: 20px;
}

.page-id-005 .by-group-item {
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    font-size: 18px;
}

.page-id-005 .by-group-item label {
    cursor: pointer;
}

.page-id-005 .category-list {
    list-style-type: none;
}

.page-id-005 .category-list li {
    padding: 2px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-id-005 .category-list li label {
    cursor: pointer;
    font-weight: 700;
}

/* Minimum Section */
.page-id-005 .minimum-section {
    margin-top: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #00376e;
    display: flex;
    justify-content: space-between;
}

.page-id-005 .minimum-section .icon-grp {
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-id-005 .minimum-section .icon-grp button {
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    font-size: 25px;
    color: #fff;
    background: #000;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.page-id-005 .minimum-section .icon-grp button img {
    width: 30px;
}


.page-id-005 .image-popup-content .doc-btn button {
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    font-size: 25px;
    color: #fff;
    background: #000;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.page-id-005 .image-popup-content .doc-btn button img {
    width: 30px;
}



.page-id-005 .minimum-section input[type="number"] {
    width: 40px;
    padding: 2px 5px;
    font-size: 18px;
    border: 1px solid #acc8e2;
    background: #e6f3fc;
    height: 40px;
    border-radius: 8px;
    outline: none;
    color: #00376e;
    font-weight: 700;
}



.page-id-005 .discount-form .inner-top-row {
    display: grid;
    grid-template-columns: calc(70% - 15px) 30%;
    grid-gap: 15px;
}


.page-id-005 .discount-form .inner-top-row .drop-box {
    background: #e6f3fc;
    border: 1px solid #93b1cd;
}



.page-id-005 .discount-form .inner-top-row .left-wrapper .top-content {
    background: #bcf8ff;
    font-size: 20px;
    padding: 5px 5px;
    border-bottom: 1px solid #a1afb5;
    font-weight: 700;
}

.page-id-005 .discount-form .inner-top-row .left-wrapper textarea {
    border: none;
    font-weight: 700;
    padding: 5px 10px;
    resize: none;
    color: #1b5b0d;
    margin-right: 10px;
    height: 50px;
    line-height: 1.1;
    outline: none;
    width: 100%;
    display: block;
    background: #e6f3fc;
    font-size: 20px;
    padding: 5px;
}


.page-id-005 .discount-form .inner-top-row .purchase-section {
    border: 1px solid #a1afb5;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #e6f3fc;
}


.page-id-005 .discount-form .upload-box {
    width: 130px;
    height: 100px;

}

.page-id-005 .discount-form .upload-box img {
    width: 100%;
    position: relative;
}


.page-id-005 .discount-form .dro-111 {
    margin-bottom: 10px;
}

.page-id-005 .discount-form .custom-r-btn {
    margin-bottom: 10px;
}



.page-id-005 .discount-form .lab-box label {
    display: flex;
    align-items: center;
    gap: 10px;
}



.page-id-005 .discount-input-002 {
    width: 40px;
    padding: 2px 5px;
    font-size: 14px;
    border: 1px solid #acc8e2;
    background: #e6f3fc;
    height: 40px;
    border-radius: 8px;
    outline: none;
}


.page-id-005 .discount-form .top-data {
    background: #bcf8ff;
    padding: 5px 24px;
    border-bottom: 1px solid #76a5b0;
}

.page-id-005 .discount-form .bottom-data {
    background: #e6f3fc;
    padding: 5px 10px;
    max-height: 200px;
    overflow: auto;
}

.custom-check {
    list-style: none;
}

.custom-check label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    color: #2e7d32;
    /* green text */
}

.custom-check input {
    display: none;
}

.checkmark {
    width: 25px;
    height: 25px;
    border: 2px solid #ccc;
    border-radius: 100%;
    position: relative;
}

.custom-check input:checked+.checkmark {
    background-color: #44a048;
    border-color: #44a048;
}

li.custom-check.active {
    color: #1b5b0d;
}


.custom-check input:checked+.checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
}






/* Chrome, Edge, Safari */
.page-id-005 .bottom-data::-webkit-scrollbar {
    width: 14px;
}

.page-id-005 .bottom-data::-webkit-scrollbar-track {
    background: #00000075;
    border-radius: 0px;
}

.page-id-005 .bottom-data::-webkit-scrollbar-thumb {
    background: #222;
    border-radius: 0px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    height: 70px;
}

.page-id-005 .bottom-data::-webkit-scrollbar-thumb:hover {
    background: #222;
}





.page-id-005 .time-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}


.page-id-005 .time-modal-content {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* SHOW POPUP */
.page-id-005 .time-modal.active {
    display: flex;
}



.page-id-005 .time-modal .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
    color: white;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
    font-size: 20px;
}

.page-id-005 .time-modal .header span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    cursor: pointer;
    background: #c9c9ca;
    padding: 5px;
    border-radius: 5px;
}

.page-id-005 .time-modal .header img {
    width: 18px;
}

.page-id-005 .time-modal .header .left-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-id-005 .time-modal .header .left-wrap img {
    width: 22px !important;
}

.page-id-005 .time-modal .range-box {
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px;
    background: #e8fbfd;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: bold;
    border: 1px solid #4a6c93;
    align-items: center;
}

.page-id-005 .to-box {
    width: 45px;
    height: 45px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
}

.page-id-005 .grp-icon-data {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page-id-005 .grp-icon-data .icon-box img {
    width: 30px;
}

.page-id-005 div#startDate {
    color: #003156;
    font-size: 22px;
    font-weight: 700;
}

.page-id-005 div#endDate {
    color: #003156;
    font-size: 22px;
    font-weight: 700;
}

.page-id-005 small#startTime {
    color: #16610e;
    font-size: 22px;
    font-weight: 700;
}

.page-id-005 small#endTime {
    color: #16610e;
    font-size: 22px;
    font-weight: 700;
}

.page-id-005 .time-modal .calendar {
    width: 100%;
}

.page-id-005 .time-modal .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin: 10px 0;
    border-top: 3px solid #63a5ae;
    padding-top: 6px;
}

.page-id-005 span#monthLabel {
    font-size: 22px;
    color: #003156;
}

.page-id-005 .time-modal .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

.page-id-005 .time-modal .day,
.date {
    padding: 15px 10px;
    border-bottom: 2px solid #abd6da;
}

.page-id-005 .time-modal .date {
    cursor: pointer;
}

.page-id-005 .time-modal .date:hover {
    background: #a5d7e8;
}

.page-id-005 .time-modal .selected {
    background: #00a8c6;
    color: white;
}

.page-id-005 .time-modal .range {
    background: #7fd3e4;
}

.page-id-005 .time-modal .right-panel {
    width: 100%;
    background: #ddfffe;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #7091ad;
}

.page-id-005 .time-modal .calendar-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding: 10px;
}

.page-id-005 .time-modal .time-display {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
    justify-content: space-between;
}

.page-id-005 .time-modal .time-display .left-wraper {
    display: flex;
    gap: 5px;
    align-items: center;
}

.page-id-005 .time-modal .time-display .left-wraper span {
    font-size: 32px;
    display: block;
}

.page-id-005 .time-modal .time-box {
    font-size: 32px;
    font-weight: 500;
    background: #001456;
    color: #00e5fa;
    padding: 5px 10px;
    border-radius: 12px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-id-005 .time-modal .ampm {
    margin-left: 10px;
}

.page-id-005 .time-modal .ampm button {
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-image: url(/images/time-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 45px;
    height: 40px;
    font-size: 16px;
    background-color: unset;
    color: #fff;
}

.page-id-005 .time-modal .active-btn {
    background-image: url(/images/time-img-2.png) !important;
    color: #00e5fa !important;
}

.page-id-005 .time-modal .clock {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #003156;
    margin: auto;
    position: relative;
}

.page-id-005 .time-modal .hand {
    position: absolute;
    width: 2px;
    height: 80px;
    background: white;
    top: 30px;
    left: 50%;
    transform-origin: bottom;
}

.page-id-005 .time-modal .center {
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* ROW COLORS */
.page-id-005 .time-modal .row-1 {
    background: #bcf8ff;
}

.page-id-005 .time-modal .row-2 {
    background: #e8fbfd;
}

/* SELECTED DATE */
.page-id-005 .time-modal .selected {
    background: #00c9e1 !important;
    color: #000;
}

/* RANGE BETWEEN */
.page-id-005 .time-modal .range {
    background: #eeeeee !important;
}


.date.empty {
    cursor: not-allowed !important;
}



.page-id-005 .time-modal .clock::after {
    content: " ";
    border: 1px solid #005170;
    width: 180px;
    height: 180px;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}


.page-id-005 button.arrow-cl img {
    width: 13px;
    cursor: pointer;
}

.page-id-005 .button-groups-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}


.page-id-005 .button-groups-bottom button {
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    font-size: 25px;
    color: #fff;
    background: #000;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.page-id-005 .button-groups-bottom button img {
    width: 30px;
}

.page-id-005 .time-modal-content .right-wraper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-check .checkmark {
    display: none;
}

.custom-check.active .checkmark {
    display: inline-block;
}




.page-id-005 .image-select-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}


.page-id-005 .image-select-popup {
    width: 95%;
    background: #e6edf4;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}


/* .page-id-005 .image-popup-header {
    background: #000;
    color: white;
    padding: 8px 12px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-id-005 .image-popup-header .close-btn {
    cursor: pointer;
    background: #0d1b2a;
    border: none;
    color: white;
    font-size: 16px;
    padding: 2px 8px;
} */


.page-id-005 .image-popup-content {
    display: grid;
    grid-template-columns: 45% 45% calc(10% - 40px);
    grid-gap: 20px;
    padding: 10px;
    align-items: flex-end;
}



.page-id-005 .image-select-modal .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
    color: white;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
    font-size: 20px;
}

.page-id-005 .image-select-modal .header span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    cursor: pointer;
    background: #c9c9ca;
    padding: 5px;
    border-radius: 5px;
}

.page-id-005 .image-select-modal .header img {
    width: 18px;
}

.page-id-005 .image-select-modal .header .left-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-id-005 .image-select-modal .header .left-wrap img {
    width: 22px !important;
}


.page-id-005 .image-popup-content .list-box {
    width: 100%;
    background: #e6f3fc;
    border: 2px solid #b1cbd9;
    border-radius: 10px;
    overflow: hidden;
}

.page-id-005 .image-popup-content .menu-list {
    height: 250px;
    overflow-y: auto;
}

.page-id-005 .image-popup-content .menu-item {
    padding: 4px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #00376e;
}

.page-id-005 .image-popup-content .menu-item:hover {
    background: #bcd3ea;
}

.page-id-005 .image-popup-content .select-box {
    border: 3px dashed #4c525f;
    padding: 20px;
    background: #d6edff;
}

.page-id-005 .image-popup-content .select-box img {
    width: 100%;
    max-width: 150px;
}




.page-id-005 .image-popup-content .select-box .select-img-box {
    display: flex;
    justify-content: center;
    height: 107px;
}

.page-id-005 .image-popup-content .select-box p {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #00376e;
    margin-bottom: 14px;
}

.page-id-005 .image-popup-content .select-box h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #00376e;
    max-width: 200px;
    margin: 0 auto 8px;
}




.page-id-005 .menu-list::-webkit-scrollbar {
    width: 14px;
}

.page-id-005 .menu-list::-webkit-scrollbar-track {
    background: #00000075;
    border-radius: 0px;
}

.page-id-005 .menu-list::-webkit-scrollbar-thumb {
    background: #222;
    border-radius: 0px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    height: 70px;
}

.page-id-005 .menu-list::-webkit-scrollbar-thumb:hover {
    background: #222;
}



.page-id-005 .location-select-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}


.page-id-005 .location-select-popup {
    width: 95%;
    background: #e6edf4;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}



.page-id-005 .location-select-content {
    display: grid;
    grid-template-columns: 30% calc(70% - 20px);
    grid-gap: 20px;
    padding: 10px;
    align-items: flex-end;
}



.page-id-005 .location-select-modal .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
    color: white;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
    font-size: 20px;
}

.page-id-005 .location-select-modal .header span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    cursor: pointer;
    background: #c9c9ca;
    padding: 5px;
    border-radius: 5px;
}

.page-id-005 .location-select-modal .header img {
    width: 18px;
}

.page-id-005 .location-select-modal .header .left-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-id-005 .location-select-modal .header .left-wrap img {
    width: 22px !important;
    transform: rotate(35deg);
}

button.time-btn.loct-btn {
    background: #980104 !important;
}

button.time-btn.loct-btn img {
    transform: rotate(35deg);
    width: 25px !important;
}

.page-id-005 .location-select-modal .list-box {
    width: 100%;
    background: #e6f3fc;
    border: 2px solid #b1cbd9;
    border-radius: 10px;
    overflow: hidden;
}

.page-id-005 .location-select-modal .menu-list {
    height: 250px;
    overflow-y: auto;
}

.page-id-005 .location-select-modal .menu-item {
    padding: 4px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #00376e;
}

.page-id-005 .location-select-modal .menu-item:hover {
    background: #bcd3ea;
}



.page-id-005 .location-select-modal .form-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #c9c9c9;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #c6c6c6;
    margin-bottom: 24px;
}

.page-id-005 .location-select-modal input {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #e6f3fc;
    border: 1px solid #a1bdd6;
    font-size: 18px;
    font-weight: 600;
    color: #00376e;
    outline: none;
}

.page-id-005 .location-select-modal input::-moz-placeholder {
    font-size: 18px;
    font-weight: 600;
    color: #00376e;
}

.page-id-005 .location-select-modal input::placeholder {
    font-size: 18px;
    font-weight: 600;
    color: #00376e;
}


.page-id-005 .location-select-modal input[type="checkbox"] {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid #434343;
    border-radius: 3px;
    background-color: #dadada;
    cursor: pointer;
    position: relative;
    display: block;
}

.page-id-005 .location-select-modal input[type="checkbox"]:checked {
    background-color: #4a4a4a;
    border-color: #4a4a4a;
}


.page-id-005 .location-select-modal input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.page-id-005 .location-select-modal input[type="checkbox"]:hover {
    border-color: #666;
}

.page-id-005 .location-select-modal .row-gp-btn {
    display: flex;
    gap: 10px;
}

.page-id-005 .location-select-modal .flex-2 {
    flex: 2;
}

.page-id-005 .location-select-modal .small {
    flex: 1;
}


.btn-grp-wrap .btn-inner {
    display: flex;
    justify-content: flex-end;
    gap: 100px;
}

.btn-grp-wrap .btn-inner .left-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn-grp-wrap .btn-inner .dlt-btn button {
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    font-size: 25px;
    color: #fff;
    background: #939393;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-grp-wrap .btn-inner .dlt-btn button img {
    width: 25px;
}

.btn-grp-wrap .btn-inner .right-btn button {
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    font-size: 25px;
    color: #fff;
    background: #000;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-grp-wrap .btn-inner .right-btn button img {
    width: 30px;
}

.menu-item {
    padding: 10px;
    cursor: pointer;
}

.page-id-005 .bottom-section-content .inner-wraper111 {
    display: grid;
    grid-template-columns: 2.1fr 1fr;
    grid-gap: 20px;
}

.page-id-005 .bottom-section-content .inner-wraper111 .row {
    grid-template-columns: calc(40% - 90px) 25% 25% 10%;
}

.page-id-005 .bottom-section-content .inner-wraper111 .reward-111 {
    background: #00376e;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
}

.page-id-005 .bottom-section-content .inner-wraper111 .reward-222 {
    font-size: 18px;
    font-weight: 700;
    color: #00376e;
}

.page-id-005 .bottom-section-content .inner-wraper111 .num {
    background: #00e2e9;
}


.page-id-005 .bottom-section-content .inner-wraper111 .icon-box-001 {
    background: #00e2e9;
    width: 45px;
    color: #000;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.page-id-005 .bottom-section-content .inner-wraper111 .main-content-box {
    background: #e4fcff;
    height: 415px;
    border: 1px solid #a3aeb8;
    border-radius: 22px 10px 10px 10px;
}

.page-id-005 .bottom-section-content .inner-wraper111 .top-data-box .text-box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.page-id-005 .bottom-section-content .inner-wraper111 .top-data-box .text-box h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.page-id-005 .bottom-section-content .inner-wraper111 .top-data-box {
    background: #013871;
    border-radius: 24px 5px 5px 24px;
}

.page-id-005 .bottom-section-content .inner-wraper111 .bottom-data-box {
    padding: 10px;
}

.page-id-005 .bottom-section-content .inner-wraper111 .bottom-data-box ul li {
    list-style: none;
    color: #013871;
    font-size: 18px;
    font-weight: 700;
}

.page-id-005 .bottom-section-content .inner-wraper111 .dft-btn111 {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.page-id-005 .bottom-section-content .inner-wraper111 .dft-btn111 button {
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    font-size: 25px;
    color: #fff;
    background: #000;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.page-id-005 .bottom-section-content .inner-wraper111 .dft-btn111 button img {
    width: 30px;
}


.page-id-005 .device-details {
    background: #e4fcff;
    border-radius: 24px 14px 9px 10px;
    border: 1px solid #8ca1b4;
    overflow: hidden;
    margin-bottom: 10px;
}

.page-id-005 .device-details .num-box {
    background: #013871;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px 0px 24px 24px;
}

.page-id-005 .num-box .left-side {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-id-005 .num-box .left-side h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.page-id-005 .num-box .left-side .box-1 {
    background: #00d7e1;
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

.page-id-005 .num-box .left-side .box-1 span {
    width: 30px;
    height: 30px;
    background: #013871;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.page-id-005 .num-box .right-side .pls-btn button {
    background: #00d7e1;
    border: none;
    outline: none;
    height: 45px;
    width: 45px;
    border-radius: 0px 14px 14px 0px;
    font-size: 34px;
    line-height: 17px;
    font-weight: 600;
}

.page-id-005 .items-wrap {
    padding: 10px;
}

.page-id-005 .items-wrap .box-number-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}

.page-id-005 .items-wrap .box-number-row .box-number {
    padding: 25px 0;
    text-align: center;
    background-image: url(/images/g-bg1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.page-id-005 .items-wrap .box-number-row .box-number.active {
    background-image: url(/images/g-bg2.png);
}

.page-id-005 .items-wrap .box-number-row .box-number h3 {
    font-size: 58px;
    line-height: 68px;
    color: #013871;
}


.page-id-005 .menu-setup {
    background: #e4fcff;
    border-radius: 24px 10px 9px 10px;
    border: 1px solid #8ca1b4;
    overflow: hidden;
    margin-bottom: 10px;
}

.page-id-005 .menu-setup .menu-top {
    background: #013871;
    border-radius: 0px 0px 0px 24px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.page-id-005 .menu-setup .menu-top h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.page-id-005 .menu-setup .menu-top .num-menu {
    background: #00d7e1;
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

.page-id-005 .menu-setup .menu-top .num-menu img {
    width: 25px;
    filter: invert(1);
}

.page-id-005 .menu-setup .menu-bottom .menu-row-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.page-id-005 .menu-setup .menu-bottom .menu-row-wrap .items-wrap-102 {
    border-left: 1px solid #a8c8da;
    border-right: 1px solid #a8c8da;
}

.page-id-005 .menu-setup .menu-bottom .menu-row-wrap .items-wrap-101 {
    padding: 10px 20px;
}

.page-id-005 .menu-setup .menu-bottom .menu-row-wrap .items-wrap-100 {
    display: flex;
    flex-wrap: wrap;
    max-width: 350px;
    gap: 20px;
    height: 40px;
}



.page-id-005 .menu-setup .menu-bottom .menu-row-wrap .items-wrap-100 .list-box label {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #00356c;
}

.page-id-005 .menu-setup .menu-bottom .menu-row-wrap .items-wrap-100 .list-box label input[type="radio"] {
    margin-right: 10px;
}

.page-id-005 .menu-setup .menu-bottom .menu-row-wrap .typ-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-id-005 .menu-setup .menu-bottom .menu-row-wrap .typ-row .type-box-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.page-id-005 .menu-setup .menu-bottom .menu-row-wrap .typ-row .type-box-row .type-box {
    background: #8a8a8a;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    cursor: pointer;
}

.page-id-005 .menu-setup .menu-bottom .menu-row-wrap .typ-row .type-box-row .type-box.active {
    background: #013871;
}

.page-id-005 .menu-setup .menu-bottom .menu-row-wrap .typ-row .type-box-row .type-box span {
    font-size: 18px;
    font-weight: 700;
    color: #515151;
}

.page-id-005 .menu-setup .menu-bottom .menu-row-wrap .typ-row .left-data span {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.page-id-005 .menu-setup .menu-bottom .menu-row-wrap .typ-row .type-box-row .type-box.active span {
    color: #fff;
}

.page-id-005 .menu-setup .menu-bottom .menu-row-wrap .typ-row:first-child {
    margin-bottom: 14px;
}

.page-id-005 .menu-setup .menu-bottom .color-check-row {
    display: flex;
    gap: 10px;
    align-items: center;
}


.page-id-005 .menu-setup .menu-bottom .color-check-row .color-wrap span {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.page-id-005 .menu-setup .menu-bottom .color-check-row .check-color-name span {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}


.page-id-005 .bottom-number-select {
    background: #013871;
    padding: 10px;
    overflow: hidden;
}

.number-select-row {
    display: flex;
    border-radius: 6px;
    overflow: hidden;
}

.number-select-row .select-box-num {
    width: 33px;
    height: 33px;
    min-width: 30px;
    text-align: center;
    border: 1px solid #76808a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #013871;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    background: transparent;
}

/* check icon */
.select-box-num.active::after {
    content: "✔";
    color: red;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid red;
    width: 30px;
    height: 30px;
    z-index: 9;
}

.bottom-number-select {
    display: flex;
    gap: 20px;
}

.bottom-number-select .next-btn button {
    background: transparent;
    height: 33px;
    border: none;
    outline: none;
    cursor: pointer;
}

.bottom-number-select .next-btn button img {
    width: 15px;
}


.color-check {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #5480a5;
}

.color-check input[type="checkbox"] {
    width: 45px;
    height: 40px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-right: 1px solid #5480a5;
    margin: 0px;
    cursor: pointer;
    position: relative;
}

.color-check input[type="checkbox"]:last-child {
    border-right: none;
}

/* Individual colors */
.color-check input:nth-child(1) {
    background: #5ff200;
}

.color-check input:nth-child(2) {
    background: #1feae4;
}

.color-check input:nth-child(3) {
    background: #eacd1f;
}

.color-check input:nth-child(4) {
    background: #ef94ff;
}

/* Checked state border */
.color-check input:checked {
    border: 1px solid #d60000;
}

/* ✅ Custom check icon */
.color-check input:checked::after {
    content: "✔";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #013871;
    font-weight: bold;
}


.design-select-number {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    align-items: center;
}

.design-select-number .custom-select {
    display: flex;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #a6b5b7;
}

.design-select-number .number-box {
    background: #eef1f3;
    font-size: 26px;
    font-weight: bold;
    color: #013871;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 40px;
}

.design-select-number .dropdown-btn {
    width: 45px;
    height: 45px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.design-select-number .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.design-select-number .arrow img {
    width: 18px;
    transform: rotate(90deg);
}

#menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    z-index: 10;
}

#menu div {
    padding: 8px 12px;
    cursor: pointer;
}

#menu div:hover {
    background: #f0f0f0;
}


.page-id-005 .menu-setup .menu-bottom .menu-row-wrap .items-wrap-100 input[type="radio"] {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
}

.page-id-005 .menu-setup .menu-bottom .menu-row-wrap .items-wrap-100 input[type="radio"]:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    /* dot color black */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.btn-grp-btm {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
}

.btn-grp-btm .dft-btn button {
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    font-size: 25px;
    color: #fff;
    background: #000;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-grp-btm .dft-btn button img {
    width: 30px;
}



.page-id-005 .tab span {
    display: block;
    width: 25px;
    height: 25px;
    background: #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 18px;
}

.page-id-005 .tab:hover span {
    background: #00376e;
    color: #fff;
}


.page-id-005 .tab.active span {
    background: #00376e;
    color: #fff;
}


.page-id-006 .tab.active {
    color: #00376e;
    font-weight: 700;
}

.page-id-006 .tab:hover {
    color: #00376e;
    font-weight: 700;
}




.page-id-item-menu .name-box {
    border: 1px solid #00376e;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.page-id-item-menu .name-box input {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    color: #00376e;
    text-transform: uppercase;
    outline: none;
    background: #e6f3fc;
    border: 1px solid #a9c1d7;
    height: 50px;
    padding: 0 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.page-id-item-menu .name-box input::-moz-placeholder {
    font-size: 20px;
    color: #00376e;
    text-transform: uppercase;
}

.page-id-item-menu .name-box input::placeholder {
    font-size: 20px;
    color: #00376e;
    text-transform: uppercase;
}

.page-id-item-menu .name-box textarea {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    color: #00376e;
    text-transform: uppercase;
    outline: none;
    background: #e6f3fc;
    border: 1px solid #a9c1d7;
    height: 100px;
    padding: 10px 15px;
    border-radius: 6px;
}

.page-id-item-menu .name-box textarea::-moz-placeholder {
    font-size: 20px;
    color: #00376e;
    text-transform: uppercase;
}

.page-id-item-menu .name-box textarea::placeholder {
    font-size: 20px;
    color: #00376e;
    text-transform: uppercase;
}

.page-id-item-menu .image-upload {
    cursor: pointer;
    position: relative;
    border: 3px dashed #4c525f;
    padding: 70px;
    background: #d6edff;
    border-radius: 10px;
}

.page-id-item-menu .image-upload input {
    display: none;
}



.page-id-item-menu .price-options button {
    padding: 5px 10px;
    border: none;
    background: #007BFF;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.page-id-item-menu .price-options .link {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #939393;
}

.page-id-item-menu .price-options .link.active {
    background: #000;
}

.page-id-item-menu .price-options .link img {
    width: 30px;
    filter: invert(1);
}

.page-id-item-menu .price-options .link.active img {
    filter: unset;
}

.page-id-item-menu .extras {
    margin-top: 15px;
}



.page-id-item-menu .extras select,
.page-id-item-menu .extras input[type=number] {
    width: 100%;
}

.page-id-item-menu .extras button {
    width: 45px;
    height: 45px;
    border: none;
    background: #66aadd;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-id-item-menu .extras button img {
    width: 30px;
}


.page-id-item-menu .extras .trash {
    background: #dc3545;
}

.page-id-item-menu .extras .clock {
    background: #ffc107;
}

.page-id-item-menu .extras .note {
    background: #17a2b8;
}

.page-id-item-menu .prep-time {
    margin-left: 10px;
}

.page-id-item-menu .img-price-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
    margin-bottom: 20px;
}

.page-id-item-menu .select-img {
    display: flex;
    justify-content: center;
}

.page-id-item-menu .image-upload img {
    width: 100%;
    max-width: 150px;
}

.page-id-item-menu .image-upload p {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #00376e;
    margin-bottom: 14px;
}



.page-id-item-menu .main-row-price {
    display: grid;
    grid-template-columns: calc(100% - 45px - 20px) 45px;
    align-items: center;
    grid-gap: 20px;
    margin-bottom: 14px;
}

.page-id-item-menu .box-price-item {
    padding: 0 15px 0 0px;
    border-radius: 30px 10px 10px 30px;
}


.page-id-item-menu .input-box-row {
    display: grid;
    grid-template-columns: 45px 45% 1% calc(54% - 45px - 29px);
    align-items: center;
    grid-gap: 10px;
}

.page-id-item-menu .input-box-row .num-box {
    width: 45px;
    height: 45px;
    background: #123b7a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 600;
}

.page-id-item-menu .input-box-row .box-wrap input {
    height: 35px;
    padding: 0 8px;
    font-size: 20px;
    font-weight: 600;
    color: #00376e;
    background: #d6edff;
    border: 1px solid #a9c1d7;
    outline: none;
    border-radius: 6px;
    width: 100%;
}

.page-id-item-menu .input-box-row .box-wrap span {
    display: block;
    height: 35px;
    font-size: 19px;
}



.page-id-item-menu .sub-row-data {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
}

.page-id-item-menu .main-sub-data {
    display: grid;
    grid-template-columns: calc(100% - 45px - 20px) 45px;
    grid-gap: 20px;
    align-items: center;
    margin-bottom: 14px;
}

.page-id-item-menu .sub-row-inner {
    border: 1px solid #000;
    padding: 0 15px 0 0px;
    border-radius: 30px 10px 10px 30px;
    display: grid;
    grid-template-columns: 45px 45% 1% calc(54% - 45px - 29px);
    align-items: center;
    grid-gap: 10px;
}


.page-id-item-menu .sub-row-inner .num-box {
    width: 45px;
    height: 45px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 600;
}



.page-id-item-menu .sub-row-inner select {
    height: 35px;
    padding: 0 8px;
    font-size: 20px;
    font-weight: 600;
    color: #00376e;
    background: #d6edff;
    border: 1px solid #a9c1d7;
    outline: none;
    border-radius: 6px;
}

.page-id-item-menu .sub-row-inner input {
    height: 35px;
    padding: 0 8px;
    font-size: 20px;
    font-weight: 600;
    color: #00376e;
    background: #d6edff;
    border: 1px solid #a9c1d7;
    outline: none;
    border-radius: 6px;
    width: 100%;
}

.page-id-item-menu .sub-row-inner .dot-box span {
    display: block;
    height: 35px;
    font-size: 19px;
}



.page-id-item-menu input[type="checkbox"] {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid #434343;
    border-radius: 3px;
    background-color: #dadada;
    cursor: pointer;
    position: relative;
    display: block;
}

.page-id-item-menu input[type="checkbox"]:checked {
    background-color: #4a4a4a;
    border-color: #4a4a4a;
}


.page-id-item-menu input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.page-id-item-menu input[type="checkbox"]:hover {
    border-color: #666;
}

.page-id-item-menu .btn-grp-wrap .right-btn {
    display: flex;
    gap: 14px;
    align-items: center;
}




.page-id-item-menu .add-tems-btn button {
    background: #000;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 0 20px;
    margin-bottom: 14px;
    height: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-id-item-menu .add-tems-btn button img {
    width: 30px;
}

.page-id-item-menu .left-content-wrap {
    height: 90%;
}


.page-id-item-menu .sub-row-data .right-wrap .main-sub-data {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    align-items: center;
    margin-bottom: 14px;
}

.page-id-item-menu .sub-row-data .right-wrap .sub-row-inner {
    grid-template-columns: 45px calc(100% - 45px - 10px);
    margin-left: 20px;
}

.page-id-item-menu .sub-row-data .right-wrap .main-sub-data {
    margin-bottom: 30px;
}

.page-id-item-menu .sub-row-data .right-wrap .value-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-id-item-menu .sub-row-data .right-wrap .value-box span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #00376e;
    width: 40%;
}

.page-id-item-menu .sub-row-data .right-wrap .sub-row-inner input {
    width: 60%;
}




.page-id-menu .tab {
    width: 180px;
}



.page-id-menu .right-btn button {
    width: 45px;
    height: 45px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
}


.page-id-menu .right-btn button img {
    width: 30px;
    filter: invert(100%);

}

.page-id-menu .right-btn button img.SRCH {
    filter: unset
}

.page-id-menu .left-text {
    color: #7b8389;
}

.page-id-menu .titel-box h2 {
    color: #00376e;
    margin-bottom: 9px;
}

.page-id-menu .name-box-001 input {
    height: 35px;
    padding: 0 8px;
    font-size: 20px;
    font-weight: 600;
    color: #00376e;
    background: #d6edff;
    border: 1px solid #a9c1d7;
    outline: none;
    border-radius: 6px;
    width: 100%;
    max-width: 360px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.page-id-menu .name-box-001 input::-moz-placeholder {
    color: #00376e;
}

.page-id-menu .name-box-001 input::placeholder {
    color: #00376e;
}


.page-id-menu .discount-form .top-data {
    padding: 0px 0px 0px 10px;
}

.page-id-menu .by-group-item {
    align-items: center;
}

.page-id-menu .discount-form .bottom-data {
    max-height: 300px;
}


.page-id-menu .row-check {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-id-menu .row-check button {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.page-id-menu .row-check button img {
    width: 30px;
    filter: invert(1);
}






.page-id-menu-profile .section-header img {
    width: 30px;
    transform: rotate(0deg);
}



.page-id-menu-profile .menu-setup .section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: unset;
}

.page-id-menu-profile .menu-setup .section label {
    margin-right: 8px;
    font-weight: bold;
    font-size: 18px;
}

.page-id-menu-profile .menu-setup .dropdown,
.page-id-menu-profile .menu-setup .btn-group button {
    margin-right: 6px;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #999;
    cursor: pointer;
    background: #f8f8f8;
    font-weight: bold;
}

.page-id-menu-profile .menu-setup .btn-group button.active {
    background: #006bb6;
    color: white;
    border-color: #006bb6;
}

.page-id-menu-profile .menu-setup .radio-group label {
    margin-right: 15px;
    cursor: pointer;
    font-weight: bold;
}

.page-id-menu-profile .menu-setup .radio-group input[type="radio"] {
    margin-right: 4px;
}


.page-id-menu-profile .menu-setup .inner-row {
    display: flex;
    border: 1px solid #00376e;
    border-radius: 10px;
    overflow: hidden;
}

.page-id-menu-profile .menu-setup .inner-row .right-wrap {
    width: 100%;
}


.page-id-menu-profile .menu-setup .left-wrap {
    background: #00376e;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;

}

.page-id-menu-profile .menu-setup .left-wrap .img-box img {
    width: 30px;
}

.page-id-menu-profile .menu-setup .left-wrap .img-001 img {
    filter: invert(100%);
}

.page-id-menu-profile .menu-setup .left-wrap .img-002 img {
    position: relative;
    top: 5px;
}


.page-id-menu-profile .menu-setup .design-menu {
    border-bottom: 1px solid #00376e;
    margin-bottom: 14px;
    padding: 0 8px;
    background: #feffeb;
    height: 45px;
    display: flex;
    align-items: center;
}

.page-id-menu-profile .menu-setup .type-menu {
    border-top: 1px solid #00376e;
    padding: 0 8px;
    background: #feffeb;
    height: 45px;
    display: flex;
    align-items: center;
}



.page-id-menu-profile .section-main-box {
    border-radius: 24px 8px 20px 20px;
    border: 1px solid #0f2e57;
    margin-bottom: 14px;
}





.page-id-menu-profile .bg-sectio-list .content-wrap {
    display: flex;
    justify-content: space-between;
    border: 1px solid #00376e;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

.page-id-menu-profile .bg-sectio-list .row-color-img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.page-id-menu-profile .bg-sectio-list .row-color-img .right-box img {
    width: 30px;
}




.page-id-menu-profile .bg-sectio-list .row-color-img .color-box {
    background: #00376e;
    display: flex;
    gap: 10px;
    padding: 5px;
    height: 50px;
    align-items: center;
    justify-content: center;
}




.page-id-menu-profile .bg-sectio-list .select-r-btn {
    display: flex;
    gap: 20px;
}

.page-id-menu-profile .bg-sectio-list .type-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-id-menu-profile .bg-sectio-list .content-wrap .left-box span {
    display: flex;
    width: 50px;
    height: 50px;
    background: #00376e;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}

.page-id-menu-profile .bg-sectio-list .type-box h3{
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.page-id-menu-profile .bg-sectio-list .r-btn label {
    color: #9b9b9b;
    font-size: 18px;
    font-weight: 600;
}


.page-id-menu-profile .bg-sectio-list .content-wrap .left-side-wrapper {
    display: flex;
    gap: 10px;
}


.page-id-002 .btn-undo-group button.api-btn {
    width: 140px;
    font-size: 16px;
}

.page-id-002 .btn-undo-group .right-btn {
    display: flex;
    gap: 10px;
}


.page-id-001 .btn-undo-group .right-btn {
    display: flex;
    gap: 10px;
}

.page-id-001 .btn-undo-group button.api-btn {
    width: 140px;
    font-size: 16px;
}

.page-id-001 .btn-undo-group {
    gap: 14px;
}



button#openPopup img.img-fluid {
    filter: invert(1);
    width: 30px;
    transform: rotate(0deg);
}

.addnewuser-btn {
    background: #00d900;
    color: white;
    border: none;
    padding: 4px 4px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 10px;
}


.icon-box-green{
    background: #3a8e26 !important;
}

.btn-undo-group-client{
    justify-content: flex-end;
}



.user-add-modal .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.user-add-modal  .popup-overlay.active {
    display: flex;
}

/* Popup Container */
.user-add-modal  .popup-container {
    background: #e8e8e8;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    min-width: 380px;
    border: 1px solid #000;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Popup Header */
.user-add-modal  .popup-header {
    background: linear-gradient(to bottom, #1a5276, #0d3a5c);
    color: white;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-add-modal .popup-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-add-modal .popup-header i {
    font-size: 20px;
}

.user-add-modal .popup-header h3 {
    font-size: 16px;
    font-weight: bold;
}

/* .user-add-modal .edit-btn {
    background: transparent;
    border: 2px solid white;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* Popup Body */
.user-add-modal .popup-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* User Type Row */
.user-add-modal .user-type-row {
    background: white;
    border: 3px solid #1a5276;
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.user-add-modal .user-type-row .icon {
    color: #1a5276;
    font-size: 18px;
}

.user-add-modal .user-type-row label {
    font-weight: bold;
    color: #1a5276;
    margin-right: 10px;
}

.user-add-modal .radio-group {
    display: flex;
    gap: 20px;
}

.user-add-modal .radio-group label {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-weight: bold;
    color: #1a5276;
}

.user-add-modal .radio-group input[type="radio"] {
    accent-color: #1a5276;
    width: 18px;
    height: 18px;
}

/* Name Row */
.user-add-modal .name-row {
    display: flex;
    gap: 10px;
}

/* Input Fields */
.user-add-modal .input-field {
    background: white;
    border: 3px solid #1a5276;
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.user-add-modal .input-field i {
    color: #1a5276;
    font-size: 16px;
}

.user-add-modal .input-field input {
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
    width: 100%;
    background: transparent;
}

.user-add-modal .input-field input::-moz-placeholder {
    color: #1a5276;
    font-weight: bold;
}

.user-add-modal .input-field input::placeholder {
    color: #1a5276;
    font-weight: bold;
}

/* Email field with filled data */
.user-add-modal .input-field.filled input {
    color: #1a5276;
    font-weight: bold;
    text-transform: uppercase;
}



.user-add-modal .input-group.icon-input .icon-box {
    background: #00376e;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .page-id-005 .tab {
        padding: 8px 16px;
        font-size: 12px;
    }

    .page-id-005 .row {
        flex-wrap: wrap;
        gap: 8px;
    }

    .page-id-005 .content {
        flex: 1;
        min-width: 150px;
    }
}



/* ========== RESPONSIVE FONT SIZE ADDITIONS (BIG SCREENS) ========== */
/* Improves readability on large desktop & restaurant displays */
@media (min-width: 1600px) {
    body, .main-content, .sidebar, .header-right {
        font-size: 1.1rem;
    }

    /* Sidebar */
    .sidebar a span, .sidebar .dropdown-toggle span {
        font-size: 1rem;
    }

    /* Page 001 */
    .page-id-001 .section-header span {
        font-size: 1.5rem;
    }
    .page-id-001 .radio-group .left-wrap {
        font-size: 1.4rem;
    }
    .page-id-001 .icon-input input::-moz-placeholder {
        font-size: 1.3rem;
    }
    .page-id-001 .icon-input input,
    .page-id-001 .icon-input input::placeholder,
    .page-id-001 .input-group input {
        font-size: 1.3rem;
    }
    .page-id-001 .group-data-row, .page-id-001 .row-002-group {
        font-size: 1.2rem;
    }
    .page-id-001 .upload-box i {
        font-size: 2rem;
    }
    .page-id-001 .section-socal-icons .inner-content .right-wraper .icon-box-001 {
        font-size: 1.8rem;
    }

    /* Page 002 */
    .page-id-002 .user span {
        font-size: 1.4rem;
    }
    .page-id-002 .client-list div {
        font-size: 1.2rem;
    }
    .page-id-002 .search input::-moz-placeholder {
        font-size: 1.2rem;
    }
    .page-id-002 .search input,
    .page-id-002 .search input::placeholder {
        font-size: 1.2rem;
    }
    .page-id-002 .icon-btn img {
        width: 32px;
    }

    /* Page 003 */
    .page-id-003 .upload-box {
        width: 160px;
        height: 120px;
    }

    /* Page 004 */
    .page-id-004 .top-bar {
        font-size: 1.8rem;
    }
    .page-id-004 .delivery-table td {
        font-size: 1.6rem;
    }
    .page-id-004 .active-grp span {
        font-size: 1.6rem;
    }
    .page-id-004 .value {
        font-size: 1.3rem;
        min-width: 70px;
    }

    /* Page 005 */
    .page-id-005 .tab {
        font-size: 1.3rem;
        width: 180px;
        height: 70px;
    }
    
    .page-id-005 .num, .page-id-005 .content, .page-id-005 .reward {
        font-size: 1.3rem;
    }
    .page-id-005 .tabs {
    top: 6px;
}
    .page-id-005 .section-title, .page-id-005 .custom-label, 
    .page-id-005 .discount-type, .page-id-005 .minimum-section {
        font-size: 1.5rem;
    }
    .page-id-005 .by-group-item, .page-id-005 .qualifier-section,
    .page-id-005 .applies-section {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .page-id-005 .modal-content-001 {
        font-size: 1.3rem;
    }
    .page-id-005 .time-modal .header,
    .page-id-005 .image-select-modal .header,
    .page-id-005 .location-select-modal .header {
        font-size: 1.6rem;
    }
    .page-id-005 .time-modal .range-box,
    .page-id-005 .time-modal .time-display .left-wraper span,
    .page-id-005 .time-modal .time-box {
        font-size: 2rem;
    }
    .page-id-005 .menu-setup .menu-top h3,
    .page-id-005 .menu-setup .menu-bottom .menu-row-wrap .items-wrap-100 .list-box label,
    .page-id-005 .menu-setup .menu-bottom .typ-row .left-data span,
    .page-id-005 .menu-setup .menu-bottom .color-check-row .color-wrap span,
    .page-id-005 .menu-setup .menu-bottom .color-check-row .check-color-name span {
        font-size: 1.3rem;
    }
    .page-id-005 .items-wrap .box-number-row .box-number h3 {
        font-size: 4rem;
        line-height: 5rem;
    }
    .page-id-005 .device-details .num-box .left-side h3 {
        font-size: 1.5rem;
    }
    .page-id-005 .num-box .left-side .box-1 span {
        font-size: 1.3rem;
    }

    /* Page – item menu */
    .page-id-item-menu .name-box input::-moz-placeholder, .page-id-item-menu .name-box textarea::-moz-placeholder {
        font-size: 1.5rem;
    }
    .page-id-item-menu .name-box input,
    .page-id-item-menu .name-box textarea,
    .page-id-item-menu .name-box input::placeholder,
    .page-id-item-menu .name-box textarea::placeholder {
        font-size: 1.5rem;
    }
    .page-id-item-menu .image-upload p {
        font-size: 1.6rem;
    }
    .page-id-item-menu .input-box-row .num-box,
    .page-id-item-menu .sub-row-inner .num-box {
        font-size: 1.4rem;
    }
    .page-id-item-menu .input-box-row .box-wrap input,
    .page-id-item-menu .sub-row-inner input,
    .page-id-item-menu .sub-row-inner select,
    .page-id-item-menu .input-box-row .box-wrap span,
    .page-id-item-menu .sub-row-inner .dot-box span {
        font-size: 1.3rem;
    }
    .page-id-item-menu .add-tems-btn button {
        font-size: 1.4rem;
        height: 60px;
    }
    .page-id-item-menu .sub-row-data .right-wrap .value-box span {
        font-size: 1.3rem;
    }

    /* Menu Profile */
    .page-id-menu-profile .menu-setup .section label,
    .page-id-menu-profile .bg-sectio-list .content-wrap .left-box span,
    .page-id-menu-profile .bg-sectio-list .type-box h3,
    .page-id-menu-profile .bg-sectio-list .r-btn label {
        font-size: 1.2rem;
    }

    /* General button / icon size */
    .btn-undo-group button, .btn-grp-wrap .btn-inner button,
    .btn-grp-btm .dft-btn button, .page-id-005 .button-groups-bottom button {
        width: 55px;
        height: 55px;
    }
    .btn-undo-group button img, .btn-grp-wrap .btn-inner button img,
    .btn-grp-btm .dft-btn button img, .page-id-005 .button-groups-bottom button img {
        width: 35px;
    }
    .page-id-001 .btn-undo-group button.api-btn{
        width: 55px !important;
        height: 55px !important;
    }

    .page-id-001 .btn-undo-group button.api-btn img{
        width: 35px !important;
    }
}
.focus-within\:border-\[\#00e2e9\]:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(0 226 233 / var(--tw-border-opacity, 1));
}
.focus-within\:shadow-lg:focus-within {
  --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);
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-110:hover {
  --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));
}
.hover\:border-\[\#00376e\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 55 110 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#00e2e9\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 226 233 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#00e2e9\]\/30:hover {
  border-color: rgb(0 226 233 / 0.3);
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#002a55\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 42 85 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#00356c\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 108 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#00420e\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 14 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#005412\]\/90:hover {
  background-color: rgb(0 84 18 / 0.9);
}
.hover\:bg-\[\#005c9e\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 92 158 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#00cfd6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 207 214 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#6d0103\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 1 3 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#c9e9ff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(201 233 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#e2fcff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 252 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.hover\:from-\[\#005c9e\]:hover {
  --tw-gradient-from: #005c9e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 92 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-blue-700:hover {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-\[\#004a7c\]:hover {
  --tw-gradient-to: #004a7c var(--tw-gradient-to-position);
}
.hover\:to-blue-800:hover {
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}
.hover\:to-purple-700:hover {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}
.hover\:text-\[\#00376e\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 55 110 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#00e2e9\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 226 233 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:shadow-2xl:hover {
  --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);
}
.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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-\[\#00e2e9\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 226 233 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:rotate-12 {
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:border-\[\#00376e\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 55 110 / var(--tw-border-opacity, 1));
}
.group:hover .group-hover\:text-\[\#00376e\] {
  --tw-text-opacity: 1;
  color: rgb(0 55 110 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.group\/image:hover .group-hover\/image\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {

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

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

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

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

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

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

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .sm\:text-\[15px\] {
    font-size: 15px;
  }
}
@media (min-width: 768px) {

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

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

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

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

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

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

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

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

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

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-80 {
    width: 20rem;
  }

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

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

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

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

  .lg\:gap-8 {
    gap: 2rem;
  }

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

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