body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background: #000;
}

.viewer {
    max-width: 325px;
    background: #293049;
    height: 98vh;
    margin: 8px 0 0 8px;
    position: relative;
}

.versionNum {
  text-align: left;
  color: #fff;
  font-size: 12px;
  margin-left: 13px;
}

.reduceIcon {
    position: absolute;
    right: 10px;
    top: -5px;
    color: #fff;
    font-size: 26px;
}

.logoSection {
    height: 56px;
    background: #000;
    max-width: 85%;
    margin-left: 12px;
    display: flex;
    box-shadow: inset 0px 0px 4px rgb(0 72 255 / 62%);
}

.logo {
    margin: 5px auto;
    width: auto;
    height: 46px;
}

i.fa-solid.fa-lightbulb {
    color: #fff;
    font-size: 32px;
    margin: 11px 0 0 6px;
}

.actionIcons .btnViewer {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 0px;
    margin: 12px 5px 12px 0px;
    width: 32px;
    text-align: center;
    font-size: 19px;
    background: #2f51a0;
}

.actionIcons {
    margin-left: 13px;
}

.selectDataSong {
    width: 92%;
    font-size: 16px;
    border: 2px solid #ddd;
    margin: 0 6px 0 0;
    padding: 1px 0 1px 15px;
    display: block;
    background: #181818;
    box-shadow: inset 0 0 1em rgb(0 0 0 / 80%);
    color: #7a99f7;
}

.selectSection {
  display: flex;
  margin-left: 13px;
}

.selectSection .btnViewer {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 0px;
    margin: 0px 5px 0px 0px;
    width: 32px;
    text-align: center;
    font-size: 19px;
    background: #2f51a0;
}

.audioBtn {
    background-color: #e5e7eb !important;
    border: 1px solid #000;
    padding: 0 4px;
    margin: 5px 0 0 4px;
}

.otherSelectSongs1 .btnViewer, .otherSelectSongs2 .btnViewer {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 0px;
  margin: 0px 5px 0px 0px;
  width: 32px;
  text-align: center;
  font-size: 19px;
  background: #2f51a0;
}

.otherSelectSongs1, .otherSelectSongs2 {
    display: flex;
    margin: 5px 13px 5px;
}

.actionIcons2 {
    margin: 0 0 0 13px;
    position: absolute;
    top: 93vh;
}

.actionIcons2 .btnViewer {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 1px;
    margin: 6px 2px 0px 0px;
    width: 22px;
    text-align: center;
    font-size: 12px;
    background: #2f51a0;
}

.listScrollSongs li:hover {
  background: #2164a8;
}

.listScrollSongs li {
  display: flex;
  cursor: pointer;
}

.listScrollSongs .idSong {
  color: #fff;
  margin: 0;
  min-width: 38px;
  font-size: 0.8rem;
}

.listScrollSongs .metadata p:nth-child(1) {
    color: #fff;
    margin: 0;
    font-size: 0.8rem;
}

.listScrollSongs .metadata p:nth-child(2) {
    color: #c630df;
    margin: 0;
    line-height: 0.8;
    padding-bottom: 4px;
    font-size: 0.8rem;
}

.listScrollSongs .time {
  color: #fff;
  text-align: center;
}

.listScrollSongs {
    height: 63vh;
    width: 91%;
    background: #000;
    margin: 0 auto 0 13px;
    padding: 0;
    border: 1px solid #ddd;
    overflow: scroll;
    overflow-x: hidden;
    position: absolute;
    box-shadow: inset 0px 0px 4px rgb(0 72 255 / 62%);
}

.viewerRightTopWin {
    background: #000;
    border: 10px solid #293049;
    height: 230px;
    width: 70px;
    position: absolute;
    top: 8px;
    left: 340px;
    box-shadow: inset 0px 0px 4px rgb(0 72 255 / 62%);
}

.viewerRightBottomWin {
    background: #000;
    border: 10px solid #293049;
    height: 64vh;
    width: 70px;
    position: absolute;
    top: 265px;
    left: 340px;
    box-shadow: inset 0px 0px 4px rgb(0 72 255 / 62%);
}

.previewSetAudioWindow {
    width: 820px;
    position: absolute;
    bottom: 12px;
    left: 435px;
}

