.evaluation_index_card
{
    background-color: white;
    border-radius: 5px;
    padding: 10px;
}

.evaluation_index_meter_background
{
    border-radius: 0 0 5px 5px;
    display: inline-block;
    width: calc(100% + 20px);
    height: 30px;
    background-color: #e7e9f1;
    text-align: center;
    overflow: hidden;
    margin: -15px;
    position: relative;
}

.evaluation_index_card_subtitle
{
    color:gray;font-size:9px;
}

.evaluation_index_meter_bar
{
    display: inline-block;
    width: 0;
    height: 30px;
    background-color: #f7c01e;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 2s;
}

.evaluation_index_meter_value
{
    display: inline-block;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    z-index: 4;
}

.report_table
{
    padding: 20px 70px 70px 70px;
}

.report_header_title
{
    color: #232144; font-weight: bold; padding:10px;
}

.report_header_valuation
{
    text-align: right; padding: 10px 0 10px 0;
}

.report_category4
{
    color: #4e4d73; font-weight: bold; font-size: 16px;
}

.report_category4_title
{
    border-bottom:solid 3px #232144;
}

.report_category4_valuation
{
    text-align: right;border-bottom:solid 3px #232144; padding: 10px 0 10px 0;
}

.report_category3
{
    color: #4e4d73; font-weight: bold; font-size: 14px;
}

.report_category3_title
{
    padding:10px 0 10px 15px;border-bottom:solid 1px #232144;
}

.report_category3_valuation
{
    text-align: right;padding-left:15px;border-bottom:solid 1px #232144;
}

.report_category2
{
    color: #4e4d73; font-weight: bold; font-size: 14px;
}

.report_category2_title
{
    padding:10px 0 10px 15px;border-bottom:solid 1px #232144;
}

.report_category2_valuation
{
    text-align: right;padding:10px 0 10px 15px;border-bottom:solid 1px #232144;
}

.report_category
{
    color: #232144; font-weight: bold;
}

.report_category_title
{
    padding:10px 0 10px 25px;
}

.report_category_valuation
{
    text-align: right;
}

.report_canvas
{
    color: #232144; font-weight: bold;
}

.report_canvas_title
{
    padding:10px 0 10px 25px;
}

.report_canvas_valuation
{
    text-align: right; padding:10px 0 10px 0;
}

.report_item_title
{
    padding:10px 0 10px 50px; border-bottom:solid 1px #dddddd;
}

.report_item_valuation
{
    text-align: right; border-bottom:solid 1px #dddddd; padding:10px 0 10px 0;
}

.mark_table
{
    font-size:12px; font-family: 'Arial'; width:calc(100% - 140px); margin-top: 30px; margin-left:70px; margin-right:70px;
}

@media(max-width:767px)
{
    .report_table
    {
        padding: 0;
    }

    .report_header_title
    {
        color: #232144; font-weight: bold; padding:10px;
    }

    .report_header_valuation
    {
        text-align: right; padding: 10px 0 10px 0;
    }

    .report_category4
    {
        color: #4e4d73; font-weight: bold; font-size: 16px;
    }

    .report_category4_title
    {
        border-bottom:solid 3px #232144;
    }

    .report_category4_valuation
    {
        text-align: right;border-bottom:solid 3px #232144; padding: 10px 0 10px 0;
    }

    .report_category3
    {
        color: #4e4d73; font-weight: bold; font-size: 14px;
    }

    .report_category3_title
    {
        padding:10px 0 10px 15px;border-bottom:solid 1px #232144;
    }

    .report_category3_valuation
    {
        text-align: right;padding-left:15px;border-bottom:solid 1px #232144;
    }

    .report_category2
    {
        color: #4e4d73; font-weight: bold; font-size: 14px;
    }

    .report_category2_title
    {
        padding:10px 0 10px 15px;border-bottom:solid 1px #232144;
    }

    .report_category2_valuation
    {
        text-align: right;padding:10px 0 10px 15px;border-bottom:solid 1px #232144;
    }

    .report_category
    {
        color: #232144; font-weight: bold;
    }

    .report_category_title
    {
        padding:10px 0 10px 25px;
    }

    .report_category_valuation
    {
        text-align: right;
    }

    .report_canvas
    {
        color: #232144; font-weight: bold;
    }

    .report_canvas_title
    {
        padding:10px 0 10px 25px;
    }

    .report_canvas_valuation
    {
        text-align: right; padding:10px 0 10px 0;
    }

    .report_item_title
    {
        padding:10px 0 10px 50px; border-bottom:solid 1px #dddddd;
    }

    .report_item_valuation
    {
        text-align: right; border-bottom:solid 1px #dddddd; padding:10px 0 10px 0;
    }

    .mark_table
    {
        font-size:7px; font-family: 'Arial'; width:100%; margin:0;
    }
}

.fill_category
{
    width:15px;
    height:15px;
    border-radius:50px;
    font-size:9px;
    align-items: center;
    display: flex;
    align-content: center;
    margin-right:5px;
    justify-content: center;
    cursor: pointer;
}

.fill_1, .fill_3, .fill_5
{
    background-color: #313140;
    color: #f6b71b;
}
.fill_2, .fill_4, .fill_6
{
    background-color: #f6b71b;
    color: #313140;
}

.evaluation_star
{
    margin-left:5px;
}
