/* OSANO */
.osano-cm-widget {
	width: 35px;
}
.osano-cm-widget svg, .osano-cm-close svg {
	margin: 0;
    width: inherit;
}
/*.osano-cm-description p, .osano-cm-list li {
	font-size: 13px;
    font-weight: 300;
    line-height: 1.375;
    margin: 1em 0 0;
}*/
.osano-cm-dialog {
	z-index: 2147483639;
    border-style: solid;
    border-color: rgba(214, 214, 214, 0);
    box-shadow: 0px 9px 30px 0px #000000;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	/*font-size: 13px;*/
}
.osano-cm-dialog a {
	color: white !important;
}
#chat-widget-container {
	z-index: 2147483032 !important;
}
.osano-cm-button {
	text-transform: uppercase;
    padding: 13px 10px;
    border: 3px solid white;
    border-radius: 0px;
}