/* lato-300 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url(fonts/lato-v23-latin-ext_latin-300.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url(fonts/lato-v23-latin-ext_latin-300.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-300italic - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url(fonts/lato-v23-latin-ext_latin-300italic.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url(fonts/lato-v23-latin-ext_latin-300italic.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url(fonts/lato-v23-latin-ext_latin-regular.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url(fonts/lato-v23-latin-ext_latin-regular.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-italic - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url(fonts/lato-v23-latin-ext_latin-italic.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url(fonts/lato-v23-latin-ext_latin-italic.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url(fonts/lato-v23-latin-ext_latin-700.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url(fonts/lato-v23-latin-ext_latin-700.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700italic - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url(fonts/lato-v23-latin-ext_latin-700italic.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url(fonts/lato-v23-latin-ext_latin-700italic.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-900 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url(fonts/lato-v23-latin-ext_latin-900.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url(fonts/lato-v23-latin-ext_latin-900.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-900italic - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: local(''),
       url(fonts/lato-v23-latin-ext_latin-900italic.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url(fonts/lato-v23-latin-ext_latin-900italic.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
  font-family: Lato, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #000;
  color: #fff;
}

.page-container{
  margin-top: 70px;
  margin-bottom: 50px;
  padding-left: 24px;
  padding-right: 24px;
  color: #D8D8D8;
  width: 100%;
  box-sizing: border-box;
}

.demo-cta {
  width: 100%;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.demo-cta__btn {
  font: inherit;
  font-weight: 400;
  padding: 10px 18px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #E6DC87;
  border-radius: 999px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 15; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #181818;
  margin: auto;
  padding: 30px;
  max-width: 600px;
  border-radius: 20px;
  color: #D8D8D8;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.modal-content-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
  padding-bottom: 30px;
}

.modal-content-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.modal-content-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

.modal-content-row.notlast {
  border-bottom: 1px solid #D8D8D8;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.close2 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close2:hover,
.close2:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.close3 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close3:hover,
.close3:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.close4 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close4:hover,
.close4:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.close5 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close5:hover,
.close5:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.close6 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close6:hover,
.close6:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}


/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-size: 14px;
  width:150px
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #666;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  border-radius: 5px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #666;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  border-radius: 5px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}



/*loading spinner:*/

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lds-ring-small {
  display: inline-block;
  position: relative;
  width: 42px;
  height: 35px;
}
.lds-ring-small div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  margin: 4px;
  border: 4px solid #666;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #666 transparent transparent transparent;
}
.lds-ring-small div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring-small div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring-small div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring-small {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.spacer100 {
  height: 100px;
}


.navbar {
  background-color: #181818;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}

.navbar_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.navbar_logo {
  max-width: 130px;
  display: block;
  cursor: pointer;
}

.navbar_logo img {
  width: 100%;
  display: block;
}

.navbar_nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  cursor: pointer;
  color: #D8D8D8;
}

.navbar_nav_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  height:100%;
}
.navbar_nav_item span {
  padding: 20px;
}


.navbar_nav_item:hover {
  background-color: #111;
}

.navbar_usersettings {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
  height: 100%;
  min-width: 200px;
}

/* Dropdown button on hover & focus */
.navbar_usersettings:hover, .navbar_usersettings:focus, .navbar_usersettings_active {
  background-color: #111;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #181818;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top: 70px;
  right: 24px;
  border-radius: 10px;
  padding: 5px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #D8D8D8;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}


/* Change color of dropdown links on hover */
.dropdown-content a:hover {font-weight: bold;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.navbar_usertext {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-end;
  font-size: 15px;
  padding: 5px;
  color: #D8D8D8;
}

.navbar_username span {

}

.navbar_userimg img {
  height:30px;
  padding-left: 5px;
}

.navbar_arrowimg img {
  height:15px;
  padding-left: 5px;
  padding-top: 3px;
  padding-right: 5px;
}

.navbar_premiumtag span {
  font-size: 11px;
  color: rgba(230, 220, 135, 1.0);
}

.dropdown-content-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.dropdown-content-item img {
  height: 30px;
  padding: 5px;
}

.hide {
  opacity: 0 !important;
}

.hidedisplay {
  display: none !important;
}

.header-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 35px;
  padding-bottom: 40px;
}

.fullscreenbg {
  /* The image used */
  background-image: url(src/fullscreenbg.jpg);

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbarlight {
  background-color: rgba(24, 24, 24, 0.5) !important;
}

.centeredContainer{
  background-color: white;
  color: #131313;
  border-radius: 10px;
  box-shadow: 0 0 12px 0 rgba(0,0,0,.1),0 10px 30px 0 rgba(0,0,0,.2);
  min-width: 300px;
}

.flexcenter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
}
.centeredContainerHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom:1px solid #eee;
}

.centeredContainerInput {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  padding-bottom: 20;
}

.centeredContainerInput span {
  padding-bottom: 15px;
}

.centeredContainerButton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  padding: 20px;
}

.centeredContainerButton button {
  /*margin-bottom: 15px;*/
}
.centeredContainerButton button span {
  font-size: 15px;
}
.centeredContainerButton span {
  font-size: 13px;
}

.signupAgreement {
  font-size: 11px;
  color: gray;            /* non-link text */
  text-align: center;
  max-width: 250px;
  line-height: 1.4;
  margin-top: 8px;
}

.signupAgreement a {
  color: gray;            /* link color */
  text-decoration: underline;
  font-weight: 700;       /* like **bold** in markdown */
}

.signupAgreement a:hover,
.signupAgreement a:focus {
  opacity: 0.9;
  text-decoration: underline;
}

.centeredContainerInput input {
  padding:10px;
  margin:10px 0;
  border: 0;
  border-bottom:1px solid #eee;
  width:100%;
  font-family:inherit;
  font-size: inherit;
}

