/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

@font-face {
  font-family: 'Optimistic';
  src: url('./assets/fonts/Optimistic.woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

*{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  font-family: 'Optimistic', system-ui, sans-serif !important;
}

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

.top-8 {
  top: 2rem;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

.h-9 {
  height: 2.25rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-20 {
  width: 5rem;
}

.w-9 {
  width: 2.25rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-\[100px\] {
  max-width: 100px;
}

.max-w-\[150px\] {
  max-width: 150px;
}

.max-w-\[50\%\] {
  max-width: 50%;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-container {
  max-width: 1400px;
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded-\[49\%_80\%_40\%_90\%_\/_50\%_30\%_70\%_80\%\] {
  border-radius: 49% 80% 40% 90% / 50% 30% 70% 80%;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-dashed {
  border-style: dashed;
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(93 135 255 / var(--tw-border-opacity));
}

.border-primary\/30 {
  border-color: rgb(93 135 255 / 0.3);
}

.bg-\[\#EEF3FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 255 / var(--tw-bg-opacity));
}

.bg-\[\#F0FDF4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.bg-\[\#F9FAFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-\[\#FEF2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-copyRightBg {
  --tw-bg-opacity: 1;
  background-color: rgb(28 41 64 / var(--tw-bg-opacity));
}

.bg-footerBg {
  --tw-bg-opacity: 1;
  background-color: rgb(23 36 58 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(93 135 255 / var(--tw-bg-opacity));
}

.bg-primary\/70 {
  background-color: rgb(93 135 255 / 0.7);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-bannerBg {
  background-image: url('./assets/bg-1.png');
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.p-1 {
  padding: 0.25rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[50px\] {
  padding: 50px;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pl-0 {
  padding-left: 0px;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.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: 600;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[120\%\] {
  line-height: 120%;
}

.leading-\[140\%\] {
  line-height: 140%;
}

.leading-\[150\%\] {
  line-height: 150%;
}

.leading-\[180\%\] {
  line-height: 180%;
}

.leading-\[200\%\] {
  line-height: 200%;
}

.text-\[\#707070\] {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.text-\[\#F3F4F6\] {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-footerLink {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-pera {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(93 135 255 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.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-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);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

@font-face {
  font-family: 'Optimistic';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url('./assets/fonts/Optimistic.woff2') format('woff2');
}

:root {
  --font-optimistic: 'Optimistic';
}

body {
  font-family: 'DM Sans', var(--font-optimistic), system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #212121;
  background-color: #ffffff;
}

body.modal-open,
body.no-scroll {
  overflow: hidden;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  transition: color 0.3s ease;
}

@media (min-width: 768px) {
  .nav-link {
    color: #212121;
  }
}

.nav-link:hover {
  color: #2A5CEB;
}

#navbar-menu {
  transform: translateX(100%);
}

#navbar-menu.open {
  transform: translateX(0);
}

.navbar-scrolled {
  background-color: #ffffff;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.pricing-toggle {
  border: none;
  background: transparent;
  color: #212121;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pricing-toggle.active {
  background-color: #5D87FF;
  color: #ffffff;
}

.faq-item {
  border-bottom: 1px solid #e5e7eb;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  padding: 1rem 0;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  cursor: pointer;
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  color: #6b7280;
  padding-right: 0.5rem;
}

.faq-item.open .faq-panel {
  max-height: 400px;
  padding-bottom: 1rem;
}

.logo-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}

.logo-loading img {
  width: min(320px, 80vw);
  height: auto;
}

/* Modal layer baseline */

.modal-layer {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-layer.open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(15, 23, 42, 0.45);
}

.modal-layer .ant-modal {
  position: relative;
  z-index: 10;
  width: min(90%, 520px);
  max-height: calc(100vh - 2rem);
  background: linear-gradient(90deg, rgb(249, 241, 249) 0%, rgb(234, 243, 253) 35%, rgb(237, 251, 242) 100%);
  border-radius: 20px;
  height: 100%;
  overflow-y: scroll;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
  padding: 20px 24px;
  border: none;
}

.modal-layer .ant-btn.loading::after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-top-color: transparent;
  animation: spin 0.75s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  #privacy-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: min(320px, 80vw);
    background: #ffffff;
    z-index: 1100;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.2);
    transform: translateX(-110%);
    transition: transform 0.3s ease;
    display: block;
  }

  #privacy-sidebar.open {
    transform: translateX(0);
  }
}

.placeholder\:text-sm::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.placeholder\:text-sm::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.placeholder\:text-pera::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.placeholder\:text-pera::placeholder {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}

.after\:h-1::after {
  content: var(--tw-content);
  height: 0.25rem;
}

.after\:w-7::after {
  content: var(--tw-content);
  width: 1.75rem;
}

.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --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));
}

@keyframes pulse {
  50% {
    content: var(--tw-content);
    opacity: .5;
  }
}

.after\:animate-pulse::after {
  content: var(--tw-content);
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.after\:bg-primary::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(93 135 255 / var(--tw-bg-opacity));
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:bg-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 92 235 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(93 135 255 / var(--tw-bg-opacity));
}

.hover\:text-footerLink\/60:hover {
  color: rgb(209 213 219 / 0.6);
}

.hover\:text-footerLink\/70:hover {
  color: rgb(209 213 219 / 0.7);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-\[100px\] {
    width: 100px;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-\[48\%\] {
    width: 48%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:rotate-\[10deg\] {
    --tw-rotate: 10deg;
    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));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .md\:gap-y-20 {
    row-gap: 5rem;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-\[70px\] {
    padding-left: 70px;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-\[200\%\] {
    line-height: 200%;
  }

  .md\:after\:block::after {
    content: var(--tw-content);
    display: block;
  }

  .md\:after\:w-14::after {
    content: var(--tw-content);
    width: 3.5rem;
  }
}

@media (min-width: 768px) {
  .lg\:static {
    position: static;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:pb-\[100px\] {
    padding-bottom: 100px;
  }
}

@media (min-width: 1280px) {
  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }
}

* {
  font-family: var(--font-optimistic), system-ui, sans-serif;
}

#root {
  overflow: hidden;
}

*::-webkit-scrollbar {
  width: 3px;
}

*::-webkit-scrollbar-thumb {
  background: rgb(74, 74, 74);
}

*::-webkit-scrollbar-track {
  background: transparent;
}

#main-component {
  background: rgb(249, 241, 249);
  background: linear-gradient(130deg, rgb(249, 241, 249) 0%, rgb(234, 243, 253) 35%, rgb(237, 251, 242) 100%);
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
}

#main-component #main {
  max-width: 1100px;
  margin: auto;
}

#main-component #main p {
  font-size: 15px;
  color: #0A1317;
}

#main-component #main .menu-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
  padding: 20px 0;
}

@media (max-width: 768px) {
  #main-component #main .menu-mobile {
    display: block;
    display: flex;
  }

  #main-component #main .menu-mobile .logo {
    width: 60px;
    margin: 0;
  }

  #main-component #main .menu-mobile .logo svg {
    height: min-content;
    width: 100%;
  }
}

