﻿


/*------------------------table of content[start]------------------------*/

#toc-wrapper {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 15px 0;
    background: #fafafa;
}

/* سربرگ */
#toc-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px 12px;
    font-weight: bold;
    font-size: 15px;
    user-select: none;
}

/* آیکن */
.toc-icon {
    font-size: 20px;
    transition: 0.3s;
}

/* محتوای فهرست */
.toc-content {
    display: none; /* پیش‌فرض بسته باشد */
    padding: 10px 15px;
    border-top: 1px solid #ddd;
}

#table-of-contents {
    padding: 10px;
    direction: rtl;
    line-height: 30px;
    margin: 0px 12px;
}

    #table-of-contents ol {
        list-style: none;
        padding-right: 0
    }

        #table-of-contents ol li {
            list-style: none;
        }

    #table-of-contents a {
        color: #7a7a7a;
        font-weight: normal;
        font-size: 14px;
    }

/*#table-of-contents {
    box-shadow: 0px 4px 16px 0px rgba(20, 20, 20, 0.0784313725490196);
    padding: 15px 30px;
    color: #000;
    direction: rtl;
    border-radius: 18px;
    background-color: #fff;
    margin: 0 0 15px 0;
    overflow: hidden;
}
        #table-of-contents ol { list-style:none;padding-right:0 }
    #table-of-contents a {
        color: #7a7a7a;
        font-weight: normal;
        font-size: 14px;
    }*/


/*----------------------table of content[end]------------------------*/

.dimo_introtitle{
    padding-block:20px;
}

.DimoContent table{
    width: 100%;
}

.news-main-img {
    margin-top: 17px;
    border-radius: 10px;
}

.news-tab {
    padding-right: 0;
}
    .news-tab > li{
        float:right;
    }

.n-content {  
    
    color: #686868;
}
    .n-content h5 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: unset;
        line-height: 25px;
        margin: 0;
        letter-spacing: -0.5px;
    }
    .n-content span {
        font-size: 11px;
        color: #a2a2a2;
        font-weight: normal;
        padding-top: 6px;
        display: block;
    }

.news-box-title{
    padding:0 10px;
    margin-top:20px;
}

.dimo-news-row {
    overflow: hidden;
    margin-bottom: 5px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 5px;
}
.dimo-news-row img{
    border-radius:10px;
}

.introsocialul {
    float: right;
    margin: 0px;
    padding: 0 10px;
}

    .introsocialul ul {
        float: right;
    }

    .introsocialul li {
        display: inline;
        overflow: hidden;
    }

.introsocialicon {
    font-size: 18px;
    margin: 7px 3px;
    /*color: #404040;*/
}

.picUl {
    list-style: none;
    border-top: 1px solid rgba(153, 153, 153, 0.33);
    clear: both;
    padding: 0;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

    .picUl li {
        width: 100px;
        height: 100px;
        margin: 3px;
        float: right;
    }

        .picUl li a img {
            width: 100px;
            height: 100px;
            border: 0px;
            border-radius: 15px;
        }

.rate-circle-sp {
    margin: 0 5px;
    font-size: 6px;
    color: #dcdcdc;
    display:none;
}
.intro-social {
    float: left;
    direction: rtl;
    width: 195px;
}

.news-short-box {
    background: #f5f5f5;
    padding: 5px 15px;
    margin-bottom: 10px;
    line-height: 25px;
    border-radius:3px;
}
.Dimo-Newslabel {
    overflow: hidden;
    float: right;
    margin: 5px 1px;
    padding: 0px 10px;
    border-radius: 3px;
    border: 1px solid #b5b5b5;
    font-size: 11px;
}

    .Dimo-Newslabel a {
        text-decoration: none;
        color: #939393;
    }

    .Dimo-Newslabel:hover {
        border: 1px solid #000;
    }

        .Dimo-Newslabel:hover, .Dimo-Newslabel:hover a {
            cursor: pointer;
            color: #000;
            text-decoration: none;
        }

.social-bx {
    position: relative;
    top: -5px;
    font-size: 12px;
    color: #b6b6b6;
    padding-top: 20px;
}

    .social-bx i {
        color: #c4c4c4;
    }

    .social-bx .fa-share-alt {
        /*color: #c55252;*/
        position: relative;
        top: 1px;
    }

.DimoContent .fa-twitter-square:hover {
    color: #33b8fb;
}
.DimoContent .fa-facebook-square:hover {
    color: #38529a;
}
.DimoContent .fa-linkedin:hover {
    color: #0073b1;
}
.DimoContent .fa-envelope:hover {
    color: #5a0b87;
}
.social-bx .fa-instagram:hover {
    color: #337ab7;
}
.social-bx .fa-linkedin-square:hover {
    color: #337ab7;
}
.social-bx .fa-paper-plane:hover {
    color: #337ab7;
}


.main-nazar-bx {
    width: 100% !important;
}
.nazar-send{
    height:96px !important;
}
.nazar-name {
    padding: 7px 10px !important;
}
#content img{
    border-radius:4px;
}
.over-hidden{
    overflow:hidden;
}