/*==================newsPgSec=================*/
.newsPgSec {
    margin: 40px 0;
}

.newsPgSec .pageRow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.newsPgSec .pageRow .pageMainBx {
    width: calc(100% - 318px);
    padding-left: 50px;
}

.newsPgSec .pageMainBx .newsTopImg {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.newsPgSec .pageMainBx .newsTopImg img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsShare {
    position: fixed;
    right: 50px;
    width: 50px;
    padding-top: 30px;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.newsShare li {
    width: 34px;
    height: 34px;
    margin-bottom: 6px;
}

.newsShare li:last-child {
    margin-bottom: 0;
}

.newsShare a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-1);
    background: var(--body-bg);
    filter: drop-shadow(1px 1px 4px rgba(7, 32, 50, 0.02)) drop-shadow(-1px -1px 4px rgba(7, 32, 50, 0.02)) drop-shadow(2px 4px 18px rgba(7, 32, 50, 0.13));
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.newsShare span {
    font-size: 20px;
}

.newsShare li:last-child span {
    font-size: 16px;
}

.newsShare a:hover {
    color: var(--red-1);
}

.newsPgSec .pageMainBx .newsDateRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 15px;
    margin: 8px 0;
}

.newsPgSec .newsDateRow p {
    color: var(--blue);
    text-align: center;
    font-family: "IRANSansWebFaBold";
    font-size: 12px;
    padding: 10px 15px;
    background: rgba(0, 138, 224, 0.15);
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.newsPgSec .newsDateRow div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    color: var(--gray);
}

.newsPgSec .newsDateRow div i {
    font-family: "IRANSansWebFaMedium";
    font-size: 13.5px;
}

.newsPgSec .newsDateRow div span {
    font-size: 19px;
}

.newsPgSec .newsTitlBox {
    margin-top: 25px;
}

