@charset 'utf-8';
 
 
 main {margin-top:70px;}
.relative {
    position: relative;
}
.played_at_front {
/*font-weight: bold;
  position: absolute;
  bottom: 19px;
  color: wheat;
  left: 23px;
  text-shadow: 2px 1px 3px black;
  font-size: 26px;
  font-family: 'Share', monospace;*/

  font-weight: bold;
  position: absolute;
  color: var(--coma-primary-color);
/*  left: 12px;
  text-shadow: 2px 1px 3px black;
  font-size: 26px;
  font-family: 'Share', monospace;
  top: 20px;*/
  left: 8px;
  text-shadow: 2px 1px 3px black;
  font-size: 25px;
  font-family: 'Workbench', monospace;
  top: 23px;

}
.played_at {
    font-weight: bold;
}
.cover-site {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
/*    background: url('../img/background.jpg') no-repeat;*/
background-color: none;
    background-position: center;
    background-size: cover;
    transition: background-image 1s;
    background-position: center;
    background-attachment: fixed;
}
.cover-site2 {
    min-width: 100%;
    min-height: 105vh;
    position: absolute;
/*    background: url('../img/background.jpg') no-repeat;*/
    background-color: transparent;
    background-position: center;
    background-size: cover;
    transition: background-image 1s;
    background-position: center;
    background-attachment: fixed;
    z-index: -1;
    margin-top: -80px;
    margin-left: -20px;
}

#bgCover {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
    transition: background-image 1s;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
    filter: blur(2px);
}
#bgCover2 {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
    transition: background-image 1s;
    background-position: center;
/*    background-attachment: fixed;*/
    z-index: 1;
/*    filter: blur(2px);*/
}


.bg-mask0 {
        min-width: 100%;
    min-height: 100%;
    position: absolute;
/*    background: radial-gradient(rgba(0, 0, 0, .5) 20%, #000 85%);*/
background: radial-gradient(rgba(0, 0, 0, .25) 20%, rgba(0, 0, 0, 1) 85%);
    z-index: 2;
}
.bg-mask_offcanvas {
        min-width: 100%;
    min-height: 100%;
    position: absolute;
   background: radial-gradient(rgba(0, 0, 0, .5) 20%, #000 85%); 
     z-index: 2;
}
.bg-mask {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
/*    background: radial-gradient(rgba(0, 0, 0, .5) 20%, #000 85%);*/
/*background: radial-gradient(rgba(0, 0, 0, .5) 20%, var(--coma-tertiary-color) 85%);
    z-index: 2;*/
/*    background: repeating-linear-gradient( 0deg, #90ee9033, var(--coma-secondary-color) 1px, var(--coma-secondary-color) 1px, var(--coma-secondary-color) 2.5px );*/
/* background:repeating-linear-gradient( 0deg, #90ee9033, #10290c33 1px, #10290c33 1px, #10290c4d 2.5px );*/
/*background: repeating-linear-gradient( 0deg, #32b11e33, #10290c33 4px, #10290c4d 4px );*/
z-index: 3;
background: linear-gradient(rgba(24, 29, 25, 0.2) 50%,rgba(36, 92, 24, 0.25) 50%),linear-gradient(180deg,rgba(26, 237, 8, 0.04),rgba(0, 255, 0, 0.11),rgba(0, 0, 255, 0.12));


  background-size: 100% 4px,4px 100%;
}

.web-player {
    height: 100%;
    color: var(--coma-primary-color);
    
    position: relative;
    z-index: 3;
 
}
[data-bs-theme=light] {
.web-player {
    height: 100%;
    color: #ff9d41;
    
    position: relative;
    z-index: 3;
 
}
}
@media (max-width:992px) and (min-width: 768px){
     main {margin-top:60px!important;}
}
@media screen and (min-width: 992px) {
   .web-player, .historic {
    margin-right: 40px;
    margin-left: 40px;
   }
      .cover-album {
        margin: 0!important;
    }
}
.cover-album {
    max-width: 90%;
    margin: auto;
    background: url('../img/bg-capa.jpg') no-repeat;
    background-size: cover;
    border: 1px solid #383838;
    box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.4);
    transition: background-image 1s;
    margin-bottom: 15px;
    border-radius: 0.5rem;


}
.cover-album2 {
    max-width: 70%;
    margin: auto;
    background: url('../img/bg-capa.jpg') no-repeat;
    background-size: cover;
    border: 1px solid #383838;
    box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.4);
    transition: background-image 1s;
    margin-bottom: 15px;
    border-radius: 0.5rem;
}

.watermark {
    width: 89px;
    height: 35px;
    background: url(../img/logo.png) no-repeat;
    background-size: auto 35px;
    opacity: 0.5;
    position: relative;
    bottom: 36px;
    right: -1px;
    z-index: 5;
}