.centeredContainerInput input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.button1 {
  display: inline-block;
  border-radius: 35px;
  height: 35px;
  background-color: #E6DC87;
  border: none;
  color: #000;
  text-align: center;
  font-size: 15px;
  padding: 5px;
  width: 200px;
  cursor: pointer;
  margin: 0px;
}

.button1light {
  background-color: transparent !important;
  border: solid 1px #E6DC87 !important;
  margin-top: 10px !important;
}

.button1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button1 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button1:hover span {
  padding-right: 25px;
}

.button1:hover span:after {
  opacity: 1;
  right: 0;
}

.halfopacity {
  opacity: 0.5 !important;
}

.makeredbg {
  background-color: #E46767 !important;
}

.button2 {
  display: inline-block;
  border-radius: 10px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #eee;
  color: #000;
  text-align: center;
  font-size: 15px;
  padding: 0px;
  margin: 0px;
  width: 100px;
  cursor: pointer;
}

.modal-content-row-fullwidth {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  height: 70px;
  width: 100%;
}


.tablepage-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 35px;
  padding-bottom: 40px;
}

.tablepage {
  margin: auto;
  max-width: 500px;
}

.button3 {
  display: inline-block;
  border-radius: 35px;
  height: 35px;
  background-color: transparent;
  border: solid 1px #E6DC87;
  color: #E6DC87;
  text-align: center;
  font-size: 15px;
  padding: 5px;
  width: 200px;
  cursor: pointer;
  margin: 0px;
}

.button3 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button3 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button3:hover span {
  padding-right: 25px;
}

.button3:hover span:after {
  opacity: 1;
  right: 0;
}

.makeredborder {
  border: solid 1px #E46767 !important;
  color: #E46767 !important;
}

.darkInputContainer input {
  padding:10px;
  margin:10px 0;
  border: 0;
  border-bottom:1px solid #eee;
  color: #eee;
  width:100%;
  font-family:inherit;
  font-size: inherit;
  background-color: transparent;
}

.darkInputContainer input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.split-left-view-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 100vh;
}

.left-bar {
  background-color: #101010;
  width: 240px;
  margin-top: 70px;
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
  color: #D8D8D8;
}

.button4 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  height: 35px;
  background-color: transparent;
  border: solid 1px #E6DC87;
  color: #D8D8D8;
  text-align: center;
  font-size: 15px;
  padding: 5px;
  width: 180px;
  cursor: pointer;
  margin: 0px;
  transition: 0.3s;
}

.button4 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

.button4:hover {
  background-color: rgba(230, 220, 135, 0.3);
  transition: 0.3s;
}

.button4 img {
  height: 35px;
}

#playlistTableBody td {
  cursor: pointer;
}

#playlistTableBody img {
  height: 35px;
}

#playlistTableBody tr {
  color: #D8D8D8;
}

#playlistTableBody tr:hover {
  color: #fff;
}

.makebold {
  font-weight:bold;
  color: #fff !important;
}

.library-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 40px;
}

#songsTable {
 width: 100%;
}

#songsTable img{
  height: 35px;
}

#songsTable tr{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #666;
  font-size: 18px;
}

#songsTable tr td:first-of-type:hover {
  font-weight:bold;
  color: #fff !important;
}

#songsTable tr td {
  vertical-align: middle;
  padding: 15px;
  cursor: pointer;
}

#songsTable tr td:first-of-type {
  flex: 1;
}

#songsTable tr:last-of-type {
  border-bottom: 0px solid #666 !important;
}

.stemtd{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.stemtd i {
  padding: 5px;
}

.stemtd span {
  padding: 5px;
}

.pagination-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

#pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 70px;
}

#pagination div {
  padding: 5px;
  cursor: pointer;
}

#pagination div span {
  font-size: 18px;
}

#pagination div img {
  height: 30px;
}

.searchContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width:300px;
}

.searchContainer img {
  height: 35px;
}

.searchContainer input {
  padding:10px;
  margin:10px 0;
  border: 0;
  border-bottom:1px solid #666;
  color: #D8D8D8;
  width:100%;
  font-family:inherit;
  font-size: inherit;
  background-color: transparent;
  background: url(src/icon_search.png) no-repeat scroll left;
  background-size: 30px;
  padding-left:40px;
}

.searchContainer input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.dragging {
  opacity: 0.5;
}
.readyfordrop {
  background-color: rgba(230, 220, 135, 0.3);
}

.selectedplaylist {
  font-weight:bold;
  color: #fff !important;
}

.songsOverlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.songsOverlay > div {
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 25px);
}
.songsContainer {
  position:relative;
  min-height: 300px;
}

.hovertext {
  position: relative;
}

.hovertext:before {
  content: attr(data-hover);
  visibility: hidden;
  opacity: 0;
  width: 140px;
  background: rgba(24,24,24,0.8);
  color: #D8D8D8;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  padding: 5px 0;
  transition: opacity 1s ease-in-out;
  position: absolute;
  z-index: 1;
  left: -50px;
  top: -130%;
}

.hovertext:hover:before {
  opacity: 1;
  visibility: visible;
}

.hovertext2 {
  position: relative;
}

.hovertext2:before {
  content: attr(data-hover);
  visibility: hidden;
  opacity: 0;
  width: 140px;
  background: rgba(24,24,24,0.8);
  color: #D8D8D8;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  padding: 5px 0;
  transition: opacity 1s ease-in-out;
  position: absolute;
  z-index: 1;
  left: -50px;
  top: -60%;
}

.hovertext2:hover:before {
  opacity: 1;
  visibility: visible;
}


