* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#main {
    overflow-x: auto;
}

.css-gal8s3 button:hover,
.css-18q79vz button:hover,
.download-button:hover,
.song-chunks:hover,
.song-add-playlist:hover {
    opacity: .8;
}

/* Login Banner */
.banner {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 300px;
  background-color: #3A302A;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  padding: 20px;
  z-index: 9999;
}

.banner h2 {
  color: rgba(255, 255, 255, 0.5);
}

/* Style for the close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 900;
}

/* Style for the buttons */
.buttons {
  margin-top: 20px;
}

.buttons button {
  padding: 10px 20px;
  margin-right: 10px;
  border: none;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0);
  width: calc(50% - 7px);
}

.buttons button:last-child {
  margin-right: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.buttons button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}


/* Pagination Start */
.pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0!important;
}

.page-item {
    margin: 0 5px;
    list-style: none;
}

.page-item a {
    color: #fff;
    transition: color 0.5s ease;
}

.page-item.active a {
    color: #fff;
    background-color: #fff;
}

.page-item:not(.active) a:hover {
    color: #fff;
    opacity: .7;
}
.pagination .current.page-numbers {
    font-weight: 600;
    color: #c19c4f;
    border: none;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
/* Pagination End */

/* Energy start */

/* Energy squares */
body [class^="energy-"], 
body [class*=" energy-"] {
    font-family: 'Roboto', sans-serif!important;
}
.energy-container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    justify-content: center;
}

.energy-square {
    padding: 7.5px 15px!important;
    line-height: 15px;
    text-align: center;
    margin: 5px;
    font-size: 10px;
    color: #000;
    border-radius: 3px;
}

.energy-square-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px;
}

.energy-label {
    font-size: 10px;
    margin-bottom: 2px;
    padding-bottom:0!important;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgba(255, 255, 255, 0.5);
}
.energy-square-1 {
    background-color: #f9c0c0;
}
.energy-square-2 {
    background-color: #f59696;
}
.energy-square-3 {
    background-color: #f16c6c;
}
.energy-square-4 {
    background-color: #eb2d2d;
}
.energy-square-5 {
    background-color: #bc2424;
}
.energy-square-6 {
    background-color: #761717;
}
.energy-square-7 {
    background-color: #460d0d;
}
.song-energy {
    background: #eb2d2d;
    padding: 2px 10px;
    border-radius: 6px;
    position: relative;
}
.song-row-ajax .song-energy span {
  opacity: 0;
  transition: opacity 0.5s ease;
  font-weight: bold;
}
.song-row-ajax:hover .song-energy span,
body .song-row-ajax:hover .song-image-container,
body .song-row-ajax:hover .trackLoad,
body .song-row-ajax:hover .song-actions,
body .song-row-ajax.playing .song-image-container,
body .song-row-ajax.playing .song-actions {
    opacity: 1!important;
    transition: opacity 0.5s ease;
}
.song-energy-label {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 10px;
    opacity: .8!important;
}
.energy-value {
    color: #fff;
    font-weight: bold!important;
    text-shadow: 1px 2px 3px rgba(0,0,0,.8);
}

.music-list {
    height: 100%;
    overflow: visible;
}

.song-row-ajax,
.chunk-song-row-ajax {
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    box-sizing: border-box;
    align-items: center;
    position: relative;
    background-color: transparent;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    height: 4.5rem;
    margin-left: -2rem;
    padding-right: 1rem;
    right: -1rem;
    border-top: 2px solid rgba(255, 255, 255, 0.04);
    padding-top: 5px;
    padding-bottom: 5px;
}

.song-row-ajax:first-of-type,
.chunk-song-row-ajax:first-of-type {
    border-top: none;
}

.song-image-container,
.chunk-image-container,
.trackLoad,
.chunkLoad {
    width: 3rem;
    height: 3rem;
    margin: 0 1rem;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-shrink: 0;
    transition: background 0.5s ease;
    border-radius: 6px;
}

.song-image-container:hover,
.chunk-image-container:hover {
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.5s ease;
}

.fusion-standard-logo {
    max-width: 300px;
}

.song-image {
    width: 100%;
    height: auto;
}

.post-type-archive-track section.avada-page-titlebar-wrapper {
    display: none;
}

