:root {
    /* Neutral Grey Colors */
    --new-color-neutral-grey-50: #f6f7f9;
    --new-color-neutral-grey-75: #e7eaf0;
    --new-color-neutral-grey-100: #edeef1;
    --new-color-neutral-grey-200: #d7dae0;
    --new-color-neutral-grey-300: #b8b9c6;
    --new-color-neutral-grey-400: #8a94a6;
    --new-color-neutral-grey-500: #667085;
    --new-color-neutral-grey-600: #565e73;
    --new-color-neutral-grey-700: #464c5e;
    --new-color-neutral-grey-800: #3d424f;
    --new-color-neutral-grey-900: #363a44;
    --new-color-neutral-grey-950: #24262d;

    /* Warning Colors */
    --new-color-warning-yellow-50: #fcfbea;
    --new-color-warning-yellow-100: #faf4c7;
    --new-color-warning-yellow-200: #f5e793;
    --new-color-warning-yellow-300: #efd455;
    --new-color-warning-yellow-400: #e9be26;
    --new-color-warning-yellow-500: #d9a619;
    --new-color-warning-yellow-600: #bb8113;
    --new-color-warning-yellow-700: #955d13;
    --new-color-warning-yellow-800: #7c4a17;
    --new-color-warning-yellow-900: #6a3d19;
    --new-color-warning-yellow-950: #3d200b;

    /* Info colors */
    --new-color-info-blue-50: #f0f6fe;
    --new-color-info-blue-100: #ddebfc;
    --new-color-info-blue-200: #c2ddfb;
    --new-color-info-blue-300: #98c8f8;
    --new-color-info-blue-400: #67aaf3;
    --new-color-info-blue-500: #458aed;
    --new-color-info-blue-600: #2f6de1;
    --new-color-info-blue-700: #2657cf;
    --new-color-info-blue-800: #2548a8;
    --new-color-info-blue-900: #234085;
    --new-color-info-blue-950: #1a2951;

    /* Success Colors */
    --new-color-success-green-50: #effef2;
    --new-color-success-green-100: #dafee2;
    --new-color-success-green-200: #b8fac5;
    --new-color-success-green-300: #81f49a;
    --new-color-success-green-400: #43e566;
    --new-color-success-green-500: #1acd42;
    --new-color-success-green-600: #0fa931;
    --new-color-success-green-700: #10852b;
    --new-color-success-green-800: #126926;
    --new-color-success-green-900: #115622;
    --new-color-success-green-950: #03300f;

    /* Error Colors */
    --new-color-error-red-50: #fff1f1;
    --new-color-error-red-100: #ffe1e1;
    --new-color-error-red-200: #ffc7c7;
    --new-color-error-red-300: #ffa0a0;
    --new-color-error-red-400: #ff6a6a;
    --new-color-error-red-500: #f83b3b;
    --new-color-error-red-600: #e61c1c;
    --new-color-error-red-700: #c21313;
    --new-color-error-red-800: #a01414;
    --new-color-error-red-900: #841818;
    --new-color-error-red-950: #480707;

    /* Malachite Green Colors */
    --new-color-malachite-green-50: #edfff6;
    --new-color-malachite-green-100: #d5ffeb;
    --new-color-malachite-green-200: #aeffd8;
    --new-color-malachite-green-300: #70ffbc;
    --new-color-malachite-green-400: #2bfd98;
    --new-color-malachite-green-500: #00d66f;
    --new-color-malachite-green-600: #00c05f;
    --new-color-malachite-green-700: #00964e;
    --new-color-malachite-green-800: #067541;
    --new-color-malachite-green-900: #076037;
    --new-color-malachite-green-950: #00371d;

    /* Cinnabar Red Colors */
    --new-color-cinnabar-red-50: #fef4f2;
    --new-color-cinnabar-red-100: #fee7e2;
    --new-color-cinnabar-red-200: #fed3ca;
    --new-color-cinnabar-red-300: #fcb4a5;
    --new-color-cinnabar-red-400: #f88871;
    --new-color-cinnabar-red-500: #ee5030;
    --new-color-cinnabar-red-600: #dd4425;
    --new-color-cinnabar-red-700: #ba361b;
    --new-color-cinnabar-red-800: #99301b;
    --new-color-cinnabar-red-900: #7f2e1d;
    --new-color-cinnabar-red-950: #45140a;

    --new-color-bw-0: #fff;
    --new-color-bw-1000: #000;

    /* Old Colors ---------------------------------------------- */
    --new-color-brand-black-100: #282828;
    --new-color-brand-red-100: #ff0000;

    --new-color-neutral-grey-white: #ffffff;
    --new-color-neutral-grey-black: #000000;

    --new-color-icon-500: rgba(230, 75, 60, 1);

    --new-color-funtional-error: rgba(248, 59, 59, 1);
    --new-color-funtional-error-secondary: rgba(254, 244, 242, 1);
    --new-color-funtional-warning: rgba(217, 166, 25, 1);
    --new-color-funtional-warning-secondary: rgba(252, 251, 234, 1);
    --new-color-funtional-success: rgba(15, 169, 49, 1);
    --new-color-funtional-success-secondary: rgba(239, 255, 242, 1);
    --new-color-funtional-info: rgba(69, 138, 237, 1);
    --new-color-funtional-info2Gray: rgba(102, 112, 133, 1);

    --new-color-buttons-default: rgba(0, 214, 111, 1);
    --new-color-buttons-default-text: rgba(10, 27, 18, 1);
    --new-color-buttons-hover: rgba(114, 230, 148, 1);
    --new-color-buttons-disable: rgba(231, 231, 231, 1);
    --new-color-buttons-disable-text: rgba(183, 183, 183, 1);

    --new-color-MySin: #fcb300;
    --new-color-MySin-Dark: #ffffff;

    --new-skin-factory-new-fn: #5eb648;
    --new-skin-minimal-wear-mw: #79d154;
    --new-skin-field-tested-ft: #e3e15b;
    --new-skin-well-worn-ww: #e9a75d;
    --new-skin-battle-scarred-bs: #e05b59;

    /* --------------------------------------------------------- */

    /* Color Tokens -------------------------------------------- */

    --new-by-bg-primary: var(--new-color-neutral-grey-50);
    --new-by-bg-secondary: var(--new-color-bw-0);
    --new-by-bg-overlay: var(--new-color-bw-0);

    /* Light Mode Fill Tokens */
    --new-fill-dark: var(--new-color-neutral-grey-950);
    --new-fill-base: var(--new-color-neutral-grey-100);
    --new-fill-light: var(--new-color-neutral-grey-50);
    --new-fill-light-hover: var(--new-color-neutral-grey-75);
    --new-fill-white: var(--new-color-bw-0);
    --new-fill-primary-dark: var(--new-color-cinnabar-red-700);
    --new-fill-primary-base: var(--new-color-cinnabar-red-500);
    --new-fill-primary-light: var(--new-color-cinnabar-red-400);
    --new-fill-secondary-dark: var(--new-color-malachite-green-700);
    --new-fill-secondary-base: var(--new-color-malachite-green-500);
    --new-fill-secondary-light: var(--new-color-malachite-green-400);

    /* Light Mode Text Tokens */
    --new-text-darker: var(--new-color-neutral-grey-950);
    --new-text-dark-full-transform: var(--new-color-neutral-grey-950);
    --new-text-dark: var(--new-color-neutral-grey-700);
    --new-text-base: var(--new-color-neutral-grey-400);
    --new-text-lighter: var(--new-color-neutral-grey-50);
    --new-text-white: var(--new-color-bw-0);
    --new-text-light: var(--new-color-neutral-grey-200);
    --new-text-primary: var(--new-color-cinnabar-red-500);
    --new-text-primary-base: var(--new-color-cinnabar-red-500);
    --new-text-secondary: var(--new-color-malachite-green-500);
    --new-text-secondary-base: var(--new-color-malachite-green-500);
    --new-text-secondary-light: var(--new-color-malachite-green-300);
    --new-text-secondary-dark: var(--new-color-malachite-green-700);
    --new-text-fix-dark: var(--new-color-neutral-grey-950);
    --new-text-fix-white: var(--new-color-bw-0);
    --new-text-dark-full-transform: var(--new-color-neutral-grey-950);
    --new-text-tertiary: var(--new-color-MySin);

    /* Light Mode Border Tokens */
    --new-border-darker: var(--new-color-neutral-grey-950);
    --new-border-dark: var(--new-color-neutral-grey-300);
    --new-border-light: var(--new-color-neutral-grey-200);
    --new-border-lighter: var(--new-color-neutral-grey-100);
    --new-border-primary: var(--new-color-cinnabar-red-500);
    --new-border-secondary: var(--new-color-malachite-green-500);
    --new-border-white: var(--new-color-bw-0);

    /* Light Mode Icon Tokens */
    --new-icon-dark: var(--new-color-neutral-grey-950);
    --new-icon-base: var(--new-color-neutral-grey-400);
    --new-icon-light: var(--new-color-neutral-grey-200);
    --new-icon-white: var(--new-color-bw-0);
    --new-icon-primary: var(--new-color-cinnabar-red-500);
    --new-icon-secondary: var(--new-color-malachite-green-500);
    --new-icon-secondary-dark: var(--new-color-malachite-green-700);
    --new-icon-secondary-light: var(--new-color-malachite-green-300);
    --new-icon-tertiary-light: var(--new-color-MySin);
    --new-icon-fix: var(--new-color-neutral-grey-950);
    --new-icon-quaternary: var(--new-color-info-blue-500);

    /* --------------------------------------------------------- */

    /* Color States -------------------------------------------- */

    /* Light Mode Error State Tokens */
    --new-error-icon: var(--new-color-error-red-600);
    --new-error-text: var(--new-color-error-red-600);
    --new-error-border-dark: var(--new-color-error-red-500);
    --new-error-border: var(--new-color-error-red-300);
    --new-error-bg: var(--new-color-error-red-50);
    --new-error-bg-primary: var(--new-color-error-red-50);
    --new-error-bg-secondary: var(--new-color-error-red-200);

    /* Light Mode Success State Tokens */
    --new-success-icon: var(--new-color-success-green-700);
    --new-success-text: var(--new-color-success-green-700);
    --new-success-border: var(--new-color-success-green-300);
    --new-success-border-dark: var(--new-color-success-green-500);
    --new-success-bg: var(--new-color-success-green-50);
    --new-success-bg-primary: var(--new-color-success-green-50);
    --new-success-bg-secondary: var(--new-color-success-green-200);

    /* Light Mode Warning State Tokens */
    --new-warning-icon: var(--new-color-warning-yellow-600);
    --new-warning-text: var(--new-color-warning-yellow-600);
    --new-warning-border-dark: var(--new-color-warning-yellow-500);
    --new-warning-border: var(--new-color-warning-yellow-300);
    --new-warning-bg: var(--new-color-warning-yellow-50);
    --new-warning-bg-primary: var(--new-color-warning-yellow-50);
    --new-warning-bg-secondary: var(--new-color-warning-yellow-200);

    /* Light Mode Info State Tokens */
    --new-info-icon: var(--new-color-info-blue-700);
    --new-info-text: var(--new-color-info-blue-700);
    --new-info-border-dark: var(--new-color-info-blue-500);
    --new-info-border: var(--new-color-info-blue-300);
    --new-info-bg: var(--new-color-info-blue-50);
    --new-info-bg-primary: var(--new-color-info-blue-50);
    --new-info-bg-secondary: var(--new-color-info-blue-200);

    /* --------------------------------------------------------- */

    --new-radius-4: 4px;
    --new-radius-8: 8px;
    --new-radius-12: 12px;
    --new-radius-14: 14px;
    --new-radius-16: 16px;

    --new-spacing-1: 4px;
    --new-spacing-2: 8px;
    --new-spacing-3: 12px;
    --new-spacing-4: 16px;
    --new-spacing-5: 20px;
    --new-spacing-6: 24px;
    --new-spacing-7: 28px;
    --new-spacing-8: 32px;

    --new-shadow-light: 0px 2px 6px rgba(0, 0, 0, 0.08);
    --new-shadow-medium: 0px 6px 20px rgba(0, 0, 0, 0.08);
    --new-shadow-strong: 0px 6px 20px rgba(0, 0, 0, 0.16);
    --new-shadow-upper: 0px -4px 20px rgba(0, 0, 0, 0.08);
    --new-shadow-alert: 0px 0px 10px rgba(0, 0, 0, 0.07);

    --new-shadow-footer: 0px 389px 109px rgba(40, 40, 40, 0), 0px 249px 100px rgba(40, 40, 40, 0.01), 0px 140px 84px rgba(40, 40, 40, 0.02), 0px 62px 62px rgba(40, 40, 40, 0.03), 0px 16px 34px rgba(40, 40, 40, 0.04);

    /* Font Typography-------------------------------------- */
    --new-font-sans: Open Sans, sans-serif;

    /* Display Large */
    --new-display-large-font-size: 48px;
    --new-display-large-line-height: 120%;
    --new-display-large-font-weight: 800;
    --new-display-large-letter-spacing: 0;

    /* Display Medium */
    --new-display-medium-font-size: 40px;
    --new-display-medium-line-height: 120%;
    --new-display-medium-font-weight: 800;
    --new-display-medium-letter-spacing: 0;

    /* Display Small */
    --new-display-small-font-size: 32px;
    --new-display-small-line-height: 120%;
    --new-display-small-font-weight: 800;
    --new-display-small-letter-spacing: 0;

    /* Headline Large */
    --new-headline-large-font-size: 28px;
    --new-headline-large-line-height: 130%;
    --new-headline-large-font-weight: 800;
    --new-headline-large-letter-spacing: 0;

    /* Headline Medium */
    --new-headline-medium-font-size: 24px;
    --new-headline-medium-line-height: 130%;
    --new-headline-medium-font-weight: 800;
    --new-headline-medium-letter-spacing: 0;

    /* Headline Small */
    --new-headline-small-font-size: 20px;
    --new-headline-small-line-height: 130%;
    --new-headline-small-font-weight: 800;
    --new-headline-small-letter-spacing: 0;

    /* Title Large */
    --new-title-large-font-size: 20px;
    --new-title-large-line-height: 140%;
    --new-title-large-font-weight: 700;
    --new-title-large-letter-spacing: 0;

    /* Title Medium */
    --new-title-medium-font-size: 16px;
    --new-title-medium-line-height: 140%;
    --new-title-medium-font-weight: 700;
    --new-title-medium-letter-spacing: 0;

    /* Title Small */
    --new-title-small-font-size: 12px;
    --new-title-small-line-height: 140%;
    --new-title-small-font-weight: 700;
    --new-title-small-letter-spacing: 0;

    /* Body Regular  */
    --new-body-regular-font-size: 16px;
    --new-body-regular-line-height: 150%;
    --new-body-regular-font-weight: 400;
    --new-body-regular-letter-spacing: -3.5%;

    /* Body Large */
    --new-body-large-font-size: 18px;
    --new-body-large-line-height: 160%;
    --new-body-large-font-weight: 400;
    --new-body-large-letter-spacing: 0;

    /* Body Large Strong */
    --new-body-large-strong-font-size: 18px;
    --new-body-large-strong-line-height: 160%;
    --new-body-large-strong-font-weight: 700;
    --new-body-large-strong-letter-spacing: 0;

    /* Body Medium */
    --new-body-medium-font-size: 16px;
    --new-body-medium-line-height: 160%;
    --new-body-medium-font-weight: 400;
    --new-body-medium-letter-spacing: 0;

    /* Body Medium Strong */
    --new-body-medium-strong-font-size: 16px;
    --new-body-medium-strong-line-height: 160%;
    --new-body-medium-strong-font-weight: 700;
    --new-body-medium-strong-letter-spacing: 0;

    /* Body Base */
    --new-body-base-font-size: 14px;
    --new-body-base-line-height: 140%;
    --new-body-base-font-weight: 400;
    --new-body-base-letter-spacing: 0;

    /* Body Base Strong */
    --new-body-base-strong-font-size: 14px;
    --new-body-base-strong-line-height: 140%;
    --new-body-base-strong-font-weight: 700;
    --new-body-base-strong-letter-spacing: 0;

    /* Body Small */
    --new-body-small-font-size: 12px;
    --new-body-small-line-height: 160%;
    --new-body-small-font-weight: 400;
    --new-body-small-letter-spacing: 0;

    /* Body Small Strong */
    --new-body-small-strong-font-size: 12px;
    --new-body-small-strong-line-height: 160%;
    --new-body-small-strong-font-weight: 700;
    --new-body-small-strong-letter-spacing: 0;

    /* Label Large */
    --new-label-large-font-size: 14px;
    --new-label-large-line-height: 24px;
    --new-label-large-font-weight: 400;
    --new-label-large-letter-spacing: 0;

    /* Label Large Strong */
    --new-label-large-strong-font-size: 14px;
    --new-label-large-strong-line-height: 24px;
    --new-label-large-strong-font-weight: 700;
    --new-label-large-strong-letter-spacing: 0;

    /* Label Base */
    --new-label-base-font-size: 12px;
    --new-label-base-line-height: 16px;
    --new-label-base-font-weight: 400;
    --new-label-base-letter-spacing: 0;

    /* Label Base Strong */
    --new-label-base-strong-font-size: 12px;
    --new-label-base-strong-line-height: 16px;
    --new-label-base-strong-font-weight: 700;
    --new-label-base-strong-letter-spacing: 0;

    /* Label Medium */
    --new-label-medium-font-size: 11px;
    --new-label-medium-line-height: 14px;
    --new-label-medium-font-weight: 400;
    --new-label-medium-letter-spacing: 0;

    /* Label Medium Strong */
    --new-label-medium-strong-font-size: 11px;
    --new-label-medium-strong-line-height: 14px;
    --new-label-medium-strong-font-weight: 700;
    --new-label-medium-strong-letter-spacing: 0;

    /* Label Small */
    --new-label-small-font-size: 9px;
    --new-label-small-line-height: 12px;
    --new-label-small-font-weight: 400;
    --new-label-small-letter-spacing: -0.04em;

    /* Label Small Strong */
    --new-label-small-strong-font-size: 9px;
    --new-label-small-strong-line-height: 12px;
    --new-label-small-strong-font-weight: 700;
    --new-label-small-strong-letter-spacing: -0.04em;

    /* Animations ------------------------------------------   */
    --new-animate-ripple: ripple 1.5s ease-out infinite;

    @keyframes ripple {
        0% {
            transform: scale(1);
            opacity: 0.8;
        }
        100% {
            transform: scale(2);
            opacity: 0;
        }
    }

    --new-animate-rotate: rotate 1s linear infinite;
    @keyframes rotate {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }
}

