#lt-add {
  position: fixed;
  z-index: 10002;
  width: 100%;
}

#popup {
  display: flex;
  justify-content: center;
}

.bl_soundPlayer {
  background-color: white;
  display: grid;
  grid-template-columns: 1rem 1fr 1rem;
  grid-template-rows: 1rem 1fr 0.5rem;
  border: 1px solid rgb(186, 186, 186);
  place-content: center;
}
.bl_soundPlayer_inner {
  grid-column: 2/3;
  grid-row: 2/3;
}
.bl_soundPlayer_closeBtn {
  grid-column: 3/4;
  grid-row: 1/2;
  font-weight: bold;
  cursor: pointer;
}/*# sourceMappingURL=soundPlayer.css.map */