

.mindzchatmodal {
  position: fixed;
  bottom: 70px;
  right: 20px;
  width: 100%;
  max-width: 360px;
  z-index: 1;
}

.mindzchatwhatsappgreenbg {
  text-align: end;
  right: 20px;
  position: fixed;
  z-index: 9999;
  bottom: 20px;
}

.mindzchatwhatsappbuttonparent .mindzchatwhatsappbutton {
  width: 64px;
  height: 64px;
  position: relative;
  z-index: 1;
  padding: 16px;
  border-radius: 100px;
  border-color: rgba(0, 0, 0, 0);
  line-height: 1.32;
  color: rgb(255, 255, 255);
  font-family: inherit;
  font-weight: bold;
  font-size: 0px;
  background-color: rgb(37, 211, 102);
  border-width: 0px;
  max-width: 1880px;
  padding: 0px;
}
.mindzchatwhatsappbuttonparent .mindzchatwhatsappbutton:focus {
  box-shadow: none;
}
.mindzchatwhatsappbuttonparent .mindzchatwhatsappbutton::before {
  content: "";
  position: absolute;
  background-color: #ff0000;
  width: 10px;
  height: 10px;
  z-index: 1;
  border-radius: 50%;
  right: 4px;
  top: 4px;
}
.mindzchatwhatsappbuttonparent .mindzchatwhatsappbutton .button-base {
  padding: 16px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0);
}
.mindzchatwhatsappbuttonparent .mindzchatwhatsappbutton .minzchatbuttonanimation::before {
  content: "";
  position: absolute;
  border: 1px solid rgb(37, 211, 102);
  inset: -2px;
  border-radius: 500px;
  opacity: 0;
  z-index: 0;
}
.mindzchatwhatsappbuttonparent .mindzchatwhatsappbutton .minzchatbuttonanimation div::before {
  content: "";
  position: absolute;
  border: 1px solid rgb(37, 211, 102);
  inset: -2px;
  border-radius: 500px;
  opacity: 0;
  z-index: 0;
}
.mindzchatwhatsappbuttonparent .mindzchatwhatsappbutton .minzchatbuttonanimation div:after {
  content: "";
  position: absolute;
  border: 1px solid rgb(37, 211, 102);
  inset: -2px;
  border-radius: 500px;
  opacity: 0;
  z-index: 0;
}
.mindzchatwhatsappbuttonparent .mindzchatwhatsappbutton:hover .minzchatbuttonanimation::before {
  animation: 1s linear 0s infinite normal none running es-chats-pulse;
}
.mindzchatwhatsappbuttonparent .mindzchatwhatsappbutton:hover .minzchatbuttonanimation div::before {
  animation: 1s linear 0s infinite normal none running es-chats-pulse;
}
.mindzchatwhatsappbuttonparent .mindzchatwhatsappbutton:hover .minzchatbuttonanimation div::after {
  animation: 1s linear 0s infinite normal none running es-chats-pulse;
  animation-delay: 0.5s;
}

.mindzchatboxbody {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 30px 0px;
  visibility: hidden;
  transition: opacity 0.3s, margin 0.3s, visibility 0.3s, z-index 0.3s, display 0.3s;
  opacity: 0;
  display: none;
  z-index: 99;
  margin: 0px 0px 0px 0px;
}
.mindzchatboxbody .mindzchathead {
  position: relative;
  padding: 20px;
  background-color: #008069;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.mindzchatboxbody .mindzchathead .usercolforminzchat {
  -moz-column-gap: 16px;
       column-gap: 16px;
  display: flex;
  align-items: center;
}
.mindzchatboxbody .mindzchathead .usercolforminzchat .mindzchartuserimg {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #fff;
}
.mindzchatboxbody .mindzchathead .usercolforminzchat .mindzchartuserimg::before {
  content: "";
  position: absolute;
  background-color: #4ad504;
  border: 2px solid #008069;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  bottom: 0px;
  right: 0;
}
.mindzchatboxbody .mindzchathead .usercolforminzchat .mindzchartuserimg img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.mindzchatboxbody .mindzchathead .usercolforminzchat .mindzchatusername h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.mindzchatboxbody .mindzchathead .usercolforminzchat .mindzchatusername p {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
}
.mindzchatboxbody .mindzchathead .mindzchatboxbodyclose {
  color: white;
  border: none;
  background-color: transparent;
  transition: 0.3s;
  position: relative;
  opacity: 0.4;
  z-index: 1;
}
.mindzchatboxbody .mindzchathead .mindzchatboxbodyclose::before {
  content: "";
  position: absolute;
  border-radius: 2px;
  background-color: white;
  transform: rotate(45deg);
  width: 12px;
  height: 2px;
  display: block;
  z-index: -1;
  top: -3px;
  left: -3px;
}
.mindzchatboxbody .mindzchathead .mindzchatboxbodyclose::after {
  content: "";
  position: absolute;
  border-radius: 2px;
  background-color: white;
  transform: rotate(-45deg);
  width: 12px;
  height: 2px;
  display: block;
  z-index: -1;
  top: -3px;
  left: -3px;
}
.mindzchatboxbody .mindzchathead .mindzchatboxbodyclose:hover {
  opacity: 1;
}
.mindzchatboxbody .mindzchatbodywindow {
  position: relative;
  padding: 20px 20px 32px;
  min-height: 120px;
  background: url(https://mindzdev.mindzmap.com/mindz-chat/background-whatsapp.jpg) no-repeat;
  background-size: cover;
}
.mindzchatboxbody .mindzchatbodywindow .mindzchatbodywindow-receivedmsg {
  padding: 6px 14px;
  position: relative;
  border-radius: 0px 16px 16px;
  background-color: white;
  max-width: -moz-fit-content;
  max-width: fit-content;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 0px 0px;
}
.mindzchatboxbody .mindzchatbodywindow .mindzchatbodywindow-receivedmsg .mindzchatbodywindowreceivedmsgchat {
  margin-right: 12px;
  position: relative;
}
.mindzchatboxbody .mindzchatbodywindow .mindzchatbodywindow-receivedmsg .mindzchatbodywindowreceivedmsgchat img {
  position: absolute;
  top: -6px;
  left: -23px;
}
.mindzchatboxbody .mindzchatbodywindow .mindzchatbodywindow-receivedmsg .mindzchathitherevisiblecontent {
  margin-bottom: 16px;
}
.mindzchatboxbody .mindzchatbodywindow .mindzchatbodywindow-receivedmsg p {
  font-size: 14px;
  line-height: 20px;
}
.mindzchatboxbody .mindzchatbodywindow .mindzchatbodywindow-receivedmsg .mindzchatmsgcurenttime p {
  color: gray;
  font-size: 12px;
  line-height: 18px;
  opacity: 0.8;
}
.mindzchatboxbody #minzchatform .minzchatform {
  padding: 12px 2px 12px 20px;
  overflow: hidden;
  display: flex;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}
