.loading:after, .mini-loading:after {
    animation: loading .9s linear infinite
}

.discussion-section .forum-container a {
    transition: color .2s ease-out
}

    .discussion-section .forum-container a:hover {
        color: #e91e63
    }

.discussion-section .topic_number {
    font-size: .75rem;
    color: #919191;
    font-family: IRANSansNumber,sans-serif;
    margin-right: 5px;
    line-height: 32px
}

.discussion-section .category-table {
    border: 1px solid rgba(149,149,149,.29);
    background: #fff;
    border-radius: 3px
}

    .discussion-section .category-table .category--header:nth-child(even) {
        background-color: #fef8fa
    }

    .discussion-section .category-table .category--header .forum-status-default {
        padding-top: .75rem;
        width: 40px
    }

    .discussion-section .category-table .category--header .category--item {
        padding: 5px 10px ;
     
    }

    .discussion-section .category-table .category--header .iconcomment-fill, .discussion-section .category-table .category--header .iconcommunity {
        color: #dcddde;
        font-size: 1.3rem
    }

    .discussion-section .category-table .category--title {
        transition: all .5s ease;
        margin-bottom: .6rem;
        color: #444;
        font-size: .875rem;
        font-family: IRANSansWebMedium,sans-serif
    }

        .discussion-section .category-table .category--title:hover {
            color: #ec407a
        }

    .discussion-section .category-table .last-topic {
        color: #919191
    }

        .discussion-section .category-table .last-topic .last-topic-label {
            font-size: .8125rem
        }

        .discussion-section .category-table .last-topic .topic--title {
            line-height: 1.8rem !important;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 100%
        }

    .discussion-section .category-table .collapsex {
        color: #fff;
        display: block;
        background: #df5b88;
        text-align: center;
        vertical-align: middle;
        line-height: 10px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 55px;
        border-radius: 8px 0 0
    }
.truncate {
    text-overflow: ellipsis;
}
        .discussion-section .category-table .collapsex .icondown-bold, .discussion-section .category-table .collapsex .iconup-bold {
            font-size: 1rem;
            color: #fff;
            line-height: 45px;
            vertical-align: middle
        }

        .discussion-section .category-table .collapsex .icondown-bold {
            display: none
        }

        .discussion-section .category-table .collapsex.active .icondown-bold {
            display: block
        }

        .discussion-section .category-table .collapsex.active .iconup-bold {
            display: none
        }

    .discussion-section .category-table .lock {
        display: inline-block;
        color: #EC407A;
        font-size: 27px;
        vertical-align: middle;
        line-height: 30px
    }

    .discussion-section .category-table .fa-pink {
        color: #EC407A;
        font-size: 27px
    }

.discussion-section .last-topic .last-topic-date, .discussion-section .last-topic .last-topic-time, .discussion-section .last-topic-user {
    font-size: .75rem;
    line-height: 32px;
    font-family: IRANSansNumber,sans-serif;
    vertical-align: middle
}

.discussion-section .category-table .iconcomment-fill, .discussion-section .category-table .iconcommunity {
    color: rgba(189,189,189,.4);
    vertical-align: middle
}

.discussion-section .last-topic-user a {
    height: 25px;
    overflow-y: hidden;
    color: #e91e63
}

.discussion-section .last-topic .last-topic-date .symbol, .discussion-section .last-topic .last-topic-time .symbol {
    margin: 8px 0 0 5px;
    font-size: 1.1rem
}

.discussion-section .last-topic .last-topic-title {
    line-height: 32px
}

    .discussion-section .last-topic .last-topic-title a {
        opacity: 1;
        line-height: 32px;
        vertical-align: middle;
        font-size: .8125rem;
        color: #919191
    }

    .discussion-section .last-topic .last-topic-title .title {
        line-height: 1 !important;
        word-break: break-word
    }

.discussion-section .last-topic .last-topic-user a {
    word-wrap: break-word;
    height: 25px;
    overflow-y: hidden;
    color: #e91e63
}

