@charset "UTF-8";

/*************** Stert Comments ******************/
.edNews__commentPendingApproval,
.edNews_errorMessage {
    position: absolute;
    bottom: 100%;
    right: 0;
    transition: all ease-in-out 0.3s;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    display: block;
}

.edNews__commentPendingApproval.show,
.edNews_errorMessage.show {
    max-height: 3rem;
    opacity: 1;
    background: var(--accent-color);
    padding: 0.2rem 0.4em;
    color: var(--White);
    border-radius: 0.4rem;
}

.edNews__commentsWrapper .btn-submit {
    color: var(--White);
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    font-weight: bold;
}

.edNews__commentsWrapper .btn-submit:hover {
    background: var(--accent-color4);
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea) {
    outline: unset !important;
    padding: 1rem;
    width: -webkit-fill-available;
    background-color: var(--lsilver);
    transition: all ease-in-out 0.3s;
    border: 0.1em solid var(--silverLight);
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea)::placeholder {
    text-align: right !important;
    font-family: IranSite;
    color: var(--Silver-Secondary-Color);
    transition: all ease-in-out 0.3s;
}

input:where([type="email"], [type="cell"]) {
    direction: ltr;
}

.edNews__commentsWrapper .form-group label {
    padding: 0.4rem 0;
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea):focus {
    border-color: var(--Accent-Color);
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea):focus::placeholder {
    letter-spacing: -0.05rem;
    font-size: 0.9rem;
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0.2em;
    gap: 1rem;
}