/* Dark Mode */
.dark {
    /* Dark Mode Site BG */
    --new-site-bg: var(--new-color-neutral-grey-950);

    --new-by-bg-primary: var(--new-color-neutral-grey-950);
    --new-by-bg-secondary: var(--new-color-bw-1000);
    --new-by-bg-overlay: var(--new-color-neutral-grey-700);

    /* Dark Mode Fill Tokens */
    --new-fill-dark: var(--new-color-neutral-grey-100);
    --new-fill-base: var(--new-color-neutral-grey-900);
    --new-fill-light: var(--new-color-neutral-grey-950);
    --new-fill-light-hover: var(--new-color-neutral-grey-900);
    --new-fill-white: var(--new-color-bw-1000);
    --new-fill-primary-dark: var(--new-color-cinnabar-red-400);
    --new-fill-primary-base: var(--new-color-cinnabar-red-500);
    --new-fill-primary-light: var(--new-color-cinnabar-red-700);
    --new-fill-secondary-dark: var(--new-color-malachite-green-600);
    --new-fill-secondary-base: var(--new-color-malachite-green-500);
    --new-fill-secondary-light: var(--new-color-malachite-green-700);

    /* Dark Mode Text Tokens */
    --new-text-darker: var(--new-color-neutral-grey-300);
    --new-text-dark-full-transform: var(--new-color-bw-0);
    --new-text-dark: var(--new-color-neutral-grey-200);
    --new-text-base: var(--new-color-neutral-grey-200);
    --new-text-lighter: var(--new-color-neutral-grey-950);
    --new-text-white: var(--new-color-neutral-grey-900);
    --new-text-light: var(--new-color-neutral-grey-800);
    --new-text-primary: var(--new-color-cinnabar-red-500);
    --new-text-primary-base: var(--new-color-cinnabar-red-500);
    --new-text-secondary-base: var(--new-color-malachite-green-500);
    --new-text-secondary: var(--new-color-malachite-green-500);
    --new-text-secondary-light: var(--new-color-malachite-green-700);
    --new-text-secondary-dark: var(--new-color-malachite-green-500);
    --new-text-fix-dark: var(--new-color-neutral-grey-950);
    --new-text-fix-white: var(--new-color-bw-0);
    --new-text-dark-full-transform: var(--new-color-bw-0);

    /* Dark Mode Border Tokens */
    --new-border-darker: var(--new-color-neutral-grey-100);
    --new-border-dark: var(--new-color-neutral-grey-500);
    --new-border-light: var(--new-color-neutral-grey-800);
    --new-border-lighter: var(--new-color-neutral-grey-700);
    --new-border-primary: var(--new-color-cinnabar-red-500);
    --new-border-secondary: var(--new-color-malachite-green-500);
    --new-border-white: var(--new-color-bw-0);

    /* Dark Mode Icon Tokens */
    --new-icon-dark: var(--new-color-neutral-grey-100);
    --new-icon-base: var(--new-color-neutral-grey-400);
    --new-icon-light: var(--new-color-neutral-grey-800);
    --new-icon-white: var(--new-color-neutral-grey-950);
    --new-icon-primary: var(--new-color-cinnabar-red-500);
    --new-icon-secondary: var(--new-color-malachite-green-500);
    --new-icon-secondary-dark: var(--new-color-malachite-green-300);
    --new-icon-secondary-light: var(--new-color-malachite-green-700);
    --new-icon-tertiary-light: var(--new-color-MySin-Dark);
    --new-icon-fix: var(--new-color-neutral-grey-950);

    /* Dark Mode Error State Tokens */
    --new-error-icon: var(--new-color-error-red-400);
    --new-error-text: var(--new-color-error-red-100);
    --new-error-border-dark: var(--new-color-error-red-500);
    --new-error-border: var(--new-color-error-red-300);
    --new-error-bg: var(--new-color-error-red-900);
    --new-error-bg-primary: var(--new-color-error-red-600);
    --new-error-bg-secondary: var(--new-color-error-red-800);

    /* Dark Mode Success State Tokens */
    --new-success-icon: var(--new-color-success-green-400);
    --new-success-text: var(--new-color-success-green-50);
    --new-success-border: var(--new-color-success-green-200);
    --new-success-border-dark: var(--new-color-success-green-400);
    --new-success-bg: var(--new-color-success-green-500);
    --new-success-bg-primary: var(--new-color-success-green-500);
    --new-success-bg-secondary: var(--new-color-success-green-700);

    /* Dark Mode Warning State Tokens */
    --new-warning-icon: var(--new-color-warning-yellow-400);
    --new-warning-text: var(--new-color-warning-yellow-50);
    --new-warning-border-dark: var(--new-color-warning-yellow-400);
    --new-warning-border: var(--new-color-warning-yellow-200);
    --new-warning-bg: var(--new-color-warning-yellow-500);
    --new-warning-bg-primary: var(--new-color-warning-yellow-500);
    --new-warning-bg-secondary: var(--new-color-warning-yellow-600);

    /* Dark Mode Info State Tokens */
    --new-info-icon: var(--new-color-info-blue-400);
    --new-info-text: var(--new-color-info-blue-200);
    --new-info-border-dark: var(--new-color-info-blue-500);
    --new-info-border: var(--new-color-info-blue-300);
    --new-info-bg: var(--new-color-info-blue-600);
    --new-info-bg-primary: var(--new-color-info-blue-600);
    --new-info-bg-secondary: var(--new-color-info-blue-800);
}

