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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

/*** GLOBAL ***/

html {
  font-family: "Open Sans", system-ui, sans-serif;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

/*** icons ***/

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  /* -webkit-mask-size: cover; */
  mask-size: 100% 100%;
}

.icon--add {
  -webkit-mask-image: url("/admin_assets/icons/icon-add.svg");
  mask-image: url("/admin_assets/icons/icon-add.svg");
}

.icon--back {
  -webkit-mask-image: url("/admin_assets/icons/icon-back.svg");
  mask-image: url("/admin_assets/icons/icon-back.svg");
}

.icon--close {
  -webkit-mask-image: url("/admin_assets/icons/icon-close.svg");
  mask-image: url("/admin_assets/icons/icon-close.svg");
}

.icon--menu {
  -webkit-mask-image: url("/admin_assets/icons/icon-menu.svg");
  mask-image: url("/admin_assets/icons/icon-menu.svg");
}

.icon--home {
  -webkit-mask-image: url("/admin_assets/icons/icon-home.svg");
  mask-image: url("/admin_assets/icons/icon-home.svg");
}

.icon--company, .icon--companies {
  -webkit-mask-image: url("/admin_assets/icons/icon-company.svg");
  mask-image: url("/admin_assets/icons/icon-company.svg");
}

.icon--fax, .icon--printer {
  -webkit-mask-image: url("/admin_assets/icons/icon-fax.svg");
  mask-image: url("/admin_assets/icons/icon-fax.svg");
}

.icon--holiday_types {
  -webkit-mask-image: url("/admin_assets/icons/icon-holiday-types.png");
  mask-image: url("/admin_assets/icons/icon-holiday-types.png");
}

.icon--translation, .icon--translations {
  -webkit-mask-image: url("/admin_assets/icons/icon-translation.svg");
  mask-image: url("/admin_assets/icons/icon-translation.svg");
}

.icon--permission, .icon--permissions {
  -webkit-mask-image: url("/admin_assets/icons/icon-permission.svg");
  mask-image: url("/admin_assets/icons/icon-permission.svg");
}

.icon--role, .icon--roles {
  -webkit-mask-image: url("/admin_assets/icons/icon-role.svg");
  mask-image: url("/admin_assets/icons/icon-role.svg");
}

.icon--user, .icon--users {
  -webkit-mask-image: url("/admin_assets/icons/icon-user.svg");
  mask-image: url("/admin_assets/icons/icon-user.svg");
}

.icon--search {
  -webkit-mask-image: url("/admin_assets/icons/icon-search.svg");
  mask-image: url("/admin_assets/icons/icon-search.svg");
}

.icon--success {
  -webkit-mask-image: url("/admin_assets/icons/icon-success.svg");
  mask-image: url("/admin_assets/icons/icon-success.svg");
}

.icon--error {
  -webkit-mask-image: url("/admin_assets/icons/icon-error.svg");
  mask-image: url("/admin_assets/icons/icon-error.svg");
}

.icon--logout {
  -webkit-mask-image: url("/admin_assets/icons/icon-logout.svg");
  mask-image: url("/admin_assets/icons/icon-logout.svg");
}

.icon--remove {
  -webkit-mask-image: url("/admin_assets/icons/icon-remove.svg");
  mask-image: url("/admin_assets/icons/icon-remove.svg");
}

.icon--settings {
  -webkit-mask-image: url("/admin_assets/icons/icon-settings.svg");
  mask-image: url("/admin_assets/icons/icon-settings.svg");
}

.icon--calendar_styles {
  -webkit-mask-image: url("/admin_assets/icons/icon-calendar-styles.svg");
  mask-image: url("/admin_assets/icons/icon-calendar-styles.svg");
}

.icon--save {
  -webkit-mask-image: url("/admin_assets/icons/icon-save.svg");
  mask-image: url("/admin_assets/icons/icon-save.svg");
}

.icon--lock {
  -webkit-mask-image: url("/admin_assets/icons/icon-lock.svg");
  mask-image: url("/admin_assets/icons/icon-lock.svg");
}

.icon--unlock {
  -webkit-mask-image: url("/admin_assets/icons/icon-unlock.svg");
  mask-image: url("/admin_assets/icons/icon-unlock.svg");
}

.icon--reload {
  -webkit-mask-image: url("/admin_assets/icons/icon-reload.svg");
  mask-image: url("/admin_assets/icons/icon-reload.svg");
}

.icon--media, .icon--media {
  -webkit-mask-image: url("/admin_assets/icons/icon-media.svg");
  mask-image: url("/admin_assets/icons/icon-media.svg");
}

.icon--page, .icon--pages {
  -webkit-mask-image: url("/admin_assets/icons/icon-page.svg");
  mask-image: url("/admin_assets/icons/icon-page.svg");
}

.icon--mail, .icon--mails {
  -webkit-mask-image: url("/admin_assets/icons/icon-mail.svg");
  mask-image: url("/admin_assets/icons/icon-mail.svg");
}

.icon--elements, .icon--element_types {
  -webkit-mask-image: url("/admin_assets/icons/icon-elements.svg");
  mask-image: url("/admin_assets/icons/icon-elements.svg");
}

.icon--sender, .icon--senders {
  -webkit-mask-image: url("/admin_assets/icons/icon-sender.svg");
  mask-image: url("/admin_assets/icons/icon-sender.svg");
}

.icon--template, .icon--mail_templates, .icon--sms_templates {
  -webkit-mask-image: url("/admin_assets/icons/icon-template.svg");
  mask-image: url("/admin_assets/icons/icon-template.svg");
}

.icon--vendors, .icon--vendor {
  -webkit-mask-image: url("/admin_assets/icons/icon-filled-out-forms.svg");
  mask-image: url("/admin_assets/icons/icon-filled-out-forms.svg");
}

.icon--warehouses, .icon--warehouse {
  -webkit-mask-image: url("/admin_assets/icons/icon-warehouse.svg");
  mask-image: url("/admin_assets/icons/icon-warehouse.svg");
}

.icon--list, .icon--mail_sending_list, .icon--sms_sending_list {
  -webkit-mask-image: url("/admin_assets/icons/icon-list.svg");
  mask-image: url("/admin_assets/icons/icon-list.svg");
}

.icon--form, .icon--forms, .icon--element_type_6 {
  -webkit-mask-image: url("/admin_assets/icons/icon-forms.svg");
  mask-image: url("/admin_assets/icons/icon-forms.svg");
}

.icon--form-filled, .icon--filled_out_forms {
  -webkit-mask-image: url("/admin_assets/icons/icon-filled-out-forms.svg");
  mask-image: url("/admin_assets/icons/icon-filled-out-forms.svg");
}

.icon--minus {
  -webkit-mask-image: url("/admin_assets/icons/icon-minus.svg");
  mask-image: url("/admin_assets/icons/icon-minus.svg");
}

.icon--edit {
  -webkit-mask-image: url("/admin_assets/icons/icon-edit.svg");
  mask-image: url("/admin_assets/icons/icon-edit.svg");
}

.icon--note {
  -webkit-mask-image: url("/admin_assets/icons/icon-note.svg");
  mask-image: url("/admin_assets/icons/icon-note.svg");
}

.icon--calendar {
  -webkit-mask-image: url("/admin_assets/icons/icon-calendar.svg");
  mask-image: url("/admin_assets/icons/icon-calendar.svg");
}

.icon--trash {
  -webkit-mask-image: url("/admin_assets/icons/icon-trash.svg");
  mask-image: url("/admin_assets/icons/icon-trash.svg");
}

.icon--arrow-right {
  -webkit-mask-image: url("/admin_assets/icons/icon-arrow-right.svg");
  mask-image: url("/admin_assets/icons/icon-arrow-right.svg");
}

.icon--arrow-left {
  -webkit-mask-image: url("/admin_assets/icons/icon-arrow-right.svg");
  mask-image: url("/admin_assets/icons/icon-arrow-right.svg");
  transform: rotate(-180deg);
}

.icon--arrow3-right {
  -webkit-mask-image: url("/admin_assets/icons/icon-arrow3-right.png");
  mask-image: url("/admin_assets/icons/icon-arrow3-right.png");
}

.icon--arrow3-left {
  -webkit-mask-image: url("/admin_assets/icons/icon-arrow3-left.png");
  mask-image: url("/admin_assets/icons/icon-arrow3-left.png");
}

