.position-relative{
    position: relative;
}
.top-news-img{
    aspect-ratio: calc(760/502);
    border-radius: 5px;
    width: 100%;
    height: auto;
}

.top-news-txt{
    width: 100%;
    background-color: rgba(0,0,0,.7);
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    border-radius: 0px 0px 5px 5px;
}

.rutitle{
    font-size: 13px;
    color: #fff;
    padding: 23px 46px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: text;
}

.top-news-txt .title{
    padding: 0 32px;
    display: flex;
    gap: 10px;
}

.top-date-container{
    background: #FFFFFF4D;
    margin-bottom: 30px;
    text-align: left;
    float: left;
    padding: 3px 5px 3px 15px;
    border-radius: 0 5px 5px 0;
    cursor: text;
}

.top-news-txt .title a{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.top-news-txt .top-date-visible{
    font-size: 12px;
    color: #fff;
}

.top-news-txt .title:hover path:hover{
    fill: #ffad0e;
}

img, svg{
    vertical-align: middle;
}

.owl-carousel .owl-dots{
    display: block !important;
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 10px !important;
    left: 0;
    width: 100%;
}

.owl-carousel .owl-dot{
    height: 5px;
    width: 25px;
    background-color: #b8c5d0;
    border-radius: 5px;
    opacity: 1;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.owl-carousel .owl-dots .active{
    background-color: #ffad0e;
}

.owl-dot span{
    display: none;
}

.top-right-data{
    background-color: white;
    padding: 18px 16px;
    border-radius: 5px;
}

.top-right-news-list-img{
    width: 145px;
    height: 95px;
    border-radius: 5px;
}

.top-right-news-list-txt{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.titrrutitr .title{
    display: flex;
    font-size: 16px;
    font-weight: 700;
    color: #ffad0e;

}

.titrrutitr .title a{
    font-size: 16px;
    color: #2d2c2c;
    text-align: justify !important;
}

.titrrutitr .title a:hover{
    color: #ffad0e;
}

.top-right-data-news{
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #B5B5B59C;
}

.date .icon{
    content: url('../img/date-icon.png');
    display: block;
    min-width: fit-content;
}

.top-right-data-news .date{
    align-self: flex-end;
    display: flex;
    gap: 5px;
    white-space: nowrap;
}

.date .text{
    font-size: 11px;
    color: #7d7d7d
}


.top-right-data-news-4{
    border: none;
}

.body-data-center{
    background-color: white;
}

.note-header{
    margin-top: -6px;
    border-bottom: 1px solid #ffad0e;
    margin-bottom: 3px;
}

.note-header span{
    background: #ffad0e;
    color: #fff;
    font-size: 13px;
    display: inline-block !important;
    padding: 5px 5px 5px 15px;
    border-radius: 5px 5px 0 0;
}

.note-news{
    background-color: #F5F5F5CC;
    margin-bottom: 20px;
    margin-top: 4px;
}

.note-news-item{
    padding: 0 9px;
}

.note-news-item-ate{
    display: flex !important;
    border-bottom: 1px solid #B5B5B59C;
    padding: 9px 0;
}

.note-img{
    width: 70px;
    height: 70px;
    border-radius: 5px;
    margin-left: 73px;
}

.note-news-item-ate-end{
    border-bottom: none;
}
.note-text .title{
    margin-bottom: 0;
}

.note-text .title a{
    font-size: 13px;
    color: #2d2c2c;
    display: inline-block;
    text-align: justify;
    line-height: 1.9em;
}

.note-text .title a:hover{
    color: #ffad0e;
;
}
h3{
    line-height: unset !important;
    font-size: unset !important;
}

.more-link{
    padding: 10px 0;
}

.more-link a{
    color: #2d2c2c;
    font-size: 12px;
}

.more-link a:hover{
    color: #ffad0e;
}

.note-text .date{
    align-self: flex-end;
    display: flex;
    gap: 5px;
    white-space: nowrap;
}

.note-news-item-ate-4{
    border: none;
}

.txtadvcontentweb{
    background-color: #F5F5F5CC;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    gap: 10px;
    padding: 10px;
}

.txtadvcontentweb a{
    display: block;
    color: #2d2c2c;
    font-size: 15px;
    width: fit-content;
}

.txtadvcontentweb a:hover{
    color: #ffad0e;
}

.tv-swiper{
    width: 100%;
    margin-left: auto;
    background: #F5F5F5CC;
    margin-right: auto;
    padding: 0 8px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.tv-swiper .back-white{
    background: #fff;
    margin: 0 -8px;
}

.tv-swiper .sec-header{
    margin-bottom: 4px;
    border: unset;
    border-bottom: 1px solid #ffad0e;
}

.tv-swiper .moresecimg{
    font-size: 12px;
    color: #2d2c2c;
    float: left;
    margin-top: 8px;
}

.sec-header div{
    background: #ffad0e;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 15px;
    border-radius: 5px 5px 0 0;
    gap: 5px;
    width: fit-content;
    font-weight: bold;
}

.sec-header div span svg{
    display: block;
}

.sec-header div span{
    background-color: #ffffff2e;
    display: block;
    padding: 3px;
    border-radius: 3px;
}

.tv-img{
    width: 100%;
    height: auto;
    aspect-ratio: calc(212/139);
    border-radius: 5px;
}

.tveghtesad .splay-icon{
    position: absolute;
    left: 8px;
    bottom: 8px;
}

.tv-txt{
    height: 92px;
}

.tv-txt .title{
    text-align: right;
    font-size: 16px;
}

.tv-swiper .tv-txt .title a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    text-align: right;
    font-weight: bold;
    color: #2d2c2c;
}

.tv-swiper .tv-txt .title a:hover{
    color: #ffad0e;
}

.tv-swiper-date{
    align-self: flex-end;
    display: flex;
    gap: 5px;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 8px;
}

.tv-swiper-date .icon{
    content: url('../img/date-icon.png');
    display: block;
    min-width: fit-content;
}

.tv-swiper-date .text{
    font-size: 11px;
    color: #7d7d7d;
}

.advimage{
    display: block;
}

.img-responsive{
    width: 100%;
    border: 0px;
    height: 101px !important;
}

.moresecimg{
    font-size: 12px;
    color: #2d2c2c;
    float: left;
    margin-top: 8px;
    font-weight: normal;
}

.mcustomscrollbar{
    background-color: #F5F5F5CC;
    max-height: 380px;
    touch-action: pinch-zoom;
    padding: 15px 10px;
    margin-bottom: 20px;
    padding-inline-end: 17px;
}

.mcustomscrollbox{
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: rtl;
    max-height: 350px;
    overflow-y: auto !important;
    max-height: 300px;
}

.mcsb-container{
    position: relative;
    top: 0px;
    left: 0px;
    margin-left: 14px;
    margin-inline-end: 25px !important;
    overflow: hidden;
    width: auto;
    height: auto;
    direction: rtl;
}

.linear-news{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #B5B5B59C;
    direction: rtl;
    margin-bottom: 4px;
    text-align: right;
    width: 100%;
}

.linear-news-end{
    border-bottom: none;
}

.htags{
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.title5{
    padding-right: 0;
    font-size: 15px;
    color: #3e373f;
    text-align: justify;
    direction: rtl;
    display: block;
    font-weight: bold;
}

.title5:hover{
    color: #ffad0e;
}

.txtadvcontent{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
}


.txtadvcontent a{
    padding: 5px 7px;
    text-align: right;
    width: 49%;
    display: block;
    background-color: #757575;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    height: fit-content;
}

.txtadvcontent a:hover{
    background-color: #ffad0e;
    color: #fff;
}

.multimedia-sec{
    background-color: #2D2C2C;
    padding: 20px 0 46px;
}

.moresecimg-1{
    color: white;
}

.moresecimg-1:hover{
    color: white;
}

.multimedia-sec .tab_head {
    margin-inline-end: 3px;
    margin-inline-start: 3px;
}

.gap-2{
    gap: .5rem !important;
}
.tab-head{
    padding: 0 10px 0 0;
    border-bottom: 1px solid #7d7d7d;
    margin-bottom: 24px;
}

.tab-head li a{
    background-color: #7D7D7D63;
    font-size: 15px;
    color: #fff;
    padding: 3px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.tab-head li a:hover{
    background-color: #fff;
    color: #2d2c2c;
    font-size: 15px;
    padding: 3px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.tab-head li a.active{
    background-color: #fff;
    color: #2d2c2c;
    font-size: 15px;
    padding: 3px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.multi-main-img{
    width: 100%;
    aspect-ratio: calc(710/465);
    height: auto;
    border-radius: 5px;
}

.multi-main-itm a svg{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}

.multi-main-txt{
    padding: 15px 30px 21px;
    background: #2D2C2CB2;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.multi-main-txt:hover{
    background-color: #ffad0e;
}

.multi-main-txt .title a{
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.multi-main-txt .subtitle {
    font-size: 13px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0;
    text-align: justify;
    line-height: 2;
}

.top-news-multi-deshome{
    padding-bottom: 15px;
    border-bottom: 1px solid #7d7d7d;
    margin-bottom: 15px;
}

.top-news-multi-deshome-3{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;

}

.multi-dest-itm{
    display: flex;
    overflow: auto !important;
}

.multi-dest-itm a{
    height: fit-content;
    margin-left: 15px !important;
    float: right !important;
}

.multi-dest-img {
    width: 214px;
    aspect-ratio: calc(214/140);
    height: 140px;
    border-radius: 5px;
}

.multi-dest-itm .splay-icon{
    position: absolute;
    left: 8px;
    bottom: 8px;
}

.multi-dest-txt{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 27px;
}

.multi-dest-txt .title a{
    font-size: 15px;
    color: #fff;
    display: inline-block;

}

.title a{
    text-align: justify !important;
}

.top-news-multi-deshome .multi-dest-txt .date{
    align-self: flex-end;
    display: flex;
    gap: 5px;
    white-space: nowrap;
}

.top-news-multi-deshome .multi-dest-txt .date .icon{
    content: url('../img/date-icon.svg');
}

.top-news-multi-deshome .multi-dest-txt .date .text{
    color: #fff;
}

.tab-content {
    position: relative;
    min-height: 100px; /* حداقل ارتفاع برای محتوای تب‌ها */
}
.tab-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}
.tab-pane.active {
    display: block;
    position: relative;
}

.swiper-sa .tv-txt .title a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    font-size: 15px;
    color: #2d2c2c;

}

.swiper-sa .tv-txt .title a:hover{
    color: #ffad0e;
}

.swiper-sa .tv-txt .title{
    margin-top: 8px;
    text-align: right;
}

.swiper-sa .tv-txt{
    max-height: 92px;
    height: 80px;
}

.swiper-sa .tv-txt h3{
    font-weight: 530;
}

.footer{
    height: 145px;
    background-color: #2d2c2c;
    display: flex;
    align-items: center;
}

.h-100 {
    height: 100% !important;
}

.w-100 {
    width: 100% !important;
}

.logo-4{
    width: 200px;
    height: 80px;
    display: flex;
    align-items: center;
}

.footer-nav{
    display: flex;
    align-items: center !important;
    justify-content: left;
}


.footer-nav a {
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
}

.footer-nav a:hover{
    color: #fff !important;
}

.footer-nav a:not(:last-of-type)::after {
    content: '';
    margin: 0 20px;
    width: 2px;
    height: 18px;
    background-color: #999;
}

.footer-socials a {
    display: inline-block;
    height: 31px;
    width: 31px;
}

.footer-socials .aparat{
    background-image: url('../img/fAparat.svg');
}

.footer-socials .aparat:hover {
    background-image: url('../img/fAparat-hover.svg');
}

.footer-socials .telegram{
    background-image: url('../img/fTelegram.svg');
}

.footer-socials .telegram:hover {
    background-image: url('../img/fTelegram-hover.svg');
}

.footer-socials .whatsapp {
    background-image: url('../img/fWhatsapp.svg');
}

.footer-socials .whatsapp:hover {
    background-image: url('../img/fWhatsapp-hover.svg');
}

.footer-socials .twitter {
    background-image: url('../img/fTwitter.svg');
}

.footer-socials .twitter:hover {
    background-image: url('../img/fTwitter-hover.svg');
}

.footer-socials .instagram {
    background-image: url('../img/fInsta.svg');
}

.footer-socials .instagram:hover {
    background-image: url('../img/fInsta-hover.svg');
}


.footer-copy{
    height: 46px;
    background-color: #707070;
}

.footer-copy div{
    font-size: 12px;
    color: #fff;
}

.footer-copy div a{
    font-size: 12px;
    color: #fff;
}

.footer-copy div a:hover{
    color: #ffad0e;
}


.nav__menu > li.active a::before, .nav__menu > li:hover a::before {
    width: 100%;
}
.nav__menu > li > a::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;

    background-color: #ffad0e;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
/*::selection {*/
/*    color: #333;*/
/*    background: #fbedc4;*/

/*}*/
/*::selection {*/
/*    color: #333;*/
/*    background: #fbedc4;*/
/*}*/

.nav__menu > li > a:hover {
    color: #fff;
}

.search-button{
    background-color: #ffad0e;
}

.nav__menu > li > a::before{
    background-color: #fff !important;
}

.sidenav__menu-url:hover, .sidenav__menu-url:focus {
    color: #ffad0e !important;
}

.part-top-news{
    //background: #f5f5f5;
    padding: 18px 15px;
}

.breadcrumb-news{
    margin-bottom: 10px;
}

.breadcrumb-news .news-path{
    display: flex;
    align-items: center;
    padding: 0 6px;
    float: unset;
}

.news-path{
    font: 11px tahoma;
}

.breadcrumb-news a::before {
    content: '';
    min-width: 2px;
    height: 8px;
    background-color: #ffad0e;
    margin-inline-end: 2px;
}

.breadcrumb-news a:hover{
    color: #ffad0e;
}

.breadcrumb-news a {
    display: flex;
    align-items: center;
    margin-inline-end: 8px;
    font-size: 12px;
    color: #4d4d4d;
    font-family: IRANSans;
}

.line-red{
    border-top: 2px solid #ffad0e;
    margin-bottom: 6px;
}

.time-tools{
    background-color: #eaeaea;
    padding: 11px 21px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time-tools .time{
    display: flex;
    align-items: center;
    gap: 20px;
}

.time-tools .tools{
    display: flex;
    align-items: center;
    gap: 21px;
}

.time-tools .time span.calender::before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url('../img/calendar.svg') no-repeat center center;
    margin-inline-end: 5px;
}

.time-tools .time span {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.time-tools .time span.clock::before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url('../img/clock.svg') no-repeat center center;
    margin-inline-end: 5px;
}

.time-tools .tools .news-emails-button{
    background: url('../img/email.svg') no-repeat center center;
    width: 18px;
    height: 22px;
    cursor: pointer;
}

.time-tools .tools .news-emails-button:hover {
    background: url('../img/email-hover.svg') no-repeat center center;
}


.time-tools .tools .news-save-button {
    background: url('../img/save.svg') no-repeat center center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: block;
}

.time-tools .tools .news-save-button:hover {
    background: url('../img/save-hover.svg') no-repeat center center;
}

.time-tools .tools .print-ico {
    background: url('../img/print.svg') no-repeat center center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.time-tools .tools .print-ico:hover{
    background: url('../img/print-hover.svg') no-repeat center center;
}

.title-news{
    padding: 20px 7px 16px;
    display: flex;
    font-size: 20px;
    gap: 10px;
    margin-bottom: 0;
}

.lead-image{
    width: 100%;
    border-radius: 5px;
    height: auto;
}

.subtitle-news{
    background: #595959;
    margin-top: 8px;
    padding: 25px 13px 33px 12px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    text-align: justify;
    font-weight: 500;
}

.news-id-zoom{
    background-color: #eaeaea;
    padding: 11px 21px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.news-id-zoom .news-id::before{
    content: '';
    width: 24px;
    height: 24px;
    background: url('../img/id.svg') no-repeat center center;
    display: block;
}

.news-id-zoom .news-id {
    font-size: 14px;
    color: #686a6e;
    display: flex;
    align-items: center;
    gap: 5px;
}

.news-nav-title{
    font-size: 14px;
    color: #686a6e;
    display: flex;
    align-items: center;
    gap: 5px;
}

.zoom{
    display: flex;
    align-items: center;
    gap: 30px;
}

.news-id-zoom .news-size-down {
    width: 24px;
    height: 24px;
    background: url('../img/zoom-out.svg') no-repeat center center;
    display: block;
    margin: 0;
}

.news-id-zoom .news-size-down:hover {
    background-image: url('../img/zoom-out-hover.svg');
}

.news-id-zoom .news-size-up {
    width: 24px;
    height: 24px;
    background: url('../img/zoom-in.svg') no-repeat center center;
    display: block;
    margin: 0;
}

.news-id-zoom .news-size-up:hover {
    background-image: url('../img/zoom-in-hover.svg');
}

.news-id-zoom .news-size-reset {
    width: 24px;
    height: 24px;
    background: url('../img/zoom-reset.svg') no-repeat center center;
    display: block;
    margin: 0;
}

.news-id-zoom .news-size-reset:hover {
    background-image: url('../img/zoom-reset-hover.svg');
}

.news-main-body{
    text-align: justify;
    padding: 11px 21px;
    //background: #f5f5f5;
    color: #292929;
    margin-top: 10px;
}

.under-news-body{
    padding: 21px 16px 0;
    //background: #f5f5f5;
}

.share-link-error-like{
    background-color: #eaeaea;
    padding: 8px 21px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.share-to-container{
    float: unset;
    width: auto;
    padding-top: unset;
    display: flex;
    align-items: center;
    position: relative;
}

.share-to-container .socialNets::before {
    content: '';
    width: 24px;
    height: 24px;
    background: url('../img/share.svg') no-repeat center center;
    display: block;
}

.share-to-container .socialNets {
    white-space: nowrap;
    margin-inline-end: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.share-to-container .sn_list {
    display: flex;
    align-items: center;
    gap: 5px;
}
.sn_list {
    width: 100%;
}

.error.send_error_bot:hover svg rect {
    fill: #ffad0e;
}

.error.send_error_bot:hover svg path {
    stroke: #fff;
}

.link_shortlink:hover svg path {
    fill: #ffad0e;
}


.share-to-container a:hover path {
    fill: #0071FFA1;
    fill-opacity: 1;
}

.link-error-like{
    gap: 15px;
    display: flex;
    align-items: center;
}

.link-error-like .short_link_news {
    display: flex;
    align-items: center;
}

.link-error-like .LikeErrorParents {
    display: flex;
    align-items: center;
    gap: 15px;
}

.error.send_error_bot {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #292D32A1;
    font-size: 14px;
    white-space: nowrap;
}

.send_error_bot {
    color: #000;
    cursor: pointer;
    margin-right: 5px;
    overflow: hidden;
    text-align: right;
}

#news a.fa-thumbs-o-up::before {
    display: none;
}

.link-error-like .news-like .upLike svg path {
    fill: #2d2c2c;
}

.link-error-like .news-like .like_number {
    font-size: 14px;
    color: #585757b3;
}
.link-error-like .like_number {
    padding: 0;
    width: auto;
}
.like_number {
    width: 50px;
    color: #000;
    font: bold 12px arial;
    float: left;
    padding: 10px 0 0 10px;
    text-align: center;
}

.link-error-like .news-like a {
    color: #292D32A1;
    font-size: 13px;
    cursor: pointer;
}

.link-error-like .news-like .upLike:hover svg path {
    fill: #fff;
}

.link-error-like .news-like .upLike:hover svg rect {
    fill: #ffad0e;
}

.link-error-like .news-like .like_number {
    font-size: 14px;
    font-family: IRANSans;
    color: #585757b3;
}

.link-error-like .like_number {
    padding: 0;
    width: auto;
}
.like_number {
    width: 50px;
    color: #000;
    float: left;
    padding: 10px 0 0 10px;
    text-align: center;
}

.link-error-like .short_link_news .link_shortlink {
    gap: 5px;
}

.short_link_news input {
    background: unset;
    font-size: 14px;
    color: #696868;
    cursor: pointer;
    width: 231px;
}

.copy_btn{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.copy_btn:hover{
    background-color: transparent;
}

.link_shortlink input{
    margin-bottom: 0px;
    padding: 0 4px;
}

.short_link_news .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.error.send_error_bot svg path {
    stroke: #2d2c2c;
}

.news-tags{
    //background: #f5f5f5;
    padding: 20px 0 21px;
    margin-bottom: 40px;
}

.news-tags .tags_container {
    padding: 0 16px;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}


.tags_container .tags_title {
    font-size: 14px;
    width: fit-content;
    color: #6d6f73;
}
.tags_title {
    text-indent: 20px;
}

.tags_container a {
    background-color: #b5b5b5;
    font-size: 14px;
    color: #454649;
    padding: 1px 7px;
    border-radius: 5px;
}
.tags_item {
    outline: none;
}

.tags_container a:hover {
    color: #fff;
    background-color: #ffad0e;
}

.related-container {
    margin-bottom: 23px;
}

.row-section12{
    display: flex;
    padding: 20px;
    gap: 23px;
}

.row-section12 .content12 {
    width: 306px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #2d2c2c;
}

.row-section12 .content12 .picLink {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5;
    display: block;
    background-color: grey;
}

.picLink {
    border: 0;
    text-decoration: none;
    display: block;
}

.row-section12 .content12 img {
    width: 100%;
    height: 100% !important;
}

.row-section12 .content12 .textParents {
    min-height: 126px;
    position: relative;
}

.row-section12 .content12 .text {
    padding: 15px 4px 0;
    width: 100%;
    min-height: 100%;
}

.row-section12 .Htags {
    margin-bottom: 20px;
    font-weight: 500;
    padding: 0 10px;
}

.row-section12 .content12 .Htags a {
    font-size: 15px;
    color: #2d2c2c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.row-section12 .content12 .dateInfo {
    padding: 0 10px;
    margin-bottom: 5px;
    font-size: 11px;
}

.row-section12 .content12:hover {
    background-color: #ffad0e;

}

.row-section12 .content12:hover {
    color: #fff;
}

.row-section12 .content12:hover .Htags a {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.row-section12 .content12:hover .rutitr, .row-section12 .content12:hover .Htags a, .row-section12 .content12:hover .dateInfo {
    color: #fff;
}

.row-section12 .content12:hover .dateInfo svg path {
    fill: #fff;
}


.news_comment_header {
    margin-bottom: 5px;
}
.comments_topic, .comments_topic2 {
    padding: 0;
    height: auto;
    margin: 0;
    margin-bottom: 0px;
}
.news_comment_header {
    text-align: right;
}
.comments_topic, .comments_topic2 {
    color: #000;
    font-size: 15px;
    height: 24px;
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.comments-form-container .note-header span {
    cursor: pointer;
}

form[name="comments"] {
    padding: 64px 15px 20px !important;
}

form[name="comments"] .form-group {
    margin-bottom: 20px;
}

form[name="comments"] input::placeholder, form[name="comments"] textarea::placeholder {
    opacity: 1;
    color: #252525;
}

form[name="comments"] input, form[name="comments"] textarea {
    font-size: 14px;
    padding: 15px;
    color: #252525;
}

form[name="comments"] .form-group:last-of-type {
    margin-bottom: 5px;
    margin-top: 7px;
}

form[name="comments"] .form-group:last-of-type > div {
    background: #ffad0e;
    padding: 0 52.6px;
    border-radius: 5px;
}

form[name="comments"] input[name="submitbutt"] {
    font-size: 18px;
    color: #fff;
    padding: 9px;
    outline: unset;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 0px;
    font-weight: 500;
}

.list-news-section{
    background-color: #fff;
    padding: 30px 18px;
    border-radius: 5px;
}

.list-news-section .list-news-parents{
    border-bottom: 1px solid #B5B5B59C;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.list-news-section .list-news-parents:nth-last-child{
    border: 0px !important;
}

.news-list{
    display: flex;
}

.news-list .picLink{
    display: block;
    background: grey;
    width: 196px;
    min-width: 196px;
    height: fit-content;
    aspect-ratio: 1.5;
    border-radius: 5px;
    overflow: hidden;
}

.picLink {
    border: 0;
}

.news-list .picLink img{
    width: 100%;
    height: fit-content;
    aspect-ratio: 1.5;
}

.news-list .text{
    width: 100%;
    max-height: 50%;
    padding: 0 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-list .title{
    padding: 0 15px;
}

.news-list .summery {
    font-size: 12px;
    color: #2d2c2c;
    padding: 0 15px;
    margin-top: 0;
    margin-bottom: 1rem;
}

.news-list .title a{
    font-size: 15px !important;
    color: #2d2c2c;
    text-decoration: none;
    display: flex;
    gap: 10px;
}

.news-list .title a:hover{
    color: #ffad0e;
}

.news-list .date::before {
    content: '';
    background: url('../img/date-icon.png') no-repeat center center;
    width: 13px;
    height: 14px;
    border-inline-end: 1px solid #b5b5b5;
    padding: 0 10px;
}

.news-list .date {
    display: flex;
    gap: 4px;
    align-items: center;
    border-radius: 0 5px 5px 0;
    color: #7d7d7d;
    font-size: 11px;
    margin-top: 5px;
    align-self: end;
}

.list-news-section .list-news-parents-end{
    border-bottom: unset !important;
    padding-bottom: unset !important;
    margin-bottom: unset !important;
}

.more-parents{
    margin-top: 74px;
    margin-bottom: 9px;
}

.list-news-section .more::after {
    content: '';
    width: 15px;
    height: 15px;
    background: url('../img/next-icon.svg') no-repeat center center;
    display: block;
}

.list-news-section .more {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    background-color: #ffad0e;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 10px 15px;
    gap: 4px;
}

@media screen and (max-width: 479px) {
    .news-list .picLink {
        width: 100%;
        min-width: unset;
    }
    .news-list {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

@media (min-width: 1400px) {
    .container{
        max-width: 1320px !important;
    }
}

@media screen and (max-width: 991px) {
    footer .footer {
        height: auto;
        padding: 20px 0;
    }
}

@media screen and (max-width: 575px) {
    .top-news-txt {
        position: relative;
        right: unset;
        bottom: unset;
        background-color: #fff;
        border-radius: 0 0 5px 5px;
        margin-bottom: 14px;
    }
    .top-news-txt .rutitle {
        color: #7d7d7d;
        margin: unset;
        padding: 10px 55px;
        font-size: 12px;
    }
    .top-news-txt .title a {
        color: #2d2c2c;
        font-size: 19px;
    }
    .top-news-txt .top-date-container {
        background: unset;
        float: unset;
        border-top: 1px solid #f5f5f5;
        border-radius: 0;
        padding-bottom: 30px;
        margin-bottom: 10px;
        padding-top: 20px;
    }
    .top-news-txt .top-date-container span{
        color: #7d7d7d;
    }
    .top-news-txt .top-date-container svg:nth-child(2) path {
        stroke: #7d7d7d;
    }
    .top-news-txt .top-date-container svg path {
        fill: #7d7d7d;
    }
    .multi-main-txt {
        position: relative;
        background: #ffad0e;
        padding: 15px 25px;
    }
    .multi-main-img {
        border-radius: 5px 5px 0 0;
    }
    .multi-main-txt .title a {
        font-size: 15px;
    }
    .multi-main-txt .subtitle {
        font-size: 12px;
    }
    .swiper-sa .tv-txt .title a{
        height: auto;
    }
    .footer-nav a:not(:last-of-type)::after {
        display: none;
    }
    .footer-nav {
        flex-flow: wrap;
        gap: 12px;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-nav a {
        white-space: nowrap;
    }
    .logo-4{
        margin: 0px auto;
    }
    .time-tools .tools {
        display: none;
    }
    .share-to-container {
        float: left;
        text-align: left;
    }
    .share-link-error-like .time-tools .tools {
        display: flex !important;
    }
    .link-error-like {
        flex-direction: column;
        margin-top: 10px;
    }
    .time-tools {
        flex-direction: column;
        gap: 10px;
    }
}




@media screen and (max-width: 767px) {
    .footer-nav a:not(:last-of-type)::after {
        margin: 0 10px;

    }
    .footer-nav {
        margin: 0 15px;
    }
    .titleNews {
            font-size: 24px;
    }
    .news-main-body{
        font-size: 12pt;
    }
}

@media screen and (max-width: 991px) {
    footer .footer-copy {
        height: auto;
        padding: 17px;
    }

    footer .footer-copy div{
        text-align: center;
    }
    .share-link-error-like {
        flex-direction: column;
    }
    .share_to_container {
        margin-bottom: 10px;
    }
    .row-section12 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 1280px) {
    .time-tools {
        flex-direction: column;
        gap: 10px;
    }

    .logo-4{
        margin: 0px auto;
    }
    .time-tools .tools {
        display: none;
    }
    .share-to-container {
        float: left;
        text-align: left;
    }
    .share-link-error-like .time-tools .tools {
        display: flex !important;
    }
    .link-error-like {
        flex-direction: column;
        margin-top: 10px;
    }

}

@media screen and (max-width: 1199px) {
    .shareLinkErrorLike {
        flex-direction: column;
        gap: 15px;
        padding: 10px;
    }
}
.position-relative{
    position: relative;
}

.modern-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    direction: rtl;
    margin: 24px 0;
}

.modern-pagination__page,
.modern-pagination__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.modern-pagination__page:hover:not(.modern-pagination__page--active),
.modern-pagination__btn:hover {
    background-color: #f8fafc;
    border-color: #cbd5e1;
    color: #ffad0e;
}

.modern-pagination__page--active {
    background-color: #ffad0e;
    color: white;
    border-color: #ffad0e;
    cursor: default;
    box-shadow: 0 2px 6px rgba(246, 177, 59, 0.3);
}

.modern-pagination__ellipsis {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #94a3b8;
    font-size: 16px;
    user-select: none;
}

.modern-pagination__btn {
    width: 40px;
    padding: 0;
}

.modern-pagination__btn svg {
    transform: rotate(180deg);
}

/* در حالت راست‌چین، فلش "بعدی" به چپ و "قبلی" به راست اشاره کند */
.modern-pagination__btn--prev svg {
    transform: rotate(180deg);
}

/* حالت غیرفعال (اختیاری — Livewire خودش disable می‌کند) */
.modern-pagination__btn[disabled],
.modern-pagination__page[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}
.rounded-5{
    border-radius: 5px !important;
}
.text_p h1{
    font-size: 20px !important;
}
.text_p h2{
    font-size: 18px !important;
}
.text_p h3{
    font-size: 17px !important;
}
.text_p h4{
    font-size: 16px !important;
}
.text_p h5{
    font-size: 15px !important;
}
.text_p h6{
    font-size: 14px !important;
}
.bg-white{
    background: #fff;
}
.copied-msg {
    position: absolute;
    color: green;
    font-size: 12px;
    margin-left: 10px;
    display: none;
}
.rating-stars {
    font-size: 1.6rem;
}
.star-label {
    cursor: pointer;
    transition: transform 0.2s ease;
}
.star-label:hover {
    transform: scale(1.15);
}
.star-icon {
    color: #ddd;
    transition: color 0.25s ease, transform 0.2s ease;
}
.star-icon.active {
    color: #FFD700;
    text-shadow: 0 0 6px rgba(255, 215, 0, 0.5);
}

.rating-stars .fa-star {
    font-size: 1.4rem;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.1s ease;
}
.rating-stars .fa-star.active {
    color: #fbc02d;
    transform: scale(1.1);
}
.rating-stars .fa-star:hover {
    color: #ffca28;
}

.comment-form-wrapper label {
    font-weight: 500;
}

.is-invalid {
    border-color: #dc3545 !important;
}