.bx-form-row-view-value  {
    word-break: break-all;
}

::-webkit-input-placeholder {
    color: #808080c4 !important;
    font-size: 14px !important;
}

.icon-ai {
    display: inline-block;
    background-image: url("../images/ai-btn.svg");
    background-size: cover;
    width: 1rem;
    height: 1rem;
}

.ai-btn {
    color: #7728DD;
    text-align: center;
    font-family: "BrandonGrotesque",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    border-radius: var(--Spacing-System-radius-sm, 8px);
    border: 0.5px solid #9149EE;
    max-width: 100%;
    padding: 4px 8px;

    &:hover{
        border: 0.443px solid #ff6600;
        background: #fff0e5;
        color: #ff6600;
    }
}