/* vendor */
/* ! tailwindcss v3.4.1 | 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)
*/
.turbnb-widgets *, .turbnb-widgets ::before, .turbnb-widgets ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
.turbnb-widgets ::before, .turbnb-widgets ::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
*/
.turbnb-widgets, .turbnb-widgets :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: Inter, 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.
*/
.turbnb-widgets {
  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.
*/
.turbnb-widgets hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
.turbnb-widgets abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
.turbnb-widgets h1, .turbnb-widgets h2, .turbnb-widgets h3, .turbnb-widgets h4, .turbnb-widgets h5, .turbnb-widgets h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
.turbnb-widgets a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
.turbnb-widgets b, .turbnb-widgets 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.
*/
.turbnb-widgets code, .turbnb-widgets kbd, .turbnb-widgets samp, .turbnb-widgets 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.
*/
.turbnb-widgets small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
.turbnb-widgets sub, .turbnb-widgets sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.turbnb-widgets sub {
  bottom: -0.25em;
}
.turbnb-widgets 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.
*/
.turbnb-widgets 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.
*/
.turbnb-widgets button, .turbnb-widgets input, .turbnb-widgets optgroup, .turbnb-widgets select, .turbnb-widgets 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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
.turbnb-widgets button, .turbnb-widgets select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
.turbnb-widgets button, .turbnb-widgets [type='button'], .turbnb-widgets [type='reset'], .turbnb-widgets [type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
.turbnb-widgets :-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)
*/
.turbnb-widgets :-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
.turbnb-widgets progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
.turbnb-widgets ::-webkit-inner-spin-button, .turbnb-widgets ::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
.turbnb-widgets [type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
.turbnb-widgets ::-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.
*/
.turbnb-widgets ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
.turbnb-widgets summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
.turbnb-widgets blockquote, .turbnb-widgets dl, .turbnb-widgets dd, .turbnb-widgets h1, .turbnb-widgets h2, .turbnb-widgets h3, .turbnb-widgets h4, .turbnb-widgets h5, .turbnb-widgets h6, .turbnb-widgets hr, .turbnb-widgets figure, .turbnb-widgets p, .turbnb-widgets pre {
  margin: 0;
}
.turbnb-widgets fieldset {
  margin: 0;
  padding: 0;
}
.turbnb-widgets legend {
  padding: 0;
}
.turbnb-widgets ol, .turbnb-widgets ul, .turbnb-widgets menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
.turbnb-widgets dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
.turbnb-widgets 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.
*/
.turbnb-widgets input::-moz-placeholder, .turbnb-widgets textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
.turbnb-widgets input::placeholder, .turbnb-widgets textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
.turbnb-widgets button, .turbnb-widgets [role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
.turbnb-widgets :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.
*/
.turbnb-widgets img, .turbnb-widgets svg, .turbnb-widgets video, .turbnb-widgets canvas, .turbnb-widgets audio, .turbnb-widgets iframe, .turbnb-widgets embed, .turbnb-widgets 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)
*/
.turbnb-widgets img, .turbnb-widgets video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
.turbnb-widgets [hidden] {
  display: none;
}
.turbnb-widgets [type='text'], .turbnb-widgets input:where(:not([type])), .turbnb-widgets [type='email'], .turbnb-widgets [type='url'], .turbnb-widgets [type='password'], .turbnb-widgets [type='number'], .turbnb-widgets [type='date'], .turbnb-widgets [type='datetime-local'], .turbnb-widgets [type='month'], .turbnb-widgets [type='search'], .turbnb-widgets [type='tel'], .turbnb-widgets [type='time'], .turbnb-widgets [type='week'], .turbnb-widgets [multiple], .turbnb-widgets textarea, .turbnb-widgets select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 7.5px;
  padding-right: 11.25px;
  padding-bottom: 7.5px;
  padding-left: 11.25px;
  font-size: 15px;
  line-height: 22.5px;
  --tw-shadow: 0 0 #0000;
}
.turbnb-widgets [type='text']:focus, .turbnb-widgets input:where(:not([type])):focus, .turbnb-widgets [type='email']:focus, .turbnb-widgets [type='url']:focus, .turbnb-widgets [type='password']:focus, .turbnb-widgets [type='number']:focus, .turbnb-widgets [type='date']:focus, .turbnb-widgets [type='datetime-local']:focus, .turbnb-widgets [type='month']:focus, .turbnb-widgets [type='search']:focus, .turbnb-widgets [type='tel']:focus, .turbnb-widgets [type='time']:focus, .turbnb-widgets [type='week']:focus, .turbnb-widgets [multiple]:focus, .turbnb-widgets textarea:focus, .turbnb-widgets 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: #2563eb;
  --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: #2563eb;
}
.turbnb-widgets input::-moz-placeholder, .turbnb-widgets textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
.turbnb-widgets input::placeholder, .turbnb-widgets textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
.turbnb-widgets ::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.turbnb-widgets ::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
.turbnb-widgets ::-webkit-datetime-edit {
  display: inline-flex;
}
.turbnb-widgets ::-webkit-datetime-edit, .turbnb-widgets ::-webkit-datetime-edit-year-field, .turbnb-widgets ::-webkit-datetime-edit-month-field, .turbnb-widgets ::-webkit-datetime-edit-day-field, .turbnb-widgets ::-webkit-datetime-edit-hour-field, .turbnb-widgets ::-webkit-datetime-edit-minute-field, .turbnb-widgets ::-webkit-datetime-edit-second-field, .turbnb-widgets ::-webkit-datetime-edit-millisecond-field, .turbnb-widgets ::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
.turbnb-widgets select {
  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 7.5px center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 37.5px;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.turbnb-widgets [multiple], .turbnb-widgets [size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 11.25px;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
.turbnb-widgets [type='checkbox'], .turbnb-widgets [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: 15px;
  width: 15px;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
.turbnb-widgets [type='checkbox'] {
  border-radius: 0px;
}
.turbnb-widgets [type='radio'] {
  border-radius: 100%;
}
.turbnb-widgets [type='checkbox']:focus, .turbnb-widgets [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: #2563eb;
  --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);
}
.turbnb-widgets [type='checkbox']:checked, .turbnb-widgets [type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.turbnb-widgets [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");
}
@media (forced-colors: active)  {
  .turbnb-widgets [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.turbnb-widgets [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");
}
@media (forced-colors: active)  {
  .turbnb-widgets [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.turbnb-widgets [type='checkbox']:checked:hover, .turbnb-widgets [type='checkbox']:checked:focus, .turbnb-widgets [type='radio']:checked:hover, .turbnb-widgets [type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
.turbnb-widgets [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;
}
@media (forced-colors: active)  {
  .turbnb-widgets [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.turbnb-widgets [type='checkbox']:indeterminate:hover, .turbnb-widgets [type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
.turbnb-widgets [type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
.turbnb-widgets [type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.turbnb-widgets *, .turbnb-widgets ::before, .turbnb-widgets ::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:  ;
}
.turbnb-widgets ::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:  ;
}
.turbnb-widgets .container {
  width: 100%;
}
@media (min-width: 640px) {
  .turbnb-widgets .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .turbnb-widgets .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .turbnb-widgets .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .turbnb-widgets .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .turbnb-widgets .container {
    max-width: 1536px;
  }
}
.turbnb-widgets .pointer-events-none {
  pointer-events: none !important;
}
.turbnb-widgets .visible {
  visibility: visible !important;
}
.turbnb-widgets .fixed {
  position: fixed !important;
}
.turbnb-widgets .absolute {
  position: absolute !important;
}
.turbnb-widgets .relative {
  position: relative !important;
}
.turbnb-widgets .sticky {
  position: sticky !important;
}
.turbnb-widgets .inset-0 {
  inset: 0px !important;
}
.turbnb-widgets .bottom-0 {
  bottom: 0px !important;
}
.turbnb-widgets .left-0 {
  left: 0px !important;
}
.turbnb-widgets .left-3 {
  left: 11.25px !important;
}
.turbnb-widgets .right-0 {
  right: 0px !important;
}
.turbnb-widgets .right-2 {
  right: 7.5px !important;
}
.turbnb-widgets .top-0 {
  top: 0px !important;
}
.turbnb-widgets .top-1\/2 {
  top: 50% !important;
}
.turbnb-widgets .top-\[50\%\] {
  top: 50% !important;
}
.turbnb-widgets .z-10 {
  z-index: 10 !important;
}
.turbnb-widgets .z-50 {
  z-index: 50 !important;
}
.turbnb-widgets .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.turbnb-widgets .my-1 {
  margin-top: 3.75px !important;
  margin-bottom: 3.75px !important;
}
.turbnb-widgets .-ml-1 {
  margin-left: -3.75px !important;
}
.turbnb-widgets .mb-1 {
  margin-bottom: 3.75px !important;
}
.turbnb-widgets .mb-2 {
  margin-bottom: 7.5px !important;
}
.turbnb-widgets .mb-3 {
  margin-bottom: 11.25px !important;
}
.turbnb-widgets .mb-4 {
  margin-bottom: 15px !important;
}
.turbnb-widgets .mb-5 {
  margin-bottom: 18.75px !important;
}
.turbnb-widgets .mb-6 {
  margin-bottom: 22.5px !important;
}
.turbnb-widgets .ml-1 {
  margin-left: 3.75px !important;
}
.turbnb-widgets .ml-2 {
  margin-left: 7.5px !important;
}
.turbnb-widgets .ml-3 {
  margin-left: 11.25px !important;
}
.turbnb-widgets .ml-auto {
  margin-left: auto !important;
}
.turbnb-widgets .mr-0 {
  margin-right: 0px !important;
}
.turbnb-widgets .mr-0\.5 {
  margin-right: 1.875px !important;
}
.turbnb-widgets .mr-1 {
  margin-right: 3.75px !important;
}
.turbnb-widgets .mr-1\.5 {
  margin-right: 5.625px !important;
}
.turbnb-widgets .mr-2 {
  margin-right: 7.5px !important;
}
.turbnb-widgets .mt-0 {
  margin-top: 0px !important;
}
.turbnb-widgets .mt-0\.5 {
  margin-top: 1.875px !important;
}
.turbnb-widgets .mt-1 {
  margin-top: 3.75px !important;
}
.turbnb-widgets .mt-1\.5 {
  margin-top: 5.625px !important;
}
.turbnb-widgets .mt-2 {
  margin-top: 7.5px !important;
}
.turbnb-widgets .mt-2\.5 {
  margin-top: 9.375px !important;
}
.turbnb-widgets .mt-4 {
  margin-top: 15px !important;
}
.turbnb-widgets .mt-8 {
  margin-top: 30px !important;
}
.turbnb-widgets .block {
  display: block !important;
}
.turbnb-widgets .inline-block {
  display: inline-block !important;
}
.turbnb-widgets .inline {
  display: inline !important;
}
.turbnb-widgets .flex {
  display: flex !important;
}
.turbnb-widgets .inline-flex {
  display: inline-flex !important;
}
.turbnb-widgets .table {
  display: table !important;
}
.turbnb-widgets .grid {
  display: grid !important;
}
.turbnb-widgets .hidden {
  display: none !important;
}
.turbnb-widgets .size-5 {
  width: 18.75px !important;
  height: 18.75px !important;
}
.turbnb-widgets .h-0 {
  height: 0px !important;
}
.turbnb-widgets .h-0\.5 {
  height: 1.875px !important;
}
.turbnb-widgets .h-1 {
  height: 3.75px !important;
}
.turbnb-widgets .h-10 {
  height: 37.5px !important;
}
.turbnb-widgets .h-12 {
  height: 45px !important;
}
.turbnb-widgets .h-2 {
  height: 7.5px !important;
}
.turbnb-widgets .h-20 {
  height: 75px !important;
}
.turbnb-widgets .h-24 {
  height: 90px !important;
}
.turbnb-widgets .h-3 {
  height: 11.25px !important;
}
.turbnb-widgets .h-3\.5 {
  height: 13.125px !important;
}
.turbnb-widgets .h-36 {
  height: 135px !important;
}
.turbnb-widgets .h-4 {
  height: 15px !important;
}
.turbnb-widgets .h-5 {
  height: 18.75px !important;
}
.turbnb-widgets .h-6 {
  height: 22.5px !important;
}
.turbnb-widgets .h-7 {
  height: 26.25px !important;
}
.turbnb-widgets .h-8 {
  height: 30px !important;
}
.turbnb-widgets .h-\[35\.75px\] {
  height: 35.75px !important;
}
.turbnb-widgets .h-full {
  height: 100% !important;
}
.turbnb-widgets .max-h-32 {
  max-height: 120px !important;
}
.turbnb-widgets .max-h-60 {
  max-height: 225px !important;
}
.turbnb-widgets .max-h-72 {
  max-height: 270px !important;
}
.turbnb-widgets .max-h-\[500px\] {
  max-height: 500px !important;
}
.turbnb-widgets .min-h-24 {
  min-height: 90px !important;
}
.turbnb-widgets .min-h-full {
  min-height: 100% !important;
}
.turbnb-widgets .w-10 {
  width: 37.5px !important;
}
.turbnb-widgets .w-11 {
  width: 41.25px !important;
}
.turbnb-widgets .w-12 {
  width: 45px !important;
}
.turbnb-widgets .w-2 {
  width: 7.5px !important;
}
.turbnb-widgets .w-20 {
  width: 75px !important;
}
.turbnb-widgets .w-3 {
  width: 11.25px !important;
}
.turbnb-widgets .w-3\.5 {
  width: 13.125px !important;
}
.turbnb-widgets .w-4 {
  width: 15px !important;
}
.turbnb-widgets .w-5 {
  width: 18.75px !important;
}
.turbnb-widgets .w-6 {
  width: 22.5px !important;
}
.turbnb-widgets .w-7 {
  width: 26.25px !important;
}
.turbnb-widgets .w-8 {
  width: 30px !important;
}
.turbnb-widgets .w-\[40\%\] {
  width: 40% !important;
}
.turbnb-widgets .w-\[60\%\] {
  width: 60% !important;
}
.turbnb-widgets .w-full {
  width: 100% !important;
}
.turbnb-widgets .w-px {
  width: 1px !important;
}
.turbnb-widgets .min-w-0 {
  min-width: 0px !important;
}
.turbnb-widgets .min-w-full {
  min-width: 100% !important;
}
.turbnb-widgets .max-w-2xl {
  max-width: 630px !important;
}
.turbnb-widgets .max-w-4xl {
  max-width: 840px !important;
}
.turbnb-widgets .max-w-lg {
  max-width: 480px !important;
}
.turbnb-widgets .max-w-md {
  max-width: 420px !important;
}
.turbnb-widgets .max-w-none {
  max-width: none !important;
}
.turbnb-widgets .flex-1 {
  flex: 1 1 0% !important;
}
.turbnb-widgets .flex-none {
  flex: none !important;
}
.turbnb-widgets .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.turbnb-widgets .grow {
  flex-grow: 1 !important;
}
.turbnb-widgets .origin-top {
  transform-origin: top !important;
}
.turbnb-widgets .-translate-x-full {
  --tw-translate-x: -100% !important;
  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)) !important;
}
.turbnb-widgets .-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  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)) !important;
}
.turbnb-widgets .-translate-y-\[50\%\] {
  --tw-translate-y: -50% !important;
  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)) !important;
}
.turbnb-widgets .translate-x-0 {
  --tw-translate-x: 0px !important;
  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)) !important;
}
.turbnb-widgets .translate-x-4 {
  --tw-translate-x: 15px !important;
  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)) !important;
}
.turbnb-widgets .translate-x-5 {
  --tw-translate-x: 18.75px !important;
  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)) !important;
}
.turbnb-widgets .translate-y-0 {
  --tw-translate-y: 0px !important;
  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)) !important;
}
.turbnb-widgets .translate-y-4 {
  --tw-translate-y: 15px !important;
  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)) !important;
}
.turbnb-widgets .rotate-180 {
  --tw-rotate: 180deg !important;
  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)) !important;
}
.turbnb-widgets .rotate-90 {
  --tw-rotate: 90deg !important;
  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)) !important;
}
.turbnb-widgets .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)) !important;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(4px);
  }
}
.turbnb-widgets .animate-shake {
  animation: shake 0.3s ease-in-out !important;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.turbnb-widgets .animate-spin {
  animation: spin 1s linear infinite !important;
}
.turbnb-widgets .cursor-default {
  cursor: default !important;
}
.turbnb-widgets .cursor-not-allowed {
  cursor: not-allowed !important;
}
.turbnb-widgets .cursor-pointer {
  cursor: pointer !important;
}
.turbnb-widgets .select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.turbnb-widgets .resize-none {
  resize: none !important;
}
.turbnb-widgets .list-disc {
  list-style-type: disc !important;
}
.turbnb-widgets .appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
.turbnb-widgets .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.turbnb-widgets .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.turbnb-widgets .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.turbnb-widgets .flex-row {
  flex-direction: row !important;
}
.turbnb-widgets .flex-col {
  flex-direction: column !important;
}
.turbnb-widgets .flex-wrap {
  flex-wrap: wrap !important;
}
.turbnb-widgets .items-start {
  align-items: flex-start !important;
}
.turbnb-widgets .items-center {
  align-items: center !important;
}
.turbnb-widgets .items-baseline {
  align-items: baseline !important;
}
.turbnb-widgets .items-stretch {
  align-items: stretch !important;
}
.turbnb-widgets .justify-end {
  justify-content: flex-end !important;
}
.turbnb-widgets .justify-center {
  justify-content: center !important;
}
.turbnb-widgets .justify-between {
  justify-content: space-between !important;
}
.turbnb-widgets .gap-1 {
  gap: 3.75px !important;
}
.turbnb-widgets .gap-2 {
  gap: 7.5px !important;
}
.turbnb-widgets .gap-3 {
  gap: 11.25px !important;
}
.turbnb-widgets .gap-4 {
  gap: 15px !important;
}
.turbnb-widgets .gap-6 {
  gap: 22.5px !important;
}
.turbnb-widgets .gap-8 {
  gap: 30px !important;
}
.turbnb-widgets .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(3.75px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(3.75px * calc(1 - var(--tw-space-x-reverse))) !important;
}
.turbnb-widgets .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3.75px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3.75px * var(--tw-space-y-reverse)) !important;
}
.turbnb-widgets .space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(37.5px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(37.5px * var(--tw-space-y-reverse)) !important;
}
.turbnb-widgets .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(7.5px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(7.5px * var(--tw-space-y-reverse)) !important;
}
.turbnb-widgets .space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(11.25px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(11.25px * var(--tw-space-y-reverse)) !important;
}
.turbnb-widgets .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(15px * var(--tw-space-y-reverse)) !important;
}
.turbnb-widgets .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(22.5px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(22.5px * var(--tw-space-y-reverse)) !important;
}
.turbnb-widgets .divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}
.turbnb-widgets .divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity)) !important;
}
.turbnb-widgets .divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity)) !important;
}
.turbnb-widgets .self-center {
  align-self: center !important;
}
.turbnb-widgets .overflow-auto {
  overflow: auto !important;
}
.turbnb-widgets .overflow-hidden {
  overflow: hidden !important;
}
.turbnb-widgets .overflow-x-auto {
  overflow-x: auto !important;
}
.turbnb-widgets .overflow-y-auto {
  overflow-y: auto !important;
}
.turbnb-widgets .overflow-y-scroll {
  overflow-y: scroll !important;
}
.turbnb-widgets .truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.turbnb-widgets .whitespace-nowrap {
  white-space: nowrap !important;
}
.turbnb-widgets .rounded {
  border-radius: 3.75px !important;
}
.turbnb-widgets .rounded-2xl {
  border-radius: 15px !important;
}
.turbnb-widgets .rounded-full {
  border-radius: 9999px !important;
}
.turbnb-widgets .rounded-lg {
  border-radius: 7.5px !important;
}
.turbnb-widgets .rounded-md {
  border-radius: 5.625px !important;
}
.turbnb-widgets .rounded-sm {
  border-radius: 1.875px !important;
}
.turbnb-widgets .rounded-xl {
  border-radius: 11.25px !important;
}
.turbnb-widgets .rounded-b-lg {
  border-bottom-right-radius: 7.5px !important;
  border-bottom-left-radius: 7.5px !important;
}
.turbnb-widgets .rounded-r-sm {
  border-top-right-radius: 1.875px !important;
  border-bottom-right-radius: 1.875px !important;
}
.turbnb-widgets .rounded-t-2xl {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}
.turbnb-widgets .border {
  border-width: 1px !important;
}
.turbnb-widgets .border-0 {
  border-width: 0px !important;
}
.turbnb-widgets .border-2 {
  border-width: 2px !important;
}
.turbnb-widgets .border-b {
  border-bottom-width: 1px !important;
}
.turbnb-widgets .border-b-2 {
  border-bottom-width: 2px !important;
}
.turbnb-widgets .border-l-4 {
  border-left-width: 4px !important;
}
.turbnb-widgets .border-r {
  border-right-width: 1px !important;
}
.turbnb-widgets .border-t {
  border-top-width: 1px !important;
}
.turbnb-widgets .border-none {
  border-style: none !important;
}
.turbnb-widgets .border-amber-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 230 138 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-blue-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(219 234 254 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-emerald-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(16 185 129 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 247 208 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-orange-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 237 213 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-red-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 226 226 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 202 202 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 165 165 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-sky-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 242 254 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-sky-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(186 230 253 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-sky-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(125 211 252 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-sky-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-sky-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(2 132 199 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-slate-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .border-transparent {
  border-color: transparent !important;
}
.turbnb-widgets .bg-amber-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-amber-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7) !important;
}
.turbnb-widgets .bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-blue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-blue-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-cyan-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-emerald-50\/50 {
  background-color: rgb(236 253 245 / 0.5) !important;
}
.turbnb-widgets .bg-emerald-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-fuchsia-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5) !important;
}
.turbnb-widgets .bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7) !important;
}
.turbnb-widgets .bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8) !important;
}
.turbnb-widgets .bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-indigo-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-lime-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-orange-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-pink-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-purple-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7) !important;
}
.turbnb-widgets .bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8) !important;
}
.turbnb-widgets .bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-rose-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-sky-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-sky-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-sky-50\/50 {
  background-color: rgb(240 249 255 / 0.5) !important;
}
.turbnb-widgets .bg-sky-50\/70 {
  background-color: rgb(240 249 255 / 0.7) !important;
}
.turbnb-widgets .bg-sky-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-sky-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-sky-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-teal-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-transparent {
  background-color: transparent !important;
}
.turbnb-widgets .bg-violet-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2) !important;
}
.turbnb-widgets .bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8) !important;
}
.turbnb-widgets .bg-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}
.turbnb-widgets .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
.turbnb-widgets .bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}
.turbnb-widgets .from-blue-200 {
  --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.turbnb-widgets .from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.turbnb-widgets .from-emerald-50 {
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.turbnb-widgets .from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.turbnb-widgets .from-orange-50 {
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.turbnb-widgets .from-sky-200 {
  --tw-gradient-from: #bae6fd var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.turbnb-widgets .from-sky-500 {
  --tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.turbnb-widgets .from-sky-600 {
  --tw-gradient-from: #0284c7 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.turbnb-widgets .from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.turbnb-widgets .to-blue-300 {
  --tw-gradient-to: #93c5fd var(--tw-gradient-to-position) !important;
}
.turbnb-widgets .to-blue-400 {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position) !important;
}
.turbnb-widgets .to-emerald-50\/30 {
  --tw-gradient-to: rgb(236 253 245 / 0.3) var(--tw-gradient-to-position) !important;
}
.turbnb-widgets .to-gray-100 {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position) !important;
}
.turbnb-widgets .to-sky-300 {
  --tw-gradient-to: #7dd3fc var(--tw-gradient-to-position) !important;
}
.turbnb-widgets .to-sky-400 {
  --tw-gradient-to: #38bdf8 var(--tw-gradient-to-position) !important;
}
.turbnb-widgets .to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position) !important;
}
.turbnb-widgets .to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position) !important;
}
.turbnb-widgets .to-yellow-50 {
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position) !important;
}
.turbnb-widgets .stroke-\[0\.5px\] {
  stroke-width: 0.5px !important;
}
.turbnb-widgets .stroke-\[1px\] {
  stroke-width: 1px !important;
}
.turbnb-widgets .p-0 {
  padding: 0px !important;
}
.turbnb-widgets .p-0\.5 {
  padding: 1.875px !important;
}
.turbnb-widgets .p-1 {
  padding: 3.75px !important;
}
.turbnb-widgets .p-2 {
  padding: 7.5px !important;
}
.turbnb-widgets .p-3 {
  padding: 11.25px !important;
}
.turbnb-widgets .p-4 {
  padding: 15px !important;
}
.turbnb-widgets .p-5 {
  padding: 18.75px !important;
}
.turbnb-widgets .p-6 {
  padding: 22.5px !important;
}
.turbnb-widgets .p-8 {
  padding: 30px !important;
}
.turbnb-widgets .px-1 {
  padding-left: 3.75px !important;
  padding-right: 3.75px !important;
}
.turbnb-widgets .px-1\.5 {
  padding-left: 5.625px !important;
  padding-right: 5.625px !important;
}
.turbnb-widgets .px-2 {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}
.turbnb-widgets .px-2\.5 {
  padding-left: 9.375px !important;
  padding-right: 9.375px !important;
}
.turbnb-widgets .px-3 {
  padding-left: 11.25px !important;
  padding-right: 11.25px !important;
}
.turbnb-widgets .px-4 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.turbnb-widgets .px-5 {
  padding-left: 18.75px !important;
  padding-right: 18.75px !important;
}
.turbnb-widgets .px-6 {
  padding-left: 22.5px !important;
  padding-right: 22.5px !important;
}
.turbnb-widgets .px-8 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.turbnb-widgets .py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.turbnb-widgets .py-0\.5 {
  padding-top: 1.875px !important;
  padding-bottom: 1.875px !important;
}
.turbnb-widgets .py-1 {
  padding-top: 3.75px !important;
  padding-bottom: 3.75px !important;
}
.turbnb-widgets .py-1\.5 {
  padding-top: 5.625px !important;
  padding-bottom: 5.625px !important;
}
.turbnb-widgets .py-2 {
  padding-top: 7.5px !important;
  padding-bottom: 7.5px !important;
}
.turbnb-widgets .py-3 {
  padding-top: 11.25px !important;
  padding-bottom: 11.25px !important;
}
.turbnb-widgets .py-4 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.turbnb-widgets .py-5 {
  padding-top: 18.75px !important;
  padding-bottom: 18.75px !important;
}
.turbnb-widgets .py-6 {
  padding-top: 22.5px !important;
  padding-bottom: 22.5px !important;
}
.turbnb-widgets .pb-0 {
  padding-bottom: 0px !important;
}
.turbnb-widgets .pb-0\.5 {
  padding-bottom: 1.875px !important;
}
.turbnb-widgets .pb-1 {
  padding-bottom: 3.75px !important;
}
.turbnb-widgets .pb-2 {
  padding-bottom: 7.5px !important;
}
.turbnb-widgets .pb-4 {
  padding-bottom: 15px !important;
}
.turbnb-widgets .pb-6 {
  padding-bottom: 22.5px !important;
}
.turbnb-widgets .pl-1 {
  padding-left: 3.75px !important;
}
.turbnb-widgets .pl-10 {
  padding-left: 37.5px !important;
}
.turbnb-widgets .pl-11 {
  padding-left: 41.25px !important;
}
.turbnb-widgets .pl-2 {
  padding-left: 7.5px !important;
}
.turbnb-widgets .pl-2\.5 {
  padding-left: 9.375px !important;
}
.turbnb-widgets .pl-4 {
  padding-left: 15px !important;
}
.turbnb-widgets .pl-8 {
  padding-left: 30px !important;
}
.turbnb-widgets .pr-2 {
  padding-right: 7.5px !important;
}
.turbnb-widgets .pr-4 {
  padding-right: 15px !important;
}
.turbnb-widgets .pt-4 {
  padding-top: 15px !important;
}
.turbnb-widgets .pt-5 {
  padding-top: 18.75px !important;
}
.turbnb-widgets .text-left {
  text-align: left !important;
}
.turbnb-widgets .text-center {
  text-align: center !important;
}
.turbnb-widgets .text-right {
  text-align: right !important;
}
.turbnb-widgets .text-2xl {
  font-size: 22.5px !important;
  line-height: 30px !important;
}
.turbnb-widgets .text-3xl {
  font-size: 28.125px !important;
  line-height: 33.75px !important;
}
.turbnb-widgets .text-4xl {
  font-size: 33.75px !important;
  line-height: 37.5px !important;
}
.turbnb-widgets .text-base {
  font-size: 15px !important;
  line-height: 22.5px !important;
}
.turbnb-widgets .text-lg {
  font-size: 16.875px !important;
  line-height: 26.25px !important;
}
.turbnb-widgets .text-sm {
  font-size: 13.125px !important;
  line-height: 18.75px !important;
}
.turbnb-widgets .text-xl {
  font-size: 18.75px !important;
  line-height: 26.25px !important;
}
.turbnb-widgets .text-xs {
  font-size: 11.25px !important;
  line-height: 15px !important;
}
.turbnb-widgets .font-black {
  font-weight: 900 !important;
}
.turbnb-widgets .font-bold {
  font-weight: 700 !important;
}
.turbnb-widgets .font-extralight {
  font-weight: 200 !important;
}
.turbnb-widgets .font-light {
  font-weight: 300 !important;
}
.turbnb-widgets .font-medium {
  font-weight: 500 !important;
}
.turbnb-widgets .font-normal {
  font-weight: 400 !important;
}
.turbnb-widgets .font-semibold {
  font-weight: 600 !important;
}
.turbnb-widgets .uppercase {
  text-transform: uppercase !important;
}
.turbnb-widgets .italic {
  font-style: italic !important;
}
.turbnb-widgets .leading-relaxed {
  line-height: 1.625 !important;
}
.turbnb-widgets .leading-tight {
  line-height: 1.25 !important;
}
.turbnb-widgets .tracking-tight {
  letter-spacing: -0.025em !important;
}
.turbnb-widgets .tracking-wide {
  letter-spacing: 0.025em !important;
}
.turbnb-widgets .tracking-wider {
  letter-spacing: 0.05em !important;
}
.turbnb-widgets .tracking-widest {
  letter-spacing: 0.1em !important;
}
.turbnb-widgets .text-amber-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(245 158 11 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-amber-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(180 83 9 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(29 78 216 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-cyan-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(6 182 212 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-emerald-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(16 185 129 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-emerald-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(5 150 105 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-emerald-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(4 120 87 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-fuchsia-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(217 70 239 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(74 222 128 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 101 52 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-indigo-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(99 102 241 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-indigo-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(79 70 229 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-lime-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(132 204 22 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-orange-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-pink-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(236 72 153 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-purple-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(168 85 247 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-red-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(127 29 29 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-rose-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(244 63 94 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-sky-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(14 165 233 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-sky-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(2 132 199 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-sky-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(3 105 161 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-sky-700\/80 {
  color: rgb(3 105 161 / 0.8) !important;
}
.turbnb-widgets .text-sky-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(7 89 133 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-sky-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(12 74 110 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-teal-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(20 184 166 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-violet-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(139 92 246 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-white\/80 {
  color: rgb(255 255 255 / 0.8) !important;
}
.turbnb-widgets .text-white\/90 {
  color: rgb(255 255 255 / 0.9) !important;
}
.turbnb-widgets .text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(234 179 8 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-yellow-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(161 98 7 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(133 77 14 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .text-opacity-0 {
  --tw-text-opacity: 0 !important;
}
.turbnb-widgets .placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity)) !important;
}
.turbnb-widgets .placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity)) !important;
}
.turbnb-widgets .opacity-0 {
  opacity: 0 !important;
}
.turbnb-widgets .opacity-100 {
  opacity: 1 !important;
}
.turbnb-widgets .opacity-25 {
  opacity: 0.25 !important;
}
.turbnb-widgets .opacity-30 {
  opacity: 0.3 !important;
}
.turbnb-widgets .opacity-50 {
  opacity: 0.5 !important;
}
.turbnb-widgets .opacity-60 {
  opacity: 0.6 !important;
}
.turbnb-widgets .opacity-70 {
  opacity: 0.7 !important;
}
.turbnb-widgets .opacity-75 {
  opacity: 0.75 !important;
}
.turbnb-widgets .opacity-90 {
  opacity: 0.9 !important;
}
.turbnb-widgets .shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.turbnb-widgets .shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.turbnb-widgets .shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.turbnb-widgets .shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.turbnb-widgets .shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.turbnb-widgets .shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.turbnb-widgets .outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.turbnb-widgets .ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.turbnb-widgets .ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.turbnb-widgets .ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.turbnb-widgets .ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.turbnb-widgets .ring-inset {
  --tw-ring-inset: inset !important;
}
.turbnb-widgets .ring-black {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity)) !important;
}
.turbnb-widgets .ring-gray-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity)) !important;
}
.turbnb-widgets .ring-green-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity)) !important;
}
.turbnb-widgets .ring-red-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity)) !important;
}
.turbnb-widgets .ring-red-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity)) !important;
}
.turbnb-widgets .ring-sky-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity)) !important;
}
.turbnb-widgets .ring-opacity-5 {
  --tw-ring-opacity: 0.05 !important;
}
.turbnb-widgets .ring-offset-2 {
  --tw-ring-offset-width: 2px !important;
}
.turbnb-widgets .drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  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) !important;
}
.turbnb-widgets .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) !important;
}
.turbnb-widgets .backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}
.turbnb-widgets .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.turbnb-widgets .transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.turbnb-widgets .transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.turbnb-widgets .transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.turbnb-widgets .transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.turbnb-widgets .duration-200 {
  transition-duration: 200ms !important;
}
.turbnb-widgets .duration-300 {
  transition-duration: 300ms !important;
}
.turbnb-widgets .duration-700 {
  transition-duration: 700ms !important;
}
.turbnb-widgets .ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.turbnb-widgets .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.turbnb-widgets .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.turbnb-widgets .\[appearance\:textfield\] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.turbnb-widgets .\[scrollbar-color\:theme\(colors\.sky\.600\)_theme\(colors\.sky\.50\)\] {
  scrollbar-color: #0284c7 #f0f9ff;
}
/* overrides */
.turbnb-widgets .react-datepicker {
  width: 100% !important;
  border-radius: 11.25px !important;
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .react-datepicker__month-container {
  width: 100% !important;
}
.turbnb-widgets .react-datepicker__header {
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 0px !important;
}
.turbnb-widgets .react-datepicker__day-names {
  margin-left: 2px !important;
  margin-right: 2px !important;
  margin-bottom: 7.5px !important;
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 2px !important;
}
.turbnb-widgets .react-datepicker__day-name {
  width: 100% !important;
  text-align: center !important;
  font-size: 15px !important;
  line-height: 22.5px !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .react-datepicker__month {
  display: grid !important;
  gap: 2px !important;
}
.turbnb-widgets .react-datepicker__week {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 2px !important;
}
.turbnb-widgets .react-datepicker__day {
  margin: 0px !important;
  width: 100% !important;
  border-radius: 7.5px !important;
  font-size: 15px !important;
  line-height: 22.5px !important;
  font-weight: 500 !important;
  transition-property: all !important;
  transition-duration: 200ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    aspect-ratio: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}
.turbnb-widgets .react-datepicker__day--selected {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity)) !important;
  --tw-ring-offset-width: 1px !important;
}
.turbnb-widgets .react-datepicker__day--disabled {
  cursor: not-allowed !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 244 243 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(140 49 40 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .react-datepicker__day:not(.react-datepicker__day--disabled):not(.react-datepicker__day--selected) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(7 89 133 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .react-datepicker__day:not(.react-datepicker__day--disabled):not(.react-datepicker__day--selected):hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity)) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity)) !important;
  --tw-ring-offset-width: 1px !important;
}
.turbnb-widgets .react-datepicker__day--outside-month {
  pointer-events: none !important;
  visibility: hidden !important;
}
/* components */
.turbnb-widgets .spinner {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.turbnb-widgets {
  background: transparent;
  color: rgb(15, 26, 38);
}
.turbnb-widgets a {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.turbnb-widgets ul {
  list-style-type: disc;
  margin: 0 0 0 14px;
}
.turbnb-widgets ol {
  list-style-type: upper-alpha;
  margin: 0 0 0 14px;
}
.turbnb-widgets .tw-circle {
  position: relative;
}
.turbnb-widgets .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
}
.turbnb-widgets .circle:before {
    content: '';
    position: relative;
    display: block;
    width: 250%;
    height: 250%;
    box-sizing: border-box;
    margin-left: -75%;
    margin-top: -75%;
    border-radius: 45px;
    background-color: #75daad;
    animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }
.turbnb-widgets .circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #75daad;
    border-radius: 50px;
    animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s
      infinite;
  }
