
.sidebar-sticky .card-header { 
    
     color: #ffffff;
    font-family: IRANSansWebFarsiNumbers;
    font-size: 20px;

    font-weight: 900;
    padding: 0.75rem 1.25rem;
    background-color: #f85c70;
    color: #ffffff;
    margin-bottom: 0;
    border-radius: 0.125rem 0.125rem 0 0;
}

..post-meta{
    margin-bottom: 0.625rem;
}

.post-meta li {
    display: inline-block;
        font-size: 18px;
    color: #999999;
    margin-left: 0.9375rem;
    font-family: IRANSansWebFarsiNumbers;
}

.post-metali:last-child {
    margin-left: 0;
}

.post-meta li a {
    color: #999999;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-meta li a:hover {
    color: #f85c70;
    text-decoration: underline;
}

.post-meta li i {
    margin-left: 0.625rem;
    color: #f85c70;
}
    .fixed-contact-tooltip {
            position: absolute;
            right: 0;
            bottom: 100%;
            margin-bottom: 15px;
            z-index: 1;
            background-color: #fff;
            border-radius: 4px;
            box-shadow: 0 3px 20px rgba(25, 63, 125, 0.15);
            pointer-events: none;
            color: #989cad;
            padding: 10px 15px;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.6;
            white-space: nowrap
        }

        .fixed-contact-tooltip:before {
            content: '';
            position: absolute;
            bottom: -6px;
            right: 21px;
            width: 12px;
            height: 12px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            border-radius: 0 0 4px 0;
            background-color: inherit
        }

       
    

        .fixed-contact {
            position: fixed;
            right: 35px;
            bottom: 35px;
            z-index: 1001
        }

   
     .fixed-contactman-button {
            background: #ffb931;
            color: #fff !important;
            box-shadow: 0 2px 5px rgba(255, 255, 255, 0.25), 0 5px 15px rgba(255, 185, 49, 0.35);
            height: 54px;
            width: 54px;
            display: block;
            border-radius: 100%;
            line-height: 54px !important;
            position: relative;
            z-index: 2;
            font-size: 20px;
            text-align: center;
            -webkit-transition: background .2s ease-in-out, box-shadow .2s ease-in-out, transform .2s ease-in-out;
            -moz-transition: background .2s ease-in-out, box-shadow .2s ease-in-out, transform .2s ease-in-out;
            -ms-transition: background .2s ease-in-out, box-shadow .2s ease-in-out, transform .2s ease-in-out;
            -o-transition: background .2s ease-in-out, box-shadow .2s ease-in-out, transform .2s ease-in-out;
            transition: background .2s ease-in-out, box-shadow .2s ease-in-out, transform .2s ease-in-out;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }
      

        .manage-bar {
            position: absolute !important
        }

        @-webkit-keyframes pulse {
            0% {
                -webkit-box-shadow: 0 0 0 0 rgba(236, 200, 69, 0.4);
            }

            70% {
                -webkit-box-shadow: 0 0 0 10px rgba(236, 200, 69, 0);
            }

            100% {
                -webkit-box-shadow: 0 0 0 0 rgba(236, 200, 69, 0);
            }
        }

        @keyframes pulse {
            0% {
                -moz-box-shadow: 0 0 0 0 rgba(236, 200, 69, 0.4);
                box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
            }

            70% {
                -moz-box-shadow: 0 0 0 10px rgba(236, 200, 69, 0);
                box-shadow: 0 0 0 40px rgba(236, 200, 69, 0);
            }

            100% {
                -moz-box-shadow: 0 0 0 0 rgba(236, 200, 69, 0);
                box-shadow: 0 0 0 0 rgba(236, 200, 69, 0);
            }
        }