#close-popup-wa {
  cursor: pointer;
}

#close-popup-wa .message-p {
  display: block;
}

#close-popup-wa.message-p.pp-no-help {
  text-align: center;
}

#messeage-choice.message {
  margin-top: 10px;
  padding: 10px 0%;
  background-color: rgba(255, 255, 255, 0);
}

#messeage-choice.message::before {
  border-top: 10px solid #ffffff00;
}

#messeage-resp {
  line-height: 1.2rem;
}

#messeage-resp,
#messeage-choice {
  display: none;
}

#messeage-choice {
  gap: 20px;
}

#messeage-icon {
  display: block;
}

.typing-pop {
  width: 65px;
}

.typing-pop img {
  width: 100%;
}

#whatsapp-icon-pop-up {
  width: 55px;
  height: 55px;
  border-radius: 999rem;
  background-color: #48c857;
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 9999998;
  cursor: pointer;
  box-shadow: 5px 6px 5px -1px rgba(5, 43, 11, 0.6);
}

#whatsapp-icon-pop-up img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#custom-popup-wa {
  display: none;
  border: 1px solid #5b5b5b;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.container-pop {
  position: fixed;
  bottom: 5rem;
  right: 4rem;
  z-index: 9999999;
  width: 340px;
  height: 340px;
  background: #fff;
  box-shadow: 10px 17px 17px 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border-radius: 10px;
}

.header-pop {
  position: relative;
  background: #008069;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-pop .logo-pop {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
}

.header-pop .action-pop {
  position: relative;
  display: flex;
  gap: 15px;
  text-decoration: none;
}

.header-pop .action-pop a {
  color: #fff;
  display: flex;
  font-size: 1.5em;
  text-decoration: none;
}

.tabs input {
  visibility: hidden;
  display: none;
}

#custom-popup-wa .buttons {
  position: relative;
  display: flex;
  background: #008069;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#custom-popup-wa .buttons label {
  width: 33.33%;
  color: #fff;
  opacity: 0.75;
  text-align: center;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
  cursor: pointer;
}

.tabs input:nth-child(1):checked~.buttons label:nth-child(1),
.tabs input:nth-child(2):checked~.buttons label:nth-child(2),
.tabs input:nth-child(3):checked~.buttons label:nth-child(3) {
  opacity: 1;
}

.underline {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 33.333%;
  height: 1.5px;
  background: #fff;
  transition: 0.5s;
}

.tabs input:nth-child(1):checked~.buttons .underline {
  left: 0;
}

.tabs input:nth-child(2):checked~.buttons .underline {
  left: 33.333%;
}

.tabs input:nth-child(3):checked~.buttons .underline {
  left: 66.666%;
}

.content {
  position: relative;
  width: calc(340px * 3);
  display: flex;
  transition: 0.5s;
  overflow: hidden;
}

.content .box {
  position: relative;
  width: 340px;
}

.tabs input:nth-child(1):checked~.content {
  left: calc(340px * 0);
}

.tabs input:nth-child(2):checked~.content {
  left: calc(340px * -1);
}

.tabs input:nth-child(3):checked~.content {
  left: calc(340px * -2);
}

.content .data {
  position: relative;
  width: 100%;
  height: 510px;
}

.chatlist {
  position: relative;
  height: 100%;
  overflow-y: auto;
}

.chatlist .block {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 15px 10px;
  display: flex;
  cursor: pointer;
}

.chatlist .block:hover {
  background: #f5f5f5;
}

.chatlist .block .imgbx {
  position: relative;
  width: 65px;
  height: 65px;
  overflow: hidden;
  border-radius: 50%;
}

.chatlist .block .imgbx img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chatlist .block .details {
  position: relative;
  width: 100%;
}

.chatlist .block .details .listHead {
  display: flex;
  justify-content: space-between;
}

.chatlist .block .details .listHead h4 {
  font-size: 1em;
  font-weight: 600;
  color: #111;
  width: 100%;
}

.chatlist .block .details .listHead .time {
  font-size: 0.75em;
  color: #555;
}

