*, ::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: Mulish, Inter, sans-serif;
  /* 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;
  }
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-16 {
  bottom: 4rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-16 {
  height: 4rem;
}

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

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

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

.w-2\/3 {
  width: 66.666667%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / 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));
}

.p-2 {
  padding: 0.5rem;
}

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

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

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

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

.text-\[\.8125rem\] {
  font-size: .8125rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

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

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:bg-neutral-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }
}
/* Modern Theme CSS - Fancy, Tech-inspired UI */

:root {
  --primary: #4f46e5; /* Indigo 600 */
  --primary-light: #6366f1; /* Indigo 500 */
  --primary-hover: #4338ca; /* Indigo 700 */
  --primary-dark: #3730a3; /* Indigo 800 */
  --primary-contrast: #ffffff;
  
  --secondary: #0ea5e9; /* Sky 500 */
  --secondary-light: #38bdf8; /* Sky 400 */
  --secondary-hover: #0284c7; /* Sky 600 */
  
  --success: #10b981; /* Emerald 500 */
  --success-light: #34d399; /* Emerald 400 */
  --success-hover: #059669; /* Emerald 600 */
  
  --danger: #ef4444; /* Red 500 */
  --danger-light: #f87171; /* Red 400 */
  --danger-hover: #dc2626; /* Red 600 */
  
  --warning: #f59e0b; /* Amber 500 */
  --warning-light: #fbbf24; /* Amber 400 */
  --warning-hover: #d97706; /* Amber 600 */
  
  --info: #3b82f6; /* Blue 500 */
  --info-light: #60a5fa; /* Blue 400 */
  --info-hover: #2563eb; /* Blue 600 */
  
  --neutral-50: #f8fafc;
  --neutral-100: #f1f5f9;
  --neutral-200: #e2e8f0;
  --neutral-300: #cbd5e1;
  --neutral-400: #94a3b8;
  --neutral-500: #64748b;
  --neutral-600: #475569;
  --neutral-700: #334155;
  --neutral-800: #1e293b;
  --neutral-900: #0f172a;
  --neutral-950: #020617;
  
  --background: #f8fafc; /* Slate 50 */
  --card-background: #ffffff;
  --sidebar-background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  --sidebar-hover: rgba(255, 255, 255, 0.1);
  
  --text-primary: var(--neutral-900);
  --text-secondary: var(--neutral-700);
  --text-muted: var(--neutral-500);
  --text-light: var(--neutral-400);
  
  --border-color: var(--neutral-200);
  --border-color-hover: var(--neutral-300);
  
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  
  --radius-sm: 0.125rem;
  --radius: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-2xl: 1.5rem;
  --radius-full: 9999px;
  
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition: 200ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Base Styles */
body {
  background-color: var(--background);
  color: var(--text-primary);
  font-family: 'Inter', 'Mulish', sans-serif;
}

/* Card Styles */
.card-container {
  background-color: var(--card-background);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-color);
  overflow: hidden;
  transition: box-shadow var(--transition);
}

.card-container:hover {
  box-shadow: var(--shadow-lg);
}

