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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}.tubebay-max-width {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
}.tubebay-bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}.tubebay-bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(56 88 233 / var(--tw-bg-opacity, 1));
}.tubebay-text-primary {
  --tw-text-opacity: 1;
  color: rgb(56 88 233 / var(--tw-text-opacity, 1));
}.tubebay-text-default {
  font-size: 14px;
  line-height: 20px;
}.tubebay-text-color-default {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}.tubebay-text-secondary {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}.tubebay-text-small {
  font-size: 12px;
  line-height: 16px;
}.tubebay-border-default {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}.tubebay-border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(56 88 233 / var(--tw-border-opacity, 1));
}.tubebay-border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}.tubebay-t-1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}.tubebay-t-2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}.tubebay-t-3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}.tubebay-t-4 {
  font-size: 18px;
  line-height: 28px;
}.tubebay-t-4-bold {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}.tubebay-t-5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}.tubebay-t-6 {
  font-size: 14px;
  line-height: 20px;
}.tubebay-t-6-bold {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}.tubebay-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.tubebay-pointer-events-none {
  pointer-events: none;
}.tubebay-pointer-events-auto {
  pointer-events: auto;
}.tubebay-fixed {
  position: fixed;
}.tubebay-absolute {
  position: absolute;
}.tubebay-relative {
  position: relative;
}.tubebay-inset-0 {
  inset: 0px;
}.tubebay-bottom-\[20px\] {
  bottom: 20px;
}.tubebay-bottom-\[4px\] {
  bottom: 4px;
}.tubebay-bottom-\[8px\] {
  bottom: 8px;
}.tubebay-bottom-full {
  bottom: 100%;
}.tubebay-left-0 {
  left: 0px;
}.tubebay-left-1\/2 {
  left: 50%;
}.tubebay-left-16 {
  left: 4rem;
}.tubebay-left-full {
  left: 100%;
}.tubebay-right-0 {
  right: 0px;
}.tubebay-right-16 {
  right: 4rem;
}.tubebay-right-2 {
  right: 0.5rem;
}.tubebay-right-3 {
  right: 0.75rem;
}.tubebay-right-\[12px\] {
  right: 12px;
}.tubebay-right-\[20px\] {
  right: 20px;
}.tubebay-right-\[8px\] {
  right: 8px;
}.tubebay-right-full {
  right: 100%;
}.tubebay-top-0 {
  top: 0px;
}.tubebay-top-1\/2 {
  top: 50%;
}.tubebay-top-3 {
  top: 0.75rem;
}.tubebay-top-5 {
  top: 1.25rem;
}.tubebay-top-\[4px\] {
  top: 4px;
}.tubebay-top-full {
  top: 100%;
}.\!tubebay-z-\[9999\] {
  z-index: 9999 !important;
}.tubebay-z-0 {
  z-index: 0;
}.tubebay-z-10 {
  z-index: 10;
}.tubebay-z-50 {
  z-index: 50;
}.tubebay-z-\[100000\] {
  z-index: 100000;
}.tubebay-z-\[50000\] {
  z-index: 50000;
}.tubebay-z-\[50001\] {
  z-index: 50001;
}.tubebay-z-\[60000\] {
  z-index: 60000;
}.tubebay-z-\[60\] {
  z-index: 60;
}.tubebay-z-\[9998\] {
  z-index: 9998;
}.tubebay-z-\[999999\] {
  z-index: 999999;
}.tubebay-z-\[99999\] {
  z-index: 99999;
}.tubebay-m-0 {
  margin: 0px;
}.tubebay-mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}.tubebay-mx-\[5px\] {
  margin-left: 5px;
  margin-right: 5px;
}.tubebay-mx-auto {
  margin-left: auto;
  margin-right: auto;
}.tubebay-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.tubebay-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.\!tubebay-mb-0 {
  margin-bottom: 0px !important;
}.tubebay-mb-1 {
  margin-bottom: 0.25rem;
}.tubebay-mb-2 {
  margin-bottom: 0.5rem;
}.tubebay-mb-3 {
  margin-bottom: 0.75rem;
}.tubebay-mb-4 {
  margin-bottom: 1rem;
}.tubebay-mb-6 {
  margin-bottom: 1.5rem;
}.tubebay-mb-8 {
  margin-bottom: 2rem;
}.tubebay-mb-\[12px\] {
  margin-bottom: 12px;
}.tubebay-mb-\[16px\] {
  margin-bottom: 16px;
}.tubebay-mb-\[20px\] {
  margin-bottom: 20px;
}.tubebay-mb-\[24px\] {
  margin-bottom: 24px;
}.tubebay-mb-\[28px\] {
  margin-bottom: 28px;
}.tubebay-mb-\[32px\] {
  margin-bottom: 32px;
}.tubebay-mb-\[4px\] {
  margin-bottom: 4px;
}.tubebay-mb-\[5px\] {
  margin-bottom: 5px;
}.tubebay-mb-\[6px\] {
  margin-bottom: 6px;
}.tubebay-mb-\[8px\] {
  margin-bottom: 8px;
}.tubebay-ml-2 {
  margin-left: 0.5rem;
}.tubebay-ml-auto {
  margin-left: auto;
}.tubebay-mr-2 {
  margin-right: 0.5rem;
}.tubebay-mr-\[6px\] {
  margin-right: 6px;
}.tubebay-mr-\[8px\] {
  margin-right: 8px;
}.tubebay-mt-1 {
  margin-top: 0.25rem;
}.tubebay-mt-16 {
  margin-top: 4rem;
}.tubebay-mt-2 {
  margin-top: 0.5rem;
}.tubebay-mt-3 {
  margin-top: 0.75rem;
}.tubebay-mt-4 {
  margin-top: 1rem;
}.tubebay-mt-8 {
  margin-top: 2rem;
}.tubebay-mt-\[12px\] {
  margin-top: 12px;
}.tubebay-mt-\[16px\] {
  margin-top: 16px;
}.tubebay-mt-\[20px\] {
  margin-top: 20px;
}.tubebay-mt-\[24px\] {
  margin-top: 24px;
}.tubebay-mt-\[2px\] {
  margin-top: 2px;
}.tubebay-mt-\[32px\] {
  margin-top: 32px;
}.tubebay-mt-\[4px\] {
  margin-top: 4px;
}.tubebay-mt-\[8px\] {
  margin-top: 8px;
}.tubebay-mt-auto {
  margin-top: auto;
}.tubebay-line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}.tubebay-block {
  display: block;
}.tubebay-inline-block {
  display: inline-block;
}.tubebay-flex {
  display: flex;
}.tubebay-inline-flex {
  display: inline-flex;
}.tubebay-grid {
  display: grid;
}.\!tubebay-hidden {
  display: none !important;
}.tubebay-hidden {
  display: none;
}.tubebay-aspect-square {
  aspect-ratio: 1 / 1;
}.tubebay-aspect-video {
  aspect-ratio: 16 / 9;
}.\!tubebay-h-\[42px\] {
  height: 42px !important;
}.tubebay-h-10 {
  height: 2.5rem;
}.tubebay-h-12 {
  height: 3rem;
}.tubebay-h-16 {
  height: 4rem;
}.tubebay-h-2 {
  height: 0.5rem;
}.tubebay-h-2\.5 {
  height: 0.625rem;
}.tubebay-h-24 {
  height: 6rem;
}.tubebay-h-3 {
  height: 0.75rem;
}.tubebay-h-3\.5 {
  height: 0.875rem;
}.tubebay-h-4 {
  height: 1rem;
}.tubebay-h-5 {
  height: 1.25rem;
}.tubebay-h-6 {
  height: 1.5rem;
}.tubebay-h-7 {
  height: 1.75rem;
}.tubebay-h-8 {
  height: 2rem;
}.tubebay-h-\[14px\] {
  height: 14px;
}.tubebay-h-\[16px\] {
  height: 16px;
}.tubebay-h-\[18px\] {
  height: 18px;
}.tubebay-h-\[1px\] {
  height: 1px;
}.tubebay-h-\[28px\] {
  height: 28px;
}.tubebay-h-\[2px\] {
  height: 2px;
}.tubebay-h-\[36px\] {
  height: 36px;
}.tubebay-h-\[38px\] {
  height: 38px;
}.tubebay-h-\[40px\] {
  height: 40px;
}.tubebay-h-\[42px\] {
  height: 42px;
}.tubebay-h-\[44px\] {
  height: 44px;
}.tubebay-h-\[48px\] {
  height: 48px;
}.tubebay-h-\[56px\] {
  height: 56px;
}.tubebay-h-\[64px\] {
  height: 64px;
}.tubebay-h-\[80px\] {
  height: 80px;
}.tubebay-h-\[8px\] {
  height: 8px;
}.tubebay-h-fit {
  height: -moz-fit-content;
  height: fit-content;
}.tubebay-h-full {
  height: 100%;
}.tubebay-max-h-60 {
  max-height: 15rem;
}.tubebay-max-h-\[204px\] {
  max-height: 204px;
}.tubebay-max-h-\[600px\] {
  max-height: 600px;
}.tubebay-max-h-\[90vh\] {
  max-height: 90vh;
}.\!tubebay-min-h-\[24px\] {
  min-height: 24px !important;
}.\!tubebay-min-h-\[unset\] {
  min-height: unset !important;
}.tubebay-min-h-\[36px\] {
  min-height: 36px;
}.tubebay-min-h-\[500px\] {
  min-height: 500px;
}.\!tubebay-w-full {
  width: 100% !important;
}.tubebay-w-1\/2 {
  width: 50%;
}.tubebay-w-1\/3 {
  width: 33.333333%;
}.tubebay-w-1\/4 {
  width: 25%;
}.tubebay-w-10 {
  width: 2.5rem;
}.tubebay-w-11 {
  width: 2.75rem;
}.tubebay-w-12 {
  width: 3rem;
}.tubebay-w-14 {
  width: 3.5rem;
}.tubebay-w-16 {
  width: 4rem;
}.tubebay-w-2 {
  width: 0.5rem;
}.tubebay-w-2\.5 {
  width: 0.625rem;
}.tubebay-w-2\/3 {
  width: 66.666667%;
}.tubebay-w-20 {
  width: 5rem;
}.tubebay-w-24 {
  width: 6rem;
}.tubebay-w-3 {
  width: 0.75rem;
}.tubebay-w-3\.5 {
  width: 0.875rem;
}.tubebay-w-3\/4 {
  width: 75%;
}.tubebay-w-32 {
  width: 8rem;
}.tubebay-w-4 {
  width: 1rem;
}.tubebay-w-4\/5 {
  width: 80%;
}.tubebay-w-40 {
  width: 10rem;
}.tubebay-w-48 {
  width: 12rem;
}.tubebay-w-5 {
  width: 1.25rem;
}.tubebay-w-6 {
  width: 1.5rem;
}.tubebay-w-64 {
  width: 16rem;
}.tubebay-w-7 {
  width: 1.75rem;
}.tubebay-w-8 {
  width: 2rem;
}.tubebay-w-96 {
  width: 24rem;
}.tubebay-w-\[140px\] {
  width: 140px;
}.tubebay-w-\[14px\] {
  width: 14px;
}.tubebay-w-\[16px\] {
  width: 16px;
}.tubebay-w-\[18px\] {
  width: 18px;
}.tubebay-w-\[280px\] {
  width: 280px;
}.tubebay-w-\[28px\] {
  width: 28px;
}.tubebay-w-\[350px\] {
  width: 350px;
}.tubebay-w-\[36px\] {
  width: 36px;
}.tubebay-w-\[40px\] {
  width: 40px;
}.tubebay-w-\[48px\] {
  width: 48px;
}.tubebay-w-\[56px\] {
  width: 56px;
}.tubebay-w-\[64px\] {
  width: 64px;
}.tubebay-w-\[80px\] {
  width: 80px;
}.tubebay-w-\[8px\] {
  width: 8px;
}.tubebay-w-\[clamp\(260px\,10\%\,300px\)\] {
  width: clamp(260px,10%,300px);
}.tubebay-w-auto {
  width: auto;
}.tubebay-w-full {
  width: 100%;
}.tubebay-w-max {
  width: -moz-max-content;
  width: max-content;
}.tubebay-min-w-0 {
  min-width: 0px;
}.tubebay-min-w-\[140px\] {
  min-width: 140px;
}.tubebay-min-w-\[60px\] {
  min-width: 60px;
}.tubebay-min-w-\[80px\] {
  min-width: 80px;
}.tubebay-min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}.\!tubebay-max-w-\[min\(700px\2c 90vw\)\] {
  max-width: min(700px,90vw) !important;
}.tubebay-max-w-2xl {
  max-width: 42rem;
}.tubebay-max-w-3xl {
  max-width: 48rem;
}.tubebay-max-w-5xl {
  max-width: 64rem;
}.tubebay-max-w-\[300px\] {
  max-width: 300px;
}.tubebay-max-w-\[420px\] {
  max-width: 420px;
}.tubebay-max-w-\[448px\] {
  max-width: 448px;
}.tubebay-max-w-\[480px\] {
  max-width: 480px;
}.tubebay-max-w-\[540px\] {
  max-width: 540px;
}.tubebay-max-w-\[600px\] {
  max-width: 600px;
}.tubebay-max-w-\[700px\] {
  max-width: 700px;
}.tubebay-max-w-\[760px\] {
  max-width: 760px;
}.tubebay-max-w-\[90\%\] {
  max-width: 90%;
}.tubebay-max-w-full {
  max-width: 100%;
}.tubebay-max-w-sm {
  max-width: 24rem;
}.tubebay-flex-1 {
  flex: 1 1 0%;
}.tubebay-flex-shrink-0 {
  flex-shrink: 0;
}.tubebay-shrink-0 {
  flex-shrink: 0;
}.tubebay-origin-bottom {
  transform-origin: bottom;
}.tubebay-origin-bottom-left {
  transform-origin: bottom left;
}.tubebay-origin-bottom-right {
  transform-origin: bottom right;
}.tubebay-origin-left {
  transform-origin: left;
}.tubebay-origin-right {
  transform-origin: right;
}.tubebay-origin-top {
  transform-origin: top;
}.tubebay-origin-top-left {
  transform-origin: top left;
}.tubebay-origin-top-right {
  transform-origin: top right;
}.-tubebay-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-tubebay-translate-x-\[7\%\] {
  --tw-translate-x: -7%;
  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));
}.-tubebay-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-tubebay-translate-y-\[18\%\] {
  --tw-translate-y: -18%;
  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));
}.tubebay--translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.tubebay--translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.tubebay-translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.tubebay-translate-x-3 {
  --tw-translate-x: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.tubebay-translate-x-5 {
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.tubebay-translate-x-7 {
  --tw-translate-x: 1.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.tubebay-translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.tubebay-rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.tubebay-scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.tubebay-scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.tubebay-scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}.tubebay-scale-\[1\.5\] {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.tubebay-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));
}.tubebay-animate-\[popIn_0\.3s_ease-out_forwards\] {
  animation: popIn 0.3s ease-out forwards;
}@keyframes tubebay-pulse {

  50% {
    opacity: .5;
  }
}.tubebay-animate-pulse {
  animation: tubebay-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}.\!tubebay-cursor-not-allowed {
  cursor: not-allowed !important;
}.\!tubebay-cursor-pointer {
  cursor: pointer !important;
}.\!tubebay-cursor-text {
  cursor: text !important;
}.tubebay-cursor-default {
  cursor: default;
}.tubebay-cursor-not-allowed {
  cursor: not-allowed;
}.tubebay-cursor-pointer {
  cursor: pointer;
}.tubebay-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}.tubebay-list-inside {
  list-style-position: inside;
}.tubebay-list-decimal {
  list-style-type: decimal;
}.tubebay-list-disc {
  list-style-type: disc;
}.tubebay-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.tubebay-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tubebay-flex-row {
  flex-direction: row;
}.tubebay-flex-col {
  flex-direction: column;
}.tubebay-flex-wrap {
  flex-wrap: wrap;
}.tubebay-flex-nowrap {
  flex-wrap: nowrap;
}.tubebay-items-start {
  align-items: flex-start;
}.tubebay-items-end {
  align-items: flex-end;
}.tubebay-items-center {
  align-items: center;
}.tubebay-justify-start {
  justify-content: flex-start;
}.tubebay-justify-end {
  justify-content: flex-end;
}.tubebay-justify-center {
  justify-content: center;
}.tubebay-justify-between {
  justify-content: space-between;
}.tubebay-gap-0 {
  gap: 0px;
}.tubebay-gap-1 {
  gap: 0.25rem;
}.tubebay-gap-1\.5 {
  gap: 0.375rem;
}.tubebay-gap-12 {
  gap: 3rem;
}.tubebay-gap-2 {
  gap: 0.5rem;
}.tubebay-gap-3 {
  gap: 0.75rem;
}.tubebay-gap-4 {
  gap: 1rem;
}.tubebay-gap-6 {
  gap: 1.5rem;
}.tubebay-gap-8 {
  gap: 2rem;
}.tubebay-gap-\[10px\] {
  gap: 10px;
}.tubebay-gap-\[12px\] {
  gap: 12px;
}.tubebay-gap-\[16px\] {
  gap: 16px;
}.tubebay-gap-\[20px\] {
  gap: 20px;
}.tubebay-gap-\[24px\] {
  gap: 24px;
}.tubebay-gap-\[2px\] {
  gap: 2px;
}.tubebay-gap-\[32px\] {
  gap: 32px;
}.tubebay-gap-\[48px\] {
  gap: 48px;
}.tubebay-gap-\[4px\] {
  gap: 4px;
}.tubebay-gap-\[6px\] {
  gap: 6px;
}.tubebay-gap-\[8px\] {
  gap: 8px;
}.tubebay-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}.tubebay-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}.tubebay-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.tubebay-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.tubebay-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.tubebay-space-y-\[2px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2px * var(--tw-space-y-reverse));
}.tubebay-space-y-\[6px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6px * var(--tw-space-y-reverse));
}.tubebay-overflow-auto {
  overflow: auto;
}.tubebay-overflow-hidden {
  overflow: hidden;
}.tubebay-overflow-x-auto {
  overflow-x: auto;
}.tubebay-overflow-y-auto {
  overflow-y: auto;
}.tubebay-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.tubebay-whitespace-nowrap {
  white-space: nowrap;
}.tubebay-whitespace-pre-wrap {
  white-space: pre-wrap;
}.tubebay-text-nowrap {
  text-wrap: nowrap;
}.\!tubebay-rounded-\[0px\] {
  border-radius: 0px !important;
}.\!tubebay-rounded-\[8px\] {
  border-radius: 8px !important;
}.tubebay-rounded {
  border-radius: 0.25rem;
}.tubebay-rounded-\[10px\] {
  border-radius: 10px;
}.tubebay-rounded-\[12px\] {
  border-radius: 12px;
}.tubebay-rounded-\[16px\] {
  border-radius: 16px;
}.tubebay-rounded-\[4px\] {
  border-radius: 4px;
}.tubebay-rounded-\[6px\] {
  border-radius: 6px;
}.tubebay-rounded-\[8px\] {
  border-radius: 8px;
}.tubebay-rounded-\[9px\] {
  border-radius: 9px;
}.tubebay-rounded-full {
  border-radius: 9999px;
}.tubebay-rounded-lg {
  border-radius: 0.5rem;
}.tubebay-rounded-md {
  border-radius: 0.375rem;
}.tubebay-rounded-none {
  border-radius: 0px;
}.tubebay-rounded-xl {
  border-radius: 0.75rem;
}.tubebay-rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}.tubebay-rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}.\!tubebay-border-0 {
  border-width: 0px !important;
}.\!tubebay-border-2 {
  border-width: 2px !important;
}.\!tubebay-border-\[2px\] {
  border-width: 2px !important;
}.tubebay-border {
  border-width: 1px;
}.tubebay-border-0 {
  border-width: 0px;
}.tubebay-border-2 {
  border-width: 2px;
}.tubebay-border-4 {
  border-width: 4px;
}.tubebay-border-\[4px\] {
  border-width: 4px;
}.tubebay-border-\[5px\] {
  border-width: 5px;
}.\!tubebay-border-b {
  border-bottom-width: 1px !important;
}.\!tubebay-border-b-2 {
  border-bottom-width: 2px !important;
}.\!tubebay-border-l-0 {
  border-left-width: 0px !important;
}.\!tubebay-border-r-0 {
  border-right-width: 0px !important;
}.\!tubebay-border-t-0 {
  border-top-width: 0px !important;
}.tubebay-border-b {
  border-bottom-width: 1px;
}.tubebay-border-b-\[1px\] {
  border-bottom-width: 1px;
}.tubebay-border-t {
  border-top-width: 1px;
}.tubebay-border-dashed {
  border-style: dashed;
}.\!tubebay-border-none {
  border-style: none !important;
}.tubebay-border-none {
  border-style: none;
}.\!tubebay-border-\[\#3858e9\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(56 88 233 / var(--tw-border-opacity, 1)) !important;
}.\!tubebay-border-\[\#bd1e1e\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(189 30 30 / var(--tw-border-opacity, 1)) !important;
}.\!tubebay-border-\[\#e5e7eb\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}.\!tubebay-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}.\!tubebay-border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1)) !important;
}.\!tubebay-border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}.\!tubebay-border-transparent {
  border-color: transparent !important;
}.tubebay-border-\[\#3858e9\] {
  --tw-border-opacity: 1;
  border-color: rgb(56 88 233 / var(--tw-border-opacity, 1));
}.tubebay-border-\[\#949494\] {
  --tw-border-opacity: 1;
  border-color: rgb(148 148 148 / var(--tw-border-opacity, 1));
}.tubebay-border-\[\#bbf7d0\] {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}.tubebay-border-\[\#bfdbfe\] {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}.tubebay-border-\[\#dcfce7\] {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}.tubebay-border-\[\#fecaca\] {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}.tubebay-border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}.tubebay-border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}.tubebay-border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}.tubebay-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}.tubebay-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}.tubebay-border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}.tubebay-border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}.tubebay-border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}.tubebay-border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}.tubebay-border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}.tubebay-border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}.tubebay-border-transparent {
  border-color: transparent;
}.tubebay-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}.tubebay-border-b-gray-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}.tubebay-border-b-gray-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}.tubebay-border-l-gray-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}.tubebay-border-l-gray-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}.tubebay-border-r-gray-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}.tubebay-border-r-gray-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}.tubebay-border-t-gray-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}.tubebay-border-t-gray-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}.\!tubebay-bg-\[\#bd1e1e\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(189 30 30 / var(--tw-bg-opacity, 1)) !important;
}.\!tubebay-bg-\[\#dc2626\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
}.\!tubebay-bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1)) !important;
}.\!tubebay-bg-transparent {
  background-color: transparent !important;
}.tubebay-bg-\[\#3858e9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(56 88 233 / var(--tw-bg-opacity, 1));
}.tubebay-bg-\[\#3b82f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}.tubebay-bg-\[\#d92121\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 33 33 / var(--tw-bg-opacity, 1));
}.tubebay-bg-\[\#d97706\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}.tubebay-bg-\[\#dcfce7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}.tubebay-bg-\[\#e11d48\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}.tubebay-bg-\[\#eff5ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 245 255 / var(--tw-bg-opacity, 1));
}.tubebay-bg-\[\#eff6ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}.tubebay-bg-\[\#f02a74\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 42 116 / var(--tw-bg-opacity, 1));
}.tubebay-bg-\[\#f0fdf4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}.tubebay-bg-\[\#f5f3ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}.tubebay-bg-\[\#f9fafb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}.tubebay-bg-\[\#faf5ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}.tubebay-bg-\[\#fee2e2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}.tubebay-bg-\[\#fef2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}.tubebay-bg-\[\#fef3c7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}.tubebay-bg-\[\#fff1f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}.tubebay-bg-\[\#fff7ed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}.tubebay-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}.tubebay-bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}.tubebay-bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}.tubebay-bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}.tubebay-bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}.tubebay-bg-blue-100\/30 {
  background-color: rgb(219 234 254 / 0.3);
}.tubebay-bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}.tubebay-bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}.tubebay-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}.tubebay-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}.tubebay-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}.tubebay-bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}.tubebay-bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}.tubebay-bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}.tubebay-bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}.tubebay-bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}.tubebay-bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}.tubebay-bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}.tubebay-bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}.tubebay-bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}.tubebay-bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}.tubebay-bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}.tubebay-bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}.tubebay-bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}.tubebay-bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}.tubebay-bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}.tubebay-bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}.tubebay-bg-transparent {
  background-color: transparent;
}.tubebay-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.tubebay-fill-current {
  fill: currentColor;
}.\!tubebay-stroke-\[2\.5px\] {
  stroke-width: 2.5px !important;
}.\!tubebay-stroke-\[3\.5px\] {
  stroke-width: 3.5px !important;
}.\!tubebay-stroke-\[3px\] {
  stroke-width: 3px !important;
}.tubebay-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.\!tubebay-p-0 {
  padding: 0px !important;
}.tubebay-p-0 {
  padding: 0px;
}.tubebay-p-1 {
  padding: 0.25rem;
}.tubebay-p-1\.5 {
  padding: 0.375rem;
}.tubebay-p-2 {
  padding: 0.5rem;
}.tubebay-p-4 {
  padding: 1rem;
}.tubebay-p-6 {
  padding: 1.5rem;
}.tubebay-p-8 {
  padding: 2rem;
}.tubebay-p-\[10px\] {
  padding: 10px;
}.tubebay-p-\[12px\] {
  padding: 12px;
}.tubebay-p-\[16px\] {
  padding: 16px;
}.tubebay-p-\[20px\] {
  padding: 20px;
}.tubebay-p-\[24px\] {
  padding: 24px;
}.tubebay-p-\[32px\] {
  padding: 32px;
}.tubebay-p-\[48px\] {
  padding: 48px;
}.tubebay-p-\[4px\] {
  padding: 4px;
}.tubebay-p-\[8px\] {
  padding: 8px;
}.\!tubebay-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}.\!tubebay-px-\[12px\] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}.\!tubebay-px-\[32px\] {
  padding-left: 32px !important;
  padding-right: 32px !important;
}.\!tubebay-px-\[6px\] {
  padding-left: 6px !important;
  padding-right: 6px !important;
}.\!tubebay-py-\[11px\] {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}.\!tubebay-py-\[16px\] {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}.\!tubebay-py-\[7px\] {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}.\!tubebay-py-\[9px\] {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}.tubebay-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.tubebay-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.tubebay-px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.tubebay-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.tubebay-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.tubebay-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.tubebay-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.tubebay-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.tubebay-px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}.tubebay-px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}.tubebay-px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}.tubebay-px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}.tubebay-px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}.tubebay-px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}.tubebay-px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}.tubebay-px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}.tubebay-px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}.tubebay-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}.tubebay-py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}.tubebay-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.tubebay-py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.tubebay-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.tubebay-py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.tubebay-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.tubebay-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.tubebay-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.tubebay-py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}.tubebay-py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}.tubebay-py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}.tubebay-py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}.tubebay-py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}.tubebay-py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}.tubebay-py-\[48px\] {
  padding-top: 48px;
  padding-bottom: 48px;
}.tubebay-py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}.tubebay-py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}.tubebay-py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}.tubebay-py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}.tubebay-py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}.tubebay-py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}.\!tubebay-pl-0\.5 {
  padding-left: 0.125rem !important;
}.\!tubebay-pr-0\.5 {
  padding-right: 0.125rem !important;
}.tubebay-pb-2 {
  padding-bottom: 0.5rem;
}.tubebay-pb-3 {
  padding-bottom: 0.75rem;
}.tubebay-pb-4 {
  padding-bottom: 1rem;
}.tubebay-pl-\[20px\] {
  padding-left: 20px;
}.tubebay-pl-\[24px\] {
  padding-left: 24px;
}.tubebay-pr-0 {
  padding-right: 0px;
}.tubebay-pr-4 {
  padding-right: 1rem;
}.tubebay-pr-\[10px\] {
  padding-right: 10px;
}.tubebay-pr-\[12px\] {
  padding-right: 12px;
}.tubebay-pr-\[40px\] {
  padding-right: 40px;
}.tubebay-pt-2 {
  padding-top: 0.5rem;
}.tubebay-pt-4 {
  padding-top: 1rem;
}.tubebay-pt-6 {
  padding-top: 1.5rem;
}.tubebay-text-left {
  text-align: left;
}.tubebay-text-center {
  text-align: center;
}.tubebay-text-right {
  text-align: right;
}.tubebay-font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}.\!tubebay-text-\[12px\] {
  font-size: 12px !important;
}.\!tubebay-text-\[13px\] {
  font-size: 13px !important;
}.tubebay-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}.tubebay-text-\[10px\] {
  font-size: 10px;
}.tubebay-text-\[11px\] {
  font-size: 11px;
}.tubebay-text-\[12px\] {
  font-size: 12px;
}.tubebay-text-\[13px\] {
  font-size: 13px;
}.tubebay-text-\[14px\] {
  font-size: 14px;
}.tubebay-text-\[15px\] {
  font-size: 15px;
}.tubebay-text-\[16px\] {
  font-size: 16px;
}.tubebay-text-\[18px\] {
  font-size: 18px;
}.tubebay-text-\[20px\] {
  font-size: 20px;
}.tubebay-text-\[22px\] {
  font-size: 22px;
}.tubebay-text-\[26px\] {
  font-size: 26px;
}.tubebay-text-\[48px\] {
  font-size: 48px;
}.tubebay-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.tubebay-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.tubebay-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.tubebay-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.\!tubebay-font-bold {
  font-weight: 700 !important;
}.tubebay-font-\[400\] {
  font-weight: 400;
}.tubebay-font-\[600\] {
  font-weight: 600;
}.tubebay-font-\[700\] {
  font-weight: 700;
}.tubebay-font-bold {
  font-weight: 700;
}.tubebay-font-medium {
  font-weight: 500;
}.tubebay-font-normal {
  font-weight: 400;
}.tubebay-font-semibold {
  font-weight: 600;
}.tubebay-uppercase {
  text-transform: uppercase;
}.tubebay-italic {
  font-style: italic;
}.\!tubebay-leading-\[16px\] {
  line-height: 16px !important;
}.\!tubebay-leading-\[20px\] {
  line-height: 20px !important;
}.tubebay-leading-\[20px\] {
  line-height: 20px;
}.tubebay-leading-\[22px\] {
  line-height: 22px;
}.tubebay-leading-\[24px\] {
  line-height: 24px;
}.tubebay-leading-\[30px\] {
  line-height: 30px;
}.tubebay-leading-\[32px\] {
  line-height: 32px;
}.tubebay-leading-\[48px\] {
  line-height: 48px;
}.tubebay-leading-relaxed {
  line-height: 1.625;
}.tubebay-leading-tight {
  line-height: 1.25;
}.tubebay-tracking-tight {
  letter-spacing: -0.025em;
}.tubebay-tracking-wider {
  letter-spacing: 0.05em;
}.\!tubebay-text-\[\#374151\] {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}.\!tubebay-text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}.\!tubebay-text-pink-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1)) !important;
}.\!tubebay-text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}.\!tubebay-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}.tubebay-text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#0a4b78\] {
  --tw-text-opacity: 1;
  color: rgb(10 75 120 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#111827\] {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#15803d\] {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#16a34a\] {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#1d4ed8\] {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#1e1e1e\] {
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#22c55e\] {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#2563EB\] {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#374151\] {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#3858e9\] {
  --tw-text-opacity: 1;
  color: rgb(56 88 233 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#3b82f6\] {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#4B5563\] {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#4b5563\] {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#7c3aed\] {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#9333ea\] {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#991b1b\] {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#b91c1c\] {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#d97706\] {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#dc2626\] {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#e11d48\] {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#ea580c\] {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}.tubebay-text-\[\#f02a74\] {
  --tw-text-opacity: 1;
  color: rgb(240 42 116 / var(--tw-text-opacity, 1));
}.tubebay-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.tubebay-text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}.tubebay-text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}.tubebay-text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}.tubebay-text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}.tubebay-text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}.tubebay-text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}.tubebay-text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}.tubebay-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}.tubebay-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}.tubebay-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}.tubebay-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}.tubebay-text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}.tubebay-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}.tubebay-text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}.tubebay-text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}.tubebay-text-inherit {
  color: inherit;
}.tubebay-text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}.tubebay-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}.tubebay-text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}.tubebay-text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}.tubebay-text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}.tubebay-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.tubebay-text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}.tubebay-underline {
  text-decoration-line: underline;
}.tubebay-no-underline {
  text-decoration-line: none;
}.tubebay-placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}.tubebay-placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}.tubebay-opacity-0 {
  opacity: 0;
}.tubebay-opacity-10 {
  opacity: 0.1;
}.tubebay-opacity-100 {
  opacity: 1;
}.tubebay-opacity-40 {
  opacity: 0.4;
}.tubebay-opacity-50 {
  opacity: 0.5;
}.tubebay-opacity-60 {
  opacity: 0.6;
}.tubebay-opacity-80 {
  opacity: 0.8;
}.\!tubebay-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;
}.tubebay-shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.tubebay-shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.tubebay-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.tubebay-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.tubebay-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.\!tubebay-outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}.tubebay-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.\!tubebay-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;
}.tubebay-ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.tubebay-ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.\!tubebay-ring-\[\#3858e9\] {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(56 88 233 / var(--tw-ring-opacity, 1)) !important;
}.\!tubebay-ring-red-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1)) !important;
}.tubebay-ring-transparent {
  --tw-ring-color: transparent;
}.tubebay-backdrop-blur-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  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);
}.tubebay-backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  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);
}.tubebay-transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.tubebay-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.tubebay-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.tubebay-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.tubebay-transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.tubebay-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.tubebay-duration-1000 {
  transition-duration: 1000ms;
}.tubebay-duration-150 {
  transition-duration: 150ms;
}.tubebay-duration-200 {
  transition-duration: 200ms;
}.tubebay-duration-300 {
  transition-duration: 300ms;
}.tubebay-duration-500 {
  transition-duration: 500ms;
}.tubebay-ease-\[cubic-bezier\(0\.4\,0\,0\.2\,1\)\] {
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}.tubebay-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.tubebay-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.toplevel_page_tubebay #wpcontent{padding-left:0;background:#f1f5f9}.toplevel_page_tubebay #wpwrap{background:#f1f5f9}.toplevel_page_tubebay #wpbody-content .notice,.toplevel_page_tubebay #wpfooter{display:none}#tubebay{font-family:"SF Pro","Segoe UI",Tahoma,Verdana,sans-serif;color:#000}#tubebay *,#tubebay *::before,#tubebay *::after{box-sizing:border-box}@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.tubebay-skeleton{display:block;background-color:#e9e9e9;position:relative;overflow:hidden;border-radius:6px}.tubebay-skeleton>*{opacity:0}.tubebay-skeleton-animation,.tubebay-skeleton{position:relative;overflow:hidden}.tubebay-skeleton-animation::before,.tubebay-skeleton::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);transform:translateX(-100%);animation:shimmer 1.5s infinite}.hide-spin-button::-webkit-outer-spin-button,.hide-spin-button::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.hide-spin-button[type=number]{-moz-appearance:textfield;-webkit-appearance:none;appearance:none}.tubebay-add-campaigns-modal{min-height:90vh}.tubebay-add-campaigns-modal-example{width:50%;display:none}.tubebay-add-campaigns-modal-grid-cols{overflow-y:auto}.tubebay-add-campaigns-modal-overlay{display:block}.tubebay-add-campaigns-modal-grid-item{min-height:170px;width:250px;padding-top:40px;border:1px solid #bdc4d1}.tubebay-add-campaigns-modal-grid-item:hover{transform:translateY(-1px)}@media(min-width: 600px){.tubebay-add-campaigns-modal{min-width:560px;min-height:400px}.tubebay-add-campaigns-modal-grid-cols{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 850px){.tubebay-add-campaigns-modal{min-width:835px}.tubebay-add-campaigns-modal-example{display:block;width:270px}.tubebay-add-campaigns-modal-overlay{display:none !important}.tubebay-add-campaigns-modal-grid-cols{grid-template-columns:repeat(2, 1fr)}.tubebay-add-campaigns-modal-grid-item{min-height:136px;padding-top:28px}}@media(min-width: 1100px){.tubebay-add-campaigns-modal{min-width:1080px}.tubebay-add-campaigns-modal-grid-cols{grid-template-columns:repeat(3, 1fr)}}@keyframes fadeIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .3s ease-out forwards}@keyframes slideInRight{from{transform:translateX(100%)}to{transform:translateX(0)}}.tubebay-animate-slide-in-right{animation:slideInRight .25s cubic-bezier(0.16, 1, 0.3, 1) forwards}.toast{position:relative;padding:16px 20px;border-radius:12px;background:hsla(0,0%,100%,.95);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);display:flex;align-items:flex-start;justify-content:space-between;gap:12px;overflow:hidden;border:1px solid #e5e7eb;border-left-width:6px;backdrop-filter:blur(8px);opacity:0;animation:toastSlideIn .35s ease-out forwards}.toast--closing{animation:toastSlideOut .3s ease-in forwards}@keyframes toastSlideIn{from{opacity:0}to{opacity:1}}@keyframes toastSlideOut{from{opacity:1}to{opacity:0}}.toast--info{background-color:#fff;border-left-color:#2271b1;color:#1d2327}.toast--success{background-color:#f0fff4;border-left-color:#228b22;color:#1a472a}.toast--error{background-color:#fff5f5;border-left-color:#c00;color:#5c2121}@keyframes tooltip-fade{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}.tubebay-animate-tooltip{animation:tooltip-fade .15s ease-out forwards}.hover\:tubebay-bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 88 233 / var(--tw-bg-opacity, 1));
}.hover\:tubebay-bg-primary-hovered:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 88 255 / var(--tw-bg-opacity, 1));
}.hover\:\!tubebay-text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(56 88 233 / var(--tw-text-opacity, 1));
}.hover\:tubebay-text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(56 88 233 / var(--tw-text-opacity, 1));
}.hover\:tubebay-text-primary-hovered:hover {
  --tw-text-opacity: 1;
  color: rgb(56 88 233 / var(--tw-text-opacity, 1));
}.hover\:\!tubebay-border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(56 88 233 / var(--tw-border-opacity, 1));
}.hover\:tubebay-border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(56 88 233 / var(--tw-border-opacity, 1));
}.placeholder\:tubebay-italic::-moz-placeholder {
  font-style: italic;
}.placeholder\:tubebay-italic::placeholder {
  font-style: italic;
}.last\:tubebay-border-0:last-child {
  border-width: 0px;
}.focus-within\:tubebay-border-\[\#3858e9\]:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(56 88 233 / var(--tw-border-opacity, 1));
}.focus-within\:tubebay-border-red-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}.focus-within\:tubebay-ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus-within\:tubebay-ring-\[\#3858e9\]:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 88 233 / var(--tw-ring-opacity, 1));
}.focus-within\:tubebay-ring-red-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}.hover\:\!tubebay-border-\[\#3858e9\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(56 88 233 / var(--tw-border-opacity, 1)) !important;
}.hover\:tubebay-border-\[\#3858e9\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(56 88 233 / var(--tw-border-opacity, 1));
}.hover\:tubebay-border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}.hover\:tubebay-border-red-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}.hover\:\!tubebay-bg-\[\#b91c1c\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1)) !important;
}.hover\:\!tubebay-bg-\[\#bd1e1e\]\/80:hover {
  background-color: rgb(189 30 30 / 0.8) !important;
}.hover\:\!tubebay-bg-\[\#e71161\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 17 97 / var(--tw-bg-opacity, 1)) !important;
}.hover\:\!tubebay-bg-blue-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1)) !important;
}.hover\:\!tubebay-bg-red-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
}.hover\:tubebay-bg-black\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}.hover\:tubebay-bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}.hover\:tubebay-bg-blue-500\/10:hover {
  background-color: rgb(59 130 246 / 0.1);
}.hover\:tubebay-bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}.hover\:tubebay-bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}.hover\:tubebay-bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}.hover\:tubebay-bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}.hover\:tubebay-bg-red-500\/10:hover {
  background-color: rgb(239 68 68 / 0.1);
}.hover\:tubebay-bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}.hover\:tubebay-bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}.hover\:tubebay-bg-transparent:hover {
  background-color: transparent;
}.hover\:\!tubebay-text-\[\#3858e9\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(56 88 233 / var(--tw-text-opacity, 1)) !important;
}.hover\:\!tubebay-text-pink-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1)) !important;
}.hover\:\!tubebay-text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}.hover\:tubebay-text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}.hover\:tubebay-text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}.hover\:tubebay-text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}.hover\:tubebay-text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}.hover\:tubebay-text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}.hover\:tubebay-text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}.hover\:tubebay-text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.hover\:tubebay-underline:hover {
  text-decoration-line: underline;
}.hover\:tubebay-opacity-100:hover {
  opacity: 1;
}.hover\:tubebay-shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:\!tubebay-border-none:focus {
  border-style: none !important;
}.focus\:\!tubebay-border-\[\#3858e9\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(56 88 233 / var(--tw-border-opacity, 1)) !important;
}.focus\:\!tubebay-border-red-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}.focus\:tubebay-border-red-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}.focus\:\!tubebay-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;
}.focus\:\!tubebay-outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}.focus\:tubebay-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:\!tubebay-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;
}.focus\:tubebay-ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:tubebay-ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:\!tubebay-ring-\[\#3858e9\]:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(56 88 233 / var(--tw-ring-opacity, 1)) !important;
}.focus\:\!tubebay-ring-red-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1)) !important;
}.focus\:tubebay-ring-red-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}.focus\:tubebay-ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}.focus-visible\:tubebay-ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.active\:tubebay-scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}.disabled\:tubebay-cursor-not-allowed:disabled {
  cursor: not-allowed;
}.disabled\:tubebay-border-\[\#f8f8f8\]:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(248 248 248 / var(--tw-border-opacity, 1));
}.disabled\:tubebay-opacity-30:disabled {
  opacity: 0.3;
}.disabled\:tubebay-opacity-50:disabled {
  opacity: 0.5;
}.disabled\:hover\:tubebay-text-gray-500:hover:disabled {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}.tubebay-group:hover .group-hover\:tubebay-translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@media (min-width: 640px) {

  .sm\:tubebay-mt-auto {
    margin-top: auto;
  }

  .sm\:tubebay-block {
    display: block;
  }

  .sm\:tubebay-w-\[240px\] {
    width: 240px;
  }

  .sm\:tubebay-flex-row {
    flex-direction: row;
  }

  .sm\:tubebay-justify-end {
    justify-content: flex-end;
  }
}@media (min-width: 768px) {

  .md\:tubebay-mt-0 {
    margin-top: 0px;
  }

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

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

  .md\:tubebay-max-w-\[1000px\] {
    max-width: 1000px;
  }

  .md\:\!tubebay-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:tubebay-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:tubebay-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:tubebay-flex-row {
    flex-direction: row;
  }

  .md\:tubebay-flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:tubebay-items-end {
    align-items: flex-end;
  }

  .md\:tubebay-items-center {
    align-items: center;
  }

  .md\:tubebay-justify-between {
    justify-content: space-between;
  }
}@media (min-width: 1024px) {

  .lg\:tubebay-flex {
    display: flex;
  }

  .lg\:tubebay-hidden {
    display: none;
  }

  .lg\:tubebay-max-w-\[1240px\] {
    max-width: 1240px;
  }

  .lg\:tubebay-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}@media (min-width: 1280px) {

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