.ai-btn:hover {
    background: url(/bootstrap/images/sparkle-white.svg) no-repeat left center;
}
.ai-btn {
    background-color: #02829d57 !important;
    border-color: #02829d57 !important;
    color: #02829d !important;
    font-weight: bolder;
    background: url(/bootstrap/images/sparkle-color.svg) no-repeat left center;
    padding: 1px 5px 1px 22px;
    cursor: pointer;
}