﻿.btn {
    padding: 10px 24px !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    min-width: 120px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    transition: all 0.2s !important;
    height: auto !important;
}

.btn-secondary,
.btn-cancel {
    background: #f3f4f6 !important;
    color: #374151 !important;
}

.btn-primary,
.btn-save {
    background: #3b82f6 !important;
    color: white !important;
}

.btn-danger {
    background: #ef4444 !important;
    color: white !important;
}

.btn-success {
    background: #16a34a !important;
    color: white !important;
}

.btn-secondary:hover {
    background: #e5e7eb !important;
}

.btn-primary:hover {
    background: #2563eb !important;
}

.btn-danger:hover {
    background: #dc2626 !important;
}

.btn-success:hover {
    background: #15803d !important;
}

.btn:disabled {
    background: #9ca3af !important;
    cursor: not-allowed !important;
    opacity: 0.85 !important;
}

.dxbl-button-secondary {
    background: #f3f4f6 !important;
    color: #374151 !important;
}

.dxbl-button-primary {
    background: #3b82f6 !important;
    color: white !important;
}

.dxbl-button-danger {
    background: #ef4444 !important;
    color: white !important;
}
