/* These are copied from `_settings.variables_main`. We avoid `@import`ing the file,
since although that works in a dev environment, it does not work in production. */
/* Basic Starter */
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* */
body {
  background: #101010;
  font-family: "Homenaje", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #909090;
  overflow: hidden;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: rgba(16, 16, 16, 0.5);
  /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);*/
}

::-webkit-scrollbar-thumb {
  background: rgba(144, 144, 144, 0.5);
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(112, 112, 112, 0.5);
}

::-webkit-inner-spin-button {
  cursor: pointer;
}

section, .container {
  width: 100%;
  padding: 0;
}

.centered {
  text-align: center;
}

.tabled {
  display: table;
}

.tabled-cell {
  display: table-cell;
  vertical-align: middle;
}

.white {
  background: #fff;
}

.spacer {
  height: 10px;
}

a {
  outline: 0;
  color: #606060;
  text-decoration: none;
}

.form-group a.email {
  color: #999;
}

a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}

.btn-primary {
  background-color: #0f9ed6;
}

.btn.extra-control-active {
  background: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #428bca;
}

p {
  font-size: 15px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.top-main {
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 8.5em;
  padding-left: calc(2rem + 2vw);
  padding-right: calc(2rem + 2vw);
  padding-top: calc(2rem + 0.5vw + 0.5vh);
  padding-bottom: calc(2rem + 0.5vw + 0.5vh);
  position: relative;
  z-index: 20;
  text-align: center;
}
.top-main .logo svg {
  width: 20rem;
}
@media screen and (min-width: 1024px) {
  .top-main .logo svg {
    width: 25rem;
  }
}

.player-ui-main {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.left-controls,
.right-controls {
  position: absolute;
  bottom: 0;
}

.left-controls {
  left: 0.625em;
  /* 10px/16px */
}

.right-controls {
  right: 0.625em;
  /* 10px/16px */
}

.left-controls a,
.right-controls a {
  display: inline-block;
  float: left;
  padding: 0 0.625em 0.5em;
  /* 0 10px/16px 8px/16px */
  color: #999;
  transition: color 0.25s;
}

.left-controls a:hover,
.right-controls a:hover {
  color: #fff;
}

.right-controls .active,
.left-controls .active {
  color: #fff;
}

/* Global controls */
.global-controls {
  font-size: 0.75em;
  /* 12px/16px */
  height: 4em;
  /* 48px/12px */
  margin-left: 1.5em;
  margin-top: -2.4em;
  position: relative;
  top: 50%;
}
@media screen and (min-width: 1024px) {
  .global-controls {
    margin-left: 5.5rem;
  }
}

.global-controls .play-control:hover {
  color: #303030;
}

.global-controls .play-control.stopped {
  cursor: default;
  opacity: 0.5;
}

.global-controls-volume-wrap {
  float: left;
}

.global-controls .volume {
  float: left;
  line-height: 4em;
  position: relative;
  top: 0.2em;
  /* visual center */
}

#oneshot-volume {
  margin-left: 15px;
}

.global-controls .slider-wrap {
  float: left;
  width: 125px;
}

.global-controls .icon-wrap {
  float: left;
  width: 30px;
  font-size: 21px;
  padding-left: 6px;
}

.global-controls.icon {
  position: relative;
  top: -1px;
}

@media (max-width: 1545px) {
  .global-controls-volume-wrap {
    width: 170px;
    margin-left: 5px;
  }

  #global-volume {
    top: -14px;
  }

  #oneshot-volume {
    margin-left: 0;
    top: -29px;
  }
}
.version {
  border-top: 1px solid rgba(80, 80, 80, 0.7);
  color: #c0c0c0;
  font-size: 14px;
  padding: 10px;
  position: relative;
}

.version i {
  margin-left: 0.125em;
}

.reconnect-to-new-backend {
  cursor: pointer;
  margin-left: 0.5em;
}

.reconnect-to-new-backend:hover {
  color: #fff;
}

img.soundset-artwork {
  border-top: 1px solid rgba(80, 80, 80, 0.7);
  width: 100%;
}

.app-status__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: normal;
  color: #808080;
}

.app-status__list__item {
  margin: 5px 0;
}

.app-status__list__item--interactive {
  cursor: pointer;
}

.app-status__list__item--interactive:hover {
  text-decoration: underline;
}

/* Borders for sidebars and form groups */
.left-col,
.main-col {
  border-right: 1px solid rgba(80, 80, 80, 0.7);
}

.right-col {
  border-right: 1px solid rgba(32, 32, 32, 0.7);
}

.top-main,
.right-col > h3,
.library-sticky > h3,
.accordion-heading,
.accordion-body,
.right-col .form-group,
.playlist_items > li,
.samples-item,
.elements-item {
  border-bottom: 1px solid rgba(80, 80, 80, 0.7);
}

.accordion-body > .form-group:last-of-type,
.accordion-body > .form-group.last,
.playlist_items > li:last-of-type,
.samples-item:last-of-type,
.elements-item:last-of-type {
  border-bottom: 0;
}

.global-elements-list {
  border-top: 1px solid rgba(80, 80, 80, 0.7);
}

.left-col {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  background: rgba(32, 32, 32, 0.7);
  z-index: 10;
}

.left-col-middle {
  overflow-y: auto;
  -ms-flex-positive: 1;
      flex-grow: 1;
  transform: translateZ(0);
  /* Having the translateZ(0) apply to the Moods breaks moving Moods */
}
.left-col-middle.scroll-moods {
  transform: none;
}

.left-col-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(40, 40, 40, 0.5);
  overflow: hidden;
  width: 100%;
  margin-top: auto;
}

.right-col {
  position: relative;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(64, 64, 64, 0.7);
  z-index: 10;
}

.inactive-panel-sl.inactive-panel-si.inactive-panel-search > .property-inspector {
  border-right-style: none;
}

.inactive-panel-si.inactive-panel-search > .library {
  border-right-style: none;
}

.inactive-panel-search > .sample-info {
  border-right-style: none;
}

.search .panel {
  width: 100%;
  height: 100%;
}

.right-col.search {
  width: 100%;
  height: 100%;
  color: white;
  line-height: 1.89rem;
  background-color: #303030;
  overflow: hidden scroll;
}

.search {
  min-width: 365px;
  max-width: 500px;
  border-right-style: none;
}

.cta-overlay {
  text-align: center;
  color: rgba(64, 64, 64, 0.7);
}

.cta-overlay p {
  background-color: white;
  border-bottom: 1px solid rgba(80, 80, 80, 0.7);
  margin: 0;
  padding: 0.5em;
}

.rejected-reason {
  border-left: 2px solid #505050;
  margin: 0 0 10px !important;
  padding: 0 0 0 0.5em !important;
  white-space: pre-line;
}

