.my-border {
  border-style: dashed;
  background-color: lightgrey;
}

body {
  font-family: adobe-clean, "Source Sans Pro", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Ubuntu, "Trebuchet MS", "Lucida Grande", sans-serif;
}

.body-style {
  /* margin: 150px; */
  text-align: center;
  border-style: dashed;
  padding: 20px;
  border-radius: 10px;
}

#audio-tracks {
  font-family: Arial, Helvetica, sans-serif;
  /* border-collapse: collapse; */
  width: 100%;
}

#audio-tracks td,
#audio-tracks th {
  /* border: 1px solid #ddd; */
  padding: 8px;
  text-align: center;
}

#audio-tracks tr:nth-child(even) {
  background-color: #f2f2f2;
}

#audio-tracks tr:hover {
  background-color: #ddd;
}

#audio-tracks th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: rgb(176, 176, 240);
  color: white;
  text-align: center;
}

.title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: -15px;
}

.table-class {
  display: none;
}

input[type="file"] {
  display: none;
}
.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  left: 50%;
  color: white;
  background-color: rgb(76 81 191);
  border-radius: 20px;
}

.waveform {
  margin-top: 30px;
}

#table-section {
  margin-top: 20px;
  overflow-x: scroll;
}

#table-wrapper {
  position: relative;
 
}

#table-scroll {
  height: 245px;
  overflow: auto;
  margin-top: 20px;
  /* border: 1px solid rgb(211 211 211); */
}
#table-wrapper table {
  width: 100%;
}

#table-wrapper table thead th .text {
  position: absolute;
  top: -20px;
  z-index: 2;
  height: 20px;
  width: 35%;
}

#time-current,
#time-total {
  font-size: 20px;
}

#time-current {
  margin-left: 5px;
}

thead,
tfoot {
  display: none;
}

table {
  background: none !important;
  border: none !important;
}

tr {
  display: inline-block;
  padding: 1rem 0.5rem 1rem 0.5rem;
  margin: 1rem;
  border: 1px solid grey;
  border-radius 10px;
  box-shadow: 0 0 10px;
}

td {
  display: block;
}