#themeOptions .uTabsHeader {
  height: 100% !important;
  overflow-y: auto;
}

#themeOptions .uTabsHeader label {
  color: #1F1F1F;
  font-size: 12px !important;
  padding: 8px !important;
}

#themeOptions .themePage > div {
  background: #fafafa;
  border: thin solid #dddddd;
  font-size: 12px;
  margin-bottom: 16px;
  padding: 6px !important;
  max-height: 300px;
  overflow: auto;
}

#themeOptions .themePage[data-page="readyThemes"] > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#themeOptions .sectionName {
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
}

#themeOptions .themePage {
  max-height: 50vh;
  overflow: auto;
}

#themeOptions .accordion-button::after {
  filter: contrast(0);
}

.all-themes .theme:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.all-themes .theme {
  margin-bottom: 10px;
  background: white;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  cursor: pointer;
}

.all-themes .theme img {
  height: auto;
  max-height: 150px;
  object-fit: contain;
  width: 100%;
}

[data-page="readyThemes"] .theme-container {
  cursor: pointer;
  width: 95%;
}

[data-page="readyThemes"] .readyTheme,
#confirmationModal .readyTheme {
  height: auto;
  max-height: 200px;
  max-width: 100%;
  width: auto;
}