*, ::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;
}

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.top-2 {
  top: 0.5rem;
}

.top-full {
  top: 100%;
}

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

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

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

.float-end {
  float: inline-end;
}

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

.ml-2 {
  margin-left: 0.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

.mt-7 {
  margin-top: 1.75rem;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-28 {
  height: 7rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-6 {
  height: 1.5rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-60 {
  max-height: 15rem;
}

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

.w-1260 {
  width: 1260px;
}

.w-1392 {
  width: 1392px;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

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

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-44 {
  width: 11rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

.max-w-xl {
  max-width: 36rem;
}

.flex-none {
  flex: none;
}

.grow {
  flex-grow: 1;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.basis-1\/3 {
  flex-basis: 33.333333%;
}

.basis-1\/4 {
  flex-basis: 25%;
}

.basis-2\/3 {
  flex-basis: 66.666667%;
}

.basis-auto {
  flex-basis: auto;
}

.basis-full {
  flex-basis: 100%;
}

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

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

.border-spacing-y-2 {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

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

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

.cursor-default {
  cursor: default;
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

.flex-col {
  flex-direction: column;
}

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

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

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

.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-y > :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));
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

.rounded-md {
  border-radius: 0.375rem;
}

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

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.border {
  border-width: 1px;
}

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

.border-b {
  border-bottom-width: 1px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / 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));
}

.border-transparent {
  border-color: transparent;
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-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-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / 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-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / 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-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

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

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

.pb-7 {
  padding-bottom: 1.75rem;
}

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

.pl-1 {
  padding-left: 0.25rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

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

.pt-12 {
  padding-top: 3rem;
}

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

.pt-3 {
  padding-top: 0.75rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

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

.pt-9 {
  padding-top: 2.25rem;
}

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.align-sub {
  vertical-align: sub;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

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

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

.font-bold {
  font-weight: 700;
}

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

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

.italic {
  font-style: italic;
}

.leading-relaxed {
  line-height: 1.625;
}

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

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

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / 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-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

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

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

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

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

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

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-slate-100 {
  --tw-shadow-color: #f1f5f9;
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

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

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

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

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

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

/* Fonts */

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

  src: local('IRANSansXVF'),
    url('../fonts/IRANSansXVF.ttf');
}

/* /Fonts */

.persian-number {
  font-feature-settings: "ss02";
}

.custom-hover-cursor:hover {
  cursor: url("../images/custom-curser.png") 0 0, auto;
}

body {
  font-family: 'IRANSansXVF', serif;
}

.elementor-widget-container ul,
.elementor-widget-container ul li {
  list-style: inherit;
  margin: 0 15px;
}

/* Desktop header styles */

.hamrah-header {
  background-color: white;
  border-radius: 0 0 24px 24px;
  min-height: 190px;
  box-shadow: 0 0 10px 10px #f5f5f5;
  width: 1392px;
  max-width: 100%;
}

#hamrah-header-sticky {
  width: 1392px;
  max-width: 100%;
  margin: 0 auto;
  transition: all 0.3s ease;
}

#hamrah-header-sticky.sticky {
  min-height: auto;
  box-shadow: 0 0 5px 5px rgba(46, 46, 46, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 24px;
  z-index: 999;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

#main-menu {
  position: relative;
  z-index: 9;
}

.btn-main {
  font-size: 16px;
  font-weight: 700;
  text-indent: 0;
  color: #000014;
  background-color: #FCB813;
  border-radius: 16px;
  box-shadow: 0 5px 8px -2px #FCB813;
  padding: 0 32px;
  transition: .3s;
}

.btn-main:hover {
  box-shadow: 0 5px 8px 0 #FCB813;
}

.btn-support {
  background-color: #FCB813;
  border: 8px solid #fcefcd;
  border-radius: 24px;
  box-shadow: 0 15px 10px -10px rgba(252, 184, 19, 0.3);
  transition: .3s;
}

.btn-support:hover {
  background-color: #FCB813;
  border: 8px solid #fee9b8;
  border-radius: 24px;
  box-shadow: 0 15px 10px -10px rgba(252, 184, 19, 0.3);
  transition: .3s;
}

#login-search-box {
  position: relative;
  z-index: 9;
}

.btn-register {
  width: 146px;
  transition: .3s;
  background-color: white;
}

.btn-register path {
  fill: #002080;
  transition: .3s;
}

.btn-register:hover {
  color: whitesmoke;
  background-color: #002080;
  transition: .3s;
}

.btn-register:hover path {
  fill: whitesmoke;
  transition: .3s;
}

#hamrah-profile .truncate-name {
  display: inline-block;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

#hamrah-profile #hamrah-profile-menus {
  background-color: #EAEAEA;
  border-radius: 32px;
  width: 223px;
  padding: 16px;
  margin-top: -8px;
  margin-right: -18px;
  transition: .3s;
}

#hamrah-profile:hover #hamrah-profile-menus,
#hamrah-profile-menus:hover {
  display: block;
  transition: .3s;
}

#hamrah-profile #hamrah-profile-menus svg.arrow {
  margin-top: 10px;
}

#hamrah-profile #hamrah-profile-menus svg.icon path {
  fill: #4D4D5B;
}

#hamrah-profile #hamrah-profile-menus svg.arrow path {
  fill: transparent;
}

#hamrah-profile #hamrah-profile-menus ul {
  background-color: #FDFDFD;
  border: 1px solid #EAEAEA;
  border-radius: 24px;
  padding: 2px 8px;
  box-shadow: 0 0 0 8px #FDFDFD;
}

#hamrah-profile #hamrah-profile-menus ul li {
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  color: #4D4D5B;
  background: linear-gradient(90deg, rgba(0, 0, 20, 0.06) 0%, rgba(0, 0, 20, 0.00) 29.83%, rgba(0, 0, 20, 0.06) 100%);
  height: 36px;
  border-radius: 32px;
  padding: 0 10px;
  margin: 6px auto;
}

#hamrah-profile #hamrah-profile-menus ul li a {
  width: 153px;
  display: block;
}

#hamrah-profile #hamrah-profile-menus ul li:hover {
  color: #000014;
  background: linear-gradient(90deg, rgba(127, 161, 248, 0.20) 0%, rgba(127, 161, 248, 0.00) 29.83%, rgba(127, 161, 248, 0.20) 100%);
}

#hamrah-profile #hamrah-profile-menus ul li:hover svg path {
  fill: #002080;
}

.hamrah-search-input {
  background-color: #F3F3F3;
  padding: 12px 16px;
  border-radius: 16px;
  width: 146px;
  outline: none;
  transition: .3s;
}