#main-component #main .container-content .left {
  border-right: 1px solid #dadde1;
  padding: 0;
}

#main-component #main .container-content .left .left-content {
  height: 100vh;
  padding: 28px 32px 0 20px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  overflow-y: auto;
}

#main-component #main .container-content .left .left-content::-webkit-scrollbar {
  width: 0px;
}

#main-component #main .container-content .left .left-content .logo {
  width: 60px;
}

#main-component #main .container-content .left .left-content .logo svg {
  height: min-content;
  width: 100%;
}

#main-component #main .container-content .left .left-content h1 {
  color: #0A1317;
  font-weight: 600;
  font-size: 24px;
}

#main-component #main .container-content .left .left-content #action-buttons {
  padding-top: 15px;
}

@media (max-width: 768px) {
  #main-component #main .container-content .left {
    display: none;
  }
}

#main-component #main .container-content .item-action .action-button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  border-radius: 15px;
  color: black;
  background-color: inherit;
  transition: background-color 0.35s ease;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

#main-component #main .container-content .item-action .action-button:not(:has(.action-icon)) {
  justify-content: space-between;
}

#main-component #main .container-content .item-action .action-button .action-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-component #main .container-content .item-action .action-button .action-icon svg {
  width: 24px;
  height: 24px;
}

#main-component #main .container-content .item-action .action-button .action-icon img {
  width: 45px;
  height: 45px;
}

