﻿*:focus {
    outline: none;
}

*, ::after, ::before, :after, :before {
    box-sizing: border-box;
    transition: 0.3s;
}

/*@font-face {
    font-family: BTrafic;
    src: url('../Content/Fonts/BTrafic.ttf') format('truetype');
}*/

@font-face {
    font-family: BNazanin;
    src: url('../Content/Fonts/BNazanin.woff2') format('woff2');
}

@font-face {
    font-family: IranSans;
    src: url('../Content/Fonts/IranSans.woff2') format('truetype');
}

@font-face {
    font-family: IranSansXV;
    src: url('../Content/Fonts/IranSansXV2023.woff2') format('woff-variations'), /* will be the standard and works in Safari now */ url('../Content/Fonts/IranSans.woff2') format('woff') /* for the other supporting browsers */;
    font-weight: 100 900;
    /*font-display: fallback;*/
}

@font-face {
    font-family: BComic;
    src: url('../Content/Fonts/BComic.woff2') format('woff2');
}

@font-face {
    font-family: ifont;
    src: url("../Content/Fonts/iFont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Sarbaz;
    src: url('../Content/Fonts/Sarbaz2023.woff2') format('woff2');
}

@font-face {
    font-family: SansX;
    font-style: normal;
    font-weight: 100;
    src: url('../Content/Fonts/SansX/IRANSansX-Thin.woff2') format('woff2');
}

@font-face {
    font-family: SansX;
    font-style: normal;
    font-weight: 200;
    src: url('../Content/Fonts/SansX/IRANSansX-UltraLight.woff2') format('woff2');
}

@font-face {
    font-family: SansX;
    font-style: normal;
    font-weight: 300;
    src: url('../Content/Fonts/SansX/IRANSansX-Light.woff2') format('woff2');
}

@font-face {
    font-family: SansX;
    font-style: normal;
    font-weight: 500;
    src: url('../Content/Fonts/SansX/IRANSansX-Medium.woff2') format('woff2');
}

@font-face {
    font-family: SansX;
    font-style: normal;
    font-weight: 600;
    src: url('../Content/Fonts/SansX/IRANSansX-Demibold.woff2') format('woff2');
}

@font-face {
    font-family: SansX;
    font-style: normal;
    font-weight: 800;
    src: url('../Content/Fonts/SansX/IRANSansX-Extrabold.woff2') format('woff2');
}

@font-face {
    font-family: SansX;
    font-style: normal;
    font-weight: 900;
    src: url('../Content/Fonts/SansX/IRANSansX-Black.woff2') format('woff2');
}

@font-face {
    font-family: 'SansX';
    font-style: normal;
    font-weight: bold;
    src: url('../Content/Fonts/SansX/IRANSansX-Bold.woff2') format('woff2');
}

@font-face {
    font-family: SansX;
    font-style: normal;
    font-weight: normal;
    src: url('../Content/Fonts/SansX/IRANSansX-Regular.woff2') format('woff2');
}

@media (min-width: 1000px) {
    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px var(--ColorBs);
        border-radius: 4px;
        margin: 20px;
    }

        ::-webkit-scrollbar-track:hover {
            box-shadow: inset 0 0 3.5px var(--ColorBs);
        }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        box-shadow: inset 0 0 4px var(--ColorBs);
    }

        ::-webkit-scrollbar-thumb:hover {
            box-shadow: inset 0 0 6px var(--ColorBs);
        }

    .ChatBody::-webkit-scrollbar-track {
        margin-top: 130px;
        margin-bottom: 90px;
    }

    .CustmBase .BySide.ProjListCus::-webkit-scrollbar-track {
        margin-top: 280px;
    }
}

.EnL {
    direction: ltr;
}

hr {
    border: 0;
    border-top: 1px solid;
}

::-webkit-input-placeholder, ::placeholder {
    color: unset;
    opacity: 0.20;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

:root {
    --CrsBorder: 10px;
    --CrsHeight: 52px;
    --CrsLineHeight: 42px;
    --CrsMargin: 2.5px 2px;
    --CrsBoxShadow: 0 0 0 1px;
    --CrsFadeShadow: 0 0 7px -3px;
    /*--CrsMinHeight: 46px;*/
}

:root {
    --ColorBs: #0c578e;
    --ColorL4: #82b6e0;
    --ColorL3: #bce5ff;
    --ColorLt: #d7eefd;
    --ColorVl: #f5fcff;
    --ColorAlt: #0096ce;
    --ColorMid: #3479ad;
    --WtColor: #fff;
    --DepDark: #000;
    --BkColor: #000;
    --TransPr: #ffffff82;
    --TransDk: #003868db;
    --OrangeBs: #ea810f;
    --OrangeLt: #ffeac3;
    --OrangeVl: #fffaea;
    --GreenBs: #008404;
    --GreenLt: #5ce125;
    --GreenVl: #d5ffbb;
    --RedBs: #c10000;
    --RedLt: #ff9898;
    --RedVl: #ffe9e9;
    /*--RedLt: color-mix(in srgb, var(--RedBs) 30%, #fff);*/
    /*--RedVl: color-mix(in srgb, var(--RedBs) 10%, #fff);*/
    --PurpleBs: #c100c0;
    --PurpleVl: #fce9ff;
    --PurpleLt: #ff98ff;
    --BgColor: linear-gradient(30deg, var(--ColorLt) 10%, var(--WtColor) 40%, var(--WtColor) 60%, var(--ColorLt) 90%);
    --BgTrust: linear-gradient(30deg, var(--GreenVl), var(--GreenLt) 25%, var(--GreenVl) 65%, var(--WtColor));
    --NaviBar: rgb(58,121,218);
    --ColorAlt: color-mix(in srgb, var(--ColorBs) 55%, var(--GreenLt) 15%);
    --ColorAlt: color-mix(in lch, var(--ColorBs) 70%, var(--GreenLt) 60%);
}

[theme="Dark"]:root {
    --ColorBs: #82b5d5;
    --ColorL4: #334e5d;
    --ColorL3: #223743;
    --ColorLt: #1b2c36;
    --ColorVl: #152730;
    --ColorAlt: #4793b7;
    --ColorMid: #10496c;
    --WtColor: #232323;
    --BkColor: #fff;
    --TransPr: #242e38c7;
    --TransDk: #637587c7;
    --OrangeBs: #bfa688;
    --OrangeLt: #46331a;
    --OrangeVl: #342613;
    --GreenBs: #0de300;
    --GreenLt: #194200;
    --GreenVl: #0c2000;
    --RedBs: #ffa6a6;
    --RedLt: #3e0000;
    --RedVl: #1f0000;
    --PurpleBs: #ffc6ff;
    --PurpleVl: #461745;
    --PurpleLt: #2b122b;
    --NaviBar: rgb(0,0,0);
    --ColorAlt: color-mix(in srgb, var(--ColorBs) 55%, var(--GreenLt) 15%);
    --ColorAlt: color-mix(in lch, var(--ColorBs) 70%, var(--GreenLt) 60%);
}

/*[theme="Dark"] .ModalMsg {
    box-shadow: 0 0 2px 0 #fff;
}*/

/*[theme="Dark"] .MainFace .TopShadow {
    box-shadow: 0 0 35px 25px #000;
}*/

[theme="Dark"] .blueBtn {
    box-shadow: none;
}

    [theme="Dark"] .blueBtn .Btn {
        box-shadow: inset 0 0 3px;
    }

    [theme="Dark"] .blueBtn .UserAvatar {
        box-shadow: unset;
    }

[theme="Dark"] .ChatTitle {
    box-shadow: 0 0 5px 1px;
}

[theme="Dark"] .BySide {
    box-shadow: none;
}

@media(max-width:768px) {
    [theme="Dark"] .MainFace {
        box-shadow: 0 0 0px 1px #000, 0 0 12px 6px #000 !important;
    }
}

[theme="Dark"]:root {
    --CrsBoxShadow: none !important;
    --CrsFadeShadow: none !important;
}

/*body {
    font-family: IranSans;
    font-weight: 600;
    margin: auto;
    background: linear-gradient(30deg, var(--ColorLt) 10%, var(--WtColor) 40%, var(--WtColor) 60%, var(--ColorLt) 90%);
    color: var(--ColorBs);
}*/

html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    line-height: 1.5;
    /*-webkit-tap-highlight-color: var(--WtColor);*/
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    position: relative;
    left: 0;
    top: 0;
    margin: auto;
    overscroll-behavior-y: contain;
}

/*html {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
}*/

