@import '_content/MyBlazor.Components/MyBlazor.Components.mvhyt1x2ks.bundle.scp.css';

/* _content/Loker.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.index-layout[b-6b0rk0u66w] {
    min-height: 100vh;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
}

/* HEADER */
.topbar[b-6b0rk0u66w] {
    width: 100%;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.topbar-inner[b-6b0rk0u66w] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-sizing: border-box;
}

/* LOGO */
.brand-logo[b-6b0rk0u66w],
.brand-logo:link[b-6b0rk0u66w],
.brand-logo:visited[b-6b0rk0u66w],
.brand-logo:hover[b-6b0rk0u66w],
.brand-logo:active[b-6b0rk0u66w],
.brand-logo.active[b-6b0rk0u66w] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    line-height: 1;
    color: inherit;
}

.brand-brasil[b-6b0rk0u66w] {
    color: #d60000;
    font-size: 22px;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 1px;
}

.brand-loker[b-6b0rk0u66w] {
    color: #111;
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
}

.brand-logo:hover[b-6b0rk0u66w] {
    opacity: .85;
}

/* MENU */
.top-menu[b-6b0rk0u66w] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.menu-link[b-6b0rk0u66w] {
    text-decoration: none;
    color: #444;
    font-size: 1rem;
}

    .menu-link:hover[b-6b0rk0u66w] {
        color: #111;
    }




.btn-login[b-6b0rk0u66w] {
    text-decoration: none;
    background: #3fa9f5;
    color: #fff;
    padding: 8px 18px;
    border-radius: 10px;
    font-size: .95rem;
    font-weight: 600;
    display: inline-block;
}

/* CONTENT */
.content[b-6b0rk0u66w] {
    width: 100%;
    flex: 1;
}

.content-inner[b-6b0rk0u66w] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 20px;
    box-sizing: border-box;
}

/* FOOTER */
.footer[b-6b0rk0u66w] {
    width: 100%;
    background: #efefef;
    border-top: 1px solid #ddd;
}

.footer-inner[b-6b0rk0u66w] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 20px;
    text-align: center;
    box-sizing: border-box;
}

.footer-brand[b-6b0rk0u66w] {
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 10px;
}

.brand-red[b-6b0rk0u66w] {
    color: #d60000;
}

.brand-black[b-6b0rk0u66w] {
    color: #222;
}

.footer-contact[b-6b0rk0u66w] {
    margin-bottom: 10px;
}

.wa-link[b-6b0rk0u66w] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #25d366;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

    .wa-link i[b-6b0rk0u66w] {
        font-size: 20px;
    }

    .wa-link:hover[b-6b0rk0u66w] {
        text-decoration: none;
        opacity: .85;
    }

.footer-copy[b-6b0rk0u66w] {
    color: #888;
    font-size: 14px;
    margin-bottom: 16px;
}

.footer-social[b-6b0rk0u66w] {
    display: flex;
    justify-content: center;
    gap: 18px;
}

    .footer-social a[b-6b0rk0u66w] {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #555;
        text-decoration: none;
        font-size: 16px;
        transition: .2s;
    }

        .footer-social a:hover[b-6b0rk0u66w] {
            background: #3fa9f5;
            color: white;
        }

/* RESPONSIVE */
@media (max-width: 768px) {
    .topbar-inner[b-6b0rk0u66w],
    .content-inner[b-6b0rk0u66w] {
        padding-left: 16px;
        padding-right: 16px;
    }

    .brand-brasil[b-6b0rk0u66w],
    .brand-loker[b-6b0rk0u66w] {
        font-size: 20px;
    }

    .top-menu[b-6b0rk0u66w] {
        gap: 12px;
    }
}

