.inquiry-button{
color: #FFF !important;
font-family: "Inter", Sans-serif;
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;
}


.awp-pdf-selector {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

select.awp-pdf-dropdown {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 8px;
    background: #FCFCFC;
    border: 0px;
	color: var(--Text-Colors-On-White-BG-Primary-text, #000);
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

button.awp-pdf-button {
    border-radius: 8px;
    background:#0303B8 !important;
    box-shadow: var(--shadow-xs-offset-x, 0) var(--shadow-xs-offset-y, 1px) var(--shadow-xs-blur-radius, 2px) var(--shadow-xs-spread-radius, 0) var(--shadow-xs-color, rgba(0, 0, 0, 0.05));
    color: #FFF !important;
	padding: var(--spacing-3, 12px) var(--spacing-6, 24px) !important;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


