:root {

    --bs-primary: #354429;
    --bs-primary-rgb: 53, 68, 41;
    --bs-secondary-rgb: 181, 162, 102;
    --bs-secondary: #b5a266;
    --bs-warning: #d9bb81;
    --bs-gray-dark: #dddddd;
    --bs-gray-darker: #93909d;
    --bs-gray: #f5f6f8;
    --bs-gray-light: #d3dce6;
    --bs-light: #cfd8dc;
    --bs-danger: rgb(197, 22, 29);
    --bs-blue: #002773;
    --bs-white: #fff;
    --bs-nav-link-hover-color: #d9bb81;
    --bs-link-hover-color-rgb: #d9bb81;
    /* --bs-borderColor: #e2e3e7;
    --bs-lineColor: #78909c;
    --bs-rutitrColor: #8b8e8e;
    --bs-border-radius: 3px;
    --bs-bodyColor: #666;*/
    --bs-blackColor: #333;
}

.nav-link:focus,
.nav-link:hover {
    color: #d9bb81;

}

.nav-link::before,
.nav-link::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    border-top-right-radius: 20px;
    border: 2px solid transparent;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.nav-link:hover::before,
.nav-link:hover::after {
    width: 100%;
    height: 100%;
}

.nav-link:hover::before {
    border-top-color: #d9bb81;
    border-left-color: #d9bb81;
    border-top-left-radius: 20px;
    transition: width 0.25s ease-in, height 0.20s ease-in 0.15s;
}

/* .nav-link:hover::after {
    border-bottom-color: #d9bb81;
    border-left-color: #d9bb81;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
} */
.nav-link {
    border: 0;
    box-sizing: border-box;
    transition: color 0.25s;
    position: relative;
    vertical-align: middle;

}

.bg-gray-dark {
    background-color: var(--bs-gray-dark);
}

.bg-gray-darker {
    background-color: var(--bs-gray-darker);
}

.text-gray-dark {
    color: var(--bs-gray-dark);
}

.text-gray-darker {
    color: var(--bs-gray-darker);
}

.rounded {
    border-radius: 5px !important;
}

.text-secondary-bg {
    background-color: var(--bs-primary);
    color: var(--bs-secondary);
}

.text-primary-bg {
    color: var(--bs-primary);
    background-color: var(--bs-secondary);
}

.w-fitContent {
    width: fit-content;
}

.x-small {
    font-size: 10px;
}

.form-control {
    font-size: 14px !important;
}

@font-face {
    font-family: Es;
    src: url('./fonts/isar/Estedad-Medium.ttf');

}

@font-face {
    font-family: EsBold;
    src: url('./fonts/isar/Estedad-Bold.woff');
}

@font-face {
    font-family: Iran;
    src: url('./fonts/IRANSansWeb.eot')format('eot'),
        url('./fonts/IRANSansWeb.ttf') format('ttf'),
        url('./fonts/IRANSansWeb.woff2') format('woff2'),
        url('./fonts/IRANSansWeb.woff') format('woff');
}

@font-face {
    font-family: IranBold;
    src: url('./fonts/IRANSansWeb_Bold.eot') format('eot'),
        url('./fonts/IRANSansWeb_Bold.ttf') format('ttf'),
        url('./fonts/IRANSansWeb_Bold.woff2') format('woff2'),
        url('./fonts/IRANSansWeb_Bold.woff') format('woff');
    font-weight: bold;
}


body {
    font-family: Iran;
    line-height: 1.5;
    color: var(--bs-bodyColor);
    font-size: 14px;
    text-align: right;
    background-color: #f5f6f8;
}

.container-fluid {
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: var(--bs-warning);
}

.bg-gray {
    background-color: var(--bs-gray);
}

.bold {
    font-family: IranBold;
}

.font-weight-bold {
    font-style: normal;
    font-weight: 900;
    font-family: IranBold;
}

.font-13 {
    font-size: 13px;
}

.topBanner{
	text-align: left;
}
.carousel-indicators button {
    border-radius: 50%;
    width: 8px !important;
    height: 8px !important;

}

.carousel-indicators button.active {
    background-color: var(--bs-blackColor) !important;
}

.carousel-caption {
    bottom: .8rem;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
    /* bottom: unset; */
    /* top: 25vh */
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: .5
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    /* background-color: var(--bs-secondary); */
    color: var(--bs-blackColor);
    filter: invert(1);
    background-color: transparent;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    padding: 5px;
    /* background-size: 60%; */

}

