.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: 'Arial', 'Helvetica', sans-serif;
  line-height: 1.125em;
}

.react-calendar--doubleView {
  width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  box-sizing: border-box;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 1em;
}

.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}

.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}

.react-calendar__month-view__days__day--neighboringMonth,
.react-calendar__decade-view__years__year--neighboringDecade,
.react-calendar__century-view__decades__decade--neighboringCentury {
  color: #757575;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  font: inherit;
  font-size: 0.833em;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
  color: #ababab;
}

.react-calendar__month-view__days__day--neighboringMonth:disabled,
.react-calendar__decade-view__years__year--neighboringDecade:disabled,
.react-calendar__century-view__decades__decade--neighboringCentury:disabled {
  color: #cdcdcd;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__tile--now {
  background: #ffff76;
}

.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}

.react-calendar__tile--hasActive {
  background: #76baff;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}

.react-calendar__tile--active {
  background: #006edc;
  color: white;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}

.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}
/*
Custom preflight file to scope everything down to the #bw-root container.
*/

/*
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)
*/

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

:where(#bw-root) ::before,
:where(#bw-root) ::after {
    --tw-content: '';
}

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

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

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

:where(#bw-root) 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.
*/

:where(#bw-root) hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
    border-top-width: 1px; /* 3 */
}

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

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

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

:where(#bw-root) h1,
:where(#bw-root) h2,
:where(#bw-root) h3,
:where(#bw-root) h4,
:where(#bw-root) h5,
:where(#bw-root) h6 {
    font-size: inherit;
    font-weight: inherit;
}

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

:where(#bw-root) a {
    color: inherit;
    text-decoration: inherit;
}

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

:where(#bw-root) b,
:where(#bw-root) strong {
    font-weight: bolder;
}

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

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

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

:where(#bw-root) small {
    font-size: 80%;
}

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

:where(#bw-root) sub,
:where(#bw-root) sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

:where(#bw-root) sub {
    bottom: -0.25em;
}

:where(#bw-root) 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.
*/

:where(#bw-root) 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.
*/

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

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

:where(#bw-root) button,
:where(#bw-root) select {
    text-transform: none;
}

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

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

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

:where(#bw-root) :-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)
*/

:where(#bw-root) :-moz-ui-invalid {
    box-shadow: none;
}

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

:where(#bw-root) progress {
    vertical-align: baseline;
}

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

:where(#bw-root) ::-webkit-inner-spin-button,
:where(#bw-root) ::-webkit-outer-spin-button {
    height: auto;
}

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

:where(#bw-root) [type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

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

:where(#bw-root) ::-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.
*/

:where(#bw-root) ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

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

:where(#bw-root) summary {
    display: list-item;
}

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

:where(#bw-root) blockquote,
:where(#bw-root) dl,
:where(#bw-root) dd,
:where(#bw-root) h1,
:where(#bw-root) h2,
:where(#bw-root) h3,
:where(#bw-root) h4,
:where(#bw-root) h5,
:where(#bw-root) h6,
:where(#bw-root) hr,
:where(#bw-root) figure,
:where(#bw-root) p,
:where(#bw-root) pre {
    margin: 0;
}

:where(#bw-root) fieldset {
    margin: 0;
    padding: 0;
}

:where(#bw-root) legend {
    padding: 0;
}

:where(#bw-root) ol,
:where(#bw-root) ul,
:where(#bw-root) menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Reset default styling for dialogs.
*/

:where(#bw-root) dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

:where(#bw-root) 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.
*/

:where(#bw-root) input::-moz-placeholder, :where(#bw-root) textarea::-moz-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

:where(#bw-root) input::placeholder,
:where(#bw-root) textarea::placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

:where(#bw-root) button,
:where(#bw-root) [role="button"] {
    cursor: pointer;
}

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

:where(#bw-root) :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.
*/

:where(#bw-root) img,
:where(#bw-root) svg,
:where(#bw-root) video,
:where(#bw-root) canvas,
:where(#bw-root) audio,
:where(#bw-root) iframe,
:where(#bw-root) embed,
:where(#bw-root) 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)
*/

:where(#bw-root) img,
:where(#bw-root) video {
    max-width: 100%;
    height: auto;
}

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

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

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

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

#bw-root {
    p,
    ul,
    ol,
    ol li,
    ul li {
      margin: 0;
      padding: 0;
      font-size: inherit;
      font-family: inherit;
      font-weight: inherit;
      line-height: inherit;
      color: inherit;
    }
    font-family: brother-1816, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex: 1;

    .react-calendar {
        width: 100%;
    }

    .react-calendar {
        width: 100%;
    }

    .react-calendar {
        border-width: 1px;
    }

    .react-calendar {
        --tw-border-opacity: 1;
        border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
    }

    .react-calendar {
        --tw-bg-opacity: 1;
        background-color: rgb(254 252 249 / var(--tw-bg-opacity, 1));
    }

    .react-calendar {
        padding: 0.75rem;
    }

    .react-calendar {
      .react-calendar__navigation {
            margin-bottom: 0px;
        }
      .react-calendar__navigation__arrow {
            --tw-bg-opacity: 1;
            background-color: rgb(254 252 249 / var(--tw-bg-opacity, 1));
        }
      .react-calendar__navigation__arrow:disabled {
            --tw-bg-opacity: 1;
            background-color: rgb(254 252 249 / var(--tw-bg-opacity, 1));
        }
      .react-calendar__navigation__arrow:disabled {
            opacity: 0.5;
        }
      .react-calendar__navigation__arrow {
        &:focus {
          outline: auto 2px -webkit-focus-ring-color;
        }
      }
      .react-calendar__navigation__label {
            --tw-bg-opacity: 1;
            background-color: rgb(254 252 249 / var(--tw-bg-opacity, 1));
        }
      .react-calendar__navigation__label {
            font-family: romie;
        }
      .react-calendar__navigation__label {
            font-size: 21px;
        }
      .react-calendar__navigation__label {
            font-weight: 300;
        }
      .react-calendar__navigation__label {
            --tw-text-opacity: 1;
            color: rgb(69 2 6 / var(--tw-text-opacity, 1));
        }
      .react-calendar__navigation__label:disabled {
            --tw-bg-opacity: 1;
            background-color: rgb(254 252 249 / var(--tw-bg-opacity, 1));
        }
      .react-calendar__navigation__prev-button,
      .react-calendar__navigation__next-button {
            display: flex;
        }
      .react-calendar__navigation__prev-button,
      .react-calendar__navigation__next-button {
            align-items: center;
        }
      .react-calendar__navigation__prev-button,
      .react-calendar__navigation__next-button {
            justify-content: center;
        }
      .react-calendar__navigation__prev2-button,
      .react-calendar__navigation__next2-button {
            display: none;
        }
      .react-calendar__month-view__weekdays__weekday {
            font-family: brother-1816;
        }
      .react-calendar__month-view__weekdays__weekday {
            font-size: 10px;
        }
      .react-calendar__month-view__weekdays__weekday {
            font-weight: 400;
        }
      .react-calendar__month-view__weekdays__weekday {
            text-transform: uppercase;
        }
      .react-calendar__month-view__weekdays__weekday {
            line-height: .75rem;
        }
      .react-calendar__month-view__weekdays__weekday {
            --tw-text-opacity: 1;
            color: rgb(69 2 6 / var(--tw-text-opacity, 1));
        }
      .react-calendar__month-view__weekdays__weekday {
        abbr {
                text-decoration-line: none;
            }
      }
      .react-calendar__month-view__days {
            border-width: 0.5px;
        }
      .react-calendar__month-view__days {
            --tw-border-opacity: 1;
            border-color: rgb(251 240 223 / var(--tw-border-opacity, 1));
        }
      .react-calendar__tile,
      .disabled-tile {
            --tw-bg-opacity: 1;
            background-color: rgb(251 245 234 / var(--tw-bg-opacity, 1));
        }
      .react-calendar__tile,
      .disabled-tile {
            padding: 0px;
        }
      .react-calendar__tile,
      .disabled-tile {
            font-family: brother-1816;
        }
      .react-calendar__tile,
      .disabled-tile {
            --tw-text-opacity: 1;
            color: rgb(69 2 6 / var(--tw-text-opacity, 1));
        }
      .react-calendar__tile:hover,
      .disabled-tile:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
        }
      .react-calendar__tile:hover,
      .disabled-tile:hover {
            --tw-text-opacity: 1;
            color: rgb(254 252 249 / var(--tw-text-opacity, 1));
        }
      .react-calendar__tile:focus,
      .disabled-tile:focus {
            --tw-bg-opacity: 1;
            background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
        }
      .react-calendar__tile:focus,
      .disabled-tile:focus {
            --tw-text-opacity: 1;
            color: rgb(254 252 249 / var(--tw-text-opacity, 1));
        }
      .react-calendar__tile:disabled,
      .disabled-tile:disabled {
            --tw-bg-opacity: 1;
            background-color: rgb(252 248 240 / var(--tw-bg-opacity, 1));
        }
      .react-calendar__tile:disabled,
      .disabled-tile:disabled {
            opacity: 0.45;
        }
      .react-calendar__tile:hover:disabled,
      .disabled-tile:hover:disabled {
            --tw-bg-opacity: 1;
            background-color: rgb(252 248 240 / var(--tw-bg-opacity, 1));
        }
      .react-calendar__tile:hover:disabled,
      .disabled-tile:hover:disabled {
            --tw-text-opacity: 1 !important;
            color: rgb(69 2 6 / var(--tw-text-opacity, 1)) !important;
        }
      @media (min-width: 1024px) {

            .react-calendar__tile,
      .disabled-tile {
                height: 60px;
            }
        }
      .react-calendar__tile,
      .disabled-tile {
        abbr {
                display: none;
            }
        abbr {
                font-size: 10px;
            }
        p {
                font-size: 11px;
            }
        p {
                font-weight: 500;
            }
      }
      .disabled-tile {
            --tw-bg-opacity: 1;
            background-color: rgb(252 248 240 / var(--tw-bg-opacity, 1));
        }
      .disabled-tile {
            padding: 0px;
        }
      .disabled-tile {
            font-family: brother-1816;
        }
      .disabled-tile {
            --tw-text-opacity: 1;
            color: rgb(69 2 6 / var(--tw-text-opacity, 1));
        }
      .disabled-tile {
            opacity: 0.45;
        }
      .disabled-tile:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(252 248 240 / var(--tw-bg-opacity, 1));
        }
      .disabled-tile:hover {
            --tw-text-opacity: 1 !important;
            color: rgb(69 2 6 / var(--tw-text-opacity, 1)) !important;
        }
      .disabled-tile:focus {
            --tw-bg-opacity: 1;
            background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
        }
      .disabled-tile:focus {
            --tw-text-opacity: 1;
            color: rgb(254 252 249 / var(--tw-text-opacity, 1));
        }
      .disabled-tile {
        abbr {
                display: none;
            }
        abbr {
                font-size: 10px;
            }
        p {
                font-size: 11px;
            }
        p {
                font-weight: 500;
            }
      }
      .react-calendar__tile--range.react-calendar__tile--active,
      .react-calendar__tile--range.react-calendar__tile--hasActive {
            --tw-bg-opacity: 1;
            background-color: rgb(69 2 6 / var(--tw-bg-opacity, 1));
        }
      .react-calendar__tile--range.react-calendar__tile--active,
      .react-calendar__tile--range.react-calendar__tile--hasActive {
            --tw-text-opacity: 1;
            color: rgb(254 252 249 / var(--tw-text-opacity, 1));
        }
      .react-calendar__tile--range.react-calendar__tile--active:hover,
      .react-calendar__tile--range.react-calendar__tile--hasActive:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
        }
      .react-calendar__tile--range.react-calendar__tile--active:focus,
      .react-calendar__tile--range.react-calendar__tile--hasActive:focus {
            --tw-bg-opacity: 1;
            background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
        }
      .react-calendar__tile--range.react-calendar__tile--active,
      .react-calendar__tile--range.react-calendar__tile--hasActive {
        abbr,
        .calendar-day-price {
                --tw-text-opacity: 1;
                color: rgb(254 252 249 / var(--tw-text-opacity, 1));
            }
      }
      .react-calendar__tile--range {
            --tw-bg-opacity: 1;
            background-color: rgb(69 2 6 / var(--tw-bg-opacity, 1));
        }
      .react-calendar__tile--range {
            --tw-text-opacity: 1;
            color: rgb(254 252 249 / var(--tw-text-opacity, 1));
        }
      .react-calendar__tile--range:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
        }
      .react-calendar__tile--range:focus {
            --tw-bg-opacity: 1;
            background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
        }
      .react-calendar__tile--range {
        abbr {
                font-size: 12px;
            }
        .calendar-day-price {
                font-size: 12px;
            }
        .calendar-day-price {
                font-weight: 700;
            }
      }
      .react-calendar__tile--rangeEnd {
            --tw-bg-opacity: 1;
            background-color: rgb(69 2 6 / var(--tw-bg-opacity, 1));
        }
      .react-calendar__tile--rangeEnd:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
        }
      .react-calendar__tile--rangeEnd:focus {
            --tw-bg-opacity: 1;
            background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
        }
      .react-calendar__tile--rangeEnd .calendar-day-price {
            --tw-text-opacity: 1 !important;
            color: rgb(69 2 6 / var(--tw-text-opacity, 1)) !important;
        }
      .react-calendar__tile--rangeEnd:hover .calendar-day-price {
            --tw-text-opacity: 1 !important;
            color: rgb(254 252 249 / var(--tw-text-opacity, 1)) !important;
        }
      .react-calendar__tile--rangeEnd:focus .calendar-day-price {
            --tw-text-opacity: 1 !important;
            color: rgb(254 252 249 / var(--tw-text-opacity, 1)) !important;
        }
      .react-calendar__tile--rangeEnd {
        abbr {
                font-size: 12px;
            }
        .calendar-day-price {
                font-size: 12px;
            }
        .calendar-day-price {
                font-weight: 700;
            }
      }
    }
  }

#bw-root .visible {
    visibility: visible;
}

#bw-root .fixed {
    position: fixed;
}

#bw-root .absolute {
    position: absolute;
}

#bw-root .relative {
    position: relative;
}

#bw-root .inset-0 {
    inset: 0px;
}

#bw-root .-left-\[82px\] {
    left: -82px;
}

#bw-root .bottom-4 {
    bottom: 1rem;
}

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

#bw-root .left-4 {
    left: 1rem;
}

#bw-root .right-\[8px\] {
    right: 8px;
}

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

#bw-root .top-\[15px\] {
    top: 15px;
}

#bw-root .z-10 {
    z-index: 10;
}

#bw-root .z-40 {
    z-index: 40;
}

#bw-root .z-50 {
    z-index: 50;
}

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

#bw-root .mx-auto {
    margin-left: auto;
    margin-right: auto;
}

#bw-root .my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

#bw-root .my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

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

#bw-root .-mt-0\.5 {
    margin-top: -0.125rem;
}

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

#bw-root .mb-2\.5 {
    margin-bottom: 0.625rem;
}

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

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

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

#bw-root .ml-auto {
    margin-left: auto;
}

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

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

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

#bw-root .mt-\[3px\] {
    margin-top: 3px;
}

#bw-root .\!block {
    display: block !important;
}

#bw-root .flex {
    display: flex;
}

#bw-root .hidden {
    display: none;
}

#bw-root .size-2\.5 {
    width: 0.625rem;
    height: 0.625rem;
}

#bw-root .size-\[10px\] {
    width: 10px;
    height: 10px;
}

#bw-root .size-\[17px\] {
    width: 17px;
    height: 17px;
}

#bw-root .size-\[18px\] {
    width: 18px;
    height: 18px;
}

#bw-root .size-\[19px\] {
    width: 19px;
    height: 19px;
}

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

#bw-root .h-4 {
    height: 1rem;
}

#bw-root .h-5 {
    height: 1.25rem;
}

#bw-root .h-\[15px\] {
    height: 15px;
}

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

#bw-root .h-\[1px\] {
    height: 1px;
}

#bw-root .h-\[250px\] {
    height: 250px;
}

#bw-root .h-\[300px\] {
    height: 300px;
}

#bw-root .h-\[6\.5px\] {
    height: 6.5px;
}

#bw-root .h-auto {
    height: auto;
}

#bw-root .h-full {
    height: 100%;
}

#bw-root .max-h-\[100\%\] {
    max-height: 100%;
}

#bw-root .max-h-\[200px\] {
    max-height: 200px;
}

#bw-root .min-h-\[24px\] {
    min-height: 24px;
}

#bw-root .w-10 {
    width: 2.5rem;
}

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

#bw-root .w-7 {
    width: 1.75rem;
}

#bw-root .w-\[11\.5px\] {
    width: 11.5px;
}

#bw-root .w-\[135px\] {
    width: 135px;
}

#bw-root .w-\[15px\] {
    width: 15px;
}