.discussion-section .table-forum__title {
    line-height: 30px;
    font-weight: 400;
    position: relative;
    border-bottom: none;
    font-size: 12px;
    background-color: #f06292;
    color: #fff;
    border-radius: 3px 3px 0 0;
    padding: 6px 0
}

    .discussion-section .table-forum__title h2 {
        font-size: 1.125rem
    }

    .discussion-section .table-forum__title .title {
        line-height: 1rem !important
    }

    .discussion-section .table-forum__title .fa-circle {
        line-height: 30px;
        vertical-align: middle;
        margin-left: 5px;
        color: #fec20b
    }

    .discussion-section .table-forum__title a {
        color: #fefefe;
        transition: color .2s ease-in
    }

        .discussion-section .table-forum__title a:hover {
            color: #fff
        }

        .discussion-section .table-forum__title a .count-item {
            font-family: IRANSansNumber,sans-serif;
            font-size: .75rem;
            opacity: .7
        }

.discussion-section .table-newest .title {
    background-color: #939598;
    color: #fff
}

.discussion-section .table-newest .grey-icon-container {
    background-color: #2fb9b8
}

@media (max-width:544px) {
    .discussion-section .mobile-collapse {
        position: absolute;
        top: 5px;
        z-index: 999999;
        left: 20px;
        border-top: 0 !important
    }
}

@keyframes loading {
    0% {
        transform-origin: 100% 100%;
        transform: rotate(0)
    }

    100% {
        transform-origin: 100% 100%;
        transform: rotate(360deg)
    }
}

.overal-loading {
    direction: ltr;
    content: ' ';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.6);
    text-align: center;
    position: absolute;
    display: none;
    z-index: 999
}

.loading:after, .loading:before, .mini-loading:after, .mini-loading:before {
    content: ''
}

.loading, .mini-loading {
    right: 50%;
    position: absolute
}

.overal-loading.show {
    display: block
}

