@import url(customized.ui.min.css);

*,
::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.19 | 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;
}

.\!container {
    width: 100% !important;
}

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .\!container {
        max-width: 640px !important;
    }

    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .\!container {
        max-width: 768px !important;
    }

    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .\!container {
        max-width: 1024px !important;
    }

    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .\!container {
        max-width: 1280px !important;
    }

    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .\!container {
        max-width: 1536px !important;
    }

    .container {
        max-width: 1536px;
    }
}

.c-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.visible {
    visibility: visible;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    inset: 0px;
}

.bottom-20 {
    bottom: 5rem;
}

.bottom-3 {
    bottom: 0.75rem;
}

.bottom-\[-140px\] {
    bottom: -140px;
}

.bottom-\[-91px\] {
    bottom: -91px;
}

.bottom-\[100px\] {
    bottom: 100px;
}

.bottom-\[48px\] {
    bottom: 48px;
}

.left-0 {
    left: 0px;
}

.left-10 {
    left: 2.5rem;
}

.left-2 {
    left: 0.5rem;
}

.left-4 {
    left: 1rem;
}

.left-\[-7px\] {
    left: -7px;
}

.left-\[-80px\] {
    left: -80px;
}

.left-\[110px\] {
    left: 110px;
}

.left-\[3px\] {
    left: 3px;
}

.right-0 {
    right: 0px;
}

.right-3 {
    right: 0.75rem;
}

.right-4 {
    right: 1rem;
}

.right-\[26\%\] {
    right: 26%;
}

.right-\[62px\] {
    right: 62px;
}

.top-0 {
    top: 0px;
}

.top-1 {
    top: 0.25rem;
}

.top-4 {
    top: 1rem;
}

.top-\[-80px\] {
    top: -80px;
}

.top-\[20px\] {
    top: 20px;
}

.top-\[2px\] {
    top: 2px;
}

.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.z-30 {
    z-index: 30;
}