.edNews__commentsWrapper .GDPR input[type=checkbox] {
    display: none;
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label:before {
    content: "✔";
    border: 0.1em solid var(--Black-Color);
    border-radius: 0.2em;
    display: flex;
    color: transparent;
    transition: 0.2s;
    padding: 0 0.5em;
    border: 0.1rem solid var(--blgnav);
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label:active:before {
    transform: scale(0);
}

.edNews__commentsWrapper .GDPR input[type=checkbox]:checked+label:before {
    background-color: #3cb371;
    border-color: #3cb371;
    color: var(--White);
}

.edNews__commentsWrapper .GDPR input[type=checkbox]:disabled+label:before {
    transform: scale(1);
}

.edNews__commentsWrapper .GDPR input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.edNews__commentsCommentFormWrapper .edNews__replyingToMessage {
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
}

.edNews__commentsCommentFormWrapper.edNews__replyingToComment .edNews__replyingToMessage {
    opacity: 1;
    visibility: visible;
}

.edNews__commentsCollapseWrapper {
    width: 100%;
}

.edNews_commentDetails .media-body {
    flex: 1 0 80%;
    border: 0.1rem solid var(--silverLight);
    border-radius: calc(var(--b-rasiud)*2);
}

.edNews__commentVoting_upvote .fa-thumbs-o-up:before {
    color: green;
    font-size: 1.5rem;
}

.edNews__commentVoting_downvote .fa-thumbs-o-down:before {
    color: red;
    font-size: 1.5rem;
}

.edNews_commentActions span {
    color: var(--accent-color1);
}

.edNews_numberVotes {
    color: var(--accent-color1);
}

.edNews_loadMoreTriggerWrapper {
    display: flex;
    justify-content: center;
}

.edNews_loadMoreTriggerWrapper button {
    background: var(--accent-color3);
    border: 1px solid var(--accent-color2);
    padding: 1rem;
    margin-bottom: 2rem;
    cursor: pointer;
}

.edNews_loadMoreTriggerWrapper .loadingOverlay {
    display: none;
}

.edNews_loadMoreTriggerWrapper.loading,
.edNews__editingComment .edNews__editCommentContainer {
    display: block;
}

.edNews_loadMoreTriggerWrapper.hide,
.edNews__editCommentContainer {
    display: none;
}

.edNews_userAvatar img {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: var(--b-radius);
}

.edn_recentCommentContainer {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.ItemTitleComment svg {
    width: 1.5rem;
}

.edNews__commentContent {
    font-size: 0.9rem;
}

.edNews_commentDate {
    font-size: 0.8rem;
    padding-top: 6px;
}

.edNews__childCommentsContainer {
    border-right: solid 2px var(--accent-color);
    margin-bottom: 0.6rem;
}

.edNews__childCommentsContainer .edNews__itemCommentContainer {
    margin-right: 2rem;
    border-top: 0.1rem solid var(--dark-gray);
}

.edNews_adminEdit .btn-submit {
    background: transparent !important;
    color: var(--accent-color);
}

.edNews_adminEdit .btn-submit .edNews__editComment,
.edNews_adminEdit .btn-submit .edNews__deleteComment {
    display: none;
}

div#edNewsComment3424_2219_3 {
    border-bottom: 0.1em solid var(--accent-color2);
}

.article_pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.article_pager .page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: var(--White);
    border: solid 1px var(--accent-color);
    border-radius: 0.4rem;
}

.article_pager .page.active {
    background-color: var(--accent-color);
    color: var(--White);
}

/********************** End Comments ***********************/
/***************** Start Related Aritcle *******************/
.relatedBox .relatedImgBox {
    width: 7rem;
    height: 7.2rem !important;
}

.relatedBox .relatedTextBox strong {
    font-size: 0.8rem;
}

.relatedBox .relatedTextBox span {
    font-size: 0.7rem;
}

/***************** End Related Aritcle *******************/
.article-details .frame {
    background-color: var(--lightGray);
    border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    -ms-border-radius: 0.8rem;
    -o-border-radius: 0.8rem;
    padding: 1.5rem;
}

.article-details .title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.article-details .time-box {
    font-size: 1rem;
    color: var(--Black);
}

.article-details .time-box svg {
    stroke: var(--accent-color);
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
}

.article-details .time-box span {
    margin-left: 2rem;
}

.article-details .user-avatar {
    width: 1.5rem;
    border-radius: 50%;
    margin-left: 0.5rem;
}

.article-details .author {
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
    color: var(--Black);
}

.article-details img {
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
}

.article-details .desc {
    display: block;
}

.article-details .desc p,
.article-details .desc strong {
    display: block;
    margin-bottom: 1rem;
}

@media (max-width: 960px) {
    .article-details .title {
        font-size: 1.1rem;
        line-height: 28px;
    }
}

.related-articles .main-title {
    font-weight: bold;
    color: var(--Black);
}

.related-articles .related-item img {
    min-width: 52px;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    margin-left: 1rem;
}

.related-articles .related-item .title {
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
}

.related-articles .related-item svg {
    width: 1rem;
    stroke: var(--accent-color);
    margin-left: 0.5rem;
}

.related-articles .related-item .time {
    font-size: 0.8rem;
}

.comments-frame {
    background-color: var(--lightGray);
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    padding: 1.5rem;
}

.comments-form .sec-title {
    display: block;
    color: var(--Black);
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.comments-form .field-holder {
    position: relative;
    border: solid 1px #F1EEEE !important;
    background-color: var(--White);
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    padding: 0px 1rem;
    margin-bottom: 1rem;
}

.comments-form .field-holder svg {
    min-width: 18px;
    width: 18px;
    height: 0.8rem;
    stroke: #1B2C65;
    margin-left: 0.8rem;
}

.comments-form .field-holder .form-control {
    width: 100%;
    height: 42px;
    border: none !important;
    outline: none;
    font-size: 1rem;
    padding: 0.5rem 0;
    resize: none;
    text-align: right;
}

.comments-form .field-holder .form-control::placeholder {
    color: #959595;
    font-size: 1rem;
    font-weight: normal;
}

.comments-form .field-holder .form-control:disabled {
    background-color: transparent;
}

.comments-form .field-holder textarea {
    min-height: 150px;
}

.comments-form .rating-in-comment .caption {
    color: var(--Black);
}

.comments-form .submit-btn {
    font-size: 1rem;
    color: var(--White);
    border: none;
    padding: 0.3rem 1.5rem;
    border-radius: 0.4rem;
    background-color: var(--accent-color2);
    cursor: pointer;
}

.comments-list {
    background-color: var(--lightGray);
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    padding: 3rem 1.2rem;
    margin-bottom: 2rem;
}

.comments-list .avatar {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-color: var(--White);
    border-radius: 0.4rem;
    margin-left: 1rem;
}

.comments-list .avatar svg {
    width: 20px;
    stroke: var(--accent-color);
}

.comments-list .comment-head {
    width: 100%;
    height: 50px;
    padding: 0.4rem 1rem;
    background-color: #FBFBFB;
    border-radius: 0.4rem;
    border: solid 1px #F1F1F1;
}

.comments-list .comment-head .author {
    font-size: 1rem;
    color: var(--Black);
}

.comments-list .comment-head .dete .item {
    font-size: 0.8rem;
    color: var(--Black);
}

.comments-list .comment-head .dete .item svg {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    stroke: var(--accent-color);
}

@media (max-width: 760px) {
    .comments-list .comment-head {
        display: block !important;
        height: auto;
    }

    .comments-list .comment-head .dete {
        flex-direction: column;
    }
}

.comments-list .comment-body {
    padding: 1rem;
}

.comments-list .comment-body .comment-content {
    font-size: 1rem;
    color: var(--Black);
}

.comments-list .comment-body .action-btns svg {
    cursor: pointer;
}

.comments-list .comment-body .action-btns .like .like-couner {
    color: var(--Black);
    margin-top: -3px;
    margin-left: 2px;
}

@media (max-width: 760px) {
    .comments-list .comment-body {
        display: block !important;
        height: auto;
    }
}

/***************** Start Swiper Slider *******************/
.slider-controller {
    max-width: 100%;
}

.slider-controller .navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    cursor: pointer;
}

.slider-controller .navigation svg {
    position: relative;
    width: 0.6rem;
    stroke: var(--Black);
}

.slider-controller .navigation.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.slider-controller .slide-number {
    font-weight: bold;
    font-size: 1rem;
}

.slider-controller .progressbar {
    position: relative;
    width: 122px;
    height: 2px;
}

.slider-controller .progressbar.swiper-pagination-lock {
    display: block;
}

.slider-controller .progressbar .swiper-pagination-progressbar-fill {
    background: var(--accent-color);
    transition-duration: 5000ms !important;
}

.slider-controller .swiper-pagination-bullet {
    background-color: var(--accent-color);
    opacity: 0.4;
}

.slider-controller .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

/***************** End Swiper Slider *******************/
/***************** Start Home Slider *******************/
.home-slider-section {
    margin: 2.7rem 0;
}

.home-slider-section .home-slider .swiper-slide {
    border-radius: var(--radius);
    overflow: hidden;
}

.home-slider-section .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 1rem;
}

