|
|
|
@ -638,6 +638,7 @@ input[name="tab"] { |
|
|
|
|
|
|
|
|
|
|
|
/* === CHATBOT STYLES ===*/ |
|
|
|
/* === CHATBOT STYLES ===*/ |
|
|
|
#start-chat { |
|
|
|
#start-chat { |
|
|
|
|
|
|
|
display: none !important; /* Hide chat button temporarily */ |
|
|
|
position: fixed; |
|
|
|
position: fixed; |
|
|
|
bottom: 25px; |
|
|
|
bottom: 25px; |
|
|
|
right: 25px; |
|
|
|
right: 25px; |
|
|
|
@ -648,7 +649,6 @@ input[name="tab"] { |
|
|
|
color: white; |
|
|
|
color: white; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
transition: all 0.3s ease; |
|
|
|
transition: all 0.3s ease; |
|
|
|
display: flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
justify-content: center; |
|
|
|
min-width: 48px; |
|
|
|
min-width: 48px; |
|
|
|
|