@import '_content/Nextended.Blazor/Nextended.Blazor.bundle.scp.css';
@import '_content/IEC.Blazor.Maps/IEC.Blazor.Maps.bundle.scp.css';

/* _content/voterportal/Components/OVR/PrivacyDrawer.razor.rz.scp.css */
.privacy-drawer[b-v1j758hqln] {
    z-index: 9999 !important;
}

    .privacy-drawer .mud-drawer-content[b-v1j758hqln] {
        background: #ffffff !important;
        overflow: hidden;
    }

.privacy-panel[b-v1j758hqln] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.privacy-header[b-v1j758hqln] {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 44px 1fr 40px;
    column-gap: 14px;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid #e0e0e0;
    background: #ffffff;
}

.privacy-header-icon[b-v1j758hqln] {
    width: 44px !important;
    height: 44px !important;
}

.privacy-header-text[b-v1j758hqln] {
    min-width: 0;
}

.privacy-title[b-v1j758hqln] {
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

.privacy-subtitle[b-v1j758hqln] {
    color: #c2185b !important;
    line-height: 1.25 !important;
    margin-top: 2px !important;
}

.privacy-close[b-v1j758hqln] {
    justify-self: end;
}

.privacy-body[b-v1j758hqln] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 18px 20px 24px 20px;
}

.privacy-section[b-v1j758hqln] {
    background-color: #f5f5f5 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 12px !important;
    padding: 18px !important;
    margin-bottom: 16px;
}

.privacy-section-title[b-v1j758hqln] {
    font-weight: 700 !important;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
}

.privacy-text[b-v1j758hqln] {
    line-height: 1.55 !important;
}

.privacy-bullet[b-v1j758hqln] {
    display: grid;
    grid-template-columns: 10px 1fr;
    column-gap: 12px;
    align-items: start;
    margin-bottom: 14px;
}

    .privacy-bullet:last-child[b-v1j758hqln] {
        margin-bottom: 0;
    }

.privacy-dot[b-v1j758hqln] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #424242;
    margin-top: 9px;
}

.privacy-contact[b-v1j758hqln] {
    display: grid;
    grid-template-columns: 24px 1fr;
    column-gap: 10px;
    align-items: center;
    margin-top: 8px;
}

@media (max-width: 600px) {
    .privacy-header[b-v1j758hqln] {
        grid-template-columns: 40px 1fr 36px;
        column-gap: 10px;
        padding: 14px 14px;
    }

    .privacy-header-icon[b-v1j758hqln] {
        width: 40px !important;
        height: 40px !important;
    }

    .privacy-body[b-v1j758hqln] {
        padding: 14px;
    }

    .privacy-section[b-v1j758hqln] {
        padding: 14px !important;
        margin-bottom: 14px;
    }

    .privacy-subtitle[b-v1j758hqln] {
        font-size: 0.82rem !important;
        margin-top: 120px !important;
    }
}
/* _content/voterportal/Helpers/Countdown.razor.rz.scp.css */
.clock[b-qzv091xrr3] {
    color: var(--color-tone-1);
    font-family: inherit!important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    overflow: hidden;
}
/* _content/voterportal/Pages/Voter/Registration/ZA/RegisterZA_New.razor.rz.scp.css */
.mud-avatar.mud-avatar-large[b-m59m08taxh] {
    width: 66px !important;
    height: 66px !important;
    font-size: 1.5rem;
}

.imgPreview[b-m59m08taxh] {
    max-width: 520px;
    max-height: 320px;
}

@media (max-width: 768px) {
    .map-height[b-m59m08taxh] {
        height: 560px !important;
    }

    .forms_mobile[b-m59m08taxh] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

.file-drop-zone:hover[b-m59m08taxh] {
    border-color: var(--mud-palette-primary-darken) !important;
}

.file-drop-zone.drag-over[b-m59m08taxh] {
    border-color: var(--mud-palette-success) !important;
    background-color: rgba(76, 175, 80, 0.1) !important;
}


.upload-container[b-m59m08taxh] {
    width: 100%;
    max-width: 500px;
}

.image-container[b-m59m08taxh] {
    position: relative;
    display: block;
}

.refresh-fab[b-m59m08taxh] {
    position: absolute !important;
    top: 16px;
    right: 16px;
    z-index: 10;
    background: white !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2) !important;
    border: 4px solid white;
}

    .refresh-fab:hover[b-m59m08taxh] {
        transform: scale(1.15) rotate(30deg);
        box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
    }