.cta-overlay a {
  color: #0f9ed6;
}

.form-group .panel-heading-controls-feedback {
  padding: 10px;
  z-index: 110;
}

.main-col {
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 16px;
  z-index: 5;
  transform: translateZ(0);
}

.main-col-content {
  min-height: 100%;
  padding: 20px;
  z-index: 10;
  position: relative;
}

.artwork-background-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.artwork-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.artwork-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.7);
}

.inactive-panel-pi.inactive-panel-sl.inactive-panel-si.inactive-panel-search > .main-col {
  border-right-style: none;
}

.main-col ul.ui-sortable {
  margin: 0;
  padding: 0;
}

.left-col .btn-container {
  padding: 15px 20px;
  border-top: 1px solid #606060;
  position: absolute;
  bottom: 0;
  background: #282828;
  width: 100%;
}

.soundset .main-col {
  padding-right: 20%;
}

.main-col h2 {
  color: #c0c0c0;
  font-family: "Homenaje", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin: 15px 0;
  float: left;
  display: inline-block;
}

.double-confirm.double-confirm {
  background-color: rgba(208, 0, 0, 0.77);
}
.double-confirm.double-confirm textarea {
  color: black;
  width: 100%;
}
.double-confirm.double-confirm .btn {
  background-color: #d00000;
}
.double-confirm.double-confirm .btn:hover {
  background-color: white;
  color: #d00000;
}

.element-sizes {
  float: right;
  margin-top: 15px;
  padding-top: 6px;
}

.element-sizes a {
  color: #606060;
  display: inline-block;
  margin-left: 5px;
}

.element-sizes a.active,
.element-sizes a:hover {
  color: #fff;
}

.element-sizes .tiny {
  font-size: 0.8333em;
}

.element-sizes .small {
  font-size: 0.9166em;
}

.element-sizes .large {
  font-size: 1.0833em;
}

.element-sizes .huge {
  font-size: 1.1666em;
}

div[data-toggle=collapse] {
  cursor: pointer;
}

/* Tabbed Content */
.title-metadata-icons {
  white-space: nowrap;
}

.tabs {
  width: 100%;
}

a {
  cursor: pointer;
}

.tabs .fa-li {
  left: 20px;
  white-space: nowrap;
  width: 1em;
}

.tabs .fa-li-content {
  padding-left: 1.25em;
}

.tabs .fa-li i {
  margin-right: 0 !important;
}

ul.tabs {
  padding: 0;
  margin: 0;
}

.tabs li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tabs li.heading,
.tabs li.heading:hover,
.tabs.ui-sortable li.heading,
.tabs.ui-sortable li.heading:hover {
  background-color: rgba(32, 32, 32, 0.5);
  /*border-bottom: #404040 solid 1px;*/
  color: #606060;
  display: block;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  min-height: 43px;
}
@media screen and (min-width: 1200px) {
  .tabs li.heading,
.tabs li.heading:hover,
.tabs.ui-sortable li.heading,
.tabs.ui-sortable li.heading:hover {
    font-size: 17px;
  }
}

.tabs li.heading i {
  margin-right: 5px;
}

li.heading.add-soundset-btn i,
li.heading.add-mood-btn i,
li.heading.btn-close {
  cursor: pointer;
}

li.heading.add-soundset-btn i,
li.heading.add-mood-btn i,
a.add-elem-btn i {
  padding-left: 5px;
}

a.add-elem-btn {
  color: #c0c0c0;
}

.tabs li.heading.add-soundset-btn i:hover,
.tabs li.heading.add-mood-btn i:hover,
.tabs li.heading.btn-close:hover,
a.add-elem-btn:hover {
  color: #fff;
}