.previewSetAudioWindow .top {
  background: #5E6FA7;
  height: 130px;
  padding: 5px;
}

.previewSetAudioWindow .infosRight {
    width: 130px;
    height: 120px;
    border-radius: 8px;
    background: linear-gradient(to bottom, #232323 50%, #171717 50%);
    position: absolute;
    right: 5px;
    top: 5px;
    border: 2px solid #000;
}

.previewSetAudioWindow .top .timing {
    width: 130px;
    height: 120px;
    border-radius: 8px;
    background: linear-gradient(to bottom, #232323 50%, #171717 50%);
    border: 2px solid #000;
}

.previewSetAudioWindow .top .timing .duration {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    padding-top: 10px;
}

.previewSetAudioWindow .top .timing .intro {
    color: #9e9d9d;
    font-size: 20px;
    font-weight: 600;
    line-height: 0.6;
    padding-left: 7px;
}

.previewSetAudioWindow .top .timing span:nth-child(1) {
    color: #fff;
    font-size: 18px !important;
    font-weight: 600;
    padding-left: 0 !important;
}

.previewSetAudioWindow .top .timing span {
  color: #9e9d9d;
  font-size: 12px;
  font-weight: 600;
  padding-left: 7px;
}

.previewSetAudioWindow .top .timing .default {
  color: #3bc744;
  text-align: center;
}

.previewMetadataCtrl .previewMetadata {
    background: linear-gradient(to bottom, #232323 50%, #171717 50%);
    border-radius: 8px;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    padding: 0 12px;
    border: 2px solid #000;
}

.previewMetadataCtrl .previewMetadata .greenBG {
    /** background: linear-gradient(#3bc744 0%, #2b8931 100%); **/
    padding: 0 5px 0;
    width: 522px;
    height: 60px;
    margin-bottom: -7px;
    margin-left: -5px;
    border-radius: 8px;
}

.previewMetadataCtrl .previewMetadata .progressBarBG {
    background: #fff;
    height: 6px;
}

.previewMetadataCtrl .previewMetadata .progressBarBG .progressBar {
  background: #3bc731;
  height: 6px;
}

.previewMetadataCtrl {
    width: 536px;
    margin: 0 auto;
    position: absolute;
    top: 5px;
    left: 142px;
}

.previewSetAudioWindow .bottom {
  background: #293049;
  height: 150px;
  padding: 5px;
}

.previewSetAudioWindow .bottom .STOPsection {
    background: linear-gradient(to bottom, #232323 50%, #171717 50%);
    width: 520px;
    height: 135px;
    margin: 0 auto;
    position: absolute;
    top: 138px;
    left: 142px;
    border-radius: 8px;
    border: 2px solid #000;
}

.previewSetAudioWindow .bottom .STOPsection p {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 38px;
    padding-top: 20px;
}

.previewSetAudioWindow .bottom .cartSetBtn {
    position: absolute;
    right: 0;
    width: 145px;
}

.previewSetAudioWindow .bottom .cartSetBtn button {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0px;
    margin: 2px 0;
    width: 32px;
    text-align: center;
    font-size: 19px;
    background: #5e6fa7;
}

.previewSetAudioWindow .bottom .cartSetBtn button:hover, .previewSetAudioWindow .bottom .cdwallSetBtn button:hover {
  opacity: 0.8;
}

.previewSetAudioWindow .bottom .cartSetBtn button:active, .previewSetAudioWindow .bottom .cdwallSetBtn button:active {
  opacity: 0.4;
}

.previewSetAudioWindow .bottom .cdwallSetBtn {
    width: 75px;
    position: absolute;
    left: 36px;
}

.previewSetAudioWindow .bottom .cdwallSetBtn button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0px;
  margin: 2px 0;
  width: 32px;
  text-align: center;
  font-size: 19px;
  background: #5e6fa7;
}

.selected {
  background: #2f51a0;
}

.previewCtrl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
}

.previewCtrl button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0px;
  margin: 2px 20px 0 0;
  width: 32px;
  text-align: center;
  font-size: 19px;
  background: rgb(41 48 73 / 56%);
}

.previewCtrl button:hover {
  opacity: 0.8;
}

.previewCtrl button:active {
  opacity: 0.4;
}

#cartDelBtn button {
  background: red !important;
}
