.uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover{
  color: #00dd4f;
}

html, body{
  background: #000;
  color: #fff;
}
h1, h2, h3, h4{
    color: #fff;
}
.uk-container{
  background: #151515;
}

.uk-button-primary {
    background-color: #232323;
}
.uk-button-primary:hover {
    background-color: #3a9c28;
}



.uk-button.uk-button-primary{
  background: #006041;
  color: #fff;
  font-weight: bold;
}
.uk-button.uk-button-primary:hover{
  background: #00dd4f;
  color: #000;
}

.toolbar{
  background: #222222;
      padding: 5px 10px;
      margin-left: -40px;
      margin-right: -40px;
      position: relative;
}
.toolbar .user-icon{
  float:right;
}

.listing-main .artists,
.listing-main .tracks{
    padding: 20px;
}
.listing-main .track{
    cursor: pointer;
}
.listing-main .track:hover .inner{
    background: rgba(0,0,0,0.4);
}
.listing-main .add{
  display: flex;
  align-items: center;
}

.listing-main .artists .artist{
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 20px;
  max-width: 256px;
}
.listing-main .artists .artist img{
  transition: transform 0.2s linear 0s;
  -webkit-transition: transform 0.2s linear 0s;
}
.listing-main .artists .artist:hover img{
  position: relative;
  cursor: pointer;
  transform: scale(1.1);
  transition: transform 0.2s linear 0s;
  -webkit-transition: transform 0.2s linear 0s;
}
.listing-main .artists .artist .name{
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
}


.track>.inner{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
    padding: 20px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.4);
    margin-bottom: 4px !important;
    transition: background 0.2s linear 0s;
    -webkit-transition: background 0.2s linear 0s;
}
.track>.inner:hover{
    padding: 20px;
    /*background: rgba(0, 0, 0, 0.2);*/
    border: 1px solid rgba(0, 0, 0, 0.6);
    transition: background 0.2s linear 0s;
    -webkit-transition: background 0.2s linear 0s;
}
.track .track-option-play{
    cursor: pointer;
    padding: 0px;
}
.track .track-option-play svg{
    width: 30px;
    height: 30px;
}
.track .track-option-play:hover{
    cursor: pointer;
}


.mod-search .uk-input {
    width: auto;
}

.track.playing .inner{
  background: #006041;
}

.track .icon-upvote, .track .icon-downvote{
  cursor: pointer;
  padding: 20px;
  position: absolute;
  top:0;
  bottom:0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 959px) {
  .track .icon-upvote, .track .icon-downvote{
    position: relative;
  }
}

.track .icon-upvote:hover, .track .icon-downvote:hover{
  background: rgba(0, 0, 0, 0.2);
}
.track .icon-upvote:hover{
  background: rgba(0, 0, 0, 0.2);
}
.track .icon-downvote:hover{
  background: rgba(0, 0, 0, 0.2);
}

.current_track_options{
  display: flex;
  justify-content: flex-start;
}
.current_track_options svg{
  width: 30px;
  height:30px;
}
.current-track .current-track-pause,
.current-track .current-track-resume,
.current-track .current-track-update{
  cursor: pointer;
  padding: 10px;
}

.track:not(.is-own-vote) .icon-upvote i.bold{
  display: none;
}
.track.is-own-vote .icon-upvote i.light{
  display: none;
}

.listing-current-tracks .track{
  padding: 5px;
}
.listing-current-tracks .inner.uk-grid>*{
  padding-left: 15px;
}
@media (max-width: 767px) {
  .listing-current-tracks .inner.uk-grid>*{
    padding-left: 5px;
  }
  .listing-current-tracks .track{
    margin-left: -12px;
  }
}
.listing-current-tracks .results{
  margin-top: 5px;
}

.listing-current-tracks .results, .listing-current-tracks .result-header{
  margin-left: 0;
}
@media (min-width: 960px) {

}

.track .votes{
  color: #1ed760;
  font-size: 14pt;
}
.track .artist-small{
  display: none;
}
.track .artist .album-name{
  font-size: 12px;
}