.tabs li {
  background: rgba(40, 40, 40, 0.5);
  color: #909090;
  cursor: default;
  display: block;
  font-size: 18px;
  font-weight: 300;
  outline: none;
  padding: 10px 20px;
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .tabs li {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .tabs li {
    font-size: 22px;
  }
}

.tabs li:hover {
  background: rgba(64, 64, 64, 0.5);
  color: #fff;
}

.tabs li.all-elements {
  cursor: pointer;
}

.tabs li.selected,
.tabs li.selected:hover {
  background: #0f9ed6;
  color: #fff;
}

.tabs li.active {
  color: #fff;
}

.tabs.ui-sortable li {
  padding: 0;
  position: relative;
}

.tabs.ui-sortable li.disabled {
  background: rgba(80, 80, 80, 0.5);
  color: rgba(144, 144, 144, 0.5);
  border-top: 1px solid rgba(40, 40, 40, 0.5);
}

.tabs.ui-sortable li.imports {
  background: rgba(80, 80, 80, 0.5);
  color: rgba(144, 144, 144, 0.5);
  border-top: 1px solid rgba(40, 40, 40, 0.5);
}

.tabs.ui-sortable .event-area {
  padding: 8px 30px 8px 20px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  word-wrap: break-word;
}
@media screen and (min-width: 1200px) {
  .tabs.ui-sortable .event-area {
    padding: 10px 32px 10px 20px;
  }
}

.tabs.ui-sortable li.failed .event-area small {
  font-size: 10px;
  color: #fff;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tabs.ui-sortable li.failed {
  background: rgba(210, 75, 0, 0.77);
}

.tabs.ui-sortable li.failed .handle {
  color: #fff;
}

.tabs.ui-sortable li.failed .failed-msg {
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 5px;
}

.tabs.ui-sortable .handle {
  font-size: 4px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 16px;
  padding: 8px;
  color: #909090;
  cursor: ns-resize;
  box-sizing: content-box;
}

.large-handle-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 30px;
  background-image: url('/static/master/frontend/images/drag-handle-large@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.45;
}
@media screen and (min-width: 1200px) {
  .large-handle-image {
    height: 35px;
  }
}

.tabs li:hover .large-handle-image,
.tabs li.selected .large-handle-image,
.tabs li.active .large-handle-image {
  opacity: 1;
}

.element-name .drag-handle {
  cursor: move;
  font-size: 0.2em;
  width: 5.1em;
  height: 6em;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  padding: 0 1.3em;
  right: 0;
  top: 50%;
  margin-top: -2.85em;
  z-index: 15;
}

.api-links-wrapper {
  position: relative;
}

.api-links {
  background-color: #303030;
  border-radius: 4px;
  border: 1px solid #c0c0c0;
  color: #c0c0c0;
  font-size: 8px;
  left: 4px;
  padding: 2px 4px;
  position: absolute;
  top: 4px;
  z-index: 1;
}

.element-widget .api-links {
  left: -4px;
  top: -4px;
}

.api-links .fas {
  cursor: pointer;
  float: left;
  padding: 4px;
}

.api-links .fas:hover {
  color: #fff;
}

.drag-handle-image {
  width: 2.95em;
  height: 5.7em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* Accordion */
div.accordion {
  margin: 0px;
}

.accordion-heading,
.accordion-body {
  padding: 10px;
  display: block;
  color: #c0c0c0;
  font-size: 12px;
  font-weight: normal;
}

.accordion-heading {
  padding: 5px 10px;
  padding-left: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #0f9ed6;
  color: #e0e0e0;
  position: relative;
}
@media (max-width: 1199px) {
  .accordion-heading {
    font-size: 14px;
    padding-left: 22px;
  }
}

.accordion-heading::before {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0.6em;
  overflow: hidden;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  transform: rotate(90deg);
  transform-origin: 25% center;
  cursor: pointer;
  opacity: 1;
}

.accordion-heading.collapsed {
  color: #e0e0e0;
  background: rgba(48, 48, 48, 0.5);
}

.accordion-heading.collapsed::before {
  transform: rotate(0);
  opacity: 0.5;
}

.accordion-heading.collapsed + .panel-heading-controls {
  display: none;
}

.panel-heading-controls {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .panel-heading-controls {
    display: none;
  }
}

.panel-heading-controls > li {
  float: left;
}

.panel-heading-controls > li > a {
  display: inline-block;
  color: #fff;
  opacity: 0.5;
  padding: 3px;
}

.panel-heading-controls > li > a:hover,
.panel-heading-controls > li > a.control-feedback-active {
  opacity: 1;
}

.panel-heading-controls-feedback {
  margin-left: -10px;
  font-size: 11px;
  color: white;
  background-color: rgba(65, 116, 160, 0.9);
  position: absolute;
  width: 100%;
  z-index: 100;
  border-right: 1px solid #232526;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.panel-heading-controls-feedback > div {
  padding: 10px;
}

.panel-heading-controls-feedback p,
.panel-heading-controls-feedback .btn,
.panel-heading-controls-feedback select {
  font-size: 11px;
}

.panel-heading-controls-feedback p {
  margin-bottom: 5px;
}

.panel-heading-controls-feedback select {
  height: 24px;
  margin-bottom: 10px;
}

.panel-heading-controls-feedback .ui-select-container {
  margin-bottom: 10px;
}

.panel-heading-controls-feedback .btn {
  padding: 4px 6px;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  /*background-color: #0f9ed6;*/
}

.panel-heading-controls-feedback .btn:hover,
.panel-heading-controls-feedback .btn:active {
  background-color: white;
  color: #0f9ed6;
}

.accordion-body {
  border-top: 0;
  font-size: 15px;
  padding: 0 10px;
  position: relative;
}

.right-col .form-group {
  margin: 0 -10px;
  padding: 10px 10px;
  position: relative;
  background-color: rgba(64, 64, 64, 0.5);
}

.form-group.no-label {
  padding-top: 10px;
}

.right-col .form-group > label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  background: #505050;
  border-bottom-right-radius: 6px;
  padding: 2px 6px;
  display: table;
  margin: 0;
  position: relative;
  top: -10px;
  left: -10px;
  color: #e0e0e0;
  font-size: 9px;
}
@media (max-width: 1199px) {
  .right-col .form-group > label {
    font-size: 12px;
  }
}

.right-col .form-group .checkbox,
.right-col .form-group .radio {
  margin: 0;
}

.right-col .form-group .form-control,
.form-control.soundset-filter__input,
.modal .form-control {
  color: #e0e0e0;
  background-color: #303030;
  border: 0;
  padding: 6px 10px;
  height: 28px;
}

.right-col .form-group textarea.form-control {
  height: auto;
}

.right-col .form-group .btn {
  border-radius: 0;
  color: #fff;
  border: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 6px;
  margin: 4px 6px 4px 0;
}
@media (max-width: 1199px) {
  .right-col .form-group .btn {
    font-size: 14px;
  }
}

.right-col .form-group .btn:hover,
.right-col .form-group .btn:active {
  background: #fff;
  color: #0f9ed6;
}

/* Property Inspectors */
.right-col {
  color: #c0c0c0;
  font-size: 18px;
  font-weight: normal;
  word-break: break-word;
}

.right-col > h3,
.right-col .library-sticky > h3 {
  background: rgba(80, 80, 80, 0.5);
  margin: 0;
  padding: 0.8333em 2.5em 0.41666em 10px;
  position: relative;
  overflow: hidden;
}

.right-col .panel {
  background-color: inherit;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  margin-bottom: inherit;
}

.panel {
  position: relative;
}

.help-text-toggle {
  color: #428bca;
  cursor: pointer;
  position: absolute;
  top: 0.8333em;
  opacity: 0.7;
}

.help-text-toggle:hover {
  opacity: 1;
}

.help-text-toggle {
  right: 10px;
}

.selected-sample-info .label {
  margin-right: 5px;
}

.selected-sample-attribution-text-field {
  margin-top: 9px;
}

.selected-sample-attribution-errors {
  margin-top: 30px;
}

#tooltip,
#tooltip_min,
#tooltip_max {
  display: none;
  z-index: 80;
}

#tooltip.in,
#tooltip_min.in,
#tooltip_max.in {
  display: block;
  opacity: 1;
}

#tooltip div.tooltip-arrow {
  left: auto;
  display: none;
}

#tooltip div.tooltip-inner {
  position: relative;
  background: #303030;
  padding: 6px 10px;
  cursor: pointer;
}

.tooltip {
  z-index: 9999;
  font-family: inherit;
}

.playlist_items #tooltip {
  margin-top: 30px;
}

.form-group.slider-default-horizontal .slider.slider-horizontal .slider-track,
.global-controls .slider.slider-horizontal .slider-track {
  width: 100%;
}

.form-group.slider-default-horizontal .slider-horizontal #tooltip,
.global-controls .slider-horizontal #tooltip {
  right: -50px !important;
  top: -10px !important;
  left: inherit !important;
  width: 40px;
}

legend > label {
  font-size: 14px;
}

fieldset[disabled] {
  color: #c0c0c0;
  /*disabled parameters color. original = ccc*/
}

p.help-text {
  cursor: help;
  font-size: 11px;
  position: relative;
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  p.help-text {
    font-size: 14px !important;
  }
}

.form-group p {
  font-size: 11px;
  position: relative;
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
}

.right-col > div > p.help-text,
.right-col .library-sticky > div > p.help-text,
.form-group.no-label .help-text:first-of-type {
  margin-top: 10px;
}

p.help-text:last-child {
  margin-bottom: 0;
}

.manual-override {
  margin-top: 10px;
}

.manual-override-toggle {
  display: inline-block;
  cursor: pointer;
}