.icon--sort {
  -webkit-mask-image: url("/admin_assets/icons/icon-sort.svg");
  mask-image: url("/admin_assets/icons/icon-sort.svg");
}

.icon--sort-asc {
  -webkit-mask-image: url("/admin_assets/icons/icon-sort-asc.svg");
  mask-image: url("/admin_assets/icons/icon-sort-asc.svg");
}

.icon--sort-desc {
  -webkit-mask-image: url("/admin_assets/icons/icon-sort-desc.svg");
  mask-image: url("/admin_assets/icons/icon-sort-desc.svg");
}

.icon--calendar {
  -webkit-mask-image: url("/admin_assets/icons/icon-calendar.svg");
  mask-image: url("/admin_assets/icons/icon-calendar.svg");
}

.icon--customers {
  -webkit-mask-image: url("/admin_assets/icons/icon-customers.svg");
  mask-image: url("/admin_assets/icons/icon-customers.svg");
}

.icon--appointments {
  -webkit-mask-image: url("/admin_assets/icons/icon-appointment.svg");
  mask-image: url("/admin_assets/icons/icon-appointment.svg");
}

.icon--appointment_forecasts {
  -webkit-mask-image: url("/admin_assets/icons/icon-forecast.svg");
  mask-image: url("/admin_assets/icons/icon-forecast.svg");
}

.icon--service_price_lists {
  -webkit-mask-image: url("/admin_assets/icons/icon-price-tag.svg");
  mask-image: url("/admin_assets/icons/icon-price-tag.svg");
}

.icon--service_variants {
  -webkit-mask-image: url("/admin_assets/icons/icon-variants.svg");
  mask-image: url("/admin_assets/icons/icon-variants.svg");
}

.icon--redirect, .icon--redirects {
  -webkit-mask-image: url("/admin_assets/icons/icon-redirect.svg");
  mask-image: url("/admin_assets/icons/icon-redirect.svg");
}

.icon--check {
  -webkit-mask-image: url("/admin_assets/icons/icon-check.svg");
  mask-image: url("/admin_assets/icons/icon-check.svg");
}

.icon--tick {
  -webkit-mask-image: url("/admin_assets/icons/icon-tick.svg");
  mask-image: url("/admin_assets/icons/icon-tick.svg");
}

.icon--sms, .icon--sms {
  -webkit-mask-image: url("/admin_assets/icons/icon-sms.png");
  mask-image: url("/admin_assets/icons/icon-sms.png");
}

.icon--bracket-down {
  -webkit-mask-image: url("/admin_assets/icons/icon-bracket-down.svg");
  mask-image: url("/admin_assets/icons/icon-bracket-down.svg");
}

.icon--eyes {
  -webkit-mask-image: url("/admin_assets/icons/icon-eyes.svg");
  mask-image: url("/admin_assets/icons/icon-eyes.svg");
}

.icon--payment, .icon--payment_methods {
  -webkit-mask-image: url("/admin_assets/icons/icon-payment.svg");
  mask-image: url("/admin_assets/icons/icon-payment.svg");
}

.icon--discount, .icon--coupons {
  -webkit-mask-image: url("/admin_assets/icons/icon-discount.svg");
  mask-image: url("/admin_assets/icons/icon-discount.svg");
}

.icon--customer_discounts {
  -webkit-mask-image: url("/admin_assets/icons/icon-customer-discounts.svg");
  mask-image: url("/admin_assets/icons/icon-customer-discounts.svg");
}

.icon--gift, .icon--gift_cards {
  -webkit-mask-image: url("/admin_assets/icons/icon-gift.svg");
  mask-image: url("/admin_assets/icons/icon-gift.svg");
}

.icon--promotional_coupons {
  -webkit-mask-image: url("/admin_assets/icons/icon-promotional-coupon.svg");
  mask-image: url("/admin_assets/icons/icon-promotional-coupon.svg");
}

.icon--completion, .icon--register_closures {
  -webkit-mask-image: url("/admin_assets/icons/icon-completion.svg");
  mask-image: url("/admin_assets/icons/icon-completion.svg");
}

.icon--tax_journal,
  .icon--book {
  -webkit-mask-image: url("/admin_assets/icons/icon-book.svg");
  mask-image: url("/admin_assets/icons/icon-book.svg");
}

.icon--minimize-screen {
  -webkit-mask-image: url("/admin_assets/icons/icon-minimize-screen.svg");
  mask-image: url("/admin_assets/icons/icon-minimize-screen.svg");
}

.icon--full-screen {
  -webkit-mask-image: url("/admin_assets/icons/icon-full-screen.svg");
  mask-image: url("/admin_assets/icons/icon-full-screen.svg");
}

.icon--tax, .icon--mwst_rate_types {
  -webkit-mask-image: url("/admin_assets/icons/icon-tax.svg");
  mask-image: url("/admin_assets/icons/icon-tax.svg");
}

.icon--cash_register_expenses {
  -webkit-mask-image: url("/admin_assets/icons/icon-cash-register-minus.svg");
  mask-image: url("/admin_assets/icons/icon-cash-register-minus.svg");
}

.icon--star {
  -webkit-mask-image: url("/admin_assets/icons/icon-star.svg");
  mask-image: url("/admin_assets/icons/icon-star.svg");
}

.icon--average {
  -webkit-mask-image: url("/admin_assets/icons/icon-average.svg");
  mask-image: url("/admin_assets/icons/icon-average.svg");
}

.icon--merge {
  -webkit-mask-image: url("/admin_assets/icons/icon-merge.svg");
  mask-image: url("/admin_assets/icons/icon-merge.svg");
}

.icon--purchases {
  -webkit-mask-image: url("/admin_assets/icons/icon-cash-register.svg");
  mask-image: url("/admin_assets/icons/icon-cash-register.svg");
}

.icon--invoice, .icon--invoices {
  -webkit-mask-image: url("/admin_assets/icons/icon-invoice.svg");
  mask-image: url("/admin_assets/icons/icon-invoice.svg");
}

.icon--scissors, .icon--services {
  -webkit-mask-image: url("/admin_assets/icons/icon-scissors.svg");
  mask-image: url("/admin_assets/icons/icon-scissors.svg");
}

.icon--order-bracket-up {
  -webkit-mask-image: url("/admin_assets/icons/icon-order-bracket-up.svg");
  mask-image: url("/admin_assets/icons/icon-order-bracket-up.svg");
}

.icon--order-bracket-down {
  -webkit-mask-image: url("/admin_assets/icons/icon-order-bracket-down.svg");
  mask-image: url("/admin_assets/icons/icon-order-bracket-down.svg");
}

.icon--user_statistics {
  -webkit-mask-image: url("/admin_assets/icons/icon-award_seal.svg");
  mask-image: url("/admin_assets/icons/icon-award_seal.svg");
}

.icon--daily-movement, .icon--daily_movements {
  -webkit-mask-image: url("/admin_assets/icons/icon-daily-movement.svg");
  mask-image: url("/admin_assets/icons/icon-daily-movement.svg");
}

