﻿:root {
    --tx_color_hover: #d7163c;
    --color: #fff;
    --bg_color: #d7163c;
    --tx_color_hover: #d7163c;
    --ark_navbar_color:#d7163c;
    --ark_old:#d7163c;
    --ark_navbar:#d7163c;
    --ark_button_hover:#09633a;
}

* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.form-control {
    display: block;
    width: 100%;
    color: #000000;
    background-color: #fff;
    outline: none;
    transition: border-color .15s ease;
    word-break: break-word;
    -webkit-appearance: none;
    font-size: 1rem;
    line-height: 1.25rem;
    border: 1px solid #c5c5c5;
    padding: 10px 5px;
    resize: none;
}

.ark_button {
    background-color: rgba(0,0,0,.56);
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    font-weight: 500;
    height: 2.5rem;
    justify-content: center;
    line-height: normal;
    min-width: 6rem;
    outline: none;
    padding: 0 16px;
    position: relative;
    transition: color .36s ease,background-color .36s ease,box-shadow .36s ease,border-color .36s ease,transform .36s ease;
    align-content: center;
    flex-direction: row-reverse;
    align-items: center;
}

.nav-bar {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.12);
    display: flex;
    height: 64px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: top .24s ease-in-out;
    width: 100%;
    z-index: 1040;
    flex-direction: row;
    padding: 0px 15px;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.left_head {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    flex: 1 1;
}

    .left_head Button {
        font-size: .875rem;
        line-height: 2;
        min-width: unset;
    }

        .left_head Button span {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            pointer-events: none;
        }

.ark_button.primary {
    background-color: var(--bg_color);
}

.ark_button.nobg {
    color: #656565;
    background-color: rgba(0,0,0,.04);
    margin-left: 5px;
}

.menu {
    margin-left: 5px;
}

.nav_bar_search {
    flex: 1 1;
    height: 40px;
    margin-left: 8px;
    max-width: 480px;
    display: flex;
    position: relative;
}

    .nav_bar_search input {
        padding-right: 40px;
        background-color: rgba(0,0,0,.04);
        border: 1px solid #f5f5f5;
    }

    .nav_bar_search .fa {
        position: absolute;
        top: 10px;
        right: 11px;
        font-size: 21px;
        color: var(--ark_navbar);
    }

.btnDowu {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: -3px;
    color: #7a7a7a;
}

.category_menu {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.08), 0 -8px 32px -4px rgba(0,0,0,.04), 0 16px 24px -6px rgba(0,0,0,.04);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    outline: none;
    transition: opacity .36s ease-in-out,visibility .36s;
    overflow: hidden;
    position: absolute;
    transition-duration: .24s;
    z-index: 1000;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    min-width: 820px;
    min-height: 496px;
    max-height: 520px;
    margin-top: 4px;
    padding: 32px;
}

.mnuCategory:hover .category_menu {
    opacity: 1;
    visibility: visible;
}

.mnuCategory .gttt {
    width: calc(160px + 16px);
    padding-left: 16px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(0,0,0,.12);
}

.mnuCategory .gy_6hd {
    margin-right: 32px;
    width: 100%;
    overflow: hidden;
    scroll-behavior: smooth;
    overflow-x: auto;
}

.mnuCategory_list {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 2rem;
    background-color: rgba(255,255,255,0);
    border-radius: 4px;
    text-align: right;
    transition: background-color 180ms ease;
    border: none;
    padding: 0 8px;
    color: rgb(101 101 101 / 56%);
    margin-bottom: 8px;
    font-size: 13px;
}

.ctNTe7U {
    flex-grow: 1;
}

.mnuCategory_list:hover {
    background-color: rgba(0,0,0,.04);
}

.mnuCategory_list.active {
    background-color: var(--ark_navbar);
    color: #fff;
}

    .mnuCategory_list.active .st0 {
        color: #fff;
        fill: #fff !important;
    }

    .mnuCategory_list.active .countCat {
        color: #fff;
        fill: #fff !important;
    }

.mnuCategory_details {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 2rem;
    background-color: rgba(255,255,255,0);
    border-radius: 4px;
    text-align: right;
    transition: background-color 180ms ease;
    border: none;
    padding: 0 8px;
    color: rgba(0,0,0,.56);
    margin-bottom: 8px;
}

    .mnuCategory_details:hover {
        color: var(--bg_color);
    }

