Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/wpforms-.../assets/css/integrat.../ai
File: ai-forms.css
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate:hover, #wpforms-setup-templates-list .wpforms-template#wpforms-template-generate.selected {
[0] Fix | Delete
box-shadow: 0 0 0 2px #5c24a9, 0 3px 4px rgba(0, 0, 0, 0.15);
[1] Fix | Delete
}
[2] Fix | Delete
[3] Fix | Delete
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-thumbnail {
[4] Fix | Delete
background-color: #faf5fe;
[5] Fix | Delete
}
[6] Fix | Delete
[7] Fix | Delete
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-name-wrap {
[8] Fix | Delete
display: flex;
[9] Fix | Delete
max-height: 40px;
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-name-wrap .wpforms-template-name {
[13] Fix | Delete
padding-right: 10px;
[14] Fix | Delete
}
[15] Fix | Delete
[16] Fix | Delete
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-name-wrap .wpforms-badge {
[17] Fix | Delete
box-sizing: border-box;
[18] Fix | Delete
opacity: 1;
[19] Fix | Delete
font-size: 8px;
[20] Fix | Delete
padding: 6px 8px;
[21] Fix | Delete
height: 18px;
[22] Fix | Delete
margin-top: 20px;
[23] Fix | Delete
}
[24] Fix | Delete
[25] Fix | Delete
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-generate.wpforms-inactive {
[26] Fix | Delete
color: #ffffff;
[27] Fix | Delete
background-color: #7a30e2;
[28] Fix | Delete
margin: 0;
[29] Fix | Delete
pointer-events: all;
[30] Fix | Delete
cursor: default;
[31] Fix | Delete
}
[32] Fix | Delete
[33] Fix | Delete
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-generate.wpforms-inactive:hover {
[34] Fix | Delete
background-color: #7a30e2;
[35] Fix | Delete
color: #ffffff;
[36] Fix | Delete
}
[37] Fix | Delete
[38] Fix | Delete
#wpforms-setup-templates-list .wpforms-template#wpforms-template-generate .wpforms-template-generate.wpforms-inactive:focus {
[39] Fix | Delete
box-shadow: none;
[40] Fix | Delete
}
[41] Fix | Delete
[42] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-sidebar {
[43] Fix | Delete
z-index: 20;
[44] Fix | Delete
overflow: hidden;
[45] Fix | Delete
}
[46] Fix | Delete
[47] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-sidebar-header {
[48] Fix | Delete
border-bottom: 1px solid #ced7e0;
[49] Fix | Delete
}
[50] Fix | Delete
[51] Fix | Delete
#wpforms-panel-ai-form .wpforms-btn-back-to-templates {
[52] Fix | Delete
background-color: transparent;
[53] Fix | Delete
border: none;
[54] Fix | Delete
color: #444444;
[55] Fix | Delete
width: auto;
[56] Fix | Delete
text-align: left;
[57] Fix | Delete
padding: 15px 15px 15px 43px;
[58] Fix | Delete
font-size: 15px;
[59] Fix | Delete
font-weight: 600;
[60] Fix | Delete
cursor: pointer;
[61] Fix | Delete
position: relative;
[62] Fix | Delete
}
[63] Fix | Delete
[64] Fix | Delete
#wpforms-panel-ai-form .wpforms-btn-back-to-templates:hover {
[65] Fix | Delete
text-decoration: underline;
[66] Fix | Delete
}
[67] Fix | Delete
[68] Fix | Delete
#wpforms-panel-ai-form .wpforms-btn-back-to-templates:before {
[69] Fix | Delete
content: '';
[70] Fix | Delete
position: absolute;
[71] Fix | Delete
left: 20px;
[72] Fix | Delete
background-image: url("../../../images/integrations/ai/back.svg");
[73] Fix | Delete
background-size: 13px 11px;
[74] Fix | Delete
width: 13px;
[75] Fix | Delete
height: 11px;
[76] Fix | Delete
top: 50%;
[77] Fix | Delete
transform: translateY(-50%);
[78] Fix | Delete
}
[79] Fix | Delete
[80] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content-wrap {
[81] Fix | Delete
overflow-x: hidden;
[82] Fix | Delete
}
[83] Fix | Delete
[84] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content.wpforms-panel-fields {
[85] Fix | Delete
width: 100%;
[86] Fix | Delete
height: auto;
[87] Fix | Delete
padding: 15px;
[88] Fix | Delete
}
[89] Fix | Delete
[90] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-panel-empty-state {
[91] Fix | Delete
min-height: 485px;
[92] Fix | Delete
height: calc( 100vh - 200px - var( --wpforms-admin-bar-height ));
[93] Fix | Delete
display: flex;
[94] Fix | Delete
flex-direction: column;
[95] Fix | Delete
justify-content: center;
[96] Fix | Delete
align-items: center;
[97] Fix | Delete
}
[98] Fix | Delete
[99] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-panel-empty-state::before {
[100] Fix | Delete
background-image: url("../../../images/integrations/ai/ai-form-empty-state.svg");
[101] Fix | Delete
background-position: center center;
[102] Fix | Delete
background-repeat: no-repeat;
[103] Fix | Delete
background-size: 568px 284px;
[104] Fix | Delete
content: "";
[105] Fix | Delete
display: block;
[106] Fix | Delete
height: 284px;
[107] Fix | Delete
width: 100%;
[108] Fix | Delete
}
[109] Fix | Delete
[110] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-panel-empty-state h4 {
[111] Fix | Delete
color: #444444;
[112] Fix | Delete
font-size: 24px;
[113] Fix | Delete
font-weight: 600;
[114] Fix | Delete
line-height: 29px;
[115] Fix | Delete
margin: 30px 0 10px;
[116] Fix | Delete
}
[117] Fix | Delete
[118] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-panel-empty-state p {
[119] Fix | Delete
color: #777777;
[120] Fix | Delete
font-size: 16px;
[121] Fix | Delete
font-weight: 400;
[122] Fix | Delete
line-height: 19px;
[123] Fix | Delete
margin: 0;
[124] Fix | Delete
text-align: center;
[125] Fix | Delete
max-width: 600px;
[126] Fix | Delete
}
[127] Fix | Delete
[128] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-title {
[129] Fix | Delete
font-size: 28px;
[130] Fix | Delete
line-height: 28px;
[131] Fix | Delete
padding: 15px 0 30px 0;
[132] Fix | Delete
margin: 0 15px 15px 15px;
[133] Fix | Delete
border-bottom: 1px solid #dddddd;
[134] Fix | Delete
}
[135] Fix | Delete
[136] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field {
[137] Fix | Delete
margin: 0;
[138] Fix | Delete
min-height: 128px;
[139] Fix | Delete
position: relative;
[140] Fix | Delete
}
[141] Fix | Delete
[142] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field:has(> .placeholder.fade-out) {
[143] Fix | Delete
min-height: 0;
[144] Fix | Delete
}
[145] Fix | Delete
[146] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field:has(.wpforms-ai-form-generator-hidden) {
[147] Fix | Delete
display: none;
[148] Fix | Delete
}
[149] Fix | Delete
[150] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .placeholder {
[151] Fix | Delete
border-radius: 4px;
[152] Fix | Delete
width: calc( 100% - 30px);
[153] Fix | Delete
height: 98px;
[154] Fix | Delete
margin: 15px;
[155] Fix | Delete
background: linear-gradient(92deg, #fcfcfc 50%, #f8f8f8 100%);
[156] Fix | Delete
position: absolute;
[157] Fix | Delete
top: 0;
[158] Fix | Delete
left: 0;
[159] Fix | Delete
}
[160] Fix | Delete
[161] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .placeholder.fade-out {
[162] Fix | Delete
animation: fade-out .25s ease-in;
[163] Fix | Delete
background: transparent;
[164] Fix | Delete
}
[165] Fix | Delete
[166] Fix | Delete
@keyframes fade-out {
[167] Fix | Delete
0% {
[168] Fix | Delete
opacity: 1;
[169] Fix | Delete
}
[170] Fix | Delete
100% {
[171] Fix | Delete
opacity: 0;
[172] Fix | Delete
background: transparent;
[173] Fix | Delete
}
[174] Fix | Delete
}
[175] Fix | Delete
[176] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .wpforms-field {
[177] Fix | Delete
cursor: default;
[178] Fix | Delete
opacity: 0;
[179] Fix | Delete
}
[180] Fix | Delete
[181] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .wpforms-field.fade-in {
[182] Fix | Delete
animation: fade-in .25s ease-in;
[183] Fix | Delete
background: transparent;
[184] Fix | Delete
opacity: 1;
[185] Fix | Delete
}
[186] Fix | Delete
[187] Fix | Delete
@keyframes fade-in {
[188] Fix | Delete
0% {
[189] Fix | Delete
opacity: 0;
[190] Fix | Delete
}
[191] Fix | Delete
100% {
[192] Fix | Delete
opacity: 1;
[193] Fix | Delete
}
[194] Fix | Delete
}
[195] Fix | Delete
[196] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .wpforms-field:hover {
[197] Fix | Delete
border-color: transparent;
[198] Fix | Delete
}
[199] Fix | Delete
[200] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .wpforms-field:hover.wpforms-field-divider:not(:empty)::before {
[201] Fix | Delete
display: revert;
[202] Fix | Delete
}
[203] Fix | Delete
[204] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .wpforms-field:hover.wpforms-pagebreak-normal .wpforms-pagebreak-buttons {
[205] Fix | Delete
border-color: transparent;
[206] Fix | Delete
}
[207] Fix | Delete
[208] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .wpforms-field:hover.wpforms-pagebreak-normal .wpforms-pagebreak-divider {
[209] Fix | Delete
background-color: #626262;
[210] Fix | Delete
}
[211] Fix | Delete
[212] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .wpforms-field:hover.wpforms-pagebreak-normal .wpforms-pagebreak-divider span:not(.wpforms-badge) {
[213] Fix | Delete
background-color: #626262;
[214] Fix | Delete
}
[215] Fix | Delete
[216] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field .wpforms-field:empty::before {
[217] Fix | Delete
display: none;
[218] Fix | Delete
}
[219] Fix | Delete
[220] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field label,
[221] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field input,
[222] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field select,
[223] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field textarea,
[224] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-field button {
[225] Fix | Delete
cursor: default;
[226] Fix | Delete
}
[227] Fix | Delete
[228] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-pagebreak-normal .wpforms-pagebreak-divider {
[229] Fix | Delete
margin: 0 -15px;
[230] Fix | Delete
}
[231] Fix | Delete
[232] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-submit {
[233] Fix | Delete
width: fit-content;
[234] Fix | Delete
pointer-events: none;
[235] Fix | Delete
background: #999999;
[236] Fix | Delete
border: none;
[237] Fix | Delete
border-radius: 4px;
[238] Fix | Delete
color: #ffffff;
[239] Fix | Delete
cursor: pointer;
[240] Fix | Delete
font-size: 17px;
[241] Fix | Delete
font-weight: 600;
[242] Fix | Delete
line-height: 21px;
[243] Fix | Delete
padding: 10px 15px;
[244] Fix | Delete
margin: 20px 15px 15px 15px;
[245] Fix | Delete
}
[246] Fix | Delete
[247] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-addons-notice {
[248] Fix | Delete
display: flex;
[249] Fix | Delete
align-items: center;
[250] Fix | Delete
margin: 20px 15px 15px 15px;
[251] Fix | Delete
}
[252] Fix | Delete
[253] Fix | Delete
#wpforms-panel-ai-form .wpforms-panel-content .wpforms-ai-form-generator-preview-addons-notice .wpforms-alert-message a {
[254] Fix | Delete
color: #444444;
[255] Fix | Delete
font-weight: 600;
[256] Fix | Delete
text-decoration: underline;
[257] Fix | Delete
}
[258] Fix | Delete
[259] Fix | Delete
wpforms-ai-chat:has(textarea) {
[260] Fix | Delete
--wpforms-ai-chat-input-height: 54px;
[261] Fix | Delete
--wpforms-ai-chat-message-list-offset: 79px;
[262] Fix | Delete
}
[263] Fix | Delete
[264] Fix | Delete
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list {
[265] Fix | Delete
height: calc( 100% - var( --wpforms-ai-chat-input-height, 54px ) - var( --wpforms-ai-chat-message-list-offset, 41px ));
[266] Fix | Delete
max-height: calc( 100% - var( --wpforms-ai-chat-input-height, 54px ) - var( --wpforms-ai-chat-message-list-offset, 41px ));
[267] Fix | Delete
}
[268] Fix | Delete
[269] Fix | Delete
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list.wpforms-scrollbar-compact {
[270] Fix | Delete
scrollbar-gutter: stable;
[271] Fix | Delete
}
[272] Fix | Delete
[273] Fix | Delete
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list.wpforms-scrollbar-compact .wpforms-chat-item-error .wpforms-chat-item-content {
[274] Fix | Delete
width: 400px;
[275] Fix | Delete
max-width: 400px;
[276] Fix | Delete
}
[277] Fix | Delete
[278] Fix | Delete
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-question {
[279] Fix | Delete
width: auto;
[280] Fix | Delete
max-width: 410px;
[281] Fix | Delete
font-weight: 600;
[282] Fix | Delete
}
[283] Fix | Delete
[284] Fix | Delete
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-answer .wpforms-chat-item-content h4,
[285] Fix | Delete
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-warning .wpforms-chat-item-content h4,
[286] Fix | Delete
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-error .wpforms-chat-item-content h4 {
[287] Fix | Delete
line-height: 22px;
[288] Fix | Delete
margin: 0;
[289] Fix | Delete
}
[290] Fix | Delete
[291] Fix | Delete
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-answer .wpforms-chat-item-content .wpforms-ai-chat-answer-buttons,
[292] Fix | Delete
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-warning .wpforms-chat-item-content .wpforms-ai-chat-answer-buttons,
[293] Fix | Delete
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-error .wpforms-chat-item-content .wpforms-ai-chat-answer-buttons {
[294] Fix | Delete
margin-top: 10px;
[295] Fix | Delete
}
[296] Fix | Delete
[297] Fix | Delete
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-pre-message .wpforms-ai-chat-answer-buttons {
[298] Fix | Delete
display: none;
[299] Fix | Delete
}
[300] Fix | Delete
[301] Fix | Delete
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-answer:last-child {
[302] Fix | Delete
margin-bottom: 20px;
[303] Fix | Delete
}
[304] Fix | Delete
[305] Fix | Delete
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-list .wpforms-chat-item-content {
[306] Fix | Delete
position: relative;
[307] Fix | Delete
}
[308] Fix | Delete
[309] Fix | Delete
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-inactive .wpforms-chat-item-answer:not(.active) .wpforms-chat-item-content {
[310] Fix | Delete
pointer-events: none;
[311] Fix | Delete
}
[312] Fix | Delete
[313] Fix | Delete
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-input {
[314] Fix | Delete
padding: 35px 40px;
[315] Fix | Delete
height: calc( var( --wpforms-ai-chat-input-height, 54px ) + var( --wpforms-ai-chat-message-list-offset, 50px ));
[316] Fix | Delete
max-height: calc( var( --wpforms-ai-chat-input-height, 54px ) + var( --wpforms-ai-chat-message-list-offset, 50px ));
[317] Fix | Delete
}
[318] Fix | Delete
[319] Fix | Delete
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-input .wpforms-ai-chat-send,
[320] Fix | Delete
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-input .wpforms-ai-chat-stop {
[321] Fix | Delete
inset-inline-end: 41px;
[322] Fix | Delete
bottom: 38px;
[323] Fix | Delete
}
[324] Fix | Delete
[325] Fix | Delete
wpforms-ai-chat:has(textarea) .wpforms-ai-chat-message-input textarea {
[326] Fix | Delete
margin-top: 6px !important;
[327] Fix | Delete
}
[328] Fix | Delete
[329] Fix | Delete
wpforms-ai-chat[mode="forms"] {
[330] Fix | Delete
height: calc( 100% - 50px);
[331] Fix | Delete
--wpforms-ai-chat-message-list-offset: 40px;
[332] Fix | Delete
}
[333] Fix | Delete
[334] Fix | Delete
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-message-list {
[335] Fix | Delete
padding: 20px 20px 0 19px !important;
[336] Fix | Delete
}
[337] Fix | Delete
[338] Fix | Delete
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-message-list .wpforms-ai-chat-header h3.wpforms-ai-chat-header-title {
[339] Fix | Delete
font-weight: 600;
[340] Fix | Delete
}
[341] Fix | Delete
[342] Fix | Delete
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-message-list .wpforms-ai-chat-header .wpforms-ai-chat-header-description a {
[343] Fix | Delete
display: block;
[344] Fix | Delete
line-height: 24px;
[345] Fix | Delete
margin-top: 5px;
[346] Fix | Delete
}
[347] Fix | Delete
[348] Fix | Delete
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-message-list.wpforms-scrollbar-compact {
[349] Fix | Delete
padding: 20px 6px 0 19px !important;
[350] Fix | Delete
}
[351] Fix | Delete
[352] Fix | Delete
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-message-list .wpforms-ai-chat-divider {
[353] Fix | Delete
border-top: none;
[354] Fix | Delete
margin: 0 0 40px 0;
[355] Fix | Delete
}
[356] Fix | Delete
[357] Fix | Delete
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-message-input {
[358] Fix | Delete
padding: 20px;
[359] Fix | Delete
}
[360] Fix | Delete
[361] Fix | Delete
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-message-input .wpforms-ai-chat-send,
[362] Fix | Delete
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-message-input .wpforms-ai-chat-stop {
[363] Fix | Delete
inset-inline-end: 20px;
[364] Fix | Delete
bottom: 19px;
[365] Fix | Delete
}
[366] Fix | Delete
[367] Fix | Delete
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-message-input textarea {
[368] Fix | Delete
margin-top: unset !important;
[369] Fix | Delete
}
[370] Fix | Delete
[371] Fix | Delete
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-welcome-screen-sample-prompts i.wpforms-ai-chat-sample-restaurant {
[372] Fix | Delete
background-image: url("../../../images/integrations/ai/icon-restaurant.svg");
[373] Fix | Delete
}
[374] Fix | Delete
[375] Fix | Delete
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-welcome-screen-sample-prompts i.wpforms-ai-chat-sample-ticket {
[376] Fix | Delete
background-image: url("../../../images/integrations/ai/icon-ticket.svg");
[377] Fix | Delete
}
[378] Fix | Delete
[379] Fix | Delete
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-welcome-screen-sample-prompts i.wpforms-ai-chat-sample-design {
[380] Fix | Delete
background-image: url("../../../images/integrations/ai/icon-design.svg");
[381] Fix | Delete
}
[382] Fix | Delete
[383] Fix | Delete
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-welcome-screen-sample-prompts i.wpforms-ai-chat-sample-stop {
[384] Fix | Delete
background-image: url("../../../images/integrations/ai/icon-stop-sign.svg");
[385] Fix | Delete
}
[386] Fix | Delete
[387] Fix | Delete
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-welcome-screen-sample-prompts i.wpforms-ai-chat-sample-pizza {
[388] Fix | Delete
background-image: url("../../../images/integrations/ai/icon-pizza.svg");
[389] Fix | Delete
}
[390] Fix | Delete
[391] Fix | Delete
wpforms-ai-chat[mode="forms"] .wpforms-ai-chat-welcome-screen-sample-prompts i.wpforms-ai-chat-sample-market {
[392] Fix | Delete
background-image: url("../../../images/integrations/ai/icon-market.svg");
[393] Fix | Delete
}
[394] Fix | Delete
[395] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-ai-chat-message-item .wpforms-ai-chat-header .wpforms-ai-chat-header-description {
[396] Fix | Delete
font-size: 16px;
[397] Fix | Delete
color: #444444;
[398] Fix | Delete
line-height: 24px;
[399] Fix | Delete
}
[400] Fix | Delete
[401] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-ai-chat-message-item .wpforms-ai-chat-header .wpforms-ai-chat-header-description a {
[402] Fix | Delete
color: #036aab;
[403] Fix | Delete
font-size: 15px;
[404] Fix | Delete
}
[405] Fix | Delete
[406] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-ai-chat-message-item .wpforms-ai-chat-header .wpforms-ai-chat-header-description a:hover, wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-ai-chat-message-item .wpforms-ai-chat-header .wpforms-ai-chat-header-description a:focus {
[407] Fix | Delete
color: #0399ed;
[408] Fix | Delete
}
[409] Fix | Delete
[410] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-question {
[411] Fix | Delete
background-color: #0399ed;
[412] Fix | Delete
}
[413] Fix | Delete
[414] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-spinner {
[415] Fix | Delete
background: #dfe8f2;
[416] Fix | Delete
}
[417] Fix | Delete
[418] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer .wpforms-chat-item-content,
[419] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning .wpforms-chat-item-content {
[420] Fix | Delete
background: #dfe8f2;
[421] Fix | Delete
border: 2px solid transparent;
[422] Fix | Delete
cursor: pointer;
[423] Fix | Delete
transition-property: border-color;
[424] Fix | Delete
transition-duration: 0.15s;
[425] Fix | Delete
transition-timing-function: ease-out;
[426] Fix | Delete
}
[427] Fix | Delete
[428] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer .wpforms-chat-item-content:hover,
[429] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning .wpforms-chat-item-content:hover {
[430] Fix | Delete
border-color: #86919e;
[431] Fix | Delete
}
[432] Fix | Delete
[433] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer .wpforms-chat-item-content h4,
[434] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning .wpforms-chat-item-content h4 {
[435] Fix | Delete
font-weight: 600;
[436] Fix | Delete
}
[437] Fix | Delete
[438] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer .wpforms-ai-chat-answer-buttons button span,
[439] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning .wpforms-ai-chat-answer-buttons button span {
[440] Fix | Delete
font-weight: 600;
[441] Fix | Delete
}
[442] Fix | Delete
[443] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer:not(.active) .wpforms-ai-chat-answer-buttons,
[444] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning:not(.active) .wpforms-ai-chat-answer-buttons {
[445] Fix | Delete
border-top: 1px solid #ced7e0;
[446] Fix | Delete
}
[447] Fix | Delete
[448] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer:not(.active) .wpforms-ai-chat-answer-buttons button,
[449] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning:not(.active) .wpforms-ai-chat-answer-buttons button {
[450] Fix | Delete
opacity: 0.5;
[451] Fix | Delete
pointer-events: none;
[452] Fix | Delete
}
[453] Fix | Delete
[454] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer:not(.active) .wpforms-ai-chat-answer-buttons .wpforms-ai-chat-answer-buttons-response .wpforms-ai-chat-answer-button.dislike,
[455] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning:not(.active) .wpforms-ai-chat-answer-buttons .wpforms-ai-chat-answer-buttons-response .wpforms-ai-chat-answer-button.dislike {
[456] Fix | Delete
background-image: url("../../../images/integrations/ai/thumbs-down-inactive.svg");
[457] Fix | Delete
}
[458] Fix | Delete
[459] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer:not(.active) .wpforms-ai-chat-answer-buttons .wpforms-ai-chat-answer-buttons-response button,
[460] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning:not(.active) .wpforms-ai-chat-answer-buttons .wpforms-ai-chat-answer-buttons-response button {
[461] Fix | Delete
opacity: 1;
[462] Fix | Delete
color: #b0b6bd;
[463] Fix | Delete
}
[464] Fix | Delete
[465] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer:not(.active) .wpforms-ai-chat-answer-action,
[466] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning:not(.active) .wpforms-ai-chat-answer-action {
[467] Fix | Delete
background: #86919e;
[468] Fix | Delete
color: #ffffff;
[469] Fix | Delete
}
[470] Fix | Delete
[471] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer.active .wpforms-chat-item-content,
[472] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning.active .wpforms-chat-item-content {
[473] Fix | Delete
background: #ffffff;
[474] Fix | Delete
border-color: #ffffff;
[475] Fix | Delete
}
[476] Fix | Delete
[477] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer.active .wpforms-chat-item-content:hover,
[478] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning.active .wpforms-chat-item-content:hover {
[479] Fix | Delete
cursor: default;
[480] Fix | Delete
}
[481] Fix | Delete
[482] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-answer.active .wpforms-ai-chat-answer-buttons button,
[483] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-warning.active .wpforms-ai-chat-answer-buttons button {
[484] Fix | Delete
opacity: 1;
[485] Fix | Delete
}
[486] Fix | Delete
[487] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-error .wpforms-chat-item-content {
[488] Fix | Delete
background: #ffffff;
[489] Fix | Delete
}
[490] Fix | Delete
[491] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-error .wpforms-chat-item-content h4 {
[492] Fix | Delete
font-weight: 600;
[493] Fix | Delete
}
[494] Fix | Delete
[495] Fix | Delete
wpforms-ai-chat.wpforms-ai-chat-blue .wpforms-ai-chat-message-list .wpforms-chat-item-error .wpforms-chat-item-content span a {
[496] Fix | Delete
color: #444444;
[497] Fix | Delete
}
[498] Fix | Delete
[499] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function