.home-slider-section .swiper-pagination .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0px 2px;
    background-color: var(--accent-color-7);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.3s ease;
    opacity: 1;
}

.home-slider-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4.8rem;
    background-color: var(--accent-color4);
}

@media (max-width: 1130px) {
    .home-slider-section {
        /* margin: 5rem 0 2rem; */
    }
}

@media (max-width: 760px) {
    .home-slider-section {
        margin: 1.6rem 0 0.8rem;
    }

    .home-slider-section .swiper-pagination {
        margin-top: 0;
    }

    .home-slider-section .swiper-pagination .swiper-pagination-bullet {
        width: 0.4rem;
        height: 0.4rem;
    }

    .home-slider-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 2rem;
    }
}

/***************** End Home Slider *******************/
/***************** Start Article Category Slider *****************/
.article-category-section .category-slider .swiper-slide>a {
    border-radius: 0.4rem;
    border: solid 1px #F6F6F6;
    overflow: hidden;
}

.article-category-section .category-slider .swiper-slide>a .img-box {
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    overflow: hidden;
}

.article-category-section .category-slider .swiper-slide>a .img-box img {
    width: 100%;
}

.article-category-section .category-slider .swiper-slide>a .img-box .cat-label {
    position: absolute;
    display: block;
    bottom: 0.6rem;
    left: 0.6rem;
    min-width: 95px;
    padding: 0 1rem;
    font-size: 1rem;
    color: var(--Black);
    text-align: center;
    background-color: white;
    border-radius: 1.1rem;
    -webkit-border-radius: 1.1rem;
    -moz-border-radius: 1.1rem;
    -ms-border-radius: 1.1rem;
    -o-border-radius: 1.1rem;
}

.article-category-section .category-slider .swiper-slide>a .desc {
    width: 100%;
    font-size: 1rem;
    height: 36px;
    color: var(--Black);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.article-category-section .category-slider .swiper-slide>a .count {
    font-size: 1rem;
    color: var(--Black);
}

/***************** End Article Category Slider *******************/
/***************** Start Article Category Title Slider *****************/
.article-category-title-slider {
    border-radius: 0.4rem;
    background-color: rgba(158, 11, 15, 0.1);
    padding: 0.6rem;
    margin-bottom: 1.5rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
}

.article-category-title-slider .category-title-slider {
    width: calc(100% - 56px);
}

.article-category-title-slider .category-title-slider .swiper-slide>a {
    font-size: 1rem;
    color: var(--accent-color);
}

.article-category-title-slider .category-title-slider .swiper-slide>a .cat-label {
    color: var(--Black);
}

/***************** End Article Category Slider *******************/
/***************** Start Article List Widget *****************/
.puzzle-article {
    margin: 2.5rem 0 5.5rem;
}

.puzzle-article .row {
    margin: 0 -0.5rem;
}

.puzzle-article .item {
    display: block;
    border-radius: 0.5rem;
    height: 100%;
}

.puzzle-article .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
}

.puzzle-article .left-side .row-sec {
    width: 100%;
}

@media (max-width: 580px) {
    .puzzle-article {
        margin: 1.8rem 0 3.1rem;
    }

    .puzzle-article .item-col {
        margin-top: 0.8rem;
    }
}

@media (max-width: 480px) {
    .puzzle-article .row-sec {
        padding: 0 !important;
    }

    .puzzle-article .item-col {
        margin-top: 0.5rem;
        margin-bottom: 0 !important;
        padding: 0 !important;
    }

    .puzzle-article .left-side .row-sec:first-child {
        gap: 0.5rem;
    }

    .puzzle-article .left-side .row-sec:first-child .item-col {
        width: 50%;
    }
}