.gy_6hd .itmListSe9U {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.vtTitr {
    font-weight: 600;
    font-size: 14px;
    height: 20px;
    margin-top: 12px;
}

.vtitem {
    font-weight: 400;
    font-size: 13px;
    height: 17px;
}

.categoryImgH {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 48px;
}

    .categoryImgH img {
        display: block;
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .categoryImgH svg {
        display: block;
        width: 290px;
    }

    .categoryImgH picture {
        height: 200px;
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%;
        min-width: 280px;
    }

.iconCateM {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-left: 5px;
}

    .iconCateM svg {
        width: 18px;
        height: 18px;
    }

.nav_serchBox {
    min-height: 200px;
    background: #fff;
    width: 100%;
    top: 18px;
    position: absolute;
    top: 40px;
    border-radius: 4px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.08), 0 -8px 32px -4px rgba(0,0,0,.04), 0 16px 24px -6px rgba(0,0,0,.04);
    cursor: pointer;
    visibility: hidden;
    outline: none;
    transition: opacity .36s ease-in-out,visibility .36s;
}

.nav_bar_search:hover .nav_serchBox {
    opacity: 1;
    visibility: visible;
}

.titrSearch {
    color: rgba(0,0,0,.56);
    margin: 10px 0;
    text-align: center;
}


.a_chip {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 16px;
    display: inline-flex;
    font-size: .875rem;
    font-weight: 400;
    height: 32px;
    outline: none;
    padding: 0 12px;
    transition: background-color .36s ease;
    color: rgba(0,0,0,.56);
    cursor: pointer;
    margin: 4px;
    border: 1px solid rgb(154 154 154);
}

    .a_chip:hover {
        background-color: rgba(0,0,0,.04);
    }

.arkloaderD {
    font-size: 36px;
    display: inline-block;
    font-weight: bold;
    color: #d7163c;
    letter-spacing: 2px;
    position: relative;
    direction: rtl;
    height: 55px;
    font-family: Digikala;
}

    .arkloaderD::after {
        content: '';
        position: absolute;
        right: -5px;
        top: 7px;
        background: #ea4335;
        width: 32px;
        height: 32px;
        overflow: hidden;
        box-sizing: border-box;
        animation: roll 2s linear infinite;
        border-radius: 8px;
        border-bottom-right-radius: 15px;
        z-index: 999;
    }


@keyframes roll {

    0% {
        transform: translateX(0%) rotate(0deg);
    }

    50% {
        transform: translateX(-280%) rotate(360deg);
    }

    100% {
        transform: translateX(0%) rotate(0deg);
    }
}

.lload {
    text-align: center;
    margin: 50px 0px;
}

.serchUser {
    max-height: 300px;
    overflow-y: auto;
}

.mainBox {
    min-width: 992px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}



.right_slider {
    position: fixed;
    height: calc(100vh - 64px);
    padding: 32px 16px 0 16px;
    width: 280px;
    top: 64px;
    overflow: auto;
    direction: rtl;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.browse_ {
    margin: 0;
    margin-top: 32px;
    padding: 0 0 0 1px;
    margin-right: 300px;
    flex: 1 1;
    width: auto;
    min-height: 100px;
    top: 0;
    background-color: #fff;
    position: relative;
}

.ulL {
    min-height: 380px;
}

.links_ {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #d2d2d2;
    padding-top: 10px;
}

    .links_ a {
        color: rgb(0 0 0 / 85%);
        transition: color 360ms ease;
        display: inline-block;
        line-height: 24px;
        font-size: .75rem;
        padding: 8px;
        font-weight: 500;
    }

.br_main {
    -webkit-overflow-scrolling: touch;
    padding: 0;
    margin: 0 -0.5rem;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
}

.adBannerInside {
    min-height: 50px;
    height: auto;
    margin: 5px 7px;
    border: 2px solid var(--ark_navbar);
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    min-height: 120px;
    background-image: url(../images/addEmpty.png);
    background-size: 158px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    flex: 100%;
}

    .adBannerInside img {
        width: 100%;
        display: block;
    }

#childCategory {
    display: block;
    padding: 0px 10px;
}

    #childCategory .Tiejm62_t {
        margin: 2px 5px;
        display: inline-block;
        border: 1px solid var(--ark_navbar);
        padding: 4px 10px;
        border-radius: 5px;
    }

        #childCategory .Tiejm62_t:hover, #childCategory .Tiejm62_t.active {
            background: var(--ark_navbar);
            color: #fff;
            cursor: pointer;
        }

    #childCategory .itmYt {
        border: 0px solid !important;
        padding: 0px !important;
    }

.br_post_list {
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
    will-change: transform;
    transform: translateZ(0);
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 50px;
    width: 100%;
}

#post_list_container {
    overflow-y: auto;
    height: calc(100vh - 100px);
    overflow-x: hidden;
}

