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

------- Style reset -------

1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size aftef orientation changes in iOS.
3. Use a more readable tab size.
*/

.search-component {
    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-size: 16px;
}

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

.search-component *,
.search-component ::before,
.search-component ::after {
    box-sizing: border-box;
    /* 1 */
}

.search-component ::before,
.search-component ::after {
    --tw-content: '';
}

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

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

#game-list-search-placeholder {
    background-color: unset !important;
    border: none !important;
    border-radius: unset !important;
    margin-bottom: 24px 0 0 0 !important;
}

@media only screen and (min-width: 576px) {
    #game-list-search-placeholder {
        margin: 24px 0 24px 0 !important;
    }
}

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

.search-component a {
    color: inherit;
    text-decoration: inherit;
}

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

.search-component b,
.search-component strong {
    font-weight: bolder;
}

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

.search-component button,
.search-component select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
*/

.search-component button,
.search-component [type='button'],
.search-component [type='reset'],
.search-component [type='submit'] {
    -moz-appearance: button;
         appearance: button;
    -webkit-appearance: button;
    /* 1 */
}

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

.search-component :-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)
*/

.search-component :-moz-ui-invalid {
    box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

/*
Set the default cursor for buttons.
*/

.search-component button,
.search-component [role='button'] {
    cursor: pointer;
}

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

.search-component select>option {
    background-color: var(--search-filter-bg-color);
    color: var(--search-filter-text);
}

/*
1 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.
*/

.search-component img,
.search-component svg,
.search-component video,
.search-component canvas,
.search-component audio,
.search-component iframe,
.search-component embed,
.search-component object {
    vertical-align: middle;
    /* 1 */
}

.search-component input.search-input.search-input-background{
    background-color: var(--color-bg--input);
}

.search-component .search-container-focus {
    z-index: 200;
    height: calc(var(--search-focus-height) - var(--search-focus-sgabar) - var(--search-focus-global-banner));
    top: calc(var(--search-focus-sgabar) + var(--search-focus-global-banner));
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 1024px) {
    .search-component .search-container-focus {
        height: calc(var(--search-focus-height) - var(--search-focus-sgabar) - var(--search-focus-global-banner) - 10vh);
        top: calc(var(--search-focus-sgabar) + var(--search-focus-global-banner) + 5vh);
    }
}

.search-component .smooth-overlay-transition {
    transition: opacity .3s;
}

.search-component .search-hidden {
    display: none;
}

.search-component .respect-sga-height {
    height: calc(var(--search-focus-height) - var(--search-focus-sgabar) - var(--search-focus-global-banner));
    top: calc(var(--search-focus-sgabar) + var(--search-focus-global-banner));
}

.search-component .search-pill-button{
    background-color: var(--search-pill-button-bg-color);
    border-color: var(--search-pill-button-border-color);
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
}
 
.search-component .search-pill-button:hover{
    background-color: var(--search-pill-button-bg-color-hover);
}

.search-component .search-pill-button label{
    color: var(--search-pill-text-color);
}

.search-component .v-enter-active,
.search-component .v-leave-active {
  transition: opacity 0.25s ease;
}

.search-component .v-enter-from,
.search-component .v-leave-to {
  opacity: 0;
}

.search-component .slot {
    overflow: hidden;
    width: auto;
    position: relative;
    display: inline-flex;
    height: 16px;
    cursor: pointer;
}
  
.search-component .number {
    transition: transform 1s ease-in;
    transform: translateY(-160px);
    display: flex;
    flex-direction: column;
}

.search-component .number.active {
    animation: roll 1s infinite linear;
}

.search-component .number.first {
    animation-delay: 0ms;
}

.search-component .number.second {
    animation-delay: 40ms;
}

.search-component .number.third {
    animation-delay: 72ms;
}

.search-component .number.fourth {
    animation-delay: 106ms;
}
  
.search-component .num {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes roll {
    0% {
        transform: translateY(-160px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes stop-at-1 {
    0% {
        transform: translateY(-160px);
    }
    100% {
        transform: translateY(0);
    }
}

@tailwind containers;

.search-component .visible {
    visibility: visible;
}

.search-component .static {
    position: static;
}

.search-component .fixed {
    position: fixed;
}

.search-component .absolute {
    position: absolute;
}

.search-component .relative {
    position: relative;
}

.search-component .left-0 {
    left: 0px;
}

.search-component .right-0 {
    right: 0px;
}

.search-component .top-0 {
    top: 0px;
}

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

.search-component .order-1 {
    order: 1;
}

.search-component .order-2 {
    order: 2;
}

.search-component .m-0 {
    margin: 0px;
}

.search-component .m-auto {
    margin: auto;
}

.search-component .mx-2 {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

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

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

.search-component .mb-2 {
    margin-bottom: 0.5em;
}

.search-component .mb-3 {
    margin-bottom: 0.75em;
}

.search-component .mb-3\.5 {
    margin-bottom: 0.875em;
}

.search-component .mb-5 {
    margin-bottom: 1.25em;
}

.search-component .ml-2\.5 {
    margin-left: 0.625em;
}

.search-component .ml-margin-input-icon-magnify {
    margin-left: var(--margin-input-icon-magnify);
}

.search-component .mr-1 {
    margin-right: 0.25em;
}

.search-component .mr-2 {
    margin-right: 0.5em;
}

.search-component .mr-4 {
    margin-right: 1em;
}

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

.search-component .mt-2 {
    margin-top: 0.5em;
}

.search-component .mt-4 {
    margin-top: 1em;
}

.search-component .mt-6 {
    margin-top: 1.5em;
}

.search-component .block {
    display: block;
}

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

.search-component .flex {
    display: flex;
}

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

.search-component .grid {
    display: grid;
}

.search-component .hidden {
    display: none;
}

.search-component .h-4 {
    height: 1em;
}

.search-component .h-6 {
    height: 1.5em;
}

.search-component .h-\[150px\] {
    height: 150px;
}

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

.search-component .h-\[44px\] {
    height: 44px;
}

.search-component .h-full {
    height: 100%;
}

.search-component .max-h-full {
    max-height: 100%;
}

.search-component .min-h-search-game-tile-height {
    min-height: var(--search-game-tile-height);
}

.search-component .w-4 {
    width: 1em;
}

.search-component .w-40 {
    width: 10em;
}

.search-component .w-6 {
    width: 1.5em;
}

.search-component .w-\[110px\] {
    width: 110px;
}

.search-component .w-\[150px\] {
    width: 150px;
}

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

.search-component .w-auto {
    width: auto;
}

.search-component .w-full {
    width: 100%;
}

.search-component .w-screen {
    width: 100vw;
}

.search-component .min-w-full {
    min-width: 100%;
}

.search-component .max-w-\[990px\] {
    max-width: 990px;
}

.search-component .shrink-0 {
    flex-shrink: 0;
}

.search-component .grow {
    flex-grow: 1;
}

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

@keyframes pulse {

    50% {
        opacity: .5;
    }
}

.search-component .animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.search-component .cursor-pointer {
    cursor: pointer;
}

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

.search-component .resize {
    resize: both;
}

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

.search-component .auto-cols-carousel {
    grid-auto-columns: var(--search-carousel-width);
}

.search-component .grid-flow-col {
    grid-auto-flow: column;
}

.search-component .auto-rows-\[1fr\] {
    grid-auto-rows: 1fr;
}

.search-component .grid-cols-search-results {
    grid-template-columns: var(--search-results-grid);
}

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

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

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

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

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

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

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

.search-component .gap-2 {
    gap: 0.5em;
}

.search-component .gap-\[16px\] {
    gap: 16px;
}

.search-component .overflow-hidden {
    overflow: hidden;
}

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

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

.search-component .rounded-background {
    border-radius: var(--search-background-radius);
}

.search-component .rounded-background-mobile {
    border-radius: var(--search-background-mobile-radius);
}

.search-component .rounded-checkbox {
    border-radius: var(--border-radius--checkbox);
}

.search-component .rounded-input {
    border-radius: var(--border-radius--input);
}

.search-component .border-input-border {
    border-width: var(--search-input-border-width);
}

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

.search-component .border-filter-stroke {
    border-color: var(--search-filter-stroke);
}

.search-component .border-input-stroke {
    border-color: var(--search-input-stroke);
}

.search-component .border-input-stroke-active {
    border-color: var(--search-input-stroke-active);
}

.search-component .bg-bg-placeholder {
    background-color: var(--search-bg-placeholder);
}

.search-component .bg-bg-search {
    background-color: var(--search-bg-search);
}

.search-component .bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.search-component .bg-filter-bg-color {
    background-color: var(--search-filter-bg-color);
}

.search-component .bg-search-icon-arrow {
    background-image: var(--search-icon-arrow);
}

.search-component .bg-search-icon-clear {
    background-image: var(--search-icon-clear);
}

.search-component .bg-search-icon-close {
    background-image: var(--search-icon-close);
}

.search-component .bg-search-icon-magnify {
    background-image: var(--search-icon-magnify);
}

.search-component .bg-left {
    background-position: left;
}

.search-component .bg-no-repeat {
    background-repeat: no-repeat;
}

.search-component .fill-filter-icon {
    fill: var(--search-filter-icon);
}

.search-component .p-0 {
    padding: 0px;
}

.search-component .p-4 {
    padding: 1em;
}

.search-component .p-6 {
    padding: 1.5em;
}

.search-component .px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.search-component .px-3 {
    padding-left: 0.75em;
    padding-right: 0.75em;
}

.search-component .px-3\.5 {
    padding-left: 0.875em;
    padding-right: 0.875em;
}

.search-component .px-4 {
    padding-left: 1em;
    padding-right: 1em;
}

.search-component .py-4 {
    padding-top: 1em;
    padding-bottom: 1em;
}

.search-component .py-6 {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.search-component .pb-2 {
    padding-bottom: 0.5em;
}

.search-component .pl-0 {
    padding-left: 0px;
}

.search-component .pr-2 {
    padding-right: 0.5em;
}

.search-component .pt-12 {
    padding-top: 3em;
}

.search-component .pt-4 {
    padding-top: 1em;
}

.search-component .pt-search-result-padding-top {
    padding-top: var(--search-result-padding-top);
}

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

.search-component .font-sparkfont {
    font-family: var(--spk-text-font-family-primary);
}

.search-component .text-\[13px\] {
    font-size: 13px;
}

.search-component .text-lg {
    font-size: 1.125em;
    line-height: 1.75em;
}

.search-component .text-search-title-font-size {
    font-size: var(--search-title-font-size);
}

.search-component .text-sm {
    font-size: 0.875em;
    line-height: 1.25em;
}

.search-component .text-xs {
    font-size: 0.75em;
    line-height: 1em;
}

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

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

.search-component .font-search-pill-font-weight {
    font-weight: var(--search-pill-font-weight);
}

.search-component .font-search-title-font-weight {
    font-weight: var(--search-title-font-weight);
}

.search-component .leading-loose {
    line-height: 2;
}

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

.search-component .leading-search-title-line-height {
    line-height: var(--search-title-line-height);
}

.search-component .text-close-search-focus-mode {
    color: var(--close-search-focus-mode);
}

.search-component .text-color-title {
    color: var(--search-color-title);
}

.search-component .text-filter-text {
    color: var(--search-filter-text);
}

.search-component .text-input-color {
    color: var(--search-input-color);
}

.search-component .text-input-icon-x {
    color: var(--search-input-icon-x);
}

.search-component .text-no-results-header {
    color: var(--search-no-results-header);
}

.search-component .text-no-results-message {
    color: var(--search-no-results-message);
}

.search-component .text-number-of-results-text {
    color: var(--search-number-of-results-text);
}

.search-component .text-search-pill-recommendation-color {
    color: var(--search-pill-recommendation-color);
}

.search-component .text-slot-rolling-effect-color {
    color: var(--search-slot-rolling-effect-color);
}

.search-component .text-text--input {
    color: var(--color-text--input);
}

.search-component .placeholder-input-placeholder-color::-moz-placeholder {
    color: var(--search-slot-rolling-effect-color);
}

.search-component .placeholder-input-placeholder-color::placeholder {
    color: var(--search-slot-rolling-effect-color);
}

.search-component .opacity-0 {
    opacity: 0;
}

.search-component .opacity-100 {
    opacity: 1;
}

.search-component .opacity-75 {
    opacity: 0.75;
}

.search-component .opacity-80 {
    opacity: 0.8;
}

.search-component .shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.search-component .outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

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

.search-component .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);
}

.search-component .transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

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

.search-component .hover\:opacity-80:hover {
    opacity: 0.8;
}

.search-component .focus\:border-input-stroke-active:focus {
    border-color: var(--search-input-stroke-active);
}

@media (min-width: 576px) {

    .search-component .sm\:order-1 {
        order: 1;
    }

    .search-component .sm\:order-2 {
        order: 2;
    }

    .search-component .sm\:mb-0 {
        margin-bottom: 0px;
    }

    .search-component .sm\:mb-4 {
        margin-bottom: 1em;
    }

    .search-component .sm\:mb-search-title-bottom-margin {
        margin-bottom: var(--search-title-bottom-margin);
    }

    .search-component .sm\:mr-2 {
        margin-right: 0.5em;
    }

    .search-component .sm\:mt-0 {
        margin-top: 0px;
    }

    .search-component .sm\:block {
        display: block;
    }

    .search-component .sm\:inline-block {
        display: inline-block;
    }

    .search-component .sm\:flex {
        display: flex;
    }

    .search-component .sm\:hidden {
        display: none;
    }

    .search-component .sm\:min-w-\[8em\] {
        min-width: 8em;
    }

    .search-component .sm\:grid-cols-sm-search-results {
        grid-template-columns: var(--search-results-sm-grid);
    }

    .search-component .sm\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .search-component .sm\:items-center {
        align-items: center;
    }

    .search-component .sm\:rounded-background {
        border-radius: var(--search-background-radius);
    }

    .search-component .sm\:px-3\.5 {
        padding-left: 0.875em;
        padding-right: 0.875em;
    }

    .search-component .sm\:px-6 {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .search-component .sm\:py-6 {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }

    .search-component .sm\:pt-12 {
        padding-top: 3em;
    }
}

@media (min-width: 768px) {

    .search-component .md\:grid-cols-md-search-results {
        grid-template-columns: var(--search-results-md-grid);
    }
}

@media (min-width: 1024px) {

    .search-component .lg\:max-w-\[1000px\] {
        max-width: 1000px;
    }

    .search-component .lg\:grid-cols-lg-search-results {
        grid-template-columns: var(--search-results-lg-grid);
    }

    .search-component .lg\:rounded-background {
        border-radius: var(--search-background-radius);
    }
}

@media (min-width: 1440px) {

    .search-component .\32xl\:max-w-\[996px\] {
        max-width: 996px;
    }
}

/*# sourceMappingURL=searchStyle.04a2ca04b50660481c6b.css.map*/