﻿.PrjHead {
}

    .PrjHead .DedCustoms {
        vertical-align: middle;
        width: 100%;
        margin: 0 auto;
        overflow-x: hidden;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 1px 0 12px;
        user-select: none;
        direction: rtl;
        -webkit-user-drag: none;
    }

        .PrjHead .DedCustoms .DedUserDiv {
            vertical-align: middle;
            height: 34px;
            line-height: 34px;
            padding: 0 34px 0 5px;
        }

            .PrjHead .DedCustoms .DedUserDiv:hover {
                background: var(--ColorLt);
            }

            .PrjHead .DedCustoms .DedUserDiv img {
                border-radius: 8px;
                display: inline-block;
                background: var(--ColorLt);
                cursor: pointer;
                width: 28px;
                height: 28px;
                position: absolute;
                right: 3px;
                top: 3px;
            }

            .PrjHead .DedCustoms .DedUserDiv .Names {
                font-size: 8px;
                display: inline-block;
                vertical-align: top;
                line-height: inherit;
                padding: 0 4px;
            }

            .PrjHead .DedCustoms .DedUserDiv .LProj {
                font-size: 7px;
                padding: 0 5px;
                opacity: 0.7;
                line-height: inherit;
                display: inline-block;
                vertical-align: top;
            }

    .PrjHead .SaerchBoard {
        overflow: unset;
    }

    .PrjHead .CusList {
        padding: 6px 6px;
        margin: 2px 6px;
        overflow: hidden;
        max-height: 100vh;
        white-space: normal;
        position: absolute;
        z-index: 6;
        left: 0px;
        border-radius: calc(var(--CrsBorder) + 2px);
        box-shadow: var(--CrsFadeShadow), var(--CrsFadeShadow);
        /*background: var(--TransPr);*/
        /*backdrop-filter: blur(7px);*/
        width: calc(100% - 12px);
        background: var(--WtColor);
    }

        .PrjHead .CusList span {
            min-width: unset;
        }

        .PrjHead .CusList:empty {
            max-height: 0px !important;
            min-height: 0 !important;
            padding: 0 !important;
            margin: 0;
            border: none;
        }

    .PrjHead .SaerchBoard.Loading .CloseSearch:before {
        content: "\f013";
        animation: D360 1.5s infinite linear;
    }

    .PrjHead .xCrs {
    }

        .PrjHead .xCrs > * {
            border: none;
        }

.ScrollMojriBox {
    vertical-align: middle;
    padding: 15px 5px 12px;
}

    .ScrollMojriBox .UserDiv {
        vertical-align: middle;
        margin: 0 1px;
    }

        .ScrollMojriBox .UserDiv[ScLvl="3"] {
            margin: 0 2px;
        }

        .ScrollMojriBox .UserDiv.Hide {
            max-width: 0 !important;
            margin: 0;
            overflow: hidden;
            pointer-events: none;
            min-width: 0 !important;
        }

    .ScrollMojriBox > :Not([ScLvl="1"]):Not([ScLvl="3"]):Not(.ShiftEyd) {
        max-width: 40px;
        height: 40px;
        min-width: 40px;
        line-height: 40px;
        /* margin: 0 1px; */
    }

    .ScrollMojriBox > :Not([ScLvl="1"]):Not([ScLvl="3"]) img {
        filter: grayscale(0.7) opacity(0.8);
    }


    .ScrollMojriBox > :Not([ScLvl="1"]):Not([ScLvl="3"]):Not(.Hide) + [ScLvl="3"] {
        margin-right: 10px;
    }

    .ScrollMojriBox .UserDiv.SelectedMoj {
        margin: 0 5px !important;
    }

        .ScrollMojriBox .UserDiv.SelectedMoj img {
            transform: unset;
            animation: RoundAnim 2s cubic-bezier(0.8, -0.6, 0.2, 1.4) forwards 1;
        }

.MojriInfoIcons {
    position: relative;
    right: 0px;
    bottom: 0px;
    margin: 12px 3px;
    width: calc(100% - 6px);
    display: flex;
}

