@font-face {
    font-family: "IRANYekanXVF";
    src: url("/wp-content/themes/onum/custom/fonts/IRANYekanXVF.woff") format("woff-variations"),
        /* will be the standard and works in Safari now */ url("/wp-content/themes/onum/custom/fonts/IRANYekanXVF.woff") format("woff");
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;
    font-variation-settings: "wght" 400, "dots" 3;
}

@font-face {
    font-family: IRANYekanX;
    src: url("/wp-content/themes/onum/custom/fonts/IRANYekanX-Regular.woff") format("woff");
}

@font-face {
    font-family: IRANYekanX;
    src: url("/wp-content/themes/onum/custom/fonts/IRANYekanX-Bold.woff") format("woff");
    font-weight: 700;
}

.iranYekan {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
}

.iranYekanBold {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-weight: bold;
}


@supports (font-variation-settings: normal) {
    .iranYekan {
        font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    }

    .iranYekanBold {
        font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
        font-weight: bold;
    }
}

#is-online-box {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: var(--vn-color-error);
    color: var(--color-light);
    text-align: center;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 15px;
    border-radius: 5px;
    width: 300px;
    cursor: pointer;
    z-index: 99999;
}

.news-notification {
    width: 100%;
    padding: 5px;
    /*height: 60px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #ff8f00;
    color: #fff;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
}

img.emoji {
    width: 20px !important;
}

.table-of-service table {
    max-width: 100%;
    overflow-x: scroll !important;
}


:root {
    --bg-follower: #ab47bc;
    --bg-like: #ef5350;
    --bg-comment: #42a5f5;
    --bg-view: #ec407a;
    --bg-like-igtv: #ef5350;
    --bg-view-igtv: #ec407a;
    --bg-story: #00acc1;
    --bg-igtv: #ab47bc;
    --bg-member: #ab47bc;
    --bg-member-group: #26a69a;
    --bg-member-channel: #26a69a;
    --bg-subscribe: #ab47bc;
    --bg-retweet: #26a69a;
    --bg-gray-light: #f6f6f6;
    --bg-light: #fff;
    --color-light: #fff;
    --shadow-follower: #ab47bc70;
    --shadow-like: #ef535073;
    --shadow-comment: #42a5f575;
    --shadow-view: #ec407a78;
    --shadow-igtv: #ab47bc70;
    --shadow-story: #00abc188;
    --shadow-member: #ab47bc70;
    --shadow-member-group: #26a69a66;
    --shadow-member-channel: #26a69a66;
    --shadow-subscribe: #ab47bc70;
    --shadow-retweet: #26a69a66;
}

.overlay-menu {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
}

.bg-follower {
    background: var(--bg-follower);
    box-shadow: 0px 5px 10px var(--shadow-follower);
}

.bg-like {
    background: var(--bg-like);
    box-shadow: 0px 5px 10px var(--shadow-like);
}

.bg-comment {
    background: var(--bg-comment);
    box-shadow: 0px 5px 10px var(--shadow-comment);
}

.bg-view {
    background: var(--bg-view);
    box-shadow: 0px 5px 10px var(--shadow-view);
}

.bg-igtv {
    background: var(--bg-igtv);
    box-shadow: 0px 5px 10px var(--shadow-igtv);
}

.bg-story {
    background: var(--bg-story);
    box-shadow: 0px 5px 10px var(--shadow-story);
}

.bg-member {
    background: var(--bg-member);
    box-shadow: 0px 5px 10px var(--shadow-member);
}

.bg-member-group {
    background: var(--bg-member-group);
    box-shadow: 0px 5px 10px var(--shadow-member-group);
}

.bg-member-channel {
    background: var(--bg-member-channel);
    box-shadow: 0px 5px 10px var(--shadow-member-channel);
}

.bg-subscribe {
    background: var(--bg-subscribe);
    box-shadow: 0px 5px 10px var(--shadow-subscribe);
}

.bg-retweet {
    background: var(--bg-retweet);
    box-shadow: 0px 5px 10px var(--shadow-retweet);
}

.bg-tlg-view {
    background: var(--bg-retweet);
    box-shadow: 0px 5px 10px var(--shadow-retweet);
}

.bg-gray {
    background: var(--bg-gray);
}

.bg-light {
    background: var(--bg-light);
}

.color-white {
    color: #fff !important;
}

.color-orange {
    color: #fe5f34 !important;
}

.color-dark-bolue {
    color: #0049b1 !important;
}

.color-blue {
    color: #009fe3 !important;
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
}

.lalezar {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-weight: bold !important;
}

*::-webkit-scrollbar {
    border-radius: 4px;
    width: 6px;
    height: 6px;
}

*::-webkit-scrollbar-track {
    width: 6px;
    margin: 0;
    border-radius: 4px;
    background: #eceff1;
}

*::-webkit-scrollbar-thumb {
    background: #aaa;
    /*background: #1565c0;*/
    border-radius: 4px;
}

*::-webkit-resizer {
    border-radius: 20px;
}

.grow-animation {
    animation: grow 0.3s;
}

.animate-shake {
    animation: shake 1s forwards;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-justify {
    text-align: justify !important;
}

button {
    outline: 0;
}

.elementor-text-editor img{
    display: flex;
    align-self: center;
    justify-self: center;
    margin: 20px 0;
    border-radius: 10px;
}

.btn .octf-btn {
    display: flex;
    align-items: center;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.btn .octf-btn-icon i {
    margin-right: 10px !important;
}

.menu__icon svg {
    margin-top: 10px !important;
}

.cell .wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 10rem;
    margin: 1rem 1rem 0;
    padding-top: 2.2rem;
    /*background: rgba(255, 255, 255, 0.2);*/
}

.cell .wrapper::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.2rem;
    text-align: center;
    /*background: rgba(255, 255, 255, 0.25);*/
}

.spinner {
    width: 4rem;
    height: 4rem;
}

.spinner {
    border-top: 3px solid rgba(0, 0, 0, 0.5);
    border-right: 3px solid transparent;
    border-radius: 50%;
    -webkit-animation: rotation 0.8s linear infinite;
    animation: rotation 0.8s linear infinite;
}

@-webkit-keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.main-navigation ul li ul.sub-menu {
    width: 200px !important;
    padding: 10px 5px !important;
}

li.menu-item a {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-size: 16px !important;
    font-weight: 100 !important;
}

li.menu-item.active > a,
li.menu-item:hover > a {
    color: #0049b1 !important;
}

.elementor-4174 .elementor-element.elementor-element-08572c4 .main-navigation ul ul.sub-menu a:hover,
.elementor-4174 .elementor-element.elementor-element-08572c4 .main-navigation ul ul.sub-menu li.current-menu-item > a {
    color: #0049b1 !important;
}

li.menu-item.active a:after,
li.menu-item:hover a:after {
    color: #0049b1 !important;
}

.main-navigation > ul > li:after,
.main-navigation > ul > li:before {
    background-color: #0049b1 !important;
}

.elementor-4174 .elementor-element.elementor-element-08572c4 .main-navigation ul li li a:before {
    background-color: #0049b1 !important;
}

.main-navigation > ul > li {
    margin: 0 10px !important;
}

.btn-sm a {
    padding: 8px 12px 8px 10px !important;
}

@media screen and (max-width: 335px) {
    .btn-sm a {
        display: none !important;
    }
}

.header-row-box-icon {
    width: 100% !important;
    margin: 0 auto;
}

.box-icon-header {
    width: 120px !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    margin: 0 5px;
    cursor: pointer;
}

.block-box-icon .elementor-widget-wrap {
    justify-content: center !important;
}

.box-icon-header .elementor-widget-container {
    width: 120px !important;
    min-height: 120px !important;
}

@media screen and (max-width: 419px) {
    .box-icon-header {
        width: 30% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 380px) {
    .box-icon-header {
        width: 40% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 290px) {
    .box-icon-header,
    .box-icon-header .elementor-widget-container {
        width: 100% !important;
        height: auto !important;
    }
}

.box-icon-header .icon-box .icon-main {
    width: 55px;
    height: 55px;
    line-height: 70px;
    border-radius: 15px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
}

.box-icon-header.instagram .icon-box .icon-main {
    background: linear-gradient(125deg, #ffdd55, #ff543e, #c837ab) !important;
}

.box-icon-header.telegram .icon-box .icon-main {
    background: #37afe3 !important;
}

.box-icon-header.youtube .icon-box .icon-main {
    background: #fa0001 !important;
}

.box-icon-header.twitter .icon-box .icon-main {
    background: #5da9dd !important;
}

.box-icon-header.facebook .icon-box .icon-main {
    background: #4867aa !important;
}

.box-icon-header.reddit .icon-box .icon-main {
    background: #ff4500 !important;
}

.box-icon-header.pinterest .icon-box .icon-main {
    background: #c51f27 !important;
}

.box-icon-header.linkedin .icon-box .icon-main {
    background: #0077b5 !important;
}

.box-icon-header .icon-box:hover .icon-main {
    background: #fff !important;
}

.block-services-free .elementor-row {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: row !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.block-services-free .elementor-row .block-services-free-item {
    width: 300px !important;
    margin: 0 auto !important;
}

.block-services .elementor-widget-wrap {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.block-services .elementor-widget-wrap .services-box {
    width: 130px !important;
    margin: 0 auto !important;
}


.block-services .elementor-widget-wrap .services-box.services-box-free {
    width: 180px !important;
    /* width: 370px !important; */
}

.block-services .elementor-widget-wrap .services-box.instagram .icon-main {
    background: linear-gradient(125deg, #ffdd55, #ff543e, #c837ab);
}

@media screen and (max-width: 1230px) {
    .block-services .elementor-widget-wrap .services-box.services-box-free {
        width: 190px !important;
    }
}

@media screen and (max-width: 991px) {
    .block-services .elementor-widget-wrap .services-box.services-box-free {
        width: 170px !important;
    }
}

@media screen and (max-width: 1230px) {
    .block-services .elementor-widget-wrap .services-box {
        width: 130px !important;
    }
}

@media screen and (max-width: 991px) {
    .block-services .elementor-widget-wrap .services-box {
        width: 130px !important;
    }
}


@media screen and (max-width: 760px) {
    .block-services .elementor-widget-wrap .services-box.services-box-free {
        width: 45% !important;
    }


    .block-services .elementor-widget-wrap .services-box {
        width: 80px !important;
        margin: 0 auto !important;
    }

    .service-icons-box .icon-box.s3.box-hover-gradient {
        width: 65px !important;
        height: 65px !important;
        padding: 4px !important;
    }

    .block-services .elementor-widget-wrap .services-box .icon-main {
        width: 35px !important;
        height: 35px !important;
    }

    .block-services .elementor-widget-wrap .services-box .icon-main i {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .block-services .elementor-widget-wrap .services-box .icon-main img,
    .block-services .elementor-widget-wrap .services-box .icon-main svg {
        width: 25px;
    }

    .block-services .elementor-widget-wrap .services-box .content-box .box-title,
    .block-services .elementor-widget-wrap .services-box .content-box .box-title a {
        font-size: 14px !important;
    }

    .block-services .elementor-widget-wrap .services-box .icon-box.s3 .bg-after,
    .block-services .elementor-widget-wrap .services-box .icon-box.s3 .bg-before {
        /*background: transparent !important;*/
    }

    .block-services .elementor-widget-wrap .services-box .icon-box.s3 {
        /*box-shadow: none !important;*/
    }
}


@media screen and (max-width: 350px) {
    .block-services .elementor-widget-wrap .services-box.services-box-free {
        width: 48% !important;
    }
}

@media screen and (max-width: 324px) {
    .block-services .elementor-widget-wrap .services-box.services-box-free {
        width: 100% !important;
    }
}

.ot-counter span.num,
.ot-counter h6 {
    padding-right: 0 !important;
}

@media screen and (max-width: 760px) {
    .block-facts .block-box-fact {
        width: 49% !important;
    }
}

@media screen and (max-width: 350px) {
    .block-facts .block-box-fact {
        width: 100% !important;
    }
}

@media screen and (max-width: 762px) {
    .block-why {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .block-why .box-why {
        width: 200px !important;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 760px) {
    .block-why .box-why {
        width: 47% !important;
    }
}

@media screen and (max-width: 360px) {
    .block-why .box-why {
        width: 100% !important;
    }
}

.block-client .elementor-widget-wrap {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.block-client .box-client {
    width: 160px !important;
    margin: 0 auto !important;
}

.block-client .box-client .service-box {
    padding: 15px 10px 15px 5px !important;
}

.block-client .box-client .content-box {
    padding-right: 45px !important;
}

.ot-testimonials-carousel .testimonial-item .testimonial-inner .ttext {
    margin-bottom: 5px !important;
}

.block-social-icon .partners .swiper-slide-image {
    -webkit-filter: contrast(70%) !important;
    filter: contrast(70%) !important;
    opacity: 0.7 !important;
}

.block-social-icon .partners .swiper-slide-image:hover {
    -webkit-filter: contrast(100%) !important;
    filter: contrast(100%) !important;
    opacity: 1 !important;
}

.block-social-icon .partners .swiper-slide {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.box-icon-header .icon-box:hover .icon-main {
    background: #fff !important;
}

.box-icon-header.social-network-page-follower .icon-box .icon-main {
    background: var(--bg-follower);
}

.box-icon-header.social-network-page-follower.active .icon-box .icon-main i {
    color: var(--bg-follower) !important;
}

.box-icon-header.social-network-page-follower.active .icon-box .icon-main {
    background: #fff !important;
}

.box-icon-header.social-network-page-follower.active .icon-box {
    background: var(--bg-follower) !important;
}

.box-icon-header.social-network-page-like .icon-box .icon-main {
    background: var(--bg-like);
}

.box-icon-header.social-network-page-like.active .icon-box .icon-main i {
    color: var(--bg-like) !important;
}

.box-icon-header.social-network-page-like.active .icon-box .icon-main {
    background: #fff !important;
}

.box-icon-header.social-network-page-like.active .icon-box {
    background: var(--bg-like) !important;
}

.box-icon-header.social-network-page-comment .icon-box .icon-main {
    background: var(--bg-comment);
}

.box-icon-header.social-network-page-comment.active .icon-box .icon-main i {
    color: var(--bg-comment) !important;
}

.box-icon-header.social-network-page-comment.active .icon-box .icon-main {
    background: #fff !important;
}

.box-icon-header.social-network-page-comment.active .icon-box {
    background: var(--bg-comment) !important;
}

.box-icon-header.social-network-page-view .icon-box .icon-main {
    background: var(--bg-view);
}

.box-icon-header.social-network-page-view.active .icon-box .icon-main i {
    color: var(--bg-view) !important;
}

.box-icon-header.social-network-page-view.active .icon-box .icon-main {
    background: #fff !important;
}

.box-icon-header.social-network-page-view.active .icon-box {
    background: var(--bg-view) !important;
}

.box-icon-header.social-network-page-view-igtv .icon-box .icon-main {
    background: var(--bg-view-igtv);
}

.box-icon-header.social-network-page-view-igtv.active .icon-box .icon-main i {
    color: var(--bg-view-igtv) !important;
}

.box-icon-header.social-network-page-view-igtv.active .icon-box .icon-main {
    background: #fff !important;
}

.box-icon-header.social-network-page-view-igtv.active .icon-box {
    background: var(--bg-view-igtv) !important;
}

.box-icon-header.social-network-page-like-igtv .icon-box .icon-main {
    background: var(--bg-like-igtv);
}

.box-icon-header.social-network-page-like-igtv.active .icon-box .icon-main i {
    color: var(--bg-like-igtv) !important;
}

.box-icon-header.social-network-page-like-igtv.active .icon-box .icon-main {
    background: #fff !important;
}

.box-icon-header.social-network-page-like-igtv.active .icon-box {
    background: var(--bg-like-igtv) !important;
}

.box-icon-header.social-network-page-story .icon-box .icon-main {
    background: var(--bg-story);
}

.box-icon-header.social-network-page-story.active .icon-box .icon-main i {
    color: var(--bg-story) !important;
}

.box-icon-header.social-network-page-story.active .icon-box .icon-main {
    background: #fff !important;
}

.box-icon-header.social-network-page-story.active .icon-box {
    background: var(--bg-story) !important;
}

.box-icon-header.social-network-page-retweet .icon-box .icon-main {
    background: var(--bg-retweet);
}

.box-icon-header.social-network-page-retweet.active .icon-box .icon-main i {
    color: var(--bg-retweet) !important;
}

.box-icon-header.social-network-page-retweet.active .icon-box .icon-main {
    background: #fff !important;
}

.box-icon-header.social-network-page-retweet.active .icon-box {
    background: var(--bg-retweet) !important;
}

.my-form-free input {
    width: 80% !important;
    margin: -5px auto !important;
    display: block;
}

.my-form-free button {
    margin: 0px auto !important;
    display: block;
}

.box-free-btn .slick-slide {
    width: 140px !important;
    padding: 5px !important;
}

.box-free-btn .slick-track {
    width: 100% !important;
}

.box-free-btn .tab-titles.row {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    margin: 0 auto;
    cursor: pointer;
}

@media (max-width: 767px) {
    .elementor-6144 .elementor-element.elementor-element-324df6f .tab-titles {
        margin: 0 !important;
    }
}

.box-free-btn .title-item {
    width: 140px !important;
    margin: 15px 5px !important;
}

.box-free-btn .tab-titles .title-item {
    padding: 10px !important;
    width: 130px !important;
    height: 140px !important;
}

.box-free-btn .tab-titles .title-item {
    border: none !important;
}

.box-free-btn .tab-titles .title-item .icon-main {
    width: 55px;
    height: 55px;
    line-height: 70px;
    border-radius: 15px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.box-free-btn .tab-titles .title-item:hover .icon-main,
.box-free-btn .title-item.tab-active .icon-main {
    background: #fff !important;
}

.box-free-btn .tab-titles .title-item[href="#follower-free"],
.box-free-btn .tab-titles .title-item[href="#like-free"],
.box-free-btn .tab-titles .title-item[href="#comment-free"],
.box-free-btn .tab-titles .title-item[href="#member-free"],
.box-free-btn .tab-titles .title-item[href="#view-free"] {
    background: #ffffff0f !important;
}

.box-free-btn .tab-titles .title-item[href="#follower-free"]:hover,
.box-free-btn .tab-titles .title-item[href="#follower-free"].tab-active,
.box-free-btn .tab-titles .title-item[href="#follower-free"].tab-active:after {
    background: #ab47bc !important;
}

.box-free-btn .tab-titles .title-item[href="#follower-free"] .icon-main {
    background: #ab47bc;
}

.box-free-btn .tab-titles .title-item:hover[href="#follower-free"] .icon-main i,
.box-free-btn .tab-titles .title-item.tab-active[href="#follower-free"] .icon-main i {
    color: #ab47bc !important;
}

.box-free-btn .tab-titles .title-item[href="#like-free"]:hover,
.box-free-btn .tab-titles .title-item[href="#like-free"].tab-active,
.box-free-btn .tab-titles .title-item[href="#like-free"].tab-active:after {
    background: #ef5350 !important;
}

.box-free-btn .tab-titles .title-item[href="#like-free"] .icon-main {
    background: #ef5350;
}

.box-free-btn .tab-titles .title-item:hover[href="#like-free"] .icon-main i,
.box-free-btn .tab-titles .title-item.tab-active[href="#like-free"] .icon-main i {
    color: #ef5350 !important;
}

.box-free-btn .tab-titles .title-item[href="#comment-free"]:hover,
.box-free-btn .tab-titles .title-item[href="#comment-free"].tab-active,
.box-free-btn .tab-titles .title-item[href="#comment-free"].tab-active:after {
    background: #42a5f5 !important;
}

.box-free-btn .tab-titles .title-item[href="#comment-free"] .icon-main {
    background: #42a5f5;
}

.box-free-btn .tab-titles .title-item:hover[href="#comment-free"] .icon-main i,
.box-free-btn .tab-titles .title-item.tab-active[href="#comment-free"] .icon-main i {
    color: #42a5f5 !important;
}

.box-free-btn .tab-titles .title-item[href="#member-free"]:hover,
.box-free-btn .tab-titles .title-item[href="#member-free"].tab-active,
.box-free-btn .tab-titles .title-item[href="#member-free"].tab-active:after {
    background: #26a69a !important;
}

.box-free-btn .tab-titles .title-item[href="#member-free"] .icon-main {
    background: #26a69a;
}

.box-free-btn .tab-titles .title-item:hover[href="#member-free"] .icon-main i,
.box-free-btn .tab-titles .title-item.tab-active[href="#member-free"] .icon-main i {
    color: #26a69a !important;
}

.box-free-btn .tab-titles .title-item[href="#view-free"]:hover,
.box-free-btn .tab-titles .title-item[href="#view-free"].tab-active,
.box-free-btn .tab-titles .title-item[href="#view-free"].tab-active:after {
    background: #ec407a !important;
}

.box-free-btn .tab-titles .title-item[href="#view-free"] .icon-main {
    background: #ec407a;
}

.box-free-btn .tab-titles .title-item:hover[href="#view-free"] .icon-main i,
.box-free-btn .tab-titles .title-item.tab-active[href="#view-free"] .icon-main i {
    color: #ec407a !important;
}

.btn-follower-free-submit.octf-btn-primary {
    background: #ab47bc !important;
    box-shadow: 8px 8px 18px 0px rgba(0, 0, 0, 0.1) !important;
}

.btn-follower-free-submit i {
    color: #ab47bc !important;
}

.btn-like-free-submit.octf-btn-primary {
    background: #ef5350 !important;
    box-shadow: 8px 8px 18px 0px rgba(0, 0, 0, 0.1) !important;
}

.btn-like-free-submit i {
    color: #ef5350 !important;
}

.btn-comment-free-submit.octf-btn-primary {
    background: #42a5f5 !important;
    box-shadow: 8px 8px 18px 0px rgba(0, 0, 0, 0.1) !important;
}

.btn-comment-free-submit i {
    color: #42a5f5 !important;
}

.btn-member-free-submit.octf-btn-primary {
    background: #26a69a !important;
    box-shadow: 8px 8px 18px 0px rgba(0, 0, 0, 0.1) !important;
}

.btn-member-free-submit i {
    color: #26a69a !important;
}

.btn-view-free-submit.octf-btn-primary {
    background: #ec407a !important;
    box-shadow: 8px 8px 18px 0px rgba(0, 0, 0, 0.1) !important;
}

.btn-view-free-submit i {
    color: #ec407a !important;
}

.ot-accordions .acc-item:not(.current) .acc-toggle:hover {
    color: #37474f !important;
}

.ot-accordions .acc-item {
    border-radius: 5px !important;
    margin-bottom: 10px !important;
}

.free-form-block {
    width: 100%;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 30px;
    height: 50px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
    left: 50%;
    position: absolute;
    cursor: pointer;
    transform: translateX(-50%);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icon-scroll:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(36px);
        transform: translateY(36px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(36px);
        transform: translateY(36px);
    }
}

#wpd-post-rating {
    max-width: 850px !important;
    /* margin: 0 auto -30px auto !important; */
    margin: 0 auto 60px auto !important;
    background: linear-gradient(45deg, #93cfff, #2b82e4) !important;
    border-radius: 30px;
    /* border-radius: 30px 30px 0 0; */
    padding: 10px 5px 40px 5px;
    box-shadow: 0 0 50px #087cff80;
}

#wpd-post-rating .wpd-rating-wrap {
    width: 70% !important;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value {
    background: #ffd700 !important;
    border: none !important;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value span {
    color: #fff !important;
    font-weight: bolder !important;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rate-starts:hover svg .wpd-star {
    fill: #ffd700;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars,
#wpd-post-rating.wpd-not-rated .wpd-rating-wrap .wpd-rate-starts {
    margin-top: 10px !important;
    flex-direction: row-reverse;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg,
#wpd-post-rating.wpd-not-rated .wpd-rating-wrap .wpd-rating-data:hover .wpd-rate-starts svg {
    /* width: 30px !important;
	height: 30px !important; */
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-left,
#wpd-post-rating .wpd-rating-wrap .wpd-rating-right {
    border-color: #fff !important;
    border-width: 2px !important;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrc {
    display: block !important;
    padding-top: 6px !important;
    float: right !important;
    color: #fff !important;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrt {
    display: block !important;
    padding-top: 5px !important;
    font-size: 15px !important;
    padding-right: 1px !important;
    color: #fff !important;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover {
    background-color: #fff;
    border-color: #fff;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrc,
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrt {
    color: #fff !important;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover .wpdrv {
    display: block !important;
    color: #fff;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-star:not(.wpd-active) {
    fill: #e7effa;
}

/* Rating */
#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg,
#wpd-post-rating .wpd-rating-wrap .wpd-rate-stars svg,
#wpd-post-rating.wpd-not-rated .wpd-rating-wrap .wpd-rating-data .wpd-rate-starts svg {
    width: 35px !important;
    height: 35px !important;
    background: #fff !important;
    border-radius: 5px;
    margin: 0 2px;
    fill: #ffd700;
    cursor: pointer;
}

.wpd-rating-stars svg {
    /* background: #fcd713 !important; */
    /* background: #fff !important; */
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-active {
    /* fill: #fff !important; */
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-star:not(.wpd-active) {
    /* fill: #000000 !important; */
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-data {
    width: auto !important;
}

#wpdiscuz-comment-message {
    top: 80px !important;
}

#wpdcom .wpd-comment .wpd-avatar img,
#wpdcom .wpd-comment .wpd-avatar img.avatar {
    width: 46px !important;
    height: 46px !important;
    max-width: 46px !important;
}

#wpdcom .wpd-comment .wpd-comment-left {
    margin-left: 5px !important;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value,
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrt,
#wpdcom .wpdiscuz-textarea-wrap .ql-editor,
#wpdcom .wpd-thread-filter .wpdf-sorting,
#wpdcom .wpd-comment .wpd-reply-to a {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
}

#wpdcom .wpd-tools-actions {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-size: 14px !important;
}

#wpdcom .wc-field-submit input[type="submit"] {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-size: 14px !important;
}

#wpdcom .wpd-comment .wpd-comment-header .wpd-comment-author,
#wpdcom .wpd-comment .wpd-comment-header .wpd-comment-author a,
#wpdcom .wpd-blog-subscriber .wpd-comment-author,
#wpdcom .wpd-blog-subscriber .wpd-comment-author a {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-weight: bolder !important;
}

#wpdcom {
    max-width: 100% !important;
    width: 100% !important;
    background: white !important;
    padding: 0px 20px 10px 20px !important;
    border-radius: 30px !important;
    box-shadow: 0 0 50px rgb(0, 0, 0, 0.05) !important;
}

#wpdcom .wpd-form-head {
    margin-top: 5px !important;
}

#wpdcom .wpd-blog-post_author .wpd-comment-right,
#wpdcom .wpd-blog-administrator .wpd-comment-right,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment-right {
    background: linear-gradient(45deg, #93cfff, #2b82e4) !important;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 5px 5px 15px #087cff87;
    margin: 5px auto;
}

#wpdcom .wpd-blog-guest .wpd-comment-right,
#wpdcom .wpd-blog-subscriber .wpd-comment-right,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment-right {
    background: #e7effa;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 5px auto;
}

#wpdcom .wpd-prim-button {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    letter-spacing: 0px;
    font-size: 18px;
}

#wpdcom .wpd-blog-post_author .wpd-comment-header,
#wpdcom .wpd-blog-post_author .wpd-comment-author,
#wpdcom .wpd-blog-post_author .wpd-comment-author a,
#wpdcom .wpd-blog-post_author .wpd-comment-right .wpd-comment-text,
#wpdcom .wpd-blog-post_author .wpd-comment .wpd-reply-to,
#wpdcom .wpd-blog-post_author .wpd-reply-to,
#wpdcom .wpd-blog-post_author .wpd-reply-to a,
#wpdcom .wpd-blog-post_author .wpd-comment-footer .wpd-reply-button,
#wpdcom .wpd-blog-post_author .wpd-comment-footer .wpd-reply-button svg,
#wpdcom .wpd-blog-post_author .wpd-comment-footer .wpd-vote-result,
#wpdcom .wpd-blog-post_author .wpd-comment-footer .wpd-vote-up svg,
#wpdcom .wpd-blog-post_author .wpd-comment-footer .wpd-vote-down svg,
#wpdcom .wpd-blog-post_author .wpd-comment-header .wpd-comment-link,
#wpdcom .wpd-blog-post_author .wpd-comment-footer .wpd-toggle i,
#wpdcom .wpd-blog-post_author .wpd-comment-footer .wpd-tools i,
#wpdcom .wpd-blog-post_author .wpd-comment-status .wpd-closed,
#wpdcom .wpd-blog-post_author .wpd-comment-status .wpd-sticky,
#wpdcom .wpd-blog-post_author .wpd-comment-right .wpd-comment-last-edited,
#wpdcom .wpd-blog-administrator .wpd-comment-header,
#wpdcom .wpd-blog-administrator .wpd-comment-author,
#wpdcom .wpd-blog-administrator .wpd-comment-author a,
#wpdcom .wpd-blog-administrator .wpd-comment-right .wpd-comment-text,
#wpdcom .wpd-blog-administrator .wpd-comment .wpd-reply-to,
#wpdcom .wpd-blog-administrator .wpd-reply-to,
#wpdcom .wpd-blog-administrator .wpd-reply-to a,
#wpdcom .wpd-blog-administrator .wpd-comment-footer .wpd-reply-button,
#wpdcom .wpd-blog-administrator .wpd-comment-footer .wpd-reply-button svg,
#wpdcom .wpd-blog-administrator .wpd-comment-footer .wpd-vote-result,
#wpdcom .wpd-blog-administrator .wpd-comment-footer .wpd-vote-up svg,
#wpdcom .wpd-blog-administrator .wpd-comment-footer .wpd-vote-down svg,
#wpdcom .wpd-blog-administrator .wpd-comment-header .wpd-comment-link,
#wpdcom .wpd-blog-administrator .wpd-comment-footer .wpd-toggle i,
#wpdcom .wpd-blog-administrator .wpd-comment-footer .wpd-tools i,
#wpdcom .wpd-blog-administrator .wpd-comment-status .wpd-closed,
#wpdcom .wpd-blog-administrator .wpd-comment-status .wpd-sticky,
#wpdcom .wpd-blog-administrator .wpd-comment-right .wpd-comment-last-edited,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment-header,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment-author,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment-author a,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment-right .wpd-comment-text,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment .wpd-reply-to,
#wpdcom .wpd-blog-wpseo_manager .wpd-reply-to,
#wpdcom .wpd-blog-wpseo_manager .wpd-reply-to a,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment-footer .wpd-reply-button,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment-footer .wpd-reply-button svg,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment-footer .wpd-vote-result,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment-footer .wpd-vote-up svg,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment-footer .wpd-vote-down svg,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment-header .wpd-comment-link,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment-footer .wpd-toggle i,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment-footer .wpd-tools i,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment-status .wpd-closed,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment-status .wpd-sticky,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment-right .wpd-comment-last-edited {
    color: #fff !important;
    fill: #fff !important;
}

#wpdcom [class^="wpd_comment_level"],
#wpdcom .wpd-reply,
#wpdcom .wpd-comment,
#wpdcom .wpd-comment .wpd-comment-status .wpd-unapproved,
#wpdcom .wpd-comment-right .wpd-comment-last-edited,
#wpdcom .wpd-comment-text p:last-child {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
}

#wpdcom .wpd-comment-text a {
    background: #0161e781;
    color: #fff !important;
    margin-bottom: 3px !important;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 5px;
}

#wpdcom .wpd-comment-text a:hover {
    background: #0160e7;
}

#wpdcom .wpd-blog-post_author .wpd-comment .wpd-reply-to,
#wpdcom .wpd-blog-post_author .wpd-comment-footer .wpd-sep,
#wpdcom .wpd-blog-administrator .wpd-comment .wpd-reply-to,
#wpdcom .wpd-blog-administrator .wpd-comment-footer .wpd-sep,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment .wpd-reply-to,
#wpdcom .wpd-blog-wpseo_manager .wpd-comment-footer .wpd-sep {
    border-color: #fff !important;
}

#wpdcom .wpd-thread-list {
    padding: 20px 0 10px 0 !important;
}

#wpdcom .wpd-comment-status .wpd-sticky {
    color: #999 !important;
}

#wpdcom .ql-editor > * {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

#wpdcom .wpd-second-button {
    background-color: #ffffff !important;
}

