| @@ -608,9 +608,8 @@ | ||
| 608 | 608 | .questions-toggle-btn svg, |
| 609 | 609 | .questions-collapse-btn svg { |
| 610 | 610 | transition: transform 0.2s ease; |
| 611 | 611 | fill: none; |
| 612 | - stroke: #212121; | |
| 613 | 612 | width: 25px; |
| 614 | 613 | height: 25px; |
| 615 | 614 | } |
| 616 | 615 | |
| @@ -1139,41 +1138,8 @@ | ||
| 1139 | 1138 | text-decoration: underline; |
| 1140 | 1139 | } |
| 1141 | 1140 | |
| 1142 | 1141 | /* ======================================== |
| 1143 | - INIT LOADER (shown while chat initializes) | |
| 1144 | - ======================================== */ | |
| 1145 | -.mxchat-init-loader { | |
| 1146 | - display: flex; | |
| 1147 | - align-items: center; | |
| 1148 | - justify-content: center; | |
| 1149 | - flex-grow: 1; | |
| 1150 | - min-height: 0; | |
| 1151 | - animation: fadeIn 0.3s ease-in-out; | |
| 1152 | -} | |
| 1153 | - | |
| 1154 | -.mxchat-init-loader-dots { | |
| 1155 | - display: flex; | |
| 1156 | - gap: 8px; | |
| 1157 | -} | |
| 1158 | - | |
| 1159 | -.mxchat-init-loader-dots .dot { | |
| 1160 | - width: 8px; | |
| 1161 | - height: 8px; | |
| 1162 | - border-radius: 50%; | |
| 1163 | - background-color: #888; | |
| 1164 | - animation: mxchat-dot-bounce 1.4s ease-in-out infinite both; | |
| 1165 | -} | |
| 1166 | - | |
| 1167 | -.mxchat-init-loader-dots .dot:nth-child(1) { | |
| 1168 | - animation-delay: -0.32s; | |
| 1169 | -} | |
| 1170 | - | |
| 1171 | -.mxchat-init-loader-dots .dot:nth-child(2) { | |
| 1172 | - animation-delay: -0.16s; | |
| 1173 | -} | |
| 1174 | - | |
| 1175 | -/* ======================================== | |
| 1176 | 1142 | THINKING DOTS ANIMATION |
| 1177 | 1143 | ======================================== */ |
| 1178 | 1144 | .chat-box .bot-message.temporary-message .thinking-dots-container { |
| 1179 | 1145 | display: flex; |
| @@ -1584,9 +1550,8 @@ | ||
| 1584 | 1550 | |
| 1585 | 1551 | /* SVG styles - these are MISSING */ |
| 1586 | 1552 | .mxchat-popular-questions .mxchat-popular-questions-container .questions-collapse-btn svg { |
| 1587 | 1553 | fill: none; |
| 1588 | - stroke: #212121; | |
| 1589 | 1554 | transition: transform 0.2s ease; |
| 1590 | 1555 | width: 25px; |
| 1591 | 1556 | height: 25px; |
| 1592 | 1557 | } |