@import url('https://fonts.cdnfonts.com/css/verdana');
@font-face {
  font-family: 'digital-7';
  src: url('../assets/digital-7.ttf');
}

@font-face {
  font-family: 'Orion';
  src: url('../assets/ORION.TTF');
}

body {
  margin: 0;
  padding: 0;
  background: #2F374A;
}

.header {
    background: #4A5B75;
    width: 100%;
    height: 105px;
    display: flex;
    align-items: center;
    padding: 0px 12px;
}

.monitor {
  font-family: Orion;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #808080;
  margin: 5px 0 0 0;
  line-height: 1;
}

.onair {
    font-family: Verdana;
    font-weight: bold;
    font-size: 69px;
    letter-spacing: 0;
    text-align: center;
    color: #7f7f7f;
    margin: 0;
    line-height: 0.8;
}

.outSource {
  font-family: Orion;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #7f7f7f;
  margin: 0 0 0 15px;
  line-height: 2;
}

.ctn1 {
    width: 282px;
    height: 142px;
    padding: 0;
}

.ctn1.onairDiff .onair {
  color: #f00;
  text-shadow: 0px 0px 2px #f00, 0px 0px 0 #f00, 0px 0px 2px #f00, 0px 0px 0px #f00;
}

.ctn1.onairDiff .outSource {
  color: #5fff2e;
}

.listNumber {
    width: 232px;
    height: 623px;
    border-radius: 8px;
    background: #1d1d1d;
    margin: 0 0 0 28px;
    padding: 18px 4px 0 8px;
    box-shadow: black 0px 0px 10px inset;
}

.footer {
  width: 96.8%;
  height: 120px;
  border-radius: 8px;
  background: #080808;
  margin: 60px auto 0;
  display: flex;
  align-items: center;
}

.footer .logo {
  width: 95px;
  margin-left: 5rem;
}

.listAudio {
    height: 701px;
    border-radius: 8px;
    background: #1d1d1d;
    position: absolute;
    bottom: 0;
    right: 53px;
    left: 0;
    width: 100%;
    padding: 12px 8px;
    box-shadow: black 0px 0px 10px inset;
}

.content {
  display: flex;
}

.right {
    position: relative;
    width: 100%;
}

.nextIst {
    width: 79px;
    padding-top: 80px;
}

.nextIst img {
    margin: 0 auto;
    padding: 33px 0;
    width: 34px;
}

.avanceInfos {
    width: 227px;
    height: 66px;
    border-radius: 10px;
    background: #080808;
    border: 1px solid #000;
    padding: 5px 5px 4px;
    text-align: center;
    position: absolute;
    right: 62px;
    box-shadow: black 0px 0px 10px inset;
}

.avanceInfosBottom span:nth-child(1) {
      position: relative;
      left: -40px;
      color: #2EEEE6;
}

.avanceInfosBottom span:nth-child(2) {
      position: relative;
      right: -40px;
      color: #ED3833;
}

.text-avance {
    margin: 0;
    font-family: digital-7;
    color: #ED3833;
    font-size: 55px;
    position: relative;
    z-index: 100;
    line-height: 0.7;
}

.text-avance-under {
    font-family: digital-7;
    color: #8A1C19;
    margin: -60px 0 -24px 0;
    font-size: 55px;
}

.hourInfos {
    width: 227px;
    height: 66px;
    border-radius: 10px;
    background: #080808;
    border: 1px solid #000;
    padding: 5px 5px 4px;
    text-align: center;
    box-shadow: black 0px 0px 10px inset;
}

.text-hour {
    margin: 0;
    font-family: digital-7;
    color: #2EEEE6;
    font-size: 55px;
    position: relative;
    z-index: 100;
    line-height: 0.7;
}

.text-hour-under {
    font-family: digital-7;
    color: #0E007F;
    margin: -60px 0 -24px 0;
    font-size: 55px;
}

.dateGMT {
    margin: 0;
    font-family: Orion;
    color: #2EEEE6;
    font-size: 16px;
    text-align: center;
}

.dateGMT span:nth-child(1) {
  position: relative;
  left: -16px;
}

.dateGMT span:nth-child(2) {
  position: relative;
  right: -16px;
}