.manual-override-formatted {
  display: inline-block;
  padding: 6px 10px;
  background: #303030;
  border-radius: 4px;
  color: white;
  font-size: 12px;
}

.manual-override-btn {
  background: none;
  position: relative;
  border: none;
  margin: 0 auto;
  display: inline-block;
  outline: none;
}

.manual-override-btn:focus {
  outline: none;
  border: none;
}

.manual-override-form > div {
  float: left;
  display: inline-block;
}

@media (min-width: 1199px) {
  .manual-override-form .half {
    width: 50%;
    overflow: hidden;
  }
}

.manual-override-form .full {
  width: 100%;
}

@media (min-width: 1199px) {
  .manual-override-form .half label {
    width: 40%;
  }
}

.manual-override-form .form-control {
  width: 70%;
}
@media (max-width: 1199px) {
  .manual-override-form .form-control {
    width: 100%;
  }
}

@media (min-width: 1199px) {
  .manual-override-form .half .form-control {
    width: 60%;
  }
}

.manual-override-form .full label {
  width: 30%;
}

.right-col .manual-override-form label,
.right-col .manual-override-form .form-control {
  float: left;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding: 0px;
  margin: 0;
  font-weight: normal;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .right-col .manual-override-form label,
.right-col .manual-override-form .form-control {
    font-size: 14px;
  }
}

.right-col .manual-override-form label {
  padding-left: 10px;
  background: #232323;
}
@media (max-width: 1199px) {
  .right-col .manual-override-form label {
    padding-right: 10px;
    width: 100%;
  }
}

.right-col .manual-override-form .first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
}

.right-col .manual-override-form .second {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.right-col .manual-override-form .form-control {
  background: none;
  padding-right: 5px;
  padding-left: 5px;
  border: none;
}

.manual-override-form {
  border-radius: 4px;
  background: #303030;
  line-height: 16px;
  width: 80%;
  margin: 0 auto 2px auto;
  position: relative;
}

.manual-override-form .border-top {
  border-top: 1px solid rgba(80, 80, 80, 0.7);
}

.right-col .manual-override-form .btn-primary {
  margin: 0px;
  width: 10%;
  font-size: 14px;
  background: none;
  padding: 0;
  line-height: 16px;
  vertical-align: top;
  position: absolute;
  right: -20px;
  top: 6px;
}

.right-col .manual-override-form .btn-primary:hover,
.right-col .manual-override-form .btn-primary:focus,
.right-col .manual-override-form .btn-primary:active {
  background: none;
  border: none;
}

/* Sample Library */
.library-container {
  margin: 0 -10px;
  overflow-y: auto;
  transform: translateZ(0);
}
.library-container .api-links {
  padding: 0;
}

#sample_library,
#sample-list,
#element-list {
  font-size: 15px;
  overflow: hidden;
  position: relative;
}

/* Playlist element styles */
.element-add-icon {
  position: absolute;
  top: -3px;
  right: -3px;
  padding: 3px;
  font-size: 19px;
}

.element-add-icon:hover {
  color: white;
}

.playlist_items,
.samples,
#element-list > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#element_playlist_editor .playlist_items {
  margin: 0 -10px;
}

#element_playlist_editor .playlist_items > li {
  margin: 0;
}

.sortable-container {
  margin: -10px 0;
}

.sortable-container__no-children-message {
  padding: 10px;
}

.playlist_items > li,
.samples-item,
.elements-item {
  font-family: "Homenaje", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style-type: none;
  padding: 10px 10px;
  position: relative;
  background-color: rgba(64, 64, 64, 0.5);
}

.playlist_items .is-selected,
.samples-item.is-selected,
.elements-item.is-selected {
  background-color: rgba(80, 80, 80, 0.5);
}

.element-widget-container {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  height: auto;
  position: relative;
  background: none;
  margin: 0;
  padding: 20px 26px 0 42px;
  text-align: left;
  word-break: break-word;
}

.element-widget-container--library {
  padding-top: 0;
}

.playlist_items .element-widget,
.samples-item .element-widget,
.elements-item .element-widget {
  font-size: 0.5em;
  /* 32px / (16px * 4em) */
  left: 0;
  position: absolute;
  top: 0;
}

.samples-item .element-widget {
  min-height: 30px;
}

.playlist_items .volume,
.samples-item .volume,
.elements-item .volume {
  left: 42px;
  position: absolute;
  right: 29px;
  top: 0;
}

.playlist_items .sample-name,
.samples-item .sample-name,
.elements-item .element-name {
  padding-right: 0.333em;
}

.elements-item .soundset-name {
  color: #606060;
  padding-right: 0.333em;
}

.playlist_items .duration,
.samples-item .duration,
.elements-item .duration {
  color: #606060;
  padding-right: 0.333em;
}

.playlist_items .large-handle-image {
  cursor: ns-resize;
  left: auto;
  opacity: 0.1666;
}

/* Play Buttons */
.tiny-elements {
  font-size: 8px;
}

.small-elements {
  font-size: 12px;
}

.medium-elements {
  font-size: 16px;
}

.large-elements {
  font-size: 24px;
}

.huge-elements {
  font-size: 32px;
}

.controls {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2em;
  list-style-type: none;
}

.element-widget {
  width: 4em;
  /* 64px/16px */
  height: 4em;
  /* 64px/16px */
  margin: 0;
  margin-right: 0.625em;
  /* 10px/16px */
  margin-bottom: 0.625em;
  /* 10px/16px */
  float: left;
  position: relative;
}

.main-col .element-widget {
  margin-left: 0.875em;
  /* 14px/16px */
}

