.callbar .danger {
  min-width: 145px;
  background: var(--red);
  border-color: var(--red);
  color: white;
}

.switch:disabled {
  cursor: wait;
  opacity: .55;
}