.post_card {
    height: 184px;
    padding: 8px;
    transform: translateZ(0);
    flex: 0 0 50%;
    max-width: 50%;
}

.post_card_cont {
    margin-bottom: 16px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 168px;
    padding: 16px;
    position: relative;
}

    .post_card_cont:hover {
        cursor: pointer;
    }

    .post_card_cont:after {
        border-radius: 4px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        box-shadow: inset 0 0 0 1px rgba(0,0,0,.08), inset 0 0 0 1px #fff;
    }

.post_card_cont_body {
    display: flex;
}

.post_card_cont_info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0;
    position: relative;
}

.post_card_cont_features {
    color: rgba(0,0,0,.56);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.post_card_cont_thumbnail {
    background-color: #f5f5f5;
    border-radius: 4px;
    flex: 0 0 136px;
    height: 136px;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
    width: 136px;
}

.post_picture {
    padding-bottom: 100%;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .post_picture img {
        display: block;
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
        opacity: 1;
        transition: opacity .36s ease;
        will-change: auto;
    }

.post_card_cont_info .itm {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0;
    position: relative;
}

    .post_card_cont_info .itm h2 {
        color: rgba(0,0,0,.87);
        font-size: 1rem;
        font-weight: 500;
        height: 56px;
        line-height: 28px;
        margin-bottom: auto;
        margin-top: 0;
        overflow: hidden;
        overflow-wrap: break-word;
    }

    .post_card_cont_info .itm .desc {
        color: rgba(0,0,0,.56);
        font-size: .875rem;
        line-height: 24px;
        min-width: 100%;
        overflow: hidden;
        overflow-wrap: break-word;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 0;
    }

        .post_card_cont_info .itm .desc div {
            text-align: right !important;
        }

.post_card_cont_info .bottom {
    align-items: center;
    display: flex;
    line-height: 24px;
    overflow-wrap: break-word;
    white-space: nowrap;
    font-size: 13px;
    color: var(--ark_navbar);
    font-weight: 600;
}

.postAction {
    color: var(--bg_color);
    font-size: .75rem;
    margin-left: 4px;
}


@keyframes placeHolderShimmer {
    0% {
        background-position: -800px 0;
    }

    100% {
        background-position: 800px 0;
    }
}

.abad {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #ddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 20px;
    width: 60px;
    position: relative;
    border-radius: 8px;
    margin-left: 10px;
    outline: none;
    padding: 0 12px;
    -webkit-transition: background-color .36s ease;
    transition: background-color .36s ease;
    flex-shrink: 0;
    display: inline-flex;
}

    .withLoading .itmYt:nth-child(1) .abad, .abad:nth-child(1) {
        animation-delay: -0.34s;
    }

    .withLoading .itmYt:nth-child(2) .abad, .abad:nth-child(2) {
        animation-delay: -0.14s;
    }

    .withLoading .itmYt:nth-child(3) .abad, .abad:nth-child(3) {
        animation-delay: -0.24s;
    }

    .withLoading .itmYt:nth-child(4) .abad, .abad:nth-child(4) {
        animation-delay: -0.44s;
    }

    .withLoading .itmYt:nth-child(5) .abad, .abad:nth-child(5) {
        animation-delay: -0.54s;
    }

.itmYt {
    width: calc(100% - 20px);
    margin-right: 10px;
    display: inline-block;
    margin-top: 5px;
}

    .itmYt .abad {
        width: 100%;
        margin: 0px;
    }

        .itmYt .abad:first-child {
            height: 140px;
        }

#app {
    overflow-x: hidden;
    min-height: 100vh;
}

.ad_rowBH {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.submit_post {
    padding-top: 32px;
    margin-right: 25%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 50px !important;
}

.ad_item {
    color: rgba(0,0,0,.56);
    font-size: .875rem;
    outline: none;
    cursor: pointer;
}

.ad_row {
    color: rgba(0,0,0,.56);
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    justify-content: space-between;
    line-height: 2;
    min-height: 48px;
    padding: 8px 0;
    white-space: normal;
}

.ad_row_start {
    flex: 1 1;
    min-width: 0;
    align-items: flex-start;
    display: flex;
}

.ad_row_end {
    flex-shrink: 0;
    justify-content: flex-end;
    margin-right: 10px;
    max-width: 50%;
    min-width: 0;
    align-items: flex-start;
    display: flex;
}

.ad_row_start svg {
    text-rendering: auto;
    background-position: 50%;
    background-size: contain;
    display: inline-block;
    font-family: sonnat !important;
    font-size: 1.25rem;
    font-style: normal;
    font-variant: normal;
    height: 24px;
    line-height: 1;
    vertical-align: middle;
    width: 24px;
    line-height: 1;
    margin: 4px 0 0 16px;
}

.ad_row_title {
    color: rgba(0,0,0,.87);
    flex: 1 1;
    font-size: inherit;
    line-height: 2;
    margin: 0;
}

.ad_row_divider {
    background-color: rgba(0,0,0,.12);
    border: none;
    box-sizing: border-box;
    height: 1px;
    margin: 0;
}

.ad_title__title {
    color: rgba(0,0,0,.87);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 20px;
}

.boxSearchCategory {
    margin-bottom: 20px;
    position: relative;
}

    .boxSearchCategory input {
        padding: 10px 40px;
    }

    .boxSearchCategory .fa-search {
        position: absolute;
        top: 8px;
        right: 10px;
        color: #a6a6a6;
    }

@media only screen and (max-width: 700px) {

    .submit_post, .box_categoryDetails {
        margin: 0px 35px !important;
        max-width: 100% !important;
        flex: 0 0 calc(100% - 70px) !important;
    }

    .btnChangeCate {
        font-size: 12px !important;
    }
}

.searchedItem {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.08),0 -8px 32px -4px rgba(0,0,0,.04),0 16px 24px -6px rgba(0,0,0,.04);
    cursor: pointer;
    height: 350px;
    position: absolute;
    width: 100%;
    overflow-y: auto;
    display: none;
}

.rowsYAd {
    padding: 8px 8px;
}

    .rowsYAd:hover {
        background: #f3f3f3;
    }


.category_title_vector {
    color: red;
    margin-top: 16px;
    border-radius: 4px;
    display: flex;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.12);
    position: relative;
    z-index: 10;
    height: 6.5rem;
    justify-content: space-between;
    align-items: center;
}

