/* theme button styles */
div.chatallinonemod{
    bottom: 15px !important;
    right: 0px !important;
    position: fixed;
	z-index: 99999;
	width: auto !important;
}
div.chatallinonemod > button.chatallinonemodbuttonflat
{
    height: 60px !important;
    width: 60px !important;
    padding: 0 !important;
    border-radius: 50%;
    line-height: 60px !important;
}
div.chatallinonemod > button.chatallinonemodbuttonflat:hover {
	box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .3);
	transition: all .3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
div.chatallinonemod > button.chatallinonemodbuttonflat span {
    display: block !important;
    height: 60px!important;
    background: url(../images/phone3.svg) no-repeat 25% 45% !important;
    background-size: 59px 40px !important;
    background-repeat: no-repeat !important;
}
/* end of theme button styles */
/* multi agent online counter */

div.chatallinonemod  > .online_agent_count {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #007ACC;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 11px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
}
.chataio_agent {
  position: fixed;
  display: block !important;
  height: auto !important;
  z-index: 9999999 !important;
  bottom: 90px !important;
  background: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  box-sizing: content-box !important;
  border-radius: 10px;
  font-size: 14px;
}

.chataio_agent h1, .chataio_agent h2,
.chataio_agent p,
.chataio_agent span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.chataio_agent h1, .chataio_agent h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 5px 0 !important;
}

.chataio_agent p, .chataio_agent span {
  font-size: 14px;
  line-height: 130%;
}

.boxleft {
  left: 15px;
}

.boxright {
  right: 15px;
}

@media (max-width: 360px) {
  .chataio_agent {
    width: 100%!important;
    bottom: 0;
    max-width: 100%!important;;
    left: 0;
    right: 0;
  }
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}
.close_chat,
.back_to_list {
  display: block;
  width: 40px !important;
  height: 40px;
  position: absolute;
  padding: 10px 0 5px 0;
  box-sizing: border-box;
  top: 10px;
  right: 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
  background: url(../images/arrow-down.svg) no-repeat center;
  background-size: 20px 20px !important;
}
.close_chat:hover,
.back_to_list:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.close_chat images,
.back_to_list images {
  width: 20px;
}
.clickmechat{
font-weight:bold;
padding:10px;
border-radius:10px;
font-size: 18px;
width: auto !important;
display: block;
letter-spacing: 2px;
margin:20px 5%;
}
.clickmechat:hover{
text-decoration:none!important;
}
.ccdark {
  top: -10px !important;
  background-color: rgba(0, 0, 0, 0.1);
}
.back_to_list {
  background: url(../images/arrow-left.svg) no-repeat center rgba(0, 0, 0, 0.1);
}
/* agent header area */
.chataio_agent_header {
    border-radius: 10px 10px 0 0;
    padding: 20px 30px 35px 30px;
    display: block;
    text-align: left;
}
.chataio_agent_image{
	width: 64px;
	float: left;
	border-radius: 50%;
	margin: 0;
	margin-right: 20px;
}
.chataio_header_offline::before {
    content: "";
    top: 70px;
    left: 80px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: red!important;
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(239, 239, 239);
    border-image: initial;
}
.chataio_agent_header::before {
    content: "";
    top: 70px;
    left: 80px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: rgb(74, 213, 4);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(239, 239, 239);
    border-image: initial;
}
.chataio_agent_credentails{
color:#fff !important;
margin-top: 0;
margin-bottom: 0!important;
padding-top: 10px;
}
span.agent_name{
font-weight:bold;
}
.agents_icon_photo{
    width: 26%;
    float: left;
}
.agents_message{
	width: 68%;
	background: #efefef;
	color: #000;
	padding: 10px 20px;
	margin-left: auto;
	border-radius: 0px 10px 10px 10px;
	text-align: left;
}
.agents_offline_message{
    width: 85%;
    background: #efefef;
    color: #000;
    padding: 10px 20px;
    margin: 2%;
    border-radius: 0px 10px 10px 10px;
    text-align: left;
}
p.agents_icon_photo > img{
width:30px;border-radius: 50%;
}
.chatbuttons {
    float:left;
	width: 25%;
    height: 48px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0px 3px;
    border-radius: 6px;
    padding: 0px;
}
.chatbutton {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-appearance: none;
    padding: 8px 12px;
    border-radius: 8px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin: 3px;
    overflow: hidden;
}
.chat_buttons_cont {
width: 96%;
    height: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 12px;
    margin-right: 2%;
    margin-left: 2%;
}
.svgicons {
fill: rgb(255, 255, 255);
    height: 26px!important;
    width: 26px!important;
}
form.form_offline > textarea{
padding:10px;font-size:13px;width: 87%;margin: 10px 0 12px 13px;float: left;
}
form.form_offline > input{
padding:10px;font-size:13px;width: 87%;margin:10px 0 0 0;
}
.bubble_inner_text {
    font-size: 18px !important;
    padding: 0 10px 3px 10px!important;
    font-weight: bold;
}
.bubble_container_div {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    margin-bottom: 16px;
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
    height: auto;
    outline: transparent;
    border-radius: 20px;
    padding: 8px 24px 4px 16px;
}