#bw-root .w-\[262px\] {
    width: 262px;
}

#bw-root .w-\[300px\] {
    width: 300px;
}

#bw-root .w-\[36px\] {
    width: 36px;
}

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

#bw-root .w-full {
    width: 100%;
}

#bw-root .max-w-\[260px\] {
    max-width: 260px;
}

#bw-root .max-w-\[350px\] {
    max-width: 350px;
}

#bw-root .max-w-\[370px\] {
    max-width: 370px;
}

#bw-root .max-w-\[480px\] {
    max-width: 480px;
}

#bw-root .max-w-\[525px\] {
    max-width: 525px;
}

#bw-root .flex-1 {
    flex: 1 1 0%;
}

#bw-root .flex-\[0\.8\] {
    flex: 0.8;
}

#bw-root .flex-shrink-0 {
    flex-shrink: 0;
}

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

#bw-root .-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

#bw-root .rotate-\[270deg\] {
    --tw-rotate: 270deg;
    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));
}

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

#bw-root .list-disc {
    list-style-type: disc;
}

#bw-root .appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

#bw-root .flex-row {
    flex-direction: row;
}

#bw-root .flex-col {
    flex-direction: column;
}

#bw-root .items-start {
    align-items: flex-start;
}

#bw-root .items-end {
    align-items: flex-end;
}