#currentCoverArt {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s;
    border-radius: 0.4rem;
    filter: brightness(0.7);

}
#currentCoverArt2 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s;
    border-radius: 0.4rem;
    filter: brightness(0.7);
}


.logo {
    display: none;
}

.current-played-at {
 font-family: 'Workbench', sans-serif;
 
}
.info-current-song {
    font-family: 'Workbench', sans-serif;
    text-align: center;
    word-break: break-all;
}

.info-current-song h2 {
    font-size: 26px;
    font-weight: 700;
}

.info-current-song h3 {
    font-size: 22px;
    font-weight: 400;
}

#stat_np .info-current-song h2 {
    font-size: 20px;
    font-weight: 700;
}



#stat_np .info-current-song h3 {
    font-size: 16px;
    font-weight: 400;
}
.lyrics {
    text-transform: uppercase;
    text-decoration: underline;
    color: var(--coma-primary-color);
    font-size: 1em;
    font-weight: 400;
    outline: none;
    transition: .3s;
}
.lyrics:hover {
    text-decoration: underline;
    color: white!important;
}
.lyrics:active {
     text-decoration: underline;
    color: #fff;
}

.lyrics:visited {
    text-decoration: none;
    color: #fff;
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff !important;
    border-radius: 0;
}

.modal-content .btn {
    border-radius: 0;
}


.historic {
/*    height: 100%;*/
    color: var(--coma-primary-color);
  
    position: relative;
}
.historic h2 {
    color: var(--coma-primary-color);
    border-bottom: 2px solid var(--coma-primary-color);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0;
}

.historic article {
    margin: 5px 0;
     position: relative;
}

.historic .cover-historic {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    float: left;
    background: url('../img/bg-capa.jpg') no-repeat;
    background-size: cover;
    border: 1px solid #383838;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    transition: background-image 1s;
    background-color: rgba(0, 0, 0, 0.34);
    border-radius: 0.5rem;
    filter: brightness(0.7);

}
.historic .cover-historic1 {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    float: left;
    background: url('../img/bg-capa.jpg') no-repeat;
    background-size: cover;
    border: 1px solid #383838;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    transition: background-image 1s;
    background-color: rgba(0, 0, 0, 0.34);
    border-radius: 0.5rem;
}
.historic .cover-historic2 {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    float: left;
    background: url('../img/bg-capa.jpg') no-repeat;
    background-size: cover;
    border: 1px solid #383838;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    transition: background-image 1s;
    background-color: rgba(0, 0, 0, 0.34);
    border-radius: 0.5rem;
}

.historic .cover-historic3 {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    float: left;
    background: url('../img/bg-capa.jpg') no-repeat;
    background-size: cover;
    border: 1px solid #383838;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    transition: background-image 1s;
    background-color: rgba(0, 0, 0, 0.34);
    border-radius: 0.5rem;
}
.historic .cover-historic4 {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    float: left;
    background: url('../img/bg-capa.jpg') no-repeat;
    background-size: cover;
    border: 1px solid #383838;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    transition: background-image 1s;
    background-color: rgba(0, 0, 0, 0.34);
    border-radius: 0.5rem;
}

.historic .music-info {
    color: var(--coma-primary-color);
    font-family: 'Workbench', sans-serif;
    word-break: break-all;
}

.historic .music-info .song {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: -5px;
}
#stat_np .historic .music-info .song {
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: -5px;
}
@media(max-width: 768px) {
    main {margin-top:65px!important;}
     .cover-album {
        max-width: 62%;
       height: 310px;
    }
}
@media(max-width: 600px) and (min-width: 370px) {
    main {margin-top:65px!important;}
      .cover-album {
        max-width: 70%;
        height: 310px;
    }  
}
@media(max-width: 370px) {
    .cover-album {
        max-width: 70%;
        height: 360px;
    }
     main {margin-top:65px!important;}
}

@media(min-width: 576px) {
    .volume-control {
        display: flex;
    }

    .call-lyrics {
        margin-top: 20px;
    }

}

@media(min-width: 768px) {
    
    body {
        align-items: center;
    }

    .h1-logo {
        text-align: center;
    }

    .logo {
        display: block;
        z-index: 2;
    }

    .logo img {
        max-width: 200px;
    }

    .web-player {
        height: auto;
        margin-top: 0;
    }

    .cover-album {
        margin: 10px auto;
        min-width: 320px;
        height: 320px;
    }

    .logo img {
        max-width: 300px;
        margin: 65px 0;
    }

    .info-current-song {
        margin-top: 50px;
        text-align: left;
    }

 
}