.jquery-trackswitch a,
.jquery-trackswitch abbr,
.jquery-trackswitch acronym,
.jquery-trackswitch address,
.jquery-trackswitch applet,
.jquery-trackswitch article,
.jquery-trackswitch aside,
.jquery-trackswitch audio,
.jquery-trackswitch b,
.jquery-trackswitch big,
.jquery-trackswitch blockquote,
.jquery-trackswitch canvas,
.jquery-trackswitch caption,
.jquery-trackswitch center,
.jquery-trackswitch cite,
.jquery-trackswitch code,
.jquery-trackswitch dd,
.jquery-trackswitch del,
.jquery-trackswitch details,
.jquery-trackswitch dfn,
.jquery-trackswitch div,
.jquery-trackswitch dl,
.jquery-trackswitch dt,
.jquery-trackswitch em,
.jquery-trackswitch embed,
.jquery-trackswitch fieldset,
.jquery-trackswitch figcaption,
.jquery-trackswitch figure,
.jquery-trackswitch footer,
.jquery-trackswitch form,
.jquery-trackswitch h1,
.jquery-trackswitch h2,
.jquery-trackswitch h3,
.jquery-trackswitch h4,
.jquery-trackswitch h5,
.jquery-trackswitch h6,
.jquery-trackswitch header,
.jquery-trackswitch hgroup,
.jquery-trackswitch i,
.jquery-trackswitch iframe,
.jquery-trackswitch img,
.jquery-trackswitch ins,
.jquery-trackswitch kbd,
.jquery-trackswitch label,
.jquery-trackswitch legend,
.jquery-trackswitch li,
.jquery-trackswitch mark,
.jquery-trackswitch menu,
.jquery-trackswitch nav,
.jquery-trackswitch object,
.jquery-trackswitch ol,
.jquery-trackswitch output,
.jquery-trackswitch p,
.jquery-trackswitch pre,
.jquery-trackswitch q,
.jquery-trackswitch ruby,
.jquery-trackswitch s,
.jquery-trackswitch samp,
.jquery-trackswitch section,
.jquery-trackswitch small,
.jquery-trackswitch span,
.jquery-trackswitch strike,
.jquery-trackswitch strong,
.jquery-trackswitch sub,
.jquery-trackswitch summary,
.jquery-trackswitch sup,
.jquery-trackswitch table,
.jquery-trackswitch tbody,
.jquery-trackswitch td,
.jquery-trackswitch tfoot,
.jquery-trackswitch th,
.jquery-trackswitch thead,
.jquery-trackswitch time,
.jquery-trackswitch tr,
.jquery-trackswitch tt,
.jquery-trackswitch u,
.jquery-trackswitch ul,
.jquery-trackswitch var,
.jquery-trackswitch video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.jquery-trackswitch article,
.jquery-trackswitch aside,
.jquery-trackswitch details,
.jquery-trackswitch figcaption,
.jquery-trackswitch figure,
.jquery-trackswitch footer,
.jquery-trackswitch header,
.jquery-trackswitch hgroup,
.jquery-trackswitch menu,
.jquery-trackswitch nav,
.jquery-trackswitch section {
    display: block;
}
.jquery-trackswitch ol,
.jquery-trackswitch ul {
    list-style: none;
}
.jquery-trackswitch blockquote,
.jquery-trackswitch q {
    quotes: none;
}
.jquery-trackswitch blockquote:after,
.jquery-trackswitch blockquote:before,
.jquery-trackswitch q:after,
.jquery-trackswitch q:before {
    content: "";
    content: none;
}
.jquery-trackswitch table {
    border-collapse: collapse;
    border-spacing: 0;
}
.jquery-trackswitch *,
.jquery-trackswitch :after,
.jquery-trackswitch :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jquery-trackswitch {
    position: relative;
    overflow: hidden;
    line-height: 1;
}
.jquery-trackswitch ts-track {
    display: none;
}
.jquery-trackswitch ul {
    margin: 0;
    padding: 0;
}
.jquery-trackswitch li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.jquery-trackswitch .control li.button:after,
.jquery-trackswitch .overlay span:after,
.jquery-trackswitch li.track.error:before {
    content: "";
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-indent: 0;
}
.jquery-trackswitch .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.jquery-trackswitch .overlay #overlayinfo span.info,
.jquery-trackswitch .overlay > p,
.jquery-trackswitch .overlay > span {
    display: block;
    position: absolute;
    text-align: center;
}
.jquery-trackswitch .overlay > 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;
}
.jquery-trackswitch .overlay > div {
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 25px);
}
.jquery-trackswitch .overlay #overlaytext {
    top: calc(50% + 50px);
    left: calc(50% - 85px);
    width: 200px;
}
.jquery-trackswitch .overlay > span.loading {
    cursor: inherit;
}
.jquery-trackswitch .overlay > span:after {
    content: "\f011";
    padding-top: 7px;
    font-size: 28pt;
}
.jquery-trackswitch .overlay > span.loading:after {
    content: "\f110";
}
.jquery-trackswitch.error .overlay {
    background: rgba(0, 0, 0, 0.6);
}
.jquery-trackswitch.error .overlay > span {
    background: #c03328;
    cursor: inherit;
}
.jquery-trackswitch.error .overlay > span:after {
    content: "\f12a";
}
.jquery-trackswitch.error .overlay p {
    width: 100%;
    top: calc(50% + 35px);
    color: #fff;
}

