*, ::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(10 123 199 / 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(10 123 199 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #98A2B3;
  /* 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;
}

html {
  font-family: "Alexandria", sans-serif !important;
}

:root {
  --color-primary: 41 180 115;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.start-0 {
  inset-inline-start: 0px;
}

.z-10 {
  z-index: 10;
}

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

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

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

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

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

.mb-8 {
  margin-bottom: 2rem;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-4 {
  margin-inline-start: 1rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

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

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.\!h-\[44px\] {
  height: 44px !important;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-\[44px\] {
  height: 44px;
}

.h-full {
  height: 100%;
}

.w-14 {
  width: 3.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-72 {
  width: 18rem;
}

.w-full {
  width: 100%;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[56\%\] {
  max-width: 56%;
}

.flex-1 {
  flex: 1 1 0%;
}

.table-auto {
  table-layout: auto;
}

.border-collapse {
  border-collapse: collapse;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

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

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.\!items-center {
  align-items: center !important;
}

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

.items-stretch {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity, 1));
}

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 245 / var(--tw-border-opacity, 1));
}

.bg-\[\#ECF3FB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 243 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F9FAFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#caf0f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(202 240 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ffccd5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 213 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 112 239 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity, 1));
}

.bg-white-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\!p-0 {
  padding: 0px !important;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.\!pb-3 {
  padding-bottom: 0.75rem !important;
}

.\!pb-4 {
  padding-bottom: 1rem !important;
}

.pb-8 {
  padding-bottom: 2rem;
}

.ps-2 {
  padding-inline-start: 0.5rem;
}

.ps-3\.5 {
  padding-inline-start: 0.875rem;
}

.ps-4 {
  padding-inline-start: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[42px\] {
  font-size: 42px;
}

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

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.leading-5 {
  line-height: 1.25rem;
}

.text-\[\#03045e\] {
  --tw-text-opacity: 1;
  color: rgb(3 4 94 / var(--tw-text-opacity, 1));
}

.text-\[\#1d2939\] {
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity, 1));
}

.text-\[\#667085\] {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}

.text-\[\#98A2B3\] {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity, 1));
}

.text-\[\#AFB5D9\] {
  --tw-text-opacity: 1;
  color: rgb(175 181 217 / var(--tw-text-opacity, 1));
}

.text-\[\#F5FAFF\] {
  --tw-text-opacity: 1;
  color: rgb(245 250 255 / var(--tw-text-opacity, 1));
}

.text-\[\#c9184a\] {
  --tw-text-opacity: 1;
  color: rgb(201 24 74 / var(--tw-text-opacity, 1));
}

.text-black-200 {
  --tw-text-opacity: 1;
  color: rgb(44 69 87 / var(--tw-text-opacity, 1));
}

.text-black-700 {
  --tw-text-opacity: 1;
  color: rgb(32 37 39 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity, 1));
}

.text-primary {
  color: rgb(var(--color-primary));
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

@font-face {
  font-family: 'Alexandria';

  src: local('Alexandria-Thin'), url("../fonts/Alexandria/Alexandria-Thin.ttf") format("truetype");

  font-weight: 100;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Alexandria';

  src: local('Alexandria-Light'), url("../fonts/Alexandria/Alexandria-Light.ttf") format("truetype");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Alexandria';

  src: local('Alexandria-Regular'), url("../fonts/Alexandria/Alexandria-Regular.ttf") format("truetype");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Alexandria';

  src: local('Alexandria-Medium'), url("../fonts/Alexandria/Alexandria-Medium.ttf") format("truetype");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Alexandria';

  src: local('Alexandria-SemiBold'), url("../fonts/Alexandria/Alexandria-SemiBold.ttf") format("truetype");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Alexandria';

  src: local('Alexandria-Bold'), url("../fonts/Alexandria/Alexandria-Bold.ttf") format("truetype");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

body {
  overflow-x: hidden;
}

.container-content {
  margin: 0 auto;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (max-width: 1200px) {
  .container-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#header {
  display: flex;
  height: 100px;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 233 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 248 255 / var(--tw-bg-opacity, 1));
  .container-content {
    display: flex;
  }
  .container-content {
    height: 100%;
  }
  .container-content {
    align-items: center;
  }
  .container-content {
    justify-content: space-between;
  }
  .container-content {
    gap: 1.5rem;
  }
  @media (max-width: 576px) {
    .container-content {
      gap: 0.5rem;
    }
  }
  .user-info {
    .user-img {
      width: 3rem;
      height: 3rem;
    }
    .user-img {
      border-radius: 9999px;
    }
    @media (max-width: 425px) {
      .user-img {
        width: 38px;
        height: 38px;
      }
    }
  }
  .user-info {
    display: flex;
  }
  .user-info {
    align-items: center;
  }
  .user-info {
    gap: 1rem;
  }
  .user-info {
    div {
      p:first-child {
        font-size: 1rem;
        line-height: 1.5rem;
      }
      p:first-child {
        font-weight: 600;
      }
      p:first-child {
        --tw-text-opacity: 1;
        color: rgb(44 69 87 / var(--tw-text-opacity, 1));
      }
      p:last-child {
        margin-top: 0.25rem;
      }
      p:last-child {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
      p:last-child {
        font-weight: 300;
      }
      p:last-child {
        --tw-text-opacity: 1;
        color: rgb(44 69 87 / var(--tw-text-opacity, 1));
      }
    }
  }
  .header-search {
    position: relative;
  }
  .header-search {
    flex-grow: 1;
  }
  .header-search {
    .icon {
      position: absolute;
    }
    .icon {
      top: 50%;
    }
    .icon {
      inset-inline-start: 0.75rem;
    }
    .icon {
      --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));
    }
    .icon {
      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));
    }
    .form-control {
      height: 48px;
    }
    .form-control {
      --tw-bg-opacity: 1;
      background-color: rgb(245 250 255 / var(--tw-bg-opacity, 1));
    }
    .form-control {
      padding-inline-start: 3rem;
    }
    .form-control {
      line-height: 48px;
    }
  }
  .form-group {
    position: relative;
  }
  .form-control {
    width: 100%;
  }
  .form-control {
    border-radius: 0.5rem;
  }
  .form-control {
    border-width: 1px;
  }
  .form-control {
    --tw-border-opacity: 1;
    border-color: rgb(209 233 255 / var(--tw-border-opacity, 1));
  }
  .form-control {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .form-control {
    font-weight: 300;
  }
  .form-control {
    line-height: 44px;
  }
  .form-control {
    --tw-text-opacity: 1;
    color: rgb(175 181 217 / var(--tw-text-opacity, 1));
  }
}

.menu-item-has-children {
  position: relative;
  > a {
    position: relative;
  }
  @media (max-width: 576px) {
    > a {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
  }
  @media only screen and (min-width: 1200px) {
    &:hover {
      > .sub-menu {
        transition: all 0.25s ease;
        visibility: visible !important;
        opacity: 1 !important;
      }
    }
  }
  &:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 100%;
    bottom: -20px;
    left: 0;
    z-index: 8;
  }
  &.side-children {
    .sub-menu {
      inset-inline-end: -100%;
    }
    .sub-menu {
      top: 0px;
    }
    .sub-menu {
      max-width: 100%;
    }
    a {
      &:after {
        inset-inline-end: -0.5rem;
      }
      &:after {
        transform: rotate(90deg);
        top: 6px;
      }
    }
  }
}

.sub-menu {
  position: absolute;
  top: 50px;
  inset-inline-end: auto;
  z-index: 9;
  min-width: 12rem;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
}

@media (max-width: 1200px) {
  .sub-menu {
    display: none;
    width: 100%;
    min-width: 0px;
  }
}

@media (min-width: 1200px) {
  .sub-menu {
    visibility: hidden;
    opacity: 0;
  }
}

@media (max-width: 576px) {
  .sub-menu {
    min-width: 150px;
  }
}

.sub-menu {
  transition: visibility 0.25s ease, opacity 0.25s ease;
  transition-delay: 0.1s;
  .menu-item {
    padding: 12px 10px;
    background: #fff;
    border-top: 1px solid #42307D;
    transition: all 0.25s ease;
    @media only screen and (max-width: 1200px) {
      padding: 8px 15px;
    }
    @media only screen and (min-width: 1200px) {
      &:first-child {
        border-top: 0;
      }
    }
    a, button {
      &:hover {
        color: rgb(var(--color-primary));
      }
    }
    a {
      display: block;
      font-size: 16px;
      color: #2C4557;
      text-decoration: none;
      transition: all 0.25s;
      @media only screen and (max-width: 1280px) {
        font-size: 14px;
      }
    }
  }
}

.main-content {
  min-height: 70vh;
}

.overlay-menu {
  visibility: hidden;
  position: fixed;
  top: 0px;
  inset-inline-end: 0px;
  z-index: 4;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.25s;
  background: rgba(0, 0, 0, 0.6);
  &.active {
    visibility: visible;
  }
  &.active {
    opacity: 1;
  }
}

.main-menu {
  display: inline-flex;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 236 245 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  li {
    a {
      display: flex;
    }
    a {
      align-items: center;
    }
    a {
      gap: 0.5rem;
    }
    a {
      border-inline-end-width: 1px;
    }
    a {
      --tw-border-opacity: 1;
      border-color: rgb(234 236 245 / var(--tw-border-opacity, 1));
    }
    a {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    a {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
    a {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    a {
      font-weight: 500;
    }
    a {
      --tw-text-opacity: 1;
      color: rgb(152 162 179 / var(--tw-text-opacity, 1));
    }
    @media (max-width: 576px) {
      a {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
      }
    }
    a {
      &.active {
        font-weight: 700;
      }
      &.active {
        color: rgb(var(--color-primary));
      }
    }
  }
  .sub-menu {
    width: -moz-max-content;
    width: max-content;
  }
  .sub-menu {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .menu-item a {
    border-inline-end-width: 0px;
  }
  .menu-item a {
    padding-left: 0px;
    padding-right: 0px;
  }
  .menu-item a {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .menu-item a {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

html[dir="ltr"] .flip-img {
  transform: scaleX(-1);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  background-color: rgb(var(--color-primary));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  &.btn-lg {
    height: 48px;
  }
  &.btn-lg {
    width: 100%;
  }
  &.btn-lg {
    max-width: 200px;
  }
  &.center {
    justify-content: center;
  }
  &:hover {
    border-width: 1px;
  }
  &:hover {
    border-color: rgb(var(--color-primary));
  }
  &:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  &:hover {
    color: rgb(var(--color-primary));
  }
  &:hover {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  &:hover {
    svg {
      path {
        stroke: rgb(var(--color-primary));
      }
    }
  }
  &.btn-white {
    --tw-border-opacity: 1;
    border-color: rgb(234 236 245 / var(--tw-border-opacity, 1));
  }
  &.btn-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  &.btn-white {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
  &#reset, &#reset2 {
    --tw-border-opacity: 1;
    border-color: rgb(234 236 245 / var(--tw-border-opacity, 1));
  }
  &#reset, &#reset2 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 250 255 / var(--tw-bg-opacity, 1));
  }
  &#reset, &#reset2 {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
  &#reset, &#reset2 {
    &:hover {
      border-width: 1px;
    }
    &:hover {
      border-color: rgb(var(--color-primary));
    }
    &:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
    &:hover {
      color: rgb(var(--color-primary));
    }
    &:hover {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
  }
}
body{
    --tw-bg-opacity: 1;
    background-color: rgb(245 250 255 / var(--tw-bg-opacity, 1));
    position: relative;
}
.main-content {
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.register-page {
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
}

.register-slider {
  .swiper-pagination {
    inset-inline-start: 3.5rem;
  }
  .swiper-pagination {
    bottom: 2.5rem;
  }
  .swiper-pagination {
    text-align: start;
  }
  @media (max-width: 1366px) {
    .swiper-pagination {
      inset-inline-start: 2rem;
    }
  }
  @media (max-width: 576px) {
    .swiper-pagination {
      inset-inline-start: 1rem;
    }
  }
  .swiper-pagination {
    .swiper-pagination-bullet {
      width: 16px;
      height: 16px;
    }
    .swiper-pagination-bullet {
      --tw-bg-opacity: 1;
      background-color: rgb(101 137 157 / var(--tw-bg-opacity, 1));
    }
    .swiper-pagination-bullet {
      opacity: 1;
    }
    .swiper-pagination-bullet {
      &.swiper-pagination-bullet-active {
        position: relative;
        &:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 8px;
          height: 8px;
          background: #fff;
          border-radius: 50%;
        }
      }
    }
  }
  .swiper-slide {
    .img-handler {
      position: relative;
    }
    .img-handler {
      height: 100%;
    }
    .img-handler {
      overflow: hidden;
    }
    .img-handler {
      border-radius: 34px;
    }
    @media (max-width: 576px) {
      .img-handler {
        border-radius: 0.5rem;
      }
    }
    .img-handler {
      img {
        width: 100% !important;
      }
      @media (max-width: 768px) {
        img {
          height: 100% !important;
        }
      }
      img {
        height: calc(100vh - 60px);
      }
      .overlay {
        position: absolute;
      }
      .overlay {
        inset: 0px;
      }
      .overlay {
        display: flex;
      }
      .overlay {
        width: 100%;
        height: 100%;
      }
      .overlay {
        align-items: flex-end;
      }
      .overlay {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
      }
      @media (max-width: 1366px) {
        .overlay {
          padding-left: 2rem;
          padding-right: 2rem;
        }
      }
      @media (max-width: 576px) {
        .overlay {
          padding-left: 1rem;
          padding-right: 1rem;
        }
      }
      .overlay {
        background: linear-gradient(0deg, #003E63 6.76%, rgba(0, 68, 105, 0) 100%);
      }
    }
  }
}

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

@media (max-width: 576px) {
  .form-group {
    margin-bottom: 0.5rem;
  }
}

.form-group {
  label {
    margin-bottom: 0.75rem;
  }
  label {
    display: block;
  }
  label {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  label {
    font-weight: 600;
  }
  label {
    color: rgb(var(--color-primary));
  }
  @media (max-width: 576px) {
    label {
      font-size: 0.75rem;
      line-height: 1rem;
    }
  }
  .datepicker-input {
    padding-inline-start: 2.5rem !important;
  }
  .error:not(input,select) {
    margin-top: 0.5rem;
  }
  .error:not(input,select) {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .error:not(input,select) {
    --tw-text-opacity: 1;
    color: rgb(234 134 143 / var(--tw-text-opacity, 1));
  }
  span.error, label.error {
    position: absolute;
  }
  span.error, label.error {
    bottom: -25px;
  }
  span.error, label.error {
    margin: 0px;
  }
  span.error, label.error {
    display: block;
  }
  span.error, label.error {
    font-weight: 400;
  }
  @media (max-width: 991px) {
    span.error, label.error {
      bottom: -20px;
    }
  }
  .errorlist li {
    margin-top: 0.5rem;
  }
  .errorlist li {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .errorlist li {
    --tw-text-opacity: 1;
    color: rgb(234 134 143 / var(--tw-text-opacity, 1));
  }
  .form-control, input:not([type='checkbox'], [type='radio']), select, textarea {
    height: 44px;
  }
  .form-control, input:not([type='checkbox'], [type='radio']), select, textarea {
    width: 100%;
  }
  .form-control, input:not([type='checkbox'], [type='radio']), select, textarea {
    border-radius: 0.25rem;
  }
  .form-control, input:not([type='checkbox'], [type='radio']), select, textarea {
    border-width: 1px;
  }
  .form-control, input:not([type='checkbox'], [type='radio']), select, textarea {
    border-color: #08599126;
  }
  .form-control, input:not([type='checkbox'], [type='radio']), select, textarea {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .form-control, input:not([type='checkbox'], [type='radio']), select, textarea {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .form-control, input:not([type='checkbox'], [type='radio']), select, textarea {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .form-control, input:not([type='checkbox'], [type='radio']), select, textarea {
    line-height: 44px;
  }
  .form-control, input:not([type='checkbox'], [type='radio']), select, textarea {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
  .form-control, input:not([type='checkbox'], [type='radio']), select, textarea {
    &:focus-within {
      outline: 0;
    }
    &:focus {
      box-shadow: none;
    }
  }
  textarea {
    min-height: 120px;
  }
  input[readonly], select[readonly], textarea[readonly], input[disabled], select[disabled], textarea[disabled] {
    --tw-bg-opacity: 1;
    background-color: rgb(233 236 239 / var(--tw-bg-opacity, 1));
  }
}

.page-title {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 236 245 / var(--tw-border-opacity, 1));
  padding-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgb(var(--color-primary));
}

@media (max-width: 425px) {
  .page-title {
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.service-card-title {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 236 245 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(var(--color-primary));
}

@media (max-width: 991px) {
  .service-card-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.service-card-title {
  > img {
    width: 2rem;
  }
}

.form-details {
  p {
    border-bottom-width: 1px;
  }
  p {
    --tw-border-opacity: 1;
    border-color: rgb(234 236 245 / var(--tw-border-opacity, 1));
  }
  p {
    padding-bottom: 1rem;
  }
  strong {
    padding-inline-end: 0.5rem;
  }
  strong {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  strong {
    font-weight: 500;
  }
  strong {
    color: rgb(var(--color-primary));
  }
}

.response-data {
  margin-top: 2rem;
  min-width: 100%;
  overflow-x: auto;
  border-radius: 0.5rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  table {
    min-width: 100%;
  }
  table {
    line-height: 1.5;
  }
  th {
    min-width: 130px;
  }
  th {
    border-bottom-width: 2px;
  }
  th {
    --tw-border-opacity: 1;
    border-color: rgb(237 242 247 / var(--tw-border-opacity, 1));
  }
  th {
    --tw-bg-opacity: 1;
    background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
  }
  th {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  th {
    text-align: start;
  }
  th {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  th {
    font-weight: 600;
  }
  th {
    text-transform: uppercase;
  }
  th {
    --tw-text-opacity: 1;
    color: rgb(74 85 104 / var(--tw-text-opacity, 1));
  }
  &.education-response {
    th {
      min-width: 200px;
    }
  }
  td {
    border-bottom-width: 1px;
  }
  td {
    --tw-border-opacity: 1;
    border-color: rgb(237 242 247 / var(--tw-border-opacity, 1));
  }
  td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  td {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  td {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .table-row:nth-child(even) {
    td {
      --tw-bg-opacity: 1;
      background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
    }
  }
}

.submit-btn.loading {
  position: relative;
}

.submit-btn.loading::before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
  content: '';
}

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

.submit-btn.loading::after {
  position: absolute;
  top: 25%;
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: '';
  border: 4px solid #fff;
  border-top: 4px solid #ccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.datepicker-picker {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.disabled-select {
  background-color: #e9ecef !important;
  color: #6c757d;
  pointer-events: none;
}

.tab-pane {
  display: none;
  &.active {
    display: block;
  }
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  border-bottom-width: 1px;
  border-color: #E5E7EBFF;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6B7280FF;
}

@media (max-width: 1280px) {
  .tabs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.tabs {
  .tab-link {
    display: inline-block;
  }
  .tab-link {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .tab-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .tab-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .tab-link:hover {
    background-color: #F9FAFBFF;
  }
  .tab-link:hover {
    color: #4B5563FF;
  }
  @media (min-width: 1280px) {
    .tab-link {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
  }
  .tab-link {
    &.active {
      background-color: #F3F4F6FF;
    }
    &.active {
      color: #1C64F2FF;
    }
  }
}

.service-card-list {
  a {
    transition: all 0.25s ease;
    &:hover, &.active {
      background-color: rgb(var(--color-primary));
    }
    &:hover, &.active {
      svg {
        path {
          stroke: #fff;
        }
      }
      span {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      }
    }
    &.custom-icon {
      &:hover, &.active {
        background-color: rgb(var(--color-primary));
      }
      &:hover, &.active {
        svg {
          path {
            fill: #fff;
          }
        }
        span {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        }
      }
    }
  }
}

.apply-now {
  transition: all 0.25s ease
}

@media (max-width: 768px) {
  .apply-now {
    position: static;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}

.apply-now {
  &:hover, &.active {
    background-color: rgb(var(--color-primary));
  }
  &:hover, &.active {
    svg {
      path {
        stroke: #fff;
      }
    }
    span {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
  }
}

.custom-modal, .success-modal, .fail-modal {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%
}

@media (max-width: 768px) {
  .custom-modal, .success-modal, .fail-modal {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.custom-modal, .success-modal, .fail-modal {
  &.active {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
  .modal-content {
    width: 450px;
  }
}

@media (max-width: 576px) {
  .main-menu li a {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 375px) {
  .main-menu li a {
    font-size: 10px;
  }
}

.custom-file-container {
  display: flex;
  height: 44px;
  width: 100%;
  align-items: center;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: #08599126;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  .custom-file-label {
    margin: 0px;
  }
  .custom-file-label {
    display: flex;
  }
  .custom-file-label {
    height: 100%;
  }
  .custom-file-label {
    width: 100%;
  }
  .custom-file-label {
    max-width: 120px;
  }
  .custom-file-label {
    cursor: pointer;
  }
  .custom-file-label {
    align-items: center;
  }
  .custom-file-label {
    justify-content: center;
  }
  .custom-file-label {
    --tw-bg-opacity: 1;
    background-color: rgb(32 37 39 / var(--tw-bg-opacity, 1));
  }
  .custom-file-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .custom-file-label {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .file-name {
    direction: ltr;
  }
  .file-name {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .file-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .file-name {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .file-name {
    font-weight: 500;
  }
  .file-name {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
  .file-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
}

html[dir='rtl'] {
  #phone_number {
    direction: ltr;
  }
  #phone_number {
    text-align: end;
  }
}

#start_date:-moz-read-only, #end_date:-moz-read-only {
  pointer-events: none;
}

#start_date:read-only, #end_date:read-only {
  pointer-events: none;
}

.sub-data:last-child {
  td {
    border-bottom: 0;
  }
}

.service-box {
  margin-bottom: 0.5rem;
  display: flex;
  height: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  .icon-handler {
    display: flex;
  }
  .icon-handler {
    height: 40px;
  }
  .icon-handler {
    width: 40px;
  }
  .icon-handler {
    align-items: center;
  }
  .icon-handler {
    justify-content: center;
  }
  .icon-handler {
    border-radius: 0.5rem;
  }
  .icon-handler {
    background-color: rgb(var(--color-primary));
  }
  .icon-handler {
    img {
      width: 2rem;
    }
  }
  &.disabled {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none;
  }
}

.pages {
  li {
    display: inline-flex;
  }
  li {
    height: 46px;
  }
  li {
    cursor: pointer;
  }
  li {
    align-items: center;
  }
  li {
    justify-content: space-between;
  }
  li {
    border-radius: 9999px;
  }
  li {
    background-color: transparent;
  }
  li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  li {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
  li:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
  }
  li:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  li {
    &.active {
      cursor: not-allowed;
    }
    &.active {
      --tw-bg-opacity: 1;
      background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
    }
  }
}

.user-menu {
  position: absolute;
  top: 100%;
  inset-inline-end: 0px;
  margin-top: 0.5rem;
  display: none;
  width: 150px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.service-card-content {
  min-height: 400px;
}

.required-star::after {
  content: ' *';
  color: red;
}

.main-menu {
  a.disabled {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none;
  }
}

label.required:not(.error):after {
  content: " *";
  color: red;
}

.global-player {
  display: flex;
  align-items: center;
  gap: 15px;
  background: white;
  padding: 12px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  .global-player-label {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .paragraph-play {
    margin-top: 0;
    width: 40px;
    height: 40px;
  }
}

.paragraph-play {
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  background: linear-gradient(145deg, #007bff, #0056b3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
  transition: all 0.3s ease;
}

.paragraph-play:hover {
  transform: scale(1.05);
  background: linear-gradient(145deg, #0056b3, #007bff);
}

.player-popup .icon {
  width: 16px;
  height: 16px;
}

.global-player .icon {
  width: 18px;
  height: 18px;
}

.player-popup {
  position: fixed;
  background: linear-gradient(145deg, #2c3e50, #34495e);
  border-radius: 50%;
  padding: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1000;
  transition: all 0.3s ease;
}

.player-popup button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.3s ease;
  position: relative;
}

.player-popup button:hover {
  transform: scale(1.05);
  background: linear-gradient(145deg, #0056b3, #007bff);
}

.player-popup i {
  font-size: 16px;
}

/* Tooltip styles */

.player-tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.player-popup:hover .player-tooltip {
  opacity: 1;
}

/* Playing state styles */

.is-playing {
  background: linear-gradient(145deg, #dc3545, #c82333) !important;
}

html[dir="rtl"] .ar-flip {
  transform: scaleX(-1);
}

@media (max-width: 768px) {
  .hidden-mb {
    display: none !important;
  }
}

.block-mb {
  margin-bottom: 2rem !important;
  display: none !important;
}

@media (max-width: 768px) {
  .block-mb {
    display: flex !important;
  }
}

.social-icons {
  img {
    width: 1.5rem;
  }
}

.datepicker-cell.focused {
  color: #fff;
  background-color: #1a56db;
}

.changeLanguage {
  opacity: 1 !important;
  cursor: pointer !important;
  text-align: start;
}

.hover\:text-primary:hover {
  color: rgb(var(--color-primary));
}

@media (max-width: 1920px) {
  .max1920\:flex-wrap {
    flex-wrap: wrap;
  }

  .max1920\:gap-y-2 {
    row-gap: 0.5rem;
  }
}

@media (max-width: 1600px) {
  .max1600\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .max1600\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 1500px) {
  .max1500\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 1280px) {
  .max1280\:gap-4 {
    gap: 1rem;
  }

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

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

@media (max-width: 1200px) {
  .max1200\:max-w-\[20px\] {
    max-width: 20px;
  }

  .max1200\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .max1200\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 991px) {
  .max991\:col-span-12 {
    grid-column: span 12 / span 12;
  }

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

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

  .max991\:flex-wrap {
    flex-wrap: wrap;
  }

  .max991\:p-3 {
    padding: 0.75rem;
  }

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

  .max991\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .max991\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 768px) {
  .max768\:relative {
    position: relative;
  }

  .max768\:order-2 {
    order: 2;
  }

  .max768\:col-span-full {
    grid-column: 1 / -1;
  }

  .max768\:mb-8 {
    margin-bottom: 2rem;
  }

  .max768\:mt-8 {
    margin-top: 2rem;
  }

  .max768\:block {
    display: block;
  }

  .max768\:flex {
    display: flex;
  }

  .max768\:hidden {
    display: none;
  }

  .max768\:h-\[550px\] {
    height: 550px;
  }

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

  .max768\:flex-wrap {
    flex-wrap: wrap;
  }

  .max768\:gap-y-4 {
    row-gap: 1rem;
  }

  .max768\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .min768\:block {
    display: block;
  }

  .min768\:hidden {
    display: none;
  }
}

@media (max-width: 576px) {
  .max576\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .max576\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .max576\:mt-4 {
    margin-top: 1rem;
  }

  .max576\:inline {
    display: inline;
  }

  .max576\:hidden {
    display: none;
  }

  .max576\:h-\[550px\] {
    height: 550px;
  }

  .max576\:w-full {
    width: 100%;
  }

  .max576\:\!max-w-full {
    max-width: 100% !important;
  }

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

  .max576\:flex-wrap {
    flex-wrap: wrap;
  }

  .max576\:justify-center {
    justify-content: center;
  }

  .max576\:gap-0 {
    gap: 0px;
  }

  .max576\:gap-2 {
    gap: 0.5rem;
  }

  .max576\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .max576\:p-1 {
    padding: 0.25rem;
  }

  .max576\:text-center {
    text-align: center;
  }

  .max576\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 425px) {
  .max425\:\!max-w-\[80px\] {
    max-width: 80px !important;
  }

  .max425\:gap-2 {
    gap: 0.5rem;
  }
}

@media (max-width: 375px) {
  .max375\:w-full {
    width: 100%;
  }

  .max375\:flex-wrap {
    flex-wrap: wrap;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(152 162 179 / var(--tw-text-opacity, 1));
  }
}
#custom-modal{
    width: 100%;
}
#custom-modal .modal-dialog{
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;

}
#custom-modal .modal-dialog .modal-content{
    width: 50%;
    margin: 80px auto 0;
    @media only screen and (max-width: 1280px) {
        width: 70%;
    }
    @media only screen and (max-width: 576px) {
        width: 100%;
    }
}
#custom-modal .modal-header{
    background: #fff;
}
#showModal {
    position: absolute !important;
    bottom: 45px !important;
    left: 8% !important;
    max-width: 200px;
    @media only screen and (max-width: 576px) {
        left: 15px !important;
    }
}
html[dir="ltr"] #showModal{
    right: 8% !important;
    left: auto !important;
}
#showModal img{
    width: 70% !important;
    @media only screen and (max-width: 576px) {
        margin-right: auto;
    }
}
html[dir="ltr"] #showModal img{
    @media only screen and (max-width: 576px) {
        margin-right: 0;
        margin-left: auto;
    }
}
#custom-modal{
    width: 100%;
}
#custom-modal .modal-dialog{
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;

}
#custom-modal .modal-dialog .modal-content{
    width: 50%;
    margin: 80px auto 0;
    @media only screen and (max-width: 1280px) {
        width: 70%;
    }
    @media only screen and (max-width: 576px) {
        width: 100%;
    }
}
#custom-modal .modal-header{
    background: #fff;
}

.footer-mobile{
    @media only screen and (max-width: 991px) {
        width: 100%;
    }
}
.social-icons{
    @media only screen and (max-width: 991px) {
        margin-top: 30px;
    }
}

