﻿@import url(/styles/layout/fonts.css);
@import url(/styles/layout/reset.css);



section.padding-30 {
    padding: 30px !important;
}

section.padding-40 {
    padding: 40px !important;
}

body {
    direction: rtl;
    font-size: 0;
    min-height: 100vh;
    padding: 10px 317px 0 0;
    background: linear-gradient(45deg,#1472aa,#03447d) !important;
}

.besm-img {
    width: 466px;
    margin: auto !important;
    height: 238px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.green {
    color: #14aa57;
}

.report .textalignright tbody tr .textalignright {
    text-align: right !important;
}

.report .textalignright tbody tr td p {
    text-align: right !important;
}

.textaligncenter {
    text-align: center;
}

.textalignright {
    text-align: right !important;
}

.half-section {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    position: relative;
}

    .half-section:last-child {
        margin-left: 0;
    }

.fontsize0 {
    font-size: 0 !important;
}

.title-jalase {
    font-size: 50px !important;
    font-weight: 900 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-content: center;
    text-align: center !important;
}

    .title-jalase span {
        font-size: 20px !important;
    }

.chart-box {
    font-size: 0;
}

    .chart-box .one-chart {
        cursor: pointer;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        width: 24%;
        background: #ffffc1;
        padding: 20px;
        border-radius: 20px;
        margin-left: 1.25%;
    }

        .chart-box .one-chart:nth-child(2) {
            background: #fcc;
        }

        .chart-box .one-chart:nth-child(3) {
            background: #efe;
        }

        .chart-box .one-chart:last-child {
            margin-left: 0 !important;
            background: #8ef;
        }

        .chart-box .one-chart > div {
            position: relative;
            margin-bottom: 12px;
            font-size: 13px;
            padding: 0 0 5PX 0;
            color: #909090;
            font-weight: 500;
        }

        .chart-box .one-chart div span, .chart-box .one-chart div ins {
            font-size: 12px;
            color: #000;
        }

        .chart-box .one-chart div section::after, .chart-box .one-chart .active .one-chart > div::after {
            content: '';
            position: absolute;
            right: -25px;
            top: 3px;
            width: 18px;
            height: 9px;
            background: #0ca14d;
            position: absolute;
            border-radius: 2px 0 0 2px;
        }

body * {
    font-family: webmehrazfont;
}

.lnk {
    background: linear-gradient(-90deg, #dd0000, #ff5555);
    color: #fff;
    padding: 0 10px 0 10px;
    border-radius: 4px;
    font-size: 14px;
    list-style-type: none;
}

.report {
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    padding-left: 20px;
}

    .report img {
        border-radius: 46px;
        display: block;
        margin: 0 auto;
    }

    .report .thistable img {
        height: auto !important;
        border-radius: 20px;
        margin: 0 auto;
    }

    .report .thistable td {
        text-align: center !important;
        background: #fff;
        text-align: center;
        border-radius: 8px;
        border-spacing: 6px !important;
        padding: 5px;
        font-size: 14px;
        font-weight: 200;
    }

        .report .thistable td p {
            text-align: center;
            margin: 0;
            font-size: 14px;
            line-height: inherit;
            font-weight: 200;
        }

    .report .thistable strong {
        background: transparent;
    }

    .report .container {
        width: 90%;
        margin: 0 auto;
        max-width: 1060px !important;
        padding-right: 200px;
    }

    .report section {
        height: calc(100vh - 80px);
        position: relative;
        background: #fff;
        width: calc(100vw - 360px);
        z-index: 2;
        transform: scale(0.5);
        transition: 3s all ease;
        display: none;
        border-radius: 20px;
        padding-top:;
    }

.sectionshow {
    display: block;
    animation: 2s sectionshowkeyframes ease-in;
}


.report section.active {
    display: block;
    transform: scale(1) translateY(0) translateX(0);
    /*! opacity: 1; */
    /*! transform: scale(1) skew(0, 0); */
    /*! display: block; */
}

.report section:first-child {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 25px 4px 25px 25px !important;
}

.report section.wide {
    background: rgba(255, 252, 237, 0.95);
    width: 100% !important;
    margin: -200px 0 0 0 !important;
    border-radius: 0;
    z-index: 1;
    padding: 200px 250px;
}

.bubbleinfo {
    position: relative;
    background: linear-gradient(45deg, #ffe59a, #ffffca);
    font-size: 16px !important;
    padding: 10px 40px 10px 10px;
    border-radius: 4px;
    margin: 20px 0 0 0;
}

    .bubbleinfo:before {
        content: 'i';
        font-weight: bold;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -15px;
        margin: auto;
        background: #f44;
        color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        text-align: center;
        font-family: courier new;
        line-height: 30px;
        border: 5px solid transparent;
        animation: 5s blinking infinite;
    }

@keyframes blinking {
    0 {
        content: 'i';
        border: 5px solid transparent;
    }

    30% {
        border: 5px solid yellow;
    }

    60% {
        content: '✓';
        border: 5px solid transparent;
        background: green;
        font-size: 30px
    }

    80% {
        border: 5px solid #fff;
    }

    100% {
        border: 5px solid transparent;
    }
}

.bubbleanswer {
    font-size: 16px !important;
    background: linear-gradient(#d8ffd8, transparent);
    padding: 20px;
    border-radius: 0 0 4px 4px;
    margin: -10px 0 0 !important;
    border-right: 4px solid #14aa57;
}

.bubbleimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
    vertical-align: bottom;
}

    .bubbleimage img {
        border-radius: 4px !important;
        border: 2px solid #36c;
        width: 80px;
        height: 80px;
    }

.reportpopup-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: opacity .25s ease, visibility .25s ease;
    z-index: 5;
}


.reportpopup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(.96);
    width: min(92vw, 1200px);
    max-height: min(90vh, 820px);
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    color: #0f172a;
    border-radius: 16px;
    box-shadow: 0 24px 64px rgba(0,0,0,.18);
    padding: 16px 16px 20px;
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    will-change: transform, opacity;
    z-index: 30;
    overflow: scroll;
}

.reportpopupclose {
    position: fixed;
    top: 10px;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 0, 0, 0.82);
    color: #fff;
    display: grid;
    place-items: center;
    font: 600 30px/1 ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Open Sans", "Helvetica Neue", Arial;
    cursor: pointer;
    transition: transform .08s ease, background .2s ease, box-shadow .2s ease;
    box-shadow: 0 6px 16px rgba(255, 255, 255, 0.2);
    z-index: 31;
    left: 20px;
    top: 20px;
}

    .reportpopupclose::before {
        content: "✕";
    }

    .reportpopupclose:hover {
        background: rgba(15, 23, 42, .95);
    }

    .reportpopupclose:active {
        transform: scale(.95);
    }

    .reportpopupclose:focus-visible {
        outline: 0;
        box-shadow: 0 0 0 3px rgba(59,130,246,.45);
    }

.report section h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.report section.wide .pagenumber {
    left: 50px;
    bottom: -30px;
}

.section-intro .title {
    margin-top: 200px;
}

.last-box {
    padding: 50px 0;
}

.report section h3 {
    font-size: 18px;
    color: #26008f;
    padding: 10px 0;
    margin: 20px 0 10px;
}

    .report section h3.title {
        display: block;
        max-width: 100%;
        margin: 10px auto;
        width: 100%;
        border-radius: 10px;
        padding: 2px;
    }

.report section .subtitle {
    font-size: 21px;
    color: #ce1919;
    padding: 10px 0;
    margin: 20px auto 4px;
    display: inline-block;
    font-weight: bold;
}

.centerimg {
    display: block;
    max-width: 100%;
    margin: 10px auto;
    width: 100%;
    border-radius: 10px;
    border: 4px solid #fff;
    padding: 2px;
}

.section-intro {
    background: linear-gradient(45deg,#064c85,#51a7ee ) !important;
    background-size: 100% !important;
    padding-bottom: 163px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-bottom: 140px !important;
    border-radius: 100px;
    border-radius: 0 40px 40px 0 !important;
    border-radius: 50px;
    overflow: hidden;
}

    .section-intro img {
        filter: invert(1);
    }

    .section-intro:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100px;
        background: url(/images/pattern.svg) repeat-x center bottom;
        background-size: 1500px;
        display: none;
    }

    .section-intro .title {
        color: #0c0d57 !important;
        text-shadow: 0 6px #fff !important;
    }

        .section-intro .title:before {
            background:;
        }

    .section-intro p {
        color: #001777;
        text-align: justify;
        line-height: 2;
    }

.report ul, .report ol {
    font-size: 14px;
    margin-right: 40px;
    line-height: 40px;
    font-weight: 200;
}

.newsboxes {
    position: relative;
    padding: 46px;
    width: 100%;
    margin-top: 10px;
}

    .newsboxes a h4 {
        font-size: 12px;
        color: #888;
    }

    .newsboxes ul {
        list-style-type: none;
        font-size: 0;
        padding: 0 !important;
    }

.category-list-column ul li {
    width: 32%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
}

.ayeenreport {
    overflow: auto;
    height: 100vh;
}

    .ayeenreport img {
        max-width: calc(100% - 40px);
        margin-bottom: 20px;
        border: 4px solid #02554e;
        border-radius: 20px;
        margin: 20px;
    }

.newsboxes ul li:nth-child(3n) {
    margin-left: 0;
}

.newsboxes ul li a {
    display: block;
    position: relative;
    margin-bottom: 15px;
    border-radius: 6px;
    padding: 0;
    min-height: 425px;
    transition: 0.5s all ease;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    background: #fff;
}

    .newsboxes ul li a:hover {
        background: linear-gradient(#ffe0e0,#fff);
        color: #000;
    }



        .newsboxes ul li a:hover .date {
            color: #000;
        }

    .newsboxes ul li a img {
        border-radius: 6px;
        display: block;
        margin-bottom: 00;
        width: 100%;
        height: 212px !important;
    }

    .newsboxes ul li a:hover img {
        filter: grayscale(0);
    }

    .newsboxes ul li a h2 {
        font-size: 17px;
        line-height: 1.7;
        margin: 0;
        margin-bottom: 10px;
        color: #000;
        padding: 20px;
        transition: 1s all ease;
        color: #000;
    }

    .newsboxes ul li a:hover h2 {
        color: #000;
    }

    .newsboxes ul li a p {
        font-size: 16px;
        color: #444444;
        text-align: justify;
    }

    .newsboxes ul li a .date {
        font-size: 13px;
        color: #aaa;
        padding: 0 30px 0 0;
        position: relative;
        font-size: 13px;
        color: #444;
        display: inline-table;
        text-align: right;
        font-weight: normal;
        position: absolute;
        bottom: 10px;
        left: 10px;
        height: auto;
    }

        .newsboxes ul li a .date:before {
            content: '';
            background: url('/icons/date.png') no-repeat center center;
            width: 20px;
            height: 20px;
            position: absolute;
            right: 0;
            top: 0;
            background-size: 15px;
            opacity: 0.4;
        }

.newsboxes .archivebtn {
    font-size: 18px;
    position: absolute;
    bottom: 15px;
    left: 20px;
    background: #c33;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 2px;
}

.newsboxes li .category-picture {
    padding: 0;
    min-height: 0;
    border: 0;
}

    .newsboxes li .category-picture:hover {
        border: 0 !important;
        opacity: 0.8;
    }

    .newsboxes li .category-picture * {
        display: none !important;
        ;
    }

    .newsboxes li .category-picture img {
        width: 100%;
        display: block !important;
    }

.section-intro ul *, .section-intro ol * {
    color: #faff59;
    text-shadow: 0 3px #0049d7 !important;
}

.report .title {
    font-weight: 700;
    font-size: 23px;
    font-weight: 900;
    padding: 10px 20px 10px 100px;
    text-align: right;
    position: relative;
    border-right: 16px solid #ff8f00;
    transition: 1s all ease;
    color: #004a8b;
    margin: 20px;
    top: 0;
    position: absolute;
    height: 40px;
    line-height: 20px !important;
    background: linear-gradient(-90deg, white, transparent);
    right: -20px;
    height: 50px;
    line-height: 30px !important;
}

    .report .title:before {
        position: absolute;
        left: 0;
        bottom: 20px;
        right: 0;
        height: 5px;
        content: '';
        background: linear-gradient(90deg,white,#880000);
        opacity: 0.1;
        display: none;
    }

.report .table .col {
    font-size: 15px;
    text-align: center;
    font-weight: 200;
    padding: 7px 10px;
    letter-spacing: -0.5px;
}

.table .item > .col:nth-child(2n) {
    background: linear-gradient(90deg, #eefff0, #cfc9, #eefff0)
}

.table .item > .col:nth-child(2n+1) {
    background: linear-gradient(90deg, #fff, #cccccc54, #fff);
}

.bgyellow {
    background: linear-gradient(90deg, transparent, #ffff63, transparent) !important;
    ;
}

.report section p {
    font-size: 18px;
    text-align: justify;
    line-height: 2.6;
    font-weight: 200;
    margin: 10px 0 0 0;
}

    .report section p strong {
        font-weight: 700;
    }

.section-intro * {
    line-height: 3;
}

.centeraltext {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto !important;
    height: 50px;
    font-weight: 500 !important;
}

.pagenumber {
    font-size: 50px;
    color: #fff;
    position: absolute;
    left: -7px;
    background: #da0000;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    border-radius: 100px;
    bottom: -9px;
    z-index: 4;
    box-sizing: border-box;
}

    .pagenumber:before {
        content: '';
        font-size: 50px;
        color: #fff;
        position: absolute;
        left: -4px;
        background: #transparent;
        width: 83px;
        height: 83px;
        text-align: center;
        border-radius: 100px;
        bottom: -4px;
        z-index: 4;
        box-sizing: border-box;
        border-right: 4px solid #fff;
        border-bottom: 4px solid yellow;
        animation: 5s rotating infinite;
    }

@keyframes rotating {
    0% {
        transform: rotate(0);
    }

    50% {
        border-bottom: 4px solid #36c;
    }

    100% {
        transform: rotate(360deg);
    }
}

.table {
    border-radius: 10px;
}

    .table .item:first-child > .col {
        background: #fff !important;
        color: #f00 !important;
        border: 1px solid #fff;
    }


.img-side {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 10px 0 10px 4%;
    border-radius: 10px;
    height: 26vw;
}

    .img-side:last-child {
        margin: 10px 0 10px 0 !important;
    }

nav {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 350px;
    background: -webkit-linear-gradient(right,#811,#ff4545);
    bottom: 10px;
    border-radius: 10px;
}

    nav ul {
        list-style-type: none;
        padding: 10px;
    }

        nav ul li a {
            color: #fff;
            line-height: 29px;
            display: block;
            text-shadow: 0 0 0.5px #000;
            font-size: 15px;
            position: relative;
            cursor: pointer;
            padding: 0 10px;
        }

            nav ul li a:hover {
                color: #14aa57;
                background: #fff;
                border-radius: 4px;
            }

            nav ul li a.active {
                color: #fff;
                background: -webkit-linear-gradient(right,#148857, #55ff99);
                border-right: 10px solid #2a5e41;
                border-radius: 4px;
            }

                nav ul li a:hover:before, nav ul li a.active:before {
                    display: none;
                }

            nav ul li a:before {
                content: '';
                position: absolute;
                right: 10px;
                left: 10px;
                bottom: 0;
                height: 2px;
                background: -webkit-linear-gradient(right, #880000, #ff0000);
            }

.main {
    position: relative;
    padding: 10px 0;
    margin-bottom: 20px;
}

    .main section {
        position: relative;
        background: #fff;
        display: block;
        border-radius: 20px;
        padding: 20px;
        margin-bottom: 20px;
        min-height: calc(100vh - 40px);
    }

        .main section h2 {
            font-size: 18px;
            color: #108850;
            margin: 20px 0;
        }

    .main section {
        font-size: 14px;
        line-height: 2;
    }

        .main section:first-child {
            background: #fff url(/reportfiles/sandoogh.JPG) no-repeat left bottom;
            background-size: 100% auto;
        }

        .main section ul, .main section ol {
            margin-right: 40px;
        }

.thistable, .thistable, .thistable td {
    font-size: 17px;
    padding: 15px;
}

    .thistable th {
        font-size: 17px;
        padding: 15px;
    }

.thistable {
    border-spacing: 2px !important;
    border-collapse: unset !important;
}

    .thistable th, .thistable td {
        padding: 0px 5px;
    }

        .thistable td:nth-child(2n+1) {
            background: linear-gradient(90deg, #eefff0, #efffef99, #eefff0);
        }

        .thistable td:nth-child(2n) {
            background: #fff8dd;
        }

    .thistable th {
        background: #e0f1ff;
        text-align: center;
        color: #040546;
        border-radius: 6px;
        border: 0;
        padding: 0 5px;
        border-top: 5px dashed #fff;
    }

        .thistable th p {
            margin: 0;
            text-align: center;
            font-weight: 400;
            line-height: 2;
        }

    .thistable tr td:first-child {
        background: #eff9ff;
        color: #811;
    }

    .thistable tr:first-child td {
        background: #044881 !important;
        color: #fff !important;
        font-weight: bold;
    }

.example-tabs {
    position: relative;
    margin-top: 20px;
}

    .example-tabs .example-tabs-selectors {
        list-style-type: none;
        margin: 0;
        line-height: 1.2;
        font-size: 0;
        text-align: center;
        display: flex;
    }

        .example-tabs .example-tabs-selectors li {
            vertical-align: top;
            cursor: pointer;
            font-size: 13px;
            transition: 0.2s all ease;
            line-height: 20px;
            border-radius: 3px 3px 0 0;
            margin: 25px auto;
            background: #da0000;
            color: #fff;
            width: 24%;
            margin-left: 1.333% height:49px;
            text-align: center;
            line-height: 41px;
            border-radius: 200px;
            border-right: 10px solid yellow;
            font-weight: bold;
            transition: 0.5s all ease;
            border: 5px solid #811;
            border-top: 5px solid #ff4545;
            display: inline-block;
        }

            .example-tabs .example-tabs-selectors li:last-child {
                margin-left: 0;
            }

            .example-tabs .example-tabs-selectors li:hover {
                transform: rotate(360deg);
                border: 5px solid yellow;
                background: #424242;
                transform: scale(.9);
            }

        .example-tabs .example-tabs-selectors .active {
            background: #fff !important;
            color: #000;
            font-weight: bold;
            font-size: 16px;
            padding-right: 12px;
            text-align: center;
        }

.example-tabs-contents > div {
    display: none;
}

.example-tabs-contents > .active, .news-list {
    display: block;
    border-radius: 0 0 10px 10px;
    color: #333;
    min-height: 259px;
}

example-tabs-contents > .active {
    padding: 20px;
    background: #fff;
}

.statistics {
    margin: 0 !important;
    font-size: 0;
}

    .statistics li {
        font-size: 20px;
        display: inline-block;
        width: 48.5%;
        height: 150px;
        margin-left: 2%;
        text-align: center;
        color: #fff;
        padding: 15px;
        vertical-align: top;
        position: relative;
        border-radius: 15px;
        background: -webkit-linear-gradient(left, #ff4545, yellow);
        margin-top: 20px;
        color: #333;
        line-height: 60px;
    }

        .statistics li:last-child {
            margin-left: 0;
            background: -webkit-linear-gradient(left, #223366, #14aa57) !important;
            color: #fff;
        }

    .statistics span {
        font-size: 35px;
        font-weight: bold;
    }

.padding-40 {
    padding: 90px 70px 90px;
}

.padding-0 {
    padding: 0 !important;
}

.btn {
    width: 300px;
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    margin: 50px auto 0;
    padding: 0 20px !important;
    font-size: 17px;
    background: linear-gradient(90deg,transparent,#ffb851,transparent);
    text-align: center;
    width: 245px !important;
    color: #000;
}

.note {
    color: #1b6406;
    font-weight: bold;
    margin-top: 10px;
}

.statistics-vam {
    width: 100%;
    font-size: 26px;
    text-align: center;
    background-color: #b9fbe5;
    border-radius: 10px;
    margin-top: 15px;
    font-weight: bold;
}

.titlereset {
    margin-top: 0 !important;
}

.sizeimg {
    width: 60%;
    margin-bottom: 20px;
}

.it li {
    font-size: 30px;
    margin-bottom: 40px;
}

.head-color {
    color: #f00 !important;
    font-weight: bold !important;
    text-shadow: 0 3px #fff !important;
}

.members-messages {
    font-size: 15px;
    height: 59vh;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    margin-top: 65px;
}

    .members-messages:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -28px;
        width: 100px;
        height: 100px;
        background: url(/icons/left-quote.png) no-repeat center left;
        background-size: 100%;
        margin-left: -450px;
        opacity: 0.05;
        animation: 45s tekoon infinite;
    }

@keyframes tekoon2 {
    0% {
        transform: rotate(180deg);
    }

    20% {
        filter: hue-rotate(180deg);
    }

    40% {
        transform: translateY(-20px) rotate(185deg) scale(0.8);
    }

    60% {
        transform: translateY(5px) rotate(189deg) scale(1);
        opacity: 0.5;
    }

    70% {
        transform: translateY(-5px) rotate(189deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes tekoon {
    0% {
        transform: rotate(360deg);
    }

    20% {
    }

    40% {
        transform: translateY(-20px) rotate(5deg);
    }

    60% {
        transform: translateY(5px) rotate(9deg);
        opacity: 0.5;
        filter: hue-rotate(180deg);
    }

    70% {
        transform: translateY(-5px) rotate(-9deg);
    }

    100% {
        transform: rotate(0);
    }
}

.members-messages:after {
    content: '';
    position: absolute;
    right: 50%;
    top: -28px;
    width: 100px;
    height: 100px;
    background: url(/icons/left-quote.png) no-repeat center left;
    background-size: 100%;
    margin-right: -450px;
    opacity: 0.05;
    transform: rotate(180deg);
    animation: 60s tekoon2 infinite;
}

.members-messages * {
    text-align: center;
}

.members-messages .members-messages-display h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.members-messages .members-messages-display p {
    width: 500px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 20px;
    color: #333;
    font-size: 19px;
    font-weight: bold;
}

.members-messages-bullets {
    list-style-type: none;
    position: absolute;
    bottom: -32px;
    right: 11px;
    text-align: center;
    margin: auto;
    right: 0;
    left: 0;
}

    .members-messages-bullets li {
        width: 10px;
        height: 10px;
        border-radius: 0px;
        background: #d2d2d2;
        margin: 3px 5px;
        display: inline-block;
        border-radius: 5px;
    }

        .members-messages-bullets li.active {
            width: 10px;
            background: #14aa57;
        }

        .members-messages-bullets li * {
            display: none;
        }

.bullets {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 477px;
    z-index: 4;
    list-style-type: none;
    font-weight: 200 !important;
    font-size: 11px !important;
    overflow: hidden;
    padding: 0;
    width: 360px;
}

    .bullets ul {
        list-style-type: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .bullets li {
        margin-top: 10px;
        height: 45px;
        opacity: 0.7;
        transition: 0.2s all ease;
        color: #fff;
    }

        .bullets li:hover {
            cursor: pointer;
            opacity: 0.8;
        }

    .bullets:before {
        content: '';
        position: absolute;
        right: 37px;
        height: 100%;
        width: 4px;
        background: #fa53;
        display: none;
    }

    .bullets span {
        background: linear-gradient(90deg,#fff, transparent);
        height: 30px;
        border-radius: 25px 0 0 25px;
        display: inline-block;
        margin-left: 10px;
        text-align: center;
        line-height: 30px;
        position: relative;
        z-index: 3;
        padding: 0 40px 0 11px;
        color: #333;
        font-size: 17px;
    }

    .bullets .active {
        font-weight: 900;
        opacity: 1;
        transform: scale(1.4) translateX(-36px);
        color: #fff;
    }

    .bullets .half-active span {
        background: linear-gradient(90deg,#7af9ff, transparent);
        line-height: 2;
    }

    .bullets .half-active {
        font-weight: 500 !important;
        opacity: 0.85;
        transform: scale(1.14) translateX(-17px);
        color: #ddd;
        font-size: 13px;
    }

    .bullets .active span {
        background: linear-gradient(90deg,#dac200, #f44);
        color: #fff;
    }



.report section {
}

    .report section .activetimeline {
    }

    .report section ul.timeLineSelector {
        position: fixed;
        height: 42px;
        display: block;
        font-size: 0;
        z-index: 10;
        direction: rtl;
        left: 80px;
        top: 15px;
        right: 80px;
        width: 50%;
        margin: auto;
    }

.activetimeline {
    color: #0f5830;
}

    .activetimeline:before {
        background: linear-gradient(-90deg,#0f5830, #14aa57) !important;
        color: #fff !important;
    }

    .activetimeline:after {
        background: #14aa57 !important;
        color: #fff !important;
    }

.report section ul.timeLineSelector li.timeLineContent {
    cursor: pointer;
    position: relative;
    transition: 500ms;
    text-align: left;
    list-style-type: none;
    width: 33.333%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    padding: 0 50px;
}

    .report section ul.timeLineSelector li.timeLineContent:before {
        bottom: 2px;
        left: 0;
        right: 0;
        content: '';
        position: absolute;
        margin: auto;
        height: 3px;
        background: #000;
    }

    .report section ul.timeLineSelector li.timeLineContent:after {
        bottom: -7px;
        left: 0;
        content: '';
        position: absolute;
        margin: auto;
        height: 20px;
        width: 20px;
        border-radius: 80px;
        background: #000;
    }

.report section .timelineContent {
    width: 300%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
    transform: translateX(0);
    margin-top: 50px;
}

    .report section .timelineContent .timelineContent-item {
        width: 100%;
        height: 100vh;
        border-radius: 20px;
        padding: 0 20px 20px 70px;
    }

.slideshow {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #fff;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    border-radius: 10px;
    z-index: 4;
    height: calc(100vh -50px);
}

.mobile-slideshow {
    display: none;
}

.slideshow .display a {
    display: block;
    width: 100%;
    height:;
}

.slideshow .display h4 {
    display: none;
}

.slideshow .display img {
    display: block;
    max-width: 100%;
    border-radius: 2px 0 0 2px;
    max-height: calc(100vh - 150px);
}

.slideshowbullets {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
    font-size: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

    .slideshowbullets .active, .slideshowbullets li:hover {
        background-color: #f00 !important;
        color: #fff;
    }

    .slideshowbullets li {
        display: inline-block;
        width: 8px;
        font-size: 0;
        text-align: center;
        color: #180000;
        position: relative;
        background-color: #000;
        height: 8px;
        border-radius: 50px;
        margin: 5px;
    }

        .slideshowbullets li * {
            display: none;
        }

.slideshow-right, .slideshow-left {
    width: 50px;
    height: 50px;
    background: url(/icons/go-right.png) no-repeat center;
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.5s all ease;
    transform: rotate(180deg);
}

.slideshow-left {
    left: auto;
    right: 50px;
    transform: rotate(0);
}

    .slideshow-right:hover, .slideshow-left:hover {
        opacity: 0.5;
        cursor: pointer;
    }

.active .report-tabs {
    position: fixed;
    top: -53px;
    right: -40px;
    z-index: 1;
    transition: 1s all ease;
}

.report-tabs li {
    display: inline-block;
    margin-left: 40px;
    height: 35px;
    line-height: 35px;
    transition: 1s all ease;
}

    .report-tabs li.active {
        position: relative;
        background: linear-gradient(#fffb00, #f90);
        padding: 0 10px;
        border-radius: 4px;
        font-size: 15px;
        transition: 1s all ease;
    }

        .report-tabs li.active a {
            color: #000;
            text-shadow: 0 0 3px #fff;
        }

        .report-tabs li.active:before {
            content: '▼';
            text-shadow: 0 0 0 #000;
            color: #f90;
            position: absolute;
            top: 23px;
            left: 50%;
            margin-left: -10px;
        }

    .report-tabs li a {
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        cursor: pointer;
    }

.reportitem-title {
    background: linear-gradient(-90deg,#0c0700,#03457e);
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 900;
    text-shadow: 0px 0 4px #000;
    padding-left: 50px;
    border-right: 3px solid #f90;
}

.report-tabs-contents > div {
    max-height: calc(100vh - 120px);
    overflow: hidden;
    display: none;
}

    .report-tabs-contents div.active {
        display: block;
    }

    .report-tabs-contents div.active {
        height: 100%;
        overflow: scroll;
    }
   #sqsh-summary,
.sqsh-summary {
  --bg:#f7f7fb;
  --card:#ffffff;
  --text:#1f2937;
  --muted:#6b7280;
  --accent:#2563eb;
  --ok:#16a34a;
  --warn:#f59e0b;
  --radius:16px;
  --shadow:0 6px 18px rgba(0,0,0,.06);
  font-family: IRANSans, Vazirmatn, "Segoe UI", Tahoma, sans-serif;
  color:var(--text);
  line-height:1.8;
}

#sqsh-summary .sqsh-wrap,
.sqsh-summary .sqsh-wrap {
  padding:16px;
  background:var(--bg);
  border-radius:12px;
}

#sqsh-summary .sqsh-title,
.sqsh-summary .sqsh-title {
  margin:0 0 8px;
  font-size:20px;
}

#sqsh-summary .sqsh-sub,
.sqsh-summary .sqsh-sub {
  color:var(--muted);
  margin-bottom:16px;
  font-size:14px;
}

#sqsh-summary .sqsh-grid,
.sqsh-summary .sqsh-grid {
  display:grid !important;
  gap:12px;
  width:100%;
  transform:scale(1);
  background:transparent;
}

@media(min-width:640px){
  #sqsh-summary .sqsh-grid,
  .sqsh-summary .sqsh-grid {
    grid-template-columns:repeat(2,1fr);
  }
}

@media(min-width:1024px){
  #sqsh-summary .sqsh-grid,
  .sqsh-summary .sqsh-grid {
    grid-template-columns:repeat(3,1fr);
  }
}

#sqsh-summary .sqsh-card,
.sqsh-summary .sqsh-card {
  background:var(--card);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:14px;
  margin-top: 10px;
}

#sqsh-summary .sqsh-card h3,
.sqsh-summary .sqsh-card h3 {
  font-size:16px;
  margin:0 0 10px;
  display:flex;
  align-items:center;
  gap:8px;
}

#sqsh-summary .sqsh-badge,
.sqsh-summary .sqsh-badge {
  display:inline-block;
  background:rgba(37,99,235,.08);
  color:var(--accent);
  padding:2px 8px;
  border-radius:999px;
  font-size:12px;
  margin-inline-start:8px;
}

#sqsh-summary .sqsh-list,
.sqsh-summary .sqsh-list {
  margin:0;
  padding:0;
  list-style:none;
}

#sqsh-summary .sqsh-list li,
.sqsh-summary .sqsh-list li {
  padding:8px 0;
  border-bottom:1px dashed #eee;
}

#sqsh-summary .sqsh-list li:last-child,
.sqsh-summary .sqsh-list li:last-child {
  border-bottom:none;
}

#sqsh-summary .sqsh-kpi,
.sqsh-summary .sqsh-kpi {
  display:flex;
  justify-content:space-between;
  gap:8px;
}

#sqsh-summary .sqsh-kpi b,
.sqsh-summary .sqsh-kpi b {
  font-size:18px;
}

#sqsh-summary .sqsh-muted,
.sqsh-summary .sqsh-muted {
  color:var(--muted);
}

#sqsh-summary .sqsh-ok,
.sqsh-summary .sqsh-ok {
  color:var(--ok);
}

#sqsh-summary .sqsh-warn,
.sqsh-summary .sqsh-warn {
  color:var(--warn);
}

#sqsh-summary .sqsh-foot,
.sqsh-summary .sqsh-foot {
  margin-top:12px;
  font-size:12px;
  color:var(--muted);
}