.song-title-container {
    flex: 1 0 0;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    justify-content: space-between;
    margin-right: 1rem;
    min-width: 0;
    position: relative;
}

.song-title-column {
    margin-right: 2rem;
    min-width: 0;
}

.song-title {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    color: rgba(255, 255, 255, 0.9);
}

.chunk-title {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    color: rgba(255, 255, 255, 0.9);
    padding: 0 20px 0 0;
}

.song-subtitle p,
.song-title p {
    margin: 0 0 0 0;
}

.song-subtitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    font-size: 0.875rem;
    color: rgb(255, 255, 255); /* fallback */
    color: rgba(255, 255, 255, 0.5);
}

.song-title-push {
    display: flex;
}

.song-waveform-container,
.chunk-waveform-container {
    position: relative;
    cursor: pointer;
    flex: 1 0 0;
    margin-right: 1.5rem;
    font-weight: 400;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    align-items: center;
    align-self: stretch;
}

.song-waveform,
.chunk-waveform {
    width: 100%;
    height: 35px;
}

.song-waveform-container * {
    cursor: text!important;
}

.open-chunk-modal,
.song-add-playlist {
    background: transparent;
    border: none;
    font-size: 16px;
    padding: inherit;
    color: #c19c4f;
}

.time-bpm-container {
    flex: 0.35 0 0;
    margin-right: 1.5rem;
    font-weight: 400;
    white-space: nowrap;
    color: rgb(255, 255, 255); /* fallback */
    color: rgba(255, 255, 255, 0.5);
}

.timeLeft {
    font-size: 10px;
    margin-left: 3px;
}

.song-bpm,
.song-bpm-no-bpm {
    font-size: 0.875rem;
    margin-left: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(255, 255, 255); /* fallback */
    color: rgba(255, 255, 255, 0.5);
}

.song-mood-genre-container {
    flex: 0.75 0 0;
    margin-right: 1rem;
    min-width: 0;
    font-weight: 400;
    color: rgb(255, 255, 255); /* fallback */
    color: rgba(255, 255, 255, 0.5);
}

.song-mood {
    white-space: nowrap;
    overflow: hidden;
    color: rgb(255, 255, 255); /* fallback */
    color: rgba(255, 255, 255, 0.5);
    text-overflow: ellipsis;
}

.list-button-container {
    display: flex;
    flex-direction: row-reverse;
}

.playlist-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.playlist-button button {
    background: #412a24;
    color: #c19c4f;
    border-radius: 3px;
    border: none;
}

.music-player-outer-container {
    display: flex;
    flex-direction: column;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 10;
    height: 80px;
}

.music-player-inner-container {
    background-color: #202020;
    height: 5rem;
    display: grid;
    align-items: center;
    padding: 0 2rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0 -8px 16px;
}

.music-player-btn-outer-container {
    margin-right: 1.5rem;
}

.music-player-btn-inner-container {
    display: flex;
    align-items: stretch;
}

.playing-btn {
    padding: 0;
    height: 100%;
}

.playing-mixbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    cursor: pointer;
    line-height: 0;
    background: none;
    border: none;
    padding: 0;
}

.EV-container {
    display: flex;
    float: right;
    position: absolute;
    left: 87%;
}

.explicit-container {
    display: inline;
    margin-right: 0.5rem;
}

.explicit-container span,
.vocal-container {
    position: relative;
    display: flex;
}

.explicit-container span div {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    align-items: center;
    background-color: #412a24;
    border-radius: 2px;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin: 0.125rem 0;
    color: #c19c4f;
}

.songPPBtn {
    background: transparent;
    border: none;
}

.mt-120 {
    margin-top: 120px;
}

body .fusion-header .fusion-row {
    padding: 0 !important;
}

.filter-form {
    margin-top: 100px;
}

.filter-form > div {
    padding-bottom: 2rem;
    min-height: 114px;
    display: block;
    margin: auto;
}

/*  FILTERS ON TRACKS */
.css-1ygdlcp {
    grid-column-end: span 2;
}

.css-1mqbghn {
    display: grid;
    grid-template-columns: [start] minmax(0, 1fr) [first-col-end middle last-col-start] minmax(0, 1fr) [end];
    column-gap: 1rem;
    max-width: 1440px;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
}