/* Font Utilities Classes */

/* Display Large */
.new-by-display-large {
    font-family: var(--new-font-sans);
    font-size: var(--new-display-large-font-size);
    line-height: var(--new-display-large-line-height);
    font-weight: var(--new-display-large-font-weight);
    letter-spacing: var(--new-display-large-letter-spacing);
}

/* Display Medium */
.new-by-display-medium {
    font-family: var(--new-font-sans);
    font-size: var(--new-display-medium-font-size);
    line-height: var(--new-display-medium-line-height);
    font-weight: var(--new-display-medium-font-weight);
    letter-spacing: var(--new-display-medium-letter-spacing);
}

/* Display Small */
.new-by-display-small {
    font-family: var(--new-font-sans);
    font-size: var(--new-display-small-font-size);
    line-height: var(--new-display-small-line-height);
    font-weight: var(--new-display-small-font-weight);
    letter-spacing: var(--new-display-small-letter-spacing);
}

/* Headline Large */
.new-by-headline-large {
    font-family: var(--new-font-sans);
    font-size: var(--new-headline-large-font-size);
    line-height: var(--new-headline-large-line-height);
    font-weight: var(--new-headline-large-font-weight);
    letter-spacing: var(--new-headline-large-letter-spacing);
}

/* Headline Medium */
.new-by-headline-medium {
    font-family: var(--new-font-sans);
    font-size: var(--new-headline-medium-font-size);
    line-height: var(--new-headline-medium-line-height);
    font-weight: var(--new-headline-medium-font-weight);
    letter-spacing: var(--new-headline-medium-letter-spacing);
}

/* Headline Small */
.new-by-headline-small {
    font-family: var(--new-font-sans);
    font-size: var(--new-headline-small-font-size);
    line-height: var(--new-headline-small-line-height);
    font-weight: var(--new-headline-small-font-weight);
    letter-spacing: var(--new-headline-small-letter-spacing);
}

/* Title Large */
.new-by-title-large {
    font-family: var(--new-font-sans);
    font-size: var(--new-title-large-font-size);
    line-height: var(--new-title-large-line-height);
    font-weight: var(--new-title-large-font-weight);
    letter-spacing: var(--new-title-large-letter-spacing);
}

/* Title Medium */
.new-by-title-medium {
    font-family: var(--new-font-sans);
    font-size: var(--new-title-medium-font-size);
    line-height: var(--new-title-medium-line-height);
    font-weight: var(--new-title-medium-font-weight);
    letter-spacing: var(--new-title-medium-letter-spacing);
}

/* Title Small */
.new-by-title-small {
    font-family: var(--new-font-sans);
    font-size: var(--new-title-small-font-size);
    line-height: var(--new-title-small-line-height);
    font-weight: var(--new-title-small-font-weight);
    letter-spacing: var(--new-title-small-letter-spacing);
}

/* Body Regular */
.new-by-body-regular {
    font-family: var(--new-font-sans);
    font-size: var(--new-body-regular-font-size);
    line-height: var(--new-body-regular-line-height);
    font-weight: var(--new-body-regular-font-weight);
    letter-spacing: var(--new-body-regular-letter-spacing);
}

/* Body Large */
.new-by-body-large {
    font-family: var(--new-font-sans);
    font-size: var(--new-body-large-font-size);
    line-height: var(--new-body-large-line-height);
    font-weight: var(--new-body-large-font-weight);
    letter-spacing: var(--new-body-large-letter-spacing);
}

/* Body Large Strong */
.new-by-body-large-strong {
    font-family: var(--new-font-sans);
    font-size: var(--new-body-large-strong-font-size);
    line-height: var(--new-body-large-strong-line-height);
    font-weight: var(--new-body-large-strong-font-weight);
    letter-spacing: var(--new-body-large-strong-letter-spacing);
}

