.tf-fd-header .tf-header-content .tf-ai-header-btn {
    margin-left: auto;
    margin-right: 16px !important;

    white-space: nowrap;
    border: none;

    display: inline-flex;
    align-items: center;
    gap: 6px;

    color: #fff;
    background: linear-gradient(271deg, #0051a2 1.03%, #0077f1 50%, #0051a2 98.97%);
    box-shadow:
        rgba(132, 185, 255, 0.25) -4px 2px 4px 0px inset,
        rgba(132, 185, 255, 0.25) 4px 2px 4px 0px inset,
        rgba(108, 191, 255, 0.25) 0px 4px 4px 0px inset,
        rgba(71, 0, 107, 0.04) 4px 12px 8px 0px,
        rgba(123, 45, 142, 0.08) 4px 12px 8px 0px;
}

.tf-fd-header .tf-header-content .tf-ai-header-btn:hover,
.tf-fd-header .tf-header-content .tf-ai-header-btn:focus {
    color: #fff;
}

.tf-fd-header .tf-header-content .tf-ai-header-btn svg {
    display: block;
}
.tf-datatable-ai-btn {
    margin-left: 0;
    margin-right: 8px;
    white-space: nowrap;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    background: linear-gradient(271deg, #0051a2 1.03%, #0077f1 50%, #0051a2 98.97%) !important;
    box-shadow: rgba(132, 185, 255, 0.25) -4px 2px 4px 0px inset,
        rgba(132, 185, 255, 0.25) 4px 2px 4px 0px inset,
        rgba(108, 191, 255, 0.25) 0px 4px 4px 0px inset,
        rgba(71, 0, 107, 0.04) 4px 12px 8px 0px,
        rgba(123, 45, 142, 0.08) 4px 12px 8px 0px !important;
}