.css-1ehn7od {
    background-color: #3a302a;
    padding: 1rem 20%;
    display: flex;
    -webkit-box-pack: justify;
    width: 100vw;
    position: absolute;
    justify-content: space-between;
    left: 0;
    overflow-x: auto;
}

.css-dxgrdc {
    margin-right: 1.5rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
}

.css-gal8s3 {
    display: flex;
    flex-wrap: nowrap;
}

.css-18q79vz {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex: 1 1 0%;
}

.css-1eovj4l {
    display: inline-block;
    color: #878787;
    background-color: transparent;
    border-top: 2px solid transparent;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid transparent;
    padding: calc(0.5rem - 2px) 0;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    outline: none;
    margin-right: 1.5rem;
}

.css-szwe5x {
    display: flex;
    align-self: baseline;
    overflow-x: auto;
}

.css-1eovj4l * {
    box-sizing: border-box;
}

.css-pnj8zs {
    font-size: 1rem;
    line-height: 1.5rem;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    color: #c19c4f;
    font-weight: 600;
    white-space: nowrap;
}

.css-12qw3hc {
    border: 0;
    padding: 0;
    background: none;
    font-size: 1rem;
    font-weight: 600;
    margin-right: 1.5rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    color: #c19c4f;
}

.css-c0tii6 {
    border: 0;
    padding: 0;
    background: none;
    color: #c19c4f;
    font-size: 1rem;
    font-weight: 600;
    margin-right: 1.5rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.css-5oqwx0 {
    display: inline-flex;
    position: relative;
}

.css-12qw3hc > * {
    pointer-events: none;
}

.css-10kuq41 {
    margin-right: 0.5rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.css-c0tii6 > * {
    pointer-events: none;
}

.css-uc1ase {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #c19c4f;
    text-align: right;
    text-align-last: right;
    box-sizing: border-box;
    margin: 0 0 0 auto;
    padding: 15px;
    border: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
}

.css-uc1ase option {
    color: rgba(0, 0, 0, 0.5);
}

.css-5oqwx0 select {
    text-align: left;
    text-align-last: left;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
}

.css-1qrad78 {
    position: absolute;
    right: 0;
    top: 1.1rem;
    height: 1.5rem;
    pointer-events: none;
}

.css-5oqwx0 div {
    left: 10px;
    right: auto;
}

.css-1wcuzx3 {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #c19c4f;
    text-align: right;
    text-align-last: right;
    box-sizing: border-box;
    margin: 0 0 0 auto;
    padding: 15px;
    border: none;
    appearance: none;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.css-uc1ase option {
    font-weight: normal;
}

.css-1wcuzx3 option {
    font-weight: normal;
}

#style-m6DlJ.style-m6DlJ {
    visibility: hidden;
    position: absolute;
}

/*  FILTER DROPDOWN ON TRACKS */
.css-1kch9dj {
    padding-bottom: 1rem;
}

button.css-1k0fhyw {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
}

.css-1k0fhyw {
    vertical-align: top;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 1rem;
    line-height: calc(2.5rem - 2px);
    white-space: nowrap;
    border: 1px solid #fff;
    margin-bottom: -1px;
    margin-right: -1px;
    text-transform: capitalize;
    text-align: center;
    width: auto;
    cursor: pointer;
    background-color: transparent;
}

.css-1k0fhyw:first-of-type {
    border-left: 1px solid #fff;
}

.css-1k0fhyw * {
    box-sizing: border-box;
}

.css-1k0fhyw span:first-of-type,
.page-numbers.dots {
    color: #fff;
}

.css-1k0fhyw span:last-of-type:not(:first-of-type) {
    color: #878787;
    margin-left: 0.5rem;
}

/* slider archive filter */
.min-max-slider {
    position: relative;
    width: 200px;
    text-align: center;
}
.min-max-slider > label {
    display: none;
}
.min-max-slider span.value {
    height: 1.7em;
    font-weight: bold;
    display: inline-block;
    color: #fff;
}
.min-max-slider span.value.lower::before {
    content: "";
    display: inline-block;
}
.min-max-slider span.value.upper::before {
    content: " - ";
    display: inline-block;
    margin-left: 0.4em;
    margin-right: 0.4em;
    color: #fff;
}
.min-max-slider > .legend {
    display: flex;
    justify-content: space-between;
}
.min-max-slider > .legend > * {
    font-size: small;
    opacity: 0.5;
}
.min-max-slider > input {
    cursor: pointer;
    position: absolute;
}

/* webkit specific styling */
.min-max-slider > input {
    -webkit-appearance: none;
    outline: none !important;
    background: transparent;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 30%, #c19c4f 30%, #c19c4f 60%, transparent 60%, transparent 100%);
}
.min-max-slider > input::-webkit-slider-thumb {
    -webkit-appearance: none; 
    appearance: none;
    width: 14px; 
    height: 14px; 
    background: #c19c4f; 
    cursor: pointer; 
    border: 1px solid #c19c4f;
    border-radius: 100%;
}
.min-max-slider > input::-webkit-slider-runnable-track {
    cursor: pointer;
}

/* Hide the default checkbox */
.moods input[type="checkbox"],
.tablist input[type="checkbox"],
.genres input[type="checkbox"],
.energy-square-container input[type="checkbox"],
.vocalExplict input[type="checkbox"] {
    display: none;
}

/* Style the label as a button */
.tablist label,
.moods label,
.genres label,
.energy-square-container label,
.vocalExplict label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    color: #c19c4f;
    box-sizing: border-box;
    margin: 4px 0 0 auto;
    padding: 10px;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: opacity 0.5s ease;
}
.energy-square-container label {
    padding-bottom: 2px!important;
}
.energy-label {
    font-weight: 900!important;
}
.moods label:hover,
.genres label:hover,
.energy-square-container label:hover,
.vocalExplict label:hover {
    opacity: .8;
    transition: opacity 0.5s ease;
}
body .tablist label {
    background-color: transparent;
    background: transparent;
    margin-right: 15px;
    line-height: 32px;
}
/* Style the label as clicked when checkbox is checked */
.moods input[type="checkbox"]:checked + label,
.tablist input[type="checkbox"]:checked + label,
.genres input[type="checkbox"]:checked + label,
.energy-square-container input[type="checkbox"]:checked + label,
.vocalExplict input[type="checkbox"]:checked + label {
    background-color: #333;
    color: #fff;
    border: 2px solid rgba(255,255,255,.3);
    line-height: 32px;
}

#chunk-modal-overlay,
#playlist-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 9999;
}

