.footerSocial span {
    line-height: 0;
}


/********************* Article Gallery ************************/
.article_gallery {
    margin: 4rem 0;

    td {
        padding: 0.5rem;

        a {
            display: block;
            width: 100%;

            img {
                display: block;
                width: 100%;
                aspect-ratio: 1;
                max-width: 100% !important;
                border: solid 1px;
            }

            .titleempty {
                display: none;
            }
        }
    }

    .EDGpager {

        a,
        span {

            display: flex;
            align-items: center;
            justify-content: center;
            width: 26px;
            height: 26px;
            padding-top: 3px;
            color: var(--accent-color2);
            font-weight: bold;
            background: none;

            &:hover {
                color: #fff;
                background: var(--accent-color);
            }
        }

        span {
            color: #fff;
            background: var(--accent-color);
        }

    }
}

/*********************Blog************************/
.Blog {
    .BlogBox {
        .news-card {
            .date {
                top: 0;
                left: 0;

                span {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 45px;
                    font-size: 0.9rem;

                    &.num {
                        width: 45px;
                        font-size: 1rem;
                    }
                }
            }
        }

        .img-holder {
            width: 100%;
            height: 285px;
            margin-bottom: 1rem;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }

        .title {
            font-size: 1.1rem;
            text-align: right;
        }

        .summary {
            min-height: 3.6rem;
            font-size: 1rem;
        }
    }
}


.BlogDetailse .decription {
    .view svg {
        max-width: 1rem;
        max-height: 1rem;
    }

    .AuthorDate,
    .view {
        color: #9B9B9B;
        font-size: 0.9rem;
    }
}

.br-blog {
    font-weight: bold;
    padding-right: 1.5rem;
    border-right: 0.2em solid var(--accent-color)
}


/***************commentsStert******************/
.edNews__commentPendingApproval,
.edNews_errorMessage {
    transition: all ease-in-out .3s;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    display: block
}

.edNews__commentPendingApproval.show,
.edNews_errorMessage.show {
    max-height: 3rem;
    opacity: 1;
    background: var(--accent-color5);
    padding: .4em
}

.edNews__commentsWrapper .btn-submit {
    color: var(--White);
    transition: all ease-in-out .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 .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 .3s;

}

input:where([type="email"], [type="cell"]) {
    direction: ltr
}

.edNews__commentsWrapper .form-group label {

    padding: .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: .2em;
    gap: 1rem
}

.edNews__commentsWrapper .GDPR input[type=checkbox] {
    display: none
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label:before {
    content: "\2714";
    border: .1em solid var(--Black-Color);
    border-radius: .2em;
    display: flex;
    color: transparent;
    transition: .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: #fff
}

.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 .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: 8px;

    .edNews__itemCommentContainer {
        margin-right: 30px;
        border-top: 0.1rem solid var(--dark-gray);
    }
}

.edNews_adminEdit .btn-submit {
    background: transparent !important;
    color: var(--accent-color);

    .edNews__editComment,
    .edNews__deleteComment {
        display: none;
    }
}

div#edNewsComment3424_2219_3 {
    border-bottom: 0.1em solid var(--accent-color2)
}

/*commentsEnd*/
/*****************RelatedAritcle*******************/
.relatedBox {
    .relatedImgBox {
        width: 7rem;
        height: 7.2rem !important;
    }

    .relatedTextBox {
        strong {
            font-size: 0.8rem;
        }

        span {
            font-size: 0.7rem;
        }
    }
}

/***********************Gallery Photo****************************/
.Catalog {
    overflow: unset;
    transition: all 0.3s;

    .CatalogText {
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 80%);
        width: 100%;
        padding: 0.7rem;
    }

    .swiper-slide {
        img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
    }

    .swiper-slide-prev,
    .swiper-slide-next {
        transition: all 0.3s ease-in-out;
        transform: scale(0.9);
    }

    .swiper-slide-active {
        transition: all 0.3s ease-in-out;
        transform: scale(1.1);
    }

    @media(max-width:760px) {
        .swiper-slide {
            height: 250px;
        }

        .CatalogText {
            font-size: 0.8rem;
        }
    }
}