/***************** End Article List Widget *****************/
/***************** Start Last Article Slider *****************/
.last-article-section {
    margin: 2rem 0;
    background-color: var(--accent-color2);
}

.last-article-section .title-box svg {
    filter: brightness(10);
}

.last-article-section .navigation svg {
    stroke: var(--White);
}

.last-article-section .last-article-slider .swiper-slide>a {
    border-radius: 0.4rem;
    background-color: var(--White);
    overflow: hidden;
}

.last-article-section .last-article-slider .swiper-slide>a .img-box {
    border-radius: 0 0 0.4rem 0.4rem;
    -webkit-border-radius: 0 0 0.4rem 0.4rem;
    -moz-border-radius: 0 0 0.4rem 0.4rem;
    -ms-border-radius: 0 0 0.4rem 0.4rem;
    -o-border-radius: 0 0 0.4rem 0.4rem;
    overflow: hidden;
}

.last-article-section .last-article-slider .swiper-slide>a .img-box img {
    width: 100%;
}

.last-article-section .last-article-slider .swiper-slide>a .label {
    display: block;
    padding: 0.9rem;
    font-size: 1rem;
    color: var(--Black);
    min-height: 6.15rem;
}

/***************** End Last Article Slider *******************/
/***************** Start Article Category Slider *****************/
.article-list .item {
    display: block;
    height: 100%;
    border-radius: 0.4rem;
    background-color: var(--White);
    border: solid 1px var(--lightGray);
    overflow: hidden;
}

.article-list .item .img-box {
    border-radius: 0 0 0.4rem 0.4rem;
    overflow: hidden;
}

.article-list .item .img-box img {
    width: 100%;
}

.article-list .item .img-box .study {
    position: absolute;
    display: block;
    top: 0.6rem;
    right: 0.6rem;
    min-width: 95px;
    padding: 0.3rem 1rem;
    text-align: center;
    background-color: white;
    border-radius: 1.1rem;
    font-size: 0.9rem;
    color: var(--Black);
}

.article-list .item .img-box .study svg {
    width: 1.2rem;
    height: 1.2rem;
    stroke: var(--Black);
}

.article-list .item .img-box .study span {
    font-size: 0.9rem;
    color: var(--Black);
    line-height: 0;
}

.article-list .item .img-box .cat-label {
    position: absolute;
    display: block;
    bottom: 0.6rem;
    left: 0.6rem;
    min-width: 95px;
    padding: 0 1rem;
    text-align: center;
    background-color: white;
    border-radius: 1.1rem;
    -webkit-border-radius: 1.1rem;
    -moz-border-radius: 1.1rem;
    -ms-border-radius: 1.1rem;
    -o-border-radius: 1.1rem;
}

.article-list .item .img-box .cat-label a {
    font-size: 0.9rem;
    color: var(--Black);
}

.article-list .item .content-box {
    width: 100%;
    padding: 0.9rem;
    display: block;
}

.article-list .item .content-box .label {
    display: block;
    font-size: 0.9rem;
    color: var(--Black);
    min-height: 2.8rem;
    margin-bottom: 0.5rem;
}

.article-list .item .content-box .desc {
    font-size: 0.9rem;
    color: var(--Black);
    margin-bottom: 1rem;
}

.article-list .item .content-box .time {
    font-size: 0.9rem;
    color: var(--CustomColor1);
}

.article-list .item .content-box .time svg {
    width: 1rem;
    height: 1rem;
    stroke: var(--CustomColor1);
}

.article-list .item .content-box .time span {
    font-size: 0.9rem;
    color: var(--Black);
    line-height: 0;
}

/***************** End Article Category Slider *******************/
.full-banner {
    margin-bottom: 3rem;
}

.full-banner>a {
    margin-bottom: 1rem;
}

@media (max-width: 760px) {
    .full-banner {
        margin-bottom: 1.8rem;
    }

    .full-banner>a {
        margin-bottom: 0.6rem;
    }
}

.discount-banner .item:nth-child(even) {
    flex-direction: row-reverse;
}

/* start section about  */

.TopSectionSwiper .itemDecriptionAbout p {
    font-size: 1.2rem;
}

.TopSectionSwiper img {
    height: 100%;
}

.TopSectionSwiper .swiper-slide {
    height: 100%;
}

.TopSectionSwiper .swiper-pagination-bullet {}

.TopSectionSwiper .swiper-pagination-bullet-active {
    width: 3.2rem;
    height: 0.53rem;
    background-color: var(--DarkGray);
    border-radius: 0.33rem;
}

/* end section  about  */