

.arz-home-coins__links > *{
    color: #fff;
    height: 40px; 
    align-items: center;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    gap: 5px;
    
}
.arz-home-coins__links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
}
.arz-home-coins__links .arz-btn-info {
    margin-left: .5rem;
}
.arz-home-coins__links .arz-btn-warning {
    margin-right: .5rem;
}




.home #footer {
    margin-top: 0px!important;
    padding-top: 0!important;
}
/* Start: Main Post Classes */
#main-posts {
    padding: 10px 0 1rem;
}
.arz-main-post-box{
    position: relative;
    height: 260px;
}
.arz-main-post {
    border-radius: 0;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
    text-align: center;
}
.arz-main-post__link {
    color: #FFF;
    display: block;
    height: 100%;
    width: 100%;
}
.arz-main-post__image-box {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.arz-main-post__play-icon {
    fill: #ffffff6b;
    left: 50%;
    position: absolute;
    top: 50%;
    height: 60px;
    width: 60px;
    transform: translate(-50%, -50%);
}
.arz-main-post__image-box:after {
    background-color: #000;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    transition: opacity .2s ease;
}
.arz-main-post:hover .arz-main-post__image-box:after {
    opacity: .8;
}
.arz-main-post__image {
    background-color: #CCC;
    height: 100%;
    object-fit: cover;
    transition-duration: .2s;
    transition-property: transform;
    transition-timing-function: ease;
    transform: scale(1);
    width: 100%;
}
.arz-main-post__image-box .arz-image-loading > div {
    background-color: #FFF;
}
.arz-main-post__title {
    background: transparent;
    color: #FFF;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0;
    padding: 0 1.3rem;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
    width: 100%;
}
.arz-main-post__center-content {
    width: 100%;
}
.arz-main-post__author-link {
    font-size: 11px;
    padding: 0.8rem 1rem;
    position: absolute;
    bottom: 0;
    align-items: center;
    color: #FFF;
    display: flex;
    justify-content: center;
    right: 0;
}
.arz-main-post__publish-time {
    color: #FFF;
    font-size: 14px;
}
.arz-main-post .arz-main-cat-link {
    background-color: #fff !important;
    border: 0;
    color: #333 !important;
    font-size: 11px;
    margin-bottom: .5rem;
    padding: 0 8px;
    line-height: 22px;
}
.arz-main-post:hover .arz-main-post__image {
    transform: scale(1.1);
}
.arz-main-post__main-category{
    background-color: #fff !important;
    border: 0;
    border-radius: 5px;
    color: #333 !important;
    font-size: 11px;
    margin-bottom: .5rem;
    padding: 0 8px;
    line-height: 22px;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    transition: none!important;
}
/* End: Main Posts Section */

/* Start: Last posts sections */
.arz-iran-last-post {
    overflow: hidden;
    margin: 0 auto 1rem;
    position: relative;
    text-align: justify;
    min-width: 190px!important;
    width: 190px!important;
}
.arz-iran-last-post:not(:first-child):not(:last-child) {
    margin: 0 .5rem;
}
.arz-iran-last-post__image {
    border-radius: 5px;
    height: 140px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.arz-iran-last-post__publish-time {
    position: absolute;
    bottom: 0;
    background: #00000061;
    width: 100%;
    color: #FFF;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    right: 0;
    left: 0;
}
.arz-iran-last-post__title {
    padding-top: .5rem;
    display: inline-block;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    width: 100%;
}
.arz-iran-last-post__image-box {
    position: relative;
}
.arz-iran-last-post__image {
    background-color: #F8F8F8;
    height: 100%;
    object-fit: cover;
    transition: transform .2s linear;
    width: 100%;
}
.arz-iran-last-post:hover .arz-iran-last-post__image {
    transform: scale(1.1);
}
/* End: Last posts sections */

/* Start: Coins price in home Classes */
#coins-prices {
    background-color: #FFF;
    padding: calc(1rem + 24px) 0 1.2rem 0;
}
#coins-prices .textwidget img{
    margin-right: 0;
}
.arz-home-coins__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.arz-home-coins__info-title {
    color: #666;
    font-size: 1.1rem;
}
.arz-home-coins__info-box {
    padding: 1px 0;
}
.arz-home-coins__info-box.arz-fiat-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.arz-home-coins__info-box.arz-fiat-list .arz-coin-page-fiat {
    margin-right: 5px;
}
.arz-home-coins__info-box.arz-fiat-list .arz-select-box-selected {
    border: none;
    font-weight: normal;
    color: #676;
    font-size: 14px !important;
    padding: 0;
}
.arz-home-coins__info-box.arz-fiat-list .arz-select-box-text::after {
    left: -15px;
}
.arz-home-coins__info-box .arz-coin-page-fiat .arz-select-box .arz-select-box-selected{
    line-height: 24px!important;
}
.arz-home-coins__info-name {
    color: #707070;
    font-size: 13px;
    margin-left: 5px;
}
.arz-fiat-link .arz-home-coins__info-name{
    color: #006cdc;
}
.arz-home-coins__info-value {
    color: #000;
    font-size: 13px;
}
.arz-home-coins__info>div:last-child {
    margin-top: 8px;
    text-align: center;
}
.arz-home-coins__info-btn {
    height: auto;
    font-size: 12px;
    line-height: 30px;
    padding: 1px 15px;
}
.arz-home-coins__info-box .arz-coin-page-fiat {
    display: inline-block;
}
.arz-home-coins {
    position: relative;
}
.arz-home-coins__list {
    direction: ltr;
    height: 220px;
    min-height: 235px;
    position: relative;
    max-height: 250px;
}
.arz-home-coins__list .owl-carousel,
.arz-home-coins__list .owl-stage-outer,
.arz-home-coins__list .owl-stage,
.arz-home-coins__list .owl-item {
    height: 100%;
}
.arz-ideas .arz-owl-carousel-nav {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    cursor: pointer;
    height: 140px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 100;
    width: 140px;
}
.arz-ideas{
    position: relative;
}
.arz-ideas .arz-owl-carousel-prev {
    right: -85px;
}
.arz-ideas .arz-owl-carousel-next {
    left: -85px;
    right: auto;
}
.arz-ideas .arz-icon-left-arrow{
    top: 44%;
    position: absolute;
    right: 20px;
}
.arz-ideas .arz-icon-right-arrow{
    top: 44%;
    position: absolute;
    left: 20px;
}
.arz-home-coin__container{
    position: relative;
}
.arz-home-coin {
    background-color: #6d6d6d0d;
    border-radius: 5px;
    
    padding: 10px 10px 30px 10px;
    transition: all 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 180px;
    cursor: pointer;
    width: 198px;
}
.arz-home-coin.arz-positive {
    background-color: #9fd6c621;
}
.arz-home-coin.arz-negative {
    background-color: #ecc5c521;
}
.arz-home-coin.arz-positive:hover {
    background-color: #00796b1c;
}
.arz-home-coin.arz-negative:hover {
    background-color: #ff00000f;
}
.arz-home-coin__name-box {
    font-size: 17px;
    font-weight: bold;
    height: 32px;
    margin-bottom: 0.6rem;
}
.arz-home-coin__name-box{
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
.arz-home-coin__name-box .arz-coin-sprite {
    transform: scale(.8);
}
.arz-home-coin__name {
    line-height: 18px;
    height: 16px;
}
.arz-home-coin__icon{
    height: 32px!important;
    margin-right: 3px!important;
    width: 32px!important;
}
.arz-home-coin__price-box {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: .5rem;
}
.arz-home-coin__price-usd {
    text-align: right;
    color: #000;
    font-size: 20px;
    top: 5px;
    width: 112px;
}
.arz-home-coin__price-toman {
    direction: rtl;
    font-size: 14px;
    text-align: right;
}
.arz-home-coin__price-toman .arz-secondary {
    color: #666;
    font-size: 12px;
    margin-right: 5px;
}
.arz-home-coin__price-swing {
    align-items: center;
    border-radius: 50%;
    display: flex;
    font-size: 12px;
    justify-content: center;
    height: 50px;
    min-height: 50px;
    margin-left: 5px;
    position: relative;
    min-width: 50px;
    width: 50px;
}
.arz-home-coin__price-swing::after {
    border: 4px solid transparent;
    content: '';
    position: absolute;
    right: 50%;
    transform: translate(50%);
}
.arz-home-coin__price-swing.arz-not-change {
    background-color: #EEE;
    color: #666;
}
.arz-home-coin__price-swing.arz-positive {
    background-color: #00796b;
    color: #FFF;
    position: relative;
    border: 2px #14d199 solid;
    z-index: 1;
}
.arz-home-coin__price-swing.arz-positive:before {
    box-shadow: inset 0 0 80px 80px #14d199 !important;
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 99rem;
    left: -2px;
    top: -2px;
    z-index: -1;
}
.arz-home-coin__price-swing.arz-positive::after {
    border-bottom-color: #FFF;
    top: calc(50% + 5px);
}
.arz-home-coin__price-swing.arz-negative {
    background-color: #D32F2F;
    color: #FFF;
    position: relative;
    border: 2px #f24343 solid;
    z-index: 1;
}
.arz-home-coin__price-swing.arz-negative:before {
    box-shadow: inset 0 0 80px 80px #f24343 !important;
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 99rem;
    left: -2px;
    top: -2px;
    z-index: -1;
}
.arz-home-coin__price-swing.arz-negative::after {
    border-top-color: #FFF;
    top: calc(50% + 10px);
}
.arz-home-coin__chart {
    height: 48px;
    margin: 0 auto .5rem;
    position: relative;
    width: 164px;
}
.arz-home-coin__chart-image {
    background-color: transparent!important;
    position: absolute;
    animation-name: chartanim;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    clip: rect(0px, 0px, 200px, 0px);
}
@keyframes chartanim {
    from {
        clip: rect(0px, 0px, 200px, 0px);
    }
    to {
        clip: rect(0px, 170px, 200px, 0px);
    }
}
.arz-home-coin__chart-image.arz-positive {
    filter: hue-rotate(95deg);
}
.arz-home-coin__chart-image.arz-negative {
    filter: hue-rotate(320deg) saturate(8);
}
.arz-home-coin__marketcap {
    color: #666;
    font-size: 10px;
    margin-bottom: .5rem;
    text-align: center;
}
.arz-home-coins__last-date {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    height: 20px;
    margin-bottom: 1rem;
    margin-top: -20px;
    margin-left: 10px;
    line-height: 23px;
    vertical-align: middle;
}
.arz-home-coins__date,
.arz-home-coins__time {
    height: 100%;
}
.arz-home-coins__last-date > div:first-child {
    padding-left: 6px;
    padding-right: 10px;
    background-color: #F5C228;
    border-radius: 0 1em 1em 0;
    color: #444;
}
.arz-home-coins__time {
    background-color: #444;
    border-radius: 1em 0 0 1em;
    color: #FFF;
    padding-left: 10px;
    padding-right: 8px;
}
.arz-home-coin__comments{
	display: flex;
    align-items: center;
    justify-content: center;
    fill: #666;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.arz-home-coin__comments .arz-icon-comment{
	height: 18px;
    width: 30px;
}
.arz-home-coin__comments .arz-coin-cmcount{
	font-size: 12px;
    position: relative;
    top: -1px;
    left: -2px;
    color: #666;
}
/* End: Coins price in home Classes */

/* Start: Latest Posts Section */
#latest-posts {
    background-color: #FFF;
    padding-top: 1rem;
}
#latest-posts .arz-last-post-author .arz-avatar {
    margin-left: 5px;
}
#latest-posts .arz-advertising-box{
    overflow: hidden;
}
#latest-posts .arz-advertising>div {
    position: relative;
}
#iran-news {
    padding-top: 1rem;
    position: relative;
}
#iran-news .arz-title-box {
    max-height: 36px;
}
#iran-news .arz-title-box>.arz-title {
    font-size: 22px;
}
#iran-news .arz-iran-last-post__all>a {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 30px;
    width: 100%;
}
#iran-news .arz-iran-last-post__all {
    height: 32px;
    text-align: center;
    width: 140px;
}
.arz-tab-content #iran-news {
    padding-top: 0;
}
/* End:  Latest Posts Section */

