@charset "utf-8";

.chat-button-container { display: flex; position: relative; }

.chatbot-icon-container { position: fixed; bottom: 0px; right: 0px; height: 120px; z-index: 99999; }

.chat-icon-container { position: relative; top: 10px; right: 20px; }

.Button-deposite { width: 100px; cursor: pointer; padding: 7px 15px; border: 1px solid rgb(135, 0, 22); border-radius: 100px; color: rgb(242, 242, 242); background-color: rgb(135, 0, 22); font-family: "Open Sans"; font-style: normal; font-weight: 600; font-size: 16px; line-height: 100%; margin-bottom: 8px !important; }

.Button-account { width: 162px; cursor: pointer; padding: 7px 15px; border: 1px solid rgb(135, 0, 22); border-radius: 100px; color: rgb(242, 242, 242); background-color: rgb(135, 0, 22); font-family: "Open Sans"; font-style: normal; font-weight: 600; font-size: 16px; line-height: 100%; margin-bottom: 8px !important; }

.Button-help { width: 200px; background-color: white; color: black; cursor: pointer; padding: 7px 15px; border-radius: 100px; font-family: "Open Sans"; font-style: normal; font-weight: 600; font-size: 16px; line-height: 100%; border: 1px solid rgb(200, 208, 213); }

.buttons-container { display: flex; flex-direction: column; }

iframe#chatBoxFrame { box-shadow: none !important; }

#chatButtonFrame { width: 132px !important; min-width: 400px !important; max-width: 132px !important; bottom: 7% !important; height: 165px !important; }