@keyframes pulse {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.turbnb-widgets .placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .focus-within\:bg-white:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.turbnb-widgets .focus-within\:ring-blue-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity)) !important;
}
.turbnb-widgets .focus-within\:ring-red-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity)) !important;
}
.turbnb-widgets .hover\:border-gray-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .hover\:border-sky-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 242 254 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .hover\:border-sky-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(186 230 253 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .hover\:bg-amber-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-cyan-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-emerald-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-fuchsia-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-gray-50\/50:hover {
  background-color: rgb(249 250 251 / 0.5) !important;
}
.turbnb-widgets .hover\:bg-gray-50\/80:hover {
  background-color: rgb(249 250 251 / 0.8) !important;
}
.turbnb-widgets .hover\:bg-green-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-lime-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-orange-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-red-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-red-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-rose-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-sky-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-sky-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-sky-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-teal-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-violet-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .hover\:text-amber-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(245 158 11 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-blue-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-blue-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(29 78 216 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-cyan-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(6 182 212 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-emerald-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(16 185 129 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-fuchsia-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(217 70 239 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-gray-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-gray-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-gray-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-green-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-indigo-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(99 102 241 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-lime-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(132 204 22 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-orange-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-pink-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(236 72 153 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-purple-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(168 85 247 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-red-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-red-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-red-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-rose-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(244 63 94 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-sky-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(14 165 233 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-teal-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(20 184 166 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-violet-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(139 92 246 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:text-yellow-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(234 179 8 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .hover\:underline:hover {
  text-decoration-line: underline !important;
}
.turbnb-widgets .hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.turbnb-widgets .hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.turbnb-widgets .focus\:border-amber-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 158 11 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-blue-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-blue-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(37 99 235 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-cyan-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(6 182 212 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-emerald-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(16 185 129 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-fuchsia-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 70 239 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-gray-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-gray-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-gray-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-green-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 197 94 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-indigo-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(99 102 241 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-lime-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(132 204 22 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-orange-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 115 22 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-pink-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(236 72 153 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-purple-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(168 85 247 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-red-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-rose-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 63 94 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-sky-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-teal-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 184 166 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-violet-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(139 92 246 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:border-yellow-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 179 8 / var(--tw-border-opacity)) !important;
}
.turbnb-widgets .focus\:bg-white:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.turbnb-widgets .focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.turbnb-widgets .focus\:outline-0:focus {
  outline-width: 0px !important;
}
.turbnb-widgets .focus\:outline-offset-0:focus {
  outline-offset: 0px !important;
}
.turbnb-widgets .focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.turbnb-widgets .focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.turbnb-widgets .focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.turbnb-widgets .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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.turbnb-widgets .focus\:ring-inset:focus {
  --tw-ring-inset: inset !important;
}
.turbnb-widgets .focus\:ring-amber-500\/20:focus {
  --tw-ring-color: rgb(245 158 11 / 0.2) !important;
}
.turbnb-widgets .focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity)) !important;
}
.turbnb-widgets .focus\:ring-blue-500\/20:focus {
  --tw-ring-color: rgb(59 130 246 / 0.2) !important;
}
.turbnb-widgets .focus\:ring-blue-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity)) !important;
}
.turbnb-widgets .focus\:ring-cyan-500\/20:focus {
  --tw-ring-color: rgb(6 182 212 / 0.2) !important;
}
.turbnb-widgets .focus\:ring-emerald-500\/20:focus {
  --tw-ring-color: rgb(16 185 129 / 0.2) !important;
}
.turbnb-widgets .focus\:ring-fuchsia-500\/20:focus {
  --tw-ring-color: rgb(217 70 239 / 0.2) !important;
}
.turbnb-widgets .focus\:ring-green-500\/20:focus {
  --tw-ring-color: rgb(34 197 94 / 0.2) !important;
}
.turbnb-widgets .focus\:ring-indigo-500\/20:focus {
  --tw-ring-color: rgb(99 102 241 / 0.2) !important;
}
.turbnb-widgets .focus\:ring-lime-500\/20:focus {
  --tw-ring-color: rgb(132 204 22 / 0.2) !important;
}
.turbnb-widgets .focus\:ring-orange-500\/20:focus {
  --tw-ring-color: rgb(249 115 22 / 0.2) !important;
}
.turbnb-widgets .focus\:ring-pink-500\/20:focus {
  --tw-ring-color: rgb(236 72 153 / 0.2) !important;
}
.turbnb-widgets .focus\:ring-purple-500\/20:focus {
  --tw-ring-color: rgb(168 85 247 / 0.2) !important;
}
.turbnb-widgets .focus\:ring-red-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity)) !important;
}
.turbnb-widgets .focus\:ring-red-500\/20:focus {
  --tw-ring-color: rgb(239 68 68 / 0.2) !important;
}
.turbnb-widgets .focus\:ring-rose-500\/20:focus {
  --tw-ring-color: rgb(244 63 94 / 0.2) !important;
}
.turbnb-widgets .focus\:ring-sky-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity)) !important;
}
.turbnb-widgets .focus\:ring-sky-500\/20:focus {
  --tw-ring-color: rgb(14 165 233 / 0.2) !important;
}
.turbnb-widgets .focus\:ring-teal-500\/20:focus {
  --tw-ring-color: rgb(20 184 166 / 0.2) !important;
}
.turbnb-widgets .focus\:ring-violet-500\/20:focus {
  --tw-ring-color: rgb(139 92 246 / 0.2) !important;
}
.turbnb-widgets .focus\:ring-yellow-500\/20:focus {
  --tw-ring-color: rgb(234 179 8 / 0.2) !important;
}
.turbnb-widgets .focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px !important;
}
.turbnb-widgets .disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed !important;
}
.turbnb-widgets .disabled\:opacity-50:disabled {
  opacity: 0.5 !important;
}
.turbnb-widgets .group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px !important;
  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)) !important;
}
@media (min-width: 640px) {
  .turbnb-widgets .sm\:my-8 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .turbnb-widgets .sm\:block {
    display: block !important;
  }
  .turbnb-widgets .sm\:flex {
    display: flex !important;
  }
  .turbnb-widgets .sm\:h-12 {
    height: 45px !important;
  }
  .turbnb-widgets .sm\:h-4 {
    height: 15px !important;
  }
  .turbnb-widgets .sm\:h-8 {
    height: 30px !important;
  }
  .turbnb-widgets .sm\:w-12 {
    width: 45px !important;
  }
  .turbnb-widgets .sm\:w-4 {
    width: 15px !important;
  }
  .turbnb-widgets .sm\:w-8 {
    width: 30px !important;
  }
  .turbnb-widgets .sm\:max-w-2xl {
    max-width: 630px !important;
  }
  .turbnb-widgets .sm\:max-w-lg {
    max-width: 480px !important;
  }
  .turbnb-widgets .sm\:max-w-md {
    max-width: 420px !important;
  }
  .turbnb-widgets .sm\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .turbnb-widgets .sm\:translate-y-0 {
    --tw-translate-y: 0px !important;
    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)) !important;
  }
  .turbnb-widgets .sm\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }
  .turbnb-widgets .sm\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
    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)) !important;
  }
  .turbnb-widgets .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .turbnb-widgets .sm\:items-start {
    align-items: flex-start !important;
  }
  .turbnb-widgets .sm\:items-center {
    align-items: center !important;
  }
  .turbnb-widgets .sm\:justify-between {
    justify-content: space-between !important;
  }
  .turbnb-widgets .sm\:gap-1 {
    gap: 3.75px !important;
  }
  .turbnb-widgets .sm\:gap-2 {
    gap: 7.5px !important;
  }
  .turbnb-widgets .sm\:gap-3 {
    gap: 11.25px !important;
  }
  .turbnb-widgets .sm\:gap-4 {
    gap: 15px !important;
  }
  .turbnb-widgets .sm\:gap-6 {
    gap: 22.5px !important;
  }
  .turbnb-widgets .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }
  .turbnb-widgets .sm\:rounded-2xl {
    border-radius: 15px !important;
  }
  .turbnb-widgets .sm\:rounded-lg {
    border-radius: 7.5px !important;
  }
  .turbnb-widgets .sm\:rounded-xl {
    border-radius: 11.25px !important;
  }
  .turbnb-widgets .sm\:border {
    border-width: 1px !important;
  }
  .turbnb-widgets .sm\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(243 244 246 / var(--tw-border-opacity)) !important;
  }
  .turbnb-widgets .sm\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  }
  .turbnb-widgets .sm\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }
  .turbnb-widgets .sm\:p-0 {
    padding: 0px !important;
  }
  .turbnb-widgets .sm\:p-3 {
    padding: 11.25px !important;
  }
  .turbnb-widgets .sm\:p-4 {
    padding: 15px !important;
  }
  .turbnb-widgets .sm\:p-6 {
    padding: 22.5px !important;
  }
  .turbnb-widgets .sm\:px-3 {
    padding-left: 11.25px !important;
    padding-right: 11.25px !important;
  }
  .turbnb-widgets .sm\:px-6 {
    padding-left: 22.5px !important;
    padding-right: 22.5px !important;
  }
  .turbnb-widgets .sm\:py-2 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .turbnb-widgets .sm\:py-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .turbnb-widgets .sm\:text-base {
    font-size: 15px !important;
    line-height: 22.5px !important;
  }
  .turbnb-widgets .sm\:text-lg {
    font-size: 16.875px !important;
    line-height: 26.25px !important;
  }
  .turbnb-widgets .sm\:text-sm {
    font-size: 13.125px !important;
    line-height: 18.75px !important;
  }
  .turbnb-widgets .sm\:text-xl {
    font-size: 18.75px !important;
    line-height: 26.25px !important;
  }
  .turbnb-widgets .sm\:font-semibold {
    font-weight: 600 !important;
  }
  .turbnb-widgets .sm\:leading-6 {
    line-height: 22.5px !important;
  }
  .turbnb-widgets .sm\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }
}
@media (min-width: 768px) {
  .turbnb-widgets .md\:flex-1 {
    flex: 1 1 0% !important;
  }
  .turbnb-widgets .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .turbnb-widgets .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .turbnb-widgets .md\:flex-row {
    flex-direction: row !important;
  }
  .turbnb-widgets .md\:items-stretch {
    align-items: stretch !important;
  }
  .turbnb-widgets .md\:p-3 {
    padding: 11.25px !important;
  }
  .turbnb-widgets .md\:p-4 {
    padding: 15px !important;
  }
  .turbnb-widgets .md\:text-2xl {
    font-size: 22.5px !important;
    line-height: 30px !important;
  }
  .turbnb-widgets .md\:text-lg {
    font-size: 16.875px !important;
    line-height: 26.25px !important;
  }
}
@media (min-width: 1024px) {
  .turbnb-widgets .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .turbnb-widgets .lg\:flex-row {
    flex-direction: row !important;
  }
  .turbnb-widgets .lg\:items-center {
    align-items: center !important;
  }
  .turbnb-widgets .lg\:gap-4 {
    gap: 15px !important;
  }
}
.turbnb-widgets .\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
          appearance: none !important;
}
.turbnb-widgets .\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
          appearance: none !important;
}
.turbnb-widgets .\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full::-webkit-scrollbar-thumb {
  border-radius: 9999px !important;
}
.turbnb-widgets .\[\&\:\:-webkit-scrollbar-thumb\]\:bg-sky-600::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .\[\&\:\:-webkit-scrollbar-track\]\:bg-sky-50::-webkit-scrollbar-track {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity)) !important;
}
.turbnb-widgets .\[\&\:\:-webkit-scrollbar\]\:w-2::-webkit-scrollbar {
  width: 7.5px !important;
}
.turbnb-widgets .\[\&\>a\]\:text-blue-600>a {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .\[\&\>a\]\:underline>a {
  text-decoration-line: underline !important;
}
.turbnb-widgets .\[\&\>a\]\:hover\:text-blue-700:hover>a {
  --tw-text-opacity: 1 !important;
  color: rgb(29 78 216 / var(--tw-text-opacity)) !important;
}
.turbnb-widgets .\[\&\>div\]\:h-full>div {
  height: 100% !important;
}
.turbnb-widgets .\[\&\>p\:last-child\]\:mb-0>p:last-child {
  margin-bottom: 0px !important;
}
.turbnb-widgets .\[\&\>p\]\:mb-4>p {
  margin-bottom: 15px !important;
}
.turbnb-widgets .\[\&\>strong\]\:text-gray-900>strong {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}

@charset "UTF-8";
.turbnb-widgets .react-datepicker__year-read-view--down-arrow, .turbnb-widgets .react-datepicker__month-read-view--down-arrow, .turbnb-widgets .react-datepicker__month-year-read-view--down-arrow, .turbnb-widgets .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.turbnb-widgets .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .turbnb-widgets .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.turbnb-widgets .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .turbnb-widgets .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .turbnb-widgets .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .turbnb-widgets .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.turbnb-widgets .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .turbnb-widgets .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}
.turbnb-widgets .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.turbnb-widgets .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .turbnb-widgets .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.turbnb-widgets .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.turbnb-widgets .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}
.turbnb-widgets .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.turbnb-widgets .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .turbnb-widgets .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.turbnb-widgets .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.turbnb-widgets .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}
.turbnb-widgets .react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
  width: 100%;
}
.turbnb-widgets .react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 12px;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 4.5px;
  display: inline-block;
  position: relative;
}
.turbnb-widgets .react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.turbnb-widgets .react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.turbnb-widgets .react-datepicker--time-only .react-datepicker__time, .turbnb-widgets .react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 4.5px;
  border-bottom-right-radius: 4.5px;
}
.turbnb-widgets .react-datepicker__triangle {
  position: absolute;
  left: 50px;
}
.turbnb-widgets .react-datepicker-popper {
  z-index: 1;
}
.turbnb-widgets .react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.turbnb-widgets .react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .turbnb-widgets .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.turbnb-widgets .react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.turbnb-widgets .react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.turbnb-widgets .react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.turbnb-widgets .react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.turbnb-widgets .react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}
.turbnb-widgets .react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 4.5px;
  padding: 8px 0;
  position: relative;
}
.turbnb-widgets .react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.turbnb-widgets .react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.turbnb-widgets .react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 4.5px;
}
.turbnb-widgets .react-datepicker__year-dropdown-container--select, .turbnb-widgets .react-datepicker__month-dropdown-container--select, .turbnb-widgets .react-datepicker__month-year-dropdown-container--select, .turbnb-widgets .react-datepicker__year-dropdown-container--scroll, .turbnb-widgets .react-datepicker__month-dropdown-container--scroll, .turbnb-widgets .react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}
.turbnb-widgets .react-datepicker__current-month, .turbnb-widgets .react-datepicker-time__header, .turbnb-widgets .react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 14.16px;
}
.turbnb-widgets .react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.turbnb-widgets .react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.turbnb-widgets .react-datepicker__navigation--previous {
  left: 2px;
}
.turbnb-widgets .react-datepicker__navigation--next {
  right: 2px;
}
.turbnb-widgets .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.turbnb-widgets .react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.turbnb-widgets .react-datepicker__navigation--years-previous {
  top: 4px;
}
.turbnb-widgets .react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.turbnb-widgets .react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}
.turbnb-widgets .react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.turbnb-widgets .react-datepicker__navigation-icon--next {
  left: -2px;
}
.turbnb-widgets .react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.turbnb-widgets .react-datepicker__navigation-icon--previous {
  right: -2px;
}
.turbnb-widgets .react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}
.turbnb-widgets .react-datepicker__month-container {
  float: left;
}
.turbnb-widgets .react-datepicker__year {
  margin: 6px;
  text-align: center;
}
.turbnb-widgets .react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.turbnb-widgets .react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 60px;
  margin: 2px;
}
.turbnb-widgets .react-datepicker__month {
  margin: 6px;
  text-align: center;
}
.turbnb-widgets .react-datepicker__month .react-datepicker__month-text, .turbnb-widgets .react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 60px;
  margin: 2px;
}
.turbnb-widgets .react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.turbnb-widgets .react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.turbnb-widgets .react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.turbnb-widgets .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.turbnb-widgets .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.turbnb-widgets .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button, .turbnb-widgets .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.turbnb-widgets .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.turbnb-widgets .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}
.turbnb-widgets .react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.turbnb-widgets .react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 4.5px;
  position: absolute;
  right: -87px;
  top: 0;
}
.turbnb-widgets .react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 4.5px;
}
.turbnb-widgets .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 4.5px;
}
.turbnb-widgets .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (25.5px / 2));
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.turbnb-widgets .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.turbnb-widgets .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.turbnb-widgets .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.turbnb-widgets .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.turbnb-widgets .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.turbnb-widgets .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}
.turbnb-widgets .react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 25.5px;
  line-height: 25.5px;
  text-align: center;
  margin: 2.49px;
}
.turbnb-widgets .react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.turbnb-widgets .react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 4.5px;
  background-color: #f0f0f0;
}
.turbnb-widgets .react-datepicker__day-names, .turbnb-widgets .react-datepicker__week {
  white-space: nowrap;
}
.turbnb-widgets .react-datepicker__day-names {
  margin-bottom: -8px;
}
.turbnb-widgets .react-datepicker__day-name, .turbnb-widgets .react-datepicker__day, .turbnb-widgets .react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 25.5px;
  line-height: 25.5px;
  text-align: center;
  margin: 2.49px;
}
.turbnb-widgets .react-datepicker__month--selected, .turbnb-widgets .react-datepicker__month--in-selecting-range, .turbnb-widgets .react-datepicker__month--in-range, .turbnb-widgets .react-datepicker__quarter--selected, .turbnb-widgets .react-datepicker__quarter--in-selecting-range, .turbnb-widgets .react-datepicker__quarter--in-range {
  border-radius: 4.5px;
  background-color: #216ba5;
  color: #fff;
}
.turbnb-widgets .react-datepicker__month--selected:hover, .turbnb-widgets .react-datepicker__month--in-selecting-range:hover, .turbnb-widgets .react-datepicker__month--in-range:hover, .turbnb-widgets .react-datepicker__quarter--selected:hover, .turbnb-widgets .react-datepicker__quarter--in-selecting-range:hover, .turbnb-widgets .react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}
.turbnb-widgets .react-datepicker__month--disabled, .turbnb-widgets .react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}
.turbnb-widgets .react-datepicker__month--disabled:hover, .turbnb-widgets .react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}
.turbnb-widgets .react-datepicker__day, .turbnb-widgets .react-datepicker__month-text, .turbnb-widgets .react-datepicker__quarter-text, .turbnb-widgets .react-datepicker__year-text {
  cursor: pointer;
}
.turbnb-widgets .react-datepicker__day:hover, .turbnb-widgets .react-datepicker__month-text:hover, .turbnb-widgets .react-datepicker__quarter-text:hover, .turbnb-widgets .react-datepicker__year-text:hover {
  border-radius: 4.5px;
  background-color: #f0f0f0;
}
.turbnb-widgets .react-datepicker__day--today, .turbnb-widgets .react-datepicker__month-text--today, .turbnb-widgets .react-datepicker__quarter-text--today, .turbnb-widgets .react-datepicker__year-text--today {
  font-weight: bold;
}
.turbnb-widgets .react-datepicker__day--highlighted, .turbnb-widgets .react-datepicker__month-text--highlighted, .turbnb-widgets .react-datepicker__quarter-text--highlighted, .turbnb-widgets .react-datepicker__year-text--highlighted {
  border-radius: 4.5px;
  background-color: #3dcc4a;
  color: #fff;
}
.turbnb-widgets .react-datepicker__day--highlighted:hover, .turbnb-widgets .react-datepicker__month-text--highlighted:hover, .turbnb-widgets .react-datepicker__quarter-text--highlighted:hover, .turbnb-widgets .react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.turbnb-widgets .react-datepicker__day--highlighted-custom-1, .turbnb-widgets .react-datepicker__month-text--highlighted-custom-1, .turbnb-widgets .react-datepicker__quarter-text--highlighted-custom-1, .turbnb-widgets .react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.turbnb-widgets .react-datepicker__day--highlighted-custom-2, .turbnb-widgets .react-datepicker__month-text--highlighted-custom-2, .turbnb-widgets .react-datepicker__quarter-text--highlighted-custom-2, .turbnb-widgets .react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.turbnb-widgets .react-datepicker__day--selected, .turbnb-widgets .react-datepicker__day--in-selecting-range, .turbnb-widgets .react-datepicker__day--in-range, .turbnb-widgets .react-datepicker__month-text--selected, .turbnb-widgets .react-datepicker__month-text--in-selecting-range, .turbnb-widgets .react-datepicker__month-text--in-range, .turbnb-widgets .react-datepicker__quarter-text--selected, .turbnb-widgets .react-datepicker__quarter-text--in-selecting-range, .turbnb-widgets .react-datepicker__quarter-text--in-range, .turbnb-widgets .react-datepicker__year-text--selected, .turbnb-widgets .react-datepicker__year-text--in-selecting-range, .turbnb-widgets .react-datepicker__year-text--in-range {
  border-radius: 4.5px;
  background-color: #216ba5;
  color: #fff;
}
.turbnb-widgets .react-datepicker__day--selected:hover, .turbnb-widgets .react-datepicker__day--in-selecting-range:hover, .turbnb-widgets .react-datepicker__day--in-range:hover, .turbnb-widgets .react-datepicker__month-text--selected:hover, .turbnb-widgets .react-datepicker__month-text--in-selecting-range:hover, .turbnb-widgets .react-datepicker__month-text--in-range:hover, .turbnb-widgets .react-datepicker__quarter-text--selected:hover, .turbnb-widgets .react-datepicker__quarter-text--in-selecting-range:hover, .turbnb-widgets .react-datepicker__quarter-text--in-range:hover, .turbnb-widgets .react-datepicker__year-text--selected:hover, .turbnb-widgets .react-datepicker__year-text--in-selecting-range:hover, .turbnb-widgets .react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.turbnb-widgets .react-datepicker__day--keyboard-selected, .turbnb-widgets .react-datepicker__month-text--keyboard-selected, .turbnb-widgets .react-datepicker__quarter-text--keyboard-selected, .turbnb-widgets .react-datepicker__year-text--keyboard-selected {
  border-radius: 4.5px;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.turbnb-widgets .react-datepicker__day--keyboard-selected:hover, .turbnb-widgets .react-datepicker__month-text--keyboard-selected:hover, .turbnb-widgets .react-datepicker__quarter-text--keyboard-selected:hover, .turbnb-widgets .react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.turbnb-widgets .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range), .turbnb-widgets .react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range), .turbnb-widgets .react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range), .turbnb-widgets .react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.turbnb-widgets .react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .turbnb-widgets .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .turbnb-widgets .react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .turbnb-widgets .react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.turbnb-widgets .react-datepicker__day--disabled, .turbnb-widgets .react-datepicker__month-text--disabled, .turbnb-widgets .react-datepicker__quarter-text--disabled, .turbnb-widgets .react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.turbnb-widgets .react-datepicker__day--disabled:hover, .turbnb-widgets .react-datepicker__month-text--disabled:hover, .turbnb-widgets .react-datepicker__quarter-text--disabled:hover, .turbnb-widgets .react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}
