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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.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;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-5 {
  left: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-8 {
  top: 2rem;
}
.top-\[34px\] {
  top: 34px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.m-0 {
  margin: 0px;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.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-3 {
  margin-left: 0.75rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-96 {
  max-height: 24rem;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-fit {
  width: -webkit-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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));
}
.scale-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * 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));
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-\[48px\] {
  border-radius: 48px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#F16A23\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 106 35 / var(--tw-border-opacity, 1));
}
.border-\[\#e45807\]\/20 {
  border-color: rgb(228 88 7 / 0.2);
}
.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-slate-50 {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.bg-\[\#F16A23\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 106 35 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FDF8F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 248 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e45807\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 88 7 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e45807\]\/5 {
  background-color: rgb(228 88 7 / 0.05);
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.bg-slate-50\/30 {
  background-color: rgb(248 250 252 / 0.3);
}
.bg-slate-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}
.bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}
.bg-slate-900\/95 {
  background-color: rgb(15 23 42 / 0.95);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-brand-gradient {
  background-image: linear-gradient(to right, #EB8D5E, #DE1113);
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#FBA78E\] {
  --tw-gradient-from: #FBA78E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 167 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#F16A23\] {
  --tw-gradient-to: #F16A23 var(--tw-gradient-to-position);
}
.fill-current {
  fill: currentColor;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-16 {
  padding: 4rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.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-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.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-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-\[2px\] {
  letter-spacing: 2px;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#0F172A\] {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-\[\#DE1113\] {
  --tw-text-opacity: 1;
  color: rgb(222 17 19 / var(--tw-text-opacity, 1));
}
.text-\[\#F16A23\] {
  --tw-text-opacity: 1;
  color: rgb(241 106 35 / var(--tw-text-opacity, 1));
}
.text-\[\#e45807\] {
  --tw-text-opacity: 1;
  color: rgb(228 88 7 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-current {
  color: currentColor;
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-80 {
  opacity: 0.8;
}
.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-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-orange-500\/20 {
  --tw-shadow-color: rgb(249 115 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-orange-900\/5 {
  --tw-shadow-color: rgb(124 45 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.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-2 {
  --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);
}
.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-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[-\:\.\] {
  -: .;
}
.file\:border-0::-webkit-file-upload-button {
  border-width: 0px;
}
.file\:border-0::file-selector-button {
  border-width: 0px;
}
.file\:bg-transparent::-webkit-file-upload-button {
  background-color: transparent;
}
.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}
.file\:text-sm::-webkit-file-upload-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:font-medium::-webkit-file-upload-button {
  font-weight: 500;
}
.file\:font-medium::file-selector-button {
  font-weight: 500;
}
.placeholder\:text-slate-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.hover\:border-\[\#e45807\]\/30:hover {
  border-color: rgb(228 88 7 / 0.3);
}
.hover\:border-slate-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#F16A23\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 106 35 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#e45807\]\/10:hover {
  background-color: rgb(228 88 7 / 0.1);
}
.hover\:from-\[\#F16A23\]:hover {
  --tw-gradient-from: #F16A23 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 106 35 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-\[\#EB8D5E\]:hover {
  --tw-gradient-to: #EB8D5E var(--tw-gradient-to-position);
}
.hover\:text-slate-600:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.focus\:border-\[\#F16A23\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(241 106 35 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-\[\#DE1113\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(222 17 19 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-2:focus-visible {
  --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-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:focus-within .group-focus-within\:text-\[\#F16A23\] {
  --tw-text-opacity: 1;
  color: rgb(241 106 35 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}
.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}
.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}
.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=right\]\:translate-x-1[data-side="right"] {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=top\]\:-translate-y-1[data-side="top"] {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}
@media (min-width: 640px) {

  .sm\:p-8 {
    padding: 2rem;
  }
}
@media (min-width: 768px) {

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

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.\[\&\>span\]\:line-clamp-1>span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/* stylelint-disable */
html,
body {
    width: 100%;
    height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
    display: none;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
}
[tabindex="-1"]:focus {
    outline: none;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: 500;
}
p {
    margin-top: 0;
    margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: 0;
    cursor: help;
}
address {
    margin-bottom: 1em;
    font-style: normal;
    line-height: inherit;
}
input[type="text"],
input[type="password"],
input[type="number"],
textarea {
    -webkit-appearance: none;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 500;
}
dd {
    margin-bottom: 0.5em;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1em;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
pre,
code,
kbd,
samp {
    font-size: 1em;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier,
        monospace;
}
pre {
    margin-top: 0;
    margin-bottom: 1em;
    overflow: auto;
}
figure {
    margin: 0 0 1em;
}
img {
    vertical-align: middle;
    border-style: none;
}
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
    touch-action: manipulation;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75em;
    padding-bottom: 0.3em;
    text-align: left;
    caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5em;
    padding: 0;
    color: inherit;
    font-size: 1.5em;
    line-height: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
mark {
    padding: 0.2em;
    background-color: #feffe6;
}
body {
	background-color: #fff6f1;
}

.ant-modal .ant-modal-content {
		padding: 0;
	}

.ant-modal .ant-modal-header {
		padding: 20px 24px;
		border-bottom: 1px solid #d9d9d9;
		margin-bottom: 0px;
	}

.ant-modal .ant-modal-close {
		top: 20px;
	}

.ant-modal .ant-modal-body {
		padding: 20px 24px;
	}

.ant-modal .ant-modal-footer {
		padding: 20px 24px;
		border-top: 1px solid #d9d9d9;
		margin-top: 0px;
	}

.kanban-update-modal .ant-modal-body {
		padding: 0px;
	}

.kanban-update-modal .ant-modal-footer {
		border-top: none;
		text-align: unset;
	}

.ant-select.kanban-users-form-select .ant-select-selector {
		background-color: #fff;
	}

.audit-log-table .ant-table .ant-table-tbody > tr.ant-table-row:hover > td {
				background: none !important;
			}

.audit-log-table .ant-table .ant-table-cell {
			vertical-align: top;
		}

.ant-picker-calendar .ant-picker-panel .ant-picker-body .ant-picker-cell .ant-picker-calendar-date-content {
					height: 92px;
					overflow: hidden;
				}

.ant-pagination-total-text {
	margin-right: auto;
	font-size: 14px !important;
	color: rgba(0, 0, 0, 0.45) !important;
	-webkit-margin-end: auto !important;
	        margin-inline-end: auto !important;
}

.ant-color-picker .ant-popover-content .ant-collapse-header {
			display: none;
		}

.ant-table-cell {
	white-space: nowrap;
}

th.ant-table-column-sort {
	background-color: #fafafa !important;
}

td.ant-table-column-sort {
	background-color: #ffffff !important;
}

.ant-table-tbody > tr > td {
	padding: 12px 11.25px 11px 16px !important;
}

/* .ant-table-tbody > tr:first-child > td {
	padding: 0px !important;
} */

.ant-page-header-content {
	-webkit-padding-before: 8px;
	        padding-block-start: 8px;
}

.ant-menu-item-icon {
	font-size: 16px !important;
	padding: auto !important;
	color: #000;
	width: 16px;
	height: 16px;
}

.ant-menu-item-icon:hover {
		color: #e45807 !important;
	}

.ant-menu-item-icon.ant-menu-item-selected {
		color: #e45807 !important;
	}

.ant-menu-item {
	font-size: 16px !important;
	padding: auto !important; 
	color: #44546f !important;
	display: flex;
	justify-content: center !important;
	align-items: center !important;
}

.ant-menu-item:hover {
		color: #e45807 !important;
	}

.ant-menu-item.ant-menu-item-selected {
		color: #e45807 !important;
	}

.ant-menu-inline-collapsed .ant-menu-item {
	padding: 0px 16px !important; 
	justify-content: center;
	text-align: center; 
}

.ant-menu-inline-collapsed .ant-menu-item-icon {
	font-size: 20px !important; 
	color: #000 !important;
}

.ant-menu-inline-collapsed .ant-menu-title-content {
	display: none; 
}

.ant-menu-inline-collapsed {
	width: 80px !important;
}

.ant-menu-inline-collapsed .ant-menu-item .ant-menu-item-icon {
	margin: 0 !important;
}

.ant-menu-item-icon {
	font-size: 16px;
	margin-right: 8px;
	color: #000;
}

.ant-menu-item-icon:hover {
		color: #e45807 !important;
	}

.ant-menu-item .ant-menu-title-content {
	display: inline-block;
}

/* Scroll tags horizontally */

.location-preference .ant-select-selection-overflow {
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  scrollbar-width: none;        /* hide scrollbar (Firefox) */
}

.location-preference .ant-select-selection-overflow::-webkit-scrollbar {
  display: none;                /* hide scrollbar (Chrome/Safari/Edge) */
}

/* Prevent typing input from expanding */

.location-preference .ant-select-selection-search {
  flex: none !important;
}

.location-preference .ant-select-selection-search-input {
  width: 40px !important;       /* fixed size for typing */
  min-width: 40px !important;
  flex: none !important;
}
:root {
    --fc-today-bg-color: rgba(230, 244, 255, 1);
}

.fc-daygrid-day-number,
.fc-col-header-cell-cushion {
    color: rgba(0, 0, 0, 0.75) !important;
    font-weight: 400;
}

.fc-event::after {
    background-color: unset !important;
}

.fc-event:hover,
.fc-event:focus {
    background-color: unset;
    box-shadow: unset;
}

.fc-event .fc-event-title,
    .fc-event .fc-event-time {
        color: rgba(0, 0, 0, 0.65);
        font-weight: 400 !important;
        font-size: 12px;
    }

.fc-daygrid-block-event,
.fc-timegrid-event {
    cursor: pointer;
}

.fc-daygrid-block-event .fc-event-time, .fc-timegrid-event .fc-event-time {
        width: 35px;
    }

.fc-daygrid-block-event .fc-event-title,
    .fc-daygrid-block-event .fc-event-time,
    .fc-timegrid-event .fc-event-title,
    .fc-timegrid-event .fc-event-time {
        color: #fff;
        font-weight: 400 !important;
        font-size: 12px;
    }

.fc-timegrid-slot-label-cushion,
.fc-list-day-text,
.fc-list-day-side-text {
    color: rgba(0, 0, 0, 0.75);
}

.fc-list-day {
    position: relative;
    z-index: 1;
}

.fc-event-title-container {
    padding-left: 8px;
    padding-right: 8px;
}
.anticon.xs, .ant-text.xs {
		font-size: 0.75rem;
		line-height: 1.66;
	}
	.anticon.sm, .ant-text.sm {
		font-size: 0.875rem;
		line-height: 1.42;
	}
	.anticon.md, .ant-text.md {
		font-size: 1rem;
		line-height: 1.5;
	}
	.anticon.lg, .ant-text.lg {
		font-size: 1.25rem;
		line-height: 1.4;
	}
	.anticon.xl, .ant-text.xl {
		font-size: 1.5rem;
		line-height: 1.33;
	}
	.anticon.xxl, .ant-text.xxl {
		font-size: 1.875rem;
		line-height: 1.26;
	}
	.anticon.xxxl, .ant-text.xxxl {
		font-size: 2.375rem;
		line-height: 1.21;
	}
	.anticon.huge, .ant-text.huge {
		font-size: 2.875rem;
		line-height: 1.17;
	}
	.anticon.xhuge, .ant-text.xhuge {
		font-size: 3.5rem;
		line-height: 1.14;
	}
	.anticon.xxhuge, .ant-text.xxhuge {
		font-size: 4rem;
		line-height: 1.11;
	}

.ant-typography, .ant-text, .anticon {
		font-family: "Roboto", sans-serif;
	}

.ant-typography.primary, .ant-text.primary, .anticon.primary {
		color: rgba(0, 0, 0, 0.85);
	}

.ant-typography.secondary, .ant-text.secondary, .anticon.secondary {
		color: rgba(0, 0, 0, 0.65);
	}

.ant-typography.tertiary, .ant-text.tertiary, .anticon.tertiary {
		color: rgba(0, 0, 0, 0.45);
	}

.leaflet-container {
	height: 100%;
	background-color: #fff;
}

.custom-marker-icon {
	width: 4px;
	height: 4px;
	background-color: #13c2c2;
	border-radius: 100%;
	border: 1px solid #fff;
}

.custom-marker-cluster {
	width: 30px;
	height: 30px;
	background-color: #13c2c2;
	border-radius: 100%;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding-left: 11px;
	padding-top: 4px;
}

.page-container {
	max-width: 1664px;
	margin: 0 auto;
}

.auth-page .ant-card-head {
	background-color: unset;
}

.kyc .ant-card-body {
	height: 50vh !important;
	overflow-y: auto;
}

.subscription-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 1002; /* High enough to be over content but absolute stays in container */
	display: flex;
	align-items: center; /* Center vertically */
	justify-content: center;
	border-radius: 10px; /* Match content area radius */
}

.subscription-alert-box {
	position: relative;
	background: rgba(255, 241, 240, 0.95);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border: 2px solid #ff4d4f; /* Simple red border */
	border-radius: 12px;
	width: 100%;
	max-width: 550px;
	padding: 24px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.rotating-border-inner {
	position: relative;
	background: rgba(255, 241, 240, 0.9); /* Semi-transparent */
	backdrop-filter: blur(15px); /* Box only blur */
	-webkit-backdrop-filter: blur(15px);
	border-radius: 10px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 1;
}

@keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}

.rotating-border-btn {
	position: relative;
	overflow: hidden;
	z-index: 0;
	border: none !important;
}

.rotating-border-btn::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: -50%;
	top: -50%;
	width: 200%;
	height: 200%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 50% 50%, 50% 50%;
	background-position: 0 0, 100% 0, 100% 100%, 0 100%;
	background-image: conic-gradient(transparent, transparent, #E45807, #ff4d4f);
	animation: rotate 4s linear infinite;
}

.rotating-border-btn::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 2px;
	top: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: linear-gradient(to right, #EB8D5E, #DE1113);
	border-radius: 50px; /* Matching the small curved button */
}

.premium-gradient-btn {
	background: linear-gradient(to right, #EB8D5E, #DE1113) !important;
	border: none !important;
	color: white !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px !important;
	padding: 0 16px !important;
	border-radius: 50px !important; /* Side Curve effect */
	font-size: 13px !important;
	font-weight: 500 !important;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(222, 17, 19, 0.2);
}

.premium-gradient-btn:disabled {
	background: #d9d9d9 !important;
	color: rgba(0, 0, 0, 0.25) !important;
	cursor: not-allowed !important;
}

.premium-gradient-btn:hover:not(:disabled) {
	opacity: 0.9;
}

/* Dedicated Gradient Button Class */

.btn-gradient {
	background: linear-gradient(to right, #EB8D5E, #DE1113) !important;
	border: none !important;
	color: white !important;
	box-shadow: 0 2px 4px rgba(222, 17, 19, 0.1) !important;
}

.btn-gradient:hover {
	opacity: 0.9 !important;
	background: linear-gradient(to right, #EB8D5E, #DE1113) !important;
}

.btn-gradient:active {
	opacity: 0.8 !important;
}

.btn-gradient:disabled {
	background: #f5f5f5 !important;
	color: rgba(0, 0, 0, 0.25) !important;
	border: 1px solid #d9d9d9 !important;
	box-shadow: none !important;
}

/* State-of-the-Art Toast Notifications */

.ant-notification-notice {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(12px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  padding: 16px 24px !important;
  display: flex !important;
  align-items: center !important;
}

/* Typography */

.ant-notification-notice-message {
  font-family: "Outfit", "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  color: #1e293b !important;
  margin-bottom: 0 !important;
  padding-right: 32px !important;
  line-height: 1.4 !important;
  display: inline-block !important;
}

/* Hide unwanted subtitles like "Login Error", "Register Error" */

.ant-notification-notice-description {
  font-size: 13px !important;
  color: #64748b !important;
  margin-top: 4px !important;
  line-height: 1.5 !important;
}

/* Replacing the Close 'X' Icon with a modern circular button */

.ant-notification-notice-close {
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 16px !important;
  color: #94a3b8 !important;
  transition: all 0.2s ease !important;
  background: #f1f5f9 !important;
  border-radius: 50% !important;
  width: 24px !important;
  height: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.ant-notification-notice-close:hover {
  background: #fee2e2 !important;
  color: #ef4444 !important;
  transform: translateY(-50%) rotate(90deg) !important;
}

/* Hide the default SVG and use a custom character for the 'x' */

.ant-notification-notice-close-x {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0 !important; /* Hide default icon */
}

.ant-notification-notice-close-x::after {
  content: "✕"; /* Modern thin multiplier sign */
  font-size: 14px !important;
  font-weight: bold !important;
  display: block !important;
}

/* Status Icons */

.ant-notification-notice-icon {
  font-size: 24px !important;
  margin-top: 2px !important;
}.login-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #F8FAFF 0%, #FFFFFF 100%);
    padding: 24px;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}

.bg-decor-left, 
.bg-decor-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 450px;
    height: 450px;
    background-image: url('/bg-hiring.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
    opacity: 0.15;
}

.bg-decor-left { left: -80px; }

.bg-decor-right { right: -80px; transform: translateY(-50%) scaleX(-1); }

@media (max-width: 1024px) {
    .bg-decor-left, .bg-decor-right { opacity: 0.08; width: 300px; height: 300px; }
}

.login-card {
    position: relative;
    z-index: 10;
    padding: 32px 36px;
    background: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    border-radius: 28px;
    width: 100%;
    max-width: 460px;
    box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.8);
    text-align: center;
    animation: slideUp 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.login-toggle {
    display: inline-flex;
    padding: 2px;
    background: #F1F5F9;
    border-radius: 99px;
    margin-bottom: 16px;
}

.toggle-btn {
    padding: 8px 32px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 99px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
}

.toggle-btn.active {
    background: white;
    color: #DE1113;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.toggle-btn.inactive {
    color: #64748B;
    background: transparent;
}

.toggle-btn.inactive:hover {
    color: #0F172A;
}

.form-header h2 {
    font-size: 26px;
    font-weight: 900;
    color: #0F172A;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
}

.form-header p {
    color: #64748B;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.5;
}

.input-group {
    position: relative;
    margin-bottom: 12px;
    text-align: left;
}

.input-field {
    width: 100%;
    height: 54px;
    padding: 24px 16px 8px 16px;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    background: #F8FAFF;
    font-size: 15px;
    font-weight: 600;
    color: #0F172A;
    transition: all 0.2s ease;
    outline: none;
}

.input-field:focus {
    border-color: #DE1113;
    background: white;
    box-shadow: 0 0 0 4px rgba(222, 17, 19, 0.05);
}

.floating-label {
    position: absolute;
    left: 16px;
    top: 17px;
    font-size: 14px;
    font-weight: 600;
    color: #94A3B8;
    pointer-events: none;
    transition: all 0.2s ease;
}

.input-field:focus + .floating-label,
.input-field:not(:placeholder-shown) + .floating-label {
    top: 6px;
    font-size: 11px;
    color: #DE1113;
}

.btn-primary {
    width: 100%;
    height: 54px;
    background: linear-gradient(90deg, #F16A23 0%, #DE1113 100%);
    color: white;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border: none;
    margin-top: 12px;
    box-shadow: 0 12px 24px -6px rgba(222, 17, 19, 0.3);
}

.btn-primary:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 20px 32px -8px rgba(222, 17, 19, 0.4);
}

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

.btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.divider {
    position: relative;
    margin: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E2E8F0;
}

.divider span {
    position: relative;
    background: white;
    padding: 0 16px;
    font-size: 10px;
    color: #94A3B8;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.social-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.social-btn {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    background: white;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    transition: all 0.2s ease;
    cursor: pointer;
}

.social-btn:hover {
    background: #F8FAFF;
    border-color: #DE1113;
    transform: translateY(-1px);
}

.social-btn img {
    width: 18px;
    height: 18px;
}

.login-footer {
    margin-top: 24px;
    font-size: 14px;
    color: #64748B;
    font-weight: 500;
}

.login-footer a {
    color: #DE1113;
    font-weight: 700;
    text-decoration: none;
    margin-left: 4px;
}

.login-footer a:hover {
    text-decoration: underline;
}

.checkbox-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 13px;
    color: #64748B;
    font-weight: 500;
}

.checkbox-row input {
    cursor: pointer;
}

.forgot-link {
    color: #DE1113;
    font-weight: 600;
    text-decoration: none;
}

.forgot-link:hover {
    text-decoration: underline;
}

@media (max-width: 480px) {
    .login-card {
        padding: 32px 20px;
        max-width: 100%;
    }
    
    .social-grid {
        grid-template-columns: 1fr;
    }
}

/* Signup-specific split layout */

.signup-layout {
    display: flex;
    width: 100%;
    max-width: 1200px;
    background: white;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 60px 120px -20px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 10;
    min-height: 700px;
    animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.signup-form-side {
    flex: 0.8;
    padding: 32px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
    text-align: center;
}

.signup-visual-side {
    flex: 1.25;
    position: relative;
    background: #0F172A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.signup-visual-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(222, 17, 19, 0.2) 0%, transparent 100%);
    z-index: 2;
}

.signup-visual-content {
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px;
    z-index: 10;
    color: white;
    text-align: left;
}

.signup-visual-content h3 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.signup-visual-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-weight: 500;
}

.signup-logo-header {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}

@media (max-width: 1024px) {
    .signup-layout {
        flex-direction: column;
        max-width: 480px;
        min-height: auto;
    }
    .signup-visual-side {
        display: none;
    }
    .signup-form-side {
        padding: 40px 30px;
    }
}

/* Split Layout for SignUp */

.signup-split-container {
    display: flex;
    min-height: 100vh;
    background: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.signup-visual-side {
    flex: 1.2;
    background: linear-gradient(145deg, #0F172A 0%, #1E293B 100%);
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .signup-visual-side {
        display: none;
    }
    .signup-form-side {
        flex: 1 !important;
        padding: 24px !important;
    }
}

.signup-visual-content {
    position: relative;
    z-index: 10;
    max-width: 600px;
    margin: 0 auto;
}

.signup-visual-img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    margin: 40px 0;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}

.signup-visual-text h1 {
    font-size: 42px;
    font-weight: 900;
    color: white;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.signup-visual-text p {
    font-size: 18px;
    color: #94A3B8;
    line-height: 1.6;
}

.signup-form-side {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: #F8FAFF;
}

.signup-card-override {
    max-width: 500px;
    background: white;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
    border: 1px solid #F1F5F9;
    padding: 48px;
}

/* New Inline Split SignUp Card */

.signup-card-wide {
    max-width: 1060px !important;
    display: flex !important;
    padding: 0 !important;
    overflow: hidden;
    min-height: 700px;
    align-items: stretch;
    text-align: left !important;
    flex-direction: row !important;
}

/* Sliding Animation for Content (Keeping Old Design Structure) */

.auth-transition-container {
    overflow: hidden;
}

.signup-visual-side-inline {
    flex: 1.4;
    position: relative;
    background: #111827;
    overflow: hidden;
    min-height: 700px;
}

.visual-slider, .form-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.visual-content, .form-content {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.visual-content.active, .form-content.active {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
}

/* Slide Directions */

.visual-content.exit-left {
    transform: translateX(-100%);
}

.visual-content.enter-right {
    transform: translateX(100%);
}

.form-content.exit-right {
    transform: translateX(100%);
}

.form-content.enter-left {
    transform: translateX(-100%);
}

.signup-form-side-inline {
    flex: 1;
    padding: 40px 48px;
    display: flex;
    flex-direction: column;
    background: white;
    position: relative;
}

.form-slider {
    flex: 1;
}

.signup-visual-img-inline {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    object-position: 15% center !important;
}

.visual-content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%);
    z-index: 10;
    color: white;
    text-align: left;
}

.visual-content-overlay h3 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 8px;
    color: white;
}

.visual-content-overlay p {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    margin: 0;
}

@media (max-width: 850px) {
    .signup-card-wide {
        flex-direction: column !important;
        max-height: none;
    }
    .signup-visual-side-inline {
        height: 200px;
        flex: none;
    }
    .visual-content, .form-content {
        position: relative;
        display: none;
        opacity: 0;
        transform: none !important;
    }
    .active {
        display: flex !important;
        opacity: 1 !important;
    }
    .visual-slider, .form-slider {
        height: auto;
    }
}
/* Modern Glassmorphism & Aurora Background for Vidmagin AI */
.peach-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background-color: #FAFAF9; /* Soft Warm White Base */
  pointer-events: none;
}
/* 1. Large abstract blurred gradient blobs for depth */
.peach-bg-container::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(251, 167, 142, 0.25) 0%, transparent 40%),
    radial-gradient(circle at 80% 10%, rgba(241, 106, 35, 0.2) 0%, transparent 40%),
    radial-gradient(circle at 40% 80%, rgba(253, 164, 175, 0.2) 0%, transparent 50%),
    radial-gradient(circle at 90% 70%, rgba(251, 191, 36, 0.15) 0%, transparent 40%);
  filter: blur(60px);
  z-index: 1;
}
/* 2. Large thin circular outline in the center */
.center-circle-outline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70vw;
  height: 70vw;
  max-width: 900px;
  max-height: 900px;
  border: 1px solid rgba(241, 106, 35, 0.15);
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}
/* 3. Subtle tech-grid overlay */
.peach-bg-container::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(15, 23, 42, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(circle at 50% 50%, black 20%, transparent 90%);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, black 20%, transparent 90%);
  z-index: 3;
}
.peach-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  z-index: 2;
}
/* Small floating gradient circles for decoration */
.floating-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FBA78E, #F16A23);
  opacity: 0.3;
  z-index: 4;
}
.dot-1 { top: 15%; left: 10%; animation: float-dot 10s ease-in-out infinite; }
.dot-2 { bottom: 20%; right: 15%; animation: float-dot 12s ease-in-out infinite 1s; }
.dot-3 { top: 30%; right: 20%; animation: float-dot 15s ease-in-out infinite 2s; }
@keyframes float-dot {
  0% { transform: translate(0, 0); }
  50% { transform: translate(20px, 20px); }
  100% { transform: translate(0, 0); }
}
/* Glassmorphism Classes for Cards */
.glass-container {
  background: rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(25px) saturate(180%);
  -webkit-backdrop-filter: blur(25px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 32px 0 rgba(15, 23, 42, 0.08);
}
/* Minimal Pill-shaped tags */
.pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(241, 106, 35, 0.1);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  color: #0F172A;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.dot-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.dot-erode { background-color: #F16A23; }
.dot-site { background-color: #0EA5E9; }
.dot-pulse { 
  background-color: #F16A23; 
  box-shadow: 0 0 0 0 rgba(241, 106, 35, 0.4);
  animation: pulse-ring 2s infinite;
}
@keyframes pulse-ring {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(241, 106, 35, 0.4); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(241, 106, 35, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(241, 106, 35, 0); }
}
@keyframes ambient-pulse {
  0% { transform: translate(-50%, -50%) scale(0.9); opacity: 0.4; }
  100% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.8; }
}
.icon {
  font-size: 15px;
  margin-bottom: 25px;
  color: #e45807;
  background-color: #ffebe0;
  border-radius: 50%;
  padding: 10px;
}

h4 {
  margin: 0;
  font-weight: bold;
}

p {
  font-weight: bold;
  margin-top: 15px;
}

.custom-scrollbar .ant-table-body {
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #ccc transparent;
  /* Firefox */
}

.custom-scrollbar .ant-table-body::-webkit-scrollbar {
  width: 4px;
  /* WebKit browsers */
  background-color: #ccc;
  /* WebKit browsers scrollbar color */
}

/* Creative Dashboard Toggle Styles */

.dashboard-toggle-container {
  position: relative;
  display: flex;
  /* Switched to flex to match glider logic better */
  background: rgba(255, 235, 224, 0.4);
  /* Light peach tint with transparency */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(228, 88, 7, 0.15);
  border-radius: 100px;
  padding: 3px;
  width: 200px;
  /* Reduced width */
  height: 48px;
  /* Set height to match Buy Credits button */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  -webkit-user-select: none;
          user-select: none;
  box-sizing: border-box;
}

.dashboard-toggle-item {
  position: relative;
  z-index: 2;
  flex: 1;
  height: 100%;
  border-radius: 100px;
  cursor: pointer;
  font-size: 13px;
  /* Match Buy Credits button font size */
  font-weight: 600;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1;
  /* Ensure no extra height from line-height */
}

.dashboard-toggle-item .anticon {
  margin: 0;
  /* Remove any default margins */
  font-size: 14px;
}

.dashboard-toggle-item.active {
  color: #fff;
}

.dashboard-toggle-glider {
  position: absolute;
  top: 2px;
  left: 2px;
  height: calc(100% - 4px);
  width: calc(50% - 2px);
  background: linear-gradient(to right, #EB8D5E, #DE1113) !important;
  border-radius: 100px;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Move glider based on state managed in React */

.hiring-active .dashboard-toggle-glider {
  transform: translateX(0);
}

.feedback-active .dashboard-toggle-glider {
  transform: translateX(100%);
}.hide-scrollbar {

    /* Hide scrollbar for IE, Edge and Firefox */
    /* IE and Edge */
    /* Firefox */
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    .hide-scrollbar::-webkit-scrollbar {
        display: none;
    }
    .hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Sidebar font-size adjustments */

/* Top level items and SubMenu titles */

.ant-menu-item,
.ant-menu-submenu-title {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #526077 !important;
}

/* Sub-items (nested items) and nested SubMenu titles */

.ant-menu-sub .ant-menu-item,
.ant-menu-sub .ant-menu-submenu-title {
    font-size: 14px !important;
}

/* Subtle icon alignment fix */

.ant-menu-item .ant-menu-item-icon,
.ant-menu-submenu-title .ant-menu-item-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.ant-steps .ant-steps-item-active .ant-steps-item-icon {
  background-color: #e45807 !important; /* Active step icon background color */
  border-color: #e45807 !important; /* Active step border color */
}

.ant-steps .ant-steps-item-process .ant-steps-item-icon {
  background-color: #e45807 !important; /* Completed step icon color */
  border-color: #e45807 !important; /* Completed step border color */
}

.ant-steps .ant-steps-item-tail {
  background-color: #e45807 !important; /* Step line color */
}

.ant-steps .ant-steps-item-title {
  color: #8c8c8c !important; /* Step title text color */
  font-size: 14px !important;
}

.ant-steps.ant-steps-navigation .ant-steps-item::after {
  margin-left: 20px; /*Arrow movement*/
}

.ant-steps .ant-steps-item {
  margin: 20px !important; /* Adjust the space between for each stepper */
}

.ant-steps .ant-steps-item-description {
  color: #e45807 !important; /* Step description text color */
}

.steps-content {
  margin-top: 20px;
}

.card {
  width: 100%;
  color: #44546f;
}

.rdtextcolor {
  color: #44546f;
}

.steps-action {
  margin-left: 700px;

  margin-top: 25px;
}

.steps-action button {
  background-color: #e45807;
  color: #ffffff;
}

.card TextArea {
  width: 600px;
}

/* JobDetailsTable.css */

/* Table styles */

.job-details-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.job-details-table th,
.job-details-table td {
  padding: 8px;
  border: 1px solid #ddd;
}

.job-details-table th {
  text-align: left;
  background-color: #f2f2f2;
  font-weight: bold;
  width: 30%;
}

.job-details-table td {
  width: 70%;
}

/* LinkedInImport.css */

.rdtextcolor {
  color: #595959;
  font-size: 24px;
  display: flex;
  align-items: center;
}

.rdtextcolor .anticon {
  margin-right: 10px;
}

.upload-container {
  max-width: 500px;
  margin: auto;
  text-align: center;
  border: 2px dashed #ffa07a;
  border-radius: 8px;
  padding: 20px;
  background: #fff9f7;
}

.upload-container p {
  font-size: 16px;
  font-weight: 500;
  color: #4f4f4f;
}

.upload-container .upload-or {
  font-size: 14px;
  color: #4f4f4f;
  margin: 10px 0;
}

.upload-button-container {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.upload-button {
  margin-top: 20px;
  background-color: transparent;
  color: #e45807; 
  border: 1px solid #e45807; 
}

.Regenerate-button {
  background-color: transparent;
  color: #e45807; 
  border: 1px solid #e45807; 
}

/* Hover state */

.upload-button:hover {
  background-color: #e45807; 
  color: #fff; 
  border-color: #e45807; 
}

.cancel-button {
  border-color: #ff5722;
  color: #ff5722;
}

.upload-support-info {
  font-size: 12px;
  color: #7a7a7a;
  margin-top: 10px;
}

.download-link {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #ff5722;
  text-decoration: none;
}

.download-link .anticon {
  margin-right: 5px;
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  width: 292px;
  height: 32px;
  opacity: 1;
  margin-top: 12px;
  margin-left: auto;
}

.custom-button {
  margin: 0 8px;
}

.button-generate {
  background-color: #e45807;
  color: white;
}

/* Card Container */

.card-1 {
  width: 100%;
  margin: 20px auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative; /* For positioning the edit button */
}

/* Edit Button */

.edit-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.edit-button .ant-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e45807;
  color: #fff;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.edit-button .ant-btn:hover {
  background-color: #d14e06;
  color: #fff;
}

.job-details-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;

  margin-top: 16px;
}

.job-detail-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
}

.job-detail-title {
  font-weight: bold;
  color: #333;
  font-size: 14px;
  min-width: 150px;
  text-align: left;
  
}

.job-detail-title-UserContent {
  font-weight: bold;
  color: #333;
  font-size: 14px;
  min-width: 150px;
  text-align: left;
  margin-bottom: 200px;
  
}

.job-detail-colon-UserContent {
  font-weight: bold;
  color: #333;
  font-size: 14px;
  text-align: center;
  min-width: 20px;
  margin-bottom: 200px;
}

.job-detail-value-UserContent {
  font-size: 14px;
  text-align: left;
  word-break: break-word;
  flex: 1;
  margin-bottom: 50px;
}

.job-detail-colon {
  font-weight: bold;
  color: #333;
  font-size: 14px;
  text-align: center;
  min-width: 20px;
}

.job-detail-value {
  font-size: 14px;
  text-align: left;
  word-break: break-word;
  flex: 1;
}

.tag {
  margin-top: 20px;
  border: 1px solid #e45807;
  background-color: #e45807;
  color: #f2f2f2;
}

.tag .anticon-close {
  color: #f2f2f2; 
}

.Resume-Upload{
  background-color: #E45807;
  border-color: #E45807;
  color: #FFFFFF;
  width: 100%;
  margin-top: 40px;
}

.job-detail-heading {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin-top: 12px;
}

.relevance-experience-item {
  align-items: flex-start !important;
}

.relevance-experience-value {
  padding-top: 2px;
}

.relevance-experience-value p {
  margin: 0;
  padding: 0;
}

.relevance-experience-value strong {
  display: block;
}

.user-content-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

.user-content-table tbody {
  display: table;
  width: 100%;
}

.user-content-table tr {
  display: table-row;
}

.user-content-table td {
  padding: 4px 0;
  line-height: 1.6;
  vertical-align: top;
  border: none;
}

.user-content-table .section-title {
  font-weight: 600;
  color: #262626;
  padding-top: 8px;
  padding-bottom: 4px;
}

.user-content-table .section-content {
  color: #595959;
  padding-top: 2px;
  padding-bottom: 2px;
}

.user-content-table tr:first-child td {
  padding-top: 0;
}

/* 3D Flip Button Styles */

.button-card {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  z-index: 100;
}

.button-label {
  font-size: 10px;
  color: #94a3b8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-flip {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  perspective: 1000px;
  width: 140px;
  height: 32px;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}

.btn-flip.processing .flip-inner {
  transform: rotateX(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 500;
  font-size: 12px;
  gap: 6px;
}

.flip-front {
  background: linear-gradient(135deg, #EB8D5E, #DE1113);
  color: white;
  box-shadow: 0 4px 12px rgba(222, 17, 19, 0.2);
}

.flip-back {
  background: #1e293b;
  color: white;
  transform: rotateX(180deg);
  box-shadow: 0 4px 12px rgba(30, 41, 59, 0.2);
}

/* Premium AI JD View Styles */

.premium-jd-view {
  background: #f8fafc;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}

.premium-banner {
  background: white;
  padding: 40px;
  border-radius: 20px 20px 0 0;
  position: relative;
  overflow: hidden;
}

/* Base large faded circle */

.premium-banner::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: #fdf3f0;
  border-radius: 50%;
  z-index: 1;
}

/* Medium saturated pink circle */

.premium-banner::after {
  content: '';
  position: absolute;
  top: -10%;
  right: 15%;
  width: 320px;
  height: 320px;
  background: rgba(240, 106, 78, 0.15); /* #f06a4e light tint */
  border-radius: 50%;
  z-index: 1;
}

/* Additional decorative circles via extra elements in JSX */

.banner-blob-1 {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(240, 106, 78, 0.2);
  border-radius: 50%;
  z-index: 1;
}

.banner-blob-2 {
  position: absolute;
  bottom: -40px;
  right: -20px;
  width: 150px;
  height: 150px;
  background: rgba(240, 106, 78, 0.25);
  border-radius: 50%;
  z-index: 1;
}

.premium-section-icon {
  background: #f0f3ff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 20px;
}

.premium-section-icon.purple {
  color: #fbbf24;
}

.premium-banner h2 {
  color: #0f172a;
  font-size: 42px;
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
}

.premium-banner .company-subtitle {
  color: #64748b;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 4px;
}

.premium-banner-chips {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.company-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 500;
}

.banner-chip-container {
  display: flex;
  gap: 12px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.banner-chip-modern {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 16px;
  border-radius: 100px;
  background: white;
  border: 1px solid #e2e8f0;
  font-size: 14px;
  height: 34px;
}

.banner-chip-modern .label {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #c27663;
}

.banner-chip-modern .value {
  font-weight: 500;
  color: #a54124;
}

.banner-chip-modern.exp {
  border-color: #f7dcd1;
  background: #fffcfb;
}

.banner-chip-modern.relevant {
  border-color: #fccecf;
  background: #fff5f5;
}

.banner-chip-modern.relevant .label { color: #d66468; }

.banner-chip-modern.relevant .value { color: #b51c22; }

.banner-chip-modern.time {
  border-color: #e2e8f0;
  background: #f8fafc;
  color: #334155;
  font-weight: 500;
}

.banner-chip-modern.location {
  border-color: #f7dcd1;
  background: #fffcfb;
  color: #a54124;
  font-weight: 500;
  gap: 6px;
}

.banner-chip-modern.workplace {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #166534;
  font-weight: 500;
  gap: 6px;
}

.banner-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.banner-dot.red { background: #de2412; box-shadow: none; }

.banner-dot.green { background: #16a34a; box-shadow: none; }

.logo-container-modern {
  width: 64px;
  height: 64px;
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.premium-banner-text-value {
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding-top: 2px;
}

.premium-content {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: white;
}

.premium-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.premium-section-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.premium-section-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #fff7ed; /* Light orange tint */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e45807; /* Brand orange */
  font-size: 20px;
  flex-shrink: 0;
  border: 1px solid #ffedd5;
}

.premium-section-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
}

.premium-section-body {
  padding-left: 52px;
  color: #475569;
  line-height: 1.7;
}

.premium-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.premium-list-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.premium-list-item::before {
  content: '✓';
  color: #10b981;
  font-weight: bold;
  flex-shrink: 0;
}

.premium-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.sub-section-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
}

.sub-section-header {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.must-have-header { color: #ef4444; }

.good-have-header { color: #64748b; }

.experience-chip-box {
  background: #fff7ed;
  border: 1px solid #ffedd5;
  padding: 12px 24px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #9a3412;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.qual-box-must {
  background: #fffafb;
  border: 1px solid #ffe4e6;
  padding: 24px;
  border-radius: 16px;
  height: 100%;
  transition: all 0.3s ease;
}

.qual-box-good {
  background: #fdfdfd;
  border: 1px solid #f0f9ff;
  padding: 24px;
  border-radius: 16px;
  height: 100%;
  transition: all 0.3s ease;
}

.qual-label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.qual-label.must { color: #ef4444; }

.qual-label.good { color: #10b981; }

.qual-text-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #7f1d1d;
  font-size: 14px;
  line-height: 1.5;
}

.qual-text-list.good {
  color: #14532d;
}

.skill-group {
  margin-bottom: 24px;
}

.skill-group-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.skill-group-header.must { color: #ef4444; }

.skill-group-header.good { color: #10b981; }

.skill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.skill-dot.must { background: #ef4444; }

.skill-dot.good { background: #10b981; }

.skill-chip-themed {
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid;
}

.skill-chip-themed.must {
  background: #fef2f2;
  border-color: #fee2e2;
  color: #ef4444;
}

.skill-chip-themed.good {
  background: #f0fdf4;
  border-color: #dcfce7;
  color: #10b981;
}

.chip-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.premium-chip {
  background: white;
  border: 1px solid #e2e8f0;
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 13px;
  color: #334155;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Gradient Navigation Button - specific to Create Flow */

.btn-nav-gradient {
  background: linear-gradient(to right, #EB8D5E, #DE1113) !important;
  border-color: transparent !important;
  color: white !important;
  font-weight: 600 !important;
  height: 32px !important;
  padding: 0 16px !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(222, 17, 19, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
}

.indicator-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: inset -2px -2px 4px rgba(0,0,0,0.2), inset 2px 2px 4px rgba(255,255,255,0.3);
}

.indicator-dot.red {
  background: radial-gradient(circle at 30% 30%, #ff6b6b, #ee4444);
}

.indicator-dot.green {
  background: radial-gradient(circle at 30% 30%, #6ee7b7, #10b981);
}

.must-have-card {
  border: 2px solid transparent !important;
  border-left: 5px solid #ef4444 !important;
  background: #fbfcfe;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px !important;
}

.must-have-card:hover {
  border-color: #fca5a5 !important;
  box-shadow: 0 4px 12px rgba(222, 17, 19, 0.08);
}

.good-to-have-card {
  border: 2px solid transparent !important;
  border-left: 5px solid #10b981 !important;
  background: #fcfdfd;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px !important;
}

.good-to-have-card:hover {
  border-color: #10b98177 !important;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.08);
}

.sub-section-header-modern {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}

.premium-chip-modern {
  background: white;
  border: 2px solid #e2e8f1;
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  color: #475569;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  display: inline-block;
  margin: 4px;
}

.premium-chip-modern:hover {
  background: #fff7ed !important;
  color: #e45807 !important;
  border-color: #e45807 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(228, 88, 7, 0.15);
}

.btn-nav-gradient:hover {
  opacity: 0.9;
  box-shadow: 0 6px 16px rgba(222, 17, 19, 0.3);
}

.btn-nav-gradient:disabled {
  background: #cbd5e1 !important;
  box-shadow: none;
}

/* Hide tab navigation bar for preview tabs - tabs still function programmatically */

.preview-tabs .ant-tabs-nav {
  display: none !important;
}

/* Side-by-side layout for Competencies & Skills */

.skills-side-by-side {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
}

.skill-panel {
  flex: 1;
  padding: 0 24px;
}

.skill-panel:first-child {
  padding-left: 0;
}

.skill-panel:last-child {
  padding-right: 0;
}

.skills-divider {
  width: 2px;
  background: #10b981;
  align-self: stretch;
  border-radius: 2px;
  flex-shrink: 0;
}

/* Round edit button for AI Generated JD tab */

.edit-round-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #EB8D5E, #DE1113);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(222, 17, 19, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  flex-shrink: 0;
}

.edit-round-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(222, 17, 19, 0.5);
}

/* Redesigned Premium Preview Styles */

.preview-container-premium {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  background-color: #f8fafc;
  min-height: 100vh;
}

.premium-header-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 12px;
}

.company-badge-upper {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
}

.job-status-badge {
  background: #f1f5f9;
  padding: 8px 16px;
  border-radius: 100px;
  display: inline-block;
}

.summary-stat-card {
  border-radius: 16px;
  background: white;
  border: 1px solid #f1f5f9;
  transition: transform 0.2s ease;
}

.summary-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.jd-content-card {
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: none;
}

.jd-content-card .ant-card-head {
  border-bottom: 1px solid #f1f5f9;
  padding: 0 24px;
}

.jd-content-card .ant-card-head-title {
  font-size: 13px;
  letter-spacing: 1px;
  color: #64748b;
  font-weight: 700;
}

.jd-content-card .ant-card-body {
  padding: 24px;
}

.premium-html-content table {
  width: 100%;
}

.premium-html-content .section-title {
  font-weight: 700;
  color: #1e293b;
  font-size: 16px;
  padding: 12px 0 8px;
}

.premium-html-content .section-content {
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
  padding-bottom: 8px;
}

.sidebar-premium-card {
  border-radius: 20px;
  background: white;
  border: 1px solid #f1f5f9;
}

.sidebar-premium-card .ant-card-head {
  background: #f8fafc;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
}

.qual-subtitle {
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
}

.qual-subtitle.must {
  color: #e11d48;
}

.qual-subtitle.good {
  color: #059669;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-cloud .ant-tag {
  margin: 0;
  padding: 4px 12px;
  border-radius: 6px;
  font-weight: 500;
}

.preview-action-footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 24px;
  margin-top: 48px;
  background: white;
  padding: 20px 32px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  z-index: 100;
}

.btn-primary-premium {
  height: auto !important;
  padding: 12px 32px !important;
  border-radius: 14px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  background: linear-gradient(135deg, #e45807 0%, #ff8c42 100%) !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(228, 88, 7, 0.39) !important;
}

.btn-secondary-premium {
  height: auto !important;
  padding: 12px 24px !important;
  border-radius: 14px !important;
  font-weight: 600 !important;
  border: 1px solid #e2e8f0 !important;
  color: #475569 !important;
}

.premium-loading-modal .ant-modal-content {
  border-radius: 24px;
  padding: 0;
}

.loading-icon-wrapper {
  background: #fff7ed;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

/* Full Width Preview Styles - Final Polish */

.preview-full-width {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 20px 0;
  background-color: #f0f2f5; /* Contrast background for the whole page */
  display: flex;
  flex-direction: column;
}

.preview-full-width .card-1 {
  width: 100%;
  margin: 0;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  border: none;
  border-bottom: 1px solid #e8e8e8;
  padding: 40px 60px;
  background: #ffffff;
}

.old-type-descriptions {
  background: #ffffff;
  margin-bottom: 24px;
}

.old-type-descriptions .ant-descriptions-title {
  color: #E45807 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.job-content-box {
  margin-top: 24px;
  background: white;
}

.job-content-box h4 {
  color: #E45807 !important;
  font-weight: 600 !important;
  margin-bottom: 16px;
  font-size: 18px;
}

.skill-card-old {
  border: 1px solid #f0f0f0 !important;
  border-radius: 8px !important;
  height: 100%;
  margin-bottom: 24px;
}

.skill-card-old .ant-card-head {
  background-color: #fafafa !important;
  border-bottom: 1px solid #f0f0f0 !important;
  padding: 0 16px !important;
}

.skill-card-old .ant-card-head-title {
  color: #262626 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.skill-item-old {
  font-size: 14px;
  color: #595959;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  padding: 4px 0;
}

.user-content-table-wrapper {
  margin-top: 10px;
  width: 100%;
}
/* Organization Title Search Input */
.organization-search-input {
	width: 264px !important;
	height: 32px !important;
	gap: 0px !important;
	border-radius: 4px !important;
	border: 1px solid #bfbfbf !important;
	background: #ffffff !important;
	opacity: 1 !important;
	font-family: "Public Sans", sans-serif !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 28px !important;
	text-align: left !important;
}
.search-add-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}
/* Add Organization Button */
.add-org-button {
	width: 110px;
	height: 32px;
	background: #e45807;
	border-color: #e45807;
	color: white;
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}
.header-space {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}
/* table */
.ant-table {
	width: 100%;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
	text-align: left;
	padding: 8px;
}
.ant-table-pagination {
	margin-top: 16px;
}
.ant-table-thead > tr > th {
	color: #44546f !important;
	font-family: "Public Sans", sans-serif !important;
	font-size: 14px;
	font-weight: 600 !important ;
	line-height: 22px !important;
	text-align: left !important;
	background-color: transparent !important;
	border-bottom: 1px solid #d9d9d9 !important;
	height: 48px !important;
	padding: 8px !important;
}
.ant-table-tbody > tr > td {
	color: #44546f !important;
	border-bottom: none !important;
	font-family: "Public Sans", sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 22px !important;
	text-align: left !important;
	text-underline-position: from-font !important;
	-webkit-text-decoration-skip-ink: none !important;
	        text-decoration-skip-ink: none !important;
}
.ant-modal-title {
	font-family: "Public Sans", sans-serif !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 28px !important;
	text-align: center !important;
	text-underline-position: from-font !important;
	-webkit-text-decoration-skip-ink: none !important;
	        text-decoration-skip-ink: none !important;
	color: #44546f !important;
}
.form-item-label-text {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;
	color: #8c8c8c;
}
.ant-pagination {
	border-top: 1px solid #d9d9d9;
	padding-top: 10px;
}
/* General styling for Typography.Text */
.total-text {
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 18.8px;
	text-align: left;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;
	color: #666666;
}
._container_r2w7y_1 {
    min-height: 64px;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    padding: 0.5rem 0.8rem;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}

    ._container_r2w7y_1 ._icon_r2w7y_19 {
        padding-right: 15px;
        align-self: flex-start;
    }

    ._container_r2w7y_1 ._content_r2w7y_29 {
        flex: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    ._container_r2w7y_1 ._content_r2w7y_29 ._input_r2w7y_41 {
            flex: 1;
            margin-right: 0.8rem;
        }

    ._container_r2w7y_1 ._content_r2w7y_29 ._input_r2w7y_41 ._formItem_r2w7y_49 {
                padding-top: 0.5rem;
            }

    ._container_r2w7y_1 ._content_r2w7y_29 ._input_r2w7y_41 ._skeleton_r2w7y_57 {
                height: 1rem;
            }

    ._container_r2w7y_1 ._content_r2w7y_29 ._label_r2w7y_67 {
            -webkit-user-select: none;
                    user-select: none;
            display: block;
        }

    ._container_r2w7y_1 ._content_r2w7y_29 ._buttons_r2w7y_77 {
            align-self: flex-end;
            display: flex;
            gap: 0.5rem;
        }

    ._container_r2w7y_1 ._actions_r2w7y_91 {
        align-self: center;
        display: flex;
        gap: 0.5rem;
    }
/* 
.container:last-child {
    border: none;
} */
.forgot-password-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative; 
  overflow: hidden; 
}

.forgot-password-wrapper {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
}

.logo-wrapper {
  position: absolute;
  top: 10px;
  left: 10px; 
}

.forgot-password-icon {
    width: 50px;
    margin-bottom: 15px;
  }

.forgot-password-title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #F06543;
  }

.forgot-password-subtitle {
    margin-bottom: 20px;
    color: #666;
  }

.forgot-password-form {
    text-align: left;
  }

.forgot-password-button {
    background-color: #E45807;
    border-color: #E45807;
    width: 100%;
  }

.password-success{
    background-color: #E45807;
    border-color: #E45807;
    color: #FFFFFF;
    width: 20%;
    margin-top: 40px;
  }

.back-to-login {
    margin-top: 20px;
    display: inline-block;
    color: #666;
  }

/* Success Modal */

.success-modal-content {
    text-align: center;
   padding: 30px;
  }

.success-modal-icon {
    width: 50px;
    margin-bottom: 20px;
  }

.success-modal-title {
    font-size: 16px;
    color: #44536E;
  }

.success-modal-email {
    font-weight: bold;
    color: #44536E;
  }

.success-modal-resend {
    margin-top: 10px;
    color: #E45807;
    cursor: pointer;
  }

.back-to-login-link {
    display: inline-block;
    margin-top: 15px;
    color: #666;
  }

.icon{
    border-radius: 50%; 
  background-color: #FFEBE0;
  color: #E45807;
  font-size: x-large;
  }
  .no-border-table .ant-table,
.no-border-table .ant-table-container,
.no-border-table .ant-table-content,
.no-border-table .ant-table-thead > tr > th,
.no-border-table .ant-table-tbody > tr > td {
  border: none !important;
  outline: none !important;
  
}
.no-border-table {
    background-color: #333333; 
    border: none;
  }
.ant-upload {
    font-size: 16px;
    color: #595959;
}
.no-border-table .ant-table,
.no-border-table .ant-table-container,
.no-border-table .ant-table-content,
.no-border-table .ant-table-thead > tr > th,
.no-border-table .ant-table-tbody > tr > td {
  border: none !important;
  outline: none !important;
  
}
.no-border-table {
    background-color: #333333; 
    border: none !important;
  }
.ant-upload {
    font-size: 16px;
    color: #595959;
}/* UserManagement.css */
.container {
    padding: 20px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.title {
    font-size: 20px;
    font-weight: 500;
}
.search-input {
    border-radius: 4PX;
    border: 1px;
    width: 264px;
}
.create-button {
    width: 116px;
    background-color: #E45807;
    border: none;
    font-weight: 400;
    font-size:14px;
}
.share-toggle-container {
  position: relative;
  display: flex;
  background: rgba(255, 235, 224, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(228, 88, 7, 0.15);
  border-radius: 100px;
  padding: 3px;
  width: 250px;
  height: 48px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  -webkit-user-select: none;
          user-select: none;
  box-sizing: border-box;
  margin: 0 auto 30px;
  /* Centered with bottom margin */
}

.share-toggle-item {
  position: relative;
  z-index: 2;
  flex: 1;
  height: 100%;
  border-radius: 100px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1;
}

.share-toggle-item.active {
  color: #fff;
}

.share-toggle-glider {
  position: absolute;
  top: 2px;
  left: 2px;
  height: calc(100% - 4px);
  width: calc(50% - 2px);
  background: linear-gradient(to right, #EB8D5E, #DE1113) !important;
  border-radius: 100px;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.email-active .share-toggle-glider {
  transform: translateX(0);
}

.link-active .share-toggle-glider {
  transform: translateX(100%);
}
/* Main container */
.response-container {
  width: auto;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
/* General response box for all types */
.response-box {
  width: 100%;
  min-height: 100%;
  max-width: 550px;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 50px;
  background: #f8f9fa;
  box-shadow: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* Styling for media elements */
.media-player {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  outline: none;
}
/* Image Styling */
.media-image {
  width: 100%;
  height: auto;
  max-height: 300px;
  border-radius: 8px;
  object-fit: cover;
}
/* Download button */
.download-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.download-button:hover {
  background-color: #0056b3;
}
/* Styling specific to different response types */
.video-container {
  background: #fff;
}
.audio-container {
  background: #fff;
}
.image-container {
  background: #fff;
}
.file-container {
  background: #e3f2fd;
}
.text-response {
  background: #d4edda;
}
.tableHeaderStyle {
  padding: "10px";
  border: "1px solid #ddd";
  text-align: "center";
}
.tableCellStyle {
  padding: "10px";
  border: "1px solid #ddd";
}
.evaluation-metrics-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 5px;
  min-width: 0;
  overflow-x: auto;
}
.metric-box {
  text-align: center;
  flex: 1 1 auto;
  min-width: 120px;
  white-space: nowrap;
}
.metric-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  display: inline-flex;
  align-items: center;
}
.metric-score {
  font-size: 14px;
  font-weight: bold;
  color: #444;
}
.info-icon {
  margin-left: 5px;
  cursor: pointer;
  font-size: 13px;
  color: #e45807;
}
/* Responsive Design */
@media (max-width: 768px) {
  .evaluation-metrics-container {
    justify-content: flex-start;
  }

  .metric-box {
    flex: 1 1 45%;
  }

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

  .metric-score {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .metric-box {
    flex: 1 1 100%;
  }
}
/* detailed score modal design */
.score-modal-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.score-modal-title {
  font-size: 16px;
  font-weight: 600;
}
.score-details-container {
  margin-top: 12px;
}
.score-card {
  padding: 10px;
  background-color: #fafafa;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.score-card-title {
  text-transform: capitalize;
  font-size: 13px;
  margin-bottom: 8px;
  display: block;
}
.ant-progress-text {
  font-size: 14px !important;
  color: #1890ff !important;
  font-weight: bold !important;
}
.no-scores-container {
  padding: 20px;
  text-align: center;
  color: #999;
}
.no-scores-icon {
  font-size: 24px;
  margin-bottom: 12px;
}
.no-scores-text {
  display: block;
  font-size: 12px;
}
/* Custom Table Styles ported from viewResponseEdit.tsx */
.ant-table-tbody>tr:hover>td {
  background-color: #fafafa !important;
}
/* Fixed Column and Header Masking Fix */
.ant-table-wrapper .ant-table-cell-fix-left,
.ant-table-wrapper .ant-table-cell-fix-right {
  background-color: #fff !important;
  z-index: 10 !important;
}
.ant-table-wrapper .ant-table-thead th.ant-table-cell-fix-left,
.ant-table-wrapper .ant-table-thead th.ant-table-cell-fix-right {
  z-index: 20 !important;
}
/* Ensure row selection also hides content */
.ant-table-wrapper .ant-table-selection-column {
  background-color: #fff !important;
}
.subscription-overlay-alert {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 12px;
}.pricing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Inter", sans-serif;
  text-align: center;
}

/* Toggle Switch */

/* Creative Package Toggle Styles */

.package-toggle-container {
  position: relative;
  display: flex;
  background: rgba(255, 235, 224, 0.4); /* Light peach tint with transparency */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(228, 88, 7, 0.15);
  border-radius: 100px;
  padding: 3px;
  width: 250px;
  height: 48px;
  margin: 0 auto 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  -webkit-user-select: none;
          user-select: none;
  box-sizing: border-box;
}

.package-toggle-item {
  position: relative;
  z-index: 2;
  flex: 1;
  height: 100%;
  border-radius: 100px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.package-toggle-item.active {
  color: #fff;
}

.package-toggle-glider {
  position: absolute;
  top: 3px;
  left: 3px;
  height: calc(100% - 6px);
  width: calc(50% - 3px);
  background: linear-gradient(to right, #EB8D5E, #DE1113) !important;
  border-radius: 100px;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hiring-active .package-toggle-glider {
  transform: translateX(0);
}

.feedback-active .package-toggle-glider {
  transform: translateX(100%);
}

/* Header Text */

.pricing-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.pricing-header p {
  color: #888;
  font-size: 14px;
  margin-bottom: 40px;
}

/* Cards Layout */

.pricing-cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start; /* Allow cards to have natural height */
  gap: 30px;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px; /* Add padding for bottom */
}

.pricing-card {
  background: #fff;
  border-radius: 40px; /* Increased rounding */
  padding: 10px;
  width: 300px;
  text-align: left;
  position: relative;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #eaeaea;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.card-white-box {
  background: #ffffff;
  border-radius: 30px; /* Highly rounded corners */
  padding: 15px; /* Reduced from 20px */
  margin-bottom: 10px; /* Reduced from 15px */
  box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

/* Specific Card Themes */

/* Starter (Blue) */

.card-starter {
  background: #f0f9ff; /* Light blue background */
  border: 2px solid #dbeafe; /* Full border */
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.08);
  margin-top: 0; /* Align to top */
  align-self: flex-start; /* Correctly size to content (smaller) */
}

.card-starter .plan-name {
  color: #3b82f6;
}

.card-starter .buy-btn {
  color: #3b82f6; /* Blue text */
  border: 1px solid #3b82f6;
  background: #fff;
}

.card-starter .buy-btn:hover {
  background: #eff6ff;
}

.card-starter .year-pill {
  background: #e0f2fe; /* Slightly darker pill */
  color: #555;
}

/* Professional (Orange/Red) - Recommended */

.card-professional {
  background: #fff7ed; /* Light orange background */
  border: 5px solid #ff4d4d; /* Base color and top/bottom thickness */
  border-left-width: 2px; /* Thinner sides */
  border-right-width: 2px; /* Thinner sides */
  box-shadow: 0 15px 45px rgba(255, 122, 80, 0.22);
  transform: scale(1.05);
  transform-origin: center top; 
  z-index: 2;
  position: relative;
  margin-top: 0;
}

.card-professional:hover {
  transform: scale(1.05) translateY(-8px);
  box-shadow: 0 40px 80px rgba(255, 122, 80, 0.3);
}

.recommended-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff7a50;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.card-professional .plan-name {
  color: #ff5722;
}

.card-professional .buy-btn {
  background: #ff7a50;
  color: white;
  border: none;
  box-shadow: 0 4px 10px rgba(255, 122, 80, 0.3);
}

.card-professional .buy-btn:hover {
  background: #e66a45;
}

.card-professional .year-pill {
  background: #ffedd5; /* Slightly darker pill */
  color: #555;
  border: 1px solid #ffdecb;
}

/* Enterprise (Green) */

.card-enterprise {
  background: #f0fdf4; /* Light green background */
  border: 2px solid #dcfce7; /* Full border */
  box-shadow: 0 10px 35px rgba(34, 197, 94, 0.12);
  margin-top: 0; /* Align to top */
  padding-top: 40px; /* Reduced from 85px to match reference */
  padding-bottom: 20px;
  min-height: 550px;
  display: flex;
  flex-direction: column;
}

.card-enterprise .card-white-box {
  padding: 25px 20px; /* Increased internal spacing */
  margin-bottom: 25px; /* Gap below title box */
}

.card-enterprise .plan-subtitle {
  margin-bottom: 20px; /* Gap between title and pricing row */
}

.card-enterprise .plan-name {
  color: #22c55e;
}

.card-enterprise .buy-btn {
  color: #22c55e; /* Green text */
  border: 1px solid #22c55e;
  background: #fff; 
}

.card-enterprise .buy-btn:hover {
  background: #f0fdf4;
}

.card-enterprise .year-pill {
  background: #dcfce7; /* Slightly darker pill */
  color: #555;
  margin-top: auto; /* Push to bottom within fixed height */
}

/* Customized (Purple) */

.card-customized {
  background: #fdf4ff; /* Light purple background */
  border: 2px solid #f5d0fe; /* Full border */
  box-shadow: 0 10px 35px rgba(168, 85, 247, 0.12);
  margin-top: 0;
  padding-top: 40px;
  min-height: 550px;
  display: flex;
  flex-direction: column;
}

.card-customized .card-white-box {
  padding: 25px 20px;
  margin-bottom: 25px;
}

.card-customized .plan-name {
  color: #a855f7;
}

.card-customized .buy-btn {
  color: #a855f7; /* Purple text */
  border: 1px solid #a855f7;
  background: #fff; 
}

.card-customized .buy-btn:hover {
  background: #fdf4ff;
}

.card-customized .year-pill {
  background: #f5d0fe;
  color: #555;
  margin-top: auto;
}

/* Common Card Elements */

.plan-name {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.plan-name span {
  font-weight: 400;
  font-style: italic;
  color: #888;
  font-size: 18px;
}

.plan-subtitle {
  color: #999;
  font-size: 13px;
  margin-bottom: 8px; /* Reduced from 12px */
  display: block;
}

.pricing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px; /* Reduced from 12px */
}

.buy-btn {
  padding: 8px 24px;
  border-radius: 50px; /* Full pill shape */
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}

.buy-btn::after,
.year-pill::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  transition: none;
}

.buy-btn:hover::after,
.year-pill:hover::after {
  animation: shine 0.80s;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.price {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
}

.price span {
  font-size: 16px;
  font-weight: 400;
  color: #888;
}

/* Divider removed */

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
}

.feature-list li {
  margin-bottom: 4px; /* Significantly reduced from 12px or 8px */
  color: #555;
  font-size: 13px; /* Slightly smaller */
  display: flex;
  align-items: flex-start;
  line-height: 1.2; /* Tighter line height */
}

.feature-list li::before {
  content: "•";
  color: #ccc;
  font-weight: bold;
  display: inline-block;
  width: 15px;
  margin-right: 5px;
}

/* Year Pill */

.year-pill {
  display: block;
  text-align: center;
  padding: 6px; /* Reduced from 8px */
  border-radius: 20px;
  font-size: 12px; /* Slightly smaller */
  font-weight: 500;
  margin-top: 15px; /* Fixed margin instead of auto to allow shrinking */
  position: relative;
  overflow: hidden;
}

/* Feature List Container */

.card-features {
  position: relative;
  transition: all 0.4s ease-in-out;
  padding: 0 5px; /* Slight side padding for content */
}

.card-enterprise .card-features p {
  margin-bottom: 15px; /* Gap between content lines */
}

.card-enterprise .feature-list {
  margin-top: 10px; /* Gap before list */
}

/* Toggle Styles Removed */

.checkout-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding: 40px 20px;
  background-color: #f8f9fa;
}

.checkout-card {
  width: 100%;
  max-width: 450px;
  background: #ffffff;
  border-radius: 40px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

.checkout-header {
  margin-bottom: 30px;
}

.checkout-header .plan-name {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

.checkout-header .plan-name span {
  font-weight: 400;
  font-style: italic;
  color: #888;
  font-size: 22px;
}

.checkout-header .checkout-subtitle {
  color: #999;
  font-size: 15px;
  margin-top: 5px;
  display: block;
}

.plan-summary-box {
  background: #f8f9fa;
  border-radius: 20px;
  padding: 20px 25px;
  margin-bottom: 30px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary-row.main {
  margin-bottom: 12px;
}

.summary-row.main .label {
  font-size: 18px;
  font-weight: 600;
  color: #444;
}

.summary-row.main .value {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
}

.summary-row.main .value span {
  font-size: 14px;
  font-weight: 400;
  color: #888;
}

.summary-row.promo {
  border-top: 1px solid #eaeaea;
  padding-top: 12px;
}

.summary-row.promo .label {
  font-size: 14px;
  color: #888;
}

.summary-row.promo .value {
  font-size: 14px;
  font-weight: 600;
  color: #3b82f6;
  cursor: pointer;
  transition: opacity 0.2s;
}

.summary-row.promo .value:hover {
  opacity: 0.8;
}

.checkout-form .form-item {
  margin-bottom: 20px;
}

.checkout-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin-bottom: 10px;
}

.checkout-form .antd-input-custom {
  border-radius: 15px !important;
  padding: 12px 20px !important;
  border: 1px solid #eee !important;
  font-size: 15px !important;
  background: #fff !important;
  transition: all 0.3s !important;
}

.checkout-form .antd-input-custom:focus {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1) !important;
}

.expiry-cvv-row {
  display: flex;
  gap: 20px;
}

.expiry-cvv-row > div {
  flex: 1;
}

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

.checkout-actions .btn {
  flex: 1;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
}

.checkout-actions .btn-back {
  background: #fff;
  border: 1px solid #eee;
  color: #666;
}

.checkout-actions .btn-back:hover {
  background: #f8f9fa;
  border-color: #ddd;
}

.checkout-actions .btn-confirm {
  background: #0052cc;
  border: none;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 82, 204, 0.2);
}

.checkout-actions .btn-confirm:hover {
  background: #0042a3;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 82, 204, 0.3);
}

.secure-footer {
  text-align: center;
  margin-top: 25px;
  color: #aaa;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.table-container {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.table-container th,
.table-container td {
  padding: 10px;
  border: 1px solid #ddd;
}

.table-container thead tr {
  background-color: #f2f2f2;
}

.table-container tbody tr:hover {
  background-color: #f9f9f9;
}

/* Creative Dashboard Toggle Styles (Synced with Dashboard) */

.dashboard-toggle-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgba(255, 235, 224, 0.4); /* Light peach tint with transparency */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(228, 88, 7, 0.15);
  border-radius: 100px;
  padding: 6px;
  width: 280px; /* Fixed width to ensure both sides are equal */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  -webkit-user-select: none;
          user-select: none;
}

.dashboard-toggle-item {
  position: relative;
  z-index: 2;
  padding: 10px 0;
  border-radius: 100px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dashboard-toggle-item.active {
  color: #fff !important;
}

.dashboard-toggle-glider {
  position: absolute;
  top: 6px;
  left: 6px;
  height: calc(100% - 12px);
  width: calc(50% - 6px);
  background: linear-gradient(to right, #EB8D5E, #DE1113) !important;
  border-radius: 100px;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Move glider based on state managed in React */

.hiring-active .dashboard-toggle-glider {
  transform: translateX(0);
}

.feedback-active .dashboard-toggle-glider {
  transform: translateX(100%);
}
@keyframes aurora-flow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes comm-travel {
  0% { transform: translateX(-15px); opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { transform: translateX(15px); opacity: 0; }
}

@keyframes talking-blink {
  0%, 100% { transform: scale(0.6); opacity: 0.3; }
  50% { transform: scale(1.2); opacity: 1; filter: brightness(1.2); }
}

@keyframes ring-expand {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.6); opacity: 0; }
}

@keyframes particle-float {
  0% { transform: translate(0, 0) scale(1); opacity: 0; }
  50% { opacity: 1; }
  100% { transform: translate(var(--dx), var(--dy)) scale(0.5); opacity: 0; }
}

@keyframes holographic-glow {
  0%, 100% { filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.4)); }
  50% { filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.8)); }
}

.btn-bot-calling-premium {
  position: relative !important;
  background: linear-gradient(135deg, #e45807 0%, #f07d3c 50%, #ff9d5c 100%) !important;
  background-size: 200% 200% !important;
  animation: aurora-flow 5s ease infinite !important;
  border-radius: 18px !important; 
  height: 38px !important; 
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  overflow: hidden !important;
  transition: all 0.4s ease !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 15px rgba(228, 88, 7, 0.4) !important;
  z-index: 10 !important;
}

/* --- WRAPPER --- */

.bot-calling-wrapper {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px !important;
}

/* --- MORPH RINGS --- */

.bot-morph-ring {
  position: absolute !important;
  inset: 0 !important;
  border-radius: 18px !important;
  background: rgba(228, 88, 7, 0.4) !important;
  z-index: 1 !important;
  animation: ring-expand 2s infinite !important;
  pointer-events: none !important;
}

.ring-2 { animation-delay: 0.6s !important; }

/* --- PARTICLES --- */

.bot-particle {
  position: absolute !important;
  width: 6px !important;
  height: 6px !important;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 0 10px #fff !important;
  z-index: 5 !important;
  animation: particle-float 3s infinite ease-in-out !important;
  pointer-events: none !important;
}

.p-1 { --dx: -40px; --dy: -30px; top: 10%; left: 20%; animation-delay: 0s; }

.p-2 { --dx: 40px; --dy: 30px; bottom: 10%; right: 20%; animation-delay: 1s; }

.btn-bot-response-premium {
  position: relative !important;
  background: linear-gradient(135deg, #e45807 0%, #f07d3c 50%, #ff9d5c 100%) !important;
  background-size: 200% 200% !important;
  animation: aurora-flow 5s ease infinite !important;
  border-radius: 15px !important; 
  height: 50px !important; 
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  overflow: hidden !important;
  transition: all 0.4s ease !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 15px rgba(228, 88, 7, 0.4) !important;
  z-index: 10 !important;
}

.bot-response-wrapper {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px !important;
}

.btn-bot-response-premium::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important;
  background-size: 300% 100% !important;
  animation: aurora-flow 4s linear infinite !important;
  z-index: 1 !important;
}

.btn-bot-response-premium:hover {
  transform: translateY(-2px) scale(1.04) !important;
  filter: brightness(1.1) !important;
}

.btn-bot-response-premium:active {
  transform: scale(0.96) !important;
}

.btn-content-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  z-index: 5 !important;
  position: relative !important;
}

/* --- ROBOT (Left Source) --- */

.robo-avatar-mini {
  width: 20px !important;
  height: 20px !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.robo-head-mini {
  width: 14px !important;
  height: 12px !important;
  background: #fff !important; 
  border-radius: 3px !important;
  position: relative !important;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.5) !important;
  animation: holographic-glow 2s infinite alternate !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.robo-eyes-mini {
  display: flex !important;
  justify-content: space-around !important;
  padding-top: 4px !important;
}

.robo-eyes-mini span {
  width: 2.5px !important;
  height: 2.5px !important;
  background: #DE1113 !important;
  border-radius: 50% !important;
}

/* --- TRAVELING LINK (Center) --- */

.comm-link {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  position: relative !important;
}

.btn-text {
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 9.5px !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  z-index: 2 !important;
}

.comm-dot {
  width: 4px !important;
  height: 4px !important;
  background: #fff !important; 
  border-radius: 50% !important;
  box-shadow: 0 0 8px #fff !important;
  animation: comm-travel 1.5s infinite linear !important;
  position: relative !important;
  z-index: 1 !important;
}

.comm-dot:last-child {
  animation-delay: 0.75s !important;
}

/* --- PERSON (Right Receiver) --- */

.person-avatar {
  width: 20px !important;
  height: 20px !important;
  position: relative !important;
  flex-shrink: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.person-head {
  width: 10px !important;
  height: 10px !important;
  background: #ffd591 !important; 
  border-radius: 50% !important;
  border: 1px solid #fff !important;
}

.person-body {
  width: 14px !important;
  height: 6px !important;
  background: #fff !important;
  border-radius: 5px 5px 0 0 !important;
  margin-top: -1px !important;
}

.talking-bubbles {
  position: absolute !important;
  top: -6px !important;
  right: -8px !important;
  display: flex !important;
  gap: 2px !important;
}

.talking-bubbles span {
  width: 3px !important;
  height: 3px !important;
  background: #fff !important;
  border-radius: 50% !important;
  animation: talking-blink 0.8s infinite ease-in-out !important;
}

/* --- BACKGROUND FLOW --- */

.btn-bot-calling-premium::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important;
  background-size: 300% 100% !important;
  animation: aurora-flow 4s linear infinite !important;
  z-index: 1 !important;
}

.btn-bot-calling-premium:hover {
  transform: translateY(-2px) scale(1.04) !important;
  filter: brightness(1.1) !important;
}

.btn-bot-calling-premium:active {
  transform: scale(0.96) !important;
}

/* --- BOT CALLING MODAL PREMIUM STYLING --- */

.bot-modal-premium .ant-modal-content {
  border-radius: 24px !important;
  overflow: hidden !important;
  background: #f8f9fb !important;
  border: 1px solid rgba(228, 88, 7, 0.1) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
}

.bot-modal-premium .ant-modal-header {
  background: linear-gradient(135deg, #EB8D5E, #DE1113) !important;
  padding: 24px 32px !important;
  border-bottom: none !important;
}

.bot-modal-premium .ant-modal-title {
  color: #fff !important;
}

.bot-modal-premium .modal-header-desc {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.bot-modal-premium .ant-modal-close-x {
  color: #fff !important;
}

.bot-card-premium {
  background: #ffffff !important;
  border-radius: 18px !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
  overflow: hidden !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.bot-card-premium:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 18px rgba(228, 88, 7, 0.08) !important;
}

.bot-card-premium .ant-card-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
  padding: 0 24px !important;
  min-height: 56px !important;
}

.bot-card-premium .ant-card-head-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1f1f1f !important;
}

.bot-modal-select .ant-select-selector {
  border-radius: 12px !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  border: 1px solid #e8e8e8 !important;
  transition: all 0.3s !important;
}

.bot-modal-select .ant-select-selector:hover {
  border-color: #DE1113 !important;
  box-shadow: 0 0 5px rgba(222, 17, 19, 0.2) !important;
}

.bot-modal-table .ant-table {
  background: transparent !important;
}

.bot-modal-table .ant-table-thead > tr > th {
  background: #f0f2f5 !important;
  font-weight: 700 !important;
  color: #595959 !important;
  border-bottom: none !important;
}

.bot-modal-table .ant-table-tbody > tr > td {
  border-bottom: 1px solid #f0f0f0 !important;
}

.bot-modal-summary-card {
  background: #fff !important;
  padding: 24px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(228, 88, 7, 0.1) !important;
  box-shadow: 0 8px 24px rgba(228, 88, 7, 0.05) !important;
  position: relative !important;
  overflow: hidden !important;
}

.bot-modal-summary-card::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 4px !important;
  background: linear-gradient(90deg, #EB8D5E, #DE1113) !important;
}

.invite-btn-premium {
  height: 54px !important;
  border-radius: 16px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

.invite-btn-premium.active {
  background: linear-gradient(135deg, #EB8D5E, #DE1113) !important;
  box-shadow: 0 8px 20px rgba(222, 17, 19, 0.3) !important;
  color: #fff !important;
}

.invite-btn-premium.active:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 25px rgba(222, 17, 19, 0.4) !important;
}

.invite-btn-premium.disabled {
  background: #f0f0f0 !important;
  color: #bfbfbf !important;
  cursor: not-allowed !important;
}

/* --- BOT RESPONSE SUB-MODAL STYLING --- */

.bot-modal-premium-sub .ant-modal-content {
  border-radius: 20px !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
  border: 1px solid rgba(24, 144, 255, 0.1) !important;
}

.bot-modal-premium-sub .ant-modal-header {
  border-bottom: 1px solid #f0f0f0 !important;
  padding: 16px 24px !important;
}

.bot-modal-premium-sub .ant-modal-title {
  color: #1f1f1f !important;
  font-weight: 700 !important;
}

.bot-modal-premium-sub .ant-modal-footer {
  border-top: 1px solid #f0f0f0 !important;
  padding: 12px 24px !important;
}
._socialCard_1plx3_1 {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  position: relative;
  overflow: hidden;
}

._socialCard_1plx3_1:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}

._socialCard_1plx3_1:active {
  transform: scale(0.97);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  filter: brightness(0.92);
}

._socialCard_1plx3_1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.4s ease-out, height 0.4s ease-out, opacity 0.4s ease-out;
}

._socialCard_1plx3_1:active::after {
  width: 300%;
  height: 300%;
  opacity: 0;
  transition: 0s; /* Reset immediately on start or use animation */
}

/* Using animation for better control of the ripple */

@keyframes _rippleEffect_1plx3_1 {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }
  100% {
    width: 300%;
    height: 300%;
    opacity: 0;
  }
}

._socialCard_1plx3_1:active::after {
  animation: _rippleEffect_1plx3_1 0.5s ease-out;
}
/* UserManagement.css */
.container {
    padding: 20px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.title {
    font-size: 20px;
    font-weight: 500;
}
.search-input {
    border-radius: 4PX;
    border: 1px;
    width: 264px;
}
.create-button {
    width: 116px;
    background-color: #E45807;
    border: none;
    font-weight: 400;
    font-size:14px;
}

.no-border-table .ant-table,
.no-border-table .ant-table-container,
.no-border-table .ant-table-content,
.no-border-table .ant-table-thead > tr > th,
.no-border-table .ant-table-tbody > tr > td {
  border: none !important;
  outline: none !important;
  
}
.no-border-table {
    background-color: #333333; 
    border: none !important;
  }
.ant-upload {
    font-size: 16px;
    color: #595959;
}.share-toggle-container {
  position: relative;
  display: flex;
  background: rgba(255, 235, 224, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(228, 88, 7, 0.15);
  border-radius: 100px;
  padding: 3px;
  width: 250px;
  height: 48px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  -webkit-user-select: none;
          user-select: none;
  box-sizing: border-box;
  margin: 0 auto 30px;
}

.share-toggle-item {
  position: relative;
  z-index: 2;
  flex: 1;
  height: 100%;
  border-radius: 100px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1;
}

.share-toggle-item.active {
  color: #fff;
}

.share-toggle-glider {
  position: absolute;
  top: 2px;
  left: 2px;
  height: calc(100% - 4px);
  width: calc(50% - 2px);
  background: linear-gradient(to right, #EB8D5E, #DE1113) !important;
  border-radius: 100px;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.email-active .share-toggle-glider {
  transform: translateX(0);
}

.link-active .share-toggle-glider {
  transform: translateX(100%);
}
.no-border-table .ant-table,
.no-border-table .ant-table-container,
.no-border-table .ant-table-content,
.no-border-table .ant-table-thead > tr > th,
.no-border-table .ant-table-tbody > tr > td {
  border: none !important;
  outline: none !important;
  
}
.no-border-table {
    background-color: #333333; 
    border: none;
  }
.ant-upload {
    font-size: 16px;
    color: #595959;
}/* Main container */
.response-container {
  width: auto;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
/* General response box for all types */
.response-box {
  width: 100%;
  min-height: 100%;
  max-width: 550px;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 50px;
  background: #f8f9fa;
  box-shadow: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* Styling for media elements */
.media-player {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  outline: none;
}
/* Image Styling */
.media-image {
  width: 100%;
  height: auto;
  max-height: 300px;
  border-radius: 8px;
  object-fit: cover;
}
/* Download button */
.download-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.download-button:hover {
  background-color: #0056b3;
}
/* Styling specific to different response types */
.video-container {
  background: #fff;
}
.audio-container {
  background: #fff;
}
.image-container {
  background: #fff;
}
.file-container {
  background: #e3f2fd;
}
.text-response {
  background: #d4edda;
}
.tableHeaderStyle {
  padding: "10px";
  border: "1px solid #ddd";
  text-align: "center";
}
.tableCellStyle {
  padding: "10px";
  border: "1px solid #ddd";
}
.evaluation-metrics-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 5px;
  min-width: 0;
  overflow-x: auto;
}
.metric-box {
  text-align: center;
  flex: 1 1 auto;
  min-width: 120px;
  white-space: nowrap;
}
.metric-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  display: inline-flex;
  align-items: center;
}
.metric-score {
  font-size: 14px;
  font-weight: bold;
  color: #444;
}
.info-icon {
  margin-left: 5px;
  cursor: pointer;
  font-size: 13px;
  color: #e45807;
}
/* Responsive Design */
@media (max-width: 768px) {
  .evaluation-metrics-container {
    justify-content: flex-start;
  }

  .metric-box {
    flex: 1 1 45%;
  }

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

  .metric-score {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .metric-box {
    flex: 1 1 100%;
  }
}
/* detailed score modal design */
.score-modal-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.score-modal-title {
  font-size: 16px;
  font-weight: 600;
}
.score-details-container {
  margin-top: 12px;
}
.score-card {
  padding: 10px;
  background-color: #fafafa;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.score-card-title {
  text-transform: capitalize;
  font-size: 13px;
  margin-bottom: 8px;
  display: block;
}
.ant-progress-text {
  font-size: 14px !important;
  color: #1890ff !important;
  font-weight: bold !important;
}
.no-scores-container {
  padding: 20px;
  text-align: center;
  color: #999;
}
.no-scores-icon {
  font-size: 24px;
  margin-bottom: 12px;
}
.no-scores-text {
  display: block;
  font-size: 12px;
}
/* Custom Table Styles ported from viewResponseEdit.tsx */
.ant-table-tbody>tr:hover>td {
  background-color: #fafafa !important;
}
/* Fixed Column and Header Masking Fix */
.ant-table-wrapper .ant-table-cell-fix-left,
.ant-table-wrapper .ant-table-cell-fix-right {
  background-color: #fff !important;
  z-index: 10 !important;
}
.ant-table-wrapper .ant-table-thead th.ant-table-cell-fix-left,
.ant-table-wrapper .ant-table-thead th.ant-table-cell-fix-right {
  z-index: 20 !important;
}
/* Ensure row selection also hides content */
.ant-table-wrapper .ant-table-selection-column {
  background-color: #fff !important;
}
.subscription-overlay-alert {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 12px;
}.onboarding-page-v2 {
  min-height: 100vh;
  background-color: #F8FAFC;
  background-image: radial-gradient(at 0% 0%, rgba(241, 106, 35, 0.05) 0px, transparent 50%),
                    radial-gradient(at 100% 100%, rgba(222, 17, 19, 0.05) 0px, transparent 50%);
  position: relative;
  overflow: hidden;
}

.bg-decor-left, 
.bg-decor-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(241, 106, 35, 0.04) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(80px);
  z-index: 1;
}

.bg-decor-left {
  left: -200px;
}

.bg-decor-right {
  right: -200px;
  background: radial-gradient(circle, rgba(222, 17, 19, 0.04) 0%, transparent 70%);
}

:root {
  --accent-start: #FBA78E;
  --accent-end: #F16A23;
}

/* Primary button gradient effect */

.btn-primary-custom {
  background: linear-gradient(135deg, var(--accent-start), var(--accent-end));
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  border: none !important;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}

.btn-primary-custom::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--accent-end), var(--accent-start));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.btn-primary-custom:hover::before {
  opacity: 1;
}

.btn-primary-custom:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px -10px rgba(241, 106, 35, 0.5);
  color: white !important;
}

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

.btn-primary-custom:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  filter: grayscale(0.5);
}

.btn-primary-custom span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
}

@keyframes rolling-logos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.logo-marquee-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.logo-marquee-content {
  display: inline-flex;
  gap: 2.5rem;
  align-items: center;
  animation: rolling-logos 15s linear infinite;
  padding-right: 2.5rem; /* Gap spacing for smooth loop */
}

.logo-marquee-content:hover {
  animation-play-state: paused;
}

.logo-marquee-content img {
  max-width: 100px;
  height: 28px;
  object-fit: contain;
}
.container {
    padding: 20px;
}

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

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

.search-input {
    border-radius: 4PX;
    border: 1px;
    width: 264px;
}

.create-button {
    width: 116px;
    background-color: #E45807;
    border: none;
    font-weight: 400;
    font-size:14px;
}
/* SendQuestionDeta.css - Premium Studio Design System */

.beta-studio-layout {
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.studio-header {
    padding: 24px 32px 16px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.studio-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    letter-spacing: -1px;
    background: linear-gradient(90deg, #1e293b, #334155);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.studio-main-content {
    display: flex;
    flex: 1;
    overflow: hidden;
    width: 100%;
    padding: 0 32px 32px 32px;
    gap: 24px;
}

.studio-form-section {
    width: 45%;
    padding: 32px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 28px;
    overflow-y: auto;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.3);
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: rgba(148, 163, 184, 0.5);
}

.preview-monitor-container {
    flex: 1;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    align-self: stretch;
    overflow: hidden;
}

.monitor-frame {
    width: 100%;
    max-width: 950px;
    background: #0f172a;
    border-radius: 24px;
    padding: 4px;
    box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.monitor-header {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px 20px 0 0;
    margin-bottom: 2px;
}

.recording-led {
    width: 8px;
    height: 8px;
    background: #ef4444;
    border-radius: 50%;
    box-shadow: 0 0 12px #ef4444, 0 0 4px #ef4444;
}

.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

.monitor-screen {
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    position: relative;
    container-type: inline-size;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}

.video-viewport {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease, filter 0.3s ease;
    position: relative;
}

.live-video-feed {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.virtual-background-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
    mix-blend-mode: overlay;
    pointer-events: none;
}

.viewport-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 33.33% 33.33%;
    pointer-events: none;
}

.monitor-overlays {
    position: absolute;
    inset: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
}

.monitor-logo-overlay.right-aligned {
    margin-left: auto;
}

.monitor-logo-overlay img {
    height: 28px;
    width: auto;
    object-fit: contain;
}

/* Lower Third Design System */

.lower-third-container {
    margin-top: auto;
    width: -webkit-fit-content;
    width: fit-content;
    pointer-events: none;
    transition: all 0.3s ease;
}

.lower-third-container.bottom-left {
    margin-right: auto;
    transform-origin: bottom left;
}

.lower-third-container.bottom-right {
    margin-left: auto;
    transform-origin: bottom right;
}

.lower-third-content {
    padding: 8px 16px;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
}

.lower-third-container.classic .lower-third-content {
    border-radius: 4px 16px 4px 16px;
}

.lower-third-container.minimal .lower-third-content {
    border-radius: 0;
}

.lower-third-container.modern .lower-third-content {
    border-radius: 8px;
}

.lower-third-container.elegant .lower-third-content {
    border-radius: 0 30px 30px 0;
}

.name-box {
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.title-box {
    font-weight: 700;
    opacity: 0.95;
    margin-top: 2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Ant overrides */

.studio-submit-btn {
    height: 56px;
    border-radius: 16px;
    font-weight: 800;
    background: linear-gradient(135deg, #f07b3f 0%, #e45807 100%);
    border: none;
    margin: 24px 0;
    color: white;
    font-size: 16px;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 20px -5px rgba(228, 88, 7, 0.4);
    transition: all 0.3s ease;
}

.studio-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px rgba(228, 88, 7, 0.5);
    color: white;
}

.studio-submit-btn:disabled {
    background: #cbd5e1;
    box-shadow: none;
    transform: none;
    color: white;
}

.filter-pill-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.filter-pill-group .filter-pill {
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    background: white;
    font-weight: 600;
    color: #64748b;
    padding: 0 20px;
    transition: all 0.3s ease;
}

.filter-pill-group .ant-radio-button-wrapper-checked {
    background: #e45807 !important;
    color: white !important;
    border-color: #e45807 !important;
    box-shadow: 0 4px 10px rgba(228, 88, 7, 0.3) !important;
}

.filter-pill-group .ant-radio-button-wrapper-checked::before {
    display: none !important;
}

.subtitle-divider {
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.field-title-label {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
}

.sequence-item-card {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
}

.sequence-item-card .ant-card-head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

/* Collapse System */

.studio-collapse {
    border: none !important;
    background: transparent !important;
}

.glass-collapse-panel {
    background: rgba(255, 255, 255, 0.7) !important;
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    border-radius: 24px !important;
    margin-bottom: 16px !important;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-collapse-panel:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
    border-color: rgba(255, 255, 255, 1) !important;
    transform: translateY(-2px);
}

.studio-collapse .ant-collapse-header {
    padding: 20px 24px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #1e293b !important;
    align-items: center !important;
}

.studio-collapse .ant-collapse-content {
    background: transparent !important;
    border-top: 1px solid rgba(0, 0, 0, 0.04) !important;
}

.studio-collapse .ant-collapse-content-box {
    padding: 24px !important;
}

/* Sliders */

.custom-slider .ant-slider-track {
    background-color: #e45807 !important;
}

.custom-slider .ant-slider-handle::after {
    box-shadow: 0 0 0 2px #e45807 !important;
}

.custom-slider:hover .ant-slider-track {
    background-color: #d34a06 !important;
}

/* Background config container */

.bg-config-workflow {
    background: rgba(255, 255, 255, 0.4);
    padding: 16px;
    border-radius: 16px;
    border: 1px dashed rgba(148, 163, 184, 0.4);
}

.bg-config-workflow .ant-radio-button-wrapper {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    border: 1px dashed #cbd5e1;
    color: #64748b;
    transition: all 0.3s;
}

.bg-config-workflow .ant-radio-button-wrapper:hover {
    background: rgba(255, 255, 255, 1);
    border-color: #94a3b8;
    color: #475569;
}

.bg-config-workflow .ant-radio-button-wrapper-checked {
    background: #f8fafc !important;
    border-color: #e45807 !important;
    color: #e45807 !important;
}

.bg-config-workflow .ant-radio-button-wrapper-checked::before {
    display: none !important;
}

.btn-upload-bg {
    background: rgba(228, 88, 7, 0.05) !important;
    border: 2px dashed rgba(228, 88, 7, 0.3) !important;
    color: #e45807 !important;
    border-radius: 16px !important;
    height: 56px !important;
    transition: all 0.3s ease !important;
}

.btn-upload-bg:hover {
    background: rgba(228, 88, 7, 0.1) !important;
    border-color: rgba(228, 88, 7, 0.5) !important;
}

.glass-panel-content {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}._header_1pv5v_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
}

._container_1pv5v_10 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

._container_1pv5v_10 ._title_1pv5v_18 {
    display: block;
    margin: 0 !important;
  }

._container_1pv5v_10 ._title_1pv5v_18 ._titleEditIcon_1pv5v_22 {
      visibility: hidden;
      opacity: 0;
      transition: all 0.2s ease-in-out;
    }

._container_1pv5v_10 ._title_1pv5v_18:hover ._titleEditIcon_1pv5v_22 {
        opacity: 1;
        visibility: visible !important;
      }

._container_1pv5v_10 ._name_1pv5v_36 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
  }

._container_1pv5v_10 ._form_1pv5v_43 {
    background-color: #fff;
    border-radius: 0.5rem;
    margin-bottom: 1.75rem;
  }

._logoContainer_1pv5v_50 {
  position: relative;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

._logoContainer_1pv5v_50:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
  border-color: #fa8c16;
}

._logoImage_1pv5v_71 {
  width: 100%;
  height: 100%;
  padding: 16px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

._logoContainer_1pv5v_50:hover ._logoImage_1pv5v_71 {
  transform: scale(1.05);
}

._editButtonOverlay_1pv5v_83 {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

._logoContainer_1pv5v_50:hover ._editButtonOverlay_1pv5v_83 {
  opacity: 1;
}

._editIconContainer_1pv5v_100 {
  background: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  color: #fa8c16;
  font-size: 20px;
}

._tabs_1pv5v_113 .ant-tabs-nav {
    margin-bottom: 24px !important;
    padding: 0 4px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  }

._tabs_1pv5v_113 .ant-tabs-tab {
    padding: 12px 16px !important;
    transition: all 0.3s ease;
    border-radius: 6px !important;
    margin: 4px 8px 4px 0 !important;
  }

._tabs_1pv5v_113 .ant-tabs-tab:hover {
      color: #fa8c16 !important;
      background: rgba(250, 140, 22, 0.05);
    }

._tabs_1pv5v_113 .ant-tabs-tab-active {
    background: rgba(250, 140, 22, 0.1) !important;
  }

._tabs_1pv5v_113 .ant-tabs-tab-active .ant-tabs-tab-btn {
      color: #fa8c16 !important;
      font-weight: 600 !important;
    }

._tabs_1pv5v_113 .ant-tabs-ink-bar {
    background: #fa8c16 !important;
    height: 3px !important;
  }

._bannerPreview_1pv5v_149 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

._bannerItem_1pv5v_157 {
  width: 100%;
  aspect-ratio: 1920 / 400;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
}

._bannerImage_1pv5v_168 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._bannerItem_1pv5v_157 ._deleteButton_1pv5v_174 {
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}

._bannerItem_1pv5v_157:hover ._deleteButton_1pv5v_174 {
  opacity: 1;
}

._bannerPlaceholder_1pv5v_187 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #bfbfbf;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

._bannerUploadPlaceholder_1pv5v_198 {
  width: 100%;
  height: 200px;
  border: 1px dashed #d9d9d9;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fafafa;
  transition: all 0.3s ease;
}

._bannerUploadPlaceholder_1pv5v_198:hover {
  border-color: #fa8c16;
  background: #fff;
}