.field {
  display: flex;
  width: 500px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.subtitle {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: medium;
}

.input_number {
  width: 50px;
}

.checkbox_menu {
  padding-left: 25px;
  padding-top: 10px;
}

.table {
  width: 600px;
}

.table-title {
  color: #50575e;
  font-weight: 500;
  font-size: medium;
}

.table-radio {
  text-align: center;
}

.key {
  width: 280px;
}

.region {
  width: 150px;
}

#voice {
  width: 150px;
}

.tabs {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.tabs li {
  cursor: pointer;
  margin: 0;
  background: #d1d1d1;
  position: relative;
  display: flex;
  text-decoration: none;
  font-weight: 600;
  color: #2b2b2b;
  text-align: left;
  justify-content: start;
  padding: 12px;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
}
.tabs li:hover {
  outline: none;
  color: white;
  background-color: #3e3e3e;
}
.tabs li.active {
  font-weight: 700;
  outline: none;
  color: white;
  background-color: #3e3e3e;
}

.tab_content {
  border: 1px solid;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tab_content button {
  margin: 5px;
}

#widget-form {
  display: none;
}

.instruction {
  margin-bottom: 30px;
}

details summary:hover {
  cursor: pointer;
  text-decoration: underline;
}

details.d-none {
  display: none;
}

.retorik-admin label {
  pointer-events: none;
}