/* Button Styles */
.button-primary {
  background-color: var(--primary);
  color: white;
  border-radius: var(--radius);
  padding: 0.5rem 1rem;
  font-weight: 500;
  transition: all var(--transition);
  border: none;
  box-shadow: var(--shadow-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.button-primary:hover:not(:disabled) {
  background-color: var(--primary-hover);
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.button-primary:active:not(:disabled) {
  transform: translateY(0);
}

.button-primary:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.button-default {
  background-color: white;
  color: var(--text-primary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 0.5rem 1rem;
  font-weight: 500;
  transition: all var(--transition);
  box-shadow: var(--shadow-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.button-default:hover:not(:disabled) {
  border-color: var(--border-color-hover);
  background-color: var(--neutral-50);
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.button-default:active:not(:disabled) {
  transform: translateY(0);
}

.button-error {
  background-color: var(--danger);
  color: white;
  border-radius: var(--radius);
  padding: 0.5rem 1rem;
  font-weight: 500;
  transition: all var(--transition);
  border: none;
  box-shadow: var(--shadow-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.button-error:hover:not(:disabled) {
  background-color: var(--danger-hover);
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.button-error-outline {
  background-color: transparent;
  color: var(--danger);
  border: 1px solid var(--danger);
  border-radius: var(--radius);
  padding: 0.5rem 1rem;
  font-weight: 500;
  transition: all var(--transition);
  box-shadow: var(--shadow-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.button-error-outline:hover:not(:disabled) {
  background-color: var(--danger);
  color: white;
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.button-primary-outline {
  background-color: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: var(--radius);
  padding: 0.5rem 1rem;
  font-weight: 500;
  transition: all var(--transition);
  box-shadow: var(--shadow-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.button-primary-outline:hover:not(:disabled) {
  background-color: var(--primary);
  color: white;
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

/* Input Styles */
.custom-input {
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 0.5rem 0.75rem;
  transition: all var(--transition);
  background-color: white;
  color: var(--text-primary);
  outline: none;
  width: 100%;
}

.custom-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.2);
}

.custom-input:hover:not(:focus):not(.error):not([disabled]) {
  border-color: var(--border-color-hover);
}

.custom-input.error {
  border-color: var(--danger);
}

.custom-input.error:focus {
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2);
}

.custom-input:disabled {
  background-color: var(--neutral-100);
  color: var(--text-muted);
  cursor: not-allowed;
}

/* Table Styles */
.table-container {
  overflow: auto;
}

.table-container table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.head_cell {
  background-color: var(--neutral-50);
  color: var(--text-secondary);
  font-weight: 600;
  text-align: left;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border-color);
  white-space: nowrap;
}

.cell_entry {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border-color);
  transition: background-color var(--transition-fast);
  word-break: break-word;
}

.hover-row:hover .cell_entry {
  background-color: var(--neutral-50);
}

.row-active .cell_entry {
  background-color: rgba(79, 70, 229, 0.05);
}

/* Sidebar Styles */
.nav-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
}

.menu-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  transition: all var(--transition);
  color: rgba(255, 255, 255, 0.7);
}

.menu-item:hover {
  background-color: var(--sidebar-hover);
  color: white;
}

.menu-item.active {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  font-weight: 500;
}

.menu-item svg {
  width: 1.25rem;
  height: 1.25rem;
  transition: all var(--transition);
}

/* Pagination Styles */
.css-pagination-12hd3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background-color: white;
}

.paginate-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: var(--radius);
  transition: all var(--transition);
  background-color: white;
  border: 1px solid var(--border-color);
}

.paginate-button:hover:not(.disabled) {
  background-color: var(--neutral-50);
  border-color: var(--border-color-hover);
}

.paginate-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Modal Styles */
.modal-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1080;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition);
}

.modal-window.open {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  background-color: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateY(20px);
  transition: transform var(--transition);
}

/* .modal-window.open .modal-container {
  transform: translateY(0);
} */

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid var(--border-color);
}

.modal-content {
  padding: 1rem;
  overflow-y: auto;
  flex: 1;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 1rem;
  border-top: 1px solid var(--border-color);
}

/* Loading Animation */
.loader-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.loader-dots div {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--primary);
  animation: loader-dots 1.4s infinite ease-in-out both;
}

.loader-dots div:nth-child(1) {
  animation-delay: -0.32s;
}

.loader-dots div:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes loader-dots {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

/* Checkbox Styles */
.css-checkbox-32dg3 input:checked+label:before {
  background-color: var(--primary);
  border-color: var(--primary);
}

/* Popover Styles */
.popover-container.active {
  background-color: var(--primary-light);
  color: white;
}

/* Responsive Styles */
@media (max-width: 640px) {
  .button-primary, .button-default, .button-error, .button-primary-outline, .button-error-outline {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
  }
  
  .custom-input {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
  }
  
  .head_cell, .cell_entry {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
} :root {
  --primary: #7f33ed;
  --primary-light: #9b3de2;
  --primary-hover: #8472f7;
  --arrow-tooltip-size: 6px;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  max-width: 100vw;
  /* overflow-x: hidden; */
  box-sizing: border-box;
  font-family: 'Mulish';
  background-color: #F0F5F9;
}


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




[data-tooltip] {
  position: relative;
  z-index: 10;
}

/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  bottom: calc(95% + var(--arrow-tooltip-size));
  pointer-events: none;
  transition: 0.2s;
  will-change: transform;
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 8px 16px;
  min-width: 50px;
  max-width: 300px;
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 13px;
  background-color: rgba(59, 72, 80, 0.9);
  background-image: linear-gradient(30deg,
      rgba(59, 72, 80, 0.44),
      rgba(59, 68, 75, 0.44),
      rgba(60, 82, 88, 0.44));
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%, calc(0px - var(--arrow-tooltip-size))) scale(0.5);
}

/* Tooltip arrow */
[data-tooltip]:after {
  content: '';
  border-style: solid;
  border-width: var(--arrow-tooltip-size) var(--arrow-tooltip-size) 0px var(--arrow-tooltip-size);
  /* CSS triangle */
  border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
  transition-duration: 0s;
  /* If the mouse leaves the element, 
                              the transition effects for the 
                              tooltip arrow are "turned off" */
  transform-origin: top;
  /* Orientation setting for the
                              slide-down effect */
  transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
  transition-delay: 0.3s;
  transform: translate(-50%, calc(0px - var(--arrow-tooltip-size))) scale(1);
}

/* 
  Arrow slide down effect only on mouseenter (NOT on mouseleave)
*/
[data-tooltip]:hover:after {
  transition-delay: 0.5s;
  /* Starting after the grow effect */
  transition-duration: 0.2s;
  transform: translateX(-50%) scaleY(1);
}

/*
  That's it for the basic tooltip.

  If you want some adjustability
  here are some orientation settings you can use:
*/

/* LEFT */
/* Tooltip + arrow */
[data-tooltip-location="left"]:before,
[data-tooltip-location="left"]:after {
  left: auto;
  right: calc(100% + var(--arrow-tooltip-size));
  bottom: 50%;
}

/* Tooltip */
[data-tooltip-location="left"]:before {
  transform: translate(calc(0px - var(--arrow-tooltip-size)), 50%) scale(0.5);
}

[data-tooltip-location="left"]:hover:before {
  transform: translate(calc(0px - var(--arrow-tooltip-size)), 50%) scale(1);
}

/* Arrow */
[data-tooltip-location="left"]:after {
  border-width: var(--arrow-tooltip-size) 0px var(--arrow-tooltip-size) var(--arrow-tooltip-size);
  border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
  transform-origin: left;
  transform: translateY(50%) scaleX(0);
}

[data-tooltip-location="left"]:hover:after {
  transform: translateY(50%) scaleX(1);
}



/* RIGHT */
[data-tooltip-location="right"]:before,
[data-tooltip-location="right"]:after {
  left: calc(100% + var(--arrow-tooltip-size));
  bottom: 50%;
}

[data-tooltip-location="right"]:before {
  transform: translate(var(--arrow-tooltip-size), 50%) scale(0.5);
}

[data-tooltip-location="right"]:hover:before {
  transform: translate(var(--arrow-tooltip-size), 50%) scale(1);
}

[data-tooltip-location="right"]:after {
  border-width: var(--arrow-tooltip-size) var(--arrow-tooltip-size) var(--arrow-tooltip-size) 0px;
  border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
  transform-origin: right;
  transform: translateY(50%) scaleX(0);
}

[data-tooltip-location="right"]:hover:after {
  transform: translateY(50%) scaleX(1);
}



/* BOTTOM */
[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
  top: calc(100% + var(--arrow-tooltip-size));
  bottom: auto;
}

[data-tooltip-location="bottom"]:before {
  transform: translate(-50%, var(--arrow-tooltip-size)) scale(0.5);
}

[data-tooltip-location="bottom"]:hover:before {
  transform: translate(-50%, var(--arrow-tooltip-size)) scale(1);
}

[data-tooltip-location="bottom"]:after {
  border-width: 0px var(--arrow-tooltip-size) var(--arrow-tooltip-size) var(--arrow-tooltip-size);
  border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
  transform-origin: bottom;
}



.scrollbar::-webkit-scrollbar {
  width: 0;
  background: transparent;
  /* make scrollbar transparent on Chrome, Opera and other webkit browsers */
}

/* make scrollbar transparent on Firefox, IE and Edge*/
.scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Loader css */

.loader-dots div {
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loader-dots div:nth-child(1) {
  left: 8px;
  animation: loader-dots1 0.6s infinite;
}

.loader-dots div:nth-child(2) {
  left: 8px;
  animation: loader-dots2 0.6s infinite;
}

.loader-dots div:nth-child(3) {
  left: 32px;
  animation: loader-dots2 0.6s infinite;
}

.loader-dots div:nth-child(4) {
  left: 56px;
  animation: loader-dots3 0.6s infinite;
}

@keyframes loader-dots1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes loader-dots3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes loader-dots2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}



.custom-label.dot::before {
  content: "⋅";
  font-size: 24px;
  margin-left: -5px;
  margin-top: -3px;
}

.custom-label {
  height: 22px;
  min-width: 22px;
  line-height: 0;
  border-radius: 8px;
  cursor: default;
  align-items: center;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  padding: 0px 9px;
  font-size: 12px;
  font-weight: 700;
}

.custom-label.default.outlined {
  background-color: transparent;
  color: #223354;
  border: 1px solid #9e9e9e;
}

.custom-label.default.ghost {
  background-color: #9e9e9e;
  color: rgba(34, 51, 84, 0.7);
}

.custom-label.default.filled {
  background-color: #e0e0e0;
  color: #424242;
}


.modal-size-xs {
  width: 400px;
  max-width: calc(100% - 10px);
}

.modal-size-sm {
  width: 600px;
  max-width: calc(100% - 10px);
}

.modal-size-md {
  width: 800px;
  max-width: calc(100% - 10px);
}

.modal-size-lg {
  width: 968px;
  max-width: calc(100% - 10px);
}

.modal-size-xl {
  width: 1200px;
  max-width: calc(100% - 10px);
}

.modal-size-2xl {
  width: 1600px;
  max-width: calc(100% - 4rem);
}

.drawer-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.65);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.drawer-window.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}


.modal-custom-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.modal-custom-window.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-custom-window .modal-container {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  display: flex;
  flex-direction: column;
  border-radius: 8px
}


.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1080;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.modal-window.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-window .modal-container {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  display: flex;
  flex-direction: column;
  border-radius: 8px
}

.modal-window .modal-container.centered {
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-window .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 1rem;
  height: 50px;
  font-weight: 600;
  border-bottom: 1px solid #E2E2E2;
}

.modal-window .modal-content {
  flex: 1;
  max-height: 80vh;
  overflow: auto;
}

.modal-window .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 1rem;
  gap: 8px;
  height: 54px;
  border-top: 1px solid #E2E2E2;
  position: relative;
}

