#order_detail_report_loading {
    height: 100%;
    border-radius: var(--gtt-border-radius-large);
}

.wrap_detail_report_section {
    background: #fff;
    border-radius: var(--gtt-border-radius-large);
    padding: 22px 32px;
    display: none;
    position: relative;
}
.wrap_detail_report_section .report_types {
    display: flex;
    justify-content: center;
}
.wrap_detail_report_section .report_types li {
    margin: 0px 7px;
    position: relative;
}
.wrap_detail_report_section .report_types li button {
    border: 1px solid var(--gtt-primary-color);
    font-size: var(--gtt-font-size);
    height: 37px;
}
.wrap_detail_report_section .report_types li button[data-action="show-popup-update-chi-nhanh"] {
    background: transparent;
    border: 0;
    font-size: 11px;
    padding: 0;
    position: absolute;
    bottom: -16px;
    right: 0;
}
.wrap_detail_report_section .report_types li button.active {background: var(--gtt-primary-color);color: #fff;}
.wrap_detail_report_section .report_types li.deleted [data-action="get-finance-detail-report"] {
    background: var(--gtt-disabled-field-color);
}
.wrap_detail_report_section .report_types li.chi_nhanh_action {
    margin-left: 0;
}
.wrap_detail_report_section .report_types li.chi_nhanh_action button {
    border: 0;
    color: var(--gtt-pink-red-color);
    font-size: 23px;
}
.wrap_detail_report_section .detail_report_actions {}
.wrap_detail_report_section .detail_report_title {
    text-align: center;
    font-size: var(--gtt-font-size-xl);
    text-transform: uppercase;
    color: var(--gtt-primary-color);
    font-weight: 600;
    margin: 15px 0;
}
.wrap_detail_report_section .detail_report_content {
    display: flex;
    min-height: 400px;
}
.wrap_detail_report_section .detail_report_content ul {
}
.wrap_detail_report_section .detail_report_content ul li {
    font-size: var(--gtt-font-size);
    line-height: 30px;
}
#order_detail_report.wrap_detail_report_section .detail_report_content ul li.no_data {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--gtt-font-size-xl);
    z-index: 1;
}
.wrap_detail_report_section .detail_report_content.finance_detail_report ul li .doanh_thu_row {
    display: flex;
    align-items: center;
}
.wrap_detail_report_section .detail_report_content.finance_detail_report ul li .doanh_thu_subrows {
    list-style: disc;
    padding-left: 30px;
}
.wrap_detail_report_section .detail_report_content.finance_detail_report ul li .doanh_thu_subrows li {
    line-height: 20px;
}
.wrap_detail_report_section .detail_report_content.finance_detail_report ul li .doanh_thu_subrows .doanh_thu_subrow {
    display: flex;
    align-items: center;
}
.wrap_detail_report_section .detail_report_content.finance_detail_report ul li .doanh_thu_subrows .doanh_thu_subrow p,
.wrap_detail_report_section .detail_report_content.finance_detail_report ul li .doanh_thu_subrows .doanh_thu_subrow p button {
    font-size: calc(var(--gtt-font-size) - 2px);
}
.wrap_detail_report_section .detail_report_content ul li.empty {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.wrap_detail_report_section .detail_report_content ul li.empty p {}
.wrap_detail_report_section .detail_report_content ul li .label {
    width: calc(100% - 150px - 50px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.wrap_detail_report_section .detail_report_content ul li .percent {
    margin-left: auto;
    width: 50px;
    text-align: right;
}
.wrap_detail_report_section .detail_report_content ul li .value {
    margin-left: auto;
    width: 150px;
    text-align: right;
}
.wrap_detail_report_section .detail_report_content .detail_report_left {
    width: 48%;
}
.wrap_detail_report_section .detail_report_content .total_doanh_thu {}
.wrap_detail_report_section .total_doanh_thu button,
.wrap_detail_report_section .total_doanh_thu_summary button,
.wrap_detail_report_section .total_dinh_khoans button {
    border: 0;
    padding: 0;
    font-size: var(--gtt-font-size);
}
.wrap_detail_report_section .total_doanh_thu button:hover,
.wrap_detail_report_section .total_doanh_thu_summary button:hover,
.wrap_detail_report_section .total_dinh_khoans button:hover {
    color: var(--gtt-primary-color);
}

.wrap_detail_report_section .detail_report_content .detail_report_left .total_doanh_thu_summary {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
}
.wrap_detail_report_section .detail_report_content .detail_report_left .total_doanh_thu_summary:before {content: "";position: absolute;top: 0;left: 0;height: 1px;width: 100%;background: var(--gtt-light-bg);}
.wrap_detail_report_section .detail_report_content .detail_report_right {
    width: 48%;
    margin-left: auto;
}
.wrap_detail_report_section .detail_report_right .total_dinh_khoans {
    height: 100%;
    position: relative;
}

/* Wrap update QR thanh toán image */
.wrap_update_qr_thanh_toan_image {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 150px;
    height: 150px;
    background: var(--gtt-light-bg);
    border-radius: var(--gtt-border-radius);
    z-index: 10;
    cursor: pointer;
}

.wrap_update_qr_thanh_toan_image .wrap_preview_img {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: var(--gtt-border-radius);
    overflow: hidden;
}

.wrap_update_qr_thanh_toan_image .wrap_preview_img .choose_preview_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.wrap_update_qr_thanh_toan_image .wrap_preview_img .preview_img_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.wrap_update_qr_thanh_toan_image .wrap_preview_img .preview_img_title i {
    font-size: 40px;
    color: var(--gtt-disabled-field-color);
}

.wrap_update_qr_thanh_toan_image .wrap_preview_img .preview_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--gtt-border-radius);
    display: none;
    z-index: 1;
    max-width: none;
}

/* Hover cover đen mờ */
.wrap_update_qr_thanh_toan_image .wrap_preview_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    border-radius: var(--gtt-border-radius);
    transition: background 0.3s ease;
    z-index: 2;
    pointer-events: none;
}
.wrap_update_qr_thanh_toan_image:hover .preview_img_title {
    display: flex !important;
    z-index: 3;
}
.wrap_update_qr_thanh_toan_image:hover .preview_img_title i {
}
.wrap_update_qr_thanh_toan_image:hover .wrap_preview_img::after {
    background: rgba(0, 0, 0, 0.5);
}

.wrap_update_qr_thanh_toan_image .wrap_preview_img .preview_img_title.hide,
.wrap_update_qr_thanh_toan_image .wrap_preview_img .preview_img.show {
    display: block;
}

.wrap_update_qr_thanh_toan_image .wrap_preview_img .preview_img.show ~ .preview_img_title {
    display: none;
}