.message-p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatlist .block .details p {
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.chatlist .block.unread .details .listHead .time {
  color: #06d755;
}

.chatlist .block.unread .details p {
  color: #111;
  font-weight: 600;
}

.message-p b {
  background: #06d755;
  color: #fff;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #bbb;
}

.status .plus {
  position: absolute;
  top: 38px;
  left: 40px;
  width: 25px;
  height: 25px;
  background: #008069;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
}

.box label {
  padding: 0 15px;
  font-weight: 600;
  color: #555;
  font-size: 0.85em;
}

.unseen .imgbx {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #008069;
}

.seen .imgbx {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #bbb;
}

.green {
  background: #008069;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5em;
  rotate: -45deg;
}

.incoming ion-icon {
  color: #0f0;
  rotate: 45deg;
}

.outgoing ion-icon {
  color: #f00;
  rotate: 45deg;
}

.call {
  font-size: 1.5em;
  color: #008069;
}

.quickBtn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10000;
}

.quickBtn .btn {
  background: #008069;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.35em;
  cursor: pointer;
  display: none;
}

.tabs input:nth-child(1):checked~.quickBtn .btn:nth-child(1) {
  display: flex;
}

.tabs input:nth-child(2):checked~.quickBtn .btn:nth-child(2) {
  display: flex;
}

.tabs input:nth-child(3):checked~.quickBtn .btn:nth-child(3) {
  display: flex;
}

.quickBtn .btn .pencil {
  position: absolute;
  top: -50px;
  width: 40px;
  height: 40px;
  background: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  border-radius: 50%;
  font-size: 0.75em;
}

.chatBox-pop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ece5dd;
  z-index: 10000;
}

.chatBox-pop.hide {
  display: none;
}

.chatBox-pop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(pattern.png);
  opacity: 0.5;
}

.chat-Header {
  position: relative;
  width: 100%;
  padding: 15px;
  background: #008069;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-Header .imgContent-pop {
  display: flex;
  align-items: center;
  gap: 5px;
}

.chat-Header .imgContent-pop ion-icon {
  color: #fff;
  cursor: pointer;
  font-size: 1.25em;
}

ion-icon {
  cursor: pointer;
}

.chat-Header .imgContent-pop .imgBx {
  position: relative;
  width: 65px;
  border-radius: 999rem;
  overflow: hidden;
}

.chat-Header .imgContent-pop h3 {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 0px;
}

.chat-Header .imgContent-pop h3 span {
  font-size: 0.7em;
  font-weight: 400;
}

.actionBtns {
  position: relative;
  display: flex;
  color: #fff;
  gap: 15px;
}

.messageBox {
  position: relative;
  padding: 20px;
  height: 540px;
}

.messageBox .message {
  position: relative;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  border-top-left-radius: 0;
  /* margin-top: 0.5rem; */
}

.messageBox .message-icon {
  position: relative;

  background: #fff;
  border-radius: 10px;
  border-top-left-radius: 0;
  margin-top: 0.5rem;
}

.messageBox .message-p.pp-help {
  position: relative;
  padding: 10px;
  background: #008069;
  color: white;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  display: block;
}

.messageBox .message-p {
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.messageBox .message-p.pp-no-help {
  position: relative;
  padding: 10px;
  color: white;
  background: #ab1d37;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  display: block;
}

.messageBox .message::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}

.messageBox .message-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}

.time {
  position: relative;
  display: block;
  font-size: 0.7em;
  width: 100%;
  text-align: end;
  color: #777;
}

.messageInput {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20%;
}

.messageInput .input {
  position: relative;
  background: #fff;
  padding: 5px 10px;
  width: 275px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
  display: none;
}

.messageInput .input ion-icon {
  color: #777;
  cursor: pointer;
  font-size: 1.4em;
}

.messageInput .input input {
  border: none;
  outline: none;
  padding: 5px;
  border-radius: 20%;
  text-align: center;
}

.mic {
  position: relative;
  width: 37px;
  height: 37px;
  background-color: #008069;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2em;
  border-radius: 50%;
  cursor: pointer;
}

.deg45 {
  rotate: 45deg;
}


@media only screen and (max-width: 767px) {
  .container-pop {
    bottom: 5.5rem;
    right: 3%;
    width: 300px;
    height: 340spx;
  }
}