.chat-view ons-toolbar .left {
  opacity: 0.81;
}
.chat-view ons-toolbar .ceter {
  opacity: 0.81;
}
.chat-view ons-toolbar .right ons-button {
  font-size: 20px;
  opacity: 0.81;
}
.chat-view ons-list {
  background: none !important;
}
.chat-view ons-bottom-toolbar.send-menu {
  background-color: #f0f0f0 !important;
}
.chat-view ons-bottom-toolbar.send-menu input {
  border: 0;
  outline: 0;
  border-bottom: 2px solid #9a9a9a;
  background-color: transparent;
  font-size: 20px;
  width: 100%;
}
.chat-view ons-bottom-toolbar.send-menu input:focus {
  border-bottom: 2px solid #5192ff;
}
.chat-view ons-bottom-toolbar.send-menu ons-button {
  padding: initial;
  font-size: 20px;
  color: #9a9a9a;
}
.chat-view ons-bottom-toolbar.send-menu ons-button.emojis {
  margin: 0 1rem 0 1rem;
}
.chat-view ons-bottom-toolbar.send-menu ons-button.attachment {
  margin: 0 1rem 0 1rem;
}
.chat-view ons-bottom-toolbar.send-menu ons-button.camera {
  margin: 0 0.5rem 0 0rem;
}
.chat-view ons-bottom-toolbar.send-menu ons-button.send {
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.91);
  background-color: #00b09c;
  border-radius: 50%;
  margin: 0 0.4rem;
  line-height: initial;
}
.chat-view ons-bottom-toolbar.send-menu ons-button.send i {
  font-size: 20px;
  line-height: initial;
}
.chat-view ons-bottom-toolbar.send-menu ons-button.send[disabled] {
  opacity: 0.5;
}
@keyframes pulse-call-beth {
  15% {
    box-shadow: 0 0 0 5px rgba(178, 178, 177, 0.4);
  }
  25% {
    box-shadow: 0 0 0 10px rgba(178, 178, 177, 0.4), 0 0 0 20px rgba(178, 178, 177, 0.2);
  }
  25% {
    box-shadow: 0 0 0 15px rgba(178, 178, 177, 0.4), 0 0 0 30px rgba(178, 178, 177, 0.2);
  }
}
.chat-view .minimize-call-modal {
  height: 120px !important;
  width: 120px !important;
  margin: initial !important;
  top: 60px !important;
  left: calc(100% - 125px) !important;
}
ons-toast.securityToast {
  z-index: 10003 !important;
}
ons-toast.securityToast .toast {
  background-color: #F5F5F5;
  box-shadow: 0 0 10px #00000054;
}
ons-toast.securityToast .toast .toast__message {
  color: black;
  font-size: 16px;
  text-align: center;
}
ons-modal.callModal {
  height: 100%;
  width: 100%;
  background: transparent;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10002 !important;
}
ons-modal.callModal .modalCall {
  position: relative;
  padding: initial;
  margin: initial;
  background: white;
  height: 100%;
}
ons-modal.callModal .modalCall .pulse {
  background: white;
  box-shadow: 0 0 0 0 #ffffff;
  animation: pulse-call 2s infinite;
}
ons-modal.callModal .modalCall .information {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 25px;
  padding: 1.5%;
  height: 90%;
  justify-content: flex-start;
}
ons-modal.callModal .modalCall .information ons-icon.call-phone {
  color: gray;
  font-size: 40px;
}
ons-modal.callModal .modalCall .information span.callAction {
  color: gray;
  font-size: 20px;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}
ons-modal.callModal .modalCall .information span.callId {
  color: gray;
  font-size: 20px;
}
ons-modal.callModal .modalCall .information span.callName {
  color: gray;
  font-size: 30px;
}
ons-modal.callModal .modalCall .information span.callStatus {
  color: gray;
  font-size: 20px;
}
ons-modal.callModal .modalCall .information span.callWait {
  color: gray;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
ons-modal.callModal .modalCall .information > img {
  border-radius: 50%;
  opacity: 0.91;
  margin: 2.5rem;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
ons-modal.callModal .modalCall .myself-fullscreen,
ons-modal.callModal .modalCall video#peer {
  background-color: black;
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
}
ons-modal.callModal .modalCall .myself-window {
  background-color: black;
  width: 25%;
  height: 25%;
  position: absolute;
  border: 1px solid;
}
ons-modal.callModal .modalCall .answer-call {
  color: white;
  background-color: green;
  box-shadow: 0 0 10px 0px #ffffff54;
  transition: none !important;
}
ons-modal.callModal .modalCall .end-call {
  z-index: 9999;
  transform: rotate(225deg) !important;
  color: white;
  background-color: red;
  box-shadow: 0 0 10px 0px #ffffff54;
  transition: none !important;
}
ons-modal.callModal .modalCall .two-btn {
  left: 10% !important;
  right: initial !important;
  bottom: 10%;
  background-color: #000000;
  box-shadow: none;
  color: red;
  opacity: 0.81;
}
ons-modal.callModal .modalCall .one-btn {
  left: 0;
  right: 0;
  margin: 0 auto;
}
ons-popover.emoji-panel .popover {
  bottom: 42px !important;
  right: initial !important;
  left: 0px !important;
  width: 100% !important;
  height: 150px !important;
}
ons-popover.emoji-panel .popover > div {
  width: 100%;
  text-align: center;
  opacity: 0.9;
  overflow: hidden;
}
ons-popover.emoji-panel .popover > div ons-toolbar {
  background-color: #f0f0f0;
  color: black;
  overflow: hidden;
  opacity: 0.9;
  position: initial;
  height: 30px;
}
ons-popover.emoji-panel .popover > div ons-toolbar .center {
  text-align: center;
  height: 30px;
  line-height: initial;
  justify-content: center;
  margin: initial;
}
ons-popover.emoji-panel .popover > div ons-toolbar .center .close-panel {
  font-size: 20px;
  padding: initial;
  cursor: pointer;
}
ons-popover.emoji-panel .popover > div ons-list {
  height: 110px;
  opacity: 0.9;
  text-align: center;
  padding: 0px 20px;
}
ons-popover.emoji-panel .popover > div ons-list .emoji {
  font-size: 20px;
  margin: 2px 2px;
  padding: 2px;
}
@keyframes pulse-call {
  15% {
    box-shadow: 0 0 0 5px rgba(255, 102, 0, 0.4);
  }
  25% {
    box-shadow: 0 0 0 10px rgba(255, 102, 0, 0.4), 0 0 0 20px rgba(255, 102, 0, 0.2);
  }
  25% {
    box-shadow: 0 0 0 15px rgba(255, 102, 0, 0.4), 0 0 0 30px rgba(255, 102, 0, 0.2);
  }
}
.toastError .toast--material {
  background-color: #E53935;
}