body #playlist-modal-content {
    width: 350px;
    text-align: center;
}

body #playlist-modal-content h3 {
    color: #c19c4f;
}

#playlist-select {
    width: 100%;
    background-color: #3a302a;
    border: none;
    color: rgba(255,255,255,.8);
}

body #playlist-modal-content button {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    color: #c19c4f;
    box-sizing: border-box;
    margin: 4px 0 0 auto;
    padding: 10px;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: opacity 0.5s ease;
}
body #playlist-modal-content button:hover {
    opacity: .8;
    transition: opacity 0.5s ease;
}

#chunk-modal-content,
#playlist-modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #53453c;
    padding: 20px;
    width: 50%;
    max-width: 75%;
    max-height: 65%;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
#chunk-modal-content::-webkit-scrollbar {
    /* Hide scrollbar for Chrome, Safari and Opera */
    display: none;
}

#close-chunk-modal,
#close-playlist-modal {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 24px;
    cursor: pointer;
    color: #c19c4f;
}

.trackLoad svg path,
.chunkLoad svg path,
.chunkLoad svg path,
.trackLoad svg rect{
  fill: #fff;
}

/*Chunk modal*/
#playlist-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

#playlist-modal .modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

#playlist-modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#playlist-modal .close:hover,
#playlist-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
    #chunk-modal-content {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        border-radius: 0;
        box-shadow: none;
        padding: 20px;
    }
}

@media (min-width: 30rem) {
    .css-1mqbghn {
        grid-template-columns: [start] minmax(0, 1fr) [first-col-end] repeat(2, minmax(0, 1fr)) [middle] repeat(2, minmax(0, 1fr)) [last-col-start] minmax(0, 1fr) [end];
        column-gap: 2rem;
    }
}