.play-control {
  box-sizing: border-box;
  bottom: 0;
  color: #303030;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  cursor: pointer;
  /* 50% of #909090 on white */
  background-image: linear-gradient(75deg, #909090 0%, #e5e5e5 66%);
  border-radius: 50%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.play-control.playing {
  background: #0f9ed6;
  /* 50% of #0f9ed6 on white */
  background-image: linear-gradient(75deg, #87ceea 0%, #0f9ed6 66%);
  /* 10% of #0f9ed6 on white */
  border-color: #e7f5fb;
}

.play-control i {
  font-size: 2em;
  /* 32px/16px */
  line-height: 2em;
  position: relative;
}

.play-control i.fa-play {
  left: 0.125em;
  /* visual center */
  top: 0.1em;
  /* visual center */
}

.element-widget .amp {
  background: #fff5eb;
  box-shadow: 0 0 3em 1em #fff5eb;
  opacity: 0.333;
  position: absolute;
  top: 25%;
  left: 25%;
  bottom: 25%;
  right: 25%;
  border-radius: 50%;
  transition: background 0.25s, box-shadow 0.25s;
}

.unity-player .element-widget .amp.amp-10 {
  background: #fee8d3;
  box-shadow: 0 0 4em 2em #fee8d3;
  opacity: 0.6665;
}

.unity-player .element-widget .amp.amp-20 {
  background: #fdd8b3;
  box-shadow: 0 0 4.3010299957em 2.3010299957em #fdd8b3;
  opacity: 0.7668935036;
}

.unity-player .element-widget .amp.amp-30 {
  background: #fdc28c;
  box-shadow: 0 0 4.4771212547em 2.4771212547em #fdc28c;
  opacity: 0.8256199384;
}

.unity-player .element-widget .amp.amp-40 {
  background: #fda762;
  box-shadow: 0 0 4.6020599913em 2.6020599913em #fda762;
  opacity: 0.8672870071;
}

.unity-player .element-widget .amp.amp-50 {
  background: #fb8d3d;
  box-shadow: 0 0 4.6989700043em 2.6989700043em #fb8d3d;
  opacity: 0.8996064964;
}

.unity-player .element-widget .amp.amp-60 {
  background: #f2701d;
  box-shadow: 0 0 4.7781512504em 2.7781512504em #f2701d;
  opacity: 0.926013442;
}

.unity-player .element-widget .amp.amp-70 {
  background: #e25609;
  box-shadow: 0 0 4.84509804em 2.84509804em #e25609;
  opacity: 0.9483401963;
}

.unity-player .element-widget .amp.amp-80 {
  background: #c44103;
  box-shadow: 0 0 4.903089987em 2.903089987em #c44103;
  opacity: 0.9676805107;
}

.unity-player .element-widget .amp.amp-90 {
  background: #9f3303;
  box-shadow: 0 0 4.9542425094em 2.9542425094em #9f3303;
  opacity: 0.9847398769;
}

.unity-player .element-widget .amp.amp-100 {
  background: #7f2704;
  box-shadow: 0 0 5em 3em #7f2704;
  opacity: 1;
}

.countdown-spinner {
  height: 4.5em;
  /* 72px/16px */
  left: -0.25em;
  /* 4px/16px */
  position: absolute;
  top: -0.25em;
  /* 4px/16px */
  width: 4.5em;
  /* 72px/16px */
}

.countdown-spinner svg {
  height: 100%;
  transform: rotateY(180deg) rotateZ(90deg) scaleX(-1);
  width: 100%;
}

.countdown-spinner svg circle {
  left: 1%;
  /* radius set to 48% on element */
  position: relative;
  top: 1%;
  /* radius set to 48% on element */
  fill: none;
  opacity: 0.5;
  stroke-dasharray: 302%;
  stroke-dashoffset: 302%;
  stroke-width: 0.125em;
  /* 2px/16px */
  stroke: #fff;
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 302%;
  }
}
.play-control.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.play-control.playing i {
  /* 10% of #0f9ed6 on white */
  color: #e7f5fb;
}

/**
 *
 * Main stylesheet for Powerange.
 * http://abpetkov.github.io/powerange/
 *
 */
.slider .slider-track {
  border-radius: 0;
}

.slider .slider-selection {
  background: #0f9ed6;
  border-radius: 0;
}

.slider .slider-handle {
  background: #909090;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  cursor: ns-resize;
  opacity: 1;
}

#global-volume.silent .slider-track,
#oneshot-volume.silent .slider-track {
  background: #fbfd00;
}

#global-volume.silent .tooltip-inner,
#oneshot-volume.silent .tooltip-inner {
  color: #fbfd00;
}

#global-volume.overdrive .slider-selection,
#oneshot-volume.overdrive .slider-selection {
  background: #ff8800;
}

#global-volume.overdrive .tooltip-inner,
#oneshot-volume.overdrive .tooltip-inner {
  color: #ff8800;
}

#global-volume.redlined .slider-selection,
#oneshot-volume.redlined .slider-selection {
  background: red;
}

#global-volume.redlined .tooltip-inner,
#oneshot-volume.redlined .tooltip-inner {
  color: red;
}

/**
 * Horizontal slider style (default).
 */
.slider.slider-horizontal .slider-track {
  background: #303030;
  height: 4px;
  width: 100%;
}

.slider.slider-horizontal .slider-handle {
  margin-left: -3px;
  top: -3px;
  width: 6px;
  cursor: ew-resize;
}

/**
 * Vertical slider style.
 */
.vertical-wrapper {
  height: 4.25em;
  /* 68px/16px */
  float: left;
  margin-right: 0.3125em;
  /* 5px/16px */
  position: relative;
  top: -0.125em;
  /* 2px/16px */
}

.slider.slider-vertical {
  height: 100%;
}

.slider.slider-vertical .slider-track {
  background: #0f9ed6;
  height: 100%;
  width: 4px;
}

.slider.slider-vertical .slider-selection {
  background: #303030;
}

.slider.slider-vertical .slider-handle {
  height: 6px;
  left: -3px;
  margin-top: -3px;
}

.controls .slider.slider-vertical .slider-handle {
  height: 0.375em;
  /* 6px/16px */
  left: 0.12em;
  margin-top: -0.1875em;
  /* 3px/16px */
  margin-left: -0.3125em;
  /* 5px/16px */
}

.controls .slider.slider-vertical .slider-track {
  width: 0.25em;
}

.controls .vertical-wrapper {
  margin-right: 0.3125em;
  /* 5px/16px */
}

.controls .slider.slider-vertical {
  width: 1.25em;
}

.controls .slider-handle {
  width: 1.25em;
}

.controls .tooltip.right {
  margin-left: 0;
  padding-left: 0;
}

/**
 * Style for disabling text selection on handle move.
 */
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * Style for handle cursor on disabled slider.
 */
.range-disabled {
  cursor: default;
}

.playlist_items .action-icon,
.samples-item .action-icon,
.elements-item .action-icon {
  color: #606060;
  margin-right: 0.333em;
}

.playlist_items .fa-circle-minus {
  color: #c06060;
}

.samples-item .fa-circle-exclamation {
  color: #c0c060;
}

.playlist_items a.action-icon:hover .fad,
.samples-item a.action-icon:hover .fad,
.elements-item a.action-icon:hover .fad {
  color: #fff;
}

.mask {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(48, 48, 48, 0.98);
  height: 0;
  z-index: 50;
  width: 5px;
}

.playlist_items .mask,
.samples-item .mask,
.elements-item .mask {
  width: 70px;
  height: 5px;
  right: 0px;
  left: inherit;
}

.progress {
  border-radius: 0;
  height: 3px;
  background: transparent;
  margin-bottom: 0;
  box-shadow: none;
  position: relative;
}

.progress .mask {
  background: #0f9ed6;
  height: 3px;
}