#bw-root .items-center {
    align-items: center;
}

#bw-root .justify-start {
    justify-content: flex-start;
}

#bw-root .justify-center {
    justify-content: center;
}

#bw-root .justify-between {
    justify-content: space-between;
}

#bw-root .gap-1 {
    gap: 0.25rem;
}

#bw-root .gap-1\.5 {
    gap: 0.375rem;
}

#bw-root .gap-2 {
    gap: 0.5rem;
}

#bw-root .gap-2\.5 {
    gap: 0.625rem;
}

#bw-root .gap-3 {
    gap: 0.75rem;
}

#bw-root .gap-4 {
    gap: 1rem;
}

#bw-root .gap-6 {
    gap: 1.5rem;
}

#bw-root .gap-8 {
    gap: 2rem;
}

#bw-root .gap-\[8px\] {
    gap: 8px;
}

#bw-root .self-start {
    align-self: flex-start;
}

#bw-root .self-center {
    align-self: center;
}

#bw-root .overflow-hidden {
    overflow: hidden;
}

#bw-root .overflow-y-auto {
    overflow-y: auto;
}

#bw-root .whitespace-nowrap {
    white-space: nowrap;
}

#bw-root .\!rounded-sm {
    border-radius: 0.125rem !important;
}

#bw-root .rounded-\[32px\] {
    border-radius: 32px;
}