.title_name_f409e {
    font-weight: 500;
    line-height: 1.5;
    font-size: 1.25rem;
    width: 8.625rem;
    text-align: center;
    margin-right: 8px;
    color: var(--ark_navbar);
}

.flexD {
    display: flex;
    align-items: center;
}

.add_catImg {
    width: 15rem;
    height: 10.5rem;
}

.btnChangeCate {
    align-items: center;
    background-color: var(--ark_navbar);
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    height: 2.5rem;
    justify-content: center;
    line-height: normal;
    min-width: 6rem;
    outline: none;
    overflow: hidden;
    padding: 0 16px;
    position: relative;
    transition: color .36s ease,background-color .36s ease,box-shadow .36s ease,border-color .36s ease,transform .36s ease;
    box-shadow: 0 8px 12px -6px rgb(38 159 104), 0 12px 16px 0 rgba(166,38,38,.14), 0 1px 32px 0 rgba(166,38,38,.12);
    margin-left: -48px;
}

    .btnChangeCate:hover {
        transform: translateY(0.125rem);
    }

.box_categoryDetails {
    padding-top: 32px;
    margin-right: 25%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 50px !important;
}

.boxAdd_details {
    margin: 10px;
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    box-shadow: 0px 1px 6px 2px rgba(0,0,0,.08), 0 0 0 1px #fff;
    display: flow-root;
    padding-bottom: 80px;
}

.form_a label {
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
}




.dimmer_content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.dimbody {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 48px 8px rgba(0,0,0,.04), 0 12px 16px -8px rgba(0,0,0,.12), 0 24px 32px 4px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    margin: 16px;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    margin: 0 16px;
    max-width: 408px;
    min-height: 280px;
    min-width: 280px;
    width: calc(100% - 32px);
}

.kt_dimmer {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity .36s ease-in-out,visibility .36s;
    transition-duration: .24s;
    opacity: 1;
    visibility: visible;
    width: 100vw;
    z-index: 1060;
    background-color: rgba(0,0,0,.48);
}

.Palert_title {
    padding: 5px 10px;
    border-bottom: 1px solid #c7c7c7;
}

.popuoDes {
    background: #fff;
    width: 100%;
    display: block;
    height: 100%;
    padding: 5px;
}

.searchC {
    height: 250px;
    overflow-y: auto;
}

    .searchC div {
        padding: 5px 10px;
        cursor: pointer;
    }

        .searchC div:hover {
            background: #f3f3f3;
        }

.statement_title.caption.text-medium {
    font-weight: bold !important;
}

.statement_title.caption.text-medium, .statement_description.caption {
    height: auto !important;
    line-height: 25px !important;
    font-size: 15px;
    color: #6d6d6d;
}

