
/* Upload Bill */
div[data-name="upload_your_bill"] > .acf-label, div[data-name="upload_your_bill_gas"] > .acf-label {
    display: none;
}
.bill-upload, .bill-upload * {
    box-sizing: border-box;
}
.bill-upload-workspace {
    display: grid;
    gap: 22px;
    align-items: start;
}
.bill-upload-main-panel {
    padding: 24px;
}
.bill-upload-main-panel, .bill-upload-side-panel {
    border: 1px solid rgba(215, 225, 221, .92);
    border-radius: 15px;
    background: rgba(255, 255, 255, .92);
}
.bill-upload-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.bill-upload-zone {
    width: 100%;
    position: relative;
    display: grid;
    place-items: center;
    min-height: 250px;
    overflow: hidden;
    border: 1.5px dashed #d8c4ea;
    border-radius: 13px;
    background: linear-gradient(135deg, rgba(195, 154, 223, .12), transparent 38%),
        linear-gradient(315deg, rgba(209, 175, 232, .1), transparent 36%),
        #fffefe;
    cursor: pointer;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.bill-upload-same-diff-bill {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 15px;
}
.bill-upload-content {
    width: min(620px, 100%);
    padding: 34px 20px;
    text-align: center;
    pointer-events: none;
}
.bill-upload-content h3 {
    margin: 0;
    font-size: clamp(24px, 3vw, 30px);
    line-height: 1.1;
    color: #16352f;
    letter-spacing: 0;
    font-weight: 700;
}
.bill-upload-content p {
    margin: 10px auto 22px;
    max-width: 500px;
    color: #667085;
    font-size: 14px;
    line-height: 1.4;
}
.bill-upload-action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 800;
    color: #2a1f35;
    background: #c39adf;
    box-shadow: 0 12px 24px rgba(195, 154, 223, .28);
}
.bill-upload-workspace .bill-upload-action svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
.bill-upload-processing {
    display: none;
    min-height: 310px;
    padding: 30px;
    border: 1px solid rgba(215, 225, 221, .92);
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(195, 154, 223, .12), transparent 42%),
        linear-gradient(315deg, rgba(209, 175, 232, .1), transparent 38%),
        #ffffff;
    box-shadow: 0 12px 28px rgba(22, 53, 47, .07);
    animation: bill-upload-rise .35s ease both;
}
.bill-upload-uploaded-summary {
    display: none;
    animation: bill-upload-rise .35s ease both;
}
.bill-upload-hidden {
    display: none;
}
.bill-upload-processing.bill-upload-is-visible {
    display: grid;
    place-items: center;
}
.bill-upload-processing-inner {
    width: min(560px, 100%);
    text-align: center;
}
.bill-upload-loader-mark {
    position: relative;
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    margin: 0 auto 20px;
    border-radius: 28px;
    background: linear-gradient(145deg, #ffffff, #f7eefc);
    box-shadow: 0 22px 44px rgba(195, 154, 223, .16),
        inset 0 1px 0 rgba(255, 255, 255, .9);
}
.bill-upload-loader-ring {
    position: absolute;
    inset: 12px;
    border-radius: 50%;
    background: conic-gradient(from 40deg, #c39adf, #d9b6ef, rgba(195, 154, 223, .12), #c39adf);
    animation: bill-upload-spin 1.1s linear infinite;
}
.bill-upload-loader-ring::after {
    content: "";
    position: absolute;
    inset: 7px;
    border-radius: 50%;
    background: #ffffff;
}
.bill-upload-loader-icon {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(145deg, #c39adf, #b183d2);
    box-shadow: 0 10px 22px rgba(195, 154, 223, .22);
}
.bill-upload-loader-mark svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
.bill-upload-processing h3 {
    margin: 0;
    color: #16352f;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.12;
    font-weight: bold;
}
.bill-upload-processing p {
    margin: 10px auto 22px;
    max-width: 480px;
    color: #667085;
    font-size: 15px;
    line-height: 1.55;
}
.bill-upload-progress {
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #efe6f6;
}
.bill-upload-progress span {
    display: block;
    width: 46%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #c39adf, #d8b7ee);
    animation: bill-upload-progress 1.35s ease-in-out infinite;
}
.bill-upload-processing-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}
.bill-upload-processing-steps span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border: 1px solid #ecf3ef;
    border-radius: 999px;
    color: #53627a;
    background: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}
.bill-upload-uploaded-summary.bill-upload-is-visible {
    display: block;
}
.bill-upload-processed-file {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid #d6eadf;
    border-radius: 12px;
    background: linear-gradient(180deg, #f4fbf7, #ffffff);
}
.bill-upload-processed-file .bill-upload-mini-icon {
    color: #1c8f68;
    background: #e9f8f1;
}
.bill-upload-processed-file svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
.bill-upload-file-copy {
    min-width: 0;
    flex: 1;
    line-height: 1.2;
}
.bill-upload-file-copy strong {
    display: block;
    overflow: hidden;
    color: #16352f;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bill-upload-file-copy span {
    display: flex;
    color: #1c8f68;
    font-size: 14px;
    font-weight: 500;
    gap: 5px;
    align-items: center;
}
svg.lucide.lucide-check-circle {
    width: 14px;
    height: 14px;
}
.bill-upload-icon-button {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    min-height: 44px;
    border: 1px solid #d7e1dd;
    border-radius: 50%;
    padding: 0 !important;
    color: #c39adf;
    background: #fff;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}
.bill-upload-icon-button:hover {
    border-color: rgba(220, 38, 38, .25);
    color: #dc2626;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(220, 38, 38, .12);
    background-color: unset;
}
.bill-upload-icon-button svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
.bill-upload-card {
    overflow: hidden;
    border: 1px solid #d7e1dd;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 28px 0px rgba(22, 53, 47, .07);
}
.bill-upload-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px;
    border-bottom: 1px solid #ecf3ef;
    background: linear-gradient(180deg, #ffffff, #f7fbf8);
}
.bill-upload-supplier-lockup {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}
.bill-upload-supplier-logo {
    width: 64px;
    height: 44px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    overflow: hidden;
    border: 1px solid rgba(215, 225, 221, .92);
    border-radius: 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .5px;
    background: #ffffff;
    box-shadow: 0 10px 18px rgba(195, 154, 223, .1);
    padding: 0px 5px;
}
.bill-upload-supplier-lockup h3 {
    margin: 0;
    overflow-wrap: anywhere;
    color: #16352f;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
}
.bill-upload-choice-icon, .bill-upload-mini-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #f5ecfb;
    color: var(--blue);
}
.bill-upload-supplier-lockup p {
    margin: 3px 0 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
}
.bill-upload-card-body {
    padding: 20px;
}
.bill-upload-usage-highlight {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: end;
    margin-bottom: 18px;
}
.bill-upload-usage-highlight .bill-upload-label {
    display: block;
    color: #667085;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}
.bill-upload-usage-highlight .bill-upload-value {
    display: block;
    margin-top: 3px;
    color: #16352f;
    font-size: clamp(34px, 6vw, 52px);
    line-height: .98;
    font-weight: 900;
    white-space: nowrap;
}
.bill-upload-usage-highlight .bill-upload-value small {
    font-size: 18px;
    color: #667085;
    font-weight: 800;
}
.bill-upload-period {
    color: #667f76;
    font-size: 14px;
    font-weight: 800;
    text-align: right;
}
.bill-upload-detail-panel {
    margin-bottom: 18px;
    overflow: hidden;
    border: 1px solid #d7e1dd;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff, #fbfcfa);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}
.bill-upload-detail-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-bottom: 1px solid #ecf3ef;
    background: linear-gradient(180deg, #f5faf7, #ffffff);
}
.bill-upload-detail-panel-header h4 {
    margin: 0;
    color: #16352f;
    font-size: 16px;
    line-height: 1.25;
}
.bill-upload-review-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    color: #067647;
    background: #e9f8f1;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}
.bill-upload-review-badge svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
.bill-upload-key-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: #ecf3ef;
}
.bill-upload-key-fact {
    padding: 18px;
    background: #ffffff;
}
.bill-upload-key-fact span, .bill-upload-detail-row span {
    display: block;
    color: #65738a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.bill-upload-key-fact strong {
    display: block;
    margin-top: 6px;
    color: #16352f;
    font-size: 20px;
    line-height: 1.18;
    overflow-wrap: anywhere;
}
.bill-upload-annual-estimate {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid #f3dc9f;
    border-radius: 12px;
    background: #fffbeb;
}
.bill-upload-annual-estimate-content {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
.bill-upload-annual-estimate-content p {
    margin-bottom: 0;
}
.bill-upload-annual-estimate strong {
    display: block;
    color: #92400e;
    font-size: 16px;
}
.bill-upload-annual-estimate p {
    color: #92400e;
    font-size: 13px;
    line-height: 1.4;
}
.bill-upload-annual-estimate svg{
    margin-top: 5px;
}
.bill-upload-current-tariff {
    color: #667085;
    font-size: 12px;
}
.bill-upload-annual-estimate .bill-upload-estimate-value {
    color: #6b4608;
    font-size: 28px;
    font-weight: 900;
    white-space: nowrap;
    line-height: 1;
}
.bill-upload-confirm-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    padding: 16px;
    border-radius: 12px;
    background: #f5f8f6;
}
.bill-upload-confirm-bar p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.4;
}
.bill-upload-primary-button {
    min-height: 40px;
    border: 0;
    border-radius: 999px;
    padding: 5px 20px;
    font-weight: 900;
    color: #2a1f35;
    background: #c39adf;
    box-shadow: 0 14px 26px rgba(195, 154, 223, .26);
    cursor: pointer;
    white-space: nowrap;
}
.bill-upload-key-fact small {
    display: block;
    color: #65738a;
    font-size: 10px;
    font-weight: 600;
    margin-top: 2px;
    text-transform: uppercase;
}

/* Styling for the Verified Checkmark */
.bill-upload-verified-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: #4caf50;
    color: white;
    border-radius: 50%;
    font-size: 10px;
    margin-left: 6px;
    vertical-align: middle;
    font-weight: bold;
}

.upload-bill-option-selected div[data-name="result_details"] > .acf-input > .acf-fields > .acf-field:not([data-name="comparison_method"]):not([data-name="upload_your_bill"]):not([data-name="upload_your_bill_gas"]):not([data-name="same_supplier"]) {
    display: none;
}
article.bill-upload-card.bill-upload-cloned-gas-card {
    margin-top: 15px;
}
.bill-upload-error-banner {
    display: flex;
    background: #fff5f5;
    border: 1px solid #feb2b2;
    border-radius: 13px;
    padding: 8px 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.05);
    animation: errorSlideDown 0.4s ease-out;
    justify-content: space-between;
}

