*, ::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
*/

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

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
.form-input::-webkit-datetime-edit {
  display: inline-flex;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-right-1 {
  right: -0.25rem;
}
.-top-1 {
  top: -0.25rem;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-\[-50px\] {
  top: -50px;
}
.top-\[50px\] {
  top: 50px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[60\] {
  z-index: 60;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-screen {
  height: 100vh !important;
}
.h-12 {
  height: 3rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[330px\] {
  height: 330px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[55px\] {
  height: 55px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.\!w-full {
  width: 100% !important;
}
.w-12 {
  width: 3rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[50px\] {
  width: 50px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.columns-1 {
  -moz-columns: 1;
       columns: 1;
}
.columns-2 {
  -moz-columns: 2;
       columns: 2;
}
.columns-3 {
  -moz-columns: 3;
       columns: 3;
}
.columns-4 {
  -moz-columns: 4;
       columns: 4;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-\[100px\] {
  gap: 100px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[5rem\] {
  gap: 5rem;
}
.gap-\[80px\] {
  gap: 80px;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-none {
  border-style: none;
}
.border-\[\#02062629\] {
  border-color: #02062629;
}
.border-\[\#C7C9CA\] {
  --tw-border-opacity: 1;
  border-color: rgb(199 201 202 / var(--tw-border-opacity, 1));
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.bg-\[\#020626\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 38 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1F3358\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 51 88 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8DC794\] {
  --tw-bg-opacity: 1;
  background-color: rgb(141 199 148 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D3DCE7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 220 231 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FEE294\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 148 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.\!bg-cover {
  background-size: cover !important;
}
.\!bg-center {
  background-position: center !important;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[20px\] {
  padding: 20px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pt-\[50\%\] {
  padding-top: 50%;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[55px\] {
  padding-top: 55px;
}
.pt-\[7px\] {
  padding-top: 7px;
}
.text-center {
  text-align: center;
}
.font-montserrat {
  font-family: Montserrat, system-ui;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[33px\] {
  font-size: 33px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[52px\] {
  font-size: 52px;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[27px\] {
  line-height: 27px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.text-\[\#020626\] {
  --tw-text-opacity: 1;
  color: rgb(2 6 38 / var(--tw-text-opacity, 1));
}
.text-\[\#141B34\] {
  --tw-text-opacity: 1;
  color: rgb(20 27 52 / var(--tw-text-opacity, 1));
}
.text-\[\#1F3358\] {
  --tw-text-opacity: 1;
  color: rgb(31 51 88 / var(--tw-text-opacity, 1));
}
.text-\[\#294475\] {
  --tw-text-opacity: 1;
  color: rgb(41 68 117 / var(--tw-text-opacity, 1));
}
.text-\[\#9A9DA2\] {
  --tw-text-opacity: 1;
  color: rgb(154 157 162 / var(--tw-text-opacity, 1));
}
.text-\[\#FEE294\] {
  --tw-text-opacity: 1;
  color: rgb(254 226 148 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.pll-switcher-select {
  width: 150px;
  height: 40px;
  padding: 0 14px;
  background: transparent;
  border: 1px solid #ffffff94;
  margin: 0;
  background-size: 16px !important;
  background-repeat: no-repeat;
  background: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2738 1.48975L7.2738 7.48975L13.2738 1.48975' stroke='white' stroke-opacity='0.580392' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  background-position: calc(100% - 18px) 14px;
  font-family: Montserrat, system-ui;
}

.pll-switcher-select:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Cairo, system-ui;
}

:dir(rtl) .pll-switcher-select {
    background-position: 11px !important;
  }

body {
  font-family: Montserrat, system-ui;
}

body:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Cairo, system-ui;
}

body p {
  margin-bottom: 0.5rem;
}

body ul {
    padding-left: 15px;
  }

body ul li {
      list-style: disc;
    }

body table {
    border-collapse: collapse;
    border: 1px solid #CBCBCB;
  }

body table th {
      border: 1px solid #CBCBCB;
      padding: 6px;
    }

body table td {
  font-size: 12px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(31 51 88 / var(--tw-text-opacity, 1));
      vertical-align: middle;
      padding: 10px 0;
      border: 1px solid #CBCBCB;
      padding: 6px;
}

body .pcl-logo {
    border-radius: 0px 0px 10px 10px;
    padding: 10px 25px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

body .pcl-logo.hidelogo {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      display: none;
}

body .desktop-nav::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background-color: #020626;
      /* Set your first color */
    }

body .desktop-nav::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background-color: #fff;
      /* Set your second color */
    }

body .features-container {
    position: relative;
  }

body .features-container::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background-color: #020626;
      /* Set your first color */
    }

body .features-container::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background-color: #fff;
      /* Set your second color */
    }

body .features-container .features_item {
      border-radius: 15px;
      border: 1px solid #E5E5EC;
      background: #FFF;
      box-shadow: 0px 4px 5px 0px rgba(2, 6, 38, 0.10);
      z-index: 20;
    }

body .level_item {
  padding: 10px;
}

@media (min-width: 1024px) {

  body .level_item {
    padding: 30px;
  }
}

body .level_item {
    border-radius: 15px;
    border: 1px solid #E5E5EC;
    background: #FFF;
    box-shadow: 0px 4px 5px 0px rgba(2, 6, 38, 0.10);
    z-index: 20;
  }

body .course_price_duration {
    border-radius: 15px;
    border: 1px solid #E5E5EC;
    background: #FFF;
    box-shadow: 0px 4px 5px 0px rgba(2, 6, 38, 0.10);
    z-index: 20;
  }

body .level_feature_list ul li {
  position: relative;
  margin-bottom: 0.75rem;
  list-style-type: none;
  padding-left: 7px;
}

body .level_feature_list ul li:where([dir="rtl"], [dir="rtl"] *) {
  right: 20px;
}

body .level_feature_list ul li:before {
          content: '';
          position: absolute;
          left: -17px;
        }

body .level_feature_list ul li:where([dir="rtl"], [dir="rtl"] *):before {
  left: auto;
  right: -20px;
}

body .level_feature_list ul li:before {
          top: 2px;
          width: 1em;
          height: 1em;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_399_43)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.76631 2.41029C8.66952 1.92159 7.44415 1.80053 6.27293 2.06515C5.10172 2.32977 4.04742 2.9659 3.26728 3.87866C2.48714 4.79143 2.02295 5.93193 1.94394 7.13006C1.86494 8.32819 2.17535 9.51977 2.82889 10.5271C3.48242 11.5344 4.44406 12.3034 5.57039 12.7196C6.69671 13.1357 7.92738 13.1766 9.07884 12.8361C10.2303 12.4957 11.2409 11.7921 11.9598 10.8304C12.6787 9.86869 13.0676 8.70035 13.0682 7.49961V6.925C13.0682 6.54844 13.3735 6.24318 13.7501 6.24318C14.1266 6.24318 14.4319 6.54844 14.4319 6.925V7.5C14.431 8.99479 13.947 10.4497 13.052 11.6469C12.157 12.8441 10.8989 13.7199 9.46547 14.1438C8.03202 14.5676 6.49997 14.5167 5.09781 13.9987C3.69565 13.4807 2.49851 12.5233 1.68493 11.2693C0.871342 10.0153 0.484911 8.53189 0.583263 7.04034C0.681616 5.54878 1.25948 4.12898 2.23068 2.99268C3.20188 1.85638 4.51437 1.06446 5.97241 0.735038C7.43045 0.405613 8.95592 0.55633 10.3213 1.16471C10.6653 1.31797 10.8199 1.72104 10.6666 2.065C10.5133 2.40896 10.1103 2.56355 9.76631 2.41029Z' fill='%23294475'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.2319 2.01764C14.4983 2.28377 14.4985 2.71547 14.2324 2.98187L7.98241 9.23812C7.85457 9.36609 7.68111 9.43802 7.50023 9.43806C7.31934 9.43811 7.14584 9.36627 7.01794 9.23836L5.14294 7.36336C4.87667 7.0971 4.87667 6.66539 5.14294 6.39913C5.4092 6.13286 5.84091 6.13286 6.10717 6.39913L7.49981 7.79177L13.2677 2.01812C13.5338 1.75172 13.9655 1.7515 14.2319 2.01764Z' fill='%23294475'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_399_43'%3E%3Crect width='15' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        }

body .welcome_image_list_container.slick-dotted.slick-slider {
        margin-bottom: 0 !important;
      }

body .welcome_image_list_container .slick-dots {
      bottom: 50px !important;
    }

body .welcome_image_list_container .slick-dots li button:before {
      width: 100px;
      height: 2px;
      content: ' ' !important;
      background: rgba(255, 255, 255, 0.50) !important;
    }

body .welcome_image_list_container .slick-dots li button {
      width: 100px !important;
      height: 2px !important;
    }

body .welcome_image_list_container .slick-dots li {
      width: 100px !important;
      height: 2px !important;
    }

body .welcome_image_list_container .slick-dots li.slick-active button:before {
      opacity: .75;
      color: black;
      background: #FEE294 !important;
    }

body .course-description-home p {
  margin-bottom: 0.5rem;
  font-family: Montserrat, system-ui;
  font-size: 15px;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body .course-description-home p:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Cairo, system-ui;
}

body.single-courses .active-course {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}

body.single-courses .active-course::after {
        position: absolute;
        content: " ";
        width: 100%;
        height: 4px;
        background: #020626;
        bottom: 0;
      }

body .active-team,
  body .activecat {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}

body .active-team::after, body .activecat::after {
      position: absolute;
      content: " ";
      width: 100%;
      height: 4px;
      background: #020626;
      bottom: 0;
    }

body .team-container .slick-slide {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

@media (min-width: 768px) {

  body .team-container .slick-slide {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

/* the parent */

body .team-container .slick-list {
  margin-left: -6px !important;
  margin-right: -6px !important;
}

@media (min-width: 768px) {

  body .team-container .slick-list {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

body .custom-menu-item:hover .custom-dropdown {
    display: block;
  }

body .custom-dropdown {
    display: none;
  }

body #menu-main-menu,
  body #menu-main-menu-ar {
  list-style-type: none;
  padding-left: 0px;
  font-family: Montserrat, system-ui;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(2 6 38 / var(--tw-text-opacity, 1));
}

body #menu-main-menu:where([dir="rtl"], [dir="rtl"] *),
  body #menu-main-menu-ar:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Cairo, system-ui;
  font-size: 15px;
}

body #menu-main-menu a, body #menu-main-menu-ar a {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(2 6 38 / var(--tw-text-opacity, 1));
}

body #menu-main-menu a:hover, body #menu-main-menu-ar a:hover {
  background-color: transparent !important;
}

body #menu-main-menu a:hover::after, body #menu-main-menu-ar a:hover::after {
          position: absolute;
          content: " ";
          width: 100%;
          height: 4px;
          background: #020626;
          bottom: 0;
          left: 0;
        }

body #menu-main-menu li, body #menu-main-menu-ar li {
      list-style: none;
    }

body #menu-main-menu .custom-dropdown, body #menu-main-menu-ar .custom-dropdown {
  width: -moz-max-content;
  width: max-content;
}

body #menu-main-menu .custom-dropdown li, body #menu-main-menu-ar .custom-dropdown li {
  width: 100% !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 220 231 / var(--tw-bg-opacity, 1)) !important;
        border-top: 1px solid #00000030;
}

body #menu-main-menu .custom-dropdown li a, body #menu-main-menu-ar .custom-dropdown li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

body #menu-secondary-menu,
  body #menu-secondary-menu-ar {
  list-style-type: none;
  padding-left: 0px;
  font-family: Montserrat, system-ui;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(2 6 38 / var(--tw-text-opacity, 1));
}

body #menu-secondary-menu:where([dir="rtl"], [dir="rtl"] *),
  body #menu-secondary-menu-ar:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Cairo, system-ui;
  font-size: 15px;
}

body #menu-secondary-menu a, body #menu-secondary-menu-ar a {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body #menu-secondary-menu a:hover, body #menu-secondary-menu-ar a:hover {
  background-color: transparent !important;
}

body #menu-secondary-menu a:hover::after, body #menu-secondary-menu-ar a:hover::after {
          position: absolute;
          content: " ";
          width: 100%;
          height: 4px;
          background: #020626;
          bottom: 0;
          left: 0;
        }

body #menu-secondary-menu li, body #menu-secondary-menu-ar li {
      list-style: none;
    }

body #menu-secondary-menu .custom-dropdown, body #menu-secondary-menu-ar .custom-dropdown {
  width: -moz-max-content;
  width: max-content;
}

body #menu-secondary-menu .custom-dropdown li, body #menu-secondary-menu-ar .custom-dropdown li {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(211 220 231 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 6 38 / var(--tw-text-opacity, 1));
        border-top: 1px solid #00000030;
}

body #menu-secondary-menu .custom-dropdown li a, body #menu-secondary-menu-ar .custom-dropdown li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  --tw-text-opacity: 1;
  color: rgb(2 6 38 / var(--tw-text-opacity, 1));
}

body #contact-popup,
  body #pqrs-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    transform: translate3d(100%, 0, 0);
    will-change: transform;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, 1, 1);
    width: 66rem;
    display: flex;
  }

body #contact-popup.activepopup,
  body #pqrs-popup.activepopup {
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    transform: none;
  }

body .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    pointer-events: none;
    transition-property: opacity;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    z-index: 30;
    opacity: 0;
  }

body .popup-overlay.active {
    pointer-events: auto;
    opacity: 1;
  }

body .verticalmenu {
    position: relative;
    box-sizing: border-box;
    padding: 100px 50px 50px 50px;
    bottom: 0;
    position: fixed;
    left: 0;
    top: 0;
    transform: translate3d(-100%, 0, 0);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, 1, 1);
    will-change: transform;
    z-index: 99999;
    background: #020626;
    width: 100%}

@media (min-width: 640px) {

  body .verticalmenu {
    width: 360px;
  }
}

body .verticalmenu.activepopup {
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    transform: none;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
  }

body .verticalmenu .closemenu {
      position: absolute;
      right: 25px;
      top: 25px;
      cursor: pointer;
    }

body input[type=text],
  body input[type=email],
  body input[type=tel],
  body input[type=date],
  body input[type=password],
  body textarea,
  body select {
    padding: 14px 17px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 0.5rem;
    height: 50px;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 500;
    border: 1px solid #00000024;
  }

body textarea {
    height: 100px !important;
  }

body select {
    color: #6b7280;
  }

body input[type=submit] {
    background: #1F3358;
    border: none;
    color: #fff;
    padding: 15px 26px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0.5rem;
  }

body .wpcf7-not-valid-tip {
    font-family: 'Montserrat' !important;
    font-size: 13px !important;
  }

body #main-menu-mobile,
  body #second-menu-mobile {
  padding-left: 0px;
    flex-direction: column;
}

body #main-menu-mobile li, body #second-menu-mobile li {
      list-style: none;
    }