/* The container <div> - needed to position the dropdown content */
.tdmore {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown2-content {
  display: none;
  position: absolute;
  background-color: #181818;
  min-width: 170px;
  z-index: 1;
  top: 55px;
  right: 10px;
  border-radius: 10px;
  padding: 5px;
}

/* Links inside the dropdown */
.dropdown2-content a {
  color: #D8D8D8;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

/* Change color of dropdown links on hover */
.dropdown2-content a:hover {font-weight: bold;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.dropdown2show {display:block;}

.dropdown2-content-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.dropdown2-content-item img {
  height: 30px;
  padding: 5px;
}

.disabledandalmosthidden {
  pointer-events: none;
  opacity: 0.1;
}

.tdstorage img{
  height: 25px !important;
}
.tdstorage {
  cursor: help !important;
}

.storageusage-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 60px;
}

#storageusage {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  color: #666;
}

#storageusage img {
  height: 30px;
  padding: 5px;
}

#storageusage a {
  color: #666;
}

.listtitelContainer{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
} 
#listtitelMoreImg {
  cursor: pointer;
  height: 40px;
  padding: 10px;
  
}

/* Dropdown Content (Hidden by Default) */
.dropdown3-content {
  display: none;
  position: absolute;
  background-color: #181818;
  min-width: 160px;
  z-index: 2;
  top: 75px;
  right: 10px;
  border-radius: 10px;
  padding: 5px;
}

/* Links inside the dropdown */
.dropdown3-content a {
  color: #D8D8D8;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

/* Change color of dropdown links on hover */
.dropdown3-content a:hover {font-weight: bold;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.dropdown3show {display:block;}

.dropdown3-content-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.dropdown3-content-item img {
  height: 30px;
  padding: 5px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown4-content {
  display: none;
  position: absolute;
  background-color: #181818;
  min-width: 170px;
  z-index: 1;
  top: 75px;
  right: 0px;
  border-radius: 10px;
  padding: 5px;
}

/* Links inside the dropdown */
.dropdown4-content a {
  color: #D8D8D8;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

/* Change color of dropdown links on hover */
.dropdown4-content a:hover {font-weight: bold;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.dropdown4show {display:block;}

.dropdown4-content-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  gap: 0px; /* Adjust the gap between the image container and the text */
  height: 55px;
}

.dropdown4-content-item .img-container {
  width: 40px; /* Adjust this width as needed */
  height: 30px; /* Keep this to ensure the image container has a fixed height */
  display: flex;
  align-items: center; /* This will vertically center the image if it's not exactly 30px in height */
  justify-content: center; /* Center the image horizontally in the container */
}

.dropdown4-content-item .img-text {
  width: 100px; /* Adjust this width as needed */
  height: 30px; /* Keep this to ensure the image container has a fixed height */
  display: flex;
  align-items: center; /* This will vertically center the image if it's not exactly 30px in height */
  justify-content: center; /* Center the image horizontally in the container */
}

.dropdown4-content-item img {
  max-height: 25px;
  width: auto; /* This ensures the image's aspect ratio is maintained */
}

.songsOverlayPlaylist {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.playlistHowTo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.playlistHowTo span {
  padding: 25px;
}

.playlistHowTo img {
  max-height: 230px;
  max-width: 80%;
  padding: 25px;
}

.mycheckbox {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 2px solid #666;
}

.mycheckbox.checked div {
  width: 11px;
  height: 11px;
  margin: 2px;
  border-radius: 2px;
  background-color: #E6DC87;
}

#storageTable {
  width: 100%;
 }
 
 #storageTable img{
   height: 35px;
 }
 
 #storageTable tr{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
   border-bottom: 1px solid #666;
   font-size: 16px;
   color: #D8D8D8;
 }
 
 #storageTable tr:hover {
   font-weight:bold;
 }
 
 #storageTable tr td {
   vertical-align: middle;
   padding: 10px;
   cursor: pointer;
 }
 
 #storageTable tr td:nth-of-type(2) {
  flex:1;
 }
 
 #storageTable tr:last-of-type {
   border-bottom: 0px solid #666 !important;
 }

 .notinaccount {
  font-style: italic;
  color: #666;
 }

 .storageTableButtons{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
 }

 .storageTableButtons button {
  margin: 15px;
 }

 .button5 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  height: 35px;
  background-color: transparent;
  border: solid 1px #E6DC87;
  color: #D8D8D8;
  text-align: center;
  font-size: 15px;
  padding: 5px;
  cursor: pointer;
  margin: 0px;
  transition: 0.3s;
  padding-left:20px;
  padding-right:20px;
}

.button5 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.button5:hover {
  background-color: rgba(230, 220, 135, 0.3);
  transition: 0.3s;
}

.button5 img {
  height: 35px;
}

.button5last {
  margin-left: auto !important;
}

#drop-zone {
  background-color: #101010;
  border: 2px dashed #ccc;
  cursor: pointer;
  width: 100%;
  height: 170px;
  border-radius: 35px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.modal-content-row-flexheight {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.modal-content-row-flexheight.notlast {
  border-bottom: 1px solid #D8D8D8;
}

.drop-zone-readyfordrop {
  background-color: rgba(230, 220, 135, 0.3) !important;
}

.file-upload-explanation {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.file-upload-explanation h3 {
  margin: 0;
  font-size: 20px;
  padding: 5px;
  text-align: center;
}

.file-upload-explanation span {
  font-size: 15px;
  padding: 5px;
  color: #666;
}

#drop-zone-occupied {
  background-color: #101010;
  border: 2px dashed #ccc;
  cursor: pointer;
  width: 100%;
  height: 170px;
  border-radius: 35px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.drop-zone-occupied-inner img{
  padding: 5px;
  height:60px;
}

.drop-zone-occupied-inner {
  background-color: #181818;
  position: relative;
  border-radius: 10px;
  width: 90%;
  height: 60%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

#drop-zone-filename {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  padding: 2px;
}
#drop-zone-filemetadata {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #666;
  padding: 2px;
}

#close-drop-zone-occupied {
  position: absolute;
  top: 0;
  right: 10;
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#close-drop-zone-occupied:hover,
#close-drop-zone-occupied:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}


.completeOverlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.completeOverlay #overlayinfo span.info,
.completeOverlay > p,
.completeOverlay > span {
  display: block;
  position: absolute;
  text-align: center;
}
.completeOverlay > span {
  background-color: #E6DC87;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  text-indent: -9999px;
  line-height: 0;
  border-radius: 100%;
  cursor: pointer;
}
.completeOverlay > div {
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 25px);
}
.completeOverlay #overlaytext {
  top: calc(50% + 50px);
  left: calc(50% - 85px);
  width: 200px;
}
.completeOverlay #overlaytext2 {
  top: calc(50% + 90px);
  left: calc(50% - 85px);
  width: 200px;
}
.completeOverlay > span.loading {
  cursor: inherit;
}
.completeOverlay > span:after {
  content: "\f011";
  padding-top: 7px;
  font-size: 28pt;
}