@media (min-width: 60rem) {
    .css-1mqbghn {
        grid-template-columns: [start] minmax(0, 1fr) [first-col-end] repeat(5, minmax(0, 1fr)) [middle] repeat(5, minmax(0, 1fr)) [last-col-start] minmax(0, 1fr) [end];
        column-gap: 2rem;
    }
}

@media (min-width: 30rem) {
    .css-1mqbghn {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 60rem) {
    .css-1mqbghn {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (hover) {
    .css-1eovj4l:hover {
        border-bottom: 2px solid transparent;
        color: #fff;
    }
    .css-1k0fhyw:hover {
        background-color: #2c2c2c;
    }
}

@media (min-width: 30rem) {
    .css-1ygdlcp {
        grid-column-end: span 6;
    }
}

@media (min-width: 60rem) {
    .css-1ygdlcp {
        grid-column-end: span 12;
    }
}

@media screen and (max-width: 800px) and (min-width: 744px) {
  #music-list-container {
    padding-top: 150px;
  }
}

@media screen and (max-width: 743px) and (min-width: 0px) {
  #music-list-container {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1514px) and (min-width: 801px) {
  #music-list-container {
    padding-top: 30px;
  }
}



/* IS CURRENTLY PLAYING */
.player{
  margin-top: 50px;
    width: 500px;
    height: 75px;
    background: #3a302a;
    position: fixed;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    bottom: 0;
    text-shadow: none;
    left: 0;
    width: 100vw;
    z-index: 99;
}

body .player .album-art {
  position: absolute;
  left: 0;
  width: 15%;
  height: 100%;
  box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.4);
  padding: 5px;
}

body .player .description {
  position: relative;
  width: 60%;
  height: 50px;
  top: 20%;
  left: 20%;
  overflow: hidden;
}

body .player .description .title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  font-weight: 100;
}

body .player .description .sub-title {
  font-size: 13px;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.5);
}

body .player .play-button {
  position: absolute;
  width: 55px;
  height: 55px;
  right: 40%;
  top: 0;
  background: #3a302a;
  text-align: center;
  line-height: 57px;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

body .player .play-button i {
  z-index: 100;
}

body .player .play-button .mdi-pause {
  z-index: 100;
  position: absolute;
  right: 17.5px;
  top: 17.4px;
  color: white;
  font-size: 20px;
}

body .player .play-button:hover {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.5);
}

body .player .time-indicator {
    position: absolute;
    right: calc(40% + 12.5px);
    top: 70%;
    font-size: 13px;
    font-weight: 100;
}

body .player .time-indicator i {
  color: #D32F2F;
}

body .player .progress-bar {
  width: 100%;
  top: 100%;
  opacity: 0;
  height: 0;
  position: absolute;
  cursor: pointer;
}

body .player .progress-bar .runner {
  height: 4px;
  background: #F44336;
}

body .player .visualizer {
  position: absolute;
  top: 25%;
  left: 37.5%;
  width: 0%;
  height: 50%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

body .player .visualizer div {
  width: 2px;
  background: #F44336;
  float: left;
  height: 0%;
  margin-right: 5px;
  transition: all 0.1s ease;
}

body .player.paused {
  border-bottom: none;
}

body .player.paused .visualizer {
  opacity: 0;
}

body .player.paused .play-button .mdi-pause {
  opacity: 0;
}

body .player.playing .description {
  opacity: 0;
}

body .player.playing .visualizer {
  left: 5%;
  width: 65%;
}

body .player.playing .progress-bar {
  height: 4px;
  margin: 0;
  opacity: 1;
}

body .player.playing .description {
  left: 0%;
  opacity: 0;
}

body .player.playing .play-button {
  background: transparent;
}

body .player.playing .play-button .mdi-play {
  opacity: 0;
}

#trackSearch {
    background-color: #3a302a;
    color: rgba(255, 255, 255, 0.7);
    border: none;
    width: 500px;
    display: block;
    margin: auto;
}

input#min, input#max {
    background-color: #3a302a;
    color: rgba(255, 255, 255, 0.7);
    border: none;
    margin: auto;
    height: 30px;
}

#trackSearch::-ms-input-placeholder { /* Edge 12-18 */
    color: rgba(255, 255, 255, 0.7);
}

#trackSearch::placeholder {
    color: rgba(255, 255, 255, 0.7);
}