﻿* {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

input, textarea, [contenteditable] {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
[tabindex]:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Hide number input spinners */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

:root {
    --maxWidth: 500px;
}

@font-face {
    font-family: Vazirmatn;
    src: url("../font/Vazirmatn-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url("../font/Vazirmatn-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url("../font/Vazirmatn-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url("../font/Vazirmatn-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url("../font/Vazirmatn-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url("../font/Vazirmatn-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url("../font/Vazirmatn-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url("../font/Vazirmatn-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url("../font/Vazirmatn-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body,
html {
    font-family: Vazirmatn !important;
    font-size: 12px;
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    max-width: 500px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #0072cb;
    border-radius: 50px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #0056a0;
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.appWrapper {
    max-width: 500px;
    margin: 0 auto;
    /*    padding-bottom: 81px;*/
}


.pb-80 {
    padding-bottom: 80px;
}
/*  DEFAULT */
.mt-8 {
    margin-top: 8px;
}

.mb-8 {
    margin-bottom: 8px;
}

.ml-8 {
    margin-left: 8px;
}

.mr-8 {
    margin-right: 8px;
}

.mt-16 {
    margin-top: 16px;
}

.mb-16 {
    margin-bottom: 16px;
}

.ml-16 {
    margin-left: 16px;
}

.mr-16 {
    margin-right: 16px;
}

.mt-24 {
    margin-top: 24px;
}

.mb-24 {
    margin-bottom: 24px;
}

.ml-24 {
    margin-left: 24px;
}

.mr-24 {
    margin-right: 24px;
}

.pt-8 {
    padding-top: 8px;
}

.pb-8 {
    padding-bottom: 8px;
}

.pl-8 {
    padding-left: 8px;
}

.pr-8 {
    padding-right: 8px;
}

.pt-16 {
    padding-top: 16px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pl-16 {
    padding-left: 16px;
}

.pr-16 {
    padding-right: 16px;
}

.pt-24 {
    padding-top: 24px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pl-24 {
    padding-left: 24px;
}

.pr-24 {
    padding-right: 24px;
}

.gap-4 {
    gap: 4px;
}

.gap-8 {
    gap: 8px;
}

.gap-12 {
    gap: 12px;
}

.gap-16 {
    gap: 16px;
}

.gap-24 {
    gap: 24px;
}

.dvh100 {
    height: 100dvh;
}

.tt14 {
    color: #3c494d;
    font-size: 14px;
    font-weight: 400;
}

.tt16 {
    color: #3c494d;
    font-size: 14px;
    font-weight: 400;
}

.green {
    color: #00687b;
}

.red {
    color: #BA1A1A;
}

.buttonAddBarCode {
    white-space: nowrap;
    position: absolute;
    top: 13px;
    left: 51px;
    border: 1px solid #000;
    font-size: 24px;
    color: #000;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
    height: 23px;
    border-radius: 3px;
}

.buttonFill {
    position: relative;
    background-color: #00687b;
    border-radius: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 0 16px;
    cursor: pointer;
    justify-content: center;
    white-space: nowrap;
}
.ltrNumber {
    display: inline-flex;
    direction: ltr;
}

.buttonStroke {
    position: relative;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #6c797e;
    border-radius: 50px;
    font-size: 12px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #00687b;
    font-weight: 500;
    padding: 0 16px;
    white-space: nowrap;
}

    .buttonStroke.yellow {
        background-color: #FFC84A;
        border-color: #FFC84A;
        color: #3A3A3A;
    }

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.button {
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
}

    .button.green {
        background-color: #00687b;
    }

.button-default {
    background-color: #00687b;
    border-radius: 100px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.buttonType2 {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #e3e9ec;
    box-shadow: 0px 1px 3px 0px #0000004d, 0px 4px 8px 3px #00000026;
    border-radius: 16px;
    padding: 16px;
    width: max-content;
    color: #00687b;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

input[type="text"],
input[type="number"] {
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #74777f;
    font-size: 14px;
    font-weight: 400;
    color: #1b1b1f;
}

.input-wrapper:has(.float) label {
    position: absolute;
    top: -7px;
    right: 7px;
    z-index: 7;
    background-color: #fff;
    padding: 0px 7px;
}

.pointer {
    cursor: pointer;
}

.box {
    background-color: #fff;
    border-radius: 24px;
    padding: 16px;
}

    .box > .title {
        font-weight: 700;
        font-size: 16px;
        color: #546e7a;
    }

    .box .innerBox {
        background-color: #f4fafd;
        padding: 16px;
        border-radius: 16px;
    }

        .box .innerBox > .title {
            font-size: 16px;
            font-weight: 500;
            color: #919090;
        }

.disBet {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.datePicker-container {
    display: none;
}

.formWithIcon {
    position: relative;
}

    .formWithIcon img {
        position: absolute;
        z-index: 50;
        top: 12px;
        left: 12px;
    }

/* accordion soul */
.soul .accordion-item {
    border: none;
}

    .soul .accordion-item .accordion-body {
        padding: 0;
    }

    .soul .accordion-item button {
        width: max-content;
        margin: 8px auto;
        background-color: unset;
        box-shadow: unset;
        border: unset;
        display: flex;
        gap: 10px;
    }

/*    MAINPAGE    */
.mainPage {
    background-color: #f4fafd;
    height: 100dvh;
    overflow: auto;
}

    .mainPage .avatar {
        width: 40px;
        height: 40px;
        background-size: cover;
        border-radius: 19px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .mainPage .headerSection {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px;
    }

        .mainPage .headerSection .right {
            display: flex;
            align-items: center;
            gap: 8px;
        }

            .mainPage .headerSection .right .userName {
                font-size: 22px;
                font-weight: 400;
            }

            .mainPage .headerSection .right .userCredit {
                font-size: 12px;
                font-weight: 400;
            }

        .mainPage .headerSection .left {
            display: flex;
            align-items: center;
            gap: 16px;
        }

.dateSection {
    padding: 12px 24px;
}

    .dateSection .dateRow {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .dateSection .dateRow > div {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            font-weight: 400;
        }

        .dateSection .dateRow .today {
            background-color: #ffc84a;
            border-radius: 12px;
            text-align: center;
            padding: 4px 8px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 80px;
            height: 60px;
        }

            .dateSection .dateRow .today > div {
                font-size: 12px;
                font-weight: 400;
                color: #161d1f;
            }

                .dateSection .dateRow .today > div:first-child {
                    font-size: 22px;
                }

    .dateSection .invoiceRow {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 16px;
        margin-top: 16px;
        border-top: 1px dashed #bcc9cd;
    }

        .dateSection .invoiceRow .count {
            color: #666666;
            font-size: 14px;
            font-weight: 400;
        }

            .dateSection .invoiceRow .count > span {
                font-size: 16px;
                font-weight: 700;
                color: #00687b;
            }

        .dateSection .invoiceRow .expireDay {
            background-color: #fe1565;
            color: #fff;
            padding: 4px 8px;
            border-radius: 5px;
        }

.quiclAccessSection {
    padding: 12px 24px;
}

    .quiclAccessSection .gridWrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 8px;
    }

        .quiclAccessSection .gridWrapper .item {
            background-color: #d9f5ff;
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            gap: 8px;
            align-items: center;
            justify-content: center;
            padding: 16px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 400;
            color: #003e4b;
        }

@media (max-width: 350px) {
    .quiclAccessSection .gridWrapper .item {
        padding: 12px;
    }
}

.quiclAccessSection .gridWrapper .item {
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
}

.titleSection {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

.talesSection {
    padding: 24px;
}

    .talesSection .gridWrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

        .talesSection .gridWrapper .item {
            background-color: #ffefd5;
            padding: 16px;
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            gap: 4px;
            align-items: start;
            cursor: pointer;
        }

.mainPage .talesSection .gridWrapper .item:last-child {
    grid-column: span 2;
}
.mainPage .talesSection .gridWrapper .item:last-child:nth-child(6) {
    grid-column: span 1;
}

.talesSection .gridWrapper .item .title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 4px;
}

.talesSection .gridWrapper .item .description {
    font-size: 12px;
    font-weight: 400;
    color: #2e3132;
}

.talesSection.blue .gridWrapper .item {
    background-color: #d9f5ff;
}

    .talesSection.blue .gridWrapper .item .title {
        font-size: 12px;
        color: #3a3a3a;
        font-weight: 500;
    }

.SellPurchasePage .talesSection .gridWrapper .item:first-child {
    grid-column: span 2;
}

/*    loginPage    */
#loginPage {
    height: 100dvh;
}

    #loginPage .wrapper {
        padding: 24px;
    }

    #loginPage .userList {
        display: flex;
        flex-direction: column;
        gap: 12px;
        overflow: auto;
        height: calc(100dvh - 308px);
        padding: 10px;
    }

        #loginPage .userList .userCard {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 16px;
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            background: #fff;
        }

            #loginPage .userList .userCard .userName {
                font-weight: 600;
                font-size: 14px;
            }

            #loginPage .userList .userCard .userInfo {
                font-size: 12px;
                color: #999;
            }

            #loginPage .userList .userCard .kickButton {
                width: 36px;
                height: 36px;
                border-radius: 50%;
                border: none;
                background: #fee2e2;
                color: #dc2626;
                font-size: 18px;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
            }

    #loginPage .loginTitle {
        margin-bottom: 16px;
        text-align: center;
    }

    #loginPage .loginDesc {
        margin-bottom: 20px;
        text-align: center;
        color: #666;
        font-size: 14px;
    }

    #loginPage .body {
        padding: 24px;
        background-color: #fff;
        padding: 72px 24px;
        border-radius: 82px 0 0 0;
        overflow: scroll;
        height: 500px;
    }

.greenTitle {
    font-size: 22px;
    font-weight: 400;
    color: #00687b;
}

.firstText {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
/*       performanceSection       */

.performanceSection {
    padding: 0 24px;
}

    .performanceSection .accordion-item {
        background-color: #ffefd5 !important;
        border-radius: 12px !important;
    }

        .performanceSection .accordion-item:last-of-type {
            border: none !important;
        }

        .performanceSection .accordion-item > .accordion-header .accordion-button.collapsed, .performanceSection .accordion-item > .accordion-header .accordion-button {
            border: none !important;
            background-color: #ffefd5 !important;
            border-radius: 12px !important;
            height: 56px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 16px;
            font-weight: 500;
            color: #00687b;
            box-shadow: unset;
        }

    .performanceSection .accordion-button::after {
        position: absolute;
        left: 24px;
    }

    .performanceSection .item {
        margin: 16px 0;
    }

        .performanceSection .item .title {
            font-size: 14px;
            font-weight: 700;
            color: #3a3a3a;
        }

        .performanceSection .item > div:last-child {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 14px;
            font-weight: 700;
            margin-top: 2px;
        }

    .performanceSection .accordion-body {
        border-top: 1px dashed #cdcdcd;
    }

/*    lastInvoiceSection     */

.lastInvoiceSection {
    padding: 16px 24px;
}

    .lastInvoiceSection .title {
        font-size: 16px;
        font-weight: 500;
        color: #919090;
    }

    .lastInvoiceSection .list .item {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 12px 0;
        gap: 8px;
    }

        .lastInvoiceSection .list .item .info {
            width: 100%;
        }

            .lastInvoiceSection .list .item .info > div {
                display: flex;
                align-items: center;
                gap: 8px;
                margin-bottom: 4px;
                font-size: 12px;
                font-weight: 400;
                color: #474747;
            }

                .lastInvoiceSection .list .item .info > div:first-child {
                    font-size: 14px;
                    font-weight: 500;
                    color: #161d1f;
                }

/* appNavigator */

.appNavigator .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 80px;
    position: fixed;
    background-color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    z-index: 50;
}

.definitions, .definitions .appHeader, .definitions .appNavigator .wrapper {
    background-color: #fff;
}

.appNavigator .wrapper .item {
    cursor: pointer;
    text-align: center;
    width: 100%;
}

    .appNavigator .wrapper .item .icon {
        width: 64px;
        text-align: center;
        border-radius: 50px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 4px;
    }

    .appNavigator .wrapper .item.active .icon {
        background-color: #d7e5ea;
    }

.appNavigator .wrapper:has(.addNew) {
    background-color: #fff;
}

.appNavigator .wrapper .addNew {
    margin-right: auto;
    margin-left: 16px;
    margin-bottom: 16px;
    cursor: pointer;
}

    .appNavigator .wrapper .addNew .newButton {
        color: #00687B;
        font-size: 14px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: #E3E9EC;
        box-shadow: 0px 1px 3px 0px #0000004D, 0px 4px 8px 3px #00000026;
        height: 60px;
        border-radius: 16px;
        padding: 16px;
    }

/*       APP HEADER       */
.appHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    padding: 8px;
    position: sticky;
    background-color: #fff;
    z-index: 100;
    top: 0;
}

    .appHeader > div:first-child {
        cursor: pointer;
        font-size: 18px;
    }

    .appHeader > div {
        display: flex;
        align-items: center;
        gap: 16px;
        font-weight: 400;
        color: #161d1f;
    }

/* SETINGS */

.settings,
.settings .appHeader {
    background-color: #f8fbfb;
}

.subscribeType {
    padding: 15px;
}

    .subscribeType .subscribeTypeBox {
        background-color: #e9f2f6;
        border-radius: 24px;
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .subscribeType .subscribeTypeBox > div:first-child {
            display: flex;
            gap: 8px;
        }

            .subscribeType .subscribeTypeBox > div:first-child > div:first-child {
                color: #3a3a3a;
                font-size: 12px;
            }

            .subscribeType .subscribeTypeBox > div:first-child > div:last-child {
                color: #000000;
                font-size: 14px;
                font-weight: 400;
            }

    .subscribeType .button {
        font-size: 14px;
        font-weight: 500;
        padding: 10px 24px;
        color: #ffffff;
    }

.settingsBoxItem {
    padding: 8px 0;
    cursor: pointer;
}

    .settingsBoxItem.disabled {
        filter: grayscale(1) opacity(0.5) blur(0.6px);
        cursor: unset;
    }

    .settingsBoxItem > div:first-child {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        color: #3a3a3a;
        font-size: 14px;
        font-weight: 700;
    }

    .settingsBoxItem .description {
        font-size: 14px;
        font-weight: 400;
        color: #757575;
    }

.settings .versions {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

    .settings .versions .logo {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .settings .versions .copy {
        font-size: 11px;
        font-weight: 400;
        color: #757575;
        direction: ltr;
    }

/* OWNER */

.owner,
.owner .appHeader {
    background-color: #f8fbfb;
}

    .owner .avatar {
        margin: 31px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        font-weight: 500;
        font-size: 16px;
    }

    .owner .item {
        display: flex;
        flex-direction: column;
        gap: 4px;
        padding: 16px 0;
    }

        .owner .item > div:first-child {
            font-weight: 400;
            font-size: 16px;
            color: #161d1f;
        }

        .owner .item > div:last-child {
            font-weight: 400;
            font-size: 12px;
            color: #3c494d;
        }

    .owner .sign {
        border: 1px solid #bcc9cd;
        border-radius: 8px;
        margin-top: 24px;
        background-color: #fff;
        display: flex;
        padding: 12px;
    }

        .owner .sign img {
            aspect-ratio: 16 / 9;
            width: 100%;
            max-width: 300px;
            margin: 0 auto;
        }

/*  SUPPORTVERSION */

.supportVersion {
    height: 100dvh;
    position: relative;
}

    .supportVersion .item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px;
    }

        .supportVersion .item > div > div:first-child {
            font-size: 14px;
            font-weight: 500;
            color: #161d1f;
        }

        .supportVersion .item > div > div:last-child {
            font-size: 12px;
            font-weight: 400;
            color: #3c494d;
        }

    .supportVersion .fixedBox {
        position: fixed;
        width: 100%;
        max-width: 500px;
        bottom: 24px;
        display: flex;
        justify-content: end;
    }

/*  NewSalesInvoice */

.formIcomWrapper {
    position: relative;
    width: 85%;
}

    .formIcomWrapper img {
        position: absolute;
        top: 7px;
        left: 0;
    }



.newsalesinvoice,
.newsalesinvoice .appHeader {
    background-color: #f8fbfb;
}


.yellowCard {
    padding: 16px;
    background-color: #ffefd5;
    border-radius: 12px;
}

    .yellowCard .accordion-item {
        background-color: #ffefd5;
    }

.font-16-500 {
    font-size: 16px;
    font-weight: 500;
}

    .font-16-500.green {
        color: #00687b;
    }

/* producListWrapper */
.producListWrapper .header {
    padding: 10px 16px;
}

    .producListWrapper .header > div:first-child {
        font-weight: 500;
        font-size: 16px;
        color: #919090;
    }

    .producListWrapper .header > div:last-child {
        font-size: 14px;
        font-weight: 500;
        color: #00687b;
        display: flex;
        align-items: center;
        gap: 8px;
    }

.productList .product {
    padding: 8px 16px;
    display: flex;
    align-items: flex-start;
    gap: 4px;
}


    .productList .product:last-child {
        margin-bottom: 8px;
    }

    .productList .product .title {
        font-weight: 500;
        font-size: 14px;
        color: #161d1f;
        margin-bottom: 4px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .productList .product .priceRow {
        font-weight: 400;
        font-size: 12px;
        color: #3c494d;
        display: flex;
        align-items: center;
        gap: 6px;
        white-space: nowrap;
    }

        .productList .product .priceRow .yellowCount {
            background-color: #fbbc00;
            border: 1px dashed #795900;
            border-radius: 20px;
            min-width: 40px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .productList .product .discount {
        color: #ba1a1a;
        font-weight: 400;
        font-size: 12px;
    }

div:has(.cartCountabsolute) img {
    margin-bottom: -4px;
}

.cartCountabsolute {
    position: absolute;
    top: 3px;
    font-size: 11px;
    font-weight: 500;
}

@keyframes cartFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes cartSlideUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.productCartListWrapper .bg {
    position: fixed;
    background-color: #000000b0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    animation: cartFadeIn 0.2s ease;
}

.productCartListWrapper .productList {
    position: fixed;
    z-index: 10001;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px #0000004d, 0px 4px 8px 3px #00000026;
    border-radius: 28px 28px 0 0;
    padding: 8px 0;
    max-width: var(--maxWidth);
    width: 100%;
    animation: cartSlideUp 0.3s ease;
}

    .productCartListWrapper .productList .products {
        overflow: auto;
        max-height: calc(58dvh);
        padding: 4px 8px;
    }

    .productCartListWrapper .productList .headerList {
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .productCartListWrapper .productList .headerList > div {
            width: 32px;
            height: 4px;
            background-color: #6c797e;
        }

.contentWrapper {
    padding: 8px 16px;
}

.ProductSearchModal {
    padding-bottom: 80px;
}

    .ProductSearchModal.scanner-open {
        padding-top: 30vh;
    }
/* productDetails */
.productDetails {
    padding-bottom: 90px;
    height: 100dvh;
}

    .productDetails,
    .productDetails .appHeader {
        background-color: #f8fbfb;
    }

        .productDetails .productPreview {
            display: flex;
            align-items: flex-start;
            gap: 16px;
        }

            .productDetails .productPreview img {
                width: 45px;
                height: 45px;
                border: 1px solid;
                border-radius: 50px;
                object-fit: cover;
            }

            .productDetails .productPreview .title {
                font-size: 16px;
                font-weight: 500;
                color: #161d1f;
            }

            .productDetails .productPreview .description {
                font-size: 12px;
                font-weight: 400;
                color: #3c494d;
            }

.circleButtonBlack {
    width: 40px;
    height: 40px;
    background-color: #3a3a3a;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 42px;
}

/* Financial Affairs */
.FinancialAffairs .talesSection .gridWrapper .item .subtitle-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 10px 16px;
    flex-wrap: wrap;
}

.FinancialAffairs .performanceSection .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .FinancialAffairs .performanceSection .item.item-title {
        flex-direction: column;
        align-items: flex-start;
    }

        .FinancialAffairs .performanceSection .item.item-title .subtitle-container {
            justify-content: space-between;
            flex-direction: column;
            width: 100%;
            gap: 4px;
        }

            .FinancialAffairs
            .performanceSection
            .item.item-title
            .subtitle-container
            .subtitle {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 8px 16px;
            }

    .FinancialAffairs .performanceSection .item .unbold {
        font-weight: 400;
    }

.lastFinancialSection, .contactSection, .productSection {
    padding: 16px 24px;
}

    .lastFinancialSection .title, .contactSection .title, .productSection .title {
        font-size: 16px;
        font-weight: 500;
        color: #919090;
    }

    .lastFinancialSection .list .item, .contactSection .list .item, .productSection .list .item {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 12px 0;
        gap: 8px;
    }

        .lastFinancialSection .list .item .info, .contactSection .list .item .info, .productSection .list .item .info {
            width: 100%;
        }

            .lastFinancialSection .list .item .info > div, .contactSection .list .item .info > div, .productSection .list .item .info > div {
                display: flex;
                align-items: center;
                gap: 8px;
                margin-bottom: 4px;
                font-size: 12px;
                font-weight: 400;
                color: #474747;
            }

            .lastFinancialSection .list .item .info .info-container, .contactSection .list .item .info .info-container, .productSection .list .item .info .info-container {
                gap: 25px;
            }

                .lastFinancialSection .list .item .info .info-container > span, .contactSection .list .item .info .info-container > span, .productSection .list .item .info .info-container {
                    display: flex;
                    align-items: center;
                    justify-content: start;
                    gap: 10px;
                }

            .lastFinancialSection .list .item .info > div > p, .contactSection .list .item .info > div > p, .productSection .list .item .info > div > p {
                font-size: 14px;
                margin-bottom: 0;
                color: #3c494d;
            }

            .lastFinancialSection .list .item .info > div:first-child, .contactSection .list .item .info > div:first-child, .productSection .list .item .info > div:first-child {
                font-size: 14px;
                font-weight: 500;
                color: #161d1f;
            }

    .lastFinancialSection .dropdown-wrapper, .contactSection .dropdown-wrapper, .productSection .dropdown-wrapper {
        position: relative;
    }

    .lastFinancialSection .custom-dropdown, .contactSection .custom-dropdown, .productSection .custom-dropdown {
        position: absolute;
        top: 30px;
        left: 0;
        background: white;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        min-width: 120px;
        z-index: 100;
        overflow: hidden;
    }

        .lastFinancialSection .custom-dropdown a, .contactSection .custom-dropdown a, .productSection .custom-dropdown a {
            text-decoration: none;
        }

    .lastFinancialSection .dropdown-option, .contactSection .dropdown-option, .productSection .dropdown-option {
        padding: 10px;
        cursor: pointer;
    }

        .lastFinancialSection .dropdown-option:hover, .contactSection .dropdown-option:hover, .productSection .dropdown-option:hover {
            background: #f5f5f5;
        }

.lastInvoiceSection .custom-dropdown {
    position: absolute;
    top: 30px;
    left: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    min-width: 120px;
    z-index: 100;
    overflow: hidden;
}

.lastInvoiceSection .dropdown-option {
    padding: 10px;
    cursor: pointer;
}

    .lastInvoiceSection .dropdown-option:hover {
        background: #f5f5f5;
    }

.appHeader .custom-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    min-width: 120px;
    z-index: 100;
    overflow: hidden;
}

.appHeader .dropdown-option {
    padding: 10px;
    cursor: pointer;
}

    .appHeader .dropdown-option:hover {
        background: #f5f5f5;
    }

.yellowCard .accordion-body {
    border-top: 1px dashed #cdcdcd;
}

.newIncome,
.newIncome .appHeader {
    background-color: #f8fbfb;
}

.newIncome {
    overflow: auto
}

.successPage {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    background-color: #f8fbfb;
}

    .successPage .successPage-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 24px 16px;
    }

    .successPage .successPage-message {
        font-size: 18px;
        font-weight: 700;
        color: #3a3a3a;
        text-align: center;
        margin-top: 16px;
    }

    .successPage .successPage-divider {
        width: 100%;
        height: 1px;
        background: #e0e0e0;
        margin: 20px 0;
    }

    .successPage .successPage-details {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .successPage .successPage-detailRow {
        display: flex;
        justify-content: space-between;
    }

    .successPage .successPage-detailLabel {
        font-size: 14px;
        color: #757575;
    }

    .successPage .successPage-detailValue {
        font-size: 14px;
        font-weight: 700;
        color: #3a3a3a;
    }

.newIncome {
    padding-bottom: 30px;
}

    .newIncome:has(.appNavigator) {
        padding-bottom: 90px;
        height: 100dvh;
    }

    .newIncome .flex-between {
        font-size: 14px;
        color: #3a3a3a;
        padding: 8px 0;
    }

    .newIncome .newFinancialCards {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 8px 0 16px;
        gap: 8px;
        background-color: #fff;
        border-radius: 16px;
    }

        .newIncome .newFinancialCards .flex-between div,
        .newIncome .newFinancialCards .flex-between a {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px 12px;
        }

        .newIncome .newFinancialCards .flex-between a {
            text-decoration: none;
            color: #00687b;
        }

            .newIncome .newFinancialCards .flex-between a:hover {
                background-color: #a9ebf7;
                border-radius: 100px;
            }

    .newIncome .detailsWrapper {
        width: 95%;
        margin: 0 auto;
        background-color: #f4fafd;
        border-radius: 12px;
        overflow: hidden;
    }

    .newIncome .newFinancialDetails {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 16px 16px 24px;
        gap: 16px;
    }

        /* بین آیتم‌ها border dashed */
        .newIncome .newFinancialDetails:not(:last-child) {
            border-bottom: 1px dashed #cddfea;
        }

.newFinancialDetails .detailItem {
    font-size: 14px !important;
    font-weight: 500;
    color: #161d1f !important;
}

    .newFinancialDetails .detailItem span:not(:first-child) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 5px;
        color: #3c494d;
        font-size: 12px;
    }

.appNavigator .wrapper {
    display: flex;
    padding: 8px;
    gap: 8px;
    background-color: #f8fbfb;
}

.appNavigator .buttonFill.disabled {
    background-color: #1d1b201f;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.32;
}

    .appNavigator .buttonFill.disabled span {
        color: #161d1f;
    }

.newIncome .cashIncome {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 16px;
    gap: 24px;
    background-color: #fff;
    border-radius: 16px;
}

    .newIncome .cashIncome div {
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 10px;
    }

    .newIncome .cashIncome .label {
        font-weight: 400;
        font-size: 12px;
        color: #3c494d;
    }

    .newIncome .cashIncome .value {
        font-weight: 400;
        font-size: 16px;
        color: #161d1f;
    }

        .newIncome .cashIncome .value.remain {
            font-size: 14px;
            color: #ba1a1a;
        }

.cashPrice {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 16px;
    gap: 24px;
    background-color: #fff;
    border-radius: 24px;
}

    .cashPrice .input-wrapper {
        width: 100%;
    }

        .cashPrice .input-wrapper:has(.priceInput)::after {
            content: "ریال";
            position: absolute;
            left: 20px;
            top: 14px;
            font-size: 16px;
        }

    .cashPrice .addPrice {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 15px;
        background-color: transparent;
        border: 0;
    }

        .cashPrice .addPrice span {
            font-weight: 500;
            font-size: 14px;
            color: #00687b;
        }

        .cashPrice .addPrice img {
            width: 25px;
            margin-top: -4px;
        }

.creditCardBox {
    width: 100%;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px dashed #bcc9cd;
}

    .creditCardBox .buttonFill {
        background-color: #5d5d5d;
        gap: 8px;
        font-size: 14px;
        font-weight: 500;
    }

.detailsWrapper {
    width: 100%;
}

.addNewButton {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.maintenance {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
}

    .maintenance .walletItem {
        display: flex;
        font-size: 14px;
        font-weight: 400;
        gap: 10px;
        text-align: justify;
    }

        .maintenance .walletItem span {
            font-size: 24px;
        }

    .maintenance .walletModalButton {
        margin-top: 20px;
        background-color: transparent;
        border: 0;
        margin-right: auto;
        font-size: 14px;
        color: #003e4b;
    }

.incomeReceipt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15px;
    text-align: center;
}

    .incomeReceipt span:first-child {
        font-weight: 500;
        font-size: 14px;
        color: #161d1f;
    }

    .incomeReceipt span {
        font-weight: 500;
        font-size: 16px;
        color: #000000;
    }

    .incomeReceipt .buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0 16px;
        gap: 24px;
    }

        .incomeReceipt .buttons div {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 16px;
            gap: 8px;
        }

            .incomeReceipt .buttons div span {
                font-size: 14px;
                color: #000000;
            }

    .incomeReceipt .incomeInfo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        padding: 16px 8px;
        gap: 8px;
    }

        .incomeReceipt .incomeInfo span {
            font-weight: 500;
            font-size: 16px;
            color: #919090;
        }

    .incomeReceipt .infoContainer {
        display: grid;
        grid-template-columns: auto auto;
        width: 100%;
        text-align: right;
    }

        .incomeReceipt .infoContainer div {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            gap: 5px;
        }

            .incomeReceipt .infoContainer div label {
                color: #3c494d;
                font-weight: 400;
                font-size: 12px;
            }

            .incomeReceipt .infoContainer div span {
                font-weight: 400;
                font-size: 16px;
                color: #161d1f;
            }

.incomeTotal .flex-between {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 700;
}

.select-contact {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

.selectContactContent {
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 140px);
}

.selectContact-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 60px;
    z-index: 100;
    padding: 12px 0;
    background-color: #f8fbfb;
}

    .selectContact-header label {
        color: #3c494d;
        font-size: 14px;
    }

    .selectContact-header span {
        color: #00687b;
        font-size: 13px;
    }

    .selectContact-header div {
        display: flex;
        gap: 10px;
    }

.selectContactCard {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    padding: 10px 0 10px;
    gap: 20px;
    border-bottom: 1px solid #cdcdcd;
}

.select-contact .newFinancialDetails a:last-child .selectContactCard {
    border-bottom-color: transparent;
}

.selectContactCard img {
    width: 40px;
}

.select-contact .newFinancialDetails {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 16px 0 10px;
    gap: 3px;
    overflow-y: auto;
    flex: 1;
}

.newUser, .Users, .ProductDetail, .Reports,
.newUser .appHeader, .ProductDetail .appHeader, .Reports .appHeader,
.Users .appHeader {
    background-color: #f8fbfb;
}

.newUser, .Users, .ProductDetail, .Reports {
    padding-bottom: 30px;
    min-height: 100dvh;
}

    .newUser:has(.appNavigator), .Users:has(.appNavigator), .ProductDetail:has(.appNavigator) {
        padding-bottom: 90px;
    }

    .newUser .image-container {
        width: 95px;
        height: 95px;
        background-color: #fff;
        border-radius: 100px;
        padding: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 20px;
        cursor: pointer;
        overflow: hidden;
    }

        .newUser .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .newUser .add-image {
        font-weight: 500;
        font-size: 14px;
        padding: 10px 12px;
        color: #00687B;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        cursor: pointer;
    }

.image-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.change-image-btn,
.remove-image-btn {
    border: none;
    background: transparent;
    padding: 10px 14px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
}

.change-image-btn, .remove-image-btn {
    color: #00687B;
}

.imageModal {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.imageModalButton {
    height: 44px;
    border-radius: 12px;
    border: none;
    background: #F5F5F5;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.personKind {
    font-weight: 500;
    font-size: 16px;
    color: #919090;
    margin-bottom: 15px;
}

.person-container {
    background-color: #ffffff;
    padding: 24px 16px;
    border-radius: 24px;
    gap: 24px;
}

    .person-container .buttons {
        width: 100%;
        display: flex;
        gap: 0;
        padding: 4px 0;
    }

.person-btn {
    width: 100%;
    height: 50px;
    padding: 10px 12px;
    border: 1px solid #6C797E;
    background: #fff;
    color: #344054;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 14px;
    font-weight: 500;
}

    .person-btn:first-child {
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }

    .person-btn:last-child {
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
    }

    .person-btn img {
        width: 18px;
        height: 18px;
        animation: scaleIn 0.2s ease;
    }

    .person-btn.active {
        background: #00687B;
        color: #fff;
        border-color: #00687B;
    }

    .person-btn:active {
        transform: scale(0.98);
    }

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.person-container .tab-content {
    margin-top: 20px;
    animation: fadeTab 0.25s ease;
}

.person-container .common-fields {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.common-fields .input-wrapper, .common-fields .input-wrapper input {
    margin-bottom: 0 !important;
}

@keyframes fadeTab {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Chrome, Safari, Edge, Opera */
.person-container input[type="number"]::-webkit-outer-spin-button,
.person-container input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.person-container input[type="number"] {
    -moz-appearance: textfield;
}

.icon-input {
    position: relative;
}

    .icon-input img {
        position: absolute;
        left: 5px;
        top: 5px;
    }

    .icon-input img {
        cursor: pointer;
    }

.contactSection .list .userProfile, .productSection .list .userProfile, .coverImage {
    width: 45px;
    height: 45px;
    object-fit: cover;
    object-position: center;
    border-radius: 50px;
    border: 1px solid #d8d8d8;
}

.barcode-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 8px 4px;
}
.barcode-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #e8f4fd;
    border: 1px solid #b6d4fe;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 13px;
    direction: ltr;
}
.barcode-tag-remove {
    background: none;
    border: none;
    color: #dc3545;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    padding: 0 2px;
}

.syncContactModal {
    padding: 20px;
}

.syncContactHeader {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
}

.syncContactText {
    font-size: 14px;
    color: #667085;
    line-height: 28px;
    margin-bottom: 24px;
}

.syncContactActions {
    display: flex;
    gap: 12px;
}

    .syncContactActions button {
        flex: 1;
        height: 44px;
        border-radius: 12px;
        border: none;
        cursor: pointer;
        transition: 0.2s;
    }

.cancelBtn {
    background: #f2f4f7;
    color: #344054;
}

.confirmBtn {
    background: #00687B;
    color: #fff;
}

    .confirmBtn:hover {
        opacity: 0.9;
    }

.profileContainer {
    padding: 8px 0;
    gap: 8px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    color: #000;
}

    .profileContainer span {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
    }

    .profileContainer .buttons {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        padding: 24px 16px;
    }

        .profileContainer .buttons div {
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: center;
            gap: 10px;
        }

        .profileContainer .buttons .deactive {
            filter: opacity(0.5);
            pointer-events: none;
        }

        .profileContainer .buttons div img {
            width: 50px;
            height: 50px;
        }

        .profileContainer .buttons div span {
            font-size: 14px;
            font-weight: 400;
        }

.tab-buttons button {
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #00687B;
    background-color: transparent;
    border: 0;
    position: relative;
}

    .tab-buttons button.active::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        width: 44px;
        margin: 0 auto;
        height: 3px;
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
        background-color: #00687B;
    }

.Users .tab-content {
    background: #fff;
    border-radius: 24px;
    padding: 16px;
    gap: 8px;
}

    .Users .tab-content .info-container, .ProductDetail .tab-content .info-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: start;
        border-radius: 16px;
        padding: 16px;
        gap: 16px;
        background-color: #F4FAFD;
    }

        .Users .tab-content .info-container h4, .ProductDetail .tab-content .info-container h4 {
            font-size: 16px;
            font-weight: 500;
            color: #919090;
        }

        .Users .tab-content .info-container span, .ProductDetail .tab-content .info-container span {
            font-size: 16px;
            font-weight: 400;
            color: #161D1F;
        }

        .Users .tab-content .info-container label, .ProductDetail .tab-content .info-container label {
            font-size: 12px;
            font-weight: 400;
            color: #3C494D;
        }

.tab-animation {
    animation: tabFade 0.35s ease;
}

@keyframes tabFade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.productContainer {
    padding: 8px 0;
    gap: 8px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    color: #000;
}

    .productContainer span {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
    }

    .productContainer .buttons {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        padding: 24px 16px;
    }

        .productContainer .buttons div {
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: center;
            gap: 10px;
        }

        .productContainer .buttons .deactive {
            filter: opacity(0.5);
            pointer-events: none;
        }

        .productContainer .buttons div img {
            width: 50px;
            height: 50px;
        }

        .productContainer .buttons div span {
            font-size: 14px;
            font-weight: 400;
        }

.scannerModal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scannerModalTop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 30vh;
    background: rgba(0,0,0,.6);
    z-index: 10002;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

    .scannerModalTop .scannerBox {
        padding-top: 6px;
        max-width: 400px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

        .scannerModalTop .scannerBox #pwa-barcode-reader {
            flex: 1;
            min-height: 0;
            overflow: hidden;
            border-radius: 10px;
        }

            .scannerModalTop .scannerBox #pwa-barcode-reader video {
                width: 100% !important;
                height: 100% !important;
                object-fit: cover !important;
            }

.scannerBox {
    width: 100%;
    max-width: 500px;
    padding: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .scannerBox video {
        width: 100%;
        border-radius: 12px;
        background: #000;
    }

.scannerCloseBtn {
    position: absolute;
    top: 0;
    left: calc(100% - 40px);
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .15s;
}

.scannerCloseBtn:hover {
    background: rgba(0,0,0,.75);
}

.scannerLensBtn {
    position: absolute;
    top: 0;
    right: calc(100% - 48px);
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .15s;
}

.scannerLensBtn:hover {
    background: rgba(0,0,0,.75);
}

.scannerSwitchIcon {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    opacity: .8;
}

.scannerZoomBtn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.5);
    background: rgba(0,0,0,.35);
    color: rgba(255,255,255,.85);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .15s;
    padding: 0;
}

