.hide{
    display: none;
}

#media-uploader, #fontSelector, #poetrySelector{
  margin-bottom: 10px;
  border-radius: 8px;
  border: none;
  border-left: 8px solid transparent;
  background-color: #0D6EFD;
  color: white;
}

#media-uploader option{}

.aud{
  width:100%;
  border-radius: 10px;
}

.vid{
  border-radius: 15px;
}
.musical-textareas{
	resize: none;
  	min-height: inherit;
  	overflow: hidden;
}
label{
  display: block;
  margin-top: 10px!important;
  margin-bottom: 10px!important;
}
.music-name-label{
  margin-top: 15px;
  margin-bottom: 5px;
}
#musical-product-creator{
  /* width: 100%; */
}

#btn-light, #btn-dark{
  width: 100%;
}