#wpdcom input[type="button"],
#wpdcom input[type="reset"],
#wpdcom input[type="submit"],
#wpdcom button {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

#wpdcom .ql-toolbar {
    border-radius: 0 0 20px 20px !important;
}

#wpdcom .ql-container {
    border-radius: 20px 20px 0 0 !important;
}

#wpdcom .wc-field-submit input[type="submit"],
#wpdcom input[type="button"],
#wpdcom input[type="reset"],
#wpdcom input[type="submit"],
#wpdcom button,
#wpdcom .wpd_label__check i {
    border-radius: 30px !important;
}

#wpdcom .wpd-auth .wpd-login,
#wpdcom .wpd-thread-head .wpd-thread-info,
#wpdcom .ql-editor::before,
#wpdcom .wpd-comment-date,
.wpd-vote-result.wpd-vote-result-like,
#comments #wpdcom span,
#respond #wpdcom span,
#wpdcom span {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    letter-spacing: 0 !important;
}

#wpdcom .wpd-auth .wpd-login a:nth-child(1) {
    font-weight: bolder !important;
}

.ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: 0px;
}

#wpdcom .wpd-comment-text ul {
    list-style-type: disc !important;
}

#wpdcom .wpd-comment-text ol {
    list-style-type: decimal !important;
}

#wpdcom .wpd-comment {
    direction: rtl !important;
}

#wpdcom .wpd-thread-list {
    max-height: 350px;
    overflow-y: scroll;
    direction: ltr !important;
}

@media screen and (max-width: 768px) {
    #wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap textarea {
        height: 100px !important;
    }
}

.box-buy-form {
    display: none;
}

.box-buy-form #wpd-post-rating {
    background: none !important;
    box-shadow: none !important;
    margin-bottom: -20px !important;
}

.box-pricing-table {
    background-color: var(--bg-light);
    border-radius: 20px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    padding-bottom: 10px;
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.box-services:not(.block-service-bestsellers) .box-pricing-table {
    min-height: 250px;
    /*min-height: 365px;*/
}

.box-services .slick-slide {
    padding: 10px;
}

.box-pricing-table:hover {
    background: #fff;
    box-shadow: 0 0 100px rgb(0, 0, 0, 0.2);
}

.box-pricing-table .pricing-table-header {
    width: 100%;
    min-height: 80px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    color: var(--color-light);
    line-height: 1.1;
    padding: 5px;
    box-sizing: border-box;
}

.box-pricing-table .pricing-table-header .service-qty {
    font-size: 25px;
    /*font-size: 30px;*/
    font-weight: bold;
    padding-top: 10px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.box-pricing-table .pricing-table-header .service-name {
    font-size: 15px;
    /*font-size: 22px;*/
    color: var(--color-light);
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-weight: bold;
    margin: 8px 0 12px;
}

.box-pricing-table .pricing-table-body {
    padding: 0 5px;
}

.box-pricing-table .service-discount-qty {
    position: relative;
    width: 135px;
    padding: 2px 10px;
    margin: 10px auto 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    color: #ff6865;
    background: #e8656329;
    font-weight: bold;
}

.box-pricing-table .service-discount-qty::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #e8656329;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.box-pricing-table .pricing-table-body .service-original-price {
    position: relative;
    text-align: center;
    margin-top: 8px;
    font-size: 20px;
    color: #7a7a7a;
}

.box-pricing-table .pricing-table-body .service-original-price {
    font-weight: bold !important;
}

.service-discount-price .discount-price {
    font-size: 30px;
    /*font-size: 35px;*/
    font-weight: bold !important;
}

.elementor-field-group > label {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.service-discount-price * {
    font-size: 18px;
}

.box-pricing-table .pricing-table-body .service-original-price .service-currency {
    font-size: 14px;
}

.box-pricing-table .pricing-table-body .service-original-price::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    opacity: 0.8;
    background-color: #f44336;
    transform: translateY(-50%) rotate(-25deg);
    top: 40%;
}

.box-pricing-table .pricing-table-body .service-discount-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 35px;
    line-height: 1;
    margin: 10px auto;
    color: #26282b;
}

.box-pricing-table .pricing-table-body .service-discount-price .service-currency {
    font-size: 17px;
}

.box-pricing-table .pricing-table-body .service-description,
.box-pricing-table .pricing-table-body .service-short-description {
    font-size: 15px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    text-align: center;
}

.box-pricing-table .pricing-table-footer .btn-buy.btn_primary {
    display: block;
    text-decoration: none;
    border-radius: 10px;
    font-size: 22px;
    color: var(--color-light);
    background-color: #00838f;
    font-weight: bold;
    width: 110px;
    text-align: center;
    margin: 0 auto 10px;
    border: 0;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    transition: all 300ms linear;
}

.box-pricing-table .pricing-table-footer .btn-buy.btn_primary:hover,
.box-pricing-table .pricing-table-footer .btn-buy.btn_primary.active {
    background-color: #0097a7;
    transform: scale(1.1);
}

.box-pricing-table .service-short-description ul {
    list-style: none !important;
}

.box-services .slick-arrow {
    background: transparent !important;
    height: 110% !important;
    border-radius: 0 !important;
    top: 0% !important;
    box-shadow: none !important;
    animation: pulse 0.5s ease-in-out infinite alternate !important;
}

.box-services .slick-arrow:hover {
    background: transparent !important;
}

[dir="rtl"] .box-services .slick-next:before {
    content: "❯" !important;
}

[dir="rtl"] .box-services .slick-prev:before {
    content: "❮" !important;
}

.box-services .slick-next:before,
.box-services .slick-prev:before {
    color: #2e86de !important;
    font-size: 40px;
    font-weight: bolder;
}

.box-services .elementor-widget-price-table .elementor-widget-container {
    background-color: transparent !important;
}

.form-buy .elementor-field-group {
    width: 49%;
}

.e-form__indicators__indicator,
.e-form__indicators__indicator__label {
    white-space: nowrap;
}

.e-form__step:not(.elementor-hidden) {
    justify-content: center !important;
}

.form-buy .elementor-field-type-previous {
    display: flex;
    justify-content: center;
    font-weight: bold !important;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
}

.form-buy .form-service-name {
    text-align: center;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}


/* .form-buy .elementor-field-type-submit {
	font-weight: bold !important;
	font-family: 'IRANYekanXVF', IRANYekanX, sans-serif !important;
}

.form-buy .e-form__buttons {
	font-weight: bold !important;
	font-family: 'IRANYekanXVF', IRANYekanX, sans-serif !important;
} */

.form-buy .elementor-field-type-next {
    margin: 0 auto !important;
    justify-content: center !important;
}

.form-buy .elementor-message {
    display: none !important;
}

.form-buy .elementor-message,
.alert-box {
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    margin: 10px auto !important;
    font-size: 14px !important;
}

.form-buy .elementor-col-33 {
    margin-bottom: 15px !important;
    width: 98% !important;
}

.form-buy .buy-form-service-description {
    padding: 10px;
    font-size: 13px;
    border-radius: 15px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    margin: 0px auto !important;
    max-height: 170px;
    overflow-x: hidden;
    overflow-y: scroll;
    direction: ltr !important;
    text-align: right !important;
    animation: grow 0.3s;
    direction: rtl !important;
}

.form-buy .buy-form-service-description ul {
    padding-right: 25px !important;
}

.form-buy .buy-form-order-description {
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
    border-radius: 15px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    margin: 0 auto !important;
    height: 40px;
    line-height: 29px;
    animation: grow 0.3s;
}

.alert-box {
    padding: 2px 10px !important;
    margin: 0 auto !important;
}

.form-buy .elementor-col-80 {
    height: 50px !important;
    width: 98% !important;
}

.alert-box.alert-success,
.form-buy .elementor-message.elementor-message-success,
.form-buy .buy-form-service-description.success,
.form-buy .buy-form-order-description.success {
    color: #044c09 !important;
    background: #d0fcd2 !important;
    margin-top: 20px;
}

.alert-box.alert-danger,
.form-buy .elementor-message.elementor-message-danger,
.form-buy .buy-form-service-description.danger,
.form-buy .buy-form-order-description.danger {
    color: #770000 !important;
    background: #ffdcdc !important;
    margin-top: 20px;
}

.alert-box.alert-info,
.form-buy .elementor-message.elementor-message-info,
.form-buy .buy-form-service-description.info,
.form-buy .buy-form-order-description.info {
    color: #002f79 !important;
    background: #c7e6ff !important;
    margin-top: 20px;
}

.alert-box.alert-warning,
.form-buy .elementor-message.elementor-message-warning,
.form-buy .buy-form-service-description.warning,
.form-buy .buy-form-order-description.warning {
    color: #5e5200 !important;
    background: #ffecd1 !important;
    margin-top: 20px;
}

