/*---------------------------------------------------------------------------------
    Click To ChatPro Style CSS
-----------------------------------------------------------------------------------*/

.ec-cp-style {
  display: inline-block;
  position: fixed;
  letter-spacing: 0.1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 17;
}

.ec-cp-style .cp-panel {
  display: none;
  width: 290px;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 10px 0px 0px 10px;
  -webkit-box-shadow: 0px 3px 7px rgba(12, 12, 12, 0.18);
  box-shadow: 0px 3px 7px rgba(12, 12, 12, 0.18);
  background: #fff;
  overflow-y: auto;
  scrollbar-color: #555 #ddd;
  scrollbar-width: thin;
}

.ec-cp-style .cp-panel .cp-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 0;
  width: 100%;
  font-family: "Tajawal-Bold";
  cursor: pointer;
}

.ec-cp-style .cp-panel .cp-list:hover {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px #0000002e;
  box-shadow: 0px 0px 5px 0px #0000002e;
}

.ec-cp-style .cp-panel .cp-content {
  padding-left: 0;
}

.ec-cp-style .cp-list .cp-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ec-cp-style .cp-list:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ec-cp-style .cp-image img {
  margin-top: 3px;
  width: 27px;
  height: 27px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ec-cp-style .cp-content h2,
.ec-cp-style .cp-content .h2 {
  padding-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.ec-cp-style .cp-content p {
  margin-bottom: 0;
  font-size: 12px;
}

.ec-cp-style .cp-button {
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 10px rgba(12, 12, 12, 0.3);
  box-shadow: 0 0 10px rgba(12, 12, 12, 0.3);
  cursor: pointer;
}

.ec-cp-style .cp-button:hover {
  background: #202020;
  -webkit-box-shadow: 0px 0px 10px rgba(12, 12, 12, 0.5);
  box-shadow: 0px 0px 10px rgba(12, 12, 12, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ec-cp-style .cp-button .fa-comments-o {
  font-size: 30px;
}

.ec-cp-style .cp-button img {
  max-width: 100%;
}

.ec-cp-style ::-webkit-scrollbar {
  width: 8px;
}

.ec-cp-style ::-webkit-scrollbar-track {
  background: rgba(138, 138, 138, 0.5);
  -webkit-box-shadow: inset 0 0 4px rgba(138, 138, 138, 0.2);
  box-shadow: inset 0 0 4px rgba(138, 138, 138, 0.2);
}

.ec-cp-style ::-webkit-scrollbar-thumb {
  background: rgba(138, 138, 138, 0.5);
  -webkit-box-shadow: inset 0 0 1px rgba(138, 138, 138, 0.1);
  box-shadow: inset 0 0 1px rgba(138, 138, 138, 0.1);
}

.cp-right-bottom {
  bottom: 1em;
  right: 10px;
}

html[dir="ltr"] .cp-right-bottom {
  right: auto;
  left: 1em;
}

.rotateForward {
  -webkit-animation-name: rotateF;
  animation-name: rotateF;
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.ec-cp-style .cp-panel,
.ec-cp-style .cp-button {
  background-color: #2ab674;
}

.ec-cp-style .cp-panel,
.ec-cp-style .cp-panel h2,
.ec-cp-style .cp-panel .h2,
.ec-cp-style .cp-panel p,
.ec-cp-style .cp-button i {
  color: #fff;
}
