*, ::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.18 | 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;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-32 {
  bottom: 8rem;
}
.bottom-8 {
  bottom: 2rem;
}
.left-0 {
  left: 0px;
}
.left-20 {
  left: 5rem;
}
.left-4 {
  left: 1rem;
}
.left-8 {
  left: 2rem;
}
.right-0 {
  right: 0px;
}
.right-20 {
  right: 5rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-16 {
  top: 4rem;
}
.top-20 {
  top: 5rem;
}
.top-32 {
  top: 8rem;
}
.top-40 {
  top: 10rem;
}
.top-52 {
  top: 13rem;
}
.z-10 {
  z-index: 10;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-32 {
  height: 8rem;
}
.h-8 {
  height: 2rem;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-32 {
  width: 8rem;
}
.w-40 {
  width: 10rem;
}
.w-8 {
  width: 2rem;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.-translate-x-4 {
  --tw-translate-x: -1rem;
  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-x-8 {
  --tw-translate-x: -2rem;
  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-x-6 {
  --tw-translate-x: 1.5rem;
  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-x-8 {
  --tw-translate-x: 2rem;
  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-8 {
  --tw-translate-y: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-12 {
  --tw-rotate: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-12 {
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-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));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / 1);
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / 1);
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-blue-400 {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300 {
  --tw-gradient-from: #86efac var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-300 {
  --tw-gradient-from: #f9a8d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400 {
  --tw-gradient-from: #f472b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-300 {
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-green-400 {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-blue-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}
.to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-green-400 {
  --tw-gradient-to: #4ade80 var(--tw-gradient-to-position);
}
.to-green-500 {
  --tw-gradient-to: #22c55e var(--tw-gradient-to-position);
}
.to-orange-300 {
  --tw-gradient-to: #fdba74 var(--tw-gradient-to-position);
}
.to-pink-400 {
  --tw-gradient-to: #f472b6 var(--tw-gradient-to-position);
}
.to-pink-500 {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / 1);
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, 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;
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / 1);
  border-color: rgb(59 130 246 / 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), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: hsl(6, 78%, 57%);
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);

  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);

  --toastify-container-width: fit-content;
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-padding: 14px;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;

  /* Used only for colored theme */
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;

  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  /* used to control the opacity of the progress trail */
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: 9999;
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, 9999);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  width: -webkit-fit-content;
  width: fit-content;
  width: var(--toastify-container-width);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.Toastify__toast-container--top-left {
  top: max(16px, env(safe-area-inset-top));
  top: var(--toastify-toast-top);
  left: max(16px, env(safe-area-inset-left));
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: max(16px, env(safe-area-inset-top));
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--top-right {
  top: max(16px, env(safe-area-inset-top));
  top: var(--toastify-toast-top);
  right: max(16px, env(safe-area-inset-right));
  right: var(--toastify-toast-right);
  align-items: end;
}
.Toastify__toast-container--bottom-left {
  bottom: max(16px, env(safe-area-inset-bottom));
  bottom: var(--toastify-toast-bottom);
  left: max(16px, env(safe-area-inset-left));
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: max(16px, env(safe-area-inset-bottom));
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--bottom-right {
  bottom: max(16px, env(safe-area-inset-bottom));
  bottom: var(--toastify-toast-bottom);
  right: max(16px, env(safe-area-inset-right));
  right: var(--toastify-toast-right);
  align-items: end;
}

.Toastify__toast {
  --y: 0;
  position: relative;
  touch-action: none;
  width: 320px;
  width: var(--toastify-toast-width);
  min-height: 64px;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 14px;
  padding: var(--toastify-toast-padding);
  border-radius: 6px;
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: var(--toastify-toast-shadow);
  max-height: 800px;
  max-height: var(--toastify-toast-max-height);
  font-family: sans-serif;
  font-family: var(--toastify-font-family);
  /* webkit only issue #791 */
  z-index: 0;
  /* inner swag */
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  word-break: break-word;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: auto;
    left: initial;
  }
  .Toastify__toast {
    --toastify-toast-width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
}

.Toastify__toast-container[data-stacked='true'] {
  width: 320px;
  width: var(--toastify-toast-width);
}

.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}

.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,
.Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}

.Toastify__toast--stacked[data-collapsed='false'] {
  overflow: visible;
}

.Toastify__toast--stacked[data-collapsed='true']:not(:last-child) > * {
  opacity: 0;
}

.Toastify__toast--stacked:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}

.Toastify__toast--stacked[data-pos='top'] {
  top: 0;
}

.Toastify__toast--stacked[data-pos='bot'] {
  bottom: 0;
}

.Toastify__toast--stacked[data-pos='bot'].Toastify__toast--stacked:before {
  transform-origin: top;
}

.Toastify__toast--stacked[data-pos='top'].Toastify__toast--stacked:before {
  transform-origin: bottom;
}

.Toastify__toast--stacked:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 22px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

.Toastify__toast-theme--dark {
  background: #121212;
  background: var(--toastify-color-dark);
  color: #fff;
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light {
  background: #fff;
  background: var(--toastify-color-light);
  color: #757575;
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: #fff;
  background: var(--toastify-color-light);
  color: #757575;
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: #fff;
  color: var(--toastify-text-color-info);
  background: #3498db;
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: #fff;
  color: var(--toastify-text-color-success);
  background: #07bc0c;
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: #fff;
  color: var(--toastify-text-color-warning);
  background: #f1c40f;
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: #fff;
  color: var(--toastify-text-color-error);
  background: hsl(6, 78%, 57%);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: #bb86fc;
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: #3498db;
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: #07bc0c;
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: #f1c40f;
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: hsl(6, 78%, 57%);
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: rgba(255, 255, 255, 0.7);
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  position: absolute;
  top: 6px;
  right: 6px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  z-index: 1;
}

.Toastify__toast--rtl .Toastify__close-button {
  left: 6px;
  right: auto;
  right: initial;
}

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  transform-origin: left;
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: auto;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: initial;
}

.Toastify__progress-bar--wrp {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: 6px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  border-bottom-right-radius: 6px;
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}

.Toastify__progress-bar--wrp[data-hidden='true'] {
  opacity: 0;
}

.Toastify__progress-bar--bg {
  opacity: 0.2;
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: #e0e0e0;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: #616161;
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  background: #fff;
  color: #333;
}

/* ================= Floating Header ================= */
.header {
  display: flex;
  justify-content: space-between; /* logo left, menu center, user right */
  align-items: center;
  width: 80%;                      /* not full width, floating card */
  background: #fff;                 /* white background */
  border: 1px solid #e0e0e0;        /* light border */
  border-radius: 2px;              /* rounded card effect */
  padding: 15px 30px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);

  position: absolute;               /* float in middle */
  top: 7%;                         /* vertical center */
  left: 50%;                        /* horizontal center */
  transform: translate(-50%, -50%); /* center alignment */
  z-index: 1000;
}

/* Logo */
.header .logo img {
  height: 50px;
  width: 150px;
  size: 20px;
}

/* Navbar menu */
.header nav {
  flex: 1 1;
  display: flex;
  justify-content: center;
}

.header nav ul {
  display: flex;
  list-style: none;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.header nav ul li {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #8a1538;   /* dark maroon like screenshot */
  cursor: pointer;
}

/* Active & hover underline */
.header nav ul li::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background-color: #8a1538;
  left: 0;
  bottom: -5px;
  transition: 0.3s;
}
.header nav ul li:hover::after,
.header nav ul li.active::after {
  width: 100%;
}

/* Right side icons + user */
.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
  border-left: 1px solid #ccc;
  padding-left: 15px;
}

.bell-icon {
  font-size: 20px;
  cursor: pointer;
}

.user {
  font-weight: 500;
  color: #333;
}

.user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.logout-btn {
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}



/* ================= Hero Section ================= */
.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #3fbac2;
  padding: 60px 80px;
  position: relative;
}

.hero-left {
  max-width: 500px;
  color: #fff;
}

.hero-left h1 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
}