.get-premium-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}

.get-premium-item {
  background-color: #181818;
  position: relative;
  border-radius: 10px;
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin: 20px;
  padding: 15px;
}

.get-premium-item h2 {
  color: #E6DC87;
  margin-block-start: 0px;
  margin-block-end: 0;
}

.get-premium-item h3 {
  margin-block-start: 0;
  margin-block-end: 0;
}

.get-premium-item span {
  padding: 20px;
  text-align: center;
}

.get-premium-item button {
  font-weight: bold;
}

.get-premium-item button {
  text-transform: uppercase;
}

.free-premium-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.free-premium-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 500px;
  max-width: 800px;
  align-items: stretch;
}

.free-premium-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  align-items: stretch;
}

.free-premium-header {
  width: 50%;
  text-align: center;
  background-color: #181818;
}

.free-premium-header.free {
  border-top-left-radius: 10px;
}

.free-premium-header.premium {
  border-top-right-radius: 10px;
  color: #E6DC87;
}
  

.free-premium-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.free-premium-item.free {
  color: #666;
  border-left: 1px solid #181818;
}
.free-premium-item.premium {
  border-right: 1px solid #181818;
}

.free-premium-item.free.last {
  border-bottom: 1px solid #181818;
  border-bottom-left-radius: 10px;
}
.free-premium-item.premium.last {
  border-bottom: 1px solid #181818;
  border-bottom-right-radius: 10px;
}

.free-premium-item img {
  height: 35px;
  padding: 5px;
}

#premiumInfoBtn {
  color: #E6DC87 !important;
}

:root {
  --fl-accent: #E6DC87;
  --fl-bg: #0d0d0f;
  --fl-panel: rgba(255, 255, 255, 0.022);
  --fl-border: rgba(255, 255, 255, 0.08);
  --fl-soft: rgba(255, 255, 255, 0.55);
  --fl-muted: rgba(255, 255, 255, 0.34);
  --fl-red: #E68787;
}

html,
body {
  min-height: 100%;
  background: radial-gradient(1000px 500px at 50% -20%, #17161c, var(--fl-bg));
}

button,
input,
select {
  font: inherit;
}

.studio-shell {
  min-height: calc(100vh - 80px);
  padding: 92px 18px 104px;
  box-sizing: border-box;
  color: #fff;
}

.studio-main {
  width: min(1480px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.studio-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.tracktitelheader {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.08;
}

.studio-analysis {
  display: flex;
  align-items: stretch;
  gap: 9px;
  flex-wrap: wrap;
}

.studio-pill,
.icon-button {
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
}

.studio-pill {
  min-width: 86px;
  padding: 8px 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.studio-pill__label {
  font-size: 9px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.studio-pill strong {
  margin-top: 2px;
  color: var(--fl-accent);
  font-size: 16px;
  font-weight: 900;
}

.studio-more {
  position: relative;
  display: flex;
}

.icon-button {
  width: auto;
  height: 100%;
  aspect-ratio: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  cursor: pointer;
}

.icon-button span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.dropdown4-content {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 20;
  width: 170px;
  padding: 7px;
  border: 1px solid var(--fl-border);
  border-radius: 12px;
  background: rgba(20, 20, 23, 0.98);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.dropdown4-content.dropdown4show {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.dropdown4-content button {
  min-height: 34px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  text-align: left;
  cursor: pointer;
}

.dropdown4-content button:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.studio-panel {
  min-width: 0;
  border: 1px solid var(--fl-border);
  border-radius: 16px;
  background: var(--fl-panel);
  overflow: hidden;
}

.panel-head {
  min-height: 50px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  box-sizing: border-box;
}

.panel-head h2 {
  margin: 0;
  color: var(--fl-accent);
  font-size: 14px;
  font-weight: 900;
}

.panel-head span,
.time-readout {
  color: var(--fl-soft);
  font-size: 12px;
}

.time-readout {
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  white-space: nowrap;
}

.waveform-wrap {
  position: relative;
  padding: 10px 14px 9px;
  box-sizing: border-box;
}

.waveform-scroller {
  width: 100%;
  height: 174px;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 10px;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(230, 220, 135, 0.45) rgba(255, 255, 255, 0.06);
}

.waveform-scroller::-webkit-scrollbar {
  height: 8px;
}

.waveform-scroller::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}

.waveform-scroller::-webkit-scrollbar-thumb {
  background: rgba(230, 220, 135, 0.45);
  border-radius: 999px;
}

.waveform-timeline {
  position: relative;
  min-width: 100%;
}

#waveformCanvas {
  width: 100%;
  height: 150px;
  display: block;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.18);
  cursor: crosshair;
  touch-action: none;
}

.waveform-playhead {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 150px;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  z-index: 3;
  will-change: transform;
}

.waveform-loading {
  position: absolute;
  inset: 10px 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.28);
  color: var(--fl-soft);
  font-size: 13px;
}

.waveform-loading.is-hidden {
  display: none;
}

.waveform-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 7px;
  min-height: 14px;
}

.waveform-zoom {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(230, 220, 135, 0.82);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
}

.waveform-zoom input {
  width: 86px;
  height: 14px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
}

.waveform-zoom input::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(11, 11, 14, 0.74);
}

.waveform-zoom input::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  margin-top: -7px;
  border: 0;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  background: #4b4b51;
}