#bw-root .rounded-\[3px\] {
    border-radius: 3px;
}

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

#bw-root .rounded-sm {
    border-radius: 0.125rem;
}

#bw-root .border {
    border-width: 1px;
}

#bw-root .border-2 {
    border-width: 2px;
}

#bw-root .border-\[0\.5px\] {
    border-width: 0.5px;
}

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

#bw-root .border-b-0 {
    border-bottom-width: 0px;
}

#bw-root .border-r {
    border-right-width: 1px;
}

#bw-root .border-\[\#B9B8B8\] {
    --tw-border-opacity: 1;
    border-color: rgb(185 184 184 / var(--tw-border-opacity, 1));
}

#bw-root .border-blue {
    --tw-border-opacity: 1;
    border-color: rgb(10 17 90 / var(--tw-border-opacity, 1));
}

#bw-root .border-blue2 {
    --tw-border-opacity: 1;
    border-color: rgb(69 76 123 / var(--tw-border-opacity, 1));
}

#bw-root .border-burgundy {
    --tw-border-opacity: 1;
    border-color: rgb(69 2 6 / var(--tw-border-opacity, 1));
}

#bw-root .border-crema {
    --tw-border-opacity: 1;
    border-color: rgb(226 200 159 / var(--tw-border-opacity, 1));
}