.modal-child-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2050;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  ;
}

.modal-child-window.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-child-window .modal-container {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  display: flex;
  flex-direction: column;
  border-radius: 8px
}

.modal-child-window .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 1rem;
  height: 50px;
  font-weight: 600;
  border-bottom: 1px solid #E2E2E2;
}

.modal-child-window .modal-content {
  flex: 1;
  max-height: 80vh;
  overflow: auto;
}

.modal-child-window .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 1rem;
  gap: 8px;
  height: 54px;
  border-top: 1px solid #E2E2E2;
}

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

.button-default {
  padding: 7px 16px;
  background-color: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-weight: 500;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.15s ease;
  outline: none;
}

.button-default svg {
  stroke: var(--primary);
}


.button-default:not(:disabled):hover {
  background-color: #f5f2fa;
  transition: all 0.15s ease;
}

.button-error {
  padding: 7px 16px;
  background-color: #EF4444;
  border: 1px solid #EF4444;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.15s ease;
  outline: none;
}

.button-error svg {
  stroke: #FFF;
}

.button-error:not(:disabled):hover {
  background-color: #ea1212;
  transition: all 0.15s ease;
}

.button-warning {
  padding: 7px 16px;
  background-color: #F59E0B;
  border: 1px solid #F59E0B;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.15s ease;
  outline: none;
}

.button-primary {
  padding: 7px 16px;
  background-image: linear-gradient(to right, var(--primary), var(--primary-light));
  border: 1px solid var(--primary);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.15s ease;
  outline: none;
}

.button-primary svg {
  stroke: #fff;
}

.button-primary:not(:disabled):hover {
  background-image: linear-gradient(to left, var(--primary-hover), var(--primary-light)) !important;
  transition: all 0.15s ease;
}

.button-primary-outline {
  padding: 7px 16px;
  background-color: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-weight: 500;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.15s ease;
  outline: none;
}

.button-primary-outline svg {
  stroke: var(--primary);
}