.alert-box.alert-secondary,
.form-buy .elementor-message.elementor-message-secondary,
.form-buy .buy-form-service-description.secondary,
.form-buy .buy-form-order-description.secondary {
    color: #3c3c3c !important;
    background: #f7f7f7 !important;
    margin-top: 20px;
}

.alert-box.alert-transparent,
.form-buy .elementor-message.elementor-message-transparent,
.form-buy .buy-form-service-description.transparent,
.form-buy .buy-form-order-description.transparent {
    color: #3c3c3c !important;
    background: transparent !important;
    margin-top: 20px;
}

@media screen and (max-width: 600px) {
    .form-buy .elementor-form-fields-wrapper .elementor-column {
        width: 100%;
    }
}

.data-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.data-box .qty-box,
.data-box .price-box {
    width: 100%;
    height: 46px;
    line-height: 36px;
    border-radius: 15px;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-weight: bold;
    font-size: 14px;
    animation: grow 0.3s;
}

.data-box .qty-box {
    background: linear-gradient(276deg, #0d47a1, #0383c9) !important;
}

.data-box .price-box {
    background: linear-gradient(-276deg, #0d47a1, #0383c9) !important;
}

.data-box .price-title,
.data-box .qty-title {
    padding-left: 5px;
    font-size: 16px;
}

.data-box .prices-old,
.data-box .qty-unit {
    position: relative;
}

.data-box .prices-old:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    opacity: 0.8;
    background-color: #f44336;
    transform: translateY(-50%) rotate(-20deg);
    top: 50%;
}

.data-box .prices-discount,
.data-box .qty {
    padding-right: 5px;
    font-size: 25px;
}

input#form-field-discount {
    padding-left: 70px;
}

.form-buy .elementor-col-20 {
    position: absolute;
    left: 0;
    top: 0;
}

.discount-box {
    position: absolute;
    left: 20px;
    top: 46px !important;
}

.discount-box button.discount-btn {
    background: #0097a7;
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: 3px 12px 2px 12px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-weight: bold !important;
    font-size: 16px;
    transition: all 200ms ease-in;
}

.discount-box button.discount-btn:hover,
.discount-box button.discount-btn:focus,
.discount-box button.discount-btn.active {
    background: #00838f;
}

.discount-box {
    position: absolute;
    left: 12px;
    top: 53px;
}

@media screen and (max-width: 600px) {
    .discount-box {
        left: 12px;
        top: 53px;
    }
}

.final-price,
.final-amount {
    width: 100%;
    height: 46px;
    line-height: 36px;
    border-radius: 15px;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-weight: bold;
    font-size: 14px;
    background: linear-gradient(-276deg, #66bb6a, #469f5c, #66bb6a) !important;
    padding-left: 5px;
}

.final-price {
    background: #019da7 !important;
    /* background: linear-gradient(-276deg, #00b59f, #03b49f, #00a08c) !important; */
}

.form-buy .elementor-col-30 {
    animation: grow 0.3s;
    display: none;
    margin-bottom: 5px !important;
}

@keyframes grow {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.final-price .final-price-number,
.final-price .final-price-discount,
.final-amount .final-amount-number,
.final-amount .final-amount-discount {
    padding-right: 5px;
    font-size: 25px;
}

.final-price .final-price-currency,
.final-price .final-price-discount-label,
.final-amount .final-amount-currency,
.final-amount .final-amount-discount-label {
    /* padding-right: 5px; */
    font-size: 14px;
    font-weight: 100;
}

/* New */
.elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_12e08ab.elementor-col-100 {
    display: flex;
    align-items: flex-end;
}

.elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_177ed3d.elementor-col-30 {
    display: flex !important;
    align-items: flex-end !important;
}

/* final-price */
/*
.elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_5e1547c.elementor-col-30 {
	display: flex !important;
	align-items: flex-end !important;
} */

/* Btn Check Link */
.check-link-box {
    position: absolute;
    left: 20px;
    top: 46px !important;
}

.check-link-box button.btn-check-link {
    background: #0097a7;
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: 3px 12px 2px 12px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 16px;
    transition: all 200ms ease-in;
}

.check-link-box button.btn-check-link:hover,
.check-link-box button.btn-check-link:focus,
.check-link-box button.btn-check-link.active {
    background: #00838f;
}

.check-link-box {
    position: absolute;
    left: 12px;
    top: 53px;
}

.block-check-link {
    text-align: center;
    padding-bottom: 20px;
}

.block-check-link-img {
    /* width: 350px; */
    /* height: 300px; */
    /* background: #eee; */
    padding: 10px;
    /* border-radius: 10px; */
    /* margin: 15px auto; */
}

.block-check-link button.btn-ok {
    background: #0097a7;
    border: none;
    width: 200px;
    border-radius: 10px;
    color: #fff;
    padding: 3px 12px 3px 12px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 20px;
    transition: all 200ms ease-in;
}

.block-check-link button.btn-ok:hover,
.block-check-link button.btn-ok:focus,
.block-check-link button.btn-ok.active {
    background: #00838f;
}

@media screen and (max-width: 600px) {
    .check-link-box {
        left: 12px;
        top: 53px;
    }
}

@media screen and (max-width: 430px) {
    .block-check-link-img {
        /* width: 90%; */
        /* height: 280px; */
        /* background: #eee; */
        /* padding: 10px; */
        /* border-radius: 10px; */
        /* margin: 10px auto; */
    }

    .block-check-link-img iframe {
        height: 450px !important;
    }
}

/* Btn Check Link */

@media screen and (max-width: 385px) {
    .form-buy .elementor-field-group {
        width: 100% !important;
    }
}

/* New */

#back-to-top.show {
    left: 10px !important;
    right: unset !important;
    bottom: 10px !important;
}

.e-form__indicators--type-icon,
.e-form__indicators--type-icon_text,
.e-form__indicators--type-number,
.e-form__indicators--type-number_text {
    display: none;
}

.block-notifications {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.block-notifications .title-notification {
    height: 30px;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    color: #fff;
}

.block-notifications .box-notifications {
    width: calc(100% - 60px);
    overflow: hidden;
    box-sizing: border-box;
    height: 30px;
    font-size: 13px;
    position: relative;
}

.box-notifications .marquee,
.box-notifications *[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
}

.box-notifications .marquee-content-items {
    display: inline-block;
    margin: 0;
    height: 30px;
    position: relative;
}

.box-notifications .marquee-content-items li {
    display: inline-block;
    line-height: 30px;
    color: #fff;
}

.box-notifications .marquee-content-items li::before {
    content: "|";
    margin: 0 10px;
}

.block-go-comments * {
    color: #fff;
}

.block-go-comments {
    margin: 0 auto;
    background: linear-gradient(276deg, #0d47a1, #0383c9);
    text-align: center;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 14px;
    border-radius: 15px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.block-go-comments:hover {
    transform: scale(1.01);
}

.badge {
    padding: 1px 10px;
    border-radius: 5px;
}

.badge.badge-success {
    color: #13a81a !important;
    background: #81c7844f !important;
}

.badge.badge-danger {
    color: #b60101 !important;
    background: #ffb0b066 !important;
}

.badge.badge-warning {
    color: #6a5d00 !important;
    background: #ffd39491 !important;
}

.badge.badge-info {
    color: #002f79bf !important;
    background: #addaff91 !important;
}

.badge.badge-pending {
    color: #002f79bf !important;
    background: #addaff91 !important;
}

.badge.badge-progress {
    color: #ab47bc !important;
    background: #ab47bc24 !important;
}

.badge.badge-complete {
    color: #13a81a !important;
    background: #81c7844f !important;
}

.badge.badge-incomplete {
    color: #6a5d00 !important;
    background: #ffd39491 !important;
}

.badge.badge-canceled {
    color: #b60101 !important;
    background: #ffb0b066 !important;
}

.badge.badge-secondary {
    color: #3c3c3c !important;
    background: #eaeaea !important;
}

.d-none {
    display: none !important;
}

.btn-primary {
    background: #0097a7 !important;
    font-size: 14px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    color: #fff !important;
    border: 0;
    border-radius: 10px;
    padding: 2px 15px;
    height: 30px;
    cursor: pointer;
    transition: all 300ms linear;
}

.btn-primary:hover,
.btn-primary.active {
    background: #00838f !important;
    transform: scale(1.05);
}

.btn-lg {
    padding: 0 30px !important;
    height: 40px !important;
    font-size: 16px !important;
    line-height: 41px !important;
}

.btn-sm {
    height: 25px !important;
    padding: 0 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    justify-content: space-between !important;
    font-size: 14px !important;
}

.btn-sm * {
    font-size: 14px !important;
}

.btn-danger {
    color: #b60101 !important;
    background: #ffb0b066 !important;
    border: 0;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 14px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    transition: all ease-in-out 250ms;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-around;
}

.btn-danger:hover {
    color: #fff !important;
    background: #ff4a4a !important;
}


#btn-close-buy-form {
    background: #ef5350 !important;
    margin-right: 10px;
}

.mr-1 {
    margin-right: 5px;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    max-height: 600px;
    margin: 0 auto;
    padding: 0;
    z-index: 999999;
    display: none;
}

.modal * {
    user-select: none;
}

.overlay-modal {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    display: none;
    /* backdrop-filter: blur(5px); */
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal .modal-content {
    max-width: 600px;
    margin: 0;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    animation: grow 0.3s;
}

.modal .modal-content *:not(.fa,.fas,.fab) {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

@media screen and (max-width: 610px) {
    .modal .modal-content {
        width: 98% !important;
    }
}

@media screen and (max-width: 650px) {
    .modal {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        justify-content: center;
    }
}

.modal .modal-content .modal-header {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-bottom: 2px solid #f4f4f4;
    border-radius: 5px 5px 0 0;
    z-index: 999;
}

.modal .modal-content .modal-header button.go-back,
.modal .modal-content .modal-header button.close {
    border: 0;
    background-color: transparent;
    margin-right: auto;
    font-size: 26px;
    cursor: pointer;
    color: #2b2f3e;
    padding: 0;
    border-radius: 15px 0 0 0;
    transition: all 300ms linear;
    position: absolute;
    left: 0;
    animation: grow 0.3s;
}

.modal .modal-content .modal-header button.close {
    /*font-size: 43px;
    width: 48px;
    height: 48px;
    line-height: 50px;*/
}

.modal .modal-content .modal-header button.go-back {
    right: 0 !important;
    border-radius: 0 15px 0 0;
    left: auto;
}

.modal .modal-content .modal-header button.go-back::before {
    content: "❮";
    font-size: 22px;
}

.modal .modal-content .modal-header button.close:hover,
.modal .modal-content .modal-header button.go-back:hover,
.modal .modal-content .modal-header button.close:focus,
.modal .modal-content .modal-header button.go-back:focus,
.modal .modal-content .modal-header button.go-back:active,
.modal .modal-content .modal-header button.close:active {
    background-color: rgba(255, 255, 255, 0.1);
}

.modal .modal-content .modal-header .modal-title {
    color: #2b2f3e;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    line-height: 2.4;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-weight: 500;
}

.modal .modal-content .modal-body {
    max-height: calc(600px - 70px);
    overflow-y: scroll;
    direction: ltr;
    margin: 10px 0;
    padding: 0 10px;
}

.modal .modal-content .modal-body * {
    direction: rtl;
    line-height: 20px !important;
}

.modal .modal-content .modal-body .block-tracking-data,
.modal .modal-content .modal-body .block-tracking-code {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 15px 15px 15px;
    direction: rtl !important;
}

.block-tracking-data [class^="box-"] {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.block-tracking-data [class^="box-"] > div {
    min-height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    border-radius: 15px;
}

.block-tracking-data [class^="box-"] .f-small {
    font-size: 13px;
}

.block-tracking-data [class^="box-"] > div:first-child {
    background: linear-gradient(276deg, #0d47a1, #0383c9);
    box-shadow: 0px 0px 10px #087cff87;
    width: 120px;
    color: #fff;
}

.block-orders-list [class^="box-"] > div:first-child {
    width: 180px;
}

.block-tracking-data [class^="box-"] > div:last-child {
    background: #eef2f5;
    width: calc(100% - 120px);
    margin-right: 10px;
    color: #546e7a;
    font-size: 16px;
    padding: 0 5px;
    overflow-y: hidden !important;
}

.block-orders-list [class^="box-"] > div:last-child {
    width: calc(100% - 180px);
}

.block-tracking-data [class^="box-"] > div:last-child a {
    color: #0383c9;
    text-decoration: underline;
}

.block-tracking-data [class^="box-"] > div:last-child a[href="undefined"] {
    color: #546e7a;
    text-decoration: none;
    cursor: default;
}

.block-tracking-data [class^="box-"] > div:last-child:hover,
.block-tracking-data [class^="box-"] > div:last-child:focus,
.block-tracking-data [class^="box-"] > div:last-child:active {
    background: #daebf8;
}

.block-tracking-data [class^="box-"] > div:last-child a[href="undefined"]:hover,
.block-tracking-data [class^="box-"] > div:last-child a[href="undefined"]:focus,
.block-tracking-data [class^="box-"] > div:last-child a[href="undefined"]:active {
    color: #002f79bf;
}

.block-tracking-data [class^="box-"] > div:last-child a[href="undefined"]:hover,
.block-tracking-data [class^="box-"] > div:last-child a[href="undefined"]:focus,
.block-tracking-data [class^="box-"] > div:last-child a[href="undefined"]:active {
    color: #546e7a;
}

.block-tracking-data [class^="box-"] > div:first-child a {
    color: #fff;
}

.block-tracking-data [class^="box-"] > div:first-child a:hover,
.block-tracking-data [class^="box-"] > div:first-child a:focus,
.block-tracking-data [class^="box-"] > div:first-child a:active {
    color: #ade2ff;
}

.block-tracking-data [class^="box-"] .data {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    min-height: 45px;
    line-height: 40px;
    max-width: 100%;
}

.block-tracking-data [class^="box-"] .data span {
    padding-left: 5px;
}

.block-tracking-data [class^="box-"] .data span.badge {
    padding-left: 5px;
    padding-right: 5px;
}

.block-tracking-data .box-tracking-code .data {
    flex-direction: row;
}

.block-tracking-data .box-tracking-code .data span {
    flex-direction: row;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
}

.status-desc {
    color: #770000 !important;
    background: #ffdcdc !important;
}

.block-tracking-code .nav-tab {
    display: flex;
    justify-content: center;
    list-style-type: none;
    border-bottom: 2px solid #eef2f5;
    margin: 10px;
}

@media screen and (max-width: 610px) {
    .block-tracking-data [class^="box-"] {
        background: #daebf8;
        flex-wrap: wrap;
        padding: 10px;
        border-radius: 15px;
        justify-content: flex-start !important;
    }

    .block-tracking-data [class^="box-"] > div:first-child,
    .block-orders-list [class^="box-"] > div:first-child {
        width: 100% !important;
        margin: 0 auto;
    }

    .block-tracking-data [class^="box-"] > div:last-child {
        width: 100% !important;
        margin-top: 5px;
        margin-right: 0 !important;
        background: transparent;
    }
}

.nav-tab a {
    margin: 0 5px -1px 5px;
    padding: 5px 20px;
    border: 0;
    border-radius: 10px 10px 0 0;
    background-color: #e8f3fd;
    color: #1e88e5;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    transition: all 300ms linear;
    cursor: pointer;
    font-size: 16px;
}

@media screen and (max-width: 460px) {
    .block-tracking-code .nav-tab {
        flex-wrap: wrap !important;
        border-bottom: 0 !important;
    }

    .block-tracking-code .nav-tab button {
        width: 100% !important;
        border-radius: 10px !important;
        margin: 5px auto !important;
    }

    .nav-tab a {
        width: 100% !important;
        border-radius: 10px !important;
        text-align: center;
        margin: 5px auto !important;
    }
}

.block-tracking-code .nav-tab button {
    margin: 0 5px -1px 5px;
    padding: 5px 20px;
    border: 0;
    border-radius: 10px 10px 0 0;
    background-color: #e8f3fd;
    color: #1e88e5;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    transition: all 300ms linear;
    cursor: pointer;
    font-size: 16px;
}

.block-tracking-data .time {
    direction: ltr;
}

.block-tracking-code .nav-tab button.active,
.block-tracking-code .nav-tab button:hover {
    background-color: #1e88e5;
    color: #fff;
}

.block-tracking-code .box-input {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 10px auto;
    display: none !important;
    animation: grow 0.3s;
}

.block-tracking-code .box-input.active {
    display: block !important;
}

.block-tracking-code .box-input label {
    display: block;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    text-align: center;
    color: #546e7a;
    font-size: 16px;
}

.block-tracking-code .box-input input {
    background-color: #eef2f5;
    border: 0;
    padding: 5px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    margin: 10px auto;
    outline: 0;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.block-tracking-code .box-input button {
    display: block;
    margin: 10px auto;
}

.box-form-orders {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.box-form-orders label {
    text-align: right;
}

.box-form-tracking {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.box-form-tracking .form_control {
    margin: 0px 10px;
    width: 250px;
}

.box-form-orders .form_control {
    margin: 0 10px;
    width: 250px;
}

@media screen and (max-width: 560px) {
    .box-form-tracking,
    .box-form-orders {
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }

    .box-form-tracking .form_control,
    .box-form-orders .form_control {
        margin: 0 !important;
        width: 100% !important;
    }

    .box-form-tracking label,
    .box-form-orders label {
        text-align: right !important;
    }
}

.box-tracking-code .btnTrackingCode {
    line-height: 2.5 !important;
}

.btnTrackingCode .fa-copy {
    font-size: 17px !important;
}

.block-orders-list .data-orders-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px 10px;
}

.modal .alert-box {
    padding: 5px 10px !important;
    font-size: 14px !important;
}

@media screen and (max-width: 600px) {
    .block-orders-list .data-orders-item {
        justify-content: space-around;
    }
}

@media screen and (max-width: 420px) {
    .block-orders-list .date_time {
        display: none;
    }
}

.box-go-to-payment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.box-go-to-payment h4 {
    color: #0097a7;
    text-shadow: 0 5px 5px #0096a770;
    font-size: 20px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    display: flex;
    flex-direction: row;
    margin: 20px auto;
    text-align: center;
    direction: ltr !important;
}

.box-go-to-payment .box-progress-bar {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transform: scale(1);
    animation: pulse 2s infinite;
}

.box-go-to-payment .box-progress-bar .counter-time {
    color: #0097a7;
    text-shadow: 0 5px 5px #0096a770;
    font-size: 20px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    display: flex;
    flex-direction: row;
}

.box-go-to-payment .box-progress-bar .counter-time span {
    margin: 0 2px;
}

.wrapper {
    width: 100px;
    height: 100px;
    position: absolute;
    clip: rect(0px, 100px, 100px, 50px);
}

.circle {
    width: 100px;
    height: 100px;
    border: 10px solid #0097a7;
    border-radius: 50px;
    position: absolute;
    clip: rect(0px, 50px, 100px, 0px);
}

div[data-anim~="base"] {
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
}

.wrapper[data-anim~="wrapper"] {
    -webkit-animation-duration: 0.01s;
    -webkit-animation-delay: 1.5s;
    -webkit-animation-name: close-wrapper;
}

.circle[data-anim~="left"] {
    -webkit-animation-duration: 3s;
    -webkit-animation-name: left-spin;
}

.circle[data-anim~="right"] {
    -webkit-animation-duration: 1.5s;
    -webkit-animation-name: right-spin;
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(180deg);
    }
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes close-wrapper {
    to {
        clip: rect(auto, auto, auto, auto);
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #00b8ccb6;
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes pulseEffect {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}


.btn-loading {
    position: relative;
    opacity: 0.5;
}

.btn-loading::before {
    content: "";
    box-sizing: border-box;
    display: inline-block;
    border: 3px solid;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    border-radius: 50%;
    border-color: #999 #eee #eee #eee;
    pointer-events: none;
    animation: btn-loading-spinner 1.2s infinite ease;
    opacity: 1;
    position: absolute;
    left: 5px;
    /*top: 12px;*/
    top: 0;
}

@keyframes btn-loading-spinner {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}

.progress-bar-container {
    width: 70%;
    display: flex;
    height: 20px;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #ffffff;
    border-radius: 15px;
    margin: 5px 10px;
    direction: ltr;
}

.progress-bar-tracker {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width 0.6s ease;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 16px;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    background-image: linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-size: 1rem 1rem;
}

.progress-bar-tracker.progress-bar-tracker-success {
    background: #81c784de !important;
    background-image: linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-size: 1rem 1rem;
}

.progress-bar-tracker.progress-bar-tracker-danger {
    background: #ffb0b0cb !important;
    background-image: linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-size: 1rem 1rem;
}

.progress-bar-tracker.progress-bar-tracker-warning {
    background: #ffd294bb !important;
    background-image: linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-size: 1rem 1rem;
}

.progress-bar-tracker.progress-bar-tracker-info {
    background: #addaffe1 !important;
    background-image: linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-size: 1rem 1rem;
}

.statusBox .badge {
    height: 30px;
    line-height: 30px;
    margin: 5px auto;
}

.statusBox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 610px) {
    .progress-bar-container {
        width: 100%;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.floating-menu {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0160e7;
    position: fixed;
    bottom: 15px;
    right: 10px;
    /* left: 10px; */
    direction: rtl;
    z-index: 999;
}

.floating-menu input {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.floating-menu input:checked ~ .plus-icon {
    transform: rotate(135deg);
}

.floating-menu input:checked ~ .floating-nav li:nth-child(1) a,
.floating-menu input:checked ~ .floating-nav li:nth-child(2) a,
.floating-menu input:checked ~ .floating-nav li:nth-child(3) a,
.floating-menu input:checked ~ .floating-nav li:nth-child(4) a {
    opacity: 1;
}

.floating-menu input:checked ~ .floating-nav li:nth-child(1) {
    transform: translateY(-48px);
}

.floating-menu input:checked ~ .floating-nav li:nth-child(2) {
    transform: translateY(-88px);
}

.floating-menu input:checked ~ .floating-nav li:nth-child(3) {
    transform: translateY(-128px);
}

.floating-menu input:checked ~ .floating-nav li:nth-child(4) {
    transform: translateY(-168px);
}

.floating-menu input:checked ~ .plus-icon {
    background: #fe4c1c;
    box-shadow: 1px 1px 30px #fe4d1ca2;
}

.floating-menu input ~ .plus-icon {
    transform: rotate(0);
}

.floating-menu > .plus-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 1;
    color: #ffffff;
    background: #0160e7;
    border-radius: 50%;
    transform: rotate(0);
    -webkit-transition: -webkit-all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    pointer-events: none;
    position: absolute;
    box-shadow: 1px 1px 30px #0161e786;
}

.floating-menu > .floating-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.floating-menu > .floating-nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fe4c1c;
    cursor: pointer;
    position: absolute;
    -webkit-transition: -webkit-all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}

.floating-menu > .floating-nav li:hover {
    background: #0160e7;
}

.floating-menu > .floating-nav li:hover span.floating-nav-title {
    background: #0160e7;
    color: #ffffff;
}

.floating-menu > .floating-nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    -webkit-transition: -webkit-all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    opacity: 0;
}

.floating-menu > .floating-nav li span {
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    -webkit-transition: -webkit-all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}

.floating-menu > .floating-nav li span.floating-nav-title {
    background-color: #fff;
    border-radius: 10px;
    color: #353b48;
    box-shadow: 1px 1px 30px #0000001f;
    white-space: nowrap;
    position: absolute;
    right: 110%;
    /* left: 110%; */
    padding: 8px 15px;
}

.floating-menu-support {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 75px;
    right: 16px;
    direction: rtl;
    z-index: 999;
    background: #fe4c1c;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
}

@media screen and (max-width: 760px) {
    .floating-menu-support {
        bottom: 75px;
        right: 16px;
    }
}

.tracking-code-btn,
.tracking-code-btn:hover {
    text-decoration: none !important;
}

.pagination-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 100%;
    margin: 20px auto 5px auto;
    list-style-type: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.pagination-box .number-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.pagination-box li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    text-decoration: none;
    margin: 0 1px;
    border-radius: 5px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    color: #000;
    background-color: #dfe7ec;
    border: 1px solid #e7f2fa;
    transition: all 0.3s ease;
}

.pagination-box li.disabled a {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-box li.active a,
.pagination-box li:hover a {
    background: linear-gradient(276deg, #0d47a1, #0383c9);
    box-shadow: 0px 0px 10px #087cff87;
    color: #fff;
}

.box-bestsellers {
    position: relative;
    min-height: 190px;
    /* max-height: 350px; */
}

.box-bestsellers .pricing-table-header {
    position: relative;
    overflow: hidden;
    /* background-color: #2a4eb9; */
    /* box-shadow: 0px 5px 10px #2a4eb99e; */
    min-height: 70px !important;
}

.box-bestsellers .service-discount-qty {
    position: absolute;
    right: -40px;
    top: 5px;
    padding: 5px 0px;
    margin: 10px auto 10px;
    font-size: 14px;
    color: #fff;
    background: #ff6865;
    transform: rotate(45deg);
}

.box-bestsellers .service-sales-counts {
    background: #5fb56729;
    color: #5fb567;
    text-align: center;
    border-radius: 5px;
    margin: 10px;
    padding: 0;
    font-size: 13px;
}

.box-bestsellers .service-short-description {
    margin-top: 10px;
}

.box-bestsellers .service-short-description ul {
    overflow: hidden;
    /* max-height: 135px; */
}

.box-bestsellers .pricing-table-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.box-bestsellers .pricing-table-header .service-name,
.box-bestsellers .pricing-table-body .service-discount-price .service-currency,
.box-bestsellers .pricing-table-footer .btn-buy {
    font-size: 18px !important;
}

.box-bestsellers .pricing-table-header .service-name {
    font-size: 14px !important;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-weight: normal;
}

.box-bestsellers .pricing-table-header .service-qty {
    font-size: 20px !important;
}

.box-bestsellers .pricing-table-header .service-qty,
.box-bestsellers .pricing-table-body .service-discount-price {
    font-size: 20px !important;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.free-btn-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    list-style-type: none;
}

.free-btn-tabs li {
    display: block;
}

.free-btn-tabs .tab-free {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 5px;
    width: 140px;
    min-height: 140px;
    line-height: 30px;
    border: 0;
    outline: 0;
    border-radius: 15px;
    cursor: pointer;
    padding: 10px 5px;
    font-size: 20px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    color: white;
    background-color: #ffffff0f;
    transition: all 300ms ease;
}

.free-btn-tabs .tab-free .box_icon {
    position: relative;
    width: 55px;
    height: 55px;
    line-height: 66px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 32px;
}

.free-btn-tabs .tab-free.active .tab-title:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: -1;
    bottom: -8px;
    left: 50%;
    margin-left: -20px;
    transform: rotate(-45deg);
    border-radius: 4px;
}

span.badge-limit.badge {
    position: absolute;
    top: -5px;
    right: -20px;
    width: 65px;
    height: 30px;
    transform: rotate(45deg);
    padding: 2px;
    background: #ffffff !important;
    display: none;
}

/* ig-follower */
.free-btn-tabs .tab-free#tab-free-ig-follower-free .box_icon {
    background-color: var(--bg-follower);
    color: var(--color-light);
}

.free-btn-tabs .tab-free#tab-free-ig-follower-free:hover,
.free-btn-tabs .tab-free#tab-free-ig-follower-free.active,
.free-btn-tabs .tab-free#tab-free-ig-follower-free.active .tab-title:after {
    background-color: var(--bg-follower);
}

.free-btn-tabs .tab-free#tab-free-ig-follower-free:hover .box_icon,
.free-btn-tabs .tab-free#tab-free-ig-follower-free.active .box_icon {
    background-color: var(--color-light) !important;
    color: var(--bg-follower);
}

span.badge-limit.badge.badge-ig-follower-free {
    color: var(--bg-follower);
}

/* ig-like */
.free-btn-tabs .tab-free#tab-free-ig-like-free .box_icon {
    background-color: var(--bg-like);
    color: var(--color-light);
}

.free-btn-tabs .tab-free#tab-free-ig-like-free:hover,
.free-btn-tabs .tab-free#tab-free-ig-like-free.active,
.free-btn-tabs .tab-free#tab-free-ig-like-free.active .tab-title:after {
    background-color: var(--bg-like);
}

.free-btn-tabs .tab-free#tab-free-ig-like-free:hover .box_icon,
.free-btn-tabs .tab-free#tab-free-ig-like-free.active .box_icon {
    background-color: var(--color-light) !important;
    color: var(--bg-like);
}

span.badge-limit.badge.badge-ig-like-free {
    color: var(--bg-like);
}

/* ig-comment */
.free-btn-tabs .tab-free#tab-free-ig-comment .box_icon {
    background-color: var(--bg-comment);
    color: var(--color-light);
}

.free-btn-tabs .tab-free#tab-free-ig-comment:hover,
.free-btn-tabs .tab-free#tab-free-ig-comment.active,
.free-btn-tabs .tab-free#tab-free-ig-comment.active .tab-title:after {
    background-color: var(--bg-comment);
}

.free-btn-tabs .tab-free#tab-free-ig-comment:hover .box_icon,
.free-btn-tabs .tab-free#tab-free-ig-comment.active .box_icon {
    background-color: var(--color-light) !important;
    color: var(--bg-comment);
}

span.badge-limit.badge.badge-ig-comment {
    color: var(--bg-comment);
}

/* ig-video-view */
.free-btn-tabs .tab-free#tab-free-ig-video-view-free .box_icon {
    background-color: var(--bg-comment);
    color: var(--color-light);
}