.element-name {
  clear: both;
  text-align: center;
  font-size: 16px;
  color: #c0c0c0;
}

.controls .element-name {
  width: 7em;
  cursor: pointer;
  font-size: 1em;
  margin: 0 auto;
  line-height: 1em;
  padding: 0.35em 0.35em 0.35em 0.35em;
  text-align: center;
  position: relative;
  border-radius: 4px;
  background-color: rgba(48, 48, 48, 0.5);
}

.controls.element-sortable-item--is-sortable .element-name {
  padding-right: 1em;
}

.selected.controls .element-name {
  background: #0f9ed6;
  color: #fff;
}

/* */
.promo-image {
  height: 0;
  padding-bottom: 60%;
  position: relative;
  background-size: cover;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}

.myHeader1:hover .overlay, .myHeader1:focus .overlay {
  background: rgba(0, 0, 0, 0);
}

/* Inspector forms */
/* */
.loadingIndicator {
  margin: 20px;
}

#sample_library .loadingIndicator {
  margin: 10px 0;
}

#editor_section {
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateZ(0);
}

/* Some adblock extensions/plugins hide this icon */
#editor_section .fa-share-from-square {
  display: inline-block !important;
}

#loading-bar-spinner.loading-bar-spinner--paginated-loader {
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  height: 50px;
}

#loading-bar-spinner.loading-bar-spinner--paginated-loader .spinner-icon {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}

.btn-topSpacing {
  margin-top: 8px !important;
}

.file-browser .modal-backdrop {
  position: fixed;
}

.file-browser-checkbox {
  float: left;
}

.file-browser-item {
  cursor: pointer;
  margin-left: 20px;
  font-size: 15px;
}

.file-browser-item--back {
  color: #bbb;
}

.file-browser-item-name {
  margin-left: 1px;
}

.file-browser-item:hover,
.file-browser-checkbox:checked + .file-browser-item {
  color: #333;
}

.modal {
  background: rgba(0, 0, 0, 0.2);
}

.modal .close {
  color: white;
  opacity: 0.3;
  text-shadow: 0 1px 0 #000;
}

.modal .close:hover {
  opacity: 1;
}

.modal-content {
  background-color: #282828;
  border: 1px solid rgba(80, 80, 80, 0.7);
  /* Ensure the modal is still usable on shorter screens */
  max-height: calc(100vh - 30px);
  overflow: auto;
}

.modal-header {
  border-bottom: 1px solid rgba(80, 80, 80, 0.7);
}

.modal-footer {
  border-top: 1px solid rgba(80, 80, 80, 0.7);
}

.modal-title {
  font-size: 25px;
}