.scannerZoomBtnActive {
    border-color: #28a745;
    background: #28a745;
    color: #fff;
}

.scannerLoading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 64px 16px;
    color: rgba(255,255,255,.7);
    font-size: 15px;
}

.scannerSpinner {
    width: 36px;
    height: 36px;
    border: 3px solid rgba(255,255,255,.2);
    border-top-color: #fff;
    border-radius: 50%;
    animation: scannerSpin .6s linear infinite;
    flex-shrink: 0;
}

@keyframes scannerSpin {
    to { transform: rotate(360deg); }
}

.Reports-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    width: 100%;
    gap: 15px;
}

    .Reports-container .item {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        width: 100%;
        gap: 10px;
        cursor: pointer;
    }

    .Reports-container .Reports-image {
        width: 70px;
        height: 70px;
        background-color: #bcedff81;
        border-radius: 8px;
    }

        .Reports-container .Reports-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .Reports-container .item span {
        font-size: 14px;
        font-weight: 500;
    }

.reportsModal {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 8px;
}

.reportsForm {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reportSubmitButton {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 14px;
    background: #00687B;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
}


.supportPage iframe {
    width: 100%;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    height: calc(100dvh - 64px);
}

.feature-box {
    margin: 0;
    background-color: #f4fafd;
    border-radius: 24px;
    padding: 16px;
}

.feature-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-info {
    flex: 1;
}

.feature-name {
    font-weight: 700;
    font-size: 14px;
    color: #3a3a3a;
}

.feature-desc {
    font-size: 13px;
    color: #757575;
    margin-top: 2px;
}

.feature-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}

.feature-header-row-inline {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}

.feature-values-input {
    width: 100%;
}

.feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.feature-tag {
    display: inline-flex;
    align-items: center;
    background: #1890ff;
    border-radius: 16px;
    padding: 4px 10px;
    font-size: 13px;
    color: #fff;
    gap: 4px;
}

.feature-tag-remove {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 0 2px;
    line-height: 1;
}

.feature-delete-icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    opacity: 0.6;
    transition: opacity 0.2s;
    flex-shrink: 0;
}

.feature-delete-icon:hover {
    opacity: 1;
}