.jquery-trackswitch .overlay #overlayinfo {
    height: 40px;
    width: 100%;
    bottom: 5px;
    right: 10px;
    color: #ed8c01;
    color: #000;
    text-align: right;
    font-size: 14pt;
}
.jquery-trackswitch .overlay #overlayinfo span.info {
    bottom: 0;
    right: 0;
    width: 380px;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0.4;
}
.jquery-trackswitch .overlay #overlayinfo span.info:after {
    content: "\f05a";
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16pt;
}
.jquery-trackswitch .overlay #overlayinfo span.text {
    display: none;
    position: absolute;
    right: 0;
}
.jquery-trackswitch .overlay #overlayinfo span.text strong {
    font-weight: 700;
}
.jquery-trackswitch .overlay #overlayinfo a {
    color: #eee;
    text-decoration: underline;
}
.jquery-trackswitch .main-control ul {
    background-color: #333;
    height: auto;
    min-height: 36px;
    padding: 4px 12px;
    overflow: hidden;
    color: #ddd;
}
.jquery-trackswitch .main-control .button {
    float: left;
    width: 15px;
    margin: 7px 10px 0 0;
    cursor: pointer;
}
.jquery-trackswitch .main-control .timing {
    float: right;
    font-family: monospace;
    margin: 7px 0 0 10px;
}
.jquery-trackswitch .main-control .seekwrap {
    overflow: hidden;
    height: 28px;
    cursor: pointer;
}
.jquery-trackswitch .main-control .seekwrap .seekbar {
    background-color: #ed8c01;
    height: 6px;
    margin: 11px 4px 0 0;
    position: relative;
    -webkit-box-shadow: 4px 0 0 0 #ed8c01;
    -moz-box-shadow: 4px 0 0 0 #ed8c01;
    box-shadow: 4px 0 0 0 #ed8c01;
}
.jquery-trackswitch .main-control .seekwrap .seekbar .seekhead {
    background-color: #ed8c01;
    position: absolute;
    width: 4px;
    height: 22px;
    top: -8px;
    left: 0;
}
.jquery-trackswitch > p {
    margin: 12px 10px;
}
.jquery-trackswitch img {
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.jquery-trackswitch .seekable-img-wrap {
    display: inline-block;
    position: relative;
}
.jquery-trackswitch .seekable-img-wrap .seekwrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}
.jquery-trackswitch .seekable-img-wrap .seekwrap .seekhead {
    position: absolute;
    top: -2;
    bottom: 0;
    /*border-left: 2px solid #000;*/
    border-right: 1px solid #fff;
}
.jquery-trackswitch ul.track_list {
    padding: 0;
}
.jquery-trackswitch li.track {
    background-color: #ddd;
    position: relative;
    min-height: 32px;
    padding: 8px 10px 8px 60px;
}
.jquery-trackswitch li.track.tabs {
    display: inline-block;
    padding-right: 12px;
    border: 1px solid #999;
}
.jquery-trackswitch li.track:not(.tabs):nth-child(even) {
    background-color: #eee;
}
.jquery-trackswitch li.track.error {
    background-color: #dd9b9b !important;
}
.jquery-trackswitch li.track.error:before {
    content: "\f071  ERROR";
    display: inline;
    padding-right: 10px;
    color: #7c2525;
    cursor: inherit;
}
.jquery-trackswitch li.track ul.control {
    /*position: absolute;*/
    top: calc(50% - 14px);
    left: 5px;
    padding-left: 2px;
}
.jquery-trackswitch li.track ul.control li {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
}
.jquery-trackswitch .control li.button {
    position: relative;
    text-indent: -9999px;
    line-height: 0;
    cursor: pointer;
}
.jquery-trackswitch .control li.button:after {
    position: absolute;
    top: 0;
}
.jquery-trackswitch .control li.playpause:after {
    content: "\f04b";
}
.jquery-trackswitch .control li.playpause.checked:after {
    content: "\f04c";
}
.jquery-trackswitch .control li.stop:after {
    content: "\f04d";
}
.jquery-trackswitch .control li.repeat:after {
    content: "\f01e";
    opacity: 0.5;
}
.jquery-trackswitch .control li.repeat.checked:after {
    opacity: 1;
}
.jquery-trackswitch .control li.mute:after {
    content: "\f028";
    position: absolute;
    bottom: 50%;
    left: 4px;
}
.jquery-trackswitch .control li.mute.checked:after {
    content: "\f026";
}
.jquery-trackswitch .control li.solo:after {
    content: "\f10c";
    position: absolute;
    bottom: 50%;
    left: 4px;
}
.jquery-trackswitch .control li.solo.checked:after {
    content: "\f05d";
}
.jquery-trackswitch .control li.solo.radio {
    margin: 0;
}
.jquery-trackswitch .control li.solo.radio.checked:after {
    content: "\f192";
}
@media (max-width: 767px) {
    .jquery-trackswitch .overlay span {
        width: 70px;
        height: 70px;
        top: calc(50% - 35px);
        left: calc(50% - 35px);
        line-height: 10px;
    }
    .jquery-trackswitch .overlay span:after {
        padding-top: 3px;
        font-size: 36pt;
    }
    .jquery-trackswitch.error .overlay p {
        top: calc(50% + 45px);
    }
    .jquery-trackswitch .control li.button:after {
        font-size: 23px;
    }
    .jquery-trackswitch .main-control .button {
        margin: 4px 22px 0 0;
    }
    .jquery-trackswitch .main-control .seekwrap {
        width: 100%;
        margin-top: 30px;
    }
    .jquery-trackswitch li.track {
        padding-left: 80px;
    }
    .jquery-trackswitch li.track ul.control {
        top: calc(50% - 19px);
    }
    .jquery-trackswitch .track .control li.button {
        margin: 0 10px 0 0;
    }
    .jquery-trackswitch .control li.mute:after,
    .jquery-trackswitch .control li.solo:after {
        padding-top: 0;
        bottom: 35%;
    }
}
@media (max-width: 400px) {
    .jquery-trackswitch .main-control {
        text-align: center;
    }
    .jquery-trackswitch .main-control .button {
        float: none;
        display: inline-block;
        margin: 0 14px;
    }
    .jquery-trackswitch .main-control .timing {
        width: 100%;
        float: none;
        margin: 32px 0 8px 0;
    }
    .jquery-trackswitch .main-control .seekwrap {
        margin-top: 8px;
    }
}

