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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-right-1 {
  right: -0.25rem;
}
.-top-1 {
  top: -0.25rem;
}
.right-0 {
  right: 0px;
}
.right-7 {
  right: 1.75rem;
}
.top-1\/3 {
  top: 33.333333%;
}
.z-10 {
  z-index: 10;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.row-start-1 {
  grid-row-start: 1;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mt-11 {
  margin-top: 2.75rem !important;
}
.-ml-0 {
  margin-left: -0px;
}
.-ml-0\.5 {
  margin-left: -0.125rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mt-\[6px\] {
  margin-top: -6px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.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;
}
.ml-0 {
  margin-left: 0px;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.\!h-14 {
  height: 3.5rem !important;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[0\.5px\] {
  height: 0.5px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[44px\] {
  height: 44px;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.min-h-40 {
  min-height: 10rem;
}
.\!w-10 {
  width: 2.5rem !important;
}
.\!w-\[100\%\] {
  width: 100% !important;
}
.\!w-\[64\%\] {
  width: 64% !important;
}
.\!w-full {
  width: 100% !important;
}
.w-0 {
  width: 0px;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[40px\] {
  width: 40px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.\!min-w-full {
  min-width: 100% !important;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-24 {
  min-width: 6rem;
}
.min-w-32 {
  min-width: 8rem;
}
.min-w-48 {
  min-width: 12rem;
}
.min-w-\[104px\] {
  min-width: 104px;
}
.min-w-\[720px\] {
  min-width: 720px;
}
.min-w-full {
  min-width: 100%;
}
.\!max-w-none {
  max-width: none !important;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-32 {
  max-width: 8rem;
}
.max-w-48 {
  max-width: 12rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-64 {
  max-width: 16rem;
}
.max-w-96 {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.origin-top-right {
  transform-origin: top right;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!cursor-default {
  cursor: default !important;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.place-items-center {
  place-items: center;
}
.content-end {
  align-content: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-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));
}
.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-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.justify-self-end {
  justify-self: end;
}
.\!overflow-hidden {
  overflow: hidden !important;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.text-wrap {
  text-wrap: wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.\!rounded-lg {
  border-radius: 0.5rem !important;
}
.\!rounded-md {
  border-radius: 0.375rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity));
}
.border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}
.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 55 112 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.\!py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-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;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-2xl\/7 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.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-sm\/6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-bold {
  font-weight: 700 !important;
}
.\!font-medium {
  font-weight: 500 !important;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.\!text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.\!text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.\!text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.text-\[\#f83770\] {
  --tw-text-opacity: 1;
  color: rgb(248 55 112 / var(--tw-text-opacity));
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}
.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}
.text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(248 55 112 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-75 {
  opacity: 0.75;
}
.\!shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-1 {
  outline-width: 1px;
}
.-outline-offset-1 {
  outline-offset: -1px;
}
.outline-offset-2 {
  outline-offset: 2px;
}
.outline-gray-300 {
  outline-color: #d1d5db;
}
.outline-pink-600 {
  outline-color: #f83770;
}
.\!ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.ring-1 {
  --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(1px + 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);
}
.\!ring-inset {
  --tw-ring-inset: inset !important;
}
.ring-inset {
  --tw-ring-inset: inset;
}
.\!ring-gray-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity)) !important;
}
.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.ring-gray-500\/10 {
  --tw-ring-color: rgb(107 114 128 / 0.1);
}
.ring-gray-900\/5 {
  --tw-ring-color: rgb(17 24 39 / 0.05);
}
.ring-green-600\/20 {
  --tw-ring-color: rgb(22 163 74 / 0.2);
}
.ring-indigo-700\/10 {
  --tw-ring-color: rgb(67 56 202 / 0.1);
}
.ring-pink-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 168 193 / var(--tw-ring-opacity));
}
.ring-red-600\/10 {
  --tw-ring-color: rgb(220 38 38 / 0.1);
}
.ring-yellow-600\/20 {
  --tw-ring-color: rgb(202 138 4 / 0.2);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-height\] {
  transition-property: max-height;
  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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  background-color: #f6f8fa;
  font-family: "Poppins", sans-serif !important;
}

body.has-admin-banner .navbar.fixed-top {
  top: 44px;
}
body.has-admin-banner .left-bar {
  top: 102px;
  height: calc(100vh - 102px);
}
body.has-admin-banner .right-content,
body.has-admin-banner .schedule-right-content {
  margin-top: 102px;
  min-height: calc(100vh - 102px);
}

.form-check-label {
  margin-top: 4px;
}

.small_font_14 {
  font-size: 14px;
}

.disabled-select {
  pointer-events: none;
  opacity: 0.6;
}

.mileage-package input[type=number]:disabled {
  background: #dddddd;
}

.form-control:focus {
  box-shadow: 0 0 0 0.02rem #f83770;
  border-color: #f83770;
}

.form-control-area {
  width: 100%;
  height: 200px;
}

.form-input-wrapper {
  border: 1px solid #ccc;
  padding: 15px !important;
  border-radius: 4px;
}

.carousel-remove-icon {
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.sc-carousel-dot__dot_active {
  background-color: #f83770 !important;
  opacity: 1 !important
}

.pagination-nav {
  justify-content: flex-end !important;
  box-shadow: unset !important;
}

.pagination-nav .option.next,
.pagination-nav .option.prev {
  border: 1px solid #E2E2EA;
  border-radius: 8px;
}

.pagination-nav .option {
  border-radius: 8px;
  margin-left: 2px;
  margin-right: 2px;
}

.pagination-nav .option:hover {
  background: #f83770 !important;
  color: #FFFFFF !important;
  border-radius: 8px;
}

.pagination-nav .option.active {
  color: #f83770 !important;
}

.pagination-nav .option.active:hover {
  color: #FFFFFF !important;
}

.pagination-nav .option:hover svg path {
  fill: #FFFFFF !important;
}

.car-model-avatar input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: inherit;
  display: inline-flex;
}

.car-model-avatar {
  position: relative;
  color: #FFFFFF;
  background-color: #f83770;
  border-color: #f83770;
  padding: 8px 16px;
  border-radius: 10px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 15px;
  font-size: 16px;
  display: inline-flex;
}

.upload-btn-avatar {
  padding: unset;
}

.btn-wrapper {
  bottom: 15px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.table-thead-top-border thead th {
  border-top: 0px;
}

.car-model-avatar-wrapper {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 4px;
}

.car-model-avatar-wrapper .sc-carousel__pages-container img {
  -o-object-fit: contain;
     object-fit: contain;
}

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

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

a,
input {
  transition: all ease-in-out 0.4s;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

label {
  margin-bottom: .1rem;
  font-size: 0.9rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  margin-bottom: .1rem;
  font-size: 14px;
}

.modal-body .form-group label {
  margin-bottom: .1rem;
  font-size: 0.9rem;
}

.page-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.loginbox-wrap {
  flex: 1;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.loginbox {
  width: 360px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 25px;
  text-align: center;
}

.loginbox .form-control {
  background: #fafafb;
  border: 1px solid #f1f1f5;
  border-radius: 30px;
  margin-bottom: 15px;
  font-size: 14px;
  height: 38px;
}

.loginbox input[type="submit"] {
  width: 100%;
  background-color: #f83770;
  color: #ffffff;
  border: 0px;
  height: 40px;
  border-radius: 10px;
  font-size: 12px;
}

.loginbox input[type="submit"]:hover {
  background-color: #000000;
}

.curbo-button {
  width: 100%;
  background-color: #f83770;
  color: #ffffff;
  border: 0px;
  height: 40px;
  border-radius: 10px;
  font-size: 12px;
}

.curbo-button:hover {
  background-color: #000000;
}

.alert {
  font-size: 12px;
  padding: 10px;
}

.alert-custom-font-size {
  font-size: unset;
}

.show-password {
  border: 0;
  height: 38px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: transparent;
}

.loginbox .input-group-append {
  margin-left: -1px;
  height: 38px;
  position: absolute;
  right: 5px;
  z-index: 9999;
}

.loginbox .input-group .form-control {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.loginbox p {
  line-height: 130%;
}

.sidebar-brand {
  text-align: center;
  margin-bottom: 25px;
}

.sidebar-brand img {
  width: 100px;
}

.left-bar {
  background-color: #ffffff;
  padding: 20px 0px 15px 0px;
  position: fixed;
  width: 210px;
  height: calc(100vh - 58px);
  top: 58px;
  left: 0;
  overflow-y: auto;
  z-index: 1040;
}

.left-bar li {
  padding-left: 8px;
  padding-right: 8px;
  /* margin-bottom: 5px; */
  /* border-left: 5px solid #ffffff; */
}

/* .left-bar li.active {
  border-left: 5px solid #f83770;
  border-top-right-radius: 2px;
}
.left-bar a {
  display: flex;
  height: 50px;
  align-items: center;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: #040404;
  border-radius: 10px;
}
.left-bar a svg{
  margin-right: 15px;
  font-size: 18px;
}
.left-bar li.active a{
  background-color: #f83770;
  color: #ffffff;
} 
.left-bar li.active a svg path{
  fill: #ffffff;
}
.left-bar li.active a svg rect{
  stroke: #ffffff;
}
.left-bar li:hover a svg rect{
  stroke: #ffffff;
}
.left-bar li.active a svg g path{
  stroke: #ffffff;
}
.left-bar li:hover a svg g path{
  stroke: #ffffff;
}
.left-bar a:hover,
.left-bar a:focus{
  text-decoration: none;
  background-color: #f83770;
  color: #ffffff;
}
.left-bar a:hover svg path{
  fill: #ffffff;
} */
input[type="checkbox"] {
  cursor: pointer;
}

.badge {
  padding: 6px 10px;
  font-weight: normal;
}

.navbar-light .navbar-brand {
  display: flex;
  height: 35px;
  align-items: center;
  margin-right: 20px;
}

.navbar-light .navbar-brand img {
  max-width: 100px;
  height: auto;
}

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

.right-content {
  padding: 25px;
  min-height: calc(100vh - 58px);
  overflow: auto;
  margin-top: 58px;
  margin-left: 210px;
  background-color: #f6f8fa;
}

body.modal-open {
  overflow: auto !important;
}

.schedule-right-content {
  /* padding: 25px; */
  min-height: calc(100vh - 58px);
  overflow: auto;
  margin-top: 58px;
  margin-left: 210px;
  background-color: #f6f8fa;
}

.schedule-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #dee2e6;
  padding-left: 15px;
  padding-right: 15px;
}

.schedule-calender-wrapper {
  padding: 15px 15px 0px 15px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.info-card-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.info-card-wrap .card {
  min-width: 23%;
  border-radius: 10px;
  border: 0px;
}

.info-card-wrap .card p {
  font-weight: 600;
}

.info-card-wrap .card h4 {
  font-weight: 700;
}

.table-wrap {
  padding: 25px;
  background-color: #ffffff;
  border-radius: 10px;
}

.title-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.sub-title-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-title-strip .action-btn {
  margin-left: 5px;
  padding: 5px 10px;
  font-weight: 500;
  border-radius: 8px;
}

/* .table-panel{
  height: calc(75vh - 70px);
  overflow: auto;
} */
.table .thead-light th {
  background-color: #f1f4f9 !important;
  border-color: #f1f4f9 !important;
  font-size: 14px !important;
  color: #8690a2 !important;
  font-weight: bold !important;
}

.table-hover tbody tr:hover {
  background-color: #F5F6FA !important;
}

table tbody tr {
  cursor: pointer !important;
}

.capitalize {
  text-transform: capitalize;
}

.tab-wrap {

  background-color: #ffffff;
  border-radius: 10px;
}

.tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.tab-header.mb-10 {
  margin-bottom: 10px !important;
}

.tab-panel {
  padding: 25px;
  margin-top: 20px;
}

.tab-header h3 {
  font-weight: normal;
}

.tab-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  border-top: 1px solid #E7E7E7;
  padding: 20px 0;
}

.tab-row small {
  color: #939EAB;
  font-weight: 700;
  font-size: 14px;
}

.tab-row .tab-col {
  width: 32%;
}

.border-top-none {
  border-top: 0px !important;
}

.w-80 {
  width: 80%;
}

.svelte-tabs__tab-list {
  border: 0px solid #D5D5D5 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  /* background: #F9F9FA !important; old BG color*/
  background: #F2F2F2 !important;
}

.svelte-tabs__tab {
  padding: 23px !important;
  background: #F2F2F2 !important;
  /* background: #F9F9FA !important; old BG color*/
  border: 0px solid #D5D5D5 !important;
  color: #838EA1 !important;
  font-weight: 700 !important;
  margin-left: -6px;
  border-top: 0px !important;
  border-bottom-color: #F9F9FA !important;
  font-size: 16px;
}

.feature-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.feature-wrapper .action-btn {
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 8px;
}

.svelte-tabs__selected {
  color: #040404 !important;
  background: #ffffff !important;
  border-bottom-color: #f83770 !important;
}

.svelte-tabs__tab:first-child {
  margin-left: 0 !important;
  border-top-left-radius: 10px;
  border-left-width: 0px !important;
}

.svelte-tabs__tab:focus {
  outline: none !important;
}

button:focus {
  outline: unset !important;
}

.loader-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 100px);
}

.curbo-dropdown {
  position: relative;
  display: flex;
  font-size: 14px;
}

.curbo-dropdown:hover {
  cursor: pointer;
}

.curbo-dropdown>a,
.curbo-dropdown>button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: white;
  border: 1px solid #E2E2EA;
  padding: 6px 20px 6px 10px;
  border-radius: 10px;
  display: inline-block;
  color: #44444F;
  text-decoration: none;
}

.schedule .curbo-dropdown>button {
  border-radius: 0.25rem !important;
}

.curbo-dropdown>a:before,
.curbo-dropdown>button:before {
  position: absolute;
  right: 10px;
  top: 45%;
  content: ' ';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #92929D;
}

.curbo-dropdown input[type=checkbox] {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
}

.curbo-dropdown input[type=checkbox]:checked {
  position: fixed;
  z-index: +0;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.curbo-dropdown ul {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  right: 0px;
  list-style: none;
  padding: 4px 0px;
  display: none;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
  z-index: 1;
}

.curbo-dropdown input[type=checkbox]:checked+ul {
  display: block;
}

.schedule .curbo-dropdown input[type=checkbox]:checked+ul {
  z-index: 9999;
}

.curbo-dropdown ul li {
  display: block;
  padding: 6px 20px;
  white-space: nowrap;
  min-width: 100px;
}

.curbo-dropdown ul li:hover {
  background-color: #F5F5F5;
  cursor: pointer;
}

.curbo-dropdown ul li a {
  text-decoration: none;
  display: block;
  color: black
}

.curbo-dropdown .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  font-size: 1px;
  padding: 0;
}

.search-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #ced4da;
  padding: 4px 12px;
  border-radius: 10px;
  min-width: 295px;
  max-width: 300px;
}

.search-bar .search-control {
  padding: 6px;
  border: unset;
  outline: unset;
  color: #323C47;
  font-size: 14px;
  width: 100%;
}

.search-bar .search-control:focus {
  border: unset;
  outline: unset;
}

.section-inner-title.block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.section-inner-title h3 {
  font-size: 23px;
}

.col-value {
  color: #344563;
}

.table tbody tr td {
  color: #344563 !important;
  font-size: 14px !important;
}

.image-height {
  height: 200px;
}

.tab-header-right-items {
  display: flex;
  align-items: center;
}

.tab-header-right-style {
  margin-right: 20px;
}

.green-text {
  color: #00B633 !important;
}

.orange-text {
  color: #f83770;
}

.white-text {
  color: #FFFFFF;
}

.deal_notes_spinner {
  padding: 11px;
}

.action-icon-inline {
  display: flex;
  align-items: center;
}

.action-icon {
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 8px;
  background-color: #fff;
}

.action-icon-inline .action-icon {
  margin-right: 10px;
}

.action-icon-inline .action-icon:last-child {
  margin-right: 0px;
}

.card-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 20px;
}

.card-data {
  display: flex;
  align-items: center;
}

.card-info {
  margin-left: 10px;
}

.card-dark-data {
  font-size: 16px;
  color: #323C47;
}

.card-light-data {
  font-size: 16px;
  color: #939eab;
}

.card-active-status {
  font-weight: 500;
  font-size: 14px;
}

.border-bottom-zero {
  border-bottom: unset;
}

.draggable-section {
  border: 1px dashed #f83770;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 13px;
  width: 100%;
  min-height: 100px;
  border-radius: 10px;
}

.darg-label-style {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #92929D;
}

.itemInline {
  display: flex;
  align-items: center;
}

.darg-label-style span {
  color: #f83770;
}

.input-with-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #ced4da;
  padding: 0px 0px 0px 12px;
  border-radius: 10px;
}

.custome-control {
  width: 100%;
  padding: 0px 6px 0px 0px;
  border: unset;
  outline: unset;
  color: #323C47;
  font-size: 14px;
}

input::-moz-placeholder {
  color: #9c9ca6;
  opacity: 1;
  /* Firefox */
}

input::placeholder {
  color: #9c9ca6;
  opacity: 1;
  /* Firefox */
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9c9ca6;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9c9ca6;
}

option[value=""] {
  display: none;
}

.modal-footer button {
  text-transform: uppercase;
  font-size: 16px;
}

.action-btn {
  display: inline-flex;
  gap: 4px;
  background-color: #f83770;
  color: #fff;
  border: unset;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.action-btn.quote {
  line-height: 1.5;
  font-size: 1rem;
}

.action-btn-disable {
  cursor: not-allowed;
  opacity: 0.5;
}

.action-light-btn {
  background-color: transparent;
  border: 1px solid #ced4da;
  border-radius: 10px;
  padding: 8px 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.action-light-btn:hover {
  border: 1px solid #f83770;
}

.custome-control:focus {
  outline: unset;
}

.number-plate-style {
  width: 250px;
  border: 1px solid #f83770;
  background-color: rgba(241, 72, 29, 0.05);
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}

.plate-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  color: #344563;
}

.plate-number {
  letter-spacing: 8px;
  font-size: 22px;
  color: #344563;
  font-weight: bold;
}

.no-data-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
}

.billable-row {
  margin-top: 31px;
}

.billable-row.car-trims .form-check label {
  padding-top: 0.25rem;
}

.maint-record .contents-wrapper {
  position: absolute !important;
  left: 134px !important;
  top: -100px !important;
}

.maintenance-datepicker .datepicker {
  width: 100%;
}

.no-data-section-maintenance {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.no-data-section-invoice {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.no-data-section-invoice>img {
  width: 38%;
}

.no-data-tagline {
  font-size: 16px;
  font-weight: bold;
  color: #838EA1;
  margin-top: 30px;
}

.tr-no-hover {
  background-color: #FFF !important;
  cursor: unset !important;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  z-index: 99999 !important;
}

.car-type-img {
  max-width: 40% !important;
}

.border-radius-25 {
  border-radius: .25rem;
}

.padding-small {
  padding: 8px 12px !important;
}

.right-bar-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.status-select {
  border-radius: 10px;
  font-size: 14px;
  --multiItemActiveBG: #f83770;
  --borderHoverColor: #f83770;
  --borderFocusColor: #f83770;
  --itemHoverBG: #fdece9;
}

.clearSelect {
  --clearSelectTop: 8px;
}

.subscription-notes {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

.subscription-notes .form-group {
  width: 100%;
}

.subscription-notes .form-group textarea {
  resize: none;
  color: #344563;
}

.notes-card {
  width: 100%;
}

.notes-card .author-name {
  color: #344563;
  font-weight: 600;
  font-size: 18px;
}

.notes-card .created-date-time {
  color: #939EAB;
  font-size: 12px;
}

.notes-card .notes-message {
  margin: 15px 0px;
}

.notes-card .notes-message p {
  background-color: #f1f4f9;
  border-radius: 8px;
  padding: 20px;
  color: #344563;
  margin-bottom: 0px;
}

.no-data-section-return_request {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.return-request-datepicker-wrapper .contents {
  position: relative;
  top: 182px;
}

.return-request-datepicker-wrapper .custom-button {
  font-size: 14px !important;
  text-align: left !important;
  border: 1px solid #ced4da !important;
  border-radius: 10px !important;
  padding: 10.5px 12px !important;
  min-width: 210px !important;
  max-width: 240px !important;
  background-color: #FFFFFF;
}

.return-request-datepicker-wrapper .datepicker {
  width: 100%;
}

.return-request-datepicker-wrapper .datepicker .form-control {
  text-align: left;
  font-size: 15px;
  color: #495057 !important;
}

.return-request-datepicker-wrapper.decommission-car-datepicker-wrapper .custom-button {
  border-radius: 4px !important;
  padding: 6px 12px !important;
  min-width: 350px !important;
  max-width: 100% !important;
}

.return-request-datepicker-wrapper.decommission-car-datepicker-wrapper .contents {
  position: relative;
  top: 225px !important;
}

.schedule-datepicker-wrapper .contents {
  position: relative;
  top: 125px;
  left: 19%;
}

.schedule-datepicker-wrapper .custom-button {
  font-size: 14px !important;
  text-align: left !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  padding: 7.5px 12px !important;
  min-width: 210px !important;
  max-width: 240px !important;
  background-color: #FFFFFF;
}

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

/* Customer Invoice Start */
.w-45 {
  width: 45% !important;
}

.w-20 {
  width: 20% !important;
}

.w-15 {
  width: 15% !important;
}

.w-10 {
  width: 10% !important;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

.customer-invoice-scetion {
  border-top: 1px solid #E7E7E7;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.customer-invoice-scetion .cis-fields {
  /* border: 1px solid #E7E7E7; */
  padding: 15px 0px;
  margin-bottom: 15px;
}

.customer-invoice-scetion .cis-fields .cis-field-title {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 10px;
}

.customer-invoice-scetion .cis-fields .cis-field-title .action-btn {
  margin-left: 5px;
  padding: 5px 10px;
  font-weight: 500;
  border-radius: 8px;
}

.customer-invoice-scetion .cis-fields .cis-field-title h4 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
}

.customer-invoice-scetion .cis-fields .cis-field-data p {
  font-size: 16px;
  color: #727272;
  margin: 0px;
}

.customer-invoice-scetion .cis-fields .cis-field-data h5 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 5px;
}

.customer-invoice-scetion .cis-fields .cis-field-data table tbody tr {
  cursor: unset;
}

.customer-invoice-scetion .cis-fields .cis-field-data table tbody tr .form-group,
.customer-invoice-scetion .cis-fields .cis-field-data table tbody tr .input-group {
  margin-bottom: 0rem;
  margin-top: 0rem;
}

.customer-invoice-scetion .cis-fields .cis-field-data table tbody tr td {
  border-top: unset !important;
}

.customer-invoice-scetion .cis-fields .cis-field-data table {
  margin-bottom: 0px !important;
}

.customer-invoice-scetion .cis-fields .cis-field-data .form-check {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E7E7E7;
}

.customer-invoice-scetion .cis-fields .cis-field-data .form-check .form-check-label {
  font-size: 16px;
  cursor: pointer;
}

.customer-invoice-scetion .cis-fields .cis-field-data .form-check .user-active-card,
.customer-invoice-scetion .cis-fields .cis-field-data .form-check .payment-due-date {
  margin-top: 10px;
}

.customer-invoice-scetion .cis-fields .cis-field-data .form-check .payment-due-date .select-box {
  padding: 0px;
}

.customer-invoice-scetion .cis-fields .cis-field-data .form-check .payment-due-date .select-box .custom-select:focus {
  box-shadow: 0 0 0 0.02rem #f83770;
  border-color: #f83770;
}

.customer-invoice-scetion .cis-fields .selectContainer .clearSelect {
  top: 8px;
}

.customer-invoice-scetion .cis-fields .cis-field-data .action-icon {
  height: 38px;
}

.customer-invoice-scetion .cis-fields .selectContainer .listItem .item:hover {
  background-color: #fdece9;
}

.customer-invoice-scetion .cis-fields .selectContainer .listItem .item.hover {
  background-color: #fdece9;
  color: #000000;
}

.customer-invoice-scetion .cis-fields .selectContainer .listItem .item.active {
  background-color: #f83770;
  color: #ffffff;
}

.block-display {
  display: block;
}

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

.summary-section {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #E7E7E7;
}

.summary-section-details {
  min-width: 24%;
}

.detail-field {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}

.summary-section-details .detail-field:last-child {
  margin-bottom: 0px;
}

.detail-field .field-title {
  font-size: 16px;
  color: #212529;
  font-weight: 600;
}

.detail-field .light-color {
  color: rgba(0, 0, 0, 0.35);
}

.detail-field .field-data {
  font-size: 16px;
  color: #212529;
  font-weight: 600;
}

/* Customer Invoice END */
.swap-car-datepicker-wrapper .contents {
  position: relative;
  top: 215px;
}

.swap-car-datepicker-wrapper .custom-button {
  color: #495057;
  height: 38px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: left !important;
  border: 1px solid #ced4da !important;
  border-radius: .25rem !important;
  padding: 0px 15px !important;
  min-width: 100% !important;
  max-width: 100% !important;
  background-color: #FFFFFF;
}

.swap-car-datepicker-wrappe .datepicker {
  --button-width: 100% !important;
}

.metrics-wrapper {
  margin-bottom: 30px;
}

.metrics-wrapper ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  width: 100%;
}

.card-metric {
  margin-top: 20px !important;
}

.metrics-wrapper ul li {
  flex: 1;
  margin-right: 20px;
  background-color: white;
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.05);
}

.metrics-wrapper ul li:last-child {
  margin-right: 0px;
}

.metrics-wrapper ul li .metrics-card {
  display: flex;
  justify-content: space-between;
}

.metrics-wrapper ul li .metrics-card .card-value .label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #5E6C84;
}

.metrics-wrapper ul li .metrics-card .card-value .card-data {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
  color: #040404;
  margin-top: 10px;
}

.metrics-wrapper ul li .metrics-card .card-icon {
  margin-left: 10px;
}

.metrics-wrapper ul li .metrics-card .card-icon img {
  width: 50px;
  max-width: 50px;
}

.metrics-wrapper-ul ul {
  flex-wrap: wrap;
  grid-row-gap: 20px;
}

.hst-wrapper {
  margin-bottom: 0px;
}

.contract-mileage-wrapper {
  border: 1px solid #ced4da !important;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}

.contract-mileage-wrapper .mileage-action-btn {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 5px;
}

.mileage-package-wrapper-inner-style {
  border-left: 4px solid #ced4da;
  padding-left: 15px;
}

.fc-event-main {
  border-left: 6px solid #f83770;
}

.fc .fc-timegrid-slot {
  height: 3.1em !important;
}

.eventWrapper {
  padding: 2px;
}

.event-title {
  font-size: 14px;
  color: #2D3748;
  font-weight: bold;
}

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

.userDetailsWrapper {
  margin-top: 2px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.userDetailsWrapper .user-avarat,
.userDetailsWrapper .icon-style {
  display: flex;
  justify-content: center;
  width: 20px;
  margin-right: 8px;
}

.userDetailsWrapper .user-avarat img {
  width: 20px;
  height: 20px;
}

.userDetailsWrapper .user-detail {
  font-size: 13px;
  font-weight: normal;
  color: #2D3748;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #e6e8f1;
  padding-bottom: 2px;
}

.userDetailsWrapper .icon-style img {
  width: 16px;
  height: 16px;
}

.share-with-wrap {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}

.share-with-wrap .inner-col {
  flex-basis: 60%;
}

.broadcast-message-wrap {
  margin-top: 25px;
}

.broadcast-message-wrap .form-group .form-control {
  width: 60%;
  resize: none;
}

.broadcast-via {
  margin-top: 25px;
  margin-bottom: 25px;
}

.broadcast-via .via-label {
  color: #344563;
  font-size: 18px;
}

.broadcast-via .via-check-list {
  margin-top: 10px;
  margin-left: 10px;
}

.broadcast-via .via-check-list .form-check {
  padding-bottom: 10px;
  /* padding-top: 10px;
  border-bottom: 1px solid #E7E7E7; */
}

.broadcast-via .via-check-list .form-check .form-check-label {
  font-size: 16px;
}

.select-notification-with .form-check .form-check-label {
  font-size: 16px;
}

.metrics-wrapper ul li.cursorPointer {
  cursor: pointer;
}

.border-top-none {
  border-top: 0px !important;
}

.schedule-top-bar .left-container,
.schedule-top-bar .right-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.schedule-switcher {
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 0.25rem;
}

.schedule-switcher .inactive {
  background-color: #fff;
  color: #CCC;
}

.schedule-switcher .inactive:hover {
  color: #f83770;
}

.border-top-none {
  border-top: 0px !important;
}

.schedule-badge {
  max-width: 200px;
  white-space: normal;
  line-height: 1.5;
  border-radius: 10px;
}

.schedule-switcher .action-btn {
  font-size: 14px;
  border-radius: 0.25rem;
  padding: 3.5px 6px;
}

.schedule-top-bar .right-container .action-btn {
  border-radius: 0.25rem;
  font-size: 14px;
  padding: 7.5px 12px;
}

.custom-modal-width-70 {
  max-width: 70%;
}

.legends-warpper {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 0px;
  padding: 0px;
}

.legends-warpper li {
  margin-right: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.legends-warpper li .legend-indicator {
  height: 10px;
  width: 10px;
  border-radius: 50px;
  margin-right: 4px;
}

.legends-warpper li .legend-indicator.delivery {
  background-color: #bdc4f7;
}

.legends-warpper li .legend-indicator.return {
  background-color: #e9eb97;
}

.certn_score {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
}

.certn_score.none {
  text-transform: capitalize;
  background-color: #B9C4C5;
}

.certn_score.rev,
.certn_score.review {
  text-transform: uppercase;
  background-color: #F1C410;
}

.certn_score.clr,
.certn_score.cleared {
  text-transform: uppercase;
  background-color: #25826A;
}

.agreementsWrapper .agreementsHeader {
  margin-bottom: 20px;
}

.agreementsWrapper .agreementTitle {
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
}

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

.agreementDetail {
  text-align: left;
  text-transform: uppercase;
  margin: 0px;
  padding-bottom: 8px;
}

.agreementsWrapper p {
  margin: 0px;
  font-size: 14px;
  margin-bottom: 15px;
}

.agreementsWrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0px;
}

.agreementsWrapper table th,
.agreementsWrapper table td {
  border: 1px solid;
  padding: 10px;
  width: 50%;
}

.agreementsWrapper table tbody tr {
  cursor: default !important;
}

.agreementsWrapper table tbody th {
  text-align: left;
}

.underLineStyle {
  text-decoration: underline;
}

.document-tabs {
  margin-top: 20px;
  border: 1px solid #ccc !important;
  padding: 15px;
  border-radius: 4px !important;
}

.document-tabs ul {
  background-color: transparent !important;
  padding: 4px !important;
  border-radius: 4px !important;
}

.document-tabs ul li {
  background-color: #fff !important;
  color: #919191 !important;
  border: unset;
  border-radius: 10px !important;
  padding: 8px 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 16px !important;
  margin-right: 10px !important;
}

.document-tabs ul li:hover {
  color: #f83770 !important;
}

.document-tabs ul li.svelte-tabs__selected {
  background-color: #f83770 !important;
  color: #fff !important;
}

.document-tabs .svelte-tabs__tab-panel {
  margin-top: 0px !important;
}

/* radio button */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.form-check-inline input[type=radio] {
  accent-color: #f83770;
}

.action-btn.skip-deleting-license-btn {
  font-size: 14px;
  padding: 6px 12px;
}

.custom-radio .form-check-input,
.custom-radio .form-check-label {
  margin-top: 0.50em !important;
}

.form-check-input {
  border: 2px solid rgba(0, 0, 0, 0.25);
}

.form-check-input:checked[type=radio] {
  background-image: url(/assets/radioBg.svg);
}

.form-check-input:checked[type=checkbox] {
  background-image: url(/assets/checkIcon.svg);
}

.form-check-input:checked {
  background-color: #FFFFFF;
  border-color: #f83770;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-label {
  display: inline-block;
}

.form-check-inline {
  display: inline-flex !important;

}

/* radio button END */

.uploadDocs .dropzone {
  height: 38px !important;
  min-height: 38px !important;
  padding: 14px 20px;
}

.deleteBrand {
  margin-left: 15px;
}

.discount-input-wrapper {
  position: relative;
  max-width: 220px;
  margin-bottom: 15px;
}

.discount-input-wrapper input {
  padding-right: 25px;
  color: #344563;
  font-size: 14px;
}

.discount-input-wrapper span {
  position: absolute;
  right: 10px;
  top: 10px;
}

.discount-form .discount-input-wrapper label {
  /* font-weight: 600; */
  color: #f83770;
  margin-top: 2px;
  margin-bottom: 5px;
  font-size: 12px;
}

.discount-key-values {
  font-weight: 600;
  color: #344563;
  margin-bottom: 5px;
  font-size: 14px;
}

.discount-key-values span {
  font-weight: normal;
}

.discount-form .form-group .costom-control {
  margin-bottom: 5px;
}

.discount-form .form-group label {
  color: #344563;
  font-size: 14px;
}

.discount-form .form-group {
  margin-bottom: 10px;
}

.discount-form label {
  color: #344563;
  font-size: 14px;
  padding-bottom: 5px;
}

.discount-input-wrapper.full-max-width {
  max-width: 100% !important;
}

.hint-label {
  color: #0f62fe;
  margin-top: 4px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
}

.hint-label.danger {
  color: #F1481D;
}

.term-total-summary {
  display: flex;
  flex-direction: column;
}

.inline-form-radio {
  display: flex;
  gap: 15px;
}

.tag-list-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dealNoteInput {
  display: flex;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 2px;
  margin-top: 6px;
}

.dealNoteInput button {
  display: flex;
  border: 1px solid #f83770;
  border-radius: 0.25rem;
  background-color: #f83770;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  align-items: center;
  font-weight: 600;
  padding: 0px 10px;
}

.dealNoteInput input,
.dealNoteInput input:focus {
  border: 0px solid #ced4da !important;
  box-shadow: none !important;
}

.right-click-row {
  color: #344563;
}

.dealNoteInput {
  display: flex;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 2px;
  margin-top: 6px;
}

.dealNoteInput button {
  display: flex;
  border: 1px solid #f83770;
  border-radius: 0.25rem;
  background-color: #f83770;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  align-items: center;
  font-weight: 600;
  padding: 0px 10px;
}

.dealNoteInput input,
.dealNoteInput input:focus {
  border: 0px solid #ced4da !important;
  box-shadow: none !important;
}

.right-click-row {
  color: #344563;
}

.customerProfile {
  border: none;
}

.customerProfileUpdateBtn {
  margin-right: 20px;
}

.campaignVerified {
  color: #40871d;
  margin-bottom: 10px;
}

.car-model-tags .multiselect {
  min-height: var(--sms-min-height, 28pt);
}

.qoute-row {
  border-top: 1px solid #E7E7E7;
}

.qoute-row .data-row {
  margin-bottom: 8px;
}

.qoute-row .data-row small {
  color: #939EAB;
  font-weight: 700;
  font-size: 14px;
}

.qoute-row .data-row .col-value {
  color: #344563;
}

.pac-container {
  z-index: 99999;
}

.onlia-params {
  font-family: monospace;
  line-height: 22px;
}

.file-control {
  border: 1px solid #ced4da;
}

input[type=file]::file-selector-button {
  margin-right: 20px;
  border: 0px solid #ced4da;
  background: #f83770;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #f83770;
}

.download-csv {
  border: none !important;
}

.enterprise-no-data-section {
  margin-top: 10px;
}

.enterprise-document {
  word-break: break-all;
}

.daterangepicker .ranges li.active {
  background-color: #f83770 !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #f83770 !important;
}

.btn-primary {
  background-color: #f83770 !important;
  border-color: #f83770 !important;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: #fff !important;
}

.schedule-datepicker-wrapper .date-range {
  font-size: 14px !important;
  text-align: left !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  padding: 7.5px 12px !important;
  min-width: 210px !important;
  max-width: 240px !important;
  background-color: #FFFFFF;
}

.requested-status {
  padding: .275rem .65rem !important;
  background-color: #FFFFFF;
  height: calc(1.5em + 0.55rem + 2px) !important;
}

.organizationUser {
  padding-top: 0px;
}

.svmuliselect svg {
  display: none;
}

.svmuliselect li svg {
  display: block;
}

@media (min-width:240px) and (max-width:320px) {
  .summary-section-details {
    min-width: 50%;
  }

  .title-strip h5 {
    font-size: 18px;
  }

  .margin-top-15 {
    margin-top: 15px;
  }

  .col-mobile-80 {
    width: 80%;
  }

  .col-mobile-20 {
    width: 20%;
    padding: 0px;
  }

  .feature-wrapper .action-btn {
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 8px;
  }

  .metrics-wrapper ul li .metrics-card .card-value .label {
    font-size: 16px;
  }

  .metrics-wrapper {
    margin-bottom: 10px;
  }

  .metrics-wrapper ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .metrics-wrapper ul li {
    margin-right: 0px;
    flex: 0 1 100%;
    margin-bottom: 20px;
  }
}

@media (max-width:767px) {
  .w-80 {
    width: 100%;
  }

  .customer-invoice-scetion .cis-fields .invoice-description {
    width: 200px;
  }

  .customer-invoice-scetion .cis-fields .invoice-qty {
    width: 75px;
  }

  .customer-invoice-scetion .cis-fields .price-group {
    display: flex;
    flex-direction: row;
    width: 160px;
  }

  .customer-invoice-scetion .cis-fields .price-group .input-group-prepend .input-group-text {
    width: 61px;
  }

  body {
    margin-bottom: 45px;
  }

  .summary-section-details {
    min-width: 100%;
  }

  .tab-header {
    align-items: flex-start;
    margin-bottom: 0px;
  }

  .tab-row .tab-col {
    width: 100%;
    margin-bottom: 15px;
  }

  /* .left-bar{
    position: fixed;
    z-index: 9;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    padding: 0px;
  }
   .left-bar ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .left-bar li{
    padding: 0px;
    margin: 0px;
    border: 0px !important;
    width: 50%;
  } */
  /*.left-bar a{
    flex-direction: column;
    height: auto;
    align-items: center;
    height: auto;
    font-size: 12px;
    padding: 5px;
    border-radius: 0px;
    height: 50px;
  }
  
  .left-bar a svg{
    margin-right: 0px;
    margin-bottom: 5px;
  } */
  .right-content {
    margin-left: 0px;
    height: auto;
    margin: 0px;
    padding: 15px;
    margin-top: 85px;
  }

  .schedule-right-content {
    margin-left: 0px;
    height: auto;
    margin: 0px;
    padding: 15px;
    margin-top: 85px;
  }

  .navbar-light .navbar-brand {
    width: auto;
  }

  .navbar-nav {
    flex-direction: row;
  }

  .navbar-nav .nav-item {
    padding: 0 10px;
  }

  .navbar-nav .nav-item:last-child {
    padding: 0px;
  }

  /* .sidebar-brand{
    display: none;
  } */
  .svelte-tabs__tab-list {
    white-space: nowrap;
    overflow: auto;
  }

  .tab-panel {
    padding: 15px;
  }

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

  .title-strip>div {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .title-strip>div .search-bar {
    margin-top: 15px;
    min-width: 100%;
  }

  .table-panel {
    overflow: auto;
  }

  .section-inner-title h3 {
    font-size: 20px;
    font-weight: 600;
  }

  .margin-top-15 {
    margin-top: 15px;
  }

  .feature-row-mobile {
    flex-direction: row;
    flex-wrap: unset;
  }

  .col-mobile-80 {
    width: 80%;
  }

  .col-mobile-20 {
    width: 20%;
    padding: 0px;
  }

  .metrics-wrapper ul li .metrics-card .card-value .label {
    font-size: 16px;
  }

  .metrics-wrapper {
    margin-bottom: 10px;
  }

  .metrics-wrapper ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .metrics-wrapper ul li {
    margin-right: 0px;
    flex: 0 1 100%;
    margin-bottom: 20px;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  body {
    margin-bottom: 45px;
  }

  .w-80 {
    width: 100%;
  }

  .summary-section-details {
    min-width: 35%;
  }

  /* .left-bar{
    position: fixed;
    z-index: 9;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    padding: 0px;
  }
  .left-bar ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .left-bar li{
    padding: 0px;
    margin: 0px;
    border: 0px !important;
    width: 50%;
  } */
  /*.left-bar a{
    flex-direction: column;
    height: auto;
    align-items: center;
    height: auto;
    font-size: 12px;
    padding: 5px;
    border-radius: 0px;
    height: 50px;
  }
  
  .left-bar a svg{
    margin-right: 0px;
    margin-bottom: 5px;
  } */
  /* .right-content{
    margin-left: 0px;
    height: auto;
    margin: 0px;
    padding: 15px;
    margin-top: 85px;
  } */
  .navbar-light .navbar-brand {
    width: auto;
  }

  .navbar-nav {
    flex-direction: row;
  }

  .navbar-nav .nav-item {
    padding: 0 10px;
  }

  .navbar-nav .nav-item:last-child {
    padding: 0px;
  }

  /* .sidebar-brand{
    display: none;
  } */
  .metrics-wrapper ul li .metrics-card .card-value .label {
    font-size: 16px;
  }

  .metrics-wrapper {
    margin-bottom: 10px;
  }

  .metrics-wrapper ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .metrics-wrapper ul li {
    margin-right: 0px;
    flex: 0 1 48%;
    margin-bottom: 20px;
  }

  /* .schedule-right-content{
    margin-left: 0px;
  } */
}

@media (min-width:1440px) {
  .metrics-wrapper ul li .metrics-card .card-value .label {
    font-size: 16px;
  }
}

input[type="checkbox"] {
  accent-color: #f83770;
}

/* Accordion Customization */
.bx--accordion__heading:focus::before,
.bx--accordion__heading:hover::before,
.bx--accordion__heading:active::before {
  box-sizing: unset;
  border: none !important;
  background-color: transparent !important;
}

.bx--accordion__item {
  border-bottom: 1px solid #e0e0e0 !important;
  border-top: none !important;
}

.bx--accordion__title {
  margin: 0px !important;
  font-weight: 500 !important;
}

@media (min-width: 640px) {
  .bx--accordion__content {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
}

.previous-slugs-table thead th {
  border-top: none !important;
  font-weight: bold !important;
}

/* Searchable select styling */
.car-model-select {
  --border: 1px solid #ced4da;
  --borderRadius: 0.25rem;
  --height: calc(1.5em + 0.75rem + 4px);
  --padding: 0.375rem 0.75rem;
  --placeholderColor: #6c757d;
  --inputFontSize: 1rem;
  --borderFocusColor: #f83770;
  --borderHoverColor: #f83770;
}

.add-new-link {
  font-size: 0.8rem;
  text-decoration: none;
  white-space: nowrap;
  color: #f83770;
}

.add-new-link:hover {
  color: #d62a5f;
}

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

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

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

.focus-within\:outline:focus-within {
  outline-style: solid;
}

.focus-within\:outline-2:focus-within {
  outline-width: 2px;
}

.focus-within\:-outline-offset-2:focus-within {
  outline-offset: -2px;
}

.focus-within\:outline-pink-600:focus-within {
  outline-color: #f83770;
}

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

.hover\:\!bg-gray-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}

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

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

.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}

.hover\:bg-pink-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 93 139 / var(--tw-bg-opacity));
}

.hover\:bg-pink-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 55 113 / var(--tw-bg-opacity));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

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

.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

.hover\:text-pink-700:hover {
  --tw-text-opacity: 1;
  color: rgb(249 55 113 / var(--tw-text-opacity));
}

.hover\:text-pink-800:hover {
  --tw-text-opacity: 1;
  color: rgb(210 6 67 / var(--tw-text-opacity));
}

.hover\:text-pink-900:hover {
  --tw-text-opacity: 1;
  color: rgb(161 5 51 / var(--tw-text-opacity));
}

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

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

.focus\:outline:focus {
  outline-style: solid;
}

.focus\:outline-0:focus {
  outline-width: 0px;
}

.focus\:outline-2:focus {
  outline-width: 2px;
}

.focus\:-outline-offset-2:focus {
  outline-offset: -2px;
}

.focus\:outline-pink-600:focus {
  outline-color: #f83770;
}

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.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-inset:focus {
  --tw-ring-inset: inset !important;
}

.focus\:\!ring-pink-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(248 55 112 / var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
}

.focus\:ring-pink-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 93 139 / var(--tw-ring-opacity));
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-pink-600:focus-visible {
  outline-color: #f83770;
}

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

.disabled\:bg-gray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.disabled\:bg-pink-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(252 168 193 / var(--tw-bg-opacity));
}

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

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

.disabled\:outline-gray-200:disabled {
  outline-color: #e5e7eb;
}

.has-\[\:checked\]\:bg-pink-600:has(:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 55 112 / var(--tw-bg-opacity));
}

.has-\[\:focus-visible\]\:outline:has(:focus-visible) {
  outline-style: solid;
}

.has-\[\:focus-visible\]\:outline-2:has(:focus-visible) {
  outline-width: 2px;
}

.group:has(:checked) .group-has-\[\:checked\]\:translate-x-5 {
  --tw-translate-x: 1.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));
}

