﻿.SelectsKargah {
    padding: 12px 0 4px;
}

    .SelectsKargah img {
        width: 48px;
        height: 48px;
        border-radius: 25px;
        border: 2px solid #fff;
        box-shadow: 0 0 4px 1px;
        margin: 0 3px;
        vertical-align: text-bottom;
        cursor: pointer;
    }

    .SelectsKargah .Selected {
        margin: -5px 5px;
    }

        .SelectsKargah .Selected:after {
            content: '\f00c';
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            color: #81ff6a;
            position: absolute;
            bottom: -5px;
            right: 10px;
            font-size: 31px;
            text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
            animation: Append 0.7s forwards;
            line-height: 22px;
            width: 100%;
        }

    .SelectsKargah .SelectKargah {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

.SelectedKargah {
    direction: rtl;
    display: flex;
    margin: 17px 15px;
}

    .SelectedKargah .SelectedInfo {
        text-align: center;
        margin: 0 5px 0 0;
        width: calc(100% - 125px);
    }

        .SelectedKargah .SelectedInfo h6 {
            color: var(--ColorAlt);
            font-size: 10px;
            line-height: 18px;
        }

        .SelectedKargah .SelectedInfo span {
            font-size: 14px;
            line-height: 24px;
        }

    .SelectedKargah img {
        box-shadow: 0 0 0 1px;
        border-radius: 5px;
        width: 102px;
        height: 102px;
        margin: 0 2px 0 10px;
    }

.AllRateDivider.CustomRateDivider .RateItem {
    margin: 50px 5px 30px;
}

.Footer .Score {
    position: absolute;
    right: 124px;
    top: 3px;
    font-family: BComic;
    line-height: 12px;
    color: var(--ColorAlt);
    font-size: 9px;
    direction: rtl;
}

    .Footer .Score:after {
        content: "\f005";
        font-family: "Font Awesome 6 Pro";
        padding: 0 3px;
    }

.BackShadow .SampleStar {
    position: absolute;
    bottom: 20px;
    font-size: 17px;
    color: #fffde0;
    text-shadow: 0 0 3px #d25c00, 0 0 3px #d25c00, 0 0 2px #d25c00;
    left: 20px;
    float: right;
    transition: 0.3s !important;
    width: 20px;
    line-height: 20px;
    cursor: pointer;
}

    .BackShadow .SampleStar.IsFavorite {
        color: #ff9715;
        text-shadow: 0 0 3px #f00, 0 0 3px #f00, 0 0 2px #f00;
    }

    .BackShadow .SampleStar:before {
        content: "\f005";
        font-family: "Font Awesome 6 Pro";
    }

.SampleBox .SampleStar {
    position: absolute;
    bottom: 3px;
    font-size: 10px;
    color: #ffd04a;
    text-shadow: 0 0 2px #f00, 0 0 3px #f00;
    left: 3px;
    float: right;
    transition: 1.2s !important;
    z-index: 1;
    width: 12px;
    line-height: 12px;
}

    .SampleBox .SampleStar:before {
        content: "\f005";
        font-family: "Font Awesome 6 Pro";
    }

.LogoSetting {
}

    .LogoSetting .LargeLogo {
        width: 80%;
        margin: 5px auto;
        max-width: 300px;
    }

.TopLogoBox {
    margin: 8px 5px;
    width: 90px;
    height: 90px;
    box-shadow: 0 0 3px 1px;
    border: 2px solid var(--WtColor);
    border-radius: 10px;
}

    .TopLogoBox.NoLogo {
        padding: 22px;
    }

.LogoBorderBox {
    display: flex;
    padding: 15px 15px 0;
    justify-content: center;
}

    .LogoBorderBox .LogoBorderImage {
        margin: 0 5px;
        width: 12%;
        cursor: pointer;
    }

        .LogoBorderBox .LogoBorderImage.SelectedBorder {
            /*margin-top: -4px;*/
            /*border-bottom: 4px solid;*/
            filter: invert(1) drop-shadow(0 0 5px black);
        }

.LogoLineBox {
    display: flex;
    padding: 15px 15px;
    justify-content: center;
}

    .LogoLineBox .LogoLineImage {
        margin: 0 5px;
        width: 12%;
        cursor: pointer;
    }

        .LogoLineBox .LogoLineImage.SelectedLine {
            /*margin-top: -4px;*/
            /*Line-bottom: 4px solid;*/
            filter: invert(1) drop-shadow(0 0 5px black);
        }

.LogoFont {
    display: flex;
    padding: 0 15px 15px;
    justify-content: center;
}

    .LogoFont .LogoFontText {
        margin: 16px 19px 0px;
        width: 12%;
        cursor: pointer;
    }

        .LogoFont .LogoFontText.SelectedFont {
            /*margin-top: -4px;*/
            /*Line-bottom: 4px solid;*/
            filter: invert(1) drop-shadow(0 0 5px black);
        }

.SvgDoc {
    width: 60%;
    margin: 0 auto;
}

    .SvgDoc svg {
        width: 100%;
        height: auto;
    }

        .SvgDoc svg .SelectedText {
            filter: invert(1);
        }

.FactorSetting {
    width: 96%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 50px 10px #000;
}

.ContractSetting .AddFactorItem {
    border-radius: 20px;
    box-shadow: 0 0 2px 1.2px;
    background: var(--ColorVl);
    margin: 4px;
    line-height: 35px;
    width: 35px;
}

.ContractSetting .DeleteFactorItem {
    position: absolute;
    cursor: no-drop;
}

.ContractSetting .ContractPoint {
    position: relative;
    font-weight: 900;
    margin: 0;
    font-size: 10px;
    line-height: 25px;
    padding: 3px 50px 3px 20px;
    text-align: justify;
    user-select: none;
    direction: rtl;
    opacity: 0.4;
    text-decoration: line-through;
    cursor: pointer;
    color: var(--OrangeBs);
    /*white-space: pre;*/
}

    .ContractSetting .ContractPoint.Selected {
        opacity: 0.9;
        text-decoration: auto;
        color: var(--ColorBs);
    }

    .ContractSetting .ContractPoint:before {
        content: '\f111';
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        top: 3px;
        right: 27px;
        width: 20px;
        text-align: center;
        font-size: 8px;
    }

    .ContractSetting .ContractPoint.Selected:before {
        content: '\f00c';
        font-size: 13px;
        color: var(--GreenBs);
    }

.ContracPreview {
    background: var(--BgColor);
    width: 96%;
    height: 96%;
    overflow: auto;
    padding: 20px 5px;
    text-align: center;
    border-radius: 7px;
    direction: rtl;
    position: relative;
}

    .ContracPreview .RefreshMx {
        position: absolute;
        font-size: 18px;
        z-index: 10;
        line-height: 45px;
        width: 45px;
        left: 0;
        top: 0;
        z-index: 100;
        cursor: pointer;
    }

        .ContracPreview .RefreshMx:before {
            content: "\f060";
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
        }

.ReadRow {
    width: calc(100% - 2px);
    margin: 0 1px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    user-select: none;
    direction: rtl;
    /* height: 45px; */
    line-height: 45px;
    font-size: 12px;
    display: inline-flex;
    padding: 0 15px;
}

    .ReadRow > div {
        width: 30%;
        display: inline-block;
        white-space: pre;
        overflow: hidden;
        flex-grow: 1;
    }

        .ReadRow > div.Names {
            text-align: right;
            /*flex-grow: 20;*/
            padding-right: 12px;
        }

            .ReadRow > div.Names:Not(:empty):before {
                content: "\f060";
                font-family: "Font Awesome 6 Pro";
                position: absolute;
                right: 15px;
                top: 0;
                font-size: 8px;
            }

        .ReadRow > div.Items {
            padding: 8px 0;
        }

            .ReadRow > div.Items .Row {
                text-align: right;
                flex-grow: 20;
                padding-right: 12px;
                display: flex;
                justify-content: center;
                line-height: 29px;
            }

                .ReadRow > div.Items .Row div {
                    flex-grow: 1;
                    text-align: center;
                    width: 50%;
                }

                .ReadRow > div.Items .Row .Count {
                }

                .ReadRow > div.Items .Row .Price {
                    text-align: left;
                }

                    .ReadRow > div.Items .Row .Price:before {
                        content: '0.000';
                        display: inline-block;
                        font-size: 7.5px;
                        vertical-align: middle;
                        padding: 0 3px;
                        opacity: 0.4;
                    }

.RmvConfirm {
    background: var(--OrangeLt);
    color: #f00;
}

.xCrs {
}

    .xCrs.ChartBtn {
    }

        .xCrs.ChartBtn:before {
            font-size: 17px;
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            width: 40px;
        }

        .xCrs.ChartBtn span {
            width: 100%;
            border: unset;
            font-size: 16px;
        }

        .xCrs.ChartBtn .InfoText:before {
            display: inline-block;
            font-size: 7.5px;
            vertical-align: middle;
            padding: 0 3px;
            opacity: 0.4;
        }

        .xCrs.ChartBtn .InfoText:after {
            display: inline-block;
            font-size: 9px;
            vertical-align: middle;
            padding: 0 5px;
            opacity: 0.7;
        }

        .xCrs.ChartBtn .InfoText.Price:before {
            content: '0.000';
        }

        .xCrs.ChartBtn .InfoText.Count:after {
            content: 'عدد';
        }

        .xCrs.ChartBtn .InfoText.Day:after {
            content: 'روز';
        }

        .xCrs.ChartBtn .InfoText.Text {
            color: var(--OrangeBs);
        }

/*******************Rajabi ITEMS 14010217*********************/

.Offer {
}

    .Offer div {
        color: var(--OrangeBs) !important;
    }

.ItemListBox {
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 5px 5px;
    user-select: none;
    direction: rtl;
}

    .ItemListBox .ItemsBox {
        width: calc(40% - 4px);
        max-width: 200px;
    }

    .ItemListBox .Hashed {
        display: none;
    }

.ItemsTopMenu {
    display: flex;
}

    .ItemsTopMenu .Icons {
        font-size: 21px;
        height: var(--CrsHeight);
        line-height: var(--CrsHeight);
        min-width: 44px;
    }

.DoneReminder {
    margin: 0 8px 0 12px;
}

    .DoneReminder:after {
        content: "\f1ce";
        font-family: "Font Awesome 6 Pro";
        transform: scale(0.7);
        opacity: 0.6;
    }

    .DoneReminder.DoneT {
        content: "\f560";
        color: var(--GreenBs);
    }

        .DoneReminder.DoneT::after {
            content: "\f560";
            transform: scale(1);
            opacity: 1;
        }

.TimePick {
    height: 290px;
    position: relative;
    margin: 10px 0 20px;
}

    .TimePick .TimeClok {
        line-height: 150px;
        width: 290px;
        height: 290px;
        cursor: pointer;
        text-align: center;
        position: absolute;
        top: 0;
        left: calc(50% - 145px);
        background: url(../images/Data/Clock.png?v=1) no-repeat;
        background-size: 100%;
    }

        .TimePick .TimeClok:after,
        .TimePick .TimeClok:before {
            position: absolute;
            color: #fff;
            font-family: BComic;
            direction: ltr;
            opacity: 0.8;
            background: #b3b3b3;
        }

        .TimePick .TimeClok:after {
            content: attr(Hour) ":" attr(Minute);
            width: 150px;
            font-size: 40px;
            line-height: 58px;
            left: calc(50% - 75px);
            top: 62px;
            text-shadow: 0 0 8px #959595;
            border-radius: 18px;
            transition: 1s;
        }

        .TimePick .TimeClok:Not([Day="00"]):before {
            content: attr(Day);
            width: 60px;
            font-size: 17px;
            line-height: 28px;
            left: calc(50% - 30px);
            top: 43px;
            text-shadow: 0 0 8px #959595;
            border-radius: 7px;
            transition: 0.7s;
            animation: Append 1s ease forwards 1;
            z-index: 1;
            box-shadow: 0 0 5px -1px #000;
            opacity: 0.9;
        }

        .TimePick .TimeClok .Motor {
            position: absolute;
            width: 32px;
            height: 32px;
            border: 4px solid #656565;
            border-radius: 50%;
            left: calc(50% - 16px);
            top: calc(50% - 16px);
            z-index: 2;
            background: var(--WtColor);
            box-shadow: 0 0 10px 0px;
        }

            .TimePick .TimeClok .Motor:before {
                content: '';
                position: absolute;
                width: 130px;
                height: 130px;
                border-radius: 50%;
                left: -53px;
                top: -53px;
                transition: 0.5s;
                color: #7b7b7b;
                border-bottom: 6px solid;
                opacity: 0;
            }

            .TimePick .TimeClok .Motor:hover {
                transform: scale(1.1);
            }

                .TimePick .TimeClok .Motor:hover:before {
                    /* box-shadow: inset 0 0 25px -15px #000; */
                    opacity: 0.25;
                }

        /*.TimePick .TimeClok .OutMotor {
            position: absolute;
            width: 240px;
            height: 240px;
            border-radius: 50%;
            left: 10px;
            top: 10px;
            transition: 1s;
        }*/

        .TimePick .TimeClok .OutMotor {
            position: absolute;
            width: 44px;
            height: 44px;
            line-height: 36px;
            border-radius: 50%;
            left: 0;
            bottom: 0;
            /* box-shadow: inset 0 0 6px -2px #000; */
            text-shadow: 0 0 2px #000, 0 0 6px #000;
            cursor: pointer;
            border: 4px solid #757575;
            font-size: 18px;
            opacity: 0.6;
        }

            .TimePick .TimeClok .OutMotor:before {
                font-family: "Font Awesome 6 Pro";
                content: "\f1da";
                color: #fff;
            }

            .TimePick .TimeClok .OutMotor:hover {
                transform: scale(0.93);
                opacity: 1;
            }

        .TimePick .TimeClok:hover {
        }

            .TimePick .TimeClok:hover:after {
                opacity: 1;
            }

        .TimePick .TimeClok .Hour,
        .TimePick .TimeClok .Minute,
        .TimePick .TimeClok .Second {
            position: absolute;
            border-radius: 10px;
            transform-origin: bottom;
            box-shadow: 0 0 1px 1px #fff;
            transition: 0.6s;
            transform: rotate(var(--rotation));
        }

        .TimePick .TimeClok .Hour {
            height: 26%;
            width: 16px;
            top: 24%;
            left: calc(50% - 8px);
            background-color: #101d25;
            z-index: 1;
            opacity: 0.8;
        }

        .TimePick .TimeClok .Minute {
            height: 35%;
            width: 12px;
            top: 15%;
            left: calc(50% - 6px);
            background-color: #3f6a85;
            z-index: 1;
            opacity: 0.75;
        }

        .TimePick .TimeClok .Second {
            background-color: red;
            height: 38%;
            width: 4px;
            top: 12%;
            left: calc(50% - 2px);
            opacity: 0.7;
            z-index: 1;
            opacity: 0.7;
        }

        .TimePick .TimeClok .OtherTarhs {
            position: absolute;
            transform-origin: bottom;
            transition: 0.6s;
            height: 57.5%;
            width: 40px;
            top: -7.5%;
            left: calc(50% - 20px);
            /* background-color: #3f6a8529; */
            transform: rotate(var(--rotation));
            z-index: 1;
            opacity: 1;
            font-size: 8px;
            white-space: pre;
            line-height: 15px;
            -webkit-text-stroke: 2px var(--WtColor);
            paint-order: stroke fill;
            pointer-events: none;
        }

            .TimePick .TimeClok .OtherTarhs img {
                width: 18px;
                height: 18px;
                border-radius: 10px;
                position: absolute;
                top: 16px;
                box-shadow: 0 0 1px 2px #4d4d4d;
                animation: Append 1.2s ease forwards 1;
            }

        .TimePick .TimeClok.Error {
        }

            .TimePick .TimeClok.Error:after, .TimePick .TimeClok.Error:before {
                background: #c10000;
            }

            .TimePick .TimeClok.Error .Hour {
                background: #5b1313ed;
            }

            .TimePick .TimeClok.Error .Minute {
                background: #ab3d3dcf;
            }

            .TimePick .TimeClok.Error .Motor {
                background: #d11212;
                border: 4px solid #6f0000;
                box-shadow: 0 0 25px 5px #f00;
            }

/*.TimePick .TimingText {
        position: absolute;
        left: 15%;
        width: 70%;
        bottom: 0;
        border-top: 2px solid;
        line-height: 40px;
        font-size: 14px;
    }*/

.Accounting .AccountingType .SelModel:before {
    font-family: "Font Awesome 6 Pro";
    padding-left: 5px;
}


.AccountingBox {
    display: inline-block;
    width: 90%;
    margin: 5px auto;
    cursor: pointer;
    font-size: 9.5px;
    position: relative;
    height: 35px;
    line-height: 35px;
    background: none;
    padding: 0 35px 0 0;
    user-select: none;
    border-radius: 12px;
}

    .AccountingBox:hover {
        background-color: var(--ColorVl);
    }

        .AccountingBox:hover .Title {
            right: 90px;
        }

        .AccountingBox:hover .TypeTxt {
            right: 32px;
        }

    .AccountingBox.Selected {
        color: var(--WtColor);
        background: var(--ColorBs);
    }

    .AccountingBox .Custm {
        width: 24px;
        height: 24px;
        position: absolute;
        right: 22px;
        top: 6px;
        border-radius: 18px;
        background: var(--ColorLt);
    }

    .AccountingBox .Title {
        right: 80px;
        top: 0;
        position: absolute;
        direction: rtl;
        width: calc(100% - 170px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: right;
        font-size: 10.5px;
        white-space: pre;
    }

    .AccountingBox:before {
        font-family: "Font Awesome 6 Pro";
        line-height: inherit;
        display: inline-block;
        width: 35px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        font-size: 15px;
        animation: unset;
    }

    .AccountingBox .TypeTxt {
        right: 37px;
        top: 0;
        position: absolute;
        direction: rtl;
        width: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: right;
        font-size: 8px;
    }

    .AccountingBox .Price {
        top: 0;
        position: absolute;
        width: 50px;
        white-space: nowrap;
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
        text-align: right;
        font-size: 13px;
        left: 0;
    }

    .AccountingBox .Date {
        left: 63px;
        top: 18px;
        font-size: 8px;
        position: absolute;
        direction: rtl;
        white-space: pre;
        line-height: 14px;
        opacity: 0.7;
    }

        .AccountingBox .Date.WithImage {
        }

            .AccountingBox .Date.WithImage:after {
                content: "\f5fd";
                font-family: "Font Awesome 6 Pro";
                padding-left: 5px;
            }

    .AccountingBox .Custm:hover {
        transform: scale(1.15) rotate(-10deg);
    }

.AccountingIMG {
    height: 200px;
    border-radius: 10px
}
/* .AccountingBox:hover {
    }

        .AccountingBox:hover .Title {
            right: 60px;
        }

        .AccountingBox:hover .Date {
            font-size: 7.5px;
            opacity: 1;
        }*/
.PadashModal {
    font-family: 'Sarbaz';
}



    .PadashModal .Frame {
        width: 320px;
        height: 316px;
        display: inline-block;
        margin: 10px auto 130px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .PadashModal .Frame .Image {
            width: 268px;
            height: 268px;
            border-radius: 50%;
            position: absolute;
        }

        .PadashModal .Frame:after {
            content: '';
            overflow: hidden;
            background: url("../images/Theme/Eyd/MojFrame.png");
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff);
        }

        .PadashModal .Frame .Name {
            position: absolute;
            width: 60%;
            top: 70px;
            line-height: 40px;
            z-index: 2;
            font-size: 24px;
            color: #fff;
            filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 4px #000) drop-shadow(0 0 6px #000);
        }

    .PadashModal .Amount {
        height: 84px;
        font-size: 45px;
        width: 140px;
        display: inline-flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: calc(50% - 70px);
        top: 250px;
        background: var(--GreenLt);
        background: linear-gradient(60deg, #5cff00 15%, #fff 35%, #fff 65%, #5cff00 85%);
        background: #bdffb6;
        border-radius: 20px;
        box-shadow: 0 0 3px 1px var(--ColorBs), inset 0 0 5px 1px var(--ColorBs);
        border: 4px solid var(--WtColor);
        padding-top: 5px;
        color: #fff;
        text-shadow: 0 0 6px var(--ColorBs), 0 0 8px var(--ColorBs), 0 0 10px var(--ColorBs);
        transition: 0.2s;
    }

    .PadashModal .Btn {
        box-shadow: 0 0 4px 1px var(--ColorBs), inset 0 0 10px var(--ColorBs);
        height: 86px;
        font-size: 15px;
        width: 86px;
        display: inline-flex;
        border-radius: 50%;
        text-align: center;
        justify-content: center;
        align-items: center;
        background: var(--ColorLt);
        cursor: pointer;
        border: 4px solid var(--WtColor);
        user-select: none;
        position: absolute;
        top: 350px;
        padding-top: 43px;
    }

        .PadashModal .Btn.Add {
            left: calc(50% + 32px);
        }

        .PadashModal .Btn.Deduct {
            right: calc(50% + 32px);
        }

        .PadashModal .Btn:before {
            content: attr(A);
            position: absolute;
            width: 100%;
            top: 10px;
            font-size: 50px;
            line-height: 30px;
            color: var(--WtColor);
            text-shadow: 0 0 6px var(--ColorBs), 0 0 8px var(--ColorBs), 0 0 10px var(--ColorBs), 0 0 12px var(--ColorBs);
        }

        .PadashModal .Btn:hover {
            background: var(--ColorVl);
        }

.PadashMojri {
    overflow-x: unset;
    overflow-y: unset;
    white-space: unset;
}

    .PadashMojri > img {
        width: 37px;
        height: 37px;
        margin: 2.5px 2.5px;
        border-radius: 50%;
        border: 2px solid var(--WtColor);
        box-shadow: 0 0 3px;
    }

        .PadashMojri > img.Big {
            width: 50px;
            height: 50px;
        }

.PadashBoxs {
}

    .PadashBoxs .PadashBox {
        font-family: 'Sarbaz';
        cursor: pointer;
        vertical-align: middle;
        position: relative;
        height: 65px;
        transition: 0.4s;
        user-select: none;
        direction: rtl;
        width: calc(98% - 4px);
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        color: var(--ColorBs);
        box-shadow: 0 0 3px;
        border-radius: var(--CrsBorder);
        margin: 4px 2px;
        background: var(--ColorVl);
        overflow: hidden;
        display: flex;
        align-items: center;
    }

        .PadashBoxs .PadashBox .Image {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            display: inline-block;
            background: #f3fcff;
            transform: scale(1);
            overflow: hidden;
            vertical-align: top;
            box-shadow: 0 0 5px -1px;
            border: 2px solid var(--WtColor);
            position: absolute;
            right: 8px;
        }

        .PadashBoxs .PadashBox .Amount {
            font-size: 16px;
            line-height: 40px;
            width: 80px;
            text-align: center;
            align-items: center;
            position: absolute;
            right: 70px;
            color: var(--GreenBs);
            transition: 0.2s;
        }

            .PadashBoxs .PadashBox .Amount:before {
                content: "\f06b";
                font-family: "Font Awesome 6 Pro";
                padding-right: 8px;
                opacity: 0.4;
            }

        .PadashBoxs .PadashBox .Btn {
            box-shadow: 0 0 4px 1px;
            font-size: 25px;
            display: inline-flex;
            border-radius: 50%;
            text-align: center;
            justify-content: center;
            align-items: center;
            background: var(--ColorLt);
            cursor: pointer;
            border: 2px solid var(--WtColor);
            position: absolute;
        }

            .PadashBoxs .PadashBox .Btn.Add {
                width: 44px;
                height: 44px;
                left: 15px;
            }

            .PadashBoxs .PadashBox .Btn.Deduct {
                width: 33px;
                height: 33px;
                position: absolute;
                left: 71px;
            }

            .PadashBoxs .PadashBox .Btn:hover {
                background: var(--ColorVl);
            }

        .PadashBoxs .PadashBox.DelConfirm {
            background: var(--RedLt);
            color: var(--RedBs);
        }

            .PadashBoxs .PadashBox.DelConfirm .Btn.Deduct {
                color: var(--RedBs);
                background: var(--RedLt);
                width: 44px;
                height: 44px;
                left: 140px;
            }

                .PadashBoxs .PadashBox.DelConfirm .Btn.Deduct:after {
                    content: 'حذف بشه !؟';
                    line-height: 20px;
                    font-size: 12px;
                    width: 62px;
                    display: inline-block;
                    position: absolute;
                    right: 50px;
                    pointer-events: none;
                }

                .PadashBoxs .PadashBox.DelConfirm .Btn.Deduct:before {
                    content: "\f1f8";
                    font-family: "Font Awesome 6 Pro";
                    position: absolute;
                    font-size: 18px;
                }

            .PadashBoxs .PadashBox.DelConfirm .Btn.Add {
                color: var(--GreenBs);
                background: var(--GreenLt);
                width: 44px;
                height: 44px;
            }

            .PadashBoxs .PadashBox.DelConfirm .Amount {
                opacity: 0;
            }

            .PadashBoxs .PadashBox.DelConfirm .Image {
                mix-blend-mode: multiply;
            }

    .PadashBoxs .Total {
        margin: 35px 0;
        font-family: Sarbaz;
        font-size: 14px;
    }

    .PadashBoxs .PayEydi {
        margin: 5px auto 5px;
        background: linear-gradient(30deg, var(--ColorVl), var(--ColorLt) 25%, var(--ColorVl) 65%, var(--WtColor));
        border: 2px solid var(--WtColor);
        height: 62px;
        box-shadow: 0 0 2.5px 0px, inset 0 0 2px;
        width: 90%;
    }

    .PadashBoxs .Wallet4Gift {
        width: 55%;
        margin: 0px auto 40px;
        font-size: 10.5px;
        border-bottom: 2px solid;
        padding: 0;
        opacity: 0.8;
        white-space: pre;
    }

    .PadashBoxs .Mostaghiman {
        font-size: 11px;
        width: 80%;
        margin: 5px auto 15px;
        line-height: 18px;
        opacity: 0.7;
    }

.PadashAnim {
    transform: scale(1.1) translate(0, -5px);
}

.Padashed {
    width: 75px;
    height: 95px;
    display: inline-flex;
    padding: 4px;
    font-family: Sarbaz;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

    .Padashed img {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        display: inline-block;
        background: #f3fcff;
        transform: scale(1);
        overflow: hidden;
        vertical-align: top;
        box-shadow: 0 0 3px 1px;
        border: 2px solid var(--WtColor);
        position: absolute;
        top: 7px;
    }

    .Padashed .Price {
        line-height: 22px;
        position: absolute;
        width: 55%;
        bottom: 17px;
        background: var(--ColorVl);
        box-shadow: 0 0 3px 1px;
        border-radius: 5px;
        font-size: 11px;
        padding-top: 1px;
    }

    .Padashed .Custm {
        line-height: 16px;
        position: absolute;
        width: 100%;
        bottom: 0;
        font-size: 7.5px;
        padding-top: 1px;
    }

.StatusSection {
    /*overflow-x: auto;*/
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    direction: rtl;
    padding: 10px 0 15px;
    user-select: none;
}

    .StatusSection .State {
        display: inline-block;
        font-size: 18px;
        padding: 0 25px 0 6px;
        filter: grayscale(0.75);
    }

    .StatusSection .Image {
        border-radius: 5px;
        margin: 0 2px;
        width: 36px;
        height: 36px;
        padding: 0px;
        border: none;
        box-shadow: 0 0 0 1px;
        transition: 0.2s;
        margin-top: 0;
        -webkit-user-drag: none;
    }

        .StatusSection .Image:hover {
            transform: scale(1);
            margin-top: -10px;
        }