.hamrah-search-input:focus {
  position: relative;
  margin-left: -64px;
  padding-left: 80px;
  width: 210px;
  z-index: -1;
  transition: .3s;
}

.hamrah-search-results {
  background-color: #EAEAEA;
  border-radius: 16px;
  width: 218px;
  padding: 0 12px 12px 12px;
  margin-top: -8px;
}

.hamrah-search-results li {
  background: linear-gradient(27deg, #fff 7.18%, #fff 112.39%), #fff;
  padding: 4px;
  margin-top: 16px;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  box-shadow: 0 0 0 4px white;
  transition: .3s;
}

.hamrah-search-results li svg {
  margin-top: 8px;
}

.hamrah-search-results li:hover,
.hamrah-search-results li:hover a {
  color: #FDFDFD;
  background: linear-gradient(27deg, #002080 7.18%, #7FA1F8 112.39%), #FCB813;
  border-color: transparent;
  box-shadow: 0 0 0 4px transparent;
  transition: .3s;
}

.hamrah-search-results li:hover path {
  fill: #FDFDFD;
  transition: .3s;
}

.hamrah-search-results li a {
  background: transparent;
}

.btn-search {
  background: linear-gradient(24deg, rgba(0, 32, 128, 1) 9%, rgba(127, 161, 248, 1) 107%);
  border: 8px solid #e4e7f1;
  border-radius: 24px !important;
  box-shadow: 0 15px 10px -10px rgba(127, 161, 248, 0.3);
  transition: .3s;
}

.btn-search:hover {
  border: 8px solid #cad0e4;
  transition: .3s;
}

/* Mobile search from */

#hamrah-search-fields-mobile {
  position: absolute;
  margin-top: 130px;
  z-index: 9;
  left: 14px;
  width: 92%;
  background-color: white;
  border-radius: 24px;
  padding: 14px;
  box-shadow: 0 0 8px -6px #575757;
}

#hamrah-search-fields-mobile input {
  width: 100%;
  border-radius: 12px;
  padding: 7px;
}

#hamrah-search-fields-mobile .hamrah-search-results {
  width: 94%;
}

/* /Mobile search form */

/* Desktop menu and megamenu */

.hamrah-header .btn-megamenu {
  background-color: #FCB813;
  border: 8px solid #fcefcd;
  border-radius: 24px;
  box-shadow: 0 15px 10px -10px rgba(252, 184, 19, 0.3);
  transition: .3s;
}

.hamrah-header .btn-megamenu:hover {
  background-color: #FCB813;
  border: 8px solid #fee9b8;
  border-radius: 24px;
  box-shadow: 0 15px 10px -10px rgba(252, 184, 19, 0.3);
  cursor: default;
  transition: .3s;
}

.hamrah-header .btn-megamenu:hover .megamenu-box,
.hamrah-header .megamenu-box:hover {
  opacity: 1;
  visibility: visible;
}

.hamrah-header .menu-item:not(.btn-megamenu):hover {
  color: #002080;
}

.hamrah-header .menu-item.active {
  color: #0936c8;
}

.hamrah-header .megamenu-box {
  background-color: #F3F3F3;
  padding: 16px 8px;
  border-radius: 32px;
  position: absolute;
  min-width: 200px;
  margin-right: -25px;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.hamrah-header .megamenu-box ul li.column {
  background-color: #FDFDFD;
  padding: 16px;
  margin: 0 8px;
  border: 1px solid #EAEAEA;
  box-shadow: 0 0 0 8px #FDFDFD;
  border-radius: 24px;
  min-width: 206px;
}

.hamrah-header .megamenu-box ul li .title {
  color: #000014;
  font-size: 14px;
  font-weight: 900;
  cursor: default;
}

.hamrah-header .megamenu-box ul li .title:before {
  content: "";
  width: 16px;
  height: 8px;
  background-color: #FCB813;
  display: inline-block;
  margin-right: -25px;
  margin-left: 5px;
}

.hamrah-header .megamenu-box ul ul {
  padding-top: 12px;
}

.hamrah-header .megamenu-box ul ul li {
  padding: 8px 0;
}

.hamrah-header .megamenu-box ul ul li:last-child {
  padding-bottom: 0;
}

.hamrah-header .megamenu-box ul ul li a {
  font-size: 14px;
  font-weight: 400;
  transition: .3s;
}

.hamrah-header .megamenu-box ul ul li a:hover {
  font-weight: 600;
  color: #002080;
  transition: .3s;
}

.hamrah-header .megamenu-box ul ul li:last-child a {
  color: #002080;
}

.hamrah-header .megamenu-box ul ul li i {
  font-size: 9px;
  margin-right: 4px;
}

/* /Desktop menu and megamenu */

/* /Desktop header styles */

/* Mobile header styles */

.hamrah-mobile-header {
  background-color: white;
  border-radius: 0 0 24px 24px;
  min-height: 105px;
  padding-bottom: 14px;
  box-shadow: 0 260px 266px -9px;
}

#hamrah-mobile-header-sticky {
  transition: all 0.3s ease;
}

#hamrah-mobile-header-sticky.sticky {
  box-shadow: 0 0 5px 5px rgba(46, 46, 46, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  z-index: 999;
  animation: slideDown 0.3s ease;
}

#hamrah-mobile-header-sticky.sticky .megamenu-box {
  top: 85px !important;
}

/* Mobile menu and megamenu */

.hamrah-mobile-header .btn-megamenu {
  background-color: #FCB813;
  border: 8px solid #fcefcd;
  border-radius: 24px;
  box-shadow: 0 15px 10px -10px rgba(252, 184, 19, 0.3);
  transition: .3s;
}

.hamrah-mobile-header .btn-megamenu:hover {
  background-color: #FCB813;
  border: 8px solid #fee9b8;
  border-radius: 24px;
  box-shadow: 0 15px 10px -10px rgba(252, 184, 19, 0.3);
  transition: .3s;
}

.hamrah-mobile-header .menu-item:not(.btn-megamenu):hover {
  color: #002080;
}

