.inquiry-button{
color: #FFF !important;
font-family: Inter !important;
font-size: 14px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: normal !important;
border-radius: 8px !important;
background: #0303B8 !important;
padding: 12px 24px;
}

.inquiry-button:hover{
    background: #1C1CCF!important;
}


#chatbot-popup{
position:fixed;
bottom:32px;
right:32px;
width:420px;
height:520px;
background:#fff;
border-radius:14px;
box-shadow:0 15px 35px rgba(0,0,0,.2);
display:none;
z-index:9999;
}

#chatbot-popup.visible{
display:block;
}

#webchat{
height:460px;
}

#open-chat{
position:fixed;
bottom:32px;
right:32px;
width:60px;
height:60px;
border-radius:50%;
background:#0078D4;
color:#fff;
border:none;
font-size:26px;
cursor:pointer;
z-index:9998;
}

#open-chat.hidden{
display:none;
}