/*
! tailwindcss v3.2.4 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type="button"],
[type="reset"],
[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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  print-color-adjust: unset;
}

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

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

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

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

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

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

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

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

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

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

[type="file"]:focus {
  outline: 1px auto inherit;
}

input[type="file"]::file-selector-button {
  color: white;
  background: #1f2937;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  -webkit-margin-start: -1rem;
  margin-inline-start: -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

input[type="file"]::file-selector-button:hover {
  background: #374151;
}

.dark input[type="file"]::file-selector-button {
  color: white;
  background: #4b5563;
}

.dark input[type="file"]::file-selector-button:hover {
  background: #6b7280;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1c64f2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #9ca3af;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb {
  background: #6b7280;
}

input[type="range"]:focus::-webkit-slider-thumb {
  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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1c64f2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #9ca3af;
}

.dark input[type="range"]:disabled::-moz-range-thumb {
  background: #6b7280;
}

input[type="range"]::-moz-range-progress {
  background: #3f83f8;
}

input[type="range"]::-ms-fill-lower {
  background: #3f83f8;
}

.toggle-bg:after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  background: white;
  border-color: #d1d5db;
  border-width: 1px;
  border-radius: 9999px;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter,
    -webkit-backdrop-filter;
  transition-duration: 0.15s;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width))
    var(--tw-ring-color);
}

input:checked + .toggle-bg:after {
  transform: translateX(100%);
  border-color: white;
}

input:checked + .toggle-bg {
  background: #1c64f2;
  border-color: #1c64f2;
}

.tooltip-arrow,
.tooltip-arrow:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tooltip-arrow {
  visibility: hidden;
}

.tooltip-arrow:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-tooltip-style^="light"] + .tooltip > .tooltip-arrow:before {
  border-style: solid;
  border-color: #e5e7eb;
}

[data-tooltip-style^="light"]
  + .tooltip[data-popper-placement^="top"]
  > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-tooltip-style^="light"]
  + .tooltip[data-popper-placement^="right"]
  > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^="light"]
  + .tooltip[data-popper-placement^="bottom"]
  > .tooltip-arrow:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^="light"]
  + .tooltip[data-popper-placement^="left"]
  > .tooltip-arrow:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

.tooltip[data-popper-placement^="top"] > .tooltip-arrow {
  bottom: -4px;
}

.tooltip[data-popper-placement^="bottom"] > .tooltip-arrow {
  top: -4px;
}

.tooltip[data-popper-placement^="left"] > .tooltip-arrow {
  right: -4px;
}

.tooltip[data-popper-placement^="right"] > .tooltip-arrow {
  left: -4px;
}

.tooltip.invisible > .tooltip-arrow:before {
  visibility: hidden;
}

[data-popper-arrow],
[data-popper-arrow]:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

[data-popper-arrow] {
  visibility: hidden;
}

[data-popper-arrow]:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #4b5563;
}

[role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #4b5563;
}

[data-popover][role="tooltip"][data-popper-placement^="top"]
  > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^="top"]
  > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^="right"]
  > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^="right"]
  > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^="bottom"]
  > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^="bottom"]
  > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^="left"]
  > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^="left"]
  > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^="top"]
  > [data-popper-arrow] {
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^="bottom"]
  > [data-popper-arrow] {
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^="left"]
  > [data-popper-arrow] {
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^="right"]
  > [data-popper-arrow] {
  left: -5px;
}

[role="tooltip"].invisible > [data-popper-arrow]:before {
  visibility: hidden;
}

[role="tooltip"].invisible > [data-popper-arrow]:after {
  visibility: hidden;
}

*,
::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-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(63 131 248 / 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: ;
}

::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-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(63 131 248 / 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: ;
}

.container {
  width: 100%;
}

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

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

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

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

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

ul.page-numbers {
  margin-top: 1rem;
  display: inline-flex;
}

ul.page-numbers > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

ul.page-numbers li span {
  margin-left: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

ul.page-numbers li span:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.dark ul.page-numbers li span {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark ul.page-numbers li span:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

ul.page-numbers li span.page-numbers.current {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 241 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 90 31 / var(--tw-text-opacity));
}

ul.page-numbers li span.page-numbers.current:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 236 220 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(180 52 3 / var(--tw-text-opacity));
}

.dark ul.page-numbers li span.page-numbers.current {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

ul.page-numbers li a.page-numbers.current {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 241 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(208 56 1 / var(--tw-text-opacity));
}

ul.page-numbers li a.page-numbers.current:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 236 220 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(180 52 3 / var(--tw-text-opacity));
}

.dark ul.page-numbers li a.page-numbers.current {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

ul.page-numbers li a {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

ul.page-numbers li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.dark ul.page-numbers li a {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark ul.page-numbers li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

ul.page-numbers li a .page-numbers .prev {
  margin-left: 0px;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

ul.page-numbers li a .page-numbers .prev:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.dark ul.page-numbers li a .page-numbers .prev {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark ul.page-numbers li a .page-numbers .prev:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

ul.page-numbers li a .page-numbers .next {
  margin-left: 0px;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

ul.page-numbers li a .page-numbers .next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.dark ul.page-numbers li a .page-numbers .next {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark ul.page-numbers li a .page-numbers .next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

.top-6 {
  top: 1.5rem;
}

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

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

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

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

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

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

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

.m-auto {
  margin: auto;
}

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

.m-1 {
  margin: 0.25rem;
}

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

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

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

.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-60 {
  height: 15rem;
}

.h-full {
  height: 100%;
}

.h-5 {
  height: 1.25rem;
}

.h-1 {
  height: 0.25rem;
}

.h-20 {
  height: 5rem;
}

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

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

.h-4 {
  height: 1rem;
}

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

.h-8 {
  height: 2rem;
}

.h-11 {
  height: 2.75rem;
}

.h-16 {
  height: 4rem;
}

.h-6 {
  height: 1.5rem;
}

.h-96 {
  height: 24rem;
}

.h-48 {
  height: 12rem;
}

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

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

.w-96 {
  width: 24rem;
}

.w-full {
  width: 100%;
}

.w-5 {
  width: 1.25rem;
}

.w-20 {
  width: 5rem;
}

.w-auto {
  width: auto;
}

.w-4 {
  width: 1rem;
}

.w-64 {
  width: 16rem;
}

.w-80 {
  width: 20rem;
}

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

.w-6 {
  width: 1.5rem;
}

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

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

.w-8 {
  width: 2rem;
}

.w-11 {
  width: 2.75rem;
}

.w-48 {
  width: 12rem;
}

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

.max-w-sm {
  max-width: 24rem;
}

.max-w-lg {
  max-width: 32rem;
}

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

.max-w-xs {
  max-width: 20rem;
}

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

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink {
  flex-shrink: 1;
}

.-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-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-x-0 {
  --tw-translate-x: 0px;
  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-full {
  --tw-translate-y: -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));
}

.translate-y-full {
  --tw-translate-y: 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));
}

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

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

.transform-none {
  transform: none;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

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

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

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

.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-evenly {
  justify-content: space-evenly;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-3 {
  gap: 0.75rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

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

.border {
  border-width: 1px;
}

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

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

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(240 82 82 / var(--tw-border-opacity));
}

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

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(26 86 219 / var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(28 100 242 / var(--tw-border-opacity));
}

.bg-\[\#f0f0f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

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

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

.bg-\[\#ef8532\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 133 50 / var(--tw-bg-opacity));
}

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

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

.bg-\[\#f07412\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 116 18 / var(--tw-bg-opacity));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}

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

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

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

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-1 {
  padding: 0.25rem;
}

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

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

.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

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

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

.px-\[80px\] {
  padding-left: 80px;
  padding-right: 80px;
}

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

.pt-40 {
  padding-top: 10rem;
}

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

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

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

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

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

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

.pt-10 {
  padding-top: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

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

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

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

.leading-tight {
  line-height: 1.25;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-\[\#ee8431\] {
  --tw-text-opacity: 1;
  color: rgb(238 132 49 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-\[\#ef8532\] {
  --tw-text-opacity: 1;
  color: rgb(239 133 50 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(240 82 82 / var(--tw-text-opacity));
}

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

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

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

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

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

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

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

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

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.custom_selection {
  display: block;
  display: flex;
  min-height: 42px;
  width: 100%;
  cursor: text;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.custom_selection:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 90 31 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 90 31 / var(--tw-ring-opacity));
}

.dark .custom_selection {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark .custom_selection::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.dark .custom_selection::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.dark .custom_selection:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 90 31 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 90 31 / var(--tw-ring-opacity));
}

.custom_selection.custom_select_focused {
  --tw-border-opacity: 1;
  border-color: rgb(255 90 31 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 90 31 / var(--tw-ring-opacity));
}

.custom_select_menu {
  position: absolute;
  top: 100%;
  left: 0px;
  display: flex;
  max-height: 200px;
  width: 100%;
  flex-direction: column;
  overflow: auto;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}

.custom_select_item {
  cursor: pointer;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

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

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

.custom_select_input {
  height: 30px;
  flex-grow: 1;
  border-width: 0px;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  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);
}

.custom_select_input:focus {
  border-width: 0px;
  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);
}

#voice-svg {
  display: flex;
  flex-grow: 1;
}

.custom_selected_items {
  display: flex;
  height: 100%;
  flex-grow: 1;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.custom_selected_item {
  display: flex;
  height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #ff7e00;
}

.language {
  background-color: #444444;
}

.text-head {
  color: #ff7e00;
  font-weight: bold;
  font-family: "BebasNeue";
  font-size: 28px;
}

html {
  scroll-behavior: smooth;
}

.bg-body {
  --tw-bg-opacity: 1;
  background-color: #f8fbfb;
}

.bg-ice-blue {
  --tw-bg-opacity: 1;
  background-color: #edf6fb;
}

.input-ice-blue {
  --tw-bg-opacity: 1;
  background-color: #edf6fb !important;
}

.input-ice-blue:active,
.input-ice-blue:focus {
  --tw-bg-opacity: 1;
  background-color: #fff !important;
}

.bg-warm-pink {
  --tw-bg-opacity: 1;
  background-color: #fd5687;
}

.bg-warm-pink:hover {
  --tw-bg-opacity: 1;
  background-color: #f777a3;
}

.bg-soft-red {
  --tw-bg-opacity: 1;
  background-color: #fbe2e0;
}

.text-warning-red {
  color: #c84e4c;
}

.text-soft-blue {
  color: #bfcdd7;
}

.odd\:bg-ice-blue:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: #edf6fb;
}

.odd\:bg-body:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: #f8fbfb;
}

.border-ice-blue {
  --tw-bg-opacity: 1;
  border-color: #edf6fb;
}

.desk {
  width: 2000px;
  height: 1000px;
}

.navigation-floor {
  max-width: 35rem;
  overflow: auto;
}

/* width */