/* Start:  Footer Section */
.arz-arzdigital-description{
    background-color: #F3F3F3;
    padding: 1rem;
    text-align: justify;
}
.arz-arzdigital-description .arz-container{
    padding: 0;
}
.arz-arzdigital-description__title{
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
    color: #000;
}
.arz-arzdigital-description__content{
    font-size: 14px;
    line-height: 27px;
    color: #666;
}
.arz-arzdigital-description__link{
    color: #000;
    transition: color .4s linear;
}
.arz-arzdigital-description__link:hover{
    color: #ff7600;
}
/* End:  Footer Section */
.arz-breaking-news-container{
    max-height: unset!important;
    padding: 0 10px!important;
}
.arz-breaking-news__title-container{
    margin-bottom: 0!important;
}
.arz-tab-card-row .arz-tab-card{
    padding: 0!important;
}
.arz-breaking-news__item{
    border: 0!important;
    margin: 0!important;
    border-bottom: 1px #dfdfdf solid!important;
    border-radius: 0!important;
    padding: 0.5rem 0!important;
    height: auto!important;
    box-shadow: none!important;
}
.arz-breaking-news__item-link{
    display: flex!important;
}
.arz-breaking-news__header{
    min-width: 120px !important;
    min-height: 70px!important;
    width: 120px !important;
    height: 70px!important;
}
.arz-breaking-news__image-box{
    height: 100%!important;
    width: 100%!important;
}
.arz-breaking-news__container{
    display: flex!important;
    flex-direction: column-reverse!important;
    justify-content: flex-end!important;
    flex-grow: 1;
}
.arz-breaking-news__info,
.arz-breaking-news__title{
    padding-top: 0!important;
    padding-bottom: 0!important; 
}
.arz-breaking-news__info{
    margin-top: auto!important;
}
.arz-breaking-news__publish-time{
    padding: 2px 0!important;
}

