@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";
@layer components; /*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties {
    @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
        ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
        *,
        :before,
        :after,
        ::backdrop {
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-space-y-reverse: 0;
            --tw-space-x-reverse: 0;
            --tw-border-style: solid;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-duration: initial;
            --tw-scale-x: 1;
            --tw-scale-y: 1;
            --tw-scale-z: 1;
        }
    }
}
@layer theme {
    :root,
    :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
            "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
            "Liberation Mono", "Courier New", monospace;
        --color-amber-600: oklch(66.6% 0.179 58.318);
        --color-amber-700: oklch(55.5% 0.163 48.998);
        --color-gray-50: oklch(98.5% 0.002 247.839);
        --color-gray-100: oklch(96.7% 0.003 264.542);
        --color-gray-200: oklch(92.8% 0.006 264.531);
        --color-gray-500: oklch(55.1% 0.027 264.364);
        --color-gray-600: oklch(44.6% 0.03 256.802);
        --color-black: #000;
        --color-white: #fff;
        --spacing: 0.25rem;
        --container-2xl: 42rem;
        --text-xl: 1.25rem;
        --text-xl--line-height: calc(1.75 / 1.25);
        --font-weight-light: 300;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --font-weight-extrabold: 800;
        --radius-md: 0.375rem;
        --radius-lg: 0.5rem;
        --aspect-video: 16/9;
        --default-transition-duration: 0.15s;
        --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
        --color-primary: #bf7c1c;
        --color-point: #A09171;
    }
}
@layer base {
    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }
    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }
    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(
            --default-font-family,
            ui-sans-serif,
            system-ui,
            sans-serif,
            "Apple Color Emoji",
            "Segoe UI Emoji",
            "Segoe UI Symbol",
            "Noto Color Emoji"
        );
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent;
    }
    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px;
    }
    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit;
    }
    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit;
    }
    b,
    strong {
        font-weight: bolder;
    }
    code,
    kbd,
    samp,
    pre {
        font-family: var(
            --default-mono-font-family,
            ui-monospace,
            SFMono-Regular,
            Menlo,
            Monaco,
            Consolas,
            "Liberation Mono",
            "Courier New",
            monospace
        );
        font-feature-settings: var(
            --default-mono-font-feature-settings,
            normal
        );
        font-variation-settings: var(
            --default-mono-font-variation-settings,
            normal
        );
        font-size: 1em;
    }
    small {
        font-size: 80%;
    }
    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative;
    }
    sub {
        bottom: -0.25em;
    }
    sup {
        top: -0.5em;
    }
    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse;
    }
    :-moz-focusring {
        outline: auto;
    }
    progress {
        vertical-align: baseline;
    }
    summary {
        display: list-item;
    }
    ol,
    ul,
    menu {
        list-style: none;
    }
    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        vertical-align: middle;
        display: block;
    }
    img,
    video {
        max-width: 100%;
        height: auto;
    }
    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }
    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }
    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder;
    }
    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px;
    }
    ::file-selector-button {
        margin-inline-end: 4px;
    }
    ::placeholder {
        opacity: 1;
    }
    @supports (not ((-webkit-appearance: -apple-pay-button))) or
        (contain-intrinsic-size: 1px) {
        ::placeholder {
            color: currentColor;
        }
        @supports (color: color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent);
            }
        }
    }
    textarea {
        resize: vertical;
    }
    ::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit;
    }
    ::-webkit-datetime-edit {
        display: inline-flex;
    }
    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0;
    }
    ::-webkit-datetime-edit {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-year-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-month-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-day-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-hour-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-minute-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-second-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0;
    }
    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0;
    }
    :-moz-ui-invalid {
        box-shadow: none;
    }
    button,
    input:where([type="button"], [type="reset"], [type="submit"]) {
        appearance: button;
    }
    ::file-selector-button {
        appearance: button;
    }
    ::-webkit-inner-spin-button {
        height: auto;
    }
    ::-webkit-outer-spin-button {
        height: auto;
    }
    [hidden]:where(:not([hidden="until-found"])) {
        display: none !important;
    }
}
@layer utilities {
    .absolute {
        position: absolute;
    }
    .fixed {
        position: fixed;
    }
    .relative {
        position: relative;
    }
    .inset-0 {
        inset: calc(var(--spacing) * 0);
    }
    .right-4 {
        right: calc(var(--spacing) * 4);
    }
    .bottom-0 {
        bottom: calc(var(--spacing) * 0);
    }
    .left-0 {
        left: calc(var(--spacing) * 0);
    }
    .left-4 {
        left: calc(var(--spacing) * 4);
    }
    .z-50 {
        z-index: 50;
    }
    .container {
        width: 100%;
    }
    @media (min-width: 40rem) {
        .container {
            max-width: 40rem;
        }
    }
    @media (min-width: 48rem) {
        .container {
            max-width: 48rem;
        }
    }
    @media (min-width: 64rem) {
        .container {
            max-width: 64rem;
        }
    }
    @media (min-width: 80rem) {
        .container {
            max-width: 80rem;
        }
    }
    @media (min-width: 96rem) {
        .container {
            max-width: 96rem;
        }
    }
    .m-auto {
        margin: auto;
    }
    .mx-auto {
        margin-inline: auto;
    }
    .mt-2 {
        margin-top: calc(var(--spacing) * 2);
    }
    .mt-4 {
        margin-top: calc(var(--spacing) * 4);
    }
    .mt-8 {
        margin-top: calc(var(--spacing) * 8);
    }
    .mr-1 {
        margin-right: calc(var(--spacing) * 1);
    }
    .mb-2 {
        margin-bottom: calc(var(--spacing) * 2);
    }
    .mb-4 {
        margin-bottom: calc(var(--spacing) * 4);
    }
    .mb-6 {
        margin-bottom: calc(var(--spacing) * 6);
    }
    .mb-8 {
        margin-bottom: calc(var(--spacing) * 8);
    }
    .mb-10 {
        margin-bottom: calc(var(--spacing) * 10);
    }
    .mb-12 {
        margin-bottom: calc(var(--spacing) * 12);
    }
    .ml-3 {
        margin-left: calc(var(--spacing) * 3);
    }
    .ml-4 {
        margin-left: calc(var(--spacing) * 4);
    }
    .block {
        display: block;
    }
    .flex {
        display: flex;
    }
    .grid {
        display: grid;
    }
    .hidden {
        display: none;
    }
    .aspect-\[16\/9\] {
        aspect-ratio: 16/9;
    }
    .aspect-video {
        aspect-ratio: var(--aspect-video);
    }
    .h-1\/3 {
        height: 33.3333%;
    }
    .h-4 {
        height: calc(var(--spacing) * 4);
    }
    .h-5 {
        height: calc(var(--spacing) * 5);
    }
    .h-6 {
        height: calc(var(--spacing) * 6);
    }
    .h-8 {
        height: calc(var(--spacing) * 8);
    }
    .h-15 {
        height: calc(var(--spacing) * 15);
    }
    .h-16 {
        height: calc(var(--spacing) * 16);
    }
    .h-20 {
        height: calc(var(--spacing) * 20);
    }
    .h-30 {
        height: calc(var(--spacing) * 30);
    }
    .h-50 {
        height: calc(var(--spacing) * 50);
    }
    .h-auto {
        height: auto;
    }
    .h-full {
        height: 100%;
    }
    .min-h-screen {
        min-height: 100vh;
    }
    .w-4 {
        width: calc(var(--spacing) * 4);
    }
    .w-6 {
        width: calc(var(--spacing) * 6);
    }
    .w-9 {
        width: calc(var(--spacing) * 9);
    }
    .w-10 {
        width: calc(var(--spacing) * 10);
    }
    .w-15 {
        width: calc(var(--spacing) * 15);
    }
    .w-20 {
        width: calc(var(--spacing) * 20);
    }
    .w-50 {
        width: calc(var(--spacing) * 50);
    }
    .w-90 {
        width: calc(var(--spacing) * 90);
    }
    .w-\[300px\] {
        width: 300px;
    }
    .w-auto {
        width: auto;
    }
    .w-full {
        width: 100%;
    }
    .max-w-2xl {
        max-width: var(--container-2xl);
    }
    .flex-shrink-0 {
        flex-shrink: 0;
    }
    .flex-grow {
        flex-grow: 1;
    }
    .transform {
        transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z)
            var(--tw-skew-x) var(--tw-skew-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));
    }
    .flex-col {
        flex-direction: column;
    }
    .flex-wrap {
        flex-wrap: wrap;
    }
    .content-center {
        align-content: center;
    }
    .items-center {
        align-items: center;
    }
    .justify-between {
        justify-content: space-between;
    }
    .justify-center {
        justify-content: center;
    }
    .justify-items-center {
        justify-items: center;
    }
    .gap-2 {
        gap: calc(var(--spacing) * 2);
    }
    .gap-4 {
        gap: calc(var(--spacing) * 4);
    }
    .gap-8 {
        gap: calc(var(--spacing) * 8);
    }
    :where(.space-y-1 > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(
            calc(var(--spacing) * 1) * var(--tw-space-y-reverse)
        );
        margin-block-end: calc(
            calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse))
        );
    }
    :where(.space-x-8 > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(
            calc(var(--spacing) * 8) * var(--tw-space-x-reverse)
        );
        margin-inline-end: calc(
            calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse))
        );
    }
    .truncate {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .overflow-hidden {
        overflow: hidden;
    }
    .overflow-x-auto {
        overflow-x: auto;
    }
    .rounded-\[60px\] {
        border-radius: 60px;
    }
    .rounded-full {
        border-radius: 3.40282e38px;
    }
    .rounded-lg {
        border-radius: var(--radius-lg);
    }
    .rounded-md {
        border-radius: var(--radius-md);
    }
    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }
    .border-2 {
        border-style: var(--tw-border-style);
        border-width: 2px;
    }
    .border-b {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
    }
    .border-b-2 {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 2px;
    }
    .border-b-6 {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 6px;
    }
    .border-gray-200 {
        border-color: var(--color-gray-200);
    }
    .border-primary {
        border-color: var(--color-primary);
    }
    .border-transparent {
        border-color: #0000;
    }
    .bg-black\/50 {
        background-color: #00000080;
    }
    @supports (color: color-mix(in lab, red, red)) {
        .bg-black\/50 {
            background-color: color-mix(
                in oklab,
                var(--color-black) 50%,
                transparent
            );
        }
    }
    .bg-gray-100 {
        background-color: var(--color-gray-100);
    }
    .bg-gray-200 {
        background-color: var(--color-gray-200);
    }
    .bg-primary {
        background-color: var(--color-primary);
    }
    .bg-transparent {
        background-color: #0000;
    }
    .bg-white {
        background-color: var(--color-white);
    }
    .bg-center {
        background-position: 50%;
    }
    .object-contain {
        object-fit: contain;
    }
    .object-cover {
        object-fit: cover;
    }
    .object-center {
        object-position: center;
    }
    .p-2 {
        padding: calc(var(--spacing) * 2);
    }
    .p-4 {
        padding: calc(var(--spacing) * 4);
    }
    .p-6 {
        padding: calc(var(--spacing) * 6);
    }
    .px-2 {
        padding-inline: calc(var(--spacing) * 2);
    }
    .px-3 {
        padding-inline: calc(var(--spacing) * 3);
    }
    .px-4 {
        padding-inline: calc(var(--spacing) * 4);
    }
    .px-6 {
        padding-inline: calc(var(--spacing) * 6);
    }
    .px-8 {
        padding-inline: calc(var(--spacing) * 8);
    }
    .py-2 {
        padding-block: calc(var(--spacing) * 2);
    }
    .py-3 {
        padding-block: calc(var(--spacing) * 3);
    }
    .py-4 {
        padding-block: calc(var(--spacing) * 4);
    }
    .py-6 {
        padding-block: calc(var(--spacing) * 6);
    }
    .py-8 {
        padding-block: calc(var(--spacing) * 8);
    }
    .py-12 {
        padding-block: calc(var(--spacing) * 12);
    }
    .py-16 {
        padding-block: calc(var(--spacing) * 16);
    }
    .py-20 {
        padding-block: calc(var(--spacing) * 20);
    }
    .pt-2 {
        padding-top: calc(var(--spacing) * 2);
    }
    .pt-10 {
        padding-top: calc(var(--spacing) * 10);
    }
    .pr-2 {
        padding-right: calc(var(--spacing) * 2);
    }
    .pb-2 {
        padding-bottom: calc(var(--spacing) * 2);
    }
    .pb-3 {
        padding-bottom: calc(var(--spacing) * 3);
    }
    .pb-4 {
        padding-bottom: calc(var(--spacing) * 4);
    }
    .pb-25 {
        padding-bottom: calc(var(--spacing) * 25);
    }
    .text-center {
        text-align: center;
    }
    .text-left {
        text-align: left;
    }
    .font-\[Nunito\] {
        font-family: Nunito;
    }
    .font-\[Poppins\] {
        font-family: Poppins;
    }
    .text-xl {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    .text-\[16px\] {
        font-size: 16px;
    }
    .text-\[18px\] {
        font-size: 18px;
    }
    .text-\[23px\] {
        font-size: 23px;
    }
    .text-\[27px\] {
        font-size: 27px;
    }
    .text-\[37px\] {
        font-size: 37px;
    }
    .text-\[47px\] {
        font-size: 47px;
    }
    .text-\[75px\] {
        font-size: 75px;
    }
    .leading-\[30px\] {
        --tw-leading: 30px;
        line-height: 30px;
    }
    .leading-\[60px\] {
        --tw-leading: 60px;
        line-height: 60px;
    }
    .font-\[400\] {
        --tw-font-weight: 400;
        font-weight: 400;
    }
    .font-\[600\] {
        --tw-font-weight: 600;
        font-weight: 600;
    }
    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
    }
    .font-extrabold {
        --tw-font-weight: var(--font-weight-extrabold);
        font-weight: var(--font-weight-extrabold);
    }
    .font-light {
        --tw-font-weight: var(--font-weight-light);
        font-weight: var(--font-weight-light);
    }
    .font-medium {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
    }
    .font-semibold {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
    }
    .text-amber-600 {
        color: var(--color-amber-600);
    }
    .text-black {
        color: var(--color-black);
    }
    .text-gray-200 {
        color: var(--color-gray-200);
    }
    .text-gray-500 {
        color: var(--color-gray-500);
    }
    .text-gray-600 {
        color: var(--color-gray-600);
    }
    .text-primary {
        color: var(--color-primary);
    }
    .text-white {
        color: var(--color-white);
    }
    .shadow-lg {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a),
            0 4px 6px -4px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
            var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow);
    }
    .shadow-md {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a),
            0 2px 4px -2px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
            var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow);
    }
    .transition-all {
        transition-property: all;
        transition-timing-function: var(
            --tw-ease,
            var(--default-transition-timing-function)
        );
        transition-duration: var(
            --tw-duration,
            var(--default-transition-duration)
        );
    }
    .transition-colors {
        transition-property: color, background-color, border-color,
            outline-color, text-decoration-color, fill, stroke,
            --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
        transition-timing-function: var(
            --tw-ease,
            var(--default-transition-timing-function)
        );
        transition-duration: var(
            --tw-duration,
            var(--default-transition-duration)
        );
    }
    .duration-300 {
        --tw-duration: 0.3s;
        transition-duration: 0.3s;
    }
    @media (hover: hover) {
        .hover\:scale-105:hover {
            --tw-scale-x: 105%;
            --tw-scale-y: 105%;
            --tw-scale-z: 105%;
            scale: var(--tw-scale-x) var(--tw-scale-y);
        }
        .hover\:border-primary:hover {
            border-color: var(--color-primary);
        }
        .hover\:bg-gray-50:hover {
            background-color: var(--color-gray-50);
        }
        .hover\:bg-primary:hover {
            background-color: var(--color-primary);
        }
        .hover\:text-amber-600:hover {
            color: var(--color-amber-600);
        }
        .hover\:text-amber-700:hover {
            color: var(--color-amber-700);
        }
        .hover\:text-primary:hover {
            color: var(--color-primary);
        }
        .hover\:underline:hover {
            text-decoration-line: underline;
        }
    }
    .focus\:border-primary:focus {
        border-color: var(--color-primary);
    }
    .focus\:text-primary:focus {
        color: var(--color-primary);
    }
    .focus\:outline-none:focus {
        --tw-outline-style: none;
        outline-style: none;
    }
    @media (min-width: 48rem) {
        .md\:flex {
            display: flex;
        }
        .md\:hidden {
            display: none;
        }
        .md\:grid-cols-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .md\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }
    @media (min-width: 64rem) {
        .lg\:mb-0 {
            margin-bottom: calc(var(--spacing) * 0);
        }
        .lg\:w-1\/2 {
            width: 50%;
        }
        .lg\:pl-12 {
            padding-left: calc(var(--spacing) * 12);
        }
    }
}
body {
    font-family: Poppins, sans-serif;
}
.color-primary,
.color-primary:hover {
    color: var(--color-primary);
}
.border-primary {
    border-color: var(--color-primary);
}
.text-primary,
.text-primary:hover {
    color: var(--color-primary);
}
.bg-primary {
    background-color: var(--color-primary);
}
.bg-primary:hover {
    background-color: #a56614;
}
.bg-secondary {
    background-color: #4f4839;
}
.text-tertiary {
    color: #8d8065;
}
.bg-scarlet {
    background-color: #f6412d;
}
.bg-beige {
    background-color: #fbf5e9;
}
.text-taupe {
    color: #a59c89;
}
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.border-soft {
    border: 1px solid #e0dcd4;
}
@property --tw-rotate-x {
    syntax: "*";
    inherits: false;
}
@property --tw-rotate-y {
    syntax: "*";
    inherits: false;
}
@property --tw-rotate-z {
    syntax: "*";
    inherits: false;
}
@property --tw-skew-x {
    syntax: "*";
    inherits: false;
}
@property --tw-skew-y {
    syntax: "*";
    inherits: false;
}
@property --tw-space-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}
@property --tw-space-x-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}
@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}
@property --tw-leading {
    syntax: "*";
    inherits: false;
}
@property --tw-font-weight {
    syntax: "*";
    inherits: false;
}
@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-ring-color {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false;
}
@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0;
}
@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff;
}
@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-duration {
    syntax: "*";
    inherits: false;
}
@property --tw-scale-x {
    syntax: "*";
    inherits: false;
    initial-value: 1;
}
@property --tw-scale-y {
    syntax: "*";
    inherits: false;
    initial-value: 1;
}
@property --tw-scale-z {
    syntax: "*";
    inherits: false;
    initial-value: 1;
}
:root {
    --color-primary: #d17a22;
    --font-family: "Poppins", sans-serif;
}
.login-container {
    font-family: var(--font-family);
    background-color: #e9e1d1;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}
.login-header {
    text-align: center;
    margin-bottom: 20px;
}
.login-logo {
    width: 100px;
    margin-bottom: 10px;
}
.login-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    max-width: 1200px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px #0000001a;
    overflow: hidden;
}
.login-form {
    padding: 40px;
    width: 50%;
}
.login-form h2 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 10px;
}
.login-form p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.input-wrapper {
    position: relative;
}
.input-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
.toggle-password-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.form-group input {
    width: 100%;
    padding: 10px 10px 10px 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.form-options label {
    font-size: 16px;
    font-weight: 400;
}
.forgot-password {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.login-button {
    background-color: var(--color-primary);
    color: #fff;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}
.login-button:hover {
    background-color: #b5651d;
}
.login-event {
    width: 50%;
}
.event-image {
    width: auto;
    height: 100%;
}
.login-footer {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    color: #6f6f6f;
}
.login-footer a {
    color: var(--color-primary);
    text-decoration: none;
}
.leaderboard {
    font-family: Poppins, sans-serif;
    color: #333;
    padding: 20px;
    background-color: #f9f9f9;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    overflow-y: auto;
}
.leaderboard-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.leaderboard-header h2 {
    font-size: 47px;
    padding: 0 20px;
    font-weight: 400;
    color: #4f4839;
}
.leaderboard-header p {
    font-size: 16px;
    color: #777;
}
.leaderboard-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 0;
}
.leaderboard-card {
    padding: 15px;
    width: 28%;
    border-radius: 20px 30px;
}
.leaderboard-card.one,
.leaderboard-card-jastiper.one {
    background: linear-gradient(to bottom, #f8e1e1, #fff);
}
.leaderboard-card.two,
.leaderboard-card-jastiper.two {
    background: linear-gradient(to bottom, #e7f5d3, #fff);
}
.leaderboard-card.three,
.leaderboard-card-jastiper.three {
    background: linear-gradient(to bottom, #fff3ec, #fff);
}
.leaderboard-card.four,
.leaderboard-card-jastiper.four, 
.leaderboard-card-akumulasi.four {
    background: linear-gradient(to bottom, #e3faff, #fff);
}
.leaderboard-card h3,
.leaderboard-card-akumulasi h3,
.leaderboard-card-jastiper h3 {
    font-size: 18px;
    color: #333;
}
.leaderboard-card h4,
.leaderboard-card-akumulasi h3,
.leaderboard-card-jastiper h3 {
    font-size: 23px;
    font-weight: 800;
    color: #000;
}
.leaderboard-card ul,
.leaderboard-card-akumulasi ul,
.leaderboard-card-jastiper ul {
    list-style: none;
    padding: 0;
}
.leaderboard-card ul li,
.leaderboard-card-akumulasi ul li,
.leaderboard-card-jastiper ul li {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px dotted #c4c4c4;
    padding: 10px 0;
}
.leaderboard-card ul li:last-child,
.leaderboard-card-akumulasi ul li:last-child,
.leaderboard-card-jastiper ul li:last-child  {
    border-bottom: none;
}
.leaderboard-card ul li span:first-child,
.leaderboard-card-akumulasi ul li span:first-child,
.leaderboard-card-jastiper ul li span:first-child  {
    text-align: left;
}
.leaderboard-card ul li span:last-child,
.leaderboard-card-akumulasi ul li span:last-child,
.leaderboard-card-jastiper ul li span:last-child {
    text-align: right;
    font-size: 22px;
    font-weight: 600;
}
.leaderboard-products {
    text-align: center;
    margin-bottom: 20px;
}
.leaderboard-products h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.product-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: row !important;
}
.product-item {
    position: relative;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 10px;
    text-align: left;
    display: flex;
    width: 18%;
}
.product-item:after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 50px;
    color: #f5f1eb;
    z-index: 0;
}
.product-item:nth-child(1):after {
    content: "1";
}
.product-item:nth-child(2):after {
    content: "2";
}
.product-item:nth-child(3):after {
    content: "3";
}
.product-item:nth-child(4):after {
    content: "4";
}
.product-item:nth-child(5):after {
    content: "5";
}
.product-item img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.product-item p {
    font-size: 14px;
    color: #555;
    z-index: 1;
}
.product-item div {
    z-index: 1;
}
.leaderboard-footer {
    text-align: center;
    margin-top: 20px;
}
.leaderboard-footer img {
    max-width: 200px;
}
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.card-header h3 span {
    color: #000;
    font-size: 23px;
    font-weight: 400;
}
.card-header h3 {
    font-size: 33px;
    font-weight: 700;
    line-height: 1.2;
}
.card-header h3.one {
    color: #a42424;
}
.card-header img {
    padding: 10px;
    border-radius: 10px 20px;
}
.card-header img.one {
    background-color: #f4d6d6;
}
.card-header img.two {
    background-color: #dbecc4;
}
.card-header img.three {
    background-color: #f8e6dc;
}
.card-header img.four {
    background-color: #daeef2;
}
.card-header h3.two {
    color: #5c950c;
}
.card-header h3.three {
    color: #e46116;
}
.card-header h3.four {
    color: #daeef2;
}
.wrapper {
    background-color: #8e8571;
    padding: 20px;
    border-radius: 30px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    /* background-image: url(data:image/png;base64,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); */
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}
.leaderboard-intro {
    text-align: center;
    margin-bottom: 20px;
}
.leaderboard-intro p,
.leaderboard-products h3 {
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    z-index: 1;
    line-height: 1.2;
}
.leaderboard-intro p span {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}
.product-item p.title {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding-left: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.product-item p.category {
    font-size: 16px;
    font-weight: 600;
    color: #4f4839;
    padding-left: 10px;
}
.product-item p.count {
    font-size: 20px;
    color: #4f4839;
    font-weight: 700;
    padding-left: 10px;
}
.product-item p.count span {
    font-size: 20px;
    color: #4f4839;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .leaderboard-section {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .leaderboard-card,
    .leaderboard-card-akumulasi {
        width: 90%;
        margin-bottom: 20px;
    }
    .product-list {
        flex-wrap: wrap;
        gap: 15px;
    }
    .product-item {
        width: 45%;
    }
    .wrapper {
        margin-bottom: 60px;
    }
}
@media (max-width: 768px) {
    .leaderboard-header h2 {
        font-size: 24px;
    }
    .leaderboard-card,
    .leaderboard-card-akumulasi {
        width: 100%;
    }
    .product-item {
        width: 100%;
        padding: 15px;
    }
    .product-item img {
        width: 60px;
        height: 60px;
    }
    .product-item p {
        font-size: 14px;
    }
    .wrapper {
        width: 100%;
    }
    .wrapper:before {
        display: none;
    }
}
@media (max-width: 480px) {
    .leaderboard-header h2 {
        font-size: 18px;
        line-height: 1.2;
    }
    .leaderboard-card h3 {
        font-size: 24px;
    }
    .leaderboard-card h4 {
        font-size: 18px;
    }
    .product-item img {
        width: 50px;
        height: 50px;
    }
    .product-item p {
        font-size: 12px;
    }
    .product-item {
        padding: 10px;
    }
    .wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.leaderboard-fashion {
    font-family: Poppins, sans-serif;
    color: #333;
    padding: 20px;
    background-color: #f9f9f9;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    overflow-y: auto;
}
.leaderboard-fashion-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.leaderboard-fashion-header h2 {
    font-size: 47px;
    padding: 0 20px;
    font-weight: 400;
    color: #4f4839;
}
.leaderboard-fashion-header span {
    font-size: 33px;
    font-weight: 400;
    color: #4f4839;
}
.leaderboard-fashion-intro {
    text-align: center;
    margin-bottom: 60px;
}
.leaderboard-fashion-intro p {
    font-size: 37px;
    color: #4f4839;
    font-weight: 700;
    margin: 0;
    z-index: 1;
}
.wrapper-fashion {
    background-color: #8e8571;
    padding: 20px;
    border-radius: 30px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.leaderboard-fashion-products {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.product-list-fashion {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.product-item-fashion {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    text-align: left;
    width: 18%;
    padding: 20px;
}
.product-item-fashion:after {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 100px;
    color: #f5f1eb;
    z-index: 0;
}
.product-item-fashion:nth-child(1):after {
    content: "1";
}
.product-item-fashion:nth-child(2):after {
    content: "2";
}
.product-item-fashion:nth-child(3):after {
    content: "3";
}
.product-item-fashion:nth-child(4):after {
    content: "4";
}
.product-item-fashion:nth-child(5):after {
    content: "5";
}
.product-item-fashion img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.product-content-fashion p.title-fashion {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    padding: 0;
}
.product-content-fashion p.sales-fashion {
    font-size: 33px;
    font-weight: 700;
    color: #000;
    border-bottom: 2px dotted #c4c4c4;
    padding-bottom: 10px;
}
.product-fashion {
    display: flex;
}
.product-fashion p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.product-fashion img {
    width: 65px;
    height: 65px;
    margin-right: 10px;
    display: flex;
}
.product-content-fashion p.sales-fashion span {
    font-size: 23px;
    font-weight: 700;
    color: #000;
}
.product-content-fashion p.highlight-fashion {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}
.kategori-banner-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -35px;
}
.kategori-banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    z-index: 2;
}
.kategori-banner {
    height: auto;
    z-index: 1;
}
@media (max-width: 1024px) {
    .product-list-fashion {
        flex-wrap: wrap;
    }
    .product-item-fashion {
        width: 45%;
    }
}
@media (max-width: 768px) {
    .leaderboard-fashion-header h2 {
        font-size: 18px;
    }
    .product-item-fashion {
        width: 100%;
    }
    .product-item-fashion img {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 480px) {
    .leaderboard-fashion-header h2 {
        font-size: 16px;
    }
    .product-item-fashion img {
        width: 40px;
        height: 40px;
    }
    .product-fashion p {
        font-size: 12px;
    }
    .wrapper-jastiper {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.leaderboard-kriya {
    font-family: Poppins, sans-serif;
    color: #333;
    padding: 20px;
    background-color: #f9f9f9;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    overflow-y: auto;
}
.leaderboard-kriya-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.leaderboard-kriya-header h2 {
    font-size: 47px;
    padding: 0 20px;
    font-weight: 400;
    color: #4f4839;
}
.leaderboard-kriya-header span {
    font-size: 33px;
    font-weight: 400;
    color: #4f4839;
}
.leaderboard-kriya-header p {
    font-size: 16px;
    color: #777;
}
.leaderboard-kriya-products {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.leaderboard-kriya-products h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.product-list-kriya {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.product-item-kriya {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    text-align: left;
    width: 18%;
    padding: 20px;
}
.product-item-kriya:after {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 100px;
    color: #f5f1eb;
    z-index: 0;
}
.product-item-kriya:nth-child(1):after {
    content: "1";
}
.product-item-kriya:nth-child(2):after {
    content: "2";
}
.product-item-kriya:nth-child(3):after {
    content: "3";
}
.product-item-kriya:nth-child(4):after {
    content: "4";
}
.product-item-kriya:nth-child(5):after {
    content: "5";
}
.product-item-kriya img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.product-content-kriya p.title-kriya {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    padding: 0;
}
.product-content-kriya p.sales-kriya {
    font-size: 33px;
    font-weight: 700;
    color: #000;
    border-bottom: 2px dotted #c4c4c4;
    padding-bottom: 10px;
}
.product-kriya {
    display: flex;
}
.product-kriya p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.product-kriya img {
    width: 65px;
    height: 65px;
    margin-right: 10px;
    display: flex;
}
.product-content-kriya p.sales-kriya span {
    font-size: 23px;
    font-weight: 700;
    color: #000;
}
.product-content-kriya p.highlight-kriya {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}
img.crown-icon {
    position: absolute;
    top: -45px;
    left: 36px;
    width: 70px;
    height: 70px;
}
.wrapper-kriya {
    background-color: #8e8571;
    padding: 20px;
    border-radius: 30px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.wrapper-kriya:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATIAAAElCAYAAABnFW7mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAwJSURBVHgB7d1Nch3VGQbgc+4VVTajLIEdQHYAK0i8AtQTXJInaOhCAjlU5ngQqMrE8goQK8j1CqLs4GYHyjDBUqf7WpJlWT/3p3/O6X6eKsBloAwevPV+p78+HUPDXv39r1+E/5Vfhmn4PITys1DG6o/yDyGGPwSAu5ThtMqJefXHaYzxpDwv34S4dVLsPJ8/9K/G0IBXv/z4ZfUL/6k8K7cFFtCwkziJs7Kcvrwr1DYKsld/+8t2mMSvqyT9MgC0LYZZ9ecXxc7B7MOfXkPdwKqR8dVidATo2iQch3Jr77KhrRRkr345/CyE6SsNDEhCDIdVO3uxdJAtWth5+NUZGNC/OK/Cq344UD0UOH+zVJBVIfZD1cIOA0AXFk8w42kM1dPLeP7v6ihrXv3kvH6KGR7997QoDk+v/+MPBpkQA1pRLtYs5otWFcr/hPPypDq6OgmTyekyKxfX3RtkQgzYXD0GXjSrOqyqprXsftjSv8Jdf0OIAau5EVh1u/r09/nNMbCVX/m2n3z1849/rv7yawC4qR4JJ7EeB//VdWDd5aMgW6xYlFv/sCMGXLWsUL65PGxvciRsytbNn4hh64dSiMEIXQutWDWtR2cnfbasVXzQyBavHMV6Yx8YtOvjYRlm4fHZLJfQus2HjSxOfqj/D4GhqdpWDLOyDFVwxVnx7LuTMCBXQbZoY0ZKGIh6P6v8bXEYP/lkluK5VpPeNzJtDDJ2Lbg+PT/OeUxcxyLI3t1moY1BNt6dcR3X7xmOMbhuWgRZ9aTi61Ibg3RdHs6X4bcQp8fF7rBHxVUtgqx0LQ8k6GJcDOG4eqp4sj3y1nWfrcUd+2/PPwtA72Ksr3S+aF0DP6Bv0lb4/eyL6ncvAD24cdalda2nGi3jFwHoTn3X1iS8rn5UnXV9ePc869mqfkM/d84PLRNerdpafHdSkkHzhFdntmzzQ4OEVy+2ArCxxdPGUL6o1yTGvpzaB0EGa7palXj89sjTxn4JMlhFPTqG8LIaH2fbO/uzQBIEGSzhcnR07pUmQQZ3uWxfn579ZHRMmyCDG7Sv/AgyqF22r08mx9vfDOv21DEQZIza1ZPHT98eWZvIlyBjlC7HR08eh0GQMR6XW/fTyZHxcVgEGcN37emj8XGYBBnDJcBGQ5AxOIuvZcfzl8Xu90eBURBkDIYD/PESZGRPgCHIyJYA45IgIzsCjJsEGRlZfOexEGDcJMjIQB1g5y+KnYOjALcQZKTrag/srT0w7iXISI9FVlYkyEhLjEchTqsx8vk8wJIEGUm4uszQQT5rEGT0rDrIn5Z720/3jwOsSZDRDwf5NEiQ0YfjMNnacw5GUwQZHXq30Frs+KgHzRJktO9ijCye7R8GaIEgo1WLp5FxWhgjaZMgoyXei6Q7kwBNi9XTyMdv/+gsjK5oZDTppAqxPQFG1wQZzSjDi+LZwWGAHggyNnUSyklRPPOdSPojyFifFkYiBBnr0MJIiiBjNdUTyeow/9sACRFkLMnrRaTLHhkPsxdG4jQy7la/I7kViuLpgbvCSJog41ZX70g+9Y4k6RNk3CLube/s/xQgE4KMa6oD/TI+sVZBbhz2c+l4caAvxMiQRkaoR8li1yhJvgTZqBklGQZBNlKLp5KP3j7xBSOGQJCNURlebO+6P5/hEGRjUi+4TsKTYteGPsMiyEajOg+bTL/yERCGyPrFOLx+966kEGOYNLKhc/khIyDIhsoL34yIIBuki/MwL3wzEs7IhuckRIf6jItGNiyvi92D7QAjo5ENRX2oL8QYKY1sCOq79He/PwowUoIsZ/WTyTD5qtj10jfjJsiyZVMfLjkjy5Mnk3CNRpaZ99fvHLh+By4Isry83t7Z3w7AB4yWubBeAXcSZDnw4jfcS5ClTojBg5yRJS3uFc983QgeIshSVW/r7xwcBeBBRsvU1Nv6ixDzyhEsSyNLyeUrRzteOYJVaGSpuAwxH8uFlQmyFAgx2Igg65sQg40Jsj4JMWiEIOuLEIPGCLI+CDFolCDrmhCDxgmyzgkxaJqF2C4tPhIixKBpGllXvHYErRFkXaiv4hFi0BpB1jb3iUHrBFmbhBh0wmF/W2J4WewKMeiCRtaO18XOwbcB6IQga95JeHwmxKBDRstGxXmIUx/PhY5pZI1ZhNhXxc7zeQA6JciasLhnX4hBX4yWTdgKRfFUiEFfBNnG4l7xdP84AL0xWm6iXnjd9QFd6JsgW9+xrX1IgyBbS/WE8vFZEYAkOCNb2cWaRbFvVwwSoZGtqoxPrFlAWgTZSqonlK6phuQIsmV5QgnJcka2hBjjbHt3/zAASdLIHhTnZZh6QgkJE2T38Q4lZEGQ3SfGF0IM0ifI7uJwH7LhsP9WcV48c7gPudDIPvJucz8A2dDIbpqWe+4Wg7xoZNfV52JPD9wtBpkRZO+duJYH8mS0XHj39aMAZEkjq8Vz+2KQMUEWw8ti5/ujAGRr5KNlnBc7+74KDpkbdyOzLwaDMN4gq1ctnIvBIIw1yHwBCQZkhGdki1WLvQAMxvgamVULGJxxNbIYj4qdg6MADMqIGlk1UobpiwAMzniCzEgJgzWO0dJICYM2gkZmpIShG36QGSlh8IY9WhopYRQG3MiMlDAWww0yIyWMxiBHyxjjbNtICaMxyEZWhmkRgNEYXpC5ngdGZ2CjpS+EwxgNq5FVB/wBGJ3hNDI7YzBaw2hkZTi1MwbjNZTR8qUDfhivAYyWDvhh7PJvZA74YfTybmQO+IGQfSNzwA/kHGSLNuaAH8g2yFzRA7yXayOzbgFcyTDI4rzY3f8pAFzIL8isWwA3ZLZ+UbUx6xbADXk1sli6MBH4SD6NbLFusT8LADdk1MisWwC3yyPILL8C98ikkWljwN3SDzJtDHhABo1MGwPul3aQaWPAEhJvZNoY8LB0g0wbA5aUcCPTxoDlpBlk2hiwgkQbmTYGLC+9INPGgBUl2Mi0MWA1aQWZNgasIbFGpo0Bq0vmPrIY42xbGwPWkEwjK0OpjQFrSaSR1Xfxu/0VWE8ajcyXkYANJNDIfBkJ2Ez/jUwbAzbUcyOL8+o/YRYANtBvI4thZgEW2FTPo6UFWGBz/QWZ15GAhvTYyMrXAaABPR32W4AFmtNPI7NyATSojyA7DY/OjwNAQ7oPshiPi+LwNAA0pIdGZuUCaFanh/3uHAPa0GkjK8O5lQugcR02MrdcAO3orpHFMAsALehwtHTID7Sjk9HSIT/Qpk4amUN+oE1dBJlNfqBV7QeZTX6gZR00Mtf1AO1q+bDfdT1A+9puZC8DQMvaDbI4dcgPtK610dLuGNCV1hqZ3TGgK+2NlnbHgI60E2T1p97sjgEdaSfIyvK3ANCRFg7747zY3TdWAp1pvpG5dwzoWAujpVeSgG41PFp6JQnoXrONzFgJ9KDh0dJYCXSvwdHSWAn0o7lGFu2OAf1oLsimk6MA0IOGgqwaK7/57iQA9KCZIPO0EuhRQ43M00qgPw08tfS0EujX5o3MWAn0rIHR0lgJ9GvD0dJYCfRvs0ZmrAQSsFmQuQkWSMAmQXZa7B64CRbo3fpBFss3ASABmzQybQxIwgZB9sksACRgrfWLGONse+f5PAAkYK1GVpbB00ogGeuNlnHqfAxIxhpBVm/zGyuBdKweZK60BhKzzmhprASSsmqQnRY7B7MAkJDVgsw2P5CgVRuZsRJIzopBZpsfSM8qQXZi7QJI0fJBZpsfSNTyQTZxGyyQpiVfGnc3P5Cu5RqZu/mBhC05Wp7bHwOStWSQWbsA0rVMkFm7AJL2cJDFYKwEkrZMI/NaEpC0h4LMbRdA8u4PMrddABl4qJEZK4HkPRBk1i6A9N0TZD4yAuTh7iDzWhKQibuDrPS1JCAPdwfZ47NZAMjArdf4xBhn28XhaQDIwK2NrHQbLJCR20fLWJ4EgEzcFmReSwKy8nGQeS0JyMxtjcxrSUBWbgkyryUBebkRZF5LAvLzYZB5LQnI0IdB5rUkIEMfBpnXkoAMXb2i5LUkIFdXjaw8tz8G5Gly7UezAJChyyDzWhKQrXdB5rUkIGOXjcxrSUC2LoLMa0lAxl79/OM/A0DGJiFGlygCWatGy/J1AMjYJDw608iArP0fzA8WNHAg+lsAAAAASUVORK5CYII=);
    background-size: contain;
    background-repeat: no-repeat;
}
.leaderboard-kriya-intro {
    text-align: center;
    margin-bottom: 60px;
}
.leaderboard-kriya-intro p,
.leaderboard-kriya-products h3 {
    font-size: 37px;
    color: #4f4839;
    font-weight: 700;
    margin: 0;
    z-index: 1;
}
.leaderboard-kriya-intro p span {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}
@media (max-width: 1024px) {
    .product-list-kriya {
        flex-wrap: wrap;
    }
    .product-item-kriya {
        width: 45%;
    }
}
@media (max-width: 768px) {
    .leaderboard-kriya-header h2 {
        font-size: 18px;
    }
    .product-item-kriya {
        width: 100%;
    }
    .product-item-kriya img {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 480px) {
    .leaderboard-kriya-header h2 {
        font-size: 16px;
    }
    .product-item-kriya img {
        width: 40px;
        height: 40px;
    }
    .product-kriya p {
        font-size: 12px;
    }
}
.dashboard {
    font-family: Poppins, sans-serif;
    color: #333;
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.dashboard-header {
    background-color: #4f4839;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.dashboard-header .logo {
    height: 50px;
}
.dashboard-header h1 {
    font-size: 23px;
    font-weight: 400;
    color: #e9e1d1;
}
.dashboard-header .user-info {
    display: flex;
    align-items: center;
}
.dashboard-header .user-info .user-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.dashboard-header .user-info p {
    font-size: 16px;
}
.dashboard-header .user-info p span {
    font-weight: 700;
}
.dashboard-sidebar {
    /* width: 250px; */
    flex-shrink: 0;
}
.dashboard-sidebar ul {
    list-style: none;
    padding: 0;
}
.dashboard-sidebar ul li {
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    color: #aba28e;
}
.dashboard-sidebar ul li.active {
    font-weight: 700;
    color: #bf7c1c;
}
.dashboard-sidebar ul li:last-child {
    border-bottom: none;
}
.menu-icon {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.dashboard-main {
    flex-grow: 1;
    padding: 20px;
    /* border: #e0e4ca solid 1px;
    border-radius: 20px; */
}
.profile-section h2 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #4f4839;
}
.profile-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    border: #e5e5e5 solid 1px;
    display: inline-block;
}
.profile-card .profile-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}
.profile-card p {
    font-size: 16px;
    width: 100%;
}
.create-profile-button {
    background-color: #a42424;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.create-profile-button img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.dashboard-footer {
    text-align: center;
    padding: 10px;
    color: #6f6f6f;
}
.dashboard-footer a {
    color: #6f6f6f;
    text-decoration: underline;
}
.dashboard-content {
    display: flex;
    flex-grow: 1;
    border: #e0e4ca solid 1px;
    background-color: #fff;
    border-radius: 20px;
}
.dashboard-body {
    /* display: flex;
    flex-direction: column; */
    flex-grow: 1;
    /* padding: 70px; */
    background-size: cover;
    background-position: center;
}
.profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.edit-button,
.add-product-button,
.pay-button,
.process-pay-button {
    background-color: var(--color-primary);
    color: #fff;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.edit-button:hover {
    background-color: #b5651d;
}
.profile-info {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.social-icons {
    display: flex;
    gap: 10px;
}
.display-flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.display-flex > div {
    flex: 1;
}
.profile-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.map-container {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.address-container,
.socmed-container {
    border-bottom: 2px dotted #919191;
}
.socmed-container {
    margin-bottom: 20px;
}
.socmed-container h3 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.socmed-container p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.promotional-banner img {
    background-color: #a29b8b;
}
.user h3 {
    font-size: 23px;
    font-weight: 600;
    color: #000;
}
.user p {
    color: #a59c89;
    font-size: 18px;
    font-weight: 600;
}
.category h3,
.social h3,
.contact h3 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.category p,
.contact p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-top: 10px;
}
.profile-description {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 30px;
}
.address h3 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding-bottom: 10px;
}
.address p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 10px;
}
.promotional-banner {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.product-list-section {
    padding: 20px;
    background-color: #fff;
}
.product-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.product-list-header h2,
.product-list-pos-header h2,
.pos-title {
    font-size: 27px;
    font-weight: 600;
    color: #4f4839;
}
.product-list-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}
.search-input {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 20px;
    border: #e5e5e5 solid 1px;
    border-radius: 8px;
    background-color: #fff;
}
.sort-select:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='32'%20height='32'%20rx='5'%20fill='%23BF7C1C'/%3e%3cpath%20d='M22.4%2013.5796L16.2%2019.6206L10%2013.5796'%20stroke='white'%20stroke-width='5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}
.select-wrapper {
    width: 180px;
}
.select-wrapper .sort-select {
    appearance: none;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    padding: 10px 20px;
    border: #e5e5e5 solid 1px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
}
.select-wrapper .caret-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    pointer-events: none;
}
.select-wrapper .caret-icon-dashboard {
    position: absolute;
    width: 22px;
    height: 22px;
    pointer-events: none;
}
.product-table {
    width: 100%;
    border-collapse: collapse;
}
.product-table th {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    text-align: left;
}
.product-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 2px dotted #c8c8c8;
}
.product-thumbnail {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 5px;
}
.edit-product-button,
.delete-product-button {
    display: flex;
    background-color: transparent;
    color: #bf7c1c;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
}
.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.input-wrapper .search-input {
    padding-left: 40px;
}
.input-wrapper .input-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}
.action-buttons {
    display: flex;
    justify-content: flex-end;
}
.pos-section {
    /* display: flex;
    flex-direction: column; */
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}
.pos-content {
    display: flex;
    gap: 20px;
}
.product-list {
    flex: 2;
    display: flex;
    flex-direction: column;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 1px solid #e0e4ca;
    border-radius: 10px;
}
.product-name,
.order-item-details p {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
}
.product-price,
.product-stock {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
.add-product-button {
    background-color: #f4a261;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.order-summary {
    flex: 1;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.order-summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: #e0e4ca solid 1px;
}
.order-summary-header h3 {
    font-size: 18px;
    font-weight: 600;
}
.clear-button {
    font-size: 16px;
    font-weight: 400;
}
.order-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}
.order-item {
    display: flex;
    align-items: start;
    border-bottom: #e0e4ca dotted 2px;
    padding-bottom: 20px;
}
.order-item-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #cccccc;
    border-radius: 5px;
    overflow: hidden;
    width: 120px;
    height: 40px;
}
.quantity-button {
    background-color: transparent;
    color: #bf7c1c;
    border: none;
    font-size: 18px;
    font-weight: 700;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.quantity {
    border: 1px solid #cccccc;
    align-content: center;
    height: inherit;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: center;
    flex-grow: 1;
}
.quantity-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.quantity-wrapper p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.quantity-wrapper span {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.order-summary-footer {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.voucher-input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}
.total-wrapper {
    border-top: #c8c8c8 dotted 2px;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}
.total-wrapper p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.sort-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.add-to-cart-button {
    border: #bf7c1c solid 1px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    justify-items: center;
}
.product-post-thumbnail {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    border-radius: 10px;
}
.transaction-section {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}
.transaction-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.transaction-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.transaction-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.transaction-table th {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 10px;
}
.transaction-table td {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 10px;
    border-bottom: 2px dotted #c8c8c8;
}
.transaction-table td:first-child {
    color: #bf7c1c;
    font-size: 16px;
    font-weight: 600;
}
.status {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
.status.success {
    background-color: #e0f5d0;
    color: #559218;
    font-size: 16px;
    font-weight: 500;
}
.status.failed {
    background-color: #f5d0d1;
    color: #d14848;
    font-size: 16px;
    font-weight: 500;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pagination-button {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px #0000001a;
    text-align: center;
    width: 90%;
    max-width: 400px;
}
.modal-content h2 {
    font-size: 27px;
    font-weight: 600;
    color: #4f4839;
}
.modal-content span {
    font-size: 16px;
    font-weight: 400;
    color: #5d5d5d;
    margin-bottom: 20px;
}
.modal-content p {
    font-size: 23px;
    font-weight: 600;
    color: #bf7c1c;
    margin-bottom: 20px;
}
.process-pay-button:hover {
    background-color: #a65e14;
}
.modal-qris-image {
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    display: block;
}
.close-modal-button {
    background: none;
    border: none;
    cursor: pointer;
    width: 100%;
    justify-items: right;
}
.close-modal-button:hover {
    background: none;
}
.close-modal-button img {
    width: 40px;
    height: 40px;
}
.transaction-detail {
    padding: 20px;
    margin-bottom: 20px;
}
.transaction-detail h2 {
    font-size: 24px;
    font-weight: 700;
    color: #4f4839;
    margin-bottom: 10px;
}
.transaction-detail .invoice {
    font-size: 18px;
    font-weight: 600;
    color: #bf7c1c;
    margin-bottom: 20px;
}
.transaction-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.transaction-info div {
    flex: 1;
    min-width: 200px;
}
.transaction-info p {
    margin: 0;
    font-size: 16px;
    color: #333;
}
.transaction-info p:first-child {
    font-weight: 700;
    color: #4f4839;
}
.customer-info,
.items-info,
.summary-info {
    margin-bottom: 20px;
}
.customer-info h3,
.items-info h3 {
    font-size: 20px;
    font-weight: 700;
    color: #4f4839;
    margin-bottom: 10px;
}
.customer-info p,
.items-info ul li {
    font-size: 16px;
    color: #333;
    margin: 5px 0;
}
.items-info ul {
    list-style: none;
    padding: 0;
}
.items-info ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.summary-info p {
    font-size: 16px;
    font-weight: 700;
    color: #4f4839;
    margin: 5px 0;
}
.print-invoice {
    background-color: #bf7c1c;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.print-invoice:hover {
    background-color: #a65e14;
}
.wrapped-card-akumulasi {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.leaderboard-card-akumulasi {
    width: 100%;
    border-radius: 20px 30px;
    padding: 15px;
}
.leaderboard-card-jastiper {
    width: 100%;
    border-radius: 20px 30px;
    padding: 15px;
}
.bg-point {
    background-color: var(--color-point);
}
.border-timeline {
    border: #FBF5E9 solid 3px;
}
.text-beige {
    color: #83775C
}
.bg-light-wood {
    background-color: #83775C;
}