/* 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;
}

.navbar_logo img {
  width: 100%;
}

.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;
}


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

.songanalysis {
  display: flex;
  flex-direction: row;
  color: #666;
}

.songkey {
  border: 1px solid #666;
  border-radius: 10px;
  width: 120px;
  height: 70px;
  margin: 10px;
}
.songbpm {
  border: 1px solid #666;
  border-radius: 10px;
  width: 100px;
  height: 70px;
  margin: 10px;
}
.songchords {
  border: 1px solid #666;
  border-radius: 10px;
  width: 200px;
  height: 70px;
  margin: 10px;
}

.songmore {
  border: 1px solid #666;
  border-radius: 10px;
  width: 70px;
  height: 70px;
  margin: 10px;
  cursor: pointer;
  position: relative;
}

.previousChordLbl {
  color: #666;
}
.upcomingChordLbl {
  color: #666;
}

.songanalysisinside {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-evenly;
  color: #D8D8D8;
}

.songanalysisinside img {
  padding-top: 30px;
  height: 40px;
}


.songanalysis div h4 {
  position: relative;
  top: -7px;
  left: 20;
  background-color: black;
  display: inline;
  padding: 10px;
  font-size: 11px;
}



.timing {
  color: #D8D8D8;
  font-size: 13px;
  padding-bottom: 20px;
  padding-top: 2px;
  text-align: right;
}

.timing span {
  padding-left: 10px;
}

.track {
  display: flex;
  flex-direction: row;
  background: #181818;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-bottom: 2px !important;
}

.control {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 5px !important;
}

.controlIcon {
  width: 50px;
  height: 50px;
  padding: 10px !important;
  position: relative;
}

.controlIcon img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 30px !important;
  max-width: 30px !important;
}

.controlButtons {
  display: flex;
  flex-direction: column;
}

.controlButtonsTop {
  display: flex;
  flex-direction: row;
  padding: 10px 5px 2px 5px !important;
}

.controlButtonsTop button {
  background-color: #3b3b3b;
  font-size: 9px;
  border: 1px solid #111;
  color: #fff;
  text-align: center;
  line-height: 14px;
  padding: 5px;
  margin: 0;
}

.mute.checked {
  background-color: #000;
}

.solo.checked {
  background-color: #E6DC87;
  color: #000;
}

.transcribe.checked {
  background-color: #E6DC87;
  color: #000;
}


.controlButtonsTop .left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}

.controlButtonsTop .right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.controlButtonsTop .transcribe {
  border-left: none;
}



.controlButtonsBottom {
  display: flex;
  flex-direction: row;
  padding: 10px 5px 10px 5px !important;
}

img.waveform {
  margin-top: 3px !important;
}

.controlbar {
  position: fixed;
  height: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
  background-color: #181818;
  border-top: 1px solid #282828;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.controlbarmiddel{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.controlbarplay {
  background-image: url(src/play.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin: 10px;
}

.controlbarplay.checked {
  background-image: url(src/pause.png);
}

.controlbarrewind {
  background-image: url(src/rewind.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin: 10px;
}

.controlbarforward {
  background-image: url(src/forward.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin: 10px;
}

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

.controlbartempo{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 10px;
}

.controlbartempo .tempodown{
  background-image: url(src/minus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  cursor: pointer;
  width: 50px;
  height: 36px;
}
.controlbartempo .tempolbl{
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  cursor: pointer;
  width: 60px;
  height: 36px;
  font-size: 18px;
  font-weight: 300;
  color: #D8D8D8;
  text-align: center;
  -webkit-user-select: none;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.controlbartempo .tempoup{
  background-image: url(src/plus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  cursor: pointer;
  width: 50px;
  height: 36px;
}

.controlbarloop {
  background-image: url(src/loop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1px solid #666;
  border-radius: 50%;
  cursor: pointer;
  width: 36px;
  height: 36px;
  margin: 10px;
}

.controlbarloop.checked {
  background-color: rgba(230, 220, 135, 0.3);
}

.controlbargrid {
  background-image: url(src/grid.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1px solid #666;
  border-radius: 50%;
  cursor: pointer;
  width: 36px;
  height: 36px;
  margin: 10px;
}

.controlbargrid.checked {
  background-color: rgba(230, 220, 135, 0.3);
}

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

.controlbarsettings {
  background-image: url(src/settings.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35px;
  border: 1px solid #666;
  border-radius: 50%;
  cursor: pointer;
  width: 36px;
  height: 36px;
  margin: 10px;
}

.controlbarmetronome {
  background-image: url(src/metronome.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35px;
  border: 1px solid #666;
  border-radius: 50%;
  cursor: pointer;
  width: 36px;
  height: 36px;
  margin: 10px;
}

.controlbarmetronome.checked {
  background-color: rgba(230, 220, 135, 0.3);
}

.controlbarpitch{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 10px;
}

.controlbarpitch .pitchdown{
  background-image: url(src/minus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  cursor: pointer;
  width: 50px;
  height: 36px;
}
.controlbarpitch .pitchlbl{
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  cursor: pointer;
  width: 60px;
  height: 36px;
  font-size: 18px;
  font-weight: 300;
  color: #D8D8D8;
  text-align: center;
  -webkit-user-select: none;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.controlbarpitch .pitchup{
  background-image: url(src/plus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  cursor: pointer;
  width: 50px;
  height: 36px;
}




.waveform {
  width: 100%;
  height: 60px;
}





#keyboardContainer {
  margin: 0 auto;
  padding: 20px;
  width: 700px;
  position: relative;
  height: 170px;
}

#transcribeContainer {
  display: none;
  margin: 0 auto;
  border: 1px solid #666;
  border-radius: 10px;
  width: 900px;
}

#transcribeContainer div h4 {
  position: relative;
  top: -12px;
  left: 20;
  background-color: black;
  display: inline;
  padding: 10px;
  margin: 5px;
  font-size: 13px;
  cursor: pointer;
}

.transcribeContainerActive {
  color: rgba(230, 220, 135, 1.0);
}



.container-keyboard {
  position: absolute;
  width: 700px;
  height: 100%;
}
.keyboardoverlay {
  position: absolute;
  width: 700px;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.pulsate-fwd{-webkit-animation:pulsate-fwd .5s ease-in-out infinite both;animation:pulsate-fwd .5s ease-in-out infinite both;}
@-webkit-keyframes pulsate-fwd{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulsate-fwd{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}
.pulsate-fwdX{-webkit-animation:pulsate-fwdX .5s ease-in-out infinite both;animation:pulsate-fwdX .5s ease-in-out infinite both;}
@-webkit-keyframes pulsate-fwdX{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scaleX(1.1);transform:scaleX(1.1)}100%{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulsate-fwdX{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scaleX(1.1);transform:scaleX(1.1)}100%{-webkit-transform:scaleX(1);transform:scaleX(1)}}


/* Input Slider (Volume) */