.free-btn-tabs .tab-free#tab-free-ig-video-view-free:hover,
.free-btn-tabs .tab-free#tab-free-ig-video-view-free.active,
.free-btn-tabs .tab-free#tab-free-ig-video-view-free.active .tab-title:after {
    background-color: var(--bg-comment);
}

.free-btn-tabs .tab-free#tab-free-ig-video-view-free:hover .box_icon,
.free-btn-tabs .tab-free#tab-free-ig-video-view-free.active .box_icon {
    background-color: var(--color-light) !important;
    color: var(--bg-comment);
}

span.badge-limit.badge.badge-ig-video-view-free {
    color: var(--bg-comment);
}

/* ig-story */
.free-btn-tabs .tab-free#tab-free-instagram-story-free .box_icon {
    background-color: var(--bg-story);
    color: var(--color-light);
}

.free-btn-tabs .tab-free#tab-free-instagram-story-free:hover,
.free-btn-tabs .tab-free#tab-free-instagram-story-free.active,
.free-btn-tabs .tab-free#tab-free-instagram-story-free.active .tab-title:after {
    background-color: var(--bg-story);
}

.free-btn-tabs .tab-free#tab-free-instagram-story-free:hover .box_icon,
.free-btn-tabs .tab-free#tab-free-instagram-story-free.active .box_icon {
    background-color: var(--color-light) !important;
    color: var(--bg-story);
}

span.badge-limit.badge.badge-instagram-story-free {
    color: var(--bg-story);
}

/* ig-igtv-view */
.free-btn-tabs .tab-free#tab-free-ig-igtv-view-free .box_icon {
    background-color: var(--bg-view-igtv);
    color: var(--color-light);
}

.free-btn-tabs .tab-free#tab-free-ig-igtv-view-free:hover,
.free-btn-tabs .tab-free#tab-free-ig-igtv-view-free.active,
.free-btn-tabs .tab-free#tab-free-ig-igtv-view-free.active .tab-title:after {
    background-color: var(--bg-view-igtv);
}

.free-btn-tabs .tab-free#tab-free-ig-igtv-view-free:hover .box_icon,
.free-btn-tabs .tab-free#tab-free-ig-igtv-view-free.active .box_icon {
    background-color: var(--color-light) !important;
    color: var(--bg-view-igtv);
}

span.badge-limit.badge.badge-ig-igtv-view-free {
    color: var(--bg-view-igtv);
}

/* tlg-group-member */
.free-btn-tabs .tab-free#tab-free-telegram-post-view-free .box_icon {
    background-color: var(--bg-retweet);
    color: var(--color-light);
}

.free-btn-tabs .tab-free#tab-free-telegram-post-view-free:hover,
.free-btn-tabs .tab-free#tab-free-telegram-post-view-free.active,
.free-btn-tabs .tab-free#tab-free-telegram-post-view-free.active .tab-title:after {
    background-color: var(--bg-retweet);
}

.free-btn-tabs .tab-free#tab-free-telegram-post-view-free:hover .box_icon,
.free-btn-tabs .tab-free#tab-free-telegram-post-view-free.active .box_icon {
    background-color: var(--color-light) !important;
    color: var(--bg-retweet);
}

span.badge-limit.badge.badge-telegram-post-view-free {
    color: var(--bg-member-group);
}

/* tlg-channel-member */
.free-btn-tabs .tab-free#tab-free-tlg-channel-member .box_icon {
    background-color: var(--bg-story);
    color: var(--color-light);
}

.free-btn-tabs .tab-free#tab-free-tlg-channel-member:hover,
.free-btn-tabs .tab-free#tab-free-tlg-channel-member.active,
.free-btn-tabs .tab-free#tab-free-tlg-channel-member.active .tab-title:after {
    background-color: var(--bg-story);
}

.free-btn-tabs .tab-free#tab-free-tlg-channel-member:hover .box_icon,
.free-btn-tabs .tab-free#tab-free-tlg-channel-member.active .box_icon {
    background-color: var(--color-light) !important;
    color: var(--bg-story);
}

span.badge-limit.badge.badge-tlg-channel-member {
    color: var(--bg-member-channel);
}

/* tlg-post-view */
.free-btn-tabs .tab-free#tab-free-telegram-post-view .box_icon {
    background-color: var(--bg-retweet);
    color: var(--color-light);
}

.free-btn-tabs .tab-free#tab-free-telegram-post-view:hover,
.free-btn-tabs .tab-free#tab-free-telegram-post-view.active,
.free-btn-tabs .tab-free#tab-free-telegram-post-view.active .tab-title:after {
    background-color: var(--bg-retweet);
}

.free-btn-tabs .tab-free#tab-free-telegram-post-view:hover .box_icon,
.free-btn-tabs .tab-free#tab-free-telegram-post-view.active .box_icon {
    background-color: var(--color-light) !important;
    color: var(--bg-retweet);
}

span.badge-limit.badge.badge-tlg-post-view {
    color: var(--bg-retweet);
}

.free-content-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.free-content-tabs[id^="free-content-"] h2 {
    color: var(--color-light);
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.free-content-tabs[id^="free-content-"] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* display: none; */
}

.free-content-tabs[id^="free-content-"] {
    animation: grow 0.3s !important;
}

.tab-content-form .form-step [class^="box-"] {
    animation: grow 0.3s !important;
}

.free-content-tabs[id^="free-content-"] .tab-content-details p {
    color: var(--color-light);
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 15px;
    text-align: justify;
}

.tab-content-details li {
    color: var(--color-light);
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 15px;
}

@media screen and (max-width: 1024px) {
    .free-content-tabs[id^="free-content-"] .tab-content-details {
        width: 100% !important;
    }

    .free-content-tabs[id^="free-content-"] .tab-content-details h2 {
        text-align: center;
    }
}

.free-content-tabs[id^="free-content-"].show {
    display: flex !important;
}

.tab-content-form {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tab-content-form .alert-box #copy_to_clipboard_free_btn {
    float: left;
}