.newsPgSec .newsTitlBox h1 {
    color: var(--text-1);
    font-family: "IRANSansWebFaBold";
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.newsPgSec .newsTitlBox > p {
    color: var(--text-1);
    font-size: 15px;
    background: var(--light-3);
    padding: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.newsPgSec .newsTitlBox div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 18px;
    padding-right: 5px;
}

.newsPgSec .newsTitlBox div p {
    color: var(--text-2);
    font-family: "IRANSansWebFaMedium";
    font-size: 13.5px;
}

.newsPgSec .newsTitlBox div ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.newsPgSec .newsTitlBox div a {
    display: block;
    color: var(--text-2);
}

.newsPgSec .newsTitlBox div a span {
    font-size: 20px;
    display: block;
    line-height: 1;
}

.newsPgSec .newsTitlBox div i,
.newsPgSec .newsTitlBox div small {
    font-size: 21px;
    display: block;
    color: var(--text-2);
    line-height: 1;
}

.newsPgSec .newsTitlBox div a:hover,
.newsPgSec .newsTitlBox div i:hover,
.newsPgSec .newsTitlBox div small:hover {
    color: var(--red-1);
}

.newsPgSec .newsText {
    margin: 30px 0;
}

.newsPgSec .newsText p {
    color: var(--text-1);
    font-size: 15px;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 1.6;
}

.newsPgSec .newsText .newsTextImg {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin: 20px 0;
}

.newsPgSec .newsText .newsTextImg div {
    height: 300px;
    width: 50%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .newsText .newsTextImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .newsTags {
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
}

.newsPgSec .newsTags p {
    color: var(--text-2);
    min-width: max-content;
    text-align: right;
    font-family: "IRANSansWebFaMedium";
    font-size: 13.5px;
    padding-top: 8px;
}

.newsPgSec .newsTags ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.newsPgSec .newsTags li {
    min-width: max-content;
    height: 34px;
    padding: 9px 25px;
    color: var(--text-2);
    text-align: center;
    font-size: 13.5px;
    line-height: 1;
    border: 1px solid var(--stroke-stoke-2);
    background: var(--light-3);
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.newsPgSec .newsTags li:hover {
    background: var(--red-1);
    color: var(--white);
}

.newsPgSec .newsAddCmnt {
    margin-bottom: 30px;
}

.newsPgSec .newsAddCmnt .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}

.newsPgSec .newsAddCmnt .head div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.newsPgSec .newsAddCmnt .head strong {
    color: var(--text-2);
    font-family: "IRANSansWebFaBold";
    font-size: 22px;
}

.newsPgSec .newsAddCmnt .head small {
    color: var(--blue);
    font-family: "IRANSansWebFaMedium";
    font-size: 13.5px;
}

.newsPgSec .newsAddCmnt .head button {
    color: var(--white);
    font-family: "IRANSansWebFaMedium";
    font-size: 13.5px;
    background-color: var(--blue);
    padding: 12px 24px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .newsAddCmnt .head button:hover {
    background: var(--blue-hover);
}

.newsPgSec .newsAddCmnt .body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.newsPgSec .newsAddCmnt .body div {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.newsPgSec .newsAddCmnt .body div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.newsPgSec .newsAddCmnt .body textarea {
    width: calc(100% - 76px);
    border-radius: 10px;
    border: 1px solid var(--stroke-stoke-2);
    background: var(--light-3);
    font-size: 13.5px;
    color: var(--text-1);
    padding: 15px;
}

.newsPgSec .newsAddCmnt .body input {
    margin-bottom: 10px;
    display: unset !important;
    border-radius: 10px;
    border: 1px solid var(--stroke-stoke-2);
    background: var(--light-3);
    font-size: 13.5px;
    color: var(--text-1);
}

.newsPgSec .newsCmmnts {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 12px 0;
    margin: 12px 0;
}

.newsPgSec .newsCmmnts:last-child {
    border-bottom: none;
}

.newsPgSec .newsCmmnts .newsCmntHed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
}

.newsPgSec .newsCmmnts .newsCmntUsr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.newsPgSec .newsCmmnts .newsCmntUsr .newsUsrImg,
.newsPgSec .newsCmntRply .newsRplyImg {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.newsPgSec .newsCmmnts .newsCmntUsr img,
.newsPgSec .newsCmntRply .newsRplyImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.newsPgSec .newsCmmnts .newsCmntUsr strong,
.newsPgSec .newsCmntRply strong {
    color: var(--text-1);
    font-family: "IRANSansWebFaBold";
    font-size: 15px;
    display: block;
    margin-bottom: 3px;
}

.newsPgSec .newsCmmnts .newsCmntUsr i,
.newsPgSec .newsCmntRply i {
    color: var(--gray);
    font-size: 13.5px;
    display: block;
}

.newsPgSec .newsCmmnts .newsCmntHed span {
    color: var(--gray-3);
    font-size: 24px;
}

.newsPgSec .newsCmmnts .newsCmntTxt,
.newsPgSec .newsCmntRply .newsRplyTxt {
    color: var(--text-2);
    line-height: 1.6;
    font-size: 15px;
    padding: 15px 0 0 0;
}

.newsPgSec .newsCmntRply {
    padding: 15px 15px 0 0;
    margin: 15px 20px 15px auto;
    border-right: 3px solid rgba(0, 0, 0, 0.07);
}

.newsPgSec .newsCmntRply .newsRplyUsr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.newsPgSec .newsCmntRply .newsRplyTxt {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 15px;
}

.newsPgSec .newsCmntRply:last-child .newsRplyTxt {
    border-bottom: none;
}

.newsPgSec .noteUsrRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 5px;
}

.newsPgSec .noteUsrRow .noteUsrBx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.newsPgSec .noteUsrRow .noteUsrImg {
    width: 69px;
    height: 69px;
    display: block;
    border: 3px solid var(--text-3);
    background: var(--golden);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.newsPgSec .noteUsrRow .noteUsrImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.newsPgSec .noteUsrRow .noteUsrBx strong {
    font-family: "IRANSansWebFaMedium";
    color: var(--text-1);
    font-size: 15px;
    display: block;
    margin-bottom: 4px;
}

.newsPgSec .noteUsrRow .noteUsrBx p {
    color: var(--gray);
    font-size: 13.5px;
    font-family: "IRANSansWebFaMedium";
}

.newsPgSec .noteUsrRow .noteUsrDate {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    color: var(--gray);
}

.newsPgSec .noteUsrRow .noteUsrDate span {
    font-size: 19px;
}

.newsPgSec .noteUsrRow .noteUsrDate i {
    font-family: "IRANSansWebFaMedium";
    font-size: 13.5px;
}

.newsPgSec .noteTopImg {
    width: 100%;
    height: 360px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .noteTopImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .catPgHed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.newsPgSec .catPgHed .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 111px);
    gap: 6px;
    background: var(--light-3);
    height: 43px;
    padding: 2px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .catPgHed .title span {
    width: 8px;
    height: 16px;
    background: var(--red-1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.newsPgSec .catPgHed .title strong {
    color: var(--text-1);
    text-align: right;
    font-family: "IRANSansWebFaMedium";
    font-weight: 500;
    font-size: 19px;
}

.newsPgSec .catPgHed button {
    min-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 43px;
    padding: 11px 18px;
    background: var(--blue);
    color: var(--white);
    font-family: "IRANSansWebFaMedium";
    font-size: 13.5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .catPgHed button:hover {
    background: var(--blue-hover);
}

.newsPgSec .catMinCards a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
    padding: 5px 4px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.newsPgSec .catMinCards a .imgBx {
    min-width: 172px;
    width: 172px;
    height: 110px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .catMinCards a .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .catMinCards .imgBx div {
    width: 30px;
    height: 30px;
    left: 8px;
    bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .catMinCards .imgBx div span {
    font-size: 15px;
    color: var(--white);
}

.newsPgSec .catMinCards a .text {
    padding-right: 15px;
    overflow: hidden;
}

.newsPgSec .catMinCards a .text h2 {
    color: var(--text-1);
    font-family: "IRANSansWebFaMedium";
    font-size: 17px;
    line-height: 1.2;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsPgSec .catMinCards a .text p {
    color: var(--gray);
    line-height: 1.5;
    font-size: 14px;
    margin: 6px 0;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsPgSec .catMinCards a .text span {
    color: var(--blue);
    font-family: "IRANSansWebFaMedium";
    font-size: 12px;
    display: block;
}

.newsPgSec .catMinCards a:hover {
    background: var(--light-3);
}

.newsPgSec .catMorCrd {
    color: var(--white);
    text-align: center;
    font-family: "IRANSansWebFaMedium";
    font-size: 13.5px;
    background: var(--blue);
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 30px auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .catMorCrd:hover {
    background: var(--blue-hover);
}

.newsPgSec .catBigCard {
    width: 100%;
    height: 450px;
    box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.newsPgSec .catBigCard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .catBigCard div {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px;
    text-align: right;
    background: linear-gradient(180deg, rgb(0 0 0 / 27%) 59.2%, #000000e3 88%),
    rgb(211 211 211 / 8%) 50% / cover no-repeat;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .catBigCard div strong {
    color: var(--white);
    font-family: "IRANSansWebFaBold";
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
}

.newsPgSec .catBigCard div p {
    color: var(--gray_light);
    font-size: 13.5px;
    max-height: 43px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: right;
}

.newsPgSec .topNewsRow {
    height: 185px;
}

.newsPgSec .podPgTop {
    width: 100%;
    background: var(--light-3);
    padding: 30px 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.newsPgSec .podPgTop .topPodImg {
    width: 185px;
    height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    background: #fbeee5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.newsPgSec .podPgTop .topPodImg img {
    width: 72%;
    height: 72%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .podPgTop .topPodInfo {
    margin: 10px auto 40px auto;
    width: 100%;
    text-align: center;
}

.newsPgSec .topPodInfo h1 {
    color: var(--text-1);
    font-family: "IRANSansWebFaBold";
    font-size: 18px;
    line-height: 1.5;
}

.newsPgSec .topPodInfo .share {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 15px auto;
}

.newsPgSec .topPodInfo .share p {
    color: var(--text-2);
    font-family: "IRANSansWebFaMedium";
    font-size: 13.5px;
}

.newsPgSec .topPodInfo .share ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.newsPgSec .topPodInfo .share a {
    font-size: 20px;
    color: var(--text-2);
    display: block;
    line-height: 1;
}

.newsPgSec .topPodInfo .share small,
.newsPgSec .topPodInfo .share i {
    font-size: 20px;
    color: var(--text-2);
    display: block;
    line-height: 1;
}

.newsPgSec .topPodInfo .share small {
    cursor: pointer;
}

.newsPgSec .topPodInfo .date {
    color: var(--blue);
    font-family: "IRANSansWebFaMedium";
    font-size: 13.5px;
}

.newsPgSec .podPgTop .topPodTxt strong {
    color: var(--text-1);
    font-family: "IRANSansWebFaBold";
    font-size: 18px;
    padding-right: 20px;
    margin-bottom: 8px;
}

.newsPgSec .topPodTxt strong:before {
    position: absolute;
    content: "";
    right: 0;
    top: 13.5px;
    width: 14px;
    height: 4px;
    background: var(--golden);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.newsPgSec .topPodTxt p {
    color: var(--text-2);
    font-size: 13.5px;
    line-height: 1.6;
}

.newsPgSec .podEpisodes {
    margin: 25px 0;
}

.newsPgSec .podEpisodes .title {
    color: var(--text-1);
    text-align: right;
    font-family: "IRANSansWebFaBold";
    font-size: 18px;
    margin-bottom: 12px;
}

.newsPgSec .podEpisodes .episodCard {
    background: var(--body-bg);
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.05),
    -1px -1px 4px 0px rgba(0, 0, 0, 0.05);
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .episodCard .episodImg {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .episodCard .episdCrdInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: calc(100% - 96px);
    padding-right: 15px;
}

.newsPgSec .episdCrdInfo h2 {
    color: var(--text-1);
    font-size: 15.5px;
    line-height: 1.5;
    margin-bottom: 6px;
}

.newsPgSec .episdCrdInfo p {
    color: var(--blue);
    text-align: center;
    font-family: "IRANSansWebFaMedium";
    font-size: 12px;
    width: max-content;
    margin-bottom: 12px;
}

.newsPgSec .episdCrdInfo ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
}

.newsPgSec .episdCrdInfo li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    color: var(--gray);
}

.newsPgSec .episdCrdInfo li i {
    font-size: 12px;
}

.newsPgSec .episdCrdInfo li .icon-Vector-827 {
    font-size: 16px;
}

.newsPgSec .episdCrdInfo li .icon-Group-2321 {
    font-size: 18px;
}

.newsPgSec .episodCard .playIconBtn {
    width: 52px;
    height: 52px;
}

.newsPgSec .episodCard .playIconBtn i {
    position: relative;
    font-size: 52px;
    z-index: 2;
}

.newsPgSec .episodCard.active {
    background: var(--red-bg);
    box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.05);
}

.newsPgSec .episodCard.active .play-pause-button:before {
    background: #000;
    top: 8px;
    left: 8px;
}

.newsPgSec .episodCard.active .playIconBtn,
.newsPgSec .episodCard.active .episdCrdInfo h2,
.newsPgSec .episodCard.active .episdCrdInfo p,
.newsPgSec .episodCard.active .episdCrdInfo li {
    color: var(--white);
}

/**--pageSideBar--**/
.newsPgSec .pageRow .pageSideBar {
    width: 318px;
}

.newsPgSec .pageSideBar .sideBox {
    background: var(--light-3);
    padding: 12px 18px;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .sideBox .head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.newsPgSec .sideBox .head span {
    width: 8px;
    height: 16px;
    background: var(--red-1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.newsPgSec .sideBox .head p {
    color: var(--text-1);
    text-align: right;
    font-family: "IRANSansWebFaMedium";
    font-size: 19px;
}

.newsPgSec .sideBox .head i {
    position: absolute;
    left: 10px;
    top: 50%;
    color: var(--text-1);
    font-size: 11px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.newsPgSec .sideSurvey .sideQues {
    color: var(--text-1);
    font-size: 13.5px;
    margin: 15px 0;
}

.newsPgSec .sideSurvey .form-check {
    padding-left: 0;
    padding-right: 1.5em;
    cursor: pointer;
}

.newsPgSec .sideSurvey input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em;
    border: 1px solid var(--text-2);
    background-color: transparent;
}

.newsPgSec .sideSurvey label {
    color: var(--text-2);
    font-size: 12px;
}

.newsPgSec .sideSurvey input:checked {
    background-color: transparent;
    background-image: url("../img/red-circle.svg");
}

.newsPgSec .sideSurvey input[disabled]:checked {
    background-image: url("../img/gray-circle.svg");
}

.newsPgSec .sideSurvey input:checked ~ label {
    color: var(--text-1);
    font-family: "IRANSansWebFaBold";
    font-size: 12px;
}

.newsPgSec .sideSurvey .sidSrvryBtn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 25px;
}

.newsPgSec .sideSurvey .sidSrvryBtn button,
.newsPgSec .sideSurvey .sidSrvryBtn a {
    color: var(--text-2);
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 30px;
    padding: 3px 15px;
    border: 1px solid var(--gray);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.newsPgSec .sideSurvey .sidSrvryBtn button:hover,
.newsPgSec .sideSurvey .sidSrvryBtn a:hover {
    background: var(--red-1);
    border-color: var(--red-1);
    color: var(--white);
}

.newsPgSec .sideSurvey .sidSrvyRslt p {
    top: -27px;
    left: 0;
    color: var(--text-2);
    font-size: 12px;
}

.newsPgSec .sideSurvey .sidSrvyRslt div {
    width: 100%;
    height: 8px;
    border: 1px solid var(--gray-3);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.newsPgSec .sideSurvey .sidSrvyRslt div span {
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    display: block;
    background: var(--gray);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.newsPgSec .sideBarImg {
    display: block;
    width: 100%;
    height: 175px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .sideBarImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .relNews {
    margin-bottom: 10px;
}

.newsPgSec .relNews a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 4px 3px;
    margin-bottom: 8px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.newsPgSec .relNews a img {
    width: 62px;
    height: 62px;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .relNews a p {
    color: var(--text-1);
    font-size: 13.5px;
}

.newsPgSec .relNews a:hover {
    background: var(--light-3);
}

.newsPgSec .mostVisitd {
    margin-bottom: 20px;
}

.newsPgSec .mostVisitd a {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 15px;
    background: var(--light-3);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .mostVisitd a div {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.newsPgSec .mostVisitd a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.newsPgSec .mostVisitd strong {
    color: var(--text-1);
    font-size: 15px;
    display: block;
    padding: 15px 15px 5px 15px;
}

.newsPgSec .mostVisitd a p {
    color: var(--gray);
    font-size: 13.5px;
    padding: 0 15px 0 15px;
}

.newsPgSec .mostVisitd a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.newsPgSec .mostVisitd .songIcon {
    left: 0px;
    bottom: 0px;
    font-size: 14px;
    color: var(--white);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
}

.newsPgSec .latestNews {
    margin-bottom: 20px;
}

.newsPgSec .latestNews a {
    display: block;
    margin-bottom: 10px;
    background: var(--light-3);
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .latestNews a p {
    padding-right: 15px;
    text-align: right;
    color: var(--text-1);
    font-size: 13.5px;
}

.newsPgSec .latestNews a p::before {
    position: absolute;
    right: 0;
    top: 7px;
    content: "";
    width: 8px;
    height: 8px;
    line-height: 1.5;
    background: var(--golden);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.newsPgSec .latestNews a:hover {
    background: var(--stroke-stoke-2);
}

.newsPgSec .sidBarTags {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}

.newsPgSec .sidBarTags div {
    cursor: pointer;
    width: max-content;
    text-align: center;
    background: var(--body-bg);
    padding: 8px 14px;
    color: var(--text-1);
    font-size: 13.5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newsPgSec .sidBarTags div:hover {
    color: var(--body-bg);
    background: var(--red-1);
}

/*==================media=================*/
@media (min-width: 768px) and (max-width: 1199px) {
    .newsPgSec .catBigCard {
        height: 360px;
    }

    .newsPgSec .topNewsRow {
        height: 150px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .newsShare {
        right: 30px;
    }


    .newsPgSec .newsText .newsTextImg div {
        height: 230px;
    }
}

@media (max-width: 991px) {
    .newsShare {
        position: absolute;
        width: max-content;
        left: 12px;
        bottom: 10px;
        right: auto;
        top: auto;
        transform: none;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 5px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .newsShare li {
        margin-bottom: 0;
        width: 26px;
        height: 26px;
    }

    .newsShare span {
        font-size: 16px;
    }

    .newsShare li:last-child span {
        font-size: 13px;
    }

    .newsPgSec .pageRow {
        flex-direction: column;
        gap: 30px;
    }

    .newsPgSec .pageRow .pageMainBx {
        width: 100%;
        padding-left: 0;
    }

    .newsPgSec .pageRow .pageSideBar {
        width: 100%;
    }

    .newsPgSec .mostVisitd {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 15px;
        flex-wrap: wrap;
    }

    .newsPgSec .mostVisitd a {
        width: 100%;
        flex: 48.5%;
        margin-bottom: 0;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .newsPgSec .sideBarImg {
        height: 230px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .newsPgSec .noteTopImg {
        height: 300px;
    }


    .newsPgSec .newsTitlBox h1 {
        font-size: 22px;
    }

    .newsPgSec .newsText .newsTextImg div {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .newsPgSec .catBigCard {
        margin-bottom: 20px;
    }

    .newsPgSec .noteUsrRow .noteUsrBx p {
        font-size: 12px;
    }

    .newsPgSec .noteUsrRow {
        flex-wrap: wrap;
    }

    .newsPgSec .noteUsrRow .noteUsrDate i {
        font-size: 11px;
    }

    .newsPgSec .noteTopImg {
        height: 240px;
    }


    .newsPgSec .newsDateRow div i {
        font-size: 11px;
    }

    .newsPgSec .newsDateRow p {
        font-size: 11px;
        padding: 6px 12px;
    }

    .newsPgSec .newsText .newsTextImg {
        flex-wrap: wrap;
    }

    .newsPgSec .newsText .newsTextImg div {
        height: 200px;
        width: 100%;
        flex: 48%;
    }

    .newsPgSec .newsTitlBox p.text {
        font-size: 13px;
        padding: 12px;
    }

    .newsPgSec .newsText p {
        font-size: 13px;
    }

    .newsPgSec .newsAddCmnt .head button,
    .newsPgSec .newsCmmnts .newsCmntTxt,
    .newsPgSec .newsCmntRply .newsRplyTxt {
        font-size: 12px;
    }

    .newsPgSec .newsAddCmnt .head strong {
        font-size: 18px;
    }

    .newsPgSec .newsTitlBox h1,
    .newsPgSec .sideBox .head p {
        font-size: 16px;
    }

    .newsPgSec .mostVisitd strong {
        font-size: 14px;
    }

    .newsPgSec .mostVisitd a p {
        font-size: 12px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .newsPgSec .catMinCards a .imgBx {
        min-width: 142px;
        width: 142px;
    }

    .newsPgSec .catBigCard {
        height: 320px;
    }
}

@media (max-width: 575px) {
    .newsPgSec .catBigCard div strong {
        font-size: 15px;
    }

    .newsPgSec .catBigCard div p {
        font-size: 12px;
        max-height: 39px;
    }

    .newsPgSec .catMinCards a .imgBx {
        min-width: 92px;
        width: 92px;
        height: 92px;
    }

    .newsPgSec .catMinCards a .text {
        padding-right: 8px;
    }

    .newsPgSec .catMinCards a .text h2 {
        font-size: 14px;
    }

    .newsPgSec .catMinCards a .text span {
        font-size: 11px;
    }

    .newsPgSec .catMinCards a .text p {
        font-size: 12px;
        max-height: 36px;
    }

    .newsPgSec .catBigCard {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .newsPgSec .newsAddCmnt .head button {
        padding: 8px 14px;
    }

    .newsPgSec .podPgTop .topPodTxt strong {
        font-size: 16px;
    }

    .newsPgSec .topPodTxt strong:before {
        top: 12.5px;
    }

    .newsPgSec .topPodTxt p {
        font-size: 12.5px;
    }

    .newsPgSec .episodCard .playIconBtn {
        width: 45px;
        height: 45px;
        cursor: pointer;
    }

    .newsPgSec .episodCard .playIconBtn i {
        font-size: 45px;
        cursor: pointer;
    }

    .newsPgSec .podEpisodes .episodCard {
        flex-direction: column;
        gap: 15px;
    }

    .newsPgSec .episodCard .episdCrdInfo {
        width: 100%;
        padding-right: 0;
    }

    .newsPgSec .episdCrdInfo li i {
        font-size: 10px;
    }

    .newsPgSec .episdCrdInfo li .icon-Vector-827 {
        font-size: 13px;
    }

    .newsPgSec .episdCrdInfo li .icon-Group-2321 {
        font-size: 15px;
    }

    .newsPgSec .episdCrdInfo h2 {
        font-size: 14.5px;
    }

    .newsPgSec .newsAddCmnt .body {
        flex-direction: column;
    }

    .newsPgSec .newsAddCmnt .body div {
        width: 60px;
        height: 60px;
    }

    .newsPgSec .newsAddCmnt .body textarea {
        width: 100%;
    }

    .newsPgSec .newsTags li {
        padding: 9px 18px;
        font-size: 12px;
    }
}

.newsText > p {
    text-align: justify;
}