/* Body Medium */
.new-by-body-medium {
    font-family: var(--new-font-sans);
    font-size: var(--new-body-medium-font-size);
    line-height: var(--new-body-medium-line-height);
    font-weight: var(--new-body-medium-font-weight);
    letter-spacing: var(--new-body-medium-letter-spacing);
}

/* Body Medium Strong */
.new-by-body-medium-strong {
    font-family: var(--new-font-sans);
    font-size: var(--new-body-medium-strong-font-size);
    line-height: var(--new-body-medium-strong-line-height);
    font-weight: var(--new-body-medium-strong-font-weight);
    letter-spacing: var(--new-body-medium-strong-letter-spacing);
}

/* Body Base */
.new-by-body-base {
    font-family: var(--new-font-sans);
    font-size: var(--new-body-base-font-size);
    line-height: var(--new-body-base-line-height);
    font-weight: var(--new-body-base-font-weight);
    letter-spacing: var(--new-body-base-letter-spacing);
}

/* Body Base Strong */
.new-by-body-base-strong {
    font-family: var(--new-font-sans);
    font-size: var(--new-body-base-strong-font-size);
    line-height: var(--new-body-base-strong-line-height);
    font-weight: var(--new-body-base-strong-font-weight);
    letter-spacing: var(--new-body-base-strong-letter-spacing);
}

/* Body Small */
.new-by-body-small {
    font-family: var(--new-font-sans);
    font-size: var(--new-body-small-font-size);
    line-height: var(--new-body-small-line-height);
    font-weight: var(--new-body-small-font-weight);
    letter-spacing: var(--new-body-small-letter-spacing);
}

/* Body Small Strong */
.new-by-body-small-strong {
    font-family: var(--new-font-sans);
    font-size: var(--new-body-small-strong-font-size);
    line-height: var(--new-body-small-strong-line-height);
    font-weight: var(--new-body-small-strong-font-weight);
    letter-spacing: var(--new-body-small-strong-letter-spacing);
}

/* Label Large */
.new-by-label-large {
    font-family: var(--new-font-sans);
    font-size: var(--new-label-large-font-size);
    line-height: var(--new-label-large-line-height);
    font-weight: var(--new-label-large-font-weight);
    letter-spacing: var(--new-label-large-letter-spacing);
}

/* Label Large Strong */
.new-by-label-large-strong {
    font-family: var(--new-font-sans);
    font-size: var(--new-label-large-strong-font-size);
    line-height: var(--new-label-large-strong-line-height);
    font-weight: var(--new-label-large-strong-font-weight);
    letter-spacing: var(--new-label-large-strong-letter-spacing);
}

/* Label Base */
.new-by-label-base {
    font-family: var(--new-font-sans);
    font-size: var(--new-label-base-font-size);
    line-height: var(--new-label-base-line-height);
    font-weight: var(--new-label-base-font-weight);
    letter-spacing: var(--new-label-base-letter-spacing);
}

/* Label Base Strong */
.new-by-label-base-strong {
    font-family: var(--new-font-sans);
    font-size: var(--new-label-base-strong-font-size);
    line-height: var(--new-label-base-strong-line-height);
    font-weight: var(--new-label-base-strong-font-weight);
    letter-spacing: var(--new-label-base-strong-letter-spacing);
}

/* Label Medium */
.new-by-label-medium {
    font-family: var(--new-font-sans);
    font-size: var(--new-label-medium-font-size);
    line-height: var(--new-label-medium-line-height);
    font-weight: var(--new-label-medium-font-weight);
    letter-spacing: var(--new-label-medium-letter-spacing);
}

/* Label Medium Strong */
.new-by-label-medium-strong {
    font-family: var(--new-font-sans);
    font-size: var(--new-label-medium-strong-font-size);
    line-height: var(--new-label-medium-strong-line-height);
    font-weight: var(--new-label-medium-strong-font-weight);
    letter-spacing: var(--new-label-medium-strong-letter-spacing);
}

/* Label Small */
.new-by-label-small {
    font-family: var(--new-font-sans);
    font-size: var(--new-label-small-font-size);
    line-height: var(--new-label-small-line-height);
    font-weight: var(--new-label-small-font-weight);
    letter-spacing: var(--new-label-small-letter-spacing);
}

/* Label Small Strong */
.new-by-label-small-strong {
    font-family: var(--new-font-sans);
    font-size: var(--new-label-small-strong-font-size);
    line-height: var(--new-label-small-strong-line-height);
    font-weight: var(--new-label-small-strong-font-weight);
    letter-spacing: var(--new-label-small-strong-letter-spacing);
}

/* Custom Scrollbar */
.new-custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: var(--new-border-light) transparent;
}

.new-custom-scrollbar::-webkit-scrollbar {
    height: 7px;
}

.new-custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.new-custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--new-border-light);
    border-radius: 99px;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.new-custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: var(--new-border-light);
}

/* GENEL LOADER COMPONENT STİLLERİ - Tüm loader'larda kullanılacak */
.new-loader-base {
    position: relative;
    width: 48px;
    height: 48px;
    transform: scale(0.44);
    margin-left: -12px;
}

.new-loader-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: new-rotate 1s linear infinite;
    transform-origin: center;
}

.new-loader-red-arc {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    border: 4px solid transparent;
    border-right-color: var(--new-fill-primary-base);
    left: 0;
    right: 0;
    transform: rotate(45deg);
}

.new-loader-dot {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: var(--new-fill-dark);
    border-radius: 9999px;
}

.new-loader-dot-1 {
    top: 18px;
    left: 44px;
}
.new-loader-dot-2 {
    top: 12px;
    left: 42px;
}
.new-loader-dot-3 {
    top: 6px;
    left: 38px;
}
.new-loader-dot-4 {
    top: 2px;
    left: 32px;
}

@keyframes new-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* ==============================================
   IDENTITY VERIFICATION STYLES - FULL PAGE
   ============================================== */

.new-identity-body {
    margin: 0!important;
    padding: 0;
    background-color: var(--new-by-bg-primary);
    color: var(--new-text-darker);
    min-height: 100vh;
    box-sizing: border-box;
}

.new-identity-main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.new-identity-container {
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}

/* Header - Full Width */
.new-identity-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background-color: var(--new-fill-white);
    border-bottom: 1px solid var(--new-border-lighter);
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    position: relative;
    top: 0;
    z-index: 100;
}
.new-identity-header-content {
    display: flex;
    align-items: center;
    gap: 16px;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
}

.new-identity-header-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.new-identity-back-btn,
.new-identity-close-btn,
.new-identity-go-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid var(--new-border-light);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.new-identity-back-btn:hover,
.new-identity-close-btn:hover,
.new-identity-go-btn:hover {
    border-color: var(--new-border-secondary);
}

.new-identity-back-btn .ph-fill,
.new-identity-close-btn .ph-fill,
.new-identity-go-btn .ph-fill {
    font-size: 20px;
    color: var(--new-text-darker);
}

.new-identity-header h1 {
    margin: 0;
    color: var(--new-text-darker);
    text-align: center;
}

/* Content - Container Layout */
.new-identity-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
}

.new-identity-content-inner {
    display: flex;
    border-radius: 16px;
    min-height: 500px;
    align-items: center;
}