.tab-content-form .btn-free,
.tab-content-form .btn-step-free {
    color: white;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 20px;
    border: 0;
    border-radius: 30px;
    padding: 5px 60px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tab-content-form .btn-free:hover,
.tab-content-form .btn-step-free:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.btn-step-free.btn-loading::before {
    left: 10px !important;
    top: 14px !important;
}

.btn-step-free {
    margin-bottom: 20px;
}

.tab-content-form .box-phone-number,
.tab-content-form .box-sms-code,
.tab-content-form .box-link-social,
.tab-content-form .box-alert-handler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tab-content-form .box-phone-number input,
.tab-content-form .box-sms-code input,
.tab-content-form .box-link-social input,
.tab-content-form .box-alert-handler input {
    width: 100%;
    display: block;
    background-color: white;
    border: 0;
    text-align: center;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    color: #505050;
    border-radius: 35px;
    padding: 8px 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    outline: 0;
}

.tab-content-form .box-phone-number label,
.tab-content-form .box-sms-code label,
.tab-content-form .box-link-social label,
.tab-content-form .box-alert-handler label {
    color: #fff;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    padding-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
}

.box-alert-handler .alert-box.alert-info button {
    float: left;
    line-height: 2.4;
}

.tab-content-form .box-sms-code .box-action-sms {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.btn-resend-code.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.tab-content-form .box-sms-code .box-action-sms .btn-free {
    background-color: #159cf7;
    padding: 3px 15px;
    font-size: 16px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.tab-content-form .box-sms-code .box-action-sms .btn-free:hover {
    background-color: #0381d4;
}

.tab-content-form .box-sms-code .box-action-sms .resend-code .counter-code {
    margin-right: 5px;
    color: white;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 14px;
}

.tab-content-form .form-step {
    width: 100%;
    /* display: none; */
}

.tab-content-form .alert-box {
    padding: 8px 15px !important;
    font-size: 14px !important;
    border-radius: 25px;
    margin-bottom: 20px !important;
    width: 100%;
}

.tab-content-form .alert-light {
    color: white;
}

@media screen and (max-width: 1025px) {
    .tab-content-form {
        margin-top: 0 !important;
    }

    .free-content-tabs {
        margin-top: 30px !important;
    }

    .tab-content-form .form-step {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .tab-content-form {
        margin-top: 0 !important;
    }

    .free-content-tabs {
        margin-top: 15px !important;
    }

    .tab-content-form .form-step {
        width: 100%;
    }
}

/* Disable */
.box-icon-header.disable {
    opacity: 0.5;
    cursor: not-allowed;
}

.box-icon-header.disable a {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.box-icon-header .content-box {
    padding: 0 5px;
}

.box-icon-header .box-title {
    line-height: 1.4;
}

.block-notify {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 25px #0000001a;
    padding: 0 5px;
    z-index: 9999;
    height: 40px;
    line-height: 40px;
}

.block-notifications .title-notification,
.block-notifications .box-notifications li {
    color: #222;
}

@media screen and (max-width: 960px) {
    .block-notify {
        right: 0;
        width: 100%;
    }

    .floating-menu {
        bottom: 15px;
    }
}

.block-services-free .service-box {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
}

.block-services-free .elementor-widget-wrap {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

/* Letter Spacing */
[class*="social-network-page-"] a {
    letter-spacing: 0 !important;
}

/* About Page */
.namad-etemad img {
    display: block !important;
    margin: 0 auto !important;
    max-width: 90px !important;
    max-height: 128px !important;
    width: 100% !important;
    height: 100% !important;
}

.namad-etemad img[alt="nextpay_trust_logo"] {
    max-height: 140px !important;
    max-width: 140px !important;
}

.namad-etemad img[src="https://zibal.ir/trust/assets/1.png"] {
    height: 130px !important;
    max-height: 130px !important;
}

/* blog latest post */
.blog-post-container .projects-box {
    margin: 0 10px !important;
}

.blog-post-container .projects-box .portfolio-info .portfolio-info-title a {
    line-height: 30px !important;
}

.projects-box .portfolio-info .portfolio-info-title {
    font-size: 15px !important;
}

.blog-post-container .projects-box {
    max-height: 200px;
    height: 190px;
    border-radius: 18px;
}

.blog-post-container .projects-box .projects-thumbnail img.attachment-onum-slide-portfolio-thumbnail.size-onum-slide-portfolio-thumbnail.wp-post-image {
    object-fit: cover;
    max-height: 200px;
    min-height: 190px;
    border-radius: 18px;
}

.blog-post-container .projects-box .projects-thumbnail .view-post-blog {
    background: #293043;
    position: absolute;
    top: 0px;
    left: 0;
    text-align: center;
    min-width: 120px;
    border-radius: 14px 0 14px 0;
    padding: 1px 10px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    color: #fff;
}

.blog-post-container.last-post .projects-box .portfolio-info .portfolio-info-inner {
    padding: 10px !important;
    background-image: -webkit-linear-gradient(90deg, #f85a81, #ea9946);
    background-image: linear-gradient(90deg, #f85a81, #ea9946);
}

.blog-post-container.best-post .projects-box .portfolio-info .portfolio-info-inner {
    padding: 10px !important;
    background-image: -webkit-linear-gradient(90deg, #0039e4, #ab47bc);
    background-image: linear-gradient(90deg, #0039e4, #ab47bc);
}

/* Show */
.projects-box .portfolio-info {
    left: 0 !important;
    right: unset !important;
    opacity: 1 !important;
}

.projects-box:hover .portfolio-info {
    left: -270px !important;
    right: unset !important;
    /* opacity: 0 !important; */
}

.best-post-loading .cell .wrapper,
.latest-post-loading .cell .wrapper {
    background: none !important;
}

.best-post-loading .cell .wrapper .spinner,
.latest-post-loading .cell .wrapper .spinner {
    border-top-color: #fff !important;
}

.blog-post-container .slick-arrow {
    background: transparent !important;
    height: 120% !important;
    border-radius: 0 !important;
    top: 0% !important;
    box-shadow: none !important;
    animation: pulse 0.5s ease-in-out infinite alternate !important;
}

.blog-post-container .slick-arrow:hover {
    background: transparent !important;
}

[dir="rtl"] .blog-post-container .slick-next:before {
    content: "❯" !important;
}

[dir="rtl"] .blog-post-container .slick-prev:before {
    content: "❮" !important;
}

.blog-post-container .slick-next:before,
.blog-post-container .slick-prev:before {
    opacity: 1 !important;
    color: #fff !important;
    font-size: 40px;
    font-weight: bolder;
}

@media screen and (max-width: 768px) {
    .projects-box .portfolio-info {
        display: none !important;
    }
}

@media screen and (max-width: 400px) {
    .blog-post-container .projects-box .projects-thumbnail img.attachment-onum-slide-portfolio-thumbnail.size-onum-slide-portfolio-thumbnail.wp-post-image {
        object-fit: fill !important;
    }
}

@media screen and (max-width: 360px) {
    .blog-post-container
    .projects-box
    .projects-thumbnail
    img.attachment-onum-slide-portfolio-thumbnail.size-onum-slide-portfolio-thumbnail.wp-post-image {
        max-height: 140px;
        min-height: auto;
    }

    .blog-post-container .slick-arrow {
        height: 100% !important;
    }
}

@media screen and (max-width: 280px) {
    .blog-post-container .slick-arrow {
        height: 80% !important;
    }
}

/* User Comments */
/* .user-comments-container {
	margin-top: 15px;
}
.user-comments-container .user-comments-box {
	padding: 0 10px;
	text-align: center;
	height: 330px;
}
.user-comments-container .user-comments-avatar {
	width: 100px;
	height: 100px;
	padding: 4px 0px;
	border-radius: 50%;
	color: #fff;
	border: 3px dashed #5e97ea;
	margin: 0px auto;
}

.user-comments-container .user-comments-avatar i {
	background: -webkit-linear-gradient(103deg, #2c61ff, #00c3ff);
	background: linear-gradient(103deg, #2c61ff, #00c3ff);
	height: 85px;
	width: 85px;
	font-size: 45px;
	line-height: 85px;
	border-radius: 50%;
	margin: 0 auto;
	display: block;
	box-shadow: 8px 8px 29px 0px #0039e447;
}

.user-comments-container .user-comments-fullname {
	padding-top: 10px;
	margin-bottom: 5px;
	font-size: 25px;
	color: #0039e4;
	font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
	letter-spacing: 2px;
}

.user-comments-container span.user-comments-date {
	color: #8f8d8d;
	display: block;
	font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
}

.user-comments-container p.user-comments-description {
	text-align: justify;
	font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
	margin-top: 10px;
	padding-left: 10px;
	max-height: 150px;
	overflow-y: scroll;
}

.user-comments-container .slick-arrow {
	background: transparent !important;
	height: 200px !important;
	border-radius: 0 !important;
	top: 0% !important;
	box-shadow: none !important;
	animation: pulse 0.5s ease-in-out infinite alternate !important;
}
.user-comments-container .slick-arrow:hover {
	background: transparent !important;
}

[dir='rtl'] .user-comments-container .slick-next:before {
	content: '❯' !important;
}
[dir='rtl'] .user-comments-container .slick-prev:before {
	content: '❮' !important;
}
.user-comments-container .slick-next:before,
.user-comments-container .slick-prev:before {
	opacity: 1 !important;
	color: #217bfe !important;
	font-size: 40px;
	font-weight: bolder;
} */

/* toast */
.toast-item-wrapper {
    z-index: 999999 !important;
}

/*
.toast-center-center {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	margin: 0 auto !important;
}

.toast-item-wrapper.fullscreen.toast-center-center {
	left: auto;
   right: auto;
}

.toast-item-wrapper.toast-center-center {
	bottom: auto;
} */

@media screen and (max-width: 450px) {
    .toast-item-wrapper {
        width: 90% !important;
    }
}

/* @media screen and (max-width: 650px) {
	.toast-center-center {
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		transform: none !important;
		margin: none !important;
		width: 100%;
	}

	.toast-item-wrapper.fullscreen.toast-center-center {
		left: auto;
		right: auto;
	}

	.toast-item-wrapper.toast-center-center {
		bottom: auto;
	}
} */

.form-buy input::placeholder,
.box-input input::placeholder {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-size: 16px !important;
}

/* box-active-mobile */
.box-active-mobile {
    max-width: 100%;
    margin: 10px auto;
    text-align: center;
    padding: 0 20px;
}

.box-active-mobile input#active-mobile-code {
    background-color: #eef2f5;
    border: 0;
    padding: 5px;
    width: 70%;
    text-align: center;
    border-radius: 10px;
    margin: 10px auto;
    outline: 0;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.box-active-mobile button.active-mobile-btn {
    display: block;
    margin: 10px auto;
}

/* Block tracking page */
#block-tracking-page .tracking-code-row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

#block-tracking-page .tracking-code-col {
    width: 50%;
    margin: 0 10px;
}

#block-tracking-page .block-tracking-page-center {
    margin: 0 auto;
    text-align: center;
}

#block-tracking-page .block-tracking-page-center a.octf-btn.octf-btn-primary.octf-btn-icon {
    margin-top: 15px !important;
}

@media screen and (max-width: 991px) {
    #block-tracking-page {
        flex-wrap: wrap;
    }

    #block-tracking-page .tracking-code-col {
        width: 100%;
    }
}

/* Footer */
.footer-menu li.menu-item.active > a,
.footer-menu li.menu-item:hover > a {
    color: #fff !important;
}

/* Notifications */
.block-notify {
    display: none;
}

/* Counter */
#info-main-counter .info-counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 18px;
    margin: 0 auto;
}

#info-main-counter .info-counter-box .info-icon {
    font-size: 30px;
    margin-bottom: -15px;
}

#info-main-counter .info-counter-box .info-counter > div > span {
    font-size: 30px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-weight: bold;
}

#info-main-counter .info-counter-box .info-counter .info-title {
    margin-top: -10px;
    display: block;
}

#info-main-counter .cell .spinner {
    border-top-color: #fff !important;
}

#info-main-counter .cell .wrapper {
    background: none !important;
}

@media screen and (max-width: 320px) {
    #info-main-counter .elementor-column {
        width: 100% !important;
    }
}

/* btn-online-support */
.btn-online-support .octf-btn-primary {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    line-height: 40px;
    height: 52px;
    font-size: 18px;
    transform: scale(0.8);
}

.btn-online-support i {
    line-height: 1.2;
}

.btn-online-support i:before {
    font-size: 25px;
    color: #ff001d;
}

/* block-content-seo */
.block-content-seo .elementor-text-editor {
    max-height: 200px;
    overflow-y: scroll;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    text-align: justify;
    padding: 0 10px;
}

.content-area .elementor-tab-content strong,
.block-content-seo .elementor-text-editor strong {
    font-size: 16px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-weight: bold !important;
}

.content-area .elementor-tab-content h2,
.block-content-seo .elementor-text-editor h2 {
    font-size: 22px !important;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-weight: bold !important;
    text-align: right !important;
    line-height: 35px;
}

.content-area .elementor-tab-content h3,
.block-content-seo .elementor-text-editor h3 {
    font-size: 19px !important;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-weight: bold !important;
    text-align: right !important;
    line-height: 30px;
}

.content-area .elementor-tab-content h4,
.block-content-seo .elementor-text-editor h4 {
    font-size: 17px !important;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-weight: bold !important;
    text-align: right !important;
    line-height: 30px;
}

.content-area .elementor-tab-content h5,
.block-content-seo .elementor-text-editor h5 {
    font-size: 15px !important;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-weight: bold !important;
    text-align: right !important;
    line-height: 25px;
}

.content-area .elementor-tab-content h6,
.block-content-seo .elementor-text-editor h6 {
    font-size: 13px !important;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-weight: bold !important;
    text-align: right !important;
    line-height: 20px;
}

/* block-content-seo */
.block-content-seo .elementor-tab-content {
    max-height: 400px;
    overflow-y: scroll;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    text-align: justify;
    padding: 0 10px;
}

/* block-footer-site-links */
.block-footer-site-links {
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: 150px;
    height: 150px;
    overflow-y: scroll;
    background: #002e70;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 5px auto;
    display: none;
}

.block-footer-site-links i {
    color: #9ee8ff !important;
}

.block-footer-site-links a {
    display: block;
    padding: 3px 10px;
    color: #9ee8ff !important;
    font-size: 15px;
    text-align: right !important;
}

.block-footer-site-links .block-links-col {
    width: 33%;
}