.didmalBtn {
    background-color: #ea4335;
    display: block;
    text-align: center;
    margin: 4px 0px;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    background-image: url(../images/didmalW.png);
    background-size: 56px;
    background-repeat: no-repeat;
    background-position: 10px 2px;
    text-align: right;
    padding-right: 12px;
}

    .didmalBtn:hover {
        background-color: #c5221f;
    }

.eyesY {
    display: flex;
    border: 4px solid #d90324;
    height: 40px;
    padding: 5px;
    border-radius: 27px;
}

.clip-circle {
    height: 15px;
    width: 15px;
    max-width: 24px;
    border-radius: 50%;
    margin: 0px auto 0;
    border-top: 5px inset #e4b916;
    top: 4px;
    position: relative;
    z-index: 999;
    overflow: hidden;
}

.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

#lid {
    animation: blinkeyes 2.4s infinite;
    animation-delay: 8s;
    top: 0px;
    border-bottom: 7px inset #000;
}

.eye.active {
    animation: blinkeyes 1.4s infinite !important;
    animation-delay: 1s !important;
}

.eye {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: relative;
    background: radial-gradient(circle at 50%, #fcfcfc, #efeff1 66%, #eecccc 100%);
    z-index: 999;
}

.iris {
    width: 10px;
    max-width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 10% 30%;
    animation: move 5s ease-out infinite;
    background: radial-gradient(circle at 50% 50%, #d7163c 0%, #047541 90%);
}

    .iris:before {
        content: "";
        width: 40%;
        height: 40%;
        border-radius: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        background: black;
        transform: translate(-50%, -50%);
    }

    .iris:after {
        content: "";
        width: 30%;
        height: 30%;
        border-radius: 100%;
        position: absolute;
        left: 20%;
        top: 20%;
        background: rgba(255, 255, 255, 0.2);
    }

.idm .sp {
    display: block;
    color: inherit;
    font-size: 0.6rem;
    font-family: danaFaNum;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: -2px auto 4px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-align: center;
}

.didshowText {
    font-size: 16px !important;
    color: #d90324 !important;
    font-weight: bold !important;
}

@-webkit-keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}

@-moz-keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}

@keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes road {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    33% {
        transform: scale(1.2);
    }

    66% {
        transform: scale(1.3);
    }
}

.categoryList {
    display: inline-block;
    border-radius: 5px;
    /* margin: 10px auto 0px auto; */
    position: relative;
    background-color: #fff;
    width: 97%;
    padding-bottom: 6px;
    height: 122px;
    overflow: hidden;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    padding: 20px 0px;
}

.stMnu {
    width: 90px;
    height: 122px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    padding: 20px 0px;
    border-left: 1px solid #c7c7c7;
}

.idm {
    display: inline-block;
    width: 60px;
    margin: 0px 2px;
    height: 82px;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    color: #555;
    min-width: 60px;
    margin-right: 5px;
    flex-grow: 1;
    padding: 5px;
}

.itmP {
    display: inline-block;
    border-radius: 12px;
    width: 44px;
    height: 44px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 8px -3px #333;
    margin: auto;
    margin: 3px;
    margin-bottom: 8px;
    overflow: hidden;
    vertical-align: top;
    opacity: 0.75;
    text-align: center;
}

    .itmP::before {
        content: '';
        display: block;
        width: 0;
        height: 86%;
        position: absolute;
        top: 7%;
        opacity: 0;
        background: #00FF19;
        box-shadow: 0 0 25px 3px #00FF19;
        -webkit-transform: skewX(-20deg);
        -moz-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        -o-transform: skewX(-20deg);
        transform: skewX(-20deg);
        -webkit-animation: shine 1.5s 0s infinite;
        -moz-animation: shine 1.5s 0s infinite;
        animation: shine 1.5s 0s -webkit-animation: shine .5s 0s infinite;
        -moz-animation: shine 1.5s 0s infinite;
        animation: shine 1.5s 0s infinite;
    }

.categoryList .idm.active {
    background: var(--bg_color);
    border-radius: 8px;
    color: #fff;
}

.Mobile_nav-bar {
    width: 100%;
    height: 44px;
    display: none;
    background: #fff;
    box-shadow: 0 2px 1px 1px rgba(38,159,104,0.30), 0 1px 1px 0 rgba(0,0,0,.05), 0 1px 3px 0 rgba(0,0,0,.05);
    margin-bottom: 5px;
}

.logoTitMobile {
    font-family: Digikala;
    font-size: 24px;
    color: var(--ark_navbar);
    line-height: 44px;
    padding: 0px 10px;
}