@media (min-width: 640px) {

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

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:size-4 {
    width: 1rem;
    height: 1rem;
  }

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

  .sm\:flex-none {
    flex: none;
  }

  .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\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

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

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

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

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

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

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

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

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

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

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

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

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

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

  .sm\:text-sm\/6 {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .sm\:text-xs\/6 {
    font-size: 0.75rem;
    line-height: 1.5rem;
  }

  .sm\:\!leading-6 {
    line-height: 1.5rem !important;
  }

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

@media (min-width: 768px) {

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

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

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-16 {
    width: 4rem;
  }

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

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

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

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

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

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

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

  .md\:gap-y-1 {
    row-gap: 0.25rem;
  }

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

  .md\:overflow-auto {
    overflow: auto;
  }

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

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .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\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

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

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

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

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

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {

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

@media (prefers-color-scheme: dark) {

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

  .dark\:border-white\/5 {
    border-color: rgb(255 255 255 / 0.05);
  }

  .dark\:bg-gray-400\/10 {
    background-color: rgb(156 163 175 / 0.1);
  }

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

  .dark\:bg-gray-800\/50 {
    background-color: rgb(31 41 55 / 0.5);
  }

  .dark\:bg-green-400\/10 {
    background-color: rgb(74 222 128 / 0.1);
  }

  .dark\:bg-indigo-400\/10 {
    background-color: rgb(129 140 248 / 0.1);
  }

  .dark\:bg-red-400\/10 {
    background-color: rgb(248 113 113 / 0.1);
  }

  .dark\:bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05);
  }

  .dark\:bg-yellow-400\/10 {
    background-color: rgb(250 204 21 / 0.1);
  }

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

  .dark\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgb(74 222 128 / var(--tw-text-opacity));
  }

  .dark\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgb(129 140 248 / var(--tw-text-opacity));
  }

  .dark\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity));
  }

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

  .dark\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity));
  }

  .dark\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .dark\:outline {
    outline-style: solid;
  }

  .dark\:outline-1 {
    outline-width: 1px;
  }

  .dark\:-outline-offset-1 {
    outline-offset: -1px;
  }

  .dark\:outline-pink-500 {
    outline-color: #f95d8b;
  }

  .dark\:outline-white\/10 {
    outline-color: rgb(255 255 255 / 0.1);
  }

  .dark\:ring-gray-400\/20 {
    --tw-ring-color: rgb(156 163 175 / 0.2);
  }

  .dark\:ring-green-500\/20 {
    --tw-ring-color: rgb(34 197 94 / 0.2);
  }

  .dark\:ring-indigo-400\/30 {
    --tw-ring-color: rgb(129 140 248 / 0.3);
  }

  .dark\:ring-red-400\/20 {
    --tw-ring-color: rgb(248 113 113 / 0.2);
  }

  .dark\:ring-white\/10 {
    --tw-ring-color: rgb(255 255 255 / 0.1);
  }

  .dark\:ring-yellow-400\/20 {
    --tw-ring-color: rgb(250 204 21 / 0.2);
  }

  .dark\:ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
  }

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

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

  .dark\:focus\:outline-pink-500:focus {
    outline-color: #f95d8b;
  }

  .dark\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(248 55 112 / var(--tw-ring-opacity));
  }

  .dark\:has-\[\:checked\]\:bg-pink-500:has(:checked) {
    --tw-bg-opacity: 1;
    background-color: rgb(249 93 139 / var(--tw-bg-opacity));
  }
}