.block-footer-site-links .box-link-footer {
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.block-footer-site-links .box-link-footer:hover a,
.block-footer-site-links .box-link-footer:hover i {
    color: #fff !important;
    font-weight: bold;
}

.block-footer-site-links .cell {
    width: 100% !important;
}

.block-footer-site-links .cell .wrapper {
    background: none !important;
}

.block-footer-site-links .cell .wrapper .spinner {
    border-top-color: rgb(255 255 255 / 50%) !important;
}

@media screen and (max-width: 800px) {
    .block-footer-site-links .block-links-col {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .block-footer-site-links .block-links-col {
        width: 100%;
    }
}

/* scroll to top */
.scrollToTop {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2196f3;
    position: fixed;
    bottom: 60px;
    left: 10px;
    z-index: 999;
    border: 0;
    color: #fff;
    box-shadow: 5px 5px 15px rgb(1 97 231 / 20%);
    justify-content: center;
    align-items: center;
    display: none;
}

.scrollToTop i {
    font-size: 35px;
}

/* Header */
.header__desktop-builder .elementor-row {
    /*max-height: 70px !important;*/
}

/* Tickets */
.alert-tikect {
    text-align: right !important;
    padding: 5px 0px !important;
}

.alert-tikect ul {
    margin: 0 !important;
}

.alert-tikect ul li:first-child {
    padding-left: 5px;
}

.alert-tikect .close-alert {
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: 0;
    padding: 5px 10px;
    color: inherit;
}

/* block-tickets */
.block-tickets {
    width: 100%;
    /* max-width: 850px !important; */
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 0 50px rgb(0 0 0 / 5%);
}

.box-tickets-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.box-tickets-header div {
    display: flex;
}

.box-tickets-header h2 {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    align-content: center;
    margin: 0;
    padding: 0;
    font-size: 30px;
}

.box-tickets-header .octf-btn.octf-btn-third.octf-btn-icon {
    padding: 4px 15px 4px 4px;
}

button.refresh-data {
    margin-right: 10px;
    background: #0039e41f;
    border: 0;
    height: 40px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0039e4;
    cursor: pointer;
    padding: 0 10px;

    transition: all 0.3s ease-in;
}

button.refresh-data span {
    margin-right: 10px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 18px;
}

button.refresh-data:hover,
button.refresh-data:focus,
button.refresh-data:active {
    transition: all 0.3s ease-out;
    color: #fff;
    background: #0039e4;
}

@media screen and (max-width: 1230px) {
    .block-tickets .table-responsive {
        overflow-x: scroll;
        background: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 500px) {
    .nav-tab-ticket {
        overflow-x: scroll;
        justify-content: flex-start;
        padding: 15px 5px 0 0;
    }

    .box-tickets-header {
        flex-wrap: wrap !important;
        justify-content: center !important;
        flex-direction: column-reverse !important;
        margin-bottom: 10px !important;
    }

    .box-tickets-header .btn-add-new-ticket {
        display: flex !important;
        width: 100% !important;
    }

    .box-tickets-header .octf-btn.octf-btn-third.octf-btn-icon {
        margin-bottom: 20px !important;
        width: 100% !important;
    }

    .box-tickets-header .octf-btn.octf-btn-third.octf-btn-icon span,
    .box-tickets-header .octf-btn.octf-btn-third.octf-btn-icon i {
        margin-right: auto !important;
    }
}

@media screen and (max-width: 340px) {
    .box-tickets-header div {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .box-tickets-header h2 {
        margin-top: 20px;
        font-size: 28px;
    }
}

.block-tickets table {
    border-collapse: separate;
    border-spacing: 10px;
    border: 0;
    width: 100%;
}

.block-tickets table tr th,
.block-tickets table tr td {
    border-radius: 20px;
    font-size: 16px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    text-align: center !important;
    border: 0;
    white-space: nowrap;
    padding: 5px;
    min-width: 100px;
}

.block-tickets table tr th {
    background: linear-gradient(276deg, #0d47a1, #0383c9);
    box-shadow: 0px 0px 10px #087cff87;
    color: #fff;
    border: 0;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.block-tickets table tr:nth-child(odd) td {
    background: #e6e9ec;
    color: #546e7a;
}

.block-tickets table tr:nth-child(even) td {
    background: #fafafa;
    color: #546e7a;
}

/* block-sumbit-ticket */
.block-sumbit-ticket {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.block-sumbit-ticket-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 100%;
}

.block-sumbit-ticket .row-ticket {
    width: 48%;
}

.block-sumbit-ticket .w-100 {
    width: 100% !important;
}

.block-sumbit-ticket select#category-ticket,
.block-sumbit-ticket input,
.block-sumbit-ticket textarea {
    background-color: #eef2f5;
    border: 0;
    padding: 10px 5px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    margin: 10px auto;
    outline: 0;
    font-size: 14px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.block-sumbit-ticket select#category-ticket {
    direction: rtl;
}

.block-sumbit-ticket textarea {
    width: 100%;
}

.block-sumbit-ticket label {
    display: block;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    text-align: center;
    color: #546e7a;
    font-size: 14px;
    cursor: pointer;
}

@media screen and (max-width: 485px) {
    .block-sumbit-ticket-form {
        flex-direction: column;
    }

    .block-sumbit-ticket .row-ticket {
        width: 100%;
    }
}

/* ticket-box-login */
.ticket-box-login .form-ticket {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 10px auto;
    border-radius: 20px;
}

@media screen and (max-width: 650px) {
    .ticket-box-login .form-ticket {
        width: 100%;
    }
}

.ticket-box-login [class^="box-"] {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
}

.ticket-box-login [class^="box-"] input#user_phone,
input#user_email {
    text-align: center;
}

.ticket-box-login [class^="box-"] label {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    cursor: pointer;
}

.ticket-box-login .alert-box.alert-info {
    margin: 10px auto !important;
    padding: 5px 10px !important;
    width: 100%;
}

.ticket-box-login #btn-login-ticket {
    background: #352fe8 !important;
    margin-top: 10px;
}

/* block-conversion-ticket */
.block-ticket-data {
    display: flex;
    justify-content: space-between;
}

.section-right,
.section-left {
    width: 49%;
}

.block-ticket-data .box-id-ticket i.far.fa-copy,
.block-ticket-data .box-tracking-ticket i.far.fa-copy {
    line-height: 1.5;
}

.block-ticket-data [class^="box-"] > div:first-child {
    background: linear-gradient(276deg, #0140a2, #2577d1);
}

.user-comment-box,
.admin-comment-box {
    display: flex;
    align-items: flex-start;
}

.admin-comment-box {
    flex-direction: row-reverse;
}

.user-comment-box .user-comment-avatar,
.admin-comment-box .admin-comment-avatar {
    width: 60px;
}

.admin-comment-box .admin-comment-avatar span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    margin-top: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    background: #0039e4;
}

.user-comment-box .user-comment-avatar img,
.admin-comment-box .admin-comment-avatar img {
    max-width: 100% !important;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 4px;
}

.admin-comment-box .admin-comment-avatar img {
    border: 1px solid #0039e4;
}

.user-comment-box .user-comment-content,
.admin-comment-box .admin-comment-content {
    width: 75%;
    background: #e7effa;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 15px;
    margin-right: 15px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.admin-comment-box .admin-comment-content {
    background: linear-gradient(45deg, #93cfff, #2b82e4);
    box-shadow: 5px 5px 15px #087cff87;
    margin-left: 15px;
}

.user-comment-box .user-comment-content .user-comment-details,
.admin-comment-box .admin-comment-content .admin-comment-details {
    display: flex;
    align-items: center;
}

.admin-comment-box .admin-comment-content .admin-comment-details {
    flex-direction: row-reverse;
}

.user-comment-box .user-comment-content .user-comment-details .user-name-comment-details-box {
    display: flex;
}

.admin-comment-box .admin-comment-content .admin-comment-details .admin-comment-details-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.user-comment-box .user-comment-content .user-comment-details .user-comment-date,
.admin-comment-box .admin-comment-content .admin-comment-details .admin-comment-date {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 14px;
    color: #37474f;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-right: 5px;
    padding-left: 5px;
}

.admin-comment-box .admin-comment-content .admin-comment-details .admin-comment-date i,
.user-comment-box .user-comment-content .user-comment-details .user-comment-date i {
    padding-right: 5px;
    padding-left: 5px;
}

.admin-comment-box .admin-comment-content .admin-comment-details .admin-comment-date {
    color: #fff !important;
    flex-direction: row-reverse;
}

.user-comment-box .user-comment-content .user-comment-details .username-comment,
.admin-comment-box .admin-comment-content .admin-comment-details .admin-name-comment {
    font-size: 18px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    color: #37474f;
}

.admin-comment-box .admin-comment-content .admin-comment-details .admin-name-comment {
    color: #fff !important;
    flex-direction: row-reverse;
}

.user-comment-box .user-comment-content .user-comment-text p,
.admin-comment-box .admin-comment-content .admin-comment-text {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 15px;
}

.admin-comment-box .admin-comment-content .admin-comment-text {
    color: #fff !important;
}

.admin-comment-box .admin-comment-content .admin-comment-text a {
    color: #fff !important;
    text-decoration: underline !important;
}

.block-conversion-ticket {
    max-width: 900px;
    margin: 0 auto;
}

.block-ticket-data {
    background: linear-gradient(45deg, #93cfff, #2b82e4) !important;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 0 50px #087cff80;
    margin: 20px auto -30px auto !important;
    padding: 20px 20px 50px 20px;
}

.body-conversion {
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 0 50px rgb(0 0 0 / 5%);
}

.box-tracking-ticket button,
.box-tracking-ticket span {
    margin-right: auto;
}

.block-tickets .badge {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
}

.user-comment-textarea textarea#user-comment-teaxtarea {
    background: #f8f8f8;
    border: 1px solid #e9e9e9;
    width: 80%;
    margin: 10px auto;
    display: flex;
    height: 100px;
}

.user-comment-textarea button {
    margin: 10px auto;
    display: block;
}

@media screen and (max-width: 991px) {
    .user-comment-box .user-comment-content,
    .admin-comment-box .admin-comment-content {
        width: 90%;
    }

    .user-comment-textarea textarea#user-comment-teaxtarea {
        width: 100% !important;
    }
}

@media screen and (max-width: 440px) {
    .block-ticket-data {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .section-right,
    .section-left {
        width: 100%;
    }

    .block-tracking-data [class^="box-"] {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 560px) {
    .user-comment-box .user-comment-content,
    .admin-comment-box .admin-comment-content {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .user-comment-box,
    .admin-comment-box {
        flex-direction: column !important;
    }

    .user-comment-box .user-comment-avatar,
    .admin-comment-box .admin-comment-avatar {
        width: 50px;
        margin-bottom: 10px;
    }

    .user-comment-box .user-comment-content,
    .admin-comment-box .admin-comment-content {
        width: 100% !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .user-comment-textarea textarea#user-comment-teaxtarea {
        width: 100% !important;
    }

    .admin-comment-box {
        align-items: flex-end !important;
    }

    /* .user-comment-avatar,
	.admin-comment-avatar {
		display: none !important;
  } */
}

@media screen and (max-width: 340px) {
    .user-comment-box .user-comment-content .user-comment-details .username-comment,
    .admin-comment-box .admin-comment-content .admin-comment-details .admin-name-comment {
        width: 100%;
    }

    .user-comment-box .user-comment-content .user-comment-details .user-name-comment-details-box,
    .admin-comment-box .admin-comment-content .admin-comment-details .admin-comment-details-box {
        flex-wrap: wrap;
    }

    .user-comment-box .user-comment-content .user-comment-details .user-comment-date,
    .admin-comment-box .admin-comment-content .admin-comment-details .admin-comment-date {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .user-comment-box .user-comment-content .user-comment-details .user-comment-date i {
        padding-right: 0px !important;
    }

    .admin-comment-box .admin-comment-content .admin-comment-details .admin-comment-date i {
        padding-left: 0 !important;
    }
}

/* collapse-alert */
button.collapse-alert {
    border: 0;
    background: none;
    color: inherit;
    width: 100%;
    padding: 5px 15px;
    text-align: right;
}

button.collapse-alert span {
    padding-right: 5px;
    font-size: 14px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-weight: bold;
}

.nav-tab-ticket {
    border-bottom: 2px solid #eef2f5;
    margin: 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.nav-ticket {
    position: relative;
    border: 0;
    border-radius: 5px;
    padding: 2px 12px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-size: 18px;
    margin: 0 10px;
    margin-bottom: 5px;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}

.nav-ticket.answered {
    color: #2297a7 !important;
    background: #2297a738 !important;
}

.nav-ticket.closed {
    color: #fe5c5c !important;
    background: #ffb0b066 !important;
}

.nav-ticket.pending {
    color: #00c3ff !important;
    background: #00c3ff33 !important;
}

.nav-ticket.active {
    margin-top: 5px;
    margin-bottom: 0px !important;
    border-radius: 5px 5px 0 0;
}

.nav-ticket.answered.active,
.nav-ticket.answered:hover {
    color: #fff !important;
    background: #2297a7 !important;
}

.nav-ticket.closed.active,
.nav-ticket.closed:hover {
    color: #fff !important;
    background: #fe5c5c !important;
}

.nav-ticket.pending.active,
.nav-ticket.pending:hover {
    color: #fff !important;
    background: #00c3ff !important;
}

.nav-ticket span {
    pointer-events: none;
}

span.badge-number {
    position: absolute;
    background: inherit;
    top: -15px;
    right: -15px;
    padding: 2px;
    border-radius: 30px;
    min-width: 35px;
    height: 25px;
    line-height: 25px;
}

.box-img-admin img {
    border-radius: 10px;
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
    cursor: pointer;
}

.box-img-admin.active img {
    border-radius: 15px;
    max-width: 100% !important;
    max-height: 80% !important;
    /* max-height: 100% !important; */
    object-fit: cover;
    cursor: pointer;
    animation: grow 0.3s;
}

.box-img-admin.active {
    width: 100%;
    position: fixed;
    height: 100vh;
    display: flex;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: rgb(0 0 0 / 70%);
    cursor: pointer;
    z-index: 9999;
}

/* Free Links */
.link-free-box .block-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.link-free-box .block-links-col {
    margin: 0 10px;
    width: 50%;
}

.link-free-box .box-link-footer a {
    display: inline-block;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    color: #fff;
    background: #42a5f5 !important;
    padding: 2px 10px;
    border-radius: 5px;
    font-weight: bold;
    margin: 5px;
    transition: all linear 0.3s;
}

.link-free-box .box-link-footer a:hover,
.link-free-box .box-link-footer a:focus {
    background: #1c95f8 !important;
    color: #fff;
    transition: all linear 0.3s;
}

@media screen and (max-width: 550px) {
    .link-free-box .block-links {
        justify-content: center !important;
    }

    .link-free-box .box-link-footer a {
        font-size: 14px !important;
    }

    .link-free-box .block-links-col {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .link-free-box .box-link-footer a {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 500px) {
    .footer-main .box-icon {
        display: none !important;
    }
}

/* Info Counter */
.table-counter {
    max-width: 600px;
    margin: 0 auto;
    overflow-x: scroll;
}

.table-counter table {
    border-collapse: separate;
    border-spacing: 10px;
    border: 0;
    width: 600px;
    white-space: nowrap;
}

.table-counter table th,
.table-counter table td {
    border-radius: 30px;
    padding: 5px 10px;
    text-align: center;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    border: 0;
}

.table-counter table tr th {
    background: linear-gradient(276deg, #0d47a1, #0383c9);
    box-shadow: 0px 0px 10px #087cff87;
    color: #fff;
}

.table-counter table tr td {
    background: #e6e9ec;
    color: #546e7a;
}

.swiper {
    background: #ff8f0038;
    padding: 0px 10px;
    border-radius: 50px;
    color: #c97100;
    font-size: 13px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    display: none;
}

@media screen and (max-width: 600px) {
    .swiper {
        display: inline-block !important;
    }
}

/* Data Table Services */
.data-table-services-box {
    max-width: 600px;
    margin: 0 auto;
}

.data-table-services-box table {
    border-collapse: separate;
    border-spacing: 10px;
    border: 0;
    width: 600px;
    white-space: nowrap;
}

.data-table-services-box table th,
.data-table-services-box table td {
    border-radius: 30px;
    padding: 5px 10px;
    text-align: center;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    border: 0;
}

.data-table-services-box table tr th {
    background: linear-gradient(276deg, #0d47a1, #0383c9);
    box-shadow: 0px 0px 10px #087cff87;
    color: #fff;
}

.data-table-services-box table tr td {
    background: #e6e9ec;
    color: #546e7a;
}

@media screen and (max-width: 700px) {
    .data-table-services-box table {
        width: 320px !important;
        margin: 0 auto !important;
    }

    /* Table free services */
    .table-counter-free {
        max-width: 320px !important;
        overflow-x: scroll !important;
    }

    .table-counter-free table {
        width: 320px !important;
        margin: 0 auto !important;
    }

    .box-link-important .elementor-icon-list-item::after {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .data-table-services-box {
        max-width: 320px;
        overflow-x: scroll;
    }

    .data-table-services-box table {
        width: 320px !important;
        margin: 0 auto !important;
    }
}

/* Top bar */
.simple-banner .simple-banner-text {
    font-weight: 100;
}

.simple-banner-text b {
    font-weight: 900 !important;
}

.wpdiscuz-comment-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.wpdiscuz-comment-pagination span.page-numbers.dots {
    border: 0 !important;
}

.wpdiscuz-comment-pagination span.page-numbers.current {
    background: #0045a8 !important;
    color: #fff !important;
}

.wpdiscuz-comment-pagination a.page-numbers,
.wpdiscuz-comment-pagination span.page-numbers {
    background: #e7effa !important;
    color: #1a1b1e !important;
    border: 0 !important;
    height: 35px;
    min-width: 35px;
    display: block;
    text-align: center;
    border-radius: 10px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 15px !important;
}

.wpdiscuz-comment-pagination a.page-numbers:hover,
.wpdiscuz-comment-pagination span.page-numbers:hover,
.wpdiscuz-comment-pagination a.page-numbers:focus,
.wpdiscuz-comment-pagination span.page-numbers:focus {
    background: #0045a8 !important;
    color: #fff !important;
}

.collapse-alert-contenet {
    display: block;
}

/* block link pic */
.block-link-pic .row-link-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}

.block-link-pic .row-link-pic .box-pic-link {
    width: 100px;
    transition: all linear 0.2s;
}

.block-link-pic .row-link-pic .box-pic-link a img {
    border-radius: 5px;
}

.block-link-pic .row-link-pic .box-pic-link span img {
    border-radius: 5px;
}

.block-link-pic-free .row-link-pic .box-pic-link {
    width: 180px;
    margin: 5px;
}

/* block-link-pic-buy */
.block-link-pic-buy .row-link-pic .box-pic-link {
    /*width: 120px;*/
}

.box-pic-link.active,
.box-pic-link:hover {
    /* background: #ffffff26; */
    /*background: #ffffff;*/
    transition: all linear 0.2s;
}

@media screen and (max-width: 700px) {
    .block-link-pic .row-link-pic .box-pic-link {
        width: 80px !important;
    }

    .block-link-pic-free .row-link-pic .box-pic-link {
        width: 105px !important;
        margin: 3px !important;
    }
}

@media screen and (max-width: 700px) {
    /* .block-link-pic .row-link-pic-buy .box-pic-link {
		width: 80px!important;
	} */
}

section.elementor-section.elementor-inner-section.elementor-element.elementor-element-4f7b790a.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    height: 380px;
}

.list-menu-item-wrapper ul.unstyle li a {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-size: 14px !important;
}

.sub-mega-menu .elementor-widget-container h5 {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 15px;
}

.menu-item-has-children .arrow {
    transform: rotate(180deg) !important;
    right: auto !important;
    left: 0 !important;
}

ul.sub-menu li a {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-size: 14px !important;
}

.box-remaining-time {
    font-size: 40px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-weight: bold !important;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.free-timer-block {
    text-align: center;
}

.free-timer-block button {
    color: #ffffff;
    border: 0;
    border-radius: 5px;
    width: 140px;
    height: 35px;
    font-size: 18px;
    background: #fe4c1c;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    display: flex;
    align-items: center;
    margin: 20px auto;
    justify-content: space-around;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);

    transition: all linear 0.25s;
}

.free-timer-block button:hover,
.free-timer-block button:focus {
    background: #b43613;
    transition: all linear 0.25s;
}

.free-timer-block button:hover .fa,
.free-timer-block button:focus .fa {
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Service Categories */
.service-categories {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    border-bottom: 4px solid #eef2f5;
}

.service-categories .btn {
    border: 0;
    color: #1e88e5;
    border-radius: 6px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-weight: bold !important;
    padding: 10px 25px;
    margin: 0 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    background: #e8f3fd;
    transition: all 300ms linear;
}

.service-categories .btn:hover {
    color: #fff;
    background: #1e88e5;
}

.service-categories .btn.active {
    color: #fff;
    margin-bottom: -4px !important;
    background: #1e88e5;
    /* border-bottom-left-radius: 0; */
    /* border-bottom-right-radius: 0; */
    -webkit-animation: blink-shadow 2s linear infinite;
    -moz-animation: blink-shadow 2s linear infinite;
    -ms-animation: blink-shadow 2s linear infinite;
    -o-animation: blink-shadow 2s linear infinite;
    animation: blink-shadow 2s linear infinite;
}

.service-categories button.btn.active[disabled="disabled"] {
    cursor: not-allowed;
}

@media screen and (max-width: 500px) {
    .service-categories {
        /* overflow-y: hidden; */
        /* overflow-x: scroll; */
        justify-content: center !important;
        flex-wrap: wrap;
        border-bottom: none;
    }

    .service-categories .btn {
        margin-bottom: 10px;
    }
}

@keyframes blink-shadow {
    0% {
        box-shadow: none;
    }
    33% {
        box-shadow: 0 0 0px 3px #0160e73d;
    }
    66% {
        box-shadow: 0 0 0px 6px #0160e736;
    }
    100% {
        box-shadow: 0 0 0px 10px #0160e700;
    }
}

@keyframes blink-shadow-green {
    0% {
        box-shadow: none;
    }
    33% {
        box-shadow: 0 0 0px 5px #65c18b3f;
    }
    66% {
        box-shadow: 0 0 0px 10px #65c18b7a;
    }
    100% {
        box-shadow: 0 0 0px 15px #65c18c00;
    }
}

/* Service Description */
.service-description-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    display: none;
}

.service-description-box .service-description-item {
    background: #dddddd;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    width: 25%;
    height: 110px;
    text-align: center;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

/* File Upload Style */
.file-upload {
    display: block;
    text-align: right;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 14px;
    width: 80%;
    margin: 30px auto;
}

.file-upload label {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

.file-upload .file-select {
    border: 1px solid #dce4ec;
    border-radius: 15px;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: right;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #dce4ec;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #34495e;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: right;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

@media screen and (max-width: 991px) {
    .file-upload {
        width: 100% !important;
    }
}

.block-sumbit-ticket .file-upload {
    margin: 0px auto !important;
    margin-bottom: 15px !important;
    width: 100% !important;
}

.block-sumbit-ticket .file-upload .file-select {
    flex-direction: row-reverse !important;
}

.block-sumbit-ticket .file-upload label {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    text-align: center !important;
    color: #546e7a !important;
    font-size: 18px !important;
}

/* ============================================== New ================================================== */

.nav-ticket {
    white-space: nowrap !important;
}

.floating-menu-support span {
    color: var(--color-light);
}

.form-buy .buy-form-service-description ul {
    margin: 0 !important;
}

.form-buy .buy-form-service-description * {
    margin: 0 !important;
    font-size: 13px !important;
}

/* .form-buy .elementor-col-33 .buy-form-service-description info {width: auto;} */

.elementor-heading-title,
.elementor-headline-text-wrapper {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-weight: bold !important;
    font-size: 25px !important;
    line-height: 35px !important;
}

@media screen and (max-width: 762px) {
    .elementor-heading-title,
    .elementor-headline-text-wrapper {
        font-size: 23px !important;
        line-height: 33px !important;
    }

    .elementor-widget-heading .elementor-widget-container {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}

.footer-menu .menu-item a {
    font-size: 15px !important;
}

.content-box * {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-weight: bold;
}

li.menu-item a {
    font-weight: 400 !important;
}

h5.elementor-heading-title.elementor-size-default {
    padding: 0;
}

.box-title a {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-weight: bold !important;
    font-size: 15px !important;
}

.ot-button * {
    font-weight: bold !important;
}

.content-box p {
    /*font-weight: 100 !important;*/
}

h4.box-title a {
    font-size: 20px !important;
}

/* Game Services Style */
body.game-services {
    --bg-pubg: #c4aa1a;
    --shadow-pubg: #bcaa4781;
    --bg-free-fire: #ef5350;
    --shadow-free-fire: #ef535073;
    --bg-steam-wallet: #26a69a;
    --shadow-steam-wallet: #26a69a66;
    --bg-minecraft: #42a5f5;
    --shadow-minecraft: #42a5f575;
    --bg-apex-coin: #ec407a;
    --shadow-apex-coin: #ec407a78;
    --bg-rainbow: #ab47bc;
    --shadow-rainbow: #ab47bc70;
    --bg-fortnite: #00acc1;
    --shadow-fortnite: #00abc188;
    --bg-clash-royale: #a38c0b;
    --shadow-clash-royale: #bcaa4781;
    background-color: #000d1c !important;
}

.bg-pubg {
    background: var(--bg-pubg);
    box-shadow: 0px 5px 10px var(--shadow-pubg);
}

.bg-free-fire {
    background: var(--bg-free-fire);
    box-shadow: 0px 5px 10px var(--shadow-free-fire);
}

.bg-steam-wallet {
    background: var(--bg-steam-wallet);
    box-shadow: 0px 5px 10px var(--shadow-steam-wallet);
}

.bg-minecraft {
    background: var(--bg-minecraft);
    box-shadow: 0px 5px 10px var(--shadow-minecraft);
}

.bg-apex-coin {
    background: var(--bg-apex-coin);
    box-shadow: 0px 5px 10px var(--shadow-apex-coin);
}

.bg-rainbow {
    background: var(--bg-rainbow);
    box-shadow: 0px 5px 10px var(--shadow-rainbow);
}

.bg-fortnite {
    background: var(--bg-fortnite);
    box-shadow: 0px 5px 10px var(--shadow-fortnite);
}

.bg-clash-royale {
    background: var(--bg-clash-royale);
    box-shadow: 0px 5px 10px var(--shadow-clash-royale);
}

body.game-services .elementor-shape .elementor-shape-fill {
    fill: #000d1c !important;
}

body.game-services .data-table-services-box table tr td {
    background: #111c28 !important;
    color: #ffffff !important;
}

body.game-services .container-voice.show .list-voice {
    background: #111c28 !important;
    color: #ffffff !important;
}

body.game-services .voice-header-title,
body.game-services .quality-header-title {
    color: #ffffff !important;
}

body.game-services .voice-header-description,
body.game-services .quality-header-description {
    color: #cdcdcd !important;
}

body.game-services .service-categories {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 4px solid #4172964a;
}

body.game-services .service-categories .btn.active {
    background: #0a3f7a !important;
}

body.game-services .service-categories .btn:not(.active) {
    background: #1b5a925c;
}

body.game-services .box-pricing-table {
    background-color: #00000082 !important;
    /* border: 4px solid var(--bg-pubg); */
    padding: 5px;
    border-radius: 28px;
}

body.game-services .cell .wrapper {
    background: none !important;
}

body.game-services .cell .wrapper .spinner {
    border-top-color: #fff;
}

body.game-services .box-pricing-table .pricing-table-body .service-original-price,
body.game-services .box-pricing-table .pricing-table-body .service-discount-price,
body.game-services .box-pricing-table .pricing-table-body .service-description,
body.game-services .box-pricing-table .pricing-table-body .service-short-description {
    color: #fff !important;
}

body.game-services
#site-footer
.elementor-3505
.elementor-element.elementor-element-3d4887f7:not(.elementor-motion-effects-element-type-background),
.elementor-3505
.elementor-element.elementor-element-3d4887f7
> .elementor-motion-effects-container
> .elementor-motion-effects-layer {
    background: linear-gradient(-120deg, #173e69 10%, #0d1d2f 80%) !important;
    /* background: url(https://followeran.com/wp-content/uploads/2022/02/pubg-mobile.png); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
}

/* body.game-services #site-footer .elementor-3505 .elementor-element.elementor-element-3d4887f7:not(.elementor-motion-effects-element-type-background), .elementor-3505 .elementor-element.elementor-element-3d4887f7 > .elementor-motion-effects-container > .elementor-motion-effects-layer > .elementor-column-wrap .elementor-widget-wrap {
	background-color: #0000006b !important;
} */

body.game-services #site-footer .block-footer-site-links /*,
body.game-services #site-footer .block-links-left*/
{
    background-color: #183f6a;
}

/* FAQ */
span.acc-toggle {
    display: flex !important;
    justify-content: space-between !important;
}

span.acc-toggle i {
    display: flex;
    justify-content: center;
    align-items: center;
}

span.acc-toggle h3 {
    width: 95% !important;
    font-size: 16px !important;
    display: inline-block !important;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    color: inherit !important;
    font-weight: bolder !important;
}

.acc-content {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-size: 14px !important;
    font-weight: 100 !important;
}

/* Hide Star Rating Schema */
.aiosrs-rating-wrap {
    display: none;
}

/* Web page demo */
.box-demo-web-page {
    max-height: 500px;
    overflow-y: scroll;
}

/* btn-buy-fast */
.btn-buy-fast a {
    position: fixed;
    bottom: 15px;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    width: 400px;
    border: 0;
    font-size: 20px;
    border-radius: 45px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-weight: bolder;
    color: #fff;
    background: #65c18c;
    box-shadow: 0 0 20px #65c18baf;
    cursor: pointer;
    z-index: 999;
    display: none;
    -webkit-animation: blink-shadow-green 2s linear infinite;
    -moz-animation: blink-shadow-green 2s linear infinite;
    -ms-animation: blink-shadow-green 2s linear infinite;
    -o-animation: blink-shadow-green 2s linear infinite;
    animation: blink-shadow-green 2s linear infinite;
}

@media screen and (max-width: 760px) {
    .btn-buy-fast a {
        width: 60% !important;
    }
}

/* Box Login */
.box-login .form-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 10px auto;
    border-radius: 20px;
}

@media screen and (max-width: 650px) {
    .box-login .form-login {
        width: 100%;
    }
}

.box-login [class^="box-"] {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
}

.box-login [class^="box-"] input#user_phone,
input#user_email {
    text-align: center;
}

.box-login [class^="box-"] label {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    cursor: pointer;
}

.box-login .alert-box.alert-info {
    margin: 10px auto !important;
    padding: 5px 10px !important;
    width: 100%;
}

.box-login #btn-login {
    background: #352fe8 !important;
    margin-top: 10px;
}


/* Block Contents */
.block-contents {
    width: 100%;
    /* max-width: 850px !important; */
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 0 50px rgb(0 0 0 / 5%);
}

.box-contents-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    margin-bottom: 20px;
}

.box-contents-header div {
    display: flex;
}

.box-contents-header h2 {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 30px !important;
    align-content: center;
    margin: 0;
    padding: 0;
}

.box-contents .elementor-widget-wrap > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

/*.box-contents-header .octf-btn.octf-btn-third.octf-btn-icon {*/
/*	padding: 4px 15px 4px 4px;*/
/*}*/

@media screen and (max-width: 1230px) {
    .block-contents .table-responsive {
        overflow-x: scroll;
        background: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 500px) {
    .box-contents-header {
        flex-wrap: wrap !important;
        justify-content: center !important;
        flex-direction: column-reverse !important;
        margin-bottom: 0 !important;
    }

    /*.box-contents-header .octf-btn.octf-btn-third.octf-btn-icon {*/
    /*	margin-bottom: 20px !important;*/
    /*	width: 100% !important;*/
    /*}*/
    /*.box-contents-header .octf-btn.octf-btn-third.octf-btn-icon span,*/
    /*.box-contents-header .octf-btn.octf-btn-third.octf-btn-icon i {*/
    /*	margin-right: auto !important;*/
    /*}*/
}

@media screen and (max-width: 450px) {
    .box-contents-header div {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .box-contents-header h2 {
        margin-top: 20px;
        font-size: 28px !important;
    }
}

td.keyword-title div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

td.keyword-url div {
    display: flex;
    justify-content: center;
}

.block-contents table {
    border-collapse: separate;
    border-spacing: 10px;
    border: 0;
    width: 100%;
}

.block-contents table tr th,
.block-contents table tr td {
    border-radius: 20px;
    font-size: 16px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    text-align: center !important;
    border: 0;
    white-space: nowrap;
    padding: 5px 10px;
    min-width: 20px;
}

.block-contents table tr th {
    background: linear-gradient(276deg, #0d47a1, #0383c9);
    box-shadow: 0px 0px 10px #087cff87;
    color: #fff;
    border: 0;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.block-contents table tr:nth-child(odd) td {
    background: #e6e9ec;
    color: #546e7a;
}

.block-contents table tr:nth-child(even) td {
    background: #fafafa;
    color: #546e7a;
}


/* More Free Services */
.keyword-url {
    direction: ltr !important;
    font-size: 14px;
}

td.keyword-title > div {
    /*display: flex;*/
    /*justify-content: space-between;*/
    padding: 0 5px;
}

td > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 320px;
    margin: 0 auto !important;
    white-space: normal;
}

td.keyword-title span {
    width: 100%;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
}

td.keyword-title,
td.keyword-url {
    min-width: 300px !important;
}

.nav-tabs {
    border-bottom: 2px solid #eef2f5;
    display: flex;
    justify-content: center;
    margin: 10px 10px 20px;
}

.nav-item {
    position: relative;
    border: 0;
    border-radius: 5px;
    padding: 2px 12px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-size: 18px;
    margin: 0 10px 5px;
    white-space: nowrap;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}

.nav-item.active {
    margin-top: 5px;
    margin-bottom: 0 !important;
    border-radius: 5px 5px 0 0;
}


@media screen and (max-width: 500px) {
    .nav-tabs {
        overflow-x: scroll;
        justify-content: flex-start;
        padding: 15px 5px 0 0;
    }

    .table-blocks-container table th,
    .table-blocks-container table td {
        min-width: 100px !important;
    }

    td.keyword-title div {
        width: 110px;
    }

    .box-contents .block-contents {
        padding: 10px 5px !important;
    }
}

@media screen and (max-width: 762px) {
    .table-blocks-container .table-title {
        flex-direction: column !important;
        gap: 10px !important;
    }
}

@media screen and (max-width: 360px) {
    .table-blocks-container .table-title .ot-button {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 15px !important;
    }
}

.block-contents .ot-button {
    display: flex;
    gap: 10px;
}

.block-contents .ot-button .btn-badge {
    position: relative;
}

.block-contents .ot-button .btn-badge .badge {
    position: absolute;
    top: -10px;
    right: -10px;
}

.block-contents .ot-button .btn-badge .badge-new {
    line-height: 15px;
}

.badge.badge-new {
    color: #fff !important;
    background: #13a81a !important;
}

.done {
    color: #2297a7 !important;
    background: #2297a738 !important;
}

.undone {
    color: #fe5c5c !important;
    background: #ffb0b066 !important;
}

.done.active,
.done:hover {
    color: #fff !important;
    background: #2297a7 !important;
}

.undone.active,
.undone:hover {
    color: #fff !important;
    background: #fe5c5c !important;
}


.table-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.table-title > span {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 15px;
    color: #000;
}

.table-title .octf-btn {
    font-size: 15px;
    font-weight: bold;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    padding: 3px 15px 3px 3px;
}

.table-title .octf-btn-icon i {
    margin-right: 5px !important;
}


/* Progress bar timeout */
.box-timeout .box-timeout-text {
    text-align: center;
    color: #fff;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    margin-bottom: 12px;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

.progress-bar {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;;
    font-size: 16px !important;
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: -o-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #5cb85c;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

/* #box-services */
#box-services .elementor-widget-wrap {
    flex-direction: column !important;
}

#box-services .service-container-block {
    width: 100% !important;
    text-align: center !important;
}

#box-services .service-container-block .service-title-box {
    /*!*color: #fff;*!*/
    /*margin: 20px auto!important;*/
    /*!*background: #1e88e5;*!*/
    /*font-weight: bolder;*/
    /*border-radius: 10px;*/
    /*padding: 10px 20px;*/
    /*display: inline-block;*/
    /*font-size: 20px;*/

    margin: 20px auto !important;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    background: #eee;
    font-weight: bolder;
    border-radius: 5px;
    padding: 10px 20px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}

#box-services .service-container-block .service-container-box {
    margin-bottom: 30px !important;
}


/* Description Items */
.description-items-box {
    width: 650px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto 0;
    border-bottom: 1px solid #f7f7f7;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0 10px;
    padding-bottom: 20px;
}

.description-items-box .description-item {
    background: #f7f7f7;
    font-size: 14px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    display: flex;
    flex-direction: column;
    width: 24%;
    padding: 10px 5px;
    border-radius: 10px;
    margin: 0px;
    justify-content: center;
    align-items: center;
}

.description-items-box .description-item span:first-child {
    font-weight: 900 !important;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.description-items-box .description-item {
    color: #002f79bf !important;
    background: #addaff91 !important;
}

.description-items-box .description-item span {
    direction: rtl !important;
}

@media screen and (max-width: 650px) {
    .description-items-box .description-item {
        width: 150px;
    }

    .description-items-box {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .description-items-box .description-item {
        width: 48%;
    }
}

@media screen and (max-width: 300px) {
    .description-items-box .description-item {
        width: 100%;
    }
}

.elementor-widget-iservice_box .elementor-widget-container {
    margin-bottom: 10px !important;
}

.elementor-widget-iservice_box .elementor-widget-container .s-box {
    padding: 10px !important;
}

@media screen and (max-width: 762px) {
    .elementor-widget-iservice_box .elementor-widget-container .icon-main {
        display: none !important;
    }

    .elementor-widget-iservice_box .elementor-widget-container .service-box .content-box {
        padding-right: 0 !important;
    }

    .elementor-widget-iservice_box .elementor-widget-container .service-box.s-box {
        margin-bottom: -20px !important;
    }

    .elementor-widget-iservice_box .elementor-widget-container .service-box.s-box .service-box-title {
        text-align: center !important;
    }
}

.signup-panel-alert a {
    text-decoration: underline !important;
}

.signup-panel-alert * {
    color: #044c09 !important;
    font-weight: normal !important;
}

.mega-menu-link-all {
    display: flex;
    align-items: center;
    text-shadow: none !important;
}

.mega-menu-link-all span {
    font-size: 15px;
    margin-left: 10px;
    text-shadow: none !important;
}

.mega-menu-link-all div {
    display: flex;
    align-items: center;
    color: #04dbf1;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-shadow: none !important;
}

.mega-menu-link-all div > a {
    font-size: 14px !important;;
    color: #04dbf1 !important;
    padding-left: 5px !important;
    text-shadow: none !important;
}

/* Show menu accordion */
.mobile_nav li#menu-item-19788 > .sub-menu,
.mobile_nav li#menu-item-19790 > .sub-menu {
    display: block !important;
}


.mobile_nav li#menu-item-39184 a,
.mobile_nav li#menu-item-39184 .arrow,
.mobile_nav li#menu-item-19746 a,
.mobile_nav li#menu-item-19746 .arrow,
.mobile_nav li#menu-item-19773 a,
.mobile_nav li#menu-item-19773 .arrow {
    color: #fe5224;
}
.mobile_nav .mobile_mainmenu>li.menu-item-has-children .arrow i{
    transform: rotate(180deg);
}
#menu-item-39185 a,
#menu-item-39184 a,
#menu-item-39186 a,
#menu-item-19749 a,
#menu-item-20819 a,
#menu-item-20828 a,
#menu-item-19750 a,
#menu-item-19751 a,
#menu-item-19776 a,
#menu-item-19777 a,
#menu-item-19778 a {
    text-align: center !important;
    font-size: 14px !important;
    color: #fff !important;
    border-radius: 20px !important;
    padding: 3px 20px !important;
    margin: 5px auto !important;
    transition: all 300ms linear !important;
}

#menu-item-39185 a:hover,
#menu-item-39184 a:hover,
#menu-item-39186 a:hover,
#menu-item-19749 a:hover,
#menu-item-20819 a:hover,
#menu-item-20828 a:hover,
#menu-item-19750 a:hover,
#menu-item-19751 a:hover,
#menu-item-19776 a:hover,
#menu-item-19777 a:hover,
#menu-item-19778 a:hover {
    transform: scale(1.05) !important;
    color: #fff !important;
}

#menu-item-39185 a,
#menu-item-19749 a,
#menu-item-19776 a {
    background: #352fe8 !important;
}

#menu-item-39184 a,
#menu-item-20819 a,
#menu-item-20828 a {
    background: #fe4c1c !important;
}

#menu-item-39186 a,
#menu-item-19750 a,
#menu-item-19777 a {
    background: #ff0079 !important;
}

#menu-item-19751 a,
#menu-item-19778 a {
    background: #42a5f5 !important;
}

.btn-mega-menu {
    color: #fff !important;
    border-radius: 20px !important;
    font-size: 16px !important;
    padding: 3px 20px !important;
    /*margin: 0 auto !important;*/
    transition: all 300ms linear !important;
}

.btn-mega-menu:hover {
    transform: scale(1.05) !important;
}

.btn-mega-menu.primary {
    background: #352fe8 !important;
}

.btn-mega-menu.secondary {
    background: #ff0079 !important;
}

.btn-mega-menu.thirdly {
    background: #42a5f5 !important;
}

.btn-mega-menu.fourthly {
    background: #fe4c1c !important;
}

@media screen and (max-width: 600px) {
    .wpd-comment-left {
        display: none !important;
    }
}

.box-buy-form {
    margin-top: -30px !important;
}

.block-services-free {
    margin-top: -30px !important;
}

/* services-link-blocks */
.services-link-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.services-link-blocks .services-link-block-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.services-link-block .table-responsive {
    width: 500px;
    margin: 0 auto;
}

.services-link-block .brand_name {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    background: #f7f7f7;
    color: #1a1b1e;
    padding: 10px;
    border-radius: 100px 100px 0 0;
    margin-bottom: 0;
}

.services-link-block table {
    border-collapse: separate;
    border-spacing: 10px;
    border: 0;
    width: 100%;
}

.services-link-block table tr th,
.services-link-block table tr td {
    border-radius: 20px;
    padding: 5px;
    font-size: 16px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    text-align: center !important;
    border: 0;
    white-space: nowrap;
    min-width: 100px;
}

.services-link-block table tr th {
    background: linear-gradient(276deg, #0d47a1, #0383c9);
    box-shadow: 0 0 10px #087cff87;
    color: #fff;
    border: 0;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.services-link-block table tr:nth-child(odd) td {
    background: #e6e9ec;
    color: #546e7a;
}

.services-link-block table tr:nth-child(even) td {
    background: #fafafa;
    color: #546e7a;
}

@media screen and (max-width: 500px) {
    .services-link-block .table-responsive {
        width: 100% !important;
        overflow-x: scroll;
    }
}

textarea#form-field-additional-link {
    padding-top: 15px;
}

/* Content Area */
.content-area #expander {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.blur-effect {
    background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    height: 200px;
}

.content-area .elementor-tab-content,
.content-area .elementor-text-editor {
    height: 400px;
}

.content-area .content-hide {
    height: 200px !important;
    overflow-y: hidden !important;
}

.content-area .btn-more {
    background: #2196f3 !important;
}


.box-area .box-hide {
    height: 125px;
    overflow-y: hidden !important;
}

.content-area img,
.block-content-seo img {
    max-width: 35%;
    object-fit: cover;
    border-radius: 10px;
}

@media screen and (max-width: 992px) {
    .content-area img,
    .block-content-seo img {
        max-width: 100%;
    }

}

.elementor-tab-mobile-title {
    display: none !important;
}


.elementor-tabs .elementor-tabs-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 1px solid #e6e9ec !important;
    padding-bottom: 10px;
    margin-bottom: 15px;
    overflow: unset !important;
}


.elementor-tab-content {
    border: 0 !important;
}

.elementor-tab-title {
    border: 0 !important;
    padding: 15px 20px 10px 20px !important;
    background: #eee;
    color: #1a1b1e;
    border-radius: 5px;
}

.elementor-tab-title.elementor-active {
    background: #65c18c;
    box-shadow: 0 0 20px #65c18baf;
    cursor: pointer;
    z-index: 999;
    -webkit-animation: blink-shadow-green 2s linear infinite;
    -moz-animation: blink-shadow-green 2s linear infinite;
    -ms-animation: blink-shadow-green 2s linear infinite;
    -o-animation: blink-shadow-green 2s linear infinite;
    animation: blink-shadow-green 2s linear infinite;
}

.elementor-tab-title.elementor-active a {
    color: #fff;
}

.elementor-tab-title::before, .elementor-tab-title::after {
    border: 0 !important;
}

/* reCaptcha */
.reCaptcha {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* box-video-tutorial */
.box-video-tutorial video {
    height: 380px;
    display: flex;
    justify-content: center;
    width: 100%;
}

#videoTrackingCode {
    margin: 0 auto;
    padding: 5px 20px;
    border: 0;
    border-radius: 10px;
    background-color: rgba(0, 179, 143, 0.15);
    color: #00b38f;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    transition: all 300ms linear;
    cursor: pointer;
    font-size: 16px;
    display: flex;
}

#videoTrackingCode.active,
#videoTrackingCode:hover {
    background-color: #00b38f;
    color: #fff;
}


/* Voice */
.wp-playlist {
    border: none !important;
}

.wp-playlist-current-item {
    display: none !important;
}

.wp-playlist-item {
    border: none !important;
    background: #f7f7f7 !important;
    margin-top: 5px !important;
    padding: 10px !important;
    border-radius: 5px !important;
}

.wp-playlist-light .wp-playlist-playing {
    background: #818a91 !important;
    color: #fff !important;
}

.wp-playlist-light .wp-playlist-playing a {
    color: #fff !important;
    font-weight: bold !important;
}

.rtl .wp-playlist-item-length {
    left: 10px !important;
    top: 8px !important;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    border-radius: 5px !important;
}


/* custom-table table Elementor */
.content-area .elementor-tab-content *,
.block-content-seo .elementor-text-editor *,
.elementor-text-editor *,
.custom-table *,
.elementor-widget-Table * {
    direction: rtl !important;

}

.content-area .elementor-tab-content table,
.block-content-seo .elementor-text-editor table,
.elementor-text-editor table,
.elementor-widget-Table table,
.custom-table table {
    max-width: 100% !important;
    width: 100% !important;
    border: none !important;
    border-collapse: separate;
    border-spacing: 5px !important;
    margin: auto;
}
#comments{
    max-width: 1250px;
    margin: 50px 0 !important;
}
.content-area .elementor-tab-content table td img,
.block-content-seo .elementor-text-editor table td img,
.elementor-text-editor table td img,
.elementor-widget-Table table td img,
.content-area .elementor-tab-content table th img,
.block-content-seo .elementor-text-editor table th img,
.elementor-text-editor table th img,
.elementor-widget-Table table th img,
.custom-table table td img,
.custom-table table th img {
    width: 25px;
}

.content-area .elementor-tab-content table td,
.block-content-seo .elementor-text-editor table td,
.elementor-text-editor table td,
.elementor-widget-Table table td,
.content-area .elementor-tab-content table th,
.block-content-seo .elementor-text-editor table th,
.elementor-text-editor table th,
.elementor-widget-Table table th,
.custom-table table td,
.custom-table table th {
    border: none !important;
    text-align: center;
    border-radius: 10px !important;
}

.content-area .elementor-tab-content table th,
.block-content-seo .elementor-text-editor table th,
.elementor-text-editor table th,
.elementor-widget-Table table th,
.custom-table table th {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-weight: bold !important;
    /*background: #2196f3 !important;*/
    /*color: #fff !important;*/
    color: #002f79 !important;
    background: #c7e6ff !important;
}

/*.elementor-widget-Table table td:nth-child(odd), */
/*.custom-table table td:nth-child(odd) {*/
/*    background: #307deb;*/
/*    color: #fff;*/
/*}*/

.content-area .elementor-tab-content table td,
.block-content-seo .elementor-text-editor table td,
.elementor-text-editor table td,
.elementor-widget-Table table td,
.custom-table table td {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-weight: 200 !important;
}


.game-services .content-area .elementor-tab-content table td,
.game-services .block-content-seo .elementor-text-editor table td,
.game-services .elementor-text-editor table td,
.game-services .elementor-widget-Table table td,
.game-services .custom-table table td {
    color: #fff !important;
}

.content-area .elementor-tab-content table tr:nth-child(odd),
.block-content-seo .elementor-text-editor table tr:nth-child(odd),
.elementor-text-editor table tr:nth-child(odd),
.elementor-widget-Table table tr:nth-child(odd),
.custom-table table tr:nth-child(odd) {
    background-color: #fdfdfd;
}

.game-services .content-area .elementor-tab-content table tr:nth-child(odd),
.game-services .block-content-seo .elementor-text-editor table tr:nth-child(odd),
.game-services .elementor-text-editor table tr:nth-child(odd),
.game-services .elementor-widget-Table table tr:nth-child(odd),
.game-services .custom-table table tr:nth-child(odd) {
    background-color: #09141f;
}


.content-area .elementor-tab-content table tr:nth-child(even),
.block-content-seo .elementor-text-editor table tr:nth-child(even),
.elementor-text-editor table tr:nth-child(even),
.elementor-widget-Table table tr:nth-child(even),
.custom-table table tr:nth-child(even) {
    background-color: #f5f5f5;
}

.game-services .content-area .elementor-tab-content table tr:nth-child(even),
.game-services .block-content-seo .elementor-text-editor table tr:nth-child(even),
.game-services .elementor-text-editor table tr:nth-child(even),
.game-services .elementor-widget-Table table tr:nth-child(even),
.game-services .custom-table table tr:nth-child(even) {
    background-color: #111c28;
}

/* Tab */
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title a,
.elementor-widget-tabs .elementor-tab-desktop-title {
    color: #1a1b1e !important;
}


.elementor-widget-tabs .elementor-tab-title.elementor-active,
.elementor-widget-tabs .elementor-tab-title.elementor-active a {
    color: #fff !important;
}

.elementor-tab-title {
    background: #f7f7f7;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
}

.timeline-img-header + .alert-box {
    width: fit-content !important;
}


.tab-timeline .elementor-tabs-wrapper {
    position: relative;
    gap: 30px !important;
    width: fit-content;
    margin: 14px auto;
    border: none !important;
}

.tab-timeline .elementor-tabs-wrapper:after {
    content: "";
    border-bottom: 5px solid #f7f7f7 !important;
    position: absolute;
    top: 30px;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.tab-timeline .elementor-tabs-wrapper .elementor-tab-title {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 15px;
    font-size: 14px !important;
}

.tab-timeline .elementor-tabs-wrapper .elementor-tab-title.elementor-active:after {
    content: "";
    display: flex;
    width: 120px;
    border-bottom: 5px solid #65c18c !important;
    position: absolute;
    top: 30px;
    transform: translate(-75%, -50%);
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.tab-timeline [aria-orientation="vertical"] .elementor-tab-title {
    display: none !important;
}

.tab-timeline .elementor-tab-title a {
    color: #4e4e4e !important;
}


/* Full schema */
.safine-full-schema-container {
    align-items: center !important;
    justify-content: center !important;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
}

.fsrs-star-hover-txt {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
}

div#fsrs-rating {
    margin: 0 auto;
}

.swal2-title {
    font-size: 1.7rem !important;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important
}

.swal2-popup {
    font-size: 1.2rem !important;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important
}

.swal2-content {
    font-size: 15px !important;
    line-height: 25px !important;
}

.swal2-styled {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important
}


/* Loading */
.box-loading {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px !important;
}

.box-loading .loading {
    animation: rotator 1.4s linear infinite;
}

.box-loading .path {
    stroke-dasharray: 150;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

/*.box-loading > span {*/
/*    animation: blinker 1.5s ease-in-out infinite;*/
/*}*/

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
    }
}

@keyframes colors {
    0% {
        stroke: #4285f4;
    }
    25% {
        stroke: #de3e35;
    }
    50% {
        stroke: #f7c223;
    }
    75% {
        stroke: #1b9a59;
    }
    100% {
        stroke: #4285f4;
    }
}


@keyframes dash {
    0% {
        stroke-dashoffset: 150;
    }
    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 150;
        transform: rotate(450deg);
    }
}


.elementor-widget-wrap.slick-initialized.slick-slider {
    justify-content: center;
}


/* =============================== New Style =============================== */


/* Menu sticky bottom */
.sticky-menu * {
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.sticky-menu {
    width: 600px;
    height: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
    z-index: 99999;
}

.sticky-menu .menu-item {
    position: relative;
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    font-size: 14px;
    padding: 2px 5px;
    /*border-radius: 5px;*/
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-weight: 500;
    color: #737373;
    transition: transform .4s;
    cursor: pointer;
    user-select: none;
    border-bottom: 3px solid transparent;
}

.divider {
    width: 100%;
    height: 1px;
    background: #eeeeee;
    margin: 10px auto;
}

.sticky-menu .menu-item svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
}

.sticky-menu .menu-item svg.fill-icon {
    display: none;
}

.menu-item:hover,
.menu-item.active {
    color: #2196f3 !important;
    font-weight: 600 !important;
    transform: scale(1.05);
}

.menu-item.active {
    border-bottom-color: #2196f3;
    margin: 0 5px;
}

/*.menu-item:hover .img-box,
.menu-item.active .img-box {
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 10px;
    transform: rotate(45deg);
    background: #0087c426;
}

.menu-item:hover .img-box img,
.menu-item.active .img-box img {
    transform: rotate(-45deg);
}*/

.menu-item-middle {
    margin-top: -5px;
    transform: scale(1.2);
}

.menu-item-middle:before {
    content: "";
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    position: absolute;
    transform: rotate(45deg);
    top: -10px;
    z-index: -1;
    box-shadow: -10px -10px 10px rgb(0 0 0 / 3%);
}

.menu-item-middle .img-box {
    text-align: center;
}

.menu-item-middle .img-box img {
    width: 26px;
}

.menu-item .charge-wallet-now > small {
    font-size: 12px;
    margin-right: 2px;
    font-weight: bold;
}

.charge-wallet-now {
    white-space: nowrap;
}

.menu-item .badge-box {
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 100;
    padding: 4px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 15px;
    background: #00b38f;
    color: #fff;
}

.menu-item.menu-item-side .badge-box {
    height: 15px;
    font-size: 12px !important;
    padding: 6px;
    top: 12px;
}


/* Side menu */
#menu-side-sticky * {
    user-select: none;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

#menu-side-sticky {
    width: 320px;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 10px 0 0 10px;
    transition: all .4s linear;
    transform: translateX(100%);
    z-index: 99999;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}

.menu-side-overlay {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.show-menu-side-sticky {
    transform: translateX(0) !important;
}

#side-menu-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 14px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 20px 20px 80px;
}

#side-menu-items .menu-item-side {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 10px;
    background: #fbfbfb;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.2s linear;
}

#side-menu-items .menu-item-side {
    color: #737373 !important;
}

#side-menu-items .menu-item-side:hover,
#side-menu-items .menu-item-side.active {
    /*background: #2196F3 !important;*/
    /*color: #fff !important;*/
    color: #2196f3;
    font-weight: 600 !important;
}

#side-menu-items .menu-item-side svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    transition: transform 0.2s linear;
}

#side-menu-items .menu-item-side:hover svg,
#side-menu-items .menu-item-side.active svg {
    transform: scale(1.25);
}

