.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
  width: 100vw;
  height: 90vh;
  background: rgb(0, 0, 0);
  color: white !important;
  text-align: center;
  font-size: 2rem;
  position: relative;
}
.uk-open > .uk-modal-dialog em, .uk-open > .uk-modal-dialog h2 {
  color: white !important;
}
.uk-open > .uk-modal-dialog svg {
  height: 20px;
  width: 20px;
}

#buttonBar {
  list-style-type: none;
}

#teleprompterContainer {
  overflow: hidden;
  height: 100%;
}

#buttonBar {
  top: 20px;
  right: 20px;
  position: absolute;
}

#buttonBar .uk-button:hover {
  background: rgba(255, 255, 255, 0.8);
}

.copyblock {
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #f9f9f9;
  position: relative;
  border-radius: 5px;
}
.copyblock .copy-button {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.copyblock .copy-button:focus {
  outline: none;
}

.copyButton {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.copyButton:focus {
  outline: none;
}

.todolist {
  list-style-type: none;
  padding: 0;
}
.todolist .el-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  background-color: #f9f9f9;
  margin: 5px 0;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.todolist .el-item:hover {
  background-color: #f1f1f1;
}
.todolist .el-item::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #ccc;
  border-radius: 50%;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.todolist .el-item.completed .el-content {
  text-decoration: line-through;
  color: gray;
}
.todolist .el-item.completed::before {
  background-color: #4caf50;
  border-color: #4caf50;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="18px" height="18px"%3E%3Cpath d="M0 0h24v24H0z" fill="none"/%3E%3Cpath d="M9 16.17l-3.5-3.5L4.08 14.09l4.92 4.92L20.3 8.71l-1.41-1.41z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
}

/*# sourceMappingURL=custom.css.map */
