.elementor-10 .elementor-element.elementor-element-622d19d5{--display:flex;}.elementor-10 .elementor-element.elementor-element-93a26b5{--spacer-size:50px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-1988c262 *//* ---------- GLOBAL DARK BACKGROUND ---------- */
body {
    background: radial-gradient(circle at top, #020617, #000000);
    font-family: 'Poppins', sans-serif;
}

/* ---------- CENTER ALL FORMS FULL PAGE ---------- */
.tb-agent-card,
.tb-form,
.tb-dash {
    max-width: 420px;
    margin: 80px auto;
    padding: 30px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(34, 197, 94, 0.2);

    /* NEON GLOW */
    box-shadow:
        0 0 10px rgba(34,197,94,0.3),
        0 0 20px rgba(34,197,94,0.2),
        inset 0 0 10px rgba(34,197,94,0.1);
}

/* ---------- HEADINGS ---------- */
.tb-agent-card h2,
.tb-dash h2 {
    text-align: center;
    color: #22c55e;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(34,197,94,0.6);
}

/* ---------- INPUT FIELDS ---------- */
.tb-agent-card input,
.tb-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
    border: 1px solid rgba(34,197,94,0.2);
    background: #020617;
    color: #fff;
    outline: none;
    transition: 0.3s;
}

/* INPUT FOCUS GLOW */
.tb-agent-card input:focus,
.tb-form input:focus {
    border-color: #22c55e;
    box-shadow:
        0 0 5px #22c55e,
        0 0 10px #22c55e;
}

/* ---------- BUTTON ---------- */
.tb-agent-card button,
.tb-form button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;

    /* NEON BUTTON GLOW */
    box-shadow:
        0 0 10px rgba(34,197,94,0.5),
        0 0 20px rgba(34,197,94,0.3);
}

/* BUTTON HOVER */
.tb-agent-card button:hover,
.tb-form button:hover {
    transform: scale(1.05);
    box-shadow:
        0 0 15px #22c55e,
        0 0 30px #22c55e;
}

/* ---------- DASHBOARD STATS ---------- */
.tb-dash p {
    background: rgba(2, 6, 23, 0.8);
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(34,197,94,0.2);

    box-shadow:
        0 0 10px rgba(34,197,94,0.2);
}

/* ---------- CLAIM STATUS LIST ---------- */
.tb-dash ul {
    list-style: none;
    padding: 0;
}

.tb-dash li {
    background: rgba(15, 23, 42, 0.7);
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 8px;
    border-left: 3px solid #22c55e;

    box-shadow:
        0 0 8px rgba(34,197,94,0.2);
}

/* ---------- SUCCESS MESSAGE ---------- */
.success-msg {
    color: #22c55e;
    text-align: center;
    text-shadow: 0 0 10px #22c55e;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 600px) {
    .tb-agent-card,
    .tb-form,
    .tb-dash {
        margin: 40px 15px;
        padding: 20px;
    }
}/* End custom CSS */