.avantWinInfos {
    width: 227px;
    height: 66px;
    border-radius: 10px;
    background: #080808;
    border: 1px solid #000;
    padding: 5px 5px 4px;
    text-align: center;
    position: absolute;
    right: 300px;
    box-shadow: black 0px 0px 10px inset;
}

.text-avantWin {
    margin: 0;
    font-family: digital-7;
    color: #2EEEE6;
    font-size: 55px;
    position: relative;
    z-index: 100;
    line-height: 0.7;
}

.text-avantWin-under {
    font-family: digital-7;
    color: #0E007F;
    margin: -60px 0 -24px 0;
    font-size: 55px;
}

.avantWinBottom {
    margin: 0;
    font-family: Orion;
    color: #2EEEE6;
    font-size: 16px;
    text-align: center;
}

.controlsDiff {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 39%;
}

.controlsDiff .playBtn {
  margin-right: 19px;
}

.controlsDiff .autoManu {
    font-family: Orion;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #a4a4a4;
    display: grid;
    line-height: 1.2;
    margin: 0 20px;
}

.controlsDiff .autoManu span:nth-child(2) {
  color: #2EEEE6;
}

.controlsDiff svg {
  background: rgb(22 22 150 / 15%);
}

.contentIst {
    text-align: center;
    position: absolute;
    right: 13px;
}

.contentIst img {
  margin: 0 auto;
  width: 34px;
}

.contentIst span {
  font-family: Orion;
  font-weight: normal;
  font-size: 20px;
  color: #00808f;
  bottom: -10px;
  position: relative;
}

.numberInfos {
    display: flex;
    color: #000;
    justify-content: center;
    margin-bottom: 2px;
}

