.body {
  overflow-x: hidden;
}
.header {
    background-color: white;
    position: sticky;
    top: 0px;
    padding: 0.3em 1em;
    z-index: 100;
}
.header div {
    margin-bottom: 0.5em;
}
.audioPlayback, .cursor, .selections, .measureEnter, .fileSelect, .zoom{
    display: inline-block;
}
.selections {
    padding: 0.5em;
    background-color: #FADADD;
}
/* #upload input{
  border: 0.1em black solid;
} */

.audioPlayback, .cursor, .fileSelect, .zoom{
  margin-right: 1em;
}

.audio {
    background-color: white;
    position: sticky;
    bottom: 0px;
    padding: 0.3em 0px;
    z-index: 100;
}
.disabledbutton {
    opacity: 0.6;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9999;
}