.button-primary-outline:not(:disabled):hover {
  background-color: #edebf0;
  transition: all 0.15s ease;
}

.button-error-outline {
  padding: 7px 16px;
  background-color: transparent;
  border: 1px solid #EF4444;
  color: #EF4444;
  font-weight: 500;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.15s ease;
  outline: none;
}

.button-error-outline svg {
  stroke: #EF4444;
}

.button-error-outline:not(:disabled):hover {
  background-color: #f7f0f0;
  transition: all 0.15s ease;
}

.button-default-1 {
  padding: 7px 16px;
  background-color: #eee;
  border: 1px solid #eee;
  border: none;
  color: #777;
  font-weight: 500;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.15s ease;
  outline: none;
}

.button-default-1:not(:disabled):hover {
  background-color: #f5f2fa;
  transition: all 0.15s ease;
  color: #7e3af2;
}

button:disabled {
  cursor: not-allowed;
  background-image: none;
  background-color: #F0F0F0 !important;
  border: 1px solid #1010104D !important;
  color: #1010104D !important;
}

button:disabled svg {
  stroke: #1010104D;
}

.copy-btn {
  border-radius: 8px;
  padding: 8px 14px;
  margin-right: -2px;
  font-weight: 700;
  font-size: 13px;
}

.css-checkbox-32dg3 {
  display: block;
}

.css-checkbox-32dg3 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.css-checkbox-32dg3 label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.css-checkbox-32dg3 input:not(:checked)+label:before {
  border: 2px solid #607d8b;
  background-color: transparent;
}

.css-checkbox-32dg3 input:disabled+label:before {
  border: 2px solid rgb(209, 213, 219);
  background-color: rgb(243, 244,246);
}

.css-checkbox-32dg3 input:checked:disabled+label:before {
  border: 2px solid rgb(91, 91, 93);
  background-color: rgb(91, 92, 94);
}

.css-checkbox-32dg3 input:disabled+label span {
  color: #9CA3AF;
}

.css-checkbox-32dg3 input:checked:disabled+label span {
  color: #6b6d70;
}

.css-checkbox-32dg3 input.indeterminate+label:before {
  border: 2px solid #D81B60;
  background-color: #D81B60;
}

.css-checkbox-32dg3 label:before {
  content: '';
  background-color: var(--primary);
  border: 2px solid var(--primary);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
}

.css-checkbox-32dg3 label {
  font-family: Arial, Helvetica, sans-serif;
}

.css-checkbox-32dg3 input:checked+label.has-label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 8px;
  height: 12px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.css-checkbox-32dg3 input.indeterminate+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 2px;
  background-color: #FFF;
}

.css-checkbox-32dg3 input:checked+label.no-label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 8px;
  height: 12px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.remember label {
  color: #000;
  font-size: 15px;
}

.paper-root {
  width: 100%;
  /* overflow: auto; */
  border-radius: 0px !important;
  position: relative;
  box-shadow: none !important;
  display: flex;
  flex-wrap: wrap;
}

.paper-root .table-header {
  border-bottom: 1px solid #dee2e6;
}

.css-pagination-12hd3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 8px 0px;
  gap: 8px;
}

.css-pagination-12hd3 .paginate-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E2E2E2;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.css-pagination-12hd3 .paginate-button:hover {
  background-color: #F5F5F5;
  cursor: pointer;
  transition: all 0.3s ease;
}

.css-pagination-12hd3 .paginate-button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #F4F4F4;
}

.css-pagination-12hd3 .paginate-button.disabled svg {
  stroke: #ccc;
}

.css-pagination-12hd3 .page-input {
  display: flex;
  position: relative;
  width: fit-content;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 15px;
}

.css-pagination-12hd3 select {
  outline: none;
}

.css-pagination-12hd3 .page-input input {
  width: 60px;
  outline: none;
  text-align: center;
}

.css-pagination-12hd3 .page-input span {
  color: #D5D5D5;
}

.css-pagination-12hd3 .page-input input::-webkit-outer-spin-button,
.css-pagination-12hd3 .page-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

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

::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
}

.table-container table {
  min-width: 100%;
  background: #fff;
  table-layout: fixed;
  margin-bottom: 0;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
}

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



.table-container table thead tr {
  color: inherit;
  display: table-row;
  vertical-align: middle;
  outline: 0px;
}

.table-container table thead tr:first-child th {
  border-top: none;
  display: table-cell;
}

.table-container table thead tr th:last-child {
  border-right: none;
}

.table-container table tbody tr td:last-child {
  border-right: none;
}

.table-container table tbody tr:first-child td {
  border-top: none;
}

.table-container table tbody tr:last-child td {
  border-bottom: none;
}

.table-container table thead>tr>th {
  border-width: 1px;
  padding: 12px;
  border: 1px solid #E2E2E2;
  font-weight: 500;
  color: #343a40;
  background: #F2F2F2;
  transition: box-shadow 0.2s;
  font-size: 14px;
  position: sticky;
  top: 0px;
  z-index: 12;
  border-left: none;
}

.table-container table tbody>tr {
  background: #ffffff;
  color: #495057;
  transition: box-shadow 0.2s background-color 0.3s ease;
}

.table-container table tbody>tr.hover-row:hover {
  background: #f2f5f7;
  transition: box-shadow 0.2s background-color 0.3s;
}

.table-container table tbody>tr>td {
  border: 1px solid #dee2e6;
  padding: 1rem 1rem;
  font-size: 14px;
  /* overflow: hidden; */
  border-left: none;
  border-bottom: none;
}

.head_cell--customizable {
  position: relative;
  overflow: visible;
}

.col-resize-handle {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  cursor: col-resize;
  z-index: 20;
  touch-action: none;
}