@media (max-width: 767px) {
  .listing-current-tracks .inner.uk-grid>*{
    padding-left: 5px;
  }
  .track .icon-upvote, .track .icon-downvote{
    padding: 10px;
    margin: -10px;
    width: 40px;
    height: 40px;
    text-align: center;
  }
  .track .votes{
    width: 30px;
    text-align: center;
  }
  .track .name{
    padding-left: 20px !important;
  }
  .track .artist{
    display: none;
  }
  .track .artist-small{
    font-size: 8pt;
    display: block;
    width:100%;
  }

  .toolbar{
    margin-left: -15px;
    margin-right: -15px;
  }
}
/******* Modul Login **********/
.mod-spotify-login{
  border: 1px solid #ffffff17;
  padding: 20px;
  margin-bottom: 30px;
}
.mod-spotify-login input{
  margin-bottom: 10px;
}

.is-login-page .message-box{
  margin-bottom: 30px;
}



/******* Floating Button **********/
.mod-floating-buttons{
  position: fixed;
  bottom:0px;
  right:0px;
  left:0px;
  background: #202020;
  border-top: 1px solid #2a2a2a;
  
  display: flex;
  justify-content: flex-end;
}

/******* Footer **********/
.footer{
  text-align: center;
  padding: 20px;
  padding-bottom: 120px;
}


@media (max-width: 390px) {
  .toolbar>*{
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .toolbar>*{
    font-size: 11px;
  }
}









.result-header .inner .votes,
.results .inner .votes{
  width: 80px;
}

.result-header .inner .upvotes,
.results .inner .upvote{
  width: 120px;
}
.result-header .inner .downvotes,
.results .inner .downvote{
  width: 120px;
}
.result-header .inner .name,
.results .inner .name{
  width: 16.666%;
}
.result-header .inner .artist,
.results .inner .artist{
  width: 16.666%;
}
.result-header .inner .track-option-play,
.results .inner .track-option-play{
  width: 16.666%;
}
.result-header .inner .preview,
.results .inner .preview{
  width: 60px;
}
@media (max-width: 520px) {
  .result-header .inner .votes,
  .results .inner .votes{
    width: 60px;
  }

  .result-header .inner .upvotes,
  .results .inner .upvote{
    width: 60px;
  }
  .result-header .inner .downvotes,
  .results .inner .downvote{
    width: 60px;
  }
}

.listing-main .results .inner .add{
  width: 20%;
}
.listing-main .results .inner .name{
  width: 50%;
}
.listing-main .results .inner .artist{
  width: 30%;
}

@media (max-width: 767px) {
  .listing-main .results .inner .name {
      padding-left: 0 !important;
  }
  .listing-main .results .inner .add {
      padding-left: 0 !important;
  }
}
/**/

.track.playing .inner{
  background-image: url('../img/audio.gif');
  background-size: 67px;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.nice-select .option{
  background: #006041 !important;
}
.nice-select .option:hover{
  background: green !important;
}
.nice-select .list:hover .option:not(:hover){
  background-color: #006041 !important;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{
  background-color: green !important;
}
.nice-select .nice-select-dropdown{
  background-color: #006041 !important;
}
.nice-select{
  background-color: #006041 !important;
  height: 42px;
    line-height: 39px;
    border-color: #000;
    border-radius:0;
}


.uk-modal-dialog{
  background: #2c2c2c;
}
.uk-modal-header{
  background: #2c2c2c;
  border-bottom: 1px solid #202020;
}
.uk-modal-body{
  background: #2c2c2c;
  border-bottom: 1px solid #202020;
}
.uk-modal-footer{
  background: #121212;
}


.to-top{
  margin-left:0;
  margin-right: auto;
  padding: 8px;
  background-color: #006041 !important;
  color: #fff;
}


.mod-floating-buttons form{
  display: flex;
  align-items: center;
}
.mod-floating-buttons form input[name="search"],
.mod-floating-buttons form button{
height: 40px;
}

.mod-floating-buttons form input[name="search"]{
  margin-left: 10px;
}

hr{
  width: 100%;
  border-top: 1px solid #475a45;
}
hr.icon{
  /*
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  background: #006041;
  border-radius: 100%;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='none' stroke='%23fff' stroke-width='1.1' cx='9' cy='9' r='7'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.1' d='M14,14 L18,18 L14,14 Z'%3E%3C/path%3E%3C/svg%3E");
  */
}
hr.icon::before{
  content: '';
  height: 1px;
  width: 2000px;
  position: absolute;
  right: 100%;
  background: #006041;
  bottom: 50%;
}
hr.icon::after{
  content: '';
  height: 1px;
  width: 2000px;
  position: absolute;
  left: 100%;
  background: #006041;
  bottom: 50%;
}
.search-container{
  
  margin-right: -40px;
width: calc(100% + 40px);
max-width: calc(100% + 40px);
padding-right: 40px;
background: #242424;
padding-top: 40px;
margin-top: -20px !important;
}


.tm-page>.uk-container{
      overflow: hidden;
      position: relative;
}

#mod-search form input[name="search"],
#mod-search form button{
  height: 40px;
  border: 1px solid #006041;
}
#mod-search form input[name="search"]:focus{
  border-color: #1ed760;
  border-width: 2px;
}
.uk-h2{
  color: #fff;
}
.playlist-options .uk-button{
  border:0;
  padding:0;
  color: #fff;
}
.playlist-options a>i{
  margin-right: 5px;
}
.playlist-options .uk-dropdown{
  width: 300px;
}
.playlist-options{
  display: flex;
  align-items: center;
  float: right;
}