#side-menu-items .menu-item-side svg.fill-icon {
    display: none;
}

#side-menu-top {
    min-height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

#side-menu-top #user_area_right {
    display: flex;
    align-items: center;
    gap: 10px;
}

#side-menu-top #user_area_right #user_profile img {
    border-radius: 50%;
}

#user_details {
    display: flex;
    flex-direction: column;
    color: #55595c;
}

#side-menu-top #user_area_right #user_name {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}

#side-menu-top #user_area_right #user_phone {
    font-size: 13px;
    font-weight: 100;
}

#side-menu-top #user_area_left {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.btn-side-menu {
    height: 30px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    color: #55595c !important;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
}

.btn-side-menu:hover,
.btn-side-menu.active {
    border: 1px solid #d7d7d7;
    background: #ededed;
    color: #55595c !important;
    transform: scale(1.03);
}

@media screen and (max-width: 600px) {
    .sticky-menu {
        width: 100%;
        bottom: 0;
        border-radius: 0;
    }

    .menu-item .badge-box {
        font-size: 8px !important;
        top: 5px !important;
        left: 5px;
        height: 10px !important;
        line-height: 10px;
    }

    .sticky-menu .menu-item {
        font-size: 14px;
    }

    .sticky-menu .menu-item svg {
        width: 18px !important;
        height: 18px !important;
    }

    .sticky-menu .menu-item .img-box img {
        width: 25px !important;
        margin-bottom: 5px;
    }

    .menu-item-middle:before {
        top: -5px !important;
    }

    .menu-item .charge-wallet-now > small {
        font-size: 10px;
        margin-right: 0;
    }

    #menu-side-sticky {
        width: 100%;
        border-radius: 0;
    }
}

