html, body {
  height: 100%; }

body {
  position: relative;
  box-sizing: border-box; }

.app-container {
  position: relative;
  height: 100%;
  min-height: 100%; }

.app-call-panel {
  max-width: 290px;
  background-color: #2c3e50;
  color: white; }
  .app-call-panel .section {
    margin: 0;
    padding: 15px 28px; }
    .app-call-panel .section:first-child {
      padding-bottom: 10px; }
    .app-call-panel .section:last-child {
      padding-top: 10px; }
  .app-call-panel .app-call-panel--header {
    padding: 8px 0;
    font-size: 14px; }
    .app-call-panel .app-call-panel--header .column {
      padding: 0.25rem; }
    .app-call-panel .app-call-panel--header a {
      color: white;
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      color: inherit; }
    .app-call-panel .app-call-panel--header .image img {
      border-radius: 100%; }
  .app-call-panel .app-call-panel--numericpad .column {
    text-align: center;
    padding: 0.25rem; }
  .app-call-panel .app-call-panel--numericpad .button.is-dark {
    display: block;
    width: 100%;
    text-align: left;
    color: white;
    background-color: transparent; }
    .app-call-panel .app-call-panel--numericpad .button.is-dark:hover {
      background-color: #233140; }
    .app-call-panel .app-call-panel--numericpad .button.is-dark small {
      font-size: 11px;
      padding-left: 5px;
      color: #8aa4be; }
  .app-call-panel .app-call-panel--actions .button {
    width: 40px;
    height: 40px; }
    .app-call-panel .app-call-panel--actions .button.button:focus:not(:active), .app-call-panel .app-call-panel--actions .button.button.is-focused:not(:active) {
      box-shadow: none; }
    .app-call-panel .app-call-panel--actions .button.app-call-panel--actions-card {
      background: transparent;
      color: white;
      border-color: transparent; }
    .app-call-panel .app-call-panel--actions .button.is-dark {
      background: transparent;
      color: rgba(255, 255, 255, 0.7); }

/*# sourceMappingURL=calls.css.map */