body {
    /*height: 100%;*/
    /*width: 100%;*/
    /*overflow: hidden;*/
    /*position: fixed;*/
    /*line-height: 1.5;*/
    /*-webkit-tap-highlight-color: transparent;*/
    /* New Added */
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*background-size: cover;*/
    font-family: IranSans;
    font-weight: 600;
    background: linear-gradient(30deg, var(--ColorLt) 10%, var(--WtColor) 40%, var(--WtColor) 60%, var(--ColorLt) 90%);
    color: var(--ColorBs);
    background: var(--WtColor);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

input, textarea {
    font-family: unset;
    color: unset;
    font-weight: unset;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin: 0;
}

/* Yalda Theme */

.ModalMsg {
    text-align: center;
    background: var(--BgColor);
    width: calc(100% - 6px);
    max-height: calc(100% - 20px);
    max-width: 550px;
    animation: Append 0.5s forwards 1;
    /*box-shadow: 0 0 15px 10px #000;*/
    box-shadow: 0 0 5px 3px #000;
    border-radius: calc(var(--CrsBorder) + 4px);
    display: flex;
    flex-direction: column;
    margin: 0 5px;
    padding: 2px;
    /* New */
    padding: 5px;
    /*background: var(--ColorVl);*/
    background: var(--ColorL4);
}

    .ModalMsg .ModalBody {
        flex-direction: column;
        position: relative;
        flex: 1 1 auto;
        padding: 10px 5px 5px;
        text-align: center;
        overflow: visible;
        direction: ltr;
        overflow: auto;
        overflow-x: hidden;
        /* New */
        /*background: var(--BgColor);*/
        background: var(--WtColor);
        border-radius: calc(var(--CrsBorder) + 2px);
        /*box-shadow: 0 0 6px;*/
    }

        .ModalMsg .ModalBody.ModalGalery {
            height: 99vh;
        }

    .ModalMsg .ModalFooter {
        /*display: block;
        padding: 5px 10%;
        text-align: center;
        background: var(--WtColor);
        box-shadow: var(--CrsFadeShadow);
        border-radius: var(--CrsBorder);
        width: calc(100% - 10px);
        margin: 5px auto;
        height: 64px;*/
        display: block;
        padding: 5px 10%;
        text-align: center;
        width: calc(100% - 10px);
        margin: 5px auto;
        height: 64px;
    }

        .ModalMsg .ModalFooter:empty {
            display: none;
        }

    .ModalMsg .AltBody {
        overflow: auto;
        flex: 1 2 auto;
        position: relative;
        flex-direction: column;
        direction: ltr;
        padding: 15px 3px 10px;
        min-height: 300px;
        border-top: 3px solid;
    }

        .ModalMsg .AltBody:empty {
            max-width: 0;
            opacity: 0;
            padding: 0;
            margin: 0;
            left: 0;
            min-height: 0;
        }

    .ModalMsg .RefreshMx {
        position: absolute;
        font-size: 16px;
        line-height: 32px;
        width: 45px;
        left: 0;
        top: 0;
        z-index: 100;
        cursor: pointer;
        background: var(--ColorL4);
        border-radius: 15px 0 15px 0;
        padding-top: 2px;
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        color: var(--WtColor);
        /*text-shadow: 0 0 8px var(--ColorBs);*/
    }

        .ModalMsg .RefreshMx:before {
            content: "\f355";
            /* content: "\f060"; */
        }

        .ModalMsg .RefreshMx:hover {
            width: 60px;
        }

    /*.ModalMsg hr {
        opacity: 0.2;
        border-top: 2px dashed;
        margin: 10px 60px;
    }*/

    .ModalMsg.HaveTabz {
        overflow: hidden;
        padding: 0;
        max-width: 750px;
    }

    .ModalMsg .ModalTabs {
        width: 100%;
        height: 50px;
        position: relative;
        display: inline-flex;
        justify-content: space-between;
        padding: 0 12%;
        margin-top: 25px;
        user-select: none;
        white-space: pre;
    }

        .ModalMsg .ModalTabs .ModalTab {
            font-size: 10px;
            opacity: 0.7;
            line-height: 40px;
            cursor: pointer;
            flex-grow: 1;
            margin: 5px 5px;
        }

            .ModalMsg .ModalTabs .ModalTab:hover {
                opacity: 1;
            }

            .ModalMsg .ModalTabs .ModalTab.Selected {
                flex-grow: 1.5;
                opacity: 1;
                border-bottom: 3px solid;
                font-size: 12px;
            }

    /*.ModalMsg .ModalTabs .ModalTab.Selected:after {
                    content: "\f00c";
                    font-family: "Font Awesome 6 Pro";
                    font-weight: 900;
                    font-size: 14px;
                    left: 10px;
                    display: inline-block;
                    line-height: inherit;
                    padding: 0 4px 0 0;
                    vertical-align: top;
                    animation: Append 1s forwards 1;
                }*/

    .ModalMsg.HaveTabz .ModalBody {
        height: 98vh;
    }

@media (min-width: 960px) {
    .ModalMsg:has(.AltBody:Not(:empty)) {
        margin-left: 400px;
    }

    .ModalMsg .AltBody {
        width: 400px;
        position: fixed;
        left: -405px;
        background: var(--BgColor);
        box-shadow: 0 0 5px #000;
        border-radius: inherit;
        height: 100%;
        top: 0;
        border: none;
    }
}

.DisClick {
    opacity: 0.3 !important;
    /*filter: grayscale(1);*/
    pointer-events: none !important;
}

/*.ModalMsg .modal-backdrop.show {
        opacity: 0;
    }*/
.LightBox {
}

    .LightBox > i {
        font-size: 22px;
        color: var(--WtColor);
        cursor: pointer;
        text-align: center;
        position: absolute;
        z-index: 100;
        overflow: hidden;
    }

        .LightBox > i:before {
            transition: 0.3s;
            opacity: 0.4;
            position: absolute;
            width: 100%;
            right: 0;
            line-height: inherit;
            text-shadow: 0 0 5px #000;
        }

        .LightBox > i:hover:before {
            transform: scale(1.1);
            /* text-shadow: 0 0 4px #000, 0 0 10px #000; */
            opacity: 0.8;
        }

    .LightBox .Exit {
        top: 0;
        right: 0;
        line-height: 80px;
        height: 80px;
        width: 80px;
        transition-delay: 0.2s;
    }

    .LightBox .Next {
        right: 0;
        width: 40px;
        line-height: 90px;
        height: 90px;
        transition-delay: 0.4s;
    }

    .LightBox .Prev {
        left: 0;
        width: 40px;
        line-height: 90px;
        height: 90px;
        transition-delay: 0.3s;
    }


    .LightBox .Btnz {
        position: absolute;
        font-size: 12px;
        z-index: 10;
        color: var(--ColorBs);
        bottom: 20px;
        user-select: none;
        line-height: 40px;
        text-align: center;
        direction: rtl;
        transition-delay: 0.3s;
    }

        .LightBox .Btnz .Btn {
            border-radius: 2px;
            cursor: pointer;
            /* opacity: 0.8; */
            backdrop-filter: blur(5px);
            display: inline-block;
            margin: 0 1px;
            font-size: 15px;
            width: 60px;
            background: #44444442;
            color: #fff;
            vertical-align: top;
            user-select: none;
            line-height: 40px;
            height: 40px;
            box-shadow: inset 0 0 3px #00000082;
        }

            .LightBox .Btnz .Btn:before {
                font-family: "Font Awesome 6 Pro";
                line-height: inherit;
            }

            .LightBox .Btnz .Btn:hover {
                opacity: 1;
            }

        .LightBox .Btnz :last-child {
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
        }

        .LightBox .Btnz :first-child {
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
        }

        .LightBox .Btnz .Cnt {
            font-size: 11px;
            direction: ltr;
        }

            .LightBox .Btnz .Cnt:before {
                content: attr(Dis) ' / ' attr(All);
                font-family: 'IranSans';
            }

        .LightBox .Btnz .ImageLB {
            display: block;
            background: var(--WtColor);
            position: relative;
            z-index: 10;
            max-height: 99%;
            width: auto !important;
            max-width: 99%;
            height: auto !important;
            border-radius: 10px;
        }

            .LightBox .Btnz .ImageLB.Ban {
                /*filter: grayscale(1) blur(10px);*/
                filter: brightness(0.4);
                transform: scale(0.95);
            }

    .LightBox .ImageLB {
        display: block;
        background: var(--WtColor);
        position: relative;
        z-index: 10;
        /*max-height: 98%;*/
        max-height: calc(100% - 10px);
        width: auto; /*!important*/
        /*max-width: 98%;*/
        max-width: calc(100% - 10px);
        height: auto; /*!important*/
        border-radius: 10px;
        transition: 0.2s;
        cursor: grab;
    }

        .LightBox .ImageLB.Moving {
            transition: 0s;
            -webkit-user-drag: none;
            cursor: grabbing;
        }

        .LightBox .ImageLB.Ban {
            /*filter: brightness(0.8);*/
            transform: scale(0.95);
        }

    .LightBox.Zoomed {
    }

        .LightBox.Zoomed .Exit,
        .LightBox.Zoomed .Next,
        .LightBox.Zoomed .Prev {
            transform: scale(0.5);
            opacity: 0;
            pointer-events: none;
            transition-delay: 0s;
        }

        .LightBox.Zoomed .Next {
            right: -40px;
        }

        .LightBox.Zoomed .Prev {
            left: -40px;
        }

        .LightBox.Zoomed .Btnz {
            opacity: 0.4;
            bottom: 10px;
            transition-delay: 0s;
            /*transform: scale(0.9);*/
            pointer-events: none;
        }

    .LightBox.Hide {
    }

        .LightBox.Hide .ImageLB {
            margin-top: -180px;
            opacity: 0;
        }

        .LightBox.Hide .Btnz {
            bottom: -50px;
            opacity: 0;
        }


.LtBoxNext {
    animation: LtBoxNext 0.25s linear 1;
}

.LtBoxBack {
    animation: LtBoxNext 0.25s linear 1 reverse;
}

@keyframes LtBoxNext {
    49.9999% {
        margin: 0 0 0 -200px;
        opacity: 0;
    }

    50.0001% {
        opacity: 0;
        margin: 0 0 0 200px;
    }
}

.xCrs {
    margin: var(--CrsMargin);
    min-height: var(--CrsHeight);
    line-height: var(--CrsLineHeight);
    border-radius: var(--CrsBorder);
    box-shadow: var(--CrsBoxShadow);
    direction: rtl;
    position: relative;
    overflow: hidden;
    height: var(--CrsHeight);
    text-shadow: none;
    font-size: 12px;
    text-align: center;
    width: calc(100% - 4px);
    cursor: pointer;
    vertical-align: middle;
    background: var(--ColorVl);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0;
    color: var(--ColorBs);
}

    .xCrs > * {
        flex-grow: 1;
        flex-basis: 0;
        text-align: unset;
        padding: 0;
        border: none;
        background: unset;
        line-height: inherit;
        /* height: 32px; */
        min-width: 0;
        white-space: pre;
        overflow: hidden;
        color: unset;
        font-size: unset;
    }

        .xCrs > *:before {
            font-size: 17px;
            display: inline-block;
            opacity: 0.8;
            /* font-family: "Font Awesome 6 Pro"; */
            /* vertical-align: top; */
            /* width: 30px; */
            /* padding-left: 10px; */
        }

    /*.xCrs > *:before {
         font-family: unset;
     }*/

    .xCrs.LargeTxt {
        font-size: 17px;
    }

        .xCrs.LargeTxt input {
            letter-spacing: 1px;
        }

    .xCrs > :not(:last-child) {
        border-left: 1px dashed;
    }

    .xCrs.Disable {
        pointer-events: none;
        filter: grayscale(0.7) opacity(0.6) !important;
    }

    .xCrs span {
        font-size: 10px;
        flex-grow: 0.7;
        padding: 0 5px;
    }

        .xCrs span.Title {
            flex-grow: 1.4;
            text-align: right;
        }

        .xCrs span.Adaad {
            font-size: 11px;
            max-width: 70px;
        }

        .xCrs span.Price {
            font-size: 17px;
            letter-spacing: 1px;
        }

        .xCrs span .Hint {
            border: none;
            width: unset;
            font-size: 9px;
            opacity: 0.5;
            padding-right: 5px;
            display: inline-block;
            vertical-align: top;
        }

            .xCrs span .Hint.Hashed {
                text-decoration: line-through;
                opacity: 0.4;
                font-size: 12px;
                padding: 0 10px;
            }

    .xCrs input {
    }

        .xCrs input[type=number], .xCrs input[type=tel] {
            direction: ltr;
        }

        .xCrs input[type="checkbox"] {
            height: 30px;
            margin-top: 5px;
            display: none;
        }

        .xCrs input:disabled {
            filter: opacity(0.45) grayscale(0.6);
        }

        .xCrs input[type=range] {
            box-shadow: inset 0 0 2px 1px;
            height: 8px !important;
            border-radius: 4px;
            opacity: 0.7;
            margin: 16px 16px 16px 16px;
            position: relative;
            -webkit-appearance: none;
            overflow: unset;
        }

            .xCrs input[type=range]:hover {
                opacity: 1;
            }

            .xCrs input[type=range]::-webkit-slider-thumb {
                -webkit-appearance: none;
                appearance: none;
                width: 13px;
                height: 25px;
                background: var(--ColorLt);
                cursor: pointer;
                box-shadow: inset 0 0 3px 2px;
                border-radius: 4px;
            }

        .xCrs input[type="color"] {
            position: absolute;
            left: 5%;
            top: 3px;
            width: 70%;
            height: 40px;
            border-radius: 20px;
        }

    .xCrs > img {
        width: 30px;
        height: 30px;
        max-width: 30px;
        margin: 6px;
        border-radius: 20px;
        border: none !important;
        background: var(--ColorLt);
    }

    .xCrs > .Icon {
        /*width: 30px;
        height: 30px;
        max-width: 30px;
        margin: 6px;
        border-radius: 20px;
        border: none !important;*/
        width: 40px;
        height: 30px;
        line-height: 30px;
        max-width: 40px;
        border-radius: 20px;
        border: none !important;
    }

        .xCrs > .Icon:before {
            font-family: "Font Awesome 6 Pro";
            line-height: 30px;
            padding: 0;
        }

        .xCrs > .Icon:hover {
            cursor: cell;
            filter: hue-rotate(45deg);
        }

    .xCrs > .Number {
        width: 40px;
        height: 30px;
        line-height: 30px;
        max-width: 40px;
        border-radius: 20px;
        border: none !important;
        font-family: 'BComic';
    }

    .xCrs h1 {
        font-size: 12px;
        flex-grow: 0.7;
    }

    .xCrs select, .xCrs .EditSpan {
        font-size: 12px;
        color: unset;
        font-family: unset;
        font-weight: unset;
        height: var(--CrsLineHeight);
    }

        .xCrs select option {
            font-size: 12.5px;
        }

    .xCrs.Title {
        cursor: pointer;
        white-space: pre;
        user-select: none;
    }

        .xCrs.Title:hover {
            box-shadow: 0 0 0 1px, inset 0 0 20px -5px;
        }

    .xCrs.Btn {
        cursor: pointer;
        white-space: pre;
        user-select: none;
    }

        .xCrs.Btn:before {
            content: "\f00c";
            font-family: "Font Awesome 6 Pro";
            width: 35px;
            display: inline-block;
            font-size: 18px;
            vertical-align: top;
            position: relative;
        }

        .xCrs.Btn:hover {
            box-shadow: 0 0 0 1px, inset 0 0 20px -5px;
        }

            .xCrs.Btn:hover:before {
                transform: scale(1.15) rotate(-4deg);
                transition: 0.3s;
            }

    .xCrs .BTN {
        font-size: 23px;
        z-index: 5;
        max-width: 48px;
        color: var(--ColorBs);
        border: none;
        overflow: visible;
        display: inline-flex;
        justify-content: center;
        min-width: unset !important;
    }

        .xCrs .BTN:before {
            /*padding: 0;*/
            font-size: 19px;
            font-family: "Font Awesome 6 Pro";
        }

        .xCrs .BTN:hover:before {
            filter: invert(1);
        }

        .xCrs .BTN.Green:before {
            color: var(--GreenBs)
        }


    .xCrs > :has(+ .BTN) {
        border: none;
    }

    .xCrs.Contact {
    }

        .xCrs.Contact:hover {
            background: var(--ColorLt);
        }

            .xCrs.Contact:hover > span {
                padding-right: 20px;
            }

        .xCrs.Contact span {
            text-align: right;
            flex-grow: 1;
        }

        .xCrs.Contact.Notifyz {
        }

            .xCrs.Contact.Notifyz:after {
                content: "\f059";
                position: absolute;
                font-family: "Font Awesome 6 Pro";
                width: 40px;
                vertical-align: middle;
                font-size: 19px;
                left: 31%;
                animation: Append 0.6s forwards 1;
                right: unset;
            }

            .xCrs.Contact.Notifyz.NDone {
                background: var(--GreenVl);
                color: var(--GreenBs);
            }

                .xCrs.Contact.Notifyz.NDone:after {
                    content: "\f00c";
                }

                .xCrs.Contact.Notifyz.NDone.Ntf:after {
                    content: "\f0f3";
                }

                .xCrs.Contact.Notifyz.NDone.SMS:after {
                    content: "\f7cd";
                }

            .xCrs.Contact.Notifyz.NEror {
                background: var(--RedVl);
                color: var(--RedBs);
            }

                .xCrs.Contact.Notifyz.NEror:after {
                    content: "\f00d";
                }

            .xCrs.Contact.Notifyz.NWork {
            }

                .xCrs.Contact.Notifyz.NWork:after {
                    content: "\f013";
                    animation: D360 1.5s infinite linear;
                }

        .xCrs.Contact.Search.Agent {
            color: var(--OrangeBs);
            background: var(--OrangeVl);
        }

        .xCrs.Contact .IconTag {
            max-width: 56px;
            border: none;
            position: absolute;
            left: 5px;
            font-family: "Font Awesome 6 Pro";
        }

            .xCrs.Contact .IconTag > div {
                display: inline-block;
                width: 20px;
            }

                .xCrs.Contact .IconTag > div:before {
                    font-size: 14px;
                    padding: 0;
                    max-width: 25px;
                }

            .xCrs.Contact .IconTag .Ranks:before {
                content: "\f091";
            }

            .xCrs.Contact .IconTag .IsDead:before {
                content: "\f54c";
                color: #b6b6b6;
            }

    .xCrs.CheckBox {
        flex-wrap: wrap;
    }

        .xCrs.CheckBox .ChkBx {
            user-select: none;
            cursor: pointer;
            position: relative;
            height: 34px;
        }

            .xCrs.CheckBox .ChkBx:after {
                content: attr(Title);
                width: 100%;
                position: absolute;
                left: 0;
                top: 0;
                padding-left: 30%;
                pointer-events: none;
            }

        .xCrs.CheckBox input:checked + label::before {
            content: "\f00c";
            font-family: "Font Awesome 6 Pro";
            animation: Append 0.6s forwards 1;
            font-size: 20px;
            float: left;
            width: 30%;
        }

    .xCrs:before {
        position: absolute;
        right: 0;
        /*top: 0;*/
        font-size: 16.5px;
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        width: 40px;
    }

    .xCrs[Ax]:before {
        content: attr(Ax);
        font-family: unset;
    }

    .xCrs[TextHint] {
        /*padding: 0 90px 0 5px;*/
        padding-right: 85px;
    }

        .xCrs[TextHint]:after {
            content: attr(TextHint);
            line-height: inherit;
            position: absolute;
            display: inline-block;
            right: 65px;
            font-size: 12px;
        }

    .xCrs.PadR {
        padding-right: 40px;
    }

    .xCrs:focus:after, .xCrs:not(:empty):after {
        opacity: 0.75;
        font-size: 9px;
        right: 38px;
    }

    .xCrs.Description {
        /*min-height: 56px;*/
        line-height: 24px;
        height: unset;
        white-space: pre-line; /* 4 Next Line Bug in JS */
    }

        .xCrs.Description textarea {
            height: 90px;
            resize: none;
            line-height: 22px;
            white-space: unset;
            padding: 0 2px 0 5px;
        }

    .xCrs[contenteditable]:not(.Description) {
        /*white-space: nowrap;*/
        /*overflow: hidden;*/
    }

        .xCrs[contenteditable]:not(.Description) br {
            display: none;
        }

    .xCrs.TextArea {
        height: 160px;
    }

        .xCrs.TextArea textarea {
            width: 100%;
            border: none;
            background: none;
            height: 100%;
            font-size: 11px;
            padding: 37px 12px 32px;
            resize: none;
            color: unset;
            line-height: 18px;
            font-weight: unset;
        }

        .xCrs.TextArea .NotifyTitle {
            border: none;
            background: unset;
            border-bottom: 1px solid;
            padding: 0;
            width: calc(100% - 30px);
            position: absolute;
            left: 0;
            top: 0;
            margin: 0 15px;
            line-height: 33px;
            font-size: 12px;
            height: 33px;
        }

            .xCrs.TextArea .NotifyTitle:after {
                content: "\f00c";
                font-weight: 900;
                font-family: "Font Awesome 6 Pro";
                width: 35px;
                display: inline-block;
                font-size: 18px;
                vertical-align: top;
                transition: 0.3s;
            }

        .xCrs.TextArea .NotifyFoter {
            border: none;
            background: unset;
            border-top: 1px solid;
            padding: 0;
            width: calc(100% - 75px);
            position: absolute;
            left: 0;
            bottom: 0;
            margin: 0 15px 0 60px;
            line-height: 33px;
            font-size: 12px;
            height: 33px;
        }

        .xCrs.TextArea .SendSmart {
            line-height: 36px;
            height: 40px;
            font-size: 18px;
            width: 40px;
            border-radius: 50%;
            position: absolute;
            left: 10px;
            bottom: 10px;
            box-shadow: 0 0 7px, inset 0 0 5px 1px;
            border: 2px solid var(--WtColor);
        }

            .xCrs.TextArea .SendSmart:after {
                content: "\f064";
                font-family: "Font Awesome 6 Pro";
            }

            .xCrs.TextArea .SendSmart:hover {
                box-shadow: 0 0 7px, inset 0 0 5px 3px;
                transform: rotate( -15deg );
            }

    .xCrs .SelModel {
        font-size: 9px;
        opacity: 0.5;
    }

        .xCrs .SelModel:hover {
            opacity: 1;
        }

        .xCrs .SelModel:before {
            font-size: 19px;
            position: relative;
            line-height: inherit;
            vertical-align: top;
            display: inline-block;
            animation: unset;
        }

        .xCrs .SelModel.Hide {
            max-width: 0;
            margin: 3px 0;
            border-left: none;
        }

        .xCrs .SelModel.Disable {
            pointer-events: none;
            opacity: 0.2;
        }

        .xCrs .SelModel.Selected {
            flex-grow: 1.8;
            opacity: 1;
            font-size: unset;
        }

            .xCrs .SelModel.Selected:after {
                content: "\f00c";
                font-family: "Font Awesome 6 Pro";
                font-weight: 900;
                font-size: 14px;
                left: 10px;
                display: inline-block;
                line-height: inherit;
                padding: 0 4px 0 0;
                vertical-align: top;
                animation: Append 1s forwards 1;
            }

        .xCrs .SelModel.BTN.Selected {
        }

            .xCrs .SelModel.BTN.Selected:after {
                padding: 0;
                margin-right: -4px;
                width: 0;
                -webkit-text-stroke: 2px var(--WtColor);
                paint-order: stroke fill;
                color: var(--OrangeBs);
            }

            .xCrs .SelModel.BTN.Selected:before {
                transform: scale(1.15);
                color: var(--GreenBs);
            }

    .xCrs.CheckBox .SelModel {
        /*min-width: 33.333%;*/
        /*flex-basis: unset;*/
    }

    .xCrs.PricBox2 {
        /*padding: 4px 80px 4px 12px;*/
        /*overflow: visible;*/
        padding: 5px 35px 4px;
        overflow: visible;
        border-radius: 28px;
        /*box-shadow: 0 0 3px -1px, inset 0 0 6px -2px;*/
        /*border-radius: 27px;*/
        /*border: 2px solid var(--WtColor);*/
        /*height: 54px;*/
    }

        .xCrs.PricBox2 .PricLine {
            display: inline-block;
            width: 33%;
            line-height: 32px;
            border: none;
            display: inline-flex;
            justify-content: center;
            z-index: 2;
        }

            .xCrs.PricBox2 .PricLine:hover {
                /*flex-grow: 1.2;*/
            }

            .xCrs.PricBox2 .PricLine h6 {
                display: inline-block;
                padding-left: 5px;
                vertical-align: top;
                font-size: 7.5px;
            }

            .xCrs.PricBox2 .PricLine span {
                display: inline-block;
                padding: 0;
                font-size: 15px;
                vertical-align: top;
                position: relative;
                padding-top: 4px;
                height: 32px;
                max-width: 35px;
                direction: ltr;
            }

                .xCrs.PricBox2 .PricLine span:after {
                    content: 'تومَن';
                    font-size: 6px;
                    display: inline-block;
                    vertical-align: top;
                    opacity: 0.65;
                    position: absolute;
                    left: 0;
                    top: 0;
                    line-height: 10px;
                    width: 100%;
                }

        .xCrs.PricBox2.NoClick {
            cursor: no-drop;
        }

    .xCrs.Green {
        --ColorBs: var(--GreenBs);
        --ColorVl: var(--GreenVl);
        --ColorLt: var(--GreenLt);
    }

    .xCrs.Orange {
        --ColorBs: var(--OrangeBs);
        --ColorVl: var(--OrangeVl);
        --ColorLt: var(--OrangeLt);
    }

    .xCrs.Red,
    .xCrs.InputError,
    .SelectedCollorLstTitle.InputError {
        --ColorBs: var(--RedBs);
        --ColorVl: var(--RedVl);
        --ColorLt: var(--RedLt);
    }

        .xCrs.InputError:before {
            content: "\f0a5";
            font-size: 22px;
            animation: InputError 1.2s ease-in-out infinite;
        }

    .xCrs.NoBorder {
        box-shadow: unset;
        background: unset;
        border-radius: 0;
        height: 54px;
    }

        .xCrs.NoBorder > * {
            border: none;
            /*font-size: 8.5px;*/
        }

        .xCrs.NoBorder + .xCrs.NoBorder {
            border-top: 1px solid var(--ColorLt);
        }

    .xCrs.Table {
        box-shadow: unset;
        background: unset;
        border-radius: 0;
        height: 42px;
        min-height: 42px;
        line-height: 34px;
        font-size: 11px;
    }

        .xCrs.Table > * {
            border: none;
            font-size: inherit;
        }

        .xCrs.Table .Img {
            width: 22px;
            height: 22px;
            position: absolute;
            right: 0;
        }

        .xCrs.Table h6 {
            font-size: 9px;
        }

        .xCrs.Table h4 {
            font-size: 10.5px;
        }

        .xCrs.Table h1 {
            font-size: 12.5px;
            flex-grow: 0.8;
        }

        .xCrs.Table .W45 {
            max-width: 48px;
        }

        .xCrs.Table.UnImp, .xCrs.Table.UnImp:after {
            text-decoration: line-through 2px #00000061;
        }

            .xCrs.Table.UnImp > *, .xCrs.Table.UnImp:after {
                filter: opacity(0.45) grayscale(0.6);
            }

            .xCrs.Table.UnImp img {
                opacity: 0.7;
            }

    .xCrs.Selected {
    }

    .xCrs.UnSelected {
        opacity: 0.6;
    }

    .xCrs.Fantasy {
        box-shadow: 0 0 3px -1px, inset 0 0 6px -2px;
        border-radius: 27px;
        border: 2px solid var(--WtColor);
    }

.ClickAnim {
    position: absolute;
    width: 500px;
    height: 100%;
    background: linear-gradient(-45deg, transparent 10%, var(--ColorBs) 50%, transparent 90%);
    left: -500px;
    top: 0;
    opacity: 0.3;
    animation: ClickAnim 0.3s linear forwards;
    pointer-events: none;
}

.xBox {
    border-radius: var(--CrsBorder);
    box-shadow: var(--CrsBoxShadow);
    display: block;
    background: var(--ColorVl);
    cursor: pointer;
    position: relative;
    user-select: none;
    margin: 2px;
    direction: rtl;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
}

    .xBox:hover {
        background: var(--ColorLt);
    }

    .xBox .MidText {
        position: absolute;
        width: 100%;
        font-size: 12px;
        line-height: 30px;
        top: calc(50% - 15px);
        opacity: 0.6;
    }

.xGrids {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 0px;
}

    .xGrids > * {
        max-width: 130px;
        min-width: 100px;
    }

.SmoochBox {
    transition: 0.7s;
    max-height: 300px;
    padding: 10px 15px;
}

    .SmoochBox:empty {
        max-height: 0px;
        transition: .07s;
        padding: 0 15px;
    }

.PayBtn {
    width: 86%;
    position: relative;
    display: inline-block;
    margin: 10px auto;
    height: 74px;
    border-radius: var(--CrsBorder);
    box-shadow: var(--CrsBoxShadow), 0 0 7px;
    box-shadow: 0 0 2px 0.5px, inset 0 0 5px -2px;
    border: 2px solid var(--WtColor);
    display: inline-block;
    cursor: pointer;
    background: var(--ColorVl);
    line-height: 30px;
    font-size: 14px;
    padding-right: 50px;
    overflow: hidden;
    user-select: none;
}

    .PayBtn .Txt {
        position: absolute;
        width: calc(100% - 65px);
        left: 0;
        top: 9px;
        direction: rtl;
    }

        .PayBtn .Txt.Larg {
            top: 20px;
            font-size: 20px;
        }

    .PayBtn .Hnt {
        position: absolute;
        width: calc(100% - 65px);
        left: 0;
        top: 43px;
        font-size: 8.5px;
        opacity: 0.9;
        line-height: 15px;
        direction: rtl;
    }

    .PayBtn:before {
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        position: absolute;
        width: 46px;
        height: 46px;
        background: var(--ColorVl);
        border-radius: 50%;
        line-height: 46px;
        box-shadow: 0 0 6px 2px;
        right: 28px;
        top: 12px;
        font-size: 20px;
        z-index: 2;
    }

    .PayBtn:after {
        content: '';
        width: 50px;
        height: 100%;
        background: var(--WtColor);
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        box-shadow: 0 0 7px 2px;
    }

    .PayBtn:hover {
        /* background: var(--GreenLt); */
        box-shadow: 0 0 2px 0.5px, inset 0 0 8px -2px;
    }

        .PayBtn:hover:before {
            /*transform: scale(1.1) rotate(-13deg);*/
            right: 15px;
        }

        .PayBtn:hover:after {
            width: 78px;
        }

    .PayBtn.Clicked {
    }

        .PayBtn.Clicked:before {
            content: "\f00c";
            transform: rotate(360deg) scale(1.1);
            transition: 0.7s;
            font-size: 30px;
            background: var(--ColorLt);
            /* color: var(--PurpleBs); */
            /* background: var(--PurpleVl); */
            /* border-radius: 10px; */
        }

.RowBox {
    display: flex;
    /* width: calc(100% - 4px); */
    position: relative;
    /* padding: 2px 0; */
    /* margin: 2px; */
    overflow: hidden;
    text-align: center;
    direction: rtl;
    user-select: none;
}

    .RowBox > * {
        margin: 1px 2px;
        cursor: pointer;
        flex-basis: 0;
        flex-grow: 1;
        white-space: pre;
    }

        .RowBox > *:hover {
            flex-grow: 1.3;
        }

@keyframes ClickAnim {
    0% {
        left: -500px;
    }

    100% {
        left: 100%;
    }
}

.ColorGreen {
    --ColorBs: var(--GreenBs);
    --ColorVl: var(--GreenVl);
    --ColorLt: var(--GreenLt);
    color: var(--ColorBs);
}

.ColorOrange {
    --ColorBs: var(--OrangeBs);
    --ColorVl: var(--OrangeVl);
    --ColorLt: var(--OrangeLt);
    color: var(--ColorBs);
}

.ColorRed {
    --ColorBs: var(--RedBs);
    --ColorVl: var(--RedVl);
    --ColorLt: var(--RedLt);
    color: var(--ColorBs);
}

.ColorPurple {
    --ColorBs: var(--PurpleBs);
    --ColorVl: var(--PurpleVl);
    --ColorLt: var(--PurpleLt);
    color: var(--ColorBs);
}

.ColorGray {
    --ColorBs: #7a7a7a;
    --ColorVl: #9c9c9c;
    --ColorLt: #dadada;
    color: var(--ColorBs);
}

.Op50 {
    opacity: 0.4;
}

.ProgressBar {
    width: calc(100% - 70px);
    height: 20px;
    margin: 0 5px 0 65px;
}

    .ProgressBar:after {
        content: attr(value) ' %' /* attr(max)*/;
        font-size: 10px;
        line-height: 18px;
        position: absolute;
        left: -45px;
        top: 2px;
        width: 40px;
    }

    .ProgressBar.Upload {
        width: calc(100% - 120px);
        position: absolute;
        left: 60px;
        display: inline-block;
        bottom: 6px;
        opacity: 100;
        z-index: 100;
        margin: 0;
        filter: unset !important;
    }

        .ProgressBar.Upload:after {
            color: #fff;
        }

@media (min-width: 768px) {
    .CusList .xCrs.Contact:Not(:first-child) {
        width: calc(50% - 4px);
    }
}

/*    .xCrs .PricLine {
        display: inline-block;
        width: 33%;
        line-height: 32px;
        border: none;
    }

        .xCrs .PricLine h6 {
            display: inline-block;
            vertical-align: top;
        }

        .xCrs .PricLine span {
            display: inline-block;
            padding: 0 4px 0 0;
            font-size: 14px;
            vertical-align: top;
        }

            .xCrs .PricLine span:after {
                content: 'تُومَن';
                font-size: 5.5px;
                display: inline-block;
                vertical-align: top;
                opacity: 0.6;
                padding-right: 4px;
            }*/
/* .Sel-ModelsBox */
/* .Sel-ModelsBox */
/* .Sel-ModelsBox */
/* .Sel-ModelsBox */

.HideBrandBtn {
    cursor: pointer;
    font-size: 30px;
    line-height: 50px;
    width: 40%;
    margin: 0 30%;
}

    .HideBrandBtn:before {
        content: "\f107";
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
    }

    .HideBrandBtn.Open {
        transform: rotate(180deg) !important;
    }

.HideBrand {
    padding: 0;
    border-radius: 2px;
    overflow: hidden;
    max-height: 0;
    transition: 0.6s;
}

    .HideBrand.Open {
        max-height: 700px;
        padding: 15px 0;
        overflow: visible;
    }

    .HideBrand.UnHide { /* 4 Kargah Row */
        max-height: 300px;
    }

.DropTextBtn {
    cursor: pointer;
    vertical-align: middle;
    color: var(--ColorAlt);
    line-height: 50px;
    display: inline-block;
    padding-left: 40px;
    position: relative;
    font-size: 13px;
    white-space: pre;
}

    .DropTextBtn:before {
        content: "\f107";
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        font-size: 23px;
        vertical-align: middle;
        padding: 0 12px 0 0;
        position: absolute;
        left: 0;
        top: 0;
        line-height: inherit;
        width: 40px;
    }

    .DropTextBtn.Open:before {
        transform: scaleY(-1);
    }

/*.DropTextBtn:before {
        transform: rotateZ(-180deg) !important;
    }*/

.DropText {
    padding: 0;
    border-radius: 2px;
    overflow: hidden;
    max-height: 0;
    transition: 0.6s;
    margin: 0 auto;
    width: 95%;
    border-radius: var(--CrsBorder);
}

    .DropText.Open {
        max-height: 300px;
        padding: 15px 0;
        /* box-shadow: 0 0 8px -2px; */
        background: var(--ColorLt);
    }

    .DropText.UnHide { /* 4 Kargah Row */
        max-height: 300px;
    }

@keyframes InputError {
    0% {
        margin-right: 0px;
    }

    60% {
        margin-right: 25px;
    }
}

.ConfirmAct {
    width: 340px;
    box-shadow: 0 0 15px #000;
    padding: 10px;
    animation: Append 0.5s forwards 1;
    background: var(--BgColor);
    overflow: unset;
    border-radius: var(--CrsBorder);
    text-align: center;
    user-select: none;
    max-width: 95%;
}

    .ConfirmAct .Info {
        height: 76px;
        font-size: 17px;
    }

        .ConfirmAct .Info .Title {
            position: absolute;
            right: 10px;
            top: 18px;
            padding-right: 25px;
            line-height: 25px;
            white-space: pre;
        }

            .ConfirmAct .Info .Title:before {
                content: "\f013";
                font-family: "Font Awesome 6 Pro";
                font-weight: 900;
                position: absolute;
                font-size: 16px;
                right: 0;
                width: 25px;
                line-height: 25px;
                vertical-align: middle;
                animation: D360 3s infinite linear;
            }

        .ConfirmAct .Info .Text {
            position: absolute;
            right: 50px;
            top: 50px;
            font-size: 11px;
        }

        .ConfirmAct .Info .Icon {
            position: absolute;
            font-size: 40px;
            left: 10px;
            top: 8px;
            line-height: 70px;
            width: 70px;
            text-align: center;
            opacity: 0.7;
        }

            .ConfirmAct .Info .Icon:before {
                display: inline-block;
            }

        .ConfirmAct .Info .BoldText {
            position: absolute;
            width: calc(100% - 100px);
            right: 50px;
            top: -50px;
            color: #fff;
            font-size: 25px;
            border-top: 2px solid;
            line-height: 50px;
            text-shadow: 0 0 10px #000, 0 0 10px #000;
            animation: Append 0.6s forwards 1;
        }

    .ConfirmAct .Divz {
        line-height: 0;
        padding: 12px 5px;
        max-height: calc(100vh - 200px);
        overflow: auto;
        overflow-x: hidden;
    }

    .ConfirmAct .Btns {
        display: flex;
        width: 100%;
        position: relative;
        text-align: center;
        margin: 12px 0 0;
        font-size: 13px;
    }

        .ConfirmAct .Btns .Btn {
            text-shadow: 0 0 8px #000, 0 0 2px #000;
            margin: 2px;
            border-radius: var(--CrsBorder);
            line-height: var(--CrsHeight);
            cursor: pointer;
            flex-basis: 0;
            flex-grow: 1;
            background: #ffe483;
            color: #fff;
            white-space: pre;
        }

            .ConfirmAct .Btns .Btn:hover {
                flex-grow: 1.4 !important;
            }

            .ConfirmAct .Btns .Btn.Cancel {
                background: #ff2929;
            }

            .ConfirmAct .Btns .Btn.Accept {
                background: #00c106;
            }

                .ConfirmAct .Btns .Btn.Accept.DisBtn {
                    background-color: #b5b5b5 !important;
                    text-shadow: 0 0 10px #000;
                    pointer-events: none;
                }

                .ConfirmAct .Btns .Btn.Accept.Error {
                    background: var(--RedBs);
                    pointer-events: none;
                }

                    .ConfirmAct .Btns .Btn.Accept.Error[Ax]:before {
                        content: '⛔';
                    }

            .ConfirmAct .Btns .Btn.Cancel.Larger {
                flex-grow: 1.7;
            }

            .ConfirmAct .Btns .Btn.Delete {
                background: #ff9900;
                flex-grow: 0.6;
            }

            .ConfirmAct .Btns .Btn[Ax] {
                padding-right: 40px;
            }

                .ConfirmAct .Btns .Btn[Ax]:before {
                    content: attr(Ax);
                    text-shadow: none;
                    position: absolute;
                    width: 50px;
                    right: 10px;
                    top: 0;
                    font-size: 30px;
                    padding-top: 5px;
                    text-shadow: 0 0 15px #fff, 0 0 5px #fff;
                }

    .ConfirmAct .HardCheck {
        line-height: 32px;
        vertical-align: top;
        font-size: 12px;
        margin-top: 12px;
        color: #f00;
        cursor: no-drop;
        display: inline-block;
    }

        .ConfirmAct .HardCheck:before {
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            content: "\f05e";
            font-size: 17px;
            vertical-align: top;
            line-height: inherit;
            display: inline-block;
            width: 40px;
            opacity: 0.8;
        }

        .ConfirmAct .HardCheck.ItsOk {
            color: #179800;
            transform: scale(0.8);
            opacity: 0.7;
        }

            .ConfirmAct .HardCheck.ItsOk:before {
                content: "\f560";
                /*transform: scale(1.5) rotate(-10deg);*/
            }

.FabIcon {
}

    .FabIcon:before {
        font-family: "Font Awesome 6 Brands" !important;
        font-weight: 900;
    }

/*.fa-cog:before {
    animation: D360 7s linear infinite;
}*/

.ShareIcons {
    position: relative;
    display: inline-block;
    width: 16.6%;
    color: var(--GreenBs);
    cursor: pointer;
    text-align: center;
    /*overflow: hidden;*/
    user-select: none;
    flex-grow: 1;
    direction: rtl;
    height: 56px;
    display: inline-flex;
    justify-content: center;
    vertical-align: top;
    z-index: 2;
}

    .ShareIcons:before {
        font-family: "Font Awesome 6 Pro";
        line-height: 32px;
        font-size: 22px;
        position: absolute;
        width: 100%;
        left: 0;
        top: 4px;
    }

    .ShareIcons.fab:before {
        font-family: unset;
    }

    .ShareIcons span {
        font-size: 9px;
        position: absolute;
        display: inline-block;
        bottom: 4px;
        width: 100%;
        left: 0;
        line-height: 18px;
        white-space: pre;
        font-family: IranSans;
        font-family: Sarbaz;
        font-weight: 900;
    }

    .ShareIcons img {
        width: 32px;
        height: 32px;
        box-shadow: 0 0 0 1.3px;
        border-radius: 40%;
        margin-top: 2px;
    }

        .ShareIcons img.LogoSetIcon {
            box-shadow: none;
            border-radius: 0;
        }

    .ShareIcons:hover {
    }

        .ShareIcons:hover span {
            bottom: 25px;
            transform: scale(1.5);
        }

        .ShareIcons:hover:before {
            opacity: 0.2;
            line-height: var(--CrsHeight);
            transform: scale(1.3);
        }

    .ShareIcons.LoadingIcon {
        pointer-events: none;
    }

        .ShareIcons.LoadingIcon:before {
            content: "\f013";
            animation: D360 2s infinite linear;
            position: absolute;
            width: 100%;
            left: 0;
        }

    .ShareIcons.Disable {
        filter: grayscale(0.7) opacity(0.5);
        pointer-events: none;
    }

        .ShareIcons.Disable:before {
            filter: grayscale(0.7) opacity(0.5);
            transform: rotate(-10deg);
        }

    .ShareIcons .Count {
        position: absolute;
        right: calc(50% - 20px);
        top: 3px;
        background: var(--ColorVl);
        box-shadow: 0 0 5px 2px var(--ColorBs);
        z-index: 1;
        line-height: 15px;
        width: 15px;
        font-size: 11px;
        border-radius: 50%;
    }

        .ShareIcons .Count:empty {
            opacity: 0;
        }

.ShareStoreIcons {
    width: 43%;
    margin: 4px 1px;
    cursor: pointer;
}

    .ShareStoreIcons:hover {
        transform: scale(0.95);
        filter: hue-rotate(45deg) drop-shadow(0 0 5px #000);
    }

.Allert {
    position: fixed;
    z-index: 3000;
    width: 340px;
    /*box-shadow: 0 0 5px 1px, 0 0 50px 15px;*/
    /*background: linear-gradient( 30deg,currentcolor, var(--WtColor) 40% 60%, currentcolor) center;*/
    /*background-size: 150%;*/
    /*box-shadow: 0 0 15px 3px;*/
    /*background: linear-gradient( 37deg, var(--WtColor) 70%, currentcolor 110%) center;*/
    background: var(--ColorVl);
    box-shadow: 0 0 10px 4px, 0 0 3px 1px;
    border-radius: 10px;
    left: calc(50% - 170px);
    top: 15%;
    text-align: center;
    padding: 0 20px 0 50px;
    font-size: 12px;
    line-height: 50px;
    animation: Append 0.4s cubic-bezier(0, 0, 0.2, 1.5) forwards 1;
    user-select: none;
    cursor: no-drop;
    white-space: pre;
    direction: rtl;
}

    .Allert.Mini {
        border-radius: 7px;
        padding: 0;
        background: var(--WtColor);
        line-height: 38px;
        font-size: 10px;
        margin: 6px 0;
        box-shadow: 0 0 7px;
    }

    .Allert:Not(.Mini):before {
        content: "\f00c";
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        left: 5px;
        bottom: 0px;
        font-size: 35px;
        line-height: inherit;
        width: 50px;
        text-align: center;
        /*text-shadow: 0 0 10px var(--WtColor), 0 0 10px var(--WtColor), 0 0 10px var(--WtColor);*/
    }

    .Allert + .Allert {
        top: calc(15% + 60px);
        opacity: 0.95;
    }

        .Allert + .Allert + .Allert {
            top: calc(15% + 120px);
            opacity: 0.85;
        }

            .Allert + .Allert + .Allert + .Allert {
                top: calc(15% + 180px);
                opacity: 0.7;
            }

                .Allert + .Allert + .Allert + .Allert + .Allert {
                    top: calc(15% + 240px);
                    opacity: 0.5;
                }

                    .Allert + .Allert + .Allert + .Allert + .Allert + .Allert {
                        top: calc(15% + 300px);
                        opacity: 0.2;
                    }

                        .Allert + .Allert + .Allert + .Allert + .Allert + .Allert + .Allert {
                            top: calc(15% + 360px);
                            opacity: 0;
                        }

    .Allert.Error {
        color: #f00;
    }

        .Allert.Error:before {
            content: "\f00d";
        }

    .Allert.GiftEydi {
        top: unset;
        bottom: 15%;
        color: #f40;
        box-shadow: 0 0 0 1px, 0 0 50px -5px, 0 0 80px -5px;
    }

        .Allert.GiftEydi:before {
            content: "\f06b";
        }

    .Allert.CommentHint {
        color: #0c6f00;
        box-shadow: 0 0 0 1px, 0 0 70px 40px;
    }

    .Allert.GiftEydi:before {
        content: "\f06b";
    }

    .Allert.Notif {
        line-height: 34px;
        height: 50px;
        text-align: right;
        font-size: 11px;
        padding-right: 40px;
        background: var(--WtColor);
    }

        .Allert.Notif:before {
            content: "\f0f3";
            font-size: 20px;
            line-height: 50px;
            color: var(--GreenBs);
        }

        .Allert.Notif .Body {
            position: absolute;
            right: 55px;
            bottom: 5px;
            line-height: 20px;
            font-size: 9px;
            direction: rtl;
        }

@keyframes Append {
    0% {
        transform: scale(0.3);
        filter: opacity(0);
    }

    100% {
        filter: opacity(1);
        transform: unset;
    }
}

@keyframes DisPend {
    0% {
        filter: opacity(1);
        transform: unset;
    }

    100% {
        transform: scale(0.1);
        filter: opacity(0.1);
        height: 0;
        margin: 0;
        padding: 0;
        width: 0;
    }
}

@keyframes RotateHue {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

@keyframes Blink {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 0.1;
    }
}

.SlowAnim {
    counter-reset: my-sec-counter;
}

    .SlowAnim > :nth-child(n+1) {
        transform: scale(0);
        /*filter: opacity(0);*/
        animation: Append 0.6s cubic-bezier(0, 0, 0.2, 1.5) forwards 1;
        animation-delay: 1.000s;
    }

    .SlowAnim > /*:not([style*="display:none"])*/ :nth-child(1) {
        animation-delay: 0.000s;
    }

    .SlowAnim > :nth-child(2) {
        animation-delay: 0.150s;
    }

    .SlowAnim > :nth-child(3) {
        animation-delay: 0.278s;
    }

    .SlowAnim > :nth-child(4) {
        animation-delay: 0.388s;
    }

    .SlowAnim > :nth-child(5) {
        animation-delay: 0.482s;
    }

    .SlowAnim > :nth-child(6) {
        animation-delay: 0.562s;
    }

    .SlowAnim > :nth-child(7) {
        animation-delay: 0.631s;
    }

    .SlowAnim > :nth-child(8) {
        animation-delay: 0.690s;
    }

    .SlowAnim > :nth-child(9) {
        animation-delay: 0.740s;
    }

    .SlowAnim > :nth-child(10) {
        animation-delay: 0.783s;
    }

    .SlowAnim > :nth-child(11) {
        animation-delay: 0.820s;
    }

    .SlowAnim > :nth-child(12) {
        animation-delay: 0.851s;
    }

    .SlowAnim > :nth-child(13) {
        animation-delay: 0.878s;
    }

    .SlowAnim > :nth-child(14) {
        animation-delay: 0.901s;
    }

    .SlowAnim > :nth-child(15) {
        animation-delay: 0.921s;
    }

    .SlowAnim > :nth-child(16) {
        animation-delay: 0.938s;
    }

    .SlowAnim > :nth-child(17) {
        animation-delay: 0.953s;
    }

    .SlowAnim > :nth-child(18) {
        animation-delay: 0.965s;
    }

    .SlowAnim > :nth-child(19) {
        animation-delay: 0.976s;
    }

    .SlowAnim > :nth-child(20) {
        animation-delay: 0.985s;
    }

    .SlowAnim > :nth-child(21) {
        animation-delay: 0.992s;
    }



/* POORIA */


.nopassed {
    background: linear-gradient( 30deg,#f00, #fff 40%, #fff 60%, #f00) center !important;
    background-size: 250% !important;
    color: #8a0000;
}

.passed {
    opacity: 0.6;
}

.deleteCost {
    float: left;
    margin: 11px;
    font-size: 14px;
}

    .deleteCost:hover {
        transform: scale(1.5);
        color: darkred;
    }

/*.TabBox {
    position: relative;
    width: calc(100% - 6px);
    direction: rtl;
    display: flex;
    border-radius: 25px;
    box-shadow: 0 0 1px 1px;
    padding: 3px;
    margin: 5px 4px 8px;
    background: var(--BgColor);
    color: unset;
    font-weight: 800;
    user-select: none;
}

    .TabBox .Tab {
        position: relative;
        line-height: 34px;
        margin: 0;
        cursor: pointer;
        white-space: pre;
        overflow: hidden;
        flex-basis: 0;
        flex-grow: 1;
        font-size: 9px;
        opacity: 0.7;
        border-radius: 20px;
        transition: 0.5s;
    }

        .TabBox .Tab:hover {
            flex-grow: 1.2;
        }

        .TabBox .Tab.Selected {
            flex-grow: 2;
            opacity: 1;
            font-size: 12px;
            box-shadow: inset 0 0 12px;
            transition: 0.8s;
        }

            .TabBox .Tab.Selected:before {
                content: "\f00c";
                font-family: "Font Awesome 6 Pro";
                font-weight: 900;
                font-size: 16px;
                left: 10px;
                display: inline-block;
                line-height: 24px;
                padding: 0 0 0 8px;
                vertical-align: middle;
                animation: Append 1s forwards 1;
            }

        .TabBox .Tab.Disable {
            opacity: 0.2;
            flex-grow: 0.4;
            max-width: 60px;
            box-shadow: inset 0 0 5px;
            background-image: linear-gradient( -45deg, transparent 45%, #00000038 50%, transparent 55%);
            background-size: 7px 7px;
            pointer-events: none;
        }*/

.ChatTitle {
    height: 50px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 25px !important;
    user-select: none;
    box-shadow: 0 0 0 1px, 0 0 6px 3px;
    background: var(--BgColor);
    direction: ltr;
    background: var(--TransPr);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

    .ChatTitle .RoundBox img {
        left: 50px;
        top: 5px;
        position: absolute;
        box-shadow: 0 0 2px 2px;
    }

    .ChatTitle .fas {
        position: absolute;
        line-height: 50px;
        font-size: 22px;
        width: 50px;
        top: 0;
        left: 0;
        cursor: pointer;
    }

        .ChatTitle .fas:hover {
            transform: scale(1.10);
        }

        .ChatTitle .fas#SendCall {
            right: 50px;
            filter: opacity(0.4) grayscale(1);
            pointer-events: none;
        }

            .ChatTitle .fas#SendCall:after {
                content: "\f1eb";
                line-height: 50px;
                position: absolute;
                left: 12px;
                top: -7px;
                transform: rotate(-45deg);
                font-size: 11px;
                opacity: 1;
            }

    .ChatTitle .SetTags {
        left: 100px;
        font-size: 14px;
        line-height: 32px;
        width: 36px;
        text-shadow: none;
        color: unset;
        z-index: 10;
    }

    .ChatTitle .ShowData {
        font-size: 10.5px;
        display: block;
        padding: 0 10px 0 100px;
        line-height: 32px;
        white-space: pre;
        z-index: 2;
        text-align: center;
        direction: rtl;
        opacity: 0.8;
        margin-top: 0px;
    }

        .ChatTitle .ShowData span {
            line-height: 32px;
            display: inline-block;
            position: relative;
            vertical-align: top;
            width: 45%;
        }

            .ChatTitle .ShowData span:before {
                font-family: "Font Awesome 6 Pro";
                font-weight: 900;
                /* position: absolute; */
                margin-right: -20px;
                line-height: inherit;
                vertical-align: top;
                font-size: 1.2em;
                width: 35px;
                display: inline-block;
            }

    .ChatTitle .Tabz {
        position: relative;
        width: calc(100% - 105px);
        margin: 0 10px 0 95px;
        direction: rtl;
        display: flex;
        border-radius: 20px 20px 20px 5px;
        background: #fff;
        background: var(--WtColor);
        box-shadow: 0 0 2px 1.2px;
        padding: 3px;
        height: 40px;
        font-size: 9.5px;
    }

        .ChatTitle .Tabz .Item {
            position: relative;
            line-height: 34px;
            margin: 0;
            border-radius: 2px;
            cursor: pointer;
            white-space: pre;
            overflow: hidden;
            flex-basis: 0;
            flex-grow: 1;
            opacity: 0.7;
            border-radius: 20px;
            transition: 0.5s;
            max-width: 100%;
        }

            .ChatTitle .Tabz .Item.Selected:not(.Icon) {
                flex-grow: 1.8;
                opacity: 1;
                font-size: 12px;
                box-shadow: inset 0 0 12px 2px;
                background: var(--TransPr);
            }

            /*.ChatTitle .Tabz .Item.Selected:not(.Icon):before {
                    content: "\f00c";
                    font-family: "Font Awesome 6 Pro";
                    font-weight: 900;
                    font-size: 16px;
                    left: 10px;
                    display: inline-block;
                    line-height: 24px;
                    padding: 0 0 0 8px;
                    vertical-align: middle;
                    animation: Append 1s forwards 1;
                }*/

            .ChatTitle .Tabz .Item.Disable {
                opacity: 0.2;
                flex-grow: 0.4;
                font-size: 8px;
                box-shadow: inset 0 0 8px;
                background-size: 7px 7px;
                pointer-events: none;
            }

        .ChatTitle .Tabz .Search {
            line-height: 34px;
            width: 38px;
            font-size: 17px;
            cursor: pointer;
        }

            .ChatTitle .Tabz .Search:before {
                font-family: "Font Awesome 6 Pro";
                content: '\f002';
            }

        .ChatTitle .Tabz .Icon {
            line-height: 34px;
            max-width: 44px;
            font-size: 18px;
            cursor: pointer;
        }

            .ChatTitle .Tabz .Icon:before {
                font-family: "Font Awesome 6 Pro";
            }

            .ChatTitle .Tabz .Icon.Selected {
                text-shadow: 0 0 3px var(--ColorBs),0 0 8px var(--ColorBs),0 0 8px var(--ColorBs);
            }

                .ChatTitle .Tabz .Icon.Selected:before {
                    color: var(--WtColor);
                }

        .ChatTitle .Tabz .SearchTxt {
            flex-basis: 0;
            border: none;
            line-height: inherit;
            background: no-repeat;
            padding: 0;
            color: unset;
            font-size: 12px;
            text-align: center;
            min-width: 0;
            font-weight: unset;
        }

        .ChatTitle .Tabz.OpenSearch {
        }

            .ChatTitle .Tabz.OpenSearch .Search {
                width: 45px;
            }

                .ChatTitle .Tabz.OpenSearch .Search:before {
                    content: "\f053";
                }

            .ChatTitle .Tabz.OpenSearch .SearchTxt {
                flex-grow: 1;
            }

            .ChatTitle .Tabz.OpenSearch .Item {
                flex-grow: 0 !important;
                box-shadow: none !important;
            }

        .ChatTitle .Tabz .Hide {
            max-width: 0;
        }

        .ChatTitle .Tabz.AltTab {
            position: absolute;
            z-index: 1;
            margin: 0;
            top: 74px;
            left: 10px;
            border-radius: 20px 5px 20px 20px;
            width: 75%;
            animation: Append 0.5s forwards 1;
        }

    .ChatTitle.NoMojri .Tabz:Not(.AltTab) {
        width: calc(100% - 65px);
        margin: 0 10px 0 55px;
    }

    .ChatTitle.NoMojri .Tabz.AltTab {
        width: 85%;
    }

    .ChatTitle .RoundBox {
        /*width: 100px;*/
        height: 50px;
        top: 0px;
        position: absolute;
        z-index: 5;
    }

    .ChatTitle .MojReview {
        position: absolute;
        width: 96%;
        max-width: 400px;
        top: 50px;
        left: 2%;
        background: var(--BgColor);
        direction: rtl;
        border-radius: var(--CrsBorder);
        box-shadow: 0 0 4px 1px var(--ColorBs), 0 0 30px 0 #000;
        animation: Append 0.5s forwards;
        z-index: 3;
        padding: 5px 5px;
        overflow: visible;
    }

    .ChatTitle .Tabz .Item[Count="0"] {
        max-width: 0;
    }

    .ChatTitle .TitleCall {
        position: absolute;
        box-shadow: 0 0 2px 1.2px, inset 0 0 11px 1px;
        background: var(--WtColor);
        font-size: 18px;
        border: 2px solid var(--WtColor);
        width: 48px;
        right: 6px;
        border-radius: 24px;
        padding: 0;
        height: 48px;
        line-height: 44px;
        top: 27px;
        cursor: pointer;
    }

        .ChatTitle .TitleCall:before {
            font-family: "Font Awesome 6 Pro";
            opacity: 0.8;
            display: inline-block;
        }

        .ChatTitle .TitleCall:hover {
            box-shadow: 0 0 2px 1.2px, inset 0 0 12px 3px;
        }

            .ChatTitle .TitleCall:hover:before {
                transform: rotate(-7deg);
            }

        .ChatTitle .TitleCall.DisableCall {
            box-shadow: 0 0 2px 1.2px, inset 0 0 12px 3px #919191;
        }

            .ChatTitle .TitleCall.DisableCall:before {
                color: #919191;
            }

        .ChatTitle .TitleCall.Force {
            animation: animateHeartBeat 5s normal ease 2 6s;
            z-index: 10;
            box-shadow: 0 0 2px 1.2px, inset 0 0 11px 2px var(--GreenBs);
        }

            .ChatTitle .TitleCall.Force:after {
                content: '';
                position: absolute;
                border: 4px solid transparent;
                border-right: 4px solid var(--GreenBs);
                /* border-bottom: 4px solid var(--GreenBs); */
                width: 38px;
                height: 38px;
                border-radius: 50%;
                left: 3px;
                top: 3px;
                animation: D360 2s linear 15, Blink 2.5s ease 12;
                pointer-events: none;
                opacity: 0;
            }

            .ChatTitle .TitleCall.Force:before {
                color: var(--GreenBs);
            }


    .ChatTitle.UnPay:before,
    .UnPayLock:before {
        content: '\f30d';
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        width: 260px;
        line-height: 254px;
        right: calc(50% - 130px);
        top: calc(50vh - 160px);
        z-index: 1000;
        font-size: 100px;
        opacity: 0.98;
        text-shadow: 0 0 20px var(--ColorBs),0 0 25px var(--ColorBs);
        color: var(--ColorLt);
        pointer-events: none;
        box-shadow: 0 0 50px 25px var(--ColorBs), inset 0 0 25px 3px var(--ColorBs);
        border-radius: 50%;
        background: var(--TransPr);
        backdrop-filter: blur(10px);
        border: 3px solid var(--WtColor);
        /*background: radial-gradient(var(--WtColor) 40%, var(--TransPr) 50%, var(--WtColor) 60%);*/
        /*background: var(--WtColor);*/
        background: radial-gradient(var(--TransPr) 0%, var(--WtColor) 50%);
        text-align: center;
        animation: Append 1.5s ease forwards 1;
    }

    .ChatTitle .FadeTitle {
        background: var(--WtColor);
        position: absolute;
        left: 10px;
        top: 85px;
        z-index: 10;
        display: inline-block;
        box-shadow: 0 0 8px 2px;
        width: calc(100% - 20px);
        border-radius: 10px;
    }

        .ChatTitle .FadeTitle.HideBox {
            opacity: 0;
            pointer-events: none;
        }

.ChatBody {
    padding: 30px 2px 40px;
    user-select: none;
    height: calc(100% - 50px);
    top: 50px;
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    direction: ltr;
    line-height: 0;
    padding: 80px 2px 70px;
    top: 5px;
    height: calc(100% - 10px);
}

    .ChatBody:empty:after,
    #ProjDetails2:empty:after,
    .SplitSide:empty:after,
    .ChartsPlace:empty:after {
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        content: "\f070";
        font-size: 120px;
        filter: opacity(0.18);
        position: absolute;
        left: 0;
        top: calc(50% - 50px);
        width: 100%;
        line-height: 100px;
        animation: Blink 5s infinite;
    }

    .ChatBody.HaveAlt {
        padding: 135px 2px 70px;
    }

.Social {
    background-image: url(../images/Theme/ChatBG.png) !important;
    background-repeat: repeat !important;
    background-size: 260px !important;
    z-index: -1;
}

[theme="Dark"] .ChatBody.Social {
    background-image: url(../images/Theme/ChatBGDark.png);
}

.ChatFoot {
    width: 100%;
    /*position: relative;*/
    position: absolute;
    left: 0;
    bottom: 0;
}

    .ChatFoot:empty {
        display: none;
    }

.BackShadow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(#000000a6 0%, #000 75%);
    background-size: 400% 400%;
    background-position: center;
    z-index: 2000;
    align-items: center;
    justify-content: center;
    display: flex;
    animation: BackShadow 1s forwards 1;
    direction: rtl;
    padding-top: 20px;
}

    .BackShadow .InShadow {
        max-width: 750px;
        width: 96%;
        max-height: 96%;
        padding: 10px;
        background: var(--WtColor);
        border-radius: 20px;
        text-align: center;
        overflow: auto;
        overflow-x: hidden;
        box-shadow: 0 0 15px 8px var(--BkColor);
    }

    .BackShadow .InsideBox {
        width: 94%;
        max-width: 380px;
        max-height: 82%;
        overflow: visible;
        padding: 8px;
        border-radius: var(--CrsBorder);
        animation: Append 1s forwards 1;
        text-align: center;
        background: var(--ColorLt);
        box-shadow: 0 0 15px 5px #000;
        user-select: none;
    }

        .BackShadow .InsideBox:before {
            content: attr(TitleEmoji);
            font-size: 65px;
            line-height: 116px;
            width: 120px;
            text-shadow: 0 0 6px var(--ColorBs), 0 0 30px var(--ColorBs);
            position: absolute;
            border-radius: 50%;
            box-shadow: 0 0 5px;
            background: var(--ColorLt);
            text-align: center;
            left: calc(28% - 60px);
            top: -60px;
            cursor: pointer;
            box-shadow: 0 0 8px 2px var(--ColorBs);
            border: 2px solid var(--WtColor);
            z-index: 10;
        }

        .BackShadow .InsideBox .BoxBody {
            max-height: 75vh;
            overflow: auto;
            overflow-x: hidden;
            display: inline-block;
            padding: 40px 5px 10px;
            width: 100%;
        }

@keyframes BackShadow {
    100% {
        background-size: 100% 100%;
    }
}

.InstallBody {
    text-align: center;
}

    .InstallBody .Finger {
        font-size: 55px;
        position: fixed;
        bottom: 5px;
        color: #fff;
        text-shadow: 0 0 3px #000, 0 0 3px #000;
        left: calc(50% - 15px);
        animation: example 1s linear infinite;
        z-index: 1002;
    }

.SplitSide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    direction: rtl;
    width: 50%;
    padding: 0 3px;
    height: 100%;
}

    .SplitSide.Smart {
        height: unset;
        min-height: 300px;
    }

@media (max-width:550px) {
    .SplitSide.Smart {
        width: 100% !important;
    }
}

/*#LoadingAnim {
    display: none;
    z-index: 10000;
    position: fixed;
    bottom: 90px;
    right: 90px;
    animation: Append 1s forwards !important;
}

    #LoadingAnim:after {
        content: "";
        position: absolute;
        border: 12px solid #ffffff82;
        border: 12px solid var(--TransPr);
        border-radius: 50%;
        border-top: 12px solid;
        width: 100px;
        height: 100px;
        left: -50px;
        top: -50px;
        animation: D360 1.2s linear infinite;
        box-shadow: 0 0 8px 0px, inset 0 0 0 1px;
    }

    #LoadingAnim:before {
        content: "";
        position: absolute;
        margin: 17px;
        border: 14px solid #ffffff8a;
        border: 14px solid var(--TransPr);
        border-radius: 50%;
        border-top: 14px solid;
        border-left: 14px solid;
        width: 66px;
        height: 66px;
        left: -50px;
        top: -50px;
        animation: D360 1s linear reverse infinite;
        box-shadow: 0 0 8px 3px, inset 0 0 3px 1px;
    }

    #LoadingAnim.Show {
        bottom: 90px;
    }*/

#LoadingAnim {
    display: none;
    z-index: 10000;
    position: fixed;
    bottom: 90px;
    right: 90px;
    animation: Append 1s forwards !important;
}

    #LoadingAnim:after {
        content: '';
        position: absolute;
        border: 12px solid #ffffff82;
        border: 12px solid var(--TransPr);
        border-radius: 50%;
        border-top: 12px solid;
        width: 100px;
        height: 100px;
        left: -50px;
        top: -50px;
        animation: D360 1.2s linear infinite;
        box-shadow: 0 0 8px 0px, inset 0 0 0 1px;
    }

    #LoadingAnim:before { /*[Ajaxes='1']*/
        content: '';
        position: absolute;
        margin: 17px;
        border: 14px solid #ffffff8a;
        border: 14px solid var(--TransPr);
        border-radius: 50%;
        border-top: 14px solid;
        border-left: 14px solid;
        width: 66px;
        height: 66px;
        left: -50px;
        top: -50px;
        animation: D360 1s linear reverse infinite;
        box-shadow: 0 0 8px 3px, inset 0 0 3px 1px;
    }

    /*#LoadingAnim:not([Ajaxes='1']):before {
        content: attr(Ajaxes);
        z-index: 1;
        position: absolute;
        width: 50px;
        line-height: 50px;
        top: -25px;
        left: -25px;
        text-align: center;
        font-family: 'BComic';
        font-size: 40px;
        text-shadow: 0 0 6px var(--WtColor), 0 0 8px var(--WtColor);
        animation: Pulse 1s linear infinite;
    }*/

    #LoadingAnim.Show {
        bottom: 90px;
    }

