.custom-accordion input[type="checkbox"],
.custom-accordion input[type="radio"] {
  accent-color: #016d89;
}

.custom-accordion .um-field-area {
  margin-top: 16px;
}

.custom-accordion .um-label-title,
.custom-label-description label {
  color: #016d89;
  font-weight: 700;
}

.custom-accordion .um-field-description-opt,
.custom-label-description .description {
  color: #016d89;
}

.custom-accordion .confirm-changes-accordion-btn {
  margin-top: 16px;
}

.custom-label-description {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 12px;
  margin-bottom: 4px;
}

.language-table-container,
.practice-table-container {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #ccc;
}

.language-table {
  width: 100%;
  border-collapse: collapse;
}

.language-table th,
.language-table td,
.practice-table th,
.practice-table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  width: 90px;
}

.language-table thead th,
.practice-table thead th {
  background-color: #f2f2f2;
  position: sticky;
  top: 0;
  z-index: 1;
}

.language-table tbody tr:hover,
.practice-table tbody tr:hover {
  background-color: #f9f9f9;
}

.language-table-container::-webkit-scrollbar,
.practice-table::-webkit-scrollbar {
  width: 8px;
}

.language-table-container::-webkit-scrollbar-thumb,
.practice-table::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.language-table-container::-webkit-scrollbar-track,
.practice-table::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

.js-error-profile {
  color: red;
}

.um-notice.success {
  transition: opacity 0.6s ease;
}

.um-notice-error {
  background: #bc0606;
  color: white;
}


#um_account_submit_my_profile[disabled],
#um_account_submit_my_profile.disabled {
  opacity: .5;
  cursor: not-allowed;
}
