button {
  background-color: rgba(255, 255, 255, 0.08);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 8px 14px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 6px;
  transition: transform 120ms ease, background-color 120ms ease;
}

button:hover {
  background-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}

#nameoflist {
  text-align: center;

}

ul {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

li {
  margin-left: 0 !important;
  padding-left: 0 !important;
  text-indent: 0 !important;

}

#ListofLists li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  /* Optional: Add underline on hover if desired */
}

a:visited {
  color: white;
}

.container {

  text-align: left;
  width: 500px;
  max-width: 92vw;

}

.half {

  align-self: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.editable {
  min-height: 120px;
  white-space: pre-wrap;
}

.editable#editableDiv {
  height: 240px;
  overflow-y: auto;
  box-sizing: border-box;
}

.editable#editableDiv {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.08);
}

.editable#editableDiv::-webkit-scrollbar {
  width: 10px;
}

.editable#editableDiv::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
}

.editable#editableDiv::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.08);
}

.editable#editableDiv::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.7);
}

.editable#editableTitle {
  min-height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.editable:empty:before {
  content: attr(data-placeholder);
  color: rgba(255, 255, 255, 0.55);
}

.helper {
  margin-top: -8px;
  font-size: 14px;
}

.muted {
  color: rgba(255, 255, 255, 0.75);
}

#displayDiv {
  font-size: 20px;
  line-height: 1.6;
}

.results-list {
  margin: 12px 0 0 20px;
  padding: 0;
}

.results-list li {
  margin-bottom: 6px;
}

.list-actions {
  display: inline-flex;
  gap: 8px;
  margin-left: 12px;
}

.link-button {
  background: transparent;
  border: 1px dashed rgba(255, 255, 255, 0.6);
  padding: 2px 8px;
  font-size: 14px;
}


.Runs {
  float: right;
  cursor: pointer;
}


.hidden {
  display: none;
}



body {


  background-color: #000000;
  padding: 0px;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  color: aliceblue;
  font-size: 16px;
}



#gradient {
  width: 100%;
  min-height: 100vh;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.app-dialog {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  padding: 0;
  background: rgba(10, 10, 10, 0.92);
  color: white;
  max-width: 420px;
  width: min(92vw, 420px);
}

.app-dialog::backdrop {
  background: rgba(0, 0, 0, 0.7);
}

.dialog-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 18px 16px;
}

.dialog-title {
  margin: 0 0 6px;
  font-size: 20px;
}

.dialog-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.dialog-form input {
  background: rgba(255, 255, 255, 0.08);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  padding: 8px 10px;
}

.dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 8px;
}
#buttonslot button,
#but button,
#odiv7 button,
#odiv5 button {
  margin-right: 8px;
  margin-bottom: 6px;
}