.upload-drop-zone {
  display: block;
  background-color: rgba(15, 158, 214, 0.1);
  padding: 60px 30px;
  transition: background-color 0.15s;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.upload-drop-zone:hover,
.upload-drop-zone--dragover {
  background-color: rgba(15, 158, 214, 0.15);
}

.upload-drop-zone-background {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 2px dashed rgba(15, 158, 214, 0.6);
  transition: border-color 0.15s, top 0.15s, right 0.15s, bottom 0.15s, left 0.15s;
}

.upload-drop-zone:hover .upload-drop-zone-background,
.upload-drop-zone--dragover .upload-drop-zone-background {
  border: 2px dashed #0f9ed6;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.upload-drop-zone-cta {
  color: #0f9ed6;
  transition: color 0.15s;
}

.upload-drop-zone-cta-text {
  margin-right: 3px;
  font-size: 30px;
  font-weight: 100;
  opacity: 0.6;
}

.upload-drop-zone-cta-highlight {
  font-size: 30px;
}

.upload-drop-zone:hover .upload-drop-zone-cta-highlight {
  border-bottom: 2px solid #0f9ed6;
}

.upload-drop-zone-file-input {
  display: none !important;
}

.upload-selection-errors {
  margin-top: 20px;
}

.upload-selection-errors__error {
  margin: 10px 0;
  position: relative;
}

.upload-selection-errors__error .alert-close {
  font-size: 20px;
}

.upload-samples {
  margin-top: 30px;
}

.upload-samples__title {
  font-size: 19px;
  margin-bottom: 16px;
}

.upload-samples__item + .upload-samples__item .upload-samples__item__header {
  border-top: 0;
}

.upload-samples__item__header {
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 10px 5px 20px;
  border: 1px solid rgba(80, 80, 80, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(48, 48, 48, 0.5);
  cursor: pointer;
  color: #e0e0e0;
}

.upload-samples__item__header::before {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0.6em;
  overflow: hidden;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  transform-origin: 25% center;
  cursor: pointer;
  transform: rotate(0);
  opacity: 0.5;
}

.upload-samples__item--is-expanded .upload-samples__item__header::before {
  transform: rotate(90deg);
}

.upload-samples__item--has-errors .upload-samples__item__header {
  border-color: #a94442;
}

.upload-samples__item__header:hover {
  color: #fff;
  background-color: #404040;
}

.upload-samples__item__filename {
  word-break: break-all;
}

.upload-samples__item__filesize {
  opacity: 0.8;
}

.upload-samples__item__delete-item {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  padding: 3px 7px;
}

.upload-samples__item__delete-item:hover {
  color: red;
}

.upload-samples__item__form {
  display: none;
  background-color: rgba(64, 64, 64, 0.5);
  border: 1px solid rgba(80, 80, 80, 0.7);
  border-top: 0;
}

.upload-samples__item--is-expanded .upload-samples__item__form {
  display: block;
}

.upload-samples__field {
  border-bottom: 1px solid rgba(80, 80, 80, 0.7);
  padding: 10px;
  margin-bottom: 0;
}

.upload-samples__field:last-child {
  border-bottom: 0;
}

.upload-samples__field__label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  background: #505050;
  border-bottom-right-radius: 6px;
  padding: 2px 6px;
  display: table;
  margin: 0;
  position: relative;
  top: -10px;
  left: -10px;
  color: #e0e0e0;
  font-size: 9px;
}

.upload-samples__field__errors {
  margin-top: 10px;
}

.upload-samples__licenses {
  margin-bottom: 5px;
}

.upload-samples__licenses__label {
  margin-right: 4px;
}

.sample-license-button {
  position: relative;
  top: -1px;
}

.sample-license-button.is-selected {
  background: #0f9ed6;
}

.sample-license-button.is-selected-by-default {
  border: 2px solid #0f9ed6;
  padding: calc(.2em - 2px) calc(.6em - 2px) calc(.3em - 2px);
}

.upload-samples__licenses__errors {
  margin-top: 10px;
}

.upload-samples-errors {
  margin-top: 35px;
}

.modal .help-text {
  margin: 4px 0 0 0;
  padding-bottom: 0;
}

.modal .form-control {
  background-color: #222;
}

.modal .btn {
  border-radius: 0;
  border: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 6px;
  margin: 0;
}

.modal .btn-primary {
  background: #0f9ed6;
  color: #fff;
}

.modal .btn-default {
  background: #fff;
  color: #333;
}

.modal textarea.form-control {
  height: auto;
}

.upload-samples-form {
  margin-top: 30px;
}

.upload-samples-form .upload-samples__field {
  background-color: rgba(64, 64, 64, 0.5);
  border: 1px solid rgba(80, 80, 80, 0.7);
}

.upload-samples-form__title {
  font-size: 19px;
  margin-bottom: 16px;
}

.upload-list__commands {
  margin: 0 0 10px 0;
}

.upload-list__item {
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 10px;
  border: 1px solid rgba(80, 80, 80, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(48, 48, 48, 0.5);
  color: #e0e0e0;
}

.upload-list__item + .upload-list__item {
  border-top: 0;
}

.upload-list__item__filename {
  display: inline;
  word-break: break-all;
}

.upload-list__item__textual-progress {
  display: inline;
}

.upload-list__item__element {
  float: right;
  opacity: 0.4;
  margin-left: 3px;
}

.upload-list__item__progress-bar {
  height: 2px;
  margin: 6px 0 3px 0;
  background-color: rgba(15, 158, 214, 0.3);
}

.upload-list__item--cancelled .upload-list__item__progress-bar {
  background-color: rgba(210, 75, 0, 0.25);
}

.upload-list__item--failed .upload-list__item__progress-bar {
  background-color: rgba(208, 0, 0, 0.25);
}

.upload-list__item__progress-bar__indicator {
  height: 2px;
  background-color: #0f9ed6;
}

.upload-list__item--cancelled .upload-list__item__progress-bar__indicator {
  background-color: rgba(210, 75, 0, 0.77);
}

.upload-list__item--failed .upload-list__item__progress-bar__indicator {
  background-color: rgba(208, 0, 0, 0.77);
}

.upload-list__item--success .upload-list__item__status {
  color: #0f9ed6;
}

.upload-list__item--cancelled .upload-list__item__status {
  color: rgba(210, 75, 0, 0.77);
}

.upload-list__item--failed .upload-list__item__status {
  color: rgba(208, 0, 0, 0.77);
}

.upload-list__item__commands {
  margin-top: 10px;
}

.upload-list__item__status + .upload-list__item__commands {
  margin: 8px 0 4px 0;
}

/* Minoru */
.input__focus:focus {
  border-color: #66afe9;
  outline: 0;
  animation: anim-shadow 2s forwards;
  box-shadow: inset 0px 100px 50px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

@keyframes anim-shadow {
  0% {
    box-shadow: none;
  }
  15% {
    box-shadow: inset 0px 100px 50px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    background-color: #444444;
  }
  30% {
    box-shadow: none;
  }
  45% {
    box-shadow: inset 0px 100px 50px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    background-color: #444444;
  }
  60% {
    box-shadow: none;
  }
  75% {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    background-color: #444444;
  }
  100% {
    box-shadow: none;
  }
}
.menu {
  position: absolute;
  top: -1;
  right: -1px;
  width: 0;
  height: 0;
  z-index: 150;
}

.menu-content {
  position: absolute;
  top: 0;
  right: 0;
  background: black;
  transition: background-color 0.25s;
  white-space: nowrap;
}

.menu--collapsing .menu-content {
  background: transparent;
}

.menu--collapsed .menu-content {
  background: transparent;
}

.menu-content-container {
  background-color: transparent;
  border: 1px solid transparent;
  padding: 20px;
  transition: border-color 0.25s, box-shadow 0.25s, background-color 0.25s;
  animation: fadeout-menu-content-container 0.25s;
}

.menu--collapsed .menu-content-container {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.menu--expanded .menu-content-container {
  background-color: rgba(32, 32, 32, 0.5);
  border-color: rgba(80, 80, 80, 0.7);
  box-shadow: -2px 4px 26px 9px rgba(0, 0, 0, 0.75);
}

.menu-toggle {
  position: absolute;
  top: 10px;
  right: 13px;
  margin: 4px 6px 0 0;
  cursor: pointer;
  transition: color 0.25s;
  font-size: 37px;
}

.menu-toggle-icon {
  width: 24px;
  height: 18px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  cursor: pointer;
}

.menu-toggle-icon span {
  display: block;
  position: absolute;
  height: 20%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.menu-toggle:hover .menu-toggle-icon span,
.menu--expanded .menu-toggle-icon span {
  background: white;
}

.menu-toggle-icon span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}

.menu-toggle-icon span:nth-child(2) {
  top: 40%;
  transform-origin: left center;
}

.menu-toggle-icon span:nth-child(3) {
  top: 80%;
  transform-origin: left center;
}

.menu--expanded .menu-toggle-icon span:nth-child(1) {
  transform: rotate(45deg);
  top: -6.666%;
  left: 13.333%;
}

.menu--expanded .menu-toggle-icon span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu--expanded .menu-toggle-icon span:nth-child(3) {
  transform: rotate(-45deg);
  top: 86.666%;
  left: 13.333%;
}

.menu-item-list {
  display: none;
  transition: opacity 0.25s;
  opacity: 1;
}

.menu--collapsing .menu-item-list {
  display: block;
  opacity: 0;
}

.menu--collapsed .menu-item-list {
  display: block;
  height: 0;
  overflow: hidden;
}

.menu--expanded .menu-item-list {
  display: block;
}

.menu-item {
  color: #909090;
  font-size: 22px;
  font-weight: 300;
  transition: color 0.25s;
}

.menu-item .menu-link {
  cursor: pointer;
  transition: color 0.25s;
}

.menu-item .menu-link:hover,
.menu-item .menu-link:active,
.menu-item .menu-link:focus {
  color: white;
}

.menu-item + .menu-item {
  margin-top: 8px;
}

.blackout {
  background: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 120;
}

.alerts-container {
  position: relative;
  z-index: 99;
}

.alerts-container .alert {
  position: relative;
  border-radius: 0;
  margin-bottom: 0;
  padding: 12px;
}

.alerts-container .alert a {
  text-decoration: underline;
  font-weight: bold;
}

.alerts-container .alert p:last-of-type {
  margin-bottom: 0;
}

.alert-close {
  position: absolute;
  top: -1px;
  right: 6px;
  cursor: pointer;
  font-size: 31px;
  transition: opacity 0.25s;
}

.alert-close:hover {
  opacity: 0.7;
}

.soundset-campaign,
.soundset-filter {
  background: rgba(32, 32, 32, 0.5);
  padding: 0 10px 10px;
}

.ui-select-container {
  transition: opacity 0.25s;
}

.soundset-campaign--overridden .ui-select-container:not(.open) {
  opacity: 0.4;
}

.ui-select-toggle,
.ui-select-search,
.ui-select-choices,
.ui-select-bootstrap .ui-select-choices-row > span {
  color: #e0e0e0;
  background-color: #303030;
  border-color: #303030;
}

.ui-select-toggle,
.ui-select-search {
  height: 28px;
  padding: 4px 9px;
}

.right-col .form-group .btn.ui-select-toggle {
  border-radius: 4px;
  color: #e0e0e0;
  font-size: 12px;
  padding-left: 9px;
  padding-right: 9px;
  text-transform: none;
  letter-spacing: unset;
  margin: auto;
}

.right-col .form-group .btn.ui-select-toggle:hover {
  background-color: #303030;
}

.ui-select-match.btn-default-focus {
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  outline-offset: initial;
  box-shadow: none;
}

.ui-select-match-text {
  height: 18px;
}

.ui-select-choices-row:hover {
  background-color: #282828;
}

.ui-select-bootstrap .ui-select-choices-row > span:hover {
  color: #fff;
  background: transparent;
}

.ui-select-container .glyphicon-remove {
  color: white;
}

.ui-select-placeholder {
  color: #909090;
}

.soundset-filter-matches {
  margin-top: -10px;
}

.soundset-item--filtered {
  color: white !important;
}

.soundset-item {
  line-height: 1.2em;
}

.soundset-item.is-mine {
  background: rgba(50, 50, 50, 0.5);
}

.soundset-item .soundset-name,
.samples-item .sample-name,
.selected-soundset-name {
  padding-right: 0.125em;
}

.soundset-item .fad,
.soundset-item .fas {
  font-size: 0.666em;
  margin-right: 0.1666em;
  position: relative;
  top: -0.125em;
}

.soundset-filter-match {
  font-size: 10px;
  color: rgba(135, 206, 250, 0.85);
  padding: 3px 5px;
  border-radius: 3px;
  background: rgba(135, 206, 250, 0.3);
}

.oneshot-element-icon {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.element-name--oneshot {
  position: relative;
  overflow: hidden;
}

.element-name--oneshot:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

@keyframes element-name-oneshot-ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}
.playing .element-name--oneshot::after {
  animation: element-name-oneshot-ripple 1s ease-out;
}

.oneshot-element-icon-image {
  max-width: 100%;
  max-height: 100%;
}

.settings__setting-title {
  font-size: 16px;
  color: #909090;
}

/*.soundset-header {
	padding: 5px 10px 20px 10px;
	background-color: #101010;
	border-bottom: 1px solid rgba(80, 80, 80, 0.7);
}

.soundset-header h4 {
	margin: 0;
	padding: 10px;
	font-size: 24px;
	color: #FFF;
}

.soundset-filter {
	position: relative;
}

.soundset-filter:after {
	font-family: "Font Awesome 6 Pro";
	content: "\f002";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	font-size: 20px;
	line-height: 20px;
	color: #777;
	text-align: center;
}

.soundset-filter__input {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 10px;
	padding-right: 35px;
	font-family: $font-sans;
	font-size: 15px;
	line-height: 20px;
	color: #777777;
	border: none;
	border-radius: 5px;
	background-color: #333;
}

.soundset-filter__input:focus {
	outline: none;
	background-color: #FFF;
	color: #333;
}

.soundset-filter__input::-webkit-input-placeholder { font-weight: 300; font-style: italic; color: #666; }
.soundset-filter__input::-moz-placeholder { font-weight: 300; font-style: italic; color: #666; }
.soundset-filter__input:-ms-input-placeholder { font-weight: 300; font-style: italic; color: #666; }
.soundset-filter__input:-moz-placeholder { font-weight: 300; font-style: italic; color: #666; }
*/
/* begin master/web player changes */
.visualisations-container {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
  left: 0;
  bottom: 0;
  opacity: 0.7;
  padding-right: 1px;
  position: absolute;
  width: 20%;
  z-index: 10;
}

.soundset-artwork,
.visualisations-container {
  display: none;
}
@media screen and (min-height: 700px) {
  .soundset-artwork,
.visualisations-container {
    display: block;
  }
}
.soundset-artwork.hide-artwork-vis,
.visualisations-container.hide-artwork-vis {
  display: none;
}

.visualisations {
  padding-top: 50%;
  position: relative;
  width: 100%;
}

.d3-frequency {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(-1);
  width: 100%;
}

.d3-waveform {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(-1);
  width: 100%;
}

.d3-waveform svg {
  height: 100%;
  width: 100%;
}

.element-name .visualisations-container {
  left: 0;
  bottom: 0;
  opacity: 0.2;
  position: absolute;
  width: 100%;
}

.selected .visualisations-container {
  opacity: 0.4;
}

.element-name .visualisations {
  padding-top: 23%;
}

.element-name span {
  position: relative;
  text-shadow: 1px 1px rgba(16, 16, 16, 0.25);
  z-index: 10;
}

/* Tour guides */
.tg-backdrop {
  pointer-events: none !important;
}

.tg-dialog {
  font-size: 1.75rem;
  color: #fff;
  border: 1px solid rgba(80, 80, 80, 0.7);
  border-radius: 2rem;
  background-color: rgba(32, 32, 32, 0.95);
}
.tg-dialog p {
  font-size: 1.75rem;
}
.tg-dialog .tg-dialog-header {
  padding: 1.25em 1.25em 0;
}
.tg-dialog .tg-dialog-header .tg-dialog-title {
  font-family: "Homenaje", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1.4;
  color: #fff;
}
.tg-dialog .tg-dialog-header .tg-dialog-close-btn {
  width: 22px;
  height: auto;
  font-size: 22px;
  opacity: 0.8;
}
.tg-dialog .tg-dialog-header .tg-dialog-close-btn svg {
  fill: #fff;
}
.tg-dialog .tg-dialog-progress-bar {
  height: 2px;
}
.tg-dialog .tg-dialog-body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
}
.tg-dialog .tg-dialog-footer {
  padding: 0 1.25em 1.25em;
}
.tg-dialog .tg-dialog-body button,
.tg-dialog .tg-dialog-footer button.tg-dialog-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  margin-bottom: 1rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 2rem;
  background: #35A945;
  background: radial-gradient(circle, #35a945 20%, #30993f 100%);
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.tg-dialog .tg-dialog-body button:hover,
.tg-dialog .tg-dialog-footer button.tg-dialog-btn:hover {
  color: #FFFFFF;
  border: none;
  opacity: 0.75;
}
.tg-dialog .tg-dialog-body button.disabled,
.tg-dialog .tg-dialog-footer button.tg-dialog-btn.disabled {
  display: none;
}