/* Left Side - Character */
.new-identity-character {
    width: 33%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.new-identity-character-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Right Side - Content */
.new-identity-first-screen-right {
    width: 584px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.new-identity-info {
    width: 584px;
    padding: 20px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    background-color: var(--new-fill-white);
    position: relative;
    box-sizing: border-box;
    border-radius: 8px;
}
.new-identity-info-1 {
    border-radius: 8px;
    gap: 20px;
}

/* Progress Step */
.new-identity-step {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.new-identity-step-line {
    width: 24%;
    height: 2px;
    background-color: var(--new-fill-secondary-dark);
    border-radius: 0;
}
.new-identity-step-line-error {
    width: 100%;
    height: 2px;
    background-color: var(--new-error-border-dark);
    border-radius: 0;
}

/* Title */
.new-identity-right-title {
    display: flex;
    gap: 12px;
    align-items: center;
}
.new-identity-right-title-1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.new-identity-title {
    margin: 0;
    color: var(--new-text-darker);
}

/* Requirements */
.new-identity-requirements {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.new-identity-requirement {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.new-identity-info-center {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    gap: 20px;
    border-radius: 8px;
    background-color: var(--new-fill-light);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.new-identity-info-center-top {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    gap: 8px;
    justify-content: flex-start;
    align-items: center;
}
.new-identity-info-center-right {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
}
.new-identity-info-center-top .ph-fill {
    font-size: 40px;
}

.new-identity-requirement-text-bottom {
    margin-bottom: 32px;
}

.new-identity-check-icon {
    font-size: 24px;
    color: var(--new-icon-secondary-dark);
    flex-shrink: 0;
}

.new-identity-requirement span:last-child {
    color: var(--new-text-darker);
    line-height: 1.6;
    font-size: 14px;
}

/* Action Button */
.new-identity-ready-btn {
    background-color: var(--new-fill-dark);
    color: var(--new-text-white);
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 0 24px;
    cursor: pointer;
    transition: all 0.2s ease;
    align-self: flex-end;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 48px;
    justify-content: center;
    min-width: 270px;
}

.new-identity-ready-btn:hover {
    border-color: var(--new-border-secondary);
}

.new-identity-ready-btn:active {
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .new-identity-content {
        padding: 20px 20px 40px 20px;
    }

    .new-identity-content-inner {
        max-width: 100%;
    }

    .new-identity-info {
        padding: 40px 30px;
    }

    .new-identity-character {
        padding: 40px 30px;
    }
}

@media (max-width: 992px) {
    .new-identity-header {
        padding: 20px 24px;
    }

    .new-identity-content {
        padding: 20px 20px 40px 20px;
    }

    .new-identity-content-inner {
        flex-direction: column;
    }

    .new-identity-character {
        width: 100%;
        min-height: 250px;
        padding: 30px 24px;
    }

    .new-identity-character-img {
        max-width: 200px;
    }

    .new-identity-info {
        padding: 30px 24px;
        gap: 24px;
    }

    .new-identity-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .new-identity-info {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .new-identity-header {
        padding: 16px 20px;
    }

    .new-identity-header h1 {
        font-size: 18px;
    }

    .new-identity-back-btn,
    .new-identity-close-btn {
        width: 40px;
        height: 40px;
    }

    .new-identity-content {
        padding: 15px 15px 40px 15px;
    }

    .new-identity-content-inner {
        align-items: flex-start;
    }
    .new-identity-character {
        padding: 0;
        min-height: auto;
        width: 148px;
        margin-bottom: -56px;
    }
    .new-identity-character-1 {
        margin-bottom: 0;
    }
    .new-identity-info {
        padding: 24px;
        gap: 20px;
    }

    .new-identity-title {
        font-size: 20px;
    }

    .new-identity-requirements {
        gap: 16px;
    }
    .new-identity-ready-btn {
        width: 100%;
        align-self: stretch;
    }
}

/* ==============================================
   FOOTER STYLES - CONVERTED FROM TAILWIND
   ============================================== */

/* Main Footer Container */
.new-footer-main {
    background-color: var(--new-fill-white);
    border-radius: 32px 32px 0 0;
    width: 100%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 6rem; /* 96px - py-24 */
    /*padding-bottom: 6rem; !* 96px - py-24 *!*/
    margin-top: auto;
}

/* Footer Bottom Container */
.new-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*justify-content: center;*/
    gap: 1.75rem; /* 28px - gap-7 */
    padding-left: 1.25rem; /* 20px - px-5 */
    padding-right: 1.25rem; /* 20px - px-5 */
    box-sizing: border-box;
}

/* Footer Bottom Left Section */
.new-footer-bottom-left {
    color: var(--new-text-darker);
    justify-content: flex-start;
    align-items: center;
    gap: 2rem; /* 32px - gap-8 */
    row-gap: 1rem; /* 16px - gap-y-4 */
}

/* Footer Links List */
.new-footer-links-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem; /* 32px - gap-x-8 */
    row-gap: 1rem; /* 16px - gap-y-4 */
    list-style: none;
    margin: 0;
    padding: 0;
}

.new-footer-links-list li {
    text-decoration: underline;
}

.new-footer-links-list li a {
    color: inherit;
    text-decoration: inherit;
}

.new-footer-links-list li a:hover {
    opacity: 0.8;
}

/* Copyright Text */
.new-footer-copyright {
    color: var(--new-text-darker);
}

/* Footer Bottom Right Section */
.new-footer-bottom-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 1.5rem; /* 24px - gap-x-6 */
    row-gap: 0.25rem; /* 4px - gap-y-1 */
}

/* Payment Method Items */
.new-footer-payment-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.new-footer-payment-item svg {
    width: 48px;
    height: 48px;
    display: block;
}

.new-footer-payment-item img {
    width: 48px;
    height: 48px;
    display: block;
    object-fit: contain;
}
.new-footer-payment-item-custom1 img {
    width: 72px;
}

.new-footer-payment-item-custom2 img {
    width: 123px;
}

/* Responsive Design */

/* Large Screens - lg:px-20, xl:py-[60px] */
@media (min-width: 1024px) {
    .new-footer-main {
        padding: 5rem; /* 80px - lg:px-20 */
        /*padding-right: 5rem; !* 80px - lg:px-20 *!*/
    }

    .new-footer-bottom {
        padding-left: 0; /* lg:px-0 */
        padding-right: 0; /* lg:px-0 */
    }
}

/* Extra Large Screens */
@media (min-width: 1280px) {
    .new-footer-main {
        padding: 3.75rem; /* 60px - xl:py-[60px] */
        /*padding-bottom: 3.75rem; !* 60px - xl:py-[60px] *!*/
    }
}

/* 2XL Screens - 2xl:gap-x-[10%] */
@media (min-width: 1536px) {
    .new-footer-bottom {
        column-gap: 10%; /* 2xl:gap-x-[10%] */
    }
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .new-footer-main {
        padding: 3rem; /* Smaller padding on mobile */
        /*padding-bottom: 3rem;*/
        border-radius: 24px 24px 0 0; /* Slightly smaller border radius */
    }

    .new-footer-bottom {
        flex-direction: column;
        gap: 2rem;
    }

    .new-footer-bottom-left {
        text-align: center;
    }

    .new-footer-bottom-right {
        justify-content: center;
        gap: 1rem;
    }

    .new-footer-links-list {
        justify-content: center;
        text-align: center;
        gap: 1.5rem;
        row-gap: 0.75rem;
    }
}

@media (max-width: 480px) {
    .new-footer-main {
        padding: 2rem;
        /*padding-bottom: 2rem;*/
    }

    .new-footer-bottom {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .new-footer-links-list {
        gap: 1rem;
        font-size: 0.875rem; /* Smaller text on mobile */
    }

    .new-footer-payment-item svg,
    .new-footer-payment-item img {
        width: 40px;
        height: 40px;
    }
}

.new-identity-requirement-text-center {
    text-align: center;
    width: 100%;
}
/* ==============================================
   IDENTITY CITIZENSHIP SELECTION STYLES
   ============================================== */

/* Citizenship Options Section */
.new-identity-citizenship-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Citizenship Option Card */
.new-identity-citizenship-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background-color: var(--new-fill-white);
    border: 1px solid var(--new-border-lighter);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.new-identity-citizenship-card:hover {
    background-color: var(--new-fill-light);
    border-color: var(--new-border-dark);
}

/* Radio Input */
.new-identity-citizenship-radio-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.new-identity-citizenship-radio {
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    flex-shrink: 0;
    border: 2px solid var(--new-border-darker);
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.new-identity-citizenship-radio:focus {
    outline: none;
}

.new-identity-citizenship-radio:checked {
    border-color: var(--new-border-darker);
}

.new-identity-citizenship-radio-dot {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: var(--new-fill-dark);
    border-radius: 50%;
    left: 4px;
    top: 4px;
    opacity: 0;
    transition: all 0.2s ease;
    pointer-events: none;
}

.new-identity-citizenship-radio:checked + .new-identity-citizenship-radio-dot {
    opacity: 1;
}

/* Citizenship Details */
.new-identity-citizenship-details {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.new-identity-citizenship-title {
    color: var(--new-text-darker);
}

.new-identity-citizenship-description {
    color: var(--new-text-base);
}

/* Arrow Icon */
.new-identity-citizenship-arrow {
    font-size: 1rem;
    color: var(--new-icon-base);
    flex-shrink: 0;
}

/* ==============================================
   IDENTITY DOCUMENTS
   ============================================== */

.new-identity-documents-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    width: 100%;
    box-sizing: border-box;
    gap: 8px;
}
.new-identity-documents-container-2 {
    grid-template-columns: repeat(2, 1fr);
}
.new-idendtity-document-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 287px;
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    background-color: var(--new-fill-light);
    border-radius: 8px;
    border: 1px solid transparent;
    gap: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.new-idendtity-document-item:hover {
    border-color: var(--new-border-secondary);
}
.new-identity-document-text {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 4px;
    color: var(--new-text-darker);
    order: 1;
}

.new-identity-go-btn {
    background-color: var(--new-fill-white);
    margin-left: auto;
    display: flex;
    order: 3;
}
.new-identity-document-img-container {
    display: flex;
    order: 2;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
}
.new-identity-document-img {
    width: 145px;
    max-width: 100%;
}

.new-pasaport-img {
    width: 99px;
    margin: auto;
}
.new-identity-ready-btn-qr {
    display: flex;
    gap: 8px;
    width: 100%;
}

.new-identity-qr-bottom-text {
    display: flex;
    gap: 4px;
    color: var(--new-text-darker);
    justify-content: space-between;
}
.new-identity-qr-bottom-text-left {
    display: flex;
    gap: 4px;
    color: var(--new-text-darker);
    align-items: center;
}
.new-identity-qr-bottom-text-left .ph-fill {
    font-size: 40px;
}
.new-identity-qr-bottom-text-right {
    display: flex;
    box-sizing: border-box;
    gap: 12px;
    height: 32px;
    padding-inline: 8px;
    background-color: var(--new-fill-base);
    border: 1px solid var(--new-border-light);
    border-radius: 4px;
    color: var(--new-text-darker);
    align-items: center;
}

.new-identity-qr-bottom {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    gap: 20px;
    color: var(--new-text-darker);
    background-color: var(--new-fill-light);
    padding: 20px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .new-identity-documents-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .new-identity-document-text {
        order: 2;
    }
    .new-identity-document-img-container {
        order: 1;
        width: 64px;
        flex-shrink: 0;
    }
    .new-idendtity-document-item {
        flex-direction: row;
        align-items: center;
        min-height: auto;
    }
    .new-pasaport-img {
        width: 42px;
    }
    .new-identity-qr-bottom-text {
        display: none;
    }
}

.new-identity-qr-image-container {
    display: flex;
    box-sizing: border-box;
    background-color: var(--new-color-bw-0);
    border: 2px solid var(--new-border-light);
    border-radius: 16px;
    width: 254px;
    margin: auto;
}
.new-identity-qr-image {
    width: 100%;
}

.new-identity-grad-container {
    display: flex;
    box-sizing: border-box;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.new-identity-grad-colors-rotate {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent 0%, transparent 15%, #fff800 15%, #7cffc4 50%, #fff800 85%, transparent 85%, transparent 100%);
    animation: rotate 3s linear infinite;
    z-index: 0;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.new-identity-grad-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border-radius: 50%;
    background-color: var(--new-fill-white);
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

.new-identity-top-title {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--new-text-darker);
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.new-identity-container-one-content {
    justify-content: center;
}
.new-identity-success-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: var(--new-color-success-green-200);
    border: 6px solid var(--new-color-success-green-100);
    margin: auto;
}
.new-identity-success-icon {
    color: var(--new-success-icon);
    font-size: 24px;
}
/* error icon */
.new-identity-error-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: var(--new-color-error-red-200);
    border: 6px solid var(--new-color-error-red-50);
    margin: auto;
}
.new-identity-error-icon {
    color: var(--new-error-icon);
    font-size: 24px;
}
/* pending icon */
.new-identity-pending-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: var(--new-color-warning-yellow-200);
    border: 6px solid var(--new-color-warning-yellow-50);
    margin: auto;
    color: var(--new-warning-icon);
}
.new-identity-step-line-pending {
    width: 100%;
    height: 2px;
    background-color: var(--new-warning-border-dark);
    border-radius: 0;
}

/* Doğrulandı Ekranı Resim Yükleme */
.new-identity-profile-photo-container {
    border-radius: 8px;
    background-color: var(--new-fill-light);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 20px;
    color: var(--new-text-darker);
}

.new-identity-photo-content {
    width: 165px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    box-sizing: border-box;
}
.new-identity-photo-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 154px;
    height: 154px;
    flex-shrink: 0;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    background-color: var(--new-fill-white);
    border: 6px solid #0788f5;
}
.new-identity-photo-top .ph-fill {
    font-size: 91px;
    color: var(--new-icon-light);
}
.new-identity-photo-image {
    width: 110%;
    height: 110%;
    object-fit: cover;
    position: absolute;
    top: -5%;
    left: -5%;
    display: none;
}
.new-identity-photo-image img {
    width: 100%;
}
.new-identity-verification-icon {
    position: absolute;
    right: -27px;
    margin-top: 84px;
}

.new-identity-verification-icon img {
    max-width: 100%;
}

.new-identity-photo-bottom {
    display: flex;
    gap: 12px;
    padding-inline: 8px;
    box-sizing: border-box;
    height: 32px;
    align-items: center;
    border-radius: 4px;
    border: 1px solid var(--new-border-dark);
    background-color: var(--new-fill-white);
    color: var(--new-text-darker);
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: var(--new-shadow-light);
    position: relative;
    z-index: 10;
}

.new-identity-photo-bottom:hover {
    border-color: var(--new-border-secondary);
}
.new-identity-photo-under-container {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}
.new-identity-photo-under-container .new-alertCard {
    width: 100%;
    box-sizing: border-box;
}

.new-identity-action-button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 12px;
    box-sizing: border-box;
}

.new-identity-action-button-container .new-identity-ready-btn {
    align-self: center;
    width: 341px;
    max-width: 100%;
}
.new-identity-info-button {
    cursor: pointer;
    text-decoration: underline;
    color: var(--new-text-darker);
}

.new-identity-example-documents {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    gap: 16px;
    width: 341px;
    max-width: 100%;
    margin: auto;
}
.new-identity-examples {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.new-identity-example {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    box-sizing: border-box;
    position: relative;
}

.new-identity-example img {
    width: 100%;
    border: 1px solid var(--new-border-light);
    border-radius: 4px;
    box-sizing: border-box;
}
.new-identity-example-icon {
    position: absolute;
    right: -7px;
    top: -7px;
    font-size: 24px;
}
.new-identity-example-icon-error {
    color: var(--new-error-icon);
}
.new-identity-example-icon-success {
    color: var(--new-success-icon);
    font-size: 36px;
    right: -12px;
    top: -12px;
}

.new-identity-true-example {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    gap: 4px;
    position: relative;
    margin-top: 16px;
}
.new-identity-true-example-image {
    display: flex;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
.new-identity-true-example-image img {
    width: 100%;
}

.new-identity-examples-bottom {
    display: flex;
    box-sizing: border-box;
    width: 270px;
    margin-top: 16px;
    align-self: center;
}
.new-identity-examples-bottom button {
    max-width: 100%;
    min-width: auto;
}
@media (max-width: 480px) {
    .new-identity-examples-bottom {
        width: 100%;
    }
}

/* -------------------------- */
/* ==============================================
   CAMERA CAPTURE STYLES - identity-verification6.php
   ============================================== */

/* Camera Wrapper */
.new-identity-camera-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 335px;
    max-width: 100%;
    margin: auto;
}

/* Camera Frame */
.new-identity-camera-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
}

/* Video Element */
#cameraVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

/* Photo Preview */
.new-identity-photo-capture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

/* Camera Overlay */
.new-identity-camera-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

/* Camera Mask (dim outer area) */
.new-identity-camera-mask {
    position: absolute;
    left: 8%;
    right: 8%;
    top: 12%;
    bottom: 12%;
    border-radius: 12px;
}

/* Camera Guide Rectangle */
.new-identity-camera-guide {
    position: absolute;
    left: 8%;
    right: 8%;
    top: 12%;
    bottom: 12%;

    border-radius: 12px;
}

/* Loading Spinner Overlay */
.new-identity-camera-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

/* Camera Tips */
.new-identity-camera-tips {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 0;
    color: var(--new-text-darker);
}

.new-identity-camera-tip-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.new-identity-camera-tip-item .ph-fill {
    font-size: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Camera Controls - Initial */
.new-identity-camera-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
}

/* Flip Camera Button */
.new-identity-camera-flip-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: var(--new-fill-light);
    border: 1px solid var(--new-border-light);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    position: absolute;
    margin-left: -150px;
}

.new-identity-camera-flip-btn:hover {
    border-color: var(--new-border-secondary);
}

.new-identity-camera-flip-btn .ph-fill {
    font-size: 20px;
    color: var(--new-icon-dark);
}

/* Shutter Button */
.new-identity-camera-shutter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 4px solid var(--new-color-bw-1000);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.new-identity-camera-shutter:hover {
    border-color: var(--new-border-secondary);
}
.new-identity-camera-shutter-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--new-color-bw-1000);
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.new-identity-camera-shutter-btn:hover {
    /* transform: scale(1.05); */
}

.new-identity-camera-shutter-btn:active {
    /* transform: scale(0.95); */
}

/* Confirmation Controls */
.new-identity-camera-confirmation {
    display: none;
    flex-direction: column;
    margin-top: 16px;
}

.new-identity-camera-confirmation-buttons {
    display: flex;
    gap: 32px;
    flex-direction: column;
    align-items: center;
}

/* Back Button */
.new-identity-camera-back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    background-color: var(--new-fill-white);
    border: 1px solid var(--new-border-light);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: var(--new-text-darker);
    flex: 1;
    min-width: 163px;
}

