.addToPlay {
	display: flex;
    position: relative;
    margin-left: 8px;
	width: 28px;
	padding: 3px 3px 1px 3px;
	border: 1px solid lightgrey;
	border-radius: 8px;
	cursor:pointer;
	transition: border 0.3s;
}
.addToPlay:active {
    border: 3px solid blue;
}
.add_to_playlist {
/*    right: 140px;  */
}
.panel_my-button {
    position: absolute;
    top: 39px;
    left: 95px;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.player {
    height: 88vh;
}
.modal {
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding-top: 2rem;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.modal_is_open {
    opacity: 1;
    pointer-events: auto;
}
.modal_is_close {
    opacity: 0;
    pointer-events: none;
}
.dialog {
  width: 85vw;
  background: #fff;
  border-radius: 5px;
  padding: 1rem;
  display: inline-block;
  margin-bottom: 3em;
/*  overflow: auto;  */
}
.dialog_container {
  border-radius: 5px;
  padding-top: 10px;
  padding-block-end: 8px;
  font-family: 'Times New Roman', Times, serif;
  background-color: #fcfcfc;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 0 40px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 40px 9px rgba(0, 0, 0, 0.15);
}
.zagolovok_spiska{
    font-size: 1.1em;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0px 15px;
}

.zagolovok_spiska_zagryzka {
    animation: zagolovok_spiska_zagryzka_pulse 1.5s infinite ease-in;
    animation-delay: 0.25s;
    opacity: 0.95;
}

@keyframes zagolovok_spiska_zagryzka_pulse {
    0%, 5% {
        opacity: 0.5;
        transform: scale(1);
    }
    
    60% {
        opacity: 0.95;
        transform: scale(1.1);
    }
    
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

.button_menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0px 10px;
}
.but_menu-item {
    border: 1px solid silver;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    padding: 5px 8px 5px 5px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
}
.but_menu-item img {
    margin-right: 8px;
}

.add_button-img {
    width: 130px;
    height: 45px;
    border: none;
    background: url('../img/button_add.png') no-repeat;
    background-size: contain;
    outline: none;
    cursor: pointer;
    padding: 0px;
    margin-top: 10px;
}
audio {
    display: none;
}

/*             СТИЛИ ДЛЯ CHECKBOX  */

.stroka_s_pesney {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 2px 5px 2px 2px;
}
label {
    margin-right: 10px;
    text-align: left;
    display: flex;
    flex-grow: 1;
}
.music_note {
    margin-right: 6px;
    margin-top: 2px;
    height: fit-content;
}
label, input {
    cursor: pointer;
}
label div {
    flex-grow: 1;
}
.name_song {
    
}


/*      КОНЕЦ  СТИЛИ ДЛЯ CHECKBOX*/

/* кнопка "Выбрать файл" для загрузки на сервер */
input::file-selector-button {
    background-color: #5e07d6;
    color: white;
    padding: 0.4rem;
    font-family: sans-serif;
    border: 2px solid #0099cc;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
}

/* кнопка "Отправить" для загрузки на сервер */
#submit_download_song {
    position: relative;
    z-index: 20;
    margin-top: 1.5rem;
    color: white;
    background: linear-gradient(180deg, rgba(31,81,255,0.3309698879551821) 0%, rgba(31,81,255,1) 50%, rgba(31,81,255,0.4990371148459384) 100%);
    box-shadow: 0 0 8px rgba(0,0,0,0.25);
    font-family: sans-serif;
    width: 110px;
    height: 35px;
    border: 2px solid #b2d9ff;
    border-radius: 20px;
}

.submit_save_playlist {
    position: relative;
    z-index: 20;
    margin-top: 20px;
    color: white;
    background: linear-gradient(180deg, rgba(31,81,255,0.3309698879551821) 0%, rgba(31,81,255,1) 50%, rgba(31,81,255,0.4990371148459384) 100%);
    box-shadow: 0 0 8px rgba(0,0,0,0.25);
    font-family: sans-serif;
    width: 110px;
    height: 35px;
    border: 2px solid #b2d9ff;
    border-radius: 20px;
}

#close_mod_wind {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: end;
    opacity: 0.4;
    margin-top: -17px;
    margin-inline-end: 7px;
    margin-block-end: 0px;
    font-size: 13px;
    position: relative;
    z-index: 11;
}

#close_mod_wind div {
    padding: 7px 0px;
    cursor:pointer;
}