input[type=range] {
  -webkit-appearance: none;
  width: 120px;
  background: rgba(0,0,0,0.0);
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #666;
  box-shadow: 0;
  width: 100%;

}
input[type=range]::-webkit-slider-thumb {
  border: 1px solid #c1cad3;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
  box-shadow: 0;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}
input[type=range]::-moz-range-track {
  height: 4px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #666;
  box-shadow: 0;
  width: 100%;
}
input[type=range]::-moz-range-thumb {
  border: 1px solid #c1cad3;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
  box-shadow: 0;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  border: 1px solid #c1cad3;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
  box-shadow: 0;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}

/* Specific styling for the pan slider */
.pan.slider input[type=range] {
  width: 100%;
}
.pan-indicator {
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pan.slider {
  width: 150px;
  position: relative;
  display: flex;
  align-items: center;
  user-select: none;
  -webkit-user-select: none;
  cursor: default;
  font-size: 10px;
}
.pan.slider::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 8px;
  background-color: #fff;
  z-index: 1;
  transform: translate(-50%, -50%);
  pointer-events: none; /* Ignores all mouse events */
}


.player-settings-modal .modal-content-row {
  height: 60px;
}

/* Keyboard */
.note-on-rh-velocity-1:not(.indicator) {
  fill: #ffd9d9 !important;
}
.note-on-rh-velocity-2:not(.indicator) {
  fill: #ffc8c8 !important;
}
.note-on-rh-velocity-3:not(.indicator) {
  fill: #ffb1b1 !important;
}
.note-on-rh-velocity-4:not(.indicator) {
  fill: #ff9496 !important;
}
.note-on-rh-velocity-5:not(.indicator) {
  fill: #ff7d7d !important;
}
.note-on-rh-velocity-6:not(.indicator) {
  fill: #ff6969 !important;
}
.note-on-rh-velocity-7:not(.indicator) {
  fill: #ff5656 !important;
}
.note-on-rh-velocity-8:not(.indicator) {
  fill: #ff3d3d !important;
}
.note-on-rh-velocity-9:not(.indicator) {
  fill: #ff2020 !important;
}
.note-on-rh-velocity-10:not(.indicator) {
  fill: red !important;
}
.note-on-lh-velocity-1:not(.indicator) {
  fill: #bdddff !important;
}
.note-on-lh-velocity-2:not(.indicator) {
  fill: #afd5ff !important;
}
.note-on-lh-velocity-3:not(.indicator) {
  fill: #a0cfff !important;
}
.note-on-lh-velocity-4:not(.indicator) {
  fill: #90c7ff !important;
}
.note-on-lh-velocity-5:not(.indicator) {
  fill: #75baff !important;
}
.note-on-lh-velocity-6:not(.indicator) {
  fill: #5aadff !important;
}
.note-on-lh-velocity-7:not(.indicator) {
  fill: #45a2ff !important;
}
.note-on-lh-velocity-8:not(.indicator) {
  fill: #3499ff !important;
}
.note-on-lh-velocity-9:not(.indicator) {
  fill: #1d8eff !important;
}
.note-on-lh-velocity-10:not(.indicator) {
  fill: #0080ff !important;
}
.note-black,
.note-white {
  stroke: #0a0a0a;
}
.note-white {
  fill: url(#GradientWhite);
  width: 23px;
  height: 120px;
}
.note-black {
  fill: url(#GradientBlack);
  width: 13px;
  height: 80px;
}
.middle-c {
  fill: #a6a6a6;
}
.top-line {
  stroke: #0a0a0a;
  stroke-width: 2.1px;
}
.note.indicator {
  stroke-width: 1.7px;
  transition: fill 1.2s cubic-bezier(0.01, 0.95, 0, 0.99),
    stroke 1.2s cubic-bezier(0.01, 0.95, 0, 0.99),
    r 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.note.indicator.note-on-lh,
.note.indicator.note-on-rh {
  stroke: #494949;
}
.note.indicator.note-on-rh {
  fill: #494949;
}

:root {
    --fretboard-height: 150;
    --number-of-strings: 6;
    --string-height: 1;
    --half-string-height: calc(var(--string-height) / 2);
    --string-top-position: calc(var(--fretboard-height) / var(--number-of-strings) / 2 - var(--half-string-height));
    --double-fretmark-position-1: calc(var(--fretboard-height) * 0.25);
    --double-fretmark-position-2: calc(var(--fretboard-height) * 0.75);
    --noteDotOpacity: 0;
}

* {
    margin: 0;
    padding: 0;
}


.accidental-selector {
    margin-left: 20px;
}

.fretboard {
    display: flex;
    flex-direction: column;
    /*background: #be975b url(../src/wooden-textured-background.jpg);*/
    background: #181818;
    width: 800px;
    margin: 0 auto;
    height: calc(var(--fretboard-height) * 1px);
    margin-top: 50px;
    margin-bottom: 50px;
}
.string {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    
}
.string:before {
    content: '';
    width: 100%;
    height: calc(var(--string-height) * 1px);
    /*background: linear-gradient(#eee, #999);*/
    background: #dcdcdc;
    z-index: 1;
    position: absolute;
    top: 22px;
    top: calc(var(--string-top-position) * 1px);
}
.note-fret {
    display: flex;
    flex: 1;
    border-right: 5px solid;
    border-color: #000;
    /*border-image: linear-gradient(to left, #777, #bbb, #777) 1 100%;*/
    justify-content: center;
    align-items: center;
    position: relative;
}
.note-fret:first-child {
    /*background: #161717;*/
    background: #000;
    min-width: 30px;
    border-right: 12px solid;
    flex-grow: 0;
    flex-shrink: 0;
    /*border-image: linear-gradient(to left, #bbb, #fff, #bbb) 1 100%;*/
    border-color: #000;
}
.note-fret:before {
    content: attr(data-note);
    width: 25px;
    height: 25spx;
    border-radius: 50%;
    line-height: 25px;
    text-align:  center;
    background: #ff7d7d !important;
    z-index: 2;
    color: #000;
    opacity: var(--noteDotOpacity);
    font-size: 11px;
}

.single-fretmark:after, .double-fretmark:before, .double-fretmark:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #242424;
}

.single-fretmark:after {
    top: calc(var(--fretboard-height) / 2 * 1px);
    transform: translate(0, -50%);
}

.double-fretmark:before {
    top: calc(var(--double-fretmark-position-1) * 1px);
    transform: translate(-140%, -50%);
}
.double-fretmark:after {
    top: calc(var(--double-fretmark-position-2) * 1px);
    transform: translate(-140%, -50%);
}

.note-name-section {
    width: 100%;
    color: #fff;
    font-weight: 100;
    font-size: 2.5em;
    display: flex;
    justify-content: center;
}
.note-name-section span {
    padding: 10px;
    cursor: pointer;
}
.note-name-section span:hover {
    color: rgba(230, 220, 135, 1.0);
}

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