.new-identity-camera-back-btn:hover {
    border-color: var(--new-border-secondary);
}

.new-identity-camera-back-btn .ph-fill {
    font-size: 20px;
}

/* Confirm Button */
.new-identity-camera-confirm-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    background-color: var(--new-fill-dark);
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: var(--new-text-white);
    flex: 2;
    min-width: 200px;
}

.new-identity-camera-confirm-btn:hover {
    border-color: var(--new-border-secondary);
}

.new-identity-camera-confirm-btn .ph-fill {
    font-size: 20px;
}

/* Fallback File Upload */
.new-identity-camera-fallback {
    display: none;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    background-color: var(--new-warning-bg);
    border: 1px solid var(--new-warning-border);
    border-radius: 8px;
    color: var(--new-warning-text);
    align-items: center;
    text-align: center;
}

.new-identity-camera-fallback input[type="file"] {
    padding: 8px 16px;
    background-color: var(--new-fill-white);
    border: 1px solid var(--new-border-dark);
    border-radius: 6px;
    cursor: pointer;
    font-family: var(--new-font-sans);
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .new-identity-camera-frame {
        aspect-ratio: 4 / 3;
    }

    .new-identity-camera-mask,
    .new-identity-camera-guide {
        left: 5%;
        right: 5%;
        top: 10%;
        bottom: 10%;
    }

    .new-identity-camera-confirmation-buttons {
        flex-direction: column;
    }

    .new-identity-camera-back-btn,
    .new-identity-camera-confirm-btn {
        width: 100%;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .new-identity-camera-flip-btn {
        width: 44px;
        height: 44px;
    }

    .new-identity-camera-tips {
        padding: 12px;
        gap: 10px;
    }

    .new-identity-camera-tip-item .ph-fill {
        font-size: 20px;
    }
}

/* Camera Frame - Idle State */
.new-identity-camera-frame-idle {
    background-color: var(--new-fill-dark);
    border-radius: 16px;
    border: 4px solid var(--new-border-dark);
}

/* Primary Action Buttons */
.new-identity-camera-primary-action {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.new-identity-action-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}

/* Upload Document Button */
.new-identity-upload-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 24px;
    background-color: var(--new-fill-light);
    border: 1px solid var(--new-border-light);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: var(--new-text-darker);
    min-height: 48px;
}

