
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Vazir.eot');
    src: url('../fonts/Vazir.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir.woff2') format('woff2'),
    url('../fonts/Vazir.woff') format('woff'),
    url('../fonts/Vazir.ttf') format('truetype');
    font-display: swap
}

::-webkit-scrollbar {
    height: 5px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #a5a5a5
}


body {
    margin: 0;
    direction: rtl;
    font-size: 14.4px;
    line-height: 2;
    color: #333;
    font-family:IRANSans,Roboto,"Helvetica Neue",sans-serif
}


.topmenu {
    position: fixed;
    width: 100%;
    z-index: 10;
    background: #fff;
    padding: 16px 0 7px;
    box-shadow: 0 2px 1px 1px rgb(0 0 0 / 6%), 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 3px 0 rgb(0 0 0 / 5%)
}

.topApp-section {
    float: right;
    width: calc(30% - 6px);
    overflow: hidden;
    background-color: #efefef;
    margin: 0 3px;
    border-radius: 8px;
    padding: 15px
}

.container {
    padding: 20px 80px 80px 80px;
    overflow: hidden
}

.appImage {
    padding: 0;
    max-width: 90vw;
    margin: 20px 1px 20px 15px;
    width: 110px;
    height: 110px;
    float: right
}

.btn-download {
    background-color: #ff4081;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    height: 43px;
    border-radius: 10px;
    font-weight: bold;
    padding: 9px 30px;
    margin: 0;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    float: left;
    text-align: center;
    white-space: nowrap;
    max-width: 100%;
    width: 100%
}

.tbl-app-detail tr:nth-child(odd) {
    background-color: #fff
}

table {
    width: calc(100% - 10px);
    margin: 0 auto;
    table-layout: fixed;
    border-collapse: collapse;
    background-color: transparent;
    font-size: 13px
}

th {
    width: 45%
}

td {
    width: 55%
}

td, th {
    height: 40px
}

td, th, .pre-table div {
    text-align: right;
    padding: 10px
}

.app-detail-section {
    margin-right: 31%;
    margin-top: 15px;
    line-height: 2
}

.text-justify {
    text-align: justify !important;
    letter-spacing: -.5px
}

a {
    text-decoration: none;
    color: #0091ea
}

*, :after, :before {
    box-sizing: border-box
}

.icon {
    float: right;
    margin-right: 100px;
    width: 80px
}

.search {
    float: left;
    margin-left: 100px;
    margin-top: 5px
}

.tbl-app-detail {
    padding-top: 60px
}

.gallery img {
    border-radius: 10px;
    cursor: pointer;
    margin-right: 5px
}

.gallery ul, .related {
    padding-right: 0;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto
}

.related {
    margin-bottom: 0
}

.gallery ul li {
    display: inline;
    margin-left: 10px
}

.appname {
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
    color: #444;
    max-width: 165px;
    font-size: 14px;
    font-weight: 300;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 1.6
}

.appgroup {
    margin-top: 2px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
    color: #999;
    text-align: right;
    overflow: hidden;
    height: 20px
}

.related img {
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    border-radius: 8px;
    object-fit: fill;
    width: 100%
}

.related li {
    width: 159px;
    height: auto;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    margin: 0 1.5px 10px 0;
    border-radius: 5px;
    padding: 10px 5px;
    transition: all .25s linear;
    min-height: 210px
}

.related li:hover {
    box-shadow: 0 2px 4px 0 rgb(154 154 154 / 80%);
    background-color: #f7f7f7
}

.related .picture {
    height: 145px;
    height: 145px;
    display: block
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s
}

#myImg:hover {
    opacity: 0.7
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100
}

.modalImage {
    margin: auto;
    display: block;
    height: auto;
    max-width: 100%;
    max-height: 90%
}

.close {
    position: absolute;
    top: 15px;
    right: 16px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    background: #555555d6;
    border-radius: 117px;
    line-height: 1;
    width: 43px;
    padding-top: 4px;
    text-align: center
}

.close:hover, .close:focus {
    color: rgb(255, 0, 0);
    cursor: pointer
}

.font-size-13 {
    font-size: 13px
}

.title {
    font-size: 21px;
    font-weight: bold;
    word-break: break-word;
    line-height: 1.5;
    margin: 0
}

.mobview {
    display: none !important
}

.copyright {
    padding-top: 0;
    padding-bottom: .5rem;
    background-color: #eee;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .07)
}

.copyrightinfo {
    background-color: #dcdcdc
}

.copyrightinfo .container {
    padding: 10px
}

.linkpart .items {
    width: 25%;
    text-align: right;
    float: right
}

.linkpart ul li {
    list-style-type: none;
    padding: 5px
}

.support {
    border-top: 1px solid #e2e2e2;
    display: inline-block;
    padding-top: 20px;
    font-weight: bold;
    width: 100%
}

.support div {
    width: 33%;
    float: right
}

footer .container {
    padding: 10px 80px
}

.copyright a {
    text-decoration: none;
    color: #696969;
    font-weight: bold;
    font-size: 14px
}

.footer-social {
    text-align: center;
    padding-bottom: 20px
}

.footer-social a img {
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    margin-right: 0;
    margin-left: 2px;
    padding: 5px;
    text-align: center;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    background: #9d9d9d
}

.hide {
    display: none
}

.loader {
    border: 3px solid #f3f3f300;
    border-radius: 50%;
    border-top: 3px solid #fff;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
    margin-right: 5px
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

#loadingbtn, #loadingbtnmob {
    display: flex;
    justify-content: center;
    align-items: center;
    display: none
}

#loadingbtnmob {
    margin: 8px 6.5px
}

.breadcrump {
    margin: 0 5px 10px 5px;
    height: 25px
}

@media (max-width: 768px) {
    .breadcrump {
        margin: 0 5px
    }

    .support div {
        text-align: center !important
    }

    .modal-content {
        width: 100%
    }

    .topApp-section {
        margin: 0;
        padding: 0;
        width: 100%;
        margin-top: 0;
        background: #fff
    }

    .container {
        padding: 15px;
        padding-top: 0
    }

    .app-detail-section {
        width: 100%;
        margin-right: 0
    }

    table {
        width: 100%;
        margin: 0 auto 20px;
        table-layout: fixed
    }

    .icon {
        margin-right: 15px
    }

    .search {
        margin-left: 15px
    }

    .tbl-app-detail tr:nth-child(odd) {
        background-color: #f6f6f6
    }

    .gallery ul li {
        margin-left: 0
    }

    .mobview {
        display: inline-block !important
    }

    .related li {
        height: auto;
        width: 31.5%;
        margin: 0 0 3px;
        padding: 10px 0
    }

    .related .picture {
        height: 28vw;
        width: 28vw
    }

    .linkpart .items, .support div {
        width: 100%;
        text-align: center
    }

    .dlPart-bottom img {
        width: 47px;
        height: 47px;
        margin: 8px 15px;
        border-radius: 4px;
        float: right
    }

    .dlPart-bottom label {
        width: 158px;
        margin: 10px 0;
        float: right;
        align-self: center;
        max-height: 45px;
        overflow: hidden;
        color: #333;
        font-size: 16px;
        line-height: 44px
    }

    .dlPart-bottom .btn-download {
        margin: 13px 15px 10px;
        padding: 4px 31px;
        height: auto;
        width: auto;
        font-weight: normal
    }

    .show {
        display: block
    }

    .related::-webkit-scrollbar {
        height: 0;
        background: transparent
    }
}