.footer_mobile {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    align-items: stretch;
    background-color: rgba(255,255,255,.98);
    bottom: 0;
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,.12);
    display: flex;
    height: 67px;
    left: 0;
    opacity: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    transition: opacity .1s;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
}

    .footer_mobile a.link {
        position: relative;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 4px 0;
        color: rgba(0,0,0,.56);
        font-size: .75rem;
        line-height: 2;
        transition: 360ms ease color,360ms ease background-color;
        border: none;
        cursor: pointer;
        background-color: rgba(255,255,255,0);
        outline: none;
    }

    .footer_mobile a i {
        font-size: 1.2rem;
        width: 32px;
        height: 32px;
        margin: auto;
        line-height: 32px;
        color: rgba(0,0,0,.56);
    }

    .footer_mobile a i, .footer_mobile a span {
        display: block;
        text-align: center;
        width: 100%;
    }

.didmalLogo {
    background-image: url(../images/DIDMall.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 968px) {
    .mainBox {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .nhj {
        max-width: 100%;
    }

    .right_slider {
        display: none;
    }

    .browse_ {
        margin-right: 0px !important;
        margin-top: 0px !important;
    }

    .post_card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .bottom-nav {
        opacity: 1 !important;
        visibility: visible !important;
    }

    #nav_new_ad {
        display: none !important;
    }

    .topCategoryMain {
        display: flex !important;
    }

    .nav-bar {
        display: none;
    }

    .Mobile_nav-bar {
        display: flex;
        justify-content: space-between;
    }

    #post_list_container {
        height: calc(100vh - 175px);
    }

    .Tiejm62_t {
        font-size: 12px;
        padding: 3px !important;
    }

    .adBannerInside {
        min-height: 80px;
    }

    .footer_mobile {
        visibility: visible;
        opacity: 1;
    }

    #childCategory {
        padding-top: 10px;
    }
}

.image_ad_upload {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-top: 15px;
}

.tmgImg {
    height: 122px;
    width: 122px;
    display: inline-block !important;
    border: 3px dashed #c7c7c7;
    border-radius: 4px;
    position: relative;
    margin: 0 !important;
}

    .tmgImg:before {
        content: "\f03e";
        font-family: 'FontAwesome' !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 29px;
        height: 29px;
        border: 3px solid #c7c7c7;
        line-height: 26px;
        text-align: center;
        border-radius: 4px;
        color: #c7c7c7;
    }

    .tmgImg:after {
        content: "\f067";
        font-family: 'FontAwesome' !important;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -21px;
        margin-left: -21px;
        background: var(--ark_navbar);
        border-radius: 100%;
        width: 16px;
        height: 16px;
        color: #fff;
        text-align: center;
        line-height: 19px;
        font-size: 12px;
    }

.uploadImageAd_ {
    height: 122px;
    width: 122px;
    display: inline-block;
    border: 3px dashed var(--ark_navbar);
    border-radius: 4px;
    position: relative;
}

    .uploadImageAd_ picture {
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%;
        padding-bottom: 100%;
    }

    .uploadImageAd_ img {
        opacity: 1;
        -webkit-transition: opacity .36s ease;
        transition: opacity .36s ease;
        will-change: auto;
        display: block;
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: right;
        -o-object-position: right;
        position: absolute;
        top: 0;
        width: 100%;
    }

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.loadingImage:before {
    content: "\f021";
    font-family: 'FontAwesome' !important;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    animation: spin 1s linear infinite;
    z-index: 999;
}

.loadingImage:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 998;
    background: rgba(82,82,82,0.61);
}

.uploadImageAd_ .fa-trash {
    position: absolute;
    left: 5px;
    bottom: 5px;
    z-index: 99999;
    font-size: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    background-color: rgba(0,0,0,.32);
    cursor: pointer;
    border-radius: 3px;
}

    .uploadImageAd_ .fa-trash:hover {
        background-color: rgba(0,0,0,.56);
    }

.text_field {
    color: rgba(0,0,0,.87);
    display: flex;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    padding-bottom: 8px;
    padding-top: 16px;
}

.ad_titr_desc {
    color: rgba(0,0,0,.56);
    margin: 8px 0;
    white-space: pre-wrap;
    font-size: .75rem;
    font-weight: 400;
    line-height: 2;
}

.boxaddImageB {
    border: 1px solid #c5c5c5;
    margin: 4px 0px;
    padding: 10px;
    margin-top: 12px;
}

.loadcAtegoryItemJ {
    background-color: #fff;
    height: 300px;
    width: 100%;
    background-image: url(../images/icegif-1265.gif);
    background-size: 128px;
    background-repeat: no-repeat;
    background-position: center;
}

#boxCategoryDetails_item {
    padding-top: 30px;
}

