body {
  margin: 0;
  box-sizing: inherit;
  background: #3B4E6A;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.contentApp {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.col_n1 {
    width: 369px;
    height: 98%;
    border: 2px solid #2E69DB;
    margin: 8px;
    border-radius: 10px;
    background: rgba(38, 37, 37, 0.3);
}

.col_n1 .clock {
  width: 347px;
  height: 128px;
  border-radius: 9px;
  background: #0c0c0c;
  border: 4px solid #000;
  margin: 8px auto;
  box-shadow: inset 0 0 1em rgb(0 0 0 / 40%);
}

.col_n1 .clock #hour {
    font-family: Arial;
    font-weight: bold;
    font-size: 71px;
    color: #fff;
    margin: 10px 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col_n1 .clock #dateFull {
  font-family: Arial;
  font-weight: normal;
  font-size: 23px;
  color: #fff;
  margin: 2px 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.col_n1 .onair_status p {
  font-family: Arial;
  font-weight: bold;
  font-size: 95px;
  text-align: center;
  color: #a0a0a0;
}

.onAirColor {
  color: #ea0c00 !important;
}

.col_n1 .buttonsControl p {
  background: linear-gradient(to bottom, #212223 50%, #000000 50%);
  color: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 35px;
  margin: 6px;
  cursor: pointer;
  box-shadow: inset 0px 10px 20px rgb(0 0 0 / 38%);
}

.col_n1 .buttonsControl .top, .col_n1 .buttonsControl .bottom {
  display: flex;
  justify-content: center;
}

.col_n1 .buttonsControl .fa-stop {
    width: 166px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col_n1 .buttonsControl .fa-play {
    width: 74px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col_n1 .buttonsControl .fa-arrow-rotate-left {
    width: 74px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col_n1 .buttonsControl .fa-arrow-up {
    width: 166px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col_n1 .buttonsControl .fa-arrow-down {
    width: 166px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col_n1 .library_playlist {
  width: 347px;
  height: 410px;
  border-radius: 10px;
  background: #050607;
  display: block;
  margin: 0 auto;
  padding: 6px 0;
}

.col_n1 .library_playlist input {
    width: 332px;
    height: 46px;
    border-radius: 5px;
    background: #191919;
    display: block;
    margin: 0px auto;
    border: 0;
    color: #fff;
}

.col_n1 .library_playlist .allSongs {
  width: 332px;
  height: 350px;
  border-radius: 5px;
  background: #191919;
  display: block;
  margin: 10px auto 0;
  border: 0;
  color: #fff;
  font-family: Arial;
}

.col_n1 .library_playlist .allSongs .textList {
  padding: 0 0 0 8px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.col_n1 .library_playlist .allSongs .idSongs {
    margin: 0 5px 0 0;
    height: 45px;
    min-width: 2vh;
    justify-content: center;
    padding: 0px 8px;
    border-right: 5px solid #fff;
    display: flex;
    align-items: center;
}

.col_n1 .library_playlist .allSongs ul {
    padding: 0;
    margin: 0;
    overflow: scroll;
    overflow-x: hidden;
    width: 332px;
    height: 350px;
}

.col_n1 .library_playlist .allSongs li {
  list-style-type: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.col_n1 .library_playlist .allSongs li:hover {
  background: #fff;
  color: #000;
}

.col_n1 .library_playlist .allSongs li:hover .idSongs {
    border-right: 5px solid #000 !important;
}

.col_n1 .pad {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px 14px;
    margin: 15px auto;
    width: 96%;
}

.col_n1 .pad .num {
  width: 73px;
  height: 73px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #7689A6 50%, #64799a 50%);
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial;
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  color: #fff;
  box-shadow: inset 0px 10px 20px rgb(0 0 0 / 38%);
  margin: 0px auto;
  cursor: pointer;
}

.col_n1 .pad .num:hover {
  background: linear-gradient(to bottom, #676A70 50%, #5c5f66 50%);
}



.col_n2 {
    width: 1102px;
    height: 68%;
    border: 2px solid #2E69DB;
    margin: 8px;
    border-radius: 10px;
    background: rgba(38, 37, 37, 0.3);
}

.col_n2 .audio_cartControl {
    width: 1100px;
    height: 29%;
    position: absolute;
    margin: 0 auto 8px;
    bottom: 0;
    display: flex;
    grid-gap: 0 12px;
}

.col_n2 .audio_cartControl .cartControl {
    width: 263px;
    height: 305px;
    border-radius: 10px;
    background: rgba(38, 37, 37, 0.3);
    border: 2px solid #2e69db;
}

.col_n2 .audio_cartControl .cartControl .loopchain {
    width: 243px;
    height: 70px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #7689A6 50%, #64799a 50%);
    margin: 8px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial;
    font-weight: normal;
    font-size: 28px;
    text-align: center;
    color: #fff;
    box-shadow: inset 0px 10px 20px rgb(98 119 152);
    cursor: pointer;
}

.col_n2 .audio_cartControl .cartControl .onoffair {
    width: 243px;
    height: 204px;
    margin: 12px auto;
    border-radius: 10px;
    background: linear-gradient(to bottom, #676A70 50%, #5c5f66 50%);
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial;
    font-weight: normal;
    font-size: 28px;
    text-align: left;
    color: #fff;
    box-shadow: inset 0px 10px 20px rgb(92 95 102);
    cursor: pointer;
}

.col_n2 .audio_cart {
    display: flex;
    justify-content: center;
    grid-gap: 0 40px;
}

.col_n2 .audio_cart .voie {
  width: 234px;
  text-align: center;
}

.col_n2 .audio_cart .voie .logo {
    width: 180px;
    margin: 0 auto;
}

.col_n2 .audio_cart .voie .voieTxt {
  font-family: Arial;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.col_n2 .audio_cart .voie .cart {
    width: 234px;
    height: 133px;
    border-radius: 11px;
    background: linear-gradient(#808080 -14%, #000 37%);
    border: 4px solid #000;
    margin: 10px 0 0;
}

.col_n2 .audio_cart .voie .cart .infosMusic p {
  margin: 0;
  font-family: Arial;
  font-weight: normal;
  font-size: 19px;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-left: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.col_n2 .audio_cart .voie .cart .infosMusic {
    padding: 10px 0 0 0;
}

.col_n2 .audio_cart .voie .cart .infosTime .inDuration {
  font-family: Arial;
  font-weight: normal;
  font-size: 28px;
  text-align: left;
  color: #fff;
  margin: 10px 0 0 5px;
}

.col_n2 .audio_cart .voie .cart .infosTime .fullDuration {
  font-family: Arial;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #fff;
  margin: 2px 0 0 5px;
}

.col_n2 .audio_cart .voie .cart .infosTime .intro {
  font-family: Arial;
  font-weight: normal;
  font-size: 14px;
  color: #2eeee6;
  margin: -16px -10px 0 0;
}

.col_n2 .audio_cart .voie .cart .infosTime .status {
  font-family: Arial;
  font-weight: normal;
  font-size: 14px;
  color: #FDFF02;
  margin: -16px -95px 0 0;
}

.col_n2 .audio_cart .voie .cart .numCart {
    font-family: Arial;
    font-weight: normal;
    font-size: 28px;
    text-align: right;
    color: #2eeee6;
    margin: 26px 6px 0 0;
}



.progress_bar {
    border-radius: 30px;
    background: grey;
    display: block;
    width: 98%;
    margin: 0 auto;
    border: 1px solid black;
    margin-top: 6px;
}

.progressed {
    background: #01FE03;
    height: 4px;
    width: 0px;
    z-index: 999999;
    border-radius: 30px;
}

.noAudio {
  visibility: hidden;
}

.noActive {
  width: 234px;
  height: 73px;
  border-radius: 7px 7px 4px 4px;
  background: linear-gradient(to bottom, #b3b3b3 0%, #b0b0b0 100%);
  color: #000;
}

.ready {
  width: 234px;
  height: 73px;
  border-radius: 7px 7px 4px 4px;
  background: linear-gradient(to bottom, #4d9e54 8%, #2b8931 64%) !important;
  color: #fff;
}

.inPlay {
  width: 234px;
  height: 73px;
  border-radius: 7px 7px 4px 4px;
  background: linear-gradient(to bottom, #D42B2B 8%, #D11A1A 64%) !important;
  color: #fff;
}

.noActivePad {
      width: 73px;
      height: 73px;
      border-radius: 10px;
      background: linear-gradient(to bottom, #b3b3b3 50%, #b0b0b0 50%);
      border: 1px solid #000;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: Arial;
      font-weight: normal;
      font-size: 28px;
      text-align: center;
      color: #fff;
      box-shadow: inset 0px 10px 20px rgb(0 0 0 / 38%);
      margin: 0px auto;
      cursor: pointer;
}

.inPlayPad {
    width: 73px;
    height: 73px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #ff0b0b 50%, #d10202 50%) !important;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial;
    font-weight: normal;
    font-size: 28px;
    text-align: center;
    color: #fff;
    box-shadow: inset 0px 10px 20px rgb(153 24 24) !important;
    margin: 0px auto;
    cursor: pointer;
}

.ReadyPad {
    width: 73px;
    height: 73px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #4d9e54 50%, #2b8931 50%);
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial;
    font-weight: normal;
    font-size: 28px;
    text-align: center;
    color: #fff;
    box-shadow: inset 0px 10px 20px rgb(47 96 40);
    margin: 0px auto;
    cursor: pointer;
}

.onoffair_inPlay {
  background: linear-gradient(to bottom, #ff0b0b 50%, #d10202 50%) !important;
  box-shadow: inset 0px 10px 20px rgb(153 24 24) !important;
}

.loopchain-toggle {
    background: linear-gradient(to bottom, #dcd70f 50%, #bebe18 50%) !important;
    box-shadow: inset 0px 10px 20px rgb(159 165 9) !important;
}







.col_n3 {
    width: 369px;
    height: 98%;
    border: 2px solid #2E69DB;
    margin: 8px;
    border-radius: 10px;
    background: rgba(38, 37, 37, 0.3);
}

.col_n3 .pad {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px 0;
    margin: 15px auto;
    width: 96%;
}

.col_n3 .pad .num {
  width: 73px;
  height: 73px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #212223 50%, #000000 50%) !important;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial;
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  color: #fff;
  box-shadow: inset 0px 10px 20px rgb(0 0 0 / 38%) !important;
  margin: 0px auto;
  cursor: pointer;
}

.col_n3 #pad2 .num {
  width: 73px;
  height: 73px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #4318f5 50%, #2e10aa 50%) !important;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial;
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  color: #fff;
  box-shadow: inset 0px 10px 20px rgb(0 0 0 / 38%) !important;
  margin: 0px auto;
  cursor: pointer;
}

.col_n3 .buttons .delete {
  width: 346px;
  height: 73px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #212223 50%, #000000 50%);
  border: 1px solid #000;
  font-family: Arial;
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  color: #fff;
  box-shadow: inset 0px 10px 20px rgb(0 0 0 / 38%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-transform: uppercase;
  cursor: pointer;
}

.deleteBtnRm {
  background: linear-gradient(to bottom, #4318f5 50%, #2e10aa 50%) !important;
  box-shadow: inset 0px 10px 20px rgb(0 0 0 / 38%) !important;
}

.col_n3 .buttons .delete .fa-delete-left {
  margin-left: 10px;
}

.col_n3 .buttons .settings {
  width: 346px;
  height: 73px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #7689A6 50%, #64799a 50%);
  margin: 8px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial;
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  color: #fff;
  box-shadow: inset 0px 10px 20px rgb(98 119 152);
  cursor: pointer;
  text-transform: uppercase;
}

.col_n3 .buttons .settings .fa-gear {
  margin-left: 10px;
}

.col_n3 .faders {
  padding: 12px;
  display: flex;
}

.muted-toggle {
    background: linear-gradient(0deg, #ff5050 5%, #f00a0a 95%, #c86464 100%) !important;
    box-shadow: 0 -3px 1px 0 rgb(0 0 0 / 50%) inset, 0 0 1px 2px rgb(255 255 255 / 25%) inset, 0 2px 10px 0 rgb(0 0 0 / 13%), 0 0 10px 0 red !important;
    text-shadow: 0 1px 0 rgb(255 255 255 / 20%), 0 0 20px #ffc864 !important;
}

/* The Modal (background) */
.contentApp .settings-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  overflow: hidden;
}

.contentApp .settings-modal-content {
  position: relative;
  background-color: #3B4E6A;
  margin: auto;
  padding: 0;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  color: #fff;
}

@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.contentApp .close {
    color: #000;
    float: right;
    font-size: 50px;
    font-weight: bold;
    padding: 28px;
}

.contentApp .close:hover,
.contentApp .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.contentApp .settings-modal-content .sc_btn_onair {
    width: 346px;
    height: 73px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #ff0b0b 50%, #d10202 50%);
    margin: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial;
    font-weight: normal;
    font-size: 28px;
    text-align: center;
    color: #fff;
    box-shadow: inset 0px 10px 20px rgb(153 24 24);
    cursor: pointer;
    text-transform: uppercase;
}

.contentApp .settings-modal-content .addMultipleFileIframe {
  width: 500px;
  height: 100px;
  border: none;
}






/**

ATTRIBUTES

**/
[data-cart1-title]:before {
    content: attr(data-cart1-title) !important;
}
[data-cart1-artist]:before {
    content: attr(data-cart1-artist) !important;
}
[data-cart1-intro]:before {
    content: attr(data-cart1-intro) !important;
}

[data-cart2-title]:before {
    content: attr(data-cart2-title) !important;
}
[data-cart2-artist]:before {
    content: attr(data-cart2-artist) !important;
}
[data-cart2-intro]:before {
    content: attr(data-cart2-intro) !important;
}

[data-cart3-title]:before {
    content: attr(data-cart3-title) !important;
}
[data-cart3-artist]:before {
    content: attr(data-cart3-artist) !important;
}
[data-cart3-intro]:before {
    content: attr(data-cart3-intro) !important;
}

[data-cart4-title]:before {
    content: attr(data-cart4-title) !important;
}
[data-cart4-artist]:before {
    content: attr(data-cart4-artist) !important;
}
[data-cart4-intro]:before {
    content: attr(data-cart4-intro) !important;
}

[data-cart5-title]:before {
    content: attr(data-cart5-title) !important;
}
[data-cart5-artist]:before {
    content: attr(data-cart5-artist) !important;
}
[data-cart5-intro]:before {
    content: attr(data-cart5-intro) !important;
}

[data-cart6-title]:before {
    content: attr(data-cart6-title) !important;
}
[data-cart6-artist]:before {
    content: attr(data-cart6-artist) !important;
}
[data-cart6-intro]:before {
    content: attr(data-cart6-intro) !important;
}

[data-cart7-title]:before {
    content: attr(data-cart7-title) !important;
}
[data-cart7-artist]:before {
    content: attr(data-cart7-artist) !important;
}
[data-cart7-intro]:before {
    content: attr(data-cart7-intro) !important;
}

[data-cart8-title]:before {
    content: attr(data-cart8-title) !important;
}
[data-cart8-artist]:before {
    content: attr(data-cart8-artist) !important;
}
[data-cart8-intro]:before {
    content: attr(data-cart8-intro) !important;
}

[data-cart9-title]:before {
    content: attr(data-cart9-title) !important;
}
[data-cart9-artist]:before {
    content: attr(data-cart9-artist) !important;
}
[data-cart9-intro]:before {
    content: attr(data-cart9-intro) !important;
}

[data-cart10-title]:before {
    content: attr(data-cart10-title) !important;
}
[data-cart10-artist]:before {
    content: attr(data-cart10-artist) !important;
}
[data-cart10-intro]:before {
    content: attr(data-cart10-intro) !important;
}

[data-cart11-title]:before {
    content: attr(data-cart11-title) !important;
}
[data-cart11-artist]:before {
    content: attr(data-cart11-artist) !important;
}
[data-cart11-intro]:before {
    content: attr(data-cart11-intro) !important;
}

[data-cart12-title]:before {
    content: attr(data-cart12-title) !important;
}
[data-cart12-artist]:before {
    content: attr(data-cart12-artist) !important;
}
[data-cart12-intro]:before {
    content: attr(data-cart12-intro) !important;
}

[data-cart13-title]:before {
    content: attr(data-cart13-title) !important;
}
[data-cart13-artist]:before {
    content: attr(data-cart13-artist) !important;
}
[data-cart13-intro]:before {
    content: attr(data-cart13-intro) !important;
}

[data-cart14-title]:before {
    content: attr(data-cart14-title) !important;
}
[data-cart14-artist]:before {
    content: attr(data-cart14-artist) !important;
}
[data-cart14-intro]:before {
    content: attr(data-cart14-intro) !important;
}

[data-cart15-title]:before {
    content: attr(data-cart15-title) !important;
}
[data-cart15-artist]:before {
    content: attr(data-cart15-artist) !important;
}
[data-cart15-intro]:before {
    content: attr(data-cart15-intro) !important;
}

[data-cart16-title]:before {
    content: attr(data-cart16-title) !important;
}
[data-cart16-artist]:before {
    content: attr(data-cart16-artist) !important;
}
[data-cart16-intro]:before {
    content: attr(data-cart16-intro) !important;
}