.waveform-zoom input::-moz-range-track {
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(11, 11, 14, 0.74);
}

.waveform-zoom input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 50%;
  background: #4b4b51;
}

.waveform-zoom.is-disabled {
  opacity: 0.28;
}

.waveform-zoom.is-disabled input {
  cursor: default;
}

.vfcGuitarChordPanel {
  display: none;
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.vfcGuitarChordPanel[hidden] {
  display: none !important;
}

.vfcGuitarChordPanel.vfcGuitarChordPanelVisible {
  display: block;
}

.vfcGuitarChordHeader {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.vfcGuitarChordTitle {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
}

.vfcGuitarChordTitleLabel {
  color: rgba(255, 255, 255, 0.55);
  flex: none;
}

.vfcGuitarChordTitleChord {
  min-width: 0;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vfcGuitarChordClose {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vfcGuitarChordClose span {
  display: block;
  line-height: 1;
  transform: translateY(-1.5px);
}

.vfcGuitarChordClose:hover {
  border-color: rgba(230, 220, 135, 0.38);
  background: rgba(230, 220, 135, 0.11);
  color: var(--fl-accent);
}

.vfcGuitarChordGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(122px, 1fr));
  gap: 8px;
}

.vfcGuitarChordCard {
  min-width: 0;
}

.vfcGuitarChordDiagram svg {
  display: block;
  width: 100%;
  height: auto;
}

.vfcGuitarChordEmpty {
  display: none;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11.5px;
  font-weight: 700;
  padding: 8px 1px 2px;
}

.vfcGuitarChordEmpty:not(:empty) {
  display: block;
}

.studio-split-row {
  --mixer-pct: 35%;
  display: grid;
  grid-template-columns: minmax(260px, var(--mixer-pct)) 14px minmax(360px, 1fr);
  gap: 0;
  align-items: stretch;
  min-height: 242px;
}

.split-handle {
  display: flex;
  align-items: stretch;
  justify-content: center;
  cursor: col-resize;
}

.split-handle span {
  align-self: center;
  width: 4px;
  height: 44px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.18);
}

.mixer-head {
  min-height: auto;
  padding: 13px 16px 9px;
  align-items: center;
  border-bottom: 0;
}

.mixer-head h2 {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.mixer-head #mixerMeta {
  color: var(--fl-accent);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 800;
}

.mixer-rows {
  padding: 0 16px 15px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mixer-row {
  display: grid;
  grid-template-columns: 10px minmax(50px, 76px) 21px 21px 22px minmax(70px, 1fr) 28px;
  align-items: center;
  gap: 5px;
  min-height: 31px;
  padding: 3px 7px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  cursor: pointer;
  transition: background .15s, border-color .15s, opacity .15s;
}

.mixer-row:hover {
  background: rgba(255, 255, 255, 0.025);
}

.mixer-row.is-selected {
  border-color: rgba(230, 220, 135, 0.38);
  background: rgba(230, 220, 135, 0.075);
}

.mixer-row.is-muted {
  opacity: 0.55;
}

.stem-label {
  min-width: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stem-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex: none;
}

.stem-toggle {
  width: 22px;
  height: 22px;
  padding: 0;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.64);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: background .12s, border-color .12s, color .12s, box-shadow .12s;
}

.stem-toggle:hover {
  border-color: rgba(230, 220, 135, 0.35);
  color: var(--fl-accent);
}

.stem-toggle.is-muted,
.stem-toggle.is-solo {
  background: var(--fl-accent);
  border-color: var(--fl-accent);
  color: #101012;
  box-shadow: 0 0 0 2px rgba(230, 220, 135, 0.18), 0 0 10px rgba(230, 220, 135, 0.18);
}

.stem-volume-label {
  color: rgba(255, 255, 255, 0.35);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
}

.stem-volume-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  overflow: visible;
}

.stem-volume-meter {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  max-width: calc(100% - 7px);
  border-radius: 999px;
  background: rgba(230, 220, 135, 0.38);
  pointer-events: none;
  transition: width .09s linear, background .12s ease, opacity .12s ease;
}

.stem-volume {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 20px;
  margin: 0;
  transform: translateY(-50%);
  appearance: none;
  -webkit-appearance: none;
  border-radius: 999px;
  background: transparent;
  outline: none;
  cursor: pointer;
}

.stem-volume::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 999px;
  background: transparent;
}

.stem-volume::-webkit-slider-thumb {
  width: 15px;
  height: 15px;
  margin-top: -3.5px;
  border: 2px solid #101012;
  border-radius: 50%;
  -webkit-appearance: none;
  background: var(--fl-accent);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
  cursor: pointer;
}

.stem-volume::-moz-range-track {
  height: 8px;
  border-radius: 999px;
  background: transparent;
}

.stem-volume::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border: 2px solid #101012;
  border-radius: 50%;
  background: var(--fl-accent);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
  cursor: pointer;
}

.pan-knob {
  width: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: end;
  gap: 0;
  color: rgba(255, 255, 255, 0.48);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  font-style: normal;
  line-height: 1;
  cursor: ns-resize;
  touch-action: none;
}

.pan-knob span {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: radial-gradient(circle at 50% 38%, rgba(255,255,255,0.14), rgba(255,255,255,0.035));
}