.icon--bullet.green {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.icon--bullet.red {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

/*** pagination ***/

.pagination {
  position: absolute;
  right: 4rem;
  left: 4rem;
  bottom: 2rem;
}

.pagination .pagination__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.5rem;
}

.pagination .pagination__container .pagination__item {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pagination .pagination__container .pagination__item:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.pagination .pagination__container .pagination__item span {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.pagination .pagination__container .pagination__item.pagination__item--active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
}

.pagination .pagination__container .pagination__item.pagination__item--active span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*** button ***/

.button {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.button.button--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(59 61 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button.button--primary:hover {
  --tw-brightness: brightness(.9);
  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);
}

.button.button--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button.button--secondary:hover {
  --tw-brightness: brightness(.9);
  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);
}

.button.button--neutral {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button.button--neutral:hover {
  --tw-brightness: brightness(.9);
  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);
}

.button.button--success {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button.button--success:hover {
  --tw-brightness: brightness(.9);
  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);
}

.button.button--danger {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button.button--danger:hover {
  --tw-brightness: brightness(.9);
  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);
}

.button.button--warning {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button.button--warning:hover {
  --tw-brightness: brightness(.9);
  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);
}

.button__icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.375rem;
  padding-right: 1.25rem;
}

.button__icon span {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button__icon .icon {
  width: 13px;
  height: 13px;
  margin-left: -7px;
}

/*** headings ***/

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

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

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

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

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

/*** text ***/

span, p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a:hover {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(0 156 212 / var(--tw-text-opacity, 1));
}

/*** form ***/

.form {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
}

.form .form__group {
  width: 100%;
}

.form .button {
  margin-top: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
}

.form .input:not(.custom-select__button), .form textarea {
  width: 100%;
}

/*** file preview ***/

/*** miscellaneous ***/

.tab-switch {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.tab-switch .tab-switch__buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.tab-switch .tab-switch__buttons .tab-switch__button {
  display: flex;
  height: 1.75rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tab-switch .tab-switch__buttons .tab-switch__button:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.tab-switch .tab-switch__buttons .tab-switch__button.active {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tab-switch .tab-switch__buttons .tab-switch__button.active:hover {
  cursor: pointer;
}

.tab-switch .tab-switch__buttons .tab-switch__button.active .icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.input-switch .input-switch__buttons .input-switch__button.active {
  --tw-text-opacity: 1;
  color: rgb(0 156 212 / var(--tw-text-opacity, 1));
}

.input-switch .input-switch__buttons .input-switch__button.parsley-error {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.input-switch .input-switch__buttons .input-switch__button.parsley-error:hover {
  --tw-text-opacity: 1;
  color: rgb(0 156 212 / var(--tw-text-opacity, 1));
}

.input-switch .input-switch__buttons .input-switch__button.parsley-error.active {
  --tw-text-opacity: 1;
  color: rgb(0 156 212 / var(--tw-text-opacity, 1));
}

.input-switch .input-switch__buttons .input-switch__button--neutral.active {
  --tw-bg-opacity: 1;
  background-color: rgb(59 61 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*** table ***/

table {
  min-width: 100%;
  text-align: left;
}

thead {
  border-bottom-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

tbody tr {
  cursor: pointer;
  border-bottom-width: 1px;
  --tw-border-opacity: 0.1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

tbody tr:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 2%;
}

th, td {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 1440px) {
  th, td {
    max-width: 100%;
  }
}

th .sortable .icon--sort-asc, th .sortable .icon--sort-desc {
  height: 18px;
  width: 18px;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

td {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.table-search {
  position: absolute;
  top: 2.5rem;
  right: 3rem;
  width: 100%;
  max-width: 300px;
}

@media (max-width: 768px) {
  .table-search {
    position: relative;
    top: 1rem;
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
}

.table-search input {
  width: 100%;
  padding-right: 2.5rem;
}

.table-search .icon {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.lock-user-input, .unlock-user-input {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.lock-user-input:hover, .unlock-user-input:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.unlock-user-input {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.unlock-user-input:hover {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

/*** progress bar ***/

.custom-grid {
  height: 700px;
}

.container-max-width {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.wrapper {
  min-height: 100vh;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 9rem;
  padding-bottom: 9rem;
}

@media (max-width: 996px) {
  .wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 768px) {
  .wrapper {
    padding-top: 6rem;
  }
}

@media (max-width: 480px) {
  .wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.wrapper {
  /* max-width = 1440px + 2 * 96px (padding x) */
  /* max-width: 1632px; */
}

@media only screen and (min-width: 996px) {
  .container-max-width {
    float: right;
    display: flex;
  }

  .container-max-width:not(.login) {
    width: calc(100% - 233px);
  }

  .wrapper {
    padding-top: 60px;
  }
}

.site-title {
  font-weight: 700;
}

.card {
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 996px) {
  .card {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 768px) {
  .card {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
  }
}

@media (max-width: 480px) {
  .card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.card .site-title {
  margin-bottom: 1rem;
  font-weight: 700;
}

.card .btn-editor-top {
  margin-bottom: 1rem;
}

.card__login {
  margin-top: 8rem;
  width: 50%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  .card__login {
    width: 66.666667%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 480px) {
  .card__login {
    width: 85%;
  }
}

.button-locked {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.button-locked .button {
  margin-top: 0px;
}

header.header {
  position: fixed;
  z-index: 50;
  display: flex;
  height: 3rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(59 61 63 / var(--tw-bg-opacity, 1));
  padding-right: 1rem;
}

/*** time keeper modal ***/

.time-keeps-modal.active {
  display: block;
}

/*** time keeper editor modal ***/

.time-keeper-editor-modal.active {
  display: block;
}

.time-keeper-editor-modal-header-date .icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*** time keeper images modal ***/

.time-keeper-images-modal.active {
  display: block;
}

footer.footer {
  bottom: 0px;
  height: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: calc(100% - 220px);
}

@media (max-width: 996px) {
  footer.footer {
    width: 100%;
  }
}

@media (max-width: 480px) {
  footer.footer {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
}

@media only screen and (min-width: 996px) {
  footer.footer {
    float: right;
  }
}

/* mobile (smaller than 768px) */

.menu-mobile {
  position: fixed;
  z-index: 20;
  height: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(59 61 63 / var(--tw-bg-opacity, 1));
  padding-top: 8rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: none;
  width: 0px;
  opacity: 0;
}

.state-indicator.menu-mobile {
  display: none;
}

@media (max-width: 996px) {
  .menu-mobile {
    display: flex;
  }
}

.menu-mobile.shown {
  width: 100%;
  opacity: 1;
}

.menu-mobile .menu-accordion__item {
  padding-left: 2.5rem !important;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}

.menu-mobile__scroll::-webkit-scrollbar {
  display: none;
}

.menu-mobile__scroll {
  height: 90%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.menu-mobile-button {
  position: fixed;
  z-index: 30;
  margin-left: 1.5rem;
  margin-top: 3.5rem;
  display: none;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.state-indicator.menu-mobile-button {
  display: none;
}

.menu-mobile-button:hover {
  cursor: pointer;
  --tw-brightness: brightness(.95);
  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);
}

.menu-mobile-button {
  display: none;
}

.state-indicator.menu-mobile-button {
  display: none;
}

@media (max-width: 996px) {
  .menu-mobile-button {
    display: flex;
  }
}

@media (max-width: 768px) {
  .menu-mobile-button {
    margin-top: 2.5rem;
  }
}

.menu-mobile__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.menu-mobile__item:hover {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(0 156 212 / var(--tw-text-opacity, 1));
}

.menu-mobile__item.active {
  --tw-text-opacity: 1;
  color: rgb(0 156 212 / var(--tw-text-opacity, 1));
}

.menu-mobile__item .icon {
  color: currentColor;
}

.menu-mobile__item.accordion {
  flex-direction: column;
  align-items: flex-start;
}

.menu-mobile__item.accordion .main-element {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 0.75rem;
  padding-left: 39px;
}

.menu-mobile__item.accordion .main-element .menu-mobile__item--name {
  max-width: calc(100% - 55px);
}

.menu-accordion {
  width: 100%;
  flex-direction: column;
  display: none;
}

.state-indicator.menu-accordion {
  display: none;
}

.menu-accordion.shown {
  display: flex;
  background-color: #464c56;
}

.menu-accordion .menu-accordion__item {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.menu-accordion .menu-accordion__item:hover {
  --tw-text-opacity: 1;
  color: rgb(0 156 212 / var(--tw-text-opacity, 1));
}

.menu-accordion .menu-accordion__item .icon {
  color: currentColor;
}

.menu-accordion .menu-accordion__item.active {
  --tw-text-opacity: 1;
  color: rgb(0 156 212 / var(--tw-text-opacity, 1));
}

.menu-accordion .menu-accordion__item--name {
  font-size: 0.75rem;
  line-height: 1rem;
  color: currentColor;
}

.menu-accordion__icon {
  position: absolute;
  right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.menu-accordion__icon:hover {
  --tw-text-opacity: 1;
  color: rgb(0 156 212 / var(--tw-text-opacity, 1));
}

.menu-mobile__item--name {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1rem;
  line-height: 1.5rem;
  color: currentColor;
  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;
}

.menu-mobile__item--name:hover {
  --tw-text-opacity: 1;
  color: rgb(0 156 212 / var(--tw-text-opacity, 1));
}

@media (max-width: 1440px) {
  .menu-mobile__item--name {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

/* desktop (bigger than 768px) */

.menu__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.menu__item:hover {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(0 156 212 / var(--tw-text-opacity, 1));
}

.menu__item.active {
  --tw-text-opacity: 1;
  color: rgb(0 156 212 / var(--tw-text-opacity, 1));
}

.menu__item.active .menu__item--name:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.menu__item .icon {
  display: flex;
  height: 19px;
  width: 19px;
  justify-content: flex-start;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.menu__item .menu-accordion__icon {
  position: absolute;
  right: 1rem;
  height: 10px;
  width: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.menu__item .menu-accordion__icon:hover {
  --tw-text-opacity: 1;
  color: rgb(0 156 212 / var(--tw-text-opacity, 1));
}

.menu__item.accordion {
  flex-direction: column;
}

.menu__item.accordion .main-element {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.menu-accordion {
  width: 100%;
  flex-direction: column;
  display: none;
}

.state-indicator.menu-accordion {
  display: none;
}

.menu-accordion.shown {
  display: flex;
  background-color: #464c56;
}

.menu-accordion.preview {
  position: fixed;
  left: 40px;
  width: -moz-fit-content;
  width: fit-content;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(59 61 63 / var(--tw-bg-opacity, 1));
  max-height: 13.5rem;
}

.menu-accordion.preview .menu-accordion__item {
  flex: none;
  padding: 0px;
  padding-right: 1rem;
  padding-left: 5px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  height: 30px !important;
  background-color: #464c56;
}

.menu-accordion.preview .menu-accordion__item.first {
  --tw-bg-opacity: 1;
  background-color: rgb(59 61 63 / var(--tw-bg-opacity, 1));
  height: 35px !important;
}

.menu-accordion.preview .menu-accordion__item.first.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
  font-weight: 700;
}

.menu-accordion.preview .menu-accordion__item.first.active:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.menu-accordion .menu-accordion__item {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  white-space: nowrap;
  padding-right: 0.5rem;
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}

.menu-accordion .menu-accordion__item .icon {
  height: 16px;
  width: 16px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.menu-accordion .menu-accordion__item.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.menu-accordion .menu-accordion__item.active .icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.menu-accordion .menu-accordion__item--name {
  font-size: 0.75rem;
  line-height: 1rem;
  color: currentColor;
}

.menu-button {
  position: absolute;
  top: -2rem;
  margin-left: 0.5rem;
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.menu-button:hover {
  cursor: pointer;
  --tw-brightness: brightness(.95);
  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);
}

.menu-button {
  height: 1.5rem;
  width: 1.5rem;
}

@media (max-width: 996px) {
  .menu-button {
    display: none;
  }
}

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

.menu-button .menu-button__text {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: 0px;
  opacity: 0;
}

.menu-button .icon.flip {
  margin-right: -0.25rem;
  transform-origin: center;
  --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));
}

.menu-button.expanded {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  width: 11rem;
  width: calc(100% - 2.5rem);
}

.menu-button.expanded .menu-button__text {
  width: auto;
  opacity: 1;
}

.menu__item--name {
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.state-indicator.menu__item--name {
  display: none;
}

.menu {
  position: fixed;
  top: 3rem;
  z-index: 100;
  display: flex;
  width: 2.5rem;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(59 61 63 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (max-width: 996px) {
  .menu {
    display: none;
  }
}

.menu {
  height: calc(100% - 3rem);
}

.menu span {
  font-weight: 400;
}

.menu .menu__item.active .main-element {
  background-color: #009cd4;
}

.menu .menu__item.active .main-element .icon {
  color: white;
}

.menu.expanded {
  width: 14rem;
}

.menu.expanded .menu__item .main-element {
  padding-left: 1.5rem;
}

.menu.expanded .menu-accordion__item.active .icon {
  color: white;
}

.menu.expanded .menu__item--name {
  display: block;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(0 117 163 / var(--tw-bg-opacity, 1));
  border: 0 solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 9999px;
}

.custom-grid {
  height: 700px;
}

.admin_view_option.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
}

/*** input ***/

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

/*** checkbox ***/

.checkbox {
  position: relative;
  float: left;
  height: 1rem;
  width: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.checkbox:checked {
  --tw-border-opacity: 1;
  border-color: rgb(0 156 212 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
}

.checkbox:checked::after {
  position: absolute;
  margin-top: -1px;
  margin-left: 0.25rem;
  display: block;
  height: 0.8125rem;
  width: 0.375rem;
  --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));
  border-width: 0.125rem;
  border-left-width: 0px;
  border-top-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-content: "";
  content: var(--tw-content);
}

.checkbox:hover {
  cursor: pointer;
}

.checkbox:focus {
  --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);
  transition-property: border-color 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.checkbox:focus::after {
  position: absolute;
  z-index: 1;
  display: block;
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 0.125rem;
  --tw-content: "";
  content: var(--tw-content);
}

.checkbox:focus:checked::after {
  margin-top: -1px;
  margin-left: 0.25rem;
  height: 0.8125rem;
  width: 0.375rem;
  --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));
  border-radius: 0px;
  border-width: 0.125rem;
  border-left-width: 0px;
  border-top-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  content: var(--tw-content);
  background-color: transparent;
}

/*** radio ***/

.radio {
  position: relative;
  float: left;
  height: 1rem;
  width: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.radio::before {
  pointer-events: none;
  position: absolute;
  height: 0.75rem;
  content: var(--tw-content);
  width: 0.75rem;
}

.radio::after {
  position: absolute;
  z-index: 1;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  --tw-content: "";
  content: var(--tw-content);
}

.radio:checked {
  --tw-border-opacity: 1;
  border-color: rgb(0 156 212 / var(--tw-border-opacity, 1));
}

.radio:checked::before {
  content: var(--tw-content);
  opacity: 0.16;
}

.radio:checked::after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(0 156 212 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
  transform: translate(-50%,-50%);
}

.radio:hover {
  cursor: pointer;
}

.radio:hover::before {
  content: var(--tw-content);
  opacity: 0.04;
}

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

.radio:focus:checked {
  --tw-border-opacity: 1;
  border-color: rgb(0 156 212 / var(--tw-border-opacity, 1));
}

/*** file ***/

/*** label ***/

.label {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.label--checkbox, .label--radio {
  margin-left: 1.75rem;
}

/*** textarea ***/

textarea {
  resize: vertical;
}

/*** select ***/

.popup-backdrop {
  z-index: 40;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 0.2;
}

.popup-backdrop.file-manager {
  z-index: 50;
}

.popup-backdrop.media-modal {
  z-index: 60;
}

.popup-backdrop.confirm {
  z-index: 70;
}

.popup {
  z-index: 71;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.state-indicator.popup {
  display: none;
}

.popup.popup--fullscreen {
  top: 1rem;
  justify-content: flex-end;
  padding-right: 5%;
}

@media (min-width: 1920px) {
  .popup.popup--fullscreen {
    justify-content: center;
    padding-left: 40px;
    padding-right: 0px;
  }
}

@media (max-width: 996px) {
  .popup.popup--fullscreen {
    justify-content: center;
    padding-right: 0px;
  }
}

@media (min-width: 1920px) {
  .popup.menu-expanded {
    padding-left: 224px;
  }
}

.popup.shown {
  display: flex;
  --tw-backdrop-blur: blur(2px);
  -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);
}

.popup__content {
  position: relative;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3rem;
  --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);
}

@media (max-width: 996px) {
  .popup__content {
    width: 66.666667%;
  }
}

@media (max-width: 768px) {
  .popup__content {
    width: 75%;
  }
}

@media (max-width: 480px) {
  .popup__content {
    width: 90%;
  }
}

.popup__content .button {
  align-self: unset;
}

.popup--fullscreen .popup__content {
  height: 100%;
  max-height: 90%;
  width: calc(95% - 40px);
  max-width: 1600px;
}

@media (max-width: 1440px) {
  .popup--fullscreen .popup__content {
    height: auto;
  }
}

.popup--fullscreen.menu-expanded .popup__content {
  max-height: calc(95% - 40px);
  width: calc(95% - 236px);
}

@media (max-width: 996px) {
  .popup--fullscreen.menu-expanded .popup__content {
    width: calc(95% - 40px);
  }
}

@media (max-width: 480px) {
  .popup--fullscreen.menu-expanded .popup__content {
    width: calc(95% - 40px);
  }
}

.popup__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.popup__close:hover {
  cursor: pointer;
}

/*** modal ***/

.modal {
  position: fixed;
  z-index: 100;
  float: right;
  display: flex;
  width: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (max-width: 996px) {
  .modal {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (max-width: 480px) {
  .modal {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.modal {
  height: 0px;
  opacity: 0;
}

.modal.shown {
  height: auto;
  opacity: 1;
}

.modal .modal__box {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 0.375rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.modal .modal__box .modal__icon {
  margin-right: 0.5rem;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  stroke: currentColor;
  stroke-width: 2;
}

.modal .modal__box .modal__text {
  padding-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.modal .modal__box.modal__box--success {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.modal .modal__box.modal__box--success .modal__icon {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.modal .modal__box.modal__box--success .modal__text {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.modal .modal__box.modal__box--warning {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.modal .modal__box.modal__box--warning .modal__icon {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.modal .modal__box.modal__box--warning .modal__text {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.modal .modal__box.modal__box--error {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.modal .modal__box.modal__box--error .modal__icon {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.modal .modal__box.modal__box--error .modal__text {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

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

@media only screen and (min-width: 996px) {
  .modal {
    right: 5px;
    width: calc(100% - 233px);
  }
}

/* loading spinner */

.lds-ring {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  margin-top: 3px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  margin: 0;
  border: 4px solid;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #009cd4 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

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

.media-grid__item .icon--edit:hover, .media-grid__item .icon--save:hover, .media-grid__item .icon--trash:hover, .media-grid__item .icon--settings:hover {
  --tw-text-opacity: 1;
  color: rgb(0 156 212 / var(--tw-text-opacity, 1));
}

.drop-zone-schedule.over {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.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));
  opacity: 0.3;
}

/*** SCHEDULE MODAL ***/

.schedule-modal.active {
  display: block;
}

.break {
  background-color: rgba(255, 243, 128, 0.75);
  border-radius: 4px;
}

/*** TEMPLATE MODAL ***/

.template-modal.active {
  display: block;
}

/*** TEMPLATE LOADER MODAL ***/

.template-loader-modal.active {
  display: block;
}

.company-locations {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.25rem;
}

.company-locations .company-location {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.companies .company {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.company.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #545454;
}

.company-location.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #545454;
}

.calendar-date-changer {
  float: left;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.calendar-arrow {
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.calendar-date-selector {
  display: none;
  align-self: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding: 0px;
  font-weight: 700;
}

.state-indicator.calendar-date-selector {
  display: none;
}

.calendar-date-selector.active {
  display: block;
}

.calendar-user-selector {
  margin-bottom: 1.25rem;
  display: flex;
  height: 65px;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-self: center;
  border-radius: 0.25rem;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-drop-shadow: drop-shadow(rgba(0, 0, 0, 0.14) 0px 3px 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);
}

.calendar-user-selector.active {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 156 212 / var(--tw-border-opacity, 1));
}

.appointment-user-selector {
  margin-bottom: 1.25rem;
  display: flex;
  height: 120px;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.5rem;
  align-self: center;
  border-radius: 0.25rem;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-drop-shadow: drop-shadow(rgba(0, 0, 0, 0.14) 0px 3px 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);
}

.appointment-user-selector.active {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 156 212 / var(--tw-border-opacity, 1));
}

.appointment-user-selector {
  max-width: 120px;
}

.calendar-user-selector:not(:first-child) {
  margin-left: 12px;
}

.calendar {
  display: none;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.state-indicator.calendar {
  display: none;
}

.calendar.active {
  display: block;
}

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

.hour-grid:not(.closed-period) .hour-grid-hover:hover:after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  opacity: 0.3;
  content: "+";
}

.hour-grid:not(.closed-period) .hour-grid-hover:first-child:hover:after {
  border-collapse: collapse;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.hour-grid:not(.closed-period) .hour-grid-hover:last-child:hover:after {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.calendar .hour-grid {
  background: rgba(130, 231, 118, 0.38);
}

.hour-grid.closed-period {
  background: rgb(249 250 251/var(--tw-bg-opacity)) !important;
}

.hour .hour-grid:last-child {
  border-right: 1px solid #f0f0f0;
}

.hour-appointment {
  position: absolute;
  z-index: 10;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  overflow: hidden;
  padding-left: 3px;
  padding-right: 3px;
  --tw-drop-shadow: drop-shadow(rgba(0, 0, 0, 0.14) 0px 3px 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);
}

.hour-appointment-month, .hour-forecast-month {
  margin-bottom: 0.25rem;
  cursor: pointer;
  border-radius: 0.25rem;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.forecast-month-list {
  margin-top: 0.25rem;
  height: calc(100% - 25px);
  overflow-y: auto;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.hour-appointment-body {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
  padding: 0.375rem;
  background-color: #fdf2f8;
}

.hour-appointment-body.overflown > div:not(.hour-appointment-expand, .hour-appointment-customer, .hour-appointment-time) {
  display: none;
}

.state-indicator.hour-appointment-body.overflown > div:not(.hour-appointment-expand, .hour-appointment-customer, .hour-appointment-time) {
  display: none;
}

.hour-appointment-body.overflown .hour-appointment-customer-span {
  font-size: 0.75rem;
  line-height: 1rem;
}

.hour-appointment-body.appointment-created-online, .hour-appointment-month.appointment-created-online {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.hour-appointment-time .icon.icon--clock {
  display: none;
  width: 15px;
  min-width: 15px;
}

.state-indicator.hour-appointment-time .icon.icon--clock {
  display: none;
}

.hour-appointment-customer .icon.icon--customer {
  display: none;
  min-width: 16px;
}

.state-indicator.hour-appointment-customer .icon.icon--customer {
  display: none;
}

.hour-appointment-items .icon.icon--services, .hour-appointment-items .icon.icon--service_packages {
  min-width: 16px;
}

.create-appointment-button {
  display: flex;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  padding: 10px 12px;
  border-radius: 50%;
}

.user-selection-card.active {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 156 212 / var(--tw-border-opacity, 1));
}

.appointment-info-box {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-drop-shadow: drop-shadow(rgba(0, 0, 0, 0.14) 0px 3px 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);
}

.calendar-month-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.month-day-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.month-day {
  margin: 1px;
  height: 6.5rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.month-day .current-date {
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.calendar-month-selection::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.admin-time-slot {
  display: flex;
  height: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.admin-time-slot:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.admin-time-slot.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.admin-time-slot.active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
}

.admin-date-select-free-timeslots {
  position: absolute;
  top: 0px;
  right: -0.25rem;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.admin-date-select {
  position: relative;
  cursor: pointer;
  border-radius: 0.375rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-bottom: 0.25rem;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.admin-date-select:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

@media (min-width: 481px) {
  .admin-date-select {
    padding: 0.75rem;
  }
}

.admin-date-select .admin-date-select-free-timeslots {
  display: none;
}

.state-indicator.admin-date-select .admin-date-select-free-timeslots {
  display: none;
}

.admin-date-select.admin-has-free-timeslots > .admin-date-select-free-timeslots {
  display: block;
}

.admin-date-select.admin-timeslot-selected > .admin-date-select-free-timeslots {
  outline: 2px solid;
  outline-offset: 1px;
  outline-color: #009cd4;
}

.admin-date-select.active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.admin-date-select.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.nested-set-item-dropzone.overlapping {
  height: 30px;
  opacity: 0.5;
}

.category-editor-tab-content.active {
  display: unset;
}

/*** line chart ***/

.stats-line-chart-relative-container {
  position: relative;
  height: 100%;
  width: 100%;
}

.stats-line-chart-line {
  position: absolute;
  width: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
}

.stats-line-chart-label-y {
  position: absolute;
  left: 10px;
  height: auto;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.stats-line-chart-label-x {
  position: absolute;
  bottom: -40px;
  height: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
  .stats-line-chart-label-x {
    bottom: -45px;
    --tw-translate-x: -0.5rem;
    --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));
  }
}

.stats-line-chart-dot-container {
  position: relative;
  z-index: 2;
  margin-left: 40px;
  margin-right: 10px;
  height: 100%;
  width: calc(100% - 70px);
}

.stats-line-chart-line-container {
  position: absolute;
  top: 0px;
  z-index: 1;
  margin-left: 40px;
  margin-right: 10px;
  height: 100%;
  width: calc(100% - 70px);
}

.stats-line-chart-dot-label {
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  z-index: 4;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 120px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-direction: column;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(59 61 63 / var(--tw-bg-opacity, 1));
  padding: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.stats-line-chart-dot-label.shown {
  visibility: visible;
  height: auto;
  opacity: 1;
}

.stats-line-chart-dot-label div span {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.stats-line-chart-dot {
  position: absolute;
  z-index: 3;
  height: 0.5rem;
  width: 0.5rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.stats-line-chart-dot:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 61 63 / var(--tw-bg-opacity, 1));
}

.stats-line-chart-hr, .stats-line-chart-base-hr {
  position: absolute;
  left: 40px;
  height: 1px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  width: calc(100% - 70px);
}

.stats-line-chart-base-hr {
  bottom: 0px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(102, 182, 37, 0.4);
  }

  70% {
    box-shadow: 0 0 0 5px rgba(102, 182, 37, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(102, 182, 37, 0);
  }
}

.time-window-switch__button, .home-grid-module-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.time-window-switch__button:hover, .home-grid-module-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.time-window-switch__button span, .home-grid-module-link span {
  font-size: 0.75rem;
  line-height: 1rem;
}

/* FIELD MODAL */

.field-editor-modal.active {
  display: block;
}

.form-field-placeholder.active {
  flex-direction: column;
  gap: 0.5rem;
}

.form-field-validations.active {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* STEP MODAL */

.step-editor-modal.active {
  display: block;
}

/*** MEDIA EDITOR MODAL ***/

.media-editor-modal.active {
  display: block;
}

/*** FILE MANAGER MODAL ***/

.file-manager-modal.active {
  display: block;
}

.appointment-editor-modal {
  top: 65px;
  left: 50%;
  z-index: 40;
  height: calc(100vh - 130px);
  max-height: calc(100vh - 130px);
  min-height: 20%;
  width: 95%;
  max-width: 1600px;
  --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));
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: absolute !important;
  display: none;
}

.appointment-creation-modal-tab {
  display: flex;
  height: 100%;
  width: 8rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.appointment-creation-modal-tab:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.appointment-creation-modal-tab {
  border-radius: 8px 8px 0 0;
}

.appointment-creation-modal-tab.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.appointment-editor-modal.active {
  display: block;
}

.appointment-editor-modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

.appointment-editor-modal-header-title {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.appointment-editor-modal-close, .appointment-creation-modal-close {
  float: right;
  margin-left: auto;
}

.appointment-editor-modal-close-icon {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.appointment-editor-modal-content {
  height: calc(100% - 50px);
  overflow-y: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 1.25rem;
}

.choose-user-span {
  flex-direction: row;
  width: 100%;
}

.customer-chooser {
  flex-direction: column;
  padding: 10px;
  display: none;
}

.customer-chooser.active {
  display: flex;
}

.employee-chooser {
  flex-direction: column;
  padding: 10px;
  display: none;
  width: 100%;
}

.employee-chooser.active {
  display: flex;
}

.appointment-section {
  flex-direction: column;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding: 0.75rem;
  padding-bottom: 2.5rem;
  display: none;
}

.appointment-section.active {
  height: 100%;
  width: 33.333333%;
  display: flex;
}

.calendar-date-info::-webkit-calendar-picker-indicator {
  display: none;
}

.calendar-time-info::-webkit-calendar-picker-indicator {
  display: none;
}

.appointment-label {
  font-size: 0.75rem;
  line-height: 1rem;
}

.appointment-span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.75rem;
  line-height: 1rem;
}

.appointment-list-title {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.service-option-separator-row, .service-variant-separator-row, .service-package-option-separator-row {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}

.service-option-separator-row td, .service-variant-separator-row td, .service-package-option-separator-row td {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.appointment-service, .checkout-box {
  position: relative;
  width: 100%;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  flex-direction: column;
  row-gap: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.appointment-service__title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.appointment-service__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 0.25rem;
}

.appointment-service__info span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.appointment-service__info span:last-child {
  --tw-text-opacity: 1;
  color: rgb(0 156 212 / var(--tw-text-opacity, 1));
}

.service-category-tab.active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.appointment-service-list, .appointment-service-variant-list, .appointment-service-option-list, .appointment-service-package-list {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-drop-shadow: drop-shadow(rgba(0, 0, 0, 0.14) 0px 3px 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);
}

.appointment-service-options, .appointment-services {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  list-style-type: disc;
  padding-left: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.appointment-service-options li p, .appointment-services li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.holiday-modal.active {
  display: block;
}

.warehouse-transfer-modal.active {
  display: block;
  opacity: 1;
}

/* product selection modal */

.product-selection-modal.active {
  display: block;
}

.payroll-modal.active {
  display: block;
}

.user-verification-modal.active {
  display: block;
}

.date-selection-modal.active {
  display: block;
}

.date-selection-item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
}

.date-selection-item.active span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*** ean-scanner-modal ***/

.ean-scanner-modal.active {
  display: block;
}

/** RECIPE MODAL **/

.recipe-modal.active {
  display: block;
}

/** MERGE MODAL **/

.merge-modal.active {
  display: block;
}

.purchase-creation-modal-tab.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.purchase-editor-modal.active {
  display: block;
}

.choose-user-span {
  flex-direction: row;
  width: 100%;
}

.customer-chooser {
  flex-direction: column;
  padding: 10px;
  display: none;
}

.customer-chooser.active {
  display: flex;
}

.employee-chooser {
  flex-direction: column;
  padding: 10px;
  display: none;
  width: 100%;
}

.employee-chooser.active {
  display: flex;
}

.purchase-section.active {
  height: 100%;
  width: 33.333333%;
  display: flex;
}

.calendar-date-info::-webkit-calendar-picker-indicator {
  display: none;
}

.calendar-time-info::-webkit-calendar-picker-indicator {
  display: none;
}

.cash-register-expense-modal.active {
  display: block;
}

.purchase-user-selector.active {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 156 212 / var(--tw-border-opacity, 1));
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.\!pointer-events-auto {
  pointer-events: auto !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[20px\] {
  bottom: 20px;
}

.bottom-\[80px\] {
  bottom: 80px;
}

.left-0\.5 {
  left: 0.125rem;
}

.left-\[20px\] {
  left: 20px;
}

.left-\[60px\] {
  left: 60px;
}

.left-\[calc\(15px_\+_14rem\)\] {
  left: calc(15px + 14rem);
}

.left-\[calc\(60px_\+_14rem\)\] {
  left: calc(60px + 14rem);
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-\[-12px\] {
  right: -12px;
}

.right-\[-17px\] {
  right: -17px;
}

.right-\[10px\] {
  right: 10px;
}

.right-\[15px\] {
  right: 15px;
}

.right-\[35px\] {
  right: 35px;
}

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

.top-2 {
  top: 0.5rem;
}

.top-6 {
  top: 1.5rem;
}

.top-\[-6px\] {
  top: -6px;
}

.top-\[200px\] {
  top: 200px;
}

.top-\[34px\] {
  top: 34px;
}

.top-\[7px\] {
  top: 7px;
}

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

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

.z-\[41\] {
  z-index: 41;
}

.float-right {
  float: right;
}

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

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

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

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

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

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

.\!ml-0 {
  margin-left: 0px !important;
}

.\!ml-auto {
  margin-left: auto !important;
}

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

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

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.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-8 {
  margin-bottom: 2rem;
}

.mb-\[-3px\] {
  margin-bottom: -3px;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

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

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

.ml-3 {
  margin-left: 0.75rem;
}

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

.ml-6 {
  margin-left: 1.5rem;
}

.ml-\[-10px\] {
  margin-left: -10px;
}

.ml-auto {
  margin-left: auto;
}

.mr-0\.5 {
  margin-right: 0.125rem;
}

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

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

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

.mr-\[10px\] {
  margin-right: 10px;
}

.mr-\[7px\] {
  margin-right: 7px;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

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

.hidden {
  display: none;
}

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

.h-1\/2 {
  height: 50%;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-72 {
  height: 18rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100vh_-_200px\)\] {
  height: calc(100vh - 200px);
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-min {
  height: -moz-min-content;
  height: min-content;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

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

.\!w-\[100px\] {
  width: 100px !important;
}

.\!w-\[140px\] {
  width: 140px !important;
}

.\!w-\[16px\] {
  width: 16px !important;
}

.\!w-auto {
  width: auto !important;
}

.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

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

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

.w-1\/3 {
  width: 33.333333%;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(100\%_-_32px\)\] {
  width: calc(100% - 32px);
}

.w-\[calc\(45\%_-_96px\)\] {
  width: calc(45% - 96px);
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.\!min-w-\[150px\] {
  min-width: 150px !important;
}

.\!min-w-\[200px\] {
  min-width: 200px !important;
}

.\!min-w-\[250px\] {
  min-width: 250px !important;
}

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

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

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

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

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

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

.\!max-w-\[200px\] {
  max-width: 200px !important;
}

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

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

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

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

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

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

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

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

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

.-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-3 {
  --tw-translate-x: -0.75rem;
  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-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.justify-items-start {
  justify-items: start;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[10px\] {
  gap: 10px;
}

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

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

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

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

.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-y-0 {
  row-gap: 0px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

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

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

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

.gap-y-6 {
  row-gap: 1.5rem;
}

.\!self-start {
  align-self: flex-start !important;
}

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

.\!self-end {
  align-self: flex-end !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.overflow-y-auto {
  overflow-y: auto;
}

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

.text-ellipsis {
  text-overflow: ellipsis;
}

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

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

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

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

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tl-none {
  border-top-left-radius: 0px;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

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

.border-none {
  border-style: none;
}

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

.\!bg-neutral-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#5B626F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(91 98 111 / var(--tw-bg-opacity, 1));
}

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

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

.bg-gray-lighter-custom {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(59 61 63 / var(--tw-bg-opacity, 1));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#2DD4BF\] {
  --tw-gradient-from: #2DD4BF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#3B82F6\] {
  --tw-gradient-to: #3B82F6 var(--tw-gradient-to-position);
}

.fill-secondary {
  fill: #009cd4;
}

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

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

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

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

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

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

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

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

.pb-12 {
  padding-bottom: 3rem;
}

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

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

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

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

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

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

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

.text-\[0\.65rem\] {
  font-size: 0.65rem;
}

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

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

.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-normal {
  font-weight: 400 !important;
}

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

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

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

.font-normal {
  font-weight: 400;
}

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

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.\!text-gray-darker-custom {
  --tw-text-opacity: 1 !important;
  color: rgb(112 112 112 / var(--tw-text-opacity, 1)) !important;
}

.\!text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1)) !important;
}

.\!text-neutral-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1)) !important;
}

.\!text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1)) !important;
}

.text-current {
  color: currentColor;
}

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

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

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(59 61 63 / var(--tw-text-opacity, 1));
}

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

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 156 212 / var(--tw-text-opacity, 1));
}

.text-secondary-darker {
  --tw-text-opacity: 1;
  color: rgb(0 117 163 / var(--tw-text-opacity, 1));
}

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

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

.underline-offset-4 {
  text-underline-offset: 4px;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-90 {
  opacity: 0.9;
}

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

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.brightness-90 {
  --tw-brightness: brightness(.9);
  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);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

.drop-shadow-custom {
  --tw-drop-shadow: drop-shadow(rgba(0, 0, 0, 0.14) 0px 3px 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);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

/*** COMMON ***/

/*** SNIPPET fonts ***/

@font-face {
  font-family: "Open Sans";

  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/admin_assets/fonts/OpenSans-Bold.ttf") format("truetype");

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: "Open Sans";

  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("/admin_assets/fonts/OpenSans-ExtraBold.ttf") format("truetype");

  font-weight: 800;

  font-style: normal;
}

@font-face {
  font-family: "Open Sans";

  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("/admin_assets/fonts/OpenSans-Italic.ttf") format("truetype");

  font-weight: 400;

  font-style: italic;
}

@font-face {
  font-family: "Open Sans";

  src: local("Open Sans Light"), local("OpenSans-Light"), url("/admin_assets/fonts/OpenSans-Light.ttf") format("truetype");

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: "Open Sans";

  src: local("Open Sans LightItalic"), local("OpenSans-LightItalic"), url("/admin_assets/fonts/OpenSans-LightItalic.ttf") format("truetype");

  font-weight: 300;

  font-style: italic;
}

@font-face {
  font-family: "Open Sans";

  src: local("Open Sans Medium"), local("OpenSans-Medium"), url("/admin_assets/fonts/OpenSans-Medium.ttf") format("truetype");

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: "Open Sans";

  src: local("Open Sans MediumItalic"), local("OpenSans-MediumItalic"), url("/admin_assets/fonts/OpenSans-MediumItalic.ttf") format("truetype");

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: "Open Sans";

  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/admin_assets/fonts/OpenSans-Regular.ttf") format("truetype");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Open Sans";

  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("/admin_assets/fonts/OpenSans-SemiBold.ttf") format("truetype");

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: "Open Sans";

  src: local("Open Sans SemiBoldItalic"), local("OpenSans-SemiBoldItalic"), url("/admin_assets/fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");

  font-weight: 600;

  font-style: italic;
}

@font-face {
  font-family: Times New Roman;

  src: local("Times New Roman"), url("/admin_assets/fonts/times.woff") format("woff");

  font-style: normal;

  font-weight: 400;
}

@font-face {
  font-family: "Source Code Pro";

  src: local("Source Code Pro"), url("/admin_assets/fonts/SourceCodePro-Light.ttf") format("truetype");

  font-style: normal;

  font-weight: normal;
}

/*** SNIPPET elements (default) ***/

select, textarea, .file, .input {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  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;
}

select::-moz-placeholder, textarea::-moz-placeholder, .file::-moz-placeholder, .input::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

select::placeholder, textarea::placeholder, .file::placeholder, .input::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

select:focus, textarea:focus, .file:focus, .input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.profile-icon {
  pointer-events: none;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  aspect-ratio: 1 / 1;
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 156 212 / var(--tw-border-opacity, 1));
  -o-object-fit: cover;
     object-fit: cover;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: unset;
}

.grecaptcha-badge {
  visibility: hidden;
}

span.round-bg {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 7px;
  padding-bottom: 7px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.state-indicator {
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.state-indicator.green {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.state-indicator.orange {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.state-indicator.red {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.state-indicator.blue {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.state-indicator.hidden {
  display: none !important;
}

/*** CUSTOM SELECT ***/

.custom-select {
  position: relative;
  width: auto;
}

.custom-select__button {
  display: flex;
  width: auto;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.custom-select__value {
  text-align: left;
}

.custom-select .icon--bracket-down {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.custom-select__dropdown {
  position: absolute;
  z-index: 50;
  margin-top: 0.5rem;
  display: none;
  max-height: 10rem;
  width: auto;
  list-style-type: none;
  overflow-y: auto;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  --tw-drop-shadow: drop-shadow(rgba(0, 0, 0, 0.14) 0px 3px 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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.state-indicator.custom-select__dropdown {
  display: none;
}

.custom-select:has(.custom-select__button.parsley-error) > .custom-select__dropdown {
  margin-top: 0.125rem;
}

.custom-select__dropdown li {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 1rem;
  border-radius: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.custom-select__dropdown li:not(.custom-select__dropdown li:last-child) {
  margin-bottom: 0.25rem;
}

.custom-select__dropdown li label {
  width: 100%;
  cursor: pointer;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.custom-select__dropdown li:hover,
.custom-select__dropdown input:checked ~ label,
.custom-select__dropdown input:focus ~ label {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.custom-select__dropdown input[type=radio] {
  position: absolute;
  left: 0px;
  opacity: 0;
}

.custom-select.active .icon--bracket-down {
  --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));
}

.custom-select.active .custom-select__dropdown {
  display: block;
}

input[type=time] {
  text-align: center;
}

/*** ORDER ***/

.module-object {
  display: flex;
  cursor: pointer;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  border-radius: 0.25rem;
  border-bottom-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.module-object:hover {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.module-object > a {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.module-object:hover > a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 156 212 / var(--tw-text-opacity, 1));
}

.order-dropzone {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  height: 0.5rem;
}

.drag-over {
  height: 0.75rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}

.ratings-star {
  height: 10px;
  width: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 152 0 / var(--tw-text-opacity, 1));
}

.time-keeper-image {
  border-radius: 0.375rem;
}

input.hide-spin-buttons::-webkit-outer-spin-button,
input.hide-spin-buttons::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number].hide-spin-buttons {
  -moz-appearance: textfield;
  /* Firefox */
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
}

::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  border-radius: 9999px;
}

.custom-grid .ag-row-footer {
  pointer-events: none;
}

.custom-grid .ag-row-footer .ag-selection-checkbox {
  display: none !important;
  /* hides total selection checkbox -> find better alternative */
}

.custom-grid .ag-header-cell-text, .custom-grid span, .custom-grid a {
  font-size: inherit;
  line-height: inherit;
}

.custom-grid .ag-paging-panel {
  max-width: 100%;
  overflow-x: auto;
}

@media (max-width: 480px) {
  .custom-grid .ag-paging-page-size {
    display: none;
  }

  .custom-grid .ag-paging-row-summary-panel, .custom-grid .ag-paging-page-summary-panel {
    white-space: nowrap;
  }
}

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

::-webkit-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

input::-webkit-datetime-edit-day-field:focus,
input::-webkit-datetime-edit-month-field:focus,
input::-webkit-datetime-edit-year-field:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

input::-webkit-datetime-edit-hour-field:focus,
input::-webkit-datetime-edit-minute-field:focus,
input::-webkit-datetime-edit-second-field:focus,
input::-webkit-datetime-edit-ampm-field:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

/*** SNIPPET layout ***/

/*** COMPONENTS ***/

/*** COMPONENT header ***/

/*** COMPONENT footer ***/

/*** COMPONENT menu ***/

/*** COMPONENT modals (popups) ***/

/*** COMPONENT parsley for Parsley.js styling ***/

.input.parsley-error, .input:focus.parsley-error {
  border-color: rgb(185, 28, 28) !important;
}

ul.parsley-errors-list li {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

/*** COMPONENT filemanager ***/

/*** COMPONENT schedule ***/

/*** MODULES ***/

/*** MODULE calendar ***/

/*** MODULE categories ***/

/*** MODULE statistic ***/

/*** MODULE forms ***/

/*** MODULE media ***/

/*** MODULE appointment ***/

*:disabled, *.disabled:not(#appointmentModalEditableContent, #purchaseModalEditableContent) {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.7;
}

#appointmentModalEditableContent.disabled #popup_title .to-disable-if-completed, #appointmentModalEditableContent.disabled #appointmentServicesSection .to-disable-if-completed, #appointmentModalEditableContent.disabled #appointmentInformationSection .to-disable-if-completed, #appointmentModalEditableContent.disabled #checkoutSection .to-disable-if-completed {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.7;
}

#services_grid .ag-full-width-container[role=rowgroup] {
  /*
  .ag-cell[aria-colindex="2"] {
    left: 90px !important;
  }

  .ag-cell[aria-colindex="3"] {
    left: 590px !important;
  }

  .ag-cell[aria-colindex="4"] {
    left: 790px !important;
  }
  */
}

#services_grid .ag-full-width-container[role=rowgroup] .ag-header {
  border-bottom: 0 !important;
}

/*** MODULE company_location ***/

/*** MODULE company_location ***/

/*** MODULE user ***/

/*** MODULE statistic ***/

/*** MODULE customers ***/

/*** MODULE purchase ***/

#purchaseModalEditableContent.disabled #popup_title .to-disable-if-completed, #purchaseModalEditableContent.disabled #purchaseInformationSection .to-disable-if-completed, #purchaseModalEditableContent.disabled #checkoutSection .to-disable-if-completed {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.7;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:start-\[2px\]::after {
  content: var(--tw-content);
  inset-inline-start: 2px;
}

.after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}

.after\:h-4::after {
  content: var(--tw-content);
  height: 1rem;
}

.after\:w-4::after {
  content: var(--tw-content);
  width: 1rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}

.after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

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

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

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:\!bg-neutral-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1)) !important;
}

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

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

.hover\:bg-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.hover\:\!text-green-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-red-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 156 212 / var(--tw-text-opacity, 1));
}

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

.hover\:brightness-75:hover {
  --tw-brightness: brightness(.75);
  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);
}

.hover\:brightness-90:hover {
  --tw-brightness: brightness(.9);
  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);
}

.group:hover .group-hover\:\!border-secondary-darker {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 117 163 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 156 212 / var(--tw-text-opacity, 1));
}

.group.disabled .group-\[\&\.disabled\]\:\!pointer-events-none {
  pointer-events: none !important;
}

.peer:checked ~ .peer-checked\:bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 212 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

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

@media (max-width: 996px) {
  .screen-lg\:left-\[15px\] {
    left: 15px;
  }
}

@media (max-width: 768px) {
  .screen-md\:flex-col {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .screen-sm\:left-\[10px\] {
    left: 10px;
  }

  .screen-sm\:right-\[10px\] {
    right: 10px;
  }

  .screen-sm\:float-left {
    float: left;
  }

  .screen-sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

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

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

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

  .screen-sm\:ml-0 {
    margin-left: 0px;
  }

  .screen-sm\:ml-6 {
    margin-left: 1.5rem;
  }

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

  .screen-sm\:hidden {
    display: none;
  }

  .screen-sm\:h-\[25px\] {
    height: 25px;
  }

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

  .screen-sm\:h-\[60px\] {
    height: 60px;
  }

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

  .screen-sm\:max-h-\[30px\] {
    max-height: 30px;
  }

  .screen-sm\:max-h-\[340px\] {
    max-height: 340px;
  }

  .screen-sm\:max-h-full {
    max-height: 100%;
  }

  .screen-sm\:w-\[140px\] {
    width: 140px;
  }

  .screen-sm\:w-\[25px\] {
    width: 25px;
  }

  .screen-sm\:w-\[50px\] {
    width: 50px;
  }

  .screen-sm\:w-\[60px\] {
    width: 60px;
  }

  .screen-sm\:w-\[calc\(45\%_-_70px\)\] {
    width: calc(45% - 70px);
  }

  .screen-sm\:w-\[calc\(50\%-10px\)\] {
    width: calc(50% - 10px);
  }

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

  .screen-sm\:min-w-\[250px\] {
    min-width: 250px;
  }

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

  .screen-sm\:min-w-\[60px\] {
    min-width: 60px;
  }

  .screen-sm\:max-w-\[280px\] {
    max-width: 280px;
  }

  .screen-sm\:touch-none {
    touch-action: none;
  }

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

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

  .screen-sm\:content-baseline {
    align-content: baseline;
  }

  .screen-sm\:items-center {
    align-items: center;
  }

  .screen-sm\:justify-between {
    justify-content: space-between;
  }

  .screen-sm\:gap-2 {
    gap: 0.5rem;
  }

  .screen-sm\:gap-3 {
    gap: 0.75rem;
  }

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

  .screen-sm\:gap-6 {
    gap: 1.5rem;
  }

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

  .screen-sm\:overflow-hidden {
    overflow: hidden;
  }

  .screen-sm\:\!px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .screen-sm\:\!pr-1 {
    padding-right: 0.25rem !important;
  }

  .screen-sm\:pt-10 {
    padding-top: 2.5rem;
  }

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

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

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

@media (min-width: 351px) {
  .xs\:flex-row {
    flex-direction: row;
  }

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

@media (min-width: 481px) {
  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

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

  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}

@media (min-width: 1025px) {
  .md\:mb-4 {
    margin-bottom: 1rem;
  }

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

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

.peer:checked ~ .rtl\:peer-checked\:after\:-translate-x-full:where([dir="rtl"], [dir="rtl"] *)::after {
  content: var(--tw-content);
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\.active\]\:flex.active {
  display: flex;
}

.\[\&\.active\]\:border-2.active {
  border-width: 2px;
}

.\[\&\.active\]\:border-secondary.active {
  --tw-border-opacity: 1;
  border-color: rgb(0 156 212 / var(--tw-border-opacity, 1));
}

.\[\&\.active\]\:\!bg-\[\#5B626F\].active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(91 98 111 / var(--tw-bg-opacity, 1)) !important;
}

.\[\&\:not\(\.hidden\)\]\:flex:not(.hidden) {
  display: flex;
}

/*# sourceMappingURL=tailwind.css.map */