.turbnb-widgets .react-datepicker__month-text.react-datepicker__month--selected:hover, .turbnb-widgets .react-datepicker__month-text.react-datepicker__month--in-range:hover, .turbnb-widgets .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .turbnb-widgets .react-datepicker__month-text.react-datepicker__quarter--in-range:hover, .turbnb-widgets .react-datepicker__quarter-text.react-datepicker__month--selected:hover, .turbnb-widgets .react-datepicker__quarter-text.react-datepicker__month--in-range:hover, .turbnb-widgets .react-datepicker__quarter-text.react-datepicker__quarter--selected:hover, .turbnb-widgets .react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}
.turbnb-widgets .react-datepicker__month-text:hover, .turbnb-widgets .react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}
.turbnb-widgets .react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.turbnb-widgets .react-datepicker__year-read-view, .turbnb-widgets .react-datepicker__month-read-view, .turbnb-widgets .react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 4.5px;
  position: relative;
}
.turbnb-widgets .react-datepicker__year-read-view:hover, .turbnb-widgets .react-datepicker__month-read-view:hover, .turbnb-widgets .react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.turbnb-widgets .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow, .turbnb-widgets .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow, .turbnb-widgets .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow, .turbnb-widgets .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow, .turbnb-widgets .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow, .turbnb-widgets .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.turbnb-widgets .react-datepicker__year-read-view--down-arrow, .turbnb-widgets .react-datepicker__month-read-view--down-arrow, .turbnb-widgets .react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}
.turbnb-widgets .react-datepicker__year-dropdown, .turbnb-widgets .react-datepicker__month-dropdown, .turbnb-widgets .react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 4.5px;
  border: 1px solid #aeaeae;
}
.turbnb-widgets .react-datepicker__year-dropdown:hover, .turbnb-widgets .react-datepicker__month-dropdown:hover, .turbnb-widgets .react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.turbnb-widgets .react-datepicker__year-dropdown--scrollable, .turbnb-widgets .react-datepicker__month-dropdown--scrollable, .turbnb-widgets .react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}
.turbnb-widgets .react-datepicker__year-option, .turbnb-widgets .react-datepicker__month-option, .turbnb-widgets .react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.turbnb-widgets .react-datepicker__year-option:first-of-type, .turbnb-widgets .react-datepicker__month-option:first-of-type, .turbnb-widgets .react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 4.5px;
  border-top-right-radius: 4.5px;
}
.turbnb-widgets .react-datepicker__year-option:last-of-type, .turbnb-widgets .react-datepicker__month-option:last-of-type, .turbnb-widgets .react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-bottom-left-radius: 4.5px;
  border-bottom-right-radius: 4.5px;
}
.turbnb-widgets .react-datepicker__year-option:hover, .turbnb-widgets .react-datepicker__month-option:hover, .turbnb-widgets .react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.turbnb-widgets .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming, .turbnb-widgets .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming, .turbnb-widgets .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.turbnb-widgets .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous, .turbnb-widgets .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous, .turbnb-widgets .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.turbnb-widgets .react-datepicker__year-option--selected, .turbnb-widgets .react-datepicker__month-option--selected, .turbnb-widgets .react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}
.turbnb-widgets .react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.turbnb-widgets .react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.turbnb-widgets .react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}
.turbnb-widgets .react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.turbnb-widgets .react-datepicker__portal .react-datepicker__day-name, .turbnb-widgets .react-datepicker__portal .react-datepicker__day, .turbnb-widgets .react-datepicker__portal .react-datepicker__time-name {
  width: 45px;
  line-height: 45px;
}
@media (max-width: 400px), (max-height: 550px) {
  .turbnb-widgets .react-datepicker__portal .react-datepicker__day-name, .turbnb-widgets .react-datepicker__portal .react-datepicker__day, .turbnb-widgets .react-datepicker__portal .react-datepicker__time-name {
    width: 30px;
    line-height: 30px;
  }
}
.turbnb-widgets .react-datepicker__portal .react-datepicker__current-month, .turbnb-widgets .react-datepicker__portal .react-datepicker-time__header {
  font-size: 21.599999999999998px;
}
.turbnb-widgets .react-datepicker__children-container {
  width: 207px;
  margin: 6px;
  padding-right: 3px;
  padding-left: 3px;
  height: auto;
}
.turbnb-widgets .react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}
