.gojiwisebuttons {

}

.gojiwisebuttons .btn:hover {
  color: white!important;
}

.gojiwisebuttons.offline .mic-btns-container {
  display: none;
}

.gojiwisebuttons .mic-btns-container {
  display: flex;
}

.join-btn,
.gojiwisebuttons .btn {
  margin: 0 30px;
  padding: 6px;
  text-align: center;
  background-color: #19A4FD;
  border-radius: 10px;
  cursor: pointer;
  font-size: 13px;
  color: white;
}
.gojiwisebuttons .btn.disabled {
  background-color: #cbcbcb !important
}
.gojiwisebuttons .btn.mic-requested {
  background-color: #2cdd6b;
  color: white;
}