@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");:root{--Color-Info--blue-Info-blue-50:#e8fbff}*{box-sizing:border-box;margin:0}body,html{overflow:hidden;height:100vh;background:#fafcfd;padding:0;font-family:Roboto,sans-serif}.Toastify__toast--info{background:#3498db!important}.Toastify__toast--warning{background:#f1c40f!important}.Toastify__toast--error{background:#e74c3c!important}.Toastify__close-button{display:flex!important;align-self:center!important;opacity:1!important;height:24px!important;width:24px!important}.Toastify__close-button>svg{fill:#fff!important;height:21.42px!important;width:21.42px!important}.Toastify__toast._width_auto{width:-moz-max-content!important;width:max-content!important}.Toastify__toast._mt_30{margin-top:35px}._remove_extension_toast{background:#323843!important;margin-top:16px;border-radius:8px!important;box-shadow:0 1px 3px 0 #0000004d,0 4px 8px 3px #00000026;padding:10px 20px!important;width:-moz-max-content;width:max-content}._remove_extension_toast_body>div{line-height:20px;color:#fafcfd;font-size:14px;font-weight:400;text-align:center}.fade-in{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.custom-infinite-scroll::-webkit-scrollbar{width:var(--scrollbarWidth)!important;background-color:transparent!important}.custom-infinite-scroll::-webkit-scrollbar-track{background:transparent!important;margin-top:var(--scrollTopSpace)!important;margin-bottom:var(--scrollBottomSpace)!important}.custom-infinite-scroll::-webkit-scrollbar-thumb{background-color:transparent!important;border-radius:100px!important}.custom-infinite-scroll:hover::-webkit-scrollbar{width:var(--scrollbarWidth)!important}.custom-infinite-scroll:hover::-webkit-scrollbar-thumb{background-color:var(--scrollColor)!important}.custom-infinite-scroll::-webkit-scrollbar-button{display:none!important}.custom-infinite-scroll::-webkit-scrollbar-corner{background:transparent!important}.chat-bubble{display:inline-block;padding:20px}.typing{display:flex;align-items:center;height:17px}.typing .dot{animation:mercuryTypingAnimation 1.8s ease-in-out infinite;background-color:#6cad96;border-radius:50%;height:7px;margin-right:4px;vertical-align:middle;width:7px;display:inline-block}.typing .dot:first-child{animation-delay:.2s}.typing .dot:nth-child(2){animation-delay:.3s}.typing .dot:nth-child(3){animation-delay:.4s}.typing .dot:last-child{margin-right:0}@keyframes mercuryTypingAnimation{0%{transform:translateY(0);background-color:#6cad96}28%{transform:translateY(-7px);background-color:#9ecab9}44%{transform:translateY(0);background-color:#b5d9cb}}.custom-icon-button{position:relative;height:58px;min-width:93px;max-width:93px;border:none;background:none;flex-direction:column;border-radius:8px;padding:8px 1.5px;white-space:nowrap}.custom-icon-button .icon_box{display:flex;align-items:center;justify-content:center;flex:1;width:100%}.custom-icon-button:hover{background:#f6f7f8}.custom-icon-button .icon{display:none}.custom-icon-button .icon.default{display:block}.custom-icon-button:hover .icon.default{display:none}.custom-icon-button:hover .icon.hover{display:block}.custom-icon-button:active .icon.default,.custom-icon-button:active .icon.hover{display:none}.custom-icon-button:active .icon.pressed{display:block}.custom-icon-button:active{background:#f0f2f4}