/*************************************/

/*******************************************************/
img {
    max-width: 100%;
    object-fit: cover;
}

.dark-style {
    color: white;
}

.article-list {
    .article-item {
        background: var(--light);

        .img-box {
            -min-height: 295px;
        }

        .card-title {
            font-weight: normal;
            font-size: 1rem;
            color: var(--accent-color2);
            min-height: 66px;
            line-height: 1.5;
            margin: 0;
            padding-right: 0.37rem;
        }

        .type {
            font-size: 0.9rem;
            color: var(--accent-color2);
            margin: 1rem 0;
        }

        .link-btn {
            font-size: 0.76rem;
            color: #fff;
            padding: 8px;
            background: var(--accent-color);
        }
    }
}

.ednMoreArticlesTriggerWrapper {
    text-align: center;

    .edNews_loadMoreTrigger {
        font-size: 0.76rem;
        color: #fff;
        padding: 10px;
        background: var(--accent-color);
        border: none;
        cursor: pointer;

        span {
            margin-left: 4px;
        }
    }
}

.two-lang-title {
    padding: 100px 0 60px;
    font-size: 1.35rem;

    .heading_wrapper {
        .en-title {
            strong {
                color: var(--accent-color);
            }
        }

        margin-bottom: 1.5rem;

    }

    @media (max-width: 760px) {
        padding: 4rem 0 3rem;
    }
}

.module-en-title {
    margin: -60px 0px 20px;
    text-align: left;

    strong {
        color: var(--accent-color);
    }

    @media (max-width:540px) {
        margin-top: -15px;
        font-size: 1.2rem;
    }
}

.custom-scroll {
    -max-height: 200px;
    padding-right: 24px;
    overflow-y: auto;
    direction: ltr;

    .edn_category_menu_wrapper {

        ul,
        li {
            display: flex;
            gap: 1.5rem;
            padding-top: 0.3rem;
        }
    }

    * {
        direction: rtl;
    }

    &.left-scrl {
        direction: rtl;
        padding-right: 0;
        padding-left: 24px;
    }

    .edn_category_menu_wrapper * {
        /* direction: rtl;
    gap: 1.5rem;
    padding-top: 0.3rem;
    display: flex; */
    }

    &::-webkit-scrollbar {
        width: 2px;
    }

    &::-webkit-scrollbar-track {
        background: var(--accent-color2);
    }

    &::-webkit-scrollbar-thumb {
        background: var(--accent-color);
    }

    &::-webkit-scrollbar-thumb:hover {
        background: red;
    }
}

.product-desc-box {
    padding: 32px 24px;
    margin: 35px 0;
    background: var(--accent-color3);

    .custom-scroll {
        max-height: 350px;
    }

}


/*** Slider ***/
.slider-controller {
    max-width: 100%;

    .navigation {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        margin: 0 10px;
        background-color: rgba(243, 111, 33, 0.8);
        border-radius: 50%;
        cursor: pointer;

        &:before {
            content: '';
            position: absolute;
            top: 4px;
            right: 4px;
            bottom: 4px;
            left: 4px;
            border-radius: 50%;
            background-color: var(--accent-color);
        }

        svg {
            position: relative;
            width: 7px;
            fill: #fff;
        }

        &.swiper-button-disabled {
            opacity: 0.5;
            cursor: default;
        }

    }

    .slide-number {
        font-weight: bold;
        font-size: 1rem;
    }

    .progressbar {
        position: relative;
        width: 122px;
        height: 2px;

        &.swiper-pagination-lock {
            display: block;
        }

        .swiper-pagination-progressbar-fill {
            background: var(--accent-color);
            transition-duration: 5000ms !important;
        }
    }
}

.swiper-pagination-bullet {
    background-color: var(--accent-color);
    opacity: 0.4;

    &.swiper-pagination-bullet-active {
        opacity: 1;
    }
}