#main-component #main .container-content .item-action .action-button .action-text {
  width: calc(100% - 24px - 45px);
  text-align: left;
  padding: 0 12px;
  color: #0A1317;
  font-stretch: 100%;
  font-weight: 500;
  word-wrap: break-word;
  font-size: 0.9375rem;
  line-height: 1.2667rem;
}

#main-component #main .container-content .item-action .action-button .action-arrow {
  width: 17px;
  height: 17px;
}

#main-component #main .container-content .item-action .action-button .action-arrow svg {
  width: 17px;
  height: 17px;
}

#main-component #main .container-content .item-action .action-button:hover {
  background-color: white;
}

#main-component #main .container-content .item-action .action-button.main {
  background-color: #354855;
}

#main-component #main .container-content .item-action .action-button.main .action-text {
  color: #F1F4F7;
}

#main-component #main .container-content .item-action .action-button.main .action-icon svg path {
  fill: #F1F4F7;
}

#main-component #main .container-content .item-action .content-action {
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

#main-component #main .container-content .item-action.active .content-action {
  height: max-content;
  transition: 0.3s ease-in-out;
}

#main-component #main .container-content .righ .content-right {
  padding: 40px 0px 0px 20px;
}

#main-component #main .container-content .righ .content-right .top-content {
  margin-bottom: 30px;
}

#main-component #main .container-content .righ .content-right .top-content h1 {
  color: #0A1317;
  font-weight: 600;
  font-size: 24px;
}

#main-component #main .container-content .righ .content-right .top-content p {
  font-size: 15px;
  margin-bottom: 10px;
}

#main-component #main .container-content .righ .content-right .top-content p.ticket {
  color: #465a69;
}

#main-component #main .container-content .righ .content-right .top-content ul {
  padding-left: 20px;
}

#main-component #main .container-content .righ .content-right .top-content ul li {
  font-size: 15px;
  list-style: disc;
}

#main-component #main .container-content .righ .content-right .card-thumb {
  padding: 16px;
  border-radius: 15px;
  background-color: #d2d2fe;
  margin-bottom: 30px;
}

#main-component #main .container-content .righ .content-right .card-thumb .thumb-content .warning-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

#main-component #main .container-content .righ .content-right .card-thumb .thumb-content .warning-content h1 {
  font-size: 17px;
  color: #0A1317;
  font-weight: 600;
}

#main-component #main .container-content .righ .content-right .card-thumb .thumb-content .warning-content p {
  font-size: 13px;
  color: #0A1317;
  font-weight: 600;
  margin-bottom: 10px;
}

#main-component #main .container-content .righ .content-right .card-thumb .warning-list {
  background-color: white;
  border-radius: 15px;
  padding: 16px 12px;
  margin-bottom: 20px;
}

#main-component #main .container-content .righ .content-right .card-thumb .warning-list p {
  margin-bottom: 7px;
}

#main-component #main .container-content .righ .content-right .card-thumb .warning-list h1 {
  font-size: 17px;
  margin-bottom: 7px;
}

#main-component #main .container-content .righ .content-right .card-thumb .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  background-color: #0064E0;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#main-component #main .container-content .righ .content-right .card-thumb .btn-wrapper .button {
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-component #main .container-content .righ .content-right .card-thumb .btn-wrapper .button b {
  font-size: 15px;
  color: #F1F4F7;
}

#main-component #main .container-content .righ .content-right .card-thumb .btn-wrapper:hover {
  background-color: rgb(6, 114, 247);
  transition: all 0.3s ease;
}

