.wow-newchat-container {
  position: fixed;
  bottom: 10%;
  right: 50px;
  z-index: 1000;
  min-width: 60px;
  min-height: 60px;
}
.footer-link-newchat-popout-button {
  cursor: pointer;
}
#newchat-iframe {
  border: none;
}
.newchat-header {
  background: black;
  color: white;
  padding: 20px 20px;
  position: relative;
  line-height: 13px;
  cursor: pointer;
}
.newchat-header img {
  width: 100px;
}
.newchat-header:after {
  /*content: "";
    background: url("<?php echo $this->getViewFileUrl('Wow_NewChat::image/minimize.png');?>") no-repeat;
    background-size: contain;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 35px;
    height: 35px;
    background-color: white;
    border-radius: 8px;*/
  content: "";
  position: absolute;
  right: 20px;
  top: 21px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
#newchat-popup-btn {
  background: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  height: 60px;
  width: 60px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.newchat-content {
  position: relative;
}
.wow-newchat-container.show {
  right: 0;
  bottom: 0;
}
.newchat-pop-click-p span {
  cursor: pointer;
}
.wow-newchat-container .headset-icon {
  background: white;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  border: 1px solid #f2f2f2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wow-newchat-container .headset-icon svg {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 25px;
}
.wow-newchat-container #newchat-resizable,
.wow-newchat-container.show .headset-icon {
  display: none;
}
.wow-newchat-container.show #newchat-resizable {
  display: block;
}
@media (min-width: 501px) {
  .wow-newchat-container.show .newchat-content {
    height: 462px;
  }
}
@media (max-width: 767px) {
  .wow-newchat-container {
    right: 20px;
  }
}
@media (max-width: 500px) {
  .wow-newchat-container.show {
    height: 100%;
    width: 100%;
  }
  .wow-newchat-container.show #newchat-iframe {
    width: 100%;
    height: calc(100vh - 53px);
    height: calc(100dvh - 53px);
  }
}