.m-0 {
    margin: 0px;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-14 {
    margin-top: 3.5rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mt-28 {
    margin-top: 7rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-32 {
    margin-top: 8rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-40 {
    margin-top: 10rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-\[2px\] {
    margin-top: 2px;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.size-10 {
    width: 2.5rem;
    height: 2.5rem;
}

.size-12 {
    width: 3rem;
    height: 3rem;
}

.size-16 {
    width: 4rem;
    height: 4rem;
}

.size-20 {
    width: 5rem;
    height: 5rem;
}

.h-11 {
    height: 2.75rem;
}

.h-12 {
    height: 3rem;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-32 {
    height: 8rem;
}

.h-40 {
    height: 10rem;
}

.h-44 {
    height: 11rem;
}

.h-48 {
    height: 12rem;
}

.h-60 {
    height: 15rem;
}

.h-64 {
    height: 16rem;
}

.h-72 {
    height: 18rem;
}

.h-80 {
    height: 20rem;
}

.h-9 {
    height: 2.25rem;
}

.h-\[120px\] {
    height: 120px;
}

.h-\[183px\] {
    height: 183px;
}

.h-\[210px\] {
    height: 210px;
}

.h-\[265px\] {
    height: 265px;
}

.h-\[300px\] {
    height: 300px;
}

.h-\[365px\] {
    height: 365px;
}

.h-\[415px\] {
    height: 415px;
}

.h-\[500px\] {
    height: 500px;
}

.h-\[540px\] {
    height: 540px;
}

.h-\[580px\] {
    height: 580px;
}

.h-\[90px\] {
    height: 90px;
}

.h-full {
    height: 100%;
}

.w-1\/2 {
    width: 50%;
}

.w-1\/4 {
    width: 25%;
}

.w-28 {
    width: 7rem;
}

.w-3\/4 {
    width: 75%;
}

.w-3\/5 {
    width: 60%;
}

.w-36 {
    width: 9rem;
}

.w-40 {
    width: 10rem;
}

.w-44 {
    width: 11rem;
}

.w-56 {
    width: 14rem;
}

.w-9 {
    width: 2.25rem;
}

.w-\[130px\] {
    width: 130px;
}

.w-\[140px\] {
    width: 140px;
}

.w-\[32\%\] {
    width: 32%;
}

.w-\[40\%\] {
    width: 40%;
}

.w-\[470px\] {
    width: 470px;
}

.w-\[60\%\] {
    width: 60%;
}

.w-\[65\%\] {
    width: 65%;
}

.w-\[67\%\] {
    width: 67%;
}

.w-\[85\%\] {
    width: 85%;
}

.w-\[90\%\] {
    width: 90%;
}

.w-\[95\%\] {
    width: 95%;
}

.w-full {
    width: 100%;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.translate-x-\[-1024px\] {
    --tw-translate-x: -1024px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[1024px\] {
    --tw-translate-x: 1024px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.min-h-\[250px\] {
    min-height: 250px;
}

.scale-\[0\.85\] {
    --tw-scale-x: 0.85;
    --tw-scale-y: 0.85;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
    cursor: pointer;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-\[170px_1fr\] {
    grid-template-columns: 170px 1fr;
}

.grid-cols-\[1fr_3fr_1fr\] {
    grid-template-columns: 1fr 3fr 1fr;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.place-items-center {
    place-items: center;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-16 {
    gap: 4rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-7 {
    gap: 1.75rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-\[5rem\] {
    gap: 5rem;
}

.gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.gap-y-8 {
    row-gap: 2rem;
}

.divide-y> :not([hidden])~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-primary-50> :not([hidden])~ :not([hidden]) {
    border-color: var(--primary-50);
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-scroll {
    overflow: scroll;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-\[100px\] {
    border-radius: 100px;
}

.rounded-\[50\%\] {
    border-radius: 50%;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.\!border-0 {
    border-width: 0px !important;
}

.border {
    border-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-r {
    border-right-width: 1px;
}

.border-none {
    border-style: none;
}

.border-\[\#ECECEC\] {
    --tw-border-opacity: 1;
    border-color: rgb(236 236 236 / var(--tw-border-opacity, 1));
}

.border-primary-400 {
    border-color: var(--primary-400);
}

.border-primary-500 {
    border-color: var(--primary-500);
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}

.border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

.bg-\[\#00000062\] {
    background-color: #00000062;
}

.bg-\[\#F6F6F6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.bg-card {
    background-color: var(--card);
}

.bg-footer {
    background-color: var(--footer);
}

.bg-primary-400 {
    background-color: var(--primary-400);
}

.bg-primary-50 {
    background-color: var(--primary-50);
}

.bg-primary-500 {
    background-color: var(--primary-500);
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pr-10 {
    padding-right: 2.5rem;
}

.pr-7 {
    padding-right: 1.75rem;
}

.pt-12 {
    padding-top: 3rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.align-middle {
    vertical-align: middle;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-bold {
    font-weight: 700;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-9 {
    line-height: 2.25rem;
}

.text-\[\#7F7F7F\] {
    --tw-text-opacity: 1;
    color: rgb(127 127 127 / var(--tw-text-opacity, 1));
}

.text-footer {
    color: var(--footer);
}

.text-primary-400 {
    color: var(--primary-400);
}

.text-primary-500 {
    color: var(--primary-500);
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.brightness-\[20\] {
    --tw-brightness: brightness(20);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

:root {
    --primary: #0043f6;
    --primary-50: #e8e9ff;
    --primary-100: #c3c7fd;
    --primary-200: #98a4fc;
    --primary-300: #677ffb;
    --primary-400: #3761fa;
    --primary-500: #0043f6;
    --primary-600: #003aea;
    --primary-700: #002ede;
    --primary-800: #0021d3;
    --primary-900: #0000ba;
    --primary-950: #001678;
    --card: #F2F9FF;
    --footer: #03224C;
    --button: #DA1F26;
    --bg-main: url('../images/bg-main-mobi.png');
    --bg-article-list: url('../images/bg-article-list.jpg');
    --shadow-one: 0 15px 67px 0 #0000001A;
    --ease: 0.3s ease;
}

body {
    padding: 0;
    margin: 0;
}

* {
    box-sizing: border-box;
}

.bg-main {
    background: linear-gradient(180deg, #FFFFFF 0%, #CCEAFF 100%);
}

.bg-search-engine:after {
    content: '';
    position: absolute;
    background: var(--bg-main) no-repeat center center;
    width: 280px;
    height: 200px;
    top: -138px;
}

.shadow-one {
    box-shadow: var(--shadow-one);
}

.swiper-button-disabled {
    opacity: 0.5 !important;
    cursor: not-allowed;
}

.ease {
    transition: var(--ease);
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.bg-article-list {
    background: var(--bg-article-list) no-repeat center center;
    background-size: cover;
}

.box-shadow-about {
    border: 1px solid var(--primary-400, #3761FA)
}

.card-services:nth-child(odd) {
    background: var(--card);
}

.card-services:nth-child(odd) .number:before {
    content: url("../images/circle-before.png");
    width: 25px;
    height: 25px;
    position: absolute;
    left: -12px;
    top: -11px;
    scale: 0.5;
}

.card-services:nth-child(even) {
    background: white;
    border: 1px solid #E4E4E7;
}

.card-services:nth-child(even) .number:before {
    content: url("../images/circle-before.png");
    width: 25px;
    height: 25px;
    position: absolute;
    left: 19px;
    top: -11px;
    scale: 0.5;
    rotate: 90deg;
}

.before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
}

.before\:left-0::before {
    content: var(--tw-content);
    left: 0px;
}

.before\:right-0::before {
    content: var(--tw-content);
    right: 0px;
}

.before\:top-0::before {
    content: var(--tw-content);
    top: 0px;
}

.before\:top-6::before {
    content: var(--tw-content);
    top: 1.5rem;
}

.before\:hidden::before {
    content: var(--tw-content);
    display: none;
}

.before\:h-\[2px\]::before {
    content: var(--tw-content);
    height: 2px;
}

.before\:h-full::before {
    content: var(--tw-content);
    height: 100%;
}

.before\:w-0::before {
    content: var(--tw-content);
    width: 0px;
}

.before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
}

.before\:bg-primary-400::before {
    content: var(--tw-content);
    background-color: var(--primary-400);
}

.before\:bg-primary-900::before {
    content: var(--tw-content);
    background-color: var(--primary-900);
}

.before\:bg-white::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.before\:transition-all::before {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.before\:duration-300::before {
    content: var(--tw-content);
    transition-duration: 300ms;
}

.before\:ease-out::before {
    content: var(--tw-content);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.before\:content-\[\'\'\]::before {
    --tw-content: '';
    content: var(--tw-content);
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
}

.hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    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));
}

.hover\:scale-\[1\.04\]:hover {
    --tw-scale-x: 1.04;
    --tw-scale-y: 1.04;
    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));
}

.hover\:scale-\[1\.1\]:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.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));
}

.hover\:bg-primary-600:hover {
    background-color: var(--primary-600);
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary-500:hover {
    color: var(--primary-500);
}

.hover\:text-primary-900:hover {
    color: var(--primary-900);
}

.hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --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);
}

.hover\:before\:flex:hover::before {
    content: var(--tw-content);
    display: flex;
}

.hover\:before\:w-full:hover::before {
    content: var(--tw-content);
    width: 100%;
}

.group:hover .group-hover\:ml-2 {
    margin-left: 0.5rem;
}

.group:hover .group-hover\:ml-\[2px\] {
    margin-left: 2px;
}

.group:hover .group-hover\:scale-\[1\.1\] {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.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));
}

.group:hover .group-hover\:scale-\[1\.2\] {
    --tw-scale-x: 1.2;
    --tw-scale-y: 1.2;
    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));
}

.group:hover .group-hover\:bg-primary-400 {
    background-color: var(--primary-400);
}

.group:hover .group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-primary-400 {
    color: var(--primary-400);
}

.group:hover .group-hover\:text-primary-900 {
    color: var(--primary-900);
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:brightness-\[0\] {
    --tw-brightness: brightness(0);
    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);
}

.group:hover .group-hover\:brightness-\[20\] {
    --tw-brightness: brightness(20);
    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);
}

@media (min-width: 700px) {
    .min-\[700px\]\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 1024px) {
    .bg-search-engine {
        height: auto;
        top: 120px;
        bottom: unset;
        position: relative;
    }

    .search-banner {
        position: relative;
        z-index: 999;
    }

    .reservation-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 6px;
    }

    .reservation-item li {
        height: 56px;
    }

    .reservation-item .module-icon {
        display: none !important;
    }

    .reservation-item li svg {
        display: none !important;
    }

    .reservation-item li:hover svg {
        display: none !important;
        position: absolute;

    }

    .reservation-item .active-module {
        border-radius: 12px;
        height: 56px !important;
        display: flex !important;
        align-items: center;
        padding: 0 27px !important;
        justify-content: center;
    }

    .reservation-item .active-module:hover span {
        color: white !important;
    }

    .search-box-container .group:hover .group-hover\:inline-block {
        display: none !important;
    }

    .close-module-form {
        display: none;
    }

    .flighttype-field {
        position: relative;
        width: 100%;
        height: 56px;
        border: 1px solid #D4D4D8;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 12px;
        margin-bottom: 12px;
    }

    .flighttype-field .flighttype-field-icon {
        display: flex !important;
    }

    .flighttype-field-icon {
        position: absolute;
        right: 0 !important;
    }

    .flighttype-field-icon svg {
        width: 25px;
        height: 25px !important;
        position: absolute;
        right: 9px !important;
        top: -19px;
    }

    .flighttype-field .flighttype-dropDown-text {
        height: auto !important;
        margin: 0 !important;
    }

    .form-search {
        border: 1px solid #D4D4D8;
        border-radius: 12px;
        padding: 8px 10px;
    }

    .search-box-container .flighttype-dropDown .flighttype-items {
        top: 57px !important;
        right: 0;
    }

    .search-box-container .flighttype-dropDown .flighttype-items li {
        text-align: left !important;
    }

    .flight-routes {
        width: 100% !important;
        display: grid;
    }

    .flight-routes .reserve-field {
        width: 100%;
        border-bottom: 1px solid #E4E4E7;
        height: 100%;
    }

    .flight-routes .reserve-field div.click-content {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .flight-routes .reserve-field .label-routes svg {
        position: absolute;
        width: 32px;
        height: 32px;
        left: -11px;
        top: 19px;
    }

    .flight-routes .reserve-field label span {
        display: none;
    }

    .flight-routes .reserve-field p {
        font-size: 16px;
        font-weight: 700;
        color: #18181B;
    }

    .flight-routes .reserve-field input {
        padding-left: 16px;
        color: #52525B;
        font-size: 12px;
    }

    .exchangeRoute {
        width: 48px !important;
        height: 48px !important;
        border: 1px solid #ccc;
        border-radius: 50%;
        right: 15px !important;
        background: white !important;
        top: 57px;
    }

    .date__searched__container {
        width: 100% !important;
        border-bottom: 1px solid #E4E4E7;
        height: 60px;
    }

    .date__searched__container .reserve-field {
        width: 100%;
        height: 100%;
        position: relative;
        top: -20px;
    }

    .date__searched__container .reserve-field label {
        display: none;
    }

    .date__searched__container .reserve-field div.border-type-1 {
        height: auto !important;
        width: 100%;
        padding: 0;
    }

    .date__searched__container .reserve-field div.border-type-1 input {
        padding: 24px 0 0 0;
        font-size: 16px;
        font-weight: 700;
    }

    .date__searched__container .reserve-field div.border-type-1 p {
        margin-top: 18px;
        color: #52525B;
        font-size: 12px;
    }

    .Basis_Date_Box .no-activedate {
        background-color: transparent !important;
        opacity: 1 !important;
        cursor: not-allowed;
    }

    .Flightclass-Passenger {
        width: 100% !important;
        display: flex !important;
        /* grid-template-columns: 1fr 1fr; */
        flex-direction: column !important;
    }

    .Flightclass-Passenger .reserve-field {
        width: 100% !important;
    }

    .Flightclass-Passenger .passengers-field {
        padding-top: 0 !important;
        width: 100% !important;
    }

    .Flightclass-Passenger .reserve-field .label-text {
        margin-top: 18px;
        color: #52525B;
        font-size: 12px;
    }

    .Flightclass-Passenger .reserve-field .FlightClass-text {
        font-weight: 700;
        font-size: 16px;
    }

    .Flightclass-Passenger .reserve-field .passenger-counts {
        font-weight: 700;
        font-size: 14px;
    }

    .reserve-search {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .reserve-search button {
        background: #DA1F26 !important;
        width: 100% !important;
        height: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        border-radius: 12px;
    }

    .reserve-search button svg {
        display: none !important;
    }

    .needhotel-label {
        margin-left: 12px;
    }

    .Wrapper-ExteraHoteldate {
        padding-left: 12px;
    }

    .Wrapper-ExteraHoteldate .date__searched__container {
        width: 100% !important;
    }

    .route-container {
        padding: 0 12px;
    }

    .route-container .multi-route-tlt span {
        font-weight: 700;
        font-size: 14px;
    }

    .multiroute-fields {
        padding: 0 12px;
        display: flex;
        justify-content: space-between;
    }

    .Add-Remove div.h-full {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .multiroute-fields .add-routs {
        font-size: 15px !important;
        color: var(--primary-600);
        border-bottom: 1px solid var(--primary-600);
        height: auto !important;
    }

    .multiroute-fields .remove-routs {
        font-size: 15px !important;
        color: #DA1F26 !important;
        border-bottom: 1px solid #DA1F26;
        height: auto !important;
    }

    .route-minus-btn {
        width: 100% !important;
        display: flex;
        justify-content: flex-end;
        padding: 0 !important;
    }

    .route-minus-btn span {
        border: 1px solid #DA1F26;
        color: #DA1F26;
        font-size: 14px;
        padding: 4px 8px;
        border-radius: 12px;
    }

    .route-minus-btn svg {
        display: none !important;
    }

    .searchList {
        border-radius: 12px;
        border: 1px solid #f2f2f2;
    }

    .searchList div.relative div.leading-9 {
        display: none !important;
    }

    .searchList div.relative input {
        border: 1px solid #f2f2f2;
        width: 100% !important;
        border-radius: 8px !important;
    }

    .searchList .load-location-options ul li {
        border-bottom: 1px solid #f2f2f2;
    }

    .FlightClass {
        padding: 12px;
        border: 1px solid #f2f2f2;
        border-radius: 12px;
    }

    .passengerbox {
        width: 330px !important;
        right: 0 !important;
        padding: 12px;
        border: 1px solid #f2f2f2;
        border-radius: 12px;
    }

    .passengerbox .plus-count,
    .passengerbox .minus-count {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--primary-600);
        color: white;
    }

    .passengerbox .plus-count:hover,
    .passengerbox .minus-count:hover {
        color: white;
    }

    .r-hotel .departure-route {
        border-bottom: 1px solid #E4E4E7;
    }

    .r-hotel .departure-route p.auto-fit {
        display: none !important;
    }

    .r-hotel .date__searched__container {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        width: 100% !important;
    }

    .r-hotel .date__searched__container .reserve-field {
        width: 100% !important;
        padding: 0;
    }

    .r-hotel .date__searched__container .reserve-field div.h-full {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .r-hotel .date__searched__container .reserve-field input {
        padding: 24px 0 0 12px;
        font-size: 16px;
        font-weight: 700;
    }

    .r-hotel .date__searched__container .reserve-field p {
        margin-bottom: 18px;
        color: #52525B;
        font-size: 12px;
        padding: 0 !important;
    }

    .search-box-container .r-hotel .departure-date::after {
        display: none !important;
    }

    .r-hotel .passengers-field {
        width: 100% !important;
    }

    .r-hotel .passengers-field .label-passengers span {
        color: #52525B;
        font-size: 12px;
    }

    .r-hotel .passengers-field .passenger-counts {
        font-size: 16px;
        font-weight: 700;
    }

    .deleteRoom {
        color: #DA1F26;
        font-size: 14px;
    }

    .label-passengers svg:first-child {
        display: none !important;
    }

    /* .Flightclass-Passenger {
        height: 60px;
    } */
    .flightclass-field {
        border-bottom: 1px solid #E4E4E7;
    }

    .Flightclass-Passenger .reserve-field {
        position: relative;
        height: 60px !important;
    }

    .Flightclass-Passenger .reserve-field label svg {
        position: absolute;
        width: 20px;
        height: 35px;
        right: 0;
        top: 0;
    }

    .searchList,
    .passengerbox,
    .FlightClass {
        position: fixed !important;
        right: 0 !important;
        top: 0 !important;
        z-index: 9999;
        border-radius: 0;
        min-height: 100%;
        width: 100% !important;
    }

    .searchList .close-searchList span {
        color: #DA1F26;
    }

    .FlightClass ul li {
        text-align: center;
        width: 100%;
        display: flex;
        padding: 6px 0;
        align-items: center;
        justify-content: center;
    }

    .FlightClass .active-FlightClass {
        background: var(--primary-600) !important;
        color: white;
        border-radius: 8px;
    }

    .label-routes svg:first-child {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 31px;
        left: -16px;
    }

    .reserve-btn:hover svg {
        display: none !important;
        opacity: 0 !important;
    }

    .exchangeRoute {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .exchangeRoute svg {
        width: 35px;
        height: 35px;
        scale: 1.1;
        transition: 0.5s ease;
        position: relative;
        top: -1px;
        right: -2px;
        rotate: 90deg;
    }

    .label-passengers svg:first-child,
    .label-flightclass svg:first-child {
        visibility: hidden !important;
    }

    .label-passengers svg:last-child,
    .label-flightclass svg:last-child {
        width: 25px;
        height: 25px;
        top: 23px;
        position: absolute;
        right: 10px;
    }

    .close-searchList,
    .close-passenger-box {
        width: 100% !important;
        margin-bottom: 2rem !important;
    }

    .close-searchList svg,
    .close-passenger-box svg {
        width: 40px;
        height: 40px;
    }

    .check-destination-hotel div.click-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .check-destination-hotel input {
        padding-left: 16px;
        font-weight: bold;
    }

    .check-destination-hotel label svg:first-child {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 14px;
        left: -14px;
    }

}
