.calls-page {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #efeae2;
  overflow-y: auto;
}

.calls-page .message-alerts {
  padding: 8px 10px 0;
}

.calls-feed {
  padding: 10px;
  padding-bottom: 80px;
}

.call-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 0 0 10px;
  overflow-wrap: break-word;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

.call-card-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 8px;
}

.call-card-id {
  font-weight: 700;
}

.call-card-date {
  color: #959a96;
  font-size: 85%;
  white-space: nowrap;
}

.call-card-desc {
  margin-bottom: 8px;
}

.call-card-status {
  color: #667781;
  font-size: 90%;
  margin-bottom: 6px;
  text-transform: lowercase;
}

.call-card-comment {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #eee;
}

.call-card-comment-text {
  color: #555;
  font-size: 90%;
}

.call-card-more {
  display: inline-block;
  margin-top: 4px;
  font-size: 85%;
}

.call-card-restore {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.calls-empty {
  text-align: center;
  color: #667781;
  padding: 40px 20px 80px;
}

.calls-add-btn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 16px 12px;
  background-color: #337ab7;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.calls-add-btn:active,
.calls-add-btn:focus {
  outline: none;
  background-color: #286090;
}

/* Modal */

.webview-call-modal .call-card {
  margin-bottom: 0;
  box-shadow: none;
}

.webview-call-comments {
  margin-top: 16px;
  border-top: 1px solid #eee;
  padding-top: 12px;
}

.webview-call-comments-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.webview-call-comment-item {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 8px;
}

.webview-call-comment-item .comment-date {
  display: block;
  margin-top: 6px;
  color: #959a96;
  font-size: 85%;
}