.hamrah-mobile-header .megamenu-box {
  line-height: 45px;
  background-color: #FDFDFD;
  padding: 16px 0;
  border-radius: 24px;
  position: absolute;
  min-width: 300px;
  max-width: 100%;
  border: 1px solid #EAEAEA;
  box-shadow: 0 0 0 8px #FDFDFD;
  top: 128px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.hamrah-mobile-header .megamenu-box.open {
  opacity: 1;
  visibility: visible;
}

.megamenu-box ul li.column {
  min-width: 300px;
  max-width: 100%;
}

.hamrah-mobile-header .megamenu-box ul li .title {
  color: #000014;
  font-size: 16px;
  font-weight: 900;
  cursor: default;
}

.hamrah-mobile-header .megamenu-box ul {
  padding: 0 24px;
}

.hamrah-mobile-header .megamenu-box ul ul {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.hamrah-mobile-header .megamenu-box ul ul.open {
  max-height: 500px;
  opacity: 1;
}

.hamrah-mobile-header .megamenu-box ul ul ul.open li::before {
  width: 1px;
  content: "";
  display: block;
  border: 1px solid #EAEAEA;
  position: absolute;
  height: 45px;
}

.hamrah-mobile-header .megamenu-box ul ul li:last-child {
  padding-bottom: 0;
}

.hamrah-mobile-header .megamenu-box ul ul li a {
  font-size: 14px;
  font-weight: 400;
  transition: .3s;
  margin-right: 16px;
}

.hamrah-mobile-header .megamenu-box ul ul ul li a:hover {
  font-weight: 600;
  color: #002080;
  transition: .3s;
}

.hamrah-mobile-header .megamenu-box ul ul ul li:last-child a {
  color: #002080;
}

.hamrah-mobile-header .megamenu-box ul ul li ul i {
  font-size: 9px;
  margin-right: 4px;
}

.hamrah-mobile-header .megamenu-box .btn-register {
  width: 100% !important;
  text-align: center;
}

/* /Mobile menu and megamenu */

/* /Mobile header styles */

/* Hero section */

@media screen and (min-width: 1921px) {
  .hero-image {
    left: unset !important;
    margin-left: -727px;
  }
}

/* /Hero section */

/* Services section */

@media screen and (min-width: 1921px) {
  .services-background {
    left: unset !important;
    margin-left: -1397px !important;
    border-radius: 24px !important;
  }
}

/* /Services section */

/* Footer */

.hamrah-footer {
  color: #FDFDFD;
  max-width: 100%;
  margin-top: -140px;
}

.hamrah-footer #top-texture {
  background-image: url("../images/footer-top-texture.png");
  background-position: bottom center;
  width: 100%;
  height: 187px;
  position: relative;
  z-index: -999;
}

.hamrah-footer .intro-section {
  background: linear-gradient(36deg, #002080 31.22%, #7FA1F8 156.29%);
  border-radius: 0 24px 0 0;
  min-height: 420px;
}

.hamrah-footer .intro-section .footer-edge-bg {
  background-image: url(../images/footer-edge-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 98px;
  height: 76px;
  position: absolute;
  margin-right: -56px;
  margin-top: -36px;
}

.hamrah-footer .intro-section .content,
.hamrah-footer .links-section .content {
  min-height: 275px;
}

.hamrah-footer .intro-section .social-links {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 32px 32px 0;
  padding: 20px 16px 20px 40px;
  min-height: 80px;
}

.hamrah-footer .links-section {
  background: #000014;
  background-image: url("../images/footer-left-edge-bg.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  border-radius: 24px 0 0 0;
  min-height: 420px;
}

.hamrah-footer .intro-section p {
  font-size: 16px;
  text-align: justify;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
}

.hamrah-footer .links-section .wp-block-media-text:first-child {
  font-weight: bolder;
  margin-bottom: 22px;
}

.hamrah-footer .links-section .wp-block-media-text figure:first-child {
  float: right;
  margin: 3px 0 0 10px;
}

.hamrah-footer .links-section .wp-block-media-text .wp-block-media-text__content {
  display: table;
}

.hamrah-footer .links-section a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 200;
  line-height: 40px;
}

.hamrah-footer .links-section .newsletter-and-certificates {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px 0 0 32px;
  padding: 12px 40px 12px 16px;
  min-height: 80px;
}

.hamrah-footer .links-section .newsletter-and-certificates input {
  background-color: rgba(253, 253, 253, 0.1);
  border-radius: 16px;
  height: 48px;
  text-indent: 10px;
}

.hamrah-footer .links-section .newsletter-and-certificates .btn-submit {
  color: black;
  background-color: #FCB813;
  border: 8px solid #322514;
  border-radius: 24px;
  box-shadow: 0 15px 10px -10px rgba(252, 184, 19, 0.3);
  transition: .3s;
}

.hamrah-footer .links-section .newsletter-and-certificates .btn-submit:hover {
  box-shadow: 0 15px 10px -10px rgba(252, 184, 19, 0.2);
  transition: .3s;
}

.hamrah-footer .highlighted-box {
  border-radius: 16px;
  background-color: rgba(253, 253, 253, 0.1);
  min-height: 48px;
}

/* Footer mobile styles */

@media screen and (max-width: 1279px) {
  .hamrah-footer .intro-section {
    min-height: unset;
  }

  .hamrah-footer .intro-section .content,
    .hamrah-footer .links-section .content {
    min-height: unset;
  }

  .hamrah-footer .intro-section {
    border-radius: 24px 24px 0 0;
  }

  .hamrah-footer .links-section {
    border-radius: 0;
  }

  .hamrah-footer .intro-section .social-links {
    border: none;
    padding: 0;
    margin: 25px 0;
    min-height: unset;
  }

  .hamrah-footer .links-section .newsletter-and-certificates {
    border: none;
    padding: 0;
    min-height: 92px;
  }
}

/* /Footer mobile styles */

/* /Footer */

/* Inner pages */

.hamrah-breadcrumb {
  font-size: 14px;
  font-weight: 400;
  color: #1A1A2C;
}

.elementor-widget-container .elementor-widget-text-editor a {
  color: #002080;
  text-decoration: underline !important;
}

.elementor-widget-container .elementor-widget-text-editor a:hover {
  color: #1139af;
}

.elementor-widget-container .dark-container .elementor-widget-text-editor a {
  color: #FCB813;
  text-decoration: underline !important;
}

.elementor-widget-container .dark-container .elementor-widget-text-editor a:hover {
  color: #ffbf28;
}

/* /Inner pages */

/* Auth page */

#auth-page {
  height: 100%;
  margin: 0;
  background-color: #F3F3F3;
}

#auth-page #auth-side-section {
  background-color: black;
  background-image: url("../images/auth-side-bg.jpg");
  background-size: cover;
}

#auth-page #hamrah-auth {
}

#auth-page #btn-back {
  background-color: #EAEAEA;
}

#auth-page #title {
  font-size: 26px;
  font-weight: bold;
  color: #002080;
}

#auth-page #subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}

#auth-page #edit-number {
  display: inline-block;
}

#auth-page #edit-number:hover {
  cursor: pointer;
  text-decoration: underline;
}

#auth-page #edit-number img {
  vertical-align: bottom;
}