.new-identity-upload-btn:hover {
    border-color: var(--new-border-secondary);
}

.new-identity-upload-btn .ph-fill {
    font-size: 24px;
}
.new-ph-24 {
    font-size: 24px;
}
/* Hide camera controls initially */
.new-identity-camera-controls {
    display: none;
}

@media (max-width: 480px) {
    .new-identity-camera-primary-action {
        gap: 10px;
    }

    .new-identity-upload-btn {
        padding: 10px 20px;
    }
}

/* Shutter Loader */
.new-identity-shutter-loader {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 56px;
    height: 56px;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: var(--new-fill-base);
    border-radius: 50%;
    z-index: 5;
}

/* Shutter içindeki loader boyutunu küçült */
.new-identity-shutter-loader .new-loader-base {
    transform: scale(0.6);
}

.new-photo-captured .new-identity-camera-flip-btn {
    display: none;
}
.new-photo-captured .new-identity-camera-shutter {
    border: 1px solid var(--new-border-light);
    cursor: unset;
}
.new-photo-captured .new-identity-camera-shutter-btn {
    background-color: unset;
    cursor: unset;
}

.new-photo-captured .new-loader-red-arc {
    box-sizing: border-box;
}
.new-photo-captured .new-loader-base {
    margin-left: 0;
}

/* ==============================================
   FACE SCAN VERIFICATION STYLES
   ============================================== */

/* Face Guide Overlay - Oval Shape */
.new-identity-camera-guide-face {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 15%;
    bottom: 15%;
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
}

/* Verification Border States */
.new-identity-verification-border {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 6px solid transparent;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 3;
}

/* Yellow - Checking State */
.new-identity-verification-border.checking {
    border-color: #fff800;
    opacity: 1;
    animation: pulse-border 1.5s ease-in-out infinite;
}

/* Green - Success State */
.new-identity-verification-border.success {
    border-color: var(--new-color-success-green-500);
    opacity: 1;
    animation: none;
}

@keyframes pulse-border {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

/* Success Badge */
.new-identity-success-badge {
    position: absolute;
    right: 12%;
    bottom: 12%;
    width: 48px;
    height: 48px;
    background-color: var(--new-success-icon);
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 4;
    border: none;
}

.new-identity-success-badge.show {
    display: flex;
}

.new-identity-success-badge .ph-fill {
    font-size: 32px;
    color: var(--new-color-bw-0);
}

/* Retake Action Button */
.new-identity-camera-retake-action {
    display: none;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

.new-identity-camera-retake-action.show {
    display: flex;
}

/* Final Loading Screen */
.new-identity-final-loading {
    display: none;
    width: 100%;
    min-height: 400px;
    background-color: var(--new-fill-white);
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 40px 20px;
    box-sizing: border-box;
}

.new-identity-final-loading.show {
    display: flex;
}

.new-identity-loading-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 400px;
    padding: 40px;
    text-align: center;
    width: 100%;
}

.new-identity-loading-gif {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.new-identity-loading-text {
    color: var(--new-text-darker);
}

/* Camera Frame States */
.new-identity-camera-frame.capturing {
    animation: capture-flash 0.3s ease;
}

@keyframes capture-flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

/* Hide/Show Controls Based on State */
.new-identity-camera-wrapper.step-active .new-identity-camera-primary-action {
    display: none;
}

.new-identity-camera-wrapper.step-active .new-identity-camera-controls {
    display: flex;
}

.new-identity-camera-wrapper.step-active .new-identity-camera-tips {
    display: flex;
}

/* Step Title Animation */
.new-identity-top-title {
    transition: opacity 0.3s ease;
}

.new-identity-top-title.fade-out {
    opacity: 0;
}

.new-identity-top-title.fade-in {
    opacity: 1;
}

/* Responsive Design for Face Scan */
@media (max-width: 768px) {
    .new-identity-camera-guide-face {
        left: 10%;
        right: 10%;
        top: 12%;
        bottom: 12%;
    }

    .new-identity-verification-border {
        inset: 0;
    }

    .new-identity-success-badge {
        right: 8%;
        bottom: 10%;
        width: 40px;
        height: 40px;
    }

    .new-identity-success-badge .ph-fill {
        font-size: 28px;
    }

    .new-identity-loading-gif {
        width: 150px;
        height: 150px;
    }

    .new-identity-loading-content {
        padding: 24px;
        gap: 24px;
    }
}

@media (max-width: 480px) {
    .new-identity-camera-guide-face {
        left: 8%;
        right: 8%;
        top: 10%;
        bottom: 10%;
        border-width: 2px;
    }

    .new-identity-verification-border {
        inset: 0;
        border-width: 4px;
    }

    .new-identity-success-badge {
        right: 6%;
        bottom: 8%;
        width: 36px;
        height: 36px;
    }

    .new-identity-success-badge .ph-fill {
        font-size: 24px;
    }

    .new-identity-loading-gif {
        width: 120px;
        height: 120px;
    }

    .new-identity-loading-text {
        font-size: 18px;
    }

    .new-identity-camera-retake-action .new-identity-camera-back-btn {
        width: 100%;
        min-width: auto;
    }
}

/* Additional Utility Classes */
.hidden {
    display: none !important;
}

.visible {
    display: flex !important;
}

/* Responsive */
@media (max-width: 768px) {
    .new-identity-final-loading {
        min-height: 350px;
        padding: 30px 20px;
    }

    .new-identity-loading-gif {
        width: 150px;
        height: 150px;
    }

    .new-identity-loading-content {
        padding: 24px;
        gap: 24px;
    }
}

@media (max-width: 480px) {
    .new-identity-final-loading {
        min-height: 300px;
        padding: 24px 16px;
    }

    .new-identity-loading-gif {
        width: 120px;
        height: 120px;
    }

    .new-identity-loading-text {
        font-size: 18px;
    }
}
.new-identity-camera-frame-oval {
    position: relative;
    display: flex;
    width: 280px;
    aspect-ratio: 1;
    margin-left: auto;
    margin-right: auto;
}
.new-oval-camera-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}
.new-alertsContainer {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    gap: var(--new-spacing-4);
}
@media (max-width: 768px) {
    .new-alertsContainer {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
}
/* Alert Card Styles */
.new-alertCard {
    position: relative;
    background-color: var(--new-by-bg-overlay);
    border-radius: var(--new-radius-12);
    padding: 12px 16px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    border-left: 6px solid var(--new-border-light);
    overflow: hidden;
}
.new-alertCard.new-alert-full-size {
    border-block: 1px solid var(--new-border-light);
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

/* Alert Card Timer (Progress Bar) */
.new-alert-card-timer {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: transparent;
}

.new-alert-card-timer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: var(--new-fill-primary-base);
    animation: alertTimer 5s linear forwards;
}

@keyframes alertTimer {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

/* Alert Top Section */
.new-alert-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

/* Alert Icon */
.new-alert-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-alert-icon span {
    font-size: 20px;
    color: var(--new-icon-base);
}

/* Alert Title Section */
.new-alert-title {
    flex: 1;
}

.new-alert-strong-title {
    color: var(--new-text-darker);
}

.new-alert-small-title {
    color: var(--new-text-darker);
}

/* Alert Close Icon */
.new-alert-close-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.2s ease;
}

.new-alert-close-icon span {
    font-size: 16px;
    color: var(--new-icon-dark);
}
.new-alert-close-icon:hover span {
    color: var(--new-icon-base);
}

/* Alert Description */
.new-alert-description {
    color: var(--new-text-dark-full-transform);
    margin-bottom: var(--new-spacing-4);
}

/* Alert Separator */
.new-alert-seperator {
    height: 1px;
    background: var(--new-border-light);
    margin-bottom: var(--new-spacing-4);
}
.dark .new-alert-seperator {
    background: var(--new-text-base);
}

/* Alert Progress Bar */
.new-alert-progressbar {
    margin-bottom: var(--new-spacing-4);
    display: flex;
    gap: 8px;
    padding: 4px 0;
    align-items: center;
    justify-content: center;
}

.new-alert-progressbar-text {
    color: var(--new-text-darker);

    flex-shrink: 0;
}

.new-alert-progressbar-fill {
    height: 8px;
    background: var(--new-fill-light);
    border-radius: var(--new-radius-4);
    position: relative;
    overflow: hidden;
    width: 100%;
}

.new-alert-progressbar-fill::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%; /* Bu değer dinamik olarak JavaScript ile değiştirilebilir */
    background: var(--new-fill-secondary-dark);
    border-radius: var(--new-radius-4);
}

/* Alert Bottom Section */
.new-alert-bottom {
    display: flex;
    flex-direction: column;
    gap: var(--new-spacing-3);
}

/* Alert Top Buttons */
.new-alert-top-buttons {
    display: flex;
    gap: var(--new-spacing-3);
    justify-content: flex-end;
}

/* Alert Buttons */
.new-alert-btn {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: var(--new-spacing-2);
    padding: var(--new-spacing-2) var(--new-spacing-4);
    border-radius: var(--new-radius-8);
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
}

.new-alert-btn:focus {
    outline: none;
}

/* Primary Button */
.new-alert-btn-primary {
    background: var(--new-fill-dark);
    color: var(--new-text-white);
    border: 1px solid transparent;
}

.new-alert-btn-primary:hover {
    border-color: var(--new-border-secondary);
}

.new-alert-btn-primary span {
    color: var(--new-icon-white);
    font-size: 14px;
}

/* Secondary Button */
.new-alert-btn-secondary {
    background: var(--new-fill-white);
    color: var(--new-text-darker);
    border: 1px solid var(--new-border-light);
}

.new-alert-btn-secondary:hover {
    border-color: var(--new-border-secondary);
}

.new-alert-btn-secondary span {
    color: var(--new-icon-base);
    font-size: 14px;
}

/* Tertiary Button */
.new-alert-btn-tertiary {
    background: transparent;
    color: var(--new-text-darker);
    text-decoration: underline;
    justify-content: center;
    padding: var(--new-spacing-3) var(--new-spacing-4);
}

.new-alert-btn-tertiary:hover {
    color: var(--new-text-dark);
}

/* Button Text */
.new-btn-text {
    color: inherit;
}

/* Button Badge */
.new-btn-badge {
    background: var(--new-fill-primary-base);
    color: var(--new-color-bw-0);
    padding: 1px 6px;
    border: 1px solid var(--new-error-border);
    font-size: 10px;
    border-radius: 27px;
    text-transform: uppercase;
}

/* Button Badge Circle */
.new-btn-badge-circle {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--new-fill-primary-base);
    color: var(--new-color-bw-0);
    width: 20px;
    height: 20px;
    border: 1px solid var(--new-error-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

/* Alert Error Variant */
.new-alertCard.new-alert-error {
    border-color: var(--new-error-border-dark);
}
.new-alert-full-size.new-alert-error {
    background: var(--new-error-bg);
    border-color: var(--new-error-border);
}

.new-alert-error .new-alert-card-timer::after {
    background: var(--new-error-border);
}

.new-alert-error .new-alert-icon span {
    color: var(--new-error-icon);
}

.new-alert-error .new-alert-strong-title {
    color: var(--new-error-text);
}

/* Alert Success Variant */
.new-alertCard.new-alert-success {
    border-color: var(--new-success-border-dark);
}
.new-alert-full-size.new-alert-success {
    background: var(--new-success-bg);
    border-color: var(--new-success-border);
}

.new-alert-success .new-alert-card-timer::after {
    background: var(--new-success-border);
}

.new-alert-success .new-alert-icon span {
    color: var(--new-success-icon);
}

.new-alert-success .new-alert-strong-title {
    color: var(--new-success-text);
}

/* Alert Warning Variant */
.new-alertCard.new-alert-warning {
    border-color: var(--new-warning-border-dark);
}

.new-alert-full-size.new-alert-warning {
    background: var(--new-warning-bg);
    border-color: var(--new-warning-border);
}

.new-alert-warning .new-alert-card-timer::after {
    background: var(--new-warning-border);
}

.new-alert-warning .new-alert-icon span {
    color: var(--new-warning-icon);
}

.new-alert-warning .new-alert-strong-title {
    color: var(--new-warning-text);
}

/* Alert Info Variant */
.new-alertCard.new-alert-info {
    border-color: var(--new-info-border-dark);
}

.new-alert-full-size.new-alert-info {
    background: var(--new-info-bg);
    border-color: var(--new-info-border);
}

.new-alert-info .new-alert-card-timer::after {
    background: var(--new-info-border);
}

.new-alert-info .new-alert-icon span {
    color: var(--new-info-icon);
}

.new-alert-info .new-alert-strong-title {
    color: var(--new-info-text);
}

/* Alert Grey Variant */
.new-alertCard.new-alert-grey {
    border-color: var(--new-border-dark);
}

.new-alert-full-size.new-alert-grey {
    background: var(--new-fill-light);
    border-color: var(--new-border-light);
}

.new-alert-grey .new-alert-card-timer::after {
    background: var(--new-border-light);
}

.new-alert-grey .new-alert-icon span {
    color: var(--new-icon-dark);
}

.new-alert-grey .new-alert-strong-title {
    color: var(--new-text-darker);
}

.new-alert-grey .new-alert-small-title {
    color: var(--new-text-darker);
}

.new-alert-grey .new-alert-description {
    color: var(--new-text-darker);
}
/* Alert White Variant */
.new-alert-white {
    border-color: var(--new-border-darker);
}

.new-alert-white .new-alert-card-timer::after {
    background: var(--new-border-light);
}

.new-alert-white .new-alert-icon span {
    color: var(--new-icon-dark);
}

.new-alert-white .new-alert-strong-title {
    color: var(--new-text-darker);
}

.new-alert-white .new-alert-small-title {
    color: var(--new-text-dark);
}

.new-alert-white .new-alert-description {
    color: var(--new-text-dark);
}

/* Responsive Design */
@media (max-width: 768px) {
    .new-alert-top-buttons {
        flex-direction: column;
    }

    .new-alert-btn-secondary span:first-child,
    .new-alert-btn-secondary span:last-of-type {
        display: none;
    }
}

/* Animation for alert dismissal */
.new-alertCard.dismiss {
    animation: alertSlideOut 0.3s ease-in-out forwards;
}

@keyframes alertSlideOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}
/* ------- */
.new-identity-photo-under {
    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: 12px;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: var(--new-fill-white);
    color: var(--new-text-darker);
    box-shadow: var(--new-shadow-light);
}
.new-identity-continue-btn {
    background-color: var(--new-fill-white);
    color: var(--new-text-darker);
    border: 1px solid var(--new-border-light);
    border-radius: 8px;
    padding: 0 24px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 48px;
    justify-content: center;
    position: relative;
    z-index: 10;
}
.new-identity-continue-btn:hover {
    border-color: var(--new-border-secondary);
}.new-identity-photo-image.new-identity-photo-image-user { display: block; }

/* ========================================
   KYC Advanced Camera - FaceID Ring & Feedback
   ======================================== */

/* --- Face Ring SVG Overlay --- */
.face-ring-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 105%;
    height: 105%;
    z-index: 4;
    pointer-events: none;
}
.face-ring-track {
    fill: none;
    stroke: rgba(255, 255, 255, 0.15);
    stroke-width: 4;
}
.face-ring-segment {
    fill: none;
    stroke: rgba(255, 255, 255, 0.15);
    stroke-width: 4;
    stroke-linecap: round;
    transition: stroke 0.3s ease;
}
.face-ring-segment.filled {
    stroke: #10b981;
    filter: drop-shadow(0 0 3px rgba(16, 185, 129, 0.5));
}
.face-ring-segment.filled.finalizing {
    stroke: #00f3ff;
    filter: drop-shadow(0 0 6px rgba(0, 243, 255, 0.6));
}