.product-advantages {
    padding: 70px 0px 32px;

    .item {
        &:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 100%;
            width: 20px;
            height: 1px;
            background-color: var(--accent-color);
        }

        &:last-child {
            &:after {
                display: none;
            }
        }

        img {
            width: 60px;
            margin-bottom: 34px;
        }

        span {
            font-size: 1rem;
        }

        @media(max-width: 960px) {
            span {
                font-size: 0.9rem;
            }
        }

        @media(max-width: 760px) {
            margin-bottom: 32px;

            &:nth-child(2n) {
                &:after {
                    display: none;
                }
            }
        }
    }
}

.cards-slider-list {
    &.related {
        .swiper-slide {
            height: 26rem;

            a {
                height: 100%;

                img {
                    height: 100%;
                }
            }
        }
    }
}

.side-title {
    background: var(--light);

    .SideTitleHeader {
        display: block;
        padding: 14px 12px;
        font-size: 0.9rem;
        border-bottom: solid 1px var(--accent-color2);
    }

}

.Category-list-collapse {
    .custom-scroll {
        max-height: 435px;
        padding-right: 12px;
    }

    li {
        list-style: none;

        .edn_hasCount {
            display: flex;
            align-items: center;
            margin-bottom: 24px;

            .icon {
                display: block !important;
                align-items: center;
                margin-left: 8px;
                height: 12px;
                width: 5px;
                transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
            }

            .title {
                font-size: 0.9rem;
                color: var(--accent-color2);
            }
        }

        &.hasChild {
            >.edn_hasCount {
                margin-bottom: 18px;

                .title {
                    font-weight: bold;
                }
            }
        }

        &.opened {
            >.edn_hasCount {
                >.icon {
                    transform: rotate(-45deg);
                    -webkit-transform: rotate(-45deg);
                    -moz-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -o-transform: rotate(-45deg);
                }
            }
        }
    }

    ;

    height: 5rem;
}

.article_pager {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;

    a {
        line-height: normal;
        font-size: 1rem;
    }

    .page {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 26px;
        height: 26px;
        padding-top: 3px;
        color: var(--accent-color2);
        font-weight: bold;
        background: none;

        &.active,
        &:hover {
            color: #fff;
            background: var(--accent-color);
        }
    }
}

.project-details {
    .prj-title {
        font-size: 1.35rem;

        .label {
            color: var(--accent-color);
        }
    }

    .desc-box {
        .label {
            font-weight: bold;
            font-size: 1rem;
        }

        img {
            margin: 1.5rem auto;
            display: block;
        }

        .prj-manager {
            padding: 10px 18px;

            .head {
                border-bottom: solid 1px white;
                padding-bottom: 12px;
                font-size: 1rem;
            }

            .item {
                padding: 10px 0;
                font-size: 0.8rem;
            }
        }

    }

    .prj-details-tbl {
        margin: 0px -18px;

        .table {
            width: 100%;
            border-spacing: 18px;

            tr {
                td {
                    padding: 10px;
                    background: var(--accent-color4);
                    font-size: 1rem;

                    &:first-child {
                        width: 26%;
                        max-width: 40%;
                    }
                }
            }
        }
    }

    @media(max-width: 540px) {
        .prj-title {
            font-size: 1rem;
            line-height: 1.75;
        }

        .desc-box {
            p {
                font-size: 0.9rem;
            }
        }
    }
}