body #main-menu-mobile li a, body #second-menu-mobile li a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
  font-family: Montserrat, system-ui;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

body #main-menu-mobile li a:where([dir="rtl"], [dir="rtl"] *), body #second-menu-mobile li a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Cairo, system-ui;
}

body #main-menu-mobile li a:hover, body #second-menu-mobile li a:hover {
          background: transparent;
        }

body #second-menu-mobile {
    border-bottom: 1px solid #ffffff24;
    padding-bottom: 17px;
  }

body .reverse-the-col {
  flex-direction: row-reverse;
}

body .site-footer #footer-menu {
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0px;
}

@media (min-width: 768px) {

  body .site-footer #footer-menu {
    flex-direction: row;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

body .site-footer #footer-menu li {
        list-style: none;
      }

body .site-footer #footer-menu li a {
  padding: 0.5rem;
  font-family: Montserrat, system-ui;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(31 51 88 / var(--tw-text-opacity, 1));
}

body .site-footer #footer-menu li a:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Cairo, system-ui;
}

body .site-footer #footer-menu li a:hover {
            background: #fff;
          }

body.page-template-pcl-login #user-registration, body.page-template-pcl-register-php #user-registration {
  font-family: Montserrat, system-ui;
      border-radius: 15px;
      border: 1px solid #E5E5EC;
      background: #FFF;
      box-shadow: 0px 4px 5px 0px rgba(2, 6, 38, 0.10);
      z-index: 20;
}