.loading {
    display: block;
    top: 20%;
    margin: 0 -37.5px auto auto;
    width: 75px;
    height: 75px;
    border: 8px solid #5fc8cf;
    border-radius: 50%;
    background-color: #fff;
    z-index: 13
}

    .loading:before {
        position: absolute;
        display: block;
        z-index: 12;
        top: 0;
        left: 0;
        width: 59px;
        height: 59px;
        border-radius: 50%;
        background: url(https://c1.ninifile.com/images/default/loading.png) no-repeat #fff;
        background-size: 59px 59px
    }

    .loading:after {
        position: absolute;
        display: block;
        z-index: 11;
        top: -4px;
        left: -4px;
        width: 33.5px;
        height: 33.5px;
        border-radius: 200px 0 0;
        background: linear-gradient(45deg,transparent 0,#f387f1 50%,#fd02de 100%)
    }

.mini-loading {
    top: 0;
    margin: 0 -12.5px auto auto;
    width: 25px;
    height: 25px;
    border: 4px solid #5fc8cf;
    border-radius: 50%;
    background-color: #fff;
    z-index: 13
}

    .mini-loading:before {
        position: absolute;
        display: block;
        z-index: 12;
        top: 0;
        left: 0;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        background: url(https://c1.ninifile.com/images/default/loading.png) no-repeat #fff;
        background-size: 17px 17px
    }

    .mini-loading:after {
        position: absolute;
        display: block;
        z-index: 11;
        top: -4px;
        left: -4px;
        width: 12.5px;
        height: 12.5px;
        border-radius: 200px 0 0;
        background: linear-gradient(45deg,transparent 0,#f387f1 50%,#fd02de 100%)
    }

.go-to-page {
    border: 1px solid #ddd;
    padding: 0;
    margin-left: 10px;
    border-radius: 3em;
    overflow: hidden
}

@media (max-width:545px) {
    .go-to-page {
        margin-left: 0
    }
}

.go-to-page .go {
    height: 35px;
    color: #ec407a;
    padding: 0 5px;
    background: #fef5f8;
    transition: background-color .2s ease;
    width: 30%;
    border-radius: 3px 0 0 3px !important
}

    .go-to-page .go:hover {
        background-color: #ec407a;
        color: #fff
    }

.go-to-page .number {
    margin-right: 0;
    border-radius: 0 3px 3px 0;
    border: 0;
    background: #fff;
    height: 35px;
    padding: 4px;
    width: 70%;
    text-align: center;
    font-size: .8rem
}

.go-to-page .label-search {
    line-height: 35px;
    vertical-align: middle;
    margin-bottom: 0;
    width: 46px;
    font-size: 12px
}

.go-to-page .title {
    line-height: 35px;
    vertical-align: middle;
    margin: 0;
    color: #08a09f
}

.pagination-box {
    padding-left: .46875rem
}

.radio input[type=radio] {
    margin-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox label::before {
    border: 1px solid #2fb9b8 !important
}

.private-warning {
    color: #969696;
    font-size: 14px
}

    .private-warning ol {
        list-style-type: persian
    }

.checkbox label:after, .checkbox label:before {
    right: -20px !important;
    top: 0 !important;
    padding-right: 3px !important
}

.checkbox-success input[type=radio]:checked + label::before, .checkbox-success input[type=checkbox]:checked + label::before {
    background-color: #2fb9b8 !important;
    border-color: #2fb9b8 !important
}

.topic_subject {
    transition: all .5s ease;
    margin-bottom: .6rem;
    color: #444;
    font-size: .875rem;
    font-family: IRANSansWebMedium,sans-serif
}

    .topic_subject:hover {
        color: #e91e63
    }

.topic--title {
    line-height: 32px !important;
    margin-left: 5px;
    display: inline;
    overflow-wrap: break-word;
    word-break: break-word
}

.topic_number {
    font-size: .75rem;
    color: #c5c5c5;
    font-family: IRANSansNumber,sans-serif
}

.mobile-last-reply {
    font-size: .8125rem;
    line-height: 32px
}

.checkbox {
    padding-left: 20px
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px
    }

        .checkbox label::after, .checkbox label::before {
            position: absolute;
            margin-left: -20px;
            display: inline-block;
            left: 0
        }

        .checkbox label::before {
            content: "";
            width: 17px;
            height: 17px;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
            -o-transition: border .15s ease-in-out,color .15s ease-in-out;
            transition: border .15s ease-in-out,color .15s ease-in-out
        }

        .checkbox label::after {
            width: 16px;
            height: 16px;
            top: 0;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555
        }

.checkbox-danger input[type=radio]:checked + label::after, .checkbox-danger input[type=checkbox]:checked + label::after, .checkbox-info input[type=radio]:checked + label::after, .checkbox-info input[type=checkbox]:checked + label::after, .checkbox-primary input[type=radio]:checked + label::after, .checkbox-primary input[type=checkbox]:checked + label::after, .checkbox-success input[type=radio]:checked + label::after, .checkbox-success input[type=checkbox]:checked + label::after, .checkbox-warning input[type=radio]:checked + label::after, .checkbox-warning input[type=checkbox]:checked + label::after, input[type=radio] .styled:checked + label::after, input[type=radio] .styled:checked + label::before, input[type=checkbox] .styled:checked + label::after, input[type=checkbox] .styled:checked + label::before {
    color: #fff
}

.checkbox input[type=radio], .checkbox input[type=checkbox] {
    opacity: 0;
    z-index: 1
}

    .checkbox input[type=radio]:focus + label::before, .checkbox input[type=checkbox]:focus + label::before {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

    .checkbox input[type=radio]:checked + label::after, .checkbox input[type=checkbox]:checked + label::after {
        font-family: FontAwesome;
        content: "\f00c"
    }

    .checkbox input[type=radio]:indeterminate + label::after, .checkbox input[type=checkbox]:indeterminate + label::after {
        display: block;
        content: "";
        width: 10px;
        height: 3px;
        background-color: #555;
        border-radius: 2px;
        margin-left: -16.5px;
        margin-top: 7px
    }

.checkbox.checkbox-inline, .radio.radio-inline {
    margin-top: 0
}

.checkbox input[type=radio]:disabled + label, .checkbox input[type=checkbox]:disabled + label {
    opacity: .65
}

    .checkbox input[type=radio]:disabled + label::before, .checkbox input[type=checkbox]:disabled + label::before {
        background-color: #eee;
        cursor: not-allowed
    }

.checkbox.checkbox-circle label::before {
    border-radius: 50%
}

.checkbox-primary input[type=radio]:checked + label::before, .checkbox-primary input[type=checkbox]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7
}

.checkbox-danger input[type=radio]:checked + label::before, .checkbox-danger input[type=checkbox]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f
}

.checkbox-info input[type=radio]:checked + label::before, .checkbox-info input[type=checkbox]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.checkbox-warning input[type=radio]:checked + label::before, .checkbox-warning input[type=checkbox]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.checkbox-success input[type=radio]:checked + label::before, .checkbox-success input[type=checkbox]:checked + label::before {
    border-color: #5cb85c
}

.checkbox-primary input[type=radio]:indeterminate + label::before, .checkbox-primary input[type=checkbox]:indeterminate + label::before {
    background-color: #337ab7;
    border-color: #337ab7
}

.checkbox-primary input[type=radio]:indeterminate + label::after, .checkbox-primary input[type=checkbox]:indeterminate + label::after {
    background-color: #fff
}

.checkbox-danger input[type=radio]:indeterminate + label::before, .checkbox-danger input[type=checkbox]:indeterminate + label::before {
    background-color: #d9534f;
    border-color: #d9534f
}

.checkbox-danger input[type=radio]:indeterminate + label::after, .checkbox-danger input[type=checkbox]:indeterminate + label::after {
    background-color: #fff
}

.checkbox-info input[type=radio]:indeterminate + label::before, .checkbox-info input[type=checkbox]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.checkbox-info input[type=radio]:indeterminate + label::after, .checkbox-info input[type=checkbox]:indeterminate + label::after {
    background-color: #fff
}

.checkbox-warning input[type=radio]:indeterminate + label::before, .checkbox-warning input[type=checkbox]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.checkbox-warning input[type=radio]:indeterminate + label::after, .checkbox-warning input[type=checkbox]:indeterminate + label::after {
    background-color: #fff
}

.checkbox-success input[type=radio]:indeterminate + label::before, .checkbox-success input[type=checkbox]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.checkbox-success input[type=radio]:indeterminate + label::after, .checkbox-success input[type=checkbox]:indeterminate + label::after, .radio label::before {
    background-color: #fff
}

.radio {
    padding-left: 20px
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px
    }

        .radio label::after, .radio label::before {
            display: inline-block;
            position: absolute;
            margin-left: -20px
        }

        .radio label::before {
            content: "";
            width: 17px;
            height: 17px;
            left: 0;
            border: 1px solid #ccc;
            border-radius: 50%;
            -webkit-transition: border .15s ease-in-out;
            -o-transition: border .15s ease-in-out;
            transition: border .15s ease-in-out
        }

        .radio label::after {
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            border-radius: 50%;
            background-color: #555;
            -webkit-transform: scale(0,0);
            -ms-transform: scale(0,0);
            -o-transform: scale(0,0);
            transform: scale(0,0);
            -webkit-transition: -webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
            -moz-transition: -moz-transform .1s cubic-bezier(.8,-.33,.2,1.33);
            -o-transition: -o-transform .1s cubic-bezier(.8,-.33,.2,1.33);
            transition: transform .1s cubic-bezier(.8,-.33,.2,1.33)
        }

.radio-primary input[type=radio] + label::after, .radio-primary input[type=radio]:checked + label::after {
    background-color: #337ab7
}

.radio input[type=radio] {
    opacity: 0;
    z-index: 1
}

    .radio input[type=radio]:focus + label::before {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

    .radio input[type=radio]:checked + label::after {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1)
    }

    .radio input[type=radio]:disabled + label {
        opacity: .65
    }

        .radio input[type=radio]:disabled + label::before {
            cursor: not-allowed
        }

.radio-primary input[type=radio]:checked + label::before {
    border-color: #337ab7
}

.radio-danger input[type=radio] + label::after, .radio-danger input[type=radio]:checked + label::after {
    background-color: #d9534f
}

.radio-danger input[type=radio]:checked + label::before {
    border-color: #d9534f
}

.radio-info input[type=radio] + label::after, .radio-info input[type=radio]:checked + label::after {
    background-color: #5bc0de
}

.radio-info input[type=radio]:checked + label::before {
    border-color: #5bc0de
}

.radio-warning input[type=radio] + label::after, .radio-warning input[type=radio]:checked + label::after {
    background-color: #f0ad4e
}

.radio-warning input[type=radio]:checked + label::before {
    border-color: #f0ad4e
}

.radio-success input[type=radio] + label::after, .radio-success input[type=radio]:checked + label::after {
    background-color: #5cb85c
}

.radio-success input[type=radio]:checked + label::before {
    border-color: #5cb85c
}

input[type=radio].styled:checked + label:after, input[type=checkbox].styled:checked + label:after {
    font-family: FontAwesome;
    content: "\f00c"
}