/* CSS Nesting */
.MojriInfoCheck {
}

    .MojriInfoCheck .Items {
        position: relative;
        border-radius: var(--CrsBorder);
        margin: var(--CrsMargin);
        background: linear-gradient(30deg, var(--ColorLt) 10%, var(--WtColor) 50%, var(--ColorLt) 90%) center;
        cursor: pointer;
        box-shadow: unset;
        line-height: 52px;
        height: 55px;
        overflow: hidden;
        background-size: 220%;
    }

        .MojriInfoCheck .Items:before {
            font-size: 20px;
            line-height: inherit;
            right: 8px;
            width: 40px;
            position: absolute;
            transition: 0.4s;
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
        }

        .MojriInfoCheck .Items:hover {
            background-size: 140% !important;
            z-index: 1;
            transition: 0.6s;

            h5 {
                right: 40px;
            }

            span.Price {
                left: 105px;
            }

            .Info {
                right: 120px;
                opacity: 1;
                /*bottom: 2px;*/
            }

            &:before {
                transform: scale(1.5) rotate(-15deg);
                filter: opacity(0.2);
            }
        }

        .MojriInfoCheck .Items h5 {
            font-size: 10.5px;
            font-weight: 900;
            line-height: inherit;
            right: 60px;
            position: absolute;
            transition: 0.6s;
            margin: 0;
            direction: rtl;
            white-space: pre;
        }

        .MojriInfoCheck .Items .Info {
            position: absolute;
            right: 85px;
            font-size: 8.5px;
            opacity: 0.85;
            bottom: 3px;
            line-height: 14px;
            transition: 0.6s;
            white-space: pre;
        }

    .MojriInfoCheck span {
        font-size: 13px;
        top: 0;
        line-height: inherit;
        left: 15px;
        position: absolute;
        direction: ltr;
        color: unset;
        font-family: BComic;
    }

        .MojriInfoCheck span.Price {
            left: 90px;
        }

        .MojriInfoCheck span.Text {
            font-family: IranSans;
            font-size: 12px;
            direction: rtl;
        }

    .MojriInfoCheck .Items.TikNot {
        color: var(--OrangeBs);
    }

    .MojriInfoCheck .Items.UnCalc {
        color: #b3b3b3;
        background-image: linear-gradient(-45deg, transparent 40%, #81818159 50%, transparent 60%);
        background-size: 10px 10px !important;
        box-shadow: inset 0 0 10px -4px;
    }

        .MojriInfoCheck .Items.UnCalc span, .MojriInfoCheck .Items.UnCalc h5 {
            /*text-decoration: line-through;*/
        }

    .MojriInfoCheck .Items:has(.Gls) {
        height: 90px;
    }

    .MojriInfoCheck .Items .Gls {
        width: 60%;
        position: absolute;
        left: 20%;
        height: 4px;
        bottom: 27px;
        box-shadow: inset 0 0 2px;
        display: inline-flex;
        justify-content: space-between;
        border-radius: 2px;
    }

        .MojriInfoCheck .Items .Gls:before {
        }

        .MojriInfoCheck .Items .Gls .Gl {
            position: relative;
            width: 26px;
            text-align: center;
            height: 31px;
            margin-top: -7px;
            color: var(--OrangeBs);
            opacity: 0.9;
        }

            .MojriInfoCheck .Items .Gls .Gl:before {
                font-family: "Font Awesome 6 Pro";
                content: "\f057";
                margin-top: 0;
                font-size: 13px;
                position: absolute;
                top: 0;
                width: 100%;
                left: 0;
                line-height: 20px;
                text-shadow: 0 0 2px var(--WtColor), 0 0 3px var(--WtColor);
            }

            .MojriInfoCheck .Items .Gls .Gl:after {
                content: attr(goal);
                font-size: 8.5px;
                line-height: 12px;
                width: 100%;
                position: absolute;
                bottom: 0;
                right: 0;
            }

            .MojriInfoCheck .Items .Gls .Gl.Pass {
                /*color: var(--GreenBs);*/
                color: var(--ColorBs);
                opacity: 1;
            }

                .MojriInfoCheck .Items .Gls .Gl.Pass:before {
                    content: "\f2f7";
                    font-size: 15px;
                }

                .MojriInfoCheck .Items .Gls .Gl.Pass:after {
                }

.MojriSalari {
    .LargeTxt {
        background: var(--ColorVl);

        input {
            font-family: BComic;
        }
    }
}


.ZipFiles {
    position: relative;
    display: inline-block;
    width: calc(33.33333% - 6px);
    margin: 5px 3px 35px;
    cursor: pointer;
    font-size: 15px;
    color: var(--ColorBs);
}

    .ZipFiles .ProgressBar {
        text-shadow: 0 0 3px #000;
        width: calc(100% - 49px);
        left: 42px;
        top: 72px;
        filter: unset !important;
    }

    .ZipFiles .User {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid var(--WtColor);
        box-shadow: 0 0 3px;
        position: absolute;
        left: 8px;
        top: 58px;
    }

    .ZipFiles .File {
        font-size: 8.5px;
        left: 42px;
        position: absolute;
        top: 70px;
        line-height: 20px;
        width: calc(100% - 45px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ZipFiles .Date {
        position: absolute;
        font-size: 8px;
        line-height: 10px;
        right: 5px;
        top: 59px;
    }

    .ZipFiles .Type {
        width: 100%;
        line-height: 70px;
        display: block;
        box-shadow: var(--CrsFadeShadow);
        text-shadow: 0 0 30px var(--ColorBs), 0 0 20px var(--ColorBs);
        font-size: 20px;
        margin: 0;
    }

    .ZipFiles .Btn {
        position: absolute;
        top: 0;
        width: 30px;
        line-height: 30px;
    }

        .ZipFiles .Btn:hover {
            transform: scale(1.1);
            filter: hue-rotate(180deg);
        }

        .ZipFiles .Btn.Load {
            right: 0;
        }

        .ZipFiles .Btn.Delt {
            left: 0;
        }

    .ZipFiles.Selected {
        color: var(--GreenBs);
    }

        .ZipFiles.Selected .Type {
            background: var(--GreenVl);
        }

    .ZipFiles.ErrorDel .Type {
        color: var(--RedBs);
        background: var(--RedVl);
    }

@media (max-width:768px) {
    .ZipFiles {
        width: calc(50% - 10px);
    }
}

@media (min-width:1600px) {
    .ZipFiles {
        width: calc(25% - 10px);
    }
}

@media (min-width:2000px) {
    .ZipFiles {
        width: calc(20% - 10px);
    }
}

.Talked {
    color: #797979 !important;
    background: #fff !important;
}

    .Talked > * {
        opacity: 0.6;
    }

    .Talked img {
        opacity: 0.3;
    }

.BlackBox {
    direction: rtl;
    padding: 10px 1px;
}

    .BlackBox .BirthBox {
        width: 100%;
        margin: 0 auto;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 10px 5px 15px;
        direction: rtl;
    }

    .BlackBox .AmarBox {
    }

    .BlackBox .BlackChart {
        height: 300px;
    }


.CrusVideoSetting {
}

    .CrusVideoSetting .EditorDiv {
        display: inline-block;
        position: relative;
        margin: 5px 5px 0;
    }

        .CrusVideoSetting .EditorDiv.SelectedEditr:after {
            content: '\f00c';
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            color: var(--GreenLt);
            position: absolute;
            top: -8px;
            left: 2px;
            width: 100%;
            font-size: 22px;
            text-shadow: 0 0 2px #000, 0 0 2px #000;
            line-height: 25px;
            animation: Append 1s forwards;
        }

.LogBox {
    display: inline-flex;
    width: 98%;
    margin: 2px auto;
    cursor: pointer;
    font-size: 9.5px;
    position: relative;
    height: 44px;
    line-height: 35px;
    background: none;
    border-bottom: 1px solid var(--ColorLt);
    padding-bottom: 9px;
    align-items: center;
}

    .LogBox.Default {
        /*color: var(--ColorMid);*/
        color: #8d8d8d;
    }

    .LogBox.Info {
        color: var(--GreenBs);
    }

    .LogBox.Warning {
        color: var(--OrangeBs);
    }

    .LogBox.Critical {
        color: var(--RedBs);
    }

    .LogBox .Icon {
        width: 18px;
        line-height: inherit;
        position: absolute;
        right: 0px;
        top: 0;
        font-size: 12px;
        text-align: center;
    }

        .LogBox .Icon:before {
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
        }

    .LogBox .Custm {
        width: 24px;
        height: 24px;
        position: absolute;
        right: 22px;
        top: 6px;
        border-radius: 18px;
        background: var(--ColorLt);
    }

    .LogBox .LText {
        right: 54px;
        /* top: 0; */
        position: absolute;
        direction: rtl;
        width: calc(100% - 110px);
        /* white-space: nowrap; */
        /* overflow: hidden; */
        text-overflow: ellipsis;
        text-align: right;
        line-height: 14px;
        padding-top: 5px;    
    }

    .LogBox .Date {
        left: 32px;
        top: 28px;
        font-size: 7.5px;
        position: absolute;
        direction: rtl;
        white-space: pre;
        line-height: 14px;
        opacity: 0.8;
    }


    .LogBox .Efect {
        width: 24px;
        height: 24px;
        position: absolute;
        left: 6px;
        top: 6px;
        border-radius: 18px;
        background: var(--ColorLt);
    }

        .LogBox .Custm:hover,
        .LogBox .Efect:hover {
            transform: scale(1.15) rotate(-10deg);
        }

    .LogBox:hover {
    }

        .LogBox:hover .LText {
            right: 60px;
        }

        .LogBox:hover .Date {
            font-size: 7.5px;
            opacity: 1;
        }


/* CSS Nesting */
.DailyGoals {
    width: 100%;
    direction: rtl;
    user-select: none;
    height: 40px;
    margin: 20px 0 20px;
    white-space: pre;

    .Item {
        display: inline-block;
        height: 45px;
        position: relative;
        line-height: 40px;
        width: 70px;
        margin: 0px 3px;
        cursor: pointer;

        .Goal {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 15px;
            line-height: 25px;
            width: 100%;
            padding-right: 10px;
            font-family: BComic;
            font-family: Sarbaz;
            letter-spacing: -0.5px;

            .Shot {
                display: inline-block;
                font-size: 10.5px;
                padding-right: 4px;
                opacity: 0.7;
            }

            .Pass {
                display: inline-block;
                font-size: 9.0px;
                padding-right: 5px;
                opacity: 0.8;
                font-family: IranSans;
                letter-spacing: -0.5px;
                filter: hue-rotate(90deg);
                vertical-align: bottom;
                line-height: 20px;
            }
        }

        .Hint {
            position: absolute;
            right: 0;
            bottom: 0;
            font-size: 9px;
            line-height: 18px;
            width: 100%;
            opacity: 0.8;
            border-top: 2px solid var(--ColorAlt);
            white-space: pre;
            direction: rtl;
        }

        &:before {
            font-family: "Font Awesome 6 Pro";
            font-size: 10px;
            position: absolute;
            line-height: 16px;
            width: 16px;
            right: 0;
            top: 9px;
            color: var(--ColorAlt);
            opacity: 0.8;
        }

        &:hover {
            &:before {
                /*right: 15px;*/
                transform: rotate(-8deg) scale(1.2);
                opacity: 0.2;
            }

            .Hint, .Goal .Shot {
                opacity: 1;
            }
        }

        &:first-child {
            width: 100px;
        }
    }
}


.SysBox {
    width: 100%;
    display: inline-block;
    line-height: 32px;
    font-size: 11px;
    margin: 15px 0;
    white-space: pre;
    height: 40px;
}

    .SysBox .Sys {
        display: inline-block;
        width: 90px;
        margin: 0 2px;
        /*padding: 0 0 8px 32px;*/
        position: relative;
        white-space: pre;
        cursor: pointer;
        text-align: left;
        height: 40px;
        font-family: Sarbaz;
    }

        .SysBox .Sys:before {
            font-family: "Font Awesome 6 Pro";
            line-height: inherit;
            position: absolute;
            left: 0;
            top: 0;
            width: 30px;
            font-size: 16px;
            line-height: 28px;
            text-align: center;
        }

        .SysBox .Sys .Val {
            position: absolute;
            left: 31px;
            top: 5px;
            line-height: 22px;
        }

        .SysBox .Sys span {
            position: absolute;
            line-height: 12px;
            left: 5px;
            bottom: 2px;
            font-size: 8px;
            opacity: 0.8;
        }

        .SysBox .Sys:hover {
        }

            .SysBox .Sys:hover:before {
                transform: scale(1.1) rotate(-7deg);
            }

            .SysBox .Sys:hover .Val {
                left: 34px;
            }

.PreUploadPanel .Renders {
}

    .PreUploadPanel .Renders[ChromaKey]:after {
        position: absolute;
        left: 20px;
        bottom: 10px;
        line-height: 30px;
        font-size: 15px;
        color: var(--WtColor);
        text-shadow: 0 0 3px var(--ColorBs), 0 0 4px var(--ColorBs), 0 0 5px var(--ColorBs), 0 0 8px var(--ColorBs), 0 0 10px var(--ColorBs), 0 0 12px var(--ColorBs);
        animation: Append 0.6s linear forwards 1;
    }

    .PreUploadPanel .Renders[ChromaKey="ChromaKey"]:after {
        content: 'عَکـــس اَصلـــی ☀️';
    }

    .PreUploadPanel .Renders[ChromaKey="Shadow"]:after {
        content: 'سایِـــــــــه هـا 🌙';
        font-size: 12px;
        opacity: 0.5;
    }

.Gadjet {
}

.PenBoxImage {
    /*border: 10px solid #14d200;*/
    border: 10px solid var(--GreenLt);
    border-radius: 20px;
    /* padding: 15px; */
    max-width: 94%;
    max-height: 94%;
    background: #fff;
    cursor: cell;
}

.PenBoxClose {
    top: 0;
    right: 0;
    line-height: 80px;
    width: 80px;
    font-size: 30px;
    color: #fff;
    position: absolute;
    text-align: center;
    opacity: 0.5;
    text-shadow: 0 0 5px #000;
}

.PenBoxSave {
    position: absolute;
    font-size: 15px;
    z-index: 10;
    width: 140px;
    left: calc(50% - 70px);
    bottom: 30px;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 0 5px #000;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.8;
    padding-right: 30px;
    backdrop-filter: blur(10px);
    color: var(--GreenBs);
    background: var(--GreenLt);
    user-select: none;
}

    .PenBoxSave:before {
        font-family: "Font Awesome 6 Pro";
        line-height: inherit;
        display: inline-block;
        position: absolute;
        right: 0;
        width: 50px;
        font-size: 18px;
    }

    .PenBoxSave:hover {
        opacity: 1;
    }

/*.SingleCall {
}

    .SingleCall .Icon.HasRecord {
    }

        .SingleCall .Icon.HasRecord:after {
            font-family: "Font Awesome 6 Pro";
            line-height: 30px;
            padding: 0;
        }*/

.ChatFoot {
}

    .ChatFoot .ToolBox {
        position: absolute;
        width: 70%;
        height: 44px;
        background: var(--ColorVl);
        left: 15px;
        bottom: 54px;
        border-radius: 12px;
        box-shadow: inset 0 0 2px 1px;
        transition: 0.6s;
        line-height: 44px;
        user-select: none;
    }

        .ChatFoot .ToolBox .LetsPaint {
            width: 50px;
            height: 50px;
            border: 2px solid var(--WtColor);
            border-radius: 50%;
            background: var(--GreenLt);
            /*box-shadow: 0 0 4px 1px var(--GreenBs), inset 0 0 5px var(--GreenBs);*/
            box-shadow: 0 0 4px 0 var(--BkColor), inset 0 0 5px var(--GreenBs);
            position: absolute;
            left: 18px;
            bottom: 10px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            z-index: 10;
            transition: 0.5s;
        }

        .ChatFoot .ToolBox .ToolTitle {
            font-size: 9px;
            direction: rtl;
            position: absolute;
            right: 30px;
            width: calc(100% - 90px);
            opacity: 0.8;
        }

            .ChatFoot .ToolBox .ToolTitle:hover {
                right: 33px;
            }

        .ChatFoot .ToolBox .LetsPaint:before {
            font-family: "Font Awesome 6 Pro";
            content: "\f04b";
            position: absolute;
            width: 100%;
            line-height: 46px;
            left: 0;
            top: 0;
            color: var(--WtColor);
            font-size: 20px;
            text-shadow: 0 0 8px var(--GreenBs), 0 0 10px var(--GreenBs);
            padding-left: 4px;
        }

        .ChatFoot .ToolBox .LetsPaint:hover:before {
            transform: scale(1.1) rotate(-10deg);
        }

        .ChatFoot .ToolBox .LetsPaint.Pause {
            box-shadow: 0 0 4px 0 var(--BkColor), inset 0 0 5px var(--OrangeBs);
            background: var(--OrangeLt);
        }

            .ChatFoot .ToolBox .LetsPaint.Pause:before {
                content: "\f04c";
                text-shadow: 0 0 8px var(--OrangeBs), 0 0 10px var(--OrangeBs);
                padding: 0;
            }

        .ChatFoot .ToolBox.Hide {
            left: -300px;
            opacity: 0;
        }

            .ChatFoot .ToolBox.Hide .LetsPaint {
                bottom: 30px;
                left: 300px;
                opacity: 0;
            }

        .ChatFoot .ToolBox .AddStep {
            width: 45px;
            font-size: 21px;
            cursor: cell;
            display: inline-flex;
            position: absolute;
            justify-content: center;
            right: 0;
            top: 0;
            line-height: inherit;
            align-items: center;
            text-shadow: 0 0 6px var(--ColorBs), 0 0 7px var(--ColorBs), 0 0 8px var(--ColorBs);
            color: var( --WtColor);
        }

            .ChatFoot .ToolBox .AddStep:before {
                font-family: "Font Awesome 6 Pro";
                content: "\2b";
            }

            .ChatFoot .ToolBox .AddStep:hover {
            }

                .ChatFoot .ToolBox .AddStep:hover:before {
                    transform: scale(1.1) rotate(-90deg);
                }

    .ChatFoot .ChatBox:has(.TextPM:not(:empty)) + .ToolBox {
        opacity: 0;
        pointer-events: none;
    }

[LiveGrp] {
    margin-top: 75px;
}

    [LiveGrp]:has( + :Not(.blueBtn)) {
        opacity: 0.2;
        border: none;
        margin: 30px 15px 6px !important;
        /*display: none;*/
        /*font-size: 10px;*/
    }

        [LiveGrp]:has( + :Not(.blueBtn)):after {
            display: none;
        }

        [LiveGrp]:has( + :Not(.blueBtn)) + [LiveGrp] {
            margin-top: 15px !important;
        }

/*[LiveGrp]:has( + :Not(.blueBtn)):after {
            width: 16px;
            height: 16px;
            left: calc(50% - 10px);
            top: 50px;
            border-radius: 5px;
        }*/

.Zoom {
    direction: rtl;
}

    .Zoom .Baner {
        width: 100%;
        border-radius: 20px;
        margin: 15px auto 5px;
    }

    .Zoom .Title {
        font-family: Sarbaz;
        font-size: 19px;
        margin: 5px 0 50px;
        line-height: 30px;
        color: var(--BkColor);
        opacity: 0.5;
    }

    .Zoom .Image {
        width: 95%;
        border-radius: 20px;
        margin: 2px auto 2px;
        min-height: 50px;
        background: var(--ColorLt);
    }

    .Zoom .ReadText {
        text-align-last: right;
        padding: 0 20px 20px;
        color: var(--BkColor);
        opacity: 0.8;
    }

        .Zoom .ReadText:before {
            content: "\f06d";
            font-family: "Font Awesome 6 Pro";
            padding: 0;
            width: 25px;
            text-align-last: center;
            opacity: 0.5;
        }

    .Zoom .ReadTitle {
        width: 83%;
        margin: 25px auto 2px;
        font-family: Sarbaz;
        color: var(--BkColor);
        opacity: 0.5;
    }

    .Zoom .ReadPoint {
        color: var(--BkColor);
        white-space: normal;
        opacity: 0.6;
        margin: 3px 65px 3px 35px;
        width: calc(100% - 100px);
    }

.ZoomitBox {
    width: 98%;
    height: 160px;
    display: inline-block;
    margin: 5px auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 2px 0px, inset 0 0 3px;
    cursor: pointer;
    border: 2px solid var(--WtColor);
    font-family: Sarbaz;
    line-height: 40px;
    direction: rtl;
    text-align: right;
    color: var(--BkColor);
    background: var(--ColorVl);
}

    .ZoomitBox > * {
        transition: 0.4s;
    }

    .ZoomitBox:hover {
        box-shadow: 0 0 2px 0px, inset 0 0 6px;
    }

    .ZoomitBox .Title {
        position: absolute;
        top: 8px;
        right: 15px;
        direction: rtl;
        color: var(--BkColor);
        opacity: 0.7;
    }

    .ZoomitBox .Date {
        position: absolute;
        font-size: 10px;
        left: 18px;
        top: 132px;
        z-index: 1;
        line-height: 22px;
        color: #ffff;
        text-shadow: 0 0 3px #000;
    }

    .ZoomitBox .Bodys {
        position: absolute;
        right: 30px;
        top: 45px;
        font-size: 10px;
        line-height: 25px;
        width: 55%;
        height: 100px;
        color: var(--BkColor);
        opacity: 0.5;
    }

    .ZoomitBox .Image {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 70%);
    }

    .ZoomitBox:hover {
        box-shadow: 0 0 2px 0px, inset 0 0 6px;
    }

        .ZoomitBox:hover .Title {
            right: 42px;
            opacity: 0.9;
            transition-delay: 0.42s;
        }

        .ZoomitBox:hover .Bodys {
            right: 65px;
            transition-delay: 0.17s;
        }

        .ZoomitBox:hover .Image {
            left: -55px;
            transition-delay: 0s;
        }

.TV {
    font-family: Sarbaz;
    text-align: center;
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: linear-gradient(121deg, rgba(1,0,22,1) 0%, rgba(14,14,84,1) 47%, rgba(0,19,23,1) 100%);
}

    .TV .Img {
        display: inline-block;
        width: calc(100% - 50px);
        border-radius: 30px;
        box-shadow: 0 0 1px 1px #000;
        min-height: 50px;
        max-height: calc(100% - 50px);
        overflow: hidden;
        cursor: pointer;
        font-size: 0;
        position: absolute;
        background: linear-gradient(70deg, #000 0%, #08112f 45% 55%, #000 100%);
    }

        .TV .Img:before {
            content: '';
            padding-top: 56.25%;
            position: relative;
            display: block;
            height: 0;
        }

        .TV .Img .Rnd {
            width: 100% !important;
            position: absolute;
            left: 0;
            top: 0;
            filter: blur(0) opacity(1);
            /*transform: scale(1);*/
            transition: 0.5s;
        }

            .TV .Img .Rnd.SlowZoom {
                animation: SlowZoom 30s linear forwards 1;
            }

    .TV .Moj {
        width: 240px;
        height: 340px;
        position: absolute;
        left: 50px;
        bottom: 50px;
        border-radius: 20px;
        background: #00000094;
        backdrop-filter: blur(10px);
        padding-top: 120px;
    }

        .TV .Moj .Pic {
            width: 116px;
            height: 116px;
            background: #000;
            border-radius: 50%;
            box-shadow: 0 0 4px 0.6px #000;
            position: absolute;
            left: 32px;
            top: -30px;
        }

        .TV .Moj .CusPic {
            width: 60px;
            height: 60px;
            background: #000;
            border-radius: 50%;
            box-shadow: 0 0 3px 0.5px #000;
            position: absolute;
            left: 155px;
            top: 18px;
        }

        .TV .Moj .Line {
            display: inline-block;
            width: 70%;
            padding-right: 36px;
            margin: 0 11% 0 19%;
            position: relative;
            text-align: right;
            white-space: pre;
            font-size: 14px;
            line-height: 46px;
            text-align: left;
            color: #fff;
            direction: rtl;
            text-shadow: 0 0 8px #000;
        }

            .TV .Moj .Line:before {
                font-family: "Font Awesome 6 Pro";
                /*content: "\f00c";*/
                line-height: inherit;
                position: absolute;
                display: inline-block;
                top: 0;
                right: 0;
                text-align: center;
                width: 36px;
                font-size: 21px;
                opacity: 0.8;
            }

    .TV .RndVideo {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100% !important;
        filter: blur(120px) opacity(0);
        transition: 0.5s;
    }

    .TV .Logo {
        position: absolute;
        right: 50px;
        top: 50px;
        width: 130px;
        filter: drop-shadow(0 0 6px #000) grayscale(0.4);
        opacity: 0.3;
    }

    .TV .Btns {
        position: absolute;
        right: 50px;
        bottom: 50px;
        z-index: 100;
        background: #00000059;
        backdrop-filter: blur(10px);
        /*box-shadow: 0 0 5px #000;*/
        border-radius: 30px;
        padding: 0 6px;
        direction: ltr;
    }

        .TV .Btns .Btn {
            width: 47px;
            line-height: 52px;
            height: 52px;
            display: inline-block;
            position: relative;
            font-size: 22px;
            text-shadow: 0 0 7px black;
            color: #fff;
            align-items: center;
            justify-content: center;
            margin: 3px;
            cursor: pointer;
            opacity: 0.5;
        }

            .TV .Btns .Btn:before {
                font-family: "Font Awesome 6 Pro";
                font-weight: 900;
                transition: 0.3s;
            }

            .TV .Btns .Btn:hover {
                transform: scale(1.05);
                opacity: 0.8;
            }

            .TV .Btns .Btn.PlayRadio {
            }

                .TV .Btns .Btn.PlayRadio.Pause:before {
                    content: "\f04c";
                }

    .TV .Btns {
    }

        .TV .Btns:before {
            content: "\f3f4";
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            transition: 0.3s;
            transition-delay: 0s;
            position: absolute;
            line-height: 58px;
            height: 58px;
            width: 58px;
            left: -35px;
            top: 0;
            color: #fff;
            font-size: 23px;
            opacity: 0;
            animation: D360 1s linear infinite;
            pointer-events: none;
        }

        .TV .Btns.Loading {
        }

            .TV .Btns.Loading:before {
                transition-delay: 1s;
                left: -65px;
                opacity: 0.5;
                animation: D360 1.2s linear infinite;
            }

    .TV .WelText {
        font-family: 'Sarbaz';
        font-size: 24px;
        direction: rtl;
        line-height: 60px;
        position: absolute;
        top: calc(50% + 300px);
        opacity: 0;
    }

    .TV.Video .Img {
    }

        .TV.Video .Img .Rnd {
            filter: blur(120px) opacity(0.3);
        }

        .TV.Video .Img .RndVideo {
            filter: blur(0) opacity(1);
        }

    .TV .Img.Fade {
    }

        .TV .Img.Fade .Rnd,
        .TV .Img.Fade .RndVideo {
            filter: blur(120px) opacity(0.3);
        }

    .TV.FadeAll {
    }

        .TV.FadeAll .Img,
        .TV.FadeAll .RndVideo {
            opacity: 0.01;
            margin-top: -200px;
        }

        .TV.FadeAll .Moj {
            left: -350px;
            opacity: 0.01;
        }

        .TV.FadeAll .Btns {
            opacity: 0.01;
            bottom: 20px;
        }

    .TV.Insta {
        direction: rtl;
        padding: 0 70px;
    }

        .TV.Insta .Img {
            position: absolute;
            display: inline-block;
            height: calc(100% - 60px);
            aspect-ratio: 0.5625;
            width: unset;
            right: 60px;
        }

        .TV.Insta .Logo {
            right: calc(66.6% - 70px);
            top: calc(33.3% - 70px);
            transform: scale(3.5);
            opacity: 0.6;
        }

        .TV.Insta .Moj {
            display: none;
        }

    .TV.Welcome {
    }

        .TV.Welcome .Logo {
            right: calc(50% - 70px);
            transform: scale(4);
            top: calc(50% - 170px);
            opacity: 0.8;
        }

        .TV.Welcome .WelText {
            opacity: 1;
            top: calc(50% + 220px);
        }

@keyframes SlowZoom {
    0% {
        transform: scale(1.0);
    }

    to {
        transform: scale(1.4);
    }
}

/*.MatchFish {
    border-bottom: 3px solid;
    width: 96%;
    margin: 0 auto;
    padding: 5px;
    height: 270px;
}

    .MatchFish .Renders {
        height: 250px;
        position: absolute;
        right: calc(50% + 10px);
        top: 5px;
    }

    .MatchFish .Moj {
        width: 55px;
        height: 55px;
        position: absolute;
        left: calc(50% + 120px);
        top: 100px;
    }

    .MatchFish .Cus {
        width: 55px;
        height: 55px;
        position: absolute;
        left: calc(50% + 50px);
        top: 100px;
    }

    .MatchFish .Pric {
        width: 200px;
        font-size: 32px;
        position: absolute;
        left: calc(50% + 10px);
        top: 22px;
    }

    .MatchFish .Date {
        width: 200px;
        font-size: 15px;
        position: absolute;
        left: calc(50% + 10px);
        top: 60px;
        padding: 0;
    }

    .MatchFish .Name {
        width: 200px;
        font-size: 11px;
        position: absolute;
        left: calc(50% + 10px);
        top: 158px;
        padding: 0;
    }

    .MatchFish .ItsOk {
        line-height: 57px;
        width: 140px;
        position: absolute;
        left: calc(50% + 40px);
        top: 190px;
        background: var(--GreenLt);
        border-radius: 10px;
        border: 3px solid var(--GreenBs);
        color: var(--WtColor);
        font-family: 'Sarbaz';
        font-size: 20px;
        text-shadow: 0 0 6px var(--GreenBs), 0 0 6px var(--GreenBs);
        cursor: pointer;
        padding-top: 3px;
    }

        .MatchFish .ItsOk:hover {
            box-shadow: inset 0 0 15px -3px var(--GreenBs);
        }*/
.WhatsAppChatBox {
    width: 98%;
    height: 60px;
    display: inline-block;
    margin: 3px auto;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 2px 0px;
    cursor: pointer;
    font-family: Sarbaz;
    line-height: 50px;
    direction: rtl;
    text-align: right;
    font-size: 11px;
    padding: 0 15px;
    direction: ltr;
}

    .WhatsAppChatBox > * {
        transition: 0.4s;
    }

    .WhatsAppChatBox .Body {
        position: absolute;
        right: 50px;
        line-height: 25px;
        top: 10px;
        direction: rtl;
    }

        .WhatsAppChatBox .Body > span {
            opacity: 0.35;
            padding-right: 5px;
            display: inline-block;
            font-size: 9px;
            direction: ltr;
        }

    .WhatsAppChatBox .UsrImg {
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        right: 10px;
        top: 8px;
    }

    .WhatsAppChatBox .LastMsg {
        position: absolute;
        opacity: 0.6;
        font-size: 9px;
        right: 70px;
        top: 34px;
        line-height: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 110px);
        direction: rtl;
    }

    .WhatsAppChatBox .Date {
        position: absolute;
        font-size: 8.5px;
        top: 6px;
        z-index: 1;
        line-height: 20px;
        color: var(--ColorBs);
        direction: rtl;
        font-family: 'IranSans';
        opacity: 0.9;
    }

    .WhatsAppChatBox:hover {
        background: var(--ColorLt);
        padding: 0 25px;
    }

        .WhatsAppChatBox:hover .Body {
            right: 60px;
        }

        .WhatsAppChatBox:hover .LastMsg {
            right: 100px;
            opacity: 0.8;
        }

.OnlinezBox {
    background: var(--ColorLt);
    border-radius: 20px;
    margin: 20px 5px;
    padding: 10px 5px;
}

    .OnlinezBox .UserAvatar {
        margin: 2px;
    }

        .OnlinezBox .UserAvatar.Removed {
            transform: rotate(180deg);
            filter: grayscale(0.75) opacity(0.5);
        }

.MyVaziat {
    display: block;
    height: 40px;
    /*margin: 5px auto;*/
    margin: 18px auto 8px;
    box-shadow: 0 0 5px 1px;
    width: 100px;
    border-radius: 20px;
    background: var(--GreenLt);
    color: var(--GreenBs);
    border: 2px solid var(--WtColor);
    cursor: pointer;
    position: relative;
}

    .MyVaziat:before {
        font-family: "Font Awesome 6 Pro";
        content: "\f185";
        position: absolute;
        right: 0;
        width: 40px;
        font-weight: 900;
        text-align: center;
        font-size: 20px;
        line-height: 36px;
        transition: 0.5s;
    }

    .MyVaziat.Offline {
        color: var(--RedBs);
        background: var(--RedLt);
        filter: grayscale(0.7) opacity(0.8);
    }

        .MyVaziat.Offline:before {
            content: "\f186";
            right: calc(100% - 40px);
            transform: rotate(180deg);
        }

.RecentEdits {
    width: 36px;
    line-height: 36px;
    position: absolute;
    left: -50px;
    opacity: 0.6;
}

    .RecentEdits:before {
        content: "\f1da";
        font-family: "Font Awesome 6 Pro";
    }

    .RecentEdits:hover {
        transform: scale(1.1) rotate(-7deg);
        opacity: 1;
    }