.arz-breaking-news-post__title{
    padding: 1rem!important;
}
.arz-breaking-news-post__source,
.arz-breaking-news-post__content{
    padding: 0 1rem!important;
}
.arz-breaking-news-post__source-link-right{
    min-width: unset!important;
}
.arz-breaking-news__list{
    margin-bottom: 1rem!important;
}
.arz-breaking-news__list:not(.arz-row-sb){
    padding: 0 1rem!important;
}

.arz-ideas_btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.arz-ideas_ideas-list-btn {
    border: 1px solid #30505C;
    height: 42px;
    display: flex;
    align-items: center;
}
.arz-ideas__add-ideas-btn {
    height: 42px;
    display: flex;
    align-items: center;
    fill: #fff;
}
.arz-ideas__add-ideas-btn span {
    margin-right: 4px;
}

.arz-ideas__title{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #666;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.arz-ideas__title a{
    color: #30505c;
    background: 0 0;
    margin: 0;
    font-size: 100%;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}
.arz-ideas-container{
    display: flex;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 10px;
    padding-right: 20px;
}
.arz-ideas-post{
    background-color: #FFF!important;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #333!important;
    transition: all 0.2s;
    min-width: 308px;
    max-width: 308px;
    height: 384px;
    font-size: 14px!important;
    margin-left: 12px;
    padding: 12px;
}
.arz-ideas-post__header{
    margin-bottom: 8px;
}
.arz-ideas-post__title{
    height: 3rem;
    font-size: 1rem;
    line-height: 1.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}