#auth-page input {
  border: 1px solid #CCCCD0;
  border-radius: 16px;
  box-shadow: 0 5px 8px -6px gray;
  padding: 12px;
}

#auth-page input.hamrah-otp {
  width: 64px;
  height: 64px;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  #auth-page input.hamrah-otp {
    width: 44px;
    height: 44px;
  }
}

#auth-page button.btn {
  color: #FFFFFF;
  background-color: #FCB813;
  border-radius: 16px;
  box-shadow: 0 5px 8px -6px #FCB813;
  padding: 12px;
}

#auth-page #resend-wrapper,
#auth-page #resend-link-wrapper {
  font-size: 14px;
  color: #002080;
}

#auth-page .social-links {
  background-color: rgba(253, 253, 253, 0.1);
  border-radius: 16px;
  padding: 17px 30px;
  min-height: 48px;
  left: 0;
}

#auth-page .social-links .social-item {
  margin: 0 20px;
}

#auth-page .social-links .social-item:hover path {
  fill: #FCB813;
  transition: .3s;
}

/* /Auth page */

/* Archive pages */

#services-list-container {
  border: none;
  border-radius: 32px;
  background-color: #EAEAEA;
}

.archive-service-item {
  border: none;
  border-radius: 23px;
  background: linear-gradient(24deg, #fff 9%, #fff 107%);
  transition: .3s;
}

.archive-service-item:hover {
  border: none;
  border-radius: 23px;
  background: linear-gradient(24deg, rgba(0, 32, 128, 1) 9%, rgba(127, 161, 248, 1) 107%);
  transition: .3s;
}

.archive-service-item:hover .service-image {
  border: 9px solid rgba(243, 243, 243, .2);
  transition: .3s;
}

.archive-service-item:hover .service-title {
  color: #FFFFFF;
  transition: .3s;
}

.archive-service-item .service-image {
  border: 9px solid rgba(243, 243, 243, .3);
  border-radius: 24px;
  width: 78px;
  margin: auto;
  transition: .3s;
}

.archive-service-item .service-title {
  color: #4D4D5B;
  font-size: 16px;
  font-weight: 800;
  line-height: 32px;
  border-radius: 24px;
  border: 1px solid rgba(229, 229, 231, 0.30);
  background: linear-gradient(180deg, rgba(208, 208, 208, 0.20) 0%, rgba(208, 208, 208, 0.00) 29.21%);
  min-height: 84px;
  padding-top: 36px;
  margin-top: -30px;
  transition: .3s;
}

.hamrah-archive-side-section .icon {
  background-color: #FCB814;
  box-shadow: 0 0 0 8px rgba(252, 184, 19, 0.2);
  border-radius: 16px;
  padding: 5px 18px;
  margin-right: -26px;
  margin-top: 21px;
  position: absolute;
}

.hamrah-archive-side-section .title {
  line-height: 0;
  background-color: #000014;
  background-image: url("../images/dark-box-bg.png");
  background-position: top right;
  background-size: cover;
  border-radius: 24px;
  min-height: 150px;
  padding: 20px 46px 0 8px;
}

.hamrah-archive-side-section .content {
  border: 1px solid #FDFDFD1A;
  border-radius: 32px;
  padding: 10px 56px 20px 16px;
  width: 244px;
  max-width: 100%;
}

.hamrah-archive-side-section .title h3 {
  font-size: 18px;
  font-weight: 800;
  color: #FDFDFD;
}

.hamrah-archive-side-section .title span {
  font-size: 14px;
  font-weight: 400;
  color: #FDFDFDB3;
}

.hamrah-archive-side-section #search-input {
  border-radius: 16px;
  padding: 16px;
}