.product-details {
    position: relative;

    &:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/Portals/_default/images/products-pattern.svg) no-repeat left top;
        mix-blend-mode: difference;
        z-index: 1;
    }

    .container {
        position: relative;
        z-index: 2;

    }

    .easydnngallery {
        position: relative;
        z-index: 2;
    }

    .gray-box-holder {
        z-index: 0;
    }

    .main-title {
        padding-bottom: 1rem;
        margin-bottom: 1.8rem;
        border-bottom: solid 1px var(--dark-gray);

        .title {
            font-size: 1.2rem;
            color: var(--accent-color);
            margin: 0;
        }

        .left-txt {
            font-size: 1rem;
            color: var(--accent-color2);

            svg {
                width: 23px;
                margin-left: 10px;
            }
        }
    }

    .gray-desc {
        margin: 0 -10%;
        padding: 3.5rem 0;
        background: var(--accent-color2);

        * {
            color: white;
            font-size: 1rem;
        }
    }

    .img-box {
        height: 100%;
        max-height: 480px;

        img {
            width: 100%;
            height: 100%;
        }
    }

    .desc-txt {
        max-height: 480px;

        p {
            margin-bottom: 0.5rem;
        }

        img {
            margin: 1.5rem auto;
            display: block;
        }
    }

    .content-table {
        margin: 4rem 0;

        a {
            position: relative;
            display: block;
            color: gray;
            font-size: 1rem;
            margin-bottom: 0.6rem;

            &:before {
                content: '';
                display: inline-block;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                -webkit-border-radius: 2px;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                background-color: var(--accent-color);
                margin-left: 0.2rem;
            }
        }

        li {
            list-style: none;
        }
    }

    @media(max-width: 1320px) {
        .gray-box-holder {
            width: 100%;
            padding: 0;
        }

        .gray-desc {
            margin: 0;
        }
    }
}

.contact-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(/Portals/_default/images/contact-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    color: white;
    padding: 1rem;
    margin: 60px 0;

    .caption {
        font-size: 1.2rem;
        font-size: 21px;
        margin-bottom: 38px;
        text-align: center;
    }

    .link {
        min-height: 40px;
        width: 206px;
        max-width: 80%;
        font-size: 0.8rem;
        color: white;
    }
}

.about-us {
    padding: 10rem 0;
    color: #fff;
    -background: url('/Portals/_default/images/home-pattern.svg') no-repeat bottom left;
    background-size: cover;

    .txt-box {
        min-height: 374px;
        padding: 24px;
        margin-bottom: 1rem;

        .title {
            font-weight: normal;
            font-size: 1.35rem;
            color: #fff;
            margin-top: 0;
        }

        .desc {
            font-size: 0.9rem;

            img {
                margin: 1.5rem auto;
                display: block;
            }
        }
    }

    .statistics {
        .item {
            padding: 24px 0;
            text-align: center;

            .icon {
                svg {
                    max-width: 40px;
                    max-height: 40px;
                    width: 40px;
                }
            }

            .number {
                display: block;
                font-weight: bold;
            }

            .caption {
                display: block;
                font-size: 0.9rem;
            }
        }
    }

    .img-box {
        img {
            height: 100%;
            width: 100%;
        }
    }

    @media (max-width: 760px) {
        padding: 5rem 0 0;
    }
}

.contact-us {
    margin: 250px 0px;

    .txt-box {
        margin-bottom: 24px;

        .title {
            font-size: 1.4rem;
            margin: 0;
        }

        .desc {
            font-size: 1.2rem;
            line-height: normal;
            margin: 0;
        }
    }

    .contact-items {
        .item {
            padding: 30px 25px;
            margin-top: 16px;
            background-color: #eee;
            cursor: pointer;
            overflow: hidden;
            transition: all 0.8s ease;
            -webkit-transition: all 0.8s ease;
            -moz-transition: all 0.8s ease;
            -ms-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;

            .txt {
                .caption {
                    transition: all 0.8s ease;
                    -webkit-transition: all 0.8s ease;
                    -moz-transition: all 0.8s ease;
                    -ms-transition: all 0.8s ease;
                    -o-transition: all 0.8s ease;
                }

                .value {
                    height: 0;
                    opacity: 0;
                    visibility: hidden;
                    transition: all 0.8s ease;
                    -webkit-transition: all 0.8s ease;
                    -moz-transition: all 0.8s ease;
                    -ms-transition: all 0.8s ease;
                    -o-transition: all 0.8s ease;

                    a {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 30px;
                        height: 30px;
                        padding: 5px;
                        background-color: white;
                    }
                }
            }

            .icon {
                .default {
                    width: 48px;
                    display: block;
                }

                .hover {
                    width: 48px;
                    display: none;
                }
            }

            img {
                width: 100%;
                height: 100%;
            }

            &.opened {
                background-color: var(--accent-color);

                .txt {
                    color: white;

                    .value {
                        height: 35px;
                        opacity: 1;
                        margin-top: 16px;
                        visibility: visible;
                    }
                }

                .icon {
                    .default {
                        display: none;
                    }

                    .hover {
                        display: block;
                    }
                }
            }
        }
    }

    img {
        width: 100%;
        height: 100%;
    }

    video {
        width: 100%;
        object-fit: cover;
    }

    @media (max-width: 760px) {
        margin: 5rem 0;

        .txt-box {
            .title {
                font-size: 1.1rem;
            }

            .desc {
                font-size: 0.9rem;
            }
        }
    }
}