#bw-root .border-gray5 {
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}

#bw-root .border-red {
    --tw-border-opacity: 1;
    border-color: rgb(164 4 4 / var(--tw-border-opacity, 1));
}

#bw-root .border-stone {
    --tw-border-opacity: 1;
    border-color: rgb(251 240 223 / var(--tw-border-opacity, 1));
}

#bw-root .\!bg-crema {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(226 200 159 / var(--tw-bg-opacity, 1)) !important;
}

#bw-root .\!bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

#bw-root .bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(45 42 38 / var(--tw-bg-opacity, 1));
}

#bw-root .bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(10 17 90 / var(--tw-bg-opacity, 1));
}

#bw-root .bg-burgundy {
    --tw-bg-opacity: 1;
    background-color: rgb(69 2 6 / var(--tw-bg-opacity, 1));
}

#bw-root .bg-crema {
    --tw-bg-opacity: 1;
    background-color: rgb(226 200 159 / var(--tw-bg-opacity, 1));
}

#bw-root .bg-gray1 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 249 / var(--tw-bg-opacity, 1));
}

#bw-root .bg-light-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(252 245 233 / var(--tw-bg-opacity, 1));
}

#bw-root .bg-red {
    --tw-bg-opacity: 1;
    background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
}

#bw-root .bg-stone {
    --tw-bg-opacity: 1;
    background-color: rgb(251 240 223 / var(--tw-bg-opacity, 1));
}

#bw-root .bg-stone200 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 248 238 / var(--tw-bg-opacity, 1));
}

#bw-root .bg-stone80 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 249 / var(--tw-bg-opacity, 1));
}

#bw-root .bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}

#bw-root .fill-gray-400 {
    fill: #9ca3af;
}

#bw-root .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}

#bw-root .\!p-0 {
    padding: 0px !important;
}

#bw-root .p-1 {
    padding: 0.25rem;
}

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

#bw-root .p-2 {
    padding: 0.5rem;
}

#bw-root .p-4 {
    padding: 1rem;
}

#bw-root .p-\[3px\] {
    padding: 3px;
}

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

#bw-root .px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

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

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

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

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

#bw-root .px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
}

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

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

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

#bw-root .py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

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

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

#bw-root .py-\[11px\] {
    padding-top: 11px;
    padding-bottom: 11px;
}

#bw-root .py-\[9\.5px\] {
    padding-top: 9.5px;
    padding-bottom: 9.5px;
}

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

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

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

#bw-root .pl-\[18px\] {
    padding-left: 18px;
}

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

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

#bw-root .text-left {
    text-align: left;
}

#bw-root .text-center {
    text-align: center;
}

#bw-root .font-body {
    font-family: brother-1816;
}

#bw-root .font-heading {
    font-family: romie;
}

#bw-root .\!text-\[10px\] {
    font-size: 10px !important;
}

#bw-root .\!text-\[12px\] {
    font-size: 12px !important;
}

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

#bw-root .text-\[11px\] {
    font-size: 11px;
}

#bw-root .text-\[12px\] {
    font-size: 12px;
}

#bw-root .text-\[13px\] {
    font-size: 13px;
}

#bw-root .text-\[14px\] {
    font-size: 14px;
}

#bw-root .text-\[15px\] {
    font-size: 15px;
}

#bw-root .text-\[18px\] {
    font-size: 18px;
}

#bw-root .text-\[20px\] {
    font-size: 20px;
}

#bw-root .text-\[22px\] {
    font-size: 22px;
}

#bw-root .text-\[24px\] {
    font-size: 24px;
}

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

#bw-root .text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

#bw-root .\!font-medium {
    font-weight: 500 !important;
}

#bw-root .\!font-normal {
    font-weight: 400 !important;
}

#bw-root .font-bold {
    font-weight: 700;
}

#bw-root .font-extrabold {
    font-weight: 800;
}

#bw-root .font-extralight {
    font-weight: 200;
}

#bw-root .font-light {
    font-weight: 300;
}

#bw-root .font-medium {
    font-weight: 500;
}

#bw-root .font-normal {
    font-weight: 400;
}

#bw-root .uppercase {
    text-transform: uppercase;
}

#bw-root .capitalize {
    text-transform: capitalize;
}

#bw-root .italic {
    font-style: italic;
}

#bw-root .leading-4 {
    line-height: 1rem;
}

#bw-root .leading-5 {
    line-height: 1.25rem;
}

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

#bw-root .leading-\[120\%\] {
    line-height: 120%;
}

#bw-root .leading-\[14px\] {
    line-height: 14px;
}

#bw-root .leading-\[18px\] {
    line-height: 18px;
}

#bw-root .leading-\[21px\] {
    line-height: 21px;
}

#bw-root .leading-\[8px\] {
    line-height: 8px;
}

#bw-root .tracking-\[\.28px\] {
    letter-spacing: .28px;
}

#bw-root .tracking-\[\.32px\] {
    letter-spacing: .32px;
}

#bw-root .tracking-\[\.36px\] {
    letter-spacing: .36px;
}

#bw-root .tracking-\[\.3px\] {
    letter-spacing: .3px;
}