.hamrah-archive-side-section .content-box {
  background-image: radial-gradient(at top right, #F3F3F3 33%, #EAEAEA 100%);
  border-radius: 24px;
  padding: 16px 14px 1px 12px;
  margin-top: -40px;
}

.hamrah-archive-side-section .content-box ul li {
  background: var(--BlueGradient, linear-gradient(27deg, #FDFDFD 7.18%, #FDFDFD 112.39%));
  padding: 10px;
  margin-bottom: 16px !important;
  font-weight: 600;
  border-style: solid;
  border-width: 1px;
  border-color: #EAEAEA;
  border-radius: 20px;
  box-shadow: 0 0 0 4px #FDFDFD;
  width: 99%;
  transition: .3s;
}

.hamrah-archive-side-section .content-box ul li.active,
.hamrah-archive-side-section .content-box ul li:hover{
  color: white;
  background: var(--BlueGradient, linear-gradient(27deg, #002080 7.18%, #7FA1F8 112.39%));
  border-color: transparent;
  box-shadow: 0 0 0 4px transparent;
  transition: .3s;
}

nav.pagination a {
  font-size: 16px;
  color: #4D4D5B;
  background-color: #F3F3F3;
  padding: 8px 14px;
  border-radius: 12px;
  transition: .3s;
}

nav.pagination a:hover {
  background-color: #e4e4e4;
  transition: .3s;
}

nav.pagination span {
  font-size: 16px;
  color: white;
  background: linear-gradient(27deg, #002080 7.18%, #7FA1F8 112.39%);
  padding: 8px 16px;
  border-radius: 12px;
  min-width: 40px;
  min-height: 40px;
}

nav.pagination a.next,
nav.pagination a.prev {
  background-color: #FCB813;
  padding: 8px 14px;
  transition: .3s;
}

nav.pagination a.next:hover,
nav.pagination a.prev:hover {
  background-color: #ffbe22;
  transition: .3s;
}

/* /Archive pages */

/* Commenting form */

.elementor-widget-post-comments .comment-respond {
  border-radius: 24px;
  background: #000014;
  background-image: url("../images/comment-box-side-bg.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 32px;
  margin-top: 40px;
}

.elementor-widget-post-comments .icon {
  background-color: #FCB814;
  box-shadow: 0 0 0 8px rgba(252, 184, 19, 0.2);
  border-radius: 16px;
  padding: 14px 22px;
  margin-right: -26px;
  margin-top: 10px;
  position: absolute;
}

.elementor-widget-post-comments .title {
  line-height: 0;
  background-color: #000014;
  border-radius: 24px;
  padding: 20px 30px 0 8px;
}

.elementor-widget-post-comments .content {
  padding: 10px 56px 20px 16px;
  width: 244px;
  max-width: 100%;
}

.elementor-widget-post-comments .title h3 {
  font-size: 24px;
  font-weight: 800;
  color: #FDFDFD;
}

.elementor-widget-post-comments .title span {
  font-size: 14px;
  font-weight: 400;
  color: #FDFDFDB3;
}

.elementor-widget-post-comments #email-notes,
.elementor-widget-post-comments .required-field-message,
.elementor-widget-post-comments .logged-in-as,
.elementor-widget-post-comments .comment-form-cookies-consent {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #FDFDFDB3;
  display: block;
}

.elementor-widget-post-comments .comment-reply-title {
  font-size: 24px;
  font-weight: 800;
  color: #FDFDFD;
  padding-bottom: 20px;
}

.hamrah-custom-comment-form {
  background: rgba(253, 253, 253, 0.1);
  border-radius: 24px;
  padding: 24px;
}

.hamrah-custom-comment-form textarea,
.hamrah-custom-comment-form input[type="text"],
.hamrah-custom-comment-form input[type="email"] {
  color: #FDFDFD;
  background: rgba(127, 161, 248, 0.10);
  border-radius: 16px;
  padding: 12px 16px;
  width: 100%;
  margin-bottom: 6px;
  outline: none;
}

.hamrah-custom-comment-form button[type="submit"] {
  background-color: #FCB814;
  color: #000014;
  padding: 0.5rem 2rem;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}

.hamrah-custom-comment-form button[type="submit"]:hover {
  background-color: rgba(252, 184, 20, 0.8);
}

/* /Commenting form */

/* Comment items */

.hamrah-comment-list,
.hamrah-comment-list li {
  margin-left: unset !important;
  margin-right: unset !important;
}

.hamrah-comment-list ul.children {
  margin-right: 42px;
  margin-left: 0;
  margin-top: 75px;
}

.hamrah-comment-list ul.children .hamrah-comment-image {
  margin-right: 42px;
}

.hamrah-comment-list ul.children .reply-arrow {
  position: absolute;
  margin-right: -42px;
  margin-top: -42px;
}

.hamrah-comment-item {
  margin-top: 58px !important;
  list-style: none !important;
}

.hamrah-comment-image {
  width: 100px;
  margin-bottom: 8px;
  position: absolute;
  right: 0;
}

.hamrah-comment-image img {
  border-radius: 24px !important;
}

.hamrah-comment-author {
  color: #000014;
  font-weight: bolder;
  background: linear-gradient(233deg, #EAEAEA 26.81%, #EAEAEA 84.46%);
  padding: 16px 100px 16px 16px;
  border-radius: 24px 24px 0 0;
  margin-right: 20px;
  transition: .3s;
}

.hamrah-comment-reply {
  background-color: white;
  border-radius: 12px;
  padding: 8px 16px;
}

.hamrah-comment-reply:hover {
  background-color: #FCB814FF;
  border-radius: 12px;
  padding: 8px 16px;
  transition: .3s;
}

.hamrah-comment-item:hover .hamrah-comment-author {
  background: linear-gradient(27deg, #002080 7.18%, #7FA1F8 112.39%);
  transition: .3s;
}

.hamrah-comment-item:hover .hamrah-comment-author .name {
  color: #FDFDFD;
}

.hamrah-comment-title {
  background-color: white;
  padding: 15px;
  border: 8px solid #EAEAEA;
  border-radius: 0 24px 24px 24px;
  box-shadow: 0 21px 21px -20px gray;
}

.hamrah-comment-title .hamrah-comment-content {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  padding: 8px;
  border: 1px solid #EAEAEA;
  border-radius: 8px
}

.hamrah-comment-title .hamrah-comment-content .side-color span {
  width: 16px;
  height: 8px;
  background-color: #FCB813;
  margin-right: -24px;
  position: absolute;
  margin-top: 10px;
}

.hamrah-comment-title .hamrah-comment-content .date {
  font-size: 14px;
  color: #808089;
}

/* Comment items */

/****** User dashboard *******/

#hamrah-dashboard #hamrah-profile-title {
  font-size: 15px;
  font-weight: bolder;
  color: white;
  background-color: #000014;
  background-image: url("../images/user-dashboard-title-bg.png");
  background-position: top left;
  background-repeat: no-repeat;
  height: 144px;
  border-radius: 24px;
  padding: 32px;
}

#hamrah-dashboard #hamrah-profile-title img {
  border-radius: 24px;
  margin-top: -70px;
}

#hamrah-dashboard #side-menu {
  background-color: white;
  border: 1px solid #E5E5E7;
  border-radius: 24px;
  padding: 17px 41px 17px 17px;
  box-shadow: 0 0 45px -20px gray;
  margin-top: -45px;
  margin-left: -32px;
  margin-right: 32px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  #hamrah-dashboard #side-menu {
    background-color: white;
    border: 1px solid #E5E5E7;
    border-radius: 24px;
    padding: 17px 41px 17px 17px;
    box-shadow: 0 0 45px -20px gray;
    margin-top: -45px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 2;
  }
}

#hamrah-dashboard #side-menu li {
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  text-indent: 40px;
  color: #4D4D5B;
  background: linear-gradient(90deg, rgba(0, 0, 20, 0.03) 0%, rgba(0, 0, 20, 0.0) 70%, rgba(0, 0, 20, 0.03) 100%);
  height: 64px;
  border-radius: 32px;
  padding: 0 10px;
  margin: 8px auto;
  transition: .3s;
}

#hamrah-dashboard #side-menu li .icon {
  background: linear-gradient(24deg, #ffffff 9%, #f9f9f9 107%);
  border-radius: 22px;
  box-shadow: 0 0 0 8px #EAEAEA;
  transition: .3s;
  padding: 5px 14px;
  margin-right: -24px;
  margin-top: 18px;
  position: absolute;
}

#hamrah-dashboard #side-menu li svg path {
  fill: #4D4D5B;
  transition: .3s;
}

#hamrah-dashboard #side-menu li div.en-title {
  font-size: 12px;
  font-weight: 400;
  color: #808089;
  line-height: 0;
}

#hamrah-dashboard #side-menu li:hover,
#hamrah-dashboard #side-menu li.active {
  color: #002080;
  background: linear-gradient(90deg, rgba(127, 161, 248, 0.20) 0%, rgba(127, 161, 248, 0.00) 29.83%, rgba(127, 161, 248, 0.20) 100%);
  transition: .3s;
}

#hamrah-dashboard #side-menu li:hover .icon,
#hamrah-dashboard #side-menu li.active .icon {
  background: linear-gradient(24deg, rgba(0, 32, 128, 1) 9%, rgba(127, 161, 248, 1) 107%);
  box-shadow: 0 0 0 8px rgba(127, 161, 248, 0.3);
  transition: .3s;
}

#hamrah-dashboard #side-menu li:hover .en-title,
#hamrah-dashboard #side-menu li.active .en-title {
  color: #8090BF;
  transition: .3s;
}