.p-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    align-self: start;
}

.puzzle-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;

    .cols {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;

        .rows {
            display: grid;
            grid-template-rows: repeat(2, 1fr);
            grid-gap: 1rem;
        }
    }

    .item {
        overflow: hidden;
        height: calc(15vw - 9px);

        img {
            width: 100%;
            height: 100%;
            transition: all 0.3s ease;
        }

        &:before {
            content: 'مشاهده همه';
            position: absolute;
            top: calc(50% - 22px);
            right: calc(50% - 65px);
            font-size: 0.9rem;
            color: white;
            background: var(--accent-color);
            cursor: pointer;
            padding: 0.5rem 1.5rem;
            opacity: 0;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            z-index: 1;
        }

        &:hover {
            img {
                filter: blur(3px);
                -webkit-filter: blur(3px);
            }

            &:before {
                opacity: 1;
            }
        }
    }

    >.item {
        height: 30vw;
    }

    @media(max-width: 960px) {
        display: block;

        .item {
            height: 30vw;
        }

        >.item {
            height: 60vw;
            margin-bottom: 1rem;
        }
    }

    @media(max-width: 540px) {
        .item {
            &:before {
                top: calc(50% - 21px);
                right: calc(50% - 53px);
                padding: 0.5rem 1rem;
            }
        }
    }
}

.gallery-lightbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;

    .content-holder {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .image-box {
        max-width: calc(100% - 60px);
        max-height: calc(100% - 60px);

        img {
            margin: auto;
        }

        .closer {
            top: -20px;
            right: -20px;
            width: 40px;
            height: 40px;
            background-color: var(--accent-color);
            border-radius: 50%;
            cursor: pointer;

            svg {
                fill: #fff;
            }
        }
    }
}

.cards-slider {
    .img-box {
        height: 490px;

        img {
            width: 100%;
            height: 100%;
        }
    }

    .title {
        font-size: 1rem;
    }
}

.window-box {
    width: 375px;

    .img-box {
        width: 132px;
        min-width: 132px;
        height: 132px;
        margin-left: 13px;

        img {
            width: 100%;
            height: 100%;
        }
    }

    .txt-box {
        max-width: calc(100% - 132px);
        color: white;

        .title {
            font-size: 0.9rem;
        }

        .desc {
            font-size: 0.6rem;
            margin: 0 !important;
        }

        .thumb-holder {
            .thumb-item {
                width: 14px;
                height: 14px;
                margin-left: 5px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                overflow: hidden;

                img {
                    display: block;
                    width: 100%;
                    height: 100%;
                }
            }

            span {
                font-size: 1.1rem;
                line-height: normal;
            }
        }
    }
}