.carouselSubject {
    background-color: var(--bs-secondary);
    color: #000;
    position: absolute;
    top: 10px;
    z-index: 2;
    width: 100%;
    font-family: IranBold;
    font-size: 16px;
}

/* .carousel-caption {
    position: relative;
    color: var(--bs-secondary);
    font-weight: 900;
   
    text-align: right;
    right: unset;
    left: unset;
    bottom: unset;
} */

.btn-more:hover {
    background: transparent;
    color: #316898;
    border: 1px solid #316898;
}

p {
    margin: 0 0 10px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

time:before {
    display: inline-block;
    content: "\f017";
    font: normal normal normal 11px / 1 FontAwesome;
    margin-left: 4px;
}

time {
    /* color: #b9bec1; */
    font-size: 11px !important;
}

time a {
    color: var(--bs-blackColor);
    font-size: 11px;
}

.border-left-dash {
    border-left: 1px dashed gray;
}

/* *****************rtl override******************** */
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width)* -1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius);
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
}

.form-control:focus {

    box-shadow: unset
}

.input-group-text {
    border: none;
    background-color: unset;
    color: unset;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: unset;
}

img {
    border-radius: 5px;
}

/* *****************mainPage******************** */
.totop {
    position: fixed;
    left: 20px;
    bottom: 20vh;
    z-index: 710;
    color: var(--bs-secondary);
    width: 60px;
    height: 60px;
    display: none;
    text-align: center;
    line-height: 60px;
    background-color: var(--bs-primary);
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.totop:hover {
    text-decoration: none;
    background: var(--bs-primary);
    color: var(--bs-secondary);
}

.logoname::before {
    position: absolute;
    content: "";
    height: 100%;

    left: 1px;
    top: 0;
    border-right: 1.8px solid var(--bs-primary);
}

.logoname {
    color: var(--bs-primary);
    position: relative;
    font-family: IranBold;
    font-size: 1rem;
}

.logo img {
    width: 40%;
}

.bottomHeader {
    background-image: linear-gradient(to left, var(--bs-primary)61%, var(--bs-secondary)80%);
}

.top-menu {
    padding-top: .8rem;
    /* padding-right: 0; */
    border-top-left-radius: 50px;
}

.top-menu li a {
    direction: rtl;
    display: inline-block;
    color: var(--bs-secondary);
}


.leftBorder {
    position: relative;

}

.leftBorder::before {
    position: absolute;
    content: "";
    height: 75%;

    right: 0;
    top: 3px;
    border-right: 1.8px solid var(--bs-primary);
}

.main-header img:not(.logo img) {
    width: 30px;
    position: relative;
    display: block;
    height: 30px;
    object-fit: contain;
    padding: .3rem;
}

.main-header input {
    padding: 0 3px;
}

.langLink a {
    border-radius: 5px;
    font-family: Es;
    padding: 0 .5rem;
    margin: .5rem;
}

.ads-box {
    display: block;
    border-radius: 36px;
    text-align: center;
}

.bigBox .right img {
    height: 27vh;
    object-fit: cover;
    object-position: top;
}

.bigBox .left img {
    height: 25vh;
    object-fit: cover;
    object-position: top;
}

.bigBox .titr {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    padding: .5rem;
    /*
	white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
	*/
    color: var(--bs-white);
    background-color: rgba(0, 0, 0, .5);
}

.hashtag {
    position: absolute;
    top: 1%;
    left: 2%;
    background-color: var(--bs-white);
    padding: .25rem;
    border-radius: 5px;
    font-size: 11px;
}

#firstSlider img {
    /*height: 27vh;
    object-fit: cover;
    object-position: top;
	*/
}

/* #firstSlider .carousel-item{position: relative;} */
#firstSlider .carousel-item a::after {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .2);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

#firstSlider .titr {
    z-index: 2;
    width: 100%;
    padding: .5rem;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--bs-white);
    background-color: rgba(0, 0, 0, .5);
}

#mobileSlider .titr {
    width: 100%;
    padding: .5rem;
    color: var(--bs-white);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#mobileSlider .carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    color: var(--bs-white);
    background-color: rgba(0, 0, 0, .5);
    padding: 0;
}

#secondSlider .carousel-item a::after {
    /*
	width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	*/
}

#secondSlider .titr {
    z-index: 2;

    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    padding: .5rem;
    color: var(--bs-white);
    background-color: rgba(0, 0, 0, .5);

}

