/** @format */

span.customer-chat-pro-buttons-open {
  position: absolute;
  border-radius: 50%;
  left: -84px;
  top: -2px;
  top: 0px;
  height: 21px;
  width: 21px;
  padding-left: 3px !important;
  padding-top: 3px !important;
  background: #e5e5e5;
  z-index: 2147483648;
  cursor: pointer;
  transition: all 0.4s ease;
  box-sizing: content-box !important;
  line-height: 1rem !important;
  font-size: 1rem !important;
  opacity: 0;
  display: none;
}

span.customer-chat-pro-buttons-toggle-icon {
  height: 10px !important;
  width: 10px !important;
  opacity: 0.9;
  margin: 0 !important;
  padding: 0 !important;
  border: 0px !important;
  box-sizing: content-box !important;
}

.customer-chat-pro-buttons-toggle {
  position: absolute;
  border-radius: 50%;
  left: -17px;
  top: -2px;
  top: 0px;
  height: 21px;
  width: 21px;
  padding-left: 3px !important;
  padding-top: 3px !important;
  background: #e5e5e5;
  z-index: 2147483647;
  cursor: pointer;
  opacity: 0;
  transition: all 0.4s ease;
  box-sizing: content-box !important;
  line-height: 1rem !important;
  font-size: 1rem !important;
}

.customer-chat-pro-buttons.customer-chat-pro-buttons-park .customer-chat-pro-buttons-toggle {
  display: none;
}

ul.customer-chat-pro-buttons,
.customer-chat-pro-buttons {
  position: fixed;
  right: 92px;
  height: 84px;
  bottom: 0px !important;
  z-index: 99999999;
}

.customer-chat-pro-buttons > div {
  margin-left: 5px !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;

  height: 60px !important;
  width: 58px !important;
  margin-left: 8px !important;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.19);
  transition: all 0.4s ease;
  display: none !important;
}
@media all and (max-width: 377px) {
  .customer-chat-pro-buttons > div {
    margin-left: 7px !important;
  }
}
@media all and (max-width: 370px) {
  .customer-chat-pro-buttons > div {
    margin-left: 5px !important;
  }
}
@media all and (max-width: 361px) {
  .customer-chat-pro-buttons > div {
    margin-left: 4px !important;
  }
}

.customer-chat-pro-buttons > div:hover {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.24);
}
.customer-chat-pro-buttons > div.customer-chat-pro-buttons-show {
  display: inline-block !important;
}

div.customer-chat-pro-buttons.customer-chat-pro-buttons-park > div {
  margin-left: -60px !important;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0);
  transition: all 0.4s ease;
  opacity: 0;
}
div.customer-chat-pro-buttons.customer-chat-pro-buttons-park {
  margin-right: -68px !important;
}
