@font-face {
  font-family: 'digital-7';
  src: url('../assets/digital-7.ttf');
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  background: #000;
}

p {
  margin: 0;
}

.flex {
  display: flex;
}

.oneWall {
    width: 685px;
    height: 504px;
    margin-bottom: 15px;
}

.topWall {
    width: 685px;
    height: 406px;
    background: #5E6FA7;
    padding-top: 12px;
    margin-bottom: -14px;
}

.botWall {
    width: 685px;
    height: 100px;
    background: #414B73;
    display: flex;
}

.metadataWall {
    /* background: linear-gradient(to bottom, #232323 50%, #171717 50%); */
    background: linear-gradient(to bottom, #272727 50%, #1c1c1c 50%);
    width: 93%;
    height: 150px;
    margin: 0 auto;
    border-radius: 10px;
    border: 2px solid #000;
}

.coverWall {
    width: 223px;
    height: 223px;
    /* background: linear-gradient(to bottom, #232323 50%, #171717 50%); */
    background: linear-gradient(to bottom, #272727 50%, #1c1c1c 50%);
    border-radius: 10px;
    border: 2px solid #000;
    margin: 7px 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

.timeCoverWall {
    display: flex;
}

.timeWall {
    width: 398px;
    height: 223px;
    /* background: linear-gradient(to bottom, #232323 50%, #171717 50%); */
    background: linear-gradient(to bottom, #272727 50%, #1c1c1c 50%);
    border-radius: 10px;
    border: 2px solid #000;
    margin: 7px 14px 0 21px;
}

.numWall {
    width: 346px;
    height: 88px;
    /* background: linear-gradient(to bottom, #232323 50%, #171717 50%); */
    background: linear-gradient(to bottom, #272727 50%, #1c1c1c 50%);
    border-radius: 10px;
    border: 2px solid #000;
    margin: 4px 0 0 21px;
}

.numWall p {
    font-weight: bold;
    font-size: 31px;
    text-align: left;
    color: #fff;
    padding: 22px 0 0 14px;
}

.btnsWall {
    display: flex;
    margin-left: 61px;
    align-items: center;
}

.btnWall {
    /* background: linear-gradient(to bottom, #232323 50%, #171717 50%); */
    background: linear-gradient(to bottom, #272727 50%, #1c1c1c 50%);
    border-radius: 10px;
    border: 2px solid #000;
    width: 97px;
    height: 53px;
    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: 28px !important;
    text-decoration: none;
}

.currentTimeWall {
    font-family: 'digital-7';
    font-weight: normal;
    font-size: 71px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
    padding: 17px 0 0 20px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 310px;
}

.introWall {
    font-family: 'digital-7';
    font-weight: normal;
    font-size: 55px;
    letter-spacing: -0.02em;
    text-align: right;
    color: #08fbfb;
    padding: 0px 30px 0 0;
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

/** .introWall:empty:before {
  content: '00.00';
} **/

.imgWall {
    height: 65px;
    width: 65px;
    margin: 0px 0 0 35px;
    align-items: start;
    flex-grow: 0;
    flex-basis: 0;
    display: flex;
    justify-content: flex-start;
}

.speedTxtWall {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #61d331;
    padding: 5px 0 0 20px;
    align-items: start;
    flex-grow: 0;
    flex-basis: 0;
    display: flex;
    justify-content: flex-start;
}

.speedWall {
    font-family: 'digital-7';
    font-weight: normal;
    font-size: 39px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #61d331;
    padding: 0 0 0 20px;
}

.fullTimeTxtWall {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.04em;
    color: #ffffff;
    padding: 5px 95px 0px 0px;
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.fullTimeWall {
    font-family: 'digital-7';
    font-weight: normal;
    font-size: 39px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #ffffff;
    padding: 0 22px 0 0;
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.progress_bar {
    border-radius: 2px;
    background: linear-gradient(to bottom, #505050 50%, rgb(50 50 50) 50%);
    display: block;
    width: 95%;
    margin: 0 auto;
    border: 1px solid black;
}

.progressed {
    background: linear-gradient(to bottom, #01FE03 50%, rgb(1 254 3 / 59%) 50%);
    height: 8px;
    width: 0%;
    z-index: 999999;
    border-radius: 1.2px;
}

.wall-noaudio {
    visibility: hidden !important;
}

.wall-active {
    background: linear-gradient(to bottom, #2E79BD 50%, #2164A8 50%);
    /* background: linear-gradient(to bottom, #248bea 50%, #1985e9 50%); */
    width: 100%;
    height: 150px;
    margin-top: 0px !important;
    margin: 0 auto;
    border-radius: 6px;
    border: 0px solid #000;
}

.wall-play {
    background: linear-gradient(to bottom, #D42B2B 50%, #D11A1A 50%) !important;
    width: 100%;
    height: 150px;
    margin-top: 0px !important;
    margin: 0 auto;
    border-radius: 6px;
    border: 0px solid #000;
}

.titleWall {
    color: #fff;
    font-size: 25px;
    padding: 32px 0 0 14px;
    font-weight: 500;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-width: 672px;
}

.artistWall {
    color: #fff;
    font-size: 25px;
    padding: 12px 0 18px 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-width: 672px;
}

.coverWall img {
    width: 205px;
    height: 205px;
}

.all-wall {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px 0px;
    max-width: 1370px;
    margin: 0 auto;
    padding-left: 0px;
}

img[src=""] {
   display: none;
}

[data-cd1-title-wall]:before {
    content: attr(data-cd1-title-wall) !important;
}
[data-cd1-artist-wall]:before {
    content: attr(data-cd1-artist-wall) !important;
}
[data-cd1-intro-wall]:before {
    content: attr(data-cd1-intro-wall) !important;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
}
[data-cd1-fulltime-wall]:before {
    content: attr(data-cd1-fulltime-wall) !important;
}
[data-cd1-time-wall]:before {
    content: attr(data-cd1-time-wall) !important;
}
[data-cd2-title-wall]:before {
    content: attr(data-cd2-title-wall) !important;
}
[data-cd2-artist-wall]:before {
    content: attr(data-cd2-artist-wall) !important;
}
[data-cd2-intro-wall]:before {
    content: attr(data-cd2-intro-wall) !important;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
}
[data-cd2-fulltime-wall]:before {
    content: attr(data-cd2-fulltime-wall) !important;
}
[data-cd2-time-wall]:before {
    content: attr(data-cd2-time-wall) !important;
}
[data-cd3-title-wall]:before {
    content: attr(data-cd3-title-wall) !important;
}
[data-cd3-artist-wall]:before {
    content: attr(data-cd3-artist-wall) !important;
}
[data-cd3-intro-wall]:before {
    content: attr(data-cd3-intro-wall) !important;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
}
[data-cd3-fulltime-wall]:before {
    content: attr(data-cd3-fulltime-wall) !important;
}
[data-cd3-time-wall]:before {
    content: attr(data-cd3-time-wall) !important;
}
[data-cd4-title-wall]:before {
    content: attr(data-cd4-title-wall) !important;
}
[data-cd4-artist-wall]:before {
    content: attr(data-cd4-artist-wall) !important;
}
[data-cd4-intro-wall]:before {
    content: attr(data-cd4-intro-wall) !important;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
}
[data-cd4-fulltime-wall]:before {
    content: attr(data-cd4-fulltime-wall) !important;
}
[data-cd4-time-wall]:before {
    content: attr(data-cd4-time-wall) !important;
}

.settingsBtn {
    display: inline-grid;
    text-align: center;
    background: #232937;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 6px;
    color: rgb(255 255 255 / 91%);
    margin: 4px;
    width: 36px;
    height: 33px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.settingsBtn i {
    font-size: 20px;
}

.settingsBtn span {
    font-size: 8px;
    padding: 6px 0 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    width: 1481px;
    height: 1079px;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #30384B;
    margin: auto;
    padding: 40px;
    width: auto;
    height: 92.5vh;
}

.close {
    color: #ffffff;
    float: right;
    font-size: 50px;
    font-weight: bold;
    top: -20px;
    position: relative;
}

#myInput1 {
    width: 97.6%;
    font-size: 16px;
    padding: 12px 12px 12px 12px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

.modal button {
    width: 60px;
    height: 46px;
    margin: 2px;
    background: linear-gradient(to bottom, #232323 50%, #171717 50%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: 600;
}

.modal .dropmenuSongs button {
    width: 165px;
    height: 142px;
    margin: 2px;
    background: linear-gradient(to bottom, #232323 50%, #171717 50%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 3.5rem;
    font-weight: 600;
}

.status1 {
  background: #ed3833 !important;
}

.cdstatus1 {
  color: #ed3833 !important;
}

.oneAudio {
    display: flex;
    margin: 0 0 10px;
    border-bottom: 1px solid rgb(55 49 49);
    align-items: center;
}

.oneAudio img {
    height: 70px;
    width: 70px;
}

.oneAudio .oneAudioInfos {
    padding: 0 0 0 20px;
}

.oneAudio .oneAudioInfos .artist {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.oneAudio .oneAudioInfos .title {
    color: white;
    font-weight: 300;
    font-size: 18px;
}

.oneAudio .oneAudioAdd {
    align-items: center;
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.oneAudio .oneAudioAdd .duration {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 150px 0 0;
}

.oneAudio .songID {
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 20px 0 0;
}

ul#allsongs1 {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: scroll;
    overflow-x: hidden;
    height: 800px;
}
