* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
}

body {
  background: #eee;
  padding: 0 16px;
}

header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  margin: auto -16px;
  padding: 20px 48px;
  min-height: 80px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

header h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
}

footer {
  text-align: center;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
}

.dialogue-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 30px auto 20px auto;
  background: #fff;
  padding: 15px;
  border-radius: 7px;
  box-shadow: 0 1px 5px rgb(199, 199, 199);
}

.selected-row {
  background-color: #f0f8ff !important;
}

#cast-dialog-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 16px;
}

.close-icon-button {
  color: #757575;
}

.close-icon-button:hover {
  color: #424242;
  background-color: rgba(0, 0, 0, 0.04);
}

.dialogue-line {
  margin-top: 12pt;
  margin-bottom: 12pt;
}

.audio-video-generate-button-group {
  margin-top: 12pt;
  margin-bottom: 4pt;
}

.current-project-banner {
  padding: 16px;
  margin: 16px;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #ddd;
  border-radius: 7px;
  box-shadow: 0 1px 5px rgb(220, 220, 220);
}

.current-project-description {
  margin-left: 8px;
  color: #666;
}