.wide-slider {
    overflow: unset;
    transition: all 0.3s;

    .swiper-slide {
        height: 550px;

        img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
    }

    .swiper-slide-prev,
    .swiper-slide-next {
        transition: all 0.3s ease-in-out;
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }

    .swiper-slide-active {
        transition: all 0.3s ease-in-out;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    @media(max-width:760px) {
        .swiper-slide {
            height: 250px;
        }

        .CatalogText {
            font-size: 0.8rem;
        }
    }
}

@media(min-width: 990px) {
    .eds_template_List_Article_3_Column_With_Sidebar {
        .article_pager {
            /* margin-right: 25%; */
        }
    }
}

@media(max-width: 960px) {
    .t_hotSpot {
        display: none !important;
    }
}

.target {
    width: 100% !important;
}

.TooltipBox {
    position: relative;
}

#toolTipGenerator .properties {
    float: left;
    width: 30%;
}

#toolTipGenerator .properties div {
    padding: 0.5em 0;
}

#toolTipGenerator .properties div input[type="text"],
#toolTipGenerator .properties div select,
#toolTipGenerator .properties div textarea {
    border: 1px solid #ccc;
    padding: 0.3em;
    margin: 0;
}

#toolTipGenerator .properties div label {
    display: inline-block;
    width: 130px;
    white-space: nowrap;
}

#toolTipGenerator .properties div label[for="t_toolTipWidthAuto"],
#toolTipGenerator .properties div label[for="t_toolTipVisible"] {
    display: inline;
}

#toolTipGenerator .properties div #t_toolTipWidthAuto,
#toolTipGenerator .properties div #t_toolTipVisible {
    margin-left: 140px;
    margin-top: 10px;
}

#toolTipGenerator .properties div #t_toolTipWidth {
    width: 50px;
}

#toolTipGenerator .properties div #t_content {
    height: 150px;
    width: 100%;
}

#toolTipGenerator .image {
    position: relative;
    margin-left: 35%;
    cursor: crosshair;
}

#toolTipGenerator .image img.target {
    width: 100%;
    height: auto;
}

#toolTipGenerator .t_hotSpot:hover:before {
    transform: rotate(45deg);
    transform-origin: center center;
}

.t_hotSpot {
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 27px;
    height: 27px;
}

.t_hotSpot.green {
    background: #228b22;
}

.t_hotSpot.blue {
    background: #0000cd;
}

.t_hotSpot.purple {
    background: #4b0082;
}

.t_hotSpot.pink {
    background: #ff69b4;
}

.t_hotSpot.orange {
    background: #ff8c00;
}

.t_hotSpot.medium {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
}

.t_hotSpot.large {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}

.t_hotSpot.red {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}

.t_hotSpot.red:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    background-color: white;
    opacity: 0.3;
    border-radius: 50%;
}

.t_hotSpot.red:before {
    transition: all ease-in-out 0.2s;
    content: "+";
    font-size: 1.4rem;
    color: var(--accent-color);
    padding-top: 4px;
}

.t_hotSpot.square {
    border-radius: 0;
}

.t_hotSpot.circleOutline {
    background: transparent;
}

.t_hotSpot.circleOutline.red {
    border-color: #dc143c;
}

.t_hotSpot.circleOutline.green {
    border-color: #228b22;
}

.t_hotSpot.circleOutline.blue {
    border-color: #0000cd;
}

.t_hotSpot.circleOutline.purple {
    border-color: #4b0082;
}

.t_hotSpot.circleOutline.pink {
    border-color: #ff69b4;
}

.t_hotSpot.circleOutline.orange {
    border-color: #ff8c00;
}

.t_hotSpot.squareOutline {
    background: transparent;
    border-radius: 0;
}

.t_hotSpot.squareOutline.red {
    border-color: #dc143c;
}

.t_hotSpot.squareOutline.green {
    border-color: #228b22;
}

.t_hotSpot.squareOutline.blue {
    border-color: #0000cd;
}

.t_hotSpot.squareOutline.purple {
    border-color: #4b0082;
}

.t_hotSpot.squareOutline.pink {
    border-color: #ff69b4;
}

.t_hotSpot.squareOutline.orange {
    border-color: #ff8c00;
}

