/*
! tailwindcss v3.4.3 | 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: currentColor; /* 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] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 400px) {

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

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

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

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

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

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

  .container {
    max-width: 1600px;
  }
}
/* =============================== */
/* Common Headings  */
/* =============================== */
.base-700 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
/* =============================== */
/* Common borders  */
/* =============================== */
.hr {
  border-bottom-width: 1px;
  border-color: #EEEEEEEE;
  padding-bottom: 1.25rem;
}
/* =============================== */
/* Common Buttons  */
/* =============================== */
.primary-btn {
  height: 2.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(112 54 95 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(112 54 95 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: cairo;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: "0px 1px 2px 0px #1018280D";
  --tw-shadow-colored: 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.primary-btn:hover {
  background-color: rgb(112 54 95 / 0.8) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.primary-border-btn {
  height: 2.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(112 54 95 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: cairo;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(112 54 95 / var(--tw-text-opacity));
}
.primary-border-btn:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(116 116 116 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.decline-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: cairo;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.delete-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-border-opacity: 1;
  border-color: rgb(192 16 72 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(192 16 72 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: cairo;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.delete-btn:hover {
  background-color: rgb(192 16 72 / 0.8) !important;
}
/* =============================== */
/* outlet px padding stylings */
/* =============================== */
.primary-outlet {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1536px) {

  .primary-outlet {
    padding-left: 32px;
    padding-right: 35px;
  }
}
/* =============================== */
/* input stylings */
/* =============================== */
.primary-input {
  height: 44px;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  font-family: cairo;
}
.primary-input:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(112 54 95 / var(--tw-border-opacity)) !important;
}
.primary-input:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(112 54 95 / var(--tw-border-opacity)) !important;
}
.primary-input:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(116 116 116 / var(--tw-border-opacity));
}
/* =============================== */
/* card layout stylings */
/* =============================== */
.primary-card-white {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.primary-card-white:where([dir="ltr"], [dir="ltr"] *) {
  padding: 32px 60px 40px 24px;
}
.primary-card-white:where([dir="rtl"], [dir="rtl"] *) {
  padding: 32px 24px 40px 60px;
}
.primary-card-white:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(116 116 116 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity));
}
/* =============================== */
/* circle background for icons */
/* =============================== */
.circle {
  display: grid;
  height: 24px;
  width: 24px;
  place-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.circle:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(116 116 116 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity));
}
/* =============================== */
/* square background for icons  */
/* =============================== */
.icons-bg {
  display: grid;
  height: 1.75rem;
  width: 1.75rem;
  cursor: pointer;
  place-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #EEEEEEEE;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.icons-bg:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(116 116 116 / var(--tw-border-opacity));
}
.height-8 {
  display: flex;
  height: 2rem;
  align-items: center;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-bottom-\[26px\] {
  bottom: -26px;
}
.-right-4 {
  right: -1rem;
}
.-right-6 {
  right: -1.5rem;
}
.-right-\[4px\] {
  right: -4px;
}
.-top-0 {
  top: -0px;
}
.-top-1 {
  top: -0.25rem;
}
.-top-12 {
  top: -3rem;
}
.-top-4 {
  top: -1rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-\[-2px\] {
  bottom: -2px;
}
.bottom-\[10px\] {
  bottom: 10px;
}
.end-10 {
  inset-inline-end: 2.5rem;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-48 {
  left: 12rem;
}
.left-\[0px\] {
  left: 0px;
}
.left-\[100px\] {
  left: 100px;
}
.left-\[80px\] {
  left: 80px;
}
.right-0 {
  right: 0px;
}
.right-12 {
  right: 3rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-12 {
  top: 3rem;
}
.top-2 {
  top: 0.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-3 {
  top: 0.75rem;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[8px\] {
  top: 8px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.\!m-0 {
  margin: 0px !important;
}
.m-0 {
  margin: 0px;
}
.m-5 {
  margin: 1.25rem;
}
.m-auto {
  margin: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-\[1px\] {
  margin-top: 1px;
  margin-bottom: 1px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-6 {
  margin-bottom: 1.5rem !important;
}
.-ml-20 {
  margin-left: -5rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-ml-\[11px\] {
  margin-left: -11px;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-7 {
  margin-top: -1.75rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 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;
}
.mb-\[-15px\] {
  margin-bottom: -15px;
}
.mb-\[-20px\] {
  margin-bottom: -20px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-\[130px\] {
  margin-left: 130px;
}
.ml-\[144px\] {
  margin-left: 144px;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.ml-auto {
  margin-left: auto;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-\[1px\] {
  margin-right: 1px;
}
.mr-\[20\%\] {
  margin-right: 20%;
}
.mr-\[70px\] {
  margin-right: 70px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.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;
}
.mt-\[-10px\] {
  margin-top: -10px;
}
.mt-\[-14px\] {
  margin-top: -14px;
}
.mt-\[-15px\] {
  margin-top: -15px;
}
.mt-\[-16px\] {
  margin-top: -16px;
}
.mt-\[-20px\] {
  margin-top: -20px;
}
.mt-\[-8px\] {
  margin-top: -8px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!h-0 {
  height: 0px !important;
}
.\!h-10 {
  height: 2.5rem !important;
}
.\!h-11 {
  height: 2.75rem !important;
}
.\!h-12 {
  height: 3rem !important;
}
.\!h-2 {
  height: 0.5rem !important;
}
.\!h-6 {
  height: 1.5rem !important;
}
.\!h-8 {
  height: 2rem !important;
}
.\!h-\[100\%\] {
  height: 100% !important;
}
.\!h-\[268px\] {
  height: 268px !important;
}
.\!h-\[296px\] {
  height: 296px !important;
}
.\!h-\[30px\] {
  height: 30px !important;
}
.\!h-\[35px\] {
  height: 35px !important;
}
.\!h-\[36px\] {
  height: 36px !important;
}
.\!h-\[403px\] {
  height: 403px !important;
}
.\!h-\[44px\] {
  height: 44px !important;
}
.\!h-auto {
  height: auto !important;
}
.\!h-full {
  height: 100% !important;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[108px\] {
  height: 108px;
}
.h-\[12rem\] {
  height: 12rem;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[136px\] {
  height: 136px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[161px\] {
  height: 161px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[20vh\] {
  height: 20vh;
}
.h-\[23px\] {
  height: 23px;
}
.h-\[27rem\] {
  height: 27rem;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[340px\] {
  height: 340px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[387px\] {
  height: 387px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[40vh\] {
  height: 40vh;
}
.h-\[410px\] {
  height: 410px;
}
.h-\[428px\] {
  height: 428px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[450px\] {
  height: 450px;
}
.h-\[45rem\] {
  height: 45rem;
}
.h-\[45vh\] {
  height: 45vh;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[48vh\] {
  height: 48vh;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[55\%\] {
  height: 55%;
}
.h-\[64vh\] {
  height: 64vh;
}
.h-\[66px\] {
  height: 66px;
}
.h-\[68px\] {
  height: 68px;
}
.h-\[70vh\] {
  height: 70vh;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[7px\] {
  height: 7px;
}
.h-\[calc\(100\%-10px\)\] {
  height: calc(100% - 10px);
}
.h-\[calc\(100\%-68px\)\] {
  height: calc(100% - 68px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.\!max-h-\[420px\] {
  max-height: 420px !important;
}
.max-h-28 {
  max-height: 7rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-44 {
  max-height: 11rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-\[220px\] {
  max-height: 220px;
}
.max-h-\[226px\] {
  max-height: 226px;
}
.max-h-\[24rem\] {
  max-height: 24rem;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[470px\] {
  max-height: 470px;
}
.max-h-\[520px\] {
  max-height: 520px;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[72vh\] {
  max-height: 72vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-h-full {
  max-height: 100%;
}
.max-h-screen {
  max-height: 100vh;
}
.\!min-h-0 {
  min-height: 0px !important;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-40 {
  min-height: 10rem;
}
.min-h-72 {
  min-height: 18rem;
}
.min-h-\[140px\] {
  min-height: 140px;
}
.min-h-\[220px\] {
  min-height: 220px;
}
.min-h-\[285px\] {
  min-height: 285px;
}
.min-h-\[324px\] {
  min-height: 324px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.min-h-\[70vh\] {
  min-height: 70vh;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-10 {
  width: 2.5rem !important;
}
.\!w-12 {
  width: 3rem !important;
}
.\!w-24 {
  width: 6rem !important;
}
.\!w-32 {
  width: 8rem !important;
}
.\!w-48 {
  width: 12rem !important;
}
.\!w-5 {
  width: 1.25rem !important;
}
.\!w-6 {
  width: 1.5rem !important;
}
.\!w-60 {
  width: 15rem !important;
}
.\!w-8 {
  width: 2rem !important;
}
.\!w-80 {
  width: 20rem !important;
}
.\!w-96 {
  width: 24rem !important;
}
.\!w-\[100\%\] {
  width: 100% !important;
}
.\!w-\[150\%\] {
  width: 150% !important;
}
.\!w-\[180\%\] {
  width: 180% !important;
}
.\!w-\[200px\] {
  width: 200px !important;
}
.\!w-\[300px\] {
  width: 300px !important;
}
.\!w-\[30px\] {
  width: 30px !important;
}
.\!w-\[30rem\] {
  width: 30rem !important;
}
.\!w-\[320px\] {
  width: 320px !important;
}
.\!w-\[36px\] {
  width: 36px !important;
}
.\!w-\[400px\] {
  width: 400px !important;
}
.\!w-\[500px\] {
  width: 500px !important;
}
.\!w-\[70\%\] {
  width: 70% !important;
}
.\!w-\[755px\] {
  width: 755px !important;
}
.\!w-\[80\%\] {
  width: 80% !important;
}
.\!w-auto {
  width: auto !important;
}
.\!w-full {
  width: 100% !important;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[102px\] {
  width: 102px;
}
.w-\[105\%\] {
  width: 105%;
}
.w-\[108px\] {
  width: 108px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[113px\] {
  width: 113px;
}
.w-\[136px\] {
  width: 136px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[150\%\] {
  width: 150%;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[165px\] {
  width: 165px;
}
.w-\[174px\] {
  width: 174px;
}
.w-\[178px\] {
  width: 178px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[203px\] {
  width: 203px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[23px\] {
  width: 23px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[274px\] {
  width: 274px;
}
.w-\[275px\] {
  width: 275px;
}
.w-\[2vh\] {
  width: 2vh;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[36rem\] {
  width: 36rem;
}
.w-\[373px\] {
  width: 373px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[4\.5rem\] {
  width: 4.5rem;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[42\%\] {
  width: 42%;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[47\%\] {
  width: 47%;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[5\.35rem\] {
  width: 5.35rem;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[53\%\] {
  width: 53%;
}
.w-\[532px\] {
  width: 532px;
}
.w-\[540px\] {
  width: 540px;
}
.w-\[550px\] {
  width: 550px;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[650px\] {
  width: 650px;
}
.w-\[66px\] {
  width: 66px;
}
.w-\[700px\] {
  width: 700px;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[7px\] {
  width: 7px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[800px\] {
  width: 800px;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[950px\] {
  width: 950px;
}
.w-\[calc\(100\%\)\] {
  width: calc(100%);
}
.w-\[calc\(100\%-108px\)\] {
  width: calc(100% - 108px);
}
.w-\[calc\(100\%-210px\)\] {
  width: calc(100% - 210px);
}
.w-\[calc\(100\%-35px\)\] {
  width: calc(100% - 35px);
}
.w-\[calc\(100\%-60px\)\] {
  width: calc(100% - 60px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.\!min-w-20 {
  min-width: 5rem !important;
}
.min-w-80 {
  min-width: 20rem;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[950px\] {
  min-width: 950px;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[28rem\] {
  max-width: 28rem;
}
.max-w-\[34rem\] {
  max-width: 34rem;
}
.max-w-\[36rem\] {
  max-width: 36rem;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[50rem\] {
  max-width: 50rem;
}
.max-w-\[566px\] {
  max-width: 566px;
}
.max-w-\[64rem\] {
  max-width: 64rem;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-grow {
  flex-grow: 1;
}
.origin-bottom-left {
  transform-origin: bottom left;
}
.origin-bottom-right {
  transform-origin: bottom right;
}
.origin-top {
  transform-origin: top;
}
.origin-top-left {
  transform-origin: top left;
}
.origin-top-right {
  transform-origin: top right;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}
.translate-x-\[36px\] {
  --tw-translate-x: 36px;
  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));
}
.-rotate-45 {
  --tw-rotate: -45deg;
  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));
}
.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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  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));
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}
.scale-\[0\.25\] {
  --tw-scale-x: 0.25;
  --tw-scale-y: 0.25;
  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));
}
.scale-\[0\.4\] {
  --tw-scale-x: 0.4;
  --tw-scale-y: 0.4;
  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));
}
.scale-\[0\.50\] {
  --tw-scale-x: 0.50;
  --tw-scale-y: 0.50;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-grab {
  cursor: grab;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.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-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-\[0\.2fr_1fr\] {
  grid-template-columns: 0.2fr 1fr;
}
.grid-cols-\[0\.35fr_1fr_0\.65fr\] {
  grid-template-columns: 0.35fr 1fr 0.65fr;
}
.grid-cols-\[0\.4fr_1fr_0\.4fr\] {
  grid-template-columns: 0.4fr 1fr 0.4fr;
}
.grid-cols-\[0\.5fr_1fr\] {
  grid-template-columns: 0.5fr 1fr;
}
.grid-cols-\[0\.5fr_1fr_0\.5fr\] {
  grid-template-columns: 0.5fr 1fr 0.5fr;
}
.grid-cols-\[108px_1fr\] {
  grid-template-columns: 108px 1fr;
}
.grid-cols-\[12rem_1fr\] {
  grid-template-columns: 12rem 1fr;
}
.grid-cols-\[160px_1fr\] {
  grid-template-columns: 160px 1fr;
}
.grid-cols-\[1fr\] {
  grid-template-columns: 1fr;
}
.grid-cols-\[1fr_0\.35fr\] {
  grid-template-columns: 1fr 0.35fr;
}
.grid-cols-\[1fr_0\.3fr\] {
  grid-template-columns: 1fr 0.3fr;
}
.grid-cols-\[1fr_0\.5fr\] {
  grid-template-columns: 1fr 0.5fr;
}
.grid-cols-\[1fr_0\.84fr\] {
  grid-template-columns: 1fr 0.84fr;
}
.grid-cols-\[1fr_10px\] {
  grid-template-columns: 1fr 10px;
}
.grid-cols-\[1fr_1fr\] {
  grid-template-columns: 1fr 1fr;
}
.grid-cols-\[1fr_1fr_0\.2fr_0\.2fr\] {
  grid-template-columns: 1fr 1fr 0.2fr 0.2fr;
}
.grid-cols-\[1fr_1fr_0\.5fr\] {
  grid-template-columns: 1fr 1fr 0.5fr;
}
.grid-cols-\[1fr_1fr_1fr\] {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-cols-\[1fr_1fr_2rem\] {
  grid-template-columns: 1fr 1fr 2rem;
}
.grid-cols-\[1fr_1fr_5rem\] {
  grid-template-columns: 1fr 1fr 5rem;
}
.grid-cols-\[1fr_360px\] {
  grid-template-columns: 1fr 360px;
}
.grid-cols-\[20px_1fr\] {
  grid-template-columns: 20px 1fr;
}
.grid-cols-\[20px_1fr_1fr_40px\] {
  grid-template-columns: 20px 1fr 1fr 40px;
}
.grid-cols-\[2fr_1fr\] {
  grid-template-columns: 2fr 1fr;
}
.grid-cols-\[2rem_10rem\] {
  grid-template-columns: 2rem 10rem;
}
.grid-cols-\[2rem_1fr_2rem_1fr\] {
  grid-template-columns: 2rem 1fr 2rem 1fr;
}
.grid-cols-\[30px_1fr\] {
  grid-template-columns: 30px 1fr;
}
.grid-cols-\[32px_1fr\] {
  grid-template-columns: 32px 1fr;
}
.grid-cols-\[35px_1fr\] {
  grid-template-columns: 35px 1fr;
}
.grid-cols-\[40px_1fr\] {
  grid-template-columns: 40px 1fr;
}
.grid-cols-\[5px_1fr_1fr_40px\] {
  grid-template-columns: 5px 1fr 1fr 40px;
}
.grid-cols-\[5rem_1fr\] {
  grid-template-columns: 5rem 1fr;
}
.grid-cols-\[60px_1fr\] {
  grid-template-columns: 60px 1fr;
}
.grid-cols-\[65px_1fr\] {
  grid-template-columns: 65px 1fr;
}
.grid-rows-\[1fr_2rem\] {
  grid-template-rows: 1fr 2rem;
}
.grid-rows-\[1fr_40px\] {
  grid-template-rows: 1fr 40px;
}
.grid-rows-\[1fr_50px\] {
  grid-template-rows: 1fr 50px;
}
.grid-rows-\[1fr_5rem\] {
  grid-template-rows: 1fr 5rem;
}
.grid-rows-\[40px_1fr_50px\] {
  grid-template-rows: 40px 1fr 50px;
}
.grid-rows-\[50px_auto\] {
  grid-template-rows: 50px auto;
}
.grid-rows-\[70px_1fr_auto\] {
  grid-template-rows: 70px 1fr auto;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.place-items-start {
  place-items: start;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.\!justify-center {
  justify-content: center !important;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-11 {
  gap: 2.75rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[105px\] {
  gap: 105px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[1px\] {
  gap: 1px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-\[8px\] {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-\[4px\] {
  row-gap: 4px;
}
.gap-y-px {
  row-gap: 1px;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-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)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-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-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)));
}
.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));
}
.divide-slate-color > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-divide-opacity));
}
.place-self-center {
  place-self: center;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.\!overflow-auto {
  overflow: auto !important;
}
.overflow-auto {
  overflow: auto;
}
.\!overflow-hidden {
  overflow: hidden !important;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.\!rounded-lg {
  border-radius: 0.5rem !important;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-\[7px\] {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.\!border {
  border-width: 1px !important;
}
.\!border-\[1px\] {
  border-width: 1px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-\[6px\] {
  border-width: 6px;
}
.\!border-l-\[1\.82px\] {
  border-left-width: 1.82px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.\!border-\[\#D0D5DD\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(208 213 221 / var(--tw-border-opacity)) !important;
}
.\!border-primary-color {
  --tw-border-opacity: 1 !important;
  border-color: rgb(112 54 95 / var(--tw-border-opacity)) !important;
}
.\!border-yellowish {
  --tw-border-opacity: 1 !important;
  border-color: rgb(181 71 8 / var(--tw-border-opacity)) !important;
}
.border-\[\#079455\] {
  --tw-border-opacity: 1;
  border-color: rgb(7 148 85 / var(--tw-border-opacity));
}
.border-\[\#17B26A\] {
  --tw-border-opacity: 1;
  border-color: rgb(23 178 106 / var(--tw-border-opacity));
}
.border-\[\#70365F\] {
  --tw-border-opacity: 1;
  border-color: rgb(112 54 95 / var(--tw-border-opacity));
}
.border-\[\#C4314B\] {
  --tw-border-opacity: 1;
  border-color: rgb(196 49 75 / var(--tw-border-opacity));
}
.border-\[\#CBE1E2\] {
  --tw-border-opacity: 1;
  border-color: rgb(203 225 226 / var(--tw-border-opacity));
}
.border-\[\#D0D5DD\] {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.border-\[\#E4E7EC\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
}
.border-\[\#EAECF0\] {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-\[\#F2F4F7\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-borders-color {
  border-color: #EEEEEEEE;
}
.border-bright-green {
  --tw-border-opacity: 1;
  border-color: rgb(2 122 72 / var(--tw-border-opacity));
}
.border-bright-green\/30 {
  border-color: rgb(2 122 72 / 0.3);
}
.border-cetificate-border-gray-color {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity));
}
.border-cyanish\/30 {
  border-color: rgb(2 106 162 / 0.3);
}
.border-dark-green {
  --tw-border-opacity: 1;
  border-color: rgb(3 151 84 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}
.border-negative {
  --tw-border-opacity: 1;
  border-color: rgb(196 49 75 / var(--tw-border-opacity));
}
.border-neutral {
  --tw-border-opacity: 1;
  border-color: rgb(208 136 68 / var(--tw-border-opacity));
}
.border-pinkish {
  --tw-border-opacity: 1;
  border-color: rgb(192 16 72 / var(--tw-border-opacity));
}
.border-pinkish\/30 {
  border-color: rgb(192 16 72 / 0.3);
}
.border-pinkishDark {
  --tw-border-opacity: 1;
  border-color: rgb(180 35 24 / var(--tw-border-opacity));
}
.border-positive {
  --tw-border-opacity: 1;
  border-color: rgb(7 148 85 / var(--tw-border-opacity));
}
.border-primary-color {
  --tw-border-opacity: 1;
  border-color: rgb(112 54 95 / var(--tw-border-opacity));
}
.border-primary-color\/25 {
  border-color: rgb(112 54 95 / 0.25);
}
.border-primary-gray-color {
  --tw-border-opacity: 1;
  border-color: rgb(131 148 159 / var(--tw-border-opacity));
}
.border-purplish\/30 {
  border-color: rgb(189 94 234 / 0.3);
}
.border-slate-color {
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
}
.border-tag-color\/30 {
  border-color: rgb(131 197 190 / 0.3);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-yellowish\/30 {
  border-color: rgb(181 71 8 / 0.3);
}
.border-b-gray-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 244 244 / var(--tw-border-opacity));
}
.border-t-\[\#E4E7EC\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(228 231 236 / var(--tw-border-opacity));
}
.border-t-borders-color {
  border-top-color: #EEEEEEEE;
}
.\!bg-\[\#70365F\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(112 54 95 / var(--tw-bg-opacity)) !important;
}
.\!bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-pinkish {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(192 16 72 / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-color {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(112 54 95 / var(--tw-bg-opacity)) !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-white\/0 {
  background-color: rgb(255 255 255 / 0) !important;
}
.\!bg-yellowish\/10 {
  background-color: rgb(181 71 8 / 0.1) !important;
}
.bg-\[\#00BA004D\] {
  background-color: #00BA004D;
}
.bg-\[\#70365F12\] {
  background-color: #70365F12;
}
.bg-\[\#E0E0E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.bg-\[\#ECFDF3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 243 / var(--tw-bg-opacity));
}
.bg-\[\#F2F4F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-\[\#F3F6F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 246 / var(--tw-bg-opacity));
}
.bg-\[\#F5C3114D\] {
  background-color: #F5C3114D;
}
.bg-\[\#F5EAE4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 234 228 / var(--tw-bg-opacity));
}
.bg-\[\#F8FFFE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 255 254 / var(--tw-bg-opacity));
}
.bg-\[\#F9F5FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 245 255 / var(--tw-bg-opacity));
}
.bg-\[\#F9FAFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-\[\#FFB3CD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 179 205 / var(--tw-bg-opacity));
}
.bg-\[\#FFEAF1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 234 241 / var(--tw-bg-opacity));
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#edf8f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 248 248 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-body-color {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
}
.bg-borders-color {
  background-color: #EEEEEEEE;
}
.bg-bright-green {
  --tw-bg-opacity: 1;
  background-color: rgb(2 122 72 / var(--tw-bg-opacity));
}
.bg-bright-green\/10 {
  background-color: rgb(2 122 72 / 0.1);
}
.bg-bright-green\/20 {
  background-color: rgb(2 122 72 / 0.2);
}
.bg-bright-green\/5 {
  background-color: rgb(2 122 72 / 0.05);
}
.bg-cetificate-border-gray-color\/20 {
  background-color: rgb(228 228 228 / 0.2);
}
.bg-cyanish {
  --tw-bg-opacity: 1;
  background-color: rgb(2 106 162 / var(--tw-bg-opacity));
}
.bg-cyanish\/10 {
  background-color: rgb(2 106 162 / 0.1);
}
.bg-cyanish\/20 {
  background-color: rgb(2 106 162 / 0.2);
}
.bg-cyanish\/5 {
  background-color: rgb(2 106 162 / 0.05);
}
.bg-dark-green {
  --tw-bg-opacity: 1;
  background-color: rgb(3 151 84 / var(--tw-bg-opacity));
}
.bg-dark-green\/10 {
  background-color: rgb(3 151 84 / 0.1);
}
.bg-dark-green\/20 {
  background-color: rgb(3 151 84 / 0.2);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 222 222 / var(--tw-bg-opacity));
}
.bg-gray-100\/20 {
  background-color: rgb(223 222 222 / 0.2);
}
.bg-gray-100\/30 {
  background-color: rgb(223 222 222 / 0.3);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-icons-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 246 / var(--tw-bg-opacity));
}
.bg-pinkish {
  --tw-bg-opacity: 1;
  background-color: rgb(192 16 72 / var(--tw-bg-opacity));
}
.bg-pinkish\/10 {
  background-color: rgb(192 16 72 / 0.1);
}
.bg-pinkish\/20 {
  background-color: rgb(192 16 72 / 0.2);
}
.bg-pinkish\/5 {
  background-color: rgb(192 16 72 / 0.05);
}
.bg-pinkishDark\/10 {
  background-color: rgb(180 35 24 / 0.1);
}
.bg-pinkishDark\/20 {
  background-color: rgb(180 35 24 / 0.2);
}
.bg-primary-color {
  --tw-bg-opacity: 1;
  background-color: rgb(112 54 95 / var(--tw-bg-opacity));
}
.bg-primary-color\/10 {
  background-color: rgb(112 54 95 / 0.1);
}
.bg-primary-color\/15 {
  background-color: rgb(112 54 95 / 0.15);
}
.bg-primary-color\/20 {
  background-color: rgb(112 54 95 / 0.2);
}
.bg-primary-color\/30 {
  background-color: rgb(112 54 95 / 0.3);
}
.bg-primary-color\/40 {
  background-color: rgb(112 54 95 / 0.4);
}
.bg-primary-color\/5 {
  background-color: rgb(112 54 95 / 0.05);
}
.bg-primary-color\/90 {
  background-color: rgb(112 54 95 / 0.9);
}
.bg-primary-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 252 / var(--tw-bg-opacity));
}
.bg-primary-text-color\/80 {
  background-color: rgb(26 37 36 / 0.8);
}
.bg-purplish\/10 {
  background-color: rgb(189 94 234 / 0.1);
}
.bg-purplish\/20 {
  background-color: rgb(189 94 234 / 0.2);
}
.bg-purplish\/5 {
  background-color: rgb(189 94 234 / 0.05);
}
.bg-secondary-gray-color {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-slate-color {
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
}
.bg-slate-color\/50 {
  background-color: rgb(223 223 223 / 0.5);
}
.bg-tag-color {
  --tw-bg-opacity: 1;
  background-color: rgb(131 197 190 / var(--tw-bg-opacity));
}
.bg-tag-color\/20 {
  background-color: rgb(131 197 190 / 0.2);
}
.bg-tag-color\/40 {
  background-color: rgb(131 197 190 / 0.4);
}
.bg-tag-color\/5 {
  background-color: rgb(131 197 190 / 0.05);
}
.bg-task-bg-color {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 243 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-yellowish {
  --tw-bg-opacity: 1;
  background-color: rgb(181 71 8 / var(--tw-bg-opacity));
}
.bg-yellowish\/10 {
  background-color: rgb(181 71 8 / 0.1);
}
.bg-yellowish\/20 {
  background-color: rgb(181 71 8 / 0.2);
}
.bg-yellowish\/5 {
  background-color: rgb(181 71 8 / 0.05);
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-cover {
  background-size: cover;
}
.fill-primary-text-color {
  fill: #1A2524;
}
.\!stroke-cyanish {
  stroke: #026AA2 !important;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[22px\] {
  padding: 22px;
}
.p-\[25px_34px\] {
  padding: 25px 34px;
}
.p-\[25px_60px\] {
  padding: 25px 60px;
}
.p-\[27px_39px\] {
  padding: 27px 39px;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[100px\] {
  padding-left: 100px;
  padding-right: 100px;
}
.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20\%\] {
  padding-left: 20%;
  padding-right: 20%;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[15\%\] {
  padding-top: 15%;
  padding-bottom: 15%;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.\!pl-\[32px\] {
  padding-left: 32px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-20 {
  padding-left: 5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-\[7px\] {
  padding-left: 7px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-64 {
  padding-right: 16rem;
}
.pr-\[17\%\] {
  padding-right: 17%;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[68px\] {
  padding-top: 68px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.\!font-cairo {
  font-family: cairo !important;
}
.font-cairo {
  font-family: cairo;
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.\!text-\[16px\] {
  font-size: 16px !important;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[10\.31px\] {
  font-size: 10.31px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12\.37px\] {
  font-size: 12.37px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14\.48px\] {
  font-size: 14.48px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[27px\] {
  font-size: 27px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[37\.24px\] {
  font-size: 37.24px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-\[400\] {
  font-weight: 400 !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-\[300\] {
  font-weight: 300;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[550\] {
  font-weight: 550;
}
.font-\[600\] {
  font-weight: 600;
}
.font-\[650\] {
  font-weight: 650;
}
.font-\[700\] {
  font-weight: 700;
}
.font-\[800\] {
  font-weight: 800;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.\!text-\[\#344054\] {
  --tw-text-opacity: 1 !important;
  color: rgb(52 64 84 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#475467\] {
  --tw-text-opacity: 1 !important;
  color: rgb(71 84 103 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#667085\] {
  --tw-text-opacity: 1 !important;
  color: rgb(102 112 133 / var(--tw-text-opacity)) !important;
}
.\!text-\[white\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-gray-text-color {
  --tw-text-opacity: 1 !important;
  color: rgb(102 112 133 / var(--tw-text-opacity)) !important;
}
.\!text-primary-text-color {
  --tw-text-opacity: 1 !important;
  color: rgb(26 37 36 / var(--tw-text-opacity)) !important;
}
.\!text-secondary-text-color {
  --tw-text-opacity: 1 !important;
  color: rgb(20 20 51 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\!text-yellowish {
  --tw-text-opacity: 1 !important;
  color: rgb(181 71 8 / var(--tw-text-opacity)) !important;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#026AA2\] {
  --tw-text-opacity: 1;
  color: rgb(2 106 162 / var(--tw-text-opacity));
}
.text-\[\#027A48\] {
  --tw-text-opacity: 1;
  color: rgb(2 122 72 / var(--tw-text-opacity));
}
.text-\[\#079455\] {
  --tw-text-opacity: 1;
  color: rgb(7 148 85 / var(--tw-text-opacity));
}
.text-\[\#101828\] {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-\[\#12B76A\] {
  --tw-text-opacity: 1;
  color: rgb(18 183 106 / var(--tw-text-opacity));
}
.text-\[\#17B26A\] {
  --tw-text-opacity: 1;
  color: rgb(23 178 106 / var(--tw-text-opacity));
}
.text-\[\#1D2939\] {
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
}
.text-\[\#252424\] {
  --tw-text-opacity: 1;
  color: rgb(37 36 36 / var(--tw-text-opacity));
}
.text-\[\#252525\] {
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}
.text-\[\#344054\] {
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}
.text-\[\#475467\] {
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}
.text-\[\#535862\] {
  --tw-text-opacity: 1;
  color: rgb(83 88 98 / var(--tw-text-opacity));
}
.text-\[\#667085\] {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-\[\#70365F\] {
  --tw-text-opacity: 1;
  color: rgb(112 54 95 / var(--tw-text-opacity));
}
.text-\[\#717070\] {
  --tw-text-opacity: 1;
  color: rgb(113 112 112 / var(--tw-text-opacity));
}
.text-\[\#C4314B\] {
  --tw-text-opacity: 1;
  color: rgb(196 49 75 / var(--tw-text-opacity));
}
.text-\[\#F5EAE4\] {
  --tw-text-opacity: 1;
  color: rgb(245 234 228 / var(--tw-text-opacity));
}
.text-\[\#FF1469\] {
  --tw-text-opacity: 1;
  color: rgb(255 20 105 / var(--tw-text-opacity));
}
.text-\[black\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[red\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-\[white\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-breadcrumbs-gray-color {
  --tw-text-opacity: 1;
  color: rgb(67 91 109 / var(--tw-text-opacity));
}
.text-bright-green {
  --tw-text-opacity: 1;
  color: rgb(2 122 72 / var(--tw-text-opacity));
}
.text-cetificate-title-color {
  --tw-text-opacity: 1;
  color: rgb(52 59 104 / var(--tw-text-opacity));
}
.text-cyanish {
  --tw-text-opacity: 1;
  color: rgb(2 106 162 / var(--tw-text-opacity));
}
.text-dark-border-color {
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity));
}
.text-dark-green {
  --tw-text-opacity: 1;
  color: rgb(3 151 84 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}
.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}
.text-gray-text-color {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-negative {
  --tw-text-opacity: 1;
  color: rgb(196 49 75 / var(--tw-text-opacity));
}
.text-neutral {
  --tw-text-opacity: 1;
  color: rgb(208 136 68 / var(--tw-text-opacity));
}
.text-pinkish {
  --tw-text-opacity: 1;
  color: rgb(192 16 72 / var(--tw-text-opacity));
}
.text-pinkishDark {
  --tw-text-opacity: 1;
  color: rgb(180 35 24 / var(--tw-text-opacity));
}
.text-positive {
  --tw-text-opacity: 1;
  color: rgb(7 148 85 / var(--tw-text-opacity));
}
.text-primary-Secondary-color2 {
  --tw-text-opacity: 1;
  color: rgb(2 122 72 / var(--tw-text-opacity));
}
.text-primary-color {
  --tw-text-opacity: 1;
  color: rgb(112 54 95 / var(--tw-text-opacity));
}
.text-primary-gray-color {
  --tw-text-opacity: 1;
  color: rgb(131 148 159 / var(--tw-text-opacity));
}
.text-primary-scondary-color {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-primary-text-color {
  --tw-text-opacity: 1;
  color: rgb(26 37 36 / var(--tw-text-opacity));
}
.text-purplish {
  --tw-text-opacity: 1;
  color: rgb(189 94 234 / var(--tw-text-opacity));
}
.text-secondary-text2-color {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-tag-color {
  --tw-text-opacity: 1;
  color: rgb(131 197 190 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellowish {
  --tw-text-opacity: 1;
  color: rgb(181 71 8 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.underline-offset-\[3px\] {
  text-underline-offset: 3px;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-35 {
  opacity: 0.35;
}
.opacity-65 {
  opacity: 0.65;
}
.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.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-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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-\[\#1018280D\] {
  --tw-shadow-color: #1018280D;
  --tw-shadow: var(--tw-shadow-colored);
}
.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.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-blur-2xl {
  --tw-backdrop-blur: blur(40px);
  -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);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-1000 {
  transition-delay: 1000ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.description-text {
	word-wrap: break-word; /* Ensure words wrap to the next line */
	overflow-wrap: break-word; /* Same as word-wrap for modern browsers */
	white-space: normal; /* Ensure text wraps within the container */
	max-height: 300px; /* Limit height to prevent overflow */
	overflow-y: auto; /* Allow vertical scrolling */
}
/* All styling related to antd design will be here */
/* ==================================== */
/* side bar customization */
/* ==================================== */
.parent-nav svg path {
	stroke: #70365F !important;
}
/* .portal-sidebar .ant-menu-light.ant-menu-root.ant-menu-inline {
	border-inline-end: none !important;
}

.portal-sidebar .ant-menu-inline.ant-menu-root .ant-menu-item {
	transition: 0.2s ease-in-out;
	padding: 5px 16px !important;
	margin: 0px !important;
	margin: 4px 0 0px 0 !important;
	color: theme(colors.primary-gray-color) !important;
	width: 100%;
	font-size: 14px;
	display: flex !important;
	justify-content: flex-start !important;
	align-items: center !important;
}

.portal-sidebar .ant-menu-light .ant-menu-item-selected {
	color: theme("colors.white") !important;
	position: relative;
}

.portal-sidebar
	.ant-menu-light
	.ant-menu-item-selected
	.ant-menu-title-content {
	color: theme("colors.white") !important;
}

.portal-sidebar .ant-menu-light .ant-menu-item-selected svg path {
	fill: theme("colors.white") !important;
	color: theme("colors.white") !important;
}

.portal-sidebar .ant-menu-inline-collapsed > .ant-menu-item {
	padding: 4px 18px 0 17px !important;
	transition: 0.2s ease-in-out;
}

.portal-sidebar .ant-menu-inline-collapsed > .ant-menu-item:first-child {
	padding: 3px 18px 0 17px !important;
	transition: 0.2s ease-in-out;
}


.portal-sidebar .ant-menu-light.ant-menu-root.ant-menu-inline {
	border-inline-end: 0 !important;
}

.portal-sidebar .ant-menu-title-content {
	position: absolute;
	margin-left: 30px !important;
	top: 0;
}

[dir="rtl"] .portal-sidebar .ant-menu-title-content {
	margin-right: 36px !important;
}

.portal-sidebar .ant-menu-light.ant-menu-root.ant-menu-vertical {
	border-inline-end: none !important;
} */
/* ============================================== */
/* select input for localization */
/* ============================================== */
.local-select .ant-select-selector {
	height: 40px !important;
	font-weight: 900 !important;
	border-color: #EEEEEEEE !important;
	background-color: #fff !important;
	color: #1A2524 !important;
	border-radius: 4px;
	font-size: 14px;
}
.local-select .ant-select-selection-item {
	font-weight: bold !important;
}
/* ============================================== */
/* antd select input for common use */
/* ============================================== */
.primary-select .ant-select-selector {
	height: 40px !important;
	font-weight: 400 !important;
	border: 1px solid #DFDFDF !important;
	border-color: #DFDFDF !important;
	background-color: #fff !important;
	color: #1A2524 !important;
	border-radius: 4px;
	font-size: 14px;
}
.primary-select .ant-select-selection-item {
	font-weight: bold !important;
}
.primary-select .ant-select {
	display: flex !important;
	align-items: center !important;
}
.primary-select .ant-form-item .ant-form-item-control-input {
	height: 40px !important;
}
.primary-select
	.ant-select-show-search:where(
		.css-dev-only-do-not-override-1qfezbu
	).ant-select:not(.ant-select-customize-input)
	.ant-select-selector {
	width: 100% !important;
}
.primary-select .ant-tag.ant-tag-has-color .anticon-close {
	svg {
		fill: #C01048 !important;
	}
}
.primary-select .ant-form-item .ant-form-item-explain-error {
	margin-top: 8px;
}
/* ======================================================= */
/* antd organization structure policy select input*/
/* ======================================================= */
.policy-select .ant-select-selector {
	height: 35px !important;
}
/* ============================================== */
/* header-search-wrapper */
/* ============================================== */
.header-search-wrapper {
	.ant-input-prefix {
		padding-right: 1rem !important;
	}
}
/* ============================================== */
/* antd Table  */
/* ============================================== */
.antd-table-wrapper {
	.ant-table-wrapper .ant-table-column-sorters {
		gap: 6px;
		justify-content: flex-start !important;
	}

	.ant-table-wrapper .ant-table-column-title {
		flex: none;
	}

	th {
		/* background-color: white !important; */
		font-weight: bold !important;
	}
}
/* ============================================== */
/* antd modal removing extra padding */
/* ============================================== */
.ant-modal .ant-modal-content {
	padding: 0 !important;
}
/* ================================================================================ */
/* Removing extra 8px padding-bottom between antd label and its inputs (column wise) */
/* ================================================================================ */
.ant-form-vertical .ant-form-item-label {
	padding: 0 0 4px !important;

	label {
		font-size: 14px !important;
		color: #83949F !important;
	}
}
.ant-form-large .ant-form-item .ant-form-item-label > label {
	margin: 0 !important;
	height: 3000px !important;
}
/* disabling 24px margin-bottom: ; */
/* .ant-form-item {
	margin-bottom: 0 !important;
} */
/* REMOVING REQUIRED STARR */
.ant-form-item
	.ant-form-item-label
	> label.ant-form-item-required:not(
		.ant-form-item-required-mark-optional
	)::before {
	content: "" !important;
}
/* ================================================================================ */
/* Removing Default required sign from antd Form.Items */
/* ================================================================================ */
.ant-form-item
	.ant-form-item-label
	> label.ant-form-item-required:not(
		.ant-form-item-required-mark-optional
	)::before {
	content: "" !important;
}
/* ===================================================== */
/* antd draggger/uploader stylings, Employe Profile Dragger */
/* ===================================================== */
.ant-upload-wrapper .ant-upload-drag {
	border: 1px dashed #70365F !important;
}
/* ===================================================== */
/* antd draggger/uploader stylings, Employe Profile Dragger */
/* ===================================================== */
.ant-upload-wrapper .ant-upload-list {
	margin-top: 10px;
	gap: 5px;
	display: flex !important;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
}
.ant-upload-wrapper .ant-upload-list::before {
	display: none !important;
}
/* ===================================================== */
/* antd segmented sliding tabs - global */
/* ===================================================== */
.ant-segmented .ant-segmented-group {
	display: flex;
	gap: 1rem;
}
/* ===================================================== */
/* antd checkbox for policy tab */
/* ===================================================== */
/* .policy-checkbox .ant-checkbox-wrapper {
	display: flex !important;
	gap: 1rem;
} */
/* ========================================= */
/* antd tabs stylings, global */
/* ========================================= */
.ant-tabs .ant-tabs-tab {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #83949F !important;
}
.ant-tabs .ant-tabs-tab:hover {
	color: #70365F !important;
}
/* ===================================================================== */
/* antd timepicker AM/PM set to uppercase, default lowercase, global */
/* ===================================================================== */
.ant-picker .ant-picker-input input {
	text-transform: uppercase !important;
}
/* ========================================= */
/* antd breadcrumb stylings, global */
/* ========================================= */
.breadcrumb-wrapper ol {
	display: flex;
	align-items: center;
}
/* ========================================= */
/* antd cars stylings, global */
/* ========================================= */
.ant-card .ant-card-head {
	border-bottom: none !important;
}
.ant-card .ant-card-body {
	padding: 0 12px 12px 12px !important;
}
/* ========================================= */
/* antd upload stylings */
/* ========================================= */
.upload-wrapper .ant-upload-wrapper .ant-upload-select {
	background-color: #3b9ea209 !important;
	padding: 1rem 2rem;
	border-radius: 6px;
	border: 1px dashed #70365F !important;
}
.dragger-wrapper .ant-upload-wrapper .ant-upload-select {
	background-color: #3b9ea209 !important;
	padding: 1rem 10rem;
	border-radius: 6px;
	border: 1px dashed #70365F !important;
}
.dragger-wrapper-sessions .ant-upload-wrapper .ant-upload-select {
	background-color: #3b9ea209 !important;
	padding: 0.1rem 10px;
	border-radius: 6px;
	border: 1px dashed #70365F !important;
	width: 100%;
}
.attachments-card .ant-upload-wrapper .ant-upload-select {
	padding: 0.1rem 10px;
	border-radius: 6px;
	border: 1px solid #DFDFDF !important;
	width: 100%;
	margin-top: 10px;
}
/* ========================================= */
/* apex charts stylings */
/* ========================================= */
.apexcharts-legend-series {
	display: flex !important;
	align-items: center !important;
}
.apexcharts-legend-marker {
	width: 8px !important;
	height: 8px !important;
	margin-right: 10px !important;
}
.apexcharts-legend-text {
	font-size: 16px !important;
	font-weight: 400 !important;
	font-family: cairo !important;
}
*[dir="rtl"] .apexcharts-legend-text {
	padding-right: 15px !important;
}
/* ========================================= */
/* dashboard stylings */
/* ========================================= */
.view-employee-count-modal .ant-modal-content {
	padding: 10px 6px 16px !important;
}
/* ========================================= */
/* notifications stylings */
/* ========================================= */
/* antd Notifications */
.notification-menu .ant-dropdown-menu-item-group-list {
	padding: 0 !important;
	margin: 0 !important;
}
.notification-menu .ant-dropdown-menu-item-group-title {
	display: none;
}
.custom-notification-menu:hover p:nth-child(1) {
	color: #70365F;
}
.custom-notification-menu:hover p:last-child {
	color: #70365F;
}
.notification-menu .ant-dropdown-menu-item {
	padding: 0px !important;
}
.custom-notification-menu:hover p:nth-child(1) {
	color: #70365F;
}
.custom-notification-menu:hover p:last-child {
	color: #70365F;
}
/* Custom Scroll Bar */
.custom-notification-scrollbar {
	scrollbar-width: thin;
	scrollbar-color: #70365F transparent;

	/* For WebKit (Chrome, Safari, etc.) */
	&::-webkit-scrollbar {
		width: 2px;
	}

	&::-webkit-scrollbar-thumb,
	&::-moz-scrollbar-thumb {
		background-color: #70365F;
		border-radius: 10px;
	}

	/* For Firefox */
	&::-moz-scrollbar {
		width: 3px;
	}
}
text {
	font-family: cairo !important;
}
/* :dir(rtl) .ant-tabs-top .ant-tabs-nav {
	flex-direction: row;
	justify-content: start;
}

:dir(rtl) .ant-tabs-tab {
	padding: 0 12px;
} */
/* ================================================================= */
/* ============Remove top border from calender=================== */
/* =============================================================== */
.ant-picker-calendar .ant-picker-panel {
	border: none !important;
}
/* ================================================================= */
/* ======================= Create_POST Uploader ============================= */
/* =============================================================== */
.create-post .ant-upload-wrapper .ant-upload-drag {
	border: none !important;
}
.create-post .ant-upload-wrapper .ant-upload-drag .ant-upload {
	padding: 0 !important;
}
/* ============================================================== */
/* ================== Dropdown Active Item ====================== */
/* ============================================================== */
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-active {
	background-color: transparent !important;
}
/* ============================================================== */
/* ================== Donut Customization ======================= */
/* ============================================================== */
.apexcharts-datalabels-group text:nth-child(2) {
	font-weight: 700;
	font-size: 26px;
}
.apexcharts-legend-text {
	font-size: 15px !important;
}
.profile-image {
	/* overflow: hidden; */
	width: 100%;
	height: 100%;
	background-color: #3b9ea209 !important;
	border-radius: 6px;
	border: 1px dashed #70365F !important;
	/* border: 1px solid #343379; */
	/* border-radius: 50%; */
	/* margin-bottom: 17px; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
/* ============================================================== */
/* ================== Ant Stepper Customization ================= */
/* ============================================================== */
.ant-steps.ant-steps-vertical
	> .ant-steps-item
	> .ant-steps-item-container
	> .ant-steps-item-tail {
	inset-inline-start: 13px;
	width: 3px !important;
	padding: 0 !important;
}
.ant-steps.ant-steps-vertical
	> .ant-steps-item
	> .ant-steps-item-container
	> .ant-steps-item-tail::after {
	width: 3px !important;
}
.ant-steps
	.ant-steps-item-process
	> .ant-steps-item-container
	> .ant-steps-item-tail::after {
	background-color: #DFDFDF !important;
}
/* .ant-picker-footer {
	display: none;
} */
.ant-table-wrapper
	.ant-table-tbody
	.ant-table-row.ant-table-row-selected
	> .ant-table-cell-row-hover {
	background-color: transparent !important;
}
.ant-table-wrapper .ant-table-tbody > tr > td {
	background-color: transparent !important;
}
.pics-uploader .ant-upload-wrapper .ant-upload-select {
	width: 500px !important;
}
.antd-table-wrapper th {
	font-weight: normal !important;
	/* Remove bold font weight */
}
.ant-tabs .ant-tabs-tab {
	font-weight: normal !important;
	/* Remove bold font weight */
}
.ant-collapse-header {
	padding: 12px 8px !important;
}
.ant-segmented-item-selected {
	background-color: #fff5fc !important;
	color: #70365f !important;
	font-weight: 600;
}
.ant-segmented-item-selected:hover {
	background-color: blueviolet;
}
.ant-drawer-body {
	padding-top: 12px !important;
}
.remove-icon-from-input-field .anticon {
	display: none !important;
}
/*==================================================================
//=== Adjust heightes of InputTypeNumber & Ant Phone Input =========
//================================================================== */
.emp-form .ant-input-number-affix-wrapper > div.ant-input-number input {
	height: 42px !important;
}
.emp-form .sam-phone-input-wrapper input {
	height: 42px !important;
}
.ant-btn-primary {
	box-shadow: none !important;
}
.roles-permission-table .ant-table-thead .ant-table-cell {
	background-color: #70365f !important;
	color: #fff !important;
}
.custom-otp .ant-input {
	width: 60px !important;
	height: 60px !important;
	text-align: center !important;
	border-width: 1px;
	border-radius: 0.5rem;
	margin-right: 12px !important;
}
.custom-otp .ant-input:last-child {
	margin-right: 0 !important;
}
/* ============== padding bottom in select menue and its addmore button ========= */
.rc-virtual-list {
	padding-bottom: 6px !important;
}
:where(.css-dev-only-do-not-override-33n6ra).ant-input-outlined {
	border-color: #d0d5dd !important;
	box-shadow: 0px 1px 2px 0px #1018280d !important;
}
:where(.css-dev-only-do-not-override-33n6ra).ant-input-affix-wrapper {
	border-radius: 8px !important;
}
.ant-table-thead th {
	padding: 10px 16px !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 18px !important;
	letter-spacing: 0% !important;
}
.ant-table-selection-column {
	padding: 0 !important;
}
/* Common styling here */
/* ****************************
website fonts
**************************** */
@font-face {
	font-family: "cairo";
	src: url("/assets/Cairo-variable-4A3BC3p8.ttf") format("truetype");
	font-display: swap;
}
body {
	font-family: cairo !important;
}
html {
	scroll-behavior: smooth;
}
/* Box Shadow */
.bgShadow {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* =============== scroll bar customization =============== */
/* width */
::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #F4F4F4;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #d8b6ce;
}
/* =============== SELECT POPUP COLORS =============== */
.PRESENT-status,
.APPROVE-status {
	color: #027A48;
}
.ABSENT-status,
.REJECT-status {
	color: #C01048;
}
.LATE-status {
	color: #B54708;
}
.TIME_OFF-status {
	color: #BD5EEA;
}
.LEAVE-status,
.NEW-status {
	color: #70365F;
}
.status_1 {
	color: #B54708;
}
.ON_LEAVE-status {
	color: #026AA2;
}
.NEW-status {
	color: #026AA2;
}
.select-width-10 .ant-select-selector {
	height: 2.5rem !important;
}
/* ============clock svgs============== */
.PRESENT-clock-svg svg path {
	stroke: #027A48;
}
.ABSENT-clock-svg svg path {
	stroke: #C01048;
}
.LATE-clock-svg svg path {
	stroke: #B54708;
}
.TIME_OFF-clock-svg svg path {
	stroke: #BD5EEA;
}
.NOT_MARKED-clock-svg svg path {
	stroke: #B54708;
}
.ON_LEAVE-clock-svg svg path {
	stroke: #026AA2;
}
::-moz-selection {
	background-color: #70365f !important;
	color: #ffffff;
}
::selection {
	background-color: #70365f !important;
	color: #ffffff;
}
::-moz-selection {
	background-color: #70365f !important;
	color: #ffffff;
}
/* @import url("./styles/downloadPDF.css"); */
/* downloable component styling here */
/* ****************************
        website fonts
**************************** */
@font-face {
	font-family: "cairo";
	src: url("/assets/Cairo-variable-4A3BC3p8.ttf") format("truetype");
	font-display: swap;
}
body {
	font-family: cairo !important;
}
#report {
	width: 245mm;
	height: 350mm;
	margin: 0 auto;
	display: none;
	/* background-color: red; */
}
#report header {
	padding: 20px 40px 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #3b9ea2;
}
#report header h5 {
	font-size: 22px;
	font-weight: 500;
	color: #000;
	flex-basis: 75%;
}
#report header span {
	display: flex;
	font-size: 18px;
	align-items: flex-start;
	gap: 20px;
}
#report main {
	padding: 26px 40px 10px;
}
#report main #div1 {
	display: flex;
	align-items: baseline;
	/* margin-bottom: 40px; */
}
#report main #div1 h2 {
	font-size: 24px;
	font-weight: 600;
	/* margin-bottom: 12px; */
	color: #3b9ea2;
}
.paid-color {
	color: #26b716;
}
.unpaid-color {
	color: #ff0057;
}
#report main #table {
	/* border-radius: 16px; */
	/* margin-bottom: 20px; */
}
#report main #table #header {
	/* display: flex;
	justify-content: space-between; */
	align-items: center;
	border-bottom: 1px solid #cac7c7ee;

	/* border-radius: 16px 16px 0 0; */
	padding: 0 0px 20px;
}
#report main #table #header h5 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
#report main #table #row1 {
	/* display: flex;
	justify-content: space-between; */
	align-items: center;
	padding: 0 0px 20px;
	/* border-right: 1px solid #cac7c7ee;
	border-left: 1px solid #cac7c7ee; */
	border-bottom: 1px solid #cac7c7ee;
}
/* #report main #table #row1:last-child {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
} */
#report main #table #row1 h5 {
	font-size: 17px;
	font-weight: 500;
	color: #1a2524;
	padding: 10px 0;
	/* background-color: red; */
}
@media print {
	@font-face {
		font-family: "cairo";
		src: url("/assets/Cairo-variable-4A3BC3p8.ttf") format("truetype");
		font-display: swap;
	}

	body {
		font-family: cairo !important;
	}

	header {
		padding: 50px 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #dfdfdf33;
	}

	header h1 {
		font-size: 3rem;
		font-weight: 700;
		color: #3b9ea2;
		flex-basis: 75%;
		margin: 0;
	}

	header div {
		display: flex;
		align-items: flex-start;
		gap: 20px;
	}

	header div div {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	header div div h5 {
		color: #141433;
		font-size: 18px;
		font-weight: 700;
		margin: 0;
	}

	header div div h6 {
		color: #5b5656;
		font-size: 18px;
		font-weight: 400;
		margin: 0;
	}

	main {
		padding: 26px 40px 10px;
	}

	main #div1 {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin-bottom: 40px;
	}

	main #div1 h2 {
		font-size: 30px;
		font-weight: 700;
		color: #3b9ea2;
		margin-bottom: 12px;
	}

	main #div1 h4 {
		font-size: 22px;
		font-weight: 700;
		margin: 0;
	}

	.paid-color {
		color: #26b716;
	}

	.unpaid-color {
		color: #ff0057;
	}

	main #div1 p {
		font-size: 18px;
		font-weight: 500;
		color: #808080;
		margin: 0;
	}

	main #div1 p span {
		color: #1a2524;
	}

	main #div2 {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin: 0;
		margin-bottom: 36px;
	}

	main #div2 p {
		font-size: 19px;
		font-weight: 600;
		color: #808080;
		margin: 0;
		margin-bottom: 16px;
	}

	main #div2 h5 {
		font-size: 22px;
		font-weight: 500;
		color: #1a2524;
		margin: 0;
	}

	main #table {
		border-radius: 16px;
		margin-top: 40px;
	}

	main #table #header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #3b9ea2;
		border-radius: 16px 16px 0 0;
		padding: 20px 70px;
	}

	main #table #header h5 {
		font-size: 22px;
		font-weight: 600;
		color: #f8fffe;
		margin: 0;
	}

	main #table #row1 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px 70px;
		border-right: 1px solid #cac7c7ee;
		border-left: 1px solid #cac7c7ee;
		border-bottom: 1px solid #cac7c7ee;
	}

	main #table #row1:last-child {
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
	}

	main #table #row1 h5 {
		font-size: 18px;
		font-weight: 600;
		color: #1a2524;
		margin: 0;
	}

	main #table #row1 h5 span {
		margin-left: 10px;
	}

	main #summary {
		width: 400px;
		border: 1px solid #dfdfdf;
		border-radius: 16px;
		float: right;
		background-color: #dfdfdf33;
		margin-top: 40px;
	}

	main #summary #summary_div1 {
		padding: 34px 26px 34px;
	}

	main #summary h4 {
		font-size: 20px;
		font-weight: 700;
		color: #1a2524;
		margin: 0;
		margin-bottom: 30px;
	}

	main #summary #earnings {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0;
		margin-bottom: 20px;
	}

	main #summary #earnings h5 {
		font-size: 20px;
		font-weight: 600;
		color: #1a2524;
		margin: 0;
	}

	main #summary #deductions {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	main #summary #deductions h5 {
		font-size: 20px;
		font-weight: 600;
		color: #1a2524;
		margin: 0;
	}

	main #summary #summary_div2 {
		padding: 20px 26px;
		border-top: 1px solid #dfdfdf;
	}

	main #summary #total {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	main #summary #total h5 {
		font-size: 20px;
		font-weight: 700;
		color: #3b9ea2;
		margin: 0;
	}

	main #summary h5 span {
		margin-left: 10px;
	}
}
/* downloable component styling here */
/* ****************************
        website fonts
**************************** */
@font-face {
	font-family: "cairo";
	src: url("/assets/Cairo-variable-4A3BC3p8.ttf") format("truetype");
	font-display: swap;
}
body {
	font-family: cairo !important;
}
#employee-report {
	width: 245mm;
	height: 350mm;
	/* margin: 0 auto; */
	display: none;
	/* background-color: red; */
}
@media print {
	@font-face {
		font-family: "cairo";
		src: url("/assets/Cairo-variable-4A3BC3p8.ttf") format("truetype");
		font-display: swap;
	}

	body {
		font-family: cairo !important;
	}
}
/* downloable component styling here */
/* ****************************
        website fonts
**************************** */
@font-face {
	font-family: "cairo";
	src: url("/assets/Cairo-variable-4A3BC3p8.ttf") format("truetype");
	font-display: swap;
}
body {
	font-family: cairo !important;
}
#vacation-report {
	width: 245mm;
	height: 350mm;
	/* margin: 0 auto; */
	display: none;
	/* background-color: red; */
}
@media print {
	@font-face {
		font-family: "cairo";
		src: url("/assets/Cairo-variable-4A3BC3p8.ttf") format("truetype");
		font-display: swap;
	}

	body {
		font-family: cairo !important;
	}
}
/* ===================Semi Donut Chart model-1======================== */
.semi-donut {
	--percentage: 0;
	--fill: rgb(165, 5, 0);
	width: 250px;
	height: 120px;
	position: relative;
	color: #e70a0a;
	font-size: 22px;
	font-weight: 600;
	overflow: hidden;
	color: var(--fill);
	display: flex;
	align-items: flex-end;
	justify-content: center;
	box-sizing: border-box;
}
.semi-donut::after {
	content: "";
	width: 250px;
	height: 250px;
	border: 50px solid;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
	animation: fillAnimation 1s ease-in;
}
/* Keyframes */
@keyframes fillAnimation {
	0% {
		transform: rotate(-45deg);
	}
	50% {
		transform: rotate(135deg);
	}
}
@keyframes fillGraphAnimation {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
}
.tabs-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 50px;
}
.tabs {
	display: flex;
	justify-content: center;
	position: relative;
}
.tab {
	padding: 5px 20px;
	margin-right: 10px;
	background-color: rgba(255, 0, 0, 0.493);
	color: #70365F;
	font-size: 16px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	transition: border-bottom-color 0.3s ease-in-out;
}
.tab.active {
	border-bottom-color: `#007bff`;
}
.tab-slider {
	position: absolute;
	bottom: 0;
	height: 2px;
	border-radius: 20px;
	background-color: #70365F;
	transition:
		left 0.3s ease-in-out,
		width 0.3s ease-in-out;
}
.tab-content {
	margin-top: 20px;
}
.tab-pane {
	display: none;
}
.tab-pane.active {
	display: block;
}
/* downloable component styling here */
/* ****************************
        website fonts
**************************** */
@font-face {
	font-family: "cairo";
	src: url("/assets/Cairo-variable-4A3BC3p8.ttf") format("truetype");
	font-display: swap;
}
body {
	font-family: cairo !important;
}
#certificate-report {
	width: 1122px; /* Adjust for A4 landscape scaling */
	height: "100%";
	display: none; /* Initially hidden */
	background-color: red; /* Ensure consistent background */
	overflow: hidden; /* Prevent content overflow */
}
@media print {
	@font-face {
		font-family: "cairo";
		src: url("/assets/Cairo-variable-4A3BC3p8.ttf") format("truetype");
		font-display: swap;
	}

	body {
		font-family: cairo !important;
	}
}
/* chnage  header colgroup */
.edit_time_sheet_table .ant-table-cell {
	background-color: #70365f !important;
	/* font-: white !important; */
}
.overtime-rate-column {
	border-right: 1px solid black !important;
	border-left: 1px solid black !important;
}
/* Optionally, style the table headers to match the border style */
.overtime-rate-column th {
	border: none !important;
}
/* Style the ReactQuill container */
.custom-quill .ql-container {
	border-radius: 1rem 1rem 1rem 1rem;
	overflow: hidden;
	margin-top: 8px;
}
/* Style the toolbar */
.custom-quill .ql-toolbar {
	border-radius: 1rem 1rem 1rem 1rem;
	margin-bottom: 8px;
	border-top: 1px solid black;
}
.dark-stroke svg path {
	stroke: #cecece !important;
}
.purple-stroke svg path {
	stroke: #c881b2 !important;
}
.selection\:bg-primary-hover *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 252 / var(--tw-bg-opacity));
}
.selection\:bg-primary-hover *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 252 / var(--tw-bg-opacity));
}
.selection\:bg-primary-hover::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 252 / var(--tw-bg-opacity));
}
.selection\:bg-primary-hover::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 252 / var(--tw-bg-opacity));
}
.placeholder\:\!text-xs::-moz-placeholder {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.placeholder\:\!text-xs::placeholder {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.hover\:border-primary-color:hover {
  --tw-border-opacity: 1;
  border-color: rgb(112 54 95 / var(--tw-border-opacity));
}
.hover\:\!bg-pinkish\/60:hover {
  background-color: rgb(192 16 72 / 0.6) !important;
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(223 222 222 / var(--tw-bg-opacity));
}
.hover\:bg-primary-color\/10:hover {
  background-color: rgb(112 54 95 / 0.1);
}
.hover\:bg-primary-color\/5:hover {
  background-color: rgb(112 54 95 / 0.05);
}
.hover\:bg-primary-color\/50:hover {
  background-color: rgb(112 54 95 / 0.5);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:shadow-md:hover {
  --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);
}
.focus\:border-primary-color:focus {
  --tw-border-opacity: 1;
  border-color: rgb(112 54 95 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2: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(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);
}
.focus\:ring-pinkish:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 16 72 / var(--tw-ring-opacity));
}
.group:hover .group-hover\:flex {
  display: flex;
}
@media (min-width: 640px) {

  .sm\:flex {
    display: flex;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 800px) {

  .md\:grid {
    display: grid;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {

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

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}
@media (min-width: 1536px) {

  .\32xl\:h-\[50vh\] {
    height: 50vh;
  }

  .\32xl\:max-h-\[570px\] {
    max-height: 570px;
  }

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

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

  .\32xl\:grid-cols-\[0\.4fr_1fr_0\.4fr\] {
    grid-template-columns: 0.4fr 1fr 0.4fr;
  }

  .\32xl\:grid-cols-\[300px_1fr\] {
    grid-template-columns: 300px 1fr;
  }

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

  .\32xl\:pr-96 {
    padding-right: 24rem;
  }

  .\32xl\:pr-\[35px\] {
    padding-right: 35px;
  }

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

  .\32xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1600px) {

  .\33xl\:flex-row {
    flex-direction: row;
  }
}
.ltr\:-right-10:where([dir="ltr"], [dir="ltr"] *) {
  right: -2.5rem;
}
.ltr\:left-12:where([dir="ltr"], [dir="ltr"] *) {
  left: 3rem;
}
.ltr\:right-0:where([dir="ltr"], [dir="ltr"] *) {
  right: 0px;
}
.ltr\:right-16:where([dir="ltr"], [dir="ltr"] *) {
  right: 4rem;
}
.ltr\:right-4:where([dir="ltr"], [dir="ltr"] *) {
  right: 1rem;
}
.ltr\:ml-10:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 2.5rem;
}
.ltr\:ml-\[210px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 210px;
}
.ltr\:mr-10:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 2.5rem;
}
.ltr\:mr-6:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 1.5rem;
}
.ltr\:w-\[23\.8rem\]:where([dir="ltr"], [dir="ltr"] *) {
  width: 23.8rem;
}
.ltr\:w-\[26\.8rem\]:where([dir="ltr"], [dir="ltr"] *) {
  width: 26.8rem;
}
.ltr\:min-w-\[350px\]:where([dir="ltr"], [dir="ltr"] *) {
  min-width: 350px;
}
.ltr\:rotate-180:where([dir="ltr"], [dir="ltr"] *) {
  --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));
}
.ltr\:border-r:where([dir="ltr"], [dir="ltr"] *) {
  border-right-width: 1px;
}
.ltr\:border-r-2:where([dir="ltr"], [dir="ltr"] *) {
  border-right-width: 2px;
}
.ltr\:border-r-\[1px\]:where([dir="ltr"], [dir="ltr"] *) {
  border-right-width: 1px;
}
.ltr\:border-r-gray-200:where([dir="ltr"], [dir="ltr"] *) {
  --tw-border-opacity: 1;
  border-right-color: rgb(244 244 244 / var(--tw-border-opacity));
}
.ltr\:pl-1:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 0.25rem;
}
.ltr\:pr-3:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 0.75rem;
}
.ltr\:pr-4:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 1rem;
}
@media (min-width: 1536px) {

  .\32xl\:ltr\:w-\[440px\]:where([dir="ltr"], [dir="ltr"] *) {
    width: 440px;
  }
}
.rtl\:-left-12:where([dir="rtl"], [dir="rtl"] *) {
  left: -3rem;
}
.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0px;
}
.rtl\:left-14:where([dir="rtl"], [dir="rtl"] *) {
  left: 3.5rem;
}
.rtl\:left-4:where([dir="rtl"], [dir="rtl"] *) {
  left: 1rem;
}
.rtl\:right-0:where([dir="rtl"], [dir="rtl"] *) {
  right: 0px;
}
.rtl\:ml-10:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 2.5rem;
}
.rtl\:ml-2:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.5rem;
}
.rtl\:ml-4:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 1rem;
}
.rtl\:mr-10:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 2.5rem;
}
.rtl\:mr-6:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 1.5rem;
}
.rtl\:mr-\[150px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 150px;
}
.rtl\:mr-\[210px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 210px;
}
.rtl\:translate-x-\[-12px\]:where([dir="rtl"], [dir="rtl"] *) {
  --tw-translate-x: -12px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rtl\:translate-x-\[-32px\]:where([dir="rtl"], [dir="rtl"] *) {
  --tw-translate-x: -32px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rtl\:rotate-0:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rtl\:border-l:where([dir="rtl"], [dir="rtl"] *) {
  border-left-width: 1px;
}
.rtl\:border-l-2:where([dir="rtl"], [dir="rtl"] *) {
  border-left-width: 2px;
}
.rtl\:border-l-\[1px\]:where([dir="rtl"], [dir="rtl"] *) {
  border-left-width: 1px;
}
.rtl\:border-l-gray-200:where([dir="rtl"], [dir="rtl"] *) {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 244 244 / var(--tw-border-opacity));
}
.rtl\:pl-3:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0.75rem;
}
.rtl\:pl-4:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 1rem;
}
.rtl\:pl-5:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 1.25rem;
}
.rtl\:pr-1:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 0.25rem;
}
.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}
@media (min-width: 1536px) {

  .\32xl\:rtl\:w-\[480px\]:where([dir="rtl"], [dir="rtl"] *) {
    width: 480px;
  }

  .rtl\:2xl\:pl-96:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 24rem;
  }

  .rtl\:2xl\:pr-0:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0px;
  }
}
.dark\:divide-dark-border-color:where(.dark, .dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(116 116 116 / var(--tw-divide-opacity));
}
.dark\:\!border-dark-border-color:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(116 116 116 / var(--tw-border-opacity)) !important;
}
.dark\:border-dark-border-color:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(116 116 116 / var(--tw-border-opacity));
}
.dark\:bg-dark-body-color:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
}
.dark\:bg-dark-cards-color:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity));
}
.dark\:bg-dark-purple-bg-color:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(48 16 38 / var(--tw-bg-opacity));
}
.dark\:bg-primary-text-color:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 37 36 / var(--tw-bg-opacity));
}
.dark\:bg-slate-color:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
}
.dark\:bg-white:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dark\:stroke-dark-primary-text-color:where(.dark, .dark *) {
  stroke: #CECECE;
}
.dark\:stroke-white:where(.dark, .dark *) {
  stroke: #fff;
}
.dark\:text-dark-primary-text-color:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(206 206 206 / var(--tw-text-opacity));
}
.dark\:text-dark-purple-text-color:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(200 129 178 / var(--tw-text-opacity));
}
.dark\:text-white:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark\:selection\:bg-\[\#4C585B\] *:where(.dark, .dark *)::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(76 88 91 / var(--tw-bg-opacity));
}
.dark\:selection\:bg-\[\#4C585B\] *:where(.dark, .dark *)::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(76 88 91 / var(--tw-bg-opacity));
}
.dark\:selection\:bg-\[\#4C585B\]:where(.dark, .dark *)::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(76 88 91 / var(--tw-bg-opacity));
}
.dark\:selection\:bg-\[\#4C585B\]:where(.dark, .dark *)::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(76 88 91 / var(--tw-bg-opacity));
}
.dark\:hover\:bg-dark-purple-bg-color:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(48 16 38 / var(--tw-bg-opacity));
}
@media print {

  .print\:block {
    display: block;
  }
}