.pan-knob span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 3px;
  width: 2px;
  height: 9px;
  border-radius: 1px;
  background: var(--knob-color, var(--fl-accent));
  transform: translateX(-50%) rotate(var(--pan-rotation, 0deg));
  transform-origin: 50% 9px;
}

.pan-knob em {
  font-style: normal;
}

.transcription-head {
  align-items: center;
}

.tabs {
  display: flex;
  gap: 3px;
  padding: 3px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.055);
}

.tab {
  min-height: 30px;
  border: 0;
  border-radius: 7px;
  padding: 0 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.62);
  cursor: pointer;
}

.tab.is-active {
  background: var(--fl-accent);
  color: #101012;
  font-weight: 900;
}

.transcription-view {
  display: none;
  height: 242px;
  position: relative;
  overflow: hidden;
}

.transcription-view.is-active {
  display: block;
}

.piano-view,
.fretboard-view,
.sheet-view {
  background: rgba(0, 0, 0, 0.13);
}

.vfcPianoRollPreview {
  position: relative;
  display: none;
  height: 100%;
  min-height: 253px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.06);
  scrollbar-width: thin;
  scrollbar-color: rgba(230, 220, 135, 0.42) rgba(255, 255, 255, 0.05);
}

.vfcPianoRollPreview.vfcTranscriptionPanelActive {
  display: block;
}

.vfcPianoRollPreview::-webkit-scrollbar {
  height: 7px;
}

.vfcPianoRollPreview::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.vfcPianoRollPreview::-webkit-scrollbar-thumb {
  background: rgba(230, 220, 135, 0.42);
  border-radius: 10px;
}

.vfcPianoRollContent {
  position: relative;
  width: max-content;
  min-width: 0;
  height: 100%;
  min-height: 253px;
}

.vfcPianoRollLanes {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 76px;
  overflow: hidden;
  z-index: 1;
}

.vfcPianoRollLane {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.055);
}

.vfcPianoRollNotes {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 76px;
  overflow: hidden;
  z-index: 3;
}

.vfcRollNote {
  position: absolute;
  display: none;
  min-width: 7px;
  border-radius: 5px;
  background: #e6dc87;
  color: #e6dc87;
  box-shadow: 0 0 8px currentColor;
  will-change: top, height, opacity;
  transition: opacity 0.07s, box-shadow 0.07s, background 0.07s;
}

.vfcRollNotePlaying {
  background: #fff !important;
  color: #fff !important;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.82), 0 0 22px rgba(230, 220, 135, 0.42) !important;
}

.vfcPianoRollEmpty {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}

.vfcPianoRollHitLine {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 76px;
  height: 2px;
  background: rgba(230, 220, 135, 0.55);
  box-shadow: 0 0 8px rgba(230, 220, 135, 0.5);
  z-index: 5;
  pointer-events: none;
}

.vfcPianoKeys {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 76px;
  background: rgba(255, 255, 255, 0.08);
  z-index: 4;
}

.vfcPianoKey {
  position: absolute;
  box-sizing: border-box;
  transition: background 0.07s, box-shadow 0.07s;
}

.vfcPianoKeyWhite {
  bottom: 0;
  height: 76px;
  border-radius: 0 0 3px 3px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  background: rgba(244, 244, 246, 0.92);
}

.vfcPianoKeyBlack {
  bottom: 26px;
  height: 47px;
  border-radius: 0 0 2px 2px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: rgba(22, 22, 26, 0.96);
  z-index: 2;
}

.vfcPianoKey.vfcPianoKeyActive {
  background: #e6dc87;
  box-shadow: 0 0 10px rgba(230, 220, 135, 0.72);
}

.fret-string,
.fret-line,
.fret-note,
.fret-hit-line,
.sheet-playhead {
  position: absolute;
}

.fret-string {
  left: 34px;
  right: 18px;
  height: 1px;
  background: rgba(255, 255, 255, 0.26);
}

.fret-line {
  top: 32px;
  bottom: 28px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.fret-hit-line {
  left: 22%;
  top: 14px;
  bottom: 14px;
  width: 2px;
  background: var(--fl-accent);
  box-shadow: 0 0 10px rgba(230, 220, 135, 0.55);
}

.fret-note {
  width: 28px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--fl-accent);
  color: #101012;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 0 12px rgba(230, 220, 135, 0.28);
}

.fret-note.is-playing {
  background: #fff;
}

.empty-state {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fl-soft);
  font-size: 13px;
}

.transcription-panel {
  display: block;
  padding: 10px;
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  box-sizing: border-box;
}

.transcription-head {
  min-height: 0;
  padding: 0;
  margin-bottom: 7px;
  border-bottom: 0;
  align-items: center;
}

.transcription-head h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  font-weight: 800;
}