body.page-template-pcl-login #user-registration .ur-frontend-form, body.page-template-pcl-register-php #user-registration .ur-frontend-form {
        border: none !important;
        padding: 30px;
      }

body.page-template-pcl-login #user-registration .ur-frontend-form label, body.page-template-pcl-register-php #user-registration .ur-frontend-form label {
          margin-left: 0 !important;
          font-size: 12px;
          margin-bottom: 7px;
        }

body.page-template-pcl-login #user-registration input, body.page-template-pcl-register-php #user-registration input {
  border-radius: 0.5rem;
}

body.page-template-pcl-login #user-registration input[type=submit],
      body.page-template-pcl-login #user-registration button[type=submit],
      body.page-template-pcl-register-php #user-registration input[type=submit],
      body.page-template-pcl-register-php #user-registration button[type=submit] {
        padding: 10px 38px;
        font-weight: 600;
        margin: 27px 0;
      }

body.page-template-pcl-login #user-registration .user-registration-form__label-for-checkbox, body.page-template-pcl-register-php #user-registration .user-registration-form__label-for-checkbox {
        border-top: 1px solid #d2cece;
        border-bottom: 1px solid #d2cece;
        padding: 10px 0;
        text-transform: uppercase;
        font-size: 10px !important;
        font-weight: 600;
      }

