.dt-buttons .dt-button {
    background: #5a8dee !important;
    border: 1px solid #5a8dee !important;
    color: #fff !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 0.875rem !important;
    border-radius: 0.375rem !important;
    margin-right: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    display: inline-block !important;
    text-align: center !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: all 0.15s ease-in-out !important;
}

.dt-buttons .dt-button:hover {
    background: #4a7cde !important;
    border-color: #4a7cde !important;
    color: #fff !important;
}

.dt-buttons .dt-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(90, 141, 238, 0.25) !important;
}