.mod-add-playlist #user-playlists{
  
}

.mod-add-playlist .nice-select{
  width: calc(30% - 5px);
  margin-right: 3px;
  border-color: #006041;
}
.mod-add-playlist input{
  width: 30%;
  position: relative;
  top: 1px;
}
.mod-add-playlist button{
  width: calc(40% - 5px);
}

@media (max-width: 985px) {
  .mod-add-playlist .nice-select{
    width: 100%;
    margin-right: 0px;
  }
  .mod-add-playlist input{
    width: 100%;
  }
  .mod-add-playlist button{
    width: 100%;
  }
}
@media (max-width: 450px) {
  #modal-confirm-clear-toplist button{
        padding: 0 5px;
  }
  #modal-confirm-clear-toplist button:nth-child(1){
    width: 39%;
  }
  #modal-confirm-clear-toplist button:nth-child(2){
    width: 59%;
  }
}
@media (max-width: 375px) {
  #modal-confirm-clear-toplist button{
    font-size: .775rem;
  }
}


body.user .listing-current-tracks .tracks{
  margin-top: 60px;
}


.image-background{
  position: absolute;
  top:0;
  left:0;
  right:0;
  height: 320px;
  background-position: center;
  background-size: auto;
  filter: blur(5px);
}
.image-background::before{
  content: '';
  display: block;
  background: linear-gradient(61deg, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 45%);
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom: 0;
}
.image-background-overlap{
  position: absolute;
  top:320px;
  left:0;
  right:0;
  height: 25px;
  background-color: #151515;
}

#track-progressbar{
  /*
  width: 314px;
  position: relative;
  left: 103px;
  top: -28px;
  */
  margin-top: 8px;
  height: 7px;
}

progress::-moz-progress-bar { background: #1ed760 !important; }
progress::-webkit-progress-value { background: #1ed760 !important; }
progress { color: #1ed760 !important; }


.uk-dropdown{
  background: #151515;
  border: 1px solid rgb(48 48 48);
}


.uk-notification-message-primary {
    color: #10c413;
}

.uk-alert i.uk-icon svg{
   width:50px;
   height:50px;"
}
.uk-alert .uk-close{
  background: #006041;
  color: #000;
  padding: 10px;

  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.uk-alert .custom-close{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #006041;
  padding: 5px;
  opacity: 1;
  background: rgb(0 96 65);
  margin-top: 10px;
  display: inline-block;
  color: #edfbf6;
}
.uk-alert .uk-close:hover{
  background: #10c413;
  color: #000;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.uk-alert .uk-close svg{
  color: #fff;
}
.uk-alert .uk-close:hover svg{
  color: #000;
}