#main-component #main .container-content .righ .content-right .card-bottom h6 {
  font-size: 15px;
  color: #0A1317;
}

#main-component #main .container-content .righ .content-right .card-bottom .item-action {
  border-radius: 12px;
  background-color: white;
  overflow: hidden;
}

#main-component #main .container-content .righ .content-right .card-bottom .item-action .action-button {
  border-radius: 0px;
}

#main-component #main .container-content .righ .content-right .card-bottom .item-action .action-button.b-bottom {
  border-bottom: 1px solid #E3E8EF;
}

#main-component #main .container-content .righ .content-right .card-bottom .small-grey {
  color: rgb(70, 90, 105);
  font-family: Optimistic Text Normal, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

#main-component #main .container-content .righ .content-right .card-bottom .small-grey .link-to {
  text-decoration: none;
  margin: 0;
  font-size: 15px;
  cursor: pointer;
  color: #0d6efd;
  display: inline;
  margin-left: 5px;
}

#main-component #main .container-content .righ .content-right .card-bottom .small-grey .link-to svg {
  margin-left: 3px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  display: inline;
}

#main-component #main .container-content .righ .content-right .card-bottom .small-grey .link-to svg path {
  fill: #0d6efd;
  margin-left: 5px;
}

@media (max-width: 768px) {
  #main-component #main .container-content .righ .content-right {
    padding: 0;
  }
}

@media (max-width: 768px) {
  #main-component #main .container-content .righ {
    width: 100%;
  }
}

.logo-loading {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-loading .loading-img {
  width: 100vw;
  height: auto;
}

/*# sourceMappingURL=temp-support.css.map */
.ant-modal .ant-modal-close:hover {
  background-color: transparent;
}

.ant-modal .ant-modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ant-modal .ant-modal-footer .logo {
  width: 75px;
}

.ant-modal .ant-modal-footer .logo svg {
  width: 100%;
  height: max-content;
}

.ant-modal .ant-select {
  height: 40px;
}

.ant-modal .ant-select .ant-select-selector {
  border: 1px solid #d4dbe3;
  border-radius: 10px;
  padding: 0 11px;
  transition: all 0.3s ease;
}

.ant-modal .ant-select .ant-select-selector:focus-within {
  box-shadow: none;
}

.ant-modal .ant-select:hover .ant-select-selector {
  border: 1px solid #d4dbe3;
}

.ant-modal .ant-select:hover .ant-select-selector:focus-within {
  box-shadow: none;
}

.ant-modal .ant-modal-content {
  background: linear-gradient(90deg, rgb(249, 241, 249) 0%, rgb(234, 243, 253) 35%, rgb(237, 251, 242) 100%);
  height: 100%;
  overflow-y: scroll;
}

.ant-modal .ant-modal-content::-webkit-scrollbar {
  display: none;
}

.ant-modal .ant-modal-content .ant-modal-header {
  margin: 0;
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
  margin-bottom: 15px;
}

.ant-modal .ant-modal-content .modal-header{
  padding: 0;
}

.ant-modal .ant-modal-content .modal-header .logo {
  width: 65px;
}

.ant-modal .ant-modal-content .modal-header .logo svg {
  width: 100%;
  height: max-content;
}

.ant-modal .ant-modal-content .ant-modal-body .item-form .link-to {
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
  color: #0d6efd;
  display: inline;
  margin: 0 0 0 5px;
}

.ant-modal .ant-modal-content .ant-modal-body .item-form .link-to svg {
  margin-left: 3px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  display: inline;
}

.ant-modal .ant-modal-content .ant-modal-body .item-form .link-to svg path {
  fill: #0d6efd;
}

.ant-modal .ant-modal-content .ant-modal-body .item-form {
  margin-bottom: 10px;
}

.ant-modal .ant-modal-content .ant-modal-body .ant-form-item {
  margin-bottom: 0px;
}

.ant-modal .ant-modal-content .ant-modal-body p {
  color: #9a979e;
  margin-bottom: 7px;
  padding: 0;
}

.ant-modal .ant-modal-content .ant-modal-body .ant-input {
  border: 1px solid #d4dbe3;
  border-radius: 10px;
  padding: 0 11px;
  height: 40px;
  transition: all 0.3s ease;
  background: #ffffff;
  width: 100%;
  outline: none;
  font-size: 14px;
}

.ant-modal .ant-modal-content .ant-modal-body textarea.ant-input {
  padding: 11px;
  height: auto;
  min-height: 100px;
}

.ant-modal .ant-modal-content p.note {
  color: #9a979e;
  margin-bottom: 7px;
  padding: 0;
  font-size: 14px;
}

.ant-modal .ant-modal-content .ant-modal-body .ant-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 25px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  margin: 10px 0;
}

