#Template .box-shadow-gray {
    box-shadow: 0 0 20px #ccc;
    border-radius: 10px;
}

#Template #sec_1 .title-c {
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #3a3a3a;
}

#Template #sec_1 .div-symbols {
    margin-bottom: 25px;
    margin-top: 8px;
}

#Template #sec_1 .div-symbols .symbol {
    font-size: 26px;
    font-weight: 700;
    color: white;
    background: #f1f1f1;
    padding: 10px;
    height: 60px;

    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    min-width: 180px;
}

#Template #sec_1 .div-symbols.one .symbol {
    font-size: 40px;
    min-width: 60px;
}

#Template #sec_1 .div-symbols .symbol.green {
    background: #03CEB6;
}

#Template #sec_1 .div-symbols .symbol.blue {
    background: #0391CE;
}

#Template #sec_1 .div-symbols .symbol.red {
    background: #FA4886;
}


/* chart-progress-custom-s */

#Template #sec_1 .box-chart > div {
    width: 49%;
    border: 1px solid #D7E4EE;
    border-radius: 10px;
    padding: 15px 25px;
    margin: 20px 0;
}

#Template .chart-progress-custom-s {
    width: 100%;
    display: block;
    margin-top: 40px;
    position: relative;
    background: #F3F4F6;
    border-radius: 50px;
}

#Template .chart-progress-custom-s .progress {
    background: #2EBB9D;
    border-radius: 50px;
}

#Template .chart-progress-custom-s::before {
    content: attr(data-value);
    position: absolute;
    left: 0;
    top: -30px;
}

#Template .chart-progress-custom-s::after {
    content: attr(data-title);
    position: absolute;
    right: 0;
    top: -30px;
}

#Template #sec_1 .chart-progress .tag {
    background: #F3F4F6;
    padding: 10px;
    border-radius: 10px;
}

#Template #sec_1 .box-chart div.title-b {
    font-size: 24px;
    font-weight: 700;
    color: #3A3A3A;
    margin-bottom: 60px !important;
}

#Template .title-cu {
    display: flex;
    position: relative;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: -20px;
}

#Template .title-cu .number {
    font-size: 40px;
    font-weight: 700;
    color: #2ABB9C;
    position: relative;
    top: -12px;
    margin-left: 10px;
}

#Template .tags-green-light {
    display: flex;
    flex-wrap: wrap;
}

#Template .tags-green-light .tag {
    margin-left: 5px;
    margin-bottom: 5px;
    background: #DDFFE3;
    padding: 3px 10px 5px;
    border-radius: 10px;
    font-weight: 600;
}

#Template .box-green {
    background: #EAF8F5;
    padding: 25px 45px;
    border-radius: 25px;
    margin: 30px 0;
}

#Template .box-green .title-c {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

#Template .box-works {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#Template .box-works .work {
    background: #EAF8F5;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 15px;
    width: 49%;
}

#Template .box-works .work p {
    font-size: 16px;
    margin-bottom: 0;
}

#Template .title-w {
    font-size: 18px;
    font-weight: 600;
}


#Template[dir="rtl"] main ul.tags-green-light {
    padding: 0;
}

#Template[dir="rtl"] main ul.tags-green-light li::before {
    display: none;
}


#Template .order-rag {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 25px 0;
}

#Template .order-rag .order {
    height: 125px;
    width: 19%;
}

#Template .order-rag .order .header {
    background: #334155;
    color: white;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: 600;
}

#Template .order-rag .order .content {
    background: #888;
    color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

#Template .order-rag .order.greenblue .content {
    background: #2ABB9C;
}

#Template .order-rag .order.green .content {
    background: #31BE59;
}

#Template .order-rag .order.blue .content {
    background: #389DE7;
}

#Template .order-rag .order.orange .content {
    background: #FFB739;
}

#Template .order-rag .order.red .content {
    background: #FF3A5E;
}

#Template .highcharts-credits {
    display: none;
}

#chartRadar {
    display: flex;
    justify-content: center;
    width: 100% !important;

}

#Template .chart-progress-custom-s {
    width: 100%;
    display: block;
    margin-top: 50px;
    position: relative;
    background: #F3F4F6;
    border-radius: 50px;
    margin-bottom: 80px;
}

#Template a.tool {
    text-decoration: none;
    color: #343434
}

#Template .download-button-pdf {
    text-decoration: none !important;
}

#Template .download-button-pdf h6 {
    font-size: 13px !important;
    font-weight: 600 !important;
}

#Template .download-button-pdf h6::before {
    display: none !important;
}

@media only screen and (max-width: 768px) {

    #Template #sec_1 .div-symbols:not(.one) .symbol {
        font-size: 16px;
        height: 40px;
        min-width: 90px;
    }

    #Template #sec_1 .box-chart > div {
        width: 100%;
        margin: 20px 0 0px;
    }

    #Template .chart-progress-custom-s {
        width: 100%;
        display: block;
        margin-top: 50px;
        position: relative;
        background: #F3F4F6;
        border-radius: 50px;
        margin-bottom: 0px;
    }

    #Template .title-cu {
        font-size: 18px;
        font-weight: 600;
    }

    #Template .title-cu .number {
        font-size: 36px;
    }

    #Template .tags-green-light .tag {
        font-weight: 500;
        font-size: 13px;
    }

    .e-table-div-progress-wheel .r .item:nth-child(4), .e-table-div-progress-wheel .r .item:nth-child(2) {
        font-size: 12px !important;
    }

    #Template .box-green {
        background: #EAF8F5;
        padding: 15px 10px;
        border-radius: 25px;
        margin: 30px 0;
    }

    #Template .box-green ul {
        padding-right: 25px;
    }

    #Template[dir="rtl"] main li::before {
        left: unset;
        right: -28px;
        top: 6px;
    }

    #Template .box-works .work {
        background: #EAF8F5;
        padding: 15px;
        border-radius: 15px;
        margin-bottom: 15px;
        width: 100%;
    }

    #Template .order-rag .order .content, #Template .order-rag .order .header {
        font-size: 13px;
    }
}