body.page-template-pcl-login #user-registration .user-registration-LostPassword, body.page-template-pcl-register-php #user-registration .user-registration-LostPassword {
        text-transform: uppercase;
        font-size: 10px !important;
        font-weight: 600;
        color: #F57B7A;
      }

body.page-template-pcl-login button, body.page-template-pcl-register-php button {
      border-radius: 0.5rem !important;
      padding: 10px 38px;
      font-weight: 600;
      margin: 27px 0;
      background: #1F3358 !important;
      font-family: 'Montserrat';
      text-transform: uppercase;
      font-size: 12px;
    }

body.page-template-pcl-register-php {
  font-family: Montserrat, system-ui;
}

body.page-template-pcl-register-php .ur-frontend-form {
      border: none;
      padding: 0;
    }

body.page-template-pcl-register-php .ur-frontend-form label {
        margin-left: 0 !important;
        font-size: 12px !important;
        margin-bottom: 7px !important;
        font-weight: 400 !important;
      }

body.page-template-pcl-register-php input,
    body.page-template-pcl-register-php select {
  border-radius: 0.5rem !important;
}

body.page-template-pcl-register-php input[type=submit],
    body.page-template-pcl-register-php button[type=submit] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 38 / var(--tw-bg-opacity, 1));
      padding: 10px 38px !important;
      ;
      font-weight: 600 !important;
      ;
      margin: 27px 0 !important;
}