.t_hotSpot:hover .t_tooltip_content_wrap {
    opacity: 1;
    z-index: 1;
}

.t_hotSpot .t_tooltip_content_wrap {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0px;
    top: 13px;
    right: 100%;
    overflow: hidden;
    z-index: -1;
    transform-origin: center center;
    width: fit-content;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.t_hotSpot .t_tooltip_content_wrap:has(.image) {
    transform: translateY(-40%);
}

.t_hotSpot .t_tooltip_content_wrap:has(.video) {
    transform: translateY(0%);
    width: fit-content;
}

.t_hotSpot:hover .t_tooltip_content_wrap:has(.video) {
    transform: translateY(-40%);
}

.t_hotSpot .t_tooltip_content_wrap a {
    color: #fff;
}

.t_hotSpot .t_tooltip_content_wrap a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.t_hotSpot .t_tooltip_content_wrap.alwaysVisible {
    opacity: 1;
}

.t_hotSpot .t_tooltip_content_wrap.specificWidth img {
    max-width: 100%;
    border-radius: 5px;
}

.t_hotSpot .t_tooltip_content_wrap:after {
    content: "";
    border: 6px solid transparent;
    position: absolute;
}

.t_hotSpot .t_tooltip_content_wrap:after {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border-color: transparent;
}

.t_hotSpot .t_tooltip_content_wrap:after {
    border-left-color: rgba(24, 24, 24, 0.9);
    right: -12px;
    top: 5px;
}

.t_hotSpot .t_tooltip_content_wrap.right {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: auto auto auto auto;
    top: 50%;
    left: 50%;
    padding-left: 50px;
}

.t_hotSpot .t_tooltip_content_wrap.left {
    top: 50%;
    right: 50%;
    padding-right: 50px;
}

.t_hotSpot .t_tooltip_content_wrap.left:before {
    content: '';
    position: absolute;
    top: 18px;
    right: 0;
    width: 52px;
    height: calc(50% - 18px);
    border: solid 1px var(--accent-color);
    border-width: 0px 1px 1px 0px;
}

.t_hotSpot .t_tooltip_content_wrap.right:after {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border-color: transparent;
    border-right-color: rgba(24, 24, 24, 0.9);
    left: -12px;
    top: 5px;
}

.t_hotSpot .t_tooltip_content_wrap.right:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    width: 52px;
    height: calc(50% - 18px);
    border: solid 1px var(--accent-color);
    border-width: 0px 0px 1px 1px;
}


.t_hotSpot .t_tooltip_content_wrap.top {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: auto auto auto auto;
    left: -6px;
    bottom: 100%;
    margin-bottom: 12px;
}

.t_hotSpot .t_tooltip_content_wrap.top:after {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border-color: transparent;
    left: 6px;
    border-top-color: rgba(24, 24, 24, 0.9);
    bottom: -12px;
}

.t_hotSpot .t_tooltip_content_wrap.bottom {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: auto auto auto auto;
    left: -6px;
    top: 100%;
    margin-top: 11px;
}

.t_hotSpot .t_tooltip_content_wrap.bottom:after {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border-color: transparent;
    left: 4px;
    border-bottom-color: rgba(24, 24, 24, 0.9);
    top: -12px;
}

.t_hotSpot.medium .t_tooltip_content_wrap.left,
.t_hotSpot.medium .t_tooltip_content_wrap.right {
    top: -2px;
}

.t_hotSpot.medium .t_tooltip_content_wrap.top,
.t_hotSpot.medium .t_tooltip_content_wrap.bottom {
    left: 0;
}

.t_hotSpot.large .t_tooltip_content_wrap.left,
.t_hotSpot.large .t_tooltip_content_wrap.right {
    top: 0;
}

.t_hotSpot.large .t_tooltip_content_wrap.top,
.t_hotSpot.large .t_tooltip_content_wrap.bottom {
    left: 3px;
}