.ant-modal .ant-modal-content .ant-modal-body .ant-btn span {
  font-size: 15px;
}

.ant-modal .ant-modal-content .ant-modal-body .ant-btn[disabled] {
  cursor: not-allowed;
  border-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.0392156863);
  box-shadow: none;
}

.ant-modal .ant-modal-content .ant-modal-body .ant-form-item-control-input-content textarea {
  padding: 11px;
  min-height: 100px;
}

.ant-modal .ant-modal-content .ant-modal-body .react-tel-input .form-control {
  width: 100%;
  border: 1px solid #D4DBE3;
  height: 40px;
  border-radius: 10px;
  padding-left: 55px;
}

.ant-modal .ant-modal-content .ant-modal-body .react-tel-input .ant-input:focus,
.ant-modal .ant-modal-content .ant-modal-body .react-tel-input .ant-input-focused,
.ant-modal .ant-modal-content .ant-modal-body .react-tel-input .ant-input-affix-wrapper:focus {
  border: 1px solid #D4DBE3;
  box-shadow: none;
}

.ant-modal .ant-modal-content .ant-modal-body .react-tel-input .flag-dropdown {
  background-color: transparent;
  border: none;
}

.ant-modal .ant-modal-content .ant-modal-body .react-tel-input .flag-dropdown .selected-flag {
  width: 40px;
  background-color: transparent;
  border-right: 1px solid #D4DBE3;
  display: flex;
  justify-content: center;
  padding: 0;
}

.ant-modal .ant-modal-content .ant-modal-body .react-tel-input .flag-dropdown .selected-flag:hover {
  background-color: transparent;
}

.ant-modal .ant-modal-content .ant-modal-body .react-tel-input .flag-dropdown .selected-flag:focus {
  background-color: transparent;
}

.ant-modal .ant-modal-content .ant-modal-body .react-tel-input .flag-dropdown .selected-flag .arrow {
  display: none;
}

.ant-modal .ant-modal-content .ant-modal-body .react-tel-input .flag-dropdown .country-list::-webkit-scrollbar {
  width: 0px;
}

.ant-modal .ant-modal-content .ant-modal-body .react-tel-input .flag-dropdown .country-list {
  border: 1px solid #D4DBE3;
  border-radius: 10px;
  box-shadow: none;
}

.ant-modal .ant-modal-content .ant-modal-body .react-tel-input .flag-dropdown .country-list .search {
  padding: 10px;
}

.ant-modal .ant-modal-content .ant-modal-body .react-tel-input .flag-dropdown .country-list .search .search-emoji {
  display: none;
}

.ant-modal .ant-modal-content .ant-modal-body .react-tel-input .flag-dropdown .country-list .search .search-box {
  width: 100%;
  margin: 0;
  border-radius: 5px;
}

.ant-modal .ant-modal-content .ant-modal-body .item-noti {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: space-between;
  margin-bottom: 10px;
  border-radius: 10px;
}