.AjaxLoading {
    position: absolute;
    left: calc(50% - 125px);
    bottom: 15px;
    z-index: 2100;
    max-width: 500px;
    width: 250px;
    height: 40px;
    line-height: 40px;
    background: var(--TransPr);
    backdrop-filter: blur(5px);
    box-shadow: 0 0 5px 1px;
    border-radius: var(--CrsBorder);
    font-size: 12px;
    text-align: center;
    padding: 0 50px 0 40px;
    transition: 0.3s;
    direction: rtl;
    cursor: wait;
    user-select: none;
}

    .AjaxLoading .ReqTimer {
        position: absolute;
        line-height: inherit;
        left: 15px;
        font-size: 9px;
        top: 0px;
        opacity: 0.8;
        animation: Append 0.7s ease forwards 1;
    }

    .AjaxLoading + .AjaxLoading {
        z-index: 2099;
        bottom: 45px;
        transform: scale(0.90);
        opacity: 0.9;
    }

        .AjaxLoading + .AjaxLoading + .AjaxLoading {
            z-index: 2098;
            bottom: 75px;
            transform: scale(0.8);
            opacity: 0.8;
        }

            .AjaxLoading + .AjaxLoading + .AjaxLoading + .AjaxLoading {
                z-index: 2097;
                bottom: 102px;
                transform: scale(0.7);
                opacity: 0.7;
            }

                .AjaxLoading + .AjaxLoading + .AjaxLoading + .AjaxLoading + .AjaxLoading {
                    z-index: 2096;
                    bottom: 126px;
                    transform: scale(0.6);
                    opacity: 0.6;
                }

                    .AjaxLoading + .AjaxLoading + .AjaxLoading + .AjaxLoading + .AjaxLoading + .AjaxLoading {
                        z-index: 2095;
                        bottom: 147px;
                        transform: scale(0.50);
                        opacity: 0.5;
                    }

                        .AjaxLoading + .AjaxLoading + .AjaxLoading + .AjaxLoading + .AjaxLoading + .AjaxLoading + .AjaxLoading {
                            z-index: 2094;
                            bottom: 164px;
                            transform: scale(0.40);
                            opacity: 0.2;
                        }

    .AjaxLoading:after {
        content: '\f2f1';
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        font-size: 20px;
        width: 26px;
        line-height: 26px;
        right: 6px !important;
        top: 1px;
        animation: D360 2s linear infinite;
        margin: 7px;
    }

    .AjaxLoading.Hide {
        margin-bottom: -40px;
        opacity: 0;
    }

    .AjaxLoading.Done {
        background: var(--GreenVl);
    }

        .AjaxLoading.Done:after {
            content: '\f00c';
            animation: unset;
        }