@media (max-width: 576px) {
    .topbar-inner[b-6b0rk0u66w] {
        padding: 14px 16px;
    }

    .brand-brasil[b-6b0rk0u66w],
    .brand-loker[b-6b0rk0u66w] {
        font-size: 18px;
    }

    .menu-link[b-6b0rk0u66w] {
        font-size: .9rem;
    }

    .btn-login[b-6b0rk0u66w] {
        padding: 7px 14px;
        font-size: .9rem;
        border-radius: 8px;
    }

    .content-inner[b-6b0rk0u66w] {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .footer-inner[b-6b0rk0u66w] {
        padding: 24px 16px;
    }

    .footer-brand[b-6b0rk0u66w] {
        font-size: 18px;
    }

    .footer-copy[b-6b0rk0u66w] {
        font-size: 13px;
    }

    .wa-link[b-6b0rk0u66w] {
        font-size: 14px;
    }
}

.user-menu[b-6b0rk0u66w] {
    position: relative;
    z-index: 1000;
}

.user-dropdown[b-6b0rk0u66w] {
    z-index: 1001;
}

.user-btn[b-6b0rk0u66w] {
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    padding: 6px 10px 6px 6px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
    transition: .2s ease;
    max-width: 150px;
}

.user-btn:hover[b-6b0rk0u66w] {
    background: #eff6ff;
    border-color: #93c5fd;
    color: #2563eb;
}

.user-avatar[b-6b0rk0u66w] {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: #2563eb;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
}

.user-name[b-6b0rk0u66w] {
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-chevron[b-6b0rk0u66w] {
    font-size: 10px;
    color: #94a3b8;
}

.user-dropdown[b-6b0rk0u66w] {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    width: 160px;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(0,0,0,.08);
    padding: 8px 0;
    z-index: 1000;
}


.user-dropdown.show[b-6b0rk0u66w] {
    display: block;
}

.user-dropdown a[b-6b0rk0u66w] {
    display: block;
    padding: 9px 18px;
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
}

.user-dropdown a:hover[b-6b0rk0u66w] {
    background: #f1f5f9;
    color: #111827;
}

@media (max-width: 380px) {
    .user-name[b-6b0rk0u66w] {
        display: none;
    }

    .user-btn[b-6b0rk0u66w] {
        padding: 6px;
    }

    .user-chevron[b-6b0rk0u66w] {
        display: none;
    }
}

.user-avatar-img[b-6b0rk0u66w] {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e5e7eb;
}

.menu-overlay[b-6b0rk0u66w] {
    position: fixed;
    inset: 0;
    z-index: 900;
    background: transparent;
}

    
/* _content/Loker.Blazor/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xgoynkuxk3] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-xgoynkuxk3] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-xgoynkuxk3] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xgoynkuxk3] {
    font-size: 1.1rem;
}

.bi[b-xgoynkuxk3] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-xgoynkuxk3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-xgoynkuxk3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-xgoynkuxk3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-xgoynkuxk3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xgoynkuxk3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xgoynkuxk3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xgoynkuxk3]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-xgoynkuxk3]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-xgoynkuxk3]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-xgoynkuxk3] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-xgoynkuxk3] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xgoynkuxk3] {
        display: none;
    }

    .nav-scrollable[b-xgoynkuxk3] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Loker.Blazor/Components/Pages/Public/ForgotPassword.razor.rz.scp.css */
/* =========================
   WRAPPER
========================= */
.forgot-wrapper[b-rlfsiqjn7g] {
    width: 320px;
    margin: 60px auto;
    font-family: Arial, sans-serif;
}

    .forgot-wrapper h2[b-rlfsiqjn7g] {
        text-align: center;
        margin-bottom: 16px;
        font-weight: 700;
        color: #222;
    }

/* =========================
   INFO TEXT
========================= */
.info-text[b-rlfsiqjn7g] {
    font-size: 13px;
    color: #555;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 28px;
}

/* =========================
   FIELD INPUT
========================= */
.field[b-rlfsiqjn7g] {
    position: relative;
    width: 100%;
    height: 44px;
    margin-bottom: 28px;
    border: 1.5px solid #ef4444;
    border-radius: 8px;
    background: transparent;
    overflow: visible;
    box-sizing: border-box;
}

    /* InputText Blazor */
    .field[b-rlfsiqjn7g]  .field-input {
        width: 100%;
        height: 100%;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        background: transparent !important;
        -webkit-appearance: none;
        appearance: none;
        padding: 0 14px;
        box-sizing: border-box;
        font-size: 14px;
        color: #222;
        border-radius: 8px;
    }

    /* =========================
   FLOATING LABEL
========================= */
    .field label[b-rlfsiqjn7g] {
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 6px;
        background: transparent;
        color: #22c55e;
        font-size: 14px;
        line-height: 1;
        pointer-events: none;
        transition: all 0.18s ease;
        z-index: 2;
    }

    /* Label naik saat focus / sudah isi */
    .field:focus-within label[b-rlfsiqjn7g],
    .field.filled label[b-rlfsiqjn7g] {
        top: -8px;
        left: 18px;
        transform: none;
        padding: 0 8px;
        background: #f5f5f5; /* samakan dengan background page/card */
        font-size: 13px;
    }

/* =========================
   VALIDATION MESSAGE
========================= */
.validation-message[b-rlfsiqjn7g] {
    position: absolute;
    left: 6px;
    bottom: -15px;
    margin: 0;
    padding: 0;
    color: #ef4444;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
}

/* =========================
   SUBMIT BUTTON
========================= */
.btn-submit[b-rlfsiqjn7g] {
    width: 100%;
    height: 38px;
    border: 0;
    border-radius: 8px;
    background: #22c55e;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

    .btn-submit:hover[b-rlfsiqjn7g] {
        background: #16a34a;
    }

    .btn-submit:disabled[b-rlfsiqjn7g] {
        opacity: 0.7;
        cursor: not-allowed;
    }

/* =========================
   MESSAGE SUCCESS
========================= */
.message-success[b-rlfsiqjn7g] {
    margin-top: 14px;
    padding: 10px;
    border-radius: 8px;
    background: #dcfce7;
    color: #166534;
    font-size: 13px;
    line-height: 1.4;
}

/* =========================
   LOGIN LINK
========================= */
.login-text[b-rlfsiqjn7g] {
    margin-top: 16px;
    text-align: center;
    font-size: 13px;
}

    .login-text a[b-rlfsiqjn7g] {
        color: #1e9bff;
        text-decoration: none;
    }

        .login-text a:hover[b-rlfsiqjn7g] {
            text-decoration: underline;
        }
/* _content/Loker.Blazor/Components/Pages/Public/Home.razor.rz.scp.css */
.loker-page[b-7wbij4toxz] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 28px 20px;
    background: #f6f8fb;
}

    .loker-page h3[b-7wbij4toxz] {
        font-size: 28px;
        font-weight: 800;
        margin-bottom: 4px;
    }

.available[b-7wbij4toxz] {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
}

    .available span[b-7wbij4toxz] {
        color: #ef4444;
        font-weight: 700;
    }

/* DESKTOP */
.job-card[b-7wbij4toxz] {
    display: grid;
    grid-template-columns: 150px 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: 28px;
    row-gap: 18px;
    align-items: start;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    padding: 28px 36px;
    margin-bottom: 22px;
}

.job-image[b-7wbij4toxz] {
    grid-column: 1;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .job-image img[b-7wbij4toxz] {
        width: 120px;
        height: 120px;
        object-fit: contain;
    }

.job-content[b-7wbij4toxz] {
    grid-column: 2 / 4;
    grid-row: 1;
}

    .job-content h5[b-7wbij4toxz] {
        font-size: 23px;
        font-weight: 700;
        font-style: italic;
        margin-bottom: 6px;
    }

    .job-content p[b-7wbij4toxz] {
        font-size: 16px;
        line-height: 1.55;
        margin: 0;
        text-align: justify;
    }

.btn-apply[b-7wbij4toxz] {
    grid-column: 1;
    grid-row: 2;
    width: 160px;
    border: none;
    border-radius: 7px;
    padding: 10px 18px;
    background: #16a34a;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    height: 40px;
}

.job-footer[b-7wbij4toxz] {
    grid-column: 2 / 4;
    grid-row: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-share[b-7wbij4toxz] {
    width: 64px;
    height: 40px;
    border: none;
    border-radius: 7px;
    background: #25b7f0;
    color: white;
    font-size: 17px;
}

.job-type[b-7wbij4toxz] {
    color: red;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
}

/* MOBILE */
@media (max-width: 768px) {
    .loker-page[b-7wbij4toxz] {
        padding: 24px 18px;
    }

    .job-card[b-7wbij4toxz] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 28px 18px;
        border-radius: 8px;
        margin: 0 auto 22px auto;
        width: 100%;
        max-width: none;
        margin: 0 0 22px 0;
    }

    .job-image[b-7wbij4toxz] {
        margin-bottom: 22px;
    }

        .job-image img[b-7wbij4toxz] {
            width: 125px;
            height: 125px;
        }

    .btn-apply[b-7wbij4toxz] {
        order: 2;
        width: 100%;
        margin-bottom: 20px;
    }

    .job-content[b-7wbij4toxz] {
        order: 3;
    }

        .job-content h5[b-7wbij4toxz] {
            font-size: 20px;
            text-align: left;
            margin-bottom: 8px;
        }

        .job-content p[b-7wbij4toxz] {
            font-size: 15px;
            text-align: justify;
            line-height: 1.5;
            margin-bottom: 20px;
        }

    .job-footer[b-7wbij4toxz] {
        order: 4;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .btn-share[b-7wbij4toxz] {
        width: 60px;
        height: 38px;
    }

    .job-type[b-7wbij4toxz] {
        font-size: 16px;
    }
}

/* _content/Loker.Blazor/Components/Pages/Public/InfoLoker.razor.rz.scp.css */
.loker-detail-page[b-eu94cch3x6] {
    background: #fff;
    min-height: 100vh;
}

.detail-hero[b-eu94cch3x6] {
    position: relative;
    height: 170px;
    background-image: url('/images/preview-loker.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay[b-eu94cch3x6] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
}

.detail-card-header[b-eu94cch3x6] {
    width: min(430px, calc(100% - 32px));
    min-height: 120px;
    margin: -90px auto 0;
    padding: 26px 34px;
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 28px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
}

.detail-image img[b-eu94cch3x6] {
    width: 92px;
    height: 92px;
    object-fit: contain;
}

.detail-title h1[b-eu94cch3x6] {
    font-size: 26px;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 12px;
}

.btn-apply-detail[b-eu94cch3x6] {
    width: 120px;
    height: 38px;
    border: none;
    border-radius: 7px;
    background: #16a34a;
    color: white;
    font-weight: 700;
}

.detail-container[b-eu94cch3x6] {
    max-width: 900px;
    margin: 80px auto 0;
    padding: 0 22px 60px;
}

.detail-section[b-eu94cch3x6] {
    margin-bottom: 22px;
}

    .detail-section h3[b-eu94cch3x6] {
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .detail-section p[b-eu94cch3x6],
    .detail-section li[b-eu94cch3x6] {
        font-size: 16px;
        line-height: 1.75;
        color: #475569;
    }

    .detail-section ul[b-eu94cch3x6] {
        padding-left: 34px;
    }

.mobile-apply-section[b-eu94cch3x6] {
    display: none;
}

.detail-section p[b-eu94cch3x6] {
    text-align: justify;
    text-justify: inter-word;
}

.detail-section li[b-eu94cch3x6] {
    text-align: justify;
    text-justify: inter-word;
}

@media (max-width: 768px) {
    .detail-card-header .detail-title[b-eu94cch3x6] {
        display: none;
    }

    .mobile-apply-section[b-eu94cch3x6] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 28px;
    }

    .mobile-apply-section h3[b-eu94cch3x6] {
        font-size: 20px;
        font-weight: 800;
        margin: 0;
    }

    .mobile-apply-section .btn-apply-detail[b-eu94cch3x6] {
        width: 72px;
        height: 38px;
    }
    .detail-container[b-eu94cch3x6] {
        margin-top: 70px;
        padding: 0 32px 60px;
    }

    .mobile-apply-section[b-eu94cch3x6] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 32px;
        padding-top: 18px;
    }

    .mobile-apply-section h3[b-eu94cch3x6] {
        font-size: 20px;
        font-weight: 800;
        margin: 0;
    }

    .mobile-apply-section .btn-apply-detail[b-eu94cch3x6] {
        width: 72px;
        height: 38px;
    }

    .detail-card-header[b-eu94cch3x6] {
        width: fit-content;
        min-width: 150px;
        padding: 18px 22px;
        margin-top: -72px;
        border-radius: 22px;
        background: rgba(255,255,255,.92);
        box-shadow: 0 18px 45px rgba(15, 23, 42, .16);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .detail-image img[b-eu94cch3x6] {
        width: 90px;
        height: 90px;
        justify-content: center;
    }
}

/* _content/Loker.Blazor/Components/Pages/Public/Login.razor.rz.scp.css */
.login-page[b-oxuu6j8jp6] {
    min-height: 600px;
    display: flex;
    justify-content: center;
    padding-top: 70px;
}

.login-card[b-oxuu6j8jp6] {
    width: 100%;
    max-width: 360px;
}

    .login-card h2[b-oxuu6j8jp6] {
        text-align: center;
        font-size: 26px;
        font-weight: 800;
        margin-bottom: 28px;
    }

/* FIELD */
.field.outlined[b-oxuu6j8jp6] {
    position: relative;
    margin-bottom: 20px;
}

    .field.outlined input[b-oxuu6j8jp6] {
        width: 100%;
        height: 56px;
        border: 2px solid #ef4444;
        border-radius: 8px;
        padding: 18px 44px 6px 12px;
        font-size: 20px;
        outline: none;
        background: transparent;
        transition: .2s ease;
        position: relative;
        z-index: 1;
        padding-right: 52px;
    }

    /* LABEL */
    .field.outlined label[b-oxuu6j8jp6] {
        position: absolute;
        left: 12px;
        top: 18px;
        font-size: 18px;
        color: #22c55e;
        transition: 0.2s ease;
        pointer-events: none;
        z-index: 2; /* ini penting */
    }

    /* FLOAT */
    .field.outlined input:focus + label[b-oxuu6j8jp6],
    .field.outlined input:not(:placeholder-shown) + label[b-oxuu6j8jp6] {
        top: -10px;
        font-size: 12px;
        background: #f5f5f5; /* harus sama dengan card */
        padding: 0 6px; /* ini yang bikin “motong” */
    }

    /* VALID */
    .field.outlined input:not(:placeholder-shown):valid[b-oxuu6j8jp6] {
        border-color: #22c55e;
    }

        .field.outlined input:not(:placeholder-shown):valid + label[b-oxuu6j8jp6] {
            color: #22c55e;
        }

    /* INVALID */
    .field.outlined input:not(:placeholder-shown):invalid[b-oxuu6j8jp6] {
        border-color: #ef4444;
    }

/* ICON */
.field-icon[b-oxuu6j8jp6],
.field-icon-btn[b-oxuu6j8jp6] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ef4444;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: none;
    z-index: 5;
}

.field-icon-btn[b-oxuu6j8jp6] {
    cursor: pointer;
    pointer-events: auto;
}

/* ICON VALID */
.field.outlined input:not(:placeholder-shown):valid ~ .field-icon[b-oxuu6j8jp6],
.field.outlined input:not(:placeholder-shown):valid ~ .field-icon-btn[b-oxuu6j8jp6] {
    background: #22c55e;
}

.field-icon-btn[b-oxuu6j8jp6] {
    cursor: pointer;
}

/* INFO */
.password-info[b-oxuu6j8jp6] {
    font-size: 12px;
    color: #475569;
    margin-bottom: 10px;
}

.forgot-row[b-oxuu6j8jp6] {
    text-align: right;
    margin-bottom: 16px;
}

    .forgot-row a[b-oxuu6j8jp6] {
        color: #d60000;
        font-size: 13px;
        font-style: italic;
        text-decoration: none;
    }

/* BUTTON */
.btn-login-main[b-oxuu6j8jp6] {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 6px;
    background: #3fa9f5;
    color: white;
    font-weight: 600;
    margin-bottom: 10px;
}

/* GOOGLE */
.btn-google-login[b-oxuu6j8jp6] {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    background: #58b957;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* TEXT */
.register-text[b-oxuu6j8jp6] {
    margin-top: 14px;
    text-align: center;
    font-size: 13px;
    color: #555;
}

    .register-text a[b-oxuu6j8jp6] {
        margin-left: 6px;
        color: #2196f3;
        text-decoration: none;
    }

/* ERROR */
.login-error[b-oxuu6j8jp6] {
    margin-top: 12px;
    color: #dc2626;
    text-align: center;
    font-size: 13px;
}
/* _content/Loker.Blazor/Components/Pages/Public/ResetPassword.razor.rz.scp.css */
.reset-container[b-u73axiubda] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f7fb;
    padding: 20px;
}

.reset-card[b-u73axiubda] {
    width: 100%;
    max-width: 420px;
    background: white;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.title[b-u73axiubda] {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center;
}

.subtitle[b-u73axiubda] {
    text-align: center;
    color: #777;
    margin-bottom: 28px;
}

.field-group[b-u73axiubda] {
    margin-bottom: 20px;
}

.field-group label[b-u73axiubda] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.password-wrapper[b-u73axiubda] {
    position: relative;
}

.form-control[b-u73axiubda] {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #dcdcdc;
    padding: 12px 45px 12px 14px;
    font-size: 15px;
}

.form-control:focus[b-u73axiubda] {
    outline: none;
    border-color: #4f46e5;
}

.toggle-btn[b-u73axiubda] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    color: #666;
}

.btn-submit[b-u73axiubda] {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 13px;
    background: #4f46e5;
    color: white;
    font-weight: 600;
    margin-top: 10px;
}

.btn-submit:hover[b-u73axiubda] {
    opacity: .9;
}
/* _content/Loker.Blazor/Components/Pages/Public/SignUp.razor.rz.scp.css */
/* =========================
   WRAPPER
========================= */
.signup-wrapper[b-o0h3u2tlvq] {
    width: 320px;
    margin: 25px auto;
    font-family: Arial, sans-serif;
}

    .signup-wrapper h2[b-o0h3u2tlvq] {
        text-align: center;
        margin-bottom: 32px;
        font-weight: 700;
        color: #222;
    }

/* =========================
   FIELD BASE
========================= */
.field[b-o0h3u2tlvq],
.date-box[b-o0h3u2tlvq],
.dx-date-field[b-o0h3u2tlvq] {
    position: relative;
    width: 100%;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: transparent;
    overflow: visible;
    box-sizing: border-box;
}

    /* BORDER */
    .field[b-o0h3u2tlvq]::before,
    .date-box[b-o0h3u2tlvq]::before,
    .dx-date-field[b-o0h3u2tlvq]::before {
        content: "";
        position: absolute;
        inset: 0;
        border: 1.5px solid #ef4444;
        border-radius: 8px;
        pointer-events: none;
        transition: border-color 0.2s ease;
        z-index: 0;
    }

    /* VALID */
    .field.valid[b-o0h3u2tlvq]::before,
    .date-box.valid[b-o0h3u2tlvq]::before,
    .dx-date-field.valid[b-o0h3u2tlvq]::before {
        border-color: #22c55e;
    }

    /* FOCUS */
    .field:focus-within[b-o0h3u2tlvq]::before,
    .date-box:focus-within[b-o0h3u2tlvq]::before,
    .dx-date-field:focus-within[b-o0h3u2tlvq]::before {
        border-color: #22c55e;
    }

    /* INVALID */
    .field.invalid[b-o0h3u2tlvq]::before,
    .date-box.invalid[b-o0h3u2tlvq]::before,
    .dx-date-field.invalid[b-o0h3u2tlvq]::before {
        border-color: #ef4444;
    }

    /* =========================
   INPUT
========================= */
    .field[b-o0h3u2tlvq]  input,
    .date-box[b-o0h3u2tlvq]  input,
    .field.textarea[b-o0h3u2tlvq]  textarea,
    .dx-date-field[b-o0h3u2tlvq]  input {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        background: transparent !important;
        padding: 0 80px 0 14px;
        font-size: 15px;
        color: #333;
        box-sizing: border-box;
    }

    /* =========================
   TEXTAREA
========================= */
    .field.textarea[b-o0h3u2tlvq] {
        height: 95px;
    }

        .field.textarea[b-o0h3u2tlvq]  textarea {
            padding: 18px 14px 10px 14px;
            resize: none;
        }

    /* =========================
   FLOATING LABEL
========================= */
    .field label[b-o0h3u2tlvq],
    .date-box label[b-o0h3u2tlvq],
    .dx-date-field label[b-o0h3u2tlvq] {
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 6px;
        background: transparent;
        color: #22c55e;
        font-size: 14px;
        line-height: 1;
        z-index: 5;
        pointer-events: none;
        transition: all 0.18s ease;
    }

    /* FLOAT UP */
    .field:focus-within label[b-o0h3u2tlvq],
    .field.filled label[b-o0h3u2tlvq],
    .date-box:focus-within label[b-o0h3u2tlvq],
    .date-box.filled label[b-o0h3u2tlvq],
    .dx-date-field:focus-within label[b-o0h3u2tlvq],
    .dx-date-field.filled label[b-o0h3u2tlvq] {
        left: 10px;
        top: -9px;
        transform: none;
        padding: 0 10px;
        background: #f5f5f5;
        font-size: 11px;
    }

    /* VALID LABEL */
    .field.valid label[b-o0h3u2tlvq],
    .date-box.valid label[b-o0h3u2tlvq],
    .dx-date-field.valid label[b-o0h3u2tlvq] {
        color: #22c55e;
    }

    /* INVALID LABEL */
    .field.invalid label[b-o0h3u2tlvq],
    .date-box.invalid label[b-o0h3u2tlvq],
    .dx-date-field.invalid label[b-o0h3u2tlvq] {
        color: #ef4444;
    }

/* =========================
   ERROR ICON
========================= */
.error-icon[b-o0h3u2tlvq] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ef4444;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    z-index: 40;
}


.field:not(.filled) .error-icon[b-o0h3u2tlvq] {
    right: 16px;
}

/* HIDE ERROR WHEN VALID */
.field.valid .error-icon[b-o0h3u2tlvq],
.date-box.valid .error-icon[b-o0h3u2tlvq],
.dx-date-field.valid .error-icon[b-o0h3u2tlvq] {
    display: none;
}

/* =========================
   PASSWORD EYE BUTTON
========================= */
.eye-btn[b-o0h3u2tlvq] {
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    color: #777;
    font-size: 16px;
    cursor: pointer;
    z-index: 50;
}

/* kalau valid icon error hilang */
.field.valid .eye-btn[b-o0h3u2tlvq] {
    right: 14px;
}

/* =========================
   CLEAR BUTTON
========================= */
.clear-btn[b-o0h3u2tlvq],
.date-clear[b-o0h3u2tlvq] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 50%;
    background: #999;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    z-index: 30;
}

/* =========================
   PHONE FIELD
========================= */
.phone-field .error-icon[b-o0h3u2tlvq] {
    right: 40px;
}

/* =========================
   AGE INFO
========================= */
.age-info[b-o0h3u2tlvq] {
    margin-top: -10px;
    margin-bottom: 18px;
    font-size: 11px;
    color: #4b3f4f;
}

/* =========================
   BUTTONS
========================= */
.btn-register[b-o0h3u2tlvq],
.btn-google[b-o0h3u2tlvq] {
    width: 100%;
    height: 38px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.btn-register[b-o0h3u2tlvq] {
    background: #22c55e;
    margin-bottom: 10px;
}

.btn-google[b-o0h3u2tlvq] {
    background: #4caf50;
}

/* =========================
   LOGIN TEXT
========================= */
.login-text[b-o0h3u2tlvq] {
    margin-top: 14px;
    text-align: center;
    font-size: 12px;
}

    .login-text em[b-o0h3u2tlvq] {
        color: #444;
        margin-right: 6px;
    }

    .login-text a[b-o0h3u2tlvq] {
        color: #1e9bff;
        text-decoration: none;
    }

/* =========================
   DEVEXPRESS DATE
========================= */
.custom-date-edit[b-o0h3u2tlvq] {
    width: 100%;
    height: 100%;
}

.dx-date-field[b-o0h3u2tlvq]  .dxbl-text-edit {
    width: 100%;
    height: 100%;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.dx-date-field[b-o0h3u2tlvq]  .dxbl-btn {
    border: none !important;
    background: transparent !important;
}


/* =========================
   Button Google
========================= */

.btn-google[b-o0h3u2tlvq] {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #dadce0;
    border-radius: 8px;
    background: #fff;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-google:hover[b-o0h3u2tlvq] {
    background: #f8f9fa;
}

.btn-google img[b-o0h3u2tlvq] {
    width: 18px;
    height: 18px;
}

.validation-message[b-o0h3u2tlvq] {
    position: absolute;
    left: 6px;
    bottom: -14px;
    margin: 0;
    padding: 0;
    color: #ef4444;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

/* kasih ruang sedikit antar field */
.field[b-o0h3u2tlvq],
.dx-date-field[b-o0h3u2tlvq] {
    margin-bottom: 35px;
    font-size: 11px;
}


.dx-date-field[b-o0h3u2tlvq]  [class*="validation-status-icon"] {
    display: none !important;
}

.dx-date-field .error-icon[b-o0h3u2tlvq] {
    position: absolute !important;
    right: 31px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 999 !important;
}

.dx-date-field[b-o0h3u2tlvq]  input {
    padding-right: 90px !important;
}

/* _content/Loker.Blazor/Components/Pages/Secure/ApplyLoker.razor.rz.scp.css */
.apply-page[b-npcxcmt71k] {
    min-height: 100vh;
    background: #f3f6fb;
    padding: 24px;
}

.apply-card[b-npcxcmt71k] {
    max-width: 760px;
    margin: auto;
    background: white;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.apply-header[b-npcxcmt71k] {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 24px;
}

.apply-header h3[b-npcxcmt71k] {
    margin: 0;
    font-weight: 700;
}

.apply-header p[b-npcxcmt71k] {
    margin: 4px 0 0;
    color: #777;
}

.question-card[b-npcxcmt71k] {
    margin-bottom: 18px;
}

.question-label[b-npcxcmt71k] {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: justify;
}

.required[b-npcxcmt71k] {
    color: #dc3545;
}

.option-list[b-npcxcmt71k] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.option-item[b-npcxcmt71k] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.btn-submit[b-npcxcmt71k] {
    width: 100%;
    border: none;
    border-radius: 12px;
    background: #0d6efd;
    color: white;
    padding: 12px;
    font-weight: 700;
}

.btn-back[b-npcxcmt71k] {
    border: none;
    background: #e9f2ff;
    color: #0d6efd;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}
/* _content/Loker.Blazor/Components/Pages/Secure/ChangePassword.razor.rz.scp.css */
.change-password-page[b-9ooegbdwdc] {
    display: flex;
    justify-content: center;
    padding: 30px 15px;
}

.change-password-card[b-9ooegbdwdc] {
    width: 100%;
    max-width: 500px;
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 8%);
}

    .change-password-card h3[b-9ooegbdwdc] {
        margin-bottom: 6px;
        font-weight: 700;
    }

    .change-password-card p[b-9ooegbdwdc] {
        color: #666;
        margin-bottom: 24px;
    }

.form-group[b-9ooegbdwdc] {
    margin-bottom: 18px;
}

    .form-group label[b-9ooegbdwdc] {
        display: block;
        margin-bottom: 6px;
        font-weight: 600;
        color: #333;
    }

.btn-save[b-9ooegbdwdc] {
    width: 100%;
    border: none;
    border-radius: 10px;
    background: #198754;
    color: white;
    padding: 12px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
}

    .btn-save:hover:not(:disabled)[b-9ooegbdwdc] {
        background: #157347;
    }

    .btn-save:disabled[b-9ooegbdwdc] {
        opacity: .7;
        cursor: not-allowed;
    }

.validation-message[b-9ooegbdwdc],
.validation-errors[b-9ooegbdwdc] {
    color: #dc3545;
    font-size: 13px;
    margin-top: 4px;
}
/* _content/Loker.Blazor/Components/Pages/Secure/EditProfile.razor.rz.scp.css */
/* =========================
   WRAPPER
========================= */
.signup-wrapper[b-2g3yprdx3r] {
    width: 320px;
    margin: 25px auto;
    font-family: Arial, sans-serif;
}

    .signup-wrapper h2[b-2g3yprdx3r] {
        text-align: center;
        margin-bottom: 32px;
        font-weight: 700;
        color: #222;
    }

/* =========================
   FIELD BASE
========================= */
.field[b-2g3yprdx3r],
.date-box[b-2g3yprdx3r],
.dx-date-field[b-2g3yprdx3r] {
    position: relative;
    width: 100%;
    height: 44px;
    margin-bottom: 35px;
    border-radius: 8px;
    background: transparent;
    overflow: visible;
    box-sizing: border-box;
}

    /* BORDER */
    .field[b-2g3yprdx3r]::before,
    .date-box[b-2g3yprdx3r]::before,
    .dx-date-field[b-2g3yprdx3r]::before {
        content: "";
        position: absolute;
        inset: 0;
        border: 1.5px solid #ef4444;
        border-radius: 8px;
        pointer-events: none;
        transition: border-color 0.2s ease;
        z-index: 0;
    }

    /* VALID */
    .field.valid[b-2g3yprdx3r]::before,
    .date-box.valid[b-2g3yprdx3r]::before,
    .dx-date-field.valid[b-2g3yprdx3r]::before {
        border-color: #22c55e;
    }

    /* FOCUS */
    .field:focus-within[b-2g3yprdx3r]::before,
    .date-box:focus-within[b-2g3yprdx3r]::before,
    .dx-date-field:focus-within[b-2g3yprdx3r]::before {
        border-color: #22c55e;
    }

    /* VERIFIED (readonly, no green border) */
    .field.verified[b-2g3yprdx3r]::before {
        border-color: #d1d5db;
    }

    /* INVALID */
    .field.invalid[b-2g3yprdx3r]::before,
    .date-box.invalid[b-2g3yprdx3r]::before,
    .dx-date-field.invalid[b-2g3yprdx3r]::before {
        border-color: #ef4444;
    }

/* =========================
   INPUT
========================= */
.field[b-2g3yprdx3r]  input,
.date-box[b-2g3yprdx3r]  input,
.field.textarea[b-2g3yprdx3r]  textarea,
.dx-date-field[b-2g3yprdx3r]  input {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 80px 0 14px;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
}

/* =========================
   TEXTAREA
========================= */
.field.textarea[b-2g3yprdx3r] {
    height: 95px;
}

    .field.textarea[b-2g3yprdx3r]  textarea {
        padding: 18px 14px 10px 14px;
        resize: none;
    }

/* =========================
   FLOATING LABEL
========================= */
.field label[b-2g3yprdx3r],
.date-box label[b-2g3yprdx3r],
.dx-date-field label[b-2g3yprdx3r] {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 6px;
    background: transparent;
    color: #22c55e;
    font-size: 14px;
    line-height: 1;
    z-index: 5;
    pointer-events: none;
    transition: all 0.18s ease;
}

/* FLOAT UP */
.field:focus-within label[b-2g3yprdx3r],
.field.filled label[b-2g3yprdx3r],
.date-box:focus-within label[b-2g3yprdx3r],
.date-box.filled label[b-2g3yprdx3r],
.dx-date-field:focus-within label[b-2g3yprdx3r],
.dx-date-field.filled label[b-2g3yprdx3r] {
    left: 10px;
    top: -9px;
    transform: none;
    padding: 0 10px;
    background: #f5f5f5;
    font-size: 11px;
}

/* VALID LABEL */
.field.valid label[b-2g3yprdx3r],
.date-box.valid label[b-2g3yprdx3r],
.dx-date-field.valid label[b-2g3yprdx3r] {
    color: #22c55e;
}

/* INVALID LABEL */
.field.invalid label[b-2g3yprdx3r],
.date-box.invalid label[b-2g3yprdx3r],
.dx-date-field.invalid label[b-2g3yprdx3r] {
    color: #ef4444;
}

/* =========================
   ERROR ICON
========================= */
.error-icon[b-2g3yprdx3r] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ef4444;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    z-index: 40;
}

.field:not(.filled) .error-icon[b-2g3yprdx3r] {
    right: 16px;
}

/* HIDE ERROR WHEN VALID */
.field.valid .error-icon[b-2g3yprdx3r],
.date-box.valid .error-icon[b-2g3yprdx3r],
.dx-date-field.valid .error-icon[b-2g3yprdx3r] {
    display: none;
}

/* =========================
   PASSWORD EYE BUTTON
========================= */
.eye-btn[b-2g3yprdx3r] {
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    color: #777;
    font-size: 16px;
    cursor: pointer;
    z-index: 50;
}

.field.valid .eye-btn[b-2g3yprdx3r] {
    right: 14px;
}

/* =========================
   CLEAR BUTTON
========================= */
.clear-btn[b-2g3yprdx3r],
.date-clear[b-2g3yprdx3r] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 50%;
    background: #999;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    z-index: 30;
}

/* =========================
   PHONE FIELD
========================= */
.phone-field .error-icon[b-2g3yprdx3r] {
    right: 40px;
}

.phone-field input[readonly][b-2g3yprdx3r],
.email-field input[readonly][b-2g3yprdx3r] {
    background: #f5f5f5 !important;
    cursor: not-allowed;
    opacity: .9;
}

/* =========================
   VERIFIED BADGE
========================= */
.verified-badge[b-2g3yprdx3r] {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #22c55e;
    font-size: 18px;
    z-index: 40;
}

/* =========================
   AGE INFO
========================= */
.age-info[b-2g3yprdx3r] {
    margin-top: -10px;
    margin-bottom: 18px;
    font-size: 11px;
    color: #4b3f4f;
}

/* =========================
   BUTTONS
========================= */
.btn-register[b-2g3yprdx3r] {
    width: 100%;
    height: 38px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    background: #22c55e;
    margin-bottom: 10px;
}

    .btn-register:disabled[b-2g3yprdx3r] {
        opacity: 0.7;
        cursor: not-allowed;
    }

.btn-google[b-2g3yprdx3r] {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #dadce0;
    border-radius: 8px;
    background: #fff;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-google:hover[b-2g3yprdx3r] {
        background: #f8f9fa;
    }

/* =========================
   VALIDATION MESSAGE
========================= */
.validation-message[b-2g3yprdx3r] {
    position: absolute;
    left: 6px;
    bottom: -14px;
    margin: 0;
    padding: 0;
    color: #ef4444;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

/* =========================
   DEVEXPRESS DATE
========================= */
.custom-date-edit[b-2g3yprdx3r] {
    width: 100%;
    height: 100%;
}

.dx-date-field[b-2g3yprdx3r]  .dxbl-text-edit {
    width: 100%;
    height: 100%;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.dx-date-field[b-2g3yprdx3r]  .dxbl-btn {
    border: none !important;
    background: transparent !important;
}

.dx-date-field[b-2g3yprdx3r]  [class*="validation-status-icon"] {
    display: none !important;
}

.dx-date-field .error-icon[b-2g3yprdx3r] {
    position: absolute !important;
    right: 31px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 999 !important;
}

.dx-date-field[b-2g3yprdx3r]  input {
    padding-right: 90px !important;
}
/* _content/Loker.Blazor/Components/Pages/Secure/PengalamanKerjaEditor.razor.rz.scp.css */
.pengalaman-page[b-9wevfcldoq] {
    min-height: 100vh;
    background: #f3f6fb;
    padding: 24px;
}

.editor-card[b-9wevfcldoq] {
    max-width: 720px;
    margin: auto;
    background: white;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.editor-header[b-9wevfcldoq] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.editor-header h3[b-9wevfcldoq] {
    margin: 0;
    font-weight: 700;
}

.btn-back[b-9wevfcldoq] {
    border: none;
    background: #e9f2ff;
    color: #0d6efd;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.form-group[b-9wevfcldoq] {
    margin-bottom: 16px;
}

.form-group label[b-9wevfcldoq] {
    font-weight: 600;
    margin-bottom: 6px;
}

.form-row[b-9wevfcldoq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.textarea[b-9wevfcldoq] {
    min-height: 130px;
}

.btn-save[b-9wevfcldoq] {
    width: 100%;
    border: none;
    border-radius: 12px;
    background: #0d6efd;
    color: white;
    padding: 12px;
    font-weight: 700;
}

@media (max-width: 576px) {
    .form-row[b-9wevfcldoq] {
        grid-template-columns: 1fr;
    }
}
/* _content/Loker.Blazor/Components/Pages/Secure/PreviewCv.razor.rz.scp.css */
.cv-frame[b-v6uhc25ug6] {
    width: 100%;
    height: 100vh;
    border: none;
}

.cv-header[b-v6uhc25ug6] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    background: transparent;
}

.btn-back[b-v6uhc25ug6] {
    border: none;
    background: #0d6efd;
    color: white;
    padding: 8px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.2s;
}

.btn-back:hover[b-v6uhc25ug6] {
    background: #0b5ed7;
}

.cv-frame[b-v6uhc25ug6] {
    width: 100%;
    height: calc(100vh - 60px);
    border: none;
}
/* _content/Loker.Blazor/Components/Pages/Secure/Profile.razor.rz.scp.css */
/* =====================
   PAGE BACKGROUND
===================== */
.profile-page[b-st4zrschem] {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 20px;
    margin: -24px -20px;
    padding: 28px 24px;
    background: #fff;
    min-height: calc(100vh - 72px);
    box-sizing: border-box;
    align-items: start;
}

/* =====================
   LEFT - PROFILE CARD
===================== */
.profile-card[b-st4zrschem] {
    padding: 20px 4px;
}

.avatar[b-st4zrschem] {
    width: 130px;
    height: 130px;
    margin: 0 auto 16px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c8dfe8;
    border: 2px solid #b0ccd8;
}

    .avatar img[b-st4zrschem] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.profile-card h2[b-st4zrschem] {
    text-align: center;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #2a4050;
}

.age[b-st4zrschem] {
    text-align: center;
    color: #101011;
    margin-top: 6px;
    font-size: 14px;
}

.profile-card hr[b-st4zrschem] {
    margin: 20px 0;
    border: none;
    border-top: 1px solid #9bbcca;
}

/* =====================
   INFO ROWS
===================== */
.info-row[b-st4zrschem] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #101011;
    font-size: 14px;
}

    .info-row i[b-st4zrschem] {
        width: 20px;
        text-align: center;
        font-size: 15px;
        flex-shrink: 0;
    }

    .info-row span[b-st4zrschem] {
        min-width: 0;
        word-break: break-word;
    }

/* =====================
   BUTTONS
===================== */
.btn-red[b-st4zrschem] {
    border: none;
    border-radius: 20px;
    background: #FF2424;
    color: white;
    font-weight: 600;
    padding: 4px 9px;
    cursor: pointer;
    font-size: 10px;
    flex-shrink: 0;
    white-space: nowrap;
    min-width: 120px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .btn-red:hover[b-st4zrschem] {
        background: #a04f60;
    }

.btn-green[b-st4zrschem] {
    border: none;
    border-radius: 8px;
    background: #4bc04b;
    color: white;
    font-weight: 600;
    padding: 7px 12px;
    cursor: pointer;
    font-size: 13px;
    white-space: nowrap;
    flex-shrink: 0;
    border-radius: 14px;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 600;
    height: 30px;
    white-space: nowrap;
    transition: .2s;
}

    .btn-green:hover[b-st4zrschem] {
        background: #4bc04b;
    }

.btn-blue[b-st4zrschem] {
    border: none;
    border-radius: 8px;
    background: #3a9fd4;
    color: white;
    font-weight: 600;
    padding: 7px 12px;
    cursor: pointer;
    font-size: 13px;
    white-space: nowrap;
}

    .btn-blue:hover[b-st4zrschem] {
        background: #2d8cbf;
    }

.full[b-st4zrschem] {
    width: 100%;
    margin-top: 10px;
    padding: 11px;
    display: block;
    text-align: center;
    box-sizing: border-box;
}

.download-cv[b-st4zrschem] {
    color: #d03040;
    font-style: italic;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

    .download-cv:hover[b-st4zrschem] {
        text-decoration: underline;
    }


.btn-verify-mini[b-st4zrschem] {
    border: none;
    background: #FF2424;
    color: white;
    border-radius: 12px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    height: 28px;
    white-space: nowrap;
}

.verified-icon[b-st4zrschem] {
    color: #16a34a;
    font-size: 18px;
    display: flex;
    align-items: center;
    flex: none;
    margin-left: auto;
}

/* =====================
   RIGHT - TAB CARD
===================== */
.profile-tab-card[b-st4zrschem] {
    border: 1px solid #9bbcca;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 6px;
    height: fit-content;
}

.tab-body[b-st4zrschem] {
    min-height: 160px;
    padding: 14px;
    position: relative;
}

.tab-toolbar[b-st4zrschem] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.btn-add[b-st4zrschem] {
    border: 1px solid #9bbcca;
    background: transparent;
    border-radius: 4px;
    padding: 4px 11px;
    cursor: pointer;
    font-size: 20px;
    color: #3a5a6a;
    line-height: 1;
}

    .btn-add:hover[b-st4zrschem] {
        background: rgba(255, 255, 255, 0.5);
    }

.no-data[b-st4zrschem] {
    text-align: center;
    color: #6a8a9a;
    margin-top: 40px;
    font-size: 14px;
}

/* =====================
   MOBILE
===================== */
@media (max-width: 768px) {
    .profile-page[b-st4zrschem] {
        display: block;
        margin: -24px -16px;
        padding: 20px 16px;
    }

    .profile-tab-card[b-st4zrschem] {
        border: 1px solid #e5e7eb;
        background: #fff;
        border-radius: 10px;
        height: fit-content;
    }

    .info-row[b-st4zrschem] {
        flex-wrap: wrap;
    }

        .info-row .btn-red[b-st4zrschem],
        .info-row .btn-green[b-st4zrschem] {
            margin-left: auto;
        }

}


.btn-main[b-st4zrschem] {
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    font-size: 15px;
    height: 42px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: .2s;
    cursor: pointer;
    margin-top: 12px;
    box-sizing: border-box;
}

.btn-upload-photo[b-st4zrschem] {
    background: #4bc04b;
    height: 32px;
}

    .btn-upload-photo:hover[b-st4zrschem] {
        background: #4bc04b;
    }

.btn-edit-profile[b-st4zrschem] {
    background: #3ea0d7;
}

    .btn-edit-profile:hover[b-st4zrschem] {
        background: #2e8fc5;
    }




[b-st4zrschem] .dxbl-tabs-item {
    font-size: 13px;
    font-weight: 600;
    padding: 12px 18px;
    min-height: 11px;
}

    [b-st4zrschem] .dxbl-tabs-item i {
        font-size: 15px;
    }

[b-st4zrschem] .dxbl-tabs-item-active {
    color: #2563eb;
}


[b-st4zrschem] .dxbl-tabs-item-active {
    background: #eef6ff;
    color: #2563eb !important;
    border-radius: 8px 8px 0 0;
    font-weight: 700;
}

    [b-st4zrschem] .dxbl-tabs-item-active::after {
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 0;
        height: 3px;
        background: #2563eb;
        border-radius: 10px;
    }

[b-st4zrschem] .dxbl-tabs-item {
    position: relative;
    font-size: 15px;
    padding: 12px 18px;
    transition: .2s;
}

    [b-st4zrschem] .dxbl-tabs-item:hover {
        background: #b9f8c8;
    }



.cv-row[b-st4zrschem] {
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.cv-left[b-st4zrschem] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.btn-upload-cv[b-st4zrschem] {
    min-width: 92px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
}


.cv-file-hidden[b-st4zrschem] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

.photo-file-hidden[b-st4zrschem] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

.btn-preview-cv[b-st4zrschem] {
    background: none;
    border: none;
    padding: 0;
    color: #d9534f;
    cursor: pointer;
    font-size: 14px;
}



/* =====================
   RESUME PREVIEW
===================== */

.activity-list[b-st4zrschem] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.activity-card[b-st4zrschem] {
    display: flex;
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
    background: white;
    border: 1px solid #ececec;
    transition: .2s;
}

.activity-card:hover[b-st4zrschem] {
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.activity-icon[b-st4zrschem] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffe8e8;
    color: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.activity-content[b-st4zrschem] {
    flex: 1;
}

.activity-header[b-st4zrschem] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.activity-title[b-st4zrschem] {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.activity-date[b-st4zrschem] {
    margin-top: 2px;
    font-size: 12px;
    color: #999;
}

.activity-status[b-st4zrschem] {
    background: #e8fff0;
    color: #198754;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    height: fit-content;
}

.activity-desc[b-st4zrschem] {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
    text-align: justify;
    line-height: 1.7;
}

.activity-actions[b-st4zrschem] {
    margin-top: 14px;
    display: flex;
    gap: 10px;
}

.btn-activity[b-st4zrschem] {
    border: none;
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-edit[b-st4zrschem] {
    background: #0d6efd;
    color: white;
}

.btn-delete[b-st4zrschem] {
    background: #dc3545;
    color: white;
}

.activity-date[b-st4zrschem] {
    font-size: 13px;
    color: #666;
}

.activity-duration[b-st4zrschem] {
    margin-top: 2px;
    font-size: 12px;
    color: #0d6efd;
    font-weight: 600;
}

