html,
body,
p,
input,
.button span,
.download_form,
.print_form_phone,
.setting_form_phone,
.download_form_phone,
.miniFullscreen {
    font-family: IRANSans !important;
}

.bookContainer {
    background: linear-gradient(90deg, #F5F5F5 calc(100% - 1px), #e4e4e4 0);
    background-size: calc((100% - 1px) / 6 + 1px) 100%;
}

.buttonBar.right .button.right:nth-child(4) {
    background-color: #E2202F !important;
}

.fbTopBar {
    background: none !important;
}

body .loadingRun {
    -webkit-animation: loadingAnimaterRtl 1.2s infinite;
    animation: loadingAnimateRtl 1.2s infinite;
}

@keyframes loadingAnimateRtl {
    0% {
        -webkit-transform: rotateY(-180deg) scale(0.8);
        -o-transform: rotateY(-180deg) scale(0.8);
        -ms-transform: rotateY(-180deg) scale(0.8);
        -moz-transform: rotateY(-180deg) scale(0.8);
        transform: rotateY(-180deg) scale(0.8);
    }
    100% {
        -webkit-transform: rotateY(0deg) scale(0.8);
        -o-transform: rotateY(0deg) scale(0.8);
        -ms-transform: rotateY(0deg) scale(0.8);
        -moz-transform: rotateY(0deg) scale(0.8);
        transform: rotateY(0deg) scale(0.8);
    }

}

@media (max-width: 767px) {
    .extendedBar {
    }

    .extendedBar .arrow {
    }

    .extendedBar .arrow .svg-box {
        float: left;
    }

    .extendedBar .stage {
    }

    .extendedBar .stage .item {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .extendedBar .stage .item .button {
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        width: auto;
        align-items: center;
    }

    .extendedBar .stage .item .button .icon {
        margin: 0;
        margin-bottom: 5px;
    }

    .extendedBar .stage .item .button span {
        margin: 0;
        position: static;
        width: 80px;
    }

    .thumbnail_form_phone > div > div > div {
        float: right;

    }

    .phoneBottomBar {
        bottom: 35px;
    }

    .DownloadBottomBar {
        position: absolute;
        bottom: 0;
        top: auto;
        width: 100%;
        background-color: rgb(46, 46, 46);
        height: 35px;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .DownloadBottomBar .button {
        background-color: #E2202F;
        padding: 5px 16px;
        border-radius: 15px;
        font-size: 12px;
        color: white;
    }

    .DownloadBottomBar .button img {
        display: none;
    }

    .download_form_phone.rightToLeft .item img {
        position: static;
    }

    .download_content .downloadAll,
    .download_content .downloadCurrent {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;

        .page {
            order: -1;
        }
    }

    .pictureList_win10 .leftBtn {

    }

    .tipsBox {
        direction: rtl;
    }
}