/*#LoadingAnim[Ajaxes='0'] {
        display: none !important;
    }*/
/*animation: Pulse 1.2s linear infinite;*/
@keyframes Pulse {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    10% {
        opacity: 0.5;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.SearchLoading {
    position: relative;
    text-align: center;
}

    .SearchLoading:after {
        content: '';
        position: relative;
        border: 10px solid var(--ColorLt);
        border-top: 10px solid;
        border-right: 10px solid;
        width: 40px;
        height: 40px;
        animation: SearchLoading 2.2sease-in-out infinite !important;
        margin: 20px;
        display: inline-block;
        border-radius: 50%;
        box-shadow: 0 0 3px 0px, inset 0 0 2px 0px;
    }

.LoadWaiting {
    /* pointer-events: none; */
    opacity: 0.7;
}

    .LoadWaiting > * {
        filter: blur(3px) grayscale(0.5) opacity(0.5) !important;
    }

    .LoadWaiting > img {
        filter: blur(7px) grayscale(0.5) opacity(0.5) !important;
        transform: scale(1.4);
    }

    .LoadWaiting:after {
        font-family: "Font Awesome 6 Pro";
        animation: D360 5s linear infinite;
        position: absolute !important;
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
        font-weight: 900;
        font-size: 25px !important;
        right: unset !important;
        left: calc(50% - 25px) !important;
        bottom: unset !important;
        top: calc(50% - 25px) !important;
        text-align: center;
        opacity: 1 !important;
        content: "\f013" !important;
        text-shadow: 0 0 5px var(--ColorBs), 0 0 10px var(--ColorBs), 0 0 15px var(--ColorBs), 0 0 25px var(--ColorBs);
        color: var(--ColorVl);
    }

.LoadRound {
    box-shadow: 0 0 5px 5px;
    transition: 0.3s;
    transform: scale(1.3) rotate(0deg);
    animation: LoadRound 1s linear infinite;
}

@keyframes LoadRound {
    100% {
        transform: scale(1.3) rotate(360deg);
    }
}

.JobSaved {
    /* display: none; */
    z-index: 10000;
    position: fixed;
    bottom: 90px;
    right: 90px;
    animation: Append 0.7s forwards !important;
    /*bottom: -90px;*/
    color: #117d00;
}

    .JobSaved:after {
        content: "";
        position: absolute;
        border: 12px solid transparent;
        border-radius: 50%;
        border-width: 1px;
        border-top: 12px solid;
        /* border-bottom: 10px solid; */
        width: 100px;
        height: 100px;
        left: -50px;
        top: -50px;
        animation: D360 2s cubic-bezier(0.37, -0.65, 0.61, 1.6) infinite;
        /* box-shadow: 0 0 0 1px, 0 0 10px 3px, inset 0 0 0 1px; */
        /* color: #117d00; */
    }

    .JobSaved:before {
        content: '\f0c7';
        position: absolute;
        width: 100px;
        height: 100px;
        left: -50px;
        top: -50px;
        font-family: "Font Awesome 6 Pro";
        text-align: center;
        line-height: 100px;
        font-size: 45px;
        /*box-shadow: 0 0 0 1px, inset 0 0 8px 2px,inset 0 0 0 1px;*/
        text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 60px #117d00, 0 0 60px #117d00, 0 0 60px #117d00;
        /* color: #fff; */
        /* animation: D360 5s linear infinite reverse; */
    }

.ReadTitle {
    text-align: right;
    margin: 25px 15px 6px;
    padding: 0 12px 0;
    line-height: 30px;
    font-size: 15px;
    border-bottom: 2px solid;
    color: var(--ColorAlt);
    opacity: 0.9;
    position: relative;
    user-select: none;
    direction: rtl;
    font-weight: 900;
    white-space: pre;
    /*font-family: SansX;*/
    /*font-weight: 800;*/
}

    .ReadTitle.Bold {
        margin: 50px 5px 6px;
        border: 2px solid;
        background: var(--ColorLt);
        border-radius: 8px;
        line-height: 35px;
    }

    .ReadTitle:after {
        content: '';
        animation: D360 2s linear infinite;
        width: 11px;
        height: 11px;
        border: 3px solid;
        position: absolute;
        border-radius: 3px;
        left: 8px;
        top: 13px;
    }

    .ReadTitle span {
        opacity: 0.7;
        font-size: 0.6rem;
        padding-right: 10px;
        display: inline-block;
        vertical-align: top;
        line-height: inherit;
    }

:where(.ReadTitle):before {
    content: '\f0d9';
    font-family: "Font Awesome 6 Pro";
    margin-left: 2px;
    /*line-height: 30px;*/
    display: inline-block;
    font-size: 12px;
    width: 20px;
    text-align: center;
    line-height: inherit;
}

.ReadText {
    margin: 0;
    font-size: 13px;
    line-height: 30px;
    padding: 0 20px;
    text-align: justify;
    text-align-last: center;
    user-select: none;
    direction: rtl;
}

    .ReadText[PriceHint] {
        text-align: right;
        position: relative;
        text-align-last: right;
        width: 84%;
        margin: 0 8%;
        font-size: 12px;
        cursor: pointer;
        line-height: 34px;
    }

        .ReadText[PriceHint]:after {
            content: attr(PriceHint);
            position: absolute;
            left: 9px;
            opacity: 0.7;
        }

    .ReadText.Hashed {
        text-decoration: line-through;
        opacity: 0.5;
    }

        .ReadText.Hashed:after {
            text-decoration: line-through;
        }

    .ReadText.CheckText:before {
        font-family: "Font Awesome 6 Pro";
        display: inline-block;
        position: absolute;
        right: -20px;
        top: 0;
        font-size: 19px;
        width: 30px;
    }

    .ReadText.CheckText.Hashed:before {
        content: '\f00d' !important;
        opacity: 1;
    }

    .ReadText.CheckText.Checked:before {
        content: '\f00c';
    }

    .ReadText.Bold {
        font-size: 16px !important;
        line-height: 35px;
    }

    .ReadText:before {
        font-family: "Font Awesome 6 Pro";
        display: inline-block;
        vertical-align: top;
        padding: 0 15px 0 0;
    }

    .ReadText.Warn {
        color: var(--RedBs);
        line-height: 40px;
        font-size: 12px;
        cursor: pointer;
    }

        .ReadText.Warn:before {
            content: "\f06a";
            right: 0;
            font-size: 1.3em;
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            width: 45px;
        }

    .ReadText.Hint {
        color: var(--OrangeBs);
        line-height: 40px;
        font-size: 12px;
        cursor: pointer;
    }

        .ReadText.Hint:before {
            content: "\f071";
            right: 0;
            font-size: 1.3em;
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            width: 45px;
        }

    .ReadText.Info {
        line-height: 40px;
        font-size: 12px;
        cursor: pointer;
    }

        .ReadText.Info:before {
            content: "\f071";
            right: 0;
            font-size: 1.4em;
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            width: 45px;
        }

    .ReadText.xCrsHint {
        font-size: 8.5px;
        line-height: 18px;
        opacity: 0.7;
        text-align: right;
        text-align-last: right;
        padding-right: 50px;
        white-space: pre;
    }
/* Coment ReadH2 After Evolan*/
.ReadH2 {
    margin: 0;
    font-size: 13px;
    line-height: 30px;
    padding: 0 20px;
    text-align: justify;
    text-align-last: center;
    user-select: none;
    direction: rtl;
}

.ReadH5 {
    font-size: 9px;
    opacity: 0.6;
    line-height: 20px;
    margin-top: 20px;
    direction: rtl;
    user-select: none;
}

.ReadPoint {
    opacity: 1;
    position: relative;
    font-weight: 900;
    font-size: 11px;
    line-height: 25px;
    margin: 3px 50px 3px 20px;
    text-align: justify;
    user-select: none;
    direction: rtl;
    display: inline-block;
    width: calc(100% - 70px);
    white-space: pre;
    cursor: pointer;
    text-align-last: right;
}

    .ReadPoint:before {
        content: '\f111';
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        top: 0;
        right: -27px;
        width: 20px;
        text-align: center;
        font-size: 8px;
        text-align-last: center;
    }

    .ReadPoint.Checked {
        /*color: var(--GreenBs);*/
    }

        .ReadPoint.Checked:before {
            content: '\f00c';
            content: '\f560';
            font-size: 12px;
        }

    .ReadPoint.Hashed {
        opacity: 0.6;
        text-decoration: line-through;
    }

    .ReadPoint .Val {
        position: absolute;
        left: 0;
        top: 0;
        text-decoration: inherit;
    }

    .ReadPoint:hover {
        opacity: 1;
        padding-right: 7px;
    }

        .ReadPoint:hover:before {
            right: -18px;
            transform: scale(1.2);
        }

        .ReadPoint:hover .Val {
            left: 5px;
        }

.HintPoint {
    position: relative;
    font-weight: 900;
    font-size: 8.5px;
    line-height: 20px;
    margin: 0 65px 10px 20px;
    text-align: justify;
    user-select: none;
    direction: rtl;
    display: inline-block;
    width: calc(100% - 85px);
    white-space: pre;
    cursor: pointer;
    opacity: 0.8;
}

    .HintPoint:before {
        content: '\f111';
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        top: 0;
        right: -15px;
        width: 16px;
        text-align: center;
        font-size: 5px;
        opacity: 0.6;
    }

    .HintPoint:hover {
        opacity: 1;
        padding-right: 5px;
    }

.ReadBaner {
    margin: 85px auto;
    font-family: Sarbaz;
    font-size: 25px;
    direction: rtl;
    white-space: pre;
    line-height: 50px;
    /*text-shadow: 0 0 4px var(--WtColor), 0 0 4px var(--WtColor), 0 0 4px var(--WtColor), 0 0 10px var(--ColorBs);*/
    /*color: var(--ColorAlt);*/
    /*animation: RotateHue 8s linear infinite;*/
}

.ReadCall {
    text-align: right;
    margin: 0 auto 0;
    line-height: 52px;
    font-size: 11px;
    opacity: 1;
    position: relative;
    user-select: none;
    direction: rtl;
    font-weight: 900;
    width: 70%;
    max-width: 250px;
    vertical-align: top;
    cursor: pointer;
}

    .ReadCall:after {
        content: '';
        content: attr(CallHim) attr(ShowData);
        position: absolute;
        left: 2px;
        top: 0;
        font-size: 9px;
        line-height: inherit;
        opacity: 0.7;
    }

    .ReadCall:before {
        content: '\f095';
        font-family: "Font Awesome 6 Pro";
        margin-left: 10px;
        line-height: inherit;
        display: inline-block;
        font-size: 16px;
        width: 20px;
        text-align: center;
        vertical-align: top;
    }

    .ReadCall + .ReadCall {
        border-top: 1px solid var(--ColorLt);
    }

    .ReadCall:hover:before {
        margin-left: 20px;
    }

.ReadHr {
    width: 70%;
    margin: 25px auto;
    border-top: 2px solid var(--ColorAlt);
}

.TitleBaner {
    padding: 50px 0 20px;
    font-size: 100px;
    line-height: 100px;
    text-shadow: 0 0 5px var(--ColorBs), 0 0 40px var(--ColorBs);
    color: var(--WtColor);
    cursor: pointer;
}

    .TitleBaner:before {
        font-family: "Font Awesome 6 Pro";
        animation: RotateHue 10s linear infinite;
    }

    .TitleBaner.NoAnim:before {
        animation: unset;
    }

    .TitleBaner.Vector {
    }

        .TitleBaner.Vector img {
            display: inline-block;
            height: 220px;
            margin: 0 auto;
        }

.TitleDate {
    font-size: 10.5px;
    margin: 15px 15px 4px;
    padding: 0 30px 0 0;
    text-align: right;
    text-shadow: none;
    color: var(--ColorAlt);
    user-select: none;
    direction: rtl;
    line-height: 20px;
    cursor: pointer;
    border-bottom: 1px solid;
    position: relative;
    white-space: pre;
}

    .TitleDate:before {
        font-family: "Font Awesome 6 Pro";
        content: "\f104";
        width: 12px;
        display: inline-block;
        position: absolute;
        right: 10px;
        bottom: 1px;
        line-height: 20px;
        font-size: 12px;
        text-align: center;
    }

    .TitleDate:hover {
        padding-right: 50px;
    }

        .TitleDate:hover:before {
            right: 18px;
        }

    .TitleDate:after {
        content: attr(Value);
        font-size: inherit;
        position: absolute;
        left: 8px;
        bottom: 0px;
    }

    .TitleDate h6 {
        font-size: inherit;
        position: absolute;
        left: 8px;
        bottom: 0px;
    }

    .TitleDate.Mini {
        border: none;
        margin: 0 8px;
        font-size: 9px;
        white-space: normal;
        padding: 0 10px 0 0;
    }

        .TitleDate.Mini:before, .TitleDate.Mini:after {
            content: '';
        }

.FadeDate {
    font-size: 8px;
    color: #00000033;
    font-family: 'Sarbaz';
    margin: 12px 10% 12px;
    min-width: 31%;
    padding: 0 25px;
    text-align: center;
    user-select: none;
    line-height: 18px;
    width: unset;
    display: inline-block;
    box-shadow: 0 0 0 1.5px currentColor;
    border-radius: 9px;
    position: relative;
}

    .FadeDate:before, .FadeDate:after {
        content: '';
        width: 20px;
        position: absolute;
        background: currentColor;
        height: 2px;
        top: 8px;
        opacity: 0.7;
    }

    .FadeDate:before {
        right: -20px;
    }

    .FadeDate:after {
        left: -20px;
    }

    .FadeDate.Hide {
        display: none;
    }

.TitleSarbaz {
    line-height: 50px;
    padding: 25px 0 10px;
    font-family: Sarbaz;
    font-size: 25px;
    direction: rtl;
    color: var(--GreenBs);
    animation: Blink 1s infinite;
}

.namad-footer {
    margin: 0 auto;
    display: block;
    margin: 10px auto;
    text-align: center;
}

    .namad-footer div {
        display: block;
        margin: 0 auto;
    }

    .namad-footer img {
        width: 80px;
        height: 80px;
        border-radius: 100%;
        box-shadow: inset 0 0 8px, 0 0 0 1px;
        padding: 7px;
        display: inline-block;
        margin: 0px 5px;
        overflow: hidden;
        cursor: pointer;
        background: var(--WtColor);
        color: var(--ColorBs);
    }

.BonusRow {
    display: block;
    position: relative;
    height: 35px;
    line-height: 35px;
    font-size: 11.5px;
    direction: rtl;
    padding: 0 32px 0 12px;
    user-select: none;
}

    .BonusRow:before {
        content: "\f060";
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        right: 15px;
        top: 0;
    }

    .BonusRow:after {
        content: '';
        border-bottom: 1px dashed;
        width: calc(100% - 320px);
        position: absolute;
        left: 175px;
        top: 17px;
        opacity: 0.2;
        color: var(--ColorAlt);
    }

    .BonusRow :first-child {
        float: right;
    }

    .BonusRow .Prize {
        /* font-family: BComic; */
        vertical-align: middle;
        font-size: 13px;
        line-height: inherit;
        display: inline-block;
        height: 33px;
        float: left;
        min-width: 46px;
        text-align: right;
    }

        .BonusRow .Prize:after {
            content: attr(Unit);
            padding: 0 3px 0 0;
            vertical-align: middle;
            font-size: 8px;
            opacity: 0.4;
            display: inline-block;
            color: var(--ColorAlt);
        }

        .BonusRow .Prize.Total {
            min-width: 55px;
        }

            .BonusRow .Prize.Total:before {
                content: attr(Unit);
                float: right;
                padding: 0 5px 0 3px;
                font-size: 9.5px;
                color: var(--ColorAlt);
            }

            .BonusRow .Prize.Total:after {
                font-size: 9px;
                padding: 0 4px 0 0;
                display: none;
                content: none;
            }

    .BonusRow.Desc {
        height: 40px;
    }

        .BonusRow.Desc h6 {
            position: absolute;
            top: 30px;
            line-height: 14px;
            right: 32px;
            opacity: 0.5;
            color: var(--ColorAlt);
            font-size: 7.5px;
            padding-right: 10px;
        }

            .BonusRow.Desc h6:before {
                content: '';
                width: 5px;
                height: 5px;
                background: var(--ColorAlt);
                display: inline-block;
                border-radius: 3px;
                margin-left: 4px;
                position: absolute;
                right: 0;
                top: 4px;
            }

    .BonusRow.EndLine {
        /*border-top: 1px dashed var(--ColorAlt);*/
        /*margin-top: 5px;*/
        /*height: 40px;*/
    }

        .BonusRow.EndLine:before, .BonusRow.EndLine:after {
            content: none;
        }

@keyframes D360 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes FadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        pointer-events: none;
    }
}