@media screen and (max-width: 375px) {
    .sticky-menu {
    }

    .sticky-menu .menu-item {
        font-size: 14px !important;
    }

    .sticky-menu .menu-item-middle.menu-item {
        font-size: 9px !important;
    }
}

/* Login popup */
.login-popup {
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.login-popup .title {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.login-popup .btn {
    padding: 3px 20px;
    height: unset !important;
    margin-top: 5px;
    font-size: 16px;
}

/* Login page and popup */
.auth-wrapper {
    --color-primary: #42a5f5;
    --color-primary-opacity: #3b82f61c;
    --color-secondary: #455a64;
    --color-secondary-opacity: #455a640d;
    --color-info: #00c3ff;
    --color-info-opacity: #00c3ff2b;
    --color-success: #22c55e;
    --color-success-opacity: #22c55e29;
    --color-warning: #ffa726;
    --color-warning-opacity: #ffa72629;
    --color-danger: #fe5c5c;
    --color-danger-opacity: #fe5c5c26;
}

.auth-wrapper * {
    user-select: none;
}

.auth-wrapper {
    min-width: 320px;
    background: #ffffff !important;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}

.auth-wrapper .page-title {
    text-align: center;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    font-size: 18px !important;
    color: #1a1b1e !important;
    border-bottom: 1px solid #e6e9ec;
    margin: 0 15px;
    padding: 15px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.auth-wrapper .box-form .form-field {
    width: 100% !important;
    border: 1px solid #ededed !important;
    font-size: 14px;
    background: #f7f7f7 !important;
}

.auth-wrapper .box-form .form-field::placeholder {
    font-size: 11px !important;
}

.auth-wrapper .box-form {
    padding: 10px !important;
}

.auth-wrapper .box-form .rule {
    text-align: center;
    font-size: 14px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    padding-bottom: 10px;
}

.box-form form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.box-form .form-field {
    text-align: right;
    font-size: 14px;
    box-sizing: border-box;
    padding: 5px 10px;
    vertical-align: middle;
    border-radius: 6px;
    border: 1px solid #eee;
    background: #f7f7f7;
}

.box-form .form-field:focus {
    outline: 2px solid #e6e9ec;
}

.box-form .form-control {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    flex-grow: 1;
    flex-basis: 0;
}

.form-control label {
    color: #2b2f3e;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.form-control label i {
    color: var(--color-danger);
}

.panel-btn {
    border: 0;
    border-radius: 5px;
    /*padding: 3px 6px 3px 10px;*/
    padding: 8px 10px;
    font-size: 14px;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    transition: all ease-in-out 250ms;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.panel-btn i:before {
    font-size: 13px !important;
}

.panel-btn.btn-primary {
    color: var(--color-primary) !important;
    background: var(--color-primary-opacity) !important;
}

.panel-btn.btn-primary i {
    color: var(--color-primary) !important;
}

.panel-btn.btn-primary.active,
.panel-btn.btn-primary:hover {
    color: #fff !important;
    background: #1e88e5 !important;
    transform: scale(1) !important;
}

.panel-btn:hover {
    box-shadow: inset -4px 4px 15px rgb(0 0 0 / 35%) !important;
}

.panel-btn.btn-primary i {
    color: var(--color-primary) !important;
}

.panel-btn.btn-primary.active i,
.panel-btn.btn-primary:hover i {
    color: #fff !important;
}

/* btn secondary */
.panel-btn.btn-secondary {
    color: var(--color-secondary);
    background: var(--color-secondary-opacity);
}

.panel-btn.btn-secondary.active,
.panel-btn.btn-secondary:hover {
    color: #fff;
    background: var(--color-secondary);
}

.panel-btn.btn-secondary i {
    color: var(--color-secondary);
}

.panel-btn.btn-secondary.active i,
.panel-btn.btn-secondary:hover i {
    color: #fff;
}

.panel-btn.btn-primary.btn-blue i {
    color: #fff !important;
}

.auth-wrapper .box-form form #btn-forgot-password {
    font-size: 14px;
    margin-top: 5px;
    cursor: pointer;
    transition: all .3s linear;
}

.auth-wrapper a,
.auth-wrapper .box-form form #btn-forgot-password:hover {
    color: #2196f3;
}

.auth-wrapper .box-form form #mobile_field,
.auth-wrapper .box-form form #password_field,
.auth-wrapper .box-form form #otp_code_field {
    direction: ltr;
    text-align: left;
}

.auth-wrapper .btn-group {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
}


.auth-wrapper #btn-verify-otp,
.auth-wrapper .btn-blue {
    flex-grow: 1;
    color: #fff !important;
    background: #2196f3 !important;
    box-shadow: -3px 3px 10px rgb(0 0 0 / 15%) !important;
}

.auth-wrapper #btn-verify-otp:hover,
.auth-wrapper #btn-verify-otp:focus,
.auth-wrapper .btn-blue:hover,
.auth-wrapper .btn-blue:focus {
    color: #fff !important;
    background: #1e88e5 !important;
    box-shadow: inset -4px 4px 15px rgb(0 0 0 / 35%) !important;
}

.auth-wrapper .btn-custom {
    box-shadow: -3px 3px 10px rgb(0 0 0 / 15%) !important;
}

.auth-wrapper .btn-custom:hover,
.auth-wrapper .btn-custom:focus {
    box-shadow: inset -4px 4px 15px rgb(0 0 0 / 35%) !important;
}

.auth-wrapper .btn-back {
    padding: 12px !important;
    font-size: 15px !important;
}

.auth-wrapper .btn-back i.fa.fa-angle-left {
    transform: scale(1.5);
}

.auth-wrapper .otp-timer {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}

.auth-wrapper .otp-timer .otp-timer-number {
    font-size: 14px !important;
    color: #000 !important;
}

.auth-wrapper .alert-box {
    font-size: 14px !important;
}

@media screen and (max-width: 400px) {
    .auth-wrapper {
        min-width: 100%;
    }

    .auth-wrapper .btn-group {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .auth-wrapper [id$=edit-mobile],
    .auth-wrapper #btn-register,
    .auth-wrapper #btn-back-to-login,
    .auth-wrapper #btn-close-modal {
        width: 100%;
    }
}

.wpd-comment-label {
    display: none !important;
}

/* Full schema */
#fsrs-rating {
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
}

.fsrs-min-width-star-hover-text {
    display: none !important;
}

.fsrs-rating-icon, .fsrs-rating-icon--clicked, .fsrs-rating-icon--disabled, .fsrs-rating-emoji-icon {
    color: #d4d4d4 !important;
}

.fsrs-rating-icons-container > .checked ~ i, .fsrs-rating-icons-container > .checked {
    color: #ffd700 !important;
}

#fsrs-rating-after-content > .fsrs-rating-icon--clicked ~ i, .fsrs-rating-icon--clicked {
    color: #ffd700 !important;
}


/* Gallery */
.gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
}

.gallery-item {
    width: 100px !important;
    padding: 3px !important;
}

.gallery-item img {
    border-radius: 5px;
}


/* ================================== Home English ================================== */
.block-panel .elementor-widget-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.box-panel {
    align-items: end;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.btn-panel {
    height: 60px !important;
    padding: 0 15px !important;
    background: #2196f3 !important;
    border: 2px solid #2196f3 !important;
}

.btn-panel * {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #fff !important;
}

.btn-panel:focus,
.btn-panel:hover {
    background: #fff !important;
    border: 2px solid #2196f3 !important;
    box-shadow: none !important;
}

.btn-panel:focus *,
.btn-panel:hover * {
    color: #2196f3 !important;
}

.box-panel.box-panel-dialog * {
    color: #fff !important;
    margin: 0;
}

.box-panel.box-panel-dialog {
    background: #009688;
    border: 2px solid #009688 !important;
    width: 48%;
    /*min-height: 180px;*/
    min-height: 130px;
}

.box-panel.box-panel-dialog:focus,
.box-panel.box-panel-dialog:hover {
    background: #fff !important;
    border: 2px solid #009688 !important;
    box-shadow: none !important;
}

.box-panel.box-panel-dialog:focus *,
.box-panel.box-panel-dialog:hover * {
    color: #009688 !important;
}

.box-panel.box-panel-dialog .elementor-icon-box-title {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: bold !important;
    margin-bottom: 10px;
}


.block-why .content-box * {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
    direction: ltr !important;
}

@media screen and (max-width: 981px) {
    .box-panel.box-panel-dialog {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 762px) {
    .box-why .content-box .box-title {
        font-size: 16px !important;
    }

    .box-why .content-box p {
        display: none !important;
        direction: ltr;
    }
}


.block-info-site {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    flex-wrap: wrap;
}

.block-info-site .box-info-site {
    width: 48%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    background: #40444f;
}

.block-info-site .info-site-qty {
    font-size: 22px;
}

.block-info-site .info-site-name {
    text-transform: capitalize;
}


/* ٍElementor Button */
.elementor-button-link,
.elementor-button {
    font-family: var(--font-title) !important;
    background: var(--color-secondary-opacity) !important;
}

.elementor-button-icon,
.elementor-button-text {
    color: var(--color-secondary) !important;
    fill: var(--color-secondary) !important;
}

.elementor-button-link.active,
.elementor-button-link:hover,
.elementor-button.active,
.elementor-button:hover {
    background: var(--color-secondary);
}

.elementor-button-info {
    width: auto !important;
    background: var(--color-info-opacity) !important;
}

.elementor-button-info * {
    color: var(--color-info) !important;
    fill: var(--color-info) !important;
}

.elementor-button-info:hover,
.elementor-button-info.active {
    background: var(--color-info) !important;
}

.elementor-button-success {
    width: auto !important;
    background: var(--color-success-opacity) !important;
}

.elementor-button-success * {
    color: var(--color-success) !important;
    fill: var(--color-success) !important;
}

.elementor-button-success:hover,
.elementor-button-success.active {
    background: var(--color-success) !important;
}

.elementor-button-warning {
    width: auto !important;
    background: var(--color-warning-opacity) !important;
}

.elementor-button-warning * {
    color: var(--color-warning) !important;
    fill: var(--color-warning) !important;
}

.elementor-button-warning:hover,
.elementor-button-warning.active {
    background: var(--color-warning) !important;
}

.elementor-button-danger {
    width: auto !important;
    background: var(--color-danger-opacity) !important;
}

.elementor-button-danger * {
    color: var(--color-danger) !important;
    fill: var(--color-danger) !important;
}

.elementor-button-danger:hover,
.elementor-button-danger.active {
    background: var(--color-danger) !important;
}

.elementor-widget-button:hover *,
.elementor-widget-button.active * {
    color: var(--color-light) !important;
    fill: var(--color-light) !important;
}


/* Nav tab */
.nav-tab-container ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    border-bottom: 2px solid #eee;
    margin: 0 auto;
    padding: 0;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.tab-item {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    padding: 4px 6px;
    cursor: pointer;
    font-size: 14px;
    transition: all ease 300ms;
}

.nav-tab-container ul .tab-item {
    position: relative;
    text-align: center !important;
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
    transition: border, color .4s linear;
}

.nav-tab-container ul .tab-item:hover,
.nav-tab-container ul .tab-item:hover .svg-icon {
    color: var(--color-primary);
    fill: var(--color-primary);
    font-weight: bold;
}

.nav-tab-container ul .tab-item.active,
.nav-tab-container ul .tab-item.active .svg-icon {
    color: var(--color-primary);
    fill: var(--color-primary);
    font-weight: bold;
}

.nav-tab-container ul .tab-item.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--color-primary);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.tab-content-container {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
}

.tab-content-container .badge:not(#sm-tab .box-table .badge, #vn-tab .box-table .badge) {
    display: flex;
    align-items: center;
    gap: 5px;
    /*color: #55595c !important;*/
    background: #f3f3f3 !important;
}

.tab-content-container .tab-content {
    padding: 15px 0;
    display: none;
}


.tab-content-container .tab-content.active {
    display: block;
}


@media screen and (max-width: 500px) {
    .nav-tab-container ul .tab-item {
        /*padding: 10px 0 !important;*/
    }
}


@media screen and (max-width: 450px) {
    .nav-tab-container ul .tab-item {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}

@media screen and (max-width: 370px) {
    .tab-item {
        padding: 3px !important;
        font-size: 11px;
    }
}


/* ========== Tooltip ========== */
.tooltip {
    position: relative;
    cursor: help;
    user-select: none;
}

.tooltip:hover .tooltip-text,
.tooltip:focus .tooltip-text {
    visibility: visible;
    opacity: 0.9;
}

.tooltip-text {
    position: absolute;
    bottom: 150%;
    width: 100px;
    text-align: center;
    padding: 5px;
    /*margin-right: -10px;*/
    font-size: 12px;
    border-radius: 4px;
    line-height: 16px;
    visibility: hidden;
    opacity: 0;
    color: var(--color-light);
    background-color: #6e7680;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    transition: opacity 0.3s;
    z-index: 99999;
}

.tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: #6e7680 transparent transparent transparent;
}

/* Elementor popup*/
.dialog-widget-content {
    border-radius: 5px !important;
}

.dialog-widget-content *:not(i) {
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif !important;
}

.dialog-widget-content .elementor-container.elementor-column-gap-default {
    padding: 0 !important;
    overflow-x: hidden;
}

.dialog-widget-content .elementor .elementor-section > .elementor-column-gap-default > .elementor-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.dialog-widget-content .one-line-form.cs-form {
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
}

.elementor-text-editor p img {
    margin: 0 auto;
    display: block;
    max-width: 50% !important;
}

@media screen and (max-width: 762px) {
    .elementor-text-editor p img {
        max-width: 100% !important;
    }
}

.elementor-text-editor h1 {
    font-size: 20px !important;
}

.elementor-text-editor h2 {
    font-size: 18px !important;
}

.elementor-text-editor h3 {
    font-size: 16px !important;
    line-height: 25px !important;
    font-weight: bold !important;
}

.sub-mega-menu .list-menu-item-wrapper a span {
    color: #000 !important;
    font-weight: 400;
}

.sub-mega-menu .mega-menu-link-all a {
    color: #000 !important;
    cursor: pointer !important;
}

.sub-mega-menu li {
    min-width: 700px !important;
}


.ltr {
    direction: ltr !important;
}

/* Elementor Accordion */
.elementor-accordion .elementor-accordion-item {
    border: none !important;
    box-shadow: 8px 8px 25px 0 rgba(42, 67, 113, .15);
    border-radius: 8px;
    margin: 8px auto;
    overflow: hidden;
}

.elementor-accordion .elementor-tab-title {
    border-radius: 0 !important;
    /*color: #1a1b1e;*/
    /*background: #fff;*/
}

.elementor-widget-accordion .elementor-accordion-icon,
.elementor-widget-accordion .elementor-accordion-title {
    /*color: #1a1b1e;*/
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon {
    /*color: #fff !important;*/
}

.elementor-accordion .elementor-tab-title.elementor-active {
    background-color: transparent !important;
    /*background-image: linear-gradient(150deg, #5e036e 0%, #3d0047 100%) !important;*/
    box-shadow: none !important;
    animation: none !important;
}

.elementor-tab-content.elementor-active {
    background-color: transparent !important;
    /*background-image: linear-gradient(150deg, #5e036e 0%, #3d0047 100%) !important;*/
    font-size: 13px;
    /*color: #eeeeee !important;*/
    border-radius: 0 !important;
}

.elementor-text-editor table tr,
.elementor-text-editor table tr td,
.tafe-table tr,
.tafe-table td {
    height: 40px !important;
    max-height: 40px !important;
}


.elementor-text-editor table tr img,
.elementor-text-editor table tr td img,
.tafe-table tr img,
.tafe-table td img {
    height: 25px !important;
    max-height: 25px !important;
}

.sticky-banner-widget__container {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 99998;
}

.sticky-banner-widget__container .sticky-banner-widget__btn {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    background: linear-gradient(45deg, #5c3890, #2b0e55);
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.sticky-banner-widget__container .sticky-banner-widget__btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border: 2px dashed #fff;
    border-radius: 50%;
    animation: rotator 2s ease-in-out alternate-reverse infinite;
}


.sticky-banner-widget__container .sticky-banner-widget__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /*color: #fff;*/
    /*background: #5c3890;*/
    color: #5c3890;
    background-color: #fff;
    z-index: 1;
}

.sticky-banner-widget__banner {
    display: block;
    width: 250px;
}

.sticky-banner-widget__banner img {
    width: 100%;
    max-width: 100%;
    border-radius: 15px;
}