#img_close_mod_wind {
    height: 30px;
    margin-right: 5px;
    cursor:pointer;
}

/* Loader download song  */
#id_form_download {
    display: block;
}

#loaderSong {
    display: none;
    justify-content: center;
    position: relative;
    z-index: 10;
    top: -2px;
}

.loader {
  display: block;
  width: 75px;
  height: 90px;
  position: relative;
  opacity: 0.1;
  background: center / contain no-repeat url("../img/note128.png");
/*  background-size: contain;
  background: center / contain no-repeat url("../../media/examples/firefox-logo.svg"),           
  silver 35%;  */
  animation: pulse_note 1.5s infinite ease-in;
  animation-delay: 0.25s;
}

.loader:before , .loader:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 75px;
  height: 90px;
  opacity: 0.3;
  background: center / contain no-repeat url("../img/note128.png");
  transform: translate(-50% , -150%)  scale(0);
  animation: push_up 3s infinite ease-in;
}

.loader:after {
  animation-delay: 1.5s;
}

@keyframes pulse_note {
    0%, 5% {
        opacity: 0.1;
        transform: scale(1);
    }
    
    60% {
        opacity: 0.5;
        transform: scale(1.2);
    }
    
    100% {
        opacity: 0.1;
        transform: scale(1);
    }
}

@keyframes push_up {
  0% , 50% {
    transform: translate(-50% , 0%)  scale(1)
  }

  100% {
    transform: translate(-50%, -150%) scale(0)
  }
}

#listLoadingSong {
    display: none;
    position: relative;
    z-index: 9;
    padding: 0px 30px;
}

#listLoadingSong p {
    text-align: left;
}

#pTagResponse {
    
}

.modal_login {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color: #000560db;
}

#id_modal_login {
    display: none;
}

.login {
    position: relative;
    top: 18%;
    margin: auto;
    height: 50px;
    width: 170px;
    border-radius: 10px;
    background-color: #fffe00cf;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

#id_password {
    width: 60px;
    height: 25px;
    background-color: #f9f9babf;
    border-width: 1px;
    border-radius: 8px;
    text-align: center;
    border-style: solid;
    border-color: #000560db;
    border-image: none;
}

#submit_ok_pass {
    width: 38px;
    height: 29px;
    background-color: #f9f9babf;
    border-width: 1px;
    border-radius: 8px;
    text-align: center;
    border-style: solid;
    border-color: #000560db;
    border-image: none;
    margin-left: 14px;
}

#id_no {
    opacity: 0;
    color: red;
    text-align: center;
    top: 13%;
    position: relative;
    font-size: 3em;
    transition: opacity 0.5s ease;
}

.time {
    position: absolute;
    bottom: 3px;
    margin-left: 30%;
}

#main_text_save_playlist {
    margin-top: 30px;
    margin-bottom: 20px;
}

#id_input_text_save_playlist {
    text-align: center;
}

.message_rewrite_playlist {
    margin-block-end: 0px;
    opacity: 0;
    text-shadow: 0 0 16px red;
    color: blue;
    font-size: 0.9em;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}

.message_rewrite_playlist_opacity {
    opacity: 0.7;
}

.submit_rewrite_playlist {
/*    background: linear-gradient(180deg, rgba(31,81,255,0.3309698879551821) 0%, rgb(0 255 1 / 74%) 50%, rgba(31,81,255,0.4990371148459384) 100%);
*/
    box-shadow: 0 0 8px rgb(255 0 0 / 40%);
    color: #ffc0c0;
}

.yslovia_name_playlist {
    padding: 0px 10px;
    margin: 8px 0px;
    opacity: 0.4;
    font-size: 0.8em;
    font-style: italic;
    line-height: 13px;
}

.message_write_ok_playlist {
    opacity: 0.9;
    text-shadow: none;
    color: green;
    font-size: 0.9em;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}

.wrapper {
  display: inline-block;
  width: 55px; 
  height: 55px; 
  text-align: center; 
  padding-top: 3px;
}




/* ---------------------  @ MEDIA @ -----------------------  */

@media (max-width: 405px) {
    .but_menu-item {
        flex-basis: 100px;
    }
        /* уменьшение кнопки "играть" */
    pjsdiv > * {
/*        width: 20px;  */
    }

}
@media (max-width: 360px) {
    .dialog {
        width: auto;
    }
    .but_menu-item {
        padding: 3px 8px 3px 5px;
        flex-basis: 86px;
    }
}