.DanceBack:after {
    content: '';
    width: 1100%;
    height: 1100%;
    background: linear-gradient( 0, var(--ColorBs) 40%, var(--ColorLt) 50%, var(--WtColor) 54%);
    position: absolute;
    left: -500%;
    top: -500%;
    z-index: -1;
    /*animation: D360 4s infinite linear, HueRorate 8s infinite linear;*/
    animation: D360 4s linear 3, HueRorate 8s linear 5;
}

.d-flex {
    display: flex;
}

.justify-content-around {
    justify-content: space-around;
}

.VideoPlay {
    min-width: 50% !important;
    box-shadow: 0 0 0 1px #000, 0 0 30px -6px #000;
    border-radius: 8px;
    background: linear-gradient( 45deg, #252525 40%, #212121 40%) center;
    animation: Append 0.5s forwards 1;
    max-width: 98%;
    max-height: 98%;
}

video::-webkit-media-controls-mute-button {
    display: none;
}

.InvoiceRow {
    width: 98%;
    margin: 0 auto;
    /* border-bottom: 1px solid var(--ColorLt); */
    position: relative;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    user-select: none;
    direction: rtl;
    height: 48px;
    line-height: 48px;
}

    .InvoiceRow img {
        display: inline-block;
        max-height: 90px;
        position: relative;
        width: 36px;
        height: 30px;
        padding: 5px;
        vertical-align: middle;
        box-shadow: 0 0 3px;
        border-radius: 5px;
        margin: 3px 5px 3px 9px;
    }

        .InvoiceRow img:Not([src]) {
            opacity: 0;
        }

    .InvoiceRow h1 {
        font-size: 11px;
        width: calc(54% - 50px);
        display: inline-block;
        white-space: pre;
        line-height: inherit;
        margin: 0;
        vertical-align: top;
        cursor: pointer;
        position: relative;
        text-align: right;
    }

        .InvoiceRow h1 span {
            font-size: 8px;
            display: inline-block;
            padding: 0 4px 0 0;
            vertical-align: middle;
            opacity: 0.6;
            color: var(--ColorAlt);
        }

    .InvoiceRow span {
        font-size: 11px;
        line-height: inherit;
        width: 18%;
        display: inline-block;
        position: relative;
        vertical-align: top;
        text-align: right;
    }

        .InvoiceRow span .Hashed {
            text-decoration: line-through;
            font-size: 9px;
            opacity: 0.7;
            padding: 0 0 0 10px;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            line-height: 20px;
        }

        .InvoiceRow span.Count {
            width: 10%;
        }

            .InvoiceRow span.Count:after {
                content: attr(Unit);
                padding: 0 2px 0 0;
                vertical-align: middle;
                font-size: 7px;
                display: inline-block;
                opacity: 0.5;
            }

    .InvoiceRow h6 {
        width: 14px;
        display: inline-block;
        font-size: 8px;
        vertical-align: top;
        padding-left: 8px;
    }

.RmvConfirm {
    background: var(--OrangeLt);
    color: #f00;
}

.BankPage {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    user-select: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    direction: rtl;
}

    .BankPage:after, .BankPage:before {
        content: '';
        width: 100%;
        height: 25px;
        left: 0;
        position: fixed;
        box-shadow: 0 0 0 1px, 0 0 10px 2px;
        background: var(--WtColor);
    }

    .BankPage:after {
        bottom: 0;
    }

    .BankPage:before {
        top: 0;
    }

    .BankPage .PageTitle {
        padding: 0 0 20px;
        margin-top: -20%;
    }

        .BankPage .PageTitle:before {
            content: "\f06a";
            font-family: "Font Awesome 6 Pro";
            font-size: 100px;
            line-height: 100px;
            display: block;
            padding-bottom: 20px;
        }

    /*.BankPage .PageTitle h4 {
            font-size: 15px;
            margin: 0;
        }*/

    .BankPage .BodyText {
        padding: 13px 0;
        font-size: 14px;
    }

    .BankPage .BankBtn {
        text-decoration: none;
        background: var(--BgTrust);
    }

    .BankPage.BankError {
        color: #ff3400;
    }

        .BankPage.BankError .PageTitle {
            /*color: #ff3400;*/
        }

            .BankPage.BankError .PageTitle:before {
                content: "\f00d";
            }

        .BankPage.BankError .BodyText {
            /*color: #ff3400;*/
            background: #ffeed4;
        }

.ReadSelect {
    text-align: center;
    margin: 0px 15px 6px;
    line-height: 30px;
    font-size: 10px;
    color: var(--ColorAlt);
    font-weight: 900;
    direction: rtl;
    display: flex;
    border-bottom: 2px solid;
    padding: 0 15px;
}

    .ReadSelect:before {
        content: attr(Title);
        font-size: 15px;
        width: 23%;
        opacity: 0.4;
        font-size: 9px;
        line-height: 34px;
        white-space: pre;
        text-align: right;
    }

    .ReadSelect .Item {
        position: relative;
        line-height: 34px;
        margin: 0;
        cursor: pointer;
        white-space: pre;
        overflow: hidden;
        flex-basis: 0;
        flex-grow: 1;
        opacity: 0.7;
        transition: 0.5s;
    }

        .ReadSelect .Item.Selected {
            flex-grow: 1.8;
            opacity: 1;
            font-size: 12px;
        }

            .ReadSelect .Item.Selected:not(.Icon):before {
                content: "\f00c";
                font-family: "Font Awesome 6 Pro";
                font-weight: 900;
                font-size: 16px;
                left: 10px;
                display: inline-block;
                line-height: 24px;
                padding: 0 0 0 8px;
                vertical-align: middle;
                animation: Append 1s forwards 1;
            }

.PreUploadPanel {
    width: 100%;
    line-height: 0;
}

.LoginPanel {
    text-align: center;
    margin: 0 auto;
    display: block;
    height: 100%;
    padding: 0 10px 50px;
    width: 100%;
    max-width: 600px;
    position: relative;
    overflow: auto;
    user-select: none;
    direction: rtl;
}

    .LoginPanel .TabBody {
        width: 100%;
        height: calc(100% - 190px);
        padding: 10px 5px 40px;
        overflow: auto;
    }

    /*.LoginPanel input {
        text-align: center;
        font-size: 17px;
        border: none;
        box-shadow: 0 0 1px 1px;
        border-radius: 6px 6px 0 0;
        letter-spacing: 2px;
        font-family: BComic;
        color: unset;
        line-height: 40px;
        padding: 0;
        width: 100%;
        background: var(--WtColor);
    }*/

    /*.LoginPanel input:focus {
            box-shadow: 0 0 2px #000;
        }*/

    /*.LoginPanel .AcceptBtn {
        height: auto;
        margin: 2px 0 0;
        border-radius: 0 0 6px 6px;
        line-height: 40px;
        font-size: 18px;
        color: unset;
        cursor: pointer;
        box-shadow: 0 0 2px 0.3px;
        background: var(--ColorVl);
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

        .LoginPanel .AcceptBtn.Orange {
            background: var(--OrangeVl);
            color: var(--OrangeBs);
        }

        .LoginPanel .AcceptBtn.MojriLogin {
            border-radius: 0;
            display: none;
        }

    .LoginPanel #MoreInfo {
        font-size: 40px;
        margin: 10px;
        width: 40%;
    }

    .LoginPanel #MoreInfoText {
        padding: 0 5px;
        border-radius: 2px;
        background: #fcfeff;
        box-shadow: 0 0 3px;
        overflow: hidden;
        max-height: 0;
        transition: 0.3s;
    }

    .LoginPanel .MoreInfoTextOpen {
        max-height: 1000px !important;
        padding: 15px 5px !important;
    }*/

    .LoginPanel .MojReview {
        position: absolute;
        width: 96%;
        top: 70px;
        left: 2%;
        background: var(--BgColor);
        direction: rtl;
        border-radius: 10px;
        box-shadow: 0 0 0 1px, 0 0 20px 5px;
        animation: Append 0.5s forwards;
        z-index: 3;
        padding: 5px 5px;
        overflow: visible;
    }

.Load-Footer {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    background: var(--WtColor);
    font-size: 11px;
    margin: 0px auto;
    line-height: 20px;
    white-space: pre;
    border-top: 1px solid;
    user-select: none;
    padding-right: 50%;
    z-index: 10;
}

.IamTarah {
    position: absolute;
    left: 0;
    bottom: 20px;
    font-size: 10px;
    direction: rtl;
    padding: 4px;
    cursor: pointer;
}


/*.CLOLogo {
    max-width: 50%;
    width: 170px;
    margin: 7px auto 15px;
    height: 170px;
    border-radius: 50%;
    border: 2px solid var(--WtColor);
    box-shadow: 0 0 5px 1px, inset 0 0 8px 1px;
    background: var(--WtColor);
    padding: 4px;
}*/

.PhotoBox {
    width: calc(100% - 18px);
    position: relative;
    display: inline-block;
    margin: 7px 2px 7px 16px;
    cursor: pointer;
}

    .PhotoBox:before {
        content: '';
        padding-top: 56.25%;
        position: relative;
        display: block;
    }

    .PhotoBox.Ratio43 {
        margin: 3px auto 3px;
    }

        .PhotoBox.Ratio43:before {
            padding-top: calc(75% - 4px);
        }

    .PhotoBox.PureBox {
        margin: 3px auto 3px;
    }

        .PhotoBox.PureBox img {
            box-shadow: 0 0 0 1px;
            border-radius: 12px;
        }

    .PhotoBox .Photo {
        width: calc(100% - 4px);
        margin: 2px;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(30deg, var(--ColorLt) 25%, var(--WtColor) 55%);
        overflow: hidden;
        border-radius: var(--CrsBorder);
        height: 100%;
    }

    .PhotoBox .Count {
        position: absolute;
        left: -12px;
        bottom: 15px;
        direction: ltr;
        line-height: 0;
        text-align: center;
    }

        .PhotoBox .Count .Tedad {
            width: 6px;
            height: 6px;
            background: var(--ColorBs);
            opacity: 0.35;
            display: block;
            border-radius: 5px;
            margin: 2px 2px;
        }

            .PhotoBox .Count .Tedad.OnThis {
                opacity: 0.7;
                margin: 4px 2px;
                transform: scale(1.42);
            }

    /* 4 Gallery */

    .PhotoBox .Avatar {
        width: 32px;
        height: 32px;
        left: -14px;
        border-radius: 7px;
        /* border: 1.5px solid var(--WtColor); */
        overflow: hidden;
        background: var(--WtColor);
        box-shadow: 0 0 3px #000;
    }

        .PhotoBox .Avatar.Mojv {
            position: absolute;
            top: 10px;
            /* left: -18px; */
        }

        .PhotoBox .Avatar.Cusv {
            position: absolute;
            top: 45px;
            /* left: -15px; */
        }

    .PhotoBox h6 {
        display: inline-block;
        margin: 0;
        position: absolute;
        left: 26px;
        top: 18px;
        font-size: 8px;
        line-height: 15px;
        color: #fff;
    }

        .PhotoBox h6.Cus {
            /* left: 51px; */
            top: 53px;
        }

    .PhotoBox .Bio {
        position: absolute;
        left: 10px;
        bottom: 3px;
        direction: rtl;
        color: #fff;
        font-size: 9px;
    }

        .PhotoBox .Bio span {
            width: 100%;
            display: block;
            text-align: left;
            line-height: 16px;
            position: relative;
            padding-left: 18px;
        }

            .PhotoBox .Bio span:before {
                font-family: "Font Awesome 6 Pro";
                line-height: inherit;
                position: absolute;
                left: 0;
                top: 0;
                font-size: 11px;
                transition: 0s;
            }

        .PhotoBox .Bio :nth-child(1):before {
            content: "\f2e8";
        }

        .PhotoBox .Bio :nth-child(2):before {
            content: "\f00c";
        }

        .PhotoBox .Bio :nth-child(3):before {
            content: "\f2f2";
        }

    .PhotoBox .RendBtn {
        right: 47px;
        position: absolute;
        color: #000;
        font-size: 13px;
        border-radius: 50px;
        line-height: 33px;
        background: var(--TransPr);
        width: 32px;
        height: 32px;
        /* text-shadow: 0 0 10px black; */
        /* box-shadow: 0 0 8px 2px #000;*/
    }

        .PhotoBox .RendBtn:before {
            font-family: "Font Awesome 6 Pro";
            transition: 0.3s;
            pointer-events: none;
        }

        .PhotoBox .RendBtn.HasVr360 {
            top: 16px;
        }

            .PhotoBox .RendBtn.HasVr360:before {
                content: "\f6ea";
            }


        .PhotoBox .RendBtn.HasVid {
            top: 16px;
        }

            .PhotoBox .RendBtn.HasVid:before {
                content: '\f03d';
            }

        .PhotoBox .RendBtn + .RendBtn {
            top: 55px;
        }

            .PhotoBox .RendBtn + .RendBtn + .RendBtn {
                top: 94px;
            }

                .PhotoBox .RendBtn + .RendBtn + .RendBtn + .RendBtn {
                    top: 133px;
                }

    .PhotoBox.Video {
    }

        .PhotoBox.Video .Photo {
            filter: grayscale(1);
        }

        .PhotoBox.Video:after {
            font-family: "Font Awesome 6 Pro";
            content: '\f04b';
            position: absolute;
            top: calc(50% - 45px);
            left: calc(50% - 45px);
            color: #fff;
            font-size: 35px;
            border-radius: 50px;
            line-height: 90px;
            background: #ffffff73;
            width: 90px;
            text-shadow: 0 0 7px black;
            box-shadow: 0 0 20px 8px #000, inset 0 0 10px 10px #fff;
            transition: 0.3s;
            pointer-events: none;
        }


    .PhotoBox .elm {
        z-index: 100;
        transition: 0.2s;
        position: absolute;
        color: #000;
        font-size: 14px;
        border-radius: 50px;
        line-height: 33px;
        background: var(--TransPr);
        width: 32px;
        height: 32px;
    }

        .PhotoBox .elm:hover {
            /*transform: scale(1.1);*/
            opacity: 1;
        }

        .PhotoBox .elm.Viewer {
            right: 10px;
            top: 16px;
            width: 32px;
            line-height: 32px;
        }

    .PhotoBox .NextBox {
        position: absolute;
        z-index: 100;
        top: calc(50% - 40px);
        right: 0;
        line-height: 80px;
        opacity: 0.4;
        color: #fff;
        text-align: center;
        width: 12%;
        max-width: 50px;
        display: inline-block;
        font-size: 17px;
    }

        .PhotoBox .NextBox:hover {
            opacity: 0.9;
            text-shadow: 0 0 2px #000;
        }

    .PhotoBox:hover {
    }

        .PhotoBox:hover .elm {
            box-shadow: 0 0 6px #000;
        }

        .PhotoBox:hover .Bio {
            text-shadow: 0 0 2px #000, 0 0 3px #000;
            opacity: 1;
        }

@media (min-width:1280px) {
    .PhotoBox:Not(.Ratio43) {
        /*width: 50%;*/
        width: calc(50% - 20px);
    }
}

.RendersVR.InstaVr {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 200px);
    border-radius: 10px;
    overflow: hidden;
    margin-top: -35px;
}

