@font-face {
    font-family: 'technologyregular';
    src: url('technology-webfont.woff2') format('woff2'),
         url('technology-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background: #30384B;
  zoom: 1;
}

.container {
    background: #151416;
    padding: 8px;
    border-radius: 6px;
    margin-left: 260px;
    margin-right: 65px;
    margin-top: 0px;
    list-style: none;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    height: 708px;
}

.header {
    background: #45577D;
    height: 120px;
    box-shadow: 0px 0px 10px hsl(0deg 0% 0% / 13%);
}

p.onair {
    margin: 0;
    color: red;
    font-size: 4.4rem;
    margin-left: 9px;
    font-weight: 600;
    margin-top: -10px;
    display: inline-block;
}

p.titlelistaudio {
    color: #2EEEE6;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    display: inline-block;
    position: absolute;
    margin-top: 12px;
    margin-left: 12px;
}

.arrows {
    display: grid;
    float: right;
    gap: 65px 0px;
    margin-right: 10px;
    position: absolute;
    top: 16rem;
    right: 0;
}

p.text-hour {
    margin: 0;
    font-size: 5.5rem;
    margin-left: 12px;
    color: #2EEEE6;
    background: black;
    width: 17rem;
    text-align: center;
    border-radius: 15px;
    margin-top: 18px;
    position: absolute;
    box-shadow: 0px 0px 10px #414141 inset;
    font-family: 'technologyregular';
    display: inline-block;
}

.playTimerSongDisplay {
  font-size: 35px !important;
  font-weight: 800 !important;
}

.bottom-container {
    background: #151416;
    margin: 45px 12px 12px;
    color: #ffffff;
    text-align: center;
    padding: 12px 0;
    font-size: 6rem;
    border-radius: 6px;
    font-weight: 500;
}

p.numList {
    margin: 0;
    padding: 20px 100px;
    font-size: 30px;
    font-weight: 600;
    border: 2px solid;
    background: #EAE7FB;
    border-color: #151416;
}

.listNumContainer {
    position: absolute;
    top: 19rem;
    left: 0;
    margin-left: 12px;
    border-radius: 6px;
    border-width: 12px;
    background: #151416;
    padding: 5px;
}

.nameRadio {
  color: #F0F37E;
  display: inline-block;
  margin-left: 300px;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 0;
}

.dateRadio {
  color: #2EEEE6;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
  margin-top: 0px;
  margin-left: 300px;
}

/**


Design player 


**/
.stylised-time-progress {
      transition: width .1s linear;
      background: linear-gradient(#A72B2B 50%, #950000 50%);
      position: absolute;
      left: 0;
      height: 85px;
}

.stylised-player {
    height: 85px;
    background-color: #EAE7FB;
    position: relative;
    z-index: 99;
    width: 100%;
    margin-top: 4px;
}

.icon-music {
    background: url(https://dev.enzomichaud.fr/tinyplayer/css/disc-adeuxi2.png);
    height: 45px;
    width: 45px;
    margin-right: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    z-index: 9;
    position: absolute;
    top: 20px;
    left: 130px;
    right: 72px;
}

.song-title {
    position: absolute;
    top: 25px;
    left: 215px;
    right: 72px;
    z-index: 1;
    font-family: "Montserrat-Medium", Arial;
    cursor: pointer;
    white-space: nowrap;
    color: black;
    font-size: 30px;
    font-weight: 600;
}

.song-time {
    white-space: nowrap;
    color: black;
    font-size: 30px;
    font-weight: 600;
    text-align: right;
    margin-right: 4vw;
    position: absolute;
    left: 186px;
    right: 72px;
    top: -4px;
    z-index: 1;
    font-family: "Montserrat-Medium", Arial;
    cursor: pointer;
}

.status-audio {
    background: linear-gradient(to bottom, #9595FF 50%, #8080FF 50%);
    padding: 36px 18px;
    margin: 6px 5px -12px 50px;
    border-radius: 2px;
    z-index: 9;
    width: 0px;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 1px solid black;
}

/** play audio **/
.play-music-songtime {
  color: #fff !important;
  font-size: 40px !important;
  margin-top: 25px;
}

.play-music-songtitle {
  color: #fff !important;
}

.play-music-backgroundbg {
  background: linear-gradient(to bottom, #FF2B2B 50%, #FF0000 50%) !important;
}

.play-music-progress {
  background-color: rgba(21, 29, 31, 0.15) !important;
}

/** restart end audio **/
.pause-music-songtime {
  color: #585740 !important;
  font-size: 30px !important;
}

.pause-music-songtitle {
  color: #585740 !important;
}

.pause-music-backgroundbg {
  background: linear-gradient(to bottom, #323232 50%, #070809 50%) !important;
}

.pause-music-progress {
  background: linear-gradient(to bottom, #323232 50%, #070809 50%) !important;
}

/** pre play audio **/
.preplay-music-songtime {
  color: #fff !important;
}

.preplay-music-songtitle {
  color: #fff !important;
}

.preplay-music-backgroundbg {
  background: linear-gradient(to bottom, #4D9E54 50%, #2B8931 50%) !important;
}
