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

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

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

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

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


@media (min-width: 1280px) {
    header nav ul {
        align-items: center;
    }
}

[lang="ar"] .login-container .form-container label,
[dir="rtl"] .login-container .form-container label {
    right: 0px;
}

[lang="ar"] .custom-control,
[dir="rtl"] .custom-control {
    text-align: right;
    direction: rtl;
}

[dir="rtl"] .login-container h2, [dir="rtl"] .login-container p {
    text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.tw-visible {
  visibility: visible;
}
.tw-invisible {
  visibility: hidden;
}
.tw-static {
  position: static;
}
.tw-fixed {
  position: fixed;
}
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-inset-0 {
  inset: 0px;
}
.\!tw-top-\[100px\] {
  top: 100px !important;
}
.-tw-bottom-1\.5 {
  bottom: -0.375rem;
}
.tw-bottom-0 {
  bottom: 0px;
}
.tw-bottom-12 {
  bottom: 3rem;
}
.tw-bottom-6 {
  bottom: 1.5rem;
}
.tw-left-0 {
  left: 0px;
}
.tw-left-1\/2 {
  left: 50%;
}
.tw-left-auto {
  left: auto;
}
.tw-right-0 {
  right: 0px;
}
.tw-right-24 {
  right: 6rem;
}
.tw-top-0 {
  top: 0px;
}
.tw-top-1\/2 {
  top: 50%;
}
.tw-top-\[100px\] {
  top: 100px;
}
.tw-z-10 {
  z-index: 10;
}
.tw-z-20 {
  z-index: 20;
}
.tw-z-\[999999\] {
  z-index: 999999;
}
.tw-z-\[99999\] {
  z-index: 99999;
}
.tw-z-\[9\] {
  z-index: 9;
}
.tw-z-\[inherit\] {
  z-index: inherit;
}
.tw-m-0 {
  margin: 0px;
}
.tw-mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.tw-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.tw-mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tw-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.tw-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tw-my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.tw-my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!tw-mt-0 {
  margin-top: 0px !important;
}
.-tw-ms-4 {
  margin-inline-start: -1rem;
}
.tw-mb-0 {
  margin-bottom: 0px;
}
.tw-mb-12 {
  margin-bottom: 3rem;
}
.tw-mb-2 {
  margin-bottom: 0.5rem;
}
.tw-mb-3 {
  margin-bottom: 0.75rem;
}
.tw-mb-4 {
  margin-bottom: 1rem;
}
.tw-mb-6 {
  margin-bottom: 1.5rem;
}
.tw-mb-8 {
  margin-bottom: 2rem;
}
.tw-me-0 {
  margin-inline-end: 0px;
}
.tw-me-4 {
  margin-inline-end: 1rem;
}
.tw-ms-auto {
  margin-inline-start: auto;
}
.tw-mt-1 {
  margin-top: 0.25rem;
}
.tw-mt-10 {
  margin-top: 2.5rem;
}
.tw-mt-16 {
  margin-top: 4rem;
}
.tw-mt-2 {
  margin-top: 0.5rem;
}
.tw-mt-3 {
  margin-top: 0.75rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-mt-5 {
  margin-top: 1.25rem;
}
.tw-mt-6 {
  margin-top: 1.5rem;
}
.tw-mt-8 {
  margin-top: 2rem;
}
.tw-block {
  display: block;
}
.\!tw-flex {
  display: flex !important;
}
.tw-flex {
  display: flex;
}
.tw-inline-flex {
  display: inline-flex;
}
.tw-grid {
  display: grid;
}
.tw-hidden {
  display: none;
}
.tw-aspect-square {
  aspect-ratio: 1 / 1;
}
.\!tw-h-10 {
  height: 2.5rem !important;
}
.\!tw-h-9 {
  height: 2.25rem !important;
}
.tw-h-0\.5 {
  height: 0.125rem;
}
.tw-h-10 {
  height: 2.5rem;
}
.tw-h-12 {
  height: 3rem;
}
.tw-h-14 {
  height: 3.5rem;
}
.tw-h-16 {
  height: 4rem;
}
.tw-h-2 {
  height: 0.5rem;
}
.tw-h-3 {
  height: 0.75rem;
}
.tw-h-4 {
  height: 1rem;
}
.tw-h-5 {
  height: 1.25rem;
}
.tw-h-6 {
  height: 1.5rem;
}
.tw-h-8 {
  height: 2rem;
}
.tw-h-9 {
  height: 2.25rem;
}
.tw-h-\[230px\] {
  height: 230px;
}
.tw-h-\[340px\] {
  height: 340px;
}
.tw-h-\[400px\] {
  height: 400px;
}
.tw-h-\[430px\] {
  height: 430px;
}
.tw-h-\[450px\] {
  height: 450px;
}
.tw-h-\[470px\] {
  height: 470px;
}
.tw-h-auto {
  height: auto;
}
.tw-h-full {
  height: 100%;
}
.tw-min-h-12 {
  min-height: 3rem;
}
.tw-w-10 {
  width: 2.5rem;
}
.tw-w-12 {
  width: 3rem;
}
.tw-w-14 {
  width: 3.5rem;
}
.tw-w-16 {
  width: 4rem;
}
.tw-w-2 {
  width: 0.5rem;
}
.tw-w-3 {
  width: 0.75rem;
}
.tw-w-3\/4 {
  width: 75%;
}
.tw-w-4 {
  width: 1rem;
}
.tw-w-5 {
  width: 1.25rem;
}
.tw-w-6 {
  width: 1.5rem;
}
.tw-w-8 {
  width: 2rem;
}
.tw-w-9 {
  width: 2.25rem;
}
.tw-w-\[100\%\] {
  width: 100%;
}
.tw-w-\[80\%\] {
  width: 80%;
}
.tw-w-auto {
  width: auto;
}
.tw-w-full {
  width: 100%;
}
.tw-min-w-28 {
  min-width: 7rem;
}
.tw-min-w-52 {
  min-width: 13rem;
}
.tw-min-w-6 {
  min-width: 1.5rem;
}
.tw-min-w-9 {
  min-width: 2.25rem;
}
.tw-min-w-\[110px\] {
  min-width: 110px;
}
.tw-min-w-\[140px\] {
  min-width: 140px;
}
.tw-min-w-\[1px\] {
  min-width: 1px;
}
.tw-min-w-full {
  min-width: 100%;
}
.\!tw-max-w-\[1000px\] {
  max-width: 1000px !important;
}
.tw-max-w-\[1440px\] {
  max-width: 1440px;
}
.tw-max-w-\[275px\] {
  max-width: 275px;
}
.tw-max-w-\[300px\] {
  max-width: 300px;
}
.tw-max-w-\[450px\] {
  max-width: 450px;
}
.tw-max-w-\[800px\] {
  max-width: 800px;
}
.tw-max-w-\[900px\] {
  max-width: 900px;
}
.tw-max-w-\[940px\] {
  max-width: 940px;
}
.tw-max-w-full {
  max-width: 100%;
}
.tw-flex-1 {
  flex: 1 1 0%;
}
.\!tw-translate-y-0 {
  --tw-translate-y: 0px !important;
  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)) !important;
}
.-tw-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-tw-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));
}
.-tw-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-x-3\/4 {
  --tw-translate-x: 75%;
  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));
}
.tw-translate-y-\[-50\%\] {
  --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));
}
.tw-rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.tw-scale-x-\[-1\] {
  --tw-scale-x: -1;
  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));
}
.tw-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));
}
.tw-cursor-pointer {
  cursor: pointer;
}
.tw-list-inside {
  list-style-position: inside;
}
.tw-list-decimal {
  list-style-type: decimal;
}
.tw-appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tw-grid-cols-\[repeat\(auto-fill\,minmax\(300px\,_1fr\)\)\] {
  grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));
}
.tw-grid-cols-\[repeat\(auto-fill\,minmax\(400px\,_1fr\)\)\] {
  grid-template-columns: repeat(auto-fill,minmax(400px, 1fr));
}
.tw-grid-cols-\[repeat\(auto-fit\,minmax\(250px\,_1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
}
.tw-flex-row {
  flex-direction: row;
}
.tw-flex-col {
  flex-direction: column;
}
.tw-flex-col-reverse {
  flex-direction: column-reverse;
}
.tw-flex-wrap {
  flex-wrap: wrap;
}
.\!tw-items-start {
  align-items: flex-start !important;
}
.tw-items-start {
  align-items: flex-start;
}
.tw-items-end {
  align-items: flex-end;
}
.tw-items-center {
  align-items: center;
}
.tw-justify-end {
  justify-content: flex-end;
}
.tw-justify-center {
  justify-content: center;
}
.tw-justify-between {
  justify-content: space-between;
}
.tw-gap-1 {
  gap: 0.25rem;
}
.tw-gap-10 {
  gap: 2.5rem;
}
.tw-gap-12 {
  gap: 3rem;
}
.tw-gap-2 {
  gap: 0.5rem;
}
.tw-gap-3 {
  gap: 0.75rem;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-gap-5 {
  gap: 1.25rem;
}
.tw-gap-6 {
  gap: 1.5rem;
}
.tw-gap-8 {
  gap: 2rem;
}
.tw-overflow-auto {
  overflow: auto;
}
.tw-overflow-hidden {
  overflow: hidden;
}
.tw-whitespace-nowrap {
  white-space: nowrap;
}
.\!tw-rounded-lg {
  border-radius: 0.5rem !important;
}
.\!tw-rounded-none {
  border-radius: 0px !important;
}
.tw-rounded-2xl {
  border-radius: 1rem;
}
.tw-rounded-3xl {
  border-radius: 1.5rem;
}
.tw-rounded-full {
  border-radius: 9999px;
}
.tw-rounded-lg {
  border-radius: 0.5rem;
}
.tw-rounded-md {
  border-radius: 0.375rem;
}
.tw-rounded-xl {
  border-radius: 0.75rem;
}
.tw-rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tw-rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.tw-rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.tw-rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.tw-rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}
.tw-rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.tw-rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.tw-border {
  border-width: 1px;
}
.tw-border-2 {
  border-width: 2px;
}
.tw-border-b {
  border-bottom-width: 1px;
}
.tw-border-e {
  border-inline-end-width: 1px;
}
.\!tw-border-none {
  border-style: none !important;
}
.tw-border-none {
  border-style: none;
}
.\!tw-border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.tw-border-\[\#CECECE\] {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#F0F0F0\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#f1f1f1\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
.tw-border-borderColor {
  border-color: rgba(var(--borderColor));
}
.tw-border-lightBorderColor {
  border-color: rgba(var(--lightBorderColor));
}
.tw-border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(72 102 115 / var(--tw-border-opacity, 1));
}
.tw-border-primaryColor {
  border-color: rgba(var(--primaryColor));
}
.tw-border-secondary-900 {
  --tw-border-opacity: 1;
  border-color: rgb(138 21 56 / var(--tw-border-opacity, 1));
}
.tw-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.\!tw-bg-transparent {
  background-color: transparent !important;
}
.tw-bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#DADFE0CC\] {
  background-color: #DADFE0CC;
}
.tw-bg-\[\#DADFE0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(218 223 224 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#EAE6DF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 230 223 / var(--tw-bg-opacity, 1));
}
.tw-bg-bgWhite {
  background-color: rgba(var(--bgWhite));
}
.tw-bg-bgWhiteLight {
  background-color: rgba(var(--bgWhiteLight));
}
.tw-bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.tw-bg-lightBgColor {
  background-color: rgba(var(--lightBgColor));
}
.tw-bg-lightBlueBgColor {
  background-color: rgba(var(--lightBlueBgColor));
}
.tw-bg-lightBorderColor {
  background-color: rgba(var(--lightBorderColor));
}
.tw-bg-lightImgBgColor {
  background-color: rgba(var(--lightImgBgColor));
}
.tw-bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(72 102 115 / var(--tw-bg-opacity, 1));
}
.tw-bg-primary-600\/10 {
  background-color: rgb(72 102 115 / 0.1);
}
.tw-bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 63 70 / var(--tw-bg-opacity, 1));
}
.tw-bg-primaryColor\/10 {
  background-color: rgba(var(--primaryColor), 0.1);
}
.tw-bg-secondary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(138 21 56 / var(--tw-bg-opacity, 1));
}
.tw-bg-transparent {
  background-color: transparent;
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tw-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.tw-from-newsBgFrom {
  --tw-gradient-from: rgba(var(--newsBgFrom)) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(var(--newsBgFrom), 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-to-newsBgTo {
  --tw-gradient-to: rgba(var(--newsBgTo)) var(--tw-gradient-to-position);
}
.tw-fill-current {
  fill: currentColor;
}
.tw-fill-lightBlueTextColor {
  fill: rgba(var(--lightBlueTextColor));
}
.tw-fill-primaryColor {
  fill: rgba(var(--primaryColor));
}
.tw-fill-secondaryColor {
  fill: rgba(var(--secondaryColor));
}
.tw-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.tw-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!tw-p-0 {
  padding: 0px !important;
}
.tw-p-0 {
  padding: 0px;
}
.tw-p-10 {
  padding: 2.5rem;
}
.tw-p-12 {
  padding: 3rem;
}
.tw-p-2 {
  padding: 0.5rem;
}
.tw-p-3 {
  padding: 0.75rem;
}
.tw-p-6 {
  padding: 1.5rem;
}
.tw-p-7 {
  padding: 1.75rem;
}
.tw-p-8 {
  padding: 2rem;
}
.tw-p-9 {
  padding: 2.25rem;
}
.\!tw-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!tw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.tw-px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.tw-px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.tw-px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.tw-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tw-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!tw-pe-4 {
  padding-inline-end: 1rem !important;
}
.tw-pe-4 {
  padding-inline-end: 1rem;
}
.tw-pe-6 {
  padding-inline-end: 1.5rem;
}
.tw-pt-1 {
  padding-top: 0.25rem;
}
.tw-pt-5 {
  padding-top: 1.25rem;
}
.tw-text-center {
  text-align: center;
}
.tw-text-start {
  text-align: start;
}
.tw-font-mainFont {
  font-family: Helvetica-Neue, sans-serif;
}
.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tw-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.tw-text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.tw-text-\[0px\] {
  font-size: 0px;
}
.tw-text-\[50\%\] {
  font-size: 50%;
}
.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-light {
  font-weight: 300;
}
.tw-font-medium {
  font-weight: 500;
}
.tw-font-normal {
  font-weight: 400;
}
.tw-uppercase {
  text-transform: uppercase;
}
.\!tw-text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!tw-text-secondary-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(138 21 56 / var(--tw-text-opacity, 1)) !important;
}
.\!tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#D4D4D4\] {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.tw-text-\[inherit\] {
  color: inherit;
}
.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.tw-text-bodyTextColor {
  color: rgba(var(--bodyTextColor));
}
.tw-text-lightBlueTextColor {
  color: rgba(var(--lightBlueTextColor));
}
.tw-text-lightTextColor {
  color: rgba(var(--lightTextColor));
}
.tw-text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(72 102 115 / var(--tw-text-opacity, 1));
}
.tw-text-primaryColor {
  color: rgba(var(--primaryColor));
}
.tw-text-secondary-900 {
  --tw-text-opacity: 1;
  color: rgb(138 21 56 / var(--tw-text-opacity, 1));
}
.tw-text-secondaryColor {
  color: rgba(var(--secondaryColor));
}
.tw-text-titleColor {
  color: rgba(var(--titleColor));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-opacity-0 {
  opacity: 0;
}
.tw-opacity-100 {
  opacity: 1;
}
.tw-shadow-\[0_0_10px_rgba\(0\,0\,0\,0\.5\)\] {
  --tw-shadow: 0 0 10px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-\[0_4px_10px_0_rgba\(0\,0\,0\,0\.25\)\] {
  --tw-shadow: 0 4px 10px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-\[4px_8px_4px_0_rgba\(0\,0\,0\,0\.25\)\] {
  --tw-shadow: 4px 8px 4px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: 4px 8px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-shadow1 {
  --tw-shadow: 0 6px 40px rgba(0,0,0,.1);
  --tw-shadow-colored: 0 6px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-shadow2 {
  --tw-shadow: 0 4px 4px rgba(0,0,0,.05);
  --tw-shadow-colored: 0 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tw-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;
}
.tw-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-duration-300 {
  transition-duration: 300ms;
}
:root {
  --bgWhite: 255, 255, 255;
  --bgWhiteLight: 247, 245, 245;
  --bgBlack: 0, 0, 0;
  --titleColor: 0, 0, 0;
  --lightBgColor: 247, 245, 245;
  --bodyTextColor: 73, 73, 73;
  --lightTextColor: 101, 101, 101;
  --lightBorderColor: 223, 223, 223;
  --newsBgFrom: 248, 247, 245;
  --newsBgTo: 219, 214, 203;
  --borderColor: 232, 232, 232;
  --lightBlueBgColor: 218, 223, 224;
  --lightBlueTextColor: 100, 116, 139;
  --lightImgBgColor: 247, 245, 245;
  --primaryColor: 72, 102, 115;
  --secondaryColor: 138, 21, 56;
}
:root.tw-dark {
  --bgWhite: 34, 34, 34;
  --bgWhiteLight: 17, 17, 17;
  --bgBlack: 255, 255, 255;
  --titleColor: 255, 255, 255;
  --lightBgColor: 17, 17, 17;
  --bodyTextColor: 255, 255, 255;
  --lightTextColor: 255, 255, 255, 0.7;
  --lightBorderColor: 100, 100, 100;
  --newsBgFrom: 68, 68, 68;
  --newsBgTo: 51, 51, 51;
  --borderColor: 255, 255, 255, 0.1;
  --lightBlueBgColor: 34, 34, 34;
  --lightBlueTextColor: 255, 255, 255;
  --lightImgBgColor: 51, 51, 51;
  --primaryColor: 255, 255, 255;
  --secondaryColor: 255, 255, 255;
}

@font-face {
  font-family: "Helvetica-Neue";
  src: url("../fonts/en/HelveticaNeue-Roman.eot");
  src: url("../fonts/en/HelveticaNeue-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/en/HelveticaNeue-Roman.woff2") format("woff2"), url("../fonts/en/HelveticaNeue-Roman.woff") format("woff"), url("../fonts/en/HelveticaNeue-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica-Neue";
  src: url("../fonts/en/HelveticaNeue-Medium.eot");
  src: url("../fonts/en/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/en/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/en/HelveticaNeue-Medium.woff") format("woff"), url("../fonts/en/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html,
body {
  height: 100%;
}

body {
  background-color: rgba(var(--lightBgColor));
  font-family: Helvetica-Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: rgba(var(--bodyTextColor));
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-overflow-scrolling: touch;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  padding-left: 1rem;
  padding-right: 1rem;
}

main {
  flex: 1;
}

a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(138 21 56 / var(--tw-text-opacity, 1));
  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: 300ms;
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(157 20 57 / var(--tw-text-opacity, 1));
}
.tw-dark a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-dark a:hover {
  --tw-text-opacity: 1;
  color: rgb(157 20 57 / var(--tw-text-opacity, 1));
}

input,
select,
textarea,
button,
svg,
path a {
  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: 300ms;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

path:not(#pieChart path),
symbol {
  fill: inherit;
}

h1 {
  font-size: 3rem;
  line-height: 1;
}

h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: rgba(var(--titleColor));
}

input,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.global-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.login-container > .global-wrapper {
  height: 100vh;
}

main {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.scrollbar-container {
  position: relative;
  width: 100%;
}
.scrollbar-container .arrow-btn {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 10;
  display: none;
  height: 2.5rem;
  width: 2.5rem;
  --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));
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.scrollbar-container .arrow-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 21 56 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.scrollbar-container .arrow-btn svg {
  height: 1rem;
  width: 1rem;
  fill: currentColor;
}
.scrollbar-container .arrow-btn.arrow-right {
  left: auto;
  right: 0px;
  --tw-scale-x: -1;
  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));
}
.scrollbar-container .arrow-btn.show {
  display: flex;
}
.login-container > .scrollbar-container .arrow-btn.show {
  height: 100vh;
}

.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hidden {
  display: none;
}

.toggle-theme .light-mode-img {
  display: block;
}
.toggle-theme .dark-mode-img {
  display: none;
}
.tw-dark .toggle-theme .light-mode-img {
  display: none;
}
.tw-dark .toggle-theme .dark-mode-img {
  display: block;
}

/* main properties that control the layout direction are:
-----------------------------------------------
- direction (LTR/RTL)
- float (left/right)
- absolute position (left/right)
*/
/*********************************************************
    // direction
**********************************************************/
/*********************************************************
    // left and right properties for absolute position
**********************************************************/
/*********************************************************
      // border radius
  **********************************************************/
/*********************************************************
    // custom properties
**********************************************************/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
body[dir=rtl] .animate__fadeInLeft {
  animation-name: fadeInRight;
}

@media (max-width: 768px) {
  .verification-fields 
  {
  display: block !important;
  }
   .verification-fields input
   {
    width: 50px;;
   }

}

body.login-screen .ask-fixed,body.login-screen .call-fixed
{
 display: none;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
body[dir=rtl] .animate__fadeInRight {
  animation-name: fadeInLeft;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 20;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
header .container {
  display: flex;
  align-items: center;
}
.login-container > header .container {
  height: 100vh;
}
header nav {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 999999;
  width: 100%;
  max-width: 300px;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(72 102 115 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --tw-shadow: 0 0 10px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 0 10px 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-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1280px) {

  header nav {
    position: static;
    margin-inline-start: auto;
    margin-inline-end: 1.5rem;
    display: block;
    width: auto;
    max-width: 100%;
    transform: none;
    border-inline-end-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    background-color: transparent;
    padding: 0px;
    padding-inline-end: 1.5rem;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
header nav:where([dir="rtl"], [dir="rtl"] *) {
  left: auto;
  right: 0px;
  --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));
}
@media (min-width: 1280px) {

  header nav:where([dir="rtl"], [dir="rtl"] *) {
    transform: none;
  }
}
header nav ul {
  position: relative;
  z-index: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.login-container > header nav ul {
  height: 100vh;
}
@media (min-width: 1280px) {

  header nav ul {
    flex-direction: row;
  }
}
header nav a {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 300ms;
}
header nav a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
header nav a::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -0.375rem;
  height: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
header nav a:hover::before, header nav a.active::before {
  opacity: 1;
}
header nav a.auth-btn {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(138 21 56 / var(--tw-text-opacity, 1));
}
header nav a.auth-btn:before {
  display: none;
}
header nav a.auth-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 21 56 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
header nav.show {
  transform: translateX(0);
}
header nav .dropdown-menu a:hover {
  color: rgba(var(--secondaryColor)) !important;
}
header nav .dropdown-menu a::before {
  display: none;
}
header .main-menu-overlay {
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 99999;
  background-color: rgb(0 0 0 / 0.5);
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
header .main-menu-overlay.show {
  visibility: visible;
  opacity: 1;
}
header .actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.login-container > header .actions {
  height: 100vh;
}
header .actions .btn {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.login-container > header .actions .btn {
  height: 100vh;
}
header .actions .btn:hover {
  background-color: rgb(255 255 255 / 0.2);
}
header .actions .btn.language-btn {
  border-style: none;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
header.no-overlay {
  position: static;
  background-color: rgba(var(--bgWhite));
}
@media (min-width: 1280px) {

  header.no-overlay nav {
    --tw-border-opacity: 1;
    border-color: rgb(72 102 115 / var(--tw-border-opacity, 1));
  }
}
header.no-overlay nav a {
  color: rgba(var(--primaryColor));
}
header.no-overlay nav a.auth-btn {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(138 21 56 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(138 21 56 / var(--tw-text-opacity, 1));
}
header.no-overlay nav a.auth-btn:is(.tw-dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
header.no-overlay nav a.auth-btn:hover:is(.tw-dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(138 21 56 / var(--tw-border-opacity, 1));
}
header.no-overlay nav a.auth-btn:before {
  display: none;
}
header.no-overlay nav a.auth-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 21 56 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
header.no-overlay nav a::before {
  --tw-bg-opacity: 1;
  background-color: rgb(72 102 115 / var(--tw-bg-opacity, 1));
}
header.no-overlay .actions .btn {
  border-width: 1px;
  border-color: rgba(var(--primaryColor));
  color: rgba(var(--primaryColor));
}
header.no-overlay .actions .btn:hover {
  background-color: rgba(var(--primaryColor));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
header.no-overlay .actions .btn:hover:is(.tw-dark *) {
  --tw-text-opacity: 1;
  color: rgb(72 102 115 / var(--tw-text-opacity, 1));
}
header.no-overlay .actions .btn.language-btn {
  border-style: none;
  background-color: transparent;
  color: rgba(var(--primaryColor));
}

.mobile-menu-btn {
  margin-inline-end: 1rem;
  margin-inline-start: auto;
  display: block;
  height: 2.25rem !important;
  width: 2.25rem;
  min-width: 2.25rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding: 0px !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.mobile-menu-btn:hover {
  background-color: rgb(255 255 255 / 0.2);
}

@media (min-width: 1280px) {

  .mobile-menu-btn {
    display: none !important;
  }
}
.no-overlay .mobile-menu-btn {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(72 102 115 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(72 102 115 / var(--tw-text-opacity, 1));
}
.no-overlay .mobile-menu-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(72 102 115 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

footer {
  margin-top: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(72 102 115 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.login-container > .column {
  height: 100vh;
}
.column h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.column ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.login-container > .column ul {
  height: 100vh;
}
.column ul a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.column ul a:hover {
  text-decoration-line: underline;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}

.login-container > .pagination {
  height: 100vh;
}
.pagination a {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.login-container > .pagination a {
  height: 100vh;
}
.pagination a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(51 63 70 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(51 63 70 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.pagination a:hover svg {
  fill: #fff;
}
.pagination a.active {
  --tw-border-opacity: 1;
  border-color: rgb(51 63 70 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(51 63 70 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dropdown-menu {
  position: fixed;
  top: 0px;
  z-index: 9;
  display: none;
  min-width: 13rem;
  flex-direction: column;
  border-radius: 0.375rem;
  background-color: rgba(var(--bgWhite));
  padding: 0.5rem;
  --tw-shadow: 0 6px 40px rgba(0,0,0,.1);
  --tw-shadow-colored: 0 6px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dropdown-menu a {
  display: flex;
  padding: 0.5rem;
  color: rgba(var(--lightTextColor));
}
.login-container > .dropdown-menu a {
  height: 100vh;
}
.dropdown-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(138 21 56 / var(--tw-text-opacity, 1));
}
.dropdown-menu li a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.dropdown-menu li:not(:last-child) a {
  border-bottom-width: 1px;
  border-color: rgba(var(--borderColor));
}
.dropdown-menu:after {
  bottom: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: rgba(var(--bgWhite));
  border-width: 8px;
}
body[dir=ltr] .dropdown-menu:after {
  left: 90%;
}
body[dir=rtl] .dropdown-menu:after {
  right: 90%;
}
.dropdown-menu.show {
  display: block;
}

.custom-tabs {
  overflow: auto;
  white-space: nowrap;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer and Edge */
  /* Webkit browsers */
  display: flex;
  height: 5rem;
  border-radius: 0.75rem;
  background-color: rgba(var(--lightBorderColor));
  padding: 0.5rem;
}

.login-container > .custom-tabs {
  height: 100vh;
}
.custom-tabs::-webkit-scrollbar {
  display: none;
}
.custom-tabs a {
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
  height: 100%;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(var(--lightTextColor));
}
.login-container > .custom-tabs a {
  height: 100vh;
}
.custom-tabs a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.tab-content:not(:first-child) {
  display: none;
}

.slick-slider.has-arrows {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {

  .slick-slider.has-arrows {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  --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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(234 230 223 / var(--tw-bg-opacity, 1));
  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: 300ms;
}

.login-container > .slick-arrow {
  height: 100vh;
}

.slick-arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 205 199 / var(--tw-bg-opacity, 1));
}
.slick-arrow img {
  height: 0.75rem;
  width: 0.75rem;
}
.slick-arrow.slick-prev {
  left: 1rem;
}
.slick-arrow.slick-next {
  right: 1rem;
}
.slick-arrow.slick-next img {
  --tw-rotate: 180deg;
  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));
}

.slick-dots {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}

.login-container > .slick-dots {
  height: 100vh;
}
.slick-dots li button {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
  font-size: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.slick-dots li button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.slick-dots li.slick-active button {
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(138 21 56 / var(--tw-bg-opacity, 1));
}
.single-slider--dots-on-side .slick-dots {
  justify-content: flex-start;
}

dialog {
  background-color: transparent;
}
dialog .close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0px;
  color: rgba(var(--titleColor));
}
.login-container > dialog .close-btn {
  height: 100vh;
}

.dialog-content {
  width: 100%;
  max-width: 800px;
  border-radius: 0.5rem;
  background-color: rgba(var(--bgWhite));
  padding: 2.5rem;
  --tw-shadow: 0 6px 40px rgba(0,0,0,.1);
  --tw-shadow-colored: 0 6px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Backdrop (only with ::backdrop pseudo-element) */
dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

/* Animations (optional) */
dialog[open] {
  opacity: 1;
  transform: scale(1);
}

dialog:not([open]) {
  opacity: 0;
  transform: scale(0.9);
}

.plyr {
  border-radius: 1rem;
}

.plyr__video-embed {
  position: relative;
}

.dropzone {
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgba(var(--borderColor));
  background-color: rgba(var(--bgWhite));
}
.dropzone .dz-preview.dz-image-preview {
  border-radius: 0.5rem;
  background-color: rgba(var(--bgWhiteLight));
}
.dropzone .dz-remove {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: 1.5rem;
  width: 1.5rem;
  --tw-translate-x: 50%;
  --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));
  border-radius: 9999px;
  background-color: rgba(var(--bgWhite));
  --tw-shadow: 0 6px 40px rgba(0,0,0,.1);
  --tw-shadow-colored: 0 6px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dropzone .dz-remove:where([dir="rtl"], [dir="rtl"] *) {
  left: 0px;
  right: auto;
}
.dropzone .dz-remove {
  font-size: 0 !important;
  background-image: url(../assets/images/times-circle.svg);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.tw-dark .dropzone .dz-remove {
  background-color: rgba(var(--bgWhiteLight));
  background-image: url(../assets/images/times-circle-white.svg);
}

.custom-accordion {
  border-radius: 0.5rem;
  background-color: rgba(var(--primaryColor), 0.1);
  padding: 1.5rem;
}
.custom-accordion .custom-accordion-header {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}
.login-container > .custom-accordion .custom-accordion-header {
  height: 100vh;
}
.custom-accordion .custom-accordion-header .custom-accordion-icon {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.custom-accordion .custom-accordion-header.active .custom-accordion-icon {
  --tw-rotate: 180deg;
  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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.custom-accordion .custom-accordion-content {
  display: none;
}
.custom-accordion .custom-accordion-content-inner {
  padding-top: 1rem;
}

.custom-accordion.magazine-heading {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #DADFE0;
  border-radius: 12px;
}

.grayTXT {
  color: #486673;
}

.magazine-content-layout1 .main-title {
  color: #486673;
  position: relative;
  padding-inline-start: 20px;
}

.magazine-content-layout1 .main-title::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #486673;
  border-radius: 8px;
  transform: translate(0px, -50%);
}

[lang=ar] .magazine-content-layout1 .main-title::before,
[dir=rtl] .magazine-content-layout1 .main-title::before {
  right: 0px;
}

[lang=en] .magazine-content-layout1 .main-title::before,
[dir=ltr] .magazine-content-layout1 .main-title::before {
  left: 0px;
}

.bordered-content {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  margin: 1rem 0;
  overflow: hidden;
}

.magazine-writter img {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #DBDBDB;
}

.magazine-content-layout1 .desc {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  -moz-column-rule: 1px solid #DADFE0;
       column-rule: 1px solid #DADFE0;
}

.floating-img {
  float: inline-end;
  margin: 0 1rem 1rem;
  max-width: 100%;
  width: 450px;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .floating-img {
    float: none;
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
header.fixed {
  background-color: #831234;
  position: fixed;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.pension-item .icon-container {
  background-color: #E6EAEB;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 1rem;
}

.pension-item p.greenTXT {
  color: #496672;
}

.pension-item .salary {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
  margin-top: 7px;
  display: block;
}

.bordered-content.green-bg {
  background-color: #486672;
  color: #ffffff;
}

.bordered-content.gray-bg {
  background-color: #939598;
  color: #ffffff;
}

.pension-item.green-bg .salary,
.pension-item.gray-bg .salary {
  color: #ffffff;
}

.bordered-content.lined {
  border: 1px solid #E1E0E0;
  margin-top: 15px;
}

.contributor-item .icon-container {
  background-color: #F9EBEF;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 1rem;
}

p.greenTXT {
  color: #496672;
}

.salary {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
  margin-top: 7px;
  display: block;
}

.timelineTotal .timeline-wrapper {
  position: relative;
  height: 120px;
}

.timelineTotal .timeline-line {
  position: absolute;
  top: 50%;
  height: 13px;
  border-radius: 0px;
  transform: translateY(-50%);
}

.timelineTotal .timeline-line.done {
  background-color: #09BE0B;
  left: 0;
  width: 90%;
}

.timelineTotal .timeline-line.this-year {
  background-color: #8A1739;
  left: 90%;
  width: 2%;
}

.timelineTotal .timeline-line.remain {
  background-color: #e5e7eb;
  left: 92%;
  width: 8%;
}

.timelineTotal .circle {
  width: 22px;
  height: 22px;
  background-color: #09BE0B;
  border: 2px solid white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.timelineTotal .circle.highlight {
  display: none;
}

.timelineTotal .year-labels {
  position: absolute;
  top: 0;
  left: 0px;
  width: 102%;
  display: flex;
  justify-content: space-between;
  color: #374151;
}

.timelineTotal .year-labels .highlight {
  color: #8A1739;
  font-weight: bold;
}

.timelineTotal .legend {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  font-size: 14px;
}

.timelineTotal .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.timelineTotal .dot.done {
  background-color: #09BE0B;
}

.timelineTotal .dot.this-year {
  background-color: #8A1739;
}

.timelineTotal .dot.remain {
  background-color: #e5e7eb;
}

/* Arrow Indicator (Like Design) */
.arrow-indicator {
  position: absolute;
  top: 20px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: left 1s ease-in-out;
  margin-left: -10px;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #8A1739;
}

.arrow-circle {
  width: 9px;
  height: 49px;
  background-color: #8A1739;
  border-radius: 5px;
  margin-top: -5px;
}

.timelineRemaining .arrow-indicator {
  margin-left: -8px;
  top: -15px;
}

.timelineRemaining .arrow-up {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #8A1739;
  border-bottom: 0;
  top: -5px;
  position: relative;
}

.timelineRemaining .highlight .circle {
  display: none;
}

.timelineRemaining {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  height: 120px;
  padding-top: 20px;
}

.timelineRemaining .timeline-segment {
  flex-grow: 1;
  position: relative;
  text-align: center;
}

.timelineRemaining .segment-label {
  position: absolute;
  top: 40px;
  left: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  line-height: 1.2;
}

.timelineRemaining .segment-label strong {
  display: block;
  margin-bottom: 2px;
}

.timelineRemaining .segment-bar {
  height: 13px;
  border-radius: 5px;
}

.timelineRemaining .segment-bar.green {
  background-color: #09BE0B;
}

.timelineRemaining .segment-bar.red {
  background-color: #8A1739;
}

.timelineRemaining .segment-bar.blue {
  background-color: #486673;
}

.timelineRemaining .segment-bar.gray {
  background-color: #e5e7eb;
}

.timelineRemaining .circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid white;
  position: absolute;
  top: -4px;
  left: 0;
  transform: translateX(-50%);
  z-index: 2;
}

.timelineRemaining .circle.green {
  background-color: #09BE0B;
}

.timelineRemaining .circle.red {
  background-color: #8A1739;
}

.timelineRemaining .circle.blue {
  background-color: #475569;
}

.timelineRemaining .circle.gray {
  background-color: #e5e7eb;
}

.timelineRemaining .arrow {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #8A1739;
  z-index: 3;
}

.timelineRemaining .highlight .segment-label strong {
  color: #8A1739;
}

.segment-label.green strong {
  color: #09BE0B;
}

.segment-label.blue strong {
  color: #486672;
}

.segment-label.gray strong {
  color: #B0B1B1;
}

.dropzone.dz-clickable {
  border-style: dashed;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.upload-box {
  display: flex;
  align-items: center;
  border: 1px solid #d1d5db;
  /* light gray border */
  border-radius: 8px;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgba(var(--borderColor));
  background-color: rgba(var(--bgWhite));
  position: relative;
}

.upload-box input[type=file] {
  display: none;
}

.upload-box label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #6b7280;
  /* gray-500 */
  font-size: 14px;
  cursor: pointer;
}

.upload-box .icon {
  width: 20px;
  height: 20px;
  stroke-width: 1.5;
  color: #6b7280;
}

.contact-form button {
  width: 100%;
  border-radius: 8px;
  height: 4rem;
}

.pension-dashboard,
.contributor-dashboard {
  margin-top: 3rem;
}

.monthly-reports {
  padding: 48px;
  border-radius: 24px;
}

.monthly-reports.subscribers-statistics {
  background-color: #E6EAEB;
}

.monthly-reports.retirees-statistics {
  background-color: #EAE6DF;
  margin: 3rem 0;
}

.monthly-reports.subscribers-statistics {
  background-color: #E6EAEB;
}

.monthly-link {
  background-color: #496672;
  color: #ffffff;
  border-radius: 30px;
  padding: 5px 15px;
  display: inline-block;
  margin: 1rem 0 3rem;
}

.monthly-reports .icon-container {
  background-color: #E6EAEB;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 1rem;
}

.donut-chart canvas {
  width: 102px !important;
  height: 102px !important;
}

.donut-chart ul {
  list-style: inside;
}

.chart-legend .title {
  position: relative;
  padding-inline-start: 22px;
  min-width: 170px;
  display: inline-block;
}

.chart-legend .title:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: 5px;
  left: 5px;
}

.chart-legend .title.red:before {
  background-color: #761D33;
}

.chart-legend .title.blue:before {
  background-color: #465F65;
}

.donut-chart ul {
  margin-bottom: 2rem;
}

a.viewDetails-lnk {
  cursor: pointer;
}

.reportsModal .dialog-content {
  width: 800px;
  max-width: 100%;
}

.reportsModal .dialog-content table {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  margin: 2rem 0;
}

.reportsModal .dialog-content table th {
  text-align: center;
  background-color: #E6EAEB;
}

.reportsModal th,
.reportsModal td {
  text-align: center;
  padding: 15px;
}

.reportsModal th {
  font-weight: bold;
}

.reportsModal tbody tr:last-child td {
  font-weight: bold;
}

.reportsModal tbody tr td:first-child,
.reportsModal thead tr th:first-child {
  text-align: left;
}

.reportsModal tbody tr {
  border-bottom: 1px solid #E1E0E0;
}

.dashboard-charts-annual {
  background-color: #E6EAEB;
  border-radius: 24px;
  padding: 48px;
}

.dashboard-charts-annual .bordered-content h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 2rem;
}

.dashboard-charts-annual canvas {
  max-height: 280px !important;
}

.dashboard-charts-annual canvas#financialTransactions {
  height: 200px !important;
  width: 80% !important;
}

.dashboard-charts-annual .bordered-content {
  height: 100%;
}

.ordered-list {
  list-style: auto;
  margin-inline-start: 1rem;
}

@media (max-width: 768px) {
  .dashboard-charts-annual {
    padding: 10px !important;
  }
}
.custom-salary .salary {
  color: #8A1739;
  font-weight: 700;
  display: inline-block;
}

.custom-salary .currency {
  font-size: 16px;
  padding-inline-start: 5px;
}

.vTimeline {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}

.vTimeline::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 4px;
  background: #909596;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
}

.vTimeline .timeline-block {
  position: relative;
  margin: 40px 0;
}

.vTimeline .timeline-icon {
  width: 60px;
  height: 60px;
  background: #2c475f;
  border-radius: 50%;
  text-align: center;
  color: white;
  line-height: 1.3;
  font-size: 12px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vTimeline .timeline-icon .age-container {
  font-weight: 5000;
  font-size: 14px;
}

.vTimeline .timeline-icon.red {
  background: #8A1739;
}

.vTimeline .timeline-icon.light {
  background: #7A99A0;
}

.vTimeline .timeline-icon.dark {
  background: #476571;
}

.vTimeline .timeline-content {
  position: absolute;
  width: 120px;
  top: 12px;
  font-size: 14px;
  color: #333;
}

.vTimeline .timeline-content.left {
  right: 85%;
  text-align: right;
  background-color: #ffffff;
}

.vTimeline .timeline-content.right {
  left: 85%;
  text-align: left;
  background-color: #ffffff;
}

.vTimeline .timeline-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2c475f;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.vTimeline .timeline-dot.red {
  background: #c1425a;
}

.timeline-dot::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 94px;
  background: #476571;
  top: 50%;
  bottom: 0;
  /* transform: translate(-50%, -50%); */
  z-index: 0;
}

.left .timeline-dot::before {
  right: 0;
}

.right .timeline-dot::before {
  left: 0;
}

.timeline-dot::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #476571;
  top: 60%;
  bottom: 0;
  z-index: 0;
  transform: translate(0px, -50%);
}

.timeline-content strong {
  font-size: 18px;
}

.left .timeline-dot::after {
  left: -90px;
}

.right .timeline-dot::after {
  right: -90px;
}

.dark .timeline-dot::after, .dark .timeline-dot::before {
  background-color: #476571;
}

.light .timeline-dot::after, .light .timeline-dot::before {
  background-color: #7A99A0;
}

.red .timeline-dot::after, .red .timeline-dot::before {
  background-color: #8A1739;
}

.dark .timeline-content {
  color: #476571;
}

.light .timeline-content {
  color: #7A99A0;
}

.red .timeline-content {
  color: #8A1739;
}

#pieChart {
  width: 400px;
  height: 350px;
  margin: auto;
}

.highcharts-credits {
  display: none;
}

#pieChart .completed-years {
  font-size: 24px;
  font-weight: 900;
}

#pieChart .label-title {
  font-size: 18px;
  font-weight: 500;
}

#pieChart .service-percentage {
  font-size: 60px;
  font-weight: 700;
}

path:not(#pieChart path), symbol {
  fill: inherit;
}

/* Custom legend styling */
.legend-pie-chart {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: -20px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  font-weight: 600;
}

.legend-color {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
}

.completed .legend-color {
  background-color: #195C6E;
}

.early .legend-color {
  background-color: #8B1C2D;
}

.retire .legend-color {
  background-color: #AAAAAA;
  border: 1px solid #AAAAAA;
}

.completed {
  color: #195C6E;
}

.early {
  color: #8B1C2D;
}

.retire {
  color: #AAAAAA;
}

/* Center data label styles */
.gauge-label {
  text-align: center;
  font-weight: bold;
}

.gauge-label .years {
  font-size: 22px;
}

.gauge-label .desc {
  font-size: 14px;
}

.gauge-label .percent {
  font-size: 30px;
}

.contributor-dashboard-new .bordered-content.lined {
  padding: 15px;
  height: 100%;
}

@media (max-width: 500px) {
  #pieChart {
    width: 100%;
    height: 200px;
    margin: auto;
  }
  .legend-pie-chart {
    display: block;
  }
}
.login-container {
  background-color: #465f65;
  padding: 0;
}

.login-container > .tw-flex {
  height: 100vh;
}

.login-container .slider-container {
  background-color: #465f65;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background: url(../assets/images/login.png) no-repeat;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-container .slider-container .single-slider {
  width: 700px;
  max-width: 100%;
  padding: 4rem;
  text-align: center;
  color: #ffffff;
}

.login-container .slider-container .single-slider h2 {
  color: #ffffff;
}

.login-container .slider-container .single-slider--dots-on-side .slick-dots {
  justify-content: center;
}

.login-container .slick-dots li.slick-active button {
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: #ffffff;
}

.login-container .form-container {
  display: flex;
  justify-content: center;
}

    .login-container .form-container .myForm {
        padding: 2rem 3rem 0 3rem;
    }

.login-container .form-container label {
  font-weight: 600;
}
.login-container .slick-dots li button {
  background-color: #8DBACD;
}
.blueTXT {
  color: #64748B;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 45px !important;
}

.login-container .submit-btn {
  margin: 2rem 0;
  width: 350px;
  max-width: 100%;
}

.verification .vdesc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.verification .vdesc p {
  color: #64748B;
  font-size: 20px;
}

.verification-fields input {
  min-width: 50px;
  margin: 15px;
  height: 60px;
  text-align: center;
}

.banner {
  position: relative;
  height: 450px;
}

@media (min-width: 1024px) {

  .banner {
    height: 620px;
  }
}
.banner .single-slider,
.banner .slick-list,
.banner .slick-track {
  height: 100%;
  width: 100%;
}
.banner .slick-dots {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  z-index: 10;
  --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));
}
.banner .slick-slide {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.login-container > .banner .slick-slide {
  height: 100vh;
}
.banner .slick-slide .content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 100%;
  max-width: 1440px;
  --tw-translate-x: -50%;
  --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));
  padding-left: 1rem;
  padding-right: 1rem;
}
.banner .slick-slide .content h2 {
  text-shadow: 0 7px 14px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1024px) {

  .banner .slick-slide .content .btn {
    height: 3.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.banner .slick-slide:after {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(90deg, #486673 0.47%, #486673 34.39%, rgba(72, 102, 115, 0.9) 46.8%, rgba(72, 102, 115, 0.5) 72.3%, rgba(72, 102, 115, 0) 87.01%);
}
body[dir=rtl] .banner .slick-slide:after {
  background: linear-gradient(270deg, #486673 0.47%, #486673 34.39%, rgba(72, 102, 115, 0.9) 46.8%, rgba(72, 102, 115, 0.5) 72.3%, rgba(72, 102, 115, 0) 87.01%);
}
.banner img {
  height: 100%;
  width: 75%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-banner {
  position: relative;
  display: flex;
  height: 400px;
  width: 100%;
  justify-content: flex-end;
}

.login-container > .inner-banner {
  height: 100vh;
}

@media (min-width: 1024px) {

  .inner-banner {
    height: 450px;
  }
}
.inner-banner .content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  max-width: 1440px;
  --tw-translate-x: -50%;
  --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));
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.login-container > .inner-banner .content {
  height: 100vh;
}
.inner-banner:after {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(90deg, #486673 0.47%, #486673 34.39%, rgba(72, 102, 115, 0.9) 46.8%, rgba(72, 102, 115, 0.5) 72.3%, rgba(72, 102, 115, 0) 87.01%);
}
body[dir=rtl] .inner-banner:after {
  background: linear-gradient(270deg, #486673 0.47%, #486673 34.39%, rgba(72, 102, 115, 0.9) 46.8%, rgba(72, 102, 115, 0.5) 72.3%, rgba(72, 102, 115, 0) 87.01%);
}
.inner-banner img {
  height: 100%;
  width: 75%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-banner--solid-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(72 102 115 / var(--tw-bg-opacity, 1));
}
.inner-banner--solid-bg img {
  height: auto;
  width: auto;
}
.inner-banner--solid-bg::after {
  display: none;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.media-center-link {
  display: flex;
  min-width: 140px;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 1rem;
  background-color: #DADFE0CC;
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.login-container > .media-center-link {
  height: 100vh;
}

.media-center-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(138 21 56 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

  .media-center-link {
    min-width: 140px;
    flex-direction: column;
    gap: 0.75rem;
    border-radius: 1.5rem;
    padding: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.media-center-link--active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(138 21 56 / var(--tw-text-opacity, 1)) !important;
}

.media-center-tab {
  display: flex;
  min-height: 3rem;
  min-width: 110px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  color: rgba(var(--lightBlueTextColor));
}

.login-container > .media-center-tab {
  height: 100vh;
}
.media-center-tab--active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(138 21 56 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(138 21 56 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.media-center-item {
  position: relative;
  height: 230px;
  overflow: hidden;
  border-radius: 0.75rem;
}
.media-center-item:after {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.media-center-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-center-item--video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  height: 3rem;
  width: 3rem;
  --tw-translate-x: -50%;
  --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));
  background-image: url("../assets/images/play-circle.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.media-center-item--audio {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--lightBlueBgColor));
  padding: 0.75rem;
}
.login-container > .media-center-item--audio {
  height: 100vh;
}
.media-center-item--audio:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.media-center-item--audio img {
  height: 2.5rem;
  width: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.media-center-item--album {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--lightBlueBgColor));
}
.login-container > .media-center-item--album {
  height: 100vh;
}
.media-center-item--album h6 {
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: rgba(var(--lightBlueTextColor));
}
.media-center-item--album figure {
  position: relative;
  margin: 0px;
  height: 100%;
  width: 100%;
}
.media-center-item--album figure:after {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.media-center-item--album::after {
  display: none;
}

.figure-with-gradient {
  position: relative;
}
.figure-with-gradient:after {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.news-details {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding-top: 1rem;
}
.news-details .article-img {
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}
.news-details .article-img img {
  height: 100%;
  width: 100%;
}
.news-details h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.news-details h2:first-of-type {
  margin-top: 0px;
}
.news-details p {
  margin-bottom: 0.75rem;
}
.news-details ol {
  display: flex;
  list-style-position: inside;
  list-style-type: decimal;
  flex-direction: column;
  gap: 0.75rem;
}
.login-container > .news-details ol {
  height: 100vh;
}

.faq-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 400;
  color: rgba(var(--primaryColor));
}

.login-container > .faq-link {
  height: 100vh;
}
.faq-link.active {
  background-color: rgba(var(--primaryColor));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-dark .faq-link.active {
  --tw-text-opacity: 1;
  color: rgb(72 102 115 / var(--tw-text-opacity, 1));
}

.btn, .btn-icon, .btn-light, .btn-primary {
  display: inline-flex;
  height: 3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(138 21 56 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(157 20 57 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-light {
  --tw-bg-opacity: 1;
  background-color: rgb(234 230 223 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(72 102 115 / var(--tw-text-opacity, 1));
}

.btn-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 236 / var(--tw-bg-opacity, 1));
}

.btn-icon {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0px;
}

.login-container > .btn-icon {
  height: 100vh;
}

.btn-icon:hover {
  background-color: rgba(var(--primaryColor), 0.1);
}

input {
  width: 100%;
}

.custom-control, select {
  min-height: 3rem;
  min-width: 7rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgba(var(--lightBorderColor));
  background-color: rgba(var(--bgWhite));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  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: 300ms;
}

.custom-control:focus, select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(51 63 70 / var(--tw-border-opacity, 1));
}
.custom-control-with-icon .custom-control, .custom-control-with-icon select {
  height: 100%;
  border-style: none;
  background-color: transparent;
  padding: 0px;
}
.custom-control:focus, select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(138 21 56 / var(--tw-border-opacity, 1));
}

.custom-control-with-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgba(var(--lightBorderColor));
  background-color: rgba(var(--bgWhite));
  padding-left: 1rem;
  padding-right: 1rem;
  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: 300ms;
}

.login-container > .custom-control-with-icon {
  height: 100vh;
}
.custom-control-with-icon:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(138 21 56 / var(--tw-border-opacity, 1));
}

select {
  background-image: url("../assets/images/arrow-down.svg");
  background-color: white;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}
.tw-dark select {
  background-image: url("../assets/images/arrow-down-white.svg");
}
[dir=rtl] select {
  background-position: left 1rem center;
}
.hover\:tw-bg-\[\#d1cdc7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 205 199 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-\[\#f4f1ec\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 236 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(72 102 115 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 85 95 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-primary-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 63 70 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-primaryColor:hover {
  background-color: rgba(var(--primaryColor));
}
.hover\:tw-bg-secondary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(157 20 57 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-secondary-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 21 56 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:\!tw-text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.hover\:tw-text-secondary-800:hover {
  --tw-text-opacity: 1;
  color: rgb(157 20 57 / var(--tw-text-opacity, 1));
}
.hover\:tw-text-secondary-900:hover {
  --tw-text-opacity: 1;
  color: rgb(138 21 56 / var(--tw-text-opacity, 1));
}
.hover\:tw-text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:tw-underline:hover {
  text-decoration-line: underline;
}
.dark\:tw-border-white:is(.tw-dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.dark\:tw-bg-\[\#444444\]:is(.tw-dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity, 1));
}
@media (min-width: 640px) {

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

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

  .sm\:tw-gap-6 {
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {

  .md\:tw-me-20 {
    margin-inline-end: 5rem;
  }

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

  .md\:tw-inline-flex {
    display: inline-flex;
  }

  .md\:tw-h-12 {
    height: 3rem;
  }

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

  .md\:tw-max-w-\[500px\] {
    max-width: 500px;
  }

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

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

  .md\:tw-gap-8 {
    gap: 2rem;
  }

  .md\:tw-rounded-full {
    border-radius: 9999px;
  }
}
@media (min-width: 1024px) {

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

  .lg\:tw-mt-20 {
    margin-top: 5rem;
  }

  .lg\:tw-h-14 {
    height: 3.5rem;
  }

  .lg\:tw-h-8 {
    height: 2rem;
  }

  .lg\:tw-h-\[450px\] {
    height: 450px;
  }

  .lg\:tw-h-\[620px\] {
    height: 620px;
  }

  .lg\:tw-w-8 {
    width: 2rem;
  }

  .lg\:tw-min-w-8 {
    min-width: 2rem;
  }

  .lg\:tw-min-w-\[140px\] {
    min-width: 140px;
  }

  .lg\:tw-min-w-\[400px\] {
    min-width: 400px;
  }

  .lg\:tw-flex-row {
    flex-direction: row;
  }

  .lg\:tw-flex-col {
    flex-direction: column;
  }

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

  .lg\:tw-p-6 {
    padding: 1.5rem;
  }

  .lg\:tw-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:tw-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {

  .xl\:tw-static {
    position: static;
  }

  .xl\:tw-me-6 {
    margin-inline-end: 1.5rem;
  }

  .xl\:tw-ms-auto {
    margin-inline-start: auto;
  }

  .xl\:tw-block {
    display: block;
  }

  .xl\:\!tw-hidden {
    display: none !important;
  }

  .xl\:tw-w-auto {
    width: auto;
  }

  .xl\:tw-min-w-\[450px\] {
    min-width: 450px;
  }

  .xl\:tw-max-w-full {
    max-width: 100%;
  }

  .xl\:tw-transform-none {
    transform: none;
  }

  .xl\:tw-flex-row {
    flex-direction: row;
  }

  .xl\:tw-border-e {
    border-inline-end-width: 1px;
  }

  .xl\:tw-bg-transparent {
    background-color: transparent;
  }

  .xl\:tw-p-0 {
    padding: 0px;
  }

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

  .xl\:tw-pe-6 {
    padding-inline-end: 1.5rem;
  }

  .xl\:tw-shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
.rtl\:tw-left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0px;
}
.rtl\:tw-left-24:where([dir="rtl"], [dir="rtl"] *) {
  left: 6rem;
}
.rtl\:tw-left-auto:where([dir="rtl"], [dir="rtl"] *) {
  left: auto;
}
.rtl\:tw-right-0:where([dir="rtl"], [dir="rtl"] *) {
  right: 0px;
}
.rtl\:tw-right-auto:where([dir="rtl"], [dir="rtl"] *) {
  right: auto;
}
.rtl\:-tw-translate-x-3\/4:where([dir="rtl"], [dir="rtl"] *) {
  --tw-translate-x: -75%;
  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));
}
.rtl\:tw-translate-x-full:where([dir="rtl"], [dir="rtl"] *) {
  --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));
}
.rtl\:tw-rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: 180deg;
  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));
}
.rtl\:tw-scale-x-\[-1\]:where([dir="rtl"], [dir="rtl"] *) {
  --tw-scale-x: -1;
  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));
}
.rtl\:tw-rounded-l-lg:where([dir="rtl"], [dir="rtl"] *) {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rtl\:tw-rounded-l-none:where([dir="rtl"], [dir="rtl"] *) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rtl\:tw-rounded-r-full:where([dir="rtl"], [dir="rtl"] *) {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rtl\:tw-rounded-r-lg:where([dir="rtl"], [dir="rtl"] *) {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rtl\:tw-rounded-r-none:where([dir="rtl"], [dir="rtl"] *) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rtl\:tw-rounded-bl-2xl:where([dir="rtl"], [dir="rtl"] *) {
  border-bottom-left-radius: 1rem;
}
.rtl\:tw-rounded-br-none:where([dir="rtl"], [dir="rtl"] *) {
  border-bottom-right-radius: 0px;
}
.rtl\:tw-rounded-tl-2xl:where([dir="rtl"], [dir="rtl"] *) {
  border-top-left-radius: 1rem;
}
.rtl\:tw-rounded-tl-none:where([dir="rtl"], [dir="rtl"] *) {
  border-top-left-radius: 0px;
}
.rtl\:tw-rounded-tr-2xl:where([dir="rtl"], [dir="rtl"] *) {
  border-top-right-radius: 1rem;
}
.rtl\:tw-bg-gradient-to-l:where([dir="rtl"], [dir="rtl"] *) {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
@media (min-width: 1280px) {

  .rtl\:xl\:tw-transform-none:where([dir="rtl"], [dir="rtl"] *) {
    transform: none;
  }
}

@media (max-width: 1000px) {
    .login-container .slider-container .single-slider {
        zoom: 2;
    }

    .login-container .form-container {
        zoom: 2;
    }
}