#bw-root .tracking-\[\.45px\] {
    letter-spacing: .45px;
}

#bw-root .tracking-\[\.54px\] {
    letter-spacing: .54px;
}

#bw-root .tracking-\[\.6px\] {
    letter-spacing: .6px;
}

#bw-root .tracking-\[\.7px\] {
    letter-spacing: .7px;
}

#bw-root .tracking-\[0\.5px\] {
    letter-spacing: 0.5px;
}

#bw-root .tracking-\[1\.1px\] {
    letter-spacing: 1.1px;
}

#bw-root .tracking-\[1\.2px\] {
    letter-spacing: 1.2px;
}

#bw-root .tracking-\[1\.68px\] {
    letter-spacing: 1.68px;
}

#bw-root .tracking-\[1\.8px\] {
    letter-spacing: 1.8px;
}

#bw-root .tracking-\[1px\] {
    letter-spacing: 1px;
}

#bw-root .\!text-burgundy {
    --tw-text-opacity: 1 !important;
    color: rgb(69 2 6 / var(--tw-text-opacity, 1)) !important;
}

#bw-root .\!text-palazzo-blue {
    --tw-text-opacity: 1 !important;
    color: rgb(7 31 54 / var(--tw-text-opacity, 1)) !important;
}

#bw-root .\!text-red {
    --tw-text-opacity: 1 !important;
    color: rgb(164 4 4 / var(--tw-text-opacity, 1)) !important;
}

#bw-root .text-black {
    --tw-text-opacity: 1;
    color: rgb(45 42 38 / var(--tw-text-opacity, 1));
}

#bw-root .text-blue {
    --tw-text-opacity: 1;
    color: rgb(10 17 90 / var(--tw-text-opacity, 1));
}

#bw-root .text-burgundy {
    --tw-text-opacity: 1;
    color: rgb(69 2 6 / var(--tw-text-opacity, 1));
}

#bw-root .text-dark-gray {
    --tw-text-opacity: 1;
    color: rgb(44 44 44 / var(--tw-text-opacity, 1));
}

#bw-root .text-gray1 {
    --tw-text-opacity: 1;
    color: rgb(254 252 249 / var(--tw-text-opacity, 1));
}

#bw-root .text-grayAda {
    --tw-text-opacity: 1;
    color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}

#bw-root .text-red {
    --tw-text-opacity: 1;
    color: rgb(164 4 4 / var(--tw-text-opacity, 1));
}

#bw-root .text-stone {
    --tw-text-opacity: 1;
    color: rgb(251 240 223 / var(--tw-text-opacity, 1));
}

#bw-root .text-stone80 {
    --tw-text-opacity: 1;
    color: rgb(254 252 249 / var(--tw-text-opacity, 1));
}

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

#bw-root .underline {
    text-decoration-line: underline;
}

#bw-root .\!opacity-100 {
    opacity: 1 !important;
}

#bw-root .opacity-50 {
    opacity: 0.5;
}

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

#bw-root .blur-sm {
    --tw-blur: blur(4px);
    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);
}

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

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

#bw-root .\@container {
    container-type: inline-size;
}

/* Hide scrollbar for Chrome, Safari and Opera */

#bw-root .no-scrollbar::-webkit-scrollbar {
    display: none;
  }

/* Hide scrollbar for IE, Edge and Firefox */

#bw-root .no-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

#bw-root  .text-x-small {
    font-size: 12px;
    font-weight: 350;
    line-height: 1rem;
    letter-spacing: .24px;
}

#bw-root .loyalty-background {
    background: url('../../../etc.clientlibs/venetianbooking/clientlibs/clientlib-booking-widget/resources/loyalty-background.DO6GPUzp.png') rgb(105, 2, 16)
      50% / cover no-repeat;
  }

#hpc--card-frame {
  height: 375px;
  width: 100%;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@font-face {
  font-family: 'Romie';
  font-style: normal;
  font-weight: 400;
  src: url('../../../etc.clientlibs/venetianbooking/clientlibs/clientlib-booking-widget/resources/Romie-Regular.BInAClj5.otf') format('opentype');
}

@font-face {
  font-family: 'Romie';
  font-style: normal;
  font-weight: 500;
  src: url('../../../etc.clientlibs/venetianbooking/clientlibs/clientlib-booking-widget/resources/Romie-Medium.BFLLIBzp.otf') format('opentype');
}

@font-face {
  font-family: 'Romie';
  font-style: normal;
  font-weight: 700;
  src: url('../../../etc.clientlibs/venetianbooking/clientlibs/clientlib-booking-widget/resources/Romie-Bold.DwsQJIEo.otf') format('opentype');
}

