/* Shared responsive report layout. Reuse the dp-report-* class contract on every report page. */
.dp-report-filter-toggle,
.dp-report-mobile-results {
    display: none;
}

@media (max-width: 760px) {
    .dp-report-report-page {
        height: auto !important;
        min-height: calc(100vh - 66px);
        padding-right: 0 !important;
        overflow-x: hidden;
    }

    .dp-report-report-page > .row {
        margin-right: 0;
        margin-left: 0;
    }

    .dp-report-report-page .card {
        border: 0;
        box-shadow: none;
    }

    .dp-report-report-page .card-body {
        padding: 6px 7px 8px !important;
    }

    .dp-report-filter-toggle {
        width: 100%;
        min-height: 44px;
        margin: 3px 0 5px;
        padding: 7px 11px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #075f90;
        background: #fff;
        border: 1px solid #cbd5e1;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 700;
    }

    .dp-report-filter-toggle > span {
        display: inline-flex;
        align-items: center;
        gap: 7px;
    }

    .dp-report-filter-toggle .mud-icon-root {
        color: #075f90;
    }

    .dp-report-filter-form {
        display: none;
    }

    .dp-report-filter-form.is-expanded {
        display: block;
        padding-top: 2px;
    }

    .dp-report-summary-desktop,
    .dp-report-desktop-table {
        display: none !important;
    }

    .dp-report-mobile-results {
        display: block;
        padding: 7px;
        background: #f6f8fb;
    }

    .dp-report-mobile-results-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 8px;
        padding: 1px 1px 0;
    }

    .dp-report-mobile-results-header h2 {
        margin: 0;
        color: #172033;
        font-size: 17px;
        font-weight: 800;
        line-height: 1.2;
    }

    .dp-report-mobile-results-header > div > span {
        display: block;
        margin-top: 2px;
        color: #667085;
        font-size: 11px;
    }

    .dp-report-toggle-all {
        min-width: 110px;
        min-height: 40px;
        padding: 6px 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: #075f90;
        background: #fff;
        border: 1px solid #075f90;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap;
    }

    .dp-report-toggle-all:disabled {
        opacity: .45;
    }

    .dp-report-toggle-all .mud-icon-root {
        color: #075f90;
        font-size: 19px;
    }

    .dp-report-mobile-card-list {
        display: grid;
        gap: 9px;
    }

    .dp-report-mobile-card {
        overflow: hidden;
        background: #fff;
        border: 1px solid #d8e0e8;
        border-radius: 10px;
        box-shadow: 0 2px 7px rgba(15, 23, 42, .07);
    }

    .dp-report-mobile-card.is-expanded {
        border-color: rgba(7, 95, 144, .42);
    }

    .dp-report-mobile-card-main {
        padding: 10px 10px 5px;
        display: grid;
        grid-template-columns: 52px minmax(0, 1fr) auto;
        align-items: start;
        gap: 8px;
    }

    .dp-report-mobile-card-actions {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .dp-report-mobile-card-actions input[type="checkbox"] {
        width: 17px;
        height: 17px;
        margin: 0;
        accent-color: #075f90;
    }

    .dp-report-mobile-edit {
        width: 28px;
        height: 28px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #075f90;
        background: transparent;
        border: 0;
        border-radius: 6px;
    }

    .dp-report-mobile-edit .mud-icon-root {
        color: #075f90;
        font-size: 18px;
    }

    .dp-report-mobile-primary,
    .dp-report-mobile-amount {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 3px;
    }

    .dp-report-mobile-primary strong {
        overflow: hidden;
        color: #172033;
        font-size: 13px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dp-report-mobile-primary span {
        overflow: hidden;
        color: #566172;
        font-size: 10.5px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dp-report-mobile-amount {
        align-items: flex-end;
        text-align: right;
    }

    .dp-report-mobile-amount span {
        display: inline-flex;
        align-items: center;
        gap: 3px;
        color: #4b5563;
        font-size: 10.5px;
        white-space: nowrap;
    }

    .dp-report-mobile-amount span .mud-icon-root {
        color: #075f90;
        font-size: 16px;
    }

    .dp-report-mobile-amount strong {
        color: #075f90;
        font-size: 13px;
        white-space: nowrap;
    }

    .dp-report-row-toggle {
        min-height: 40px;
        margin-left: auto;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 5px;
        color: #075f90;
        background: transparent;
        border: 0;
        font-size: 11.5px;
        font-weight: 700;
    }

    .dp-report-row-toggle .mud-icon-root {
        color: #075f90;
        font-size: 18px;
    }

    .dp-report-mobile-details {
        border-top: 1px solid #e4e9ef;
    }

    .dp-report-mobile-detail-row {
        min-height: 42px;
        padding: 7px 10px;
        display: grid;
        grid-template-columns: 22px 92px minmax(0, 1fr);
        align-items: flex-start;
        gap: 7px;
        border-bottom: 1px solid #edf0f3;
    }

    .dp-report-mobile-detail-row:last-child {
        border-bottom: 0;
    }

    .dp-report-mobile-detail-row > .mud-icon-root {
        color: #075f90;
        font-size: 18px;
    }

    .dp-report-mobile-detail-row > span {
        color: #5b6472;
        font-size: 10.5px;
    }

    .dp-report-mobile-detail-row > strong {
        min-width: 0;
        color: #253041;
        font-size: 10.5px;
        font-weight: 600;
        line-height: 1.35;
        overflow-wrap: anywhere;
        text-align: right;
    }

    .dp-report-mobile-receiver {
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 2px;
        color: #253041;
        font-size: 10.5px;
        line-height: 1.35;
        overflow-wrap: anywhere;
        text-align: right;
    }

    .dp-report-mobile-receiver strong {
        font-weight: 700;
    }

    .dp-report-mobile-receiver span {
        color: #667085;
        font-weight: 400;
    }

    .dp-report-mobile-statuses {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 4px;
    }

    .dp-report-mobile-statuses em {
        padding: 2px 5px;
        color: #667085;
        background: #eef1f4;
        border-radius: 999px;
        font-size: 9px;
        font-style: normal;
        font-weight: 700;
    }

    .dp-report-mobile-statuses em.is-active {
        color: #075f90;
        background: #e2f2f8;
    }

    .dp-report-mobile-statuses em.is-cancel {
        color: #b42318;
        background: #fee4e2;
    }

    .dp-report-pagination {
        padding: 7px;
        background: #f6f8fb;
    }

    .dp-report-pagination .paging-toolbar {
        min-height: auto;
        padding: 7px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .dp-report-pagination .paging-size,
    .dp-report-pagination .paging-detail {
        justify-content: center;
        text-align: center;
    }

    .dp-report-pagination .paging-center {
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .dp-report-pagination .pager-btn {
        flex: 0 0 30px;
        min-width: 30px;
        height: 30px;
    }
}

@media (max-width: 390px) {
    .dp-report-mobile-card-main {
        grid-template-columns: 48px minmax(0, 1fr) auto;
        gap: 6px;
        padding-inline: 8px;
    }

    .dp-report-mobile-primary strong,
    .dp-report-mobile-amount strong {
        font-size: 12px;
    }

    .dp-report-mobile-detail-row {
        grid-template-columns: 20px 82px minmax(0, 1fr);
        padding-inline: 8px;
        gap: 5px;
    }
}
/* ================= GENERIC MOBILE TABLE ENHANCER ================= */
@media (max-width: 760px) {
    .dp-mobile-filter-form.dp-mobile-filter-collapsed {
        display: none !important;
    }

    .dp-mobile-filter-form:not(.dp-mobile-filter-collapsed) {
        display: block !important;
    }

    .dp-mobile-filter-action-button {
        display: block !important;
    }

    .dp-mobile-table-host {
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        padding: 6px !important;
        overflow: visible !important;
        white-space: normal !important;
        background: #f6f8fb;
    }

    table.dp-mobile-table-enhanced {
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        display: block !important;
        border: 0 !important;
        background: transparent !important;
        table-layout: auto !important;
    }

    table.dp-mobile-table-enhanced > thead,
    table.dp-mobile-table-enhanced > tfoot {
        display: none !important;
    }

    table.dp-mobile-table-enhanced > tbody {
        width: 100% !important;
        display: grid !important;
        gap: 9px;
        background: transparent !important;
    }

    table.dp-mobile-table-enhanced > tbody > tr.dp-mobile-table-row {
        width: 100% !important;
        padding: 7px 7px 0 !important;
        position: relative;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        gap: 0;
        color: #253041 !important;
        background: #fff !important;
        border: 1px solid #d8e0e8 !important;
        border-radius: 10px !important;
        box-shadow: 0 2px 7px rgba(15, 23, 42, .07) !important;
        overflow: hidden;
        outline: none;
    }

    table.dp-mobile-table-enhanced > tbody > tr.dp-mobile-table-row:focus-visible {
        border-color: #075f90 !important;
        box-shadow: 0 0 0 2px rgba(7, 95, 144, .16) !important;
    }

    table.dp-mobile-table-enhanced > tbody > tr.dp-mobile-table-row > td {
        min-width: 0 !important;
        padding: 7px 8px !important;
        display: none !important;
        color: #253041 !important;
        background: transparent !important;
        border: 0 !important;
        border-bottom: 1px solid #edf0f3 !important;
        box-shadow: none !important;
        font-size: 10.5px !important;
        line-height: 1.4 !important;
        overflow: visible !important;
        overflow-wrap: anywhere !important;
        text-align: left !important;
        text-overflow: clip !important;
        white-space: normal !important;
    }

    table.dp-mobile-table-enhanced > tbody > tr.dp-mobile-table-row > td.dp-mobile-summary-cell,
    table.dp-mobile-table-enhanced > tbody > tr.dp-mobile-table-row.dp-mobile-expanded > td {
        display: block !important;
    }

    table.dp-mobile-table-enhanced > tbody > tr.dp-mobile-table-row > td.dp-mobile-action-cell {
        min-height: 38px;
        display: flex !important;
        align-items: center;
        gap: 6px;
    }

    table.dp-mobile-table-enhanced > tbody > tr.dp-mobile-table-row > td::before {
        content: attr(data-dp-label);
        margin-bottom: 3px;
        display: block;
        color: #667085;
        font-size: 9px;
        font-weight: 600;
        line-height: 1.2;
        text-transform: none;
    }

    table.dp-mobile-table-enhanced > tbody > tr.dp-mobile-table-row > td[data-dp-label=""]::before,
    table.dp-mobile-table-enhanced > tbody > tr.dp-mobile-table-row > td.dp-mobile-action-cell::before {
        display: none;
    }

    table.dp-mobile-table-enhanced > tbody > tr.dp-mobile-table-row > td .text-truncate,
    table.dp-mobile-table-enhanced > tbody > tr.dp-mobile-table-row > td .emp_post,
    table.dp-mobile-table-enhanced > tbody > tr.dp-mobile-table-row > td .emp_name {
        max-width: 100% !important;
        overflow: visible !important;
        text-overflow: clip !important;
        white-space: normal !important;
    }

    table.dp-mobile-table-enhanced > tbody > tr.dp-mobile-table-row::after {
        content: "Xem chi tiết  ›";
        min-height: 40px;
        margin: 0 -7px;
        padding: 7px 11px 7px 35px;
        grid-column: 1 / -1;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        color: #075f90;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23075f90' d='M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5C21.27 7.61 17 4.5 12 4.5m0 12.5a5 5 0 1 1 0-10 5 5 0 0 1 0 10m0-8a3 3 0 1 0 0 6 3 3 0 0 0 0-6'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 98px center;
        background-size: 18px;
        border-top: 1px solid #e4e9ef;
        font-size: 11.5px;
        font-weight: 700;
        cursor: pointer;
    }

    table.dp-mobile-table-enhanced > tbody > tr.dp-mobile-table-row.dp-mobile-expanded::after {
        content: "Ẩn chi tiết ⌃";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23075f90' d='M2.71 3.16 1.29 4.58l2.36 2.36A11.8 11.8 0 0 0 .65 12c1.73 4.39 6 7.5 11 7.5 1.52 0 2.98-.29 4.32-.82l3.31 3.31 1.41-1.41L2.71 3.16M12 17a5 5 0 0 1-4.47-7.18l1.55 1.55a3 3 0 0 0 3.55 3.55l1.55 1.55A5 5 0 0 1 12 17'/%3E%3C/svg%3E");
        background-position: right 88px center;
    }

    table.dp-mobile-table-enhanced > tbody > tr.dp-mobile-static-row::after {
        display: none !important;
    }

    table.dp-mobile-table-enhanced > tbody > tr.dp-mobile-static-row > td {
        grid-column: 1 / -1;
        display: block !important;
    }

    .mud-main-content .paging-toolbar {
        min-height: auto !important;
        padding: 7px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 7px !important;
    }

    .mud-main-content .paging-size,
    .mud-main-content .paging-detail {
        justify-content: center !important;
        text-align: center !important;
    }

    .mud-main-content .paging-center {
        width: 100% !important;
        justify-content: flex-start !important;
        overflow-x: auto !important;
        scrollbar-width: thin;
    }

    .mud-main-content .pager-btn {
        flex: 0 0 30px !important;
        min-width: 30px !important;
        height: 30px !important;
    }
}

@media (max-width: 390px) {
    table.dp-mobile-table-enhanced > tbody > tr.dp-mobile-table-row {
        grid-template-columns: minmax(0, 1fr);
    }

    table.dp-mobile-table-enhanced > tbody > tr.dp-mobile-table-row::after {
        grid-column: 1;
    }
}
/* HDReceiptReport mobile cards. Kept in the shared report stylesheet. */
@media (max-width: 760px) {
    .dp-receipt-report-page .card-header-new {
        padding: 6px 7px 8px !important;
    }

    .dp-receipt-mobile-results {
        padding-top: 3px;
    }

    .dp-receipt-mobile-list {
        display: grid;
        gap: 10px;
    }

    .dp-receipt-mobile-card {
        overflow: hidden;
        background: #fff;
        border: 1px solid #d8e0e8;
        border-radius: 11px;
        box-shadow: 0 2px 8px rgba(15, 23, 42, .08);
    }

    .dp-receipt-mobile-card.is-expanded {
        border-color: rgba(7, 95, 144, .45);
    }

    .dp-receipt-mobile-card-header {
        padding: 9px 10px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 10px;
        background: #f7fafc;
        border-bottom: 1px solid #e5eaf0;
    }

    .dp-receipt-mobile-card-header > div {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .dp-receipt-mobile-card-header span {
        color: #667085;
        font-size: 9.5px;
        font-weight: 600;
    }

    .dp-receipt-mobile-card-header strong {
        color: #172033;
        font-size: 13px;
        overflow-wrap: anywhere;
    }

    .dp-receipt-mobile-amount {
        align-items: flex-end;
        text-align: right;
    }

    .dp-receipt-mobile-amount strong {
        color: #075f90;
        white-space: nowrap;
    }

    .dp-receipt-mobile-image {
        min-height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eef2f5;
        border-bottom: 1px solid #e5eaf0;
    }

    .dp-receipt-mobile-image img {
        width: 100%;
        max-height: 220px;
        display: block;
        object-fit: contain;
    }

    .dp-receipt-mobile-image-empty {
        min-height: 135px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: #667085;
        background: #f4f6f8;
        border-bottom: 1px solid #e5eaf0;
        font-size: 10.5px;
    }

    .dp-receipt-mobile-image-empty .mud-icon-root {
        color: #075f90;
    }

    .dp-receipt-mobile-parties {
        padding: 9px 10px;
        display: grid;
        grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
        gap: 10px;
    }

    .dp-receipt-mobile-party {
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        color: #253041;
        font-size: 10.5px;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }

    .dp-receipt-mobile-party > span {
        color: #667085;
        font-size: 9.5px;
        font-weight: 600;
    }

    .dp-receipt-mobile-party strong {
        font-weight: 700;
    }

    .dp-receipt-mobile-party em {
        color: #667085;
        font-style: normal;
        font-weight: 400;
    }

    .dp-receipt-mobile-card .dp-report-row-toggle {
        border-top: 1px solid #e5eaf0;
    }
}

@media (max-width: 390px) {
    .dp-receipt-mobile-parties {
        grid-template-columns: minmax(0, 1fr);
    }
}
.dp-mobile-daily-receiver-extra {
    display: none;
}
/* DailyReport card format shared by Maxi, Viamericas and UniTeller reports. */
@media (max-width: 760px) {
    .dp-mobile-daily-summary-host,
    table.dp-mobile-daily-summary-table {
        display: none !important;
    }

    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row:not(.dp-mobile-expanded) > td.dp-mobile-summary-cell {
        display: none !important;
    }

    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row:not(.dp-mobile-expanded) > td.dp-mobile-action-cell,
    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row:not(.dp-mobile-expanded) > td.dp-mobile-daily-key,
    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row:not(.dp-mobile-expanded) > td.dp-mobile-daily-amount,
    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row:not(.dp-mobile-expanded) > td.dp-mobile-daily-sender,
    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row:not(.dp-mobile-expanded) > td.dp-mobile-daily-receiver,
    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row:not(.dp-mobile-expanded) > td.dp-mobile-daily-date,
    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row:not(.dp-mobile-expanded) > td.dp-mobile-daily-partner {
        display: block !important;
    }

    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row > td.dp-mobile-action-cell {
        order: 0;
        display: flex !important;
        align-items: center;
        gap: 6px;
    }

    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row > td.dp-mobile-daily-key {
        order: 10;
        color: #172033 !important;
        font-size: 12.5px !important;
        font-weight: 800;
    }

    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row > td.dp-mobile-daily-amount {
        order: 11;
        color: #075f90 !important;
        font-size: 12.5px !important;
        font-weight: 800;
        text-align: right !important;
    }

    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row > td.dp-mobile-daily-partner {
        order: 20;
    }

    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row > td.dp-mobile-daily-date {
        order: 21;
        text-align: right !important;
    }

    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row > td.dp-mobile-daily-sender {
        order: 30;
    }

    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row > td.dp-mobile-daily-receiver {
        order: 31;
        font-weight: 700;
    }

    .dp-mobile-daily-receiver-extra {
        margin-top: 2px;
        display: block;
        color: #4b5563;
        font-weight: 400;
        line-height: 1.35;
    }

    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row.dp-mobile-expanded .dp-mobile-daily-receiver-extra {
        display: none;
    }

    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row > td.dp-mobile-daily-amount::before,
    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row > td.dp-mobile-daily-date::before {
        text-align: right;
    }

    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row.dp-mobile-expanded > td {
        order: initial !important;
    }

    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row::after {
        order: 1000;
    }
}

@media (max-width: 390px) {
    table.dp-mobile-daily-format > tbody > tr.dp-mobile-table-row {
        grid-template-columns: minmax(0, 1fr);
    }
}
.dp-mobile-daily-results-header {
    display: none;
}

/* DailyReport embedded layout fix for routed legacy report pages. */
@media (max-width: 760px) {
    .dp-mobile-daily-summary-section,
    .dp-mobile-daily-summary-host,
    table.dp-mobile-daily-summary-table {
        display: none !important;
    }

    .dp-mobile-daily-detail-host,
    .dp-mobile-daily-detail-host.dp-report-desktop-table {
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        display: block !important;
        overflow: visible !important;
    }

    .dp-mobile-daily-detail-host.dp-mobile-table-host {
        padding: 0 7px 7px !important;
    }

    .dp-mobile-daily-results-header {
        margin: 0 !important;
        padding: 8px 8px 7px !important;
        display: flex !important;
        background: #f6f8fb;
    }

    .dp-mobile-filter-toggle-icon,
    .dp-mobile-filter-toggle-arrow,
    .dp-mobile-results-toggle-icon {
        width: 19px;
        height: 19px;
        flex: 0 0 19px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .dp-mobile-filter-toggle-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23075f90' d='M4 6h10v2H4V6m0 5h16v2H4v-2m0 5h7v2H4v-2m12-9a2 2 0 1 1 4 0 2 2 0 0 1-4 0m-3 10a2 2 0 1 1 4 0 2 2 0 0 1-4 0'/%3E%3C/svg%3E");
    }

    .dp-mobile-filter-toggle-arrow {
        width: 17px;
        height: 17px;
        flex-basis: 17px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23075f90' d='m7.41 8.59 4.59 4.58 4.59-4.58L18 10l-6 6-6-6z'/%3E%3C/svg%3E");
        transition: transform .16s ease;
    }

    .dp-mobile-daily-filter-toggle[aria-expanded="true"] .dp-mobile-filter-toggle-arrow {
        transform: rotate(180deg);
    }

    .dp-mobile-results-toggle-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23075f90' d='M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5C21.27 7.61 17 4.5 12 4.5m0 12.5a5 5 0 1 1 0-10 5 5 0 0 1 0 10m0-8a3 3 0 1 0 0 6 3 3 0 0 0 0-6'/%3E%3C/svg%3E");
    }

    .dp-mobile-daily-toggle-all.is-hide .dp-mobile-results-toggle-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23075f90' d='M2.71 3.16 1.29 4.58l2.36 2.36A11.8 11.8 0 0 0 .65 12c1.73 4.39 6 7.5 11 7.5 1.52 0 2.98-.29 4.32-.82l3.31 3.31 1.41-1.41L2.71 3.16M12 17a5 5 0 0 1-4.47-7.18l1.55 1.55a3 3 0 0 0 3.55 3.55l1.55 1.55A5 5 0 0 1 12 17'/%3E%3C/svg%3E");
    }

    .dp-mobile-daily-filter-toggle + .dp-report-filter-form.is-expanded {
        padding-top: 2px;
    }
}