.Moaref1Contaner {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .Moaref1Contaner img {
        width: 34px;
        height: 34px;
        position: absolute;
        left: 5px;
        top: 5px;
        border-radius: 50%;
        box-shadow: 0 0 1px 1px;
    }

.CruseHeader {
    position: relative;
    direction: rtl;
}

    .CruseHeader .Back {
        width: 100%;
        background: var(--BgColor);
        height: 100px;
        box-shadow: 0 0 3px 1px;
        border-radius: 12px;
        margin: 10px 0 60px;
    }

    .CruseHeader .Title {
        position: absolute;
        right: 0;
        top: 20px;
        font-size: 22px;
        font-family: Sarbaz;
        font-weight: 500;
        width: 100%;
        padding-left: 110px;
        white-space: pre;
        animation: VegasFade 4s linear infinite;
    }

    .CruseHeader .Desc {
        position: absolute;
        right: 0;
        top: 62px;
        font-size: 9px;
        width: 100%;
        padding-left: 120px;
        white-space: pre;
    }

    .CruseHeader .Logo {
        max-width: 50%;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        border: 2px solid var(--WtColor);
        box-shadow: 0 0 5px 1px, inset 0 0 8px 1px;
        background: var(--WtColor);
        padding: 6px;
        position: absolute;
        left: 15px;
        top: 12px;
    }

    .CruseHeader .Tabs {
        position: absolute;
        width: calc(100% - 140px);
        border-radius: 12px;
        background: var(--WtColor);
        box-shadow: 0 0 3px 1px;
        padding: 3px;
        height: 40px;
        font-size: 9px;
        top: 108px;
        right: 13px;
        margin: 0;
    }

        .CruseHeader .Tabs .Tab {
            position: relative;
            line-height: 34px;
            margin: 0;
            white-space: pre;
            overflow: hidden;
            opacity: 0.7;
            border-radius: 10px;
            transition: 0.5s;
            max-width: 100%;
        }

            .CruseHeader .Tabs .Tab.Selected {
                flex-grow: 1.4;
                opacity: 1;
                font-size: 10px;
                box-shadow: inset 0 0 8px 1px;
                background: var(--TransPr);
            }

            .CruseHeader .Tabs .Tab.Hide {
                display: none;
            }

    .CruseHeader .SwitchTheme {
        position: absolute;
        right: -5px;
        top: -5px;
        width: 45px;
        line-height: 45px;
        font-size: 15px;
        z-index: 10;
        opacity: 0.6;
    }

.CruseFooter {
    width: 100%;
    height: 150px;
    position: relative;
    display: inline-block;
    color: var(--ColorAlt);
    user-select: none;
}

    .CruseFooter .Logo {
        height: 90px;
        position: absolute;
        left: 5px;
        bottom: 20px;
        padding: 4px;
    }

    .CruseFooter .Gound {
        width: calc(100% - 20px);
        left: 10px;
        background: var(--ColorAlt);
        background: var(--GreenLt);
        height: 12px;
        position: absolute;
        bottom: 3px;
        border-radius: 4px;
        border-radius: 8px 2px 8px 2px;
        z-index: 1;
        box-shadow: 0 0 3px var(--GreenBs),0 0 2px var(--GreenBs);
    }

        .CruseFooter .Gound:before,
        .CruseFooter .Gound:after {
            font-family: "Font Awesome 6 Pro";
            content: "\f1bb";
            position: absolute;
            text-shadow: 0 0 3px var(--GreenBs),0 0 2px var(--GreenBs);
            opacity: 0.95;
        }

        .CruseFooter .Gound:before {
            right: 5px;
            font-size: 60px;
            bottom: 3px;
            color: var(--GreenLt);
            line-height: 65px;
        }

        .CruseFooter .Gound:after {
            right: 40px;
            font-size: 48px;
            bottom: 7px;
            color: var(--GreenVl);
            line-height: 50px;
        }

    .CruseFooter .Establish {
        position: absolute;
        width: calc(100% - 150px);
        bottom: 19px;
        font-size: 10.5px;
        right: 70px;
        opacity: 0.8;
        line-height: 16px;
    }

    .CruseFooter .Title {
        position: absolute;
        width: calc(100% - 150px);
        bottom: 48px;
        font-size: 18px;
        right: 68px;
        color: var(--WtColor);
        text-shadow: 0 0 2px var(--ColorBs), 0 0 2px var(--ColorBs), 0 0 2px var(--ColorBs), 0 0 2px var(--ColorBs), 0 0 12px var(--ColorBs);
        animation: VegasFade 4s linear infinite;
        line-height: 26px;
        font-family: Sarbaz;
        font-weight: 500;
        white-space: pre;
    }

    .CruseFooter .Cloud {
        line-height: 50px;
        color: var(--ColorAlt);
        position: absolute;
        right: 0;
        bottom: 0;
    }

        .CruseFooter .Cloud:before,
        .CruseFooter .Cloud:after {
            font-family: "Font Awesome 6 Pro";
            content: "\f0c2";
            position: absolute;
            text-shadow: 0 0 10px var(--ColorBs);
            opacity: 0.98;
        }

        .CruseFooter .Cloud:before {
            right: 30px;
            font-size: 60px;
            bottom: 80px;
            color: var(--ColorLt);
            transition: 0.7s;
        }

        .CruseFooter .Cloud:after {
            right: 82px;
            font-size: 46px;
            bottom: 85px;
            color: var(--ColorVl);
            transform: scaleX(-1);
            transition: 2.2s;
        }

    .CruseFooter .Sun {
        position: absolute;
        color: #ffd121;
        right: 19px;
        line-height: 50px;
        height: 50px;
        text-shadow: 0 0 10px #654000, 0 0 3px #281a00;
        bottom: 96px;
        width: 50px;
        animation: D360 14s linear infinite;
        transition: 1.4s;
    }

        .CruseFooter .Sun:before {
            font-family: "Font Awesome 6 Pro";
            content: "\f185";
            right: 20px;
            font-size: 50px;
        }

    .CruseFooter.Clouds {
    }

        .CruseFooter.Clouds .Sun {
            right: 90px;
            animation-duration: 6s;
        }

        .CruseFooter.Clouds .Cloud:after {
            right: 150px;
        }

        .CruseFooter.Clouds .Cloud:before {
            right: 10px;
        }

@keyframes VegasFade {
    84% {
        filter: unset;
    }

    92% {
        filter: blur(8px);
    }

    0% {
        filter: unset;
    }
}

.RoundAnim {
    animation: RoundAnim 2s cubic-bezier(0.8, -0.6, 0.2, 1.4) forwards 1 !important;
}

@keyframes RoundAnim {
    0% {
        transform: rotate(0) scale(1);
        filter: hue-rotate(0);
    }
    /*50% {
        transform: rotate(180deg) scale(0.9);
    }*/

    100% {
        transform: rotate(360deg) scale(1);
        filter: hue-rotate(360deg);
    }
}

.ShyGirl {
    animation: ShyGirl 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards 1 !important;
}

@keyframes ShyGirl {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
        opacity: 0.2;
    }
}

/*Cruze**/
.Cruze {
    /*background: linear-gradient( 25deg,#346b8b, #144676 20%, #406b9f 30%, #4783bf 73%, #185895 80%) center;*/
    /*background: linear-gradient( 25deg, #144676 20%, #406b9f 30% 73%, #144676 80%) center;*/
    background: linear-gradient( 25deg, var(--ColorMid) 20%, var(--ColorLt) 35%, var(--ColorLt) 65%, var(--ColorMid) 80%) center;
    width: 100%;
    height: 100%;
    direction: rtl;
    max-width: 1600px;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 0 0 1px, 0 0 20px;
    color: var(--ColorBs);
}

    .Cruze .Header {
        width: 100%;
        height: 118px;
        position: relative;
        display: block;
    }

        .Cruze .Header .UserName {
            /*color: #fff;*/
            /*text-shadow: 0 0 5px #000;*/
            /*text-shadow: 0 0 9px var(--WtColor);*/
            text-shadow: 0 0 6px var(--TransPr);
            line-height: 47px;
            display: inline-block;
            text-align: center;
            font-size: 13px;
            padding: 0 13px;
            cursor: pointer;
        }

            .Cruze .Header .UserName:before {
                content: "\f0c9";
                font-family: "Font Awesome 6 Pro";
                font-weight: 900;
                display: inline-block;
                width: 35px;
                font-size: 23px;
                vertical-align: top;
                padding-left: 12px;
            }

        .Cruze .Header .LogoImage {
            position: absolute;
            top: 13px;
            left: 15px;
            height: calc(100% - 25px);
            /*filter: drop-shadow(0 0 3px #000);*/
            filter: drop-shadow(0 0 5px var(--TransDk));
        }

        .Cruze .Header .SimpleMenu {
            /*color: #fff;*/
            /*text-shadow: 0 0 3px #000;*/
            font-size: 10px;
            position: absolute;
            right: 0;
            top: 75px;
            width: 100%;
            padding: 0 5px 0 90px;
            text-align: center;
            /*font-family: SansX;*/
            /*font-weight: 900;*/
        }

            .Cruze .Header .SimpleMenu .Itm {
                padding: 0 10px;
                line-height: 20px;
                display: inline-block;
                cursor: pointer;
            }

                .Cruze .Header .SimpleMenu .Itm.Active:before {
                    font-family: "Font Awesome 6 Pro";
                    content: "\f00c";
                    padding-left: 5px;
                    display: inline-block;
                    vertical-align: top;
                    animation: Append 0.7s forwards;
                }

    .Cruze .Menu {
        width: calc(100% - 16px);
        height: 50px;
        display: inline-flex;
        margin: 0 8px;
        position: relative;
        /*line-height: 40px;*/
        font-size: 15px;
    }

        .Cruze .Menu div {
            width: 100%;
            margin: 0 1.5px;
            border-radius: 5px;
            /* box-shadow: inset 0 0 0 1px, inset 0 0 2px 1px; */
            flex-basis: 0;
            flex-grow: 1;
            cursor: pointer;
            text-align: center;
            overflow: hidden;
            display: inline-block;
            /*background-color: #ffffffbd;*/
            background-color: var(--TransPr);
            padding: 5px 0;
            line-height: 40px;
        }

            .Cruze .Menu div:hover {
                flex-grow: 1.2;
            }

            .Cruze .Menu div:before {
                font-family: "Font Awesome 6 Pro";
                font-weight: 900;
                line-height: inherit;
                display: inline-block;
                width: 100%;
                text-align: center;
                font-size: 24px;
                vertical-align: top;
            }

            .Cruze .Menu div span {
                line-height: inherit;
                display: inline-block;
                width: 60%;
                text-align: center;
                font-size: unset;
                vertical-align: top;
                margin-left: -120%;
                margin-right: 60%;
                white-space: pre;
            }

            .Cruze .Menu div.Active {
                flex-grow: 2.5;
            }

                .Cruze .Menu div.Active:before {
                    width: 25%;
                }

                .Cruze .Menu div.Active span {
                    margin: 0;
                }

        .Cruze .Menu .Sample {
        }

        .Cruze .Menu .Gallery {
        }

        .Cruze .Menu .Start {
        }

        .Cruze .Menu .Shope {
        }

            .Cruze .Menu .Shope .ShopeText {
            }

    .Cruze .BaseTitle {
        width: calc(100% - 16px);
        height: 50px;
        line-height: 40px;
        position: relative;
        display: inline-block;
        margin: 0 8px;
        /*text-shadow: 0 0 5px #000;*/
        text-shadow: 0 0 5px var(--TransPr);
        padding: 5px 0;
        user-select: none;
    }

        .Cruze .BaseTitle .Text {
            display: inline-block;
            font-size: 14px;
            /*color: #fff;*/
        }

            .Cruze .BaseTitle .Text:before {
                content: '\f0d9';
                font-family: "Font Awesome 6 Pro";
                line-height: inherit;
                display: inline-block;
                font-size: 16px;
                width: 30px;
                text-align: center;
                vertical-align: top;
            }

        .Cruze .BaseTitle .Minimize {
            width: 40px;
            text-align: center;
            position: absolute;
            /*left: 0;*/
            left: 10px;
            top: 5px;
            display: inline-block;
            /*color: #fff;*/
            font-size: 20px;
            line-height: unset;
        }


    .Cruze .Body {
        display: inline-block;
        position: relative;
        border-radius: 7px;
        /*box-shadow: inset 0 0 1px;*/
        box-shadow: 0 0 3px;
        width: calc(100% - 16px);
        height: calc(100% - 226px);
        margin: 0 8px;
        /*background-color: #ffffffa8;*/
        background-color: var(--TransPr);
        text-align: center;
        overflow: auto;
        padding: 3px;
        backdrop-filter: blur(20px);
    }

        .Cruze .Body.LineH0 {
            line-height: 0;
        }

        .Cruze .Body.NoMenu {
            height: calc(100% - 126px);
        }

        .Cruze .Body.Greeting {
            background: none;
            box-shadow: none;
        }

        .Cruze .Body .ChatTitle {
            color: unset;
            height: 44px;
            backdrop-filter: blur(10px);
        }

            .Cruze .Body .ChatTitle.WithAlt {
                height: 88px;
            }

            .Cruze .Body .ChatTitle .ShowData {
                display: none;
            }

            .Cruze .Body .ChatTitle .Tabz:Not(.AltTab) {
                width: 100%;
                margin: 0 0;
                border-radius: 0;
                height: 44px;
                padding: 5px;
                background: unset;
                box-shadow: unset;
            }

            .Cruze .Body .ChatTitle .Tabz.AltTab {
                width: 100%;
                height: 44px;
                padding: 5px;
                background: unset;
                box-shadow: unset;
                top: 43px;
                left: 0;
                border-top: 1px dashed;
                border-radius: 0;
            }

            .Cruze .Body .ChatTitle .Tabz .GoHome {
                /*display: none;*/
            }

            .Cruze .Body .ChatTitle .RoundBox {
                display: none;
            }

        .Cruze .Body .ChatBody {
            padding-top: 50px;
        }

            .Cruze .Body .ChatBody.HaveAlt {
                padding-top: 88px;
            }

    .Cruze.Maximize {
    }

        .Cruze.Maximize .Header {
            height: 10px;
        }

        .Cruze.Maximize .UserName {
            opacity: 0;
        }

        .Cruze.Maximize .Header .LogoImage {
            height: 46px;
            top: 12px;
        }

        .Cruze.Maximize .Menu {
            padding-left: 95px;
        }

            .Cruze.Maximize .Menu div {
            }

                .Cruze.Maximize .Menu div:before {
                    transform: scale(0.75);
                }

                .Cruze.Maximize .Menu div span {
                    transform: scale(0.75);
                }

        .Cruze.Maximize .BaseTitle {
            /* height: 40px; */
            /* padding: 0; */
        }

            .Cruze.Maximize .BaseTitle .Minimize {
                transform: rotate(180deg);
                /* top: 0; */
            }

        .Cruze.Maximize .Body {
            height: calc(100% - 118px);
        }

        .Cruze.Maximize .SimpleMenu {
            right: -100%;
        }

    .Cruze .Body .BackGroundLogo {
        left: 8%;
        top: 0;
        width: 84%;
        height: 100%;
        position: absolute;
        z-index: -1;
        pointer-events: none;
        filter: blur(6px) opacity(0.4);
    }