.hero-left .highlight {
  color: #ff9500;
}

.hero-left p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.hero-buttons {
  margin-top: 25px;
}


.btn-primary {
  background: #8fd3d6;
  color: #000;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  margin-right: 15px;
}

.btn-secondary {
  background: transparent;
  color:black;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

/* Hero Right */
.hero-right {
  position: relative;
  top: 65px;
  right: 70px;
}

.hero-right img {
  width: 400px;
  border-radius: 10px;
  bottom: 300px;

}

.floating-card {
  position: absolute;
  background: #fff;
  color: #000;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.black-bold {
  color: #413f3f;
  font-weight: 700;
}

/* Scroll content styles */
.scroll-container {
  width: 100%;
  overflow: hidden;
  margin: 32px 0 0 0;
  background: #f1f5fa;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  padding: 10px 0;
}

.scroll-content {
  display: flex;
  width: -webkit-max-content;
  width: max-content;
  animation: scroll-left 18s linear infinite;
  align-items: center;
  gap: 36px;
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.course-item {
  display: flex;
  align-items: center;
  font-size: 1.15rem;
  font-weight: 500;
  color: #1a237e;
  background: #e3eaff;
  border-radius: 8px;
  padding: 8px 22px;
  margin: 0 8px;
  box-shadow: 0 1px 6px rgba(30,30,80,0.06);
  white-space: nowrap;
}

.course-item .icon {
  margin-right: 10px;
  font-size: 1.3em;
  color: #d81e5b;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .floating-navbar,
  .homepage-main-card {
    width: 98%;
    padding: 18px 4vw;
  }
  .homepage-main-card {
    margin: 24px auto 18px auto;
  }
}

@media (max-width: 600px) {
  .floating-navbar,
  .homepage-main-card {
    width: 100%;
    padding: 10px 2vw;
    border-radius: 0;
  }
  .homepage-main-card {
    margin: 10px 0;
    padding: 10px 2vw;
  }
  .scroll-content {
    gap: 18px;
  }
  .course-item {
    font-size: 1rem;
    padding: 6px 12px;
  }
}

.card-top {
  top: 40px;
  right: -80px;
}

.card-middle {
  bottom: 120px;
  right: -90px;
}

.card-middle span {
  display: block;
  font-size: 12px;
  color: #555;
}

.card-bottom {
  bottom: 20px;
  left: -100px;
}

.card-bottom span {
  display: block;
  font-size: 12px;
  color: #555;
  margin-bottom: 8px;
}

.join-btn {
  background: #e0466b;
  color: #fff;
  padding: 6px 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
}

/* ================= Stats ================= */
.stats-section {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 60px 20px;
  background: #0e4e72;
  color: #fff;
  min-height: 200px;
}

.stat-box h2 {
  font-size: 36px;
  font-weight: bold;
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.stat-box p {
  margin-top: 8px;
  font-size: 14px;
}

/* ================= Services ================= */
.services-section {
  text-align: center;
  padding: 60px 20px;
  background: #0e4e72;
  color: #fff;
  min-height: 250px;
}

.section-subtitle {
  font-size: 40px;
  font-weight: 600;
  background: linear-gradient(90deg, #4f46e5, #22c55e);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.section-desc {
  margin-top: 10px;
  font-size: 15px;
  max-width: 600px;
  margin: 10px auto 0;
  color: #d1d5db;
}

.services-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.service-card {
  background: #fff;
  color: #000;
  padding: 25px;
  border-radius: 12px;
  width: 280px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
/* Service Icons */
.icon-circle {
  background: #3fbac2;    /* background color */
  color: #fff;            /* icon color */
  font-size: 32px;        /* increase icon size */
  width: 70px;            /* fixed circle width */
  height: 70px;           /* fixed circle height */
  border-radius: 50%;     /* make it a circle */
  display: flex;          /* flexbox for centering */
  justify-content: center; 
  align-items: center;    /* perfectly center icon */
  margin: 0 auto 15px;    /* center horizontally & add spacing below */
}


/* ================= Testimonials ================= */
.testimonials-section {
  display: flex;
  justify-content: space-between;
  padding: 60px 80px;
  align-items: center;
  gap: 40px;
  background: #0e4e72;
  color: #fff;
  min-height: 250px;
  flex-wrap: wrap;

}

.testimonial-left {
  flex: 1 1;
}
.testimonial-left p {
  width: 300px;
}

.testimonial-left h5 {
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.testimonial-left h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.assessment {
  font-weight: 500;
}

.testimonial-right {
  flex: 1 1;
  position: relative;

}
.testimonial-right img{
  width: 300px;
  height: 350px;
}

.testimonial-img {
  width: 200px;
  height: 100px ;
  border-radius: 12px;
}

.testimonial-card {
  background: #fff;
  color: #000;
  padding: 20px;
  border-radius: 12px;
  position: absolute;
  bottom: -40px;
  left: 160px;
  width: 280px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.stars {
  color: #fbbf24;
  font-size: 16px;
  margin-top: 5px;
}

/* ================= Footer ================= */
/* ================= Footer ================= */
.footer {
  background: #161a36; /* dark navy */
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.footer-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  gap: 15px;
}

.footer-brand {
  display: flex;
  align-items: center;   /* fix inside alignment */
  gap: 10px;
}



.footer-logo {
  height: 40px;
  width: auto;
  width: 100px;
  top: 300px;
}

.footer-top span {
  font-size: 16px;
  font-weight: 600;
  border-left: 1px solid #444;
  padding-left: 15px;
}

.footer-newsletter h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.newsletter-form input {
  padding: 12px 15px;
  border-radius: 30px;
  border: 1px solid #444;
  width: 280px;
  outline: none;
}

.newsletter-form button {
  padding: 12px 25px;
  border-radius: 30px;
  border: none;
  background: #38c9d6; /* cyan button */
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter-form button:hover {
  background: #2ca6b1;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 30px 0 15px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: #38c9d6;
}

.footer-bottom p {
  font-size: 13px;
  color: #888;
}

*{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        }
        body{
        background:url(/static/media/bg.5c703487b905db6214bd.png);
        }
        /* Navbar Container */
/* .navbar {
  display: flex;
  align-items:center;
  width: 90%;
  height: 60px;
  position: relative;
  top: 50px;
  left: 90px;
  justify-content: space-between;
  background: white;
  padding: 10px 30px;
  
  
  font-family: Arial, sans-serif;
}

/* Logo */
.navbar-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo-img {
  width: 35px;
  height: 35px;
}

.logo-text {
  font-size: 18px;
  font-weight: bold;
  color: #d47c24;
}

/* Links */
.navbar-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.navbar-links li {
  position: relative;
}

.navbar-links a {
  text-decoration: none;
  color: #a12b52;
  font-weight: 500;
  transition: color 0.2s;
}

.navbar-links a:hover {
  color: #d94f6d;
} */

/* Dropdown */
/* .dropdown-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  
  padding: 10px 0;
  border-radius: 6px;
  
  list-style: none;
}

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

.dropdown-menu li {
  padding: 8px 15px;
}

.dropdown-menu a {
  color: #444;
}

.dropdown-menu a:hover {
  color: #d94f6d;
} */

/* Right Side */
.navbar-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon {
  font-size: 18px;
  cursor: pointer;
  color: #333;
}

.username {
  font-weight: 500;
}

.user-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.internship-dropdown {
  display: grid;
  position: absolute;
  top: 10%;
  left: 25%;
  width: 620px;
  height: 230px;
  background-color: #f7f7f73a;
  padding: 10px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  gap: 5px;
  z-index: 999;
}

.internship-card {
  background: #FFF6F9;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  flex-direction: column;   /* stack header + paragraph */
  gap: 5px;
  color: #a12b52;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 190.9597930908203px;
  height: 60.66604232788086px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
  
}

.internship-card:hover {
  
  color: #000000;
  transform: translateY(-3px);
}

/* Show dropdown on hover */
.dd{
  display: grid;
  
  
}
/* .dropdown:hover .internship-dropdown {
  display: grid;
} */
.dropdown:hover .internship-dropdown{
  display: grid;
  visibility: visible;
  transition: 0.3s ease-in-out;
}
.card-header {
  display: flex;
  align-items: center;
  gap: 2px; /* space between icon and title */
}

.card-icon {
  width: 24px;
  height: 24px;
}

.card-title {
  font-size: 15px;
  font-weight: bold;
}

.para {
  font-size: 8px;
  width: 100px;
  color: #555;
  margin-left: 32px; /* 🔥 aligns paragraph under title, not under icon */
  position: relative;
  left: 20px;
  
}
.nav-btn{
  width: 150px;
  height: 40px;
  border: none;
  font-size: 15px;
  border-radius: 20px;
  color: white ;
  background-color:#54C5CD;
 
}

.nav-btn:hover{
  transform: translateY(-3px);
}
.main-container {
  display: flex;
  gap: 30px;
  padding: 30px;
  background: #e3f2fd;
  min-height: 100vh;
  justify-content: center;
  align-items: flex-start;
  font-family: Arial, sans-serif;
}

.card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  width: 400px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.title {
  text-align: center;
  color: orange;
  font-weight: bold;
}

.subtitle {
  text-align: center;
  color: #444;
  margin-bottom: 15px;
}

.course-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.course-item {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s;
}

.course-item.active {
  border: 2px solid #2196f3;
  background: #f1faff;
}

.btn-group {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}

.btn {
  flex: 1 1;
  margin: 0 5px;
  padding: 10px;
  border: 2px solid #2196f3;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
}

.btn.active {
  background: #2196f3;
  color: #fff;
}

.submit-btn {
  display: block;
  width: 100%;
  padding: 12px;
  background: #2196f3;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s;
}

.submit-btn:disabled {
  background: #90caf9;
  cursor: not-allowed;
}

.paid-container {
  background: #146B8A;
  min-height: 100vh;
  color: #fff;
}

/* Navbar */
.navbar {
  background: #fff;
  margin: 10px;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  color: #003B59;
  font-weight: bold;
}

.nav-menu {
  display: flex;
  gap: 15px;
}

.nav-menu span {
  color: #333;
  font-weight: 600;
  cursor: pointer;
}

.nav-menu .active {
  color: #b30059;
  text-decoration: underline;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logout-btn {
  background: none;
  border: none;
  cursor: pointer;
}

/* Main Row */
.main-row {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.left-content {
  flex: 3 1;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;   /* horizontally center */
  justify-content: center; /* vertically align */
}

.right-content {
  flex: 0 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.course-selection {
  width: 520px;
  height: 210px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  margin: 0 auto;   /* center horizontally */
}

.course-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.course-card,
.type-btn {
  background: #FFF6F9;
  padding: 8px;
  border-radius: 4px;
  width: 153px;
  height: 46px;
  display: flex;
  align-items: center;
}

.course-card.selected,
.type-btn.selected {
  background: #A85775;
}

.icon-box {
  width: 18px;
  height: 18px;
  border: 1px solid #A85775;
  background: #F0F0F0;
  border-radius: 3px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-box img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.selected-icon {
  border-color: #fff;
}


.course-text h4 {
  font-size: 11px;
  font-weight: 900;
  margin: 0;
  color: #A85775;
}

.course-text p {
  font-size: 9px;
  color: #666;
  margin: 0;
}

.selected-text {
  color: #fff !important;
}

.center {
  justify-content: center;
  align-items: center;
  position: relative;
}

.center-card {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.empty-space {
  width: 153px;
  height: 46px;
}

.submit-btn {
  background: #aeb915;
  border: none;
  border-radius: 20px;
  padding: 8px;
  width: 123px;
  height: 36px;
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  cursor: pointer;
}

.submit-btn.disabled {
  background: #aaa;
  cursor: not-allowed;
}

/* Video section */
.video-section {
  margin-top: 20px;
  text-align: left;
  width: 100%;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.welcome {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.video {
  width: 280px;
  height: 180px;
  border-radius: 10px;
  background: #000;
}

/* Images */
.circle-img {
  width: 270px;
  height: 270px;
  /*border-radius: 50%;*/
  margin-bottom: 40px;
}

.person-img {
  width: 390px;
  height: 280px;
  margin-top: -120px;
}

.unpaid-container {
  min-height: 100vh;
  background-color: #146B8A;
  display: flex;
  flex-direction: column;
}

/* Navbar */
.navbar-container {
  background: #fff;
  margin: 10px;
  border-radius: 8px;
  padding: 8px 12px;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-text {
  font-size: 20px;
  font-weight: bold;
  color: #003b59;
  flex: 1 1;
}
.nav-menu {
  display: flex;
  justify-content: space-around;
  flex: 3 1;
  gap: 10px;
}
.nav-text {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.active-nav {
  color: #b30059;
  text-decoration: underline;
  font-weight: bold;
}
.nav-right {
  display: flex;
  align-items: center;
  flex: 1 1;
  justify-content: flex-end;
}
.username {
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}
.logout-btn {
  border: none;
  background: transparent;
  cursor: pointer;
}

/* Main Content */
.main-content {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  flex: 1 1;
}

/* Left Content */
.left-content {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;     /* horizontally center */
  justify-content: flex-start;
  gap: 20px;
}

/* Paid / Unpaid Buttons container */
.info-container {
  width: 250px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.type-button {
  background: #fff6f9;
  border: none;
  border-radius: 6px;
  width: 154px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}
.selected-type-button {
  background: #a85775;
}
.type-icon-container {
  width: 18px;
  height: 18px;
  background: #f0f0f0;
  border: 1px solid #a85775;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.selected-icon-container {
  border-color: #fff;
}
.type-icon {
  width: 15px;
  height: 15px;
}
.type-text {
  font-size: 11px;
  font-weight: 900;
  color: #a85775;
}
.selected-text {
  color: #fff;
}

/* Loader */
.loader-container {
  width: 90%;
  max-width: 900px;
  height: 400px;
  background: rgba(0,0,0,0.1);
  border-radius: 12px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.courses-image {
  width: 80%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 15px;
}
.redirect-text {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.proceed-btn {
  background: #54c5cd;
  border: none;
  padding: 10px 25px;
  border-radius: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

/* Right Content */
.right-content {
  position: relative;
  width: 40%;
  min-width: 300px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 190%;
  width: 120%;
  height: auto;
}

.person-image {
  position: absolute;
  top: 25%;
  right: 10%;
  width: 100%;
  height: auto;
}


/* Container */
.signup-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom right, #fdfbfb, #ebedee);
  font-family: Arial, sans-serif;
}

/* Card */
.signup-card {
  background: #ffffff;
  padding: 2rem;
  width: 100%;
  max-width: 380px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  text-align: center;
}

/* Logo */
.signup-logo {
  width: 150px;
  margin: 0 auto 30px; /* top & bottom: 0 & 30px, left\/right auto to center */
  display: block;      /* needed to center an image with auto margins */
}

/* Title */
.signup-card h2 {
  margin-bottom: 20px;
  color: #333;
  font-weight: 700; /* 700 is bold */
  font-size: 28px;
}


/* Labels */
.signup-card label {
  display: block;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 6px;
  font-weight: bold;
  color: #444;
}

/* Inputs */
.signup-card input {
  width: 94%;
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 6px;
  outline: none;
}

.signup-card input:focus {
  border: 1px solid #FF8C00;
}

/* Input with icon */
.input-with-icon {
  display: flex;
  align-items: center;
  border: 1px solid #bbb;
  border-radius: 6px;
  padding: 0 10px;
}

.input-with-icon input {
  width: 85%;
  border: none;
  flex: 1 1;
  outline: none;
  padding: 10px;
}

.icon {
  margin-right: 6px;
}

/* Button */
.signup-btn {
  margin-top: 18px;
  width: 100%;
  padding: 12px;
  background: #FF8C00;
  border: none;
  border-radius: 6px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.signup-btn:hover {
  background:#FF8C00;
}

/* Login text */
.login-text {
  margin-top: 1 rem;
  font-size: 14px;
}

.login-text a {
  color:#FF8C00;
  text-decoration: none;
}

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

/* Verify Email Page */
.verify-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  font-family: Arial, sans-serif;
}

.verify-card {
  background: #fff;
  padding: 2rem;
  width: 350px;
  border-radius: 12px;
  text-align: center;
  position: relative;
}

.verify-card h2 {
  margin-bottom: 10px;
  color: #333;
}

.verify-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.back-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

.otp-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.otp-input {
  width: 45px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  margin: 0 6px;
  border: 1px solid #bbb;
  border-radius: 8px;
  outline: none;
}

.otp-input:focus {
  border: 2px solid #FF8C00;
}

.resend-text {
  margin-top: 15px;
  font-size: 14px;
}

.resend-link {
  color: #FF8C00;
  font-weight: bold;
  cursor: pointer;
}

.timer {
  font-size: 13px;
  color: #FF8C00;
  margin-top: 5px;
}

.dashboard {
  font-family: Arial, sans-serif;
  color: #333;
}

/* Hero Section */
.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  background: #e5f6f9;
}
.hero-content {
  max-width: 50%;
}
.hero-content h1 {
  font-size: 36px;
}
.hero-content span {
  color: #f97316;
}
.hero-buttons {
  margin-top: 20px;
}
.btn-primary {
  background: #007bff;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  margin-right: 10px;
  cursor: pointer;
}
.btn-outline {
  background: transparent;
  border: 2px solid #007bff;
  color: #007bff;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
}
.hero-image img {
  max-width: 400px;
}

/* Stats Section */
.stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
  background: #0c6e91;
  color: #fff;
}
.stats h2 {
  font-size: 28px;
  margin: 0;
}

/* Services Section */
.services {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 50px 20px;
}
.service-card {
  flex: 1 1;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

/* Testimonials */
.testimonials {
  padding: 50px 20px;
  text-align: center;
}
.testimonial-card {
  max-width: 500px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  background: #f3f3f3;
}
.testimonial-card img {
  width: 100px;
  border-radius: 50%;
}
.author {
  margin-top: 10px;
  font-weight: bold;
}

/* Footer */
.footer {
  background: #0c2435;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}
.footer .newsletter {
  margin-bottom: 20px;
}
.footer input {
  padding: 10px;
  border-radius: 6px;
  border: none;
  margin-right: 10px;
}
.footer a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
}


/* Role Cards */
.role-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.role-card {
  background-color: #2e2e2e;
  border-radius: 12px;
  padding: 20px;
  width: 200px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.role-card:hover {
  transform: translateY(-5px);
}

.role-card.selected {
  background-color: #fce4ec;
  color: #000;
}

.role-icon {
  color: #999;
}

.role-card.selected .role-icon {
  color: #c62828;
}

.role-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.role-desc {
  font-size: 13px;
  margin-top: 6px;
  color: #aaa;
}

/* Buttons */
.action-buttons {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 200px;
}

.proceed-btn {
  background-color: #db4437;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.proceed-btn:hover {
  background-color: #db4437;
}

.logout-btn {
  background-color: #db4437;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.logout-btn:hover {
  background-color: #e53935;
}


/* Google Login Button */
.google-btn {
  margin-top: 15px;
  width: 100%;
  padding: 12px;
  background: #db4437;
  border: none;
  border-radius: 6px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.google-btn:hover {
  background: #c23321;
}

.google-icon {
  font-weight: bold;
  margin-right: 8px;
}

.forgot-link {
  font-size: 13px;
  color: #FF8C00;
  text-decoration: none;
}

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

/* Modal Background */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Modal Card */
.modal-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  width: 320px;
  text-align: center;
  position: relative;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

/* forgot password */
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

.modal-card h3 {
  margin-bottom: 10px;
}

.modal-card p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #555;
}

.modal-card input {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: 1px solid #bbb;
  border-radius: 6px;
}

.modal-card .signup-btn {
  width: 100%;
  padding: 12px;
  background: #FF8C00;
  border: none;
  border-radius: 6px;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

/* Modal Overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Modal Card */
.modal-card {
  background: #fff;
  padding: 1.5rem;
  width: 320px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.modal-card h3 {
  margin-bottom: 10px;
  color: #333;
}

.modal-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}


/* Reset Password Page */
.reset-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-family: Arial, sans-serif;
}

.reset-card {
  background: #fff;
  padding: 2rem;
  width: 350px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  text-align: center;
  position: relative;
}

.reset-card h2 {
  margin-bottom: 20px;
  color: #333;
}

.reset-card label {
  display: block;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 6px;
  font-weight: bold;
  color: #444;
}

.reset-card input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #bbb;
  border-radius: 6px;
  outline: none;
  margin-bottom: 15px;
}

.reset-card input:focus {
  border: 1px solid #FF8C00;
}

.reset-card .signup-btn {
  width: 100%;
  padding: 12px;
  background: #FF8C00;
  border: none;
  border-radius: 6px;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.reset-card .signup-btn:hover {
  background: #e67e00;
}

/* password reset*/
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  width: 300px;
  position: relative;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

.modal-card h3 {
  margin-bottom: 10px;
}

.modal-card p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #444;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo img {
  height: 40px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-links li a:hover {
  color: #007bff;
}

.certificate-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  background: #f9fafb;
  padding: 20px;
}

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

.certificate-card {
  position: relative;
  width: 1000px;   /* match your certificate width */
  height: auto;
}

.certificate-bg {
  width: 100%;
  height: auto;
  border: 2px solid #1e3a8a;
  border-radius: 8px;
}

/* Overlay text */
.certificate-text {
  position: absolute;
  font-family: "Times New Roman", serif;
  color: #000;
  font-weight: bold;
}

/* Adjust these positions based on template */
.name {
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
}

.course {
  top: 280px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  color: #1e3a8a;
}

.dates {
  top: 330px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
}

.issue {
  bottom: 80px;
  left: 150px;
  font-size: 14px;
}

.id {
  bottom: 80px;
  left: 450px;
  font-size: 14px;
}

/* Button */
.download-btn {
  margin-top: 20px;
  padding: 12px 20px;
  background: #1e3a8a;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.download-btn:hover {
  background: #3b82f6;
}


/* General Styles for Placement Admin Dashboard */
.placement-admin {
  font-family: Arial, sans-serif;
  padding: 20px;
  background-color: #f9f9f9;
}

h1 {
  text-align: center;
  color: #333;
}

.report-selection {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.report-selection button {
  margin: 0 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
}

.report-selection button.active {
  background-color: #0056b3;
}

.report-selection button:hover {
  background-color: #0056b3;
}

.it-report, .non-it-report {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  max-width: 600px;
}

.placement-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.placement-table th,
.placement-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.placement-table th {
  background-color: #6c757d;
  color: white;
  font-weight: bold;
}

.placement-table tr:nth-child(even) {
  background-color: #f8f9fa;
}

.placement-table tr:hover {
  background-color: #e9ecef;
}
/* General Styles for Courses Admin Dashboard */
.courses-admin {
  font-family: Arial, sans-serif;
  padding: 20px;
  background-color: #f9f9f9;
}

h1 {
  text-align: center;
  color: #333;
}

.report-selection {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.report-selection button {
  margin: 0 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
}

.report-selection button.active {
  background-color: #0056b3;
}

.report-selection button:hover {
  background-color: #0056b3;
}

.it-report, .non-it-report {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  max-width: 600px;
}

.courses-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.courses-table th,
.courses-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.courses-table th {
  background-color: #6c757d;
  color: white;
  font-weight: bold;
}

.courses-table tr:nth-child(even) {
  background-color: #f8f9fa;
}

.courses-table tr:hover {
  background-color: #e9ecef;
}
/* General Styles for Internship Admin Dashboard */
.internship-admin {
  font-family: Arial, sans-serif;
  padding: 20px;
  background-color: #f9f9f9;
}

h1 {
  text-align: center;
  color: #333;
}

.report-selection {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.report-selection button {
  margin: 0 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
}

.report-selection button.active {
  background-color: #0056b3;
}

.report-selection button:hover {
  background-color: #0056b3;
}

.it-report, .non-it-report {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  max-width: 600px;
}

.student-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.student-form input,
.student-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.student-form button {
  padding: 10px 20px;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.student-form button:hover {
  background-color: #218838;
}

.task-submissions ul {
  list-style: none;
  padding: 0;
}

.task-submissions li {
  background: #f1f1f1;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.task-submissions button {
  padding: 5px 10px;
  background-color: #ffc107;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.task-submissions button:hover {
  background-color: #e0a800;
}

/* Styling the student table */
.student-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.student-table th,
.student-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.student-table th {
  background-color: #007bff;
  color: white;
  font-weight: bold;
}

.student-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.student-table tr:hover {
  background-color: #ddd;
}

.student-table input {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.generate-pdf-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #dc3545;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.generate-pdf-btn:hover {
  background-color: #c82333;
}

/* Styling the admin files table */
.admin-files-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.admin-files-table th,
.admin-files-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.admin-files-table th {
  background-color: #6c757d;
  color: white;
  font-weight: bold;
}

.admin-files-table tr:nth-child(even) {
  background-color: #f8f9fa;
}

.admin-files-table tr:hover {
  background-color: #e9ecef;
}

/*# sourceMappingURL=main.0133f553.css.map*/