::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}

/* Track */

::-webkit-scrollbar-track {
  border-radius: 100vh;
  background: #edf2f7;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 100vh;
  border: 3px solid #edf2f7;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #a0aec0;
}

.library-room {
  width: 350px;
  height: 375px;
}

.entrance-room {
  width: 350px;
  height: 370px;
  top: 375px;
}

.outside-office {
  width: 350px;
  height: 262px;
  top: 745px;
}

.workspace-room {
  width: 1050px;
  height: 1007px;
  left: 350px;
}

.break-room {
  width: 600px;
  height: 1007px;
  left: 1400px;
}

.library-space {
  width: 240px;
  height: 185px;
  top: 185px;
  left: 90px;
}

.entrance-space {
  height: 185px;
  top: 140px;
  left: 100px;
}

.outside-space {
  height: 100px;
  top: 115px;
  left: 100px;
}

.cafeteria-room {
  width: 1650px;
  height: 1007px;
  left: 350px;
}

.meeting-room-small {
  top: 467px;
  width: 463px;
  height: 270px;
}

.meeting-room-small--1 {
  left: 8px;
}

.meeting-room-small--2 {
  left: 472px;
}

.meeting-room-small-space {
  top: 51px;
  left: 48px;
  width: 367px;
  height: 165px;
}

.meeting-room-medium {
  top: 0;
  width: 950px;
  height: 460px;
}

.meeting-room-medium-space {
  top: 76px;
  left: 100px;
  width: 750px;
  height: 320px;
}

.meeting-room-large {
  top: 0;
  right: 0;
  width: 928px;
  height: 100%;
}

.meeting-room-large-space {
  bottom: 77px;
  right: 71px;
  width: 790px;
  height: 426px;
}

.meeting-room-large-moderator {
  top: 56px;
  right: 57px;
  width: 185px;
  height: 58px;
}

.meeting-room-large-head {
  top: 211px;
  right: 179px;
  width: 569px;
  height: 58px;
}

/* Desk */

.desk-space-1 {
  left: 185px;
  top: 153px;
}

.desk-space-2 {
  left: 368px;
  top: 153px;
}

.desk-space-3 {
  left: 551px;
  top: 153px;
}

.desk-space-4 {
  left: 734px;
  top: 153px;
}

.desk-space-5 {
  top: 375px;
  left: 79px;
  width: 103px;
}

.desk-space-6 {
  top: 375px;
  left: 185px;
  width: 103px;
}

.desk-space-7 {
  top: 375px;
  left: 291px;
  width: 103px;
}

.desk-space-8 {
  top: 489px;
  left: 79px;
  width: 103px;
}

.desk-space-9 {
  top: 489px;
  left: 185px;
  width: 103px;
}

.desk-space-10 {
  top: 489px;
  left: 291px;
  width: 103px;
}

.desk-space-11 {
  top: 435px;
  left: 396px;
  width: 103px;
}

.desk-space-12 {
  top: 435px;
  left: 548px;
  width: 103px;
}

.desk-space-13 {
  top: 375px;
  left: 654px;
  width: 103px;
}

.desk-space-14 {
  top: 375px;
  left: 759px;
  width: 103px;
}

.desk-space-15 {
  top: 375px;
  left: 865px;
  width: 103px;
}

.desk-space-16 {
  top: 489px;
  left: 654px;
  width: 103px;
}

.desk-space-17 {
  top: 489px;
  left: 759px;
  width: 103px;
}

.desk-space-18 {
  top: 489px;
  left: 865px;
  width: 103px;
}

.desk-space-19 {
  top: 655px;
  left: 79px;
  width: 103px;
}

.desk-space-20 {
  top: 655px;
  left: 185px;
  width: 103px;
}

.desk-space-21 {
  top: 655px;
  left: 291px;
  width: 103px;
}

.desk-space-22 {
  top: 769px;
  left: 79px;
  width: 103px;
}

.desk-space-23 {
  top: 769px;
  left: 185px;
  width: 103px;
}

.desk-space-24 {
  top: 769px;
  left: 291px;
  width: 103px;
}

.desk-space-25 {
  top: 716px;
  left: 396px;
  width: 103px;
}

.desk-space-26 {
  top: 716px;
  left: 548px;
  width: 103px;
}

.desk-space-27 {
  top: 655px;
  left: 654px;
  width: 103px;
}

.desk-space-28 {
  top: 655px;
  left: 759px;
  width: 103px;
}

.desk-space-29 {
  top: 655px;
  left: 865px;
  width: 103px;
}

.desk-space-30 {
  top: 769px;
  left: 654px;
  width: 103px;
}

.desk-space-31 {
  top: 769px;
  left: 759px;
  width: 103px;
}

.desk-space-32 {
  top: 769px;
  left: 865px;
  width: 103px;
}

/* Status Theme */

.status-active {
  border-color: #1db353;
  background-color: #1db353;
}

.status-inactive {
  border-color: #dfe7ea;
  background-color: #dfe7ea;
  color: #869dae !important;
}

.status-pray {
  border-color: #994db1;
  background-color: #994db1;
}

.status-lunch {
  border-color: #e07600;
  background-color: #e07600;
}

.status-leave {
  border-color: #b1e1ef;
  background-color: #b1e1ef;
}

.status-break {
  border-color: #795531;
  background-color: #795531;
}

.status-toilet {
  border-color: #92bf5e;
  background-color: #92bf5e;
}

.status-meeting {
  border-color: #023291;
  background-color: #023291;
}

.status-out {
  border-color: #b1e1ef;
  background-color: #b1e1ef;
}

.status-concentration {
  border-color: #a20000;
  background-color: #a20000;
}