span.number {
    background: linear-gradient(to bottom, #F2F2F2 50%, #ebebeb 50%);
    width: 55px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-right: 8px;
    font-weight: bold;
    font-family: Orion;
}

span.numberHour {
    background: linear-gradient(to bottom, #F2F2F2 50%, #ebebeb 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 146px;
    font-size: 29px;
    font-weight: bold;
    font-family: Orion;
    letter-spacing: 0.05em;
}

.type {
    font-family: Orion;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #0ff;
    margin: 20px 0 0 0;
}

.element {
  width: 100%;
  height: 82px;
  margin-bottom: 2px;
}

.elementContent {
    display: flex;
    align-items: center;
    height: 82px;
    background: linear-gradient(to bottom, #F2F2F2 50%, #ebebeb 50%);
    /* background: linear-gradient(#4c9e51 0%, #4c9e51 46.58%, #278b2e 47.13%, #278b2e 100%); */
    position: absolute;
    right: 8px;
    left: 8px;
}

.intro {
    font-family: Orion;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #000;
    line-height: 1;
    margin-left: 8px;
    margin-right: 22px;
}

.title {
    font-family: Orion;
    font-weight: bold;
    font-size: 33px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #000;
    line-height: 1;
    margin-top: -20px;
    max-width: 36vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: '';
}

.artist {
    font-family: Orion;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #000;
    line-height: 1;
    margin-left: 66px;
    max-width: 36vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: '';
}

.ID {
    font-family: Orion;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #000;
    line-height: 1;
    margin-left: 66px;
    position: absolute;
}

.elementNum {
    font-family: Orion;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #000;
    line-height: 1;
    position: absolute;
}

.originalDuration {
    font-family: Orion;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    color: #000;
    line-height: 1;
    position: absolute;
    right: 260px;
    margin-top: -12px;
    letter-spacing: 0.05em;
}

.duration, .durationAudio {
    font-family: Orion;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    position: absolute;
    right: 75px;
    color: #000;
    line-height: 1;
    letter-spacing: 0.05em;
}

.iconType {
    width: 46px;
    height: 46px;
    margin-right: 18px;
}

.listAudio .endElementSection .element:nth-child(1) .elementContent {
  background: linear-gradient(#333 0%, #333 50%, #090909 50%, #090909 100%);
}

.listAudio .endElementSection .element:nth-child(1) p {
  color: #95956C !important;
}

.listAudio .soonElementSection .element:nth-child(1) .elementContent {
  background: linear-gradient(#4c9e51 0%, #4c9e51 50%, #278b2e 50%, #278b2e 100%);
}

.listAudio .soonElementSection .element:nth-child(1) .elementContent p {
  color: #FFFFFF !important;
}

.listNumber .numberInfos:nth-child(1) .number {
  background: linear-gradient(#4c9e51 0%, #4c9e51 50%, #278b2e 50%, #278b2e 100%);
  color: #FFFFFF !important;
}

.listNumber .numberInfos:nth-child(1) .numberHour {
  background: linear-gradient(#4c9e51 0%, #4c9e51 50%, #278b2e 50%, #278b2e 100%);
  color: #FFFFFF !important;
}

.allOutSource {
    display: flex;
    padding-left: 14px;
}

.typeColor {
  background: linear-gradient(to bottom, #9595FF 50%, #8080FF 50%);
  border-radius: 2px;
  width: 30px;
  height: 74px;
  border: 1px solid black;
  display: block;
  float: right;
  right: 4px;
  position: absolute;
  z-index: 999999;
}

.infosRadio {
  margin-left: 14px;
  font-family: Orion;
}

.typeInfo {
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #ffff0e;
}

.dateInfo {
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #0ff;
  line-height: 1;
}

.nameInfo {
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #d1dad6;
}

.numList {
    position: absolute;
    right: 0;
    top: 25px;
}

.numList span {
    width: 28px;
    height: 28px;
    background: linear-gradient(#333 0%, #333 50%, #090909 50%, #090909 100%);
    border: 1px solid #080808;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.numList span:nth-child(1) {
  background: linear-gradient(#4C8F37 0%, #4C8F37 50%, #367A1B 50%, #367A1B 100%);
}

.numList .readyAudioElement {
  background: linear-gradient(#4C8F37 0%, #4C8F37 50%, #367A1B 50%, #367A1B 100%);
}

.playingElement {
  background: none !important;
  z-index: 1;
}

.activeProgressBar {
  height: 100%;
}

.readyElement {
  background: linear-gradient(#4C8F37 0%, #4C8F37 50%, #367A1B 50%, #367A1B 100%);
}

.readyElement p {
  color: #fff;
}

.progressBarBG {
    background: linear-gradient(#FB2B2B 0%, #FB2B2B 50%, #FB1B00 50%, #FB1B00 100%);
}

.progressBar {
    height: 100%;
    background: linear-gradient(#A72B2A 0%, #A72B2A 50%, #950B00 50%, #950B00 100%);
    width: 0%;
}

.progressBarLoad {
  height: 100% !important;
  background: linear-gradient(#e86767 0%, #e86767 50%, #e05a4d 50%, #e05a4d 100%) !important;
  width: 0%;
}

.nextImg {
    padding: 33px 0;
    width: 34px;
    position: absolute;
    right: -56px;
    cursor: pointer;
}

.disable {
  filter: grayscale(100%) brightness(0);
}

.bigText {
  font-size: 45px;
  right: 52px;
  font-weight: bold;
}

.blinking {
  animation: blinker 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}

@keyframes blinker {
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.redBgNum .number {
  background: linear-gradient(#FB2B2B 0%, #FB2B2B 50%, #FB1B00 50%, #FB1B00 100%) !important;
  color: #fff;
}

.redBgNum .numberHour {
  background: linear-gradient(#FB2B2B 0%, #FB2B2B 50%, #FB1B00 50%, #FB1B00 100%) !important;
  color: #fff;
}

.greenBgNum .number {
  background: linear-gradient(#4C8F37 0%, #4C8F37 50%, #367A1B 50%, #367A1B 100%);
  color: #fff;
}

.greenBgNum .numberHour {
  background: linear-gradient(#4C8F37 0%, #4C8F37 50%, #367A1B 50%, #367A1B 100%);
  color: #fff;
}

.footer p {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 96%;
    position: absolute;
    color: #fff;
    font-family: 'Orion';
    font-size: 75px;
    line-height: 1;
    margin-top: 0px;
    padding: 0;
    font-weight: 700;
    visibility: hidden;
}

.footer p:nth-child(3) {
    visibility: hidden;
    padding-left: 480px;
    font-weight: bolder;
    font-size: 4rem;
    color: #ED3833;
    text-shadow: 0px 0px 2px #f00, 0px 0px 0 #f00, 0px 0px 2px #f00, 0px 0px 0px #f00;
}
