
.form-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.progress-bar-header {
    background-color: #ff980014;
    border-bottom: 1px solid #FF9800;
}

.step-badge-active {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    /* background-color: #2563eb; */
    background-color: #FF9800;
    color: #fff;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.step-badge-inactive {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #e2e8f0;
    color: #64748b;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.divider-line {
    flex: 1;
    height: 1px;
    background-color: #cbd5e1;
    margin: 0 12px;
}

.btn-no-custom {
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    padding: 12px;
    color: #1f2937;
    transition: background-color 0.2s;
}

.btn-no-custom:hover {
    background-color: #f1f5f9;
    color: #1f2937;
}

.btn-ok-custom {
    background-color: #f18b20;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    padding: 12px;
    box-shadow: 0 4px 12px rgb(241 139 32 / 36%);
    transition: background-color 0.2s;
}

.btn-ok-custom:hover {
    background-color: #FF9800;
    color: #fff;
}


.terms-box {
    background-color: #f8fafc;
    border-radius: 8px;
}

.terms-box a {
    color: #f18b20;
    text-decoration: none;
}
