body {
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
  height: 100vh;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */ 
}

select {
    -moz-appearance:auto; /* Firefox */
    -webkit-appearance:auto; /* Safari and Chrome */
    appearance:auto;
}

.playlistSongSet {
    background: #30384B;
    width: 345px;
    min-height: 100%;
    bottom: 0;
    position: absolute !important;
}

span.version {
    color: #fff;
    margin: 0 0 0 14px;
}

.logoSection {
    background: #000;
    margin: 0 auto;
    width: 92%;
    height: 60px;
    display: flex;
    align-items: center;
}

i.fa-solid.fa-lightbulb {
    color: #fff;
    font-size: 30px;
    margin: 0 10px 0 10px;
}

.logoSection img {
    height: 45px;
    margin-left: 95px;
}

select.discotheque {
    width: 100%;
    font-size: 16px;
    border: 2px solid #ddd;
    margin: 0 auto;
    padding: 1px 0 1px 15px;
    display: block;
    background: #181818;
    box-shadow: inset 0 0 1em rgb(0 0 0 / 80%);
    color: #7a99f7;
}

.btnFilters {
    margin: 0 auto;
    width: 92%;
}

.btnFilters a i {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 3px;
    margin: 12px 5px 12px 0px;
    width: 20px;
    text-align: center;
    font-size: 20px;
    background: #2f51a0;
}

.bottomBtnParams {
  margin-left: 15px;
}

.bottomBtnParams a i {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 3px;
  margin: 6px 2px 0px 0px;
  width: 12px;
  text-align: center;
  font-size: 12px;
  background: #2f51a0;
}

button.audioSelectBtn {
    margin: 5px 0 0 0px;
}

input.rechercher {
    width: 94%;
    font-size: 16px;
    border: 2px solid #ddd;
    margin: 5px auto;
    padding: 1px 0 1px 15px;
    display: block;
    background: #181818;
    box-shadow: inset 0 0 1em rgb(0 0 0 / 80%);
    color: #7a99f7;
}

input.rechercher::placeholder {
  color: #7a99f7;
}

ul.listSongs {
    height: 71vh;
    width: 91%;
    background: #000;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0;
    border: 1px solid #ddd;
    overflow: scroll;
    overflow-x: hidden;
}

.listSongs li {
    color: #fff;
    list-style: none;
    display: flex;
    align-items: center;
    font-family: system-ui;
    margin: 0px 1px 0px 0px;
    padding-left: 4px;
    max-width: 360px;
    transition: all 0.50s;
}

.listSongs li:active {
    background: #2164a8;
}

.songInfos {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 8px;
    border-left: 6px solid #14d322;
    padding: 2px 0 0 8px;
}

.selected {
    background: #2164a8;
}

.listSongs li:focus {
  background: #2164a8;
}

.artistSong {
    margin: 0;
    color: #b200b2;
    text-transform: uppercase;
    font-weight: 700;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: 360px;
}

.titleSong {
    margin: 0 0 -5px 0;
    font-weight: 400;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: 360px;
}

.idSong {
    min-width: 35px;
    text-align: center;
}

.detailsBorne {
    margin-left: 345px;
    padding-top: 188px;
}

button.setAudio {
  background: linear-gradient(to bottom, #232323 50%, #171717 50%);
  border-radius: 10px;
  border: 2px solid #000;
  width: 97px;
  height: 60px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.04em;
  line-height: 18px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 42px !important;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 5px;
}

button.setAudio:active {
    background: linear-gradient(to bottom, #2E79BD 50%, #2164A8 50%);
    box-shadow: 0px 0px 10px #fff;
    z-index: 9999;
    position: relative;
}