.cmp-venetian-footer {
  background-color: #450206;
  color: #fbf0df;

  .cmp-venetian-footer--content {
    padding: 80px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    a {
      color: #fbf0df;
    }

    > div {
      display: inline-flex;
      align-content: center;
      justify-content: center;
      align-self: center;
      margin-bottom: 63px;
      &:last-child {
        margin-bottom: 0px;
      }
    }

    .cmp-venetian-footer--logo-container {
      margin-bottom: 48px;
      img {
        max-height: 80px;
        max-width: 100%;
      }
    }

    .cmp-venetian-footer--links,
    .cmp-venetian-footer--social-links,
    .cmp-venetian-footer__drop-area {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 32px;
    }

    .cmp-venetian-footer__drop-area {
      p {
        font-weight: 300;
      }
      a {
        text-decoration: underline;
        &:hover {
          text-decoration: none;
        }
      }
    }

    .cmp-venetian-footer--contact-links {
      gap: 48px;

      .cmp-venetian-footer--contact-links-title {
        font-family: 'brother-1816';
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 34px;
        letter-spacing: 0.36px;
      }

      .cmp-venetian-footer--contact-links-link {
        font-family: 'Romie';
        font-size: 27px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0.54px;
        text-transform: capitalize;
      }
    }

    .cmp-venetian-footer--social-links {
      a {
        background-color: #fbf0df;
        border-radius: 100%;
        height: 22px;
        width: 22px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-size: 0px 0px;
        .cmp-venetian-footer--social-links__icon {
          width: 12px;
          height: 12px;
          -webkit-mask-image: inherit;
          mask-image: inherit;
          -webkit-mask-size: 100%;
          mask-size: 100%;
          -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
          -webkit-mask-position: center;
          mask-position: center;
          background-color: #a40404;
        }
      }
    }

    .cmp-venetian-footer--links {
      gap: 48px;

      .cmp-venetian-footer--links-link {
        font-family: 'brother-1816';
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px; /* 160% */
        letter-spacing: 0.3px;
      }
    }

    @media screen and (max-width: 1279px) {
      padding: 64px 32px;

      > div {
        margin-bottom: 56px;
      }

      .cmp-venetian-footer--logo-container {
        img {
          max-height: 72px;
        }
      }
    }

    @media screen and (max-width: 767px) {
      .cmp-venetian-footer--contact-links {
        gap: 32px;
      }
    }

    @media screen and (max-width: 374px) {
      padding: 48px 35px;
      .cmp-venetian-footer--contact-links,
      .cmp-venetian-footer--links {
        gap: 18px;
      }

      .cmp-venetian-footer--social-links {
        gap: 16px;
        img {
          max-width: 22px;
          max-height: 22px;
        }
      }

      > div {
        margin-bottom: 35px;
      }

      .cmp-venetian-footer--logo-container {
        margin-bottom: 32px;
        img {
          max-height: 47px;
        }
      }
    }
  }

  .cmp-venetian-footer--legal {
    display: flex;
    flex-wrap: wrap;
    background-color: black;
    padding: 24px;
    justify-content: center;
    gap: 32px;
    > .cmp-venetian-footer--legal-link,
    > .cmp-venetian-footer--legal-pipe {
      color: white;
      font-family: 'brother-1816';
      font-size: 12px;
      font-style: normal;
      font-weight: 300;
      letter-spacing: 0.24px;
      line-height: 16px;

      &:last-child {
        display: none;
      }
    }

    @media screen and (max-width: 374px) {
      gap: 14px;
    }
  }
}

.react-calendar__tile > abbr {
    font-size: 10px;
  display: none;
}

@media screen and (max-width: 768px) {
  .calendar-day {
    border-width: 0px !important;
  }
}

@media screen and (max-width: 480px) {
  .line-clamp-4,
  .line-clamp-2 {
    display: block !important;
  }
}

.custom-grid-panel > p:first-of-type {
  grid-column: 1 / -1;
}

@media (min-width: 768px) {
  .custom-grid-panel {
    grid-template-columns: 1fr 1fr;
  }

  .custom-grid-panel > p:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .custom-grid-panel > ul:nth-of-type(1) {
    grid-column: 1;
    grid-row: 3;
  }

  .custom-grid-panel > p:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .custom-grid-panel > ul:nth-of-type(2) {
    grid-column: 2;
    grid-row: 3;
  }
}

#bw-root .hover\:\!bg-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1)) !important;
}

#bw-root .disabled\:bg-\[\#D9D9D9\]:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

#bw-root .disabled\:font-medium:disabled {
    font-weight: 500;
}

#bw-root .disabled\:text-\[\#A3A1A1\]:disabled {
    --tw-text-opacity: 1;
    color: rgb(163 161 161 / var(--tw-text-opacity, 1));
}

#bw-root .disabled\:opacity-50:disabled {
    opacity: 0.5;
}

#bw-root :is(.group:focus .group-focus\:\!bg-red) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1)) !important;
}

#bw-root :is(.peer:checked ~ .peer-checked\:justify-end) {
    justify-content: flex-end;
}

#bw-root :is(.peer:checked ~ .peer-checked\:border-red-light) {
    --tw-border-opacity: 1;
    border-color: rgb(195 61 50 / var(--tw-border-opacity, 1));
}

#bw-root :is(.peer:checked ~ .peer-checked\:bg-red-light) {
    --tw-bg-opacity: 1;
    background-color: rgb(195 61 50 / var(--tw-bg-opacity, 1));
}

#bw-root :is(.peer:focus ~ .peer-focus\:focus-outline) {
    outline: auto 2px -webkit-focus-ring-color;
  }

@container (min-width: 28rem) {

    #bw-root .\@md\:hidden {
        display: none;
    }
}

@container (min-width: 422px) {

    #bw-root .\@\[422px\]\:flex {
        display: flex;
    }

    #bw-root .\@\[422px\]\:hidden {
        display: none;
    }
}