body.page-template-pcl-register-php .field-radio ul {
  display: flex !important;
  height: 45px !important;
  align-items: center !important;
  gap: 0.625rem !important;
  padding-left: 0px !important;
}

body.page-template-pcl-register-php .ur-radio-list {
      list-style: none;
    }

body.woocommerce-account .woocommerce h2 {
        color: #1f3358;
        font-size: 27px;
        font-weight: 600;
        text-transform: uppercase;
      }

body.woocommerce-account .woocommerce-form-register label, body.woocommerce-account .woocommerce-form-login label, body.woocommerce-account .woocommerce-EditAccountForm label {
        font-size: 11px;
        text-transform: uppercase;
        margin-bottom: 6px;
      }

body.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text, body.woocommerce-account .woocommerce-form-login .woocommerce-privacy-policy-text, body.woocommerce-account .woocommerce-EditAccountForm .woocommerce-privacy-policy-text {
        display: none;
      }

body.woocommerce-account .woocommerce-form-register .woocommerce-button,
      body.woocommerce-account .woocommerce-form-register .woocommerce-Button,
      body.woocommerce-account .woocommerce-form-login .woocommerce-button,
      body.woocommerce-account .woocommerce-form-login .woocommerce-Button,
      body.woocommerce-account .woocommerce-EditAccountForm .woocommerce-button,
      body.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border-radius: 0.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(141 199 148 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 13px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(2 6 38 / var(--tw-text-opacity, 1));
}

body.woocommerce-account .woocommerce-form-register legend, body.woocommerce-account .woocommerce-form-login legend, body.woocommerce-account .woocommerce-EditAccountForm legend {
        font-size: 20px;
        padding: 20px 0;
        text-transform: uppercase;
      }

body .woocommerce-MyAccount-navigation {
    position: sticky;
    top: 50px;
  }

body .woocommerce-MyAccount-navigation ul > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: #ffffff33;
}

body .woocommerce-MyAccount-navigation ul li {
        list-style: none;
        height: 50px;
        background: #020626;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        padding: 0 30px;

      }

body .post_container_pcl {
    border-radius: 15px;
    border: 1px solid #E5E5EC;
    background: #FFF;
    box-shadow: 0px 4px 5px 0px rgba(2, 6, 38, 0.10);
    z-index: 20;
  }

body .sy-pager li.sy-active a {
    background-color: #020626 !important;
  }

/* ===== PCL AUTHENTICATION SYSTEM STYLES ===== */
/* Tailwind CSS v3 Compatible Styles */

/* Authentication Container Styles */
.pcl-auth-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}

.pcl-auth-header {
  margin-bottom: 2rem;
  text-align: center;
}