.col-resize-handle:hover {
  background: rgba(67, 56, 202, 0.25);
}

body.resource-list-col-resizing {
  user-select: none;
  cursor: col-resize;
}

body.resource-list-col-resizing * {
  cursor: col-resize !important;
}

.section-congrat::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #322DA9, #A76ACB);
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  transform: scaleX(1.3);
}

.card-container {
  border: 1px solid #E2E2E2;
  /* border-radius: 12px; */
}

.popover-wrapper {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  animation: fade-in 0.3s linear 1, move-up 0.1s linear 1;
}

.popover-container.active svg {
  stroke: #4338CA;
}

.popover-container {
  transition: all 0.2s ease;
}

.popover-container:hover,
.popover-container.active {
  background-color: #d5ddf7;
  transition: all 0.2s ease;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes move-up {
  from {
    top: 160px;
  }

  to {
    top: 180px;
  }
}

/* .custom-date-picker {
  font-size: 14px;
  border: 1px solid #C1C7CE;
  padding: 8px 12px;
  border-radius: 6px;
} */

input[type="radio"] {
  outline: none;
}

input[type="radio"]:focus {
  border: none;
}

.custom-input {
  padding: 8px 12px;
  border: 1px solid #CCC;
  outline: none;
  border-radius: 6px;
}

.custom-input.error {
  border: 1px solid red;
}

.custom-input:not(.error):not([disabled]):focus {
  border: 1px solid var(--primary);
}

.custom-input:not(.error):not([disabled]):hover {
  border: 1px solid var(--primary);
}

.custom-input.input-discount-value {
  border-radius: 8px 0px 0px 8px;
}

.custom-input:disabled {
  background-color: #F0F0F0;
  color: #000 !important;
}

.select-discount-type {
  padding: 8px 4px;
  border: 1px solid #E2E2E2;
  border-left-width: 0;
  outline: none;
  border-radius: 0px 8px 8px 0px;
}

.select-discount-type.disabled {
  background-color: #F0F0F0;
  border-color: #CCC;
}

.custom-popper input.react-datepicker-time__input {
  font-size: 13px;
  border-radius: 4px;
  box-shadow: inset 0 2px 2px #e9e9e9;
  border: 1px solid #aeaeae;
  line-height: 16px;
  padding: 6px 10px 5px
}

/* .custom-input:focus {
  border: 1px solid var(--primary);
  border-left-width: 1;
} */

/* .select-discount-type:not(:disabled):hover {
  border: 1px solid var(--primary);
  border-left-width: 1;
} */

input.custom-input::-webkit-outer-spin-button,
input.custom-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.daterange-input {
  width: 100%;
  border: 1px solid #ccc;
  height: 44px;
  display: flex;
  align-items: center;
  padding: 0px 8px;
  border-radius: 10px;
  cursor: pointer;
  justify-content: space-between;
}

.tab-invoice {
  border-right: 1px solid #E2E2E2;
  height: 100%;
  padding: 0px 12px;
  min-width: 140px;
}

.tab-invoice.active {
  border-bottom: 2px solid var(--primary);
}

/* .nav-items > li .menu-item:hover {
  background-color: #E8F3FA;
}

.nav-items > li:hover .menu-item {
  background-color: #E8F3FA;
} */

.menu-item svg {
  stroke: #ffffff;
}

.menu-item:hover svg {
  stroke: #ffffff;
}

.menu-item.active svg {
  stroke: #ffffff;
  stroke-width: 2;
}

.menu-item.active .menu-title {
  font-weight: 600;
}

.menu-item .chevron svg {
  transition: all 0.3s ease;
}

.product-item .add-product {
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.5rem;
  align-items: center;
  justify-content: center;
}

.product-item .add-product svg {
  cursor: pointer;
}

.product-item:hover .add-product {
  display: flex;
}

.field-required::after {
  content: '*';
  margin-left: 4px;
  color: red;
}

.logo-sidebar span:first-child {
  background: -webkit-linear-gradient(#d6e078, #e95e98);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bolder;
  letter-spacing: 1.5px;
  font-size: 26px;
}

.logo-sidebar span:last-child {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 14px;
}

.custom-calendar h2.fc-toolbar-title {
  text-transform: capitalize;
}

.paper-root .item {
  position: relative;
}

.tab-product .tab-item {
  border: 1px solid var(--primary);
  border-right: none;
}

.tab-product .tab-item:first-child {
  border-radius: 8px 0 0 8px;
}

.tab-product .tab-item:last-child {
  border-radius: 0 8px 8px 0;
  border-right: 1px solid var(--primary);
}

.tab-product .tab-item.active {
  background-color: var(--primary);
  color: #fff
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
  background: unset !important;
}

.surcharge-item {
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  cursor: pointer;
}

.surcharge-item.active {
  border: 1px solid var(--primary);
}

.surcharge-item.active .product-variation__tick {
  display: block;
}

.variant-item {
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.variant-item.disabled {
  pointer-events: none;
}

.variant-item.active {
  border: 1px solid var(--primary);
}

.variant-item.active .product-variation__tick {
  display: block;
}

.product-variation__tick {
  width: 20px;
  height: 20px;
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: 0;
  display: none;
  border-bottom-right-radius: 3px;
}

.product-variation__tick:before {
  border: 20px solid transparent;
  border-bottom: 20px solid var(--primary);
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
}

.product-variation__tick .icon-tick-bold {
  position: absolute;
  right: 2px;
  bottom: 2px;
  color: #fff;
  font-size: 8px;
}

.shopee-svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  position: relative;
}

.add-discount {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid var(--primary);
  border-radius: 6px;
}

.add-discount.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #F4F4F4;
  border: 1px solid #E2E2E2;
}

.add-discount.disabled svg {
  stroke: #ccc;
}

.add-discount:not(.disabled):hover {
  background-color: #edebf0;
  transition: all 0.2s ease;
}

.line-match {
  color: #16A34A;
  font-weight: 500;
}

.line-match svg {
  stroke: #16A34A;
  stroke-width: 2px;
}

.color-white {
  color: white;
}

.item-sku:focus ~ .item-random-sku, .item-sku:hover ~ .item-random-sku {
  border-left: 1px solid var(--primary);
}

@keyframes zoom {
  0% {
    transform: scale(.95)
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent
  }

  100% {
    transform: scale(.95);
    box-shadow: 0 0 0 0 transparent
  }
}


.setting-sidebar {
  background-color: #FFFFFF;
  border-right: 1px solid #DDD;
}

.setting-content {
  flex: 3;
  background-color: #f0f2f3;
}

.setting-sidebar .setting-item {
  cursor: pointer;
  display: flex;
  gap: 8px;
  padding: 12px;
  border-bottom: 1px solid #E2E2E2;
  transition: all 0.3s ease;
}

.setting-sidebar .setting-item:hover {
  background-color: #F3FAF6;
  transition: all 0.3s ease;
}

.setting-sidebar .setting-item.active {
  cursor: pointer;
  background-color: #F3FAF6;
  pointer-events: none;
}


.btn-start-time {
  background-color: #16A34A;
  border-radius: 8px;
  padding: 8px;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
  box-shadow: 0 0 0 0 #16A34A;
}

.search-point {
  position: fixed;
  z-index: 100;
  bottom: 14px;
  right: 14px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--primary);
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-point:hover {
  background-color: var(--primary-hover);
  transition: all 0.3s ease;
}

.w-100 {
  width: 100%;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}


.text-large {
  font-size: 40px;
}

.text-red {
  color: red;
}


.btn-countdown-time {
  border: 2px solid red;
  background-color: transparent;
  border-radius: 8px;
  padding: 8px;
}

.customer-tab {
  padding: 8px 16px;
  border: 1px solid #ECEBED;
  border-radius: 6px;
  font-size: 14px;
  color: #4B5563;
  cursor: pointer;
}

.customer-tab.active {
  border: none;
  background-color: #e8edfa;
  color: #3C68E2;
  font-weight: 500;
  cursor: default;
  pointer-events: none;
}


.pagination-button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E2E2E2;
  background-color: #fff;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.pagination-button:hover {
  background-color: #F5F5F5;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pagination-button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #F4F4F4;
}