.manual-review-fab[b-m59m08taxh] {
    position: absolute !important;
    bottom: 16px;
    right: 16px;
    z-index: 10;
    box-shadow: 0 8px 25px rgba(255,107,53,0.5) !important;
    border: 4px solid white;
}

    .manual-review-fab:hover[b-m59m08taxh] {
        transform: translateY(-4px) scale(1.1);
        box-shadow: 0 12px 35px rgba(255,107,53,0.5) !important;
    }

/* Optional: Add subtle overlay gradient */
.image-container[b-m59m08taxh]::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(transparent, rgba(0,0,0,0.05));
    z-index: 1;
    pointer-events: none;
}

.drag-over[b-m59m08taxh] {
    border: 4px dashed var(--mud-palette-primary) !important;
    background: rgba(63, 81, 181, 0.08) !important;
    transform: scale(1.02);
}


.hidden-input[b-m59m08taxh] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.cursor-pointer[b-m59m08taxh] {
    cursor: pointer;
}

/* LEGEND BAR — CLEAN & MODERN */
.button-legend[b-m59m08taxh] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    padding: 24px 20px 16px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    backdrop-filter: blur(4px);
    z-index: 5;
}

.legend-item[b-m59m08taxh] {
    display: flex;
    align-items: center;
    color: white;
    font-weight: 500;
    margin-bottom: 4px;
}

    .legend-item:last-child[b-m59m08taxh] {
        margin-bottom: 0;
    }

/* ——— STEP 1: CLEAN, TIGHT, PROFESSIONAL LAYOUT ——— */
.step1-form-header[b-m59m08taxh] {
    margin-top: -3rem !important;
    margin-bottom: 2rem !important;
    margin-left: 0 !important;
    text-align: LEFT;
    width: 100%;
}

.step1-content-spacing[b-m59m08taxh] {
    margin-top: 1.5rem !important;
}

.step1-next-button[b-m59m08taxh] {
    float: right !important;
    margin-top: 1rem !important;
}


.mt-n12[b-m59m08taxh] {
    margin-top: 0 !important;
}

.ml-n14[b-m59m08taxh] {
    margin-left: 0 !important;
}


/********************END Step 1*************************/


/* Drawer finder styles */
.privacy-drawer[b-m59m08taxh] {
    z-index: 9999 !important;
}

    .privacy-drawer .mud-drawer-content[b-m59m08taxh] {
        background: var(--mud-palette-background);
    }


/* FULL SCREEN MAP — BUT DOES NOT KILL POPUPS */
/* MAP — full screen but low priority */
.address-map-itself[b-m59m08taxh] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important; /* Behind everything */
}

/* ONLY YOUR CUSTOM DIALOG WINS — NOTHING ELSE TOUCHED */
.ie-dialog-nuclear[b-m59m08taxh] {
    z-index: 2147483647 !important; /* Nuclear win */
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    pointer-events: auto !important;
    box-shadow: 0 25px 80px rgba(0,0,0,0.6) !important;
    border-radius: 16px !important;
    max-width: 90vw !important;
}



.image-container.uploaded[b-m59m08taxh] {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #f9f9f9;
}

/* RELOAD BUTTON — UNDER THE IMAGE, INSIDE THE BOX */
.reload-under-image[b-m59m08taxh] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.7) 100%);
    text-align: center;
}

.reload-under-btn[b-m59m08taxh] {
    color: white !important;
    font-weight: 600 !important;
    text-transform: none !important;
    font-size: 15px !important;
    background: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(8px);
    border-radius: 12px !important;
    padding: 10px 20px !important;
    border: 2px solid white !important;
}

    .reload-under-btn:hover[b-m59m08taxh] {
        background: rgba(0, 0, 0, 0.85) !important;
    }

.mud-button-filled-size-small[b-m59m08taxh] {
    padding: 6px 20px!important;
    font-size: .8125rem;
}

