@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');


div.rw-widget-container {margin: 0 20px 0 0;}
button.rw-launcher {
	width: 212px; height: 55px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #146ABB;
	box-shadow: none;
	cursor: pointer;
}
button.rw-launcher.rw-hide-sm {
	width: 45px;
}
div.rw-open-launcher__container {
	display: flex;
	align-items: center;
	position: relative;
}
img.rw-open-launcher {
	width: 25px !important;
	position: relative; top: -1px; left: -10px;
}
/*div.rw-open-launcher__container:before {
	content: '';
	width: 40px;
	height: 40px;
	background: #36a9e1;
	position: absolute; top: -7px; left: -22px;
	border-radius: 50%;
}*/

div.rw-open-launcher__container:after {
	content: 'On-line консультация';
	color: #fff; font-size: 14px; font-family: 'Roboto', sans-serif !important;
}

div.rw-widget-container.rw-chat-open {}
div.rw-conversation-container {}

/* header */
div.rw-header-and-loading {}
div.rw-header.rw-with-subtitle {
	background-color: #146ABB;
}

div.rw-header-buttons {}

h4.rw-title {
	font-family: 'Roboto', sans-serif !important;
}
.rw-header-buttons span {
	font-family: 'Roboto', sans-serif !important;
}

/* body */
div.rw-messages-container {}
div.rw-group-message.rw-from-response {}


div.rw-markdown p {
	font-family: 'Roboto', sans-serif !important;
	color: #4a4a4a;
}

div.rw-replies div.rw-reply {
	
}

div.rw-conversation-container div.rw-client {
	/*background: #0084ff;*/
	background: #1481d5;
	padding: 3px 10px;
    border-radius: 30px;
    font-size: 13px;
}
div.rw-conversation-container div.rw-client div.rw-message-text {
	font-family: 'Roboto', sans-serif !important;
}

div.rw-conversation-container div.rw-reply {
	border-radius: 30px;
	font-family: 'Roboto', sans-serif !important;
	color: #fff;
	border-color: #1481d5;
	padding: 5px 14px;
    font-size: 13px;
    background-color: #1481d5;
}

.rw-conversation-container .rw-send .rw-send-icon-ready {fill: #1481d5 !important;}


/* total width */
.rw-messages-container::-webkit-scrollbar {
    background-color:#fff;
    width:16px
}

/* background of the scrollbar except button or resizer */
.rw-messages-container::-webkit-scrollbar-track {
    background-color:#fff
}
.rw-messages-container::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

/* scrollbar itself */
.rw-messages-container::-webkit-scrollbar-thumb {
    background-color: #1481d5;
    border-radius:16px;
    border:5px solid #fff
}
.rw-messages-container::-webkit-scrollbar-thumb:hover {
    background-color: #1481d5;
    border:4px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
.rw-messages-container::-webkit-scrollbar-button {display:none}


.rw-conversation-container .rw-response {padding: 5px 10px;}