textarea#input {
    margin: 0;
    padding: 1rem;
    width: 100%;
    border: none;
    line-height: 1.6;
    background: #111;
    color: #ff4444;
    box-sizing: border-box;
    height: 45%;
    font-family: "Andale Mono", monospace;
    white-space: pre;
}

textarea#input::selection {
    background: rgba(247, 0, 0, 0.2);
}

.t_tooltip_content {
    backdrop-filter: blur(0.6em);
    background: rgba(0, 0, 0, 0.1);
}

.t_tooltip_content:has(.image) {
    padding: 8px;
}

.nilper-hotspot-list-bottom {
    line-height: 2rem;
    font-size: 14px;
}

.nilper-hotspot-list--item.image {
    width: 170px;
}

.nilper-hotspot-list--item.video {
    width: 230px;
}

.nilper-hotspot-list--item.video video {
    vertical-align: middle;
}

.CodeGenerator .sd-fields>div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.CodeGenerator {
    position: relative;
    margin-bottom: 45px;
    transition: all 0.3s;
}

.CodeGenerator .table {
    width: 100%;
}

.CodeGenerator .text-copy,
.CodeGenerator .btn {
    background: var(--accent-color);
    width: 10em;
    text-align: center;
    height: 2.5em;
    line-height: 2em;
    color: #fff;
    transition: all 0.4s;
    border: 0.1em solid var(--accent-color);
    margin-bottom: 1.8em;
    cursor: pointer;
    font-family: inherit;
}

.CodeGenerator .text-copy:hover,
.CodeGenerator .btn:hover {
    background: #eaeaea;
    border: 0.1em solid #ddd;
    color: #000;
}

.CodeGenerator #generatedcodes {
    background: var(--Silver-Primary-Color);
    padding: 2em;
    border-radius: 0.6em;
    cursor: text;
    width: 100%;
    height: 100%;
}

.CodeGenerator #tblContent547 {
    position: relative;
}

.CodeGenerator .copied-toast {
    background: #ddd;
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    transition: all 0.8s linear;
}

.CodeGenerator .AddMoreField {
    margin-top: 20px;
    background: #273f5d;
    width: 50px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 10px;
    color: #fff;
    transition: all 0.4s;
    border: 1px solid #273f5d;
    margin-bottom: 25px;
    cursor: pointer;
}

.CodeGenerator .zmdi-delete {
    background: var(--accent-color);
    color: #fff;
    padding: 5px 15px;
    margin-right: 10px;
    font-size: 18px !important;
    border-radius: 5px;
}

.CodeGenerator input.text-input {
    background: var(--White-Color);
    width: 90%;
}

.CodeGenerator input.text-input:focus {
    background: var(--Silver-Bg);
}

.CodeGenerator .mbd-field-table {
    position: relative;
}

.wraper_link_catalog {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ArticleBox {
    img {
        margin: 1.5rem auto;
        display: block;
    }
}

/****************************************************************************/

.video-wrapper {

    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.57rem;

    .VideoBox {
        width: calc(25% - 0.57rem);
        margin-bottom: 2rem;

        .text-holder {

            right: 0;
            width: 100%;
            vertical-align: middle;

            .title {
                font-size: 1rem;
                text-align: right;
                min-height: 3.7rem;
                line-height: 1.8;
                display: -webkit-box !important;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                /* color: var(--accent-color2);
                align-items: center;
                text-align: center;
                font-size: 0.85rem;
                padding-top: 1rem;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                word-break: break-word;
                display: -webkit-box;
width: 100%; */
            }
        }



    }

    @media(max-width: 990px) {
        .VideoBox {
            width: calc(100% - 0.57rem);
        }


    }

    @media(max-width: 768px) {

        .VideoBox {
            width: calc(100% - 0.57rem);
        }



    }

    @media(max-width: 480px) {
        .VideoBox {
            width: calc(100% - 0.57rem);
        }
    }



}

.smbLightOverlayWrapper.modern.smbPlus {
    direction: ltr;
}