/*  font for chat window header */     
@font-face {
    font-family: 'bellslim_font_black';
	src: url(/file_source/mts/assets/fonts/bellslim_black-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
 
/*GLOBAL CHANGES*/
/*Theme*/
#ujet-widget {
    --accent-10: #00549A; /*for global theme*/
	--ujet-right: 16px;
	--ujet-bottom: 16px;
}
 
/*To remove the conflict in echat container focus which is existing globally added in the pages*/
body.is_tabbing #ujet-widget:focus {
    outline: none !important;
}
 
#ujet #ujet-launcher iframe {
    min-width: 80px;
    min-height: 80px;
}

.grecaptcha-badge {
    visibility: hidden;
}