.bgempY {
    min-height: 300px;
    background-image: url(../images/bgemp.gif);
    background-size: 328px;
    background-repeat: no-repeat;
    background-position: center;
}

.groupadd select, .groupadd input, .groupadd textarea, .textarea, .form_a select, .form_a input, .form_a textarea, .textarea, .form_a .form-control {
    color: rgba(0,0,0,.72);
    flex-grow: 1;
    font-size: 1rem;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: margin-right .36s ease,color .36s ease;
    transition: margin-right .36s ease,color .36s ease;
    white-space: nowrap;
    border: 1px solid #c7c7c7;
    line-height: 32px;
    padding: 5px;
    min-height: 32px;
    width: calc(100% - 15px);
    border-radius: 3px !important;
    background: #f3f3f3 !important;
    margin-left: 5px;
    margin-top: 6px;
    overflow-y: auto;
}

.fitLoading {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 999;
    height: 100vh;
}

.selectCity {
    font-style: normal;
    color: rgb(101, 101, 101);
    background-color: rgba(0, 0, 0, 0.04);
    margin-left: 5px;
    font-size: 13px;
}

    .selectCity i {
        font-style: normal;
        display: inline-block;
        margin: 3px 7px;
    }




.ark_popUp {
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .36s ease-in-out,visibility .36s;
    transition-duration: .24s;
    visibility: hidden;
    width: 100vw;
    z-index: 1060;
    background-color: rgba(0,0,0,.48);
}

    .ark_popUp.open {
        opacity: 1;
        visibility: visible;
    }

.ark_popUp_content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.ark_modal {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 48px 8px rgba(0,0,0,.04), 0 12px 16px -8px rgba(0,0,0,.12), 0 24px 32px 4px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    margin: 16px;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.header_modal {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.12);
    padding: 16px;
    position: relative;
    z-index: 1;
}

.body_modal {
    background: #fff;
    /*height: calc(100% - 110px);*/
    overflow-y: auto;
    padding-bottom: 70px;
}

.footer_modal {
    bottom: 0;
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,.12);
    padding: 12px 8px;
    position: absolute;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .ark_modal {
        border-radius: 0;
        height: 100%;
        margin: 0;
        width: 100% !important;
    }
}



.modal-overlay, .popup-overlay, .preloader-indicator-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999998;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.popup-overlay {
    z-index: 10500;
}

    .modal-overlay.modal-overlay-visible, .popup-overlay.modal-overlay-visible, .preloader-indicator-overlay.modal-overlay-visible {
        visibility: visible;
        opacity: 1;
    }

.popUpArk {
    background: #fff;
    width: 300px;
    height: 400px;
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 10500;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(0,0,0,0.1), 0 1px 6px rgba(0,0,0,0.1);
    overflow: hidden;
}

.headPoA {
    background: var(--ark_navbar);
    height: 44px;
    display: flex;
    color: #fff;
}

    .headPoA span {
        width: 100%;
        line-height: 40px;
        padding: 0px;
        padding-right: 10px;
    }

    .headPoA .fa {
        width: 64px;
        text-align: center;
        line-height: 40px;
    }

.headerSearch {
    padding: 5px 10px;
    border-bottom: 1px solid var(--ark_navbar);
    margin-bottom: 5px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
}

    .headerSearch:before {
        font-family: 'FontAwesome' !important;
        content: "\f002";
        position: absolute;
        z-index: 9;
        font-size: 20px;
        right: 21px;
    }

    .headerSearch .form-control {
        padding-right: 33px;
        position: relative;
    }

.cityItem {
    padding: 10px;
    border-bottom: 1px solid gray;
    position: relative;
    padding-right: 20px;
}
.cityItem:hover{
    cursor:pointer;
    background:#d7d6d6;
    
}
.BodyPoA {
    overflow-y: auto;
    height: calc(100% - 45px);
}

.loadingDivCity {
    background-image: url(../images/loading.gif);
    background-position: center top 50px;
    background-repeat: no-repeat;
    background-size: 64px;
    height: 100% !important;
    position: relative;
    min-height: 200px;
}

    .loadingDivCity:before {
        content: "منتظر بمانید";
        color: var(--bg_color);
        font-size: 1.3rem;
        position: absolute;
        top: 160px;
        transform: translate(-50%, 0%);
        left: 50%;
        line-height: 32px;
    }

.emtyListCategoryKH {
    height: 150px;
    position: relative;
    text-align: center;
    background-image: url(../images/cartempty1.png);
    background-size: 146px;
    background-repeat: no-repeat;
    background-position: top 20px center;
    width: 100%;
}

    .emtyListCategoryKH:before {
        content: "آگهی ثبت نشده است";
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0px;
        color: var(--ark_navbar);
        font-weight: bold;
    }