.bill-upload-error-content {
    display: flex;
    gap: 12px;
    align-items: center;
}

.bill-upload-error-content svg {
    width: 24px;
    height: 24px;
    color: #e53e3e; /* Clear ruby/red for error */
    flex-shrink: 0;
}
.bill-upload-card .bill-upload-learn-more,
.bill-upload-estimate-footer .bill-upload-change-usage a {
    font-weight: 500;
    color: inherit;
    text-decoration: underline;
}
.bill-upload-estimate-footer {
    display: flex;
    flex-flow: column;
    gap: 0;
}

.bill-upload-error-text {
    font-size: 14px;
    line-height: 1.3;
    color: #9b2c2c;
    font-weight: 500;
    overflow-wrap: break-word;
    word-break: break-word;
}

.bill-upload-error-close {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #c53030;
    cursor: pointer;
    line-height: 1;
    padding: 2px 5px 2px 5px !important;
    margin-left: 12px;
}

body .bill-upload-error-text a {
    text-decoration: underline;
    color: #9b2c2c;
}

.upload-bill-option-selected.bill-results-ready div[data-name="result_details"] > .acf-input > .acf-fields > .acf-field[data-name="results_to_show"] {
    display: block !important;
}
.upload-bill-option-selected div[data-name="result_details"] .acf-field.bill-field-missing {
    display: block !important;
}
.bill-upload-info-gas .bill-upload-key-facts{
    grid-template-columns: repeat(3, 1fr);
}
.bill-upload-change-usage {
    font-size: 12px;
    text-align: center;
    color: #92400e;
}
div[data-name="upload_your_bill_gas"] .bill-upload-change-usage {
    display: none;
}
div[data-name="comparison_method"] .acf-button-group label:has(input[value="upload_bill"])::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    margin-right: 8px;
    vertical-align: middle;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='17 8 12 3 7 8'/%3E%3Cline x1='12' x2='12' y1='3' y2='15'/%3E%3C/svg%3E") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='17 8 12 3 7 8'/%3E%3Cline x1='12' x2='12' y1='3' y2='15'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