.ListNews .eachBox img {
    height: 12vh;
    object-fit: cover;
    object-position: center;
}

@media (max-width:768px) {
    .ListNews .eachBox img {
        height: 100%;
    }
}

.ListNews .eachBox {
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    background-color: var(--bs-white);
	direction: ltr;
	text-align: left;
}

.rutitr,
.time {
    color: #001b5a73;
    font-size: 10px;
    position: relative;
}

.time span:last-child {
    margin-left: -10px;
}

.titr,
.titr * {
    font-family: IranBold;
    color: #002773;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}

.newsLead {
    text-align: justify;
    font-size: 12px;
}

.rutitr {
    padding-right: 5px;
}

/*
.rutitr:before {
    content: "";
    position: absolute;
    background-color: var(--bs-secondary);
    display: block;
    height: 5px;
    width: 5px;
    right: 0px;
    top: 5px;
    border-radius: 50%;
}
*/
.swiper {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    /* height: 300px; */
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-slide:not(.swiper-slide-active) {
    opacity: 0.7;
    transform: scale(.5);
    filter: blur(6px);
}

.swiperCaption {
    text-align: center;
    color: var(--bs-secondary);
    padding: 10px 5px;
    display: block;
}

.subject {
    background: linear-gradient(to bottom, transparent 27%, var(--bs-secondary) 20%, var(--bs-secondary) 72%, #fff 9%);
    /* background: linear-gradient(to bottom, transparent 14%, var(--bs-secondary) 20%, var(--bs-secondary) 82%, #fff 9%); */
    text-align: left;
    text-indent: 17%;
}

.subject .title {
    position: relative;
    background-color: var(--bs-white);
    color: var(--bs-primary);
    font-size: 18px;
    font-family: IranBold;
}

.subject .title:after {
    content: "";
    position: absolute;
    top: 0px;
    left: -20px;
    background: radial-gradient(circle at left, transparent 24%, #fff 20.5%);
    display: block;
    width: 20px;
    height: 100%;
}

.subject .title::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -20px;
    background: radial-gradient(circle at right, transparent 24%, #fff 20.5%);
    display: block;
    width: 20px;
    height: 100%;
}

.leftCol{
	text-align: left;
}
.leftCol .titr,
.leftCol .titr * {
    font-size: 14px;
}

@media (max-width:576px) {
    .leftCol {
        margin-top: 1rem;
        padding: 0 !important;
    }
}

.newslist .eachBox:not(:first-child) {
    border-top: 1px solid var(--bs-gray);
    padding-top: 10px;
    margin-top: 10px;
}

.tag {
    background-color: #c9c9c9;
    color: var(--bs-primary);
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 20px;
    margin: 5px;
    display: inline-block;
    font-family: IranBold;
}

.mostNews .each:not(:first-child) {
    border-top: 1px solid var(--bs-gray);
    padding-top: 10px;
    margin-top: 10px;
}

.mostNews .each .counter {
    color: #c9c9c9;
    font-family: IranBold;
    padding-left: 5px;
    font-size: 18px;
}

.mostNews .each {
    font-family: IranBold;
}

.hotNews .each::before {
    content: "";
    position: absolute;
    background-color: var(--bs-danger);
    display: block;
    height: 5px;
    width: 5px;
    left: 0px;
    top: 12px;
    border-radius: 50%;
}

.hotNews .each {
    font-family: IranBold;
    position: relative;
    padding: 5px 10px 5px 10px;
}

.galleryBox .titr {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    white-space: nowrap !important;
    padding: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--bs-white);
    background-color: rgba(0, 0, 0, .5);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.galleryBox img {
    border-radius: 20px;
    height: 40vh;
}

.galleryBox .bigBoxImg {
    position: relative;
}

.smallBoxImg a:first-child img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 120px;
}

.smallBoxImg a:last-child img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 120px;
}

.galleryBox .title {
    position: absolute;
    background-color: transparent;
    color: var(--bs-secondary);
    font-size: 18px;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: IranBold;
}

.galleryBox .title::before {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.galleryBox .title::before,
.galleryBox .title::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0px;
    background-color: var(--bs-secondary);
    /* background: radial-gradient(circle at left, transparent 44%, #fff 44.5%); */
    display: block;
    width: 30%;
    height: 60%;

}

.galleryBox .title::after {
    left: 0;
    right: unset;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.moreItems {
    background-color: var(--bs-primary);
    color: var(--bs-secondary);
    text-align: center;
    margin: 10px auto;
    border-radius: 20px;
    display: block;
    padding: 10px;
    width: fit-content;
}

.footerLink {
    background-color: var(--bs-primary);
    color: var(--bs-secondary);
    text-align: center;
    margin: 10px auto;
    border-radius: 5px;
    display: block;
    font-family: IranBold;
    font-size: 16px;
    width: fit-content;
    padding: 0 5px;
}

.footerLink:hover,
.footerLink:focus {
    color: #d9bb81
}

.footerLogo {
    background: var(--bs-primary);
    padding-right: 8%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.socialImg {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-top: 20px;
}

@media (min-width:768px) {
    .footerLink:first-child {
        margin-left: 15% !important;
    }
}


.footerLogo img {
    width: 108%;
}

.PersianCopyright,
.PersianCopyright * {
    background: var(--bs-secondary);
    border-top-left-radius: 54px;
    margin-left: -6%;
    padding-left: 46px;
    font-size: 12px;
    padding-top: 10px;
    font-family: IranBold;

}

.EnglishCopyright {
    background: var(--bs-secondary);
    border-bottom-right-radius: 54px;
    margin-right: -6%;
    padding-right: 46px;
    font-size: 12px;
    z-index: 2;

    text-align: left;
    direction: ltr;

}

@media (min-width:768px) and (max-width:992px) {
    .subject .title {
        font-size: 15px !important;
    }
}

@media (max-width:992px) {
    .socialImg {
        width: 30px;
        height: 30px;

    }

    .container {
        max-width: 100% !important;
    }
}

@media (max-width:768px) {
    .logo {
        margin-bottom: 10px;
        text-align: center;
    }

    .topBanner {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .bigBox .left img {
        height: unset;
        margin-top: 15px;
    }

    .top-menu {

        border-top-right-radius: 0;
    }

    .bottomHeader {
        background-image: none !important;
    }

    .mainMenu {
        padding-bottom: 10px !important;
    }

    .navbar-toggler {
        font-size: 14px;
        padding: 7px;
    }
}

@media (max-width:576px) {
    .bigBox .right img {
        height: unset;

    }

    .form-control {
        font-size: 11px;
    }

    .hashtag:not(.right .hashtag) {
        top: 10%;
    }


    .socialImg {
        width: 15px;
        height: 15px;

    }

    footer * {
        font-size: 85% !important;
    }

    .langLink a {

        font-size: 10px !important;
    }

    .logoname::before,
    .leftBorder::before {
        border-right: none;
    }

    .totop {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: 5px;
    }


    #firstSlider img {
        height: unset !important;
    }
}



@media (min-width:1400px) {

    .EnglishCopyright,
    .PersianCopyright {
        text-wrap: nowrap;
    }
}

.footerSocial {
    background: var(--bs-primary);
    padding-left: 6%;
    /* padding-top: 10px;
    padding-bottom: 12px; */
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footerSocial i {
    color: var(--bs-secondary);
    font-size: 40px;
    padding: 0;
    margin: 5px;
}

footer .border-top-line {
    border-top: 6px solid var(--bs-primary);
}

footer .border-bottom-line {
    border-bottom: 6px solid var(--bs-primary);

}

footer .col-md-2.border-bottom-line::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: -99%;
    border-bottom: 6px #354429 solid;
    width: 100%;
}

footer .col-md-2.border-top-line::before {
    content: '';
    position: absolute;
    top: 0px;
    right: -99%;
    border-bottom: 6px #354429 solid;
    width: 100%;
}

/************************************************ map styles: ****************************************/
path:hover,
path:focus,
path.active {
    fill: #2e3192;
}

path:hover+text,
path:focus+text,
path.active+text {
    fill: #ffffff;
}

path {
    fill: #bcbdc0;
    fill-opacity: 1;
    fill-rule: nonzero;
    stroke: #fff;
    pointer-events: all;
    transition: all 0.25s ease-out;
}

svg {
    pointer-events: all;
}

svg .caspian,
svg .sea,
svg .persian-gulf {
    fill: #6caed8;
}

.urmia,
svg path.jazmourian {
    fill: #6caed8;
}

.abu-musa,
.faror-big,
.faror-small,
.hendorabi,
.hengam,
.hormoz,
.khark,
.kish,
.lark,
.lavan,
.qeshm,
.siri,
.tunb-big,
.tunb-small {
    fill: #fff;
}





.ProvinceNewsTitle {
    position: relative;
    padding-right: 1rem;
    padding-bottom: 10px;

}

.ProvinceNewsTitle:not(:last-child) {
    border-bottom: 1px dashed #c9c9c9;

}

.ProvinceNewsTitle::before {
    content: '\f053';
    position: absolute;
    right: 0px;
    top: 2px;
    color: #ed1c24;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    text-shadow: 1px 0px #ed1c24;
    font-size: 10px;
}
#martyrList img {
    max-height: 120px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
/************************************************ map styles: ****************************************/
/************************************************ calendar styles: ****************************************/
.calendar {
    min-height: 275px;
    font-family: IranBold;
}

.table-days tr td:last-child * {
    color: var(--bs-danger) !important;

}

.datepicker-persian * {
    font-family: IranBold !important;
}

.pwt-btn-today {
    float: none !important;
    background-color: var(--bs-danger) !important;
    color: var(--bs-white) !important;
    font-family: IranBold;
    border-radius: 5px;
}

.today * {
    background-color: unset !important;
    border: 2px solid var(--bs-danger) !important;
    border-radius: 5px !important;
    color: unset !important;
    display: block;
}

.header-row * {
    background-color: var(--bs-gray-darker) !important;
    color: #fff !important;
}

.pwt-btn.pwt-btn-switch {
    color: var(--bs-danger) !important;
    direction: ltr;
    width: 59% !important;
    font-size: 14px;
}

.pwt-btn-prev,
.pwt-btn-next {
    font-size: 70%;
    width: 18% !important;
}

.pwt-btn-prev::before {
    display: inline-block;
    content: "\f061";
    font: normal normal normal 8px / 1 FontAwesome;
    margin-left: 4px;
    font-weight: 900;
    color: var(--bs-danger);
}

.pwt-btn-next::after {
    display: inline-block;
    content: "\f060";
    font: normal normal normal 8px / 1 FontAwesome;
    margin-left: 4px;

    font-weight: 900;
    color: var(--bs-danger);
}

/* *****************innerPage******************** */

.onvan {
    position: relative;
}

.onvan::after {
    content: "";
    width: calc(100% - 120px);
    height: 2px;
    position: absolute;
    background-color: var(--bs-secondary);
    right: 0;
    top: 50%
}

.onvan .w-fitContent::before {
    width: 0;
    height: 0;
    border-left: 8px solid var(--bs-secondary);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    content: "";
    position: absolute;
    right: -8px;
    top: 8px;
}

.connectedNews .eachBox img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
    border-radius: 50%;
    max-width: 100%;
}

.connectedNews .eachBox .titr,
.connectedNews .eachBox .titr * {
    color: var(--bs-bodyColor) !important;
    font-size: 14px !important;
    height: 50px;
    position: relative;

}

.connectedNews .eachBox .titr::before {
    content: "||";
    font-size: 10px;
    font-family: sans-serif;
    position: absolute;
    color: var(--bs-warning);

    right: -10px;
    top: 0;
}

.tagLink {
    border-width: 1.5px;
    border-style: solid;
    border-color: var(--bs-secondary);
    color: var(--bs-secondary);
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
}

.newsImgBox .bottomRow {
    border-bottom: 1px dashed gray;
}
.newsBox{
	text-align: left;
	direction: ltr;
}
.newsBoxLead *,
.newsBoxLead {
    color: var(--bs-blue);
    text-align: justify;
    background-color: #ebeaf2;
    /*font-size: 90%;*/
    font-family: IranBold;
}

.newsTitr {
    color: var(--bs-secondary);
    font-size: 20px;
    font-family: IranBold;
    position: relative;
    margin-right: 10px;
}

.newsTitr::before {
    content: "||";
    font-size: 10px;
    font-family: sans-serif;
    position: absolute;
    color: var(--bs-warning);

    left: -7px;
    top: 10px;
}

.breadcrumbs span {
    position: relative;
    margin-left: 5px;
    font-size: 70%;
}

.breadcrumbs span:not(:first-child) {
    margin-left: 15px;
}

.breadcrumbs span:before {
    content: "|";
    font-size: 10px;
    font-family: sans-serif;
    position: absolute;

    left: -5px;
    top: 0px;
}

.topRow {
    background-color: #ebeaf2;
	text-align: left;
}

.article img {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto 1rem;
    border-radius: .80rem;
}

.article video {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto 1rem;
    border-radius: .80rem;
}

.article p {
    line-height: 29px !important;
}