/*Стили темы дневной и ночной*/
body {
    overflow-y: hidden;
    background-repeat: no-repeat;
    background: url(../images/tex.webp);
    /*background: url(../images/texture.webp);*/
    /*background-color: #bdc9c9;*/
    background-size: cover;

}

    .nm{
    display: none;
    }
    
.new_class {

    
    background: linear-gradient(0deg, rgba(38, 38, 38, 38) 27%, rgba(38, 38, 38, 38) 100%);

    .dropdown-content {
        background-color: rgba(115, 114, 114, 0.87);
    }
    
    .track-art{
filter: brightness(60%);
}
    
         .nm{
            color:grey;
            display: flex;
        }
        
          .lm{
            display: none;
            }
            
             .fa-volume-down {
            color:grey;
            }
            
            .fa-volume-up {
            color:grey;
            }

    .album {
  font-size: 23px;
  color: gray;
  }

  .buttons {
  color: gray;
}

.seek_slider, .volume_slider {
  background: gray;
}

  .track-artist {
    color: gray;
}

.track-name {
color: gray;

}

.now-playing {
  color: gray;

}

.current-time, .total-duration {
  color: gray;
}

    /* добавляем "гамбургер" */
    .menu__btn > span,
    .menu__btn > span::before,
    .menu__btn > span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: gray;
    }

    /* контейнер меню */
    .menu__box {
        display: block;
        position: fixed;
        visibility: hidden;
        top: -50px;
        left: -100%;
        width: 330px;
        height: 300%;
        margin: 0;
        padding: 80px 0;
        list-style: none;
        text-align: center;
        background-color: gray;
        box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
        z-index: 1;
}