@container (min-width: 500px) {

    #bw-root .\@\[500px\]\:max-w-none {
        max-width: none;
    }

    #bw-root .\@\[500px\]\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media not all and (min-width: 768px) {

    #bw-root .max-md\:sticky {
        position: sticky;
    }

    #bw-root .max-md\:bottom-0 {
        bottom: 0px;
    }

    #bw-root .max-md\:-ml-4 {
        margin-left: -1rem;
    }
}

@media not all and (min-width: 640px) {

    #bw-root .max-sm\:mt-auto {
        margin-top: auto;
    }

    #bw-root .max-sm\:w-\[calc\(100\%\+32px\)\] {
        width: calc(100% + 32px);
    }
}

@media (min-width: 475px) {

    #bw-root .min-\[475px\]\:max-w-\[200px\] {
        max-width: 200px;
    }
}

@media (min-width: 640px) {

    #bw-root .sm\:w-\[488px\] {
        width: 488px;
    }

    #bw-root .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    #bw-root .sm\:pb-5 {
        padding-bottom: 1.25rem;
    }
}

@media (min-width: 1024px) {

    #bw-root .lg\:mb-6 {
        margin-bottom: 1.5rem;
    }

    #bw-root .lg\:block {
        display: block;
    }

    #bw-root .lg\:max-w-\[200px\] {
        max-width: 200px;
    }

    #bw-root .lg\:border-r {
        border-right-width: 1px;
    }

    #bw-root .lg\:border-crema {
        --tw-border-opacity: 1;
        border-color: rgb(226 200 159 / var(--tw-border-opacity, 1));
    }

    #bw-root .lg\:p-6 {
        padding: 1.5rem;
    }

    #bw-root .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #bw-root .lg\:pt-6 {
        padding-top: 1.5rem;
    }

    #bw-root .lg\:text-\[15px\] {
        font-size: 15px;
    }
}

@media (min-width: 1440px) {

    #bw-root .min-\[1440px\]\:border-l {
        border-left-width: 1px;
    }
}

#bw-root :is(.group:hover .\[\&\>abbr\]\:group-hover\:\!text-stone80>abbr) {
    --tw-text-opacity: 1 !important;
    color: rgb(254 252 249 / var(--tw-text-opacity, 1)) !important;
}

#bw-root :is(.group:focus .\[\&\>abbr\]\:group-focus\:\!text-stone80>abbr) {
    --tw-text-opacity: 1 !important;
    color: rgb(254 252 249 / var(--tw-text-opacity, 1)) !important;
}

#bw-root :is(.\[\&\>p\]\:\!text-burgundy>p) {
    --tw-text-opacity: 1 !important;
    color: rgb(69 2 6 / var(--tw-text-opacity, 1)) !important;
}

#bw-root :is(.group:hover .\[\&\>p\]\:group-hover\:\!text-stone80>p) {
    --tw-text-opacity: 1 !important;
    color: rgb(254 252 249 / var(--tw-text-opacity, 1)) !important;
}

#bw-root :is(.group:focus .\[\&\>p\]\:group-focus\:\!text-stone80>p) {
    --tw-text-opacity: 1 !important;
    color: rgb(254 252 249 / var(--tw-text-opacity, 1)) !important;
}

#bw-root :is(.\[\&\>ul\]\:grid>ul) {
    display: grid;
}

#bw-root :is(.\[\&\>ul\]\:grid-flow-col>ul) {
    grid-auto-flow: column;
}

#bw-root :is(.\[\&\>ul\]\:grid-rows-2>ul) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

#bw-root :is(.\[\&\>ul\]\:gap-x-4>ul) {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}

#bw-root :is(.\[\&\>ul\]\:text-left>ul) {
    text-align: left;
}

@media not all and (min-width: 1024px) {

    #bw-root :is(.\[\&\>ul\]\:max-lg\:gap-y-2>ul) {
        row-gap: 0.5rem;
    }
}

#bw-root :is(.\[\&_\.react-tooltip-arrow\]\:bg-burgundy .react-tooltip-arrow) {
    --tw-bg-opacity: 1;
    background-color: rgb(69 2 6 / var(--tw-bg-opacity, 1));
}

#bw-root :is(.\[\&_a\]\:text-red a) {
    --tw-text-opacity: 1;
    color: rgb(164 4 4 / var(--tw-text-opacity, 1));
}

#bw-root :is(.\[\&_a\]\:underline a) {
    text-decoration-line: underline;
}

#bw-root :is(.\[\&_li\]\:ml-4 li) {
    margin-left: 1rem;
}

#bw-root :is(.\[\&_ul\]\:ml-4 ul) {
    margin-left: 1rem;
}

#bw-root :is(.\[\&_ul\]\:grid ul) {
    display: grid;
}

#bw-root :is(.\[\&_ul\]\:list-disc ul) {
    list-style-type: disc;
}

#bw-root :is(.\[\&_ul\]\:grid-cols-1 ul) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

#bw-root :is(.\[\&_ul\]\:gap-y-2 ul) {
    row-gap: 0.5rem;
}

#bw-root :is(.\[\&_ul\]\:text-left ul) {
    text-align: left;
}

#bw-root :is(.\[\&_li\]\:\[\&_ul\]\:ml-4 ul li) {
    margin-left: 1rem;
}