div[data-name="comparison_method"] .acf-button-group label:has(input[value="manual"])::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    margin-right: 8px;
    vertical-align: middle;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='14' x='2' y='5' rx='2'/%3E%3Cline x1='2' x2='22' y1='10' y2='10'/%3E%3C/svg%3E") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='14' x='2' y='5' rx='2'/%3E%3Cline x1='2' x2='22' y1='10' y2='10'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
#compare-elec div[data-name="comparison_method"] .acf-button-group {
    display: flex;
}
#compare-elec div[data-name="comparison_method"] .acf-button-group label {
    padding: 1.25rem;
    align-items: center;
    flex-direction: column;
    display: flex;
}
span.upload-bill-label {
    line-height: 0.5;
    font-size: 12px;
    font-weight: 400;
}
.bill-upload-card-info {
    background: #fffbeb;
    padding: 0.75rem 1rem;
    margin: 0.5rem 1.25rem;
    border-radius: 6px;
    font-size: 0.85rem;
    color: #92400e;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bill-upload-card-info svg {
    flex-shrink: 0;
    color: #d97706;
}

.bill-upload-hdf-prompt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border: 1px solid rgba(195, 154, 223, 0.35);
    border-radius: 12px;
    background: #fbf9ff;
    box-shadow: 0 4px 10px rgba(195, 154, 223, 0.04);
    margin-top: 16px;
}