.pagination-button.disabled svg {
  stroke: #ccc;
}

.fade-in-up {
  animation-fill-mode: forwards;
  animation-duration: 400ms;
  animation-name: sg-fadeInUp;
}

.fade-in-down {
  animation-fill-mode: backwards;
  animation-duration: 400ms;
  animation-name: sg-fadeInDown;
}

@keyframes sg-fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes sg-fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

.s-20 {
  width: 20px;
  height: 20px;
}


.btn-link {
  color: #7e3af2;
}

.btn-link:hover {
  color: #4c07c3;
}

.container.shifts-form {
  padding: 20px;
}

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

.text-title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.s-field {
  color: #212f3f;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  vertical-align: top;
}

.s-field .text-label {
  align-items: center;
  color: #777;
  display: inline-flex;
  font-size: 14px;
}

.s-field .required::after {
  color: #7e3af2;
  content: "*";
  display: inline-block;
  margin: 0 8px 0 2px;
  position: relative;
  top: -0.5px;
}


.spa-switch {
  font-feature-settings: "tnum", "tnum";
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), linear-gradient(90deg, #fff, #fff);
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #212f3f;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  height: 22px;
  line-height: 1.5715;
  line-height: 22px;
  list-style: none;
  margin: 0;
  min-width: 44px;
  padding: 0;
  position: relative;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}




.spa-switch-checked {
  background: #7e3af2;
}

.spa-switch-handle {
  height: 18px;
  left: 2px;
  top: 2px;
  width: 18px;
}

.spa-switch-handle,
.spa-switch-handle:before {
  position: absolute;
  transition: all .2s ease-in-out;
}


.spa-switch-checked .spa-switch-handle {
  left: calc(100% - 20px);
}

.spa-switch-handle,
.spa-switch-handle:before {
  position: absolute;
  transition: all .2s ease-in-out;
}

.spa-switch-handle:before {
  background-color: #fff;
  border-radius: 9px;
  bottom: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, .2);
  content: "";
  left: 0;
  right: 0;
  top: 0;
}

.spa-switch-inner {
  color: #fff;
  display: block;
  font-size: 12px;
  margin: 0 7px 0 25px;
  transition: margin .2s;
}

.spa-switch-checked .spa-switch-inner {
  margin: 0 25px 0 7px;
}

html {
  --antd-wave-shadow-color: #7e3af2;
  --scroll-bar: 0
}

@-webkit-keyframes fadeEffect {
  to {
    opacity: 0
  }
}

@keyframes fadeEffect {
  to {
    opacity: 0
  }
}

@-webkit-keyframes waveEffect {
  to {
    box-shadow: 0 0 0 #7e3af2;
    box-shadow: 0 0 0 6px #7e3af2;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color)
  }
}

@keyframes waveEffect {
  to {
    box-shadow: 0 0 0 #7e3af2;
    box-shadow: 0 0 0 6px #7e3af2;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color)
  }
}

[spa-click-animating-without-extra-node=true],
[spa-click-animating=true] {
  position: relative
}

