/* general_info */
.page_head .general_info {
    background: var(--gtt-primary-color);
    padding-top: 27px;
    padding-bottom: 85px;
    margin-bottom: -104px;
}
.page_head .general_info .wrap_loading {
    height: 295px;
    background: rgb(42 42 42 / 30%);
}
.page_head .general_info .stats_section {}
.page_head .general_info .wrap_stats_section {
    display: flex;
}
.page_head .general_info .stats_section_left {
    width: calc(100% - 535px);
    /* width: 535px; */
}
.page_head .general_info .stats_section_title {
    display: flex;
    align-items: center;
}
.page_head .general_info .stats_section_title p {
    font-size: var(--gtt-font-size-xl);
    color: #fff;
    margin-right: 63px;
    font-weight: 700;
}
.page_head .general_info .stats_section_title .stats_time_filter {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
    width: 460px;
    z-index: 1;
}
.page_head .general_info .stats_section_title .stats_time_filter .datepicker {
    border: none;
    background: transparent;
    height: 37px;
    border-radius: var(--gtt-border-radius-large);
    color: #fff;
    text-align: left;
    font-size: var(--gtt-font-size);
    font-weight: 600;
    width: 120px;
    padding: 5px 20px 5px 0;
    cursor: pointer;
}
.page_head .general_info .stats_section_title .stats_time_filter:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    top: 50%;
    left: 105px;
    transform: translate(0, -50%);
}

.page_head .general_info .stats_section_title .stats_time_filter .stats_by_days {
    margin-left: 10px;
    color: #fff;
    margin-left: auto;
}


.page_head .general_info .stats_body {
    margin-top: 13px;
    display: flex;
}
.page_head .general_info .stats_body .wrap_kpi {width: 122px;margin-right: auto;}
.page_head .general_info .stats_body .wrap_circle_percent {--circle-size: 122px;}
.page_head .general_info .stats_body .wrap_circle_percent .circle_percent {}
.page_head .general_info .stats_body .wrap_circle_percent .circle_percent .circle_center {}
.page_head .general_info .stats_body .wrap_circle_percent .circle_percent .circle_border {}
.page_head .general_info .stats_body .wrap_circle_percent .circle_content {}
.page_head .general_info .stats_body .wrap_circle_percent .circle_content span {}
.page_head .general_info .stats_body .kpi_total {
    text-align: center;
    color: #fff;
}
.page_head .general_info .stats_body .kpi_total p {
    font-size: var(--gtt-font-size);
    text-transform: uppercase;
    margin-top: 15px;
}
.page_head .general_info .stats_body .kpi_total span {}

.page_head .general_info .stats_body .wrap_kpi_detail {
    width: calc(100% - 145px);
    display: flex;
    padding-top: 16px;
}
.page_head .general_info .stats_body .wrap_kpi_detail .kpi_detail {
    width: 50%;
}
.page_head .general_info .stats_body .wrap_kpi_detail .kpi_detail_title {
    color: #fff;
    font-size: var(--gtt-font-size-xl);
}
.page_head .general_info .stats_body .wrap_kpi_detail .kpi_detail_point {
    color: #fff;
    font-size: var(--gtt-font-size-xl);
    font-weight: 800;
    position: relative;
    display: inline-flex;
}
.page_head .general_info .stats_body .wrap_kpi_detail .kpi_detail_point .desc_value {
    position: absolute;
    top: -7px;
    right: -17px;
    margin-right: 0;
    font-size: calc(var(--gtt-font-size-lg) - 4px);
    color: var(--bs-warning);
    font-weight: 600;
    display: none;
}
.page_head .general_info .stats_body .wrap_kpi_detail .kpi_sub_detail {
    color: #fff;
    font-size: var(--gtt-font-size);
    margin-bottom: 5px;
}
.page_head .general_info .stats_body .wrap_kpi_detail .kpi_sub_detail span {
    margin-left: 5px;
}
.page_head .general_info .stats_body .wrap_kpi_detail .kpi_detail_point span {
    margin-right: 7px;
}
.page_head .general_info .stats_body .wrap_kpi_detail .kpi_filter_status {
    color: #fff;
}
.page_head .general_info .stats_body .wrap_kpi_detail .kpi_filter_status>label {margin-right: 13px;}
.page_head .general_info .stats_body .wrap_kpi_detail .kpi_filter_status>label:last-child {margin-right: 0;}
.page_head .general_info .stats_body .wrap_kpi_detail .kpi_filter_status label input[type="checkbox"] {}
.page_head .general_info .stats_section_right {
    width: 595px;
    width: 500px;
    /* width: calc(100% - 535px); */
    /* max-width: 620px; */
    margin-left: auto;
    margin-right: -13px;
}
.page_head .general_info .stats_section_right #kpiChart {margin-top: -25px;}

.page_head .general_info .head_actions {
    position: absolute;
    right: -65px;
    top: 62px;
}
.page_head .general_info .head_actions .head_action {
    width: 64px;
}
.page_head .general_info .head_actions .head_action .head_action_title {
    color: var(--gtt-primary-color);
    text-align: center;
    font-size: var(--gtt-font-size);
    font-weight: 600;
}
.page_head .general_info .head_actions .head_action button {
    width: 46px;
    height: 46px;
    display: block;
    position: relative;
    border: 2px solid #fff;
    background: var(--gtt-primary-color);
    transition: var(--gtt-transition);
    margin: auto;
}
.page_head .general_info .head_actions .head_action button:before {
    content: "";
    width: 0;
    height: 0;
    --width: 14px;
    border-left: var(--width) solid transparent;
    border-right: var(--width) solid transparent;
    border-top: var(--width) solid #fff;
    position: absolute;
    top: 50%;
    margin-top: 3px;
    left: 7px;
    transform: translate(0, -50%);
}
.page_head .general_info .head_actions .head_action .detal_report_toggler.up {
    transform: rotate(180deg);
}