.tabs {
  display: flex;
  gap: 3px;
  padding: 3px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.tab {
  min-height: 0;
  border: 0;
  border-radius: 6px;
  padding: 5px 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.tab.is-active {
  background: var(--fl-accent);
  color: #101012;
}

.transcription-track {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.transcription-track .stem-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.transcription-stem-name {
  color: rgba(255, 255, 255, 0.92);
}

.transcription-meta {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.42);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.transcription-view {
  height: 242px;
  position: relative;
  overflow: hidden;
}

.transcription-premium-overlay {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(2px);
  box-sizing: border-box;
}

.transcription-premium-overlay[hidden] {
  display: none;
}

.transcription-premium-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 420px;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.transcription-premium-card strong {
  color: var(--fl-accent);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.sheet-view,
.fretboard-view {
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.piano-view {
  background: transparent;
}

.vfcPianoRollPreview {
  height: 100%;
  min-height: 0;
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.06);
  scrollbar-width: thin;
  scrollbar-color: rgba(230, 220, 135, 0.42) rgba(255, 255, 255, 0.05);
}

.vfcPianoRollContent {
  height: 100%;
  min-width: 0;
  min-height: 0;
}

.vfcPianoRollLanes,
.vfcPianoRollNotes {
  height: auto;
  bottom: 76px;
}

.vfcPianoRollLane {
  background: rgba(255, 255, 255, 0.055);
}

.vfcRollNote {
  min-width: 4px;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(230, 220, 135, 0.45);
  transition: background .07s, box-shadow .07s, opacity .07s;
}

.vfcRollNote.vfcRollNotePlaying {
  background: #fff !important;
  color: #fff !important;
  box-shadow: 0 0 11px rgba(255,255,255,0.88), 0 0 18px rgba(230,220,135,0.38) !important;
}

.vfcPianoRollHitLine {
  background: rgba(230, 220, 135, 0.55);
  box-shadow: 0 0 8px rgba(230, 220, 135, 0.5);
}

.vfcPianoKey.vfcPianoKeyActive {
  background: var(--fl-accent);
  box-shadow: 0 0 10px rgba(230, 220, 135, 0.72);
}

.sheet-scroll {
  position: absolute;
  inset: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(230, 220, 135, 0.38) rgba(255, 255, 255, 0.05);
}

.sheet-scroll::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}

.sheet-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.sheet-scroll::-webkit-scrollbar-thumb {
  background: rgba(230, 220, 135, 0.38);
  border-radius: 10px;
}

.sheet-strip {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0;
  min-height: 100%;
  padding: 12px 10px;
  box-sizing: border-box;
}

.sheet-measure {
  position: relative;
  flex: 0 0 auto;
  top: 0;
  height: 210px;
  color: #fff;
  background: transparent;
  transition: background .12s;
  z-index: 3;
}

.sheet-measure-active {
  background: linear-gradient(90deg, rgba(230, 220, 135, 0.045), rgba(230, 220, 135, 0.015));
}

.sheet-stave {
  position: absolute;
  left: 0;
  right: 0;
  top: 28px;
  height: 170px;
  overflow: visible;
}

.sheet-stave svg {
  display: block;
  width: 230px;
  height: 170px;
  overflow: visible;
}

.sheet-stave svg path,
.sheet-stave svg line,
.sheet-stave svg rect {
  stroke: rgba(255, 255, 255, 0.78);
}

.sheet-stave svg path {
  fill: rgba(255, 255, 255, 0.88);
}

.sheet-stave svg text,
.sheet-stave svg g {
  fill: rgba(255, 255, 255, 0.86);
}

.sheet-stave svg .vf-stem,
.sheet-stave svg .vf-flag,
.sheet-stave svg .vf-beam {
  display: none !important;
}

.sheet-guide-layer,
.sheet-chord-layer {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

.sheet-chord-layer {
  z-index: 5;
}

.sheet-beat-line {
  position: absolute;
  top: 58px;
  bottom: 34px;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.sheet-beat-line-downbeat {
  width: 1.5px;
  background: rgba(230, 220, 135, 0.24);
}

.sheet-chord {
  position: absolute;
  top: 7px;
  display: inline-flex;
  align-items: center;
  min-height: 17px;
  border: 1px solid rgba(230, 220, 135, 0.34);
  border-radius: 5px;
  background: rgba(230, 220, 135, 0.14);
  color: #fff;
  padding: 0 6px;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.sheet-staff-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.78);
}

.sheet-note {
  position: absolute;
  width: 14px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  transform: rotate(-12deg);
}

.sheet-playhead {
  position: absolute;
  top: 58px;
  bottom: 34px;
  width: 2px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 10px rgba(255,255,255,0.78), 0 0 18px rgba(230,220,135,0.42);
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  transition: opacity .08s;
}

.fretboard-view {
  position: relative;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 9px;
  overflow: hidden;
}

.fretboard-controls {
  height: 32px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 8px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10.5px;
  font-weight: 800;
}

.fretboard-tuning {
  margin-right: auto;
  color: var(--fl-accent);
}

.fretboard-stepper {
  display: inline-flex;
  align-items: center;
  height: 22px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.fretboard-stepper button {
  width: 22px;
  height: 22px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  padding: 0;
}

.fretboard-stepper button:hover {
  background: rgba(230, 220, 135, 0.16);
  color: var(--fl-accent);
}

.fretboard-stepper span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 22px;
  padding: 0 7px;
  color: rgba(255, 255, 255, 0.58);
  white-space: nowrap;
}

.fretboard-stepper strong {
  color: #fff;
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10.5px;
}

.fretboard-stage {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 38px;
  bottom: 8px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01));
  overflow: hidden;
}

.fretboard-frets,
.fretboard-strings,
.fretboard-notes {
  position: absolute;
  inset: 0;
}

.fret-string {
  left: 8%;
  right: 8%;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.08);
}

.fret-line {
  top: 12%;
  bottom: 12%;
  background: rgba(255, 255, 255, 0.14);
}

.fret-line-nut {
  width: 2px;
  background: rgba(230, 220, 135, 0.24);
}

.fretboard-frets em {
  position: absolute;
  bottom: 3px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.33);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.fretboard-strings b {
  position: absolute;
  left: 1px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.48);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 800;
}

.fret-hit-line {
  left: 22%;
  top: 8%;
  bottom: 8%;
  width: 2px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 10px rgba(255,255,255,0.72), 0 0 18px rgba(230,220,135,0.34);
  z-index: 4;
  pointer-events: none;
}

.fret-note {
  z-index: 5;
  width: 22px;
  height: 18px;
  margin-left: -11px;
  margin-top: -9px;
  border-radius: 8px;
  border: 1px solid rgba(230, 220, 135, 0.86);
  background: var(--fl-accent);
  color: #101012;
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 8px rgba(230, 220, 135, 0.35);
  transition: opacity .07s, background .07s, box-shadow .07s, border-color .07s;
  will-change: left, top, opacity;
}