.bill-upload-hdf-info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bill-upload-hdf-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #f3ebfc;
    color: #8b5cf6;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.bill-upload-hdf-icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
}

.bill-upload-hdf-text strong {
    display: block;
    color: #16352f;
    font-size: 14px;
    font-weight: 700;
}

.bill-upload-hdf-text p {
    margin: 4px 0 0;
    color: #667085;
    font-size: 12.5px;
    line-height: 1.4;
}

.bill-upload-hdf-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

a.bill-upload-hdf-btn.bill-upload-hdf-active {
    background: #c39adf;
    color: #16352f;
    box-shadow: 0 2px 4px rgba(195, 154, 223, 0.1);
    border: 0;
}

.bill-upload-hdf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    height: 38px;
    padding: 0 16px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 13.5px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #d7e1dd;
    color: #64748b;
}

.bill-upload-hdf-btn-no {
    background: #ffffff;
    border: 1px solid #d7e1dd;
    color: #64748b;
}
.bill-upload-different-fill {
    background-color: #f7f6f0;
    border: 1px solid #e9e8e0;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
}

.bill-upload-zone-wrapper .bill-upload-zone-gas {
    display: none;
}
.dual-fuel-different-bill .bill-upload-zone-gas {
    display: flex;
}
.dual-fuel-different-bill .bill-upload-zone-elect,
.dual-fuel-different-bill .bill-upload-zone-gas {
    flex-basis: 100%;
}
.dual-fuel-different-bill {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}
article.bill-upload-card.bill-upload-split-gas-card {
    margin-top: 12px;
}

label.bill-upload-checkbox-wrapper {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.bill-upload-checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0 !important;
}

.bill-upload-checkbox-wrapper span.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #ffffff;
    border: 1.5px solid #a1a1a6;
    border-radius: 6px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.bill-upload-checkbox-label {
    font-size: 14.5px;
    color: #1c1917;
    line-height: 1.4;
}
.bill-upload-different-fill .bill-upload-checkbox-wrapper input:checked ~ .checkmark:after {
    display: block;
}
.bill-upload-different-fill .bill-upload-checkbox-wrapper .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
}
.bill-upload-checkbox-wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.bill-upload-checkbox-wrapper input:checked ~ .checkmark {
    background-color: #6366f1;
    border-color: #6366f1;
}
@media (max-width:500px) {
    .bill-upload-main-panel, .bill-upload-side-panel{
        border: unset;
        padding: 0px;
    }
    .bill-upload-workspace{
        display: block;
    }
    .bill-upload-key-facts {
        grid-template-columns: 1fr 1fr; 
    }
    .bill-upload-info-gas .bill-upload-key-facts .bill-upload-key-fact:last-child {
        grid-column: span 2;
    }
    .bill-upload-key-fact strong{
        font-size: 14px;
    }
    .bill-upload-info-gas .bill-upload-key-facts {
        grid-template-columns: repeat(2, 1fr);
    }
    .bill-upload-annual-estimate-content{
        gap: 20px;
        flex-direction: column;
    }
    .bill-upload-change-usage{
        text-align: left;
    }
    .bill-upload-confirm-bar{
        flex-direction: column;
    }
    .bill-upload-detail-panel-header{
        flex-direction: column-reverse;
    }
    .bill-upload-card-info span {
        text-align: left;
    }
    .dual-fuel-different-bill{
        flex-direction: column;
    }
}


@keyframes errorSlideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bill-upload-rise {
    from {
    opacity: 0;
    transform: translateY(12px);
    }

    to {
    opacity: 1;
    transform: translateY(0);
    }
}

@keyframes bill-upload-spin {
    to {
    transform: rotate(360deg);
    }
}

@keyframes bill-upload-progress {
    0% {
    transform: translateX(-110%);
    }

    50% {
    transform: translateX(60%);
    }

    100% {
    transform: translateX(220%);
    }
}