#hamrah-dashboard #side-menu li:hover svg path,
#hamrah-dashboard #side-menu li.active svg path {
  fill: white;
  transition: .3s;
}

#hamrah-dashboard #logout-box {
  font-weight: bolder;
  color: white;
  height: 106px;
  background: linear-gradient(24deg, rgba(0, 32, 128, 1) 9%, rgba(127, 161, 248, 1) 107%);
  border-radius: 20px;
  padding: 66px 40px 19px 4px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

#hamrah-dashboard #hamrah-profile-content-section {
  background-color: #F3F3F3;
  border-radius: 32px;
  padding: 32px;
}

@media screen and (max-width: 1023px) {
  #hamrah-dashboard #hamrah-profile-content-section {
    margin-right: 0;
    margin-top: 20px;
    padding: 16px;
  }
}

#hamrah-dashboard #hamrah-profile-content-section .title {
  font-size: 20px;
  font-weight: 900;
  line-height: 45px;
  text-indent: 56px;
  color: #000014;
  padding: 0 32px 0 0;
  transition: .3s;
}

#hamrah-dashboard #hamrah-profile-content-section .icon {
  background: linear-gradient(24deg, rgba(0, 32, 128, 1) 9%, rgba(127, 161, 248, 1) 107%);
  border-radius: 22px;
  box-shadow: 0 0 0 8px rgba(127, 161, 248, 0.3);
  padding: 10px 22px;
  margin-right: -28px;
  margin-top: 12px;
  position: absolute;
  transition: .3s;
}

#hamrah-dashboard #hamrah-profile-content-section .icon.yellow {
  background: #FCB813;
  box-shadow: 0 0 0 8px rgba(252, 184, 19, 0.2);
  padding: 10px 14px;
  margin: inherit;
  position: inherit;
  border-radius: 16px;
}

#hamrah-dashboard #hamrah-profile-content-section div.en-title,
#hamrah-dashboard #hamrah-profile-content-section div.date {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 20, 0.5);
  line-height: 0;
}

#hamrah-dashboard #hamrah-profile-content-section .fade-bg-title {
  line-height: 46px;
  background: linear-gradient(270deg, rgba(127, 161, 248, 0.20) 0%, rgba(127, 161, 248, 0.00) 45%);
  height: 67px;
  border-radius: 32px;
}

#hamrah-dashboard #hamrah-profile-content-section .overview-item {
  border-radius: 16px;
  padding: 14px;
}

#hamrah-dashboard #hamrah-profile-content-section .overview-item .overview-content p {
  font-size: 14px;
  font-weight: 600;
  color: #4D4D5B;
}

#hamrah-dashboard #hamrah-profile-content-section .overview-item .overview-content div {
  font-size: 18px;
  font-weight: 900;
}

#hamrah-dashboard #hamrah-profile-content-section .overview-item:nth-child(1) {
  background: linear-gradient(90deg, rgba(127, 161, 248, 0.20) 0%, rgba(127, 161, 248, 0.00) 54.76%, rgba(127, 161, 248, 0.20) 100%), #FFF;
  box-shadow: 0 11px 4px -4px rgba(127, 161, 248, 0.20);
  transition: .3s;
}

#hamrah-dashboard #hamrah-profile-content-section .overview-item:nth-child(1):hover {
  box-shadow: 0 11px 4px -4px rgba(127, 161, 248, 0.50);
  transition: .3s;
}

#hamrah-dashboard #hamrah-profile-content-section .overview-item:nth-child(1) .overview-content div {
  color: #002080;
}

#hamrah-dashboard #hamrah-profile-content-section .overview-item:nth-child(2) {
  background: linear-gradient(90deg, rgba(254, 203, 93, 0.20) 0%, rgba(254, 203, 93, 0.00) 55.34%, rgba(254, 203, 93, 0.20) 100%), #FFF;
  box-shadow: 0 11px 4px -4px rgba(254, 203, 93, 0.20);
  transition: .3s;
}

#hamrah-dashboard #hamrah-profile-content-section .overview-item:nth-child(2):hover {
  box-shadow: 0 11px 4px -4px rgba(254, 203, 93, 0.50);
  transition: .3s;
}

#hamrah-dashboard #hamrah-profile-content-section .overview-item:nth-child(2) .overview-content div {
  color: #FCB813;
}

#hamrah-dashboard #hamrah-profile-content-section .overview-item:nth-child(3) {
  background: linear-gradient(90deg, rgba(0, 0, 20, 0.06) 0%, rgba(0, 0, 20, 0.00) 50.01%, rgba(0, 0, 20, 0.06) 100%), #FFF;
  box-shadow: 0 11px 4px -4px rgba(0, 0, 20, 0.20);
  transition: .3s;
}

#hamrah-dashboard #hamrah-profile-content-section .overview-item:nth-child(3):hover {
  box-shadow: 0 11px 4px -4px rgba(0, 0, 20, 0.50);
  transition: .3s;
}

#hamrah-dashboard #hamrah-profile-content-section .overview-item:nth-child(3) .overview-content div {
  color: #000014;
}

#hamrah-dashboard #hamrah-profile-content-section .content {
  margin-top: 40px;
}

#hamrah-dashboard #hamrah-profile-content-section .content .btn-submit {
  font-weight: bold;
  color: #000014;
  background-color: #FCB813;
  border-radius: 16px;
  box-shadow: 0 6px 3px 0 rgba(252, 184, 19, 0.3);
  height: 48px;
  padding: 0 30px;
  opacity: 1;
  transition: .3s;
}

#hamrah-dashboard #hamrah-profile-content-section .content label {
  font-size: 16px;
  font-weight: bold;
  color: #4D4D5B;
  margin-bottom: 10px;
}

#hamrah-dashboard #hamrah-profile-content-section .content label span {
  font-size: 18px;
  color: #FCB813;
}

#hamrah-dashboard #hamrah-profile-content-section .content input,
#hamrah-dashboard #hamrah-profile-content-section .content select {
  border: 1px solid #CCCCD0;
  padding: 10px;
  border-radius: 12px;
  width: 100%;
}

#hamrah-dashboard #hamrah-profile-content-section .content select {
  padding-left: 20px;
}

#hamrah-dashboard #hamrah-profile-content-section .content .btn-submit:hover {
  opacity: .8;
  transition: .3s;
}

#hamrah-dashboard #hamrah-profile-content-section .announcement .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #333343;
  padding: 0 22px;
}

#hamrah-dashboard #hamrah-profile-content-section .title .icon svg path {
  fill: white;
  transition: .3s;
}