.mindzchatboxbody #minzchatform .minzchatform .mindzchargroup {
  min-height: 20px;
  max-height: 28px;
  padding-right: 42px;
  width: 100%;
}
.mindzchatboxbody #minzchatform .minzchatform .mindzchargroup .mindzchatinputcontrol {
  resize: none;
  height: 20px;
  max-height: 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: inherit;
  color: #000 !important;
  overflow: hidden;
  width: 100%;
  box-shadow: none;
  background: transparent;
  border: none;
  transform: translate3d(0px, 0px, 0px);
  padding: 3px 0px 0px 0px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
.mindzchatboxbody #minzchatform .minzchatform .mindzchargroup .mindzchatinputcontrol::-moz-placeholder {
  color: rgba(17, 17, 17, 0.3) !important;
}
.mindzchatboxbody #minzchatform .minzchatform .mindzchargroup .mindzchatinputcontrol::placeholder {
  color: rgba(17, 17, 17, 0.3) !important;
}
.mindzchatboxbody #minzchatform .minzchatform .mindzchargroup .mindzchatinputcontrol:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.mindzchatboxbody #minzchatform .minzchatform .mindzchatsendmsgentered {
  position: absolute;
  bottom: 6px;
  right: 12px;
  transition: right 0.3s;
}
.mindzchatboxbody #minzchatform .minzchatform .mindzchatsendmsgentered .mindzchatmsgsend-button {
  border-radius: 14px;
  border-color: rgba(0, 0, 0, 0);
  width: 28px;
  line-height: 1.32;
  color: rgb(255, 255, 255);
  font-family: inherit;
  font-weight: normal;
  font-size: 0px;
  font-style: normal;
  background-color: rgb(37, 211, 102);
  border-width: 0px;
  overflow: hidden;
}
.mindzchatboxbody #minzchatform .minzchatform .mindzchatsendmsgentered .mindzchatmsgsend-button .mindzchatmsgsend-greenround {
  padding: 6px;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0);
}
.mindzchatboxbody #minzchatform .minzchatform .mindzchatsendmsgentered .mindzchatmsgsend-button .mindzchatmsgsend-greenround .mindzchatmsgsend {
  width: 16px;
  height: 16px;
  position: relative;
}
.mindzchatboxbody #minzchatform .minzchatform .mindzchatsendmsgentered .mindzchatmsgsend-button .mindzchatmsgsend-greenround .mindzchatmsgsend img {
  filter: brightness(0) invert(1);
  display: block;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  left: -7px;
  top: -7px;
  width: 30px;
  height: 30px;
}

.mindzchatpoweredbymaking {
  margin-bottom: 6px;
  visibility: hidden;
  transition: opacity 0.3s, margin 0.3s, visibility 0.3s;
  opacity: 0;
}
.mindzchatpoweredbymaking img {
  width: 15px;
}
.mindzchatpoweredbymaking .mindzchatpoweredbymaking-title {
  text-decoration: none;
  -moz-column-gap: 6px;
       column-gap: 6px;
  color: #b1b1b1;
  display: flex;
  align-items: center;
  justify-content: start;
}
.mindzchatpoweredbymaking .mindzchatpoweredbymaking-title p {
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  color: #b1b1b1;
}

.windowvisible {
  visibility: visible;
  opacity: 1;
  margin-bottom: 8px;
  z-index: 999;
  display: block;
}

.mindzchatpoweredbymaking.windowvisible {
  bottom: 80px;
}

@keyframes es-chats-pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@media only screen and (max-width: 540px) {
  .mindzchatfix .mindzchatmodal {
    width: 100%;
    right: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 94%;
  }
  .mindzchatfix .mindzchatwhatsappgreenbg {
    right: 20px;
  }
}/*# sourceMappingURL=mindz-chat.css.map */