﻿.TLDLink {
}

    .TLDLink .TLDBox {
        position: relative;
        margin: 10px 0 70px;
    }

        .TLDLink .TLDBox .TLDImage {
            width: 220px;
            height: 220px;
            border-radius: 50%;
            border: 3px solid var(--WtColor);
            box-shadow: 0 0 10px 3px;
            background: var(--WtColor);
        }

        .TLDLink .TLDBox:before {
            content: "\f521";
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            font-size: 63px;
            position: absolute;
            width: 100px;
            line-height: 100px;
            color: #ffa500;
            text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;
            transform: rotate(40deg);
            right: calc(50% - 120px);
            top: -25px;
        }

        .TLDLink .TLDBox .Cake {
            position: absolute;
            width: 100px;
            left: calc(50% - 155px);
            filter: drop-shadow(0 0 3px #000) drop-shadow(0 0 4px #000) drop-shadow(0 0 5px #000);
            transform: rotate(-10deg);
            top: 20px;
        }

        .TLDLink .TLDBox .TLDPlySound {
            font-size: 24px;
            border-radius: 50%;
            width: 70px;
            height: 70px;
            box-shadow: 0 0 10px 5px, inset 0 0 14px 5px;
            border: 3px solid #fff;
            position: absolute;
            left: calc(50% - 35px);
            background: #fff;
            top: 180px;
            margin: 0;
        }

            .TLDLink .TLDBox .TLDPlySound:after {
                font-family: "Font Awesome 6 Pro";
                content: '\f04b';
                z-index: 10;
                line-height: 64px;
            }

            .TLDLink .TLDBox .TLDPlySound.Play:after {
                font-family: "Font Awesome 6 Pro";
                content: '\f04c';
            }

    .TLDLink .MojriBox {
        width: 100%;
        margin: 0 auto;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 20px 5px;
        user-select: none;
        direction: rtl;
    }

        .TLDLink .MojriBox .UserDiv {
            position: relative;
            display: inline-block;
            vertical-align: top;
            max-width: 60px;
            min-width: 60px;
            height: 60px;
            margin: 0 1px;
        }

            .TLDLink .MojriBox .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;
            }

            .TLDLink .MojriBox .UserDiv span {
                font-size: 8.5px;
                position: absolute;
                left: 0;
                bottom: -13px;
                width: 100%;
                line-height: 12px;
            }

.BirthBox .UserBirth {
    width: 84px;
    display: inline-block;
    padding: 15px 2px 4px;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.BirthBox {
}

    .BirthBox.Horizontal {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 10px 5px 15px;
        direction: rtl;
    }

    .BirthBox .UserBirth:before {
        content: "\f1fd";
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        position: absolute;
        width: 100%;
        z-index: 2;
        top: 5px;
        left: 0;
        font-size: 17px;
        text-shadow: 0 0 3px var(--WtColor), 0 0 3px;
        line-height: 20px;
        transition: 0.3s;
    }

    .BirthBox .UserBirth i {
        position: absolute;
        left: 58px;
        text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
        font-size: 18px;
        top: 16px;
        animation: AppendSkull 1.5s ease-in forwards;
        z-index: 2;
        color: var(--WtColor);
    }

    .BirthBox .UserBirth.CusCrown {
    }

        .BirthBox .UserBirth.CusCrown:after {
            content: "\f521";
            font-family: "Font Awesome 6 Pro";
            position: absolute;
            left: 5px;
            text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
            font-size: 16px;
            top: 15px;
            animation: AppendCrown 1.5s ease-in forwards;
            z-index: 1;
        }

    .BirthBox .UserBirth.Sent {
        color: var(--GreenBs);
    }

        .BirthBox .UserBirth.Sent:before {
            content: "\f00c";
            font-family: "Font Awesome 6 Pro";
            position: absolute;
            right: 0;
            top: 45px;
            font-size: 38px;
            z-index: 100;
            line-height: 50px;
            width: 50px;
            text-shadow: 0 0 5px var(--WtColor),0 0 5px var(--WtColor),0 0 5px var(--WtColor);
            transform: rotate(0deg) !important;
        }

    .BirthBox .UserBirth .Pics {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 2px solid var(--WtColor);
        box-shadow: var(--CrsFadeShadow);
        margin-bottom: -25px;
        z-index: 1;
        position: relative;
        background: var(--ColorLt);
    }

    .BirthBox .UserBirth .CusData {
        width: 100%;
        border-radius: var(--CrsBorder);
        position: relative;
        padding: 22px 0 3px;
        box-shadow: var(--CrsFadeShadow);
        background: var(--BgColor);
    }

        .BirthBox .UserBirth .CusData .Name {
            font-size: 10.5px;
            width: 100%;
            display: block;
            line-height: 22px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 0 3px;
        }

        .BirthBox .UserBirth .CusData .Date {
            font-size: 8px;
            width: 100%;
            display: block;
            opacity: 0.8;
            line-height: 14px;
        }

        .BirthBox .UserBirth .CusData .ViewCnt {
            position: absolute;
            width: 35px;
            line-height: 20px;
            font-size: 10px;
            background: var(--OrangeLt);
            left: 5px;
            top: -5px;
            box-shadow: 0 0 4px 1px;
            z-index: 3;
            border-radius: 5px;
            padding-left: 13px;
            color: var(--OrangeBs);
        }

            .BirthBox .UserBirth .CusData .ViewCnt:before {
                content: "\f06e";
                font-family: "Font Awesome 6 Pro";
                line-height: inherit;
                position: absolute;
                left: 0;
                top: 0;
                opacity: 0.7;
                font-size: 9px;
                width: 20px;
            }

    .BirthBox .UserBirth:hover {
        z-index: 10;
    }

        .BirthBox .UserBirth:hover .CusData {
            transform: scale(1.07) rotate(-5deg);
        }

        .BirthBox .UserBirth:hover:before {
            transform: scale(1.3);
            top: 3px;
        }

    .BirthBox > .Date {
        writing-mode: vertical-rl;
        display: inline-block;
        line-height: 22px;
        position: relative;
        height: 110px;
        vertical-align: top;
        font-size: 10px;
        border-right: 2px solid;
        border-left: 2px solid;
        margin: 0 12px;
    }
@keyframes AppendSkull {
    0% {
        transform: scale(3.5) rotate(45deg);
        filter: opacity(0);
    }

    100% {
        filter: opacity(1);
        transform: rotate(45deg);
    }
}