/* --- Face Scan States --- */
.new-identity-camera-frame-oval.face-detected .new-identity-verification-border {
    border-color: #10b981;
    opacity: 0.7;
}
.new-identity-camera-frame-oval.face-centering .new-identity-verification-border {
    border-color: #fbbf24;
    opacity: 0.7;
    animation: pulse-border 1.5s ease-in-out infinite;
}

/* --- Countdown Overlay (shared by face-scan and id-capture) --- */
.kyc-countdown-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kyc-countdown-number {
    font-family: var(--new-font-sans, 'Open Sans', sans-serif);
    font-size: 80px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.6), 0 0 60px rgba(16, 185, 129, 0.3);
    animation: countdown-pulse 1s ease-in-out;
    line-height: 1;
}
@keyframes countdown-pulse {
    0% { transform: scale(1.3); opacity: 0.5; }
    50% { transform: scale(1); opacity: 1; }
    100% { transform: scale(0.95); opacity: 0.9; }
}

/* --- Camera Feedback Bar --- */
.new-identity-camera-feedback {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    text-align: center;
    min-height: 44px;
}
.new-identity-camera-feedback .feedback-text {
    font-size: 14px;
    font-weight: 600;
    color: var(--new-by-content-primary);
    transition: color 0.3s ease;
}
.new-identity-camera-feedback.warning .feedback-text {
    color: #f59e0b;
}
.new-identity-camera-feedback.success .feedback-text {
    color: #10b981;
}
.new-identity-camera-feedback.error .feedback-text {
    color: #ef4444;
}

/* --- MediaPipe Loading Shimmer --- */
.mediapipe-loading-shimmer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        110deg,
        transparent 25%,
        rgba(255, 255, 255, 0.08) 37%,
        transparent 50%
    );
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    z-index: 2;
    pointer-events: none;
    border-radius: inherit;
}
@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* --- Document Detection Dynamic Border --- */
.new-identity-camera-frame.border-detecting .new-identity-camera-guide {
    border-color: #fbbf24;
    transition: border-color 0.3s ease;
}
.new-identity-camera-frame.border-ready .new-identity-camera-guide {
    border-color: #10b981;
    transition: border-color 0.3s ease;
}
.new-identity-camera-frame.border-warning .new-identity-camera-guide {
    border-color: #ef4444;
    transition: border-color 0.3s ease;
}

/* --- Glare Warning Badge --- */
.kyc-glare-warning {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #000;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    z-index: 15;
    box-shadow: 0 0 12px rgba(251, 191, 36, 0.4);
    white-space: nowrap;
    pointer-events: none;
}