.fret-note-primary {
  border: 1px solid rgba(230, 220, 135, 0.86);
  background: var(--fl-accent);
  color: #101012;
  box-shadow: 0 0 8px rgba(230, 220, 135, 0.35);
}

.fret-note-ghost {
  width: 18px;
  height: 14px;
  margin-left: -9px;
  margin-top: -7px;
  border-radius: 7px;
  border: 1px solid rgba(230, 220, 135, 0.42);
  background: rgba(230, 220, 135, 0.08);
  color: rgba(230, 220, 135, 0.82);
  box-shadow: none;
}

.fret-note.is-playing {
  background: #fff !important;
  border-color: #fff !important;
  color: #101012 !important;
  box-shadow: 0 0 12px rgba(255,255,255,0.82), 0 0 20px rgba(230,220,135,0.35) !important;
}

.fretboard-empty {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 42px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-weight: 700;
  z-index: 6;
  pointer-events: none;
}

.transport-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  min-height: 82px;
  padding: 13px 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid var(--fl-border);
  background: rgba(13, 13, 15, 0.92);
  backdrop-filter: blur(18px);
}

.transport-group {
  display: flex;
  align-items: center;
  gap: 9px;
}

.round-control,
.play-control,
.stepper-control {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.round-control {
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
}

.play-control {
  min-width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: var(--fl-accent);
  color: #101012;
  font-size: 20px;
  cursor: pointer;
}

.stepper-control {
  min-height: 44px;
  display: grid;
  grid-template-columns: 34px minmax(54px, auto) 34px;
  align-items: center;
  border-radius: 999px;
  overflow: hidden;
}

.stepper-control button {
  min-height: 44px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.stepper-control div {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.05;
}

.stepper-control strong {
  color: var(--fl-accent);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
}

.stepper-control span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.36);
  font-family: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  letter-spacing: 1px;
}

#loopBtn.is-active {
  background: var(--fl-accent);
  color: #101012;
}

#loopBtn.is-recording {
  color: var(--fl-accent);
  border-color: var(--fl-accent);
  background: rgba(230, 220, 135, 0.16);
}

.fl-modal {
  border: 1px solid var(--fl-border);
  border-radius: 16px;
  background: #151519;
}

.fl-setting-row {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 600;
}

.fl-setting-row:last-child {
  border-bottom: 0;
}

.fl-native-select {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.fl-segmented-control {
  width: min(260px, 48vw);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.075);
}

.fl-segmented-button {
  height: 28px;
  padding: 0 10px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.fl-segmented-button:hover {
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.06);
}

.fl-segmented-button.is-active {
  background: var(--fl-accent);
  color: #17161c;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
}

.fl-switch-input {
  appearance: none;
  width: 30px;
  height: 17px;
  margin: 0;
  flex: none;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  position: relative;
  cursor: pointer;
  transition: background 0.12s ease;
}

.fl-switch-input::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  transition: left 0.12s ease, background 0.12s ease;
}

.fl-switch-input:checked {
  background: rgba(230, 220, 135, 0.34);
}

.fl-switch-input:checked::after {
  left: 15px;
  background: var(--fl-accent);
}

.fl-switch-input:focus-visible,
.fl-segmented-button:focus-visible {
  outline: 2px solid rgba(230, 220, 135, 0.72);
  outline-offset: 2px;
}

@media (max-width: 920px) {
  .studio-shell {
    padding-top: 86px;
  }

  .studio-split-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .split-handle {
    display: none;
  }

  .mixer-head {
    min-height: 62px;
    padding: 18px 22px 10px;
    flex-direction: row;
    align-items: flex-start;
  }

  .mixer-head h2 {
    font-size: 18px;
  }

  .mixer-head #mixerMeta {
    font-size: 18px;
  }

  .mixer-rows {
    padding: 0 22px 22px;
    gap: 8px;
  }

  .mixer-row {
    grid-template-columns: 12px minmax(120px, 1fr) 44px 44px 42px minmax(160px, 2.2fr) 54px;
    gap: 12px;
    min-height: 64px;
    padding: 9px 15px;
    border-radius: 13px;
  }

  .stem-dot {
    width: 12px;
    height: 12px;
    border-radius: 3px;
  }

  .stem-label {
    font-size: 20px;
    font-weight: 800;
  }

  .stem-toggle {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 800;
  }

  .stem-volume-label {
    font-size: 12px;
  }

  .stem-volume-wrap {
    height: 8px;
  }

  .stem-volume {
    height: 24px;
  }

  .stem-volume::-webkit-slider-thumb {
    width: 22px;
    height: 22px;
    margin-top: -7px;
  }

  .stem-volume::-moz-range-thumb {
    width: 22px;
    height: 22px;
  }

  .pan-knob {
    width: 54px;
    font-size: 11px;
  }

  .pan-knob span {
    width: 42px;
    height: 42px;
  }

  .pan-knob span::after {
    top: 8px;
    width: 3px;
    height: 15px;
    transform-origin: 50% 13px;
  }
}

@media (max-width: 620px) {
  .studio-shell {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 152px;
  }

  .panel-head,
  .transcription-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .mixer-head {
    flex-direction: row;
    align-items: flex-start;
  }

  .mixer-row {
    grid-template-columns: 12px minmax(86px, 1fr) 38px 38px 32px minmax(82px, 1.5fr) 44px;
    gap: 7px;
    min-height: 58px;
    padding: 8px 10px;
  }

  .stem-label {
    font-size: 16px;
  }

  .stem-toggle {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    font-size: 15px;
  }

  .stem-volume-label {
    font-size: 10px;
  }

  .pan-knob {
    width: 44px;
  }

  .pan-knob span {
    width: 34px;
    height: 34px;
  }
}


/*# sourceMappingURL=playerb321f99da3a9b5988744.css.map*/