#hamrah-dashboard #hamrah-profile-content-section .announcement .title .icon {
  padding: 10px 12px;
  margin-top: 8px;
  margin-right: -15px;
  border-radius: 10px;
}

#hamrah-dashboard #hamrah-profile-content-section .announcement .category-link {
  font-size: 14px;
  font-weight: 300;
  color: #002080;
  text-align: left;
  width: 100%;
  float: left;
  margin-top: -50px;
}

#hamrah-dashboard #hamrah-profile-content-section .announcement .content {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #4D4D5B;
  background-color: #F3F3F3;
  border-radius: 16px;
  padding: 8px 16px;
}

#hamrah-dashboard #hamrah-profile-content-section .post-item .title {
  font-size: 18px;
  color: #333343;
  text-indent: 0;
  padding: 10px 12px;
  margin-top: 8px;
  margin-right: -15px;
  border-radius: 10px;
}

#hamrah-dashboard #hamrah-profile-content-section .post-item .btn {
  font-size: 14px;
  color: #333343;
  background-color: #FCB813;
  border-radius: 12px;
  padding: 8px 24px;
}

#hamrah-dashboard #hamrah-profile-content-section .post-item .hamrah-comment-item li {
  margin: 20px 0 !important;
}

#hamrah-dashboard #hamrah-profile-content-section .post-item .hamrah-comment-item .hamrah-comment-image {
  position: relative;
}

#hamrah-dashboard #hamrah-profile-content-section .post-item .hamrah-comment-item .hamrah-comment-author {
  margin-right: -55px;
  margin-left: 20px;
  padding-right: 70px;
}

#hamrah-dashboard #hamrah-profile-content-section .post-item .hamrah-comment-item .hamrah-comment-title {
  border-radius: 24px;
  box-shadow: none;
}

#hamrah-dashboard #hamrah-profile-content-section .post-item .hamrah-comment-item .date {
  font-size: 14px;
  color: #808089;
}

#hamrah-dashboard #hamrah-profile-content-section .post-item .hamrah-comment-item .hamrah-comment-replies {
  margin-right: 42px;
}

#hamrah-dashboard #hamrah-profile-content-section .post-item .hamrah-comment-item .hamrah-comment-replies .reply-arrow {
  position: absolute;
  margin-right: -42px;
}

/* Ticketing */

#hamrah-dashboard #hamrah-profile-content-section #support-tickets table thead tr {
  font-weight: 600;
  color: #4D4D5B;
  background: linear-gradient(90deg, #F3F3F3 0%, #EAEAEA 100%);
  border: 1px solid #E5E5E7;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets table tbody {
  color: #4D4D5B;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets table tbody tr:nth-child(odd) td {
  border-top: 1px solid #002080;
  border-bottom: 1px solid #002080;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets table tbody tr:nth-child(odd) td:first-child {
  border-right: 1px solid #002080;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets table tbody tr:nth-child(odd) td:last-child {
  border-left: 1px solid #002080;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets table tbody tr:nth-child(odd) a {
  color: #002080;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets table tbody tr:nth-child(even) td {
  background: #FFF8E7;
  border-top: 1px solid #FCB813;
  border-bottom: 1px solid #FCB813;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets table tbody tr:nth-child(even) td:first-child {
  border-right: 1px solid #FCB813;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets table tbody tr:nth-child(even) td:last-child {
  border-left: 1px solid #FCB813;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets table tbody tr:nth-child(even) a {
  color: #FCB813;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets table tbody tr:nth-child(even) path {
  fill: #FCB813;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets .ticket-message-box {
  background: linear-gradient(90deg, #F3F3F3 0%, #EAEAEA 100%);
  padding: 24px;
  margin: 12px 0;
  border-radius: 32px;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets .ticket-message-box.admin {
  margin-right: 40px;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets .ticket-message-content {
  font-size: 14px;
  font-weight: 500;
  color: #4D4D5B;
  background: white;
  padding: 8px 16px 8px 16px;
  border: 1px solid #F3F3F3;
  border-radius: 16px;
  box-shadow: 0 0 0 8px white;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets #message-form-box {
  background-color: #000014;
  padding: 16px;
  border-radius: 24px;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets .title {
  font-size: 16px;
  font-weight: 900;
  line-height: 45px;
  text-indent: 56px;
  color: #FDFDFD;
  padding: 0 32px 0 0;
  transition: .3s;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets .icon {
  background: #FCB813;
  border-radius: 22px;
  box-shadow: 0 0 0 8px rgba(252, 184, 19, 0.3);
  padding: 10px 22px;
  margin-right: -28px;
  margin-top: 12px;
  position: absolute;
  transition: .3s;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets .icon path {
  fill: #000014 !important;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets div.en-title {
  font-size: 14px;
  font-weight: 400;
  color: rgba(253, 253, 253, 0.7);
  line-height: 0;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets #message-form-box #fields-box {
  background-color: rgba(253, 253, 253, 0.1);
  padding: 24px;
  border-radius: 24px;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets #message-form-box label {
  color: rgba(253, 253, 253, 0.7);
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets #message-form-box textarea,
#hamrah-dashboard #hamrah-profile-content-section #support-tickets #message-form-box input[type="text"],
#hamrah-dashboard #hamrah-profile-content-section #support-tickets #message-form-box select {
  border-radius: 0.5rem;
  padding: 1rem;
  border: none;
  width: 100%;
  background: rgba(127, 161, 248, 0.10);
  margin-top: 10px;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets #message-form-box select option {
  color: #000014;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets #message-form-box button[type="submit"] {
  background-color: #FCB814;
  color: #000014;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}

#hamrah-dashboard #hamrah-profile-content-section #support-tickets #message-form-box button[type="submit"]:hover {
  background-color: rgba(252, 184, 20, 0.8);
}

/* /Ticketing */

/* Consultations */

#hamrah-dashboard #hamrah-profile-content-section #consultations {
  background-color: #000014;
}

#hamrah-dashboard #hamrah-profile-content-section #consultations table thead tr {
  font-weight: 600;
  color: #FDFDFD;
  background: linear-gradient(27deg, rgba(0, 32, 128, 0.50) 7.18%, rgba(127, 161, 248, 0.50) 112.39%);
}

#hamrah-dashboard #hamrah-profile-content-section #consultations table tbody {
  color: #FDFDFD;
}

#hamrah-dashboard #hamrah-profile-content-section #consultations table tbody tr:nth-child(odd) {
  background: rgba(253, 253, 253, 0.10);
}

#hamrah-dashboard #hamrah-profile-content-section #consultations table tbody tr:nth-child(odd) a {
  color: #FDFDFD;
}

#hamrah-dashboard #hamrah-profile-content-section #consultations table tbody tr:nth-child(even) td {
  background: #FFF8E7;
  background: rgba(127, 161, 248, 0.20);
}