/* Break Chair */

.break-chair-1 {
  top: 100px;
  left: 43px;
  cursor: pointer;
}

.break-chair-2 {
  top: 100px;
  left: 163px;
  cursor: pointer;
}

.break-chair-3 {
  top: 210px;
  left: 43px;
  cursor: pointer;
}

.break-chair-4 {
  top: 210px;
  left: 163px;
  cursor: pointer;
}

.break-chair-5 {
  top: 25px;
  left: 380px;
  cursor: pointer;
}

.break-chair-6 {
  top: 55px;
  left: 480px;
  cursor: pointer;
}

.break-chair-7 {
  top: 165px;
  left: 480px;
  cursor: pointer;
}

.break-chair-8 {
  top: 110px;
  left: 330px;
  cursor: pointer;
}

.break-chair-9 {
  top: 195px;
  left: 330px;
  cursor: pointer;
}

.break-chair-10 {
  top: 340px;
  left: 30px;
  cursor: pointer;
}

.break-chair-11 {
  top: 340px;
  left: 145px;
  cursor: pointer;
}

.break-chair-12 {
  top: 340px;
  left: 270px;
  cursor: pointer;
}

.break-chair-13 {
  top: 340px;
  left: 380px;
  cursor: pointer;
}

.break-chair-14 {
  top: 405px;
  left: 470px;
  cursor: pointer;
}

.break-chair-15 {
  top: 450px;
  left: 270px;
  cursor: pointer;
}

.break-chair-16 {
  top: 450px;
  left: 380px;
  cursor: pointer;
}

.break-chair-17 {
  top: 505px;
  left: 40px;
  cursor: pointer;
}

.break-chair-18 {
  top: 505px;
  left: 150px;
  cursor: pointer;
}

.break-chair-19 {
  top: 605px;
  left: 40px;
  cursor: pointer;
}

.break-chair-20 {
  top: 605px;
  left: 150px;
  cursor: pointer;
}

.break-chair-21 {
  top: 570px;
  left: 307px;
  cursor: pointer;
}

.break-chair-22 {
  top: 570px;
  left: 440px;
  cursor: pointer;
}

.break-chair-23 {
  top: 710px;
  left: 43px;
  cursor: pointer;
}

.break-chair-24 {
  top: 710px;
  left: 145px;
  cursor: pointer;
}

.break-chair-25 {
  top: 710px;
  left: 247px;
  cursor: pointer;
}

.break-chair-26 {
  top: 710px;
  left: 352px;
  cursor: pointer;
}

.break-chair-27 {
  top: 814px;
  left: 43px;
  cursor: pointer;
}

.break-chair-28 {
  top: 814px;
  left: 145px;
  cursor: pointer;
}

.break-chair-29 {
  top: 814px;
  left: 247px;
  cursor: pointer;
}

.break-chair-30 {
  top: 814px;
  left: 352px;
  cursor: pointer;
}

.break-chair-31 {
  top: 685px;
  left: 470px;
  cursor: pointer;
}

.break-chair-32 {
  top: 793px;
  left: 470px;
  cursor: pointer;
}

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: #fefce9;
}

.active-sidemenu {
  background-color: #5bacea;
  color: #fff !important;
}

/* Attendance Calendar */

#attendance-calendar .fc .fc-bg-event {
  background: none;
  opacity: 1;
}

#attendance-calendar .fc .fc-daygrid-day.fc-day-today {
  background: #fff4f6;
}

#attendance-calendar .fc-scrollgrid.fc-scrollgrid-liquid {
  border-top: 1px solid #023291;
  border-left: 0;
}

#attendance-calendar .fc-theme-standard th {
  border: 0;
  border-bottom: 1px solid #023291;
}

#attendance-calendar .fc-scrollgrid-section.fc-scrollgrid-section-header > td {
  border: 0;
}

#attendance-calendar
  .fc-scrollgrid-section.fc-scrollgrid-section-body.fc-scrollgrid-section-liquid
  td {
  border-left: 1px solid #ddd;
}

.calendar-clock {
  top: 60%;
  left: -5rem;
  transform: translate(-50%, -50%);
  color: #666666;
}

.calendar-clock-admin {
  top: 1rem;
  left: -5.15rem;
  transform: translate(-50%, -50%);
  color: #666666;
  width: 100px;
}

.attendance-edit-button {
  position: absolute;
  left: -2rem;
  top: 0.25rem;
}

.calendar-edit {
  position: absolute;
  bottom: 0.2rem;
  right: 0;
}

.calendar-edit-top {
  position: absolute;
  top: 0.2rem;
  right: 0;
}

.calendar-add-top {
  position: absolute;
  right: 0;
}