.spa-click-animating-node,
[spa-click-animating-without-extra-node=true]:after {
  -webkit-animation: fadeEffect 2s cubic-bezier(.08, .82, .17, 1), waveEffect .4s cubic-bezier(.08, .82, .17, 1);
  animation: fadeEffect 2s cubic-bezier(.08, .82, .17, 1), waveEffect .4s cubic-bezier(.08, .82, .17, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  border-radius: inherit;
  bottom: 0;
  box-shadow: 0 0 0 0 #7e3af2;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  content: "";
  display: block;
  left: 0;
  opacity: .2;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.spa-divider {
  height: 1px;
  background-color: #dad8d8;
}

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

.text-normal {
  font-size: 14px;
}

.border-gray {
  border: 1px solid #dad8d8;
}

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

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



.bg-trans {
  background-color: initial;
}



.text-main {
  color: #7e3af2;
}

.text-medium {
  font-size: 15px;
}


.border-main {
  border-color: #7e3af2;
}

.border,
.border-1 {
  border-width: 1px;
}

.rounded-4 {
  border-radius: 4px;
}



.text-grey99 {
  color: rgb(153 153 153);
}

.bg-greyEE {
  background-color: rgb(238 238 238);
}

.border-greyCC {
  border-color: rgb(204 204 204);
}

.w-120 {
  width: 120px;
}

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

.h-120 {
  height: 120px;
}


.bg-main {
  background-color: #7e3af2;
}

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

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

.text-grey77 {
  color: rgb(119 119 119);
}

.bg-greenBackgroundLight {
  background-color: rgb(241 254 247);
}


.bg-greyF4 {
  background-color: rgb(244 244 244);
}

.bg-greyFA {
  background-color: rgb(250 250 250);
}

.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}

.text-14 {
  font-size: 14px;
}

.min-h-46 {
  min-height: 46px;
}

.bg-greyCC {
  background-color: rgb(204 204 204);
}

.bg-greyF7 {
  background-color: rgb(247 247 247);
}

.border-\[\#EEE\],
.border-greyEE {
  border-color: rgb(238 238 238);
}

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

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.svg-inline--fa.fa-w-12 {
  width: 0.75em;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

.text-green7E {
  color: rgb(1 135 126);
}

.text-violet {
  color: rgb(95 71 227);
}

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

.s-shift-assigments .ant-table-tbody>tr>td {
  height: 100px;
  overflow-wrap: break-word;
  padding: 0 !important;
  position: relative;
}

.cell-schedule-works:hover>.cell-schedule-works-content.hover-opacity {
  opacity: 0.3;
}

.cell-schedule-works:hover>.cell-schedule-works-action {
  z-index: 2;
}

.button-dropdown:hover .dropdown-menu {
  display: block;
}


.text-grey60 {
  color: rgb(96 96 105);
}

.ant-radio-button-wrapper.bg-default {
  background-color: #f1efef;
}

.service-item.disabled div {
  background-color: #F0F0F0;
  color: #9FA0A0;
}


.text-greyCC {
  color: rgb(204 204 204);
}

.cell-center:hover .btn_refresh {
  visibility: visible !important;
}

.events {
  margin: 0;
  padding: 0;
  list-style: none;
}

.events .ant-badge-status {
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notes-month {
  font-size: 28px;
  text-align: center;
}

.notes-month section {
  font-size: 28px;
}

.list-media {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.media-item {
  position: relative;
  width: calc(20% - 8px);
  flex: 0 0 calc(20% - 8px);
}

.apps-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.app-item {
  background-color: #FFF;
  border-radius: 8px;
  padding: 8px;
  position: relative;
  width: calc(25% - 12px);
  flex: 0 0 calc(25% - 12px);
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.app-info {
  height: 52px;
}

.app-item img {
  width: 60px;
  height: auto;
}

.wallet-box {
  width: 40%;
}

@media only screen and (max-width: 639px) {
  .apps-list {
    gap: 10px;
  }

  .app-item {
    width: 100%;
    flex: 0 0 100%;
  }

  .app-item img {
    width: 40px;
    height: auto;
  }

  .app-info {
    height: 36px;
  }

  .wallet-box {
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .apps-list {
    gap: 10px;
  }

  .app-item {
    width: calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
  }

  .app-item img {
    width: 40px;
    height: auto;
  }

  .app-info {
    height: 52px;
  }

  .wallet-box {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .apps-list {
    gap: 12px;
  }

  .app-item {
    width: calc(100%/3 - 8px);
    flex: 0 0 calc(100%/3 - 8px);
  }

  .app-info {
    min-height: 52px;
  }

  .wallet-box {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .apps-list {
    gap: 12px;
  }

  .app-item {
    width: calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
  }

  .app-info {
    height: 36px;
  }

  .wallet-box {
    width: 60%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .apps-list {
    gap: 12px;
  }

  .app-item {
    width: calc(100%/3 - 8px);
    flex: 0 0 calc(100%/3 - 8px);
  }

  .app-info {
    min-height: 52px;
  }

  .wallet-box {
    width: 50%;
  }
}

.qr-wrapper {
  animation: gradient 5s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.card-form {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 8px;
  padding: 1rem;
}

.card-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.card-item {
  background-color: #FFF;
  border-radius: 8px;
  padding: 12px 16px;
  position: relative;
  width: calc(20% - 12px);
  flex: 0 0 calc(20% - 12px);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 639px) {
  .card-item {
    width: 100%;
    flex: 0 0 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1399px) {
  .card-item {
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
}

/* @media only screen and (min-width: 768px) and (max-width: 1023px) {
  .card-list {
    gap: 16px;
  }

  .card-item {
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .card-list {
    gap: 16px;
  }
  .card-item {
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .card-list {
    gap: 16px;
  }
  .card-item {
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
} */

.chart-item {
  background-color: #FFF;
  border-radius: 8px;
  padding: 16px;
  position: relative;
  width: calc(50% - 8px);
  flex: 0 0 calc(50% - 8px);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .chart-item {
    width: 100%;
    flex: 0 0 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .chart-item {
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .chart-item {
    width: 100%;
    flex: 0 0 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .chart-item {
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
}

.quill-editor {
  margin-top: 8px;
}

.quill-editor .ql-toolbar {
  border-radius: 8px 8px 0 0;
}

.quill-editor .ql-container {
  border-radius: 0px 0px 8px 8px;
  min-height: 120px;
}

.quill-editor .error .ql-toolbar.ql-snow {
  border: 1px solid #FF4842 !important;
}

.quill-editor .error .ql-container.ql-snow {
  border: 1px solid #FF4842 !important;
  border-top: 0px !important;
}

.quill-editor .ql-container .ql-editor {
  min-height: 120px;
}

.upload-box {
  border: 2px dashed #ccc;
  border-radius: 6px;
}

.upload-box.error {
  border: 2px dashed #FF4842;
}


.sticky-cell::after {
  z-index: 10;
  position: sticky;
  right: 0;
  padding: 0 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  word-break: keep-all;

}

.sticky-cell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  box-shadow: -4px 0 6px rgba(0, 0, 0, .1);
}


.tlt-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum", "tnum";
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}

.form__button .icon {
  width: 24px;
  height: 24px;
  fill: #6f767e;
  -webkit-transition: fill .2s;
  -moz-transition: fill .2s;
  transition: fill .2s;
}

.form__button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 44px;
  padding-right: 4px;
}

.form__input {
  width: 100%;
  height: 40px;
  padding: 0 20px 0 44px;
  background: #f4f4f4;
  border-radius: 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  color: #1a1d1f;
}

.quill-editor-comment .quill {
  display: flex !important;
  flex-direction: column;
  border: 1px solid #CCC;
  border-radius: 8px;
}

.quill-editor-comment .ql-toolbar {
  order: 2;
  border: none !important;
  background-color: #eaecec;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.quill-editor-comment .ql-container {
  order: 1;
  border: none !important;
  min-height: 100px;
}


.tlt-Icon {
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

.popover-above {
  box-shadow: 0 0 0 1px rgba(6, 44, 82, .1), 0 2px 16px rgba(33, 43, 54, .08);
}

.hover-visible:hover {
  visibility: visible;
}

.avatar-container:hover .hover-visible {
  visibility: visible;
}


.signup-gr-l {
  background: linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)) center center / cover no-repeat, url(https://minimals.cc/assets/background/overlay_2.jpg);
  background-position: center center;
}


@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');

.form-area {
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
  padding: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-area .form-inner {
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 19px;
  font-size: 1rem;
  line-height: 1.4;
  color: #475F7B;
  background-color: #FFF;
  border: 1px solid #DFE3E7;
  border-radius: .267rem;
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  color: #475F7B;
  background-color: #FFF;
  border-color: #5A8DEE;
  outline: 0;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.intl-tel-input,
.iti {
  width: 100%;
}


.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


.nav-tabs .nav-item:before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  bottom: 0;
  /* width: 14px;
  height: 14px; */
}

.nav-tabs .nav-item:before {
  left: -14px;
  box-shadow: 7px 7px 0 0 #f0f1f3;
}


 .nav-tabs .nav-item:after{
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  bottom: 0;
  /* width: 14px;
  height: 14px; */
}

.nav-tabs .nav-item:after{
  right: -14px;
  box-shadow: -7px 7px 0 0 #f0f1f3;;
}

.empty-input:not(.error):not([disabled]):focus {
  border-bottom: 1px solid var(--primary);
}

.Polaris-PositionedOverlay {
  z-index: 9999 !important;
}


ul.step-bar {
  display: flex;
}
ul.step-bar  li{
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
ul.step-bar  li .icon{
  font-size: 35px;
  color: #06802d;
  margin: 0 60px;
}
ul.step-bar  li .text{
  font-size: 14px;
  font-weight: 600;
  color: #999;
}

ul.step-bar li .progress.active ~ .text {
  color: #06802d;
}

/* Progress Div Css  */

ul.step-bar  li .progress{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #999;
  /* margin: 14px 0; */
  display: grid;
  place-items: center;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.step-bar .progress::after{
  content: " ";
  position: absolute;
  width: 135px;
  height: 5px;
  background-color: #999;
  right: 25px;
  z-index: 1;
}

.step-bar .progress.active::after{
  background-color: #06802d;
}
.step-bar .one::after{
  width: 0;
  height: 0;
}
ul.step-bar  li .progress .uil{
  display: none;
}
ul.step-bar  li .progress p{
  font-size: 14px;
}

/* Active Css  */

ul.step-bar  li .active{
  background-color: #06802d;
  display: grid;
  place-items: center;
  z-index: 10
}
li.step-bar  .active::after{
  background-color: #06802d;
}
ul.step-bar  li .active p{
  display: none;
}
ul.step-bar  li .active .uil{
  font-size: 20px;
  display: flex;
}


.custom_polaris_button_secondary button{
  border: none !important;
  box-shadow: none !important;
  background-color: #e3e3e3 !important;
}

.custom_polaris_button_secondary button:hover{
  background-color: #c2c0c0 !important;
}


@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes spin-animation {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}

.spin-animated {
  animation: spin-animation 2s infinite;
}

.image-mockup-wrapper {
  position: relative;
}

.image-mockup-wrapper .act-overlay {
  display: none;
  transition: all 0.3s ease;
}

.image-mockup-wrapper:hover .act-overlay {
  display: flex;
  transition: all 0.3s ease;
}