/* [Scenes tab] Hide studio logo/text from scene card */

.scene-studio-overlay {
display: none;
}

.btn-primary {
background-color: rgb(0 0 0 / 15%);
}

.sidebar-pane .sidebar {
background-color: rgb(0 0 0 / 15%);
}

#queue-viewer .queue-controls {
background-color: rgba(0, 0, 0, 0);
}

.filtered-list-toolbar {
background-color: #202b3300;
}

.nav-tabs .nav-link.active {
  background-color: rgba(0, 0, 0, 0.3);
}

#scene-edit-details .edit-buttons-container {   background-color: rgba(0, 0, 0, 0.3);
}

.filter-container {
  margin-top: 8px;
}
