/* theme button styles */
div.clicktocallmod{
    bottom: 15px !important;
    right: 0px !important;
    position: fixed;
	z-index: 99999;
	width: auto !important;
}
div.clicktocallmod > button.clicktocallmodbuttonflat
{
    height: 60px !important;
    width: 60px !important;
    padding: 0 !important;
    border-radius: 50%;
    line-height: 60px !important;
}
div.clicktocallmod > button.clicktocallmodbuttonflat: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.clicktocallmod > button.clicktocallmodbuttonflat 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.clicktocallmod  > .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;
}
.wa_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;
}

.wa_agent h1, .wa_agent h2,
.wa_agent p,
.wa_agent span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.wa_agent h1, .wa_agent h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 5px 0 !important;
}

.wa_agent p, .wa_agent span {
  font-size: 14px;
  line-height: 130%;
}

.boxleft {
  left: 15px;
}

.boxright {
  right: 15px;
}

@media (max-width: 360px) {
  .wa_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;
}
.clickmecall{
font-weight:bold;
padding:10px;
border-radius:10px;
font-size: 18px;
width: auto !important;
display: block;
letter-spacing: 2px;
margin:20px 5%;
}
.clickmecall: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);
}
.wa_agent_header {
  background-size: cover;
  border-radius: 10px;
  padding: 20px;
  display: block;
  text-align: left;
      background: #82aa05;
}
.wa_agent_header h1, .wa_agent_header h2 {
  color: #fff;
}