.SideMenu {
    background: var(--TransPr);
    background: linear-gradient(180deg, var(--NaviBar) 30px, var(--TransPr) 100px);
    width: 260px;
    height: 100%;
    position: fixed;
    display: inline-block;
    top: 0;
    right: 0;
    box-shadow: 0 0 7px 2px #000;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(15px);
    text-align: center;
    user-select: none;
    z-index: 10000;
    direction: rtl;
    border-radius: 5px 0 0 5px;
}

    .SideMenu:before {
        content: '';
        background: #000000eb;
        width: calc(100vw - 260px);
        height: 100%;
        position: fixed;
        top: 0;
        right: 100%;
        z-index: -1;
    }

    .SideMenu .SwitchTheme {
        position: absolute;
        left: 0;
        top: 0px;
        width: 52px;
        line-height: 52px;
        font-size: 21px;
        z-index: 10;
        cursor: pointer;
    }

    .SideMenu img {
        display: block;
        filter: hue-rotate(0deg) drop-shadow(0 0 6px var(--TransDk));
        margin: 3vh auto;
        margin: 30px auto 10px;
        max-width: 50%;
        transition: 1s;
        max-height: 15vh;
        cursor: pointer;
    }

    .SideMenu .Item {
        display: block;
        width: 80%;
        margin: 0 10%;
        line-height: 40px;
        border-bottom: 1px solid;
        font-size: 12px;
        cursor: pointer;
        opacity: 1;
        transition: 0.4s;
        /* transition-duration: 0.5s; */
    }

        .SideMenu .Item:before {
            font-family: "Font Awesome 6 Pro";
            display: inline-block;
            width: 50px;
            font-size: 1.5em;
            vertical-align: top;
            margin-right: -25px;
            opacity: 0.8;
        }

        .SideMenu .Item:hover:before {
            margin-right: -35px;
            width: 70px;
        }



    /* تعریف مقدار افزایشی بدون متغیرهای CSS */
    .SideMenu > :nth-child(1) {
        transition-delay: 0.10s;
    }

    .SideMenu > :nth-child(2) {
        transition-delay: 0.15s;
    }

    .SideMenu > :nth-child(3) {
        transition-delay: 0.20s;
    }

    .SideMenu > :nth-child(4) {
        transition-delay: 0.25s;
    }

    .SideMenu > :nth-child(5) {
        transition-delay: 0.30s;
    }

    .SideMenu > :nth-child(6) {
        transition-delay: 0.35s;
    }

    .SideMenu > :nth-child(7) {
        transition-delay: 0.40s;
    }

    .SideMenu > :nth-child(8) {
        transition-delay: 0.45s;
    }

    .SideMenu > :nth-child(9) {
        transition-delay: 0.50s;
    }

    .SideMenu > :nth-child(10) {
        transition-delay: 0.55s;
    }

    .SideMenu > :nth-child(11) {
        transition-delay: 0.60s;
    }

    .SideMenu > :nth-child(12) {
        transition-delay: 0.65s;
    }

    .SideMenu > :nth-child(12) {
        transition-delay: 0.70s;
    }

    .SideMenu > :nth-child(13) {
        transition-delay: 0.75s;
    }

    .SideMenu > :nth-child(14) {
        transition-delay: 0.80s;
    }

    .SideMenu.Closed {
        right: -300px;
    }

        .SideMenu.Closed:before {
            right: 300vw;
        }

        .SideMenu.Closed .AppLogo {
            opacity: 0;
        }

        .SideMenu.Closed .Item {
            margin: 0 0 0 20%;
            opacity: 0;
            transition-delay: 0s !important;
        }

    .SideMenu .ExIcons {
        display: inline-flex;
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 25px;
        justify-content: center;
        padding: 0 25%;
    }

        .SideMenu .ExIcons .Exlink {
            font-size: 20px;
            flex-basis: 0;
            flex-grow: 1;
            line-height: 40px;
            cursor: pointer;
        }

            .SideMenu .ExIcons .Exlink:hover {
                transform: scale(1.1);
            }

    .SideMenu .Since {
        font-size: 8px;
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 9px;
    }

    .SideMenu [CallHim] {
        font-size: 11px;
        position: absolute;
        left: 0;
        width: 64%;
        bottom: 100px;
        line-height: 30px;
        border-top: 1px solid var(--TransDk);
        border-bottom: 1px solid var(--TransDk);
        margin: 0 18%;
    }

        .SideMenu [CallHim]:before {
            content: "\f095";
            font-family: "Font Awesome 6 Pro";
            padding-left: 10px;
            display: inline-block;
            vertical-align: top;
            font-size: 13px;
        }

.SwitchTheme:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f186";
    font-weight: 900;
}

[theme="Dark"] .SwitchTheme:before {
    content: "\f185";
}

@media (min-width:720px) {
    .Cruze {
    }

        .Cruze .Header {
            width: calc(30% + 8px);
            position: absolute;
            right: 0;
            top: 0;
            user-select: none;
        }

        .Cruze .Menu {
            width: calc(30% - 8px);
            position: absolute;
            right: 0;
            top: 130px;
            display: inline-block;
            height: auto;
            padding: 20px 10px;
            line-height: 15px;
            /*text-shadow: 0 0 4px #000, 0 0 3px #000;*/
            font-size: 11px;
            user-select: none;
        }

            .Cruze .Menu div {
                background: #ffffff24;
                background: unset;
                /*color: var(--WtColor);*/
                border-bottom: 1px solid var(--TransDk);
                border-radius: 0;
                line-height: 30px;
            }

                .Cruze .Menu div:before {
                    width: 40px !important;
                    font-size: 17px;
                }


                .Cruze .Menu div span {
                    margin: 0;
                    width: calc(100% - 50px);
                    text-align: right;
                    padding-right: 5px;
                }

                .Cruze .Menu div:hover {
                    padding-right: 10px;
                }

                    .Cruze .Menu div:hover span {
                        padding-right: 15px;
                    }

                .Cruze .Menu div.Active {
                    padding-right: 10px;
                }

        .Cruze .BaseTitle {
            margin-right: calc(30% + 8px);
            width: calc(70% - 16px);
        }

        .Cruze .Body {
            width: calc(70% - 16px);
            margin-right: calc(30% + 8px);
            height: calc(100% - 58px);
        }

            .Cruze .Body.NoMenu {
                margin-top: 8px;
                height: calc(100% - 16px);
            }

        .Cruze .SideMenu {
            width: 35%;
        }

        .Cruze .BaseTitle .Minimize {
            display: none;
        }
}
/*

.PrjDetails {
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #ffffffeb;
    box-shadow: 0 0 5px 2px #000;
    border-radius: 8px;
    overflow: hidden;
}

    .PrjDetails:empty {
        transform: scale(0.1);
        opacity: 0.1;
        margin-left: -200%;
    }

.PrjDetails {
    position: absolute;
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #fff;
    box-shadow: 0 0 0 5px #000;
    border-radius: 5px;
    text-align: center;
}

    .PrjDetails:empty {
        transform: scale(0.1);
        opacity: 0.1;
        margin-left: -200%;
    }*/
/*.PrjDetails {
    position: absolute;
    left: 3px;
    top: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: var(--TransPr);
    box-shadow: 0 0 5px 2px #000;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    backdrop-filter: blur(10px);
}

    .PrjDetails:empty {
        transform: scale(0.1);
        opacity: 0.1;
        margin-left: -200%;
    }*/
.PrjDetails {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: var(--TransPr);
    overflow: hidden;
    text-align: center;
    backdrop-filter: blur(12px);
}

    .PrjDetails:empty {
        position: absolute;
        left: 0;
        top: 100vh;
        width: 100%;
        height: 100% !important;
    }

/* ************** */
/* Home Call Page */

.CustmCallCard {
    padding: 10px 10px;
    margin: 15px 0 0;
    width: 100%;
    min-height: 300px;
}


    .CustmCallCard .GetInfoIMG {
        background: var(--WtColor);
        width: 65px;
        height: 65px;
        border-radius: 50%;
        border: 2px solid var(--WtColor);
        box-shadow: 0 0 2px 1px;
        animation: Append 0.5s forwards 1;
        float: left;
        margin-bottom: 30px;
    }


    .CustmCallCard .UserInfo {
        width: 50%;
        max-width: 300px;
        float: right;
        position: relative;
        text-align: right;
        padding: 10px 0;
        direction: rtl;
        white-space: pre;
    }

        .CustmCallCard .UserInfo:before {
            content: "\f007";
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            width: 30px;
            text-align: center;
            top: 0;
            font-size: 16px;
            display: inline-block;
            vertical-align: top;
            line-height: 20px;
        }

        .CustmCallCard .UserInfo .Hint {
            font-size: 9.5px;
            padding-right: 45px;
            opacity: 0.5;
            line-height: 26px;
        }

    .CustmCallCard .MobilInfo {
        width: 80%;
        position: relative;
        float: left;
        margin: 2px 10%;
        border-bottom: 1px solid #005eaf42;
        line-height: 34px;
        vertical-align: middle;
        letter-spacing: 2px;
        font-size: 15px;
        cursor: pointer;
        direction: ltr;
    }

        .CustmCallCard .MobilInfo:before {
            content: "\f095";
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            width: 42px;
            text-align: center;
            top: 0;
            font-size: 18px;
            display: inline-block;
            vertical-align: top;
            line-height: inherit;
        }

.CustmSMSCard {
    padding: 10px 10px;
    margin: 15px 0 0;
    width: 100%;
    min-height: 300px;
}

    .CustmSMSCard .MobilInfo {
        width: 80%;
        position: relative;
        float: left;
        margin: 2px 10%;
        border-bottom: 1px solid #005eaf42;
        line-height: 34px;
        vertical-align: middle;
        letter-spacing: 2px;
        font-size: 15px;
    }

        .CustmSMSCard .MobilInfo:before {
            content: "\f7cd";
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            width: 42px;
            text-align: center;
            top: 0;
            font-size: 18px;
            display: inline-block;
            vertical-align: top;
            line-height: inherit;
        }

        .CustmSMSCard .MobilInfo .Call {
            display: inline-block;
            line-height: inherit;
            width: 45px;
        }

            .CustmSMSCard .MobilInfo .Call:before {
                content: "\f095";
                font-family: "Font Awesome 6 Pro";
            }

    .CustmSMSCard .SelectTextBox {
        direction: rtl;
        font-size: 13px;
        line-height: 30px;
    }

        .CustmSMSCard .SelectTextBox div {
            display: inline;
            padding: 0 4px;
        }

    .CustmSMSCard .URL {
        direction: ltr;
    }

    .CustmSMSCard .UrlText.NotInclude {
        text-decoration: line-through;
        opacity: 0.6;
    }




.CallMojList {
    direction: rtl;
    height: 62px;
    padding: 7px 0;
}

    .CallMojList .MojriCallBox {
        display: inline-block;
        position: relative;
    }

        .CallMojList .MojriCallBox.Disable {
        }

            .CallMojList .MojriCallBox.Disable:before {
                content: '\f011';
                font-family: "Font Awesome 6 Pro";
                line-height: 25px;
                font-size: 18px;
                text-shadow: 0 0 6px #4c4c4c;
                left: 0;
                top: 14px;
                position: absolute;
                width: 100%;
                z-index: 1;
                color: #fff;
                pointer-events: none;
            }

            .CallMojList .MojriCallBox.Disable .MojriCall {
                /*transform: scale(0.95);*/
                opacity: 0.3;
                margin: 1px 0px;
                pointer-events: none;
            }

        .CallMojList .MojriCallBox .MojriCall {
            width: 48px;
            height: 48px;
            border: 2px solid var(--WtColor);
            border-radius: 50%;
            margin: 1px 4px;
            display: inline-block;
            box-shadow: 0 0 3px 0.5px;
            background: var(--ColorLt);
            cursor: pointer;
        }

        .CallMojList .MojriCallBox span {
            display: none;
        }

        .CallMojList .MojriCallBox.Selected span {
            position: absolute;
            left: 0;
            bottom: -2px;
            width: 100%;
            font-size: 13px;
            text-shadow: 0 0 3px var(--WtColor),0 0 3px var(--WtColor),0 0 3px var(--WtColor),0 0 3px var(--WtColor),0 0 3px var(--WtColor);
            font-family: BComic;
            display: block;
            letter-spacing: -0.5px;
        }

    .CallMojList .Selected .MojriCall {
        transform: scale(1.17) rotate(-10deg);
        margin: 1px 6px;
        box-shadow: 0 0 3px 2.5px;
    }

.CallSetting {
    width: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    animation: D360 5s linear infinite;
}

.MojriCallAmar {
    direction: rtl;
    margin: 10px 5px 25px;
}

    .MojriCallAmar .TitleBox {
        width: 55px;
        display: inline-block;
        vertical-align: top;
        border-left: 2px solid;
        position: relative;
        padding-left: 5px;
    }

        .MojriCallAmar .TitleBox .MojriImg {
            width: 40px;
            height: 40px;
            border: 2px solid var(--WtColor);
            border-radius: 50%;
            margin: 0 3px 3px;
            display: inline-block;
            box-shadow: 0 0 3px 0.5px;
            background: var(--ColorLt);
            cursor: pointer;
        }

        .MojriCallAmar .TitleBox .MojriName {
            width: calc(50% - 40px);
            text-align: right;
            padding-right: 5px;
        }

        .MojriCallAmar .TitleBox .Cnt {
            font-size: 14px;
            font-family: BComic;
            width: 50px;
            padding-left: 25px;
            position: relative;
            letter-spacing: -1px;
            text-align: left;
            display: inline-block;
            line-height: 20px;
        }

            .MojriCallAmar .TitleBox .Cnt:before {
                content: "\f2f1";
                font-family: "Font Awesome 6 Pro";
                font-size: 10px;
                opacity: 0.5;
                position: absolute;
                left: 5px;
                top: 0;
                width: 15px;
                text-align: center;
            }

            .MojriCallAmar .TitleBox .Cnt.Log:before {
                content: "\f011";
            }

            .MojriCallAmar .TitleBox .Cnt.Man:before {
                content: "\f007";
            }

            .MojriCallAmar .TitleBox .Cnt.Cal:before {
                content: "\f095";
            }

            .MojriCallAmar .TitleBox .Cnt.Pnl:before {
                content: "\f26c";
            }

    .MojriCallAmar .Calls {
        width: calc(100% - 55px);
        display: inline-block;
        text-align: right;
        padding: 0 8px 0 0;
        border-right: 2px solid;
        margin-right: -2px;
    }

    .MojriCallAmar .MojriCustmCallAmar {
        width: 76px;
        display: inline-block;
        white-space: pre;
        position: relative;
        margin: 2px 2px;
        padding: 4px 0;
        cursor: pointer;
    }

        .MojriCallAmar .MojriCustmCallAmar:hover {
            background: var(--ColorVl);
            border-radius: 5px;
        }

        .MojriCallAmar .MojriCustmCallAmar:before {
            font-family: "Font Awesome 6 Pro";
            font-size: 8px;
            opacity: 0.5;
            position: absolute;
            right: 43px;
            top: 5px;
            width: 14px;
            line-height: 14px;
            text-align: center;
        }

        .MojriCallAmar .MojriCustmCallAmar.Panel:before {
            content: "\f26c";
        }

        .MojriCallAmar .MojriCustmCallAmar.Mobile:before {
            content: "\f095";
        }

        .MojriCallAmar .MojriCustmCallAmar span {
            margin: 0;
            padding: 0;
            line-height: 25px;
            display: inline-block;
            vertical-align: top;
            font-size: 6px;
        }

        .MojriCallAmar .MojriCustmCallAmar .MojriCustmCallImg {
            width: 27px;
            height: 27px;
            border-radius: 50%;
            margin: 1px 2px;
            display: inline-block;
            background: var(--ColorLt);
            cursor: pointer;
        }

        .MojriCallAmar .MojriCustmCallAmar .CustmCallCount {
            font-size: 13px;
            position: absolute;
            line-height: 15px;
            right: 33px;
            top: 5px;
        }

        .MojriCallAmar .MojriCustmCallAmar .CustmCallName {
            text-align: right;
            line-height: 10px;
            position: absolute;
            top: 22px;
            right: 33px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: calc(100% - 40px);
        }

/* Home Call Page */
/* ************** */


/* *** Ranks *** */
.Gold {
    /*color: #ff8100;*/
    color: #ffa500;
}

.Silver {
    color: #747c89;
}

.Bronz {
    /*color: #d9bd9b;*/
    color: #967444;
}

.VipOpt {
}

    .VipOpt:before {
        content: "\f521";
        font-family: "Font Awesome 6 Pro";
        color: #ffa500;
        font-size: 11px;
        padding: 0 4px;
        text-shadow: 0 0 1px #000, 0 0 3px #000, 0 0 5px #000;
    }
/* *** Ranks *** */

.DragFilePos {
}

    .DragFilePos.ChatBody > * {
        pointer-events: none;
    }

    .DragFilePos:after {
        content: 'وِلِـشْ کُنْ !!';
        height: calc(100% - 20px);
        width: calc(100% - 20px);
        left: 10px;
        bottom: 10px;
        background: var(--TransPr);
        backdrop-filter: blur(5px);
        z-index: 10000;
        position: absolute;
        border: 3px dashed;
        box-shadow: 0 0 15px 2px;
        direction: rtl;
        padding: 20px;
        animation: Append 0.3s forwards 1;
        color: unset;
        display: flex;
        justify-content: center;
        font-size: 30px;
        align-items: center;
        pointer-events: none;
        white-space: pre;
    }

    .DragFilePos.RatioIMG:after {
        border-radius: 50%;
        z-index: 0;
        color: var(--OrangeBs);
    }

    .DragFilePos.ChatBody:after {
        /*direction: rtl;*/
        border-radius: 20px;
    }

.LoadMorePreview {
    margin: 30px auto;
    font-size: 14px;
    display: block;
    direction: rtl;
    line-height: 30px;
    width: 200px;
    vertical-align: middle;
    padding-right: 30px;
    position: relative;
    user-select: none;
    white-space: pre;
}

    .LoadMorePreview:after {
        content: "\f013";
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        position: absolute;
        font-size: 22px;
        right: 0px;
        width: 30px;
        vertical-align: middle;
        animation: D360 2s infinite cubic-bezier(0.5, -1.2, 0.5, 2);
    }

.MoreIcon {
    /* height: 49px; */
    cursor: pointer;
    /* width: 18%; */
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 6px;
}

    .MoreIcon:before {
        font-family: "Font Awesome 6 Pro";
        content: "\f141";
        border-radius: 30px;
        border: 2px solid var(--WtColor);
        font-size: 25px;
        line-height: 46px;
        width: 50px;
        height: 50px;
        box-shadow: 0 0 4px, inset 0 0 7px;
        display: inline-block;
        background: var(--WtColor);
    }

    .MoreIcon:hover:before {
        box-shadow: 0 0 4px, inset 0 0 7px 2px;
    }

.OpenExApp {
    width: 90%;
    line-height: 50px;
    box-shadow: 0 0 5px, inset 0 0 6px -2px;
    border-radius: 10px;
    font-size: 13px;
    background: var(--GreenVl);
    color: var(--GreenBs);
    border: 2px solid #fff;
    padding-right: 30px;
    position: relative;
    margin: 8px auto;
}

    .OpenExApp:before {
        font-family: "Font Awesome 6 Pro";
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 0;
        font-size: 27px;
        width: 50px;
    }

    .OpenExApp.fa-whatsapp:before {
        font-family: "Font Awesome 6 Brands";
    }

    .OpenExApp:hover {
        padding-right: 45px;
        box-shadow: 0 0 5px, inset 0 0 10px -1px;
    }