#hamrah-dashboard #hamrah-profile-content-section #consultations table tbody tr a {
  color: #FDFDFD;
}

#hamrah-dashboard #hamrah-profile-content-section #consultations table tbody tr path {
  fill: #FDFDFD;
}

#hamrah-dashboard #hamrah-profile-content-section #consultations .btn {
  background: rgba(127, 161, 248, 0.18);
  padding: 8px 12px;
  border-radius: 12px;
  opacity: 1;
  transition: .3s;
}

#hamrah-dashboard #hamrah-profile-content-section #consultations .btn:hover {
  opacity: .8;
  transition: .3s;
}

#hamrah-dashboard #hamrah-profile-content-section #view-page .inner-section-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
}

#hamrah-dashboard #hamrah-profile-content-section #view-page .inner-section-content #consulting_invoice_description ul {
  list-style: disc;
  padding-right: 35px;
}

/* /Consultations */

/****** /User dashboard ******/

/* Consulting book page */

#consultation-booking {
  background: linear-gradient(90deg, #F3F3F3 0%, #EAEAEA 100%);
  padding: 24px;
  border-radius: 32px;
}

#consulting-form-section {
  background: #FFF;
  border-radius: 24px;
  padding: 8px;
}

#consulting-form-section #consulting-form {
  border-radius: 16px;
  border: 1px solid #F3F3F3;
}

#consultation-booking .title {
  font-size: 20px;
  font-weight: 900;
  line-height: 45px;
  text-indent: 56px;
  color: #000014;
  padding: 0 32px 0 0;
  transition: .3s;
}

#consultation-booking .icon {
  background: linear-gradient(24deg, #FCB813 9%, #FCB813 107%);
  border-radius: 22px;
  box-shadow: 0 0 0 8px rgba(252, 184, 19, 0.2);
  padding: 10px 22px;
  margin-right: -28px;
  margin-top: 12px;
  position: absolute;
  transition: .3s;
}

#consultation-booking div.en-title {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 20, 0.5);
  line-height: 0;
}

#consulting-form-section #consulting-form .fields-group {
  background: linear-gradient(90deg, #F3F3F3 0%, #EAEAEA 100%);
  border-radius: 16px;
}

#consulting-form-section #consulting-form .fields-group .field-title {
  color: #4D4D5B;
  font-size: 16px;
  font-weight: 700;
}

#consulting-form-section #consulting-form .fields-group .field-title span {
  color: #FCB813;
  font-size: 18px;
  font-weight: 700;
}

#consulting-form-section #consulting-form .fields-group hr {
  border-color: #D9D9D9;
  margin-top: 12px;
}

#consulting-form-section #consulting-form .fields-group input[type=radio] {
  width: 24px;
  height: 24px;
  padding: 8px 6px;
  border-radius: 8px;
  border: 1px solid rgba(0, 32, 128, 0.10);
  background: rgba(204, 210, 230, 0.20);
  vertical-align: middle;
}

#consulting-form-section #consulting-form .fields-group #calendar-header {
  color: white;
  background: linear-gradient(235deg, #002080 12.09%, #000014 88.05%), #000014;
  background-image: url("../images/calendar-header-bg.png");
  background-size: cover;
  height: 94px;
  border-radius: 15px;
  padding: 0 24px;
}

#consulting-form-section #consulting-form .fields-group .btn-day {
  border-radius: 12px;
  border: 1px solid #E5E5E7;
  background: linear-gradient(90deg, #F3F3F3 0%, #EAEAEA 100%);
}

#consulting-form-section #consulting-form .fields-group .btn-day.selected {
  color: white;
  border-radius: 12px;
  border: none;
  background: linear-gradient(27deg, #002080 7.18%, #7FA1F8 112.39%);
}

#consulting-form-section #consulting-form #product-price {
  background: linear-gradient(27deg, #002080 7.18%, #7FA1F8 112.39%), linear-gradient(90deg, #F3F3F3 0%, #EAEAEA 100%), #F2F2F2;
  border: 8px solid rgba(39, 73, 186, 0.9);
}

/* /Consulting book page */

/* Checkout page */

#checkout-page #checkout-fields {
  background: linear-gradient(90deg, #F3F3F3 0%, #EAEAEA 100%);
  padding: 24px;
  border-radius: 32px;
}

#checkout-page #checkout-summary {
  background: linear-gradient(90deg, #F3F3F3 0%, #EAEAEA 100%);
  padding: 8px;
  border-radius: 24px;
}

#checkout-page #checkout-fields label {
  color: #4D4D5B;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

#checkout-page #checkout-fields label span {
  color: #FCB813;
  font-size: 18px;
  font-weight: 700;
}

#checkout-page #checkout-fields input {
  border-radius: 12px;
  border: 1px solid #CCCCD0;
  padding: 10px 18px;
}

#checkout-page #checkout-fields input[readonly] {
  opacity: .7;
}

#checkout-page #checkout-summary table.shop_table,
#checkout-page #checkout-summary table.shop_table th,
#checkout-page #checkout-summary table.shop_table td {
  border: none;
}

#checkout-page #checkout-summary button[type=submit] {
  width: 100%;
  background: linear-gradient(27deg, #002080 7.18%, #7FA1F8 112.39%);
  border-radius: 16px;
  padding: 12px;
  margin-top: 10px;
}

/* /Checkout page */

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

.even\:bg-gray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / 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-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + 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);
}

@media (min-width: 640px) {
  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

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

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

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

  .sm\:flex-col {
    flex-direction: column;
  }

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

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

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

  .sm\:self-start {
    align-self: flex-start;
  }
}

@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-full {
    height: 100%;
  }

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

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:grow {
    flex-grow: 1;
  }

  .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-2 {
    gap: 0.5rem;
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:p-4 {
    padding: 1rem;
  }

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

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

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-1260 {
    width: 1260px;
  }

  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }

  .lg\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

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

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

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

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

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

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

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline {
    display: inline;
  }

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

  .xl\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .xl\:basis-1\/4 {
    flex-basis: 25%;
  }

  .xl\:basis-1\/5 {
    flex-basis: 20%;
  }

  .xl\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .xl\:basis-2\/5 {
    flex-basis: 40%;
  }

  .xl\:basis-3\/4 {
    flex-basis: 75%;
  }

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

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

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

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

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

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

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

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:text-start {
    text-align: start;
  }
}

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