body {
  scroll-behavior: smooth;
}
footer {
  position: fixed;
  height: 170px;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
}

.transcript-text {
  font-size: 20px;
}

.selected-word {
  color: #b8b51a;
}

.individual-word:hover {
  background-color: #b8b51a;
  color: #060e27;
}

.transcription-metadata-item {
  margin-bottom: 10px;
  font-size: 20px;
}
.transcription-metadata-item-text {
  margin-left: 10px;
}

.speaker-1 {
  color: #ffba49;
}
.speaker-2 {
  color: #20a39e;
}
.speaker-3 {
  color: #ef5b5b;
}
.speaker-4 {
  color: #068444;
}
.speaker-5 {
  color: #9b72b0;
}

.navbar-logo {
  min-width: 300px;
  max-width: 30%;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.yellow-link {
  color: #b8b51a;
}
.yellow-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.text-input-box {
  background-color: rgb(7, 14, 39) !important;
  color: #ffffff;
}

.dashboard-item {
  color: rgb(126, 139, 182);
  text-decoration: none;
}

.dashboard-item:hover {
  color: rgb(126, 139, 182);
  text-decoration: none;
}

.transcription-state-0 {
  color:#b8b51a;
}
.transcription-state-1 {
  color: #46deff;
}
.transcription-state-2 {
  color: #03f178;
}
.transcription-state-3 {
  color: #ff213b;
}

.drop-container {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed rgb(126, 139, 182);
  color: rgb(126, 139, 182);
  cursor: pointer;
  transition: background .2s ease-in-out, border .2s ease-in-out;
}

input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #084cdf;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}

.drop-title {
  color: rgb(126, 139, 182)4;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: color .2s ease-in-out;
}

@media all and (min-width:1px) and (max-width: 991px) {
  .navbar-button {
    margin-top: 30px;
  }
}

.custom-alert {
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 50px;
  font-size: 20px;
}