html {
  scroll-behavior: smooth;
}

.song-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  border-top: 1px #989898 solid;
  padding-top: 1rem;
}

.song-header-left {
  display: flex;
  align-items: center;
}

.song-header-left h2 {
  padding-right: 2rem;
}

.song-header-control i,
.song-header-left i {
  padding-left: 1rem;
  color: #333;
  cursor: pointer;
}

.song-sub-header {
  max-width: 1024px;
}

.section-note {
  max-width: 1024px;
}

.song-header-left i.disabled {
  opacity: 10%;
  cursor: not-allowed;
}

#modal-edit-chord {
  width: 100vw;
  height: 100vh;
}

.modal-dialog {
  max-width: 100vw;
  overflow: auto;
  margin: 0;
  padding: 0;
}

.modal-content {
  max-width: 95vw;
  max-height: 95vh;
}

.edit-textarea {
  margin-bottom: 1rem;
}

#modal-edit-script {
  width: 95vw;
}

#chordsheet-label {
  font-size: 1rem;
  font-weight: bold;
}

#chordsheet-textarea {
  font-family: "Times New Roman", sans-serif;
  overflow: auto;
  white-space: pre;
  max-height: 60vh;
}

td .rendition-selection {
  width: 500px;
  align-self: center;
  justify-content: center;
  justify-self: center;
  height: calc(1.5em + 0.75rem + 2px) !important;
}

@media screen and (min-width: 576px) {
  #modal-edit-chord {
    max-width: 95vw;
  }

  #modal-edit-script {
    width: 95vw;
    max-width: 1024px;
  }
}

.edit-script-buttons {
  padding: 1rem 0 0 0;
  margin: 0;
  border-top: 1px solid black;
}

.edit-script-row {
  font-size: 1rem;
}

td .song-order {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}

#add-new-song-button {
  margin-bottom: 1rem;
}

.password-button {
  padding-top: 1rem;
}
