body {
    background: #2F374A;
    margin: 0;
    padding: 0;
    -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 */
    overflow: hidden;
}

.logo {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 180px;
}

.timeclock {
    background: rgb(0 0 0 / 46%);
    border-radius: 10px;
    border: 2px solid #2E79BD;
    height: 115px;
    width: 447px;
    margin: 10px 15px 8px 15px;
    color: #fff;
    text-align: center;
}

.timeclock .hour {
  font-family: sans-serif;
  font-size: 5rem;
  margin: 0;
  font-weight: 500;
}

.timeclock .date {
    margin: -9px 0 0 0;
    font-family: sans-serif;
    font-size: 1.5rem;
}

.nowPlaying {
  background: rgb(0 0 0 / 46%);
  border-radius: 10px;
  border: 2px solid #2E79BD;
  height: 115px;
  width: 447px;
  margin: 0px 15px 8px 15px;
  color: #fff;
  text-align: center;
}

.nowPlaying p {
    margin: 10px 0 0px 0;
    font-family: sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.nowPlaying .metadata {
    display: flex;
    align-items: center;
    text-align: left;
    padding-top: 7px;
    padding-left: 15px;
    height: 65px;
}

.nowPlaying .metadata img {
  width: 65px;
  height: 65px;
  margin-right: 10px;
}

.nowPlaying .metadata p span {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 1.3rem;
}

.borne {
    background: rgb(0 0 0 / 46%);
    border-radius: 10px;
    border: 2px solid #2E79BD;
    height: 790px;
    width: 440px;
    margin: 0px 15px 0px 15px;
    color: #fff;
    padding: 4px 4px;
}

.borne .iframeBorne {
  height: 100%;
  width: 100%;
  border: none;
}

.leftSection {
    background: rgb(0 0 0 / 46%);
    border-radius: 10px;
    border: 2px solid #2E79BD;
    height: 790px;
    width: 1418px;
    margin: 0px 15px 0px 15px;
    color: #fff;
    padding: 4px 4px;
    right: 0px;
    bottom: 15px;
    position: absolute;
    display: flex;
}

.leftSection .fader {
    width: 50px;
    display: contents;
}

.iframeCDWALL {
    margin: 0 auto;
    width: 1000px;
    height: 786px;
    border: none;
}

.channel {
    width: 95px;
    height: 640px;
    background: #000;
    margin: 146px 4px 0;
    border-radius: 8px;
    position: relative;
}

.channel .onoffBtn {
    background: #2E79BD;
    bottom: 4px;
    left: 4px;
    right: 4px;
    position: absolute;
    border: none;
    border-radius: 4px;
    height: 52px;
    color: #fff;
    font-weight: 500;
}

.channel .onoffBtn:active {
  box-shadow: 0px 0px 10px #fff;
  z-index: 9999;
}

.channel input {
    transform: rotate(270deg);
    width: 395px;
    margin-top: 202px;
    position: relative;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: -170px;
    background: rgb(119,119,119);
    background: linear-gradient(0deg, rgb(84 84 84) 39%, rgba(0,0,0,1) 51%, rgba(0,0,0,1) 55%, rgba(0,0,0,1) 51%, rgb(84 84 84) 51%);
    border: none;
    border-radius: 5px;
    height: 30px;
    border-right: 19px solid rgb(84 84 84);
    border-left: 20px solid rgb(84 84 84);
}

.channel input[type=range] {
    -webkit-appearance: none;
    z-index: 999;
}

.channel input::-webkit-slider-thumb  {
      -webkit-appearance: none !important;
      transform: rotate(270deg);
      z-index: 2;
      border: none;
      height: 60px;
      width: 40px;
      left: 50%;
      margin-left: 0;
      margin-top: 0;
      border-radius: 0px;
      cursor: move;
      user-select: none;
      background: url('../assets/fader_blue.png');
      box-shadow: 0 0.25rem 0.5rem 0 rgb(0 0 0 / 50%);
}

.channel input::-webkit-slider-thumb:active {
  box-shadow: 0px 0px 10px #fff;
}

.channel .numChannel {
    text-align: center;
    margin: 0;
    background: #121212;
    border-radius: 8px 8px 0 0;
    font-family: sans-serif;
}

.channel .volume {
    text-align: center;
    font-family: sans-serif;
    margin: 12px 0 10px;
}

.channel .muteBtn {
  background: #404040;
  bottom: 60px;
  left: 4px;
  right: 4px;
  position: absolute;
  border: none;
  border-radius: 4px;
  height: 52px;
  color: #fff;
  font-weight: 500;
}

.channel .muteBtn:active {
  box-shadow: 0px 0px 10px #fff;
  z-index: 9999;
}

.channel .nameChannel {
    text-align: center;
    margin: 5px 0 -10px;
    font-family: sans-serif;
    color: #fff;
    font-weight: 600;
}

.bg80vol {
    background: rgb(25 25 25 / 47%);
    z-index: 99;
    position: absolute;
    height: 60px;
    width: 100%;
    top: 153px;
}

.meter {
    width: 95px;
    height: 140px;
    margin: 0;
    position: absolute;
    top: -145px;
    border-radius: 8px;
}

.meter div:nth-child(1) {
  border-radius: 8px;
}