.calendar-status {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.calendar-status-attandance-leave {
  position: absolute;
  bottom: 3.25rem;
}

.calendar-status--revised {
  background: #d4efe0;
  color: #1db353;
}

.calendar-status--request {
  background: #ef568a;
  color: #fff;
}

.calendar-front.front-attendance .fc .front-attendance-leave {
  margin-top: 2rem;
  padding: 0.25rem 0.5rem !important;
}

/* Chat Section */

.chat-search {
  top: 64px;
  left: 0;
}

.chat-search-input {
  border: 0;
}

.chat-search-input:active,
.chat-search-input:focus {
  outline-color: transparent;
  --tw-ring-color: transparent;
  border: 0;
}

.chat-sidebar {
}

.chat-search-history {
  border: 0;
}

.chat-search-history:active,
.chat-search-history:focus {
  outline-color: transparent;
  --tw-ring-color: transparent;
  border: 0;
}

.chat-search-history:focus::-moz-placeholder {
  color: transparent;
}

.chat-search-history:focus::placeholder {
  color: transparent;
}

.chat-sidebar {
  max-height: calc(100vh - 64px);
  height: calc(100vh - 64px);
  overflow-y: auto;
  border-right: 1px solid #d5dff1;
}

.chat-preview {
  max-width: 65%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-main {
  max-height: calc(100vh - 64px);
}

.chat-submit {
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.chat-avatar {
  min-width: 56px;
}

.chat-section__search {
  top: 20px;
  left: 178px;
  z-index: 100;
  overflow: hidden;
  width: calc(20vw - 150px);
}

#chat-search .custom-arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: red;
  cursor: pointer;
}

.active-chat > .chat-room-wrapper {
  background: rgb(213, 223, 241);
}

.avatar-frame {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.avatar-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-autoresize::-webkit-scrollbar {
  display: none;
}

/* Cafetaria Chair */

.cafeteria-chair-1 {
  top: 65px;
  left: 1138px;
  cursor: pointer;
}

.cafeteria-chair-2 {
  top: 65px;
  left: 1242px;
  cursor: pointer;
}

.cafeteria-chair-3 {
  top: 65px;
  left: 1348px;
  cursor: pointer;
}

.cafeteria-chair-4 {
  top: 200px;
  left: 305px;
  cursor: pointer;
}

.cafeteria-chair-5 {
  top: 200px;
  left: 435px;
  cursor: pointer;
}

.cafeteria-chair-6 {
  top: 200px;
  left: 655px;
  cursor: pointer;
}

.cafeteria-chair-7 {
  top: 200px;
  left: 780px;
  cursor: pointer;
}

.cafeteria-chair-8 {
  top: 200px;
  left: 1005px;
  cursor: pointer;
}

.cafeteria-chair-9 {
  top: 200px;
  left: 1135px;
  cursor: pointer;
}

.cafeteria-chair-10 {
  top: 370px;
  left: 93px;
  cursor: pointer;
}

.cafeteria-chair-11 {
  top: 370px;
  left: 196px;
  cursor: pointer;
}

.cafeteria-chair-12 {
  top: 370px;
  left: 302px;
  cursor: pointer;
}

.cafeteria-chair-13 {
  top: 495px;
  left: 93px;
  cursor: pointer;
}

.cafeteria-chair-14 {
  top: 495px;
  left: 196px;
  cursor: pointer;
}

.cafeteria-chair-15 {
  top: 495px;
  left: 302px;
  cursor: pointer;
}

.cafeteria-chair-16 {
  top: 370px;
  left: 440px;
  cursor: pointer;
}

.cafeteria-chair-17 {
  top: 370px;
  left: 544px;
  cursor: pointer;
}

.cafeteria-chair-18 {
  top: 370px;
  left: 652px;
  cursor: pointer;
}

.cafeteria-chair-19 {
  top: 495px;
  left: 440px;
  cursor: pointer;
}

.cafeteria-chair-20 {
  top: 495px;
  left: 544px;
  cursor: pointer;
}

.cafeteria-chair-21 {
  top: 495px;
  left: 652px;
  cursor: pointer;
}

.cafeteria-chair-22 {
  top: 370px;
  left: 787px;
  cursor: pointer;
}

.cafeteria-chair-23 {
  top: 370px;
  left: 895px;
  cursor: pointer;
}

.cafeteria-chair-24 {
  top: 370px;
  left: 1000px;
  cursor: pointer;
}

.cafeteria-chair-25 {
  top: 495px;
  left: 787px;
  cursor: pointer;
}

.cafeteria-chair-26 {
  top: 495px;
  left: 895px;
  cursor: pointer;
}

.cafeteria-chair-27 {
  top: 495px;
  left: 1000px;
  cursor: pointer;
}

.cafeteria-chair-28 {
  top: 370px;
  left: 1140px;
  cursor: pointer;
}

.cafeteria-chair-29 {
  top: 370px;
  left: 1245px;
  cursor: pointer;
}

.cafeteria-chair-30 {
  top: 370px;
  left: 1350px;
  cursor: pointer;
}

.cafeteria-chair-31 {
  top: 495px;
  left: 1140px;
  cursor: pointer;
}

.cafeteria-chair-32 {
  top: 495px;
  left: 1245px;
  cursor: pointer;
}

.cafeteria-chair-33 {
  top: 495px;
  left: 1350px;
  cursor: pointer;
}

.cafeteria-chair-34 {
  top: 665px;
  left: 93px;
  cursor: pointer;
}

.cafeteria-chair-35 {
  top: 665px;
  left: 196px;
  cursor: pointer;
}

.cafeteria-chair-36 {
  top: 665px;
  left: 302px;
  cursor: pointer;
}

.cafeteria-chair-37 {
  top: 790px;
  left: 93px;
  cursor: pointer;
}

.cafeteria-chair-38 {
  top: 790px;
  left: 196px;
  cursor: pointer;
}

.cafeteria-chair-39 {
  top: 790px;
  left: 302px;
  cursor: pointer;
}

.cafeteria-chair-40 {
  top: 665px;
  left: 440px;
  cursor: pointer;
}

.cafeteria-chair-41 {
  top: 665px;
  left: 544px;
  cursor: pointer;
}

.cafeteria-chair-42 {
  top: 665px;
  left: 652px;
  cursor: pointer;
}

.cafeteria-chair-43 {
  top: 790px;
  left: 440px;
  cursor: pointer;
}

.cafeteria-chair-44 {
  top: 790px;
  left: 544px;
  cursor: pointer;
}

.cafeteria-chair-45 {
  top: 790px;
  left: 652px;
  cursor: pointer;
}

.cafeteria-chair-46 {
  top: 665px;
  left: 787px;
  cursor: pointer;
}

.cafeteria-chair-47 {
  top: 665px;
  left: 895px;
  cursor: pointer;
}

.cafeteria-chair-48 {
  top: 665px;
  left: 1000px;
  cursor: pointer;
}

.cafeteria-chair-49 {
  top: 790px;
  left: 787px;
  cursor: pointer;
}

.cafeteria-chair-50 {
  top: 790px;
  left: 895px;
  cursor: pointer;
}

.cafeteria-chair-51 {
  top: 790px;
  left: 1000px;
  cursor: pointer;
}

.cafeteria-chair-52 {
  top: 665px;
  left: 1140px;
  cursor: pointer;
}

.cafeteria-chair-53 {
  top: 665px;
  left: 1245px;
  cursor: pointer;
}

.cafeteria-chair-54 {
  top: 665px;
  left: 1350px;
  cursor: pointer;
}

.cafeteria-chair-55 {
  top: 790px;
  left: 1140px;
  cursor: pointer;
}

.cafeteria-chair-56 {
  top: 790px;
  left: 1245px;
  cursor: pointer;
}

.cafeteria-chair-57 {
  top: 790px;
  left: 1350px;
  cursor: pointer;
}

.cafeteria-chair-58 {
  top: 45px;
  left: 1495px;
  cursor: pointer;
}

.cafeteria-chair-59 {
  top: 145px;
  left: 1495px;
  cursor: pointer;
}

.cafeteria-chair-60 {
  top: 240px;
  left: 1495px;
  cursor: pointer;
}

.cafeteria-chair-61 {
  top: 340px;
  left: 1495px;
  cursor: pointer;
}

.cafeteria-chair-62 {
  top: 440px;
  left: 1495px;
  cursor: pointer;
}

.cafeteria-chair-63 {
  top: 540px;
  left: 1495px;
  cursor: pointer;
}

.cafeteria-chair-64 {
  top: 640px;
  left: 1495px;
  cursor: pointer;
}

.cafeteria-chair-65 {
  top: 740px;
  left: 1495px;
  cursor: pointer;
}

.cafeteria-chair-66 {
  top: 840px;
  left: 1495px;
  cursor: pointer;
}

.icon-user {
  width: 3rem !important;
  height: 3rem !important;
  position: relative !important;
}

.icon-user svg {
  width: 15px;
  height: 15px;
}

/* - Calendar Front - */

.calendar-front .fc-daygrid-event.fc-h-event {
  border-radius: 15px;
  background: #f777a3;
  border-color: #f777a3;
  padding: 0 5px;
  line-height: 20px;
  font-size: 12px;
  width: 100%;
}

.calendar-front .fc .fc-button.fc-prev-button,
.calendar-front .fc .fc-button.fc-next-button {
  background: #bfcdd7;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  border-radius: 4px !important;
  margin: 0 2rem;
}

.calendar-front .fc .fc-button.fc-prev-button span.fc-icon,
.calendar-front .fc .fc-button.fc-next-button span.fc-icon {
  width: 16px;
  height: 16px;
  font-size: 14px;
  padding: 0px;
  line-height: 6px;
  font-weight: bold;
}

.calendar-front .fc .fc--button {
  display: none !important;
}

.calendar-front .fc .fc-toolbar-chunk {
  display: flex;
}

.calendar-front .fc .fc-toolbar-title {
  font-size: 22px !important;
  font-weight: bold;
  color: #666666;
  margin: 0 10px !important;
  margin-top: -3px !important;
  text-transform: uppercase;
  padding-top: 0.25rem;
}

.calendar-front .fc .fc-scrollgrid-sync-table td {
  height: 130px !important;
}

.calendar-front .fc .fc-daygrid-day-frame {
  max-height: 130px !important;
}

.calendar-front .fc-view-harness.fc-view-harness-active {
  height: 816px !important;
}

.calendar-front .fc .fc-scrollgrid-sync-table {
  height: 785px !important;
}

.calendar-front .fc .fc-daygrid-day-top {
  flex-direction: unset !important;
}

.showOther {
  z-index: 100 !important;
}

.viewOther {
  width: 22px;
  height: 22px;
  background: #5bacea;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  font-weight: bold;
}

.viewOther .content {
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 10px #ddd;
  width: 100%;
  border-radius: 3px;
  color: #333;
  padding: 5px 10px;
  margin-top: 10px;
}

.multiselect__tags {
  background: #dbeafe !important;
  border: 1px solid #d5dff1 !important;
  height: 40px;
  padding: 7px !important;
  margin-bottom: 20px !important;
}

.multiselect__tags-wrap {
  display: none !important;
}

.multiselect__input:focus,
.multiselect__single:focus {
  outline: none !important;
  border: none !important;
  --tw-ring-color: transparent !important;
}

.multiselect__input,
.multiselect__single {
  background: none !important;
  border-radius: 0 !important;
  line-height: initial !important;
  vertical-align: middle !important;
}

.multiselect__select {
  background: #dbeafe url(../../public/tenancy/assets/img/select-user.png)
    no-repeat;
  background-position: right 10px center;
}

.multiselect__select:before {
  display: none;
}

.multiselect--active .multiselect__select {
  transform: rotate(0) !important;
}

.multiselect--alt .multiselect__tags {
  margin-bottom: 0 !important;
  background-color: #edf6fb !important;
}

.multiselect--alt .multiselect__select {
  background: #edf6fb url(../../public/tenancy/assets/img/select-user.png)
    no-repeat;
  background-position: right 10px center;
}

.calendar-front.calendar-leave .fc-daygrid-event.fc-h-event {
  background: none;
  border-color: transparent;
}

.calendar-front.calendar-leave .fc-daygrid-event.fc-h-event .status-requested {
  background: #f777a3;
  border-radius: 30px;
  padding: 0 10px;
}

.calendar-front.calendar-leave .fc-daygrid-event.fc-h-event .status-approved {
  background: #1db353;
  border-radius: 30px;
  padding: 0 10px;
}

.calendar-front.calendar-leave .fc-daygrid-event.fc-h-event .status-declined {
  background: #999;
  border-radius: 30px;
  padding: 0 10px;
}

.calendar-front.calendar-leave .fc-daygrid-event-harness {
  margin-top: unset !important;
}

.calendar-front.calendar-leave .fc-daygrid-event {
  z-index: unset !important;
}

.front-attendance-day {
  height: 140px;
  position: relative;
  color: #333;
  font-size: 16px;
}

.calendar-front.front-attendance .fc-daygrid-event .fc-h-event {
}

.calendar-front.front-attendance .fc-daygrid-event.fc-h-event {
  border-radius: 15px;
  background: none;
  border-color: transparent;
  padding: 0 5px;
  line-height: 20px;
  font-size: 12px;
  height: 128px;
  margin-top: -31px;
}

.calendar-front.front-attendance .fc .fc-day-past .fc-daygrid-day-top {
  background: #fff url(../../public/tenancy/assets/img/icon-plus.png) no-repeat;
  background-position: 96% 7px;
  cursor: pointer;
}

.calendar-front.front-attendance .fc .fc-day-today .fc-daygrid-day-top {
  /*background: #fff4f6 url(../../public/tenancy/assets/img/icon-plus.png) no-repeat;*/
  /*background-position: 96% 7px;*/
  /*cursor: pointer;*/
}

.calendar-front.front-attendance .fc .fc-daygrid-day-top {
}

.attendance-calendar .fc-day-today .calendar-add-top,
.front-attendance .fc-day-today .calendar-add-top,
.attendance-calendar .fc-day-today.fc-day-other .calendar-add-top,
.front-attendance .fc-day-today.fc-day-other .calendar-add-top {
  background: #fff4f6 !important;
}

.attendance-calendar .fc-day-other .calendar-add-top,
.front-attendance .fc-day-other .calendar-add-top {
  background: #edf6fb !important;
}

.fc-day-other {
  background: #edf6fb;
}

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

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

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

.calendar-front .calendar-meeting .fc-today-button {
  margin-left: 1rem !important;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #013296;
  border-color: #dbeafe;
  background-color: #fff;
  text-transform: capitalize;
}

.calendar-front .calendar-meeting .fc-today-button:hover {
  color: #fff;
  background-color: #5bacea;
  border: none;
}

.calendar-front .calendar-meeting .fc-today-button:disabled {
  color: #fff;
  background-color: #5bacea;
  border: none;
  cursor: auto;
}

.calendar-front .calendar-meeting .fc-view-harness-active {
  border-top: 1px solid #013296 !important;
}

.calendar-front .calendar-meeting .fc-col-header-cell-cushion {
  text-transform: uppercase !important;
  color: #666;
}

.calendar-front .calendar-meeting .fc-timegrid-slot-minor {
  border: none !important;
}

.calendar-front .calendar-meeting .fc-timegrid-slot-label-frame {
  position: relative;
}

.calendar-front .calendar-meeting .fc-timegrid-slot-label-cushion {
  position: absolute;
  left: 0rem;
  top: -3.15rem;
  background-color: white;
  width: 50px;
}

.calendar-front .calendar-meeting .fc-timegrid-slots tr {
  height: 5rem;
}

.calendar-front .calendar-meeting .fc-timegrid-slot {
  height: 3rem;
}

.calendar-front .calendar-meeting .fc-timegrid-more-link {
  position: absolute;
  height: 2rem;
  padding: 0.15rem 0.75rem;
  left: 0.35rem;
  border-radius: 9999px;
  width: 3rem;
}

.calendar-front .calendar-meeting .fc-col-header-cell {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
}

.calendar-front .calendar-meeting .fc-timegrid-axis {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
}

.calendar-front .calendar-meeting .fc-timegrid-event-harness-inset {
  left: 0 !important;
}

.calendar-front .calendar-meeting .fc-col-header-cell-cushion {
  width: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.calendar-front .calendar-meeting .fc-daygrid-day-events {
  min-height: 8rem !important;
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}

.calendar-front .calendar-meeting .fc-daygrid-event {
  margin-left: 0.5rem;
  justify-content: left;
}

.calendar-front .calendar-meeting .fc-daygrid-more-link {
  margin-left: 12px !important;
}

.calendar-front .calendar-meeting .fc-toolbar-chunk div {
  display: flex;
  align-items: center;
}

.calendar-front .calendar-meeting .fc-toolbar-chunk .fc-button-group {
  margin-right: 1rem;
  padding: 0 1rem;
}

.calendar-front
  .calendar-meeting
  .fc-toolbar-chunk
  .fc-button-group
  .fc-dayGridMonth-button {
  color: #013296;
  border-color: #dbeafe;
  background-color: #fff;
  text-transform: capitalize;
}

.calendar-front
  .calendar-meeting
  .fc-toolbar-chunk
  .fc-button-group
  .fc-dayGridMonth-button:focus {
  color: #fff;
  background-color: #5bacea;
  border: none;
}

.calendar-front
  .calendar-meeting
  .fc-toolbar-chunk
  .fc-button-group
  .fc-timeGridWeek-button {
  color: #013296;
  border-color: #dbeafe;
  background-color: #fff;
  text-transform: capitalize;
}

.calendar-front
  .calendar-meeting
  .fc-toolbar-chunk
  .fc-button-group
  .fc-timeGridWeek-button:focus {
  color: #fff;
  background-color: #5bacea;
  border: none;
}

.calendar-front
  .calendar-meeting
  .fc-toolbar-chunk
  .fc-button-group
  .fc-timeGridDay-button {
  color: #013296;
  border-color: #dbeafe;
  background-color: #fff;
  text-transform: capitalize;
}

.calendar-front
  .calendar-meeting
  .fc-toolbar-chunk
  .fc-button-group
  .fc-timeGridDay-button:focus {
  color: #fff;
  background-color: #5bacea;
  border: none;
}

.calendar-toolbar-title {
  text-transform: uppercase !important;
  font-weight: bold;
  font-size: 1.5rem;
  color: #666;
}

.calendar-front .calendar-meeting .fc-timegrid-event {
  margin: 0.25rem 0 0.35rem 0.5rem;
  min-height: 25px !important;
  width: 8rem;
  max-height: 2rem;
  border-radius: 1rem;
  padding: 0 0.5rem;
}

.calendar-front .calendar-meeting .fc-timegrid-body {
  margin-top: 0.75rem;
}

.calendar-front .calendar-meeting .fc-button-active {
  color: #fff !important;
  background-color: #5bacea !important;
}

.calendar-front .calendar-meeting .fc-daygrid-event-harness {
  display: flex;
}

.calendar-front .calendar-meeting .fc-daygrid-event-harness a {
  border-radius: 5rem !important;
}

.calendar-front .calendar-meeting .fc-popover {
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: none;
  box-shadow: 0 4px 15px #002e8a26;
  z-index: 10 !important;
}

.calendar-front .calendar-meeting .fc-popover-header {
  background-color: #fff !important;
  border-bottom: 1px solid #dfdfdf;
}

.calendar-front .calendar-meeting .fc-popover-close {
  color: #bababa;
}

.calendar-front .calendar-meeting .fc-daygrid-day-number {
  font-weight: bold;
  color: #666;
}

.calendar-picker-meeting .mx-btn-icon-double-left {
  display: none;
  order: 4;
}

.calendar-picker-meeting .mx-btn-icon-double-right {
  display: none;
  order: 5;
}

.calendar-picker-meeting .mx-calendar-header {
  display: flex;
  position: relative;
}

.calendar-picker-meeting .mx-calendar-header-label {
  position: absolute;
  order: 1;
  left: 0;
}

.calendar-picker-meeting .mx-btn-text {
  font-weight: bold;
}

.calendar-picker-meeting .mx-btn-icon-left {
  position: absolute;
  order: 2;
  right: 0;
  margin: 0 2rem;
  background-image: url("/img/play-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.calendar-picker-meeting .mx-btn-icon-left .mx-icon-left {
  opacity: 0;
}

.calendar-picker-meeting .mx-btn-icon-right {
  position: absolute;
  order: 3;
  right: 0;
  margin: 0 0.5rem;
  background-image: url("/img/play-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.calendar-picker-meeting .mx-btn-icon-right .mx-icon-right {
  opacity: 0;
}

.calendar-picker-meeting .mx-table-date th {
  color: #fff;
}

.calendar-picker-meeting .mx-table-date th:first-letter {
  margin-left: 5px;
  color: #4b5563;
  font-weight: bold;
}

.calendar-picker-meeting .today {
  background-color: #fd5687 !important;
  color: #fff !important;
  border-radius: 5rem !important;
}

.calendar-picker-meeting .active {
  background-color: #5bacea !important;
  color: #fff !important;
  border-radius: 5rem !important;
}

.calendar-picker-meeting .cell {
  border-radius: 5rem !important;
}

/* .calendar-picker-meeting .mx-icon-left {
    display: none;
}

.calendar-picker-meeting .mx-icon-right {
    display: none;
} */

/* car booking */

.cars-section .list-time {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding-left: 30px;
  display: table;
}

.cars-section .list-time .list-times .item-times {
  display: inline-block;
  width: 60px;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  font-weight: bold;
}

.cars-section .list-car .cars .item-car {
  background: #5bacea;
  color: #fff;
  padding: 12px 15px;
  width: 170px;
  height: 55px;
  border-bottom: 1px solid #fff;
}

.cars-section .list-car .cars .time-picker {
  width: 60px;
  background: #fff;
  height: 55px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
}

.cars-section .list-car .cars .time-picker:hover {
  background: #edf6fb;
}

.car-image {
  position: relative;
  height: 0;
  padding-bottom: 39%;
}

.car-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.inner-time {
  height: 55px;
  background: #edf6fb;
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 9;
  padding: 0 6px;
  font-size: 14px;
  color: #666;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.inner-time--user {
  background: #fff4f6;
}

.step-1 {
  width: 60px;
}

.step-2 {
  width: 120px;
}

.step-3 {
  width: 180px;
}

.left-side-car {
  width: 170px;
}

.left-side-car .spaces {
  height: 33px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.left-side-car .item-car {
  background: #5bacea;
  color: #fff;
  padding: 12px 15px;
  width: 170px;
  height: 55px;
}

.right-side-car {
  overflow-x: scroll;
  width: 100%;
  position: relative;
}

.pin-schedule-car {
  height: calc(100% - 33px);
  bottom: 0;
  width: 2px;
  background: red;
  z-index: 10;
}

.pin-schedule-car::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: red;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}

/* -- Seating Plan -- */

.seating-plan .seat-1 {
  top: 15px;
  left: 120px;
}

.seating-plan .seat-2 {
  top: 15px;
  left: 195px;
}

.seating-plan .seat-3 {
  top: 15px;
  left: 275px;
}

.seating-plan .seat-4 {
  top: 15px;
  left: 350px;
}

/* ---- */

.seating-plan .seat-5 {
  top: 100px;
  left: 10px;
}

.seating-plan .seat-6 {
  top: 100px;
  left: 65px;
}

.seating-plan .seat-7 {
  top: 100px;
  left: 120px;
}

.seating-plan .seat-8 {
  top: 155px;
  left: 10px;
}

.seating-plan .seat-9 {
  top: 155px;
  left: 65px;
}

.seating-plan .seat-10 {
  top: 155px;
  left: 120px;
}

.seating-plan .seat-11 {
  top: 128px;
  left: 175px;
}

/* ---- */

.seating-plan .seat-12 {
  top: 128px;
  left: 295px;
}

.seating-plan .seat-13 {
  top: 100px;
  left: 350px;
}

.seating-plan .seat-14 {
  top: 100px;
  left: 405px;
}

.seating-plan .seat-15 {
  top: 100px;
  left: 460px;
}

.seating-plan .seat-16 {
  top: 155px;
  left: 350px;
}

.seating-plan .seat-17 {
  top: 155px;
  left: 405px;
}

.seating-plan .seat-18 {
  top: 155px;
  left: 460px;
}

/* ---- */

.seating-plan .seat-19 {
  top: 230px;
  left: 10px;
}

.seating-plan .seat-20 {
  top: 230px;
  left: 65px;
}

.seating-plan .seat-21 {
  top: 230px;
  left: 120px;
}

.seating-plan .seat-22 {
  top: 285px;
  left: 10px;
}

.seating-plan .seat-23 {
  top: 285px;
  left: 65px;
}

.seating-plan .seat-24 {
  top: 285px;
  left: 120px;
}

.seating-plan .seat-25 {
  top: 258px;
  left: 175px;
}

/* ---- */

.seating-plan .seat-26 {
  top: 258px;
  left: 295px;
}

.seating-plan .seat-27 {
  top: 230px;
  left: 350px;
}

.seating-plan .seat-28 {
  top: 230px;
  left: 405px;
}

.seating-plan .seat-29 {
  top: 230px;
  left: 460px;
}

.seating-plan .seat-30 {
  top: 285px;
  left: 350px;
}

.seating-plan .seat-31 {
  top: 285px;
  left: 405px;
}

.seating-plan .seat-32 {
  top: 285px;
  left: 460px;
}

/* Custom Input */

.select-custom {
  background: #fff url(../../public/tenancy/assets/img/select-arrow.png)
    no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}

.select-custom-user {
  background: #fff url(../../public/tenancy/assets/img/select-user.png)
    no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}

.select-time {
  background: #fff url(../../public/tenancy/assets/img/icon-time.png) no-repeat;
  background-position: left 10px center;
  padding-left: 30px;
}

.multiselect__select {
  background: #dbeafe url(../../public/tenancy/assets/img/select-user.png)
    no-repeat;
  background-position: right 10px center;
}

.multiselect__select:before {
  display: none;
}

.multiselect--active .multiselect__select {
  transform: rotate(0) !important;
}

.multiselect__select {
  background: #dbeafe url(../../public/tenancy/assets/img/select-user.png)
    no-repeat;
  background-position: right 10px center;
}

.multiselect__select:before {
  display: none;
}

.multiselect--active .multiselect__select {
  transform: rotate(0) !important;
}

.triac-in {
  position: absolute;
  right: -7px;
  width: 0;
  z-index: 9;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 8px solid #fbe2e0;
  border-bottom: 10px solid transparent;
}

.triac-out {
  position: absolute;
  right: -8px;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 8px solid #991b1b;
  border-bottom: 10px solid transparent;
}

.mx-datepicker {
  width: 100% !important;
  font-size: 16px;
}

.mx-input {
  padding-left: 30px !important;
  background: #edf6fb !important;
  height: 40px !important;
  width: 100% !important;
  font-size: 16px !important;
  color: #333 !important;
  padding-right: 5px !important;
}

.mx-icon-calendar,
.mx-icon-clear {
  left: 8px;
  right: initial !important;
}

.time-picker .mx-input {
  width: 100px !important;
  padding-right: 5px !important;
}

.table-admin tr td {
  max-width: 10rem;
}

.admin-tables {
  margin-bottom: 20px;
}

.admin-tables thead tr {
  border-bottom: 1px solid #013296;
}

.admin-tables tbody tr:last-child {
  border-bottom: 1px solid #013296;
}

.modal-wrapper {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
  transform: translate(0, 0);
  position: relative;
  justify-content: center;
  margin: 0 auto;
}

.group-chat {
  background: #013296;
  color: #fff;
  font-size: 12px;
  padding: 1px 15px;
  border-radius: 20px;
  width: 160px;
  text-align: center;
  text-overflow: ellipsis;
  cursor: pointer;
  z-index: 9;
  border: 2px solid #013296;
}

.group-chat:hover {
  background: #aec1e7;
  border: 2px solid #013296;
}

.group-chat-1 {
  top: 475px;
  left: 155px;
}

.group-chat-2 {
  top: 475px;
  left: 732px;
}

.group-chat-3 {
  top: 755px;
  left: 155px;
}

.group-chat-4 {
  top: 755px;
  left: 732px;
}

.inner-group-chat {
  width: 130px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.action-desk {
  background: #fff;
  width: 28px;
  height: 28px;
  padding: 4px;
  border-radius: 50px;
  border: 3px solid #757b7f;
  position: absolute;
  bottom: 12px;
  right: 0;
  cursor: pointer;
}

.action-desk:hover {
  background: #c3d0eb;
  border: 3px solid #2663df;
}

.action-desk.desk-bottom {
  bottom: initial;
  top: 11px;
}

.action-desk.desk-vertical {
  left: 17px;
  bottom: initial;
}

.action-desk.desk-vertical-right {
  left: 57px;
  bottom: initial;
}

.notif-folder {
  background: #ef568a;
  font-size: 11px;
  color: #fff;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  border: 2px solid #fff;
  top: -25px;
  right: -8px;
  position: relative;
}

.absolute-center-y {
  top: 50%;
  transform: translateY(-50%);
}

input.switch {
  height: 0;
  width: 0;
  visibility: hidden;
}

label.switch__label {
  cursor: pointer;
  text-indent: -9999px;
  width: 42px;
  height: 24px;
  background: #bfcdd7;
  display: block;
  border-radius: 100px;
  position: relative;
}

label.switch__label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  transition: 0.3s;
}

input.switch:checked + label.switch__label {
  background: #5bacea;
}

input.switch:checked + label.switch__label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

label.switch__label:active:after {
  width: 130px;
}

.table-admin tr td {
  max-width: 10rem;
}

.toggle-checkbox:checked {
  right: 0;
  border-color: #3482f6;
}

.icon-color-hover {
  fill: #013296;
}

.icon-color-hover:hover {
  fill: #fff;
}

.admin-tables-modified {
  margin-bottom: 20px;
}

.admin-tables-modified tbody tr:last-child {
  border-bottom: 1px solid #f9fafb;
}

.admin-tables-modified thead tr {
  border-bottom: 1px solid #f9fafb;
}

.toast-animation {
  position: fixed;
  right: 20px;
  bottom: 300px;
  opacity: 0;
  animation: slide-in 2s forwards;
  animation-delay: 1s;
}

@keyframes slide-in {
  100% {
    bottom: 0;
    opacity: 1;
  }
}

.chat-window {
  height: 90%;
}

.body-md {
  width: 350px;
}

.icon-color-hover {
  fill: #013296;
}

.icon-color-hover:hover {
  fill: #fff;
}

.admin-tables-modified {
  margin-bottom: 20px;
}

.admin-tables-modified thead tr {
  border-bottom: 1px solid #f9fafb;
}

.admin-tables-modified tbody tr:last-child {
  border-bottom: 1px solid #f9fafb;
}

/* landing pages */

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

.sticky-nav {
  position: fixed;
  width: 100%;
  top: 0;
}

.head-text {
  color: #444444;
  font-weight: bold;
  font-family: "BebasNeue";
}

.head-text h2 {
  color: #444444;
  font-weight: bold;
  font-family: "BebasNeue";
}

.sticky-nav {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99999;
}

.padding-getting-started {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.sticky-nav {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99999;
}

.padding-getting-started {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.sticky-nav {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99999;
}

.padding-getting-started {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.beta-icon {
  background-color: #ff7e00;
  color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
}

.text-head {
  color: #ff7e00;
  font-weight: bold;
  font-family: "BebasNeue";
  font-size: 28px;
}

.release-text {
  font-size: 28px;
  font-weight: bold;
  color: #ff0000;
}

.release-text h2 {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
}

.aligncenter {
  width: full;
  clear: both;
  margin: 0 auto;
}

.alignright {
  width: full;
  float: right;
}

@media only screen and (min-width: 639px) and (max-width: 711px) {
  .yay1 {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }

  .slider1 {
    width: 590px;
  }

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

  .sm3 {
    max-width: 17rem;
  }

  .sm4 img {
    width: 225px;
    height: 125px;
  }

  .sm4 div img {
    width: 225px;
    height: 125px;
  }

  .jarak1 {
    gap: 0px;
  }

  .l1 {
    width: 20%;
  }
}

@media only screen and (min-width: 712px) and (max-width: 767px) {
  .yay1 {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }

  .slider1 {
    width: 590px;
  }

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

  .sm3 {
    max-width: 17rem;
  }

  .sm4 img {
    width: 225px;
    height: 125px;
  }

  .sm4 div img {
    width: 225px;
    height: 125px;
  }

  .jarak1 {
    gap: 0px;
  }

  .l1 {
    width: 20%;
  }
}

.sec1 h1 {
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
  .sec1 h1 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .sec1 h1 {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .sec1 h1 {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 595px) {
  .sec1 h1 {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 475px) {
  .sec1 h1 {
    text-align: center;
    line-height: 24px;
    font-size: 24px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .sec1 h1 {
    text-align: center;
    font-size: 42px;
    line-height: 48px;
  }
}

.sec1 h2 {
  font-size: 28px;
  line-height: 28px;
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
  .sec1 h2 {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .sec1 h2 {
    text-align: center;
    font-size: 26px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .sec1 h2 {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 595px) {
  .sec1 h2 {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 475px) {
  .sec1 h2 {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .sec1 h2 {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
  }
}

.sec1 p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
  .sec1 p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .sec1 p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .sec1 p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 595px) {
  .sec1 p {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 475px) {
  .sec1 p {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .sec1 p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
}

.sec1 h3 {
  font-size: 24px;
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
  .sec1 h3 {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .sec1 h3 {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .sec1 h3 {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 595px) {
  .sec1 h3 {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 475px) {
  .sec1 h3 {
    text-align: center;
    line-height: 16px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .sec1 h3 {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
  }
}

.sec1 h4 {
  font-size: 18px;
  line-height: 18px;
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
  .sec1 h4 {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .sec1 h4 {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .sec1 h4 {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 595px) {
  .sec1 h4 {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 475px) {
  .sec1 h4 {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .sec1 h4 {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
  }
}

.wof1 img {
  width: 320px;
  height: 320px;
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
  .wof1 img {
    text-align: center;
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .wof1 img {
    text-align: center;
    font-size: 26px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .wof1 img {
    text-align: center;
    font-size: 24px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 595px) {
  .wof1 img {
    text-align: center;
    font-size: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 475px) {
  .wof1 img {
    text-align: center;
    font-size: 20px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .wof1 img {
    text-align: center;
    font-size: 28px;
  }
}

.wof1 img {
  width: 320px;
  height: 320px;
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
  .wof1 img {
    text-align: center;
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .wof1 img {
    text-align: center;
    font-size: 26px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .wof1 img {
    text-align: center;
    font-size: 24px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 595px) {
  .wof1 img {
    text-align: center;
    font-size: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 475px) {
  .wof1 img {
    text-align: center;
    font-size: 20px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .wof1 img {
    text-align: center;
    font-size: 28px;
  }
}

.sec1 p {
  font-size: 20px;
  line-height: 24px;
}

.sec2 p {
  font-size: 20px;
}

@media only screen and (max-width: 715px) {
  .sec1 p {
    text-align: center;
    font-size: 20px;
  }
}

.sec3 h4 {
  font-size: 30px;
}

.sec4 h4 {
  font-size: 20px;
}

.under-dev {
  color: #ff0000;
}

.head-paragraph {
  color: #000000;
  font-size: 20px;
}

.main-text {
  font-size: 20px;
}

.container-banner {
  padding: 6rem 6rem;
}

.bg-grey {
  background-color: #ececec;
}

.main-images {
  width: 80%;
}

.head-text {
  text-transform: uppercase;
}

.head-text h2 {
  text-transform: uppercase;
}

.card-price {
  border: solid 1px #9c9b9b;
  width: 18rem;
  height: 390px;
  /* filter: grayscale(1); */
  background-color: #ffff;
}

.padding-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.card-overlay {
  width: 18rem;
  height: 390px;
  background-color: #9c9b9b;
  z-index: 2;
}

.card-head {
  background-color: #ff7e00;
  height: 259px;
}

.scroll-vertical {
  overflow-y: scroll;
  /* Add the ability to scroll */
}

/* Hide scrollbar for Chrome, Safari and Opera */

.scroll-vertical::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.scroll-vertical {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.line-clamp {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.line-clamp2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.circle-price {
  border-right: solid 4px #ffff;
  border-left: solid 4px #ffff;
  border-radius: 100%;
  padding: 20px 16px;
  width: 10rem;
  height: 7rem;
  margin: -1rem auto;
  background-color: #ff7e00;
  position: relative;
  top: 1rem;
}

.price-color {
  color: #4c4c4c;
  font-family: "BebasNeue-Regular-";
}

.bg-orange {
  background-color: #ff7e00;
}

.card-ul ul {
  list-style-type: disc;
}

/* mengatur numbering default */

.card-ul ol {
  list-style-type: disc;
  counter-reset: item;
  list-style-type: square;
  list-style-type: decimal;
}

.bg-abu {
  background-color: #434343;
}

.bg-grey-bold {
  background-color: #c5c5c5;
}

.img-step {
  width: 80rem;
  margin: auto;
}

.images-adapt {
  width: 125px;
  height: 125px;
}

.images-adapt img {
  width: 125px !important;
  /* height: 125px  !important;; */
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
  .images-adapt {
    width: 80px;
    height: 80px;
  }

  .images-adapt img {
    width: 80px !important;
    /* height: 125px  !important;; */
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .images-adapt {
    width: 80px;
    height: 80px;
  }

  .images-adapt img {
    width: 80px !important;
    /* height: 125px  !important;; */
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .sec1 h1 {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 595px) {
  .sec1 h1 {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 475px) {
  .sec1 h1 {
    text-align: center;
    line-height: 24px;
    font-size: 24px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .sec1 h1 {
    text-align: center;
    font-size: 42px;
    line-height: 48px;
  }
}

.text-adapt {
  height: 7rem;
}

.language {
  background-color: #444444;
}

.active {
  color: #ff7e00;
}

.slick-prev:before {
  content: "\2039" !important;
  font-size: 9rem !important;
}

.slick-prev {
  top: 14rem !important;
  left: -4rem !important;
}

.slick-next:before {
  content: "\203A" !important;
  font-size: 9rem !important;
}

.slick-next {
  top: 14rem !important;
}

.carousel-text {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: "BebasNeue";
  color: #444444;
}

.dots-number {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
}

.dots-number li {
  margin: 1rem 1rem;
  background-color: #ffff;
  border: 1px solid #c5c5c5;
  color: #ff7e00;
  font-weight: bold;
  padding: 0px 12px;
  border-radius: 100%;
  font-size: 1.5rem;
}

.dots-number .slick-active {
  background-color: #ff7e00;
  border: 1px solid #ff7e00;
  color: #fff;
  font-weight: bold;
}

.img-content {
  width: 90%;
  height: 288px;
  margin: 0 auto;
}

@media only screen and (max-width: 1020px) {
  .main-images {
    width: 100%;
  }

  .container-banner {
    padding: 2rem 2rem;
  }

  .image-solve {
    width: 12rem;
    height: 12%;
  }

  .dots-number li {
    margin: 1rem 7px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 100%;
    font-size: 12px;
  }

  .footer-text {
    margin: 2rem 0;
  }

  .slick-prev {
    top: 10rem !important;
    left: -2rem !important;
  }

  .slick-next {
    top: 10rem !important;
  }
}

@media only screen and (max-width: 1279px) {
  .img-step {
    width: 52rem;
  }
}

@media only screen and (max-width: 1023px) {
  .img-step {
    width: 40rem;
  }
}

@media only screen and (max-width: 765px) {
  .slick-prev:before {
    content: "\2039" !important;
    font-size: 6rem !important;
  }

  .slick-prev {
    top: 9rem !important;
    left: -2rem !important;
  }

  .slick-next:before {
    content: "\203A" !important;
    font-size: 6rem !important;
  }

  .slick-next {
    top: 9rem !important;
  }
}

@media only screen and (max-width: 520px) {
  .slick-prev:before {
    content: "\2039" !important;
    font-size: 6rem !important;
  }

  .slick-prev {
    top: 6rem !important;
    left: -3rem !important;
  }

  .slick-next:before {
    content: "\203A" !important;
    font-size: 6rem !important;
  }

  .slick-next {
    top: 6rem !important;
  }
}

/* privacy policy and terms and condition */

.lower-alpha {
  list-style-type: lower-alpha;
}

/* google sso button */

@font-face {
  font-family: Roboto-Medium;

  src: url("/tenancy/assets/fonts/Roboto-Medium.ttf");
}

.googleButton {
  border-radius: 1px;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}

.googleButtonBlue {
  height: 50px;
  width: 240px;
  border: none;
  color: #fff;
  background-color: #4285f4;
}

.googleButtonBlue:hover {
  background-color: #4285f4;
}

.googleButtonBlue:active {
  background-color: #3367d6;
}

.googleButtonIcon {
  padding: 15px;
  float: left;
}

.googleButtonBlue .googleButtonIcon {
  background-color: #fff;
  border-radius: 1px;
}

.googleButtonSvg {
  display: block;
}

.googleButtonContents {
  font-family: Roboto-Medium;
  font-size: 14px;
  letter-spacing: 0.21px;
  margin-left: 6px;
  margin-right: 6px;
  vertical-align: top;
  line-height: 48px;
}

.googleButtonContentWrapper {
  height: 100%;
  width: 100%;
}

.googleButtonBlue .googleButtonContentWrapper {
  border: 1px solid transparent;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

@media only screen and (min-width: 320px) and (max-width: 475px) {
  .sm1 {
    max-width: 17rem;
  }

  .sm2 img {
    width: 225px;
    height: 125px;
  }

  .sm2 div img {
    width: 225px;
    height: 125px;
  }

  .free1 {
    padding-left: 5px /* 20px */;
    padding-right: 5px /* 20px */;
    margin-right: 8px;
  }

  .bet32 {
    background-color: #ff7e00;
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
  }

  .h320 {
    height: 64px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
  .sm1 {
    max-width: 18rem;
  }
}

.halo ul {
  list-style-type: disc;
}

/* mengatur numbering default */

.halo ol {
  list-style-type: disc;
  counter-reset: item;
  list-style-type: square;
  list-style-type: decimal;
}

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

.hover\:bg-orange-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 138 76 / var(--tw-bg-opacity));
}

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

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / var(--tw-bg-opacity));
}

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

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

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}

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

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

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

.dark .dark\:border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

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

.dark .dark\:border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}

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

.dark .dark\:bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(208 56 1 / var(--tw-bg-opacity));
}

.dark .dark\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.dark .dark\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.dark .dark\:bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 138 76 / var(--tw-bg-opacity));
}

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

.dark .dark\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}

.dark .dark\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.dark .dark\:bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}

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

.dark .dark\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.dark .dark\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.dark .dark\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}

.dark .dark\:hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(208 56 1 / var(--tw-bg-opacity));
}

.dark .dark\:hover\:bg-orange-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 138 76 / var(--tw-bg-opacity));
}

.dark .dark\:hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

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

.dark .dark\:hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}

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

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

.dark .dark\:hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}

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

.dark .dark\:focus\:ring-orange-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(208 56 1 / var(--tw-ring-opacity));
}

.dark .dark\:focus\:ring-orange-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 138 76 / var(--tw-ring-opacity));
}

.dark .dark\:focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

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

  .sm\:w-10 {
    width: 2.5rem;
  }

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

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

  .sm\:gap-0 {
    gap: 0px;
  }

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

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

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

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

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

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

  .md\:ml-8 {
    margin-left: 2rem;
  }

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

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

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

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

  .md\:w-48 {
    width: 12rem;
  }

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

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

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

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

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

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

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

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

  .md\:border-0 {
    border-width: 0px;
  }

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

  .md\:px-\[8px\] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

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

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

  .dark .md\:dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }
}

@media (min-width: 1024px) {
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:h-\[192px\] {
    height: 192px;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:w-96 {
    width: 24rem;
  }

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

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:h-96 {
    height: 24rem;
  }
}