.pcl-auth-title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.pcl-auth-subtitle {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

/* Form Styling */
.pcl-form-group > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.pcl-form-field {
  margin-bottom: 1rem;
}

.pcl-form-label {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.pcl-form-input {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  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;
}

.pcl-form-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.pcl-form-select {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pcl-form-select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.pcl-form-textarea {
  min-height: 100px;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pcl-form-textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

/* Button Styles */
.pcl-btn {
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  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;
}
.pcl-btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 2px;
}

.pcl-btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pcl-btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.pcl-btn-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.pcl-btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pcl-btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.pcl-btn-secondary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}

.pcl-btn-success {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pcl-btn-success:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.pcl-btn-success:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.pcl-btn-full {
  width: 100%;
}

.pcl-btn-social {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 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: 150ms;
}

.pcl-btn-social:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

/* Step Indicator */
.pcl-step-indicator {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pcl-step {
  display: flex;
  align-items: center;
}

.pcl-step-number {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.pcl-step-number.active {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pcl-step-number.completed {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pcl-step-number.inactive {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.pcl-step-line {
  margin-left: 1rem;
  margin-right: 1rem;
  height: 0.125rem;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.pcl-step-line.completed {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

/* Password Strength Meter */
.pcl-password-strength {
  margin-top: 0.5rem;
}

.pcl-strength-bar {
  height: 0.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.pcl-strength-fill {
  height: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.pcl-strength-fill.weak {
  width: 25%;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.pcl-strength-fill.fair {
  width: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.pcl-strength-fill.good {
  width: 75%;
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.pcl-strength-fill.strong {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.pcl-strength-text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.pcl-strength-text.weak {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.pcl-strength-text.fair {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.pcl-strength-text.good {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.pcl-strength-text.strong {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

/* Messages and Alerts */
.pcl-message {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  padding: 1rem;
}

.pcl-message-success {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.pcl-message-error {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.pcl-message-warning {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.pcl-message-info {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

/* Divider */
.pcl-divider {
  position: relative;
  margin-bottom: 1.5rem;
}

.pcl-divider-line {
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
}

.pcl-divider-line > div {
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.pcl-divider-text {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.pcl-divider-text > span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

/* Social Login Icons */
.pcl-social-icon {
  margin-right: 0.75rem;
  height: 1.25rem;
  width: 1.25rem;
}

/* Verification Code Input */
.pcl-verification-code {
  text-align: center;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.1em;
}

/* Two Factor Authentication */
.pcl-2fa-code {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.1em;
}
.pcl-2fa-code:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

/* Loading States */
.pcl-loading {
  pointer-events: none;
  opacity: 0.5;
}

.pcl-spinner {
  height: 1.25rem;
  width: 1.25rem;
}

@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}

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

/* Responsive Design */
@media (max-width: 768px) {
  .pcl-auth-container {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  
  .pcl-step-line {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  
  .pcl-btn-social {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

/* Form Validation States */
.pcl-form-input.error {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.pcl-form-input.error:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.pcl-form-input.success {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.pcl-form-input.success:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.pcl-error-text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.pcl-success-text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

/* Hidden Utility */
.pcl-hidden {
  display: none;
}

.pcl-show {
  display: block;
}

.hover\:bg-\[\#2a4371\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 67 113 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#fed576\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 213 118 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

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

@media (min-width: 680px) {

  .min-\[680px\]\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-auto {
    height: auto;
  }

  .md\:\!w-\[45\%\] {
    width: 45% !important;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

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

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

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

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

  .md\:overflow-auto {
    overflow: auto;
  }

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

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:text-left {
    text-align: left;
  }

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

@media (min-width: 830px) {

  .min-\[830px\]\:right-8 {
    right: 2rem;
  }

  .min-\[830px\]\:top-8 {
    top: 2rem;
  }

  .min-\[830px\]\:h-\[50px\] {
    height: 50px;
  }

  .min-\[830px\]\:w-\[50px\] {
    width: 50px;
  }
}

@media (min-width: 1024px) {

  .lg\:w-1\/2 {
    width: 50%;
  }

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

  .lg\:gap-4 {
    gap: 1rem;
  }
}

@media (min-width: 1070px) {

  .min-\[1070px\]\:text-\[60px\] {
    font-size: 60px;
  }
}

.rtl\:divide-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.rtl\:font-cairo:where([dir="rtl"], [dir="rtl"] *) {
  font-family: Cairo, system-ui;
}
