body {
    background: linear-gradient(135deg, #e8f0fe 0%, #f0f4f8 100%);
    min-height: 100vh;
}

.card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.card-header {
    border-radius: 16px 16px 0 0 !important;
    font-weight: 600;
}

.btn-primary {
    background-color: #1a73e8;
    border-color: #1a73e8;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 8px;
}

.btn-primary:hover {
    background-color: #1557b0;
    border-color: #1557b0;
}

.btn-outline-secondary {
    border-radius: 8px;
    padding: 10px 30px;
    font-weight: 500;
}

.form-control {
    border-radius: 8px;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    transition: border-color 0.2s;
}

.form-control:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.15);
}

.captcha-container {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
}

.captcha-container img {
    border-radius: 8px;
    border: 2px solid #dee2e6;
}

.form-check-input:checked {
    background-color: #1a73e8;
    border-color: #1a73e8;
}

.form-check-input:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.15);
}

.sector-card {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: all 0.2s;
}

.sector-card:hover {
    border-color: #1a73e8;
    background: #f8fbff;
}

.sector-card.active {
    border-color: #1a73e8;
    background: #f0f6ff;
}

.component-item {
    padding: 12px 16px;
    border-left: 3px solid #1a73e8;
    background: #f8f9fa;
    border-radius: 0 8px 8px 0;
    margin-bottom: 10px;
}

.bpnt-card {
    border: 2px solid #28a745;
    border-radius: 12px;
    padding: 20px;
    background: #f0fff4;
    transition: all 0.2s;
}

.bpnt-card.checked {
    background: #e6f7ee;
}

.ktp-icon {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.table-custom {
    border-radius: 12px;
    overflow: hidden;
}

.table-custom thead {
    background-color: #1a73e8;
    color: white;
}

.table-custom tfoot {
    background-color: #e8f0fe;
    font-weight: 700;
    font-size: 1.1em;
}

.alert-success-custom {
    background-color: #e6f7ee;
    border: 2px solid #28a745;
    border-radius: 12px;
}

.success-icon {
    font-size: 4rem;
    color: #28a745;
}

.search-icon {
    margin-right: 8px;
}

.upload-area {
    border: 2px dashed #1a73e8;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.2s;
}

.upload-area:hover {
    background: #f0f6ff;
}

.form-select-lg {
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    transition: border-color 0.2s;
}

.form-select-lg:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.15);
}

.form-label {
    margin-bottom: 4px;
}

.step-indicator {
    font-size: 0.9rem;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.step-item.active .step-circle {
    background: #1a73e8;
    color: #fff;
}

.step-item.done .step-circle {
    background: #28a745;
    color: #fff;
}

.step-label {
    font-size: 0.75rem;
    color: #666;
    white-space: nowrap;
}

.step-item.active .step-label {
    color: #1a73e8;
    font-weight: 600;
}

.step-item.done .step-label {
    color: #28a745;
    font-weight: 600;
}

.step-line {
    width: 40px;
    height: 3px;
    background: #e0e0e0;
    border-radius: 2px;
    margin-top: -18px;
    transition: all 0.3s;
}

.step-line.done {
    background: #28a745;
}

.bank-radio {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 16px 20px;
    margin: 0;
    transition: all 0.2s;
    flex: 1;
    min-width: 150px;
    text-align: center;
    cursor: pointer;
}

.bank-radio:hover {
    border-color: #1a73e8;
    background: #f0f6ff;
}

.bank-radio:has(input:checked) {
    border-color: #1a73e8;
    background: #e8f0fe;
}

.bank-radio input {
    display: none;
}