.btnEmAddNew {
    position: absolute;
    bottom: -60px;
    left: 50%;
    background: var(--ark_navbar);
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    margin-left: -60px;
    cursor: pointer;
}

    .btnEmAddNew:hover {
        transform: translateY(0.125rem);
    }

.countCat {
    font-style: normal;
    margin: 2px 5px;
    color: var(--ark_navbar);
    direction: ltr;
    text-align: left;
    display: inline-block;
}

.enamad__image {
    background-size: cover;
    height: 73px;
    width: 70px;
}

    .enamad__image img {
        border-radius: 8px;
        height: 100%;
        width: 100%;
    }

.boxLogin {
    padding: 20px;
}

    .boxLogin .t2 {
        font-size: 1rem;
        line-height: 2;
        font-weight: bold;
        margin: 16px 0px;
    }

    .boxLogin .t3, .boxLogin .t4 {
        color: rgba(0,0,0,.56);
        white-space: pre-line;
        font-size: .875rem;
        line-height: 2;
    }

.login_textBox {
    height: 2.5rem;
    position: relative;
    width: 100%;
    margin-top: 20px;
    position: relative;
    direction: ltr;
    text-align: center;
}

    .login_textBox input {
        direction: ltr;
        text-align: center;
    }

    .login_textBox:before {
        content: "+98";
        display: inline-block;
        direction: ltr;
        height: 28px;
        line-height: 24px;
        background-color: rgba(0,0,0,.04);
        border-radius: 12px;
        color: rgba(0,0,0,.87);
        position: absolute;
        left: 8px;
        top: 7px;
        padding: 5px 11px;
    }

.btn {
    align-items: center;
    background-color: rgba(0,0,0,.56);
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    height: 2.5rem;
    justify-content: center;
    line-height: normal;
    min-width: 6rem;
    outline: none;
    overflow: hidden;
    padding: 0 16px;
    position: relative;
    transition: color .36s ease,background-color .36s ease,box-shadow .36s ease,border-color .36s ease,transform .36s ease;
}

.btn-primary {
    background-color: var(--ark_navbar);
    float: left;
    margin-left: 15px;
}

    .btn-primary:hover {
        background-color: var(--ark_button_hover);
    }

.btn-empty {
    background-color: #c7c7c7;
    float: left;
    margin-left: 5px;
}

    .btn-empty:hover {
        background-color: #8a8a8a;
    }

.btnLoading {
    position: relative;
    border: 1px solid #c8c1c1;
    pointer-events: none;
}

    .btnLoading:after {
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #f4f4f4;
        display: inline-block;
        position: absolute;
        background-image: url(../images/qq8AE.gif);
        background-size: 22px;
        background-repeat: no-repeat;
        background-position: 8px 7px;
    }

.ark_error {
    color: #ff0000;
    display: flex;
    padding: 4px 8px 0 0;
}

.btnDownload {
    background: #d7163c !important;
    margin-left: 10px;
}

.Mobile_nav-bar .btnDownload {
    margin-top:2px !important
}
@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
.Mobile_nav-bar .btnDownload2:before {
    content: '';
    background: linear-gradient(45deg, #40b78c, #d7163c);
    position: absolute;
    top: 2px;
    left: 2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 4px;
    z-index: 99;
}
.Mobile_nav-bar .btnDownload:after {
    content: 'دانلود';
    z-index: 999;
    position: absolute;
}
.btnprofile {
    font-style: normal;
    color: rgb(101, 101, 101);
    background-color: rgba(0, 0, 0, 0.04) !important;
    margin-left: 5px;
    font-size: 13px;
}
.boxIO{
    padding:5px;
    margin:10px;
    border:1px solid rgba(0,0,0,.12);
    border-radius:5px;
}
.boxIO div{
    display:block;
    padding:10px 8px;
    display:block;
    cursor:pointer;
}
.boxIO div:hover{
    background:rgba(0, 0, 0, 0.04);
}
.boxIO div:hover .fa{
    color:var(--ark_navbar);
}
.boxIO div .fa {
    display: inline-block;
    margin-left: 5px;
    font-size: 20px;
    width: 26px;
    text-align: center;
}
.wBtop {
    border-top: 1px solid #c7c7c7;
    margin-top: 20px;
}
.formLoadBox {
    min-height: 500px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
}

 
.My_PostAd {
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    padding: 0.875rem;
    align-items: stretch;
    flex-direction: row;
    color: rgba(0,0,0,.87);
}