.titlebar {
  background-color: #ffdd55;
  padding: 10px;
  margin-top: 10px;
}
.btn {
  background-color: #ffdd55;
  color: black;
}

.btn:hover,
.btn:focus {
  background-color: #ffee88;
}

.progress {
  background-color: #ffee88 !important;
}

.progress .determinate {
  background-color: #ffdd55 !important;
}

.datepicker-date-display {
  background-color: #ffdd55 !important;
  border-bottom: 1px solid #ffdd55 !important;
  box-shadow: 0 1px 0 0 #ffdd55 !important;
  color: black;
}

.datepicker-cancel,
.datepicker-done,
.year-text {
  color: black !important;
}

.datepicker-table td.is-selected {
  background-color: #ffdd55 !important;
}

.input-field input.valid {
  border-bottom: 1px solid #ffdd55 !important;
  box-shadow: 0 1px 0 0 #ffdd55 !important;
}

.input-field input[type="text"]:focus {
  border-bottom: 1px solid #ffdd55 !important;
  box-shadow: 0 1px 0 0 #ffdd55 !important;
}

.input-field input:focus,
.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #ffdd55 !important;
  box-shadow: 0 1px 0 0 #ffdd55 !important;
}

.input-field input:focus,
.datepicker:focus:not([readonly]) {
  border-bottom: 1px solid #ffdd55 !important;
  box-shadow: 0 1px 0 0 #ffdd55 !important;
}

.copyurl-text {
  color: #444;
}
.btn {
  margin-bottom: 10px;
  overflow: hidden;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}

