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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.btn {
  padding: 0.6rem 1rem;
  border-radius: 100px;
  font-weight: 600;
  transition: all 0.3s;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
}
.btn-primary {
  background-color: rgb(255, 106, 12);
  color: #ffffff;
}
.btn-primary:hover {
  background-color: rgb(245, 200, 101);
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.left-0 {
  left: 0px;
}
.left-6 {
  left: 1.5rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-24 {
  top: 6rem;
}
.top-4 {
  top: 1rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-3px\] {
  margin-top: -3px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[5\/3\] {
  aspect-ratio: 5/3;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-4 {
  height: 1rem;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-32 {
  max-height: 8rem;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-full {
  width: 100%;
}
.min-w-\[700px\] {
  min-width: 700px;
}
.min-w-\[850px\] {
  min-width: 850px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-screen-md {
  max-width: 768px;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.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;
}
.justify-items-start {
  justify-items: start;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.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)));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[0\.5rem\] {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#888\] {
  --tw-border-opacity: 1;
  border-color: rgb(136 136 136 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-primary-bordergray {
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\] {
  background-color: rgba(255,255,255,0.5);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-primary-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
.bg-primary-lightgray {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-\[url\(\'\/MockCardBgr\.svg\'\)\] {
  background-image: url('/MockCardBgr.svg');
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-sky-600 {
  --tw-gradient-from: #0284c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[0\.8rem\] {
  font-size: 0.8rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.text-\[\#444\] {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-primary-darkgray {
  --tw-text-opacity: 1;
  color: rgb(70 70 70 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.placeholder-primary-darkgray::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(70 70 70 / var(--tw-placeholder-opacity, 1));
}
.placeholder-primary-darkgray::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(70 70 70 / var(--tw-placeholder-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.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);
}
.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);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #F6F6F6;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  background-color: #F6F6F6;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}


h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

/*button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}*/

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #F6F6F6;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}

.reactEasyCrop_CropArea {
  border-color:red !important;
  border-width: 2px !important;
  color:rgba(255, 255, 255, 0.8)!important;
}

.reactEasyCrop_Container {
  top:100px !important;
  background: white !important;
  margin-bottom: 20px !important;
}

@media screen and (max-width: 768px) {
  .reactEasyCrop_Container {
    top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.placeholder\:text-sm::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.placeholder\:text-sm::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.hover\:border-primary-darkgray:hover {
  --tw-border-opacity: 1;
  border-color: rgb(70 70 70 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[rgba\(255\2c 255\2c 255\2c 1\)\]:hover {
  background-color: rgba(255,255,255,1);
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

@media (min-width: 640px) {

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

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

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

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

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

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {

  .md\:left-10 {
    left: 2.5rem;
  }

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

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

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

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

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

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

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

  .md\:w-auto {
    width: auto;
  }

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

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

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

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

  .md\:justify-start {
    justify-content: flex-start;
  }

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

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

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}.business-cards-top {
  /* position: absolute;
  top: 0;
  left: 0; */
  margin-top:68px;
  width: 100vw;
  min-height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: #f6f6f6;
  color: #464646;
  /* display: grid;
  grid-template-rows: 1fr 1fr 1fr; */
}

.home-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 1.6rem;
  border-top: 1px solid #ccc;
}

.myInfo {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.myCardImages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.myCardImageFaceLable {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  width: 100%;
  font-weight: 500;
}

/* .myCardImage {
  display: flex;
  height: 12rem;
} */

.myCardImageFront {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.myCardImageBack {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.myCardImageActions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem 0;
  width: 100%;
}

.noCardSvg {
  height: 12rem;
  width: calc((853 / 512) rem);
}

.myInfoActions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}

.homeAction {
  display: flex;
  border: 1px solid #ccc;
  padding: 0.5rem;
  justify-content: center;
  border-radius: 0.5rem;
  cursor: pointer;
  min-width: 6rem;
}

.addCardActions {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 10rem;
}
.container-search {
  position: relative;
  /* top: 0;
  left: 0; */
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  background-color: #f6f6f6;
  color: #464646;
  overflow: auto;
}

.searchInput {
  margin: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 8px;
}

.search-results-row {
  grid-template-columns: 40px 60px 100px repeat(4, 3fr) 50px; /* Default layout for wider screens */
}

@media screen and (max-width: 768px) {
  .search-results-row {
    grid-template-columns: 40px 60px 100px repeat(4, 150px) 50px; /* Layout for smaller screens */
  }
}

.cardListContainer {
  margin-top: 12px;
  background-color: gray;
  min-width: 70rem;
  border-radius: 10px;
  padding: 2rem;
}

.cardListRow {
  display: grid;
  grid-template-columns: 1rem 5rem repeat(6, 1fr);
  padding: 0.2rem 0.5rem;
  min-height: 4rem;
}

.cardImage {
  max-width: 3rem;
  max-height: 3rem;
  transition: transform 0.1s;
}

.frontsuccess {
  
}

.backsuccess {
  position: absolute;
  left: 10px;
  top: 10px;
}

.fronterror {
  display: none;
}

.backerror {
  display: none;
}

.placeholderError {
  position: absolute;
  left: 0rem;
  top: 0.5rem;
}

.frontHover {
  transform: scale(1.2);
}

.backHover {
  transform: scale(1.2);
}

.imagesDisplay {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.cardElement-on {
  display: flex;
  margin: 0;
  padding: 0.5rem;
  color: #35387b;
  font-weight: bold;
}

.cardElement {
  display: flex;
  margin: 0;
  padding: 0.5rem;
  word-break: break-word;
  white-space: normal;
}

.bottom-border {
  border-color: #ebebeb;
  border-bottom-width: 1px;
  border-bottom: 0.5px solid #ebebeb;
}

.language-picker-wrapper-s {
  margin-bottom: 5px;
  display: flex;
  /* justify-content: flex-start; */
  position: relative;
  padding-top: 1rem;
}

.language-picker-search {
  position: relative;
  display: flex;
  background-color: #ebebeb;
  padding: 1px;
  border-radius: 25px;
  max-width: 100%;
  min-width: 30px;
  margin: 0.5rem 0 0.5rem 0;
  cursor: pointer;
}

.language-button-search {
  background-color: transparent;
  padding: 0.5rem 1rem;
  z-index: 10;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
  flex: 1;
  min-width: 7rem;
}

.language-on {
  color: #fff;
}

.language-handle-s {
  position: absolute;
  top: 2px;
  left: 0;
  width: 50%;
  height: calc(100% - 4px);
  background-color: #35387b;
  border-radius: 25px;
  transition: left 0.3s ease;
}

@media (max-width: 640px) {
  .language-picker-search {
    position: relative;
    display: flex;
    background-color: #ebebeb;
    padding: 4px 8px 4px 8px;
    border-radius: 50px;
    width: 90vw;
    margin: 0.5rem 0 0.5rem 0;
  }

  .language-button-search {
    background-color: transparent;
    padding: 8px 25px 8px 25px;
    z-index: 10;
    font-size: 18px;
    /* font-weight: bold; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: relative;
    flex: 1;
    min-width: 40vw;
  }

  .language-on {
    color: #fff;
  }

  .language-handle-s {
    position: absolute;
    top: 2px;
    left: 0;
    width: 50%;
    height: calc(100% - 4px);
    background-color: #35387b;
    border-radius: 50px;
    transition: left 0.3s ease;
  }
}

.link-inherit {
  color: inherit;
  text-decoration: none;
}

.card-position {
  align-self: flex-start;
}

.link-inherit:hover,
.link-inherit:focus {
  color: inherit;
  text-decoration: none;
}

.delete-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: red;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.delete-icon::before,
.delete-icon::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 2px;
  background-color: white;
}

.delete-icon::before {
  transform: rotate(45deg);
}

.delete-icon::after {
  transform: rotate(-45deg);
}

.bottom-border:last-child {
  border: none;
}


.main-container {
  flex-grow: 1;
  overflow-y: auto;
  /* border: 0px solid #ccc; */
  /* margin: 1rem; */
  margin-top: 0;
  /* padding: 1rem; */
  /* background-color: #fff; */
  /* border-radius: 6px; */
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
/*.header-container {
  /* padding:1rem 1rem 1rem; */

/*}

/* .header-chevron {
  height: 1.5rem;
  width: 1.5rem;
  margin: 0.5rem 1rem;
}

.homeButton {
  width:13rem;

  @media (max-width:767px) {
    width:100%;
}
} */.logs-page {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  display: grid;
  grid-template-rows: 3rem 3rem 3rem 1fr;
}

.logs-header {
  display: flex;
  font-size: 2rem;
  font-weight: 500;
}

.action-toggle {
  /* display: inline-flex;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin-left: 1rem; */

  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s;
  min-width: 8rem;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  margin: 0.2rem;
}

.action-toggle-active {
  color: white;
  background-color: #464646;
}

.action-toggle-inactive {
  color: #464646;
  background-color: #ebebeb;
}

.logs-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  overflow-y: auto;
  background-color: #f6f6f6;
  color: #464646;
}

.log-border {
  border-bottom: 0.5px solid #ebebeb;
  border-top: 0.5px solid #ebebeb;
}

.log-bottomBorder {
  border-bottom: 0.5px solid #ebebeb;

}

.log-bottomBorder:last-child {
  border-bottom: none;

}
.users-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  overflow-y: auto;
  background-color: #f6f6f6;
  color: #464646;
}

.userListContainer {
  margin-top: 12px;
  /* background-color: white;
  min-width: 70rem; */
}

.userListRow-top {
  display: grid;
  grid-template-columns: 6rem 6rem 10rem repeat(3, 1fr);
  padding: 0.3rem;
  min-height: 4rem;
}

.userListRow {
  display: grid;
  grid-template-columns: 6rem 6rem 10rem repeat(3, 1fr);
  padding: 0.3rem;
  min-height: 4rem;
}

.userElement {
  display: flex;
  width: 95%;
  margin: 0.5rem;
  padding: 0.5rem;
  align-items: center;
}

.modalContainer {
  display: flex;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modalContent {
  display: flex;
  position: relative;
  max-width: 60rem;
  background-color: #fff;
  max-height: 40rem;
  flex-direction: column;
  padding: 3rem;
  border-radius: 0.5rem;
}

.modalText {
  color: black;
}

.role-check {
  margin: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

@media (max-width: 640px) {
  .userListRow {
    display: grid;
    grid-template-columns: 3rem 10rem repeat(3, 1fr);
    padding: 0.1rem;
    min-height: 2rem;
  }
  .userElement {
    display: flex;
    width: 95%;
    margin: 0.1rem;
    padding: 0.1rem;
    align-items: center;
  }
  .role-check {
    margin: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.tag-container {
  position: absolute;
  width: 100vw;
  top: 0;
  bottom: 0;
  background-color: #f6f6f6;
  color: #464646;
  overflow: auto;
  padding:1rem;
}
.card-input-parent {
  flex-grow: 1;
  overflow-y: auto;
  border: 0px solid #ccc;
  margin: 1rem;
  margin-top: 0;
  padding: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/*.primary-button {
  padding: 0.5rem;
  margin: 0.5rem;
  width: 12rem;
  text-align: center;
  font-weight: 500;
  border-radius: 3rem;
  background-color: #35387b;
  color: white;
  cursor: pointer;
}*/

/*.primary-button:hover {
  background-color: #2563eb;
}*/

/*.screen-header {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1rem;
}*/

.top-page-container {
  margin-top:0.7rem;
  display: flex;
  flex-direction: column;
  width: auto;
  min-height: 100vh;
  background-color: #F6F6F6;
  color: #464646;
  padding:15px;
  padding-bottom:12rem;
}

.top-title {
  font-size: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: rgb(70, 70, 70);
  @media (max-width: 768px) {
    font-size: 32px;
  }
}

.dark-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}/* Camera.css */
.camera-container {
  width: 150vw;
  height: calc(100vh - 3rem);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.camera-container-dark {
  background-color: #333;
}

.camera-title {
  display: flex;
  align-items: center;
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
}

.camera {
  position: relative;
  height: 100%;
  padding: 0 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.camera-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 40;
  padding: 0;
}

.option-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 1rem;
}

.option-name {
  display: flex;
  width: 6rem;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 400;
  justify-content: flex-end;
}

.drag-toggle {
  align-self: flex-start;
  font-weight: bold;
  font-size: 0.75rem;
  color: white;
  gap: 1rem;
  display: flex;
  position: relative;
  padding: 0.5rem;
  /* border: 1px solid #ddd; */
  border-radius: 24px;
  background-color: #ebebeb;
  cursor: pointer;
}

.drag-handle {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  /* border: 1px solid #bbb; */
  border-radius: 24px;
  background-color: rgb(255, 106, 12);
  transition: left 0.25s;
}

.drag-span {
  position: relative;
  z-index: 10;
  width: 50%;
  text-align: center;
}

.drag-off {
  color: #464646;
}

.video-container {
  background-color: #35387b;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.video-outline {
  position: absolute;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.25);
}

.video-feed {
  flex: 1;
  background-color: rgba(255,255,128,0.2);
  aspect-ratio: 16 / 9;
  max-width: 100%;
}

.capture-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 100%;
  background-color: #000;
}

.capture-button {
  height: 4rem;
  width: 4rem;
  display:block;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, white 60%, black 65%);
  border-radius: 50%;
  border: 4px solid #ccc;
  cursor: pointer;
}

.card-images {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 5rem;
  overflow: hidden;
}

.card-image {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 30%;
  padding-bottom: 2rem;
}

@media (max-width: 640px) {
  .card-image {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 90%;
  }

  .camera-loading {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100vw;
    max-height: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 40;
    padding: 0;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .camera-loading {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100vw;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 40;
    padding: 0;
  }
}

.card-image-canvas {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.output-canvas {
  /* border: 3px solid rgba(255, 200, 200, 1); */
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  transition: border-color 0.25s;
  /* background-color: rgba(184, 184, 184, 0.15); */
  
  
}

.button-spinner {
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: spin 1s linear infinite;
  height: min(3rem, 100%);
  width: 3rem;
}

.card-spinner {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-size: 5rem 5rem;
  background-position: center center;
  background-repeat: no-repeat;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from { transform: rotate(  0deg); }
  to   { transform: rotate(360deg); }
}

.image-upload {
  position: absolute;
  border: 2px dashed #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  background-color: rgba(0,0,0,0.6);
  height: 100%;
  width: 100%;
  /*width: calc(100% - 2rem);*/
  /*height: calc(100% - 2rem);*/
}

.image-upload-hover {
  background-color: rgba(0,0,0,0.8);
}

.cropper {
  z-index: 10000;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.canvas-cropper {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 70%;
  background-color: #fff;
  z-index: 10001;
}

.cropper-guide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 70%;
  background-color: rgba(255, 0, 0, 0);
  z-index: 10002;
  pointer-events: none;
}

.cropper-outline {
  position: absolute;
  border: 0.5rem dashed #888;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  animation: borderColorAnimation 0.5s infinite;
}

@keyframes borderColorAnimation {
  0% {
    border-color: #888;
  }
  50% {
    border-color: #c66;
  }
  100% {
    border-color: #888;
  }
}

.cropper-outline-landscape {
  max-width: 80%;
  height: 80%;
  background-color: rgba(0, 0, 255, 0.2);
  aspect-ratio: 91 / 55;
}

.cropper-outline-portrait {
  top: 10%;
  height: 80%;
  aspect-ratio: 55/91;
}

.cropper-actions {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 80%;
  height: 10%;
  left: 10%;
  width: 80%;
  background-color: #eee;
}

.cropper-action {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 50%;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #000;
}

.cropper-hide {
  background-color: #f66;
}

.cropper-rotate {
  background-color: #66f;
}

.cropper-save {
  background-color: #6f6;
}

.navigation-button {
  border: 1px solid #888;
  padding: 1rem 2rem;
  border-radius: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; /* Prevent text selection */
  cursor: pointer;
}

.navigation-button-light-mode {
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}

.navigation-button-dark-mode {
  background-color: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
}
.card-canvas-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}

.unsavedWarning {
  color: #800;
  font-size: 0.75rem;
  margin: 0 0.5rem;
}

.card-canvas-container-unsaved {
  box-shadow: rgba(250, 50, 93, 0.5) 0px 2px 5px -1px, rgba(128, 0, 0, 0.3) 0px 1px 3px -1px;
  border: 0px solid #f00;
}
.output-canvas {
  background-color: #f5f5f5;
}



.full-camera-container {
  display: grid;
  grid-template-rows: 1fr 8rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height:100vh;
  z-index: 10;
  background-color: #369;
  padding-bottom: 6.5rem;
  background: black;
}

/* .full-camera-close {
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.full-camera-close::before,
.full-camera-close::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: white;
  border-radius: 2px;
}

.full-camera-close::before {
  transform: rotate(45deg);
}

.full-camera-close::after {
  transform: rotate(-45deg);
} */

.full-camera-state {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  color: #888;
  font-size: 0.75rem;
}

.full-video-container {
  background-color: #000000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.full-video-feed {
  background-color: rgba(255,255,128,0.2);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.full-video-outline {
  position: absolute;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.025);
}

.full-capture-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 8rem;
  width: 100%;
  background-color: #000;
  color: #fff;
}

.full-capture-controls {
  display: grid;
  grid-template-columns: 10rem 10rem;
  gap: 1rem;
}

.full-capture-controls-label {
  display: none;
}

.card-canvases {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .card-canvases {
    align-items: center;
  }
}


.cropper-container {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:white;
}

.apply-crop-button-div {
  display: flex;
  position: absolute;
  bottom: 2rem;
  z-index: 10;
  height: 3rem;
}

.apply-crop-button {
  color: #fff;
  height: 3rem;
  margin: 0.5rem;
}
.card-data {
  height: calc(100vh - 3rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e8e8e8;
}

.card-data-dark {
  background-color: #f6f6f6;
}

.card-modal {
  display: grid;
  grid-template-rows: 5rem 1fr 5rem;
  max-height: 80%;
  border-radius: 2rem;
  border: 0.15rem solid #f8f8f8;
  background-color: #f6f6f6;
  overflow: hidden;
  min-width: 30vw;
  max-width: 45vw;
}

.card-modal-bookend {
  height: 5rem;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  justify-content: space-between;
  gap: 1rem;
  background-color: #f8f8f8;
  color: #333;
}

.card-modal-bookend-dark {
  background-color: #f6f6f6;
  color: #f8f8f8;
}

.card-modal-bookend > *:only-child {
  margin-left: auto; /* Push the single child to the (right) end */
}

.header-name {
  font-size: 1.25rem;
}

.modal-button {
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid #888;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #fff;
  background-color: #000;
}

.modal-button-dark {
  color: #000;
  background-color: #f6f6f6;
}

.modal-danger-button {
  color: #400;
  border: 1px solid #977;
  background-color: #fdd;
}

.modal-danger-button-dark {
  color: #fff;
  background-color: #400;
}

.card-modal-data {
  background-color: #fff;
  padding: 0 1rem 2rem 1rem;
  overflow-y: scroll;
}

.card-modal-data-dark {
  background-color: #000;
}

.language-picker-wrapper {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  cursor: pointer;
  background-color: transparent;
  top: 0;
  transform: translateY(-2rem);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  z-index: 20;
  height: 4rem;
  align-items: center;
}

.language-picker {
  position: relative;
  display: flex;
  flex-shrink: 1;
  background-color: #eee;
  padding: 2px;
  border-radius: 0.5rem;
}

.language-button {
  background-color: transparent;
  padding: 0.1rem 1rem;
  margin: 0.2rem 0.5rem;
  z-index: 10;
}

.language-handle {
  height: calc(100% - 6px);
  width: calc(50% - 2px);
  position: absolute;
  top: 2px;
  border: 1px solid #bbb;
  border-radius: 0.5rem;
  background-color: #fff;
  transition: left 0.25s;
}

.field-row {
  display: grid;
  align-items: center;
  grid-template-columns: 30% 8% 50% 6% 6%;
  padding: 0.2rem 0;
  border-bottom: 1px solid #ddd;
}

.fieldname-span {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  color: #333;
  font-size: 0.9rem;
}

.fieldicon-span {
  margin: 0 auto;
  font-size: 0.9rem;
}

.fieldname-span-dark {
  color: #ccc;
}

.datum-input-div {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 2rem;
  min-width: 0;
}

.datum-input {
  padding: 0.5rem;
  border-radius: 0.35rem;
  /* border: 1px solid #aaa; */
  width: 100%;
  box-sizing: border-box;
  height: 2.5rem;
  background-color: #ebebeb;
}

.custom-select-wrapper {
  position: relative;
}

.datum-input-overlay {
  width: calc(100% - 2rem);
  position: absolute;
  left: 0;
  top: 0;
  height: 2.5rem;
}

.datum-select {
  /* General Styling */
  height: 2.5rem;
  width: 100%;
  appearance: none; /* Remove default browser styling */
  -webkit-appearance: none; /* Safari/Chrome support */
  -moz-appearance: none; /* Firefox support */
  background-color: #fff;
  padding-right: 2rem; /* Add padding for text */
  box-sizing: border-box;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000' width='18px' height='18px'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");

  /* Custom Chevron */
  background-repeat: no-repeat;
  background-position: right center; /* Position the chevron on the right */
  background-size: 2rem; /* Make the chevron take 2rem of space */
}

.datum-input-dark {
  color: #fff;
  background-color: #f6f6f6;
  border-color: #666;
}

.flag-span {
  position: relative;
  left: 0.25rem;
}

.delete-field {
  justify-self: flex-end;
  padding: 0px 0.5rem;
  border: 1px solid #800;
  background-color: #fcc;
  border-radius: 0.25rem;
  color: #400;
}

.readonly {
  border-color: transparent;
  background-color: transparent;
  -webkit-appearance: none; /* For Chrome, Safari, and newer Edge */
  -moz-appearance: none; /* For Firefox */
  appearance: none; /* Standard */
  background: none; /* Remove background if necessary */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; /* Disable text selection */
  outline: none; /* Remove focus outline */
  pointer-events: none; /* Prevent interactions like text selection */
  cursor: default; /* Change cursor to indicate non-interactivity */
}

.card-data-image {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 80%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.add-button {
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s;
    max-width: 10.5rem;
    text-align : center;
    cursor: pointer;
    background-color: #35387b;
    color: #ffffff;
}

@media (max-width: 640px) {

.add-button {
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s;
  width: 30vw;
  text-align : center;
  cursor: pointer;
  background-color: #35387b;
  color: #ffffff;
}
}

.add-button:hover {
 background-color: #2563eb;
}

.add-button:focus {
  outline: 2px solid #bfdbfe;
}
.tagContainer {
  margin-bottom:2rem;
}

.tag-dropdown{
  margin-bottom:0.5rem;
  display:flex;
  justify-content:center;
  align-items: center;

  @media (max-width:767px) {
    display:block;
}
}

.tag-label {
  color:#464646;
}

.selectOption {
  border-radius:24px;
  background-color:#F2F2F2;
  color:#464646;
  padding:0.5rem 1rem;
  width:15rem;
  border:1px solid #bbbbbb;

  @media (max-width:767px) {
    width:100%;
}
}

.selectOption:hover{
  border:1px solid #464646;
}