.arz-ideas-post:hover {
    box-shadow: 1px 1px 10px #00000047;
}
.arz-ideas-post__author-link img{
    width: 27px !important;
    height: 27px !important;
    border-radius: 40rem;
}
.arz-ideas-post__author-link span{
    font-size: 12.4px;
    margin-right: 4px;
}
.arz-ideas-post__image{
    width: 100%;
    height: 126px;
    object-fit: cover;
}
.arz-ideas-post__content{
    font-size:12.4px ;
    margin-top: 8px;
    height: 89px;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.arz-ideas-post__footer{
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12.4px;
}
.arz-ideas-post__like-comment{
    display: flex;
    align-items: center;
}
.arz-ideas-post__like-comment button{
    width: 64px;
    height: 32px;
    border-radius: 50rem;
    border: 1px solid #ccc;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arz-ideas-post__like-comment span{
    margin: 3px 0 0 3px;
}
.arz-ideas-post__publishtime{
    display: flex;
    justify-content: center;
    align-items: center;
}
.arz-ideas-post__publishtime span{
    margin-right:3px;

}
.arz-ideas-post__like{
    margin-right: 6px;
}
.arz-ideas-post__coin{
    display: flex;
    align-items: center;
}
.arz-ideas-post__coin span{
    margin: 3px 0 0 4px;
}
.arz-ideas-post__coin-img{
    width: 1rem !important;
    height: 1rem !important;
}
.arz-ideas-post__author-link{
    display: flex;
    align-items: center;
}
.arz-ideas-post-loading{
    display: flex;
    justify-content: center;
    align-items: center;
}
.arz-ideas-post-loading img{
    width: 4rem !important;
}
.arz-ideas-post__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arz-ideas-container .owl-stage-outer{
    padding: 10px 0;
}

.arz-post__info-likes {
    cursor: pointer;
}

.arz-post__info-comment:hover i,
.arz-post__info-likes:hover i,
.arz-post__info-likes.liked i {
    color: red;
}

.arz-fundamentals-posts__container {
    background-color: #FFF;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 3px #0000002b;
    padding-top: 1rem;
}

.arz-fundamentals-posts__title-link{
    color: #30505c;
}
.arz-fundamental-carousel {
    height: 100px;
    padding: 1rem;
    position: relative;
    direction: ltr;
    text-align: center;
}

.buysell-home-icons{
    width: 40px !important ; margin: auto; margin-bottom: 0.5rem;
}

.arz-fundamental-carousel__item {
    color: #666;
    display: inline-block;
    font-size: 12px!important;
    width: 100px;
    min-width: 100px;
    transition: color .2s linear;
}

@media (min-width: 640px) {
    .arz-fundamentals-posts__container {
        border-radius: 0.5rem;
    }
    .arz-fundamental-carousel {
        padding: 1rem 2.7rem;
        height: 144px;
    }
    .buysell-home-icons{
        width: 85px !important;
    }
    .arz-fundamental-carousel__item {
        width: 120px;
        min-width: 120px;
    }
}

.arz-fundamental-carousel__item-black{
    color: #000;
    font-weight: 500;
}
.arz-fundamental-carousel__item-title {
    display: block;
}
.arz-fundamental-carousel__item-title > span {
    margin: 0 5px;
    text-transform: capitalize;
}
.arz-fundamental-carousel__item-icon {
    display: block;
    fill: #999;
    height: 85px;
    width: 85px;
    margin: auto;
    margin-bottom: .5rem;
}
.arz-fundamental-carousel .arz-owl-carousel-nav.arz-owl-carousel-next {
    right: 10px;
}
.arz-fundamental-carousel .arz-owl-carousel-nav.arz-owl-carousel-prev {
    left: 10px;
}
.arz-fundamental-carousel_item-overflow-content {
    display: block;
}