.Objectz {
}

    .Objectz .NoConnection {
        z-index: 9;
        position: absolute;
        top: 14px;
        left: 13px;
        transition: 0.4s;
        transition-delay: 0.1s;
        width: 170px;
        height: 47px;
        cursor: pointer;
        user-select: none;
        filter: drop-shadow(0 0 5px var(--WtColor));
    }

        .Objectz .NoConnection:after {
            content: "\f1eb";
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            font-size: 13px;
            left: 12px;
            top: 12.5px;
            position: absolute;
            color: var(--WtColor);
            /* text-shadow: 0 0 3px var(--ColorBs), 0 0 3px var(--ColorBs); */
            width: 22px;
            line-height: 22px;
            text-align: center;
            /* animation: Blink 1s infinite; */
            z-index: 2;
        }

        .Objectz .NoConnection:before {
            content: '';
            position: absolute;
            top: 5px;
            left: 5px;
            border: 5px solid var(--ColorVl);
            border-radius: 50%;
            border-top: 5px solid var(--ColorBs);
            width: 36px;
            height: 36px;
            animation: D360 1.4s linear infinite;
            box-shadow: 0 0 0px 3px var(--ColorBs);
            background: var(--ColorBs);
            z-index: 1;
        }

        .Objectz .NoConnection span {
            font-family: 'Sarbaz';
            position: absolute;
            left: 52px;
            top: 11px;
            font-size: 11px;
            display: inline-block;
            width: 115px;
            background: var(--ColorLt);
            background: var(--WtColor);
            text-align: center;
            line-height: 26px;
            border-radius: 5px 15px 15px 5px;
            border-radius: 15px;
            box-shadow: 0 0 0px 2px;
            transition: 0.4s;
            transition-delay: 0.55s;
            direction: rtl;
            white-space: pre;
            font-weight: 500;
        }

            .Objectz .NoConnection span:before {
                content: '🟠  اینترنتــــــــ  قَطع.. ـــه';
            }

        .Objectz .NoConnection.Conected {
        }

            .Objectz .NoConnection.Conected:before {
                border: 5px solid var(--WtColor);
                animation: none;
            }

            .Objectz .NoConnection.Conected:after {
                content: "\f00c";
            }

            .Objectz .NoConnection.Conected span {
                transition-delay: 0.0s;
                background: var(--GreenVl);
            }

                .Objectz .NoConnection.Conected span:before {
                    content: '🟢   وصــــل شُدیـــــم';
                }

        .Objectz .NoConnection.Fade {
            left: -10px;
            opacity: 0;
            transition-delay: 0.3s;
        }

            .Objectz .NoConnection.Fade span {
                /*top: -15px;*/
                left: 75px;
                opacity: 0;
                transition-delay: 0.0s;
            }

        .Objectz .NoConnection:hover:after {
            transform: scale(1.2);
        }

.EnterPass {
    max-width: 350px;
    width: 350px;
    box-shadow: 0 0 20px 1px #000;
    padding: 20px;
    border-radius: 10px;
    background: #00000091;
    border: 2px solid #383838;
    color: #000;
    animation: Append 0.6s cubic-bezier(0, 0, 0.2, 1.5) forwards 1;
}

.StoryList {
    width: calc(100vw - 4px);
    height: calc(100vh - 4px);
    position: fixed;
    left: 2px;
    top: 2px;
    z-index: 5;
    border-radius: 5px;
    box-shadow: 0 0 10px 7px #000;
    overflow: hidden;
    color: var(--WtColor);
    margin: 0;
    background: #000;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    overflow: hidden;
    animation: Append 0.6s cubic-bezier(0.75, 0.18, 0.28, 0.82) forwards 1;
    text-align: center;
    user-select: none;
    color: #fff;
}

    .StoryList:before {
        display: none;
    }

    .StoryList span {
        display: none;
    }

    .StoryList .Stories {
        text-align: left;
        display: inline-flex;
        width: 100%;
        justify-content: center;
        padding: 0 15px;
        position: absolute;
        left: 0;
        top: 15px;
        direction: ltr;
    }

        .StoryList .Stories [StoryID] {
            height: 8px;
            border-radius: 5px;
            margin: 0 2px;
            box-shadow: inset 0 0 3px #fff;
            flex-basis: 0;
            flex-grow: 1;
            overflow: hidden;
            position: relative;
        }

            .StoryList .Stories [StoryID].Selected {
                flex-grow: 3;
                box-shadow: inset 0 0 4px 1px #fff;
            }

                .StoryList .Stories [StoryID].Selected .Line {
                    content: '';
                    height: 10px;
                    display: inline-block;
                    position: absolute;
                    background: #ffffff78;
                    animation: StoryTime 15s normal linear forwards 0s;
                }

    .StoryList .Custm {
        width: 55px;
        height: 55px;
        border: 2px solid var(--TransPr);
        border-radius: 50%;
        box-shadow: 0 0 3px 1px #000;
        cursor: pointer;
        position: absolute;
        left: 20px;
        top: 38px;
    }

    .StoryList .MuteMusic {
        font-size: 15px;
        box-shadow: 0 0 7px 2px #000;
        border-radius: 50%;
        margin: 0;
        width: 38px;
        height: 38px;
        line-height: 38px;
        cursor: pointer;
        position: absolute;
        left: 28px;
        top: 106px;
        background: #ffffff59;
        text-shadow: 0 0 3px #000, 0 0 5px #000;
        z-index: 15;
        opacity: 0.7;
    }

        .StoryList .MuteMusic:after {
            font-family: "Font Awesome 6 Pro";
            content: '\f028';
        }

        .StoryList .MuteMusic.Mute {
            opacity: 0.4;
            transform: scale(0.85);
        }

            .StoryList .MuteMusic.Mute:after {
                content: '\f6a9';
            }


    .StoryList .StoryData {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .StoryList .StoryData .StoryIMG {
            max-width: 100%;
            max-height: 100%;
        }

        .StoryList .StoryData .TLDLink {
            position: absolute;
            left: 0;
            width: 100%;
            color: var(--ColorBs);
        }

            .StoryList .StoryData .TLDLink .TLDBox {
            }

                .StoryList .StoryData .TLDLink .TLDBox .TLDPlySound {
                    z-index: 100;
                }

            .StoryList .StoryData .TLDLink .ReadText {
                color: #fff;
            }

        .StoryList .StoryData .PriceStory {
            top: 125px;
            position: absolute;
            width: 100%;
            height: calc(100% - 240px);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            max-width: 600px;
        }

            .StoryList .StoryData .PriceStory .ReadH5 {
                opacity: 0.5;
            }

            .StoryList .StoryData .PriceStory .Trend {
                line-height: 25px;
                font-size: 11px;
                width: 75%;
                margin: 0 auto;
                text-align: right;
                position: relative;
                padding-right: 28px;
                text-shadow: 0 0 3px #000, 0 0 6px #000;
            }


                .StoryList .StoryData .PriceStory .Trend:before {
                    font-family: "Font Awesome 6 Pro";
                    font-weight: 900;
                    line-height: inherit;
                    right: 0;
                    position: absolute;
                    top: 0;
                    text-align: center;
                    width: 20px;
                    font-size: 13px;
                    opacity: 0.8;
                }

                .StoryList .StoryData .PriceStory .Trend .Price {
                    position: absolute;
                    top: 0;
                    left: 0;
                    font-size: 12px;
                    padding-left: 25px;
                }

                    .StoryList .StoryData .PriceStory .Trend .Price::after {
                        content: attr(Unit);
                        font-size: 7.5px;
                        opacity: 0.4;
                        position: absolute;
                        left: 0;
                        top: 0;
                        line-height: inherit;
                    }

        .StoryList .StoryData .ProjeStory {
            top: 125px;
            position: absolute;
            width: 100%;
            height: calc(100% - 240px);
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 600px;
        }

            .StoryList .StoryData .ProjeStory img {
                width: 90%;
            }

            .StoryList .StoryData .ProjeStory .ReadH5 {
                opacity: 0.5;
                line-height: 25px;
                font-size: 11px;
                width: 75%;
                margin: 0 auto;
                text-align: right;
                position: relative;
                padding-right: 28px;
                text-shadow: 0 0 3px #000, 0 0 6px #000;
            }

                .StoryList .StoryData .ProjeStory .ReadH5.Mojri {
                }

                .StoryList .StoryData .ProjeStory .ReadH5.CusNM {
                }

                .StoryList .StoryData .ProjeStory .ReadH5.Price {
                }

                .StoryList .StoryData .ProjeStory .ReadH5.PrjDate {
                }

    .StoryList .StoryIMGBack {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        filter: blur(10px);
    }

    .StoryList .Name {
        position: absolute;
        left: 85px;
        top: 42px;
        font-size: 15px;
        line-height: 24px;
        text-shadow: 0 0 3px #000, 0 0 4px #000;
    }

    .StoryList .Date {
        position: absolute;
        left: 92px;
        top: 69px;
        font-size: 8.5px;
        line-height: 14px;
        text-shadow: 0 0 2px #000, 0 0 3px #000;
        direction: rtl;
    }

    .StoryList .Btns {
        position: absolute;
        bottom: 30px;
        z-index: 10;
        transition: 0.5s;
        width: 92%;
        max-width: 400px;
        justify-content: center;
    }

        .StoryList .Btns .Btn {
            line-height: 38px;
            padding: 0 32px 0 10px;
            background: #ffffff82;
            font-size: 9px;
            margin: 0 1px;
            border-radius: 4px;
            box-shadow: 0 0 3px #000, 0 0 1px #000;
            text-shadow: 0 0 7px #000;
            position: relative;
            white-space: pre;
            max-width: 120px;
        }

            .StoryList .Btns .Btn:before {
                font-family: "Font Awesome 6 Pro";
                line-height: inherit;
                position: absolute;
                right: 5px;
                top: 0;
                width: 25px;
                opacity: 0.7;
                font-size: 10px;
            }

            .StoryList .Btns .Btn.Hide {
                max-width: 0;
                padding: 0;
                overflow: hidden;
            }

        .StoryList .Btns :last-child {
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
        }

        .StoryList .Btns :first-child {
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
        }

    .StoryList .Left {
        position: absolute;
        width: 25%;
        height: calc(100vh - 320px);
        top: 170px;
        left: 0;
    }

    .StoryList .Right {
        position: absolute;
        width: 50%;
        height: calc(100vh - 320px);
        top: 170px;
        right: 0;
    }

    .StoryList .Close {
        position: absolute;
        right: 18px;
        top: 35px;
        width: 45px;
        line-height: 45px;
        font-size: 27px;
        /*color: var(--TransPr);*/
        text-shadow: 0 0 2px #000, 0 0 5px #000;
        cursor: pointer;
    }

    .StoryList.Last .LastHide {
        display: none;
    }

    .StoryList .LastShow {
        display: none;
    }

    .StoryList.Last .LastShow {
        display: inline-block;
        font-size: 15px;
        text-align: center;
        padding: 50px 0;
        background: linear-gradient(0deg, #000 0%, #062236 15%, #062236 85%, #000);
    }

        .StoryList.Last .LastShow .ReadText {
            /*margin: 100px 0;*/
        }

    .StoryList .TopBotShadow {
    }

        .StoryList .TopBotShadow:after, .StoryList .TopBotShadow:before {
            content: '';
            width: 100%;
            position: absolute;
            left: 0;
            height: 30px;
            box-shadow: 0 0 100px 50px #000, 0 0 50px 100px #000;
            background: #000;
        }

        .StoryList .TopBotShadow:before {
            top: -30px;
        }

        .StoryList .TopBotShadow:after {
            bottom: -30px;
        }

    .StoryList.Next {
    }

        .StoryList.Next .Btns {
            bottom: 10px;
            opacity: 0;
            transition: 0.2s;
        }

        .StoryList.Next .StoryData {
            transform: scale(1.1);
        }

        .StoryList.Next .Custm {
            transform: scale(0.90) rotate(30deg);
        }

        .StoryList.Next .Name, .StoryList.Next .Date {
            transform: scale(0.90);
            opacity: 0.3;
        }

        .StoryList.Next .MuteMusic {
            opacity: 0;
        }

    .StoryList .Infos {
        z-index: 1;
        width: 100%;
        position: absolute;
        bottom: -150px;
        left: 0;
        opacity: 0;
    }

    .StoryList.Paused {
    }

        .StoryList.Paused .TopBotShadow:after {
            bottom: 0;
            height: 150px;
            box-shadow: 0 0 150px 100px #000, 0 0 150px 100px #000;
        }

        .StoryList.Paused .Infos {
            bottom: 100px;
            opacity: 1;
            font-size: 12px;
            opacity: 0.8;
        }

.StoryBoxs {
}

.StoryBox {
    overflow: hidden;
    font-size: 10px;
}

    .StoryBox:after {
        content: '';
        position: relative;
        padding-top: 177.777%;
        display: block;
        z-index: -1;
    }

    .StoryBox .StoryIMG {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .StoryBox .Custm {
        position: absolute;
        left: 6px;
        top: 6px;
    }

    .StoryBox .Name,
    .StoryBox .Date,
    .StoryBox .View {
        text-shadow: 0 0 3px var(--BkColor), 0 0 3px var(--BkColor), 0 0 4px var(--BkColor);
        color: var(--WtColor);
        line-height: 14px;
        direction: rtl;
        position: absolute;
        white-space: pre;
    }

    .StoryBox .Name {
        left: 54px;
        top: 10px;
    }

    .StoryBox .Date {
        left: 54px;
        top: 24px;
        font-size: 8px;
    }

    .StoryBox .View {
        left: 10px;
        bottom: 5px;
        font-size: 10px;
    }

        .StoryBox .View:before {
            font-family: "Font Awesome 6 Pro";
            content: "\f06e";
            padding-right: 5px;
        }

    .StoryBox:hover .StoryIMG {
        transform: scale(1.1);
    }

    .StoryBox.Add {
        background: linear-gradient( 180deg, var(--ColorBs) -20%, #0000 70%);
    }

        .StoryBox.Add:before {
            position: absolute;
            right: 0;
            font-size: 40px;
            line-height: 50px;
            top: calc(50% - 25px);
            content: "\f067";
            font-family: "Font Awesome 6 Pro";
            width: 100%;
        }

.StorySetting {
}

    .StorySetting .StoryHead {
        margin: 3px 2px;
        direction: rtl;
        width: calc(100% - 4px);
    }

        .StorySetting .StoryHead .StoryCustoms {
            width: 62%;
            display: inline-block;
            margin: 0 auto;
            padding: 0px 5px;
            user-select: none;
            direction: rtl;
            vertical-align: top;
            text-align: right;
            max-height: 425px;
            overflow-x: hidden;
            overflow-y: auto;
            margin-left: 2%;
            margin-bottom: 10px;
        }

            .StorySetting .StoryHead .StoryCustoms .UserDiv {
                position: relative;
                display: inline-block;
                vertical-align: top;
                max-width: 30px;
                min-width: 30px;
                height: 30px;
                margin: 5px 2px 14px;
                text-align: center;
            }

                .StorySetting .StoryHead .StoryCustoms .UserDiv img {
                    width: 100%;
                    height: 100%;
                    min-width: 100%;
                    border: 2px solid var(--WtColor);
                    border-radius: 50%;
                    display: inline-block;
                    box-shadow: 0 0 2px;
                    background: var(--ColorLt);
                    cursor: pointer;
                }

                .StorySetting .StoryHead .StoryCustoms .UserDiv span {
                    font-size: 5.5px;
                    position: absolute;
                    left: 0;
                    bottom: -12px;
                    width: 100%;
                    line-height: 12px;
                    white-space: nowrap;
                }

                    .StorySetting .StoryHead .StoryCustoms .UserDiv span.Count {
                        left: 0;
                        top: -4px;
                        font-size: 9px;
                        z-index: 1;
                        text-shadow: 0 0 4px #fff,0 0 5px #fff,0 0 6px #fff;
                        line-height: 10px;
                        height: 10px;
                    }

        .StorySetting .StoryHead .StoryData {
            width: 35%;
            display: inline-block;
            margin-bottom: 10px;
        }

            .StorySetting .StoryHead .StoryData .ReadText {
                font-size: 10px;
                line-height: 20px;
                direction: rtl;
                white-space: pre;
                padding: 0;
            }

            .StorySetting .StoryHead .StoryData img {
                width: 100%;
                border-radius: 5px;
                box-shadow: 0 0 2px 1px;
            }

.BackNext {
    line-height: 35px;
    margin: 15px 0;
    direction: rtl;
}

    .BackNext > * {
        font-family: "Font Awesome 6 Pro";
        position: relative;
        display: inline-block;
        width: 85px;
        box-shadow: 0 0 5px;
        margin: 0 10px;
        border-radius: 10px;
        background: var(--WtColor);
        cursor: pointer;
    }

        .BackNext > *:hover {
            background: var(--ColorLt);
        }

.TulTip {
    /*transition: 0.4s;*/
    opacity: 0;
    /* width: 120%; */
    padding: 0 0;
    background-color: var(--ColorMid);
    color: #fff;
    line-height: 40px;
    font-size: 9.5px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    /*box-shadow: 0 0 6px 6px var(--WtColor);*/
    /*text-shadow: 0 0 4px #000;*/
    pointer-events: none;
    white-space: pre;
    direction: rtl;
    font-family: 'IranSans';
}

    .TulTip::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -11px;
        border-width: 11px;
        border-style: solid;
        border-color: var(--ColorMid) transparent transparent transparent;
    }

    .TulTip::before {
        content: attr(J);
        position: absolute;
        top: 8px;
        /*top: -35px;*/
        right: 0;
        width: 37px;
        font-size: 18px;
        text-shadow: none;
        line-height: 25px;
        transition: 0.4s;
        /*opacity: 0;*/
    }

    .TulTip .Hint {
        display: block;
        line-height: 18px;
        font-size: 7.8px;
        opacity: 0.9;
        margin: -10px 0 5px;
    }

    .TulTip.L {
        margin-left: 70px;
    }

        .TulTip.L::after {
            left: calc(50% - 35px);
        }

    .TulTip.R {
        margin-right: 70px;
    }

        .TulTip.R::after {
            left: calc(50% + 35px);
        }

.TargetRow:first-child .TulTip {
    margin-right: 70px;
}

    .TargetRow:first-child .TulTip:after {
        left: calc(50% + 35px);
    }

.TargetRow:last-child .TulTip {
    margin-left: 70px;
}

    .TargetRow:last-child .TulTip:after {
        left: calc(50% - 35px);
    }

*:has( > .TulTip):hover .TulTip {
    /* bottom: 45px; */
    opacity: 1;
    padding: 0 20px;
    bottom: calc(100% + 10px);
    box-shadow: 0 0 6px 6px var(--WtColor);
    text-shadow: 0 0 4px #000;
}

    *:has( > .TulTip):hover .TulTip::before {
        /*top: 8px;*/
    }

    *:has( > .TulTip):hover .TulTip[J] {
        padding: 0 40px 0 20px;
    }

.BarBox {
    width: calc(100% - 20px);
    height: 80px;
    background: #c6c6c6;
    box-shadow: 0 0 3px 1px #000;
    margin: 0 10px;
    border-radius: 12px;
    padding: 27px 8px 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(0, #555555, #c5c5c5 50%); */
    direction: rtl;
}

    .BarBox:before {
    }

    .BarBox .Itm {
        display: inline-block;
        font-size: 8.5px;
        line-height: 22px;
        border-radius: 10px;
        float: left;
        text-align: left;
        margin: 0 0.5px;
        text-shadow: 0 0 3px #000;
        position: relative;
        box-shadow: inset 0 0 5px #232323;
        cursor: pointer;
        flex-grow: 1;
        min-width: 37px;
        /* overflow: hidden; */
        color: var(--ColorBs);
        background: currentColor;
        height: 44px;
    }

        .BarBox .Itm span {
            position: absolute;
            left: 8px;
            top: -18px;
            line-height: 16px;
            text-shadow: none;
            font-size: 9.5px;
            font-family: 'Sarbaz';
        }

        .BarBox .Itm:before {
            content: attr(wd)'%';
            position: absolute;
            right: 5px;
            line-height: 14px;
            top: 9px;
            color: #fff;
            font-size: 9px;
        }

        .BarBox .Itm:after {
            content: attr(Size)'MB';
            position: absolute;
            right: 5px;
            line-height: 14px;
            top: 25px;
            color: #fff;
            font-size: 7.5px;
        }

        .BarBox .Itm + .Itm {
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px;
        }

        .BarBox .Itm:has( + .Itm) {
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px;
        }

        .BarBox .Itm:hover {
            box-shadow: inset 0 0 7px 2px #232323;
        }

            .BarBox .Itm:hover span {
                left: 17px;
            }

            .BarBox .Itm:hover:after {
                right: 15px;
            }

            .BarBox .Itm:hover:before {
                right: 9px;
            }