.ant-modal .ant-modal-content .ant-modal-body .item-noti .left-noti {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.ant-modal .ant-modal-content .ant-modal-body .item-noti .left-noti b {
  color: #000;
  font-size: 16px;
}

.ant-modal .ant-modal-content .ant-modal-body .item-noti .left-noti p {
  margin-bottom: 0;
}

.ant-modal .ant-modal-content .ant-modal-body #form-password .ant-form-item {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.ant-modal .ant-modal-content .ant-modal-body #form-password .ant-form-item .ant-input-password {
  border: 1px solid #d4dbe3;
  border-radius: 10px;
  padding: 0 11px;
  height: 40px;
  transition: all 0.3s ease;
}

.ant-modal .ant-modal-content .ant-modal-body #form-password .ant-form-item .ant-input-password:focus-within {
  box-shadow: none;
}

.ant-modal .ant-modal-content .ant-modal-body #form-password .ant-form-item .ant-input-password .ant-input {
  border: none;
  border-radius: 0;
  padding: 0;
  height: auto;
}

.ant-modal .ant-modal-content .ant-modal-body #form-password .ant-form-item .ant-input-password .ant-input:focus-within {
  box-shadow: none;
}

.ant-modal .ant-modal-content .ant-modal-body .desc h4 {
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}

.ant-modal .ant-modal-content .ant-modal-body .desc p {
  color: #9a979e;
  margin-bottom: 7px;
  padding: 0;
}

.ant-modal .ant-modal-content .ant-modal-body .desc img {
  border-radius: 10px;
  margin: 10px auto 15px auto;
}

.ant-modal .ant-modal-content .ant-modal-body #form-authentication .ant-form-item {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.ant-modal .ant-modal-content .ant-modal-body .option-group {
  width: 100%;
}

.ant-modal .ant-modal-content .ant-modal-body .option-group .option-list {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.ant-modal .ant-modal-content .ant-modal-body .option-group .option-list .option-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border-bottom: 1px solid #e5e7eb;
  cursor: pointer;
}

.ant-modal .ant-modal-content .ant-modal-body .option-group .option-list .option-item:last-child {
  border-bottom: none;
}

.ant-modal .ant-modal-content .ant-modal-body .option-group .option-list .option-item .option-label {
  font-weight: 600;
  font-size: 15px;
}

.ant-modal .ant-modal-content .ant-modal-body .option-group .option-list .option-item .option-desc {
  color: #888;
  font-size: 14px;
}

.ant-modal .ant-modal-content .ant-modal-body .option-group .option-list .option-item .option-radio {
  transform: scale(0.9);
}

.ant-modal .ant-modal-content .modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.ant-modal .ant-modal-content .modal-footer .logo {
  width: 75px;
}

.ant-modal .ant-modal-content .modal-footer .logo svg {
  width: 100%;
  height: max-content;
}

.ant-modal.modal-password .ant-modal-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ant-modal.modal-auth .ant-modal-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ant-modal.modal-auth .ant-modal-body .desc-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: #9a979e;
}

.ant-modal.modal-auth .ant-modal-body .desc-header .dot {
  width: 3px;
  height: 3px;
  background-color: #9a979e;
  border-radius: 100%;
}

.ant-modal.modal-auth .ant-modal-body .desc h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ant-modal.modal-auth .ant-modal-body .ant-form-item-additional {
  min-height: 0px !important;
}

.ant-modal input[type=number]::-webkit-outer-spin-button,
.ant-modal input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ant-modal {
  /* Hide spinners in Firefox */
}

.ant-modal input[type=number] {
  -moz-appearance: textfield;
}

.ant-modal.modal-id .ant-modal-body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.ant-modal.modal-id .upload-id {
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}

.ant-modal.modal-id .upload-id .ant-upload-drag-icon {
  margin-bottom: 0;
}

.ant-modal.modal-id .upload-id .anticon-cloud-upload svg {
  width: 25px;
  height: 25px;
  fill: #9a979e;
}

.ant-modal.modal-id .upload-id .ant-upload-list-item .ant-upload-list-item-actions button {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
}

/*# sourceMappingURL=temp-modal.css.map */
#initial-loader.hidden {
  display: none;
}

#main-component.hidden {
  display: none;
}



input {
  font-size: 14px !important;
}