/* Inline styles moved to external CSS */

/* Font Awesome circle icons */
.fa-circle-black {
    color: #000000 !important;
}

/* White text spans */
.white-text {
    color: #fff;
}

/* White logout links */
.logout-link {
    color: white;
    text-decoration: none;
}

/* Release text dynamic height */
.release-text-dynamic {
    /* Height will be set via CSS custom property --dynamic-height */
}

/* Promo background loop padding variations */
.promo-bg-loop-top-10 {
    padding-top: 10px;
}

.promo-bg-loop-top-5 {
    padding-top: 5px;
}

.promo-bg-loop-font-15 {
    font-size: 15px;
}

.promo-bg-loop-font-14 {
    font-size: 14px;
}

/* Audio player styles */
.jp-audio-player {
    border: 1px solid transparent;
    height: 100px;
}

.jp-trackname-style {
    float: left;
    text-align: left;
    font-size: 13px;
    margin-left: 18px;
}

.jp-current-time-style {
    float: right;
    text-align: right;
    font-size: 13px;
    margin-top: 3px;
}

.jp-progress-style {
    margin-left: 15px;
    height: 58px;
    width: 457px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-size: 100%;
    border: 2px solid #c1c1c1;
    margin-top: 23px;
}

.jp-play-bar-style {
    height: 100%;
    width: 0%;
    background-color: rgb(250, 1, 0);
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.vol-slider-style {
    margin-left: 330px;
    width: 190px;
    margin-bottom: 10px;
}

/* Track listing styles */
.track-listing-container {
    margin-left: 30px;
    width: 507px;
    text-align: left;
}

.track-item {
    margin-top: 4px;
}

/* Download link styles */
.download-link {
    font-size: 12px;
    text-decoration: none;
}

.download-text {
    vertical-align: middle;
    color: #6b6b6b;
}

/* Loading div */
.loading-hidden {
    display: none;
}

/* Reaction form styles */
.reaction-form-container {
    margin-left: 20px;
    width: 507px;
}

.rating-select {
    width: 420px;
}

.reaction-submit-btn {
    margin-top: 15px;
    margin-left: 30px;
    cursor: pointer;
}

.reaction-done-hidden {
    display: none;
}

.reaction-comment-small {
    font-size: 13px;
}

/* Unsubscribe link */
.unsubscribe-link {
    text-decoration: none;
}

/* Avatar modal cursor */
.avatar-clickable {
    cursor: pointer;
}