.chat-call-buttons-component ons-fab.option-btn,
.chat-call-buttons-component ons-fab.call-btn {
  margin: 5px !important;
}
.chat-call-buttons-component ons-fab.option-btn ons-icon,
.chat-call-buttons-component ons-fab.call-btn ons-icon {
  line-height: inherit !important;
}
.chat-call-buttons-component ons-fab.call-btn {
  height: 66px;
  width: 66px;
  font-size: 30px;
}
.chat-call-buttons-component ons-fab.call-btn .fab__icon {
  line-height: 66px !important;
}
.chat-call-buttons-component .end-call-btn {
  transform: rotate(225deg) !important;
  color: white;
  background-color: red;
  transition: none !important;
  box-shadow: 0px 0px 12px #ff000073 73;
}
.chat-call-buttons-component .answer-call-btn {
  color: white;
  background-color: green;
  transition: none !important;
  box-shadow: 0px 0px 12px #00800073;
}
.chat-call-buttons-component .on-off-media-btn.on {
  background-color: white;
  color: black;
}
.chat-call-buttons-component .on-off-media-btn.off {
  background-color: gray;
  color: white;
}
.chat-call-buttons-component ons-icon.float-icon {
  position: absolute;
  color: white;
  left: 0px;
  right: 9px;
  top: